﻿@charset "utf-8";
@media (min-width: 1050px) {
  .i-fir-wrap .right-wrap .about-recom {
    margin-top: 0;
  }
  .i-fir-wrap .left-wrap .cent-cont, .i-fir-wrap .right-wrap .img-box {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .i-fir-wrap.active .left-wrap .cent-cont {
    transition: all 0.3s ease 0s;
  }
  .i-fir-wrap.active .right-wrap .img-box {
    transition: all 0.3s ease 0.1s;
  }
  .i-fir-wrap.active .left-wrap .cent-cont, .i-fir-wrap.active .right-wrap .img-box {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-sec-wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0.1s;
  }
  .i-sec-wrap .img-box, .i-sec-wrap .right-cont {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .i-sec-wrap.active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-sec-wrap.active .img-box {
    transition: all 0.3s ease 0s;
  }
  .i-sec-wrap.active .right-cont {
    transition: all 0.3s ease 0.1s;
  }
  .i-sec-wrap.active .img-box, .i-sec-wrap.active .right-cont {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-thi-wrap .main-wrap {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0s;
  }
  .i-thi-wrap.active .main-wrap {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-fou-wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s ease 0s;
  }
  .i-fou-wrap .img-box, .i-fou-wrap .cont-wrap {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0s;
  }
  .i-fou-wrap.active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-fou-wrap.active .img-box, .i-fou-wrap.active .cont-wrap {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-fiv-wrap ul {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0s;
  }
  .i-fiv-wrap.active ul {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-sex-wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s ease 0s;
  }
  .i-sex-wrap.active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-sex-wrap .img-box, .i-sex-wrap .cont-wrap {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0s;
  }
  .i-sex-wrap.active .img-box, .i-sex-wrap.active .cont-wrap {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-sev-wrap .main-wrap .top-titbox {
    margin-top: 30px;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0s;
  }
  .i-sev-wrap.active .main-wrap .top-titbox {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-sev-wrap .news-recommend-list {
    transform: translateY(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0.3s;
  }
  /*.i-sev-wrap .news-recommend-list li:nth-child(1){
		transition: all 0.3s ease 0.3s;
	}
	.i-sev-wrap .news-recommend-list li:nth-child(2){
		transition: all 0.3s ease 0.5s;
	}
	.i-sev-wrap .news-recommend-list li:nth-child(3){
		transition: all 0.3s ease 0.7s;
	}*/
  .i-sev-wrap.active .news-recommend-list {
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .i-eig-wrap .tit-box, .i-eig-wrap .list-wrap {
    transform: translateY(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease 0s;
  }
  .i-eig-wrap .tit-box {
    transition: all 0.3s ease 0s;
  }
  .i-eig-wrap .list-wrap {
    transition: all 0.3s ease 0.2s;
  }
  .i-eig-wrap.active .tit-box, .i-eig-wrap.active .list-wrap {
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /*.i-fir-wrap .left-wrap .stit,.i-fir-wrap .left-wrap .line,.i-fir-wrap .left-wrap .mtit,.i-fir-wrap .left-wrap .font,.i-fir-wrap .left-wrap .link{
		position: relative;
	}
	.i-fir-wrap .left-wrap .stit,.i-fir-wrap .left-wrap .line,.i-fir-wrap .left-wrap .mtit,.i-fir-wrap .left-wrap .font,.i-fir-wrap .left-wrap .link{
		opacity: 0;
		filter: alpha(opacity=0);
		left: 20px;
	}
	.i-fir-wrap.active .left-wrap .stit{
		transition: all 0.4s ease 0s;
	}
	.i-fir-wrap.active .left-wrap .line{
		transition: all 0.4s ease 0s;
	}
	.i-fir-wrap.active .left-wrap .mtit{
		transition: all 0.4s ease 0.3s;
	}
	.i-fir-wrap.active .left-wrap .font{
		transition: all 0.4s ease 0.6s;
	}
	.i-fir-wrap.active .left-wrap .link{
		transition: all 0.4s ease 0.9s;
	}
	.i-fir-wrap.active .left-wrap .stit,.i-fir-wrap.active .left-wrap .line,.i-fir-wrap.active .left-wrap .mtit,.i-fir-wrap.active .left-wrap .font,.i-fir-wrap.active .left-wrap .link{
		opacity: 1;
		filter: alpha(opacity=100);
		left: 0;
	}*/
  .bot-paging .link-info:hover {
    width: 145px;
  }
  .bot-paging .link-info:hover .link-ico {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .bot-paging .link-info:hover .tit-box {
    transform: translateX(0);
  }
  .bot-paging .retun-list:hover {
    width: 190px;
    margin-left: -95px;
  }
  .bot-paging .retun-list:hover .round-tit {
    transform: translateX(0);
  }
  .team-wrap .fir-wrap .list-wrap li:hover .up-cont {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .fadeIntop {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
  }
  .fadeIntop.show {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: all 0.3s ease 0s;
  }
  .fadeInlist {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .fadeInlist .show-row1, .fadeInlist .show-row2 {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
  }
  .fadeInlist.show {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: 0.3s ease 0s;
  }
  .fadeInlist.show .show-row1 {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.1s;
  }
  .fadeInlist.show .show-row2 {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.1s;
  }
  .ins-ban .up-cont h4, .ins-ban .up-cont .line, .ins-ban .up-cont .font, .ins-ban .up-cont .down-ico, .ins-ban .up-cont .link-ico {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
  }
  .wechat-info-ban .up-cont h4, .wechat-info-ban .up-cont .line, .wechat-info-ban .up-cont .font, .wechat-info-ban .link-ico {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
  }
  .wechat-info-ban.active .up-cont h4, .wechat-info-ban.active .up-cont .line, .wechat-info-ban.active .up-cont .font, .wechat-info-ban.active .link-ico {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
  .website-info-ban .up-cont h4, .website-info-ban .up-cont .line, .website-info-ban .up-cont .font, .website-info-ban .link-ico {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
  }
  .website-info-ban.active .up-cont h4, .website-info-ban.active .up-cont .line, .website-info-ban.active .up-cont .font, .website-info-ban.active .link-ico {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
  .wechat-info-ban .up-cont .down-ico {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
  }
  .wechat-info-ban.active .up-cont .down-ico {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: all 0.3s ease 0.6s;
  }
  .vr-ban .up-cont .vr-logo {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
  }
  .website-ban .up-cont .s-tit {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
  }
  .ins-ban.active .up-cont h4 {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0s;
  }
  .vr-ban.active .up-cont .vr-logo {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0s;
  }
  .ins-ban.active .up-cont .line {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.2s;
  }
  .website-ban.active .up-cont .s-tit {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.2s;
  }
  .website-ban .up-cont .link-box, .interact-ban .up-cont .link-box {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
  }
  .website-ban.active .up-cont .line {
    transition: 0.3s ease 0.4s;
  }
  .ins-ban.active .up-cont .font {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.4s;
  }
  .vr-ban .up-cont .s-tit {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
  }
  .vr-ban.active .up-cont .s-tit {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.4s;
  }
  .website-ban.active .up-cont .font {
    transition: 0.3s ease 0.6s;
  }
  .ins-ban.active .up-cont .down-ico {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.6s;
  }
  .ins-ban.active .up-cont .link-ico {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.6s;
  }
  .vr-ban.active .up-cont .link-ico {
    transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s, background 0.3s ease 0s, border 0.3s ease 0s;
  }
  .website-ban.active .up-cont .link-box {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.8s;
  }
  .website-ban.active .up-cont .down-ico {
    transition: 0.3s ease 1s;
  }
  .interact-ban.active .up-cont .link-box {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.6s;
  }
  .wechat-info-ban.active .up-cont h4 {
    transition: all 0.3s ease 0s;
  }
  .wechat-info-ban.active .up-cont .line {
    transition: all 0.3s ease 0.2s;
  }
  .wechat-info-ban.active .up-cont .font {
    transition: all 0.3s ease 0.4s;
  }
  .wechat-info-ban.active .up-cont .link-ico {
    transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, background 0.3s ease 0s, border 0.3s ease 0s;
  }
  .website-info-ban.active .up-cont h4 {
    transition: all 0.3s ease 0s;
  }
  .website-info-ban.active .up-cont .line {
    transition: all 0.3s ease 0.2s;
  }
  .website-info-ban.active .up-cont .font {
    transition: all 0.3s ease 0.4s;
  }
  .website-info-ban.active .up-cont .link-ico {
    transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, background 0.3s ease 0s, border 0.3s ease 0s;
  }
  .ins-link-box a.link1:hover {
    border: 1px solid #333;
    background-color: #333;
  }
  .ins-link-box a.link1:hover i {
    background: url(../images/ico_07_h.png) no-repeat center;
  }
  .ins-link-box a.link1:hover .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
  }
  .ins-ban .up-cont .link-ico:hover .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .ins-link-box a.link2:hover {
    border: 1px solid #333;
    background-color: #333;
  }
  .ins-link-box a.link2:hover i {
    background: url(../images/ico_17_h.png) no-repeat center;
  }
  .ins-link-box a.link2:hover .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
  }
  .i-column-wrap.black .link:hover {
    border: 1px solid #333;
    background-color: #333;
    overflow: hidden;
  }
  .i-column-wrap.black .link:hover i {
    background: url(../images/ico_05.png) no-repeat center;
  }
  .i-column-wrap.black .link:hover .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
  }
  .website-info-ban .up-cont .link-ico:hover {
    background-color: #fff;
    border: 1px solid #fff;
  }
  .website-info-ban .up-cont .link-ico:hover i {
    background: url(../images/ico_43_h.png) no-repeat center;
  }
  .website-info-ban .up-cont .link-ico:hover .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .i-column-wrap.white .link:hover {
    border: 1px solid white;
    background-color: white;
    overflow: hidden;
  }
  .i-column-wrap.white .link:hover i {
    background: url(../images/ico_06.png) no-repeat center;
  }
  .i-column-wrap.white .link:hover .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
  }
  .i-fir-wrap .right-wrap .about-recom .email:hover {
    border: 1px solid #333;
    background-color: #333;
  }
  .i-fir-wrap .right-wrap .about-recom .email:hover i {
    background: url(../images/ico_07_h.png) no-repeat center;
  }
  .i-fir-wrap .right-wrap .about-recom .email:hover .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .degital-wrap .cent-cont .link-ico:hover {
    background-color: #e8e7e7;
    border: 1px solid #e8e7e7;
    color: #333;
  }
  .degital-wrap .cent-cont .link-ico:hover i {
    background: url(../images/ico_43_h.png) no-repeat center;
  }
  .search-alert .close:hover {
    transform: rotate(90deg);
  }
  .case-info .fir-wrap .left-wrap .look-website:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
  }
}
@media (max-width: 1550px) {
  .news-wrap .list-wrap .cont-box {
    margin-left: 0;
    margin-top: 20px;
    width: 100%
  }
  .news-wrap .list-wrap .bot-link {
    margin-top: 18px;
  }
}
@media (max-width: 1440px) {
  .cont div.enter {
    height: 600px;
    padding: 0 110px;
  }
  .nban2.znmp img {
    width: 140%;
    max-width: 140%;
    margin-left: -10%;
  }
  .cbt-con4 .wrap {
    height: 460px;
    width: 1200px;
  }
  .cbt-con4 .bxBox2 {
    left: 250px;
  }
  .cbt-con4 .bxBox4 {
    right: 170px;
  }
  .cbt-con4 .bxBox3 {
    left: 500px;
  }
  .anlixq_part1 .nr {
    padding: 0 80px;
    width: 1200px;
  }
  .anlixq_part1 .nr .left {
    width: 400px;
  }
  .anlixq_part1 .nr .right {
    width: 480px;
  }
  .anlixq_part1 .nr .right h1 {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 10px
  }
  .w1520 {
    width: 89%;
  }
  .tanchu .wz {
    width: 490px;
    margin: 10% auto 0;
  }
  .ppsj_part1 .right {
    padding: 35px 40px;
  }
  .ppsj_part1 .right p {
    margin-bottom: 15px;
  }
  .ppsj_part1 .right .xtb {
    margin-top: 20px;
  }
  .ppsj_part2 .tc ul li h5 {
    font-size: 14px;
  }
  .ppsj_part2 .tc ul li .box {
    padding: 20px;
  }
  .yxtg_part2 .nr {
    width: 1200px;
    height: 581px;
  }
  .yxtg_part2 .nr .d1 {
    width: 600px;
    padding-right: 160px;
  }
  .yxtg_part2 .nr .d2 {
    width: 600px;
    padding-left: 160px;
  }
  .yxtg_part2 .nr .ball {
    width: 441px;
    height: 441px;
    background: url(../images/wttp.png) no-repeat center / 100%;
    margin-left: -220px;
  }
  .yxtg_part2 .nr .d1 p {
    font-size: 16px;
    padding-right: 24px;
    margin-bottom: 37px;
  }
  .yxtg_part2 .nr p em {
    margin-left: 9px;
    font-size: 25px;
  }
  .yxtg_part2 .nr p.s1 {
    left: 11px;
    margin-top: 73px;
  }
  .yxtg_part2 .nr p.s2 {
    left: -25px;
  }
  .yxtg_part2 .nr p.s3 {
    left: -26px;
  }
  .yxtg_part2 .nr .d2 p {
    font-size: 16px;
    padding-left: 24px;
    margin-bottom: 37px;
  }
  .yxtg_part2 .nr .d2 p em {
    font-size: 25px;
    margin-left: 0
  }
  .yxtg_part2 .nr p.s5 {
    left: -10px;
    margin-top: 73px;
  }
  .yxtg_part2 .nr p.s8 {
    left: -30px;
  }
  .yxtg_part2 {
    height: 555px;
  }
  #part4 .items {
    background: url(../images/lbx.png) no-repeat center top / 100%;
    width: 1222px;
    height: 687px;
  }
  #part4 .item {
    width: 253px;
    height: 218px;
  }
  #part4 .green {
    width: 253px;
    height: 218px;
  }
  #part4 .item.h .tb {
    margin-top: 40px;
  }
  #part4 .item * .tb {
    margin-top: 40px;
  }
  #part4 .item.item2 {
    left: 193px;
    top: 113px;
  }
  #part4 .item.item3 {
    left: 387px;
  }
  #part4 .item.item4 {
    left: 582px;
    top: 113px;
  }
  #part4 .item.item5 {
    left: 776px;
    top: 2px;
  }
  #part4 .item.item6 {
    top: 113px;
    left: 972px;
  }
  .yxtg_part6 .left .wrap ul li {
    width: 150px;
  }
  .yxtg_part6 .left .wrap ul li .jumbo {
    font-size: 64px;
  }
  .yxtg_part6 .left .wrap ul li .jh {
    font-size: 64px;
  }
  header .nav-link .nav li.cp .sub-nav .l1 {
    padding: 0 26px;
  }
  header .nav-link .nav li.cp .sub-nav .l1:last-child {
    padding: 0 0 0 30px
  }
  header .nav-link .nav li.cp .sub-nav .l1 p {
    line-height: 45px;
    font-size: 15px;
  }
  .col_fourth {
    padding-right: 10px;
    margin-right: 20px;
  }
  .col_fourth.end {
    padding-right: 0px;
    margin-right: 0px;
  }
  .col_fourth h2 {
    font-size: 60px;
  }
  .i-fir-wrap .left-wrap .cent-cont {
    top: 100px;
  }
  .i-fir-wrap .left-wrap .num-box {
    width: 150px;
    height: 150px;
  }
  .i-fir-wrap .left-wrap .num-box .num {
    margin-top: 40px;
    font-size: 26px;
  }
  .i-sec-wrap .right-cont, .i-fou-wrap .cont-wrap {
    padding-top: 40px;
    margin-left: 6%;
  }
  .i-fou-wrap .i-column-wrap .link {
    margin-top: 28px;
  }
  .i-sex-wrap .cont-wrap {
    width: 22%;
    margin-right: 6%;
    padding-top: 40px;
    padding-left: 0px;
  }
  .i-sex-wrap .img-box {
    width: 68%;
  }
  .solution-mode-con {
    padding: 0px 15px;
  }
  .i-ht3 .cont-wrap {
    width: 22%;
    margin-left: 6%;
    padding-top: 40px;
  }
  .i-ht3 .img-box {
    width: 68%;
  }
  .i-ht3 .i-column-wrap .link {
    margin-top: 28px;
  }
  .i-ht4 .cont-wrap {
    width: 22%;
    margin-right: 6%;
    padding-top: 50px;
  }
  .i-ht4 .i-column-wrap .link {
    margin-top: 28px;
  }
  .i-ht4 .img-box {
    width: 68%;
  }
  .i-sev-wrap .main-wrap {
    width: 89%;
  }
  .solution-team-box {
    max-width: 90%;
  }
  .khtp ul li {
    width: 12.2%;
    margin: 10px 1% 10px;
    height: 5em;
  }
  .sy_tc {
    padding: 70px 0;
    overflow: hidden;
  }
  .i-column-wrap .link-box {
    margin-top: 26px;
  }
  .i-fou-wrap .cont-wrap {
    width: 22%;
    margin-left: 6%;
  }
  .i-fou-wrap .img-box {
    width: 68%;
  }
  .i-column-wrap .link {
    margin-top: 40px;
  }
  .sy_tc ul li .box {
    padding: 20px;
  }
  .about-ban .cont-wrap {
    left: 5.5%;
    width: 89% !important;
  }
  .team-wrap .fir-wrap .cont-fir {
    padding-top: 30px;
  }
  .wzjs_tctj .tcnr ul li .tc .tp {
    width: 45%;
  }
  .wzjs_tctj .tcnr ul li .tc .wenz {
    width: 50%;
  }
  .xcx_cjwt ul li .bj {
    margin: 25px 30px 20px;
    height: 195px;
  }
  .xcx_cjwt ul li h3 {
    font-size: 18px;
    padding-left: 40px;
  }
  .xcx_cjwt ul li .bj2 {
    margin: 25px 30px 20px;
    padding-bottom: 10px;
    background: url(../images/wt2.png) right bottom no-repeat;
    height: 195px;
  }
  .xcx_cjwt ul li .bj3 {
    margin: 25px 30px 20px;
    padding-bottom: 10px;
    background: url(../images/wt3.png) right bottom no-repeat;
    height: 195px;
  }
  .xcx_cjwt ul li .bj4 {
    margin: 25px 30px 20px;
    padding-bottom: 10px;
    background: url(../images/sol11.png) right bottom no-repeat;
    height: 195px;
  }
  .xcx_cjwt ul li .bj5 {
    margin: 25px 30px 20px;
    padding-bottom: 10px;
    background: url(../images/wt5.png) right bottom no-repeat;
    height: 195px;
  }
  .xcx_cjwt ul li .bj6 {
    margin: 25px 30px 20px;
    padding-bottom: 10px;
    background: url(../images/wt6.png) right bottom no-repeat;
    height: 195px;
  }
  .why .gsys .ysjs ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .why .gsys .ysjs ul li .bj {
    background: url(../images/why1.png) left top / 58px no-repeat;
    padding-left: 70px;
  }
  .why .gsys .ysjs ul li .bj.bj2 {
    background: url(../images/why2.png) left top / 58px no-repeat;
  }
  .why .gsys .ysjs ul li .bj.bj3 {
    background: url(../images/why3.png) left top / 58px no-repeat;
  }
  .why .gsys .ysjs ul li .bj.bj4 {
    background: url(../images/why4.png) left top / 58px no-repeat;
  }
  .why .gsys .ysjs ul li .bj.bj5 {
    background: url(../images/why5.png) left top / 58px no-repeat;
  }
  .why .gsys .ysjs ul li .bj.bj6 {
    background: url(../images/why6.png) left top / 58px no-repeat;
  }
  .why .gsys .ysjs ul li .bj h3 {
    font-size: 20px;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
  .app_part6 .left .wrap ul li {
    width: 150px;
  }
  .app_part6 .left .wrap ul li .jumbo {
    font-size: 70px;
  }
  .app_part6 .left .wrap ul li .jh {
    font-size: 70px;
  }
  .f2-hide-wrap {
    background: #fff;
    height: 140px;
    padding-top: 10px;
  }
  .f2-hide-wrap p {
    font-size: 12px;
  }
  .f2-qr {
    margin: 10px 0 10px 20px;
    height: 100px;
    width: 100px;
  }
  .xcx_seven .cnt .ul li .wz1 {
    left: 0px;
  }
  .xcx_seven .cnt .ul li .wz7 {
    left: 908px;
    top: 210px;
  }
  .xcx_seven .cnt .ul li .wz8 {
    left: 1130px;
    top: 140px;
    position: absolute;
  }
  .ins-ban .up-cont {
    left: 6%;
    margin-top: -170px;
  }
  .interact-ban .up-cont h4, .ins-ban .up-cont h4 {
    font-size: 42px;
  }
  .interact-ban .up-cont .line {
    margin-top: 24px;
  }
  .interact-ban .up-cont .font, .ins-ban .up-cont .font {
    font-size: 26px;
    margin-top: 32px;
    line-height: 40px;
  }
  .ins-ban .up-cont .down-ico {
    margin-top: 60px;
  }
  .news-ban .up-tit {
    left: 6%;
  }
  .adsuper-wrap .sec-wrap .cont-wrap {
    padding-top: 80px;
  }
  .wechat-info-ban .up-cont {
    width: 89%;
    left: 5.5%;
    margin-top: -160px;
  }
  .bot-paging {
    width: 89%;
    left: 5.5%;
  }
  .bot-paging.long {
    width: 100%;
    left: 0;
  }
  .contact-wrap .city-list {
    width: 166px;
    margin-right: 30px;
  }
  .contact-wrap .address {
    width: 290px;
    margin-right: 32px;
  }
  .contact-wrap .weixin {
    width: 180px;
    margin-right: 32px;
  }
  .contact-wrap .advis {
    width: 180px;
  }
  header .nav-link .nav .line {
    margin-left: 26px;
  }
  header .nav-link .nav li {
    padding-left: 32px;
  }
  .ins-nav ul {
    width: 682px;
  }
  .about-wrap .sec-wrap .left-cont {
    padding-top: 40px;
  }
  .about-wrap .fir-wrap .right-cont .num-box .num {
    font-size: 46px;
  }
  .about-wrap .fir-wrap .left-cont h4 {
    font-size: 70px;
  }
  .culture-wrap .fir-list li .cont-wrap {
    padding-top: 10px;
  }
  .culture-wrap {
    background: #fff;
  }
  .future-wrap .top-main .cont-wrap {
    padding-top: 60px;
  }
  .society-wrap .main-column .cont-wrap {
    padding-top: 50px;
  }
  .adsuper-wrap .thi-wrap .left-cont {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .adsuper-wrap .fou-wrap .right-cont {
    padding-top: 50px;
  }
  .about-home .fir-wrap h4 {
    font-size: 70px;
  }
  .i-ban li .cent-cont, .i-ban .btns {
    left: 5.5%;
  }
  .i-ban li .cent-cont {
    margin-top: -190px;
  }
  .i-ban li .word {
    font-size: 36px;
    line-height: 56px;
  }
  .i-ban li .word p {
    height: 56px;
  }
  .return-top {
    right: 10px;
  }
  .about-home .thi-wrap .num-list li {
    margin-right: 0;
    padding-right: 36px;
  }
  .about-wrap .fir-wrap .right-cont .num-box li {
    padding-right: 30px;
    margin-left: 0;
  }
  .about-wrap .fir-wrap .right-cont .num-box .num {
    line-height: 68px;
  }
  .about-wrap .fir-wrap .right-cont .num-box .line {
    display: none;
  }
  .ins-nav .interact-ul {
    width: 454px;
  }
  .i-sec-wrap .right-cont .link-box {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .foot .f1 {
    width: 300px;
  }
  .foot .f2 {
    width: 530px;
    margin-left: 3%;
  }
  .price {
    margin-top: 26px;
  }
  header .nav-link .nav li.cp .sub-nav .l1 {
    padding: 0 20px;
  }
  .nban1 .mb .wenzc h2 {
    font-size: 70px;
  }
  .xcx_seven .cnt .ul li .wz1 {
    left: 50px;
    top: 387px;
  }
  .yxtg_part5 ul li h3 {
    font-size: 20px;
    margin-bottom: 30px
  }
}
@media (max-width: 1200px) {
  /*.i-sec-wrap .right-cont .stit{
		font-size: 26px;
	}*/
  .i-sec-wrap .right-cont, .i-fou-wrap .cont-wrap, .i-sex-wrap .cont-wrap {
    padding-top: 20px;
  }
  .i-column-wrap .mtit {
    margin-top: 6px;
  }
  .i-column-wrap .link {
    margin-top: 20px;
  }
  .i-sev-wrap {
    padding-bottom: 40px;
  }
  .team-wrap .fir-wrap .list-wrap li .word {
    display: none;
  }
  .about-wrap .fir-wrap .left-cont {
    padding-top: 60px;
  }
  .about-wrap .fir-wrap .left-cont h4 {
    font-size: 60px;
  }
  .about-wrap .fir-wrap .right-cont {
    padding-top: 80px;
  }
  .about-wrap .fir-wrap .left-cont .link-box {
    margin-top: 50px;
  }
  .culture-wrap .fir-list li {
    width: 100%;
  }
  .society-wrap .main-column .cont-wrap {
    padding-top: 30px;
  }
  .about-home .fir-wrap h4 {
    font-size: 60px;
  }
  .medium-wrap .fir-wrap .left-cont {
    padding-top: 30px;
  }
  .medium-wrap .fir-wrap .tit {
    font-size: 24px;
  }
  .medium-wrap .bot-news-med .left-cont {
    padding-top: 50px;
  }
  .bigdata-wrap .sec-wrap li {
    width: 50%;
  }
  .culture-wrap .fir-list li .cont-wrap .en-font {
    display: none;
  }
  .culture-wrap .fir-list li .cont-wrap {
    padding-top: 40px;
  }
}
@media (max-width: 1366px) {
  .w1520 {
    width: 95%;
  }
  .xcx_seven .cnt .ul li .wz8 {
    left: 1100px;
    top: 140px;
    position: absolute;
  }
  .i-sec-wrap ul li .cont-wrap {
    height: 148px
  }
  .i-sex-wrap .img-box {
    width: 70%;
  }
  .i-sex-wrap .i-column-wrap .link {
    margin-top: 28px;
  }
  .i-fou-wrap .img-box {
    width: 70%;
  }
  .i-ht3 .img-box {
    width: 70%;
  }
  .i-ht4 .img-box {
    width: 70%;
  }
  .solution-team-box {
    max-width: 95%;
  }
  .wzjs_tctj .tcnr ul li .tc .wenz .jg {
    font-size: 20px;
    margin-top: 10px;
  }
  .app_part6 .left .wrap ul li {
    width: 150px;
  }
  .app_part6 .left .wrap ul li .jumbo {
    font-size: 64px;
  }
  .ny_lm .con {
    width: 1200px;
  }
  .hh_lb .con .lm {
    width: 1200px;
  }
  .hh_lb .con .lm ul li {
    width: 209px;
    height: 200px;
    padding: 25px 10px;
    margin: 0 38px 20px 0;
  }
  .hh_gn .con {
    width: 1200px;
  }
  .hh_gn .con .lm .nr {
    width: 1160px;
    margin: 20px 20px;
  }
  .hh_gn .con .lm .fa p {
    font-size: 14px;
  }
  .hh_gn .con .lm .fa .td-s {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    margin: 25px 8px 25px 8px;
  }
  .hh_gn .con .lm .hj ul li {
    width: 25%;
    height: 205px;
    padding: 40px 0 0;
    box-sizing: border-box
  }
  .hh_gn .con .lm .hj ul li.bo {
    width: 25%;
  }
  .hh_gn .con .lm .jf .wz {
    margin: 58px 0px 0 0;
    width: 850px;
  }
  .hh_gn .con .lm .jf .wz ul {
    width: 240px;
    margin-right: 10px;
  }
  .w1440 {
    width: 1200px;
  }
  .pzcen {
    width: 1200px;
  }
  .pzleft {
    height: 710px;
    width: 240px;
  }
  .pzleft ul {
    width: 240px;
    height: 480px
  }
  .pzleft ul li {
    width: 240px;
    line-height: 60px;
    height: 60px;
  }
  .pzright {
    width: 920px;
    padding-top: 180px;
  }
  .scanli a img {
    width: 214px;
    height: auto;
    margin-right: 15px;
  }
  .scanli a:last-child img {
    margin-right: 0
  }
  .app_part3 ul li .bj {
    margin: 20px 35px 15px;
    padding-bottom: 10px;
    background: url(../images/sol13.png) right bottom no-repeat;
    padding-right: 120px;
    height: 157px;
  }
  .app_part3 ul li .bj2 {
    margin: 20px 35px 15px;
    padding-bottom: 10px;
    background: url(../images/wt2.png) right bottom no-repeat;
    padding-right: 120px;
    height: 157px;
  }
  .app_part3 ul li .bj3 {
    margin: 20px 35px 15px;
    padding-bottom: 10px;
    background: url(../images/wt3.png) right bottom no-repeat;
    padding-right: 120px;
    height: 157px;
  }
  .app_part3 ul li .bj4 {
    margin: 20px 35px 15px;
    padding-bottom: 10px;
    background: url(../images/sol11.png) right bottom no-repeat;
    padding-right: 120px;
    height: 157px;
  }
  .app_part3 ul li .bj5 {
    margin: 20px 35px 15px;
    padding-bottom: 10px;
    background: url(../images/wt5.png) right bottom no-repeat;
    padding-right: 120px;
    height: 157px;
  }
  .app_part3 ul li .bj6 {
    margin: 20px 35px 15px;
    padding-bottom: 10px;
    background: url(../images/wt6.png) right bottom no-repeat;
    padding-right: 120px;
    height: 157px;
  }
}
@media (max-width: 1050px) {
	.about-home .thi-wrap .row-box .up-cont, .about-home .fiv-wrap .row-box .up-cont {
    display: block;
}
	.about-home .thi-wrap .row-box .up-gray, .about-home .fiv-wrap .row-box .up-gray {
    background: url(../images/bg_11.png) no-repeat bottom center / 100%;
}
	.about-home .thi-wrap .row-box .up-cont, .about-home .fiv-wrap .row-box .up-cont {
  
    opacity: 1;
    filter: alpha(opacity=1);
   
}
  .ppsj_part2 .tc ul.pc {
    display: none
  }
  .ppsj_part2 .tc ul li .box {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .08), 0 0px 0px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .08), 0 0px 0px 0 rgba(0, 0, 0, .08);
    border: #eee 1px solid
  }
  .swiper-pplotcsj {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden
  }
  .swiper-pplotcsj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-pplotcsj .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .swiper-ppbztcsj {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden
  }
  .swiper-ppbztcsj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-ppbztcsj .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .swiper-ppzxtcsj {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden
  }
  .swiper-ppzxtcsj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-ppzxtcsj .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .swiper-ppjmtcsj {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden
  }
  .swiper-ppjmtcsj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-ppjmtcsj .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .alzx_ny .alfl ul li:nth-child(3) .ej a {
    width: 33.3333%;
  }
  .stb_p1 {
    padding: 40px 0;
  }
  .stb_p1 ul li {
    width: 28.3333%;
    margin: 0 2.5%
  }
  .jzt_cp h3 {
    font-size: 30px;
    text-align: center
  }
  .scb-gjc img {
    margin: 30px auto 0;
  }
  .jzt-ss {
    padding: 40px 0 40px;
    display: block;
  }
  .scb-con2 .jzt-ss .left {
    width: 100%;
  }
  .jzt-ss img {
    margin: 0px auto 0 0px;
  }
  .scb-con2 .jzt-ss .right {
    width: 100%;
  }
  .jzt-ss .right {
    max-width: 100%;
  }
  .jzt-ss p.rt {
    text-align: center;
  }
  .ptlbbj {
    background: none;
    width: 100%;
    height: 460px;
    padding-right: 0;
    margin: 40px auto 0;
  }
  .ptlb {
    height: 420px;
    position: relative;
    width: 100%;
    margin: 0px auto;
  }
  .w1220box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .stbdbsj {
    width: 100%;
    display: block
  }
  .stbdbsj img {
    width: 100%;
  }
  .scb-con3 table {
    display: none;
  }
  .scb-gjc .left {
    width: 100%;
    box-sizing: border-box;
  }
  .scb-gjc .right {
    width: 100%;
    box-sizing: border-box
  }
  .scb-gjc .w1220 {
    display: block
  }
  .scb-gjc .word {
    max-width: 100%;
  }
  .znmp2 .hd ul li {
    margin-left: 40px;
    line-height: 80px;
  }
  .Home-PC-intro {
    max-width: 92%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .Home-PC-intro-desc {
    width: 46%;
  }
  .cont div.enter {
    height: auto;
    padding: 0 60px;
    display: block
  }
  .e-left {
    width: 100%;
    padding: 40px 0
  }
  .cont div.enter .e-right {
    width: 100%;
    height: auto;
  }
  .xqyjjfa {
    line-height: 90px;
  }
  .xqyjjfa .ej {
    top: 90px;
  }
  .case-wrapper .caseban h2 {
    font-size: 20px;
  }
  .case-intro-wrapper {
    background-color: #fff;
    padding: 35px 2px 45px;
  }
  .case-intro-wrapper .jiejuelist .id {
    top: 30px;
    font-size: 80px;
    line-height: 80px;
  }
  .case-intro-wrapper .jiejuelist dl {
    padding: 33px 20px 36px 12.72414%;
    font-size: 16px;
  }
  .case-intro-wrapper .jiejuelist dt {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 38px;
  }
  .zcym {
    width: 92%;
    margin: 40px auto;
    padding: 30px 70px;
  }
  .signin_center1 {
    width: 92%;
  }
  .dl_ban {
    display: none;
  }
  .dl_ban .bd {
    width: 100%
  }
  .dl_ban .bd ul li img {
    width: 100%
  }
  .middle {
    width: 92%;
  }
  .kuai {
    padding: 40px 0;
  }
  .eightul li {
    width: 46%;
    margin: 70px 2% 20px;
  }
  .whyxz {
    background-color: #eee;
    background-image: none;
  }
  .whyxzs .whyxzs01 {
    position: relative;
    width: 48%;
    float: left;
    top: 0;
  }
  .whyxzs .whyxzs01 .whyxzsicon {
    top: 50%;
    margin-top: -28px;
    clear: both
  }
  .whyxzs .whyxzs02 {
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 48%;
    float: right;
    padding-left: 70px;
    clear: both
  }
  .whyxzs .whyxzs02 .whyxzsicon {
    top: 50%;
    margin-top: -28px;
  }
  .whyxzs .whyxzs03 {
    position: relative;
    top: auto;
    margin-top: 20px;
    left: 0;
    width: 48%;
    clear: both
  }
  .whyxzs .whyxzs03 .whyxzsicon {
    top: 50%;
    margin-top: -28px;
  }
  .whyxzs .whyxzs04 {
    position: relative;
    margin-top: 20px;
    top: auto;
    left: 0;
    width: 48%;
    padding-left: 70px;
    clear: both;
    float: right
  }
  .sixul li {
    float: left;
    width: 46%;
    height: 152px;
    padding: 0px 10px 0 0;
    margin: 10px 2% 10px;
    position: relative;
    padding-left: 130px;
  }
  .sixul li:nth-child(3n) {
    margin-right: 2%
  }
  .sixul li .sixicon {
    left: 10px;
    top: 20px;
  }
  .whyxzs .whyxzs04 .whyxzsicon {
    top: 50%;
    margin-top: -28px;
  }
  .kuais {
    padding: 40px 0;
  }
  .ul_h_case li {
    width: 30.3333%;
    height: 88px;
    margin: 0 1.5% 24px;
  }
  .ul_h_case li .limg {
    width: 100%;
    height: auto;
  }
  .ul_h_cases li {
    width: 46%;
    margin: 0 2% 20px;
  }
  .kxwz03 {
    display: none
  }
  .gwrzsj {
    display: block;
    width: 100%;
  }
  .gwrzsj img {
    width: 100%
  }
  .nban2 .seotb.gw1 {
    background: url(../images/gwrz_1.png) left center / 35px no-repeat;
  }
  .nban2 .seotb.gw2 {
    background: url(../images/gwrz_2.png) left center / 35px no-repeat;
  }
  .shipin {
    padding: 40px 0 80px;
  }
  .shipin h2 {
    font-size: 25px;
  }
  .shipin h4 {
    margin-bottom: 40px;
  }
  .shipin .nr {
    width: 94%;
  }
  .seo_part2 {
    padding: 40px 0;
  }
  .seo_part2 .nr {
    width: 92%;
    height: 600px;
    background: none;
  }
  .seo_part2 .nr .mbl {
    width: 100%;
  }
  .seo_part2 .nr .mbl .wt h3 {
    text-align: left;
    line-height: 48px;
  }
  .seo_part2 .nr .mbl .wt p {
    text-align: left;
  }
  .seo_part2 .nr .mbl .wt h3 em {
    float: left;
    margin-right: 19px;
  }
  .seo_part2 .nr .mbl .wt {
    position: static;
    margin-bottom: 30px
  }
  .seo_part2 .nr .mbr {
    width: 100%;
  }
  .seo_part2 .nr .mbr .wt {
    position: static;
    margin-bottom: 30px
  }
  .seowenbg {
    height: 500px;
    width: 92%;
  }
  .seo_part3 {
    padding: 40px 0;
  }
  .fkfs_part1 .word {
    width: 94%;
  }
  .contain {
    width: 100%;
  }
  .reputation-wdyx {
    width: 100%;
    height: 502px;
  }
  .zht-con2.cbt-con4 {
    padding: 40px 0 10px;
  }
  .cbt-con4 .wrap {
    height: 460px;
    width: 100%;
  }
  .cbt-con4 .bxBox {
    width: 20%;
    position: static;
    float: left;
    margin: 30px auto 0
  }
  .zht-con3 .title h1 {
    margin-top: 40px;
    margin-bottom: 30px
  }
  .zht-con3 {
    padding-bottom: 2px;
  }
  .zht-con4 {
    padding: 40px 0 0;
  }
  .zht-con5 .wrap dl {
    width: 46%;
    margin: 0 2% 20px;
  }
  .zht-con5 .wrap {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .zht-con5 {
    padding: 40px 0 0;
  }
  .g-case .m-case {
    width: 700px;
    margin: 32px auto 20px;
  }
  .zht-con7 .case_box li {
    width: 300px;
    margin: 30px 11px 0;
  }
  .zht-con7 .case_box2 li {
    width: 300px;
    margin: 30px 11px 0;
  }
  .zht-con7.g-case .m-case .item {
    width: 100%;
    height: auto;
  }
  .g-case .m-case {
    overflow: hidden
  }
  .zht-con7 .case_box {
    display: none
  }
  .zht-con7 .case_box2 {
    overflow: hidden;
    display: block
  }
  .zht-con7 {
    padding: 30px 0;
    height: auto
  }
  .zht-con1 h2 {
    font-size: 25px;
  }
  .reputation-wdyx .live-main {
    width: 100%;
    height: 415px;
    margin: auto;
    overflow: hidden;
  }
  .zht-con1 {
    padding: 40px 0;
  }
  .anlixq_part1 .nr .left {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .anlixq_part1 .nr .left img {
    width: 100%
  }
  .anlixq_part1 .nr .right {
    width: 100%;
    margin-top: 20px;
  }
  .anlixq_part1 .nr {
    padding: 0 80px;
    width: 100%;
  }
  .anlixq_part1 {
    padding: 40px 0;
  }
  .nban2 .seotb.l2 {
    background: url(../images/seo_2.png) left center / 35px no-repeat;
  }
  .seo_part1 {
    padding: 40px 0;
  }
  .wzjs_tctj .jjfa ul li {
    width: 50%;
  }
  .seo-tone {
    padding: 40px 0;
  }
  .seo-tone h4 {
    margin-bottom: 30px;
  }
  .seo-tone-b {
    background: url("../images/seotopbgs.jpg") no-repeat center bottom / 100%;
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .seo_part1 ul li {
    width: 46%;
    margin: 0 2% 20px;
  }
  .sem_part1 {
    padding: 40px 0;
  }
  .sem_part1 .nr {
    width: 100%;
    padding-left: 0px;
  }
  .sem_part1 h2 {
    text-align: center;
  }
  .sem_part1 h4 {
    margin-bottom: 30px;
    text-align: center;
  }
  .seo_part1 h4 {
    margin-bottom: 30px;
  }
  .sem_part2 {
    padding: 40px 0;
  }
  .sem_part2 .nr {
    width: 100%;
  }
  .sem_part2 .nr ul li {
    width: 46%;
    margin: 0 2% 25px;
  }
  .sem_part2 .nr ul li .hdc {
    background: url(../images/sem_s3_item.png) center center / 100% no-repeat;
    width: 100%;
    height: 3.4rem;
  }
  .sem_part2 .nr ul li .box {
    padding-top: 50px;
  }
  .seo_part4 {
    padding: 40px 0;
  }
  .seo_part4 .nr {
    width: 100%;
    margin: 30px auto 0;
    background: url(../images/seovs.png) center center / 120px no-repeat;
    overflow: hidden;
  }
  .seo_part4 .nr .left {
    width: 90%;
    float: none;
    margin: 0 auto 120px;
  }
  .seo_part4 .nr .right {
    width: 90%;
    float: none;
    margin: 0 auto 0
  }
  .sem_part3 {
    padding: 40px 0;
  }
  .sem_part4 {
    padding: 40px 0;
  }
  #certify {
    width: 90%;
  }
  #certify .swiper-slide {
    width: 230px;
    height: auto;
  }
  .seo_part7 {
    padding: 40px 0;
  }
  .seo_part7 ul li .bj {
    margin: 20px 25px 15px;
    padding-right: 0px;
    height: 210px;
  }
  .seo_part7 ul li .bj2 {
    margin: 20px 25px 15px;
    padding-right: 0px;
    height: 210px;
  }
  .seo_part7 ul li .bj3 {
    margin: 20px 25px 15px;
    padding-right: 0px;
    height: 210px;
  }
  .seo_part7 ul li .bj4 {
    margin: 20px 25px 15px;
    padding-right: 0px;
    height: 210px;
  }
  .seo_part7 ul li .bj5 {
    margin: 20px 25px 15px;
    padding-right: 0px;
    height: 210px;
  }
  .seo_part7 ul li .bj6 {
    margin: 20px 25px 15px;
    padding-right: 0px;
    height: 210px;
  }
  .seo_part9 ul li {
    width: 30.3333%;
    margin: 0 1.5% 20px;
    text-align: center;
  }
  .seo_part9 {
    padding: 40px 0;
  }
  .seo_part9 ul li:nth-child(2n) {
    display: none
  }
  .seo_part9 ul li img {
    width: 110px;
  }
  .seo-tone-b li span {
    width: 100px;
    height: 100px;
  }
  .seo-tone-b li h1 {
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 5px;
  }
  .seo-ttew {
    padding: 70px 0;
  }
  .seo-ttew h4 {
    margin-bottom: 30px;
  }
  .seo-ttew-b {
    padding: 0px 0 40px;
  }
  .seo-ttew-b li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 30px 20px;
    border-radius: 30px;
  }
  .wanci_part1 {
    padding: 40px 0;
  }
  .wanci_part1 h2 {
    margin-bottom: 30px;
  }
  .seo-tfour {
    padding: 40px 0;
  }
  .seo-tfour h4 {
    margin-bottom: 30px;
  }
  .seo-tfour-b li {
    width: 46%;
    margin: 0 2% 20px;
    margin-bottom: 20px;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .seo-tfour-b li:nth-child(3n) {
    margin-right: 2%;
  }
  .wc_part2 {
    padding: 40px 0;
  }
  .wc_part2 h4 {
    margin-bottom: 30px;
  }
  .wc_part2 ul li {
    width: 30.3333%;
    margin: 0 1.5%;
  }
  .tanchu .wz {
    width: 490px;
    margin: 20% auto 0;
  }
  .seo_part8 {
    padding: 40px 0;
  }
  .xx1 .hd ul li {
    width: 30.3333%;
    line-height: 38px;
    font-size: 20px;
    margin: 0 1%;
  }
  .seo_part8 .yhtd ul li {
    width: 46%;
    margin: 0 2% 20px
  }
  .seo_part8 .yhtd ul li:nth-child(5n) {
    margin-right: 2%;
  }
  .honorlist ul li {
    width: 46%;
    margin: 0 2% 20px;
    height: auto;
  }
  .honorlist img {
    width: 100%;
    height: auto;
  }
  .ins-ban .cent-cont {
    top: 20%;
    margin-top: 0
  }
  .nban2 .word p.gjc {
    background: url(../images/seo_line.png) left bottom no-repeat;
    padding: 0 30px 10px 0;
    height: auto;
    width: 100%;
  }
  .nban2 .seotb {
    background: url(../images/seo_1.png) left center / 35px no-repeat;
    padding-left: 40px;
    height: 45px;
    margin-top: 10px;
  }
  .nban2 .seotb.l5 {
    background: url(../images/wc_1.png) left center / 35px no-repeat;
  }
  .nban2 .seotb h3 {
    font-size: 20px;
  }
  .nban2 .seotb h4 {
    font-size: 14px;
  }
  .nban2 .seotb.l6 {
    background: url(../images/wc_2.png) left center / 35px no-repeat;
  }
  .nban2 .seotb.l7 {
    background: url(../images/wc_3.png) left center / 35px no-repeat;
  }
  .ins-ban .word {
    font-size: 22px;
    line-height: 38px;
  }
  .ins-ban .word p {
    height: 38px;
  }
  .ins-ban .link {
    width: 36px;
    height: 36px;
    margin-top: 20px;
  }
  .zengzhi_part1 {
    padding: 40px 0;
  }
  .zengzhi_part1 h4 {
    margin-bottom: 30px;
  }
  .domain-search-outer {
    height: 160px;
    width: 92%;
    margin: 0 auto;
    padding-top: 0px;
  }
  .domain-search-box {
    width: 100%;
  }
  .domain-search-input {
    width: 65%;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 12px;
  }
  .swiper-yuming {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 25px;
  }
  .zengzhi_part2 {
    padding: 40px 0;
  }
  .slideTxtBox1 {
    width: 92%;
  }
  .slideTxtBox1 .bd div li {
    width: 100%;
    _width: 297px;
    padding: 0 0 13px 0;
    margin-bottom: 20px
  }
  .icp {
    padding: 40px 0;
  }
  .icp h4 {
    margin-bottom: 30px;
  }
  .icp .t3 {
    font-size: 16px;
    line-height: 2;
    width: 92%;
    padding-top: 40px;
  }
  .icp ul li .line {
    display: none
  }
  .icp ul li {
    float: none;
    display: inline-block
  }
  .icp ul li .round {
    width: 135px;
    height: 135px;
    line-height: 135px;
    margin: 0 20px
  }
  .icp ul {
    width: 100%;
    padding-left: 0px;
    padding-top: 40px;
    text-align: center;
  }
  .tq {
    padding: 40px 0;
  }
  .tq h3 {
    margin-bottom: 30px;
  }
  .tq ul {
    width: 92%;
    margin: 0 auto;
  }
  .tq ul li {
    width: 30.3%;
    padding: 0px 0 30px;
    margin: 0 1.5%
  }
  .api {
    padding: 40px 0;
  }
  .api .tit p {
    line-height: 1.5;
    padding: 20px;
  }
  .api ul {
    width: 92%;
  }
  .api ul li img {
    width: 150px;
    height: 75px;
  }
  .hbq-zc {
    padding: 40px 0;
  }
  .hbq-zc h4 {
    margin-bottom: 30px;
  }
  .hbq-zc .inde_reg {
    width: 30.3333%;
    margin: 0 1.5%;
  }
  .hbq-zc .inde_reg .reg_til {
    font-size: 20px;
    line-height: 34px;
  }
  .hbq-zc .inde_reg .box {
    padding: 20px 10px;
    height: 362px;
  }
  .hbq-five .hd ul {
    width: 92%;
  }
  .hbq-five .hd ul li .l_wor {
    font-size: 14px;
    margin: 10px 0 10px;
  }
  .hbq-five .hd ul li {
    padding: 10px 0 20px;
  }
  .slideTxtBox1 .bd div.pd30 {
    padding-top: 30px;
  }
  .marl30 {
    margin-left: 0%;
    _margin-left: 0;
  }
  .domain-drop-trigger {
    width: 15%;
    font-size: 16px;
  }
  .domain-search-button {
    width: 20%;
    font-size: 18px;
  }
  .sy_dzfw.about {
    padding: 40px 0px;
  }
  .about_wmys ul li {
    width: 100%;
  }
  .about_wmys ul li .sj {
    display: block;
  }
  .about_wmys ul li .pc {
    display: none;
  }
  .about_wmys ul li .sj {
    display: block;
  }
  .about_wmys ul li.pc {
    display: none;
  }
  .about-home .sec-wrap .left-cont {
    width: 100%;
    padding: 40px 5% 0;
    box-sizing: border-box;
  }
  .about-home .thi-wrap .row-box .up-cont, .about-home .fiv-wrap .row-box .up-cont {
    display: block
  }
  .about-home .sec-wrap .left-cont .num-long {
    font-size: 50px;
    margin-top: 32px;
    line-height: 42px;
  }
  .about-home .thi-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about-home .fou-wrap .imgbox {
    width: 100%;
  }
  .about-home .fou-wrap .right-cont {
    width: 100%;
    margin-right: 0%;
    padding: 25px 20px 20px;
    box-sizing: border-box
  }
  .about-home .fou-wrap .right-cont .line {
    margin-top: 10px;
  }
  .about-home .fou-wrap .right-cont .word {
    margin-top: 10px;
  }
  .about-home .sec-wrap .xtb {
    width: 36px;
    height: 36px;
    margin-top: 20px;
  }
  .about-home .sec-wrap .imgbox {
    width: 100%;
    margin-top: 20px;
  }
  .about-ban .top-tit h4 {
    font-size: 0.25rem;
    line-height: 0.4rem;
  }
  .about-ban .num-top .num {
    font-size: 0.4rem;
    line-height: 1;
  }
  .about-ban .num-top li {
    padding: 0 20px;
    margin-left: 0px;
    width: auto;
  }
  .about-ban .num-top .cn-tt {
    font-size: 16px;
    line-height: 20px;
  }
  .about-ban .top-tit .date {
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
  }
  .about-ban .top-tit .tit {
    font-size: 18px;
    line-height: 2;
  }
  .about-ban .list-cont .num-sign .boxs {
    width: 0.15rem;
  }
  .about-ban .list-cont .num-sign .box2 {
    left: 0.46rem;
  }
  .about-ban .list-cont .num-sign .box1 {
    left: 0.75rem;
  }
  .about-ban .cent-cont {
    margin-top: 0px;
    padding-top: 105px;
  }
  .about-ban .list-cont .num-sign {
    height: 0.75rem;
  }
  .about-ban .list-cont li {
    width: 1.35rem;
    height: 1.7rem;
  }
  .about-ban .list-cont li .tit {
    font-size: 0.1rem;
    line-height: 0.21rem;
  }
  .about-ban .list-cont li .ico {
    height: 0.25rem;
    margin-top: 0.04rem;
  }
  .about-ban .list-cont li .size i {
    font-size: 0.08rem;
  }
  .about-ban .list-cont li .size .num {
    font-size: 0.32rem;
  }
  .about-ban .list-cont li .size .unit {
    font-size: 0.18rem;
  }
  .about-ban .list-cont li .size {
    line-height: 0.41rem;
  }
  .about-ban .num-top {
    top: 0px;
  }
  .about-ban .num-top .en-tt {
    line-height: 1.8;
    font-size: 0.1rem;
  }
  .about-ban .cont-wrap {
    position: absolute;
    top: 10%;
    font-size: 20px;
  }
  .about-ban .num-top li:nth-of-type(1) {
    width: auto;
  }
  .about-ban .num-top li:nth-of-type(2) {
    width: auto;
  }
  .about-ban .num-top li:nth-of-type(3) {
    width: auto;
  }
  .ppsj_part1 {
    padding: 40px 0;
  }
  .ppsj_part1 h2 {
    font-size: 25px;
  }
  .ppsj_part1 h4 {
    margin-bottom: 30px;
  }
  .ppsj_part1 .left {
    width: 100%;
    margin-right: 0%;
  }
  .ppsj_part1 .right {
    width: 100%
  }
  .ppsj_part2 h1 {
    font-size: 25px;
    padding-top: 40px;
  }
  .ppsj_part2 .xxlj {
    margin-bottom: 30px;
  }
  .ppsj_part2 .tc ul li {
    width: 45.5%;
    margin: 0 2% 20px;
  }
  .ppsj_part2 .al ul li {
    width: 30.3333%;
    margin: 0px 1.5% 20px;
  }
  .ppsj_part2 .al .i-btn {
    margin: 20px auto 0;
    width: 138px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .ppsj_part2 .al {
    padding-bottom: 40px;
  }
  .ppsj_part3 {
    padding: 40px 0 0;
  }
  .ppsj_part4 .cjwt ul li {
    width: 100%;
    margin-right: 0%;
  }
  .ppsj_part3 ul {
    display: none
  }
  .ppsj_part3 .ppfwlc {
    display: block;
  }
  .ppsj_part3 .ppfwlc img {
    width: 100%
  }
  .yxtg_part2 .nr .ball {
    display: none
  }
  .yxtg_part2 .nr .d1 {
    width: 100%;
    padding-right: 0px;
  }
  .yxtg_part2 .nr .d1 p {
    text-align: left;
    position: static;
    line-height: 50px;
    padding-right: 0;
    padding-left: 24px;
    margin-bottom: 0
  }
  .yxtg_part2 .nr .d2 {
    width: 100%;
    padding-left: 0px;
  }
  .yxtg_part2 .nr p.s5 {
    margin-top: 0;
  }
  .yxtg_part2 .nr .d1 p::after {
    left: 0;
  }
  .yxtg_part2 .nr p em {
    margin-left: 0px;
    float: left;
    font-size: 25px;
    margin-right: 9px
  }
  .yxtg_part2 .nr p.s1 {
    margin-top: 0px;
  }
  .yxtg_part2 .nr .d2 p {
    position: static;
    line-height: 50px;
    padding-right: 0;
    padding-left: 24px;
    margin-bottom: 0
  }
  .yxtg_part2 .nr {
    width: 92%;
    height: auto;
    margin: 0 auto;
  }
  .yxtg_part2 {
    height: 520px;
    padding: 40px 0
  }
  .yxtg_part2 .nr img {
    display: none
  }
  .yxtg_part2 h4 {
    margin-bottom: 30px;
  }
  .yxtg_part3 h5 {
    margin-bottom: 30px;
  }
  .yxtg_part3 {
    height: auto;
    background: url(../images/yxp3bj.jpg) center center / cover no-repeat;
    padding: 40px 0;
  }
  .yxtg_part3 .yxlcsj {
    display: block;
  }
  .yxtg_part3 .yxlcsj {
    width: 100%
  }
  header .header-main {
    height: 51px;
  }
  .solution-cut {
    width: 92%;
  }
  .yxtg_part4 {
    padding: 40px 0;
  }
  .yxtg_part5 {
    height: auto;
    padding: 40px 0;
  }
  .yxtg_part5 ul.pc {
    display: none
  }
  .yxtg_part5 ul li {
    width: 100%;
    margin-right: 0%;
  }
  .swiper-nyyxtgsj {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow: hidden;
    display: block
  }
  .swiper-nyyxtgsj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-nyyxtgsj .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .swiper-nyyxtgsj .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
  }
  .yxtg_part6 {
    padding: 40px 0;
    height: auto;
    overflow: hidden;
  }
  .yxtg_part6 .left {
    width: 100%;
    padding-top: 0px;
  }
  .yxtg_part6 .left .xz {
    text-align: center
  }
  .yxtg_part6 .right {
    width: 100%;
    margin-top: 30px;
  }
  .yxtg_part6 .right ul li {
    min-height: 0.55rem;
  }
  .yxtg_part1 {
    padding: 40px 0;
  }
  .solution-cut .swiper-pagination {
    width: 100%;
  }
  header .logo img {
    width: 180px;
  }
  header .logo img.sj {
    display: block
  }
  header .logo img.pc {
    display: none
  }
  .i-m-ban .cent-cont {
    margin-top: -200px;
  }
  .col_fourth {
    padding-right: 30px;
    margin-right: 30px;
  }
  .i-fir-wrap .right-wrap, .i-fir-wrap .left-wrap {
    width: 100%;
  }
  .i-fir-wrap .left-wrap {
    padding-bottom: 38px;
  }
  .i-fir-wrap .left-wrap .cent-cont {
    position: inherit;
    left: 0;
    top: 0;
    margin-top: 30px;
    width: 92%;
    margin-left: 4%;
  }
  .i-fir-wrap .left-wrap .num-box {
    display: none;
  }
  .i-sec-wrap {
    padding: 40px 0;
  }
  .i-sec-wrap .i-btn {
    margin: 40px auto 0;
    width: 128px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .i-sec-wrap ul li .cont-wrap {
    height: auto;
  }
  .sy_wmys {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sy_wmys ul li {
    width: 100%;
  }
  .sy_wmys ul li.pc {
    display: none
  }
  .sy_wmys ul li .pc {
    display: none
  }
  .sy_wmys ul li .sj {
    display: block
  }
  .i-sec-wrap ul li {
    width: 50%;
  }
  .sy_wmys .i-btn {
    margin: 40px auto 0;
    width: 128px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .sy_tc {
    display: none
  }
  .sy_tcsj {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 40px 0
  }
  .sy_tcsj .bt {
    height: 100px;
    background: url(../images/tcbj.jpg) center center / cover;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 100px
  }
  .sy_tcsj .box {
    border-bottom: #eee 1px solid;
    padding: 30px;
  }
  .sy_tcsj .box h3 {
    font-size: 20px;
    color: #333;
    text-align: center
  }
  .sy_tcsj .box p {
    font-size: 14px;
    color: #333;
    padding: 0 30px
  }
  .sy_tcsj .jg {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 35px;
    line-height: 34px
  }
  .sy_tcsj .jg span {
    font-size: 34px;
  }
  .sy_tcsj .i-btn {
    display: block;
    margin: 0px auto 0;
    width: 150px;
    height: 38px;
    line-height: 38px;
    color: #333;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #333;
    text-align: center;
  }
  .swiper-sytc {
    width: 100%;
    margin: 0 auto;
  }
  .swiper-sytc .swiper-slide {
    width: 60%;
    background-color: #fff;
    padding-bottom: 30px
  }
  .i-thi-wrap .nav-box .left-link .type1 {
    background: url(../images/ico_10_h.png) no-repeat 10px center #333;
  }
  .i-thi-wrap .nav-box .left-link .type-link.all {
    padding-left: 20px;
    padding-right: 15px;
  }
  .i-thi-wrap .nav-box .left-link .type-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .i-thi-wrap .nav-box .left-link .all {
    width: 65px;
  }
  .i-sec-wrap .img-box, .i-fou-wrap .img-box, .i-sex-wrap .img-box {
    width: 100%;
  }
  .i-sec-wrap .right-cont, .i-sex-wrap .cont-wrap {
    width: 92%;
    margin-right: 4%;
    padding-bottom: 38px;
    padding-top: 26px;
  }
  .i-fou-wrap .cont-wrap {
    width: 92%;
    margin-left: 4%;
    padding-bottom: 36px;
    padding-top: 26px;
  }
  .solution-mode-box1 {
    display: none
  }
  .sy_xcxsj {
    width: 100%;
    padding: 40px 0;
    display: block
  }
  .sy_xcxsj .solution-mode-txt {
    background: #ffffff;
    box-shadow: 5px 5px 20px 0 rgba(237, 237, 248, 0.5);
    padding: 20px 0 0 0;
    height: 320px;
    position: relative;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding-bottom: 10px;
  }
  .sy_xcxsj .solution-mode-txt:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .05), 0 15px 40px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .05), 0 15px 40px 0 rgba(0, 0, 0, .05);
    transform: translateY(-10px);
    -wbkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    z-index: 9999;
  }
  .sy_xcxsj .solution-mode-txt .tit {
    font-size: 24px;
    line-height: 40px;
    color: #333;
    position: absolute;
    width: 100%;
    top: 80px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .sy_xcxsj .solution-mode-txt .tit1 {
    font-size: 24px;
  }
  .sy_xcxsj .solution-mode-txt .text {
    margin: 17px 0 0px 0;
    color: #868fa4;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 15px;
  }
  .swiper-syxcx {
    width: 100%;
    margin: 0 auto;
  }
  .swiper-syxcx .swiper-slide {
    width: 60%;
    text-align: center
  }
  .sy_xcxal .nav-box .left-link .type1 {
    background: url(../images/ico_10_h.png) no-repeat 10px center #333;
  }
  .sy_xcxal .nav-box .left-link .type-link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sy_xcxal .nav-box .left-link .type-link.all {
    padding-left: 25px;
  }
  .body-wrap .sy_xcxal .w1520 {
    width: 90%
  }
  .sy_xcxal .nav-box .more {
    display: none
  }
  .sy_xcxal .list {
    display: block
  }
  .sy_xcxal .xcx_sj {
    width: 100%;
    padding: 0px 0 35px;
    display: block;
    margin: 0 auto
  }
  .sy_xcxal .list {
    padding-top: 30px;
  }
  .sy_xcxal .list ul.pc {
    display: none
  }
  .sy_xcxal .list .i-btn {
    display: none;
  }
  .sy_xcxal .list ul li {
    width: 100%;
    margin: 0 0% 0px 0;
  }
  .swiper-xcxalsj {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .swiper-xcxalsj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-xcxalsj .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .swiper-xcxalsj .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
  }
  .i-ht3 .img-box {
    width: 100%;
  }
  .i-ht3 .cont-wrap {
    width: 86%;
    margin-left: 7%;
    padding-bottom: 30px;
  }
  .sy_app {
    display: none
  }
  .syapp_sj {
    padding: 40px 0;
    display: block
  }
  .syapp_sj .bt {
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eb3d00;
  }
  .syapp_sj .bt .ce {
    text-align: center;
    width: 100%
  }
  .syapp_sj .bt span {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    border-bottom: #fff 1px solid;
    border-top: #fff 1px solid;
    padding: 5px 0
  }
  .syapp_sj .tb {
    text-align: center;
    padding: 20px 0
  }
  .syapp_sj p {
    font-size: 16px;
    color: #333;
    line-height: 1.8
  }
  .syapp_sj .i-btn {
    display: block;
    margin: 20px auto 0;
    width: 150px;
    height: 38px;
    line-height: 38px;
    color: #333;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #333;
    text-align: center;
  }
  .swiper-appsj {
    width: 100%;
    margin: 0 auto;
  }
  .swiper-appsj .swiper-slide {
    width: 60%;
    background-color: #fff;
    padding-bottom: 35px;
    box-shadow: 5px 5px 20px 0 rgba(237, 237, 248, 0.5);
    text-align: center;
  }
  .sy_wxal .nav-box .left-link .type1 {
    background: url(../images/ico_10_h.png) no-repeat 10px center #333;
  }
  .sy_wxal .appalsj {
    width: 90%;
    display: block;
    margin: 0 auto
  }
  .sy_wxal .pc-scroll {
    display: none
  }
  .swiper-appalsj {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .swiper-appalsj .swiper-slide .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .swiper-appalsj .swiper-slide .img img.up-pic {
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
  }
  .swiper-appalsj .swiper-slide .up-graybox {
    z-index: 3;
  }
  .swiper-appalsj .swiper-slide .img:hover img.up-pic {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
  }
  .swiper-appalsj .swiper-slide .img:hover .up-graybox {
    opacity: 1;
    filter: alpha(opacity=1);
  }
  .swiper-appalsj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-appalsj .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .sy_wxal {
    padding-bottom: 40px;
  }
  .swiper-appalsj .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
  }
  .sy_wxal .list-wrap {
    margin-top: 35px;
  }
  .i-ht4 .img-box {
    width: 100%;
  }
  .i-ht4 .cont-wrap {
    width: 86%;
    margin-right: 7%;
    margin-bottom: 50px
  }
  .sy_lxjs ul li {
    width: 33.3333%;
    padding: 30px 3%;
  }
  .sy_lxjs ul li h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sy_lxjs .i-btn {
    margin: 40px auto 0;
    width: 128px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .cpxq_part1 .left {
    width: 550px;
    float: left;
  }
  .sy_wmkh {
    margin-top: 40px;
    background: #fff;
    padding-top: 35px;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .khtp ul li {
    width: 18%;
    margin: 10px 1% 10px;
    height: 4.5em;
  }
  .solution-team-con {
    float: none;
    width: 100%;
    text-align: left;
    height: 1.4rem;
    padding: 0.24rem 0;
    margin-bottom: 0.2rem;
  }
  .solution-team-con .tit {
    color: #000;
    font-size: 25px;
  }
  .solution-team-con img {
    float: left;
    width: 0.92rem;
    margin: 0rem 0.3rem;
  }
  .solution-team-con .text {
    display: none;
  }
  .solution-team-con .tx {
    display: block;
    color: #6d7481;
    font-size: 18px;
    line-height: 0.3rem;
  }
  .solution-team-mar {
    padding-left: 0.7rem;
    position: relative;
    margin: 0;
  }
  .solution-team-line {
    left: 0.2rem;
    height: 100%;
    width: 1px;
    top: 0;
  }
  .solution-team-con span {
    width: 0.21rem;
    height: 0.21rem;
    left: -0.6rem;
    margin-left: 0;
    margin-top: -0.1rem;
    top: 50%;
  }
  .solution-team-fr {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.5rem;
  }
  .sy_hqbj .lyk input {
    width: 48.5%;
    /*    margin-right: 2%;*/
  }
	.sy_hqbj .lyk #_chkcode{width:48.5%;}
	.sy_hqbj .lyk #update_vcode{ height: 44px; margin-left: 0.4%;}
  .sy_hqbj .lyk input.xq {
    width: 100%;
  }
  .sy_hqbj .lyk input.a_n {
    width: 100%;
    margin-right: 0
  }
  .sy_hqbj .lyk input:nth-child(2) {
    margin-right: 0;
    float: right;
  }
  .foot {
    padding: 30px 0 57px;
  }
  .foot .f1 .tel {
    float: left
  }
  .foot .f1 .lx {
    float: right;
    margin-top: 50px;
  }
  .foot .f1 {
    width: 90%;
    float: none;
    margin: 0 auto;
    overflow: hidden
  }
  .foot .f2 {
    width: 90%;
    float: none;
    margin: 30px auto 0;
    padding-bottom: 20px;
    border-bottom: #464646 1px solid;
  }
  .foot .f2 .dh.sj {
    display: none
  }
  .foot .f3 .wx.mgt {
    margin-right: 30px;
  }
  .foot .yqlj {
    display: none
  }
  .foot .f3 {
    width: 90%;
    float: none;
    margin: 50px auto 0;
    text-align: center
  }
  .foot .f3 .wx {
    float: none;
    display: inline-block;
    text-align: center
  }
  .foot .f3 p {
    float: none;
  }
  .foot .bqxx {
    margin-top: 30px;
    border-top: #464646 1px solid;
  }
  .i-thi-wrap {
    width: 95%;
    margin: 0 auto
  }
  .sy_wxal .nav-box .left-link .type-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sy_wxal .nav-box .left-link .type-link.all {
    padding-left: 25px;
    padding-right: 15px;
  }
  .sy_wxal .nav-box .more {
    display: none
  }
  .nban1 img {
    width: 140%;
    display: block;
  }
  .nban1 {
    width: 100%;
    overflow: hidden
  }
  .nban1 .mb .wenzc h2 {
    font-size: 48px;
  }
  .nban1 .mb .wenzc h3 {
    font-size: 23px;
  }
  .nban1 .mb .wenzc .wrap {
    margin-top: 20px;
  }
  .nban1 .mb .wenzc .wrap ul li h4 {
    font-size: 16px;
  }
  .nban1 .mb .wenzc .wrap ul li .counter .counter-value {
    font-size: 65px;
  }
  .nban1 .mb .wenzc .wrap ul li {
    padding: 0 50px;
  }
  .nban1 .mb .wenzc .wrap ul li .counter .jh {
    font-size: 65px;
  }
  .ntit {
    line-height: 90px;
  }
  .ntit ul li .ej {
    top: 88px;
  }
  .wzjs_tctj {
    border-top: #eee 1px solid;
    padding: 40px 0;
  }
  .wzjs_tctj .tcnr ul li .mc span {
    font-size: 22px;
    display: block;
    padding-right: 20px;
  }
  .wzjs_tctj .tcnr ul li .mc {
    padding: 15px;
    font-size: 16px;
    line-height: 28px;
  }
  .wzjs_tctj .tcnr ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .wzjs_tctj .tcnr {
    margin-top: 40px;
  }
  .wzjs_tctj .tcnr ul li .tc .wenz h3 {
    font-size: 22px;
  }
  .wzjs_tctj .tcnr ul li .tc .wenz h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .wzjs_tctj .tcnr ul li .tc .wenz .more {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .wzjs_tctj .tcnr ul li .tc .wenz {
    width: 45%;
  }
  .wzjs_tctj .tcnr ul li .tc .tp {
    width: 50%;
  }
  .wzjs_wmcg .xxlj ul li a {
    padding: 0 0px;
  }
  .wzjs_wmcg .xxlj ul li {
    padding: 0 10px;
  }
  .wzjs_wmcg .xxlj {
    font-size: 14px;
  }
  .xcx_cjwt ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .app_part6 {
    padding: 40px 0;
    height: auto;
    overflow: hidden
  }
  .app_part6 .left {
    width: 100%;
    padding-top: 0px;
    text-align: center
  }
  .app_part6 .left .wrap {
    margin-top: 30px;
  }
  .app_part6 .right {
    width: 100%;
    margin-top: 30px;
  }
  .app_part6 .right ul li {
    width: 21%;
    min-height: 0.55rem;
  }
  .why {
    padding: 40px 0 20px;
  }
  .ny_xwty {
    padding: 40px 0 0;
  }
  .ny_xwty .top-titbox .more {
    display: none
  }
  .sy_wmkh.about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .why .gsys {
    margin-top: 30px;
  }
  .why .gsys .tpzs {
    width: 100%;
    margin-right: 0%;
  }
  .why .gsys .ysjs {
    width: 100%;
    margin-top: 30px
  }
  .app_part6 h4 {
    margin-bottom: 30px;
  }
  .xcx_cjwt ul li .bj {
    margin: 20px 20px 20px;
    height: 195px;
  }
  .xcx_cjwt ul li h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .xcx_cjwt ul li .hdc {
    height: 250px;
  }
  .xcx_cjwt ul li:nth-child(3) {
    margin-right: 2%;
  }
  .xcx_cjwt ul li:nth-child(2n) {
    margin-right: 0%;
  }
  .wzjs_wmcg .list-wrap li {
    width: 98%;
    margin: 0 1% 20px;
  }
  .wzjs_wmcg .list-wrap li:nth-child(2n) {
    margin-right: 0%;
  }
  .ny_xwty .nypc {
    display: none
  }
  .ny_xwty .i-btn {
    display: none;
  }
  .ny_xwsj {
    width: 100%;
    display: block;
    padding-bottom: 40px;
  }
  .swiper-nyxwsj {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow: hidden;
    display: block
  }
  .swiper-nyxwsj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-nyxwsj .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .swiper-nyxwsj .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
  }
  .news-recommend-list li {
    width: 100%;
    margin-right: 0%;
  }
  .swiper-js .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 3px !important;
  }
  .swiper-js .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
  }
  .ny_xwty h4 {
    margin-bottom: 30px;
  }
  .xcxmb_ban {
    height: auto;
    overflow: hidden
  }
  .xcxmb_ban img {
    max-width: 160%;
    margin-left: -24%;
  }
  .xcxmb_part1 .hd ul li {
    padding: 0px 30px;
  }
  .w1220 {
    width: 94%;
  }
  .make-sidebar {
    width: 100%;
  }
  .make-sidebar > ul {
    width: 100%;
  }
  .make-sidebar-common {
    width: 100%;
  }
  .make-sidebar ul li {
    width: 23%;
    margin: 0 1% 0;
    position: relative;
  }
  .make-sidebar ul li .ej {
    position: absolute;
    left: 0;
    top: 45px;
    background: #fff;
    display: none;
    width: 100%;
    z-index: 99
  }
  .make-sidebar ul li .ej.pczs {
    display: none;
  }
  .make-sidebar > ul > li {
    border-top: 0px solid #E3E2F1;
  }
  .make-sidebar i {
    text-align: right;
    width: 24px;
    display: block;
    height: 34px;
    float: right
  }
  .make-sidebar > ul > li ul {
    width: 100%;
  }
  .make-sidebar > ul > li .ej ul > li {
    width: 100%;
  }
  .make-sidebar > ul > li .ej ul > li span {
    display: inline-block;
    border-bottom: 1px solid #ecebf5;
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 0
  }
  .xcxmbr {
    width: 100%;
    margin-top: 15px;
  }
  .xcxmbr .mblz ul li {
    width: 46%;
    margin: 0 2% 30px;
  }
  .xcxmb_yygn {
    padding: 1px 30px;
  }
  .tabmenu li a {
    margin: 0 3px 6px;
  }
  .tabmenu {
    height: auto;
    margin-top: 30px;
  }
  #tabcontent ul li {
    width: 46%;
    margin: 0 2% 30px 0;
  }
  .anwc {
    display: none
  }
  .view .swiper-container {
    width: 100%;
  }
  .wzxx_ny {
    line-height: 90px;
  }
  .view .mbal {
    width: 100%
  }
  .xcxmb_xq .mbal .cxsm {
    display: inline-block;
    float: none;
  }
  .xcxmb_xq .mbal .cxmb {
    float: none;
    display: inline-block
  }
  .view .mbal {
    text-align: center;
    display: block
  }
  .xcxmb_xq {
    padding: 40px 0;
  }
  .view .bhgn {
    width: 90%;
    padding-top: 30px;
    float: none;
    margin: 0 auto
  }
  .cpxq_part1 .nr {
    width: 92%;
  }
  .cpxq_part1 .left {
    float: none;
    margin: 0 auto
  }
  .cpxq_part1 .right {
    width: 100%;
  }
  .ny_lm .con {
    width: 100%;
  }
  .ny_lm {
    min-width: 100%;
    height: 34px;
  }
  .ny_lm .con ul li {
    height: 34px;
    font-size: 14px;
    line-height: 34px;
  }
  .ny_lm .con .jt {
    top: 34px;
    left: 43px;
  }
  .ny_lm.on {
    top: 88px;
  }
  .hh_lb {
    min-width: 92%;
    padding: 40px 0 40px;
  }
  .hh_lb .con {
    width: 100%;
  }
  .ny_slb {
    width: 100%;
    display: block
  }
  .hh_lb .con .lm ul.pc {
    display: none
  }
  .hh_lb .con .lm ul li {
    width: 46%;
    box-sizing: border-box;
    margin: 0 2% 15px;
  }
  .hh_lb .con .lm ul li:nth-child(5n) {
    margin-right: 2%;
  }
  .swiper-nyslb {
    width: 100%;
    margin: 0 auto;
  }
  .swiper-nyslb .swiper-slide {
    width: 60%;
  }
  .hh_lb .con .lm {
    width: 100%;
  }
  .hh_gn {
    min-width: 100%;
    padding: 40px 0 30px;
  }
  .hh_gn .con {
    width: 92%;
  }
  .hh_gn h4 {
    margin-bottom: 30px;
  }
  .hh_gn .con .lm h1 {
    font-size: 20px;
    line-height: 45px;
    margin-left: -20px;
  }
  .hh_gn .con .lm .fa .table ul li.td-t {
    width: 100%;
    line-height: 47px;
    height: 47px;
    border-right: 0
  }
  .hh_gn .con .lm .nr {
    width: 100%;
    margin: 20px 0
  }
  .hh_gn .con .lm .fa .table ul li {
    width: 50%;
    height: 97px;
  }
  .hh_gn .con .lm {
    padding: 0 20px;
    box-sizing: border-box
  }
  .hh_gn .con .lm .hj ul li {
    width: 50%;
  }
  .hh_gn .con .lm .hj ul li.bo {
    width: 50%;
  }
  .hh_gn .con .lm .hj ul li:nth-child(2n) {
    border-right: 0
  }
  .i-column-wrap .link {
    width: 36px;
    height: 36px;
  }
  .hh_gn .con .lm .kj td.bo {
    width: 55%;
  }
  .hh_gn .con .lm .kj td.td-t {
    width: 25%;
  }
  .hh_gn .con .lm .jf .tp {
    display: none
  }
  .hh_gn .con .lm .jf .wz {
    margin: 30px 0px 0 0;
    width: 100%;
  }
  .hh_gn .con .lm .jf .wz ul li {
    width: 100%;
    font-size: 12px;
    margin-bottom: 25px;
  }
  .hh_gn .con .lm .jf .wz ul {
    width: 30.3333%;
    margin: 0 1.5%;
  }
  .hh_gn .con .lm .bz ul li {
    width: 50%;
    height: 300px;
  }
  .hh_gn .con .lm .bz ul li:first-child {
    border-bottom: #e7e7e7 1px solid
  }
  .hh_gn .con .lm .bz ul li:nth-child(2) {
    border-bottom: #e7e7e7 1px solid
  }
  .hh_gn .con .lm .bz ul li:nth-child(2n) {
    border-right: 0
  }
  .wzjs_wmcg {
    padding: 40px 0;
  }
  .w1440 {
    width: 100%;
  }
  .wzjs_wmcg .list-wrap ul {
    width: 100%;
  }
  /*案例*/
  .alzx_ny .alfl ul li {
    width: 28.3333%;
    height: 60px;
  }
  .alzx_ny .alfl ul li .yj a {
    height: 60px;
  }
  .alzx_ny .alfl {
    line-height: 60px;
    height: 60px;
  }
  .alzx_ny .alfl ul li .ej {
    top: 60px;
  }
  .alzx_ny .alfl ul li .ej a {
    padding-left: 10px;
    line-height: 40px;
  }
  .alzx_ny .alfl ul li:last-child {
    display: none
  }
  /*app*/
  .nban2 .cent-cont {
    top: 20%;
    margin-top: 0
  }
  .nban2 .word {
    font-size: 22px;
    line-height: 38px;
  }
  .nban2 .word p {
    height: 38px;
  }
  .nban2 .link {
    margin-top: 20px;
  }
  .nban2 .link {
    width: 36px;
    height: 36px;
  }
  .app_part1 {
    padding: 40px 0 5px;
  }
  .app_part1 h2 {
    font-size: 25px;
  }
  .app_part1 h4 {
    margin-bottom: 10px;
  }
  .nban2 {
    overflow: hidden
  }
  .nban2 .mb {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.4;
  }
  .nban2 img {
    width: 140%;
    max-width: 140%;
    margin-left: -20%
  }
  .pinzhi {
    display: none
  }
  .pinzhisj {
    width: 100%;
    overflow: hidden;
    background: url(../images/appp2bj.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
    padding: 40px 0
  }
  .pinzhisj h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
  }
  .pinzhisj h4 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
  }
  .pzright {
    width: 92%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .scanli a img {
    width: 23%;
    margin-right: 1.5%;
  }
  .pztit span {
    font-size: 30px;
    color: #ffffff;
  }
  .pzmian {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    padding-bottom: 30px;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    margin: 30px 0 30px 0px;
  }
  .scanli img {
    width: 250px;
    height: 263px;
    margin-right: 30px;
  }
  .apphy .swiper-container {
    width: 100%;
    height: auto;
  }
  .apphy .arrow-left {
    background: url(images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
  }
  .apphy .arrow-right {
    background: url(images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
  }
  .previewapp {
    width: 100%;
    position: relative;
  }
  .previewapp .swiper-container {
    width: 84%;
    height: 52px;
    margin: 0 8%
  }
  .previewapp .active-nav p {
    background: url(images/s1s.png) center top no-repeat;
    color: #fef155
  }
  .previewapp .swiper-slide {
    width: 33.3333%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    margin: 0 0;
    text-align: center;
    cursor: pointer;
    z-index: 9999
  }
  .previewapp .arrow-left {
    background: url(../images/dzj.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -11px;
    width: 15px;
    height: 23px;
    z-index: 10;
    opacity: 0.6
  }
  .previewapp .arrow-right {
    background: url(../images/dyj.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    width: 15px;
    height: 23px;
    z-index: 10;
    opacity: 0.6
  }
  .previewapp .active-nav {
    background: #152342;
    border-left: #1363ef 5px solid;
  }
  .app_part4 {
    padding: 40px 0;
  }
  .app_part4 h4 {
    margin-bottom: 30px;
  }
  .app_part4 h2 {
    font-size: 25px;
  }
  .app_part4 ul li {
    width: 46%;
    margin: 0 2%;
    margin-bottom: 25px;
  }
  .app_part4 ul li:nth-child(5) {
    margin-right: 2%;
  }
  .app_part5 {
    padding: 40px 0;
  }
  .app_part5 h2 {
    font-size: 25px;
  }
  .app_part5 h5 {
    margin-bottom: 30px;
  }
  .cfff {
    display: none
  }
  .appyssj {
    display: block
  }
  .appyssj img {
    width: 100%
  }
  .sol-f {
    padding-top: 40px;
    height: auto;
    padding-bottom: 40px;
  }
  .sol-f h2 {
    font-size: 25px;
  }
  .sol-f h4 {
    margin-bottom: 0px;
  }
  .sol-f .list {
    display: none
  }
  .appfwlcsj {
    display: block;
  }
  .appfwlcsj img {
    width: 100%
  }
  .app_al {
    padding: 40px 0;
  }
  .app_al .list-wrap ul {
    width: 100%;
  }
  .app_al .list-wrap li {
    width: 98%;
    margin: 0 1% 20px;
  }
  .app_al .i-btn {
    margin: 30px auto 0;
    width: 138px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .app_part3 ul li h3 {
    font-size: 19px;
    padding-bottom: 15px;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    background: url(../images/wh.jpg) left top no-repeat;
    padding-left: 35px;
  }
  .app_part3 {
    padding: 40px 0;
  }
  .app_part3 h2 {
    font-size: 25px;
  }
  .app_part3 h4 {
    margin-bottom: 30px;
  }
  .app_part3 ul li .bj {
    margin: 20px 25px 15px;
    padding-bottom: 10px;
    background: url(../images/sol13.png) right bottom no-repeat;
    padding-right: 0px;
    height: 157px;
  }
  .app_part3 ul li .bj2 {
    margin: 20px 25px 15px;
    padding-bottom: 10px;
    background: url(../images/wt2.png) right bottom no-repeat;
    padding-right: 0px;
    height: 157px;
  }
  .app_part3 ul li .bj3 {
    margin: 20px 25px 15px;
    padding-bottom: 10px;
    background: url(../images/wt3.png) right bottom no-repeat;
    padding-right: 0px;
    height: 157px;
  }
  .app_part3 ul li .bj4 {
    margin: 20px 25px 15px;
    padding-bottom: 10px;
    background: url(../images/sol11.png) right bottom no-repeat;
    padding-right: 0px;
    height: 157px;
  }
  .app_part3 ul li .bj5 {
    margin: 20px 25px 15px;
    padding-bottom: 10px;
    background: url(../images/wt5.png) right bottom no-repeat;
    padding-right: 0px;
    height: 157px;
  }
  .app_part3 ul li .bj6 {
    margin: 20px 25px 15px;
    padding-bottom: 10px;
    background: url(../images/wt6.png) right bottom no-repeat;
    padding-right: 0px;
    height: 157px;
  }
  .xcxalzx_ny ul li {
    width: 46%;
    margin: 0 2% 30px;
  }
  .xcxalzx_ny ul li:nth-child(5n) {
    margin-right: 2%;
  }
  .swiper-yxxy {
    display: none
  }
  .swiper-yxxysj {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    display: block;
    overflow: hidden
  }
  .swiper-yxxysj .swiper-slide {
    position: relative;
    padding: 10px 0;
    text-align: center;
    -moz-box-sizing: border-box; /*Firefox3.5+*/ -webkit-box-sizing: border-box; /*Safari3.2+*/ -o-box-sizing: border-box; /*Opera9.6*/ -ms-box-sizing: border-box; /*IE8*/ box-sizing: border-box;
  }
  .swiper-yxxysj .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: #999 1px solid;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .swiper-yxxysj .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: #333 1px solid;
    background: #333
  }
  .swiper-yxxysj ul li {
    width: 48%;
    margin: 0 1% 10px;
  }
  .swiper-yxxysj .swiper-slide .solution-mode-txt {
    background: #ffffff;
    box-shadow: 5px 5px 20px 0 rgba(237, 237, 248, 0.5);
    padding: 20px 0 0 0;
    height: 330px;
    position: relative;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .swiper-yxxysj .swiper-slide .solution-mode-txt:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .05), 0 15px 40px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .05), 0 15px 40px 0 rgba(0, 0, 0, .05);
    transform: translateY(-10px);
    -wbkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    z-index: 9999
  }
  .swiper-yxxysj .swiper-slide .solution-mode-txt .tit {
    font-size: 24px;
    line-height: 40px;
    color: #333;
    position: absolute;
    width: 100%;
    top: 80px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .swiper-yxxysj .swiper-slide .solution-mode-txt .tit1 {
    font-size: 24px;
  }
  .swiper-yxxysj .swiper-slide .solution-mode-txt .text {
    margin: 17px 0 0px 0;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 45px;
    position: absolute;
    left: 0;
    top: 168px;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 1;
    width: 100%;
    -moz-box-sizing: border-box; /*Firefox3.5+*/ -webkit-box-sizing: border-box; /*Safari3.2+*/ -o-box-sizing: border-box; /*Opera9.6*/ -ms-box-sizing: border-box; /*IE8*/ box-sizing: border-box;
    background: #fff
  }
  .swiper-yxxysj .swiper-slide .solution-mode-txt .text p {
    font-size: 24px;
    line-height: 40px;
    color: #333;
  }
  .swiper-yxxysj .swiper-slide .solution-mode-txt .text2 p {
    font-size: 24px;
    line-height: 40px;
    color: #333;
  }
  .swiper-yxxysj .swiper-slide .solution-mode-txt .text2 {
    margin: 17px 0 0px 0;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 45px;
    position: absolute;
    left: 0;
    top: 168px;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
    width: 100%;
    -moz-box-sizing: border-box; /*Firefox3.5+*/ -webkit-box-sizing: border-box; /*Safari3.2+*/ -o-box-sizing: border-box; /*Opera9.6*/ -ms-box-sizing: border-box; /*IE8*/ box-sizing: border-box;
    background: #fff
  }
  .swiper-yxxysj .swiper-slide .solution-mode-txt:hover .text {
    opacity: 1;
    top: 168px;
  }
  .swiper-yxxysj .swiper-slide .solution-mode-txt:hover .text2 {
    opacity: 0;
    top: 168px;
  }
  .xcx_syhy {
    padding: 40px 0;
  }
  .xcxjzgd .list li {
    width: 48%;
    margin: 0 1% 20px;
  }
  .xcx_kfal ul li {
    width: 46%;
    margin: 0 2% 60px 0;
  }
  .xcx_seven {
    padding: 40px 0 30px;
  }
  .xcx_seven .cnt {
    display: none
  }
  .xcx_seven .xcxfwlcsj {
    display: block;
  }
  .xcx_seven .xcxfwlcsj img {
    width: 100%
  }
  .xcx_seven h4 {
    margin-bottom: 0px;
  }
  .solution-business {
    display: none
  }
  .xcxhyyysj {
    background: url("../images/s2_bg.png") no-repeat center / cover;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    padding: 40px 0;
  }
  .xcxhyyysj h2 {
    font-size: 25px;
    text-align: center;
    color: #fff;
  }
  .xcxhyyysj h4 {
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: normal
  }
  .solution-business .gnlb {
    margin-top: 60px;
  }
  .solution-business .gnlb .tb {
    width: 100px;
    margin-right: 45px;
  }
  .solution-business-text {
    display: block;
    width: 92%;
    margin: 0 auto
  }
  .solution-business-text .gnlb {
    margin-top: 20px;
  }
  .solution-business-text .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .solution-business-text .tit {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .solution-business-text .gnlb ul li {
    width: 30.3333%;
    margin: 0 1.5% 15px;
    text-align: center
  }
  .solution-business-text .more {
    margin: 30px auto 0;
    display: block
  }
  .solution-business-text .gnlb ul li i {
    background-image: url(../images/xcx_hyyysj.png);
    width: 60px;
    height: 60px;
  }
  .solution-business-text .gnlb ul li i.g1 {
    background-position: 0 0px;
  }
  .solution-business-text .gnlb ul li i.g2 {
    background-position: -60px 0px;
  }
  .solution-business-text .gnlb ul li i.g3 {
    background-position: -120px 0px;
  }
  .solution-business-text .gnlb ul li i.g4 {
    background-position: -180px 0px;
  }
  .solution-business-text .gnlb ul li i.g5 {
    background-position: -240px 0px;
  }
  .solution-business-text .gnlb ul li i.g6 {
    background-position: -300px 0px;
  }
  .solution-business-text .gnlb ul li i.g7 {
    background-position: -360px 0px;
  }
  .solution-business-text .gnlb ul li i.g8 {
    background-position: -420px 0px;
  }
  .solution-business-text .gnlb ul li i.g9 {
    background-position: -480px 0px;
  }
  .solution-business-text .gnlb ul li i.c1 {
    background-position: 0 -60px;
  }
  .solution-business-text .gnlb ul li i.c2 {
    background-position: -60px -60px;
  }
  .solution-business-text .gnlb ul li i.c3 {
    background-position: -120px -60px;
  }
  .solution-business-text .gnlb ul li i.c4 {
    background-position: -180px -60px;
  }
  .solution-business-text .gnlb ul li i.c5 {
    background-position: -240px -60px;
  }
  .solution-business-text .gnlb ul li i.c6 {
    background-position: -300px -60px;
  }
  .solution-business-text .gnlb ul li i.c7 {
    background-position: -360px -60px;
  }
  .solution-business-text .gnlb ul li i.c8 {
    background-position: -420px -60px;
  }
  .solution-business-text .gnlb ul li i.c9 {
    background-position: -480px -60px;
  }
  .solution-business-text .gnlb ul li i.m1 {
    background-position: 0 -120px;
  }
  .solution-business-text .gnlb ul li i.m2 {
    background-position: -60px -120px;
  }
  .solution-business-text .gnlb ul li i.m3 {
    background-position: -120px -120px;
  }
  .solution-business-text .gnlb ul li i.m4 {
    background-position: -180px -120px;
  }
  .solution-business-text .gnlb ul li i.m5 {
    background-position: -240px -120px;
  }
  .solution-business-text .gnlb ul li i.m6 {
    background-position: -300px -120px;
  }
  .solution-business-text .gnlb ul li i.m7 {
    background-position: -360px -120px;
  }
  .solution-business-text .gnlb ul li i.m8 {
    background-position: -420px -120px;
  }
  .solution-business-text .gnlb ul li i.m9 {
    background-position: -480px -120px;
  }
  .solution-business-text .gnlb ul li i.l1 {
    background-position: 0 -180px;
  }
  .solution-business-text .gnlb ul li i.l2 {
    background-position: -60px -180px;
  }
  .solution-business-text .gnlb ul li i.l3 {
    background-position: -120px -180px;
  }
  .solution-business-text .gnlb ul li i.l4 {
    background-position: -180px -180px;
  }
  .solution-business-text .gnlb ul li i.l5 {
    background-position: -240px -180px;
  }
  .solution-business-text .gnlb ul li i.l6 {
    background-position: -300px -180px;
  }
  .solution-business-text .gnlb ul li i.l7 {
    background-position: -360px -180px;
  }
  .solution-business-text .gnlb ul li i.l8 {
    background-position: -420px -180px;
  }
  .solution-business-text .gnlb ul li i.l9 {
    background-position: -480px -180px;
  }
  .solution-business-text .gnlb ul li i.y1 {
    background-position: 0 -240px;
  }
  .solution-business-text .gnlb ul li i.y2 {
    background-position: -60px -240px;
  }
  .solution-business-text .gnlb ul li i.y3 {
    background-position: -120px -240px;
  }
  .solution-business-text .gnlb ul li i.y4 {
    background-position: -180px -240px;
  }
  .solution-business-text .gnlb ul li i.y5 {
    background-position: -240px -240px;
  }
  .solution-business-text .gnlb ul li i.y6 {
    background-position: -300px -240px;
  }
  .solution-business-text .gnlb ul li i.y7 {
    background-position: -360px -240px;
  }
  .solution-business-text .gnlb ul li i.y8 {
    background-position: -420px -240px;
  }
  .solution-business-text .gnlb ul li i.y9 {
    background-position: -480px -240px;
  }
  .solution-business-text .gnlb ul li i.j1 {
    background-position: 0 -300px;
  }
  .solution-business-text .gnlb ul li i.j2 {
    background-position: -60px -300px;
  }
  .solution-business-text .gnlb ul li i.j3 {
    background-position: -120px -300px;
  }
  .solution-business-text .gnlb ul li i.j4 {
    background-position: -180px -300px;
  }
  .solution-business-text .gnlb ul li i.j5 {
    background-position: -240px -300px;
  }
  .solution-business-text .gnlb ul li i.j6 {
    background-position: -300px -300px;
  }
  .solution-business-text .gnlb ul li i.j7 {
    background-position: -360px -300px;
  }
  .solution-business-text .gnlb ul li i.j8 {
    background-position: -420px -300px;
  }
  .solution-business-text .gnlb ul li i.j9 {
    background-position: -480px -300px;
  }
  .solution-business-text .gnlb ul li i.jy1 {
    background-position: 0 -360px;
  }
  .solution-business-text .gnlb ul li i.jy2 {
    background-position: -60px -360px;
  }
  .solution-business-text .gnlb ul li i.jy3 {
    background-position: -120px -360px;
  }
  .solution-business-text .gnlb ul li i.jy4 {
    background-position: -180px -360px;
  }
  .solution-business-text .gnlb ul li i.jy5 {
    background-position: -240px -360px;
  }
  .solution-business-text .gnlb ul li i.jy6 {
    background-position: -300px -360px;
  }
  .solution-business-text .gnlb ul li i.jy7 {
    background-position: -360px -360px;
  }
  .solution-business-text .gnlb ul li i.jy8 {
    background-position: -420px -360px;
  }
  .solution-business-text .gnlb ul li i.jy9 {
    background-position: -480px -360px;
  }
  .solution-business-text .gnlb ul li i.jr1 {
    background-position: 0 -420px;
  }
  .solution-business-text .gnlb ul li i.jr2 {
    background-position: -60px -420px;
  }
  .solution-business-text .gnlb ul li i.jr3 {
    background-position: -120px -420px;
  }
  .solution-business-text .gnlb ul li i.jr4 {
    background-position: -180px -420px;
  }
  .solution-business-text .gnlb ul li i.jr5 {
    background-position: -240px -420px;
  }
  .solution-business-text .gnlb ul li i.jr6 {
    background-position: -300px -420px;
  }
  .solution-business-text .gnlb ul li i.jr7 {
    background-position: -360px -420px;
  }
  .solution-business-text .gnlb ul li i.jr8 {
    background-position: -420px -420px;
  }
  .solution-business-text .gnlb ul li i.jr9 {
    background-position: -480px -420px;
  }
  .solution-business-text .gnlb ul li i.jd1 {
    background-position: 0 -480px;
  }
  .solution-business-text .gnlb ul li i.jd2 {
    background-position: -60px -480px;
  }
  .solution-business-text .gnlb ul li i.jd3 {
    background-position: -120px -480px;
  }
  .solution-business-text .gnlb ul li i.jd4 {
    background-position: -180px -480px;
  }
  .solution-business-text .gnlb ul li i.jd5 {
    background-position: -240px -480px;
  }
  .solution-business-text .gnlb ul li i.jd6 {
    background-position: -300px -480px;
  }
  .solution-business-text .gnlb ul li i.jd7 {
    background-position: -360px -480px;
  }
  .solution-business-text .gnlb ul li i.jd8 {
    background-position: -420px -480px;
  }
  .solution-business-text .gnlb ul li i.jd9 {
    background-position: -480px -480px;
  }
  .i-fir-wrap .right-wrap .about-recom .email {
    width: 38px;
    height: 38px;
  }
  .i-fiv-wrap .cont-wrap {
    padding-top: 28px;
  }
  .i-sev-wrap {
    padding-top: 60px;
  }
  .news-recommend-list.pc-scroll {
    display: none;
  }
  .news-recommend-list.m-scroll {
    display: block;
    padding-bottom: 48px;
  }
  .i-sev-wrap .top-titbox .more {
    display: none;
  }
  .i-sev-wrap .main-wrap, .i-eig-wrap .main-wrap {
    width: 92%;
  }
  .contact-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-wrap .city-list, .contact-wrap .weixin, .contact-wrap .advis {
    display: none;
  }
  .contact-wrap .address {
    margin-right: 0;
  }
  footer {
    padding-top: 50px;
  }
  footer .main-wrap, .contact-wrap .main-wrap {
    width: 92%;
  }
  header, header.fixed {
    height: 85px;
  }
  header .header-main {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  header .nav-link, header .extra-link {
    display: none;
  }
  header .m-btn {
    display: block;
  }
  .i-ban li .cent-cont {
    width: 90%;
    left: 5%;
  }
  .i-ban li .word {
    font-size: 30px;
    line-height: 56px;
  }
  .i-ban {
    display: none;
  }
  .i-m-ban {
    display: block;
  }
  .team-wrap .fir-wrap .cont-fir {
    width: 86%;
    padding: 40px 7%;
  }
  .team-wrap .fir-wrap .right-list {
    width: 100%;
  }
  .team-wrap .fir-wrap .list-wrap li .word {
    display: block;
  }
  .team-wrap .sec-wrap .row-box .cont-wrap {
    padding-top: 80px;
  }
  .ins-ban .up-cont h4 {
    font-size: 42px;
  }
  .ins-ban .up-cont .font {
    font-size: 28px;
  }
  .public-list .list-wrap .cont-box {
    padding-top: 12px;
  }
  .public-list .list-wrap .cont-box .stit {
    line-height: 28px;
    margin-bottom: 5px;
  }
  .public-list .list-wrap .cont-box .bot-link {
    margin-top: 18px;
  }
  .ins-nav {
    display: none;
  }
  .adsuper-wrap .sec-wrap .flex-control-nav {
    bottom: 20px;
  }
  .adsuper-wrap .sec-wrap .cont-wrap {
    padding-top: 50px;
  }
  .news-wrap {
    padding-bottom: 100px;
  }
  .news-wrap .more-load {
    margin-top: 60px;
  }
  .about-wrap .fou-wrap .right-cont {
    padding-top: 30px;
  }
  .about-wrap .sec-wrap .left-cont .num-long {
    font-size: 50px;
    margin-top: 32px;
  }
  .about-wrap .sec-wrap .left-cont .num-long .m {
    font-size: 40px;
  }
  .about-wrap .sec-wrap .left-cont .num-long .square {
    line-height: 48px;
  }
  .about-wrap .sec-wrap .left-cont {
    width: 90%;
    padding: 30px 5%;
  }
  .about-wrap .sec-wrap .imgbox {
    width: 100%;
  }
  .culture-wrap .sec-list .cont-wrap .num-list {
    width: 100%;
  }
  .culture-wrap .sec-list .cont-wrap .imgbox {
    display: none;
  }
  .culture-wrap .sec-list .cont-wrap .num-list li.black {
    background-color: #fff;
  }
  .culture-wrap .sec-list .cont-wrap .num-list li.black .num-box .num {
    color: #333;
  }
  .culture-wrap .sec-list .cont-wrap .num-list li.black .stt {
    color: #333;
    background-color: #fff;
  }
  .culture-wrap .sec-list .cont-wrap .num-list li.black .word {
    color: #666;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .culture-wrap .sec-list .cont-wrap .row-box:nth-of-type(2) li:nth-of-type(2) {
    background-color: #f5f5f5;
  }
  .culture-wrap .sec-list .cont-wrap .num-list .num-box .stt {
    width: 68px;
  }
  .culture-wrap .sec-list .cont-wrap .row-box:nth-of-type(2) li:nth-of-type(2) .stt {
    background-color: #f5f5f5;
  }
  /*.team-wrap .fir-wrap .list-wrap li .up-cont{
		opacity: 1;
		filter: alpha(opacity=100);
	}*/
  .about-wrap .fir-wrap .right-cont .num-box {
    margin-top: 30px;
  }
  .about-wrap .fir-wrap .right-cont .num-box .num {
    font-size: 36px;
  }
  .about-wrap .fir-wrap .right-cont .num-box .line {
    display: none;
  }
  .ins-ban.active img.bgimg {
    transform: scale(1);
  }
  .future-wrap .top-main .cont-wrap {
    padding-top: 30px;
  }
  .future-wrap .top-main .cont-wrap .tit {
    font-size: 26px;
    line-height: 42px;
  }
  .future-wrap .top-main .cont-wrap .cn-font {
    margin-top: 26px;
  }
  .society-wrap .main-column .cont-wrap {
    padding-top: 10px;
  }
  .adsuper-wrap .thi-wrap .imgbox {
    width: 100%;
  }
  .adsuper-wrap .thi-wrap .left-cont {
    width: 90%;
    padding: 30px 5%;
    margin: 0;
  }
  .adsuper-wrap .fou-wrap .right-cont {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-home .fir-wrap h4 {
    font-size: 46px;
  }
  .degital-wrap-m {
    display: block;
  }
  .degital-wrap.pc {
    display: none;
  }
  #digital-floatnav {
    display: none;
  }
  .m-team-ban {
    display: block;
  }
  .medium-wrap .main-column li .font {
    font-size: 13px;
  }
  .medium-wrap .bot-news-med .left-cont {
    padding-top: 36px;
  }
  .bigdata-wrap .fir-wrap .imgbox {
    width: 100%;
  }
  .bigdata-wrap .fir-wrap .imgbox img {
    width: auto;
    max-width: 100%;
  }
  .bigdata-wrap .fir-wrap .left-cont {
    width: 90%;
    padding: 30px 5%;
  }
  .i-thi-wrap .list-wrap ul {
    width: 102%;
  }
  .i-thi-wrap .list-wrap li {
    width: 48%;
    margin-right: 2%;
  }
  .i-thi-wrap .list-wrap li:nth-of-type(3) {
    display: none;
  }
  .i-thi-wrap .list-wrap {
    margin-top: 35px;
  }
  .about-wrap .fir-wrap .right-cont .num-box li {
    margin-bottom: 24px;
  }
  .about-wrap .fir-wrap .right-cont .num-box .num {
    font-size: 30px;
    line-height: 58px;
  }
  .float-right-box {
    display: none;
  }
  .history-wrap .cent-wrap li {
    margin-top: 50px;
  }
  .history-wrap .cent-wrap li:nth-child(odd) .cont-box {
    margin-left: 3.8%;
  }
  .history-wrap .cent-wrap li .cont-box {
    width: 32%;
  }
  .history-wrap .cent-wrap li:nth-child(even) .cont-box {
    margin-right: 6.7%;
    width: 29%;
  }
  .wechat-info-ban .up-cont .down-ico {
    display: none;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 979px) {
  body {
    padding: 0;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  .i-thi-wrap {
    padding-bottom: 35px;
  }
  .i-thi-wrap .main-wrap {
    width: 85%;
  }
  .i-thi-wrap .nav-box .more {
    display: none;
  }
  .i-thi-wrap .pc-scroll {
    display: none;
  }
  .i-thi-wrap .mobile-scroll {
    display: block;
  }
  .i-thi-wrap .list-wrap {
    margin-top: 30px;
  }
  .i-fiv-wrap li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .i-fiv-wrap .cont-wrap {
    padding-top: 22px;
  }
  .i-sev-wrap .m-scroll {
    padding-bottom: 28px;
  }
  .i-eig-wrap {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .i-eig-wrap .list-wrap {
    margin-top: 40px;
  }
  footer .top-wrap .nav {
    width: 60%;
  }
  footer .bot-wrap p.fr {
    width: 100%;
  }
  footer .bot-wrap {
    padding-top: 15px;
  }
  .about-ban .cont-wrap {
    /*display: none;*/
  }
  .team-wrap .sec-wrap .row-box .img-scroll {
    width: 100%;
  }
  .team-wrap .sec-wrap .row-box .cont-wrap {
    padding: 40px 7%;
    width: 86%;
    margin: 0;
  }
  .i-sec-wrap .right-cont, .i-sex-wrap .cont-wrap {
    width: 86%;
    margin-right: 7%;
  }
  .ins-ban {
    height: auto;
  }
  .ins-ban .bgimg {
    width: 100%;
  }
  .website-ban .bgimg {
    width: 1380px;
    left: 50%;
    margin-left: -690px;
  }
  .ins-ban .up-cont {
    margin-top: 0;
    /*top: auto;*/
    top: 50px;
  }
  .ins-ban .up-cont .down-ico, .ins-ban .up-cont .font {
    display: none;
  }
  .website-ban .up-cont .font {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px;
  }
  .website-ban .up-cont .line {
    margin-top: 20px;
  }
  .news-ban {
    height: 300px;
  }
  .news-ban .up-tit h4 {
    font-size: 32px;
    line-height: 60px;
  }
  .news-ban .up-tit .line {
    height: 2px;
  }
  .public-list .list-wrap ul {
    width: 105%;
  }
  .public-list .list-wrap li {
    width: 45%;
    margin-right: 5%;
  }
  .public-list .top-nav .s-nav {
    height: auto;
  }
  .public-list .top-nav .s-nav li {
    margin-bottom: 10px;
  }
  .public-list .top-nav .s-nav li a {
    padding: 0;
  }
  .public-list .list-wrap {
    margin-top: 30px;
  }
  .adsuper-wrap .sec-wrap .imgbox {
    width: 100%;
  }
  .adsuper-wrap .sec-wrap .cont-wrap {
    width: 90%;
    padding: 30px 5% 60px;
    margin-left: 0;
  }
  .adsuper-wrap .sec-wrap .flex-control-nav {
    left: 0;
    width: 100%;
    text-align: center;
  }
  .adsuper-wrap .fir-wrap .left-wrap {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .adsuper-wrap .fir-wrap .right-cont {
    padding-top: 40px;
  }
  .case-info .fir-wrap .left-wrap, .case-info .fir-wrap .right-cont {
    width: 90%;
    padding: 40px 5%;
  }
  .wechat-info-ban .up-cont h4 {
    font-size: 26px;
    line-height: 46px;
  }
  .wechat-info-ban .up-cont .line {
    height: 2px;
  }
  .wechat-info-ban .up-cont .font {
    margin-top: 16px;
  }
  .website-info-ban .up-cont .link-ico {
    margin-top: 15px;
  }
  .bot-paging {
    position: absolute;
    bottom: 10px;
  }
  .bot-paging.long {
    width: 89%;
    left: 5.5%;
  }
  .wechat-info-ban {
    height: auto;
  }
  .wechat-info-ban img {
    /*width: 100%;*/
    width: 1380px;
    left: 50%;
    margin-left: -690px;
  }
  .wechat-info-ban .up-cont {
    margin-top: 0;
    top: 170px;
  }
  .news-wrap {
    padding-top: 45px;
  }
  .news-wrap .top-tit .search-box {
    margin-top: 16px;
  }
  .news-wrap .list-wrap .boxs {
    width: 48%;
  }
  .news-wrap .top-tit .year-list li.hover {
    font-size: 24px;
    /*line-height: 70px;*/
  }
  .news-wrap .top-tit .year-list li {
    font-size: 22px;
    line-height: 56px; margin-right: 9%;
  }
	.news-wrap .top-tit .year-list li:nth-child(3){ margin-right: 0px;}
  .news-wrap .list-wrap {
    margin-top: 18px;
  }
  .search-alert .cent-form .tex {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    background-position: 30px 20px !important;
  }
  .search-alert .cent-form {
    height: 60px;
    margin-top: -30px;
  }
  .search-alert .cent-form .sub-butn {
    height: 60px;
    line-height: 60px;
    margin-top: 0;
    /*background: url(../images/ico_36.png) no-repeat center;*/
    /*font-size: 0;*/
  }
  .about-home .fir-wrap .left-cont, .about-home .fir-wrap .right-cont {
    width: 90%;
    padding: 30px 5%;
    margin: 0;
  }
  .about-home .fir-wrap .right-cont {
    min-height: 10px;
  }
  .about-home .fir-wrap .link-box {
    margin-top: 30px;
  }
  .about-home .fir-wrap h4 {
    font-size: 50px;
    line-height: 76px;
  }
  .about-home .sec-wrap {
    height: auto;
  }
  .about-home .sec-wrap .cont-wrap {
    width: 88%;
    left: 6%;
    margin-top: -120px;
  }
  .about-wrap .fou-wrap .imgbox {
    width: 100%;
  }
  .about-wrap .fou-wrap .right-cont {
    width: 90%;
    padding: 30px 5%;
    margin: 0 auto;
  }
  .about-wrap .fir-wrap .left-cont, .about-wrap .fir-wrap .right-cont {
    width: 90%;
    padding: 30px 5%;
    margin: 0 auto;
  }
  .about-wrap .fir-wrap .right-cont {
    min-height: 10px;
  }
  /*.culture-wrap{
		padding-top: 0;
	}
	.culture-wrap .fir-list ul{
		width: 100%;
	}*/
  .culture-wrap .fir-list li.even-li .img, .culture-wrap .fir-list li.odd-li .img {
    width: 100%;
  }
  .culture-wrap .fir-list li.even-li .cont-wrap, .culture-wrap .fir-list li.odd-li .cont-wrap {
    width: 90%;
    padding: 20px 5% 25px;
    margin: 0;
  }
  .culture-wrap .sec-list .cont-wrap .imgbox {
    display: block;
    width: 100%;
  }
  .about-wrap .fir-wrap .left-cont h4 {
    font-size: 36px;
    line-height: 66px;
  }
  .future-wrap .top-main li.even-li .imgbox, .future-wrap .top-main li.odd-li .imgbox {
    width: 100%;
  }
  .future-wrap .top-main li.even-li .cont-wrap, .future-wrap .top-main li.odd-li .cont-wrap {
    width: 90%;
    padding: 30px 5%;
    margin: 0;
  }
  .public-list .list-wrap li:hover .up-erwei {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .society-wrap .main-column li.even-li .imgbox, .society-wrap .main-column li.odd-li .imgbox {
    width: 100%;
  }
  .society-wrap .main-column li.even-li .cont-wrap, .society-wrap .main-column li.odd-li .cont-wrap {
    width: 90%;
    padding: 30px 5% 40px;
    margin: 0;
  }
  .adsuper-wrap .fou-wrap .imgbox {
    width: 100%;
  }
  .adsuper-wrap .fou-wrap .right-cont {
    width: 90%;
    padding: 30px 5%;
  }
  .vr-ban .up-cont .s-tit {
    font-size: 30px;
    line-height: 40px;
  }
  .vr-ban .up-cont .line {
    margin-top: 32px;
  }
  .vr-ban .up-cont .s-tit {
    margin-top: 30px;
  }
  .news-ban .bot-paging {
    display: block;
  }
  .website-ban .up-cont {
    top: 170px;
  }
  .website-ban .up-cont h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .website-ban .up-cont .s-tit {
    font-size: 16px;
    line-height: 26px;
  }
  .website-ban .up-cont .link-box {
    margin-top: 50px;
  }
  .interact-wrap .fir-wrap .left-wrap, .interact-wrap .fir-wrap .right-cont {
    width: 90%;
    padding: 30px 5%;
    margin: 0;
  }
  .interact-ban .up-cont .line {
    margin-top: 16px;
  }
  .interact-ban .up-cont .link-box {
    margin-top: 40px;
  }
  .interact-ban .up-cont h4 {
    font-size: 28px;
    line-height: 40px;
  }
  .interact-ban .up-cont .link-box {
    margin-top: 20px;
  }
  .team-wrap .fir-wrap .list-wrap li .en-tit {
    font-size: 18px;
  }
  .team-wrap .fir-wrap .list-wrap li .word {
    margin-top: 22px;
  }
  .body-wrap .w1520 {
    width: 96%;
  }
  .news-wrap .w1520 {
    width: 90%;
  }
  .i-eig-wrap .list-wrap ul {
    width: 107.3%;
  }
  .i-eig-wrap .list-wrap li {
    /*margin-right: 12px;*/
    width: 26%;
    margin-right: 7.3%;
    min-height: 40px;
    margin-bottom: 20px;
  }
  .i-eig-wrap .tit-box .more {
    /*background: none;*/
    display: none;
  }
  .medium-wrap .fir-wrap .left-cont {
    padding-bottom: 20px;
  }
  .medium-wrap .fir-wrap .tit {
    font-size: 20px;
  }
  .medium-wrap .fir-wrap .word {
    margin-top: 22px;
  }
  .medium-wrap .fir-wrap .left-cont, .medium-wrap .bot-news-med .left-cont {
    width: 90%;
    padding: 30px 5%;
    min-height: 10px;
  }
  .medium-wrap .fir-wrap .right-img, .medium-wrap .bot-news-med .img-box {
    width: 100%;
  }
  .bigdata-wrap .sec-wrap .tit {
    margin-top: 12px;
  }
  .bigdata-wrap .sec-wrap li {
    width: 100%;
  }
  .bigdata-wrap .sec-wrap .font {
    height: auto;
  }
  .bigdata-wrap .sec-wrap .cont-box {
    width: 90%;
    padding: 30px 5%;
    min-height: 10px;
  }
  .about-wrap {
    padding-top: 0;
  }
  .public-list .top-nav {
    padding-top: 18px;
  }
  .public-list .top-share {
    /*top: 16px;*/
    display: none;
  }
  .about-home {
    padding-top: 0;
  }
  .about-home .thi-wrap .num-list .num {
    font-size: 60px;
  }
  .i-eig-wrap .tit-box .more {
    margin-top: 5px;
  }
  .i-thi-wrap .mobile-scroll ul {
    width: 100%;
  }
  .i-thi-wrap .mobile-scroll li {
    margin-right: 0;
  }
  .i-thi-wrap {
    padding-top: 32px;
  }
  .i-fou-wrap .cont-wrap {
    width: 86%;
    margin-left: 7%;
  }
  .culture-wrap .fir-list li.even-li .cont-wrap {
    border: 1px solid #eee;
  }
  .culture-wrap .sec-list .tit-box {
    padding-bottom: 38px;
  }
  .news-recommend-list .cont-wrap .tit a {
    height: auto;
  }
  .i-column-wrap .link {
    margin-top: 30px;
  }
  .i-thi-wrap .list-wrap .cont-wrap {
    padding: 20px 6.4% 0;
  }
  .bigdata-wrap {
    padding-top: 0;
  }
  .history-wrap .cent-line-box {
    left: 0;
  }
  .history-wrap .cent-wrap li {
    width: 94%;
    padding-left: 6%;
  }
  .history-wrap .cent-wrap li .img {
    display: none;
  }
  .history-wrap .cent-wrap li .point {
    left: 0;
  }
  .history-wrap .cent-wrap li:nth-child(odd) .cont-box, .history-wrap .cent-wrap li:nth-child(even) .cont-box {
    text-align: left;
  }
  .history-wrap .cent-wrap li:nth-child(even) .cont-box {
    float: left;
  }
  .history-wrap .cent-line-box .point-h {
    background: none;
  }
  .history-wrap .cent-wrap li .cont-box {
    width: 96%;
  }
  .history-wrap .cent-wrap li:nth-child(odd) .cont-box {
    margin-left: 0;
  }
  .history-wrap .cent-wrap li:nth-child(even) .cont-box {
    width: 96%;
    margin-right: 0;
  }
  .history-wrap .cent-wrap li {
    opacity: 1;
  }
  .history-wrap .cent-wrap li .point i {
    display: inline-block;
  }
  .about-wrap .thi-wrap .row-box .up-cont .font, .about-wrap .fiv-wrap .row-box .up-cont .font {
    display: none;
  }
  .about-wrap .thi-wrap .row-box .up-cont .stit, .about-wrap .fiv-wrap .row-box .up-cont .stit {
    font-size: 16px;
    line-height: 20px;
  }
  .about-wrap .thi-wrap .row-box:hover .up-cont, .about-wrap .fiv-wrap .row-box:hover .up-cont {
    bottom: 10px;
  }
  .bot-out-link {
    display: none;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
	.about-home .thi-wrap .row-box .up-cont .stit, .about-home .fiv-wrap .row-box .up-cont .stit {
    font-size: 14px;
    line-height: 2;
}
.about-home .thi-wrap .row-box .up-cont .font, .about-home .fiv-wrap .row-box .up-cont .font {
    font-size: 0.22rem;
    line-height: 1.8;
}
  .news-ban {
    height: 220px;
  }
  .ntit ul li a {
    font-size: 14px;
  }
  .alzx_ny .alfl ul li:nth-child(3) .ej a {
    width: 50%;
  }
  .tg_news li {
    width: 100%;
  }
  .title h1 {
    font-size: 25px;
  }
  .scb-con3 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
  }
  .jzt_cp p.fs24 {
    font-size: 18px;
    line-height: 1.8;
  }
  .jzt_cp h3 {
    font-size: 25px;
  }
  .scb-gjc {
    padding: 40px 0 40px;
  }
  .jzt-ss .word {
    width: 94%;
    margin: 0 auto;
    float: none
  }
  .ptlb {
    height: 200px;
  }
  .ptlbbj {
    height: 210px;
  }
  .stb_p1 ul li .tb {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
  .stb_p1 ul li .tb p {
    font-size: 30px;
  }
  .stb_p1 ul li h3 {
    font-size: 14px;
  }
  .stb_p1 h4 {
    margin-bottom: 40px;
  }
  .nban2 .word p.stb {
    background: url(../images/seo_line.png) right bottom no-repeat;
    padding: 0 10px 5px 0;
    height: auto;
    width: 3.6rem;
  }
  .scb-con2 .scb-pm {
    padding: 40px 0 40px;
  }
  .znmp2 .hd {
    height: 50px;
  }
  .znmp2 .hd ul li {
    margin-left: 10px;
    line-height: 50px;
  }
  .znmp2 .hd ul li.on::after {
    bottom: 0;
    right: 22px;
    height: 2px;
    width: 40px;
  }
  .Home-PC-intro {
    display: block;
    padding: 0;
  }
  .znmp2 .hd ul li a {
    font-size: 14px;
  }
  .cont div.enter {
    padding: 0 30px;
  }
  .cont div.enter .e-left .title {
    font-size: 24px;
    line-height: 50px;
  }
  .Home-PC-intro-img {
    width: 100%;
    padding: 20px 0;
  }
  .Home-PC-intro-desc {
    width: 100%;
    padding: 20px 0;
  }
  .Home-PC-intro-title {
    font-size: 25px;
  }
  .cont div.enter .e-left .list {
    font-size: 16px;
    margin-top: 20px;
  }
  #tabcontent ul li {
    width: 100%;
    margin: 0 0% 30px 0;
  }
  .case-intro-wrapper .jiejuelist .id {
    top: 10px;
    font-size: 40px;
    line-height: 50px;
  }
  .case-intro-wrapper .jiejuelist dl {
    padding: 13px 10px 20px 14.72414%;
    font-size: 14px;
  }
  .xqyjjfa {
    line-height: 50px;
  }
  .xqyjjfa .ej {
    top: 50px;
  }
  .case-wrapper .caseban .title {
    width: 280px;
    height: 180px;
    left: 40px;
    margin-top: -90px;
  }
  .wzxx_ny a {
    font-size: 15px;
  }
  .case-intro-wrapper .jiejuelist dt {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 32px;
  }
  .zcym {
    width: 92%;
    padding: 30px 20px;
  }
  .zcym h2 .xz {
    display: block;
  }
  .zcym h2 {
    clear: both;
    overflow: hidden
  }
  .register_shoppingcart_center2_1 {
    width: 100%;
  }
  .qrzc {
    width: 100%;
    float: none;
    margin: 0 auto
  }
  .register_shoppingcart_center2 {
    padding-bottom: 35px;
  }
  .register_shoppingcart_center2_8text {
    width: 100%
  }
  .register_shoppingcart_center2_1 .register_shoppingcart_center2_1text {
    padding-left: 0px;
    width: 100%
  }
  .register_shoppingcart_center2_4text {
    float: left;
    margin-right: 0px;
  }
  .register_shoppingcart_center2_1 .inp-m .register_shoppingcart_center2_2text {
    width: 272px;
  }
  .signin_center3 {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 70px;
    margin-left: 48px;
    margin-top: -20px;
  }
  .signin_center2 {
    height: 50px;
    font-size: 18px;
    line-height: 49px;
    text-indent: 115px;
  }
  .signin_center5_left {
    padding-left: 0px;
    width: 92%;
    margin: 0 auto;
    float: none
  }
  .signin_center5_left2 {
    width: 320px;
    float: none;
    height: 58px;
    margin: 0 auto 10px;
  }
  .signin_center5 {
    padding: 40px 0;
  }
  .htitle strong {
    font-size: 25px;
  }
  .eightul li .eibtn {
    width: 100px;
  }
  .eightul li .eibtns {
    margin-left: 0
  }
  .eightul li h2 a {
    font-size: 14px;
  }
  .whyxzs .whyxzs01 {
    width: 100%;
  }
  .whyxzs .whyxzs02 {
    width: 100%;
    margin-top: 20px;
  }
  .whyxzs .whyxzs03 {
    width: 100%;
    float: left
  }
  .whyxzs .whyxzs04 {
    width: 100%;
    box-sizing: border-box;
  }
  .whyxzs {
    height: auto;
    overflow: hidden
  }
  .sixul li {
    width: 100%;
    margin: 10px 0% 10px;
  }
  .liucul li {
    width: 30.3333%;
    margin: 0 1.5% 20px;
  }
  .liucul li:nth-child(2n) {
    display: none
  }
  .ul_h_case li {
    width: 46%;
    height: 88px;
    margin: 0 2% 24px;
  }
  .ul_h_case li .limg div span img {
    max-width: 100%;
    max-height: 88px;
  }
  .fkfs_part1 {
    padding: 40px 0;
  }
  .fkfs_part1 h2 {
    font-size: 25px;
  }
  .fkfs_part1 .ewm {
    width: 100%;
  }
  .fkfs_part1 .word li {
    width: 100%;
  }
  .fkfs_part1 .word li:last-child {
    padding-left: 0px;
  }
  .cpjy_part1 ul li {
    width: 100%;
  }
  .cpjy_part1 {
    padding: 40px 0 0;
  }
  .cbt-con4 .bxBox {
    width: 50%;
    margin: 20px auto 0;
  }
  .cbt-con4 .wrap {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .cbt-con4 .title h1 {
    font-size: 25px;
  }
  .zht-con3 .title h1 {
    font-size: 25px;
  }
  .cbt-con4 .bxBox:nth-child(3) {
    width: 100%;
  }
  .friend-case {
    display: none
  }
  .zht-con1 h4 {
    margin-bottom: 30px;
  }
  .zht-con3 .new-partner li {
    width: 46%;
    margin: 0 2% 0px;
    height: 160px
  }
  .zht-con3 .new-partner li img {
    margin-top: 42px;
  }
  .zht-con7 .title h1 {
    font-size: 25px;
  }
  .g-case .m-case {
    width: 340px;
    padding: 0 20px;
  }
  .zht-con7 .case_box li {
    width: 300px;
    margin: 30px 0 0;
  }
  .zht-con7 .case_box2 li {
    width: 300px;
    margin: 30px 0 0;
  }
  .zht-con4 .title h1 {
    font-size: 25px;
  }
  .zht-con4 .title h3 {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .zht-con4 {
    padding: 40px 0 40px;
  }
  .zht-con5 h1 {
    font-size: 25px;
  }
  .zht-con5 .wrap dl {
    width: 96%;
    margin: 0 2% 20px;
  }
  .zht-con3 .new-partner li p {
    margin-top: 24px;
  }
  .gallery-wdyx {
    width: 94%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .gallery-wdyx .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  .gallery-wdyx .swiper-pagination {
    bottom: 0px !important;
  }
  .gallery-wdyx .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: #999 1px solid !important;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: none !important
  }
  .gallery-wdyx .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: #333 1px solid !important;
    background: #333 !important
  }
  .gallery-bkyx {
    width: 94%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .gallery-bkyx .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  .gallery-bkyx .swiper-pagination {
    bottom: 0px !important;
  }
  .gallery-bkyx .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: #999 1px solid !important;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: none !important
  }
  .gallery-bkyx .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: #333 1px solid !important;
    background: #333 !important
  }
  .anlixq_part1 .nr .tb1 {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .anlixq_part1 .nr .xtb {
    width: 33px;
    height: 33px;
  }
  .anlixq_part1 .nr {
    padding: 0 50px;
  }
  .anlixq_part1 .nr .right h1 {
    font-size: 35px;
  }
  .wzjs_tctj .jjfa ul li {
    width: 100%;
  }
  .swiper-nypmfwsj {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px !important;
    overflow: hidden;
    display: block !important;
    position: relative
  }
  .swiper-nypmfwsj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
    background: #f5f5f5;
    opacity: 1;
  }
  .swiper-nypmfwsj .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none !important;
  }
  .swiper-nypmfwsj .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
  }
  .swiper-nypmfwsj .swiper-pagination {
    bottom: 0;
  }
  .seo_part7 ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
  }
  .seo_part7 ul.pc {
    display: none;
  }
  .seo_part1 h2 {
    font-size: 25px;
  }
  .seo_part1 h4 {
    width: 94%;
    margin: 0 auto
  }
  .seo_part1 ul li {
    width: 100%;
    margin: 0 0% 20px;
  }
  .seo_part1 ul li .box {
    padding: 30px 20px;
  }
  .sem_part1 h2 {
    font-size: 25px;
  }
  .sem_part2 h2 {
    font-size: 25px;
  }
  .sem_part2 .nr ul li {
    width: 100%;
    margin: 0 0% 25px;
  }
  .sem_part2 .nr ul li .box {
    width: 60%;
    padding-top: 1rem;
  }
  .seo_part4 h2 {
    font-size: 25px;
  }
  .seo_part4 h4 {
    margin-bottom: 30px;
  }
  .seo_part4 .nr .left h3 {
    line-height: 50px;
    font-size: 25px;
  }
  .seo_part4 .nr .left ul li {
    line-height: 46px;
    background: url(../images/seo_dg.png) left center / 28px no-repeat;
    padding-left: 35px;
    font-size: 18px;
  }
  .sem_part3 h2 {
    font-size: 25px;
  }
  .sem_part3 h4 {
    margin-bottom: 30px;
  }
  .sem_part3 p {
    font-size: 16px;
    line-height: 1.6;
  }
  .sem_part4 h2 {
    font-size: 25px;
  }
  .sem_part4 h4 {
    margin-bottom: 30px;
  }
  #certify .swiper-container {
    padding-bottom: 10px;
  }
  .seo_part7 h2 {
    font-size: 25px;
  }
  .seo_part7 h4 {
    margin-bottom: 30px;
  }
  .sem_part3 p span {
    font-size: 18px;
  }
  .seo_part4 .nr .right h3 {
    line-height: 50px;
    font-size: 25px;
  }
  .seo_part4 .nr .right ul li {
    line-height: 46px;
    background: url(../images/seo_xx.png) left center / 28px no-repeat;
    padding-left: 35px;
    font-size: 18px;
  }
  .sem_part2 .nr ul li .hdc {
    height: 6.4rem;
  }
  .sem_part2 .nr ul li h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .honorlist h3 a {
    font-size: 12px;
    line-height: 1.2;
  }
  .honorlist h3 span {
    font-size: 12px;
  }
  .honorlist ul li {
    width: 48%;
    padding: 5px;
    margin: 0 1% 20px;
  }
  .seo-tone h2 {
    font-size: 25px;
    line-height: 1.4
  }
  .seo-tone-info {
    font-size: 14px;
    line-height: 2;
  }
  .seo-tone-b li {
    width: 50%;
    margin-bottom: 40px;
  }
  .seo-tone-b {
    padding-bottom: 40px;
  }
  .seo-ttew {
    padding: 50px 0;
  }
  .seo-ttew-b li div {
    height: auto
  }
  .seo-ttew-b li h1 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .seo-ttew-b li {
    padding: 25px 10px;
    border-radius: 20px;
  }
  .seo-ttew-b li p {
    font-size: 14px;
    line-height: 1.5;
    height: 100px;
  }
  .wanci_part1 {
    padding: 0px 0 40px;
  }
  .wanci_part1 h2 {
    font-size: 25px;
  }
  .seo-ttew h2 {
    font-size: 25px;
  }
  .seo-tfour h2 {
    font-size: 25px;
  }
  .seo-tfour-b li h1 {
    padding-bottom: 10px;
  }
  .seo-tfour {
    padding: 40px 0 20px;
  }
  .wc_part2 h2 {
    font-size: 25px;
  }
  .wc_part2 ul li {
    width: 90%;
    margin: 0 5% 20px;
  }
  .seo_part8 h2 {
    font-size: 25px;
  }
  .seo_part8 h4 {
    margin-bottom: 30px;
  }
  .xx1 .hd ul li {
    width: 29.3333%;
    line-height: 2;
    font-size: 16px;
  }
  .seo_part8 .gsjs p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .seo_part8 h5 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .honorlist {
    padding-top: 20px;
  }
  .seo_part8 .yhtd {
    margin-top: 20px;
  }
  .seo_part8 .gsjs {
    padding-top: 20px;
  }
  .nban2 .cent-cont.wcbp {
    top: 5%;
    margin-top: 0;
  }
  .nban2 .word p.gjc {
    padding: 0 30px 0px 0;
  }
  .nban2 .seotb {
    height: 40px;
    margin-top: 10px;
  }
  .nban2 .cent-cont.wcbp .seotb h3 {
    font-size: 14px;
  }
  .nban2 .cent-cont.wcbp .seotb h4 {
    font-size: 12px;
  }
  .tanchu .wz {
    width: 90%;
    margin: 30% auto 0;
  }
  .seo-tfour-b li {
    width: 100%;
    margin: 0 0 20px;
  }
  .zengzhi_part1 h2 {
    font-size: 25px;
  }
  .domain-search-outer {
    height: 130px;
  }
  .rec-brief {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .rec-buy a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .rec-buy {
    bottom: 24px;
    left: 50%;
    margin-left: -50px;
  }
  .slideTxtBox1 .hd ul li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .zengzhi_part2 h2 {
    font-size: 25px;
  }
  .zengzhi_part2 h4 {
    margin-bottom: 30px;
  }
  .icp h2 {
    font-size: 25px;
  }
  .icp ul li {
    float: left;
    width: 46%;
    margin: 0 2% 15px;
  }
  .icp ul li:nth-child(2n) {
    display: none
  }
  .icp ul li .round {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
  }
  .tq h2 {
    font-size: 25px;
  }
  .tq ul li {
    width: 46%;
    padding: 0px 0 20px;
    margin: 0 2%;
    height: 295px;
  }
  .tq ul li h4 {
    font-size: 16px;
    padding: 8px 0;
  }
  .tq ul li .box img {
    max-width: 90%;
  }
  .tq ul li p {
    line-height: 1.6
  }
  .api ul li {
    width: 50%;
  }
  .api ul li img {
    width: 140px;
    height: 70px;
  }
  .api ul li p {
    font-size: 12px;
  }
  .api .more {
    font-size: 20px;
    width: 130px;
    margin: 20px auto 0;
  }
  .hbq-zc h2 {
    font-size: 25px;
  }
  .hbq-zc .inde_reg {
    width: 100%;
    margin: 0 0% 20px;
  }
  .hbq-five .hd ul li {
    width: 50%;
    padding: 0px 0 0;
  }
  .hbq-zc {
    padding: 40px 0 0;
  }
  .hbq-five .hd {
    padding-bottom: 40px;
  }
  .hbq-five .hd ul .lu_bgca {
    width: 105px;
    height: 105px;
    padding-top: 20px;
  }
  .rec-price {
    font-size: 25px;
  }
  .price-symbol {
    font-size: 22px;
  }
  .about-home .thi-wrap .row-box .up-gray, .about-home .fiv-wrap .row-box .up-gray {
    display: none;
  }
  .about_wmys ul li .wenz .num-box .num {
    font-size: 60px;
    line-height: 70px;
  }
  .ins-link-box a {
    width: 36px;
    height: 36px;
    margin-right: 24px;
  }
  .about_wmys ul li .wenz .num-box .stt {
    font-size: 14px;
    line-height: 24px;
    bottom: 6px;
    width: 36px;
  }
  .about-home .fir-wrap .left-cont p {
    font-size: 16px;
    line-height: 35px;
  }
  .about-home .fir-wrap .link-box {
    margin-top: 20px;
  }
  .about_wmys ul li .wenz .word {
    width: 90%;
    margin: 5px auto 0;
    line-height: 18px;
  }
  .about_wmys ul li .wenz .num-box {
    height: 70px;
  }
  .about_wmys {
    padding-top: 40px;
  }
  .about_wmys .dtit .mtit {
    margin-top: 10px;
  }
  .ppsj_part1 ul li .wenz h3 {
    font-size: 18px;
  }
  .ppsj_part2 .tit .right {
    display: none
  }
  .ppsj_part2 .tit .left {
    float: none;
    margin: 0px auto;
    text-align: center;
    overflow: hidden
  }
  .ppsj_part2 .tit .left h3 {
    font-size: 28px;
    margin-top: 15px;
  }
  .ppsj_part2 h1 {
    padding-top: 20px;
  }
  .ppsj_part2 .tc ul li {
    width: 96%;
    margin: 0 2% 20px;
  }
  .ppsj_part2 .tc ul li h3 {
    font-size: 27px;
  }
  .ppsj_part2 .tc ul li .price {
    font-size: 34px;
    padding: 5px;
  }
  .ppsj_part2 .tc ul li .yuyue {
    display: block;
    width: 150px;
    height: 31px;
    font-size: 16px;
    line-height: 31px;
  }
  .ppsj_part2 .al ul li {
    width: 46%;
    margin: 0px 2% 20px;
  }
  .ppsj_part2 .al ul li h3 {
    margin: 8px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ppsj_part3 h4 {
    margin-bottom: 20px;
  }
  .ppsj_part3 h2 {
    font-size: 25px;
  }
  .ppsj_part2 .tit {
    height: 100px;
  }
  .ppsj_part4 .cjwt ul.pc {
    display: none
  }
  .pp_cjwtsj {
    width: 100%;
    display: block;
  }
  .swiper-ppcjwtsj {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden
  }
  .swiper-ppcjwtsj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-ppcjwtsj .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .ppsj_part4 .cjwt ul li {
    margin-bottom: 0
  }
  .ppsj_part4 .cjwt ul li h3 {
    font-size: 18px;
    padding-left: 40px;
  }
  .ppsj_part4 {
    padding: 0px 0 40px;
  }
  .ppsj_part4 h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .ppsj_part3 {
    padding: 40px 0 20px;
  }
  .ppsj_part4 .i-btn {
    margin: 20px auto 0;
    width: 158px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
  }
  .ppsj_part4 .cjwt ul li .hdc {
    padding: 20px 25px;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .08), 0 0px 0px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .08), 0 0px 0px 0 rgba(0, 0, 0, .08);
    height: 198px;
    border: #eee 1px solid;
    width: 98%;
    margin: 0 auto;
  }
  .ppsj_part1 .right .dbt {
    font-size: 40px;
  }
  .ppsj_part1 ul li {
    width: 100%;
    margin-right: 0%;
  }
  .yxtg_part1 h2 {
    font-size: 25px;
  }
  .yxtg_part1 h4 {
    margin-bottom: 30px;
  }
  .yxtg_part2 h2 {
    font-size: 25px;
  }
  .yxtg_part2 .nr .d1 p {
    padding-left: 0
  }
  .yxtg_part2 .nr .d1 p::after {
    display: none;
  }
  .yxtg_part2 .nr .d2 p::before {
    display: none;
  }
  .yxtg_part2 .nr .d2 p {
    padding-left: 0
  }
  .yxtg_part3 h2 {
    font-size: 25px;
  }
  .yxtg_part4 h2 {
    font-size: 25px;
  }
  .yxtg_part4 h4 {
    margin-bottom: 30px;
  }
  .solution-cut {
    padding-bottom: 50px;
  }
  .solution-cut .swiper-pagination {
    bottom: 0
  }
  .yxtg_part5 h2 {
    font-size: 25px;
  }
  .yxtg_part5 h4 {
    margin-bottom: 30px;
  }
  .yxtg_part6 h2 {
    font-size: 25px;
  }
  .yxtg_part6 h4 {
    margin-bottom: 30px;
  }
  .yxtg_part6 .left .wrap ul li .jumbo {
    font-size: 44px;
  }
  .yxtg_part6 .left .wrap ul li {
    width: auto;
    margin-right: 20px;
  }
  .f2-logo {
    margin: 40px auto 12px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
  }
  .s-fs24 {
    font-size: 20px;
  }
  .f2-des {
    margin: 10px auto 50px;
    width: 90%;
    font-size: 14px;
    line-height: 1.8;
  }
  .f2-second-buss span {
    min-width: 54px;
    font-size: 12px;
    line-height: 1.8;
    margin-right: 8px;
  }
  .ny_xwsj2 {
    display: block;
    padding-bottom: 40px;
  }
  .swiper-syhy {
    display: none
  }
  .swiper-syhysj {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    display: block;
    overflow: hidden
  }
  .swiper-syhysj .swiper-slide {
    position: relative;
  }
  .swiper-syhysj .swiper-slide .tpzs ul li {
    width: 46%;
    float: left;
    margin: 0 2% 0px;
  }
  .swiper-syhysj .swiper-slide .tpzs ul li .tp {
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .swiper-syhysj .swiper-slide .tpzs ul li img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .swiper-syhysj .swiper-slide .tpzs ul li:hover img {
    width: 100%;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .swiper-syhysj .swiper-slide .tpzs ul li h3 {
    font-size: 18px;
    color: #333;
    line-height: 2;
    text-align: center
  }
  .swiper-syhysj .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: #999 1px solid;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .swiper-syhysj .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: #333 1px solid;
    background: #333
  }
  .xcx_llrk {
    padding: 40px 0;
  }
  .xcx_llrk h2 {
    font-size: 25px;
  }
  .xcx_llrk h4 {
    margin-bottom: 30px;
  }
  .solution-title {
    margin-bottom: 0px;
    padding-top: 40px;
  }
  .tool-cut {
    width: 92%;
  }
  .solution-tool {
    padding: 0px 0 10px;
  }
  .xcx_kfal {
    padding: 40px 0;
  }
  .xcx_kfal h2 {
    font-size: 25px;
  }
  .xcx_kfal h4 {
    margin-bottom: 30px;
  }
  .xcx_kfal ul li {
    margin: 0 2% 20px 0;
  }
  .xcx_kfal ul li:nth-child(5n) {
    display: none
  }
  .xcx_kfal .i-btn {
    width: 158px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .xcx_seven h2 {
    font-size: 25px;
  }
  .app_part6 h2 {
    font-size: 25px;
  }
  .solution-title .tit {
    font-size: 25px;
  }
  .solution-title .text {
    font-size: 15px;
    margin-top: 15px;
  }
  .xcxjzgd .i-btn {
    margin: 20px auto 0;
    width: 158px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .solution-tool-con {
    width: 33.3333%;
    padding: 30px 10px;
    text-align: center;
    font-size: 14px;
  }
  .xcx_jjfa h2 {
    font-size: 25px;
  }
  .xcx_jjfa h4 {
    margin-bottom: 30px;
  }
  .swiper-yxxysj ul li {
    width: 46%;
    margin: 0 2% 10px;
  }
  .swiper-yxxysj .swiper-slide .solution-mode-txt .text {
    margin: 0px 0 0px 0;
    padding: 0px 10px;
    top: 168px;
  }
  .xcx_syhy h2 {
    font-size: 25px;
  }
  .xcx_syhy h4 {
    margin-bottom: 30px;
  }
  .xcx_jjfa {
    padding: 40px 0 40px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .top-wrap .nav, footer .top-wrap .call {
    width: 100%;
  }
  footer .top-wrap .call {
    margin-top: 10px;
  }
  footer .top-wrap {
    padding-bottom: 20px;
  }
  footer .bot-wrap {
    line-height: 36px;
  }
  .contact-wrap .address {
    width: 100%;
  }
  .i-thi-wrap .mobile-scroll {
    padding-bottom: 30px;
  }
  .i-thi-wrap .nav-box .left-link span, .i-thi-wrap .nav-box .left-link a.type-link {
    margin-bottom: 5px;
    margin-right: 2px;
  }
  .i-m-ban li .word p {
    height: auto;
    font-size: 22px;
    line-height: 32px;
  }
  .i-m-ban li .cent-cont {
    margin-top: -180px;
  }
  header, header.fixed {
    height: 69px;
    background: #fff;
  }
  header.fixed .header-main {
    padding-top: 12px;
  }
  header .header-main {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  header .logo img, header.fixed .header-main .logo img {
    height: 44px;
    width: auto
  }
  header .header-main {
    height: 44px;
  }
  header .m-btn {
    margin-top: 8px;
    padding: 8px;
  }
  .ins-ban .up-cont h4 {
    line-height: 50px;
    font-size: 26px;
  }
  .ins-ban .up-cont .line {
    width: 20px;
    height: 2px;
    margin-top: 5px;
  }
  .i-fir-wrap .right-wrap .about-recom .wrapper {
    padding-bottom: 10px;
    text-align: center
  }
  .col_fourth {
    padding: 0;
    width: 46%;
    margin: 0 2% 10px;
    display: inline-block;
  }
  .col_fourth h2 {
    float: none;
    display: inline-block
  }
  .col_fourth h4 {
    float: none;
    display: inline-block
  }
  .body-wrap .w1520 {
    width: 94%;
  }
  .i-sec-wrap .dtit .mtit {
    margin-top: 10px;
  }
  .i-sec-wrap ul li .cont-wrap {
    padding: 10px 5% 0;
  }
  .i-sec-wrap ul li .tit {
    line-height: 28px;
    padding-bottom: 5px;
  }
  .i-sec-wrap ul li .bot-link {
    line-height: 30px;
  }
  .i-sec-wrap ul li .bot-link .stt {
    font-size: 12px;
  }
  .i-sec-wrap .img-box, .i-fou-wrap .img-box, .i-sex-wrap .img-box {
    width: 140%;
    margin-left: -20%;
  }
  .i-fou-wrap .img-box {
    margin-right: -20%
  }
  .i-sex-wrap {
    overflow: hidden
  }
  .i-fou-wrap {
    overflow: hidden
  }
  .i-ht3 .img-box {
    width: 140%;
    margin-right: -20%;
  }
  .i-ht3 {
    overflow: hidden
  }
  .i-ht4 .img-box {
    width: 140%;
    margin-left: -20%
  }
  .i-ht4 {
    overflow: hidden
  }
  .sy_wmys .dtit .mtit {
    margin-top: 10px;
  }
  .sy_wmys ul li .wenz .num-box {
    height: 70px;
  }
  .sy_wmys ul li .wenz .num-box .num {
    font-size: 60px;
    line-height: 70px;
  }
  .sy_wmys ul li .wenz .num-box .stt {
    font-size: 14px;
    line-height: 24px;
    bottom: 6px;
    width: 36px;
  }
  .sy_wmys ul li .wenz .word {
    width: 90%;
    margin: 5px auto 0;
    line-height: 18px;
  }
  .swiper-sytc .swiper-slide {
    width: 70%;
    padding-bottom: 30px;
  }
  .sy_tcsj .bt {
    height: 60px;
    font-size: 25px;
    line-height: 60px;
  }
  .sy_tcsj .box {
    padding: 20px;
  }
  .sy_tcsj .box h3 {
    font-size: 18px;
  }
  .sy_tcsj .box p {
    font-size: 14px;
    padding: 0 0px;
  }
  .sy_tcsj .jg {
    padding-top: 25px;
    line-height: 34px;
  }
  .i-thi-wrap {
    padding-top: 0px;
  }
  .i-thi-wrap .nav-box .left-link a h1, .i-thi-wrap .nav-box .left-link a h2 {
    line-height: 30px;
  }
  .sy_xcxal .nav-box .left-link a h1, .sy_xcxal .nav-box .left-link a h2 {
    line-height: 30px;
  }
  .sy_xcxal .nav-box .left-link .type-link {
    width: 24%;
    margin: 0 0.5% 5px;
    box-sizing: border-box;
    padding: 0 5px;
    text-align: center;
  }
  .sy_xcxal .nav-box .left-link .type-link.all {
    padding-left: 25px;
  }
  .sy_xcxal .nav-box .left-link .type1.xcx {
    background: url(../images/ico_xcx_h.png) no-repeat 5px center / 16px #333;
    color: #fff;
    line-height: 1.4;
  }
  .sy_xcxal .nav-box .left-link .type1 {
    background: url(../images/ico_10_h.png) no-repeat 5px center #333;
  }
  .syapp_sj .bt {
    height: 70px;
  }
  .syapp_sj .bt span {
    font-size: 26px;
    line-height: 32px;
  }
  .sy_wxal .nav-box .left-link .type1 {
    background: url(../images/ico_10_h.png) no-repeat 5px center #333;
  }
  .sy_wxal .nav-box .left-link .type-link.all {
    padding-left: 25px;
    padding-right: 5px;
  }
  .sy_wxal .nav-box .left-link .type-link {
    width: 24%;
    margin: 0 0.5% 5px;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
  }
  .sy_wxal .nav-box .left-link a h1, .sy_wxal .nav-box .left-link a h2 {
    line-height: 30px;
  }
  .sy_wxal .appalsj {
    width: 95%;
  }
  .sy_wxal .nav-box {
    width: 95%;
    margin: 0 auto
  }
  .sy_lxjs {
    margin-top: 40px;
  }
  .sy_jbk {
    width: 100%;
    display: block;
    padding-bottom: 40px;
  }
  .jbkpc {
    display: none
  }
  .swiper-syjbk {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .swiper-syjbk .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-syjbk .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .swiper-syjbk .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
  }
  .sy_lxjs ul li {
    width: 100%;
    padding: 30px 30px;
    box-sizing: border-box;
  }
  .sy_lxjs .i-btn {
    display: none
  }
  .sy_wxal .list-wrap {
    margin-top: 30px;
  }
  .sy_wmkh {
    margin-top: 0px;
    padding-top: 40px;
  }
  .sy_wmkh .dtit .mtit {
    margin-top: 10px;
  }
  .khtp {
    margin-top: 20px;
  }
  .khtp ul li {
    width: 31.3333%;
    margin: 0px 1% 10px;
    height: 4em;
  }
  .sy_dzfw {
    padding: 40px 0 40px;
  }
  .sy_dzfw .dtit .mtit {
    margin-top: 10px;
  }
  .xcxmb_ban {}
  .solution-team-box {
    max-width: 85%;
    margin: 20px auto 0;
  }
  .xcxmb_part1 .hd {
    padding: 10px 0
  }
  .xcxmb_part1 .hd ul li {
    padding: 0px 10px;
    line-height: 30px;
    margin-bottom: 5px
  }
  .xcxmb_yygn {
    padding: 1px 20px;
  }
  .make-sidebar ul li {
    width: 48%;
  }
  .xcxmb_part1 .hd ul li {
    width: 48%;
    margin: 0 1% 6px;
    ;
    padding: 0px 0px;
    float: left
  }
  .xcxmbr .hyfl a {
    padding: 0 8px;
    line-height: 24px;
    font-size: 14px;
    margin: 5px 4px;
  }
  .xcxmb_yygn ul li {
    width: 33.3333%;
    margin: 0 0 20px;
    padding: 10px 0;
  }
  .xcxmb_yygn h3 {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .xcxmb_yygn ul li img {
    width: 70px;
  }
  .xcxmbr .mblz {
    padding: 30px 20px 30px;
  }
  .tabmenu li a {
    padding: 0 0px;
    font-size: 14px;
    display: block;
    margin: 0;
    width: 100%
  }
  .tabmenu li {
    width: 23%;
    margin: 0 1% 6px;
  }
  .f2-qr {
    margin: 10px 0 10px 10px;
    height: auto;
    width: 80px;
  }
  .f2-hide-wrap h3 {
    font-size: 18px;
  }
  .f2-hide-wrap p {
    display: none
  }
  .f2-hide-wrap {
    height: auto;
    padding-top: 0px;
    background: #fff;
  }
  .page a {
    width: 30px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .page a.next {
    width: 50px;
  }
  .xcxmb_xq .mbal .cxsm {
    display: inline-block;
    width: 100%;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wzxx_ny {
    line-height: 50px;
  }
  .xcxmb_xq .mbal .cxsm p.cont {
    margin-top: 5px;
  }
  .one-mode-code {
    margin-top: 0px;
  }
  .xcxmb_xq .mbal .cxsm h3 {
    margin-top: 0px;
  }
  .xcxmb_xq .mbal .cxmb {
    width: 300px;
    margin: 30px 0
  }
  .xcxmb_xq .mbal .cxmb .tp img {
    width: 300px;
    height: 514px;
  }
  .nTab .TabTitle li {
    height: 30px;
    line-height: 30px;
    width: 31.3333%;
    margin: 0 1%;
    box-sizing: border-box;
    font-size: 15px;
  }
  .view .bhgn .gnjs p {
    min-width: 48%;
    box-sizing: border-box
  }
  .view .bhgn h3 {
    margin-top: 10px;
  }
  .xcxmb_tj {
    padding: 40px 0;
  }
  .xcxmb_tj h2 {
    margin-bottom: 20px;
  }
  .xcxmb_tj ul li {
    width: 48%;
    margin: 0 1% 30px;
  }
  .xcxmb_xq .mbal .cxmb .nr {
    width: 268px;
    height: 478px;
  }
  .view .bhgn {
    padding-top: 100px;
  }
  .hh_lb h2 {
    font-size: 25px;
  }
  .cpxq_part1 .left {
    width: 100%;
  }
  .cpxq_part1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .cpxq_part1 .right .gman a {
    margin-top: 20px;
    padding: 0 34px;
    line-height: 30px;
    margin-right: 25px;
    display: inline-block;
    float: none
  }
  .ny_lm .con ul li {
    width: 25%
  }
  .ny_lm {
    height: 68px;
  }
  .ny_lm.on {
    top: 69px;
  }
  .hh_lb {
    min-width: 92%;
    padding: 40px 0 40px;
  }
  .cpxq_part1 .right .gman {
    text-align: center
  }
  .hh_gn .con .lm .fa .td-s {
    margin: 10px 8px 10px 8px;
    float: none;
    display: inline-block
  }
  .hh_gn .con .lm .fa p {
    font-size: 12px;
  }
  .hh_gn .con .lm .fa .td-n {
    margin: 5px 0 20px;
  }
  .hh_gn .con .lm .fa .table ul li {
    text-align: center;
    height: auto;
  }
  .hh_gn .con .lm .gn .table ul li.td-t {
    width: 30%;
    color: #ff6800;
    font-size: 18px;
    height: 127px;
  }
  .hh_gn .con .lm .gn .table ul li {
    width: 70%;
    height: 127px;
  }
  .hh_gn .con .lm .gn .table ul li.td-t {
    font-size: 16px;
  }
  .hh_gn .con .lm p {
    font-size: 12px;
  }
  .hh_gn .con .lm .hj ul li {
    padding: 25px;
  }
  .hh_gn .con .lm .jf .wz ul {
    width: 100%;
    margin: 0 0%;
  }
  .hh_gn .con .lm .kj td.bo {
    width: 50%;
  }
  .hh_gn .con .lm .kj span {
    clear: both;
    display: block
  }
  .hh_gn .con .lm .kj td.td-t {
    font-size: 16px;
    text-align: left
  }
  .hh_gn .con .lm .bz ul li {
    padding-top: 20px;
    height: 260px;
  }
  .hh_gn h2 {
    font-size: 25px;
  }
  .hh_gn .con .lm .bz h3 {
    font-size: 16px;
  }
  .alzx_ny .alfl ul li:first-child {
    width: 20%;
  }
  .alzx_ny .alfl ul {
    position: relative
  }
  .alzx_ny .alfl ul li {
    width: 26.6666%;
    position: static;
  }
  .alzx_ny .alfl ul li a {
    font-size: 14px;
    padding-left: 10px;
  }
  .alzx_ny .alfl ul li .yj a {
    background: url(../images/secadd.png) center right / 35px no-repeat;
  }
  .alzx_ny .alfl ul li:hover .yj a {
    background: #f14702 url(../images/secless.png) center right / 35px no-repeat;
  }
  .previewapp .swiper-slide {
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
  }
  .pzmian {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 20px;
    margin: 10px 0 20px 0px;
  }
  .scanli a img {
    width: 47%;
    margin: 0 1% 15px;
  }
  .scanli a:last-child img {
    display: none
  }
  .scanli a:nth-child(3) {
    display: none
  }
  .previewapp .active-nav {
    border-left: 0;
  }
  .pztit span {
    font-size: 25px;
  }
  .app_part3 ul.sj {
    display: none
  }
  .app_part3 {
    padding: 40px 0 0;
  }
  .ny_appp3sj {
    width: 100%;
    display: block;
  }
  .swiper-nyxwsj2 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .swiper-nyxwsj2 .swiper-slide .wt {
    width: 100%;
    margin-bottom: 0px;
  }
  .swiper-nyxwsj2 .swiper-slide .wt .hdc {
    background: #fff;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    overflow: hidden
  }
  .swiper-nyxwsj2 .swiper-slide .wt .bj {
    margin: 20px 25px 15px;
    padding-bottom: 10px;
    background: url(../images/sol13.png) right bottom no-repeat;
    height: 179px;
  }
  .swiper-nyxwsj2 .swiper-slide .wt .bj2 {
    margin: 20px 25px 15px;
    padding-bottom: 10px;
    background: url(../images/wt2.png) right bottom no-repeat;
    height: 179px;
  }
  .swiper-nyxwsj2 .swiper-slide .wt .bj3 {
    margin: 20px 25px 15px;
    padding-bottom: 10px;
    background: url(../images/wt3.png) right bottom no-repeat;
    height: 179px;
  }
  .swiper-nyxwsj2 .swiper-slide .wt .bj4 {
    margin: 20px 25px 15px;
    padding-bottom: 10px;
    background: url(../images/sol11.png) right bottom no-repeat;
    height: 179px;
  }
  .swiper-nyxwsj2 .swiper-slide .wt .bj5 {
    margin: 20px 25px 15px;
    padding-bottom: 10px;
    background: url(../images/wt5.png) right bottom no-repeat;
    height: 179px;
  }
  .swiper-nyxwsj2 .swiper-slide .wt .bj6 {
    margin: 20px 25px 15px;
    padding-bottom: 10px;
    background: url(../images/wt6.png) right bottom no-repeat;
    height: 179px;
  }
  .swiper-nyxwsj2 .swiper-slide .wt h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    background: url(../images/wh.jpg) left top no-repeat;
    padding-left: 30px;
  }
  .swiper-nyxwsj2 .swiper-slide .wt p {
    line-height: 2;
    color: #7a7a7a;
    font-size: 14px;
  }
  .swiper-nyxwsj2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-nyxwsj2 .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .swiper-nyxwsj2 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
  }
  .app_part4 ul li .mb {
    padding-top: 0.5rem;
  }
  .jztiten {
    font-size: 18px;
    line-height: 1.5
  }
  .price {
    margin-top: 10px;
  }
  .app_part4 ul li .mb img {
    width: 60px;
    height: 60px;
  }
  .jztit {
    font-size: 25px;
  }
  .app_solution ul li .bt {
    height: 70px;
  }
  .app_solution ul li .bt span {
    font-size: 24px;
    line-height: 32px;
  }
  .app_solution ul li .i-btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .solution-team-con .tit {
    font-size: 20px;
  }
  .solution-team-con .tx {
    font-size: 14px;
    line-height: 0.3rem;
  }
  .solution-team-fr {
    width: 4rem;
  }
  .website-ban .up-cont .line {
    margin-top: 20px;
  }
  .public-list .list-wrap ul {
    width: 100%;
  }
  .public-list .list-wrap li {
    width: 100%;
    margin-right: 0;
  }
  .adsuper-wrap .fir-wrap .left-wrap {
    width: 90%;
    padding: 20px 5%;
  }
  .adsuper-wrap .fir-wrap .right-cont {
    padding: 30px 5% 40px;
    width: 90%;
    margin-left: 0;
  }
  .adsuper-wrap .sec-wrap .cont-wrap .tit {
    font-size: 26px;
    line-height: 38px;
  }
  .wechat-info-ban .up-cont h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .wechat-info-ban .up-cont .line {
    height: 2px;
    width: 30px;
  }
  .wechat-info-ban .up-cont .font {
    font-size: 16px;
    margin-top: 18px;
  }
  .bot-paging {
    bottom: 10px;
  }
  .society-info .fir-wrap .link-box {
    margin-top: 40px;
  }
  .news-wrap .list-wrap .boxs {
    width: 100%;
  }
  .news-wrap .top-tit .year-list {
    width: 100%;
  }
  .news-wrap .top-tit .search-box {
/*    float: left;*/
  }
  .search-alert .cent-form .tex {
    padding-left: 10px;
    text-align: left;
    background: none;
    font-size: 20px;
  }
  .search-alert .cent-form .sub-butn {
    font-size: 22px;
    color: #777;
  }
  .about-home .thi-wrap .left-wrap {
    width: 100%;
  }
  .about-home .thi-wrap .right-pic {
    width: 100%;
    margin-top: 20px;
  }
  .news-recommend-more .list-wrap {
    margin-top: 40px;
  }
  .news-recommend-list.m-scroll {
    padding-bottom: 20px;
  }
  .about-ban .cent-cont, .about-ban .num-top {
    display: none;
  }
  .about-ban .top-tit h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .about-ban .top-tit .tit, .about-ban .top-tit .date {
    font-size: 14px;
    line-height: 24px;
  }
  .culture-wrap .sec-list .cont-wrap .num-list .num-box .num {
    font-size: 64px;
  }
  .culture-wrap .sec-list .cont-wrap .num-list .num-box .stt {
    font-size: 14px;
    line-height: 30px;
    bottom: 20px;
    width: 40px;
  }
  .team-wrap .fir-wrap .list-wrap li.num-cont .cent-font {
    margin-top: -82px;
  }
  .team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .num {
    font-size: 32px;
    line-height: 38px;
  }
  .team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .line {
    margin: 12px auto 15px;
  }
  .team-wrap .fir-wrap .list-wrap li .word {
    display: none;
  }
  .team-wrap .fir-wrap .list-wrap li .en-tit {
    font-size: 16px;
    line-height: 20px;
  }
  .team-wrap .fir-wrap .list-wrap li .cn-tit {
    font-size: 14px;
    line-height: 18px;
    margin-top: 7px;
  }
  .team-wrap .fir-wrap .list-wrap li.num-cont .cent-font {
    margin-top: -70px;
  }
  .team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .num {
    font-size: 26px;
    line-height: 30px;
  }
  .team-wrap .sec-wrap .row-box .flex-control-nav {
    height: 10px;
    bottom: 15px;
  }
  .about-wrap .fir-wrap .left-cont .stit {
    line-height: 32px;
  }
  .society-wrap .main-column .cont-wrap .stit {
    font-size: 22px;
  }
  .society-wrap .main-column .cont-wrap .mtit {
    font-size: 16px;
  }
  .i-column-wrap .font {
    font-size: 12px;
  }
  .ins-ban .bgimg {
    width: 100%;
  }
  .website-ban .bgimg {
    width: 1380px;
    left: 50%;
    margin-left: -690px;
  }
  .website-ban .up-cont {
    top: 180px;
  }
  .ins-ban .up-cont {
    top: 50px;
  }
  .website-ban .up-cont {
    top: 180px;
  }
  .vr-ban .up-cont .s-tit {
    font-size: 20px;
    margin-top: 16px;
  }
  .ins-ban .up-cont .vr-logo {
    height: 30px;
    margin-bottom: 20px;
  }
  .ins-ban .up-cont .vr-logo img {
    height: 100%;
  }
  .news-info {
    padding-top: 40px;
  }
  .news-info .tit-box h4 {
    font-size: 22px;
  }
  .website-ban .up-cont .s-tit {
    display: none;
  }
  .website-ban .up-cont .link-box {
    margin-top: 30px;
  }
  .website-ban .up-cont .link-box a {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .webisite-info .main-wrap {
    padding-top: 40px;
  }
  .case-info .thi-smallban {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .interact-ban .up-cont .link-box {
    margin-top: 20px;
  }
  .interact-ban .up-cont .link-box a {
    width: 90px;
    height: 32px;
    line-height: 32px;
  }
  .interact-ban .up-cont .link-box a i {
    height: 32px;
  }
  .interact-ban .up-cont .link-box a span {
    margin-left: 4px;
  }
  .i-fir-wrap .right-wrap .about-recom .stit {
    font-size: 36px;
  }
  .i-fir-wrap .right-wrap .about-recom .cont {
    height: auto;
  }
  .i-fir-wrap .right-wrap .about-recom .font {
    width: 100%;
  }
  .i-fir-wrap .right-wrap .about-recom .bot-link {
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 20px;
  }
  .about-home .fir-wrap h4 {
    font-size: 40px;
    line-height: 1.5
  }
  .about-home .sec-wrap .stit {
    font-size: 28px;
  }
  .website-info-ban .up-cont .link-ico {
    display: none;
  }
  .i-thi-wrap .nav-box .left-link .all {}
  .i-thi-wrap .nav-box .left-link .type1, .i-thi-wrap .nav-box .left-link .type2, .i-thi-wrap .nav-box .left-link .type3 {
    text-align: center;
    line-height: 44px;
  }
  .i-thi-wrap .nav-box .left-link .type-link.all {
    padding-left: 25px;
    padding-right: 5px;
  }
  .i-thi-wrap .nav-box .left-link a.type-link {
    width: 24%;
    margin: 0 0.5% 5px;
    box-sizing: border-box;
    padding: 5px;
    text-align: center
  }
  .i-thi-wrap .nav-box .left-link .type1 {
    background: url(../images/ico_10_h.png) no-repeat 5px center / 18px #333;
  }
  .sy_hqbj {
    padding: 40px 0 40px;
  }
  .foot .f1 .lx {
    width: 100%;
    margin-top: 30px;
  }
  .foot .f3 {
    margin: 30px auto 0;
  }
  .foot .f3 h3 {
    line-height: 1.2
  }
  .w1520 {
    width: 90%;
  }
  .swiper-xcxalsj .swiper-slide .f2-qr {
    margin: 5px 0 0px 6px;
    height: 60px;
    width: 60px;
  }
  .swiper-xcxalsj .swiper-slide .f2-hide-wrap h3 {
    font-size: 16px;
  }
  .swiper-xcxalsj .swiper-slide .f2-hide-wrap p {
    display: none;
    font-size: 14px;
    line-height: 1.4;
    margin: 6px 0
  }
  .swiper-xcxalsj .swiper-slide .f2-hide-wrap {
    height: 80px;
  }
  .sy_khlo {
    width: 100%;
    display: block
  }
  .swiper-sykhlo {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .swiper-sykhlo .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  .swiper-sykhlo .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-sykhlo .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .swiper-sykhlo .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
  }
  .khpc {
    display: none
  }
  .foot .f1 .tel p.dh {
    font-size: 40px;
  }
  .foot .bqxx {
    width: 94%;
    margin: 30px auto 0
  }
  .ntit {
    line-height: 30px;
    padding: 10px 0
  }
  .ntit ul li {
    width: 30.3333%;
    margin: 0 1.5% 0px;
    text-align: center;
    padding: 0
  }
  .ntit ul li a {
    padding-left: 0px;
  }
  .ntit ul li .ej {
    top: 30px;
  }
  .wzjs_tctj h2 {
    font-size: 25px;
    line-height: 1
  }
  .wzjs_tctj .xxlj ul li a {
    padding: 0 0px;
  }
  .wzjs_tctj .tcnr {
    margin-top: 30px;
  }
  .wzjs_tctj .tcnr ul li .mc span {
    font-size: 20px;
  }
  .wzjs_tctj .tcnr ul li .mc {
    padding: 15px;
    font-size: 14px;
  }
  .wzjs_tctj .tcnr ul li .tc .tp {
    width: 100%;
  }
  .wzjs_tctj .tcnr ul li .tc {
    background: url(../images/wzjs_tcbj.jpg) center center / cover no-repeat;
    height: auto;
    display: block;
    overflow: hidden
  }
  .wzjs_tctj .tcnr ul li .tc .wenz {
    width: 100%;
    margin-top: 30px;
  }
  .nban1 img {
    width: 140%;
    max-width: 140%
  }
  .nban1 .mb .wenzc h2 {
    font-size: 28px;
  }
  .nban1 .mb .wenzc h3 {
    font-size: 18px;
    line-height: 1.5
  }
  .nban1 .mb .wenzc .wrap {
    margin-top: 10px;
  }
  .nban1 .mb .wenzc .wrap ul li {
    padding: 0 10px;
    width: 70px;
  }
  .ntit ul li .ej a {
    font-size: 14px;
    line-height: 40px;
  }
  .nban1 .mb .wenzc .wrap ul li .counter .counter-value {
    font-size: 40px;
  }
  .nban1 .mb .wenzc .wrap ul li h4 {
    font-size: 14px;
  }
  .nban1 .mb .wenzc .wrap ul li .counter .jh {
    font-size: 45px;
  }
  .wzjs_wmcg .i-btn {
    margin: 40px auto 0;
    width: 128px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .app_part6 .left .wrap ul li {
    width: auto;
    margin-right: 20px;
  }
  .app_part6 .left .wrap ul li:last-child {
    margin-right: 0
  }
  .app_part6 .left .wrap ul li .jh {
    font-size: 44px;
  }
  .app_part6 .left .wrap ul li .jumbo {
    font-size: 44px;
  }
  .why .gsys .ysjs ul li {
    width: 94%;
    float: none;
    margin: 0 auto 20px;
  }
  .why .gsys .ysjs ul li:nth-child(2n) {
    margin-right: auto;
  }
  .xcx_cjwt ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0
  }
  .xcx_cjwt ul li .bj {
    height: auto;
  }
  .wzjs_fwlc {
    padding: 40px 0;
  }
  .wzjs_fwlc h2 {
    font-size: 25px;
  }
  .why .gdsz h2 {
    font-size: 25px;
  }
  .ny_xwty h2 {
    font-size: 25px;
  }
  .xcx_cjwt ul.sj {
    display: none
  }
  .ny_cjwtsj {
    width: 100%;
    display: block;
  }
  .swiper-nycjwtsj {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden
  }
  .swiper-nycjwtsj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 0 5px !important;
  }
  .swiper-nycjwtsj .swiper-pagination-bullet-active {
    border: 1px solid #3b3b3b;
    background: none;
  }
  .wzjs_wmcg h2 {
    font-size: 25px;
  }
  .wzjs_wmcg {
    padding: 40px 0;
  }
  .wzjs_wmcg .list-wrap {
    margin-top: 25px;
  }
  .wzjs_wmcg .xxlj {
    margin-bottom: 25px;
  }
  .xcx_cjwt h2 {
    font-size: 25px;
  }
  .xcx_cjwt {
    padding: 40px 0;
  }
  .xcx_cjwt h4 {
    margin-bottom: 25px;
  }
  .swiper-nycjwtsj .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
  }
  .i-thi-wrap .nav-box .left-link .type1:hover, .i-thi-wrap .nav-box .left-link .type2:hover, .i-thi-wrap .nav-box .left-link .type3:hover {
    background: #f5f5f5;
  }
  .bigdata-wrap .sec-wrap .ico {
    height: 40px;
    background-size: auto 100% !important;
  }
  .bigdata-wrap .fir-wrap .tit {
    font-size: 22px;
  }
  .bigdata-wrap .fir-wrap .stit {
    margin-top: 12px;
  }
  .i-fir-wrap .right-wrap .about-recom .cont {
    width: 88%;
    padding: 18px 6% 0;
  }
  .i-fir-wrap .left-wrap .cent-cont {
    width: 86%;
    margin-left: 7%;
  }
  .i-sec-wrap .right-cont, .i-sex-wrap .cont-wrap {
    width: 86%;
    margin-right: 7%;
  }
  .i-thi-wrap .main-wrap, .i-sev-wrap .main-wrap, .i-eig-wrap .main-wrap, footer .main-wrap, .contact-wrap .main-wrap {
    width: 88%;
  }
  .i-sev-wrap {
    padding-top: 40px;
  }
  .culture-wrap .sec-list .cont-wrap .num-list .num-box {
    height: 100px;
    padding-top: 20px;
  }
  .culture-wrap .sec-list .cont-wrap .num-list .num-box .num {
    line-height: 100px;
  }
  .culture-wrap .sec-list .cont-wrap .num-list {
    /*height: 310px;*/
    height: auto;
  }
  .culture-wrap .sec-list .cont-wrap .num-list .word {
    width: 70%;
    margin-top: 5px;
  }
  .culture-wrap .sec-list {
    padding-bottom: 80px;
    padding-top: 46px;
  }
  .culture-wrap .sec-list .tit-box {
    padding-bottom: 32px;
  }
  .future-wrap .top-main .cont-wrap .tit {
    font-size: 20px;
    line-height: 32px;
  }
  .future-wrap .top-main .cont-wrap .stt {
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
  }
  .future-wrap .top-main .cont-wrap .cn-font {
    font-size: 12px;
    line-height: 24px;
    margin-top: 22px;
  }
  .culture-wrap .sec-list .cont-wrap .num-list li {
    padding-bottom: 40px;
    width: 100%;
  }
  .culture-wrap {
    padding-top: 26px;
  }
  .public-list .top-nav h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .public-list .top-nav .s-nav {
    height: 34px;
    position: relative;
    overflow: hidden;
  }
  .public-list .top-nav .s-nav li {
    margin-right: 32px;
  }
  .public-list .load-more {
    width: 150px;
    height: 50px;
    line-height: 50px;
  }
  .society-wrap .main-column li.even-li .cont-wrap, .society-wrap .main-column li.odd-li .cont-wrap {
    padding: 15px 5% 26px;
  }
  .society-wrap .main-column li .link {
    margin-top: 20px;
  }
  footer .top-wrap .nav a {
    margin-right: 30px;
  }
  footer .top-wrap .nav .line {
    display: none;
  }
  .history-wrap .tit-box h4 {
    font-size: 28px;
  }
  .history-wrap {
    padding-top: 50px;
  }
  .history-wrap .cent-wrap li .year {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .seo_part1 h2 {
    font-size: 24px;
  }
  .ntit ul li a {
    font-size: 14px;
  }
  .nban2 .word p.stb {
    width: 4rem;
  }
  .znmp2 .hd {
    height: auto;
  }
  .znmp2 .hd ul li {
    line-height: 40px;
    width: 46%;
    margin: 0 2% 0;
    float: left
  }
  .znmp2 .hd ul li.on::after {
    bottom: 0;
    right: 50%;
    margin-right: -20px;
    height: 2px;
    width: 40px;
  }
  .signin_center5_left2 {
    width: 300px;
  }
  .signin_center5 {
    padding: 30px 0;
  }
  .signin_center5_left11 {
    width: 259px;
  }
  .signin_center5_left12aa {
    padding-left: 20px;
  }
  .yxtg_part2 .nr .d1 p {
    font-size: 14px;
  }
  .nban2 .cent-cont.wcbp {
    top: 0%;
  }
  .nban2 .word {
    font-size: 20px;
    line-height: 35px;
  }
  .seo-ttew-b li h1 {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .col_fourth h2 {
    font-size: 50px;
  }
  .col_fourth h4 {
    font-size: 26px;
  }
  .i-sec-wrap ul li .cont-wrap {
    height: 134px;
  }
  .sy_wmys ul li .wenz .word {
    line-height: 1.5;
    margin-top: 0;
    font-size: 10px;
  }
  .sy_wmys ul li .wenz .num-box .stt {
    font-size: 12px;
    line-height: 24px;
    width: 36px;
  }
  .sy_tcsj .box {
    padding: 10px;
  }
  .sy_tcsj .box h3 {
    font-size: 17px;
  }
  .i-thi-wrap .nav-box .left-link a h1, .i-thi-wrap .nav-box .left-link a h2 {
    font-size: 12px;
  }
  .i-thi-wrap .nav-box .left-link .type-link.all {
    display: none
  }
  .i-thi-wrap .nav-box .left-link a.type-link {
    width: 31.3333%;
    margin: 0 1% 5px;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
  }
  .sy_xcxsj .solution-mode-txt .text {
    margin: 12px 0 0px 0;
    font-size: 12px;
    line-height: 24px;
    padding: 0px 15px;
  }
  .sy_xcxal .nav-box .left-link .type-link.all {
    display: none
  }
  .sy_xcxal .nav-box .left-link .type-link {
    width: 31.3333%;
    margin: 0 1% 5px;
  }
  .sy_wxal .nav-box .left-link .type-link.all {
    display: none
  }
  .sy_wxal .nav-box .left-link .type-link {
    width: 31.3333%;
    margin: 0 1% 5px;
  }
  .solution-team-fr {
    width: 4.3rem;
  }
  .solution-team-con .tx {
    font-size: 0.24rem;
  }
  .sy_hqbj .lyk p {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 350px) {
  .wechat-info-ban .up-cont h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .wechat-info-ban .up-cont .font {
    font-size: 14px;
    line-height: 24px;
  }
  .bot-paging {
    bottom: 0;
  }
  .ins-ban .up-cont {
    top: 60px;
  }
  .ins-ban .up-cont h4 {
    font-size: 22px;
    line-height: 46px;
  }
  .i-thi-wrap .nav-box .left-link .type1, .i-thi-wrap .nav-box .left-link .type2, .i-thi-wrap .nav-box .left-link .type3, .i-thi-wrap .nav-box .left-link .type4 {
    padding: 0 16px;
    line-height: 40px;
    font-size: 12px;
  }
  .i-thi-wrap .list-wrap {
    margin-top: 25px;
  }
}