.tx-banner{position: relative;}
.tx-banner .swiper-slide-active img{-webkit-animation: banner 6.2s; -ms-animation: banner 6.2s;animation: banner 6.2s;}
.tx-banner .swiper-pagination{bottom:20px;}
.tx-banner .swiper-pagination-bullet{width: 10px;
    height: 10px;    margin: 0px 5px;
    background: #FFFFFF;border-radius: 0;opacity: 1;transition: all 400ms;}
.tx-banner .swiper-pagination-bullet-active{width: 30px;
    height: 10px;
    background: #125EF2;}
.tx-banner .zuojiantou,.tx-banner .yjian{position: absolute;width: 50px;height: 80px;background-color: rgba(0, 0, 0, 0.25);left: 40px;top:50%;margin-top: -40px;z-index: 9;text-align: center;line-height: 80px;transition: all 400ms;cursor: pointer;}
.tx-banner .yjian{right: 40px;left: auto;}
.tx-banner .yjian:hover{background-color:rgba(18, 94, 242, 0.8) ;}
.tx-banner .zuojiantou:hover{background-color:rgba(18, 94, 242, 0.8) ;}
@-webkit-keyframes banner {
    0% {-webkit-transform: scale(1.1);}
    100% {-webkit-transform: scale(1);}
}
@-ms-keyframes banner {
    0% {-ms-transform: scale(1.1);}
    100% {-ms-transform: scale(1);}
}
@keyframes banner {
    0% {transform: scale(1.1);}
    100% {transform: scale(1);}
}
.tx-banner .swiper-slide{
    position: relative;
}
.tx-banner .swiper-slide .ban-content{position: absolute;top: 50%;left: 300px;z-index: 9;opacity: 0;transform: translate(0,-50%) scale(1);-webkit-transform: translate(0,-50%) scale(1);-ms-transform: translate(0,-50%) scale(1);}
.tx-banner .swiper-slide .ban-content .name{
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    height: 28px;
    max-width: 500px;
}
.tx-banner .swiper-slide .ban-content h1{
    font-size: 48px;
    line-height: 48px;
    height: 48px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 40px;
    max-width: 500px;
}
.tx-banner .swiper-slide .ban-content p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 20px;
    max-width: 500px;
    /* 超过两行 */
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   	-webkit-line-clamp:2;
   	-webkit-box-orient: vertical;
}
.tx-banner .swiper-slide .ban-content .more{
    margin-top: 33px;
}
.more{
    width: 200px;
    height: 50px;
    background: #125EF2;
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
}
.more .zi{
    width: 100%;margin: 0 auto;padding:0 30px;box-sizing: border-box;
    transform: skew(10deg);
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
    cursor: pointer;
}
.more .zi span{font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;line-height: 50px;}
.more .zi img{width: 16px;float: right;margin-top: 17px;}

.tx-banner .swiper-slide.swiper-slide-active .ban-content{
    -webkit-animation: scaleUpDown2 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown2 2s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@-webkit-keyframes scaleUpDown2 {
	from { -webkit-transform: scale(0.58) translate(0,-50%); transform: scale(0.58) translate(0,-50%); }
	to { opacity: 1; -webkit-transform: scale(1) translate(0,-50%); transform: scale(1) translate(0,-50%); }
}
@keyframes scaleUpDown2 {
	from { -webkit-transform: scale(0.58) translate(0,-50%); transform: scale(0.58) translate(0,-50%); }
	to { opacity: 1; -webkit-transform: scale(1) translate(0,-50%); transform: scale(1) translate(0,-50%); }
}  
/* 产品系列 */
.cpxl-box{
    width: 100%;
    max-height: 970px;
    overflow: hidden;
    background: url(/statics/img/pic-prdouct.png) no-repeat center center;
}
.cpxl-box .cpxl-div{
    margin: 40px auto;
    width: 1310px;
    overflow: hidden;
}
.cpxl-box .cpxl-div .cpxl-left{
    width: calc(50% - 5px);
    float: left;
}
.cpxl-box .cpxl-div .cpxl-left .top-div{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    height: 300px;
}
.cpxl-box .cpxl-div .cpxl-left .top-div .cp-xxms{
    position: absolute;
    left: 50px;
    top:75px;
    color: #ffffff;
}
.cpxl-box .cpxl-div .cpxl-left .top-div .cp-xxms p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.cpxl-box .cpxl-div .cpxl-left .top-div .cp-xxms h1{
    font-size: 29px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    max-width: 220px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   	-webkit-line-clamp:2;
   	-webkit-box-orient: vertical;
    margin-top: 7px;
}
.cpxl-box .cpxl-div .cpxl-left .bottom-div{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 580px;
}
.cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms{
    position: absolute;
    left: 50px;
    top:150px;
    color: #ffffff;
}

.cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    max-width: 280px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   	-webkit-line-clamp:3;
   	-webkit-box-orient: vertical;
    margin-top: 7px;
}
.cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms h1{
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    max-width: 350px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   	-webkit-line-clamp:2;
   	-webkit-box-orient: vertical;
}
.cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms .more{
    width: 50px;
    height: 40px;
    background: #ffffff;
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
}
.cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms .more img:nth-child(2){display: none;}
.cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms .more:hover img:nth-child(2){display: inline-block;}

.cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms .more:hover img:nth-child(1){
    display: none;
}
.cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms .more:hover{
    background: #125EF2;
}
.cpxl-box .cpxl-div .cpxl-left:nth-child(2){margin-left: 10px;}
.cpxl-box .cpxl-div .cpxl-left:nth-child(2) .top-div{margin-top: 10px;}
.cpxl-box .cpxl-div .cpxl-left:nth-child(2) .bottom-div .cp-xxms{
    position: absolute;
    left: 50px;
    top:82px;
    color: #ffffff;
}
.cpxl-box .cpxl-div .cpxl-left .top-div .cp_tu{width: 100%;height: 100%;transition: all 600ms;}
.cpxl-box .cpxl-div .cpxl-left .top-div:hover .cp_tu{    
    transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
}
.cpxl-box .cpxl-div .cpxl-left .bottom-div .cp_tu{width: 100%;height: 100%;transition: all 600ms;}
.cpxl-box .cpxl-div .cpxl-left .bottom-div:hover .cp_tu{    
    transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
}
/* 解决方案 */
.sol-box{
    width: 100%;
    height: 610px;
    background-image: url(/statics/img/pic-solotion.png);
    background-attachment: fixed;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.sol-ddiv{
    width: 100%;
    height: 610px;
    position: relative;
}
.sol-box .sec-nav{margin-top: 60px;}
.sol-ddiv .zuo-yytu{position: absolute; height: 100%;width: auto;top: -60px;left: 0;}
.sol-ddiv .you-yytu{position: absolute; height: 100%;width: auto;top: -60px;right: 0;}
    /* 标题 */
    .sec-nav{text-align: center;}
    .sec-nav h1{font-size: 36px;font-weight: 400;color: #FFFFFF;height: 36px;line-height: 36px;}
    .sec-nav p{z-index: -1;font-size: 36px;font-weight: bold;color: #FFFFFF; opacity: 0.05;text-transform: uppercase;height: 36px;line-height: 36px;position: relative;top: -21px;}
    .sec-nav .dsh{text-align: center;width: 100%;    margin-top: -12px;}
    .sec-nav .dsh .xian{width: 80px;display: inline-block;
        height: 2px;
        background: #FFFFFF;
        opacity: 0.5;position: relative;top: -1px;}
    .sec-nav .dsh .dian{width: 4px;display: inline-block;
        height: 4px;
        background: #FFFFFF;}
.sol-div{
    width: 1470px;
    margin: 0 auto;
    margin-top: 70px;
}   
.sol-d{
    width: 260px;
    height: 300px;
    
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    text-align: left;
    float: left;
    margin-left: 30px;
    text-align: center;
    box-sizing: border-box;
   
    position: relative;
    
} 
.sol-d::before{
    width: 100%;
    height: 100%;
    background: rgba(18, 94, 242, 0);
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
     transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
}
.sol-d:hover:before{
    background: rgba(18, 94, 242, 0.9);
}
.sol-div .sol-d:nth-child(1){
    margin-left: 0;
}
.sol-div .f-he {width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
     transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    background-size: auto 100%;
    
    overflow: hidden;
}
.sol-div .f-he i{position:absolute;top:0;left:0;width:100%;height:100%;background-size:100% 100%;opacity:0;}
.sol-div .sol-d:hover .f-he{
    background-color: rgba(255,255,255,1);
    
}
.sol-div .sol-d:hover .f-he i{opacity:1;}
.sol-div .f-he span{color: #333333;font-size: 80px;width: 100%;display: inline-block;text-align: center;margin-top: 70px;transform: skew(10deg);
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
    position: relative;
    left: -11px;text-align: center;
    
}
.sol-div .f-he span .img1{display:inline-block;}
.sol-div .f-he span .img2{display:none;}
.sol-div .sol-d:hover .f-he span .img1{display:none;}
.sol-div .sol-d:hover .f-he span .img2{display:inline-block;}
.sol-div .f-he a{display: block;width: 100%;height: 100%;}
.sol-div .f-he h1{
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    height: 22px;
    margin-top: 22px;transform: skew(10deg);
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
}
.sol-div .f-he p{
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
    margin-top: 19px;transform: skew(10deg);
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
}
.sol-div .sol-d:hover{
    background: rgba(255,255,255,1);
}
.sol-div .sol-d:hover span.iconfont{
color: #125EF2;
}
.sol-div .sol-d:hover h1{
    color: #125EF2;
}
.sol-div .sol-d .more{
    width: 50px;
    height: 40px;
    background: #125EF2;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    display: none;
}
.sol-div .sol-d:hover p{
    display: none;
}
.sol-div .sol-d:hover .more{
    display: block;
}
/* 新闻资讯 */
.new-box{overflow: hidden;}
.new-box .sec-nav{margin-top: 60px;}
.new-box .sec-nav h1{color: #333333;}
.new-box .sec-nav p{color: #F2F2F2;opacity: 1;}
.new-box .sec-nav .dsh .xian{background: #125EF2;opacity: 1;}
.new-box .sec-nav .dsh .dian{background: #125EF2;}
.new-box .news-div{overflow: hidden;width: 1400px;margin: 0 auto;margin-top: 60px;}
.new-box .news-div .news-li{width: 450px;float: left;margin-left: 25px;}
.new-box .news-div .news-li:nth-child(1){margin-left: 0;}

.new-box .news-div .news-li .top-tu{width: 100%; height: 270px;overflow: hidden;}
.new-box .news-div .news-li .top-tu img{width: 100%;height: 100%;transition: all 400ms;}
.new-box .news-div .news-li .top-tu:hover img{    
    transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
}
.new-box .news-div .news-li .di-word{
    width: 450px;
    box-sizing: border-box;
    background: rgba(247, 247, 247, 0);
    border: 1px solid #DADADA;
    padding: 0 25px;
    overflow: hidden;
}
.new-box .news-div .news-li .di-word a{display: block; width: 100%;height: 100%;}
.new-box .news-div .news-li .di-word h1{
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-box .news-div .news-li .di-word p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-top: 20px;
}
.new-box .news-div .news-li .di-word p span{
    font-size: 16px;
    margin-right:10px; 
}
.new-box .news-div .news-li .di-word .new-content{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   	-webkit-line-clamp:2;
   	-webkit-box-orient: vertical;
    margin-top: 28px;
    margin-bottom: 48px;
}
.new-box .news-div .news-li .di-word:hover  h1{
    color: #125EF2;
}
.new-box .more{margin: 40px auto 60px;}
.new-box .news-div .news-list{
    width: 450px;
    height: 490px;
    background: rgba(247, 247, 247, 0);
    border: 1px solid #DADADA;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
    padding: 0 30px;
}
.new-box .news-list::-webkit-scrollbar {
    width: 4px;
}
.new-box .news-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(174, 174, 174, 0.2) ;
    border-radius: 2px;
    background-color:rgba(174, 174, 174, 0.2)  ;
}
.new-box .news-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background:rgba(174, 174, 174, 1) ;
    /* -webkit-box-shadow: inset 0 0 6px RGB(243,243,244); */
}
.new-box .news-div .news-list .xiwe-lib{overflow: hidden;margin-top: 58px;}
.new-box .news-div .news-list .xiwe-lib .xw-li{margin-bottom: 32px;}
.new-box .news-div .news-list .xiwe-lib .xw-li h1{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   	-webkit-line-clamp:2;
   	-webkit-box-orient: vertical;
}
.new-box .news-div .news-list .xiwe-lib .xw-li p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    height: 16px;
    line-height: 16px;
    margin-top: 8px;
}
.new-box .news-div .news-list .xiwe-lib .xw-li p span{
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 8px;
}
.new-box .news-div .news-list .bttitle{
    width: 70px;
    height: 32px;
    background: #AEAEAE;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.new-box .news-div .news-list .xiwe-lib .xw-li:hover h1{
    color: #125EF2;
}
/* 服务流程 */
.fwlc-box{width: 100%;overflow: hidden;position: relative;height: 420px;}
.fwlc-box>img{width: 100%;height: 100%;position: absolute;}
.fwlc-box .fwlc-div{width: 1400px;margin: 0 auto;position: absolute;left: 50%;transform: translateX(-50%);overflow: hidden;}
.fwlc-box .fwlc-div .fw-word{width: 470px;
    height: 290px;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px 0px rgba(18, 94, 242, 0.15);margin-top: 65px;
    box-sizing: border-box;
    padding: 0 40px;
    overflow: hidden;position: relative;
}
.fwlc-box .fwlc-div .fw-word p.title{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    height: 16px;
    margin-top: 39px;
}
.fwlc-box .fwlc-div .fw-word p.line{
    width: 30px;
    height: 2px;
    background: #125EF2;
    margin-top: 14px;
}
.fwlc-box .fwlc-div .fw-word h1.title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    height: 24px;
    margin-top: 15px;
}
.fwlc-box .fwlc-div .fw-word .content{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   	-webkit-line-clamp:2;
   	-webkit-box-orient: vertical;
    margin-top: 13px;
}
.fwlc-box .fwlc-div .fw-word .more{
    width: 150px;
    height: 36px;
    margin-top: 35px;
}
.fwlc-box .fwlc-div .fw-word .more .zi span{
    line-height: 36px;
    font-size: 14px;
}
.fwlc-box .fwlc-div .fw-word .more .zi img{
    margin-top: 10px;
}
.fwlc-box .fwlc-div .fw-word .yt-san{
    width: 0;
    height: 0;
    border-width: 10px;
    border-style:solid;
    border-color: #125EF2 #125EF2 #fff #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.fwlc-box .fwlc-div .fw-word .yb-tu{
    width: 105px;
    height: 57px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.fwlc-box .fwlc-div .fw-word .yb-tu img{
    width: 100%;
    height: auto;
}
/* 合作伙伴 */
.partner-box{overflow: hidden;}
.partner-box .sec-nav{margin-top: 40px;}
.partner-box  .sec-nav h1{color: #333333;}
.partner-box .sec-nav p{color: #F2F2F2;opacity: 1;}
.partner-box .sec-nav .dsh .xian{background: #125EF2;opacity: 1;}
.partner-box .sec-nav .dsh .dian{background: #125EF2;}
.partner-box .par-div{width: 1400px;margin: 0 auto; margin-top: 40px;margin-bottom: 30px;}
.partner-box .par-div .par-list{
    border-bottom: 1px solid #f7f7f7;overflow: hidden;height: 70px;
}
.partner-box .par-div .par-list .par-li{
    box-sizing: border-box;
    position: relative;
    height: 70px;
    width: calc(830px / 3);
    float: left;
    border-right: 1px solid #f7f7f7;
}
.partner-box .par-div .par-list .par-li img{
    position: absolute;
    max-width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.partner-box .par-div .par-list .par-li:first-child,.partner-box .par-div .par-list .par-li:last-child{
    width: 285px;
}
.partner-box .par-div .par-list .par-li:last-child {
    border-right: none;
}
.partner-box .par-div .par-list:last-child{
    border-bottom:none;
}
/* 立即咨询 */
.ljzx-box{
    width: 100%;
    position: relative;
}
.ljzx-box>img{width: 100%;height: auto;}
.ljzx-box .ljzx-word{width: 100%;text-align: center;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.ljzx-box .ljzx-word img{width: 32px;height: 32px;}
.ljzx-box .ljzx-word p{display: inline-block;font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    height: 22px;
    line-height: 22px;
    margin-left: 17px;
    position: relative;
    top: 3px;
}
.ljzx-box .ljzx-word .more{display: inline-block;
    width: 150px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #FFFFFF;
    margin-left: 55px;
}
.ljzx-box .ljzx-word .more .zi span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
}

    .sol-box.sol-boxyd{
        display: none;
    }
@media only screen and (max-width: 1680px){
    .zczb-box .zczb-left .shuzi-div{padding:0 30px;box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;}
    .zczb-box .zczb-left .shuzi-div .shuzi-li{
            width: 25%;margin:0 !important;
    }
    .zczb-box .zczb-right img.ditu{height:446px;}
    .tx-banner .swiper-slide .ban-content h1 {
        font-size: 40px;
        line-height: 40px;
        height: 40px;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 25px;
        max-width: 500px;
    }
    .tx-banner .swiper-slide .ban-content p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
        margin-top: 20px;
        max-width: 500px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .cpxl-box .cpxl-div .cpxl-left .top-div .cp-xxms h1 {
        font-size: 28px;
        line-height: 36px;
    }
    
}
/*@media only screen and (max-width: 1465px){*/
/*    .tx-banner .swiper-slide .ban-content {*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        left: 10%;*/
/*        z-index: 9;*/
/*        opacity: 0;*/
/*        margin-top: -120px;*/
/*    }*/
/*    .sol-div {*/
/*        width: 1280px;*/
/*        margin: 0 auto;*/
/*        margin-top: 70px;*/
/*    }*/
/*    .sol-d {*/
/*        width: 225px;*/
/*        height: 300px;*/
/*    }*/
/*    .new-box .news-div {*/
/*        overflow: hidden;*/
/*        width: 1280px;*/
/*        margin: 0 auto;*/
/*        margin-top: 60px;*/
/*    }*/
/*    .new-box .news-div .news-li {*/
/*        width: calc(33.3% - 20px);*/
/*        float: left;*/
/*        margin-left: 20px;*/
/*    }*/
/*    .new-box .news-div .news-list{*/
/*         width: calc(33.3% - 20px);*/
/*         height: 470px;*/
/*    }*/
/*    .new-box .news-div .news-li .di-word{*/
/*        width: 100%;*/
/*    }*/
/*    .new-box .news-div .news-li .top-tu {*/
/*        width: 100%;*/
/*        height: 250px;*/
/*        overflow: hidden;*/
/*    }*/
/*    .fwlc-box .fwlc-div {*/
/*        width: 1280px;*/
/*        margin: 0 auto;*/
/*        position: absolute;*/
/*        left: 50%;*/
/*        transform: translateX(-50%);*/
/*        overflow: hidden;*/
/*    }*/
/*    .partner-box .par-div {*/
/*        width: 1280px;*/
/*    }*/
/*    .partner-box .par-div .par-list .par-li:first-child, .partner-box .par-div .par-list .par-li:last-child {*/
/*        width: 220px;*/
/*    }*/
    
/*}*/

@media only screen and (max-width: 1465px){
    
    .cpxl-box .cpxl-div,.sol-div,.new-box .news-div,.fwlc-box .fwlc-div,.partner-box .par-div{width:1200px;}
    
    .tx-banner .swiper-slide{position:relative; width:100%; height:480px;overflow:hidden;}
    .tx-banner .swiper-slide > img{height:100%;max-width:none;position:absolute;top:0;left:50%;transform: translate(-50%, 0);-webkit-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);}
    .tx-banner .swiper-slide .ban-content{left:10%;}
    .tx-banner .swiper-slide .ban-content .name{font-size:20px;}
    .tx-banner .swiper-slide .ban-content h1{font-size:35px;}
    .tx-banner .swiper-slide .ban-content p{font-size:13px;}
    
    @-webkit-keyframes banner {
    0% {-webkit-transform: scale(1.1) translate(-50%, 0);}
    100% {-webkit-transform: scale(1) translate(-50%, 0);}
    }
    @-ms-keyframes banner {
        0% {-ms-transform: scale(1.1) translate(-50%, 0);}
        100% {-ms-transform: scale(1) translate(-50%, 0);}
    }
    @keyframes banner {
        0% {transform: scale(1.1) translate(-50%, 0);}
        100% {transform: scale(1) translate(-50%, 0);}
    }
    
    .more{width:170px;height:45px;}
    .more .zi span{line-height:45px;font-size:15px;}
    .more .zi img{margin-top: 14px;}
    
    .cpxl-box .cpxl-div .cpxl-left .top-div .cp-xxms h1,.cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms h1{font-size:24px;}
    
    .cpxl-box .cpxl-div .cpxl-left .top-div{height:275px;}
    .cpxl-box .cpxl-div .cpxl-left .bottom-div{height:531px;}
    
    
    
    .sol-box{height:auto;padding-bottom:68px;}
    
    .sec-nav h1{font-size:30px;}
    .sec-nav p{font-size:30px;}
    .sec-nav .dsh{margin-top:-20px;}
    .sol-ddiv{height:auto;}
    .sol-ddiv .zuo-yytu{display:none;}
    .sol-div{margin-top:50px;}
    .sol-d{width:18.4%;margin-left:2%;height:230px;}
    
    .sol-div .f-he span{font-size:66px;margin-top:40px;}
    .sol-div .f-he h1{font-size:19px;margin-top:18px;}
    .sol-div .f-he p{margin-top:12px;}
    
    .new-box .news-div .news-li{width:32%;margin-left:2%;}
    .new-box .news-div .news-li .di-word{width:100%;}
    .new-box .news-div .news-li .top-tu{height:230px;}
    .new-box .news-div .news-li .di-word h1{font-size:17px;margin-top:30px;}
    .new-box .news-div .news-li .di-word p{font-size:13px;margin-top:12px;}
    .new-box .news-div .news-li .di-word .new-content{margin-top:12px;margin-bottom:25px;}
    .new-box .news-div .news-list{height:395px;}
    .new-box .news-div .news-list .xiwe-lib .xw-li h1{font-size:17px;}
    
    .fwlc-box .fwlc-div .fw-word h1.title{font-size:21px;}
    .fwlc-box .fwlc-div .fw-word .content{font-size:14px;}
    .fwlc-box .fwlc-div .fw-word .more{margin-top:20px;}
    .fwlc-box .fwlc-div .fw-word{height:278px;}
    
    .sol-div .sol-d .more{margin-top:12px;width:43px;height:34px;line-height:34px;}
    
    .partner-box .par-div .par-list .par-li{width:20% !important;box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;}
}

@media only screen and (max-width: 1230px){
    .cpxl-box .cpxl-div,.sol-div,.new-box .news-div,.fwlc-box .fwlc-div,.partner-box .par-div{width:1000px;}
    
    .cpxl-box .cpxl-div .cpxl-left .top-div{height:228px;}
    .cpxl-box .cpxl-div .cpxl-left .bottom-div{height:442px;}
    .cpxl-box .cpxl-div .cpxl-left .top-div .cp-xxms{top:60px;left:38px;}
    .cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms{top:130px;left:38px;}
    .cpxl-box .cpxl-div .cpxl-left .top-div .cp-xxms h1, .cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms h1{font-size:21px;}
    
    .sol-div .f-he p{padding:0 20px;line-height:22px;}
    .sol-div .f-he span{margin-top:36px;}
    
}

@media only screen and (max-width: 768px){
    
    .tx-banner .swiper-slide{height:190px;}
    
    .tx-banner .zuojiantou, .tx-banner .yjian{
        display: none;
    }
    .tx-banner .swiper-pagination {
        bottom: 5px;
    }
    .tx-banner .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0px 5px;
        background: #FFFFFF;
        border-radius: 0;
        opacity: 1;
        transition: all 400ms;
    }
    .tx-banner .swiper-pagination-bullet-active {
        width: 15px;
        height: 5px;
        background: #125EF2;
    }
    .cpxl-box .cpxl-div {
        margin: 25px auto;
        width: 96%;
        overflow: hidden;
    }
    .cpxl-box .cpxl-div .cpxl-left {
        width: 100%;
        float: left;
    }
    .cpxl-box {
        width: 100%;
        max-height: unset;
        overflow: hidden;
        background: url(/statics/img/pic-prdouct.png) repeat center center;
    }
    .cpxl-box .cpxl-div .cpxl-left:nth-child(2) {
        margin-left: 0px;
    }
    .cpxl-box .cpxl-div .cpxl-left .top-div {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
        height: auto;
    }
    .cpxl-box .cpxl-div .cpxl-left .top-div .cp_tu {
        width: 100%;
        height: auto;
        transition: all 600ms;
    }
    .cpxl-box .cpxl-div .cpxl-left .bottom-div {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: auto;
    }
    .cpxl-box .cpxl-div .cpxl-left .bottom-div .cp_tu {
        width: 100%;
        height: auto;
        transition: all 600ms;
    }
    .cpxl-box .cpxl-div .cpxl-left .top-div .cp-xxms p {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
    }
    .cpxl-box .cpxl-div .cpxl-left .top-div .cp-xxms h1 {
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 26px;
        max-width: 220px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 7px;
    }
    .cpxl-box .cpxl-div .cpxl-left .top-div .cp-xxms {
        position: absolute;
        left: 50px;
        top: 50%;
        transform: translateY(-60%);
        color: #ffffff;
    }
    .cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms {
        position: absolute;
        left: 50px;
        top: 50%;
        color: #ffffff;
        transform: translateY(-60%);
    }
    .cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms h1 {
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 26px;
        max-width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms p {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        max-width: 280px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-top: 7px;
    }
    .cpxl-box .cpxl-div .cpxl-left:nth-child(2) .bottom-div .cp-xxms {
        position: absolute;
        left: 50px;
        top: 50%;
        color: #ffffff;
    }
    .new-box .news-div {
        overflow: hidden;
        width: 96%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .new-box .news-div .news-li{
        width: 100%;
        margin-left: 0px;
        box-sizing: border-box;
    }
    .new-box .news-div .news-li .di-word {
        width: 100%;
        box-sizing: border-box;
        background: rgba(247, 247, 247, 0);
        border: 1px solid #DADADA;
        padding: 0 25px;
        overflow: hidden;
    }
    .new-box .news-div .news-li .top-tu {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .sec-nav h1 {
        font-size: 24px;
        font-weight: 400;
        height: 24px;
        line-height: 24px;
    }
    .sec-nav p {
        z-index: -1;
        font-size: 24px;
        font-weight: bold;
        opacity: 0.05;
        text-transform: uppercase;
        height: 24px;
        line-height: 24px;
        position: relative;
        top: -10px;
    }
    .new-box .sec-nav {
        margin-top: 30px;
    }
    .partner-box .par-div {
        width: 96%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .partner-box .par-div .par-list {
        border-bottom: 1px solid #f7f7f7;
        overflow: hidden;
        height: auto;
    }
    .partner-box .par-div .par-list .par-li:first-child, .partner-box .par-div .par-list .par-li:last-child {
        width: 50%;
    }
    .partner-box .par-div .par-list .par-li {
        box-sizing: border-box;
        position: relative;
        height: 70px;
        width: 50%;
        float: left;
        border-right: 1px solid #f7f7f7;
    }
    .fwlc-box {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 420px;
        background: url(/statics/img/pic-syfwtx.png) no-repeat center center;
    }
    .fwlc-box>img {
        width: 100%;
        height: 100%;
        position: absolute;
        display: none;
    }
    .fwlc-box .fwlc-div {
        width: 96%;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }
    .fwlc-box .fwlc-div .fw-word {
        width: 96%;
        height: 290px;
        background: #FFFFFF;
        box-shadow: 0px 1px 20px 0px rgb(18 94 242 / 15%);
        margin-top: 65px;
        box-sizing: border-box;
        padding: 0 40px;
        overflow: hidden;
        position: relative;
    }
    .fwlc-box .fwlc-div .fw-word h1.title {
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        line-height: 24px;
        height: 20px;
        margin-top: 12px;
    }
    .fwlc-box .fwlc-div .fw-word .content {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 13px;
    }
    .ljzx-box {
        width: 100%;
        height: 140px;
        position: relative;
        background: url(/statics/img/ljzx.png) no-repeat center center;
    }
    .ljzx-box>img {
        width: 100%;
        height: auto;
        display: none;
    }
    .ljzx-box .ljzx-word p {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        height: 16px;
        line-height: 16px;
        margin-left: 17px;
        position: relative;
        top: 3px;
    }
    .ljzx-box .ljzx-word .more {
        display: inline-block;
        width: 150px;
        height: 36px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid #FFFFFF;
        margin-left: 0px;
        margin-top: 10px;
    }
    
    .tx-banner .swiper-slide .ban-content{left:4%;}
    .tx-banner .swiper-slide .ban-content .name{font-size:14px;}
    .tx-banner .swiper-slide .ban-content .more{display:none;}
    .tx-banner .swiper-slide .ban-content h1{font-size:22px;margin-top:2px;}
    .tx-banner .swiper-slide .ban-content p{font-size:12px;margin-top:0;}
    .sol-div {
        width: 100%;
        margin: 0 auto;
        margin-top: 70px;
    }
    .sol-div .f-he{
        background: rgba(255,255,255,1);
    }
    .swiper-containerydjjfa{
        width: 95%;
    }
    .sol-d.swiper-slide-active{
        opacity: 1 !important;
    }
    .sol-div .f-he span {
        transform: skew(
    0deg
    );
        -webkit-transform: skew(
    0deg
    );
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        -ms-transform: skew(0deg);
       
    }
    .sol-div .f-he h1 {
        transform: skew(
    0deg
    );
        -webkit-transform: skew(
    0deg
    );
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        -ms-transform: skew(0deg);
    }
    .sol-div .f-he p {
        transform: skew(
    0deg
    );
        -webkit-transform: skew(
    0deg
    );
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        -ms-transform: skew(0deg);
    }
    .sol-box.sol-boxpc{
        display: none;
    }
    .sol-box.sol-boxyd{
        display: block;
    }
    
    .cpxl-box .cpxl-div .cpxl-left .top-div .cp-xxms,.cpxl-box .cpxl-div .cpxl-left .bottom-div .cp-xxms{left:5%;}
    .cpxl-box .cpxl-div .cpxl-left .top-div .cp-xxms h1{font-size:18px;}
    .cpxl-box .cpxl-div .cpxl-left .bottom-div{margin-bottom:10px;}
    .sol-div .f-he span{left:0;}
    .sol-box .sec-nav{margin-top:25px;}
    .sec-nav h1{font-size:20px;}
    .sol-div{margin-top:20px;}
    .sol-div .f-he span{margin-top:25px;}
    .new-box .news-div .news-li .di-word h1{font-size:15px;margin-top:17px;}
    .new-box .news-div .news-li .di-word p{font-size:12px;margin-top:6px;margin-bottom:15px;}
    .new-box .news-div .news-li .di-word .new-content{display:none;}
    .new-box .news-div .news-li{margin-bottom:10px;}
    .new-box .news-div .news-list .xiwe-lib{margin-top:45px;}
    .new-box .news-div .news-list{padding:0 15px;}
    .new-box .news-div .news-list .xiwe-lib .xw-li h1{font-size:15px;line-height:21px;}
    .new-box .news-div .news-list .xiwe-lib .xw-li p{font-size:12px;}
    .new-box .news-div .news-list .xiwe-lib .xw-li{border-bottom:1px solid #eee;padding-bottom:12px;margin-bottom:12px;}
    
    .more{width:130px;height:40px;}
    .new-box .more{margin:15px auto 25px;}
    .more .zi span{font-size:12px;}
    .more .zi{padding:0 20px;}
    
    .fwlc-box .fwlc-div .fw-word{margin-top:30px;}
    .fwlc-box .fwlc-div{width:100%;position:relative;}
    .fwlc-box{padding:0 15px;box-sizing: border-box;height:auto;padding-bottom:30px;}
    .fwlc-box .fwlc-div .fw-word{padding:0 30px;width:100%;}
    .fwlc-box .fwlc-div .fw-word p.title{margin-top:30px;font-size:14px;}
    .fwlc-box .fwlc-div .fw-word h1.title{font-size:17px;}
    .fwlc-box .fwlc-div .fw-word .content{font-size:12px;}
    .fwlc-box .fwlc-div .fw-word .more{width:130px;height:40px;}
    .fwlc-box .fwlc-div .fw-word .more .zi span{font-size:12px;}
    .fwlc-box .fwlc-div .fw-word{height:246px;}
    
    .sol-box{padding-bottom:30px;}
    .tx-banner .swiper-slide .ban-content p{display:none;}
}
