/*service*/


/*封面*/
.tdFlex{
    display: flex;
    justify-content: left;
    align-items: center;    
}
.tdFlex h4{
    margin-right: 16px;
}
.wrap1 {
    padding: 0;
    position: relative;
}

.wrap1>img {
    width: 100%;
}

.wrap1 .content {
    position: absolute;
    top: 12%;
    left: 22%;
    color: #fff;
}

.wrap1 .content h1 {
    margin-top: 20px;
}

.bold {
    font-weight: bold;
}
.serv_quanyi{
    padding: 80px 100px;
    background-color: rgba(0, 0, 0, .4);
}
.service_one table {
  width: 100%;
  color: #555;
  overflow: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
}
.service_one table.tab01 td {
  width: 226px;
  padding: 10px;
  height: 80px;
  text-align: center;
  font-size: 15px;
}
.service_one table.tab01 td.t_color_td {
  height: 70px;
  line-height: 24px;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #3e3a39;
}
.service_one table tr td>img {
  height: 40px;
  width: 40px;
  margin: 0 auto;
}
.service_one table tr:nth-child(odd) {
  background: rgba(255, 255, 255, .9);
}
.service_one table tr:nth-child(even) {
  background: rgba(255, 255, 255, .8);
}

#viptab tr {
    border: 1px solid #bcbab8;
  }
  #viptab td {
    border: 1px solid #bcbab8;
  }
  .service_one table tr.t_head {
    background: #3e3a39;
    color: #fff;
    width: 1000px;
  }
  table tr.t_head th {
    height: 50px;
    line-height: 24px;
    letter-spacing: 0;
    font-size: 15px;
    padding: 20px 0;
  }

  .addVip {
    margin-top: 10px;
  }
  .addVip a {
    padding: 5px 15px;
    color: #003580;
    background: #ffdd0f;
    font-weight: normal;
    font-size: 14px;
    border-radius: 20px;
    display: inline;
    cursor: pointer;
  }
  .service_one table.tab02 td {
    height: 90px;
    text-align: center;
    padding: 0 10px;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  .service_one .tips {
    text-align: left;
    padding: 10px 0;
    font-size: 14px;
  }
.quanyi_width{
    width: 15%;
}
.small_container {
    width: 100%;
    max-width: 900px;
    margin: 0 0;
}

.service_border_line{
    display: inline-block;
    padding: 10px;
      line-height: 1.5;
      border-top: #EFEEE6 solid 2px;
      border-bottom: #EFEEE6 solid 2px;
  }
  .service_border_gray{
    display: inline-block;
    padding: 10px;
      line-height: 1.5;
      border-top: #888 solid 2px;
      border-bottom: #888 solid 2px;
  }
  .service_line {
    line-height: 2;
} 
.mshow {
    display: none;
}
/*表格*/

.wrap2 {
    padding: 0;
    background: url(../imgs/service02.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.addVip a {
    padding: 5px 15px;
    color: #1A4187;
    background: #A2CCED;
    font-weight: normal;
    font-size: 14px;
    border-radius: 20px;
    display: inline;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.addVip a:hover{
    color: #fff;
    background: #1A4187;

}

.wrap2 .safewidth {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
}

.wrap2 h2 {
    color: #3e3a39;
    text-align: center;
}

.wrap2 h3 {
    color: #3e3a39;
    text-align: center;
    margin: 30px 0px;
}

.wrap2 h4 {
    color: #3e3a39;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
}

.wrap2 table {
    width: 1000px;
    color: #555;
    overflow: hidden;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}

.wrap2 table tr:nth-child(odd) {
    background: rgba(255, 255, 255, .9);
}

.wrap2 table tr:nth-child(even) {
    background: rgba(255, 255, 255, .8);
}

.wrap2 table tr.t_head {
    background: #3e3a39;
    color: #fff;
    width: 1000px;
}

.wrap2 table tr.t_head th {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    letter-spacing: 1px;
}

.wrap2 table tr td>img {
    height: 40px;
    width: 40px;
    margin: 0 auto;
}

.wrap2 table td.t_slide_odd {
    background: rgba(220, 220, 220, .9);
}

.wrap2 table td.t_slide_even {
    /* background: rgba(240, 240, 240, .9); */
}

#viptab tr {
    border: 1px solid #bcbab8;
    border-top: none;
}

#viptab th {
    border: 1px solid #bcbab8;
    border-top: none;
}

#viptab td {
    border: 1px solid #bcbab8;
}

.wrap2 table tr.t_head th {
    height: 70px;
    line-height: 70px;
    letter-spacing: 0;
    font-size: 15px;
}

.wrap2 table.tab01 td {
    width: 226px;
    padding: 10px;
    height: 80px;
    text-align: center;
    font-size: 15px;
}

.wrap2 table.tab01 {
    margin-top: 50px;
}

.wrap2 table.tab01 td.t_color_td {
    height: 70px;
    line-height: 24px;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #3e3a39;
}

.wrap2 table.tab01 td.t_slide {
    width: 100px;
    padding-left: 20px;
    text-align: left;
}

.wrap2 .tips {
    color: #fff;
}

.wrap2 .tips>a {
    color: #fff;
    font-weight: bold;
}

.wrap2 table.tab02 {
    margin-top: 60px;
}

.wrap2 table.tab02 td {
    height: 120px;
    width: 200px;
    text-align: center;
    padding: 10px;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.wrap2 table.tab02 td.t_slide {
    width: 400px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.wrap2 table.tab02 td span, table.tab02 td span {
    font-size: 13px;
    line-height: 1.5;
    /* display: block; */
    font-style: italic;
}


/*our introduce*/

.wrap3 {
    height: 880px;
    background: url(../imgs/service03.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.wrap3 .content {
    position: absolute;
    bottom: 80px;
    right: -80px;
    width: 1000px;
    background: rgba(23, 60, 123, .6);
    transform: skew(-24deg);
    color: #fff;
}

.wrap3 .content ul {
    background: rgba(23, 60, 123, .9);
    transform: translate(40px, 40px);
    padding: 20px;
}

.wrap3 .content ul li {
    transform: skew(24deg);
    padding: 20px 40px;
    width: 800px;
    overflow: hidden;
}

.wrap3 .content ul li>.icon {
    width: 100px;
    float: left;
}

.wrap3 .content ul li>.icon>img {
    width: 100%;
}

.wrap3 .content ul li>.msg {
    width: 520px;
    float: left;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 3px solid rgba(255, 255, 255, .6);
}

.wrap3 .content ul li>.msg .text {
    margin-top: 10px;
}

.wrap3 .content ul li>.msg .text>span {
    font-weight: bold;
    padding-right: 6px;
}


/*xcx*/

.articleXcx {
    background: url(../imgs/xcx.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    color: #fff;
    height: 900px;
}

.articleXcx>.safewidth {
    margin-left: 0px;
}

.articleXcx h1 {
    font-size: 80px;
}

.articleXcx h3 {
    line-height: 1.5;
    margin: 40px 0;
}

.articleXcx .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.articleXcx h4 {
    font-size: 20px;
    display: inline-block;
    padding: 10px;
    line-height: 1.5;
    margin-bottom: 20px;
    border-top: #fff solid 1px;
    border-bottom: #fff solid 1px;
}

.articleXcx .text {
    text-align: center;
    margin-bottom: 20px;
}
.safewidth .text{
    font-size: 15px;

}


/*01*/

.article01 {
    background: url(../imgs/article01.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}

.article01 .mask {
    padding: 60px 0;
}

.article01 h1 {
    font-size: 80px;
    text-align: center;
}

.article01 h3 {
    font-size: 36px;
    text-align: center;
    line-height: 1.5;
    margin: 40px 0;
}

.article01 .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article01 .text {
    text-align: center;
    margin-bottom: 20px;
}

.article01 h4 {
    font-size: 30px;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    border-top: #fff solid 2px;
    border-bottom: #fff solid 2px;
}

.article01 .block {
    margin: 0px auto;
    width: 760px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.article01 .block a {
    width: 23%;
    height: 80px;
    margin: 5px 7px;
    padding: 10px;
    background: #fff;
    color: #333;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article01 .block>img {
    width: 23%;
    height: 80px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.article01 .company {
    width: 760px;
    margin: 0 auto;
    color: #fff;
    margin-top: 20px;
}

.article01 .company tr td {
    width: 380px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}


/*02*/


.article02 .block {
    margin: 0px auto;
    width: 100%;
    max-width: 850px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.article02 .block a {
    width: 18%;
    height: 80px;
    margin: 5px 7px;
    padding: 10px;
    background: #fff;
    color: #333;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.article02 .block a>img {
    width: 100%;
    height: 60px;
}


/*03*/
.article03 ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.article03 ul li {
    width: 33.33%;
    margin-top: 20px;
    text-align: center;
}

.article03 ul li>img {
    width: 170px;
    margin: 0 auto;
    border-radius: 50%;
    border: 6px solid #005a90;
}

.article03 ul li>h4 {
    display: inline-block;
    font-size: 14px;
    background: #000e23;
    padding: 6px 12px;
    margin: 10px 0;
    align-items: center;
    text-align: center;
}

.last-more {
    width: 100%;
    font-size: 100px;
    color: fff;
    text-align: center;
}


/*04*/

.article04_1 {
    background: url(../imgs/article04_1.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    color: #333;
    height: 760px;
}

.article04_1 h1 {
    font-size: 80px;
}

.article04_1 h3 {
    line-height: 1.5;
    margin: 40px 0;
}

.article04_1 .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article04_1 h4 {
    font-size: 20px;
    display: inline-block;
    padding: 10px;
    line-height: 1.5;
    margin-bottom: 20px;
    border-top: #585858 solid 1px;
    border-bottom: #585858 solid 1px;
}

.article04_1 .text {
    text-align: center;
    margin-bottom: 20px;
}

.article04_2 h3 {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #fff;
    font-size: 30px;
}

.article04_2 table.tab {
    width: 1000px;
    margin: 40px auto 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.article04_2 table.tab tr {
    background: #fff;
}

.article04_2 table.tab tr:nth-child(even) {
    background: #f5f5f5;
}

.article04_2 table.tab tr th {
    background: #3a3837;
    color: #fff;
    padding: 15px;
}

.article04_2 table.tab tr td {
    padding: 10px 20px;
    overflow: hidden;
    color: #555;
    font-size: 15px;
    width: 100%;
}

.article04_2 table.tab tr td:nth-child(1) {
    background: #fff;
    width: auto;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.article04_2 table.tab tr td:nth-child(2) {
    /* background: #fff; */
    width: 500px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.article04_2 table.tab tr td:nth-child(3) {
    /* background: #fff; */
    width: auto;
    border-bottom: 1px solid #eee;
}

.article04_2 table.tab tr:last-child td:nth-child(1) {
    border: none;
}

.article04_2 table.tab tr td:nth-child(1)>img {
    width: 130px;
    margin: 0 auto;
}

.article04_2 table.tab tr td:nth-child(2)>img {
    width: 100px;
    height: 100px;
    border: 4px solid #74b6e0;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.article04_2 table.tab tr td .bold {
    font-weight: bold;
}

.article04_2 table.tab tr td h4 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    width: 70px;
}

.article04_2 table.tab tr td h4>span {
    color: #888;
    font-size: 14px;
    font-weight: normal;
}

.article04_2 table.tab tr td p {
    margin-top: 6px;
    font-size: 14px;
}

.article04_2 .footer {
    width: 100%;
    height: 50px;
    line-height: 20px;
    font-size: 100px;
    color: fff;
}


/*05*/

.article05_1 {
    background: url(../imgs/article05_1.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    padding-top: 100px;
    color: #fff;
    height: 760px;
}

.article05_1 h1 {
    text-align: center;
    font-size: 80px;
}

.article05_1 h3 {
    text-align: center;
    margin: 20px 0;
}

.article05_1 .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article05_1 h4 {
    font-size: 20px;
    display: inline-block;
    padding: 10px;
    line-height: 1.5;
    margin-bottom: 20px;
    border-top: #fff solid 2px;
    border-bottom: #fff solid 2px;
}

.article05_1 .text {
    text-align: center;
    margin-bottom: 20px;
}


.article05_2 table.tab {
    width: 800px;
    margin: 40px auto 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.article05_2 table.tab tr {
    background: #fff;
}

.article05_2 table.tab tr:nth-child(even) {
    background: #f5f5f5;
}

.article05_2 table.tab tr th {
    background: #3a3837;
    color: #fff;
    padding: 15px;
}

.article05_2 table.tab tr td {
    padding: 10px;
    overflow: hidden;
    color: #555;
    font-size: 15px;
}

.article05_2 table.tab tr td:nth-child(1) {
    padding: 10px 40px;
}

.article05_2 table.tab tr td:nth-child(1)>img {
    width: 50px;
    height: 50px;
    border: 4px solid #74b6e0;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.article05_2 table.tab tr td h4 {
    font-size: 15px;
    color: #333;
}

.article05_2 table.tab tr td p {
    margin-top: 6px;
    font-size: 14px;
}

.article05_2 .bold {
    font-weight: bold;
}

.article05_2 .footer {
    width: 100%;
    height: 50px;
    line-height: 20px;
    font-size: 100px;
    color: fff;
}

.article05_3 {
    padding: 60px 0;
    text-align: center;
}

.article05_3:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/article05_3.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.article05_3 h3 {
    display: inline-block;
    padding: 30px 40px;
    color: #333;
    border: 1px solid #555;
    font-size: 34px;
}

.article05_3 table.tab {
    width: 1000px;
    margin: 40px auto 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.article05_3 table.tab tr {
    background: #fff;
}

.article05_3 table.tab tr:nth-child(even) {
    background: #f5f5f5;
}

.article05_3 table.tab tr th {
    background: #3a3837;
    color: #fff;
    padding: 15px;
}

.article05_3 table.tab tr td {
    padding: 10px 20px;
    overflow: hidden;
    color: #555;
    font-size: 15px;
    width: 40%;
}

.article05_3 table.tab tr td:nth-child(1) {
    width: auto;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.article05_3 table.tab tr:last-child td:nth-child(1) {
    border: none;
}

.article05_3 table.tab tr td:nth-child(1)>img {
    width: 160px;
    margin: 0 auto;
}

.article05_3 table.tab tr td:nth-child(2)>img {
    width: 50px;
    height: 50px;
    border: 4px solid #74b6e0;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.article05_3 table.tab tr td h4 {
    font-size: 15px;
    color: #333;
}

.article05_3 table.tab tr td p {
    margin-top: 6px;
    font-size: 14px;
}

.article05_4 ul {
    width: 700px;
    margin: 40px auto 0;
    font-size: 22px;
    font-weight: bold;
}

.article05_4 ul li {
    width: 700px;
    padding: 10px 30px;
    margin-bottom: 20px;
}

.article05_4 ul li:nth-child(odd) {
    text-align: left;
    background: rgba(255, 255, 255, .6);
}

.article05_4 ul li:nth-child(even) {
    text-align: left;
    background: rgba(255, 255, 255, .4);
}

.article05_4 ul li>img {
    width: 100%;
}

.article05_4 .footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}


/*06*/

.article06_1 {
    background: url(../imgs/article06_1.jpg) no-repeat center;
    background-size: cover;
    height: 1080px;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.article06_1 h1 {
    font-size: 80px;
}

.article06_1 .text {
    display: inline-block;
    margin-top: 40px;
    padding: 15px;
    font-size: 24px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.article06_1 div {
    margin-bottom: 30px;
}

.article06_21 {
    background: url(../imgs/article06_21.jpg) no-repeat center;
    background-size: cover;
    height: 1400px;
    padding: 60px 0;
    text-align: center;
}

.article06_2 table.tab {
    width: 800px;
    margin: 60px auto 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.article06_2 table.tab tr th {
    padding: 15px;
    background: #3c3a39;
    color: #fff;
    width: 50%;
}

.article06_2 table.tab tr td {
    padding: 8px 20px;
    width: 500px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.article06_2 table.tab tr td:nth-child(1) {
    border-bottom: 1px solid #ddd;
    width: 300px;
}

/* .article06_2 table.tab tr:last-child td:nth-child(odd) {
    border: none;
} */

.article06_2 table.tab tr td:nth-child(even) {
    background: #f5f5f5;
}

.article06_2 table.tab tr:nth-child(even) td:nth-child(even) {
    background: #ebebeb;
}

.article06_2 table.tab tr td>img {
    width: 140px;
    margin: 0 auto;
}

.article06_2 .footer {
    width: 100%;
    height: 50px;
    line-height: 20px;
    font-size: 50px;
    color: fff;
}

.article06_2 .footer2 {
    width: 100%;
    height: 50px;
    line-height: 20px;
    font-size: 16px;
    color: fff;
}


/*07*/

.article07_1 {
    background: url(../imgs/article07_1.jpg) no-repeat center;
    background-size: cover;
    height: 1080px;
    color: #fff;
    padding: 120px 0;
    text-align: center;
}

.article07_1 h1 {
    font-size: 80px;
}

.article07_1 .text {
    display: inline-block;
    margin-top: 40px;
    padding: 15px;
    font-size: 24px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.article07_1 div {
    margin-bottom: 30px;
}

.article07_2 {
    background: url(../imgs/article07_2.jpg) no-repeat center;
    background-size: cover;
    height: 860px;
    color: #fff;
    padding: 60px 0;
    text-align: right;
}

.article07_2 h3 {
    padding-top: 24%;
    font-size: 40px;
}


/*08*/
.article08_1 .text {
    display: inline-block;
    margin-top: 40px;
    padding: 15px;
    font-size: 24px;
    border-top: 1px solid #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
}

.article08_1 .text .textcentent {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2E2E2E;
    padding-right: 20px;
}

.article08_1 .text .textcentent div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article08_1 .text .textcentent img {
    width: 26px;
    margin-left: 20px;
}

.article08_1 .explain {
    margin: 40px 0px;
}

.article08_1 .advantage {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
}

.article08_1 .advantage div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
}

.article08_1 .advantage img {
    width: 24px;
    margin-right: 10px;
}

.article08_4 {
    padding: 60px 0;
    text-align: center;
    background: url(../imgs/article08_4.jpg) no-repeat center;
    background-size: cover;
    height: 1700px;
}

.article08_4 .safewidth {
    padding: 0;
}

.article08_4 h3 {
    display: inline-block;
    padding: 30px 40px;
    color: #FFFFFF;
    /*border: 1px solid #555;*/
    font-size: 34px;
}

.article08_4 h2 {
    color: #FFFFFF;
}

.article08_4 table.tab {
    width: 1000px;
    margin: 40px auto 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.article08_4 table.tab tr {
    background: #fff;
}

.article08_4 table.tab tr:nth-child(even) {
    background: #f5f5f5;
}

.article08_4 table.tab tr th {
    background: #3a3837;
    color: #fff;
    padding: 15px;
}

.article08_4 table.tab tr td {
    padding: 10px 20px;
    overflow: hidden;
    color: #555;
    font-size: 15px;
    width: 40%;
}

.article08_4 table.tab tr td:nth-child(1) {
    width: auto;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.article08_4 table.tab tr:last-child td:nth-child(1) {
    border: none;
}

.article08_4 table.tab tr td:nth-child(1)>img {
    width: 160px;
    margin: 0 auto;
}

.article08_4 table.tab tr td:nth-child(2)>img {
    width: 50px;
    height: 50px;
    border: 4px solid #74b6e0;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.article08_4 table.tab tr td h4 {
    font-size: 15px;
    color: #333;
}

.article08_4 table.tab tr td p {
    margin-top: 6px;
    font-size: 14px;
}

.article08_2>img {
    width: 100%;
}

.article08_3 {
    background: url(../imgs/article08_3.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 0;
    height: 860px;
    color: #fff;
    text-align: center;
}

.article08_3 .block {
    width: 800px;
    margin: 60px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.article08_3 .block>img {
    width: 25%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}


/*09*/

.article09_2 {
    background: url(../imgs/join.jpg) no-repeat center;
    background-size: cover;
    height: 860px;
    color: #fff;
    padding: 60px 0;
    text-align: right;
}

.article09_2 h3 {
    padding-top: 24%;
    font-size: 40px;
}

.article09_1 .content {
    margin: 40px 0;
}

.article09_1 .content h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.article09_1 .content h4 img {
    width: 100px;
    margin-right: 10px;
}

.article09_1 .classification {
    width: 100%;
}

.article09_1 .classification div {
    width: 480px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article09_1 .classification div h4 {
    display: list-item;
    list-style-type: disc;
    margin-left: 2em;
    margin-bottom: 20px;
}

.max_width{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.tab02 tr td:first-child{
    text-align: left;
}
/*10*/

.article10_1 .text {
    display: inline-block;
    margin-top: 10px;
    padding: 22px 0;
    font-size: 24px;
    line-height: 1.5;
    border-top: 1px solid #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
}

.article10_1 .content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.article10_1 .content div {
    text-align: center;
    width: 400px;
    margin: 0 auto;
}

.article10_1 .content div h2 {
    margin-bottom: 20px;
}


.article10_1 .content div img {
    width: 100px;
    margin: 20px auto;
}
.service_divflex {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service_divflex>:nth-child(1) {
    width: 60%;
    padding-right: 100px;
}
.service_divflex span {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    background-color: #1A4187;
    padding: 10px 30px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
}
.service_divflex>:nth-child(2) {
    flex: 1;
}
.service_divflex>:nth-child(2) img {
    width: 50%;
    margin: 0 auto;
}
.ser_ldf>:nth-child(2) img {
    width: 54%;
    margin: 0 auto;
}
.aigc_box .one {
    order: 1;
    width: 500px;
    padding-right: 0;
}
.aigc_box .two {
    width: 300px;
}
.aigc_box .two img {
    width: 34%;
}


.article10_1_1 {
    background: url(../imgs/article10_1.jpg) no-repeat center;
    background-size: cover;
    color: #ffffff;
    height: 860px;
    text-align: center;
    padding: 60px 0;
    padding-top: 100px;
}
.article10_1 .safewidth .content{
    align-items: flex-start;
}
.article10_1_1 .text {
    font-size: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.divWidth{
    width: 800px;
    margin: 30px  auto;
    display: block;
    line-height: 28px;
}

.tabAiInfo{
    width: 100%;
    border: 1px solid #2D84CB;
}
.tabAiInfo tr{
    border: 1px solid #2D84CB;
}
.tabAiInfo tr td{
    padding: 15px 10px;
    color: #fff;
}
.tabAiInfo tr td:first-child{
    width: 200px;
    text-align: center;
    background-color: #6DC6FF;
    font-weight: bold;
}
.tabAiInfo tr td:nth-child(2){
    font-size: 15px;
    line-height: 1.8;
    padding: 20px 20px;
}


.article10_1_1 .safewidth .content div:first-child {
    width: 500px;
}
.article10_1_1 .safewidth .content div:first-child img {
    width: 80% ;
    margin: 20px auto;
}
.article10_1_1 .safewidth .content div:last-child {
    width: 300px;
}
.article10_1_1 .safewidth .content div:last-child img {
    width: 50% ;
    margin: 20px auto;
}
.article10_1_1 .safewidth .content span{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    background-color: #1A4187;
    padding: 10px 30px;
    border-radius: 4px;
}

.article10_2 {
    background-color: #003580;
    color: #fff;
    /* height: 1300px; */
    text-align: center;
    padding: 60px 0;
}

.zhuanqv_box {
    width: 100%;
    height: 180px;
    background-color: #A2CCED;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zhuanqv_box div {
    color: #003580;
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 10px solid #0077AA;
}

.zhuanqv_box img {
    width: 200px;
}

.article10_2 h1 {
    margin: 50px 0;
}

.zhuanqv_info {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.zhuanqv_info .unit {
    width: 200px;
    margin: 0px 25px;
}

.zhuanqv_info .unit div {
    border-bottom: 2px solid #fff;
    height: 80PX;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
}


/*11*/

.article11_1 {
    background: url(../imgs/article11.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    height: 860px;
    text-align: center;
    padding: 60px 0;
    padding-top: 100px;
}

.article11_1 .safewidth {
    width: 900px;
    margin-left: 20%;
}

.article11_1 h1 {
    font-size: 80px;
    margin-bottom: 20px;
}

.article11_1 h2 {
    font-size: 34px;
}

.article11_1 .text {
    display: inline-block;
    margin: 30px 0;
    padding: 38px;
    font-size: 47px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.article11_1 .centent div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article11_1 .centent div h3 {
    margin: 10px 0;
    margin-right: 20px;
    font-size: 15px;
}

.article11_1_one {
    background: url(../imgs/article11_one.png) no-repeat center;
    background-size: cover;
    color: #fff;
    height: auto;
    text-align: center;
    padding: 60px 0;
    padding-top: 30px;
}

.article11_1_1 {
    background: url(../imgs/article11_1_1.png) no-repeat center;
    background-size: cover;
    color: #fff;
    height: auto;
    text-align: center;
    padding: 60px 0;
    padding-top: 30px;
}
.article11_1_2 {
    background: url(../imgs/article11_1_2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    height: auto;
    text-align: center;
    padding: 60px 0;
    padding-top: 30px;
}
.article11_1_3 {
    background: url(../imgs/article11_1_3.png) no-repeat center;
    background-size: cover;
    color: #fff;
    height: auto;
    text-align: center;
    padding: 60px 0;
    padding-top: 30px;
}
.article11_1_2 .safewidth .content div:first-child{
    order: 1;
}
/*12*/

.article12_1 {
    padding: 50px 0;
}

.article12_1::before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/article05_3.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.article12_1 .member {
    width: 800px;
    overflow: hidden;
    margin: 40px auto;
}

.article12_1 h3 {
    text-align: center;
    color: #195399;
    font-weight: bold;
}

.article12_1 .member img {
    width: 160px;
    float: left;
    height: 70px;
    padding: 15px 30px;
    background: #fff;
}

.article12_2 {
    padding: 60px 0;
    color: #195399;
    text-align: center;
}

.article12_2 h3 {
    display: inline-block;
    padding: 30px 40px;
    font-weight: bold;
    font-size: 50px;
}

.article12_2 h4 {
    font-size: 20px;
    line-height: 30px;
}

.article12_2 .tab {
    width: 580px;
    margin: 40px auto 0 auto;
    border: none;
}

.article12_2 .tab tr td {
    width: 25%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.article12_2 .tab tr td>img {
    padding: 10px 0;
    width: 60%;
    margin: 0 auto;
    height: 70px;
}

.article12_2 .bold {
    font-weight: bold;
}

.article12_2 .footer {
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 70px;
}


.article13 {
    background: url(../imgs/article13.png) no-repeat center;
    background-size: cover;
    color: #fff;
    height: auto;
    text-align: center;
    padding: 60px 0;
    padding-top: 30px;
}
.article14 {
    background: url(../imgs/article14.png) no-repeat center;
    background-size: cover;
    color: #fff;
    height: 800px;
    text-align: center;
    padding: 60px 0;
    padding-top: 30px;
}
.article15 {
    background: url(../imgs/article15.png) no-repeat right;
    background-size: cover;
    color: #333333;
    height: 800px;
    text-align: center;
    padding: 60px 0;
    padding-top: 30px;
}
.article15 .text {
    font-size: 30px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.table15{
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.table15 td{
    padding:20px 16px;
    text-align: center;
    background: #f2f2f2;
}
.table15 img{
    width: 160px;
}
.table15 tr th {
    padding: 15px;
    background: #3c3a39;
    color: #fff;
    width: 25%;
}
.tr_one td:nth-child(even) {
    background: #fff;
}
.tr_two td:nth-child(odd) {
    background: #ebebeb;
}
.tr_two td:nth-child(even) {
    background: #f5f5f5;
}

.article16 {
    background: url(../imgs/article16.png) no-repeat right;
    background-size: cover;
    color: #fff;
    height: 1150px;
    text-align: center;
    padding: 60px 0;
    padding-top: 30px;
}
.graph_flex{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 50px;
}
.graph_item{
    width: 33.3%;
    padding: 10px 16px;
    border-right: 1px dashed #fff;
}
.graph_item:last-child{
    border-right: none;
}
.graph_title{
    font-size: 18px;
    font-weight: bold;
    color: #6EC4E5;
    margin-bottom: 10px;
}
.title_color{
    color: #6FEBF9;
}
.graph_info{
    text-align: left;
}
.article17 {
    background: url(../imgs/article17.png) no-repeat right;
    background-size: cover;
    color: #fff;
    height: 1200px;
    text-align: center;
    padding: 60px 0;
    padding-top: 30px;
}


/* 底部 */

.article09 {
    background: url(../imgs/article09.jpg) no-repeat center;
    background-size: cover;
    height: 860px;
    color: #fff;
    padding: 120px 0;
}

.article09 h2 {
    line-height: 1.5;
}

.article09 h3 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 80px;
    line-height: 1.5;
}

.article09 .msg {
    width: 640px;
    margin-top: 20px;
    line-height: 2;
}

.member_title {
    width: 100%;
    line-height: 2;
    float: left;
}

.member {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}

.member .hybox {
    width: 160px;
    height: 70px;
    padding: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #1853a4;
    float: left;
}

.member .hylogobox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.member img {
    width: 160px;
    height: 70px;
    padding: 15px 30px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

@media screen and (max-width:1660px) {
    .article11_1 .safewidth {
        width: 900px;
        margin-left: 5%;
    }
}

@media screen and (max-width: 768px) {
    .tabAiInfo tr td{
        padding: 10px 5px;
    }
    .tabAiInfo tr td:first-child{
        width: 115px;
    }
    .tabAiInfo tr td:nth-child(2){
        padding: 10px 10px;
    }
    .article06_2 table.tab{
        width: 100%;
    }
    .article06_2 table.tab tr td:nth-child(1){
        width: 100px;
    }
    .article06_2 table.tab tr td>img {
        width: 100px;
        margin: 0 auto;
    }
    .article06_2 table.tab tr td{
        width: auto;
    }
    .article04_2 table.mshow{
        width: 100%;
    }
    .article04_2 table.tab tr td{
        padding: 10px;
    }
    .article04_2 table.tab tr td:nth-child(2){
        width: auto;
    }
    .article04_2 table.tab tr td:nth-child(1)>img {
        width: 100px;
    }
    .article09_1 h1 {
        font-size: 60px;
    }
    /*page_service*/
    .wrap1 .content {
        top: 50px;
        left: 20px;
    }
    .wrap1 .content h1 {
        font-size: 36px;
    }
    /*表格*/
    .wrap2 {
        background: url(../imgs/service-m02.jpg) no-repeat center;
        background-size: cover;
        background-attachment: fixed;
    }
    .wrap2 .safewidth {
        width: 94%;
    }
    .wrap2 h2 {
        font-size: 24px;
    }
    .wrap2 h4 {
        padding-bottom: 0;
        font-size: 26px;
    }
    .wrap2 table {
        width: 100%;
        margin-top: 30px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .wrap2 table tr.t_head {
        width: 100%;
    }
    .wrap2 table tr.t_head th {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .wrap2 table.tab_m01 td {
        width: 200px;
        font-size: 13px;
        line-height: 24px;
        height: 40px;
        text-align: left;
        padding: 10px;
    }
    .wrap2 table.tab_m01 td.t_slide {
        width: 200px;
    }
    .wrap2 table.tab_m02 {
        margin-top: 10px;
    }
    .wrap2 table.tab_m02 td {
        width: 160px;
        text-align: left;
        font-size: 12px;
        line-height: 1.5;
        padding: 10px;
    }
    .wrap2 table.tab_m02 td.t_slide {
        width: 60%;
        text-align: justify;
    }
    .wrap2 table.tab_m02 td span {
        /* display: block; */
        font-style: italic;
    }
    /*our introduce*/
    .wrap3 {
        height: auto;
        padding: 50px 0;
        background: url(../imgs/service-m03.jpg) no-repeat center;
        background-size: cover;
    }
    .wrap3 .content_m {
        width: 80%;
        background: rgba(23, 60, 123, .6);
        margin-left: 20%;
        color: #fff;
    }
    .wrap3 .content_m ul {
        background: rgba(23, 60, 123, .9);
        transform: translate(-20px, -20px);
        padding: 20px;
    }
    .wrap3 .content_m ul li {
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }
    .wrap3 .content_m ul li>.icon {
        width: 60px;
        margin: 0 auto;
    }
    .wrap3 .content_m ul li>.msg h5 {
        font-weight: bold;
        text-align: center;
    }
    .wrap3 .content_m ul li>.msg .text {
        margin-top: 5px;
        font-size: 12px;
    }
    .wrap3 .content_m ul li>.msg .text>span {
        font-weight: bold;
        padding-right: 6px;
    }
    /*01*/
    .article01 {
        background: url(../imgs/article01-m.jpg) no-repeat center;
        background-size: cover;
        height: auto;
    }
    .article01 .mask {
        height: auto;
    }
    .article01 h1 {
        font-size: 50px;
    }
    .article01 h3 {
        font-size: 16px;
        margin: 10px 0;
    }
    .article01 .title h4 {
        font-size: 14px;
        margin: 10px 0;
    }
    .article01 .block {
        width: 100%;
        justify-content: left;
    }
    .article01 .books {
        width: 100%;
    }
    .article01 .company {
        width: 100%;
        margin: 10px auto;
    }
    .article01 .block a {
        width: 50%;
        margin: 0;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }
    .article01 .block a img {
        width: 100%;
    }
    /*02*/
   
    .article02 .block {
        width: 100%;
    }
    .article02 .block>a {
        padding: 10px 20px;
        width: 50%;
        height: 80px;
        margin: 0;
    }
    /*03*/
    .article03 ul {
        width: 100%;
        display: block;
    }
    .article03 ul li {
        width: 100%;
        margin-top: 20px;
        color: #555;
    }
    .article03 ul li>img {
        width: 160px;
    }
    .article03 ul li>h4 {
        color: #fff;
    }
    /*04*/
    .article04_1 {
        background: url(../imgs/article04_1-m.jpg) no-repeat center;
        background-size: cover;
        padding: 30px 0;
        height: 860px;
    }
    .article04_1 h1 {
        font-size: 50px;
    }
    .article04_1 h3 {
        font-size: 20px;
        margin: 20px 0;
    }
    .article04_1 h4 {
        font-size: 14px;
    }
    .article04_2 table.tabM {
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .article04_2 table.tabM tr {
        background: #fff;
    }
    .article04_2 table.tabM tr:nth-child(even) {
        background: #f5f5f5;
    }
    .article04_2 table.tabM tr th {
        background: #3a3837;
        color: #fff;
        padding: 10px;
        font-size: 17px;
    }
    .article04_2 table.tabM tr th:nth-child(2) {
        width: 300px;
    }
    .article04_2 table.tabM tr td {
        padding: 8px;
        overflow: hidden;
        color: #555;
        font-size: 14px;
    }
    .article04_2 table.tabM tr td:nth-child(1) {
        background: #fff;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    .article04_2 table.tabM tr:last-child td:nth-child(1) {
        border: none;
        padding: 0;
    }
    .article04_2 table.tabM tr td:nth-child(1)>img {
        width: 100px;
        margin: 0 auto;
    }
    .article04_2 table.tabM tr td:nth-child(2)>img {
        width: 40px;
        height: 40px;
        border: 2px solid #74b6e0;
        border-radius: 50%;
        float: left;
        margin-right: 10px;
    }
    .article04_2 table.tabM tr td h4 {
        font-size: 15px;
        font-weight: bold;
        color: #333;
    }
    .article04_2 table.tabM tr td h4>span {
        color: #888;
        font-size: 13px;
        font-weight: normal;
    }
    .article04_2 table.tabM tr td p {
        margin-top: 4px;
        font-size: 13px;
        color: #666;
        line-height: 1.7;
    }
    .article04_2 table.tabM tr td h5 {
        font-size: 14px;
        color: #333;
        font-style: italic;
        margin-top: 6px;
        font-weight: bold;
    }
    /*05*/
    .article05_1 {
        background: url(../imgs/article05_1-m.jpg) no-repeat center;
        background-size: cover;
        text-align: center;
        height: 600px;
    }
    .article05_1 h1 {
        font-size: 50px;
    }
    .article05_1 h3 {
        margin: 20px 0;
        font-size: 20px;
    }
    .article05_1 h4 {
        font-size: 14px;
    }
    .article05_1 .text {
        display: inline-block;
        padding: 15px;
        font-size: 17px;
    }
    .article05_2 table.tab {
        width: 100%;
        margin: 20px auto 0 auto;
        border-radius: 0;
    }
    .article05_2 table.tab tr th {
        padding: 10px;
    }
    .article05_2 table.tab tr td {
        padding: 8px;
        font-size: 13px;
    }
    .article05_2 table.tab tr td:nth-child(1) {
        padding: 8px;
        width: 100px;
        text-align: center;
    }
    .article05_2 table.tab tr td:nth-child(1)>img {
        width: 40px;
        height: 40px;
        float: none;
        margin: 4px auto;
        border: 2px solid #74b6e0;
    }
    .article05_2 table.tab tr td p {
        margin-top: 4px;
        font-size: 13px;
    }
    .article05_3 {
        padding: 30px 0;
        background: url(../imgs/article05_3-m.jpg) no-repeat center;
        background-size: cover;
    }
    .article05_3 h3 {
        padding: 15px 20px;
        font-size: 22px;
        background-color: #00a3fe;
    }
    .article05_3 table.tabM {
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .article05_3 table.tabM tr {
        background: #fff;
    }
    .article05_3 table.tabM tr:nth-child(even) {
        background: #f5f5f5;
    }
    .article05_3 table.tabM tr th {
        background: #3a3837;
        color: #fff;
        padding: 10px;
    }
    .article05_3 table.tabM tr td {
        padding: 8px 10px;
        overflow: hidden;
        color: #555;
        font-size: 13px;
    }
    .article05_3 table.tabM tr td:nth-child(1) {
        background: #fff;
        padding: 0;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    .article05_3 table.tabM tr:last-child td:nth-child(1) {
        border: none;
    }
    .article05_3 table.tabM tr td:nth-child(1)>img {
        width: 100px;
        margin: 0 auto;
    }
    .article05_3 table.tabM tr td:nth-child(2)>img {
        width: 40px;
        height: 40px;
        border: 2px solid #74b6e0;
        border-radius: 50%;
        float: left;
        margin-right: 10px;
    }
    .article05_3 table.tabM tr td h4 {
        font-size: 14px;
    }
    .article05_3 table.tabM tr td p {
        margin-top: 4px;
        font-size: 13px;
        line-height: 1.7;
        color: #666;
    }
    .article05_3 table.tabM tr td h5 {
        font-size: 13px;
        font-weight: bold;
        font-style: italic;
        margin-top: 6px;
        color: #333;
        line-height: 1.7;
    }
    
    .article05_4 ul {
        width: 100%;
        margin-top: 20px;
        display: block;
        font-size: 14px;
    }
    .article05_4 ul li {
        width: 100%;
        margin-top: 15px;
        padding: 0 10px;
    }
    .article05_4 .footer {
        width: 100%;
        font-size: 14px;
    }
    /* 12 */
    .article10_2 .safewidth {
        width: 100%;
        height: 120px;
        background-color: #A2CCED;
        padding: 30px;
    }
    .article10_2 .safewidth div {
        color: #003580;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        margin-left: 10px;
        padding-left: 10px;
        border-left: 5px solid #0077AA;
    }
    .article10_2 .safewidth img {
        width: 100px;
    }
    .article10_2 .cententbox {
        width: 100%;
        margin: 0px auto;
        display: block;
    }
    .article10_2 .cententbox .unit {
        display: inline-block;
        width: 43%;
        margin: 0;
    }
    .article10_2 .cententbox .unit div {
        border-bottom: 1px solid #fff;
        height: 60px;
        font-size: 18px;
        line-height: 80px;
        text-align: center;
    }
    .article10_2 .cententbox .unit:nth-child(3) {
        width: 100%;
    }
    .article10_2 .cententbox .unit:nth-child(3) div {
        display: inline-block;
        width: 43%;
    }
    /*06*/
    .article06_1 {
        background: url(../imgs/article06_1-m.jpg) no-repeat center;
        background-size: cover;
    }
    .article06_1 h1 {
        font-size: 50px;
    }
    .article06_1 .text {
        padding: 15px;
        font-size: 17px;
    }
    
    .article06_21 {
        background: url(../imgs/article06_21-m.png) no-repeat center;
        background-size: cover;
        height: auto;
    }
    
    .article06_2 table.tabM {
        width: 100%;
        margin: 30px auto 0 auto;
    }
    .article06_2 table.tabM tr th {
        padding: 10px;
        background: #3c3a39;
        color: #fff;
        width: 100%;
    }
    .article06_2 table.tabM tr td {
        padding: 10px;
        width: 50%;
        background: #fff;
        text-align: center;
    }
    .article06_2 table.tabM tr td:nth-child(odd) {
        border-bottom: 1px solid #ddd;
    }
    .article06_2 table.tabM tr:last-child td:nth-child(odd) {
        border: none;
    }
    .article06_2 table.tabM tr td:nth-child(even) {
        background: #f5f5f5;
    }
    .article06_2 table.tabM tr:nth-child(even) td:nth-child(even) {
        background: #ebebeb;
        width: 200px;
    }
    .article06_2 table.tabM tr td>img {
        width: 160px;
        padding: 10px;
        background: #fff;
        margin: 0 auto;
    }
    .article06_2 .footer2 {
        font-size: 14px;
    }
    /*07*/
    .article07_1 {
        background: url(../imgs/article07_1-m.jpg) no-repeat center;
        background-size: cover;
        height: 760px;
    }
    .article07_1 h1 {
        font-size: 50px;
    }
    .article07_1 .text {
        font-size: 16px;
    }
    .article07_1 div {
        font-size: 12px;
        margin-bottom: 10px;
    }
    /*08*/
    .article08_1 .marbox {
        width: 100%;
    }
    .article08_1 h1 {
        font-size: 50px;
    }
    .article08_1 .text {
        font-size: 17px;
    }
    .article08_2>img {
        width: 100%;
    }
    .article08_1 .explain {
        margin: 20px 0px;
    }
    .article08_1 .safewidth .text .textcentent {
        display: block;
    }
    .article08_3 {
        background: url(../imgs/article08_3-m.jpg) no-repeat center;
        background-size: cover;
        padding: 60px 0;
        height: auto;
    }
    .article08_3 .block {
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .article08_3 .block>img {
        width: 50%;
    }
    .article08_4 {
        padding: 30px 0;
        background: url(../imgs/article08_4-m.jpg) no-repeat center;
        background-size: cover;
        height: auto;
    }
    .article08_4 h3 {
        padding: 15px 20px;
        font-size: 22px;
    }
    .article08_4 table.tabM {
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .article08_4 table.tabM tr {
        background: #fff;
    }
    .article08_4 table.tabM tr:nth-child(even) {
        background: #f5f5f5;
    }
    .article08_4 table.tabM tr th {
        background: #3a3837;
        color: #fff;
        padding: 10px;
    }
    .article08_4 table.tabM tr td {
        /*padding: 8px 10px;*/
        overflow: hidden;
        color: #555;
        font-size: 13px;
    }
    .article08_4 table.tabM tr td:nth-child(1) {
        background: #fff;
        padding: 0;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    .article08_4 table.tabM tr:last-child td:nth-child(1) {
        border: none;
    }
    .article08_4 table.tabM tr td:nth-child(1)>img {
        width: 100px;
        margin: 0 auto;
    }
    .article08_4 table.tabM tr td:nth-child(2)>img {
        width: 40px;
        height: 40px;
        border: 2px solid #74b6e0;
        border-radius: 50%;
        float: left;
        margin-right: 10px;
    }
    .article08_4 table.tabM tr td h4 {
        font-size: 14px;
    }
    .article08_4 table.tabM tr td p {
        margin-top: 4px;
        font-size: 13px;
        line-height: 1.7;
        color: #666;
    }
    .article08_4 table.tabM tr td h5 {
        font-size: 13px;
        font-weight: bold;
        font-style: italic;
        margin-top: 6px;
        color: #333;
        line-height: 1.7;
    }
    .article08_1 .advantage {
        display: block;
    }
    .article08_1 .text {
        display: inline-block;
        margin-top: 40px;
        padding: 15px;
        font-size: 24px;
        border: none;
    }
    .article08_1 .safewidth .text .textcentent div {
        border-bottom: 1px solid #2E2E2E;
        padding: 20px 0;
        padding-right: 20px;
    }
    .article08_1 .safewidth .text .textcentent div:nth-child(1) {
        border-top: 1px solid #2E2E2E;
    }
    /*09*/
    .article09 {
        background: url(../imgs/article09-m.jpg) no-repeat center;
        background-size: cover;
        height: 760px;
        padding: 60px 0;
    }
    .article09 h3 {
        font-size: 22px;
        margin-top: 40px;
    }
    .article09 .msg {
        width: 100%;
        margin-top: 20px;
        line-height: 1.7;
    }
    .article09_1 .safewidth .classification div {
        width: 270px;
        margin: 0px auto;
        display: block;
        text-align: left;
    }
    .article09_1 .safewidth .classification div h4 {
        display: list-item;
        list-style-type: disc;
        margin-left: 2em;
        margin-bottom: 20px;
    }
    .article09_1 .text {
        line-height: 40px;
    }
    /* 10 */
    .article10_1 .text {
        font-size: 24px;
    }
    .article10_1 .safewidth .content {
        display: block;
    }
    .article10_1 .safewidth .content div {
        width: 100%;
    }
    
    .article10_1_1 {
        background: url(../imgs/article10_1_m.png) no-repeat center;
        background-size: cover;
        height: auto;
    }
    .divWidth{
        width: 100%;
    }
    .article10_1_1 .safewidth .content div:first-child, .article10_1_1 .safewidth .content div:last-child{
        width: 100%;
    }
    .article10_1_1 .safewidth .content div:first-child{
        margin-bottom: 40px;
    }
    .article10_1 .content div img{
        width: 60px;
    }
    .article10_1 .content{
        flex-direction: column;
    }
    .article10_1 .content div{
        width: 100%;
    }
    .article11_1_one {
        background: url(../imgs/article11_onem.png) no-repeat center;
        background-size: cover;
        height: auto;
    }
    .article11_1_1 {
        background: url(../imgs/article11_1_1_m.png) no-repeat center;
        background-size: cover;
        height: auto;
    }
    .article11_1_2 {
        background: url(../imgs/article11_1_2_m.png) no-repeat center;
        background-size: cover;
        height: auto;
    }
    .article11_1_3 {
        background: url(../imgs/article11_1_3_m.png) no-repeat center;
        background-size: cover;
        height: auto;
    }
    /* 11 */
    .article11_1 {
        background: url(../imgs/article11-m.jpg) no-repeat center;
        background-size: cover;
        padding: 20px 0;
    }
    .article11_1 h2 {
        font-size: 22px;
    }
    .article11_1 .text {
        font-size: 30px;
        margin: 20px;
        padding: 20px 0;
    }
    .article11_1 .safewidth {
        width: 100%;
        margin: 0;
    }
    .article11_1 .centent div h3 {
        margin: 15px 0;
        margin-right: 10px;
        font-size: 16px;
    }
    /* 12 */
    .article12_2 {
        padding: 0 0 50px 0;
    }
    .article12_1 .member {
        width: 100%;
        margin: 30px 0;
    }
    .article12_1 .member img {
        width: 50%;
        height: 80px;
    }
    .article12_2 h3 {
        font-size: 20px;
    }
    .article12_2 h4 {
        font-size: 14px;
    }
    .article12_2 .tab {
        width: 100%;
        border: none;
    }
    .article12_2 .tab tr td {
        width: 50%;
        padding: 5px;
    }
    .article12_2 .tab tr td img {
        width: 100%;
        padding: 10px;
        height: 60px;
    }
    /* 13 */
    .article13_1 {
        padding-top: 30px;
    }
    .article13_1 h3 {
        font-size: 20px;
    }
    .article13_1 table.tab {
        width: 100%;
    }
    .article13_1 table.tab th {
        width: 110px;
    }
    .article13_1 table.tab tr td {
        width: 300px;
        font-size: 14px;
    }
    .article13_1 .footer {
        width: 100%;
        padding: 0 20px;
        color: #fff;
    }
    .article13_2 {
        padding: 30px 0px;
    }
    .article13_2 table.tab {
        width: 100%;
    }
    .article13_2 .footer {
        width: 100%;
        padding: 0 20px;
        color: #fff;
    }
    .article13_2 table.tab tr th {
        width: 110px;
    }
    .article14 {
        width: 100%;
    }
    .article14 .tab {
        width: 100%;
    }
    .article13 {
        background: url(../imgs/article13_m.png) no-repeat left;
        background-size: cover;
        padding: 20px 0;
    }
    .article14 {
        background: url(../imgs/article14_m.png) no-repeat center;
        background-size: cover;
        padding: 20px 0;
        height: 800px;
    }
    .article15 {
        background: url(../imgs/article15_m.png) no-repeat center;
        background-size: cover;
        padding: 20px 0;
        height: 800px;
    }
    .table15 td, .table15 th{
        font-size: 12px;
        padding: 20px 6px;
    }
    .table15 img{
        width: 80px;
    }
    
    .article16 {
        background: url(../imgs/article16-m.png) no-repeat right;
        background-size: cover;
        color: #fff;
        height: auto;
        text-align: center;
        padding: 60px 0;
        padding-top: 30px;
    }

    .article17 {
        background: url(../imgs/article17-m.png) no-repeat right;
        background-size: cover;
        color: #fff;
        height: auto;
        text-align: center;
        padding: 60px 0;
        padding-top: 30px;
    }
    .graph_flex{
        flex-wrap: wrap;
    }
    .graph_item{
        padding: 20px 10px;
        width: 100%;
        border-right: none;
        border-bottom: 1px dashed #fff;
    }
    .graph_item:last-child{
        border-bottom: none;
    }

    .zhuanqv_box{
        padding: 20px 10px;
    }
    .zhuanqv_box img {
        width: 100px;
    }
    .zhuanqv_box div {
        color: #003580;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        margin-left: 10px;
        padding-left: 10px;
        border-left: 5px solid #0077AA;
    }

    .zhuanqv_info .unit {
        width: 33.33%;
        margin: 0px 10px;
    }
    .zhuanqv_info .unit div{
        font-size: 14px;
    }
    .article08_1 .text .textcentent{
        display: block;
    }
    .article08_1  .text .textcentent div {
        border-bottom: 1px solid #2E2E2E;
        padding: 20px 0;
        padding-right: 20px;
    }
    .article08_1 .text .textcentent div:nth-child(1) {
        border-top: 1px solid #2E2E2E;
    }
    .article09_1 .classification div {
        width: 270px;
        margin: 0px auto;
        display: flex    ;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .article09_1 .classification div h4 {
        display: list-item;
        list-style-type: disc;
        margin-left: 2em;
        margin-bottom: 20px;
    }
    .service_divflex>:nth-child(1){
        width: 100%;
        padding: 0 0;
    }
    .service_divflex>:nth-child(2){
        margin-top: 50px;
    }
    .aigc_box .one{
        margin-top: 50px;
    }

}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .articleXcx>.safewidth {
        margin-left: -200px;
    }
}

@media screen and (max-width: 768px) {
    .serv_quanyi{
        padding: 50px 10px;
    }
    /*04*/
    .articleXcx {
        background: url(../imgs/xcx-m.jpg) no-repeat center;
        background-size: cover;
        padding: 30px 0;
        height: 700px;
    }
    .articleXcx h1 {
        font-size: 50px;
    }
    .articleXcx h3 {
        font-size: 20px;
        margin: 20px 0;
    }
    .articleXcx h4 {
        font-size: 14px;
    }
    .member {
        width: 100%;
        margin: 30px 0;
    }
    .member .hybox {
        float: none;
        width: 100%;
    }
    .member img {
        width: 50%;
        height: 80px;
    }

    
.pcshow{
    display: none;
  }
  .mshow{
    display: block;
  }
  .service_one table tr.t_head {
    width: 100%;
}
table.tab_m01 td {
    width: 200px;
    font-size: 13px;
    line-height: 24px;
    height: 40px;
    text-align: center;
    padding: 10px;
}
table.tab_m01 td:first-child {
    width: 120px;
}
table.tab_m01 td.t_slide {
    width: 70%;
}
table.tab_m02 td {
    width: 60%;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px;
}
table.tab_m02 td:nth-child(2) {
    width: 40%;
}
table.tab_m02 tr:nth-child(even) {
    background: rgba(255, 255, 255, .8);
}
.tab_m02{
    margin-top: 20px;
}


















}