* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #333;
    font-family: "微软雅黑", Arial, Microsoft YaHei, Helvetica Neue, Helvetica, sans-serif;
}

body {
    font-family: Arial, Microsoft YaHei, serif !important;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #00a1e9; /*text-decoration: underline;*/
}

input, select, img {
    vertical-align: middle;
}

ul, li {
    list-style: none;
}

em, cite, th {
    font-style: normal;
    font-weight: normal;
}

.wrap {
    clear: both;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: left;
    zoom: 1;
    overflow: hidden;
}

.wrap2 {
    clear: both;
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: left;
    zoom: 1;
}

.wrap3 {
    clear: both;
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    zoom: 1;
    overflow: hidden;
}

.l {
    float: left;
}

.r {
    float: right;
}

.c_l {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.f50 {
    font-size: 50px;
}

.f44 {
    font-size: 44px;
}

.f41 {
    font-size: 41px;
}

.f40 {
    font-size: 40px;
}

.f38 {
    font-size: 38px;
}

.f36 {
    font-size: 36px;
}

.f32 {
    font-size: 32px;
}

.f30 {
    font-size: 30px;
}

.f28 {
    font-size: 24px;
}

.f24 {
    font-size: 24px;
}

.f22 {
    font-size: 22px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}


/*PC导航*/
.header-v1 {
    width: 100%;
    height: 100px;
    z-index: 100000;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    top: 0;
}

.header-v1 .top-main {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.header-v1 .top-main .logo1 {
    float: left;
    height: 100%;
    margin-left: 2%;
    width: 28%;
}

.header-v1 .top-main .logo1 img {
    height: 70px;
    vertical-align: middle;
    margin-top: 17px;
    max-width: none;
}

.header-v1 .top-main .logo1 img:hover {
    transition: all 0.3s;
    filter: Alpha(Opacity=60);
    opacity: 0.6;
}

.header-v1 .top-main .top_r {
    float: right;
}

.header-v1 .languages {
    float: right;
    position: relative;
    display: block;
    font-size: 12px;
    color: #707070;
    height: 38px;
    line-height: 38px;
    padding-left: 18px;
    text-align: right;
    text-decoration: none;
    margin-left: 10px;
) left center no-repeat;
    margin-top: 29px;
    transition: all 0.3s;
}

.header-v1 .languages:hover {
    margin-top: 25px;
}

.nav-hide .header-v1 .languages {
    margin-top: 22px;
}

.nav-hide .header-v1 .languages:Hover {
    margin-top: 18px;
}

.header-v1 .languages:Hover {
    transition: all 0.3s;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
}

/*.header-v1 .languages:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:after{content: "";display: block;position: absolute;left: 50%;right: 50%;bottom: -1px;height:4px;opacity: 0;background-color: #c71d32;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}*/
.header-v1 .top-main .top-main-content { /* float:right;*//* margin-top:31px;*/
    text-align: right;
    width: 100%;
}

.navBar {
    text-align: right;
    margin-right: 10%; 
}

.nav {
    list-style: none;
    padding: 0;
}

.nav .m { /*float:left; */
    display: inline-block;
    border-top: 0;
    border-bottom: 0;
    width: 6%;
    min-width: 100px;
    position: relative;
    margin-right: 5px;
    margin-left: 20px;
}

.nav a:hover {
    text-decoration: none; /*color:#fff;*/
    vertical-align: top;
}

.nav li {
    width: max-content;
}

.nav li:hover span {
    transform: translateY(-100%); /*color:#fff;*/
}

.nav h3 {
    display: flex;
    float: left;
    font-weight: normal;
    align-items: center; /* 垂直居中 */
    font-size: 16px;
    height: 100px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: relative;
}

.nav h3 a {
    display: block;
    color: #111010;
    margin: auto;
    padding: 20px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.nav h3 a span {
    display: block;
    position: relative;
    transition: all 0.3s;
    height: 100px;
    text-transform: uppercase;
}

.nav-hide .nav h3 a span {
    height: 80px;
}

.nav h3 a span:after {
    content: attr(data-title);
    position: absolute; /*color:#fff;*/
    left: 0;
    transform: translateY(100%);
    width: 100%;
    top: 0; /*color:#fff;*/
}

.nav-hide .nav {
}

.nav-hide .nav h3 {
    height: 80px;
}

.nav-hide .nav h3 a {
    line-height: 80px;
}

.nav .on {
}

.nav .on h3 a { /* height:42px; line-height:42px; *//*color:#fff;background:#ec2029;*/ /*background:url(../images/top_bg.png) center bottom no-repeat;*/
}

.nav .on h3 a span { /*color:#151313;*/
}

.nav li.on a:after {
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav li h3 a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: 0;
    margin-right: 0;
    bottom: 0;
    height: 4px;
    opacity: 0;
    background-color: #00a1e9;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav li h3 a:hover:after {
    left: 1%;
    right: 1%;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav .sub {
    display: none;
    padding: 0;
    position: absolute;
    background-image: url("../images/true.gif");
    border: 1px solid #666;
    top: 100px;
    text-align: center;
    z-index: 110;
    width: max-content;
}

.nav-hide .nav .sub {
    top: 80px;
}

.nav .sub ul { /*width:1100px;*/
    margin: 8px auto 10px;
}

.nav .sub li {
    vertical-align: middle;
    list-style: none;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
}

.nav .sub li span {
    display: block;
    height: 38px;
    position: relative;
}

.nav .sub li a {
    text-decoration: none;
    background: none;
    color: #eeeeee;
    padding-left: 10px;
    padding-right: 10px; /* border-bottom:1px solid #515152;*/
    display: block;
    height: 36px;
    overflow: hidden;
}

.nav .sub li a:hover {
    background-color: #00a1e9;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px; /*border-bottom:1px solid #00a1e9;*/
}

.nav .sub li:hover img {
    transition: all 0.3s;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.nav li .sub1 {
    min-width: 160px;
    left: -40%;
}

.nav li .sub2 {
    min-width: 280px;
    left: -50%;
    margin-left: -50%;
}

.nav li .sub3 {
    width: 400px;
}

.nav li:last-child .sub {
    left:unset;
    right:0;
}

.nav li .sub dl {
    float: left;
    text-align: left;
    padding: 0 15px;
}

.nav li .sub dl dt {
    font-weight: bold;
    display: block;
    color: #fff;
    margin-top: 10px;
    line-height: 36px;
    font-size: 16px;
}

.nav li .sub dl dd {
    display: block;
    overflow: hidden;
    font-size: 13px;
    line-height: 32px;
}

.nav li .sub dl dd a {
    line-height: 28px;
    height: 28px;
    font-size: 13px;
}

.blank_h {
    height: 80px;
    overflow: hidden;
}

.top_search {
    float: right;
    height: 80px;
    width: 34px;
    position: relative;
    margin-right: 2%;
}

.nav-hide .top_search {
    height: 80px;
}

/* 手机导航全局 */
.touch-top {
    width: 100%;
    /*position: fixed;*/
    top: 0;
    z-index: 99;
    background: #fff;
    display: none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.touch_bg {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 8;
    background: #0d0d0d;
    display: none;
    filter: Alpha(Opacity=60); /*IE7 fix*/
    opacity: 0.6;
    height: 100%;
}

.touch-top-wrapper {
    width: 96%;
    margin: 0 auto;
}

.touch-top-wrapper .touch-logo {
    float: left;
}

.touch-top-wrapper .touch-logo img {
    height: 55px;
    display: block;
    margin: 14px;
}

.touch-navigation {
    display: block;
}

.touch-toggle {
    position: absolute;
    right: 10px;
    top: 0;
}

.touch-toggle li {
    float: left;
    height: 70px;
    padding: 0 12px;
    text-align: center;
}

.touch-toggle li a {
    height: 70px;
}

.touch-toggle li:hover, .touch-toggle li:active {
}

.touch-toggle .touch-toggle-item-first {
    border-left: none;
}

.touch-toggle .touch-toggle-item-last {
    border-right: none;
}

.touch-toggle li a {
    display: block;
    font-size: 12px;
}

.touch-toggle li i {
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden; /*margin-top:20px;*/
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.touch-toggle .touch-icon-menu {
    background-image: url("../images/head_pic1.png");
}


.touch-toggle li span {
    display: none;
    text-align: center;
}

.drawer-section { /* background-color:#40312f; padding:20px;*/
    display: none;
}

.drawer-section-menu { /* padding:20px 20px 35px;*/ /*padding:0px 0px 35px;*/
}

.touch-toggle-content {
    clear: both;
    background: #3b88bc;
}

.touch-menu {
    clear: both;
}

.touch-menu ul li {
    border-bottom: 1px solid #333;
    position: relative;
}

.touch-menu ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 48px;
    line-height: 48px; /* padding-left:10px;*/
    padding-left: 2%;
}

.touch-menu ul li a:hover, .touch-menu ul li a:active {
    background-color: #004ce5;
    color: #fff;
}

.touch-menu ul li i {
    position: absolute;
    top: 14px; /* right:5px;*/
    right: 25px;
    display: block;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.touch-menu ul ul {
    display: none;
    margin: 0; /* padding:0 10px 30px 30px;*/
    padding: 0 0 30px 0;
}

.touch-menu ul ul li {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.touch-menu ul ul li a {
    padding: 0 0 0 3%;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
}

.touch-menu ul ul li i {
    top: 13px;
}

.touch-menu .closetitle {
    padding-top: 10px;
    padding-bottom: 12px;
    text-align: center;
}

.touch-menu .closetitle img {
    margin: 0 auto;
    height: 20px;
    width: auto;
}


/*尾部*/
.f_bg {
    overflow: hidden;
    background: #fff;
    background: url("../images/foot-bg.gif") no-repeat right bottom fixed;
    color: #333;
    font-size: 14px;
    clear: both;
    padding-top: 4%;
    padding-bottom: 2%;
    border-top: 1px solid #dddddd;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 960px) {
    /* 轮播图中的图片 */
    .bxslider li img, /* 轮播图图片 */
    .owl-carousel .item img { /* flash区域图片 */
        width: auto !important; /* 禁止强制拉伸 */
        max-width: 100% !important; /* 保证图片的最大宽度为容器宽度 */
        height: auto !important; /* 保持图片纵横比例 */
    }
}

@media screen and (min-width: 1100px) {
    .f_bg_div {
        width: 80%;
        max-width: 1300px;
        margin: 0 auto;
        display: inline-block;
    }
}

@media screen and (max-width: 1440px) {
    .f_bg_div {
        width: 80%;
        max-width: 1100px;
        margin: 0 auto;
        display: inline-block;
    }
}

.f_bg a {
    color: #8f8f8f;
    text-decoration: none;
}

.f_bg a:hover {
    color: #fff;
}

.f_bg .links {
    float: left;
    margin-left: 3%;
    overflow: hidden;
    padding-bottom: 2%;
    text-align: left;
    width: 17%;
}

@media screen and (max-width: 960px) {
    .f_bg .links {
        display: none;
    }
}

.f_bg .links h2 {
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.f_bg .links ul li {
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: visible;
}

.f_bg .links ul li a {
    transition: all 0.3s;
    padding-right: 5px;
}

@media all and (min-width: 960px) and (max-width: 1440px){
    .f_bg .links ul li a {
        font-size: 10px;
    }
}


.f_bg .links ul li a:hover {
    margin-left: 5px;
    padding-right: 0;
    color: #00a1e9;
}

.f_bg .f_div2_r2 {
    float: right;
    text-align: center;
    padding-bottom: 2%;
}

.f_bg .f_div2_r2 img {
    display: block;
    width: 118px;
    margin: 5px auto 10px;
}

.f_bg .f_div2_r {
    float: left;
    overflow: hidden; /* margin-right:3%; */
}

.f_bg .f_div2_r h2 {
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.f_bg .f_div2_r span {
    display: block;
    color: #8f8f8f;
    line-height: 30px;
    padding-top: 2%;
    clear: both;
}

.f_bg .f_div2_r a {
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 4px;
    padding-bottom: 8px;
    color: #afafaf;
    font-size: 26px;
    font-family: Arial, serif;
}

.f_bg .f_div2_r a:Hover {
    transition: all 0.3s;
}

.foot_a {
    height: 41px;
    width: 135px;
    display: block;
    margin-top: 10px;
}

.f_div3 {
    line-height: 24px;
    min-height: 24px; /* background-color:#313131; */
    border-top: 1px solid #ddd;
    clear: both;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #8f8f8f;
}

.f_div3 a:hover {
    color: #333;
    transition: all 0.3s;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
}


@media screen and (max-width: 1440px) {
    .header-v1 .top-main .top_r {
        display: none;
    }
    .f50 {
        font-size: 36px;
    }

    .f44 {
        font-size: 30px;
    }

    .f41 {
        font-size: 28px;
    }

    .f40 {
        font-size: 26px;
    }

    .f38 {
        font-size: 20px;
    }

    .f36 {
        font-size: 18px;
    }

    .f28 {
        font-size: 16px;
    }

    .f24 {
        font-size: 14px;
    }

    .f22 {
        font-size: 12px;
    }

    .f18 {
        font-size: 10px;
    }

    /* 手机导航全局 */
    .blank_h {
        height: 90px;
    }

    .nav-hide .blank_h {
        height: 90px;
    }

    .f_bg .f_div2_r a {
        font-size: 18px;
    }
}

@media screen and (max-width: 960px) {
    .f50 {
        font-size: 20px;
    }

    .f44 {
        font-size: 18px;
    }

    .f41 {
        font-size: 16px;
    }

    .f40 {
        font-size: 14px;
    }

    .f38 {
        font-size: 12px;
    }

    .f36 {
        font-size: 10px;
    }

    .f24 {
        font-size: 8px;
    }
    /*导航栏调整*/
    .nav .m{
        margin: 0;
    }
    .nav .m:last-child .sub{
        left: -100%;
    }

    .f_bg .f_div2_r2 {
        margin-top: 2%;
    }

    .f_bg .f_div2_r {
        width: 40%;
        margin-top: 2%;
    }

    /*右边浮动客服*/
    .side {
        display: none;
    }

    .right_ul {
        display: block;
    }
}

@media screen and  (min-width: 320px) and (max-width: 640px) {
    .f50 {
        font-size: 28px;
    }

    .f40 {
        font-size: 23px;
    }

    .f38 {
        font-size: 22px;
    }

    .f36 {
        font-size: 21px;
    }

    .f32 {
        font-size: 21px;
    }

    .f30 {
        font-size: 20px;
    }

    .f28 {
        font-size: 18px;
    }

    .f24 {
        font-size: 16px;
    }

    .f22 {
        font-size: 14px;
    }

    .f18 {
        font-size: 13px;
    }

    .f16 {
        font-size: 13px;
    }

    /* 手机导航全局 */
    .blank_h {
        height: 80px;
    }
    .header-v1 {
        display: none;
    }
    .touch-top {
        display: block;
        position: fixed;
    }

    /*.nav-hide .blank_h{ height:80px;}*/
    .touch-top-wrapper .touch-logo img {
        margin: 0 auto;
    }

    .touch-toggle li i {
        margin-top: 20px;
    }

    .touch-menu ul li a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .touch-menu ul ul li a {
        font-size: 14px;
    }

}

/*首页-核心服务*/
.ind-server {
    padding: 70px 0;
}

.ind-server .Ipro-list {
    position: relative;
    margin: 67px 0 0;
    z-index: 2;
    height: 500px;
}

.ind-server .Iplist-img {
    padding: 30px 0 20px;
}

.ind-server .Ipro-list li {
    cursor: pointer;
    float: left;
    width: 18%;
    height: 440px;
    text-align: center;
    position: relative;
    background-color: #fff;
    border: 1px solid #ebebec;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
}

.ind-server li.active {
    width: 27%;
    border: 1px solid #2084f5;
    height: 500px;
    top: -30px;
    box-shadow: 0 0 30px rgba(20, 106, 211, 0.6);
    z-index: 1;
}

.ind-server .Ipro-list li.active .name {
    font-size: 24px;
}

.ind-server .Ipro-list li .on {
    display: none;
}

.ind-server .Ipro-list li.active .on {
    display: block;
}

.ind-server .Ipro-list li:nth-child(2n) {
    background: #fff;
}

.ind-server .Ipro-list {
    display: block;
    padding: 0 0 46px;
    text-align: center;
    color: #777;
    position: relative;
}

.ind-server .Iplist-img {
    font-size: 0;
    padding: 60px 55px;
}

.ind-server li.active .Iplist-img {
    background: #2084f5;
}

.ind-server li:nth-child(2).active .Iplist-img {
    background: #42c5f3;
}

.ind-server li:nth-child(3).active .Iplist-img {
    background: #9a80ed;
}

.ind-server li:nth-child(4).active .Iplist-img {
    background: #20cab8;
}

.ind-server li:nth-child(5).active .Iplist-img {
    background: #fbb154;
}

.ind-server li:nth-child(2).active {
    border: 1px solid #42c5f3;
}

.ind-server li:nth-child(3).active {
    border: 1px solid #9a80ed;
}

.ind-server li:nth-child(4).active {
    border: 1px solid #20cab8;
}

.ind-server li:nth-child(5).active {
    border: 1px solid #fbb154;
}

.ind-server .Ipro-list li .on a {
    display: block;
    width: 148px;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    border: 1px solid #2084f5;
    color: #2084f5;
    margin: 0 auto;
}

.ind-server .Ipro-list li .on a:hover {
    background: #2084f5;
    color: #fff;
}

.ind-server .Ipro-list li:nth-child(2) .on a {
    display: block;
    width: 148px;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    border: 1px solid #27b3e4;
    color: #27b3e4;
    margin: 0 auto;
}

.ind-server .Ipro-list li:nth-child(2) .on a:hover {
    background: #27b3e4;
    color: #fff;
}

.ind-server .Ipro-list li:nth-child(3) .on a {
    display: block;
    width: 148px;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    border: 1px solid #896be6;
    color: #896be6;
    margin: 0 auto;
}

.ind-server .Ipro-list li:nth-child(3) .on a:hover {
    background: #896be6;
    color: #fff;
}

.ind-server .Ipro-list li:nth-child(4) .on a {
    display: block;
    width: 148px;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    border: 1px solid #1eb9a9;
    color: #1eb9a9;
    margin: 0 auto;
}

.ind-server .Ipro-list li:nth-child(4) .on a:hover {
    background: #1eb9a9;
    color: #fff;
}

.ind-server .Ipro-list li:nth-child(5) .on a {
    display: block;
    width: 148px;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    border: 1px solid #e5a34f;
    color: #e5a34f;
    margin: 0 auto;
}

.ind-server .Ipro-list li:nth-child(5) .on a:hover {
    background: #e5a34f;
    color: #fff;
}

.ind-server li .cart-about {
    padding: 30px 20px;
}

.ind-server li.cur .cart-about {
    padding: 30px 60px;
}

.ind-server .Ipro-list .name {
    line-height: 36px;
    font-size: 20px;
    color: #333;
}

.ind-server .Ipro-list .con {
    line-height: 28px;
    height: 80px;
    margin: 10px auto;
    color: #777;
}

.ind-server li:nth-child(2).active {
    border: 1px solid #27b3e4;
    height: 500px;
    top: -30px;
    box-shadow: 0 0 30px rgba(39, 179, 228, 0.6);
    z-index: 1;
}

.ind-server li:nth-child(3).active {
    border: 1px solid #896be6;
    height: 500px;
    top: -30px;
    box-shadow: 0 0 30px rgba(137, 107, 230, 0.6);
    z-index: 1;
}

.ind-server li:nth-child(4).active {
    border: 1px solid #1eb9a9;
    height: 500px;
    top: -30px;
    box-shadow: 0 0 30px rgba(30, 185, 169, 0.6);
    z-index: 1;
}

.ind-server li:nth-child(5).active {
    border: 1px solid #e5a34f;
    height: 500px;
    top: -30px;
    box-shadow: 0 0 30px rgba(229, 163, 79, 0.6);
    z-index: 1;
}

.contain {
    width: 1200px;
    margin: 0 auto;
}

@media all and (max-width: 960px) {
    /*web*/
    #web-bnr .swiper-pagination-bullet {
        border-radius: 0;
    }

    .Hmenu-btn {
        display: block;
    }

    .ind-news, .ind-culture {
        padding: 35px 0;
    }

    .ind-news ul li, .Ipro-list li {
        width: 100%;
    }

    .ind-adv .ind-adv-box {
        padding: 10px;
    }

    .ind-adv ul li {
        width: 32%;
        margin: 0;
    }

    .ind-adv ul li:nth-child(2n) {
        margin-left: 2%;
    }

    .ind-culture ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .ind-sol-list ul li {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .ind-news ul li h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ind-news ul li .pic img {
        height: 100px;
        object-fit: cover;
        width: 100%;
    }

    .ind-part ul, .ind-news .ind-cul-box {
        margin-top: 30px;
    }

    .ind-part ul li {
        width: 48%;
        margin-left: 0;
        margin-bottom: 4%;
    }

    .ind-part ul li:nth-child(2n) {
        margin-left: 4%;
    }

    .ind-tit {
        font-size: 30px;
    }

    .ind-sub-tit {
        padding: 0 2%;
    }

    /*首页--核心服务*/
    .ind-server, .ind-adv, .ind-solution, .ind-part {
        padding: 30px 0;
    }

    .ind-server .Iplist-img {
        padding: 30px 55px;
    }

    .ind-server .Ipro-list li {
        width: 50%;
        margin-top: 20px;
        height: auto;
    }

    .ind-server .Ipro-list li.active {
        height: auto;
        top: 0;
    }

    .ind-server .Ipro-list {
        height: auto;
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .ind-server .Ipro-list li.active {
        width: 100%;
    }

    .ind-sol-list ul li.ind-s1, .ind-sol-list ul li.ind-s2, .ind-sol-list ul li.ind-s3, .ind-sol-list ul li.ind-s4 {
        background-size: cover;
    }

    .ind-sol-list ul li {
        height: 360px;
    }

    .ind-sol-list ul li p {
        margin-bottom: 20px;
    }

    .ind-sol-list ul li .box {
        padding: 50px 0;
    }

    /*新闻列表*/
    .pub_cate ul li {
        width: 33.333%;
        text-align: center;
        float: left;
        margin-right: 0;
    }

    .first-news {
        padding: 30px 0 0;
    }

    .first-news .news-pic, .first-news .news-note {
        width: 100%;
    }

    .first-news .news-note {
        margin-top: 20px;
    }

    .nlist li {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nlist li .pic {
        width: 100%;
        margin-bottom: 10px;
    }

    .nlist li .date {
        width: 25%;
    }

    .nlist li .note {
        width: 75%;
    }

    .nlist li .note p {
        margin: 20px auto;
    }

    .artInfo-left {
        width: 100%;
    }

    .artInfo-left .artInfo-name {
        font-size: 22px;
        line-height: 32px;
        margin-top: 0;
    }

    .aiAbout-news.pdtb25 {
        margin-bottom: 0;
    }

    .artInfo-left .artInfo-ab {
        margin: 10px 0 0;
    }

    .artInfo-con {
        margin: .74rem 0 0;
    }

    .artInfo-page {
        padding: 5px 4%;
    }

    .artInfo-page a {
        width: 100%;
        padding: 5px 0;
        text-align: left !important;
    }

    .artInfo-action {
        margin: 15px 0 0;
    }

    .artInfo-action .bdsharebuttonbox {
        float: none;
    }

    .artInfo-line,
    .artInfo-right,
    .JoinUs-adv .split {
        display: block;
        width: 100%;
    }

    .JoinUs-adv {
        padding: 10px 0;
    }

    .juAdv-box {
        padding: 10px 0;
        width: 50%;
        float: left;
    }

    .juAdv-box .name {
        margin: 15px 0 0;
    }
}

/*新闻*/
.index-news {
    padding: 50px 0 0;
    overflow: hidden;
}

.Inews-nav {
    text-align: center;
    font-size: 0;
    margin: 25px 0 0;
}

.Inews-nav a {
    display: inline-block;
    width: 148px;
    height: 48px;
    line-height: 46px;
    font-size: 15px;
    color: #666666;
    border: 1px solid #cecccc;
    margin: 0 6px;
}

.Inews-nav a.cur,
.Inews-nav a:hover {
    color: #fff;
    border-color: #e50012;
    background: #e50012;
}

/*.Inews-wrap{margin:50px 0 0;display:none;}*/

.Inews-1st {
    display: block;
    width: 35%;
    height: 291px;
    color: #fff;
    position: relative;
    overflow: hidden;
    float: left;
}

.Inews-1st img {
    width: 100%;
}

.Inews-1st .In1st-box {
    padding: 7px 90px 9px 10px;
    background: rgba(0, 101, 205, .7);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95%;
    height: 30%;
}

.Inews-1st .In1st-box:hover {
    background: rgba(0, 101, 205, .9);
}

.Inews-1st .In1st-box:hover .t {
    color: #EECC44;
}

.Inews-1st .com-img {
}

.In1st-box .t {
    line-height: 1.2em;
    font-size: 48px;
    font-weight: 600;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    font-family: Arial, serif;
    color: #EECC44;
    letter-spacing: 0.1em;
    padding-left: 0.2em;
}

.In1st-box .t:hover {
    color: #FFFFFF;
}

.In1st-box .c {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.In1st-box .c {
    color: #EEEEEE;
}

.Inews-1st .In1st-date {
    padding: 10px 0 11px;
    width: 86px;
    text-align: center;
    font-size: 18px;
    background: #0095e5;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.In1st-date .d,
.Inews-date .d {
    line-height: 26px;
    font-weight: bold;
}

.In1st-date .y,
.Inews-date .y {
    line-height: 24px;
}

.Inews-date .d {
    margin-top: -5px;
}

.Inews-date .d,
.Inews-date .y {
    color: #fff;
    font-weight: bold;
    font-size: xx-large;
    line-height: 35px;
    letter-spacing: 6px;
}

.In1st-date .s,
.Inews-date .s {
    display: block;
    width: 63px;
    height: 1px;
    background: #fff;
    margin: 5px auto;
}

.Inews-swiper {
    width: 60%;
    float: right;
    height: 380px;
}

.Inews-box {
    display: block;
    padding: 0 0 5px 114px;
    position: relative;
    overflow: hidden;
    margin: 16px 0 0;
}

.Inews-box:first-child {
    margin: 0;
}

.Inews-box .Inews-date {
    padding: 9px 0 10px;
    width: 86px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    border: 1px solid #b4b4b4;
    position: absolute;
    left: 0;
    top: 0;
}

.Inews-box .name {
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Inews-box .con {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    color: #666666;
    font-size: 14px;
    margin: 10px 0 0;
}

.InSwiper-pagination {
    text-align: center;
    font-size: 0;
    position: relative;
    bottom: 0;
    margin: 50px 0 0;
}

.InSwiper-pagination .swiper-pagination {
    display: inline-block !important;
    padding: 0 14px;
    background: #ffffff;
    position: relative !important;
    bottom: 0 !important;
    z-index: 2;
}

.InSwiper-pagination .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d4d4d4;
    opacity: 1;
    margin: 0 5px;
    cursor: pointer;
}

.InSwiper-pagination .swiper-pagination .swiper-pagination-bullet-active {
    background: #e50012;
}

.InSwiper-pagination:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.Inews-box:hover .name {
    color: #EECC44;
}

.Inews-date {
    font-family: Arial, serif;
    background-color: #0077DD;
}

.Inews-box:hover .Inews-date {
    background: #EECC44;
    border-color: #EECC44;
    color: #fff;
}

.contain {
    width: 1200px;
    margin: 0 auto;
}

.p-title {
    text-align: center;
}

.p-title .t {
    line-height: 49px;
    font-size: 49px;
}

.p-title .s {
    display: block;
    width: 20px;
    height: 3px;
    background: #0095e5;
    margin: 10px auto 0;
}

.p-title .c {
    line-height: 27px;
    font-size: 16px;
    color: #666666;
    margin: 13px 0 0;
}

.pchoose {
    background: url("../images/xueyuan-backgroundvishii-.png") no-repeat center bottom fixed;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.warp {
    min-width: 1000px;
    /* max-width: 1300px; */
    margin: 0 auto;
    width: 92%;
    max-width: 1440px;
}

.title_english {
    font-size: 40px;
    color: #223765;
    text-align: center;
}

.title {
    font-size: 46px;
    color: #fff;
    text-align: left;
    width: 93%;
    margin: 10px auto;
    max-width: 1440px;
}

.choosecon {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    padding: 0 100px;
    max-width: 1100px;
    margin: 20px auto;
}

.choosecon div {
    flex: 1;
    /* background: rgba(41,67,119,.3); */
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    margin: 40px auto;
    padding: 10px 0;
    /* border: 1px solid #465e8f; */
}

.choosecon div img{
    width: fit-content;
}

.choosecon strong {
    font-size: 24px;
    /* color: #EECC44; */
    /* background: #0077DD; */
    display: block;
    padding: 10px;
    /* border-radius: 10px; */
    /* width: 259px; */
    /* margin: 20px auto; */
    font-family: Arial, serif;
}

.choosecon p {
    color: #000;
    font-size: 24px;
}

.chooseul {
    font-size: 0;
    margin: 20px 0;
    width: 54%;
}

.chooseul h3 {
    color: #ffffff;
    margin-top: 20px;
}

.chooseul h3:hover {
    color: #EECC44;
}

.border {
    height: 25px;
    background-size: 100%;
}

.chooseul li {
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 33.33%;
    margin: 30px 0;
}

.chooseul li img {
    height: 60px;
}


.aboutus strong {
    font-weight: bold;
    color: #EECC44;
}

@media (max-width: 960px) {
    .warp {
        min-width: 100%;
        max-width: 100%;
    }

    .choosecon {
        padding: 0;
    }

    .choosecon div {
        margin: 5px;
        width: 28%;
        flex: auto;
        float: left;
        padding: 0;
    }

    .title_english {
        font-size: 30px;
    }

    .title {
        font-size: 30px;
    }

    .choosecon strong {
        font-size: 25px;
        width: 81%;
    }

    .choosecon p {
        font-size: 14px;
    }

    .chooseul li {
        margin: 20px 0;
        width: 50%;
    }

    .chooseul li img {
        width: 60px;
        margin-bottom: 18px;
    }

    .border {
        display: none;
    }

    .aboutus {
        width: auto;
        margin: 20px 5px;
    }
}

.swiper-container, .pscase {

    width: 100%;
    height: 20vw;
    margin-left: auto;
    margin-right: auto;
}

.pscase .swiper-slide {
    height: unset;
    width: 100%;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pscase .swiper-slide img {
    width: 100%;
    display: block;
}

.sw-cont {
    width: auto;
    margin: 0 auto;
    position: relative;
}

.sw-cont .swiper-button-prev, .sw-cont .swiper-button-next {
    border: none;
    outline: none;
}

.more {
    display: block;
    width: 140px;
    height: 37px;
    line-height: 37px;
    margin: 0 auto;
    border: 1px solid #0eb6f8;
    background-color: #0eb6f8;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.more:hover {
    display: block;
    width: 140px;
    height: 37px;
    line-height: 37px;
    margin: 0 auto;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    color: #0eb6f8;
    overflow: hidden;
}

.divhidden{
    display: none;
}

#album ul {
    display: inline;
    margin: 20px auto;
}

#album ul li,
#album_list ul li {
    float: left;
    width: 48.1%;
    margin-left: 0.5%;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 1.5%;
    text-align: center;
    background-color: #fafafa;
    padding-bottom: 2%;
}

#album_list ul li .imgs {
    width: 100%;
    margin-top: 10px;
    float: left;
    display: inline;
    overflow: hidden;
}

#album_list ul li h2 {
    font-weight: normal;
    color: #333333;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    padding: 3% 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    margin-bottom: 1%;
    margin-top: 6%;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    .wrap li {
        width: 50%;
    }
    .index_product {
        padding-top: 30px;
    }
    .owl-products .item dd .i_five_txt h3{
        overflow: visible;
        font-size: 3vw;
        line-height: 36px;
        width: auto;
    }
    .pchoose {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .Inews-swiper{
        height: fit-content;
    }
    .Inews-wrap .swiper-container{
        height: fit-content;
    }
}

@media all and (min-width: 320px) and (max-width: 640px) {
    #index-webBnr .bnr-img {
        height: 21.375rem;
    }

    .Ipro-block .btn {
        width: 140px;
        height: 40px;
        line-height: 38px;
        font-size: 12px;
    }

    .IabUs-box .IabUs-icon {
        width: 100px;
        height: 100px;
        line-height: 98px;
    }

    .IabUs-block .type {
        font-size: 16px;
        line-height: 24px;
    }

    .IabUs-block .con {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
    }

    .Inews-1st {
        width: 96%;
    }

    .Inews-box {
        padding: 3px 0 0 100px;
    }

    .commSrv-nav a img {
        width: 30px;
    }

    .commSrv-nav a .name {
        font-size: 12px;
    }

    .csIcase-list li {
        width: 100%;
    }

    .csPro-nav {
        border-bottom: 0;
    }

    .csPro-nav a {
        width: 33.333%;
        border-bottom: 1px solid #e1e1e1;
    }

    .csPro-nav a:nth-child(3n) {
        border-right: 0;
    }

    .csPro-nav a .icon {
        width: 30px;
        height: 30px;
    }

    .csPro-nav a .name {
        font-size: 12px;
        line-height: 20px;
    }


    .auCv-box {
        padding: 1.2rem 4%;
        height: auto;
    }

    .auCv-box .auCv-block {
        width: 100%;
        padding: 21px 22px;
    }

    .auCv-block:before {
        left: 0;
        top: 0;
    }

    .auCv-block:after {
        right: 0;
        bottom: 0;
    }

    .auCSR-tb .auCSR-td {
        padding: 0 5%;
    }

    .auCSR-box .name {
        font-size: 14px;
        padding: 10px 0;
        text-align: center;
    }

    .auCSR-box .icon {
        width: 45px;
        height: 45px;
    }

    .auCSR-box .name {
        width: 84px;
    }

    .auCSR-list li:nth-child(5) .auCSR-box .name {
        width: 112px;
    }

    .auCSR-td .split {
        margin: 10px 0;
    }

    .auCSR-td .con {
        font-size: 12px;
        line-height: 24px;
    }

    .auCSR-td .name {
        font-size: 16px;
        line-height: 24px;
    }

    .auCHmin-box {
        padding: 0;
    }

    .auCHmin-box .auCHmin-img {
        width: 100%;
        height: auto;
        position: relative;
    }

    .auCHmin-box .auCHmin-block {
        min-height: 0;
        padding: 1rem 4%;
    }

    .IFTcase-box .IFTcase-right {
        font-size: 12px;
        line-height: 18px;
    }


}

@media all and (max-width: 960px) {
    /*web*/
    img {
        max-width: 100%;
    }

    /*-- Header --*/
    .header-container {
        padding: 0 4%;
    }

    .Header-wrapper .Header-cl,
    .header-container,
    .Hlogo,
    .Hlang,
    .Hsrch-menu {
        height: 50px;
    }

    .Hlogo,
    .Hlang {
        line-height: 50px;
    }

    .Hlogo img {
        height: 28px;
    }

    .Hsrch {
        position: static;
    }

    .Hsrch-box {
        width: 100%;
        top: 50px;
        border-top: 1px solid #ccc;
    }


    .Hmenu-btn-hr.Hmenu-btn,
    .Header-right {
        display: none !important;
    }

    .Hmenu-btn-web.Hmenu-btn {
        display: block;
    }

    .Hnav {
        width: 100%;
        background: #fff;
        position: absolute;
        top: 50px;
        left: 0;
        margin: 0;
        float: none;
        overflow-y: auto;
        display: none;
    }

    .Hnav > li {
        width: 100%;
        border-top: 1px solid #ccc;
        margin: 0;
    }

    .Hnav .Hname {
        padding: 0 4%;
        line-height: 45px;
        text-align: left;
    }

    .Hn2nd-wrap {
        padding: 0;
        border: 0;
        position: relative;
        top: 0;
        display: none;
        animation: none !important;
        -webkit-animation: none !important;
    }

    .Hn2nd-img,
    .HcommSrv-left,
    .Hn2nd-box .Hsplit {
        display: none;
    }

    .Hn2nd-box {
        display: block;
        float: none !important;
        left: 0 !important;
        right: 0 !important;
    }

    .Hn2nd-list {
        width: 100%;
        margin: 0;
    }

    .Hn2nd-list a,
    .Hn2nd-nav .type,
    .Hn2nd-nav dl dt,
    .Hn2nd-nav dl dd a {
        width: 100%;
        padding: 0 6%;
        line-height: 45px;
        border-bottom: 0;
        border-top: 1px solid #ccc;
        margin: 0;
    }

    .Hn2nd-list a:after,
    .Hn2nd-nav .type:after {
        display: none;
    }

    .Hn2nd-box.Hn2nd-cWeb,
    .Hn2nd-commSrv .Hn2nd-nav {
        margin: 0;
    }

    .Hn2nd-nav,
    .Hn2nd-nav2 ul li {
        width: 100% !important;
        float: none;
        margin: 0;
    }

    .Hn2nd-nav dl dt {
        padding: 0 10%;
        background-position: 8% center;
    }

    .Hn2nd-nav dl dd a {
        padding: 0 12%;
        background-position: 10% center;
    }

    /*-- Footer --*/
    .Footer-container {
        padding: 1.1rem 0 1.28rem;
    }

    .Fcr {
        padding: .4rem 4%;
        font-size: 12px;
        line-height: 18px;
    }

    .Fcon {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .Fshare,
    .Footer-container .Fsplit {
        display: none;
    }

    .Fnav {
        width: 25%;
        margin: 1rem 0 0;
    }

    .Fct {
        float: left;
        clear: both;
        margin: 1rem 0 0;
    }

    /*-- Container --*/
    #index-bnr {
        display: none;
    }

    #index-webBnr {
        display: block;
    }

    #index-webBnr .bnr-img {
        height: 17.1rem;
    }

    .Ipro-wrap {
        padding: 1rem 0;
    }

    .Ipro-box .Ipro-block {
        width: 100%;
        padding: 0;
    }

    .Ipro-block .split {
        margin: .4rem 0;
    }

    .Ipro-block .btn {
        margin: .4rem 0 0;
    }

    .Ipro-box .Ipro-img {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: .8rem 0 0;
    }

    .Ipro-img img {
        display: inline-block !important;
        width: auto !important;
        height: auto !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        vertical-align: middle;
    }

    .Ipro-img .IpImg-1 {
        display: none !important;
    }

    .Ipro-block .btn {
        width: 160px;
        height: 48px;
        line-height: 46px;
    }

    .index-media {
        height: 11.6rem;
    }

    .index-abUs .contain {
        padding: 0;
    }

    .IabUs-wrap {
        top: 0;
        margin: 0;
    }

    .Ipro-nav a {
        padding: .3rem 0;
    }

    .Ipro-nav a span {
        font-size: 14px;
    }

    .Ipro-nav a .icon {
        width: 38px;
        height: 38px;
    }

    .IabUs-wrap .IabUs-box {
        padding: .82rem 0 0;
    }

    .IabUs-box .IabUs-icon {
        width: 120px;
        height: 120px;
        line-height: 118px;
    }

    .IabUs-box .IabUs-block {
        padding: .52rem 11.25% .5rem;
        margin: .44rem 0 0;
    }

    .IabUs-block .con {
        margin: .3rem 0 0;
    }

    .Imedia-btn .btn {
        width: 2.34rem;
        height: 2.28rem;
        margin: 0 auto .56rem;
    }

    .Imedia-btn img {
        width: 4.48rem;
    }

    .prtvideo .Imedia-btn img {
        width: 100%;
    }

    .index-news {
        padding: 1rem 0 1.32rem;
    }

    .Inews-nav {
        margin: .5rem 0 0;
    }

    .Inews-wrap {
        margin: 1rem 0 0;
    }

    .Inews-1st {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .Inews-swiper {
        width: 100%;
        float: none;
        margin: .76rem 0 0;
    }

    .Inews-box {
        margin: .76rem 0 0;
    }

    .InSwiper-pagination {
        margin: 1rem 0 0;
    }

    .bnr-img.page-bnr {
        height: 11.6rem;
    }

    .commSrv-nav a {
        padding: .24rem 0 .18rem;
    }

    .commSrv-nav a img {
        width: 40px;
    }

    .commSrv-nav a .name {
        font-size: 14px;
    }

    .commSrv-Ibrief {
        padding: 1.2rem 0;
    }

    .csIbrief-box {
        padding: 0;
        width: 100%;
        float: none;
    }

    .csIbrief-box .split {
        margin: .4rem 0 .58rem;
    }

    .csIbrief-img {
        width: 100%;
        height: auto;
        text-align: center;
        float: none;
        margin: .5rem 0 0;
    }

    .csIbrief-img img {
        width: auto;
        height: auto;
    }

    .commSrv-Ipro {
        padding: 1rem 0 1.2rem;
    }

    .csIpro-swiper .swiper-container {
        padding: .8rem 2% 1rem;
    }

    .csIpro-box .name {
        margin: .52rem 0 0;
    }

    .csIpro-box .con {
        margin: .3rem 0 0;
    }

    .csIpro-box .btn {
        margin: .72rem 0 0;
    }

    .commSrv-Icase {
        padding: .8rem 0 1.34rem;
    }

    .csIcase-list li {
        padding: .88rem 0 0 3.999938559960678%;
    }

    .csIcase-list .csIcase-box {
        padding: 0 0 .78rem;
    }

    .csIcase-box .name {
        padding: .46rem 5.217391304347826% 0;
    }

    .csPro-nav a {
        padding: .28rem 0 .18rem;
    }

    .csPro-nav a .icon {
        width: 40px;
        height: 40px;
    }


    .csPro-container {
        padding: .92rem 0 1rem;
    }

    .csPro-top .csPtop-nav {
        width: 100%;
        margin: 0 0 0 -10px;
    }

    .csPtop-nav a {
        margin: 10px 10px 0;
    }

    .csPro-top .csPtop-locate {
        display: none;
    }

    .csPro-container .pagination {
        margin: .54rem 0 0;
    }

    .csPro-info {
        padding: 1.2rem 0;
    }

    .csPinfo-swiper {
        width: 546px;
        float: none;
        margin: 0 auto;
    }

    .csPinfo-box {
        width: 100%;
        float: none;
        margin: .6rem 0 0;
    }

    .csPinfo-box .con,
    .csPinfo-box .btn.dd-btn {
        margin: .4rem 0 0;
    }

    .csPinfo-dtl {
        padding: 1rem 0;
    }

    .bnr-img.csCase-bnr {
        height: 8.4rem;
    }

    .csCbnr-box {
        width: 92%;
    }

    .csCbnr-box .t1 {
        line-height: 34px;
        font-size: 26px;
    }

    .csCbnr-box .t2 {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 2px;
    }

    .csCase-info {
        padding: 1.2rem 0;
    }

    .csCinfo-left {
        width: 100%;
        padding: .92rem 3.5%;
        float: none;
    }

    .csCinfo-top {
        padding: 0 0 .6rem;
        line-height: 30px;
        font-size: 24px;
    }

    .csCinfo-box {
        padding: .8rem 0;
    }

    .csCinfo-page {
        margin: .4rem 0 0;
    }

    .csCinfo-page a {
        width: 100%;
        padding: .3rem 0;
        text-align: left !important;
    }

    .csCinfo-right {
        display: none;
    }

    .abUs-comPro {
        padding: 1.2rem 0 .8rem;
    }

    .auCp-box {
        margin: .66rem 0 0;
    }

    .abUs-comData {
        padding: 2.48rem 0;
    }

    .abUs-comData ul li {
        width: 50%;
        padding: .52rem 0 1px;
    }

    .abUs-comData ul li:first-child {
        border-left: 0;
    }

    .abUs-comData ul li:nth-child(2n) {
        border-right: 0;
    }

    .abUs-comData ul li .num {
        font-size: 40px;
        line-height: 45px;
    }

    .abUs-comData ul li .con {
        padding: 0 5%;
    }

    .abUs-comVision {
        padding: .9rem 0;
    }

    .auCv-wrap {
        margin: .68rem 0 0;
    }

    .auCv-box {
        width: 96%;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
    }

    .auCv-img {
        width: 100%;
        height: auto;
        text-align: center;
        float: none;
        margin: .4rem auto 0;
    }

    .auCv-img img {
        width: auto;
        height: auto;
    }

    .auCv-img:after {
        display: none;
    }

    .abUs-comSR {
        padding: 1.2rem 0;
    }

    .auCSR-list {
        margin: 0;
    }

    .auCSR-list li * {
        transition: none !important;
        -webkit-transition: none !important;
    }

    .auCSR-list li {
        width: 100%;
        margin: .8rem 0 0;
    }

    .auCSR-list .auCSR-box {
        width: 30%;
        float: left;
    }

    .auCSR-list .auCSR-con {
        width: 70%;
        height: 468px;
        float: left;
        position: relative;
        left: 0 !important;
        right: 0 !important;
        opacity: 1 !important;
    }

    .auCSR-box:hover:before {
        top: 0;
        opacity: 1;
    }

    .auCSR-box:hover:after {
        bottom: 0;
        opacity: 1;
    }

    .auCSR-box:hover .name {
        top: 120px;
        opacity: 1;
    }

    .auCSR-box:hover .icon {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }

    .abUs-comHonor {
        padding: 1.04rem 0 1.02rem;
    }

    .auChonor-box {
        padding: 0 0 .7rem;
    }

    .auChonor-swiper .swiper-pagination {
        margin: .8rem 0 0;
    }


    .abUs-comHist {
        padding: .5rem 0;
        background-size: cover;
    }

    .auCHist-man {
        width: 100%;
        padding: 0;
        margin: 1rem 0 0;
    }

    .auCHman-box.cur .year {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        margin-left: -25px;
        top: -33px;
    }

    .auCHman-box.cur .year:after {
        width: 70px;
        height: 70px;
        top: -10px;
        left: -10px;
    }

    .auCHist-min {
        margin: 1.2rem 0 0;
    }

    .auCHist-min .swiper-container {
        padding: 0 0 1rem;
    }

    .IFT-box {
        padding: 1.4rem 0 1.5rem;
    }

    .IFT-box .IFT-block {
        width: 100%;
        float: none;
    }

    .IFT-box .IFT-img {
        width: 100%;
        float: none;
        text-align: center;
        height: auto;
    }

    .IFT-box .IFT-img img {
        width: auto;
        height: auto;
    }

    .IFT-CP,
    .IFT-mod,
    .IFT-case {
        padding: 1.2rem 0 1.4rem;
    }

    .IFTcase-list {
        margin: .5rem 0 0 -1.5%;
    }

    .IFTcase-list li {
        width: 33.333%;
        padding: .54rem 0 0 1.477832512315271%;
    }

    .IFT-ct {
        padding: 1.4rem 0;
    }

    .IFTct-box,
    .IFTct-map {
        width: 100%;
        float: none;
        margin: 0;
    }

    .IFTct-map {
        margin: 1rem 0 0;
    }

    .p-title .t {
        line-height: 49px;
        font-size: 30px;
    }

    .i_title h2 {
        line-height: 49px;
        font-size: 30px;
    }

    .sw-cont, .swiper-container, .pscase {
        width: auto;
    }
}

@media all and (max-width: 1280px) {
    .contain {
        width: 96%;
        padding: 0 2%;
    }
}