body{line-height:1.5;margin:auto;overflow-x:hidden;}
body,html{height:100%;}
.line3{display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; text-overflow:ellipsis;-webkit-line-clamp:3;height:72px;}
.line4{display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; text-overflow:ellipsis;-webkit-line-clamp:4;height:96px;}
.line2{display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; text-overflow:ellipsis;-webkit-line-clamp:2;height:48px;}
.line5{display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; text-overflow:ellipsis;-webkit-line-clamp:5;height:120px;}
.line8{display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; text-overflow:ellipsis;-webkit-line-clamp:10;height:192px;}
.line9{display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; text-overflow:ellipsis;-webkit-line-clamp:10;height:240px;}
.line6{display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; text-overflow:ellipsis;-webkit-line-clamp:6;height:144px;}
.line7{display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; text-overflow:ellipsis;-webkit-line-clamp:7;height:168px;}
.line10{display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; text-overflow:ellipsis;-webkit-line-clamp:20;height:384px;}
.pic{overflow:hidden;}
.pic:hover img,li:hover .pic img,.swiper-slide:hover .pic img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);}
.notice{position:fixed;text-align:center;bottom:0;z-index:11;left:0;box-sizing:border-box;width:100%;padding:5px 20px;background:#206bc4;font-size:13px;color:#fff;line-height:22px;}
.phone{display:none;}
.editor,.fontp{font-size:.875rem;color:#787878;line-height:24px;text-align:justify;}
.editor table,.editor img,.editor embed,.editor iframe{margin:12px 0;max-width:100%;}
.editor img{height:auto !important;}
.bdsharebuttonbox a{float:none !important;display:inline-block !important;margin:0 8px !important;padding:0 !important;line-height:inherit;width:22px;height:22px;vertical-align:middle;}
.bdsharebuttonbox{text-align:center;margin-top:30px;}
.pos_re{position:relative;}
.pos_re>a{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;}
.wrapper{max-width:1300px;margin:auto;}
.hei100{height:100%;}
.f48{font-size:48px;}
.f36{font-size:36px;}
.f32{font-size:32px;}
.f30{font-size:30px;}
.f28{font-size:28px;}
.f26{font-size:26px;}
.f24{font-size:24px;}
.f22{font-size:22px;}
.f20{font-size:20px;}
.f18{font-size:18px;}
.cfff{color:#fff;}
.img{position:relative;overflow:hidden;}
.img>img{visibility:hidden;opacity:0;}
.img-box{height:100%;width:100%;background-size:cover !important;background-position:center center !important;position:absolute;left:0;top:0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;}
.swiper-slide:hover .img-box,li:hover .img-box{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.tpimg{text-align:center;}
.video-alert .video{width:100%;height:100%;}
.video-alert{display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:12;background:#fff;}
.video-alert video,.video-alert iframe{width:100%;height:100%;}
.video-alert .close{width:64px;z-index:8;height:64px;display:block;background:#206bc4 url(/static/css/../images/close.png) no-repeat center center/80%;position:absolute;right:0;top:0;}

.ny-banner .more{margin-top:25px;}
.banner img{width:100%;}
.header{line-height:90px;position:fixed;z-index:9;left:0;top:0;width:100%;}
.header.on{background:#fff;border-bottom:1px solid #eaeaea;box-shadow:0 -3px 17px 6px rgba(0,0,0,.1);}
.logo{float:left;}
.logo img{height:52px;}
.nav{width:calc(100% - 530px);margin:0 200px 0 480px;}
.nav li{display:inline-block;padding:0 8px;}
.nav li>a{text-align:center;display:block;border-bottom:1px solid transparent;position:relative;font-size:16px;color:#444;padding:0 10px;/*background:url(/static/css/../images/xl.png) no-repeat right center/18px;*/}
.nav li:hover>a,.nav li.cur>a{font-weight:bold;color:#111;border-color:#206bc4;}
.header .san{float:right;width:24px;height:16px;margin-top:27px;box-sizing:border-box;cursor:pointer;position:relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header .san span{
    width:100%;
    position:absolute;;
    height:2px;background:#206bc4;
    display:block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header .san span:nth-child(1){top:0;}
.header .san span:nth-child(2){top:50%;margin-top:-1px;}
.header .san span:nth-child(3){bottom:0;}
.header .san.cur span:nth-child(1){
    top: 50%;margin-top:-1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .san.cur span:nth-child(2){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);}
.header .san.cur span:nth-child(3){display:none;}
.header .btn a{overflow:hidden;position:relative;margin:0;text-align:center;color:#fff;background:#206bc4;font-size:16px;width:140px;line-height:91.5px;height:91.5px;display:block;}
.header .btn a:before{content:"";display:block;z-index:1;position:absolute;left:50%;top:50%;border-radius:50%;background:rgba(255,255,255,.15);width:150px;height:150px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0) translateY(-50%) translateX(-50%);
    -moz-transform: scale(0) translateY(-50%) translateX(-50%);
    -ms-transform: scale(0) translateY(-50%) translateX(-50%);
    -o-transform: scale(0) translateY(-50%) translateX(-50%);
    transform: scale(0) translateY(-50%) translateX(-50%);
}
.header .btn a span{position:relative;z-index:2;}
.header .btn a:hover:before{
    -webkit-transform: scale(1.0) translateX(-50%) translateY(-50%);
    -moz-transform: scale(1.0) translateX(-50%) translateY(-50%);
    -ms-transform: scale(1.0) translateX(-50%) translateY(-50%);
    -o-transform: scale(1.0) translateX(-50%) translateY(-50%);
    transform: scale(1.0) translateX(-50%) translateY(-50%);
}
.nav li{position:relative;}
.nav li>dl{position:absolute;width:calc(100% + 40px);margin:5px 0 0 -20px;border-radius:6px;padding:9px 30px;left:0px;background:#fff;box-shadow: 0px 0px 30px 0px rgba(3, 3, 3, 0.15);z-index:-1;opacity:0;visibility:hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.nav li>dl>dd>a,.nav li .new_sub_nav dd>a{line-height:40px;border-bottom:1px solid #eaeaea;display:block;line-height:38px;font-size:13px;color:#333;text-align:left;font-weight:bold;}
.nav li>dl>dd:hover>a,.nav li .new_sub_nav dd:hover>a{color:#206bc4;}
.nav li>dl>dd:nth-last-child(1)>a{border-bottom:0;}
/*.nav li>dl:before{content:"";display:block;background:url(/static/css/../images/sj.png) no-repeat center center/100%;width:12px;height:12px;position:absolute;left:50%;top:-6px;margin-left:-6px;z-index:2;}*/
.nav li>dl>dl{margin:0;left:100%;top:0;width:130px;}
.logow{display:none;}
.nav li .new_sub_nav{box-sizing:border-box;position:absolute;left:-60px;width:600px;margin:5px 0 0 -20px;border-radius:6px;padding:22px 32px;left:0px;background:#fff;box-shadow: 0px 0px 30px 0px rgba(3, 3, 3, 0.15);z-index:-1;opacity:0;visibility:hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);}

.nav li:hover>dl,.nav dl dd:hover dl,.nav li:hover .new_sub_nav{z-index:2;visibility:visible;
    -webkit-transform: translateY(0px);opacity:1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.nav li .new_sub_nav dl{float:left;width:180px;}
.nav li .new_sub_nav .new_sub_tuijian{float:right;width:310px;}
.nav li .new_sub_nav .new_sub_tuijian .pic{height:70px;border-radius:5px;width:136px;float:left;}
.nav li .new_sub_nav .new_sub_tuijian .pic img{width:100%;}
.nav li .new_sub_nav .new_sub_tuijian .wenz{float:right;width:calc(100% - 150px);}
.nav li .new_sub_nav .new_sub_tuijian .wenz span{display:block;border-radius:5px;text-align:center;font-size:12px;color:#206bc4;width:65px;line-height:22px;background:#fbe6e7;}
.nav li .new_sub_nav .new_sub_tuijian .wenz h3{margin-top:6px;}
.nav li .new_sub_nav .new_sub_tuijian .wenz h3 a{color:#333;}
.nav li .new_sub_nav .new_sub_tuijian>div:hover .wenz h3 a{color:#206bc4;}
.nav li .new_sub_nav .new_sub_tuijian>div{margin-bottom:16px;}
.nav li:hover .new_sub_nav .new_sub_tuijian .pic img{   
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.nav li .new_sub_nav .new_sub_tuijian>div:nth-child(2) .wenz span{color:#f38917;background:#fef3e7;}
.nav li:nth-last-child(1) .new_sub_nav{left:auto;right:-120px;}
.nav li .new_sub_nav .new_sub_tuijian .f12p{margin-top:12px;line-height:18px;color:#999;}
.nav li:nth-child(4) .new_sub_nav{width:530px;}
.nav li:nth-child(4) .new_sub_nav .new_sub_tuijian{width:235px;}











@media only screen and (min-width: 1023px) {
    .cfff.header .nav li>a{color:#fff;}
    .cfff.header.on .nav li>a{color:#333;}
    .cfff.header .htel{color:#fff;background:url(/static/css/../images/ricon03.png) no-repeat left center/15px;}
    .cfff.header .logow{display:inline-block;}
    .cfff.header .logo0{display:none;}
    .cfff.header.on .logow{display:none;}
    .cfff.header.on .logo0{display:inline-block;}
    .cfff.header.on .htel{color:#206bc4;background:url(/static/css/../images/ricon03h.png) no-repeat left center/15px;}
    .cfff.header .nav li.cur>a{color:#206bc4;}
}



.header{transition:all .3s;-webkit-transition:all .3s;background:#fff;}
.page-index{display:none;}
.banner{position:relative;}
.banner .wenz{width:37%;float:left;height:350px;}
.banner .wenz .more{margin-top:40px;}
.banner .tp{height:350px;line-height:350px;text-align:center;width:49.3%;float:right;}
.banner .tp img{max-height:100%;}
.banner .wenz h2{font-size:36px;color:#111;font-weight:bold;}
.banner .wenz h5{margin:20px 0 8px;height:20px;font-size:14px;color:#111;}
.banner .wenz p{font-size:12px;color:#999;}
.banner .wrapper{position:relative;}
.banner .swiper-container{margin:30px 0;}
.banner .pagination01{z-index:2;width:100%;text-align:center;position:relative;bottom:auto;margin-top:50px;}
.pagination01.swiper-pagination{height:18px;text-align:center;}
.pagination01.swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;margin:2px 10px !important;opacity:1;background:#dadada;}
.pagination01.swiper-pagination .swiper-pagination-bullet-active{border:2px solid #206bc4;margin:0 10px !important;background:transparent;}
.pagination03.swiper-pagination{z-index:3 !important;height:18px;text-align:center;}
.pagination03.swiper-pagination .swiper-pagination-bullet{border-radius:0;width:40px;height:3px;margin:2px 5px !important;opacity:.6;background:#fff;}
.pagination03.swiper-pagination .swiper-pagination-bullet-active{opacity:1;}
.banner .pagination03{bottom:20px !important;}

.banner .prev01.swiper-button-prev{left:7%;}
.banner .next01.swiper-button-next{right:7%;}
.prev01.swiper-button-prev{background:url(/static/css/../images/prev.png) no-repeat center center/100%;width:26px;height:26px;margin-top:-13px;}
.next01.swiper-button-next{background:url(/static/css/../images/next.png) no-repeat center center/100%;width:26px;height:26px;margin-top:-13px;}
.prev01.swiper-button-prev:hover{background:url(/static/css/../images/prevh.png) no-repeat center center/100%;}
.next01.swiper-button-next:hover{background:url(/static/css/../images/nexth.png) no-repeat center center/100%;}
/*.banner .swiper-slide-active .tp img{  animation: upDown .7s infinite alternate;*/
/*-webkit-animation: upDown .7s infinite alternate;}*/
@keyframes upDown {
    from {
        transform: translateY(0); }
    to {
        transform: translateY(-0.8rem); } }
@-webkit-keyframes upDown {
    from {
        -webkit-transform: translateY(0); }
    to {
        -webkit-transform: translateY(-0.8rem); } }
.fwb{font-weight:bold;}
.index01{background:#eaeaea;}
.index01 .swiper-container{}
.index01 .swiper-slide .table{background:none !important;height:140px;padding:0 46px;box-sizing:border-box;border-radius:8px;}
.index01 .swiper-slide img{margin-top:14px;float:left;width:40px;}
.index01 .swiper-slide h3{}
.index01 .swiper-slide{position: relative;}
.index01 .swiper-slide:before{content:"";display:block;position:absolute;right:0;top:50%;width:1px;height:70px;margin-top:-35px;background:#ccc;}
.index01 .swiper-slide:nth-last-child(1):before{display:none;}
.index01 .swiper-slide p{opacity:.7;color:#fff;font-size:12px;line-height:20px;height:40px;margin-top:8px;}
.index01 .swiper-slide .wenz{padding:0 30px;box-sizing:border-box;}
.index01 .swiper-slide:hover{background:rgba(0,0,0,.02);}
.index01 .swiper-slide .wenz h3{color:#111;}
.index01 .swiper-slide .wenz p{opacity:1;color:#666;}
/* .index01 .swiper-slide .table{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.index01 .swiper-slide:hover .table{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);} */

.index02{background:#f6f6f6;}
.pad{padding:4.4% 0;}
.tit{margin-bottom:45px;text-align:center;}
.tit h2{font-size:30px;}
.tit p{font-size:14px;color:#666;margin-top:10px;line-height:24px;}
.tit.align-l{text-align:left;}
.htel{float:right;font-size:14px;color:#206bc4;margin-right:25px;background:url(/static/css/../images/ricon03h.png) no-repeat left center/15px;padding-left:23px;}
.index02{}
.index02 .swiper-container{padding:40px 0;margin:-40px 0;}
.index02 .swiper-slide{position:relative;border-radius:8px;box-sizing:border-box;padding:26px 22px 55px 22px;}
.index02 .swiper-slide h6{color:#dbdbdb;font-size:18px;font-family:"impact";}
.index02 .swiper-slide h3{margin:18px 0 7px;font-size:18px;}
.index02 .swiper-slide h4{height:20px;font-size:12px;color:#bdbdbd;}
.index02 .swiper-slide p{font-size:12px;color:#666;margin-top:20px;line-height:20px;height:100px;}
.index02 .swiper-slide img{height:50px;margin-top:56px;}
.index02 .swiper-slide a{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:0 32px;display:block;line-height:48px;color:#fff;background:#206bc4;opacity:0;visibility:hidden;border-bottom-left-radius:8px;border-bottom-right-radius: 8px;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);}
.index02 .swiper-slide:hover a{opacity:1;visibility:visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);}
.index02 .swiper-slide:hover img{margin:26px 0 30px;}
.index02 .swiper-slide:after{content:"";display:block;position:absolute;right:0;top:0;border-left:1px dashed #DBDBDB;z-index:1;height:100%;}
.index02 .swiper-slide:before{content:"";display:block;opacity:0;box-shadow: 0px 14px 43px 0px rgba(0, 0, 0, 0.15);width:100%;height:100%;background:url(/static/css/../images/bg04.png) no-repeat center center/cover;position:absolute;left:50%;top:50%;z-index:-1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.index02 .swiper-slide:nth-last-child(1):after{display:none;}
.index02 .swiper-slide:hover:before{opacity:1;}
.index02 .swiper-slide:hover:after{opacity:0;}
.nopro{}
.liw30 li{padding:6px 0;color:#666;font-size:14px;line-height:24px;width:32%;margin-right:2%;float:left;}
.liw30 li:nth-child(3n){margin-right:0;}
.liw30 li{}

.index03{background:#e8e8e8;position:relative;}
.index03 .i-div{max-width:49.1%;max-height:100%;overflow:hidden;position:absolute;left:0;bottom:0;z-index:2;}
.index03 .i-div img{display:block;}
.index03 .wenz{width:50.5%;}
.index03 dd{position:relative;cursor:pointer;display:inline-block;max-width:85px;padding:0 18px;text-align:center;}
.index03 dd img{height:30px;display:block;margin:0 auto 6px auto;/*-webkit-filter:grayscale(1);filter: grayscale(1);opacity:.8;*/}
.index03 dd span{display:block;text-align:center;font-size:14px;color:#999999;}
/*.index03 dd:hover img,.index03 dd.cur img{-webkit-filter:grayscale(0);filter: grayscale(0);opacity:1;}*/
.index03 dd:before{content:"";position:absolute;height:3px;width:30px;left:calc(50% - 15px);bottom:-10px;background:#206bc4;display:block;opacity:0;visibility:hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.index03 dd:hover span,.index03 dd.cur span{color:#206bc4;}
.index03 dd:hover:before,.index03 dd.cur:before{opacity:1;visibility:visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);}
.index03 .swiper-container{margin-top:40px;}
.index03 h4{font-size:14px;color:#999;font-family:'impact';}
.index03 h3{margin:4px 0 14px;}
.index03 h6{margin:22px 0 8px;color:#666;font-weight:bold;font-size:12px;}
.index03 .fontp{height:auto;max-height:72px;}
.index03 .more{margin-top:40px;}
.index03 .img-div img{float:left;max-width:20%;width:120px;/*-webkit-filter:grayscale(1);filter: grayscale(1);opacity:.8;*/}
.index03 .img-div img:hover{-webkit-filter:grayscale(0);filter: grayscale(0);opacity:1;}
.index03:before{content:"";display:block;width:39.5%;position:absolute;left:0;top:0;background:#fff;z-index:1;height:100%;}
.more{overflow:hidden;position:relative;width:130px;line-height:40px;display:inline-block;text-align:center;background:rgba(255,255,255,.5);font-size:14px;color:#666666;font-weight:bold;}
.more:hover,.more.more1{background:#206bc4;color:#fff;}
.index03 .more{margin-right:10px;}
.more:before{content:"";display:block;z-index:1;position:absolute;left:50%;top:50%;border-radius:50%;background:rgba(255,255,255,.15);width:150px;height:150px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0) translateY(-50%) translateX(-50%);
    -moz-transform: scale(0) translateY(-50%) translateX(-50%);
    -ms-transform: scale(0) translateY(-50%) translateX(-50%);
    -o-transform: scale(0) translateY(-50%) translateX(-50%);
    transform: scale(0) translateY(-50%) translateX(-50%);
}
.more span{position:relative;z-index:2;}
.more:hover:before{
    -webkit-transform: scale(1.0) translateX(-50%) translateY(-50%);
    -moz-transform: scale(1.0) translateX(-50%) translateY(-50%);
    -ms-transform: scale(1.0) translateX(-50%) translateY(-50%);
    -o-transform: scale(1.0) translateX(-50%) translateY(-50%);
    transform: scale(1.0) translateX(-50%) translateY(-50%);
}
.index03 ul{position:absolute;right:0;top:45%;z-index:4;width:220px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index03 li{border-bottom-left-radius:5px;border-top-left-radius:5px;cursor:pointer;color:#fff;position:relative;margin:10px 0;padding:14px 24px 14px 80px;background:#bababa;box-sizing:border-box;width:100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;}
.index03 li span{font-size:16px;display:block;}
.index03 li em{font-style:normal;display:block;}
.index03 li i{position:absolute;left:25px;font-size:16px;font-style:normal;font-family:Impact;top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index03 li:before{content:"";display:block;left:56px;width:6px;height:6px;background:#fff;border-radius:50%;position:absolute;top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index03 li.cur,.index03 li:hover{color:#206bc4;background:#fff;}
.index03 li:hover:before,.index03 li.cur:before{background:#206bc4;}
.index03 .yewu{display:none;}
.index04{position:relative;}
.index04>.wrapper>img{display:block;margin:auto;}
.index04>.wrapper>p{font-size:14px;line-height:24px;color:#111;max-width:1020px;margin:15px auto 50px auto;}
.index04 dd{float:left;width:25%;text-align:left;padding:0 50px;box-sizing:border-box;border-right:1px solid #eaeaea;}
.index04 dd h5{font-family:Impact;font-size:60px;color:#206bc4;font-weight:bold;}
.index04 dd h5 sup{font-size:36px;margin:-5px 0 0 10px;}
.index04 dd:nth-last-child(1){border-right:0;}
.index04 .more{display:block;margin:60px auto 0 auto;}
canvas {
    display:block;
}
.waves {
    -webkit-filter:grayscale(1);filter: grayscale(1);opacity:.8;
    position:absolute;z-index:-1;
    left:0;
    top:0;
    right:0;
    bottom:0;
}
canvas{position:absolute;bottom:0;}
.index05{background:#f5f6f7;}
.index05 li{padding:18px 30px;box-sizing:border-box;float:left;width:33.3%;text-align:center;}
.index05 li h3{font-size:18px;margin:22px 0 12px;}
.index05 li p{text-align:center;}
.index05 li img{height:160px;}
.index05 li:hover img{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);}
.index06 .swiper-slide,.index06.hh li{position:relative;line-height:100px;height:100px;text-align:center;}
.index06.hh .swiper-slide{line-height:120px;height:120px;}
.index06.hh0 li{margin:-1px -1px 0 0;float:left;width:12.5%;text-align:center;}
.index06 .swiper-slide img,.index06.hh li img{max-height:90%;max-width:90%;/*-webkit-filter:grayscale(1);filter: grayscale(1);opacity:.5;*/}
.index06.hh .swiper-slide img,.index06.hh li img{max-width:85%;max-height:85%;}
.index06 .swiper-slide:before,.index06.hh li::before{content:"";display:block;position:absolute;box-sizing:border-box;z-index:-1;left:0;top:0;width:100%;height:100%;border-bottom:1px solid #f6f6f6;border-right:1px solid #f6f6f6;}
.index06 .swiper-container{padding:5px 0 0;}
.index06 .swiper-container:before,.index06.hh li:before{content:"";display:block;width:100%;border-top:1px solid #f6f6f6;position:absolute;top:5px;}
.index06 .swiper-container:after,.index06.hh li::after{content:"";display:block;width:1px;height:100%;border-left:1px solid #f6f6f6;position:absolute;top:5px;}
.index06.hh li::before{top:0;}
.index06 .swiper-slide:hover img,.index06.hh li:hover img{-webkit-filter:grayscale(0);filter: grayscale(0);opacity:1;}
/*.index06_tab .swiper-slide i{display:block;position:absolute;right:-2px;top:-2px;background:url(/static/css/../images/dian.png) no-repeat center center/100%;width:5px;height:5px;}*/
/*.index06 .swiper-slide:nth-child(10n) i{display:none;}*/
.index06 .swiper-slide:hover,.index06.hh li:hover{    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 3px 43px 0px rgba(4, 0, 0, 0.1);}
.padt0{padding-top:0 !important;}
.index07{}
.index07 li{background:#fff;overflow:hidden;float:left;width:48%;box-sizing:border-box;border-radius:8px;}
.index07 li:nth-child(2n){float:right;}
.index07 li .bt{float:left;padding-top:48px;text-align:center;width:118px;}
.index07 li .wenz{float:right;width:calc(100% - 118px);box-sizing:border-box;border-left:1px solid #eaeaea;padding:24px;}
.index07 li .bt img{width:70px;}
.index07 li .bt h3{font-size:16px;color:#999999;margin-top:14px;}
.index07 li dt .pic{height:118px;}
.index07 li dt .pic img{width:100%;}
.index07 li dt h4 a{font-size:14px;color:#111;font-weight:bold;}
.index07 li dt h4{padding:14px 0;border-bottom:1px solid #eaeaea;height:44px;line-height:22px;margin-bottom:14px;}
.index07 li dt:hover h4 a{color:#478ff3;}
.index07 li dd{font-size:14px;line-height:24px;}
.index07 li dd a{color:#111111;}
.index07 li dd:hover a{color:#478ff3;}
.index07 li .gd{border-top:1px solid #eaeaea;line-height:58px;padding:0 30px;}
.more2{display:inline-block;min-height:24px;font-size:14px;color:#3d8af2;background:url(/static/css/../images/gd.png) no-repeat right center/20px;padding-right:30px;}
.more2:hover{padding-right:35px;}
.index07 li .swiper-slide h4{font-size:18px;color:#111;font-weight:bold;}
.index07 li .swiper-slide p{font-size:12px;margin:5px 0 15px;color:#999999;}
.index07 li .swiper-slide{text-align:center;}
.index07 li .swiper-slide>div{height:252px;line-height:252px;}
.index07 li .swiper-slide img{max-height:100%;}
.index07 li .gd{position:relative;}
.index07 li.tj .pic,.blog-banner li:nth-child(1) .pic{height:265px;text-align:center;}
.index07 li.tj .wz,.blog-banner li:nth-child(1) .wz{background:#fff;}
.index07 li.tj .wz h3,.blog-banner li:nth-child(1) h3{margin:32px 22px;}
.index07 li.tj .line_div,.blog-banner li:nth-child(1) .line_div{box-sizing:border-box;padding:18px 22px;border-top:1px solid #eaeaea;}
.index07 li.tj,.blog-banner li:nth-child(1){box-shadow: 0px 0px 57px 0px rgba(114, 122, 135, 0.1);}
.index07 li.tj:hover .f18a a,.blog-banner li:nth-child(1):hover .f18a a{color:#206bc4;}
/*.index07 li.tj .line_div span,.blog-banner li.tj .line_div span{font-size:14px;color:#8bc7e0;}*/
.index07 li.tj .line_div span.date,.blog-banner li:nth-child(1) .line_div span.date{float:right;color:#666;}
.index07 li dt{overflow:hidden;margin-bottom:12px;padding-left:26px;background:url(/static/css/../images/0923/bg05.png) no-repeat left center/17.5px;line-height:24px;}
.index07 li.normal{padding:22px 36px;}
.index07 li dd{padding:10px 0;border-bottom:1px dashed #eaeaea;}
.index07 li dl:nth-child(1){margin-bottom:32px;}


.nmore{font-size:12px;color:#206bc4;}
.nmore:hover{text-decoration:underline;}
.index07 li dt a{float:right;}
.crumbs{position:relative;}
.hash{position:absolute;top:-350px;}
.prev02.swiper-button-prev{background:url(/static/css/../images/prev02.png) no-repeat center center/auto 100%;width:15px;height:15px;margin-top:-7.5px;}
.next02.swiper-button-next{background:url(/static/css/../images/next02.png) no-repeat center center/auto 100%;width:15px;height:15px;margin-top:-7.5px;}
.prev02.swiper-button-prev:hover{background:url(/static/css/../images/prev02h.png) no-repeat center center/auto 100%;}
.next02.swiper-button-next:hover{background:url(/static/css/../images/next02h.png) no-repeat center center/auto 100%;}
.swiper-button-prev:after{display:none !important;}
.swiper-button-next:after{display:none !important;}


.index07 li .gd .prev02{right:55px;left:auto;}
.index07 li .gd .next02{right:24px;}
.index08{text-align:center;background:url(/static/css/../images/0424/bg04.png) no-repeat right bottom/auto 100%,url(/static/css/../images/0424/bg05.png) no-repeat left top/348px;background-color:#f6f8ff;}
.index08 h5{margin-bottom:32px;}
.index08 .tp{padding-top:20px;width:433px;text-align:center;float:right;}
.index08 form{width:80%;position:relative;max-width:980px;margin:auto;}
.index08 input[type=text]{display:block;background:none;padding:0 20px;box-sizing:border-box;float:left;width:calc(20% - 20px);margin:0 10px 15px 10px;line-height:48px;color:#333;font-size:14px;border:none;outline:none;background:#fff;}
.index08 textarea{display:block;background:none;box-sizing:border-box;line-height:24px;width:calc(100% - 20px);margin-left:10px;padding:12px 20px;background:#fff;height:80px;color:#333;font-size:14px;border:none;outline:none;background:#fff;}
.index08 input[name=yzm]{width:calc(30% - 20px);}
.index08 .yzm{position:absolute;bottom:80px;right:calc(40% + 20px);}
.index08 .yzm img{height:30px;}
.index08 .submit{border:none;outline:none;cursor:pointer;width:200px;background:#206bc4 !important;margin-top:30px;}
.index08 input[type=text]::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #333;
}

.index08 input[type=text]::-moz-placeholder,textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
}

.index08 input[type=text]:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333;
}
.footer-top{}
.footer{background:#3f4043;}
.footer-top .info{float:left;width:290px;box-sizing:border-box;padding:50px 0;}
.footer-top h5{color:#fff;}
.search{max-width:300px;width:70%;margin-top:25px;}
.search input[type=text]{background:rgba(0,0,0,.3);float:left;display:block;width:calc(100% - 42px);border:none;border-radius:5px;border-right:0;line-height:38px;height:38px;padding:0 12px;box-sizing:border-box;font-size:12px;color:#999999;}
.search .submit{border-radius:5px;float:right;display:block;width:42px;height:38px;line-height:38px;outline:none;border:none;cursor:pointer;background:#206bc4;font-size:12px;color:#fff;font-family:Impact;}
.skey{margin-top:12px;}
.skey a{color:#3d8af2;font-size:12px;display:inline-block;margin-right:8px;}
.skey a:hover{text-decoration:underline;}
.skey a:nth-last-child(1){margin-right:0;}
.tel{margin:-8px 0 22px;font-size:24px;color:#fff;font-weight:bold;font-family:Impact;background:url(/static/css/../images/0424/tel.png) no-repeat left center/22px;padding-left:30px;animation: dianh .6s infinite alternate;
    -webkit-animation: dianh .6s infinite alternate;}
@-webkit-keyframes dianh{
    from{-webkit-transform:rotate(-2deg)}
    35%{-webkit-transform:rotate(0deg)}
    to{ -webkit-transform:rotate(-2deg)}
}

@keyframes dianh{
    from{-webkit-transform:rotate(-2deg)}
    35%{-webkit-transform:rotate(0deg)}
    to{ -webkit-transform:rotate(-2deg)}
}
.wx-code{display:none;}
.footer-top .fx a{display:inline-block;width:43px;height:43px;margin-right:8px;-webkit-filter:grayscale(1);filter: grayscale(1);opacity:.3;}
.footer-top .fx a.wx{background:url(/static/css/../images/wechat.png) no-repeat center center/100%;}
.footer-top .fx a.mail{background:url(/static/css/../images/mail.png) no-repeat center center/100%;}
.footer-top .fx a:hover{opacity:1;}
.footer-nav{float:right;width:calc(100% - 500px);padding:50px 0;}
.footer-nav dl{float:left;width:16.66%;box-sizing:border-box;}
.footer-nav dl:nth-child(1){padding-left:0;}
.footer-nav dt{font-size:16px;color:#fff;font-weight:bold;margin-bottom:12px;}
.footer-nav dd{}
.footer-nav dd a{font-size:14px;color:#abadb1;line-height:28px;}
.footer-nav dd a:hover{color:#fff;}
.footer-btm{text-align:center;font-size:12px;color:#abadb1;background:#272727;padding:15px 0;line-height:24px;}
.footer-btm a{display:inline-block;margin-left:30px;color:#abadb1;}
.footer-btm a img{margin:-2px 5px 0 0;}
.footer-btm select{border:none;outline:none;background:#fff url(../images/sj1.png) no-repeat right 20px bottom 12px/4px;padding:0 20px;box-sizing:border-box;font-size:14px;color:#111111;line-height:38px;height:38px;width:160px;border-radius:4px;}
.footer-con{padding:50px 0;float:right;width:200px;}
.footer-link{}
.footer-link .wrapper{padding:22px 0;border-top:1px solid rgba(255,255,255,.1);}
.footer-link span{font-size:12px;color:#999999;}
.footer-link a{display:inline-block;color:#666;font-size:12px;margin:0 5px;}
.footer-link a:hover{color:#fff;}




.ny-banner{height:350px;text-align:right;}
.ny-banner h3,.new-banner h3{font-family:Impact;font-size:18px;}
.ny-banner h1,.new-banner h1{padding:0 0 14px;font-size:36px;font-weight:bold;}
.new-banner h1{color:#fff;letter-spacing: 1px;}
.ny-banner img{position:absolute;right:0%;bottom:10%;height:80%;}
.ny-banner .wenz{position:absolute;left:0;top:50%;line-height:1.5;text-align:left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ny-banner p{color:#333;font-size:14px;line-height:24px;max-width:440px;}
.ny-banner .wrapper{position:relative;height:100%;}
.new-banner{padding-top:90px;position:relative;
    background-image: -moz-linear-gradient( 145deg, rgb(47,117,214) 0%, rgb(218,238,255) 100%);
    background-image: -webkit-linear-gradient( 145deg, rgb(47,117,214) 0%, rgb(218,238,255) 100%);
    background-image: -ms-linear-gradient( 145deg, rgb(47,117,214) 0%, rgb(218,238,255) 100%);
}
.new-banner::before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;
    background:url(/static/css/../Upload/Solution/2022042020153352.png) no-repeat bottom right 15%/auto 90%;
}
.new-banner .wenz{padding:75px 0;}
.new-banner .wrapper{position:relative;z-index:2 ;}
.new-banner img{position:absolute;height:calc(100% - 70px);right:50px;bottom:0;}
.crumbs{line-height:70px;border-bottom:1px solid #eaeaea;}
.subnav{}
.subnav a{position:relative;display:inline-block;font-size:15px;color:#999999;margin-right:50px;}
.subnav a:hover,.subnav a.cur{color:#111111;}
.subnav a:nth-last-child(1){margin-right:0 !important;}
.subnav a:before{content:"";display:block;height:2px;background:#206bc4;position:absolute;left:0;bottom:0;width:100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.subnav a:hover:before,.subnav a.cur:before{
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}
.crumbs .fr{}
.crumbs img{width:18px;margin-top:-3px;}
.crumbs .fr a,.crumbs .fr span{display:inline-block;vertical-align:middle;font-size:14px;color:#999;}
.crumbs .fr a:hover,.crumbs .fr span{color:#111111;}
.crumbs em{font-style:normal;font-family:'ËÎÌå';color:#999;margin-top:-2px;display:inline-block;vertical-align:middle;padding:0 5px;}
.pos_re .crumbs{z-index:3;position:absolute;width:100%;top:90px;border:none;}
.hide{display:none;}
.crumbs .fr span{max-width:150px;display:inline-block;}
.news-tab{margin-bottom:40px;text-align:center;}
.news-tab a{border:1px solid #eaeaea;width:200px;line-height:50px;text-align:center;border-radius:5px;display:inline-block;margin:0 10px;font-size:14px;color:#666;}
.news-tab a img{width:16px;margin:-3px 10px 0 0;}
.news-tab a:hover .hide,.news-tab a.cur .hide{display:inline-block;}
.news-tab a:hover .show,.news-tab a.cur .show{display:none;}
.news-tab a:hover,.news-tab a.cur{background:#206bc4;color:#fff;}
.news-tuijian{position:relative;}
.news-tuijian .pic{width:64.2%;}
.news-tuijian .wenz{width:35.8%;padding:55px;position:absolute;right:0;top:0;height:100%;box-sizing:border-box;border:1px solid #eaeaea;border-bottom-right-radius:5px;border-top-right-radius:5px;}
.news-tuijian .wenz h6,.news li .wenz h6{font-size:14px;color:#206bc4;margin-bottom:22px;}
.news-tuijian .wenz h3{margin-bottom:14px;height:68px;line-height:34px;}
.news-tuijian .wenz h3 a{color:#111;}
.news-tuijian .wenz .more2{margin-top:46px;}
.news-tuijian .wenz:hover h3 a{color:#206bc4;}
.news ul{margin-top:44px;}
.news li{padding:44px 0;border-top:1px solid #eaeaea;}
.news li .pic{width:350px;height:150px;line-height:150px;text-align:center;}
.news li .wenz{width:calc(100% - 390px);}
.news.nn li .pic{width:240px;line-height:120px;height:120px;}
.news.nn li .wenz{width:calc(100% - 260px);}

.f18a{font-size:18px;}
.f18a a{color:#111;}
.news li .wenz h3{margin:-6px 0 9px;}
.news li .wenz .more2{margin-top:15px;}
.news li:hover .wenz h3 a{color:#206bc4;}
#pgServer{padding:58px 0;position:relative;border-top:1px solid #eaeaea;font-size: 18px;color: #666666;border-bottom:1px solid #eaeaea;}
#pgServer a,#pgServer font,#pgServer span{text-align:center;display: inline-block;border-bottom:2px solid transparent;font-size: 18px;color: #666;margin-left:32px;line-height:52px;}
#pgServer font,#pgServer a:hover,#pgServer span.on{color:#206bc4;border-color:#206bc4;}
#pgServer a.none{float:right;}
#pgServer a.prev{background:url(/static/css/../images/prev02.png) no-repeat left center/9px;padding-left:25px;}
#pgServer .next{background:url(/static/css/../images/next02.png) no-repeat right center/9px;padding-right:25px;margin-left:100px;}
#pgServer a.prev:hover{background:url(/static/css/../images/prev02h.png) no-repeat left center/9px;}
#pgServer a.next:hover{background:url(/static/css/../images/next02h.png) no-repeat right center/9px;}
#pgServer .next{position:absolute;right:0;}
#pgServer .prev{position:absolute;right:120px;}
#pgServer input[type=text]{width:30px;height:24px;line-height:24px;border:none;outline:none;text-align:center;font-size:14px;color:#666;border-bottom:1px solid #eaeaea;}
#pgServer input[type=button]{width:30px;border:none;outline:none;cursor:pointer;background:#206bc4;color:#fff;font-size:14px;line-height:24px;height:24px;}
.fh{font-size:14px;color:#3d8af2;background:url(/static/css/../images/fh.png) no-repeat left center/13.5px;padding-left:25px;}
.fh:hover{text-decoration:underline;}
.span-d .box{margin:15px 45px;padding:22px;background:#fff;border:1px solid #eaeaea;}
.span-d.solution07 .wrapper{background-position:bottom 50px center !important;}
.solution07.span-d li:before{transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.span-d .box span{display:inline-block;border:1px solid #eaeaea;line-height:32px;font-size:14px;padding:0 15px;margin:3px 8px 3px 0;}
.news-tit{text-align:left;padding-bottom:20px;border-bottom:1px solid #eaeaea;}
.news-tit h6{font-size:12px;color:#999;margin-top:5px;}
.news-detail .editor{padding:30px 0 60px;}
.bdsharebuttonbox a{float:none !important;display:inline-block !important;margin:0 8px !important;padding:0 !important;line-height:inherit;width:22px;height:22px;vertical-align:middle;}
.bdsharebuttonbox{text-align:center;}
.bdsharebuttonbox a {width: 50px !important;height: 50px !important;display: inline-block !important;float: none !important;}
.page-local{margin-top:70px;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;line-height:80px;}
.page-local div{max-width:45%;font-size:14px;color:#999;}
.page-local a{color:#666;}
.page-local a:hover{color:#1a89fa;}

.fixed-right{position:fixed;right:50px;z-index:7;bottom:15%;}
.fixed-right li{border-radius:50%;position:relative;text-align:center;color:#fff;line-height:64px;width:64px;height:64px;margin:0 0 6px 0;}
.fixed-right li span{padding-top:7px;display:block;}
.fixed-right li span img{margin-top:-8px;}
.fixed-right li .li-hide{position:absolute;right:80px;font-size:15px;border-radius:5px;background:#206bc4;
    display:none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.fixed-right li.nobg:before{background:transparent !important;}
.fixed-right li.nobg{margin-bottom:32px;}
.fixed-right li:before{width:100%;height:100%;border-radius:50% !important;}
.fixed-right li em{opacity:0;line-height:18px;font-style:normal;font-size:12px;color:#fff;display:block;position:absolute;left:50%;top:50%;width:30px;text-align:center;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fixed-right li a img{width:106px;max-width:106px;margin-left:-21px;}
.fixed-right li:hover em{opacity:1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
    transform: translateX(-50%) translateY(-50%) scale(1.0);
}
.fixed-right li .li-hide.code{padding:10px;width:106px;height:106px;}
.fixed-right li .li-hide:before{content:"";display:block;position:absolute;right:-7px;top:11px;width:7.5px;height:15px;background:url(/static/css/../images/0424/sjh.png) no-repeat right center;}
.fixed-right li .li-hide.mail{width:150px;line-height:50px;top:7px;color:#fff;}
.fixed-right li .li-hide.mail:before{top:17.5px;}
@media only screen and (min-width: 1023px){
    .fixed-right li:hover:before{background:#206bc4 !important;}
    .fixed-right li:hover:after{opacity:0;}
}

.fixed-right li:hover .li-hide{display:block;}
.fixed-right li:before{content:"";display:block;width:64px;height:64px;position:absolute;right:0;top:0;}
.fixed-right li:nth-child(2):before{background:#206bc4 url(../images/ricon01.png) no-repeat center center/20px;border-top-left-radius:3px;border-top-right-radius: 3px;}
.fixed-right li:nth-child(3):before{background:#206bc4 url(../images/ricon02.png) no-repeat center center/20px;}
.fixed-right li:nth-child(4):before{background:#206bc4;border-bottom-left-radius:3px;border-bottom-right-radius: 3px;}
.fixed-right li.tel0:after{content:"";display:block;width:100%;height:100%;background:url(/static/css/../images/ricon03.png) no-repeat center center/20px;}
.fixed-right li.totop{display:none;border-radius:50%;margin-top:30px;background:#a0a4ab url(../images/ricon04.png) no-repeat center center/21.5px;}
.fixed-right li .li-hide img{width:108px;background:#fff;}
.fixed-right li.totop:hover{background:#2963ff url(../images/ricon04.png) no-repeat center center/21.5px;}
.fixed-right li.totop:before,.fixed-right li.nobg:before{display:none;}
.fixed-right li.tel0:after{
    animation: t0 .6s infinite alternate;
    -webkit-animation: t0 .6s infinite alternate;}
@-webkit-keyframes t0{
    from{-webkit-transform:rotate(15deg)}
    35%{-webkit-transform:rotate(0deg)}
    to{ -webkit-transform:rotate(15deg)}
}

@keyframes t0{
    from{-webkit-transform:rotate(15deg)}
    35%{-webkit-transform:rotate(0deg)}
    to{ -webkit-transform:rotate(15deg)}
}
.header-mar{height:90px;}

.culture{}
.culture01{position:relative;}
.culture01:before{content:"";display:block;width:100%;position:absolute;bottom:0;left:0;z-index:-1;height:260px;background:#f5f6f7;}
.culture01 .swiper-slide{text-align:center;border:1px solid #eaeaea;padding:48px;border-top-left-radius:15px;border-bottom-right-radius:15px;background:#fff;box-sizing:border-box;}
.culture01 .swiper-slide img{height:82px;}
.culture01 .swiper-slide h5{margin:22px 0 10px;color:#206bc4;}
.culture01 .swiper-slide p{text-align:center;}
.culture01 .swiper-slide:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.culture02 img{width:60.3%;}
.culture02 .wenz{padding-top:55px;width:40.7%;margin-right:-1%;font-size:16px;line-height:42px;color:#111;}
.culture02 .wenz .more{margin-top:60px;}
.control-btn{line-height:40px;position:relative;}
.control-btn .prev01{left:auto;right:54px;}
.control-btn .next01{right:0;}
.culture03 .swiper-slide{width:auto;max-width:420px;}
.culture03 .control-btn{margin-bottom:40px;}
.swiper-pagination.pagination02{z-index:2 !important;bottom:0;line-height:40px;width:100px;left:auto;right:110px;font-size:16px;color:#999999;}
.swiper-pagination.pagination02 .swiper-pagination-current{color:#111;}
.culture03 .swiper-slide p{font-size:12px;margin-top:20px;}
.padb0{padding-bottom:0;}
.join{}
.join01{}
.join01 li{padding:20px 0 120px 0;float:left;width:23.5%;margin-right:2%;}
.join01 li:nth-last-child(1){margin-right:0;}
.join01 dt{margin-top:-5px;width:120px;float:left;text-align:right;}
.join01 dd{width:calc(100% - 140px);float:right;}
.join01 dt h6{font-size:20px;font-family:Impact;color:#206bc4;margin-top:2px;white-space:nowrap;}
.join01 dd h4{color:#206bc4;margin-bottom:8px;}
.join01 li:hover dt h5{color:#206bc4;}
.join02{background:#f3f5fa;}
.join02 li{box-sizing:border-box;position:relative;cursor:pointer;margin:0 0 18px;border-radius:8px;background:#fff;}
.join02 li h3{position:relative;padding:22px 32px;}
.join02 li h3 span{padding-left:5px;font-size:12px;color:#666;}
.join02 li .add{position:absolute;right:180px;top:50%;margin-top:-15px;padding:0 15px;line-height:30px;border:1px solid #eaeaea;border-radius:5px;display:inline-block;font-size:12px;color:#666666;}
.join02 li h3:before{content:"";display:block;background:url(/static/css/../images/xl.png) no-repeat center center/36px;position:absolute;width:36px;height:36px;right:54px;top:50%;margin-top:-18px;z-index:3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.join02 li h5{font-weight:bold;margin:14px 0 4px;font-size:14px;color:#111;}
.join02 li h6{margin-top:20px;color:#478ff3;}
.join02 li h6 a{color:#478ff3;}
.join02 li h6 a:hover{text-decoration:underline;}
.join02 li p{font-size:12px;line-height:20px;}
.join02 li>div{display:none;box-sizing:border-box;left:0;top:0;width:100%;background:#fff;border-radius:8px;padding:26px 54px;z-index:2;}
.join02 li:hover{box-shadow: 0px 14px 43px 0px rgba(0, 0, 0, 0.15);}
.join02 li.on{box-shadow: 0px 0px 57px 0px rgba(114, 122, 135, 0.1);}
.join02 li.on>div{display:block;}
.join02 li.on{z-index:4;}
.join02 li.on h3:before{background:url(/static/css/../Upload/edit/images/xlw.png) no-repeat center center/36px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.join02 li.on h3{color:#fff;background:url(/static/css/../images/0923/bg06.png) no-repeat top center/100%;}
.join02 li.on>div{background:url(/static/css/../images/0923/bg07.png) no-repeat top center/100%;}
.join02 li.on h3 span.add{color:#fff;}
.join02 .more{margin-top:50px;width:180px;}
.join02 .more img{width:13.5px;margin:-2px 10px 0 0;}
.join02 .more:before{width:180px;}
.join02 li .fl,.join02 li .fr{width:48%;}
.join02 li h6{float:left;width:100%;}
.news-s{}
.news-s li{padding:28px 26px;float:left;border:1px solid #eaeaea;border-radius:5px;box-sizing:border-box;width:23.5%;margin:0 2% 28px 0;}
.news-s li:nth-child(4n){margin-right:0;}
.news-s li h3{position:relative;color:#111;font-weight:bold;line-height:24px;background:url(/static/css/../images/nicon01.png) no-repeat left center/8px;padding:0 80px 0 15px;margin-bottom:20px;}
.news-s li h3 span{position:absolute;right:0;top:0;font-weight:normal;color:#666;font-size:12px;}
.news-s li>div{height:350px;line-height:350px;text-align:center;}
.news-s li>div img{max-height:100%;}
.news-s li:hover{box-shadow: 0px 14px 43px 0px rgba(0, 0, 0, 0.15);}
.about01{background:url(/static/css/../images/0923/about_bg01.jpg) no-repeat bottom center/cover;}
.about01 .tp{width:46.9%;text-align:center;}
.about01 .wenz{width:48%;}
.about01.nn .wenz{width:80%;margin:auto;}
.about01 dl{padding:70px 0 30px;}
.about01 .wenz .fontp{color:#111;text-align:justify;}
.about01 .index2301{padding-top:50px;}
.about02{background:#f5f6f7;}
.about02 .swiper-slide{}
.about02 .swiper-slide .toux{height:206px;overflow:hidden;position:relative;}
.about02 .swiper-slide .toux img{position:absolute;bottom:0;width:100%;left:0;z-index:2;display:block;}
.about02 .swiper-slide .toux:before{content:"";background:#d5d5d5;display:block;position:absolute;bottom:0;left:0;width:100%;z-index:1;height:98px;border-top-left-radius:5px;border-top-right-radius:5px;}
.about02 .swiper-slide .wenz{text-align:center;padding:20px 22px;background:url(/static/css/../images/tmbg.png) no-repeat top center/100% 100%;}
.about02 .swiper-slide .wenz h5{margin:2px 0 18px;font-size:14px;color:#999999;}
.about02 .swiper-slide .wenz p{height:168px;font-size:12px;color:#111;line-height:24px;}
.btn-box{position:relative;}
.btn-box .prev01{left:-45px;}
.btn-box .next01{right:-45px;}
.stars03 .btn-box .prev01,.partner03 .btn-box .prev01{left:calc(50% - 65px);bottom:-3px;top:auto;}
.stars03 .btn-box .next01,.partner03 .btn-box .next01{right:calc(50% - 65px);bottom:-3px;top:auto;}
.about02 .swiper-pagination{position:relative;margin-top:45px;bottom:0 !important;}
.about02 .big-container .swiper-slide:hover .wenz{box-shadow: 0px 14px 43px 0px rgba(0, 0, 0, 0.15);}
.about03{background:#f3f5fa;}
.about03 .big-container .swiper-slide{position:relative;padding:100px 0;}
.about03 .big-container .swiper-slide h5{text-align:right;color:#206bc4;width:50%;box-sizing:border-box;padding-right:100px;line-height:110px;font-size:100px;font-family:Impact;}
.about03 .big-container .swiper-slide div{position:absolute;left:50%;top:50%;width:45%;max-width:480px;padding:18px 26px;box-sizing:border-box;border-radius:5px;background:#f5f6f7;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about03 .big-container .swiper-slide dd{padding:5px 0;}
.about03 .big-container .swiper-slide dd h6{font-size:14px;color:#999;}
.about03 .big-container .swiper-slide dd .fontp{font-weight:bold;color:#111;background:url(/static/css/../images/sjh.png) no-repeat left center/8px;padding-left:18px;}
.about03 .big-container{}
.about03 .sml-container .swiper-slide>a{margin:4px 16px;display:block;line-height:40px;}
.about03 .sml-container .swiper-slide-active>a,.about03 .sml-container .swiper-slide:hover a{border-bottom-left-radius:5px;border-top-left-radius:5px; background-image: -moz-linear-gradient( 0deg, rgb(38,107,196) 0%, rgb(255,255,255) 99%);
    background-image: -webkit-linear-gradient( 0deg, rgb(38,107,196) 0%, rgb(255,255,255) 99%);
    background-image: -ms-linear-gradient( 0deg, rgb(38,107,196) 0%, rgb(255,255,255) 99%);
}
.about03 .sml-container .swiper-slide{height:48px;}
.about03 .sml-container{height:480px;float:right;width:310px;background:#fff;}
.about03 .sml-container .swiper-slide{cursor:pointer;font-size:16px;text-align:center;color:#111111;}
.about03 .sml-container .swiper-slide a{color:#111;border-bottom:1px solid #eaeaea;}
.about03 .sml-container .swiper-slide:hover a,.about03 .sml-container .swiper-slide.active a{color:#fff;}
.about03{background:#f5f5f5;}
.about03 .swiper-slide{position:relative;}
.about03 .swiper-slide h5{position:absolute;left:0;width:200px;top:0;}
.about03 .swiper-slide>div{padding:22px;background:#fff;border-radius:5px;}


.subtit{text-align:center;margin-bottom:56px;}
.subtit span{padding-bottom:18px;border-bottom:3px solid #206bc4;}
.about04{}
.about04 .swiper-container{padding:10px;}
.about04 .swiper-slide{box-shadow: 0px 0px 57px 0px rgba(114, 122, 135, 0.1);text-align:center;position:relative;padding:7px;box-sizing:border-box;background:#fff;border-radius:5px;}
.about04 .swiper-slide p{width:100%;font-size:14px;color:#111;position:absolute;left:0;top:50%;padding:0 28px;box-sizing:border-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pagination01.swiper-pagination{z-index:2 !important;}
.about04 .swiper-pagination{text-align:center;width:100%;position:relative;bottom:0;margin:25px 0 65px;}
.about04 .swiper-slide:hover p{color:#206bc4;}
.about04 dd{height:480px;background:url(/static/css/../images/0923/bg04.png) no-repeat bottom center/100%;position:relative;z-index:2;float:left;width:24%;margin-right:1.33%;text-align:center;border:1px solid #eaeaea;padding:0 20px;box-sizing:border-box;}
.about04 dl{position:relative;margin-top:100px;}
.about04 dd h4{font-size:18px;margin:16px 0 12px;color:#206bc4;}
.about04 dd p{font-size:12px;line-height:24px;color:#666;}
.about04 dd img{margin-top:-60px;width:120px;}
.about04 dt{position:absolute;left:50%;top:50%;z-index:1;width:100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);}
.about04 dd:nth-child(4n){margin-right:0;}
.about05{}
.about05 dl{margin-bottom:35px;}
.about05 dd{float:left;margin-right:-1px;box-sizing:border-box;width:calc(11.11% + 1px);}
.about05 dd a{position:relative;font-size:14px;color:#999999;line-height:46px;padding:0 16px;display:block;border:1px solid #eaeaea;}
.about05 dd a:before{content:"";display:block;position:absolute;right:16px;bottom:20px;background:url(/static/css/../images/sj3.png) no-repeat center center/5px;width:5px;height:5px;}
.about05 dd.cur a:before,.about05 dd:hover a:before{background:url(/static/css/../images/sj3h.png) no-repeat center center/5px;}
.about05 dd.cur a,.about05 dd:hover a{background:#206bc4;color:#fff;border-color:#206bc4;}
.about05 .map,.about05 .map-div{width:52.15%;float:right;height:340px;}
.about05 iframe{width:100%;height:100%;}
.about05 ul{width:43.8%;padding-top:100px;}
.about05 li{display:none;}
.about05 li>img{margin-top:15px;width:178px;float:left;}
.about05 li .wenz{width:calc(100% - 200px);float:right;}
.about05 li .wenz h3{margin-bottom:20px;}
.about05 li .wenz p{position:relative;padding:3px 0 3px 48px;font-size:14px;line-height:24px;color:#666;}
.about05 li .wenz p a{color:#666;}
.about05 li .wenz .more{margin-top:30px;}
.about05 li .wenz p em{font-style:normal;position:absolute;left:0;top:3px;}
.about05 li:nth-child(1){display:block;}
.about06 .swiper-slide{background:url(/static/css/../images/pbg01.png) no-repeat top center/cover}
.about06 .swiper-slide h4{margin-bottom:12px;}
.about06 .swiper-slide .wz{border:1px solid #eaeaea;padding:32px;}
.about06 .swiper-slide img{height:32px;margin-bottom:15px;display:block;}
.about06 .swiper-slide p{height:160px;}
.about06 .swiper-pagination{position:relative !important;margin-top:30px;bottom:0;}


.pro-banner{height:600px;position:relative;}
.pro-banner .wrapper{position:relative;}
.pro-banner .tp{line-height:440px;margin-top:160px;width:50%;float:right;text-align:center;}
.pro-banner .wenz{position:absolute;top:50%;width:50%;left:0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);}

.pro-banner .wenz p{color:#999999;margin-top:18px;}
.pro-banner .crumbs{border:none;z-index:3;top:90px;left:0;width:100%;position:absolute;}
.product{}
.product01{background:#f7f7f7;}
.product .tit p{max-width:1350px;margin:30px -25px 0 -25px;line-height:28px;color:#999;}
.product01 li{box-sizing:border-box;padding:12px 20px;float:left;width:16.66%;text-align:center;}
.product01 li img,.product03 .swiper-slide img,.solution10 li img{height:36px;}
.product01 li h4,.product03 .swiper-slide h4,.product03 li h4,.solution10 li h4{font-size:18px;color:#111;margin:18px 0 12px 0;font-weight:bold;}
.product01 li p{color:#666;text-align:center;}
.product01 li:hover img,.product03 .swiper-slide:hover img,.product03 li:hover img,.product06 li:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.product01 .w70 li{width:14.2857%;}
.product01 .w70 li img{margin-bottom:18px;}
.product01 li h5{font-size:30px;font-family:'Impact';color:#206bc4;margin-bottom:12px;}
.product03{}
.product03 .swiper-slide,.solution10 li{padding:36px 28px;background:url(/static/css/../images/pbg01.png) no-repeat top center/cover;border:1px solid #eaeaea;box-sizing:border-box;border-radius:5px;}
.product03 .swiper-slide p,.solution10 li p{text-align:left;color:#666;}
.product03 .swiper-slide p.line6{height:144px;}
.product03 .swiper-slide h4,.solution10 li h4{margin:28px 0 10px;}
.solution10 li{float:left;width:32%;margin-right:2%;}
.solution10 li:nth-child(3n){margin-right:0;}
.product03 li{float:left;width:33.33%;text-align:center;margin:25px 0;}
.product03 li img{height:60px;}
.product03 li h4{margin-bottom:0;}
.product02 .tpimg,.solution .tpimg{text-align:center;padding:30px;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;}
.tpimg img,.product02 center img{max-width:80%;}
.tpimg.w60 img{max-width:60%;}
.tpimg dl{margin-bottom:35px;}
.tpimg dd{float:left;width:25%;padding:14px 0;font-size:14px;color:#333;}
.product04{}
.product04 dd{box-sizing:border-box;line-height:24px;font-size:14px;color:#666;width:49%;float:left;background:url(/static/css/../images/pbg02.png) no-repeat left top 28px/13px;padding:22px 0 22px 25px;border-bottom:1px dashed #eaeaea;}
.product04 dd h4{font-size:18px;color:#111;font-weight:bold;margin-bottom:12px;}
.product04 dd b{color:#206bc4;}
.product04 dd:nth-child(2){float:right;}
.product04 dd:nth-child(5){float:right;}
.product04 dd:nth-child(8){float:right;}
.product04 dl.no dd{min-height:inherit;height:auto;}
.product04 .w30 dd{float:left !important;}
.product04 dd:hover{border-bottom:1px solid #ddd;}
.product04 dd p{font-weight:normal;}
.bgf7{background:#f7f7f7;}
.product04 .w30 dd{min-height:inherit;width:32%;margin-right:2%;}
.product04 .w30 dd:nth-child(2n){margin-right:2%;float:left;}
.product04 .w30 dd:nth-child(3n){margin-right:0;}
.product04 .w30 dd:nth-child(6){margin-right:2%;}
.product04 .w30 dd:nth-child(7){margin-right:0;}
.product04 .w30 dd:nth-child(11){margin-right:0;}
.product04 .w30 dd:nth-child(9){margin-right:2%;}
.product04 dd.clearb,.product04 dt.clearb{min-height:0 !important;height:0 !important;border:none;padding:0;background:none;}
.product03 .swiper-slide p font{padding-right:5px;}
.product05{}
.product05 li{float:left;width:49%;margin-bottom:20px;}
.product05 li .bgbox{overflow:hidden;}
.product05 li .tp{float:left;width:130px;text-align:center;box-sizing:border-box;padding:8px 30px 0 0;}
.product05 li .tp img{width:55px;}
.product05 li .wenz{float:right;width:calc(100% - 130px);}
.product05 li .wenz h4{font-size:18px;color:#111;font-weight:bold;margin:-4px 0 12px;}
.product05 li:nth-child(2n){float:right;}
.product05 li .bgbox{box-sizing:border-box;background:#fff;border-radius:5px;padding:30px 40px;}
.product05 li:hover .bgbox{box-shadow: 0px 14px 43px 0px rgba(0, 0, 0, 0.15);}
.product05 li .box{padding:32px 44px;background:#efefef;font-size:14px;line-height:24px;color:#666;}
.product05 .bi li .tp img{width:90px;}
.product05 .bi li .tp{line-height:inherit;height:90px;}
.product06{}
.product06 li{height:238px;width:25%;padding:0 40px;border-right:1px solid #eaeaea;box-sizing:border-box;float:left;}
.product06 li img{height:55px;}
.product06 li h4{margin:25px 0 11px;}
.product06 li:nth-last-child(1){border-right:0;}
.product06 .w20 li{padding:0 75px;width:50%;}
.solution-banner{text-align:center;height:850px;}
.solution-banner h1{padding-top:130px;position:relative;}
.solution-banner h1:before{content:"";display:block;position:absolute;left:calc(50% - 20px);background:#206bc4;bottom:-30px;width:40px;height:4px;}
.solution08 dl{margin-top:-32px;position:relative;z-index:2;text-align:center;}
.solution08 dt{padding-top:45px;width:16.666%;float:left;}
.solution08 dt p{font-size:12px;color:#999;margin-top:5px;}
.solution08 dd{float:left;width:16.666%;padding:32px 15px 0 15px;box-sizing:border-box;}
.solution08 dd img{height:34px;}
.solution08 dd h5{font-size:16px;color:#111;margin-top:12px;}
.solution08 dl.w7 dd,.solution08 dl.w7 dt{width:14.285%;}
.solution08 dd:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);}
.solution01{}
.solution01 li{box-sizing:border-box;margin-bottom:18px;float:left;width:49%;border:1px solid #eaeaea;border-radius:5px;padding:30px 38px;}
.solution01 li .num{margin-top:15px;width:86px;height:86px;line-height:86px;text-align:center;font-size:22px;color:#206bc4;font-family:Impact;float:left;background:url(/static/css/../images/sicon15.png) no-repeat center center/100%;}
.solution01 li .wenz{float:right;width:calc(100% - 123px);}
.solution01 li .wenz h4{padding-bottom:16px;border-bottom:1px solid #eaeaea;margin-bottom:20px;}
.solution01 li:nth-child(2n){float:right;}
.solution01 li:hover{box-shadow: 0px 14px 43px 0px rgba(0, 0, 0, 0.15);}
.solution01 .w30 li{width:32%;margin-right:2%;padding:22px;}
.solution01 .w30 li:nth-child(2n){float:left;}
.solution01 .w30 li:nth-child(3n){margin-right:0;}
.solution01 .w30 li .num{width:72px;height:72px;font-size:20px;line-height:72px;}
.solution01 .w30 li .wenz{width:calc(100% - 105px);}
.solution01 .w30 li .wenz h4{padding-bottom:12px;margin-bottom:12px;}
.solution01 .w40 li{padding:22px;width:24%;margin-right:1.33%;}
.solution01 .w40 li:nth-child(3n){margin-right:1.33%;}
.solution01 .w40 li:nth-child(4n){margin-right:0;}
.solution01 .w40 li .num{width:48px;height:48px;line-height:48px;font-size:16px;}
.solution01 .w40 li .wenz{width:calc(100% - 60px);}
.solution01 .w40 li .wenz h4{padding-bottom:12px;margin-bottom:12px;}
.solution01 .w40 li:nth-child(2n){float:left;}
.solution02{}
.solution02 li{padding:0 30px;box-sizing:border-box;position:relative;float:left;width:25%;text-align:center;}
.solution02 li .tp{background:url(/static/css/../images/sicon16.png) no-repeat center center/44px;height:60px;line-height:60px;font-size:16px;color:#111;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;}
.solution02 li h4{margin-top:12px;font-size:16px;color:#111;}
.solution05 .swiper-pagination{position:relative;bottom:0 !important;margin-top:35px;}
.solution02 li:before{content:"";position:absolute;display:block;background:url(/static/css/../images/sicon17.png) no-repeat center center/100%;width:110px;height:10px;right:-50px;top:25px;}
.solution02 li:nth-last-child(1):before{display:none;}
.solution02 li:hover .tp{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);}
.solution02 .w20{margin-top:35px;}
.solution02 .w20 li{width:50%;}
.solution02 .w20 li p{text-align:center;;}
.solution03{}
.solution03 .swiper-slide{border-top-left-radius:5px;border-top-right-radius:5px;background:#206bc4 url(../images/sicon19.png) no-repeat center center/cover;}
.solution03 .swiper-slide h4{line-height:64px;text-align:center;}
.solution03 .swiper-slide .box{box-sizing:border-box;height:210px;font-size:14px;line-height:24px;color:#666;padding:27px 25px;margin:5px;border-radius:5px;background:#fff url(../images/sicon18.png) no-repeat right 10px bottom -75px;}
.solution03 .swiper-slide .box.h3{margin:8px;height:150px;padding:18px 22px;}
.solution03 .swiper-slide .box b{color:#206bc4;}
.solution04{}
.solution04 li{float:left;width:16.666%;text-align:center;line-height:100px;height:100px;}
.solution04 li img{max-height:80%;max-width:80%;}
.solution04 .more-box{line-height:50px;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;margin-top:20px;text-align:center;}
.solution04 li:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.solution05{}
.solution05 .swiper-container{position:relative;z-index:3;padding:20px 0 0;background:#fff;}
.solution05 .swiper-slide{box-sizing:border-box;padding:0 40px;position:relative;}
.solution05 .swiper-slide:before{content:"";display:block;position:absolute;right:0;top:0;border-right:1px dashed #eaeaea;height:100%;}
.solution05 .swiper-slide:nth-last-child(1):before{display:none;}
.solution05 .swiper-slide img{display:block;margin:auto;height:34px;}
.solution05 .swiper-slide h4{text-align:center;margin:15px 0 20px;}
.solution05 .swiper-slide p{font-size:12px;color:#111111;line-height:22px;}
.solution05 .swiper-slide p font{padding-right:5px;}
.solution05 .swiper-slide:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.solution05 .l3 .swiper-slide h4{font-size:14px;height:72x;line-height:24px;}
.solution05 .l3 .swiper-slide{padding:0 20px;}
.solution06 li .bgbox{background:#f5f6f7;}
.solution07{}
.solution07 .wrapper{background:url(/static/css/../images/sbg01.png) no-repeat bottom center/100%;}
.solution07 ul{padding:0 45px 60px 45px;}
.solution07 li{position:relative;float:left;width:23.5%;margin:10px 2% 10px 0;}
.solution07 li:nth-child(4n){margin-right:0;}
.solution07 ul.w20 li{margin-right:0;width:48.5%;}
.solution07 ul.w20 li:nth-child(2n){float:right;}
.solution07 li h5{position:relative;line-height:58px;font-weight:bold;background:#206bc4;border-top-left-radius:5px;border-bottom-left-radius:5px;color:#fff;padding:0 30px;}
.solution07 li h5:before{content:"";display:block;background:url(/static/css/../images/sicon30.png) no-repeat center center/100%;width:16px;height:57px;position:absolute;top:0;right:-16px;}
.solution07 li img{height:60px;margin-bottom:28px;}
.solution07 li .wenz{background:#fff;border:1px solid #eaeaea;border-top:0;padding:40px 28px;}
.solution07 li .wenz p{font-size:14px;line-height:24px;color:#111;}
.solution07 li .wenz p span{font-weight:bold;color:#206bc4;}
.solution07 li:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.solution07 li:before{content:"";position:absolute;display:block;background:url(/static/css/../images/sicon35.png) no-repeat center center/24px;width:30px;height:30px;left:calc(50% - 15px);bottom:-60px;}
.solution07 h4{font-size:14px;color:#111;text-align:center;margin-top:12px;font-weight:bold;}
.solution07 .w30 li{width:32%;}
.solution07 .w30 li:nth-child(4){margin-right:2%;}
.solution07 .w30 li:nth-child(3n){margin-right:0%;}
.solution002 dl{position:relative;}
.solution002 dd{float:left;width:50%;max-width:320px;margin-bottom:50px;}
.solution002 dd h4{font-size:18px;color:#333;margin:6px 0 12px 0;}
.solution002 dd .din{font-family:'Impact';font-size:24px;color:#206bc4;}
.solution002 dd:nth-child(3),.solution002 dd:nth-child(5){float:right;}
.solution002 dd:nth-last-child(1),.solution002 dd:nth-last-child(2){margin-bottom:0;}
.solution002 dd p[align=right]{text-align:right;}
.solution002 dt{position:absolute;left:50%;text-align:center;width:320px;top:50%;transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);}
.solution002 dd.clearb{width:100%;max-width:100%;margin:0;}
.solution001 .w1000{max-width:1000px;margin:auto;}
.solution001 dd,.solution001 dt{text-align:center;float:left;width:15%;}
.solution001 dt{width:3.33%;margin-top:22px;}
.solution001 dd img{height:42px;display:block;margin:0 auto 12px auto;}
.solution001 dd{font-size:14px;color:#333;}
.solution001 dl{padding:50px 0;}



.case-search{background:#f1f1f1;padding:48px 0;}
.case-search .search{max-width:800px;margin:auto;}
.case-search .search input[type=text],.search select{background:#fff;font-size:14px;padding:0 24px;line-height:52px;height:52px;border:none;border-top-left-radius:5px;border-bottom-left-radius:5px;width:calc(100% - 90px);}
.case-search .search .submit,.index06 .search .submit,.partner03 .search .submit{width:90px;height:52px;font-size:16px;}
.case-search .skey{text-align:center;}
.case-search .skey span{color:#111;}
.case{position:relative;}
.case:before{content:"";display:block;position:absolute;background:#f5f8fa;left:0;top:0;width:100%;height:435px;z-index:-1;}
.case-tab{padding:40px 0;border-top:1px solid #eaeaea;}
.case-tab h4{float:left;width:170px;padding:0 15px 0 0;line-height:36px;margin-top:9px;box-sizing:border-box;}
.case-tab dd{float:left;margin:9px 12px 12px 0;}
.case-tab dd a{color:#666666;padding:0 18px;background:#fff;line-height:34px;border:1px solid #eaeaea;border-radius:5px;font-size:14px;font-weight:bold;display:block;}
.case-tab dd:hover a,.case-tab dd.cur a{border-color:#206bc4;color:#206bc4;}
.case-tab dl{float:right;width:calc(100% - 170px);}
.case .swiper-slide>div{margin:10px;background:url(/static/css/../images/cbg02.png) no-repeat center center/cover;border:1px solid #eaeaea;border-radius:5px;box-sizing:border-box;padding:25px 28px;}
.case .swiper-slide img{height:37px;}
.case .swiper-slide h3{font-weight:bold;margin-bottom:20px;color:#111;font-size:14px;padding:22px 0;border-bottom:1px solid #eaeaea;}
.case .swiper-slide .more2{width:100%;box-sizing:border-box;}
.case .swiper-pagination,.index06 .swiper-pagination{bottom:0px !important;margin-top:40px;position:relative;}
.case .swiper-slide:hover>div{box-shadow: 0px 14px 43px 0px rgba(0, 0, 0, 0.15);}
.search select{background:url(/static/css/../images/sj3.png) no-repeat right 24px bottom 15px/8px;line-height:46px;height:46px;border:1px solid #eaeaea;border-right:0;padding:0 24px;}
.index06 .search,.partner03 .search{max-width:600px;margin:35px auto 0 auto;}
.index06 .search .submit,.partner03 .search .submit{font-size:14px;height:46px;}
.case-detail{}
.case-detail .side{width:340px;float:left;border-right:1px solid #eaeaea;box-sizing:border-box;padding:50px 95px 0 0;}
.case-detail .clogo{margin:auto;width:126px;height:126px;border-radius:50%;border:1px solid #eaeaea;line-height:126px;overflow:hidden;text-align:center;}
.case-detail .side h4{margin:12px 0 32px;text-align:center;}
.case-detail .side .fontp{color:#111;}
.content{width:calc(100% - 440px);}
.content h4:nth-child(1){margin-top:0;}
.content h4{margin:40px 0 22px;background:url(/static/css/../images/cbg01.png) no-repeat right center/calc(100% - 90px);}
.editor{color:#111;}
.content dd{padding:10px 0 10px 15px;background:url(/static/css/../images/cbg03.png) no-repeat left top 17px/6px;}
.content .s{margin-top:35px;}
.content .s li{width:32%;margin:5px 2% 5px 0;box-sizing:border-box;padding:18px;float:left;border:1px solid #eaeaea;border-radius:5px;}
.content .s li:nth-child(3n){margin-right:0;}
.content .s li p{font-size:12px;color:#111;}
.content .s li img{margin:12px 0;height:21px !important;}
.content .s li h5{color:#666;}
.content .s li:hover{border-color:#ddd;}
.content dl.w30 dd{float:left;width:33.33%;padding-right:20px;box-sizing:border-box;}
.case-detail{padding-bottom:120px;}
.case-detail .link{margin-top:50px;}
.partner{background:url(/static/css/../images/hbg01.png) no-repeat top -150px center/100%;}
.partner01{text-align:center;}
.partner01 ul{position:relative;z-index:3;margin-top:-130px;}
.partner01 li{font-size:14px;line-height:24px;text-align:justify;padding-left:18px;background:url(/static/css/../images/dian1.png) no-repeat left top 8px/9px;width:30.76%;float:left;}
.partner01 li:nth-child(1){margin-left:55px;}
.partner01 li:nth-child(2){float:right;margin-right:55px;}
.partner02{background:#f5f6f7;}
.partner02 li{text-align:center;float:left;border-radius:5px;width:23.5%;margin-right:2%;box-sizing:border-box;padding:28px 0 0 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;}
.partner02 li:nth-child(1){    background-image: -moz-linear-gradient( -132deg, rgb(224,181,146) 0%, rgb(249,220,186) 100%);
    background-image: -webkit-linear-gradient( -132deg, rgb(224,181,146) 0%, rgb(249,220,186) 100%);
    background-image: -ms-linear-gradient( -132deg, rgb(224,181,146) 0%, rgb(249,220,186) 100%);
}
.partner02 li:nth-child(2){
    background-image: -moz-linear-gradient( -132deg, rgb(202,202,202) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( -132deg, rgb(202,202,202) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( -132deg, rgb(202,202,202) 0%, rgb(255,255,255) 100%);
}
.partner02 li:nth-child(3){
    background-image: -moz-linear-gradient( -132deg, rgb(235,180,92) 0%, rgb(255,228,177) 100%);
    background-image: -webkit-linear-gradient( -132deg, rgb(235,180,92) 0%, rgb(255,228,177) 100%);
    background-image: -ms-linear-gradient( -132deg, rgb(235,180,92) 0%, rgb(255,228,177) 100%);
}
.partner02 li:nth-child(4){margin-right:0;
    background-image: -moz-linear-gradient( -132deg, rgb(107,133,168) 0%, rgb(202,215,235) 100%);
    background-image: -webkit-linear-gradient( -132deg, rgb(107,133,168) 0%, rgb(202,215,235) 100%);
    background-image: -ms-linear-gradient( -132deg, rgb(107,133,168) 0%, rgb(202,215,235) 100%);
}
.partner02 li img{width:37.5px;}
.partner02 li h4{margin:15px 0 18px;}
.partner02 li .box{background:rgba(0,0,0,.051);padding:16px 28px;font-size:14px;color:#fff;}
.partner02 li:nth-child(2) .box{color:#666;}
.partner02 li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.solution11{}
.solution11 .tp{float:left;width:45%;text-align:center;}
.solution11 .wenz{float:right;width:50%;font-size:14px;line-height:24px;color:#666;}
.solution11 table{margin-top:20px;width:100% !important;border-collapse:collapse;}
.solution11 td{font-size:12px;line-height:20px;color:#333;padding:0 8px;border:1px solid #eaeaea;}
.product001 table{max-width:600px;margin:auto;}
.product001 th{padding:10px 12px;border:1px solid #fff;color:#fff;text-align:center;;font-size:12px;font-weight:bold;min-width:90px;background:#206bc4;line-height:22px;}
.product001 td{font-size:12px;line-height:20px;padding:7px 12px;}
.partner03{}
.partner03 .box{padding:24px;background:#f5f6f7;border-radius:5px;}
.partner03 .search{margin-top:0;}
.partner03 .swiper-container{margin-top:30px;padding:15px 0;}
.partner03 .swiper-slide{box-sizing:border-box;border:1px solid #eaeaea;border-radius:5px;line-height:60px;padding:0 20px 0 45px;background:url(/static/css/../images/dian3.png) no-repeat left 20px center/14.5px,url(/static/css/../images/hbg02.png) no-repeat center center/cover;font-size:14px;color:#111;}
.partner03 .btn-box .swiper-pagination{margin-top:30px;bottom:0 !important;text-align:center;position:relative;}
.partner03 .swiper-slide:hover{box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);}
.partner04{position:relative;}
/*.partner04:before{content:"";width:100%;height:300px;background:#f5f6f7;position:absolute;left:0;top:0;z-index:-1;}*/
.partner04 li{float:left;background:#fff;box-shadow: 0px 14px 43px 0px rgba(0, 0, 0, 0.15);position:relative;padding:38px;border-radius:6px;box-sizing:border-box;width:calc(20% - 15px);margin-right:12px;}
.partner04 li:before{content:"";display:block;position:absolute;top:60px;right:38px;background:url(/static/css/../images/hicon07.png) no-repeat center center/auto 15px;width:16px;height:16px;}
.partner04 li:nth-last-child(1){margin-right:0;}
.partner04 li img{height:65px;}
.partner04 li h4{margin:32px 0 5px 0;}
.partner04 li p{font-size:12px;color:#999;}
.partner04 li:nth-last-child(1):before{display:none;}
.partner04 li:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.partner05 dt{padding-bottom:55px;border-bottom:1px solid #eaeaea;float:left;width:25%;position:relative;text-align:center;}
.partner05 dt img{height:60px;}
.partner05 dl span{background:#fff;display:block;border:1px solid #eaeaea;text-align:center;border-radius:50%;margin:auto;}
.partner05 dt span{width:140px;height:140px;line-height:140px;}
.partner05 dd span{width:100px;height:100px;line-height:100px;}
.partner05 dl span img{max-width:45%;max-height:45%;}
.partner05 dt p{margin-top:20px;font-size:18px;color:#111;}
.partner05 dt:before{content:"";display:block;position:absolute;right:0;top:0;width:1px;height:calc(100% - 55px);background:#eaeaea;}
.partner05 dd{margin-top:55px;padding:0 0 40px 0;float:left;width:14.285%;text-align:center;}
.partner05 dd img{height:54px;}
.partner05 dd p{font-size:16px;color:#111;margin-top:20px;}
.partner05 dd:hover img,.partner05 dt:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.partner05 .more{margin-top:30px;width:300px;}
.partner .more:before{width:360px;}
.solution09 li{position:relative;float:left;width:32%;margin-right:2%;}
.solution09 li .box{padding:26px;box-sizing:border-box;background:#f5f5f5;}
.solution09 li:nth-child(3n){margin-right:0;}
.solution09 li h4{padding:12px 20px;color:#333;border-bottom:1px solid #eaeaea;font-size:18px;}
.solution09 li p.fontp{padding:22px;}
.solution09 li .wenz{position:relative;}
.solution09 li span{font-size:14px;color:#206bc4;position:relative;padding-top:12px;display:block;}
.solution09 li span:before{content:"";display:block;position:absolute;bottom:-12px;left:0;width:10px;height:5px;background:url(/static/css/../images/sjh.png) no-repeat bottom center/100%;}
.en{font-size:12px;display:inline-block;margin:0px 28px 0 0px;float:right;
    padding-left:22px;color:#333;background:url(/static/css/../images/0923/dqh.png) no-repeat left center/16px;}
.header.on .en{}

.header.cfff .en{background:url(/static/css/../images/dq.png) no-repeat left center/16px;color:#fff;}
.header.cfff.on .en{color:#206bc4;background:url(/static/css/../images/dqh.png) no-repeat left center/16px;}
.app{}
.app{background:url(/static/css/../images/0923/about_bg05.jpg) no-repeat center center/100%;}
.app .form{max-width:590px;margin:auto;}
.app .text{position: relative;margin-bottom:10px;overflow:hidden;background:#fff;border:1px solid #eaeaea;width:48.5%;float:left;}
.app .text:nth-child(2n){float:right;}
.app input[type=text],.app select,.app textarea{box-sizing:border-box;font-size:14px;color:#999999;border:none;outline:none;line-height:46px;height:46px;display:block;width:100%;padding:0 22px 0 44px;}
.app .text img{height:15px;position:absolute;top:13.5px;left:15px;z-index:2;}
.app .text.w100{background:transparent;border:none;width:100%;text-align:center;}

.app select{background:url(/static/css/../images/sj3.png) no-repeat right 15px bottom 10px/5px;}
.app textarea{padding-top:13px;padding-bottom:13px;height:110px;line-height:24px;}
.app .submit{border:none !important;cursor:pointer;width:200px;border-radius:3px;background:#206bc4 !important;color:#fff !important;outline:none;}
.app .text:nth-last-child(1){margin-top:20px;}
.app .text .yzm{position:absolute;right:5px;bottom:5px;}
.app .text .yzm img{position:static;left:auto;top:auto;width:auto;height:32px;}
.subnav.sml a{margin-right:35px;}
.technical02:before{display:none;}
.technical.product .tit p{max-width:70%;margin:12px auto 0 auto;}
.technical02 li{width:23.5%;margin-right:2%;}
.technical02 li:nth-child(4){margin-right:0;}
#nb_icon_wrap{display:none !important;}
.solution .product04 dl,.product .product04 dl{margin-top:-20px;}
.solution .product04 dl dt{font-size:14px;color:#206bc4;float:left;width:100%;}
.solution .product04 dd.fr{float:right;}
.solution .product04,.solution .solution03{margin-bottom:40px;}
.solution .solution04{margin-top:-40px;}
.product{padding-bottom:22px;}
.newindex03{background:#f6f6f6;}
.newindex03 .swiper-slide{width:260px;position:relative;}
.newindex03 .swiper-slide span{display:block;color:#dbdbdb;font-family:'Impact';font-size:18px;}
.newindex03 .swiper-slide h3{margin:22px 0 8px;}
.newindex03 .swiper-slide h5{color:#bdbdbd;white-space:nowrap;}
.newindex03 .swiper-slide img{margin:30px 0 -15px;width:150px;}
.newindex03 .swiper-slide dl{border-bottom-right-radius:8px;border-top-right-radius:8px;display:none;width:260px;height:100%;position:absolute;right:0;top:0;background:#fff;}
.newindex03 .swiper-slide>div{border-right:1px solid #eaeaea;border-bottom-left-radius:8px;border-top-left-radius:8px;width:260px;box-sizing:border-box;padding:27px 36px;}
.newindex03 .swiper-slide dd{}
.newindex03 .swiper-slide dt>a{display:block;font-size:14px;color:#fff;text-align:center;background:#206bc4;line-height:66px;}
.newindex03 .swiper-slide dt img{width:15px;margin:-2px 8px 0 0;}
.newindex03 .swiper-slide dd>a{line-height:65px;background:url(/static/css/../images/20210507/ibg01.png) no-repeat left 30px center/13.5px;display:block;font-size:14px;color:#666666;border-bottom:1px solid #eaeaea;padding:0 30px 0 60px;}
.newindex03 .swiper-slide dd:hover>a{background:url(/static/css/../images/20210507/ibg01h.png) no-repeat left 30px center/13.5px;color:#206bc4;}
.newindex03 .swiper-slide.active{width:520px;}
.newindex03 .swiper-slide.active dl{display:block;}
.newindex03 .swiper-slide.active div{background:#fff;}

.course{}
.course li{box-sizing:border-box;border:1px solid #eaeaea;width:32%;margin:0 2% 22px 0;float:left;}
.course li .pic{height:220px;position:relative;}
.course li .wenz{border-top:1px solid #eaeaea;padding:28px;}
.course li .wenz h6{padding-top:18px;border-top:1px solid #eaeaea;font-size:14px;margin-top:20px;color:#206bc4;}
.course li .wenz h5{background:url(/static/css/../images/icon0001.png) no-repeat left center/13.5px;font-size:14px;color:#666666;padding-left:22px;margin-top:14px;}
.course li .bf{display:block;position:absolute;left:50%;top:50%;background:url(/static/css/../images/bf.png) no-repeat center center/auto 37px;width:40px;height:40px;margin:-20px 0 0 -20px;z-index:3;}
.course li:nth-child(3n){margin-right:0;}
.course li .wenz h3:hover a{color:#206bc4;}
.course li .wenz p{margin-top:14px;}
.article{}
.article ul{border-top:1px solid #eaeaea;}
.article li{padding:46px 350px 46px 35px;position:relative;border-bottom:1px solid #eaeaea;}
.article li h6{font-size:14px;color:#206bc4;}
.article li h3{margin:8px 0 16px;}
.article li h3 a{color:#333;}
.article li>a{position:absolute;right:35px;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.article li:hover{background:url(/static/css/../images/ar_bg01.png) no-repeat left center/auto 100%;}
.resource_downloads{margin-top:28px;border:1px solid #eaeaea;padding: 0 22px;}
.resource_downloads a{border-radius:3px;font-size:14px;color:#333;display:block;padding:18px 28px;background:url(/static/css/../images/xz.png) no-repeat right center/18px,url(/static/css/../images/pdf.png) no-repeat left center/19px;}
.resource_downloads a:hover{color:#206bc4;}

.partner-banner{position:relative;height:auto;}
/*.partner-banner .wenz{position:absolute;left:0;top:50%;z-index:3;width:100%;text-align:center;*/
/*-webkit-transform:translateY(-50%);*/
/*-moz-transform: translateY(-50%);*/
/*-ms-transform: translateY(-50%);*/
/*-o-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*}*/
.partner-banner .wenz{width:100%;text-align:center;top:200px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);}
.partner-banner .wenz h3,.partner-banner .wenz h1{color:#fff;}
.partner-banner>img{width:100%;float:none;max-height:100%;max-width:100%;position:relative;}
.partner-banner .wenz h1{font-size:48px;}
.stars01{}
.stars01 .f16p{font-size:16px;text-align:center;line-height:30px;max-width:948px;margin:auto;}
.stars01 dd{margin-top:70px;float:left;width:25%;text-align:center;}
.stars01 dd img{height:55px;}
.stars01 dd:hover img{
    -webkit-transform: translateY(-50%);
    -moz-transform:  translateY(-50%);
    -ms-transform:  translateY(-50%);
    -o-transform:  translateY(-50%);
    transform:  translateY(-50%);
}
.stars01 dd p{font-size:16px;color:#333;margin-top:15px;}
.stars02{background:#f5f6f7;}
.stars02 ul{}
.stars02 li{position:relative;height:500px;text-align:center;background-image: linear-gradient(#fff, #f5f6f7);float:left;width:calc(16.666% - 10px);margin:0 5px;}
.stars02 li p{font-size:16px;color:#333;font-weight:bold;}
.stars02 li em{display:block;border-radius:10px;width:68px;background:url(/static/css/../images/partner/bg01.png) no-repeat bottom center;margin:8px auto 24px auto;}
.stars02 li span{color:#fff;display:block;margin:auto;border-radius:50%;width:40px;height:40px;line-height:40px;text-align:center;font-size:16px;font-weight:bold;text-align:center;}
.stars02 li:nth-child(1) span{background:#ee820d;}
.stars02 li:nth-child(2) span{background:#e6b215;}
.stars02 li:nth-child(3) span{background:#7eba27;}
.stars02 li:nth-child(4) span{background:#16b2d4;}
.stars02 li:nth-child(5) span{background:#5284df;}
.stars02 li:nth-child(6) span{background:#c735e1;}
.stars02 li:nth-child(7) span{background:#e1356e;}
.stars02 li:nth-child(1) em{height:130px;}
.stars02 li:nth-child(2) em{height:160px;}
.stars02 li:nth-child(3) em{height:190px;}
.stars02 li:nth-child(4) em{height:240px;}
.stars02 li:nth-child(5) em{height:270px;}
.stars02 li:nth-child(6) em{height:300px;}
.stars02 li:nth-child(7) em{height:330px;}
.stars02 li>div{position:absolute;bottom:20px;left:0;width:100%;}
.stars03{}
.stars03 .swiper-container{padding:50px 0 0px 0;background:url(/static/css/../images/partner/bg03.png) no-repeat top center/auto 90%;}
.stars03 .swiper-slide{}
.stars03 .swiper-slide p{font-size:16px;line-height:76px;border-bottom:1px solid #eaeaea;color:#999;}
.stars03 .swiper-slide>div{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.stars03 .swiper-slide:hover>div,.stars03 .swiper-slide-active>div{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.stars03 .swiper-slide:hover p,.stars03 .swiper-slide-active p{border-color:#206bc4;color:#333;}
.stars04{background:#f5f6f7;}
.stars04 .swiper-slide{box-sizing:border-box;padding:60px 90px;background:url(/static/css/../images/partner/bg04.png) no-repeat center center/cover;}
.stars04 .swiper-slide .num{line-height:1;font-weight:lighter;display:block;font-size:60px;color:#d5d5d5;}
.stars04 .swiper-slide p{white-space:nowrap;color:#999999;}
.stars04 .swiper-slide h3{margin:28px 0 12px;}
.stars04 .swiper-slide em{display:block;width:10px;height:10px;border:3px solid #206bc4;border-radius:50%;margin-top:55px;}
.stars04 .swiper-slide img{float:right;width:52.8%;max-width:240px;}
.stars04 .swiper-slide>div{float:left;width:60%;max-width:calc(100% - 260px);}
.stars05{background:url(/static/css/../images/partner/bg05.png) no-repeat bottom center;}
.stars05 img{max-width:670px;width:50%;border-radius:50%;background:#fff;}
.factory01 dd:nth-child(5){margin-left:12.5%;}
.factory02 li{width:calc(14.285% - 10px);}
.factory03 .swiper-slide{background:url(/static/css/../images/partner/bg06.jpg) no-repeat center center/cover;padding:30px;box-sizing:border-box;}
.factory03 .swiper-slide h3{font-size:16px;font-weight:bold;text-align:center;}
.factory03 .swiper-slide .box{height:120px;background:#fff;margin-top:25px;padding:24px;}
.factory03 .swiper-slide.gd{text-align:center;height:277px;}
.factory03 .swiper-slide.gd p{font-size:16px;color:#999;font-weight:bold;}
.factory03 .swiper-slide.gd img{width:30px;margin:85px 0 15px 0;}
.factory04{}
.factory04 .wrapper{border-top:1px solid #eaeaea;}
.factory04 .swiper-slide{text-align:center;box-sizing:border-box;padding:15px 30px;border-right:1px solid #eaeaea;}
.factory04 .swiper-slide:nth-last-child(1){border-right-color:transparent;}
.factory04 .swiper-slide h3{font-weight:bold;font-size:16px;color:#333;margin:16px 0 10px;}
.factory04 .swiper-slide img{height:200px;}
.factory04 .swiper-slide .fontp{text-align:center;}
.factory04 .swiper-slide:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);}
.channel01{background:#f6f6f6;}

.channel01 li{text-align:center;float:left;box-sizing:border-box;width:25%;padding:0 25px;}
.channel01 li .tp{line-height:140px;height:140px;}
.channel01 li h3{margin:12px 0;}
.channel01 li .tp img{max-height:100%;}
.channel01 li .fontp{text-align:center;}
.channel01 li:hover img,.channel03 li:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.tit h5{font-size:16px;color:#206bc4;font-weight:bold;margin-bottom:8px;}
.tit p.f16{font-size:16px;margin-top:20px;}
.channel02{}
.channel02 dl{position:relative;}
.channel02 dd{margin:50px 0 0 0;height:160px;float:left;width:50%;}
.channel02 dt{position:absolute;left:50%;top:50%;max-width:658px;width:50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.channel02 dd:nth-child(2n){float:right;}
.channel02 dd h3{padding:22px 0 10px;font-size:16px;font-weight:bold;color:#333;}
.channel02 dd:nth-child(1)>div,.channel02 dd:nth-child(4)>div{border-color:#e20613;}
.channel02 dd>div{border-top:3px solid #ffa200;max-width:325px;}
.channel02 dd:nth-child(2n)>div{float:right;}

.channel03{background:#f6f6f6;}
.channel03 li{text-align:center;float:left;width:calc(25% - 22.5px);margin-right:30px;}
.channel03 li:nth-child(4n){margin-right:0;}
.channel03 li img{position:relative;z-index:2;height:115px;}
.channel03 li div{padding:70px 42px;box-sizing:border-box;height:320px;position:relative;margin-top:-57.5px;background-image: linear-gradient(#fff, #f6f6f6);}
.channel03 li div:before{content:"";display:block;border-radius:50%;width:10px;height:10px;background:#97c122;position:absolute;bottom:10px;left:calc(50% - 5px);}
.channel03 li:nth-child(2) div:before{background:#e20613;}
.channel03 li:nth-child(3) div:before{background:#eb9025;}
.channel03 li:nth-child(4) div:before{background:#0d4271;}
.channel03 li h3{color:#97c122;margin-bottom:16px;}
.channel03 li:nth-child(2) h3{color:#e20613;}
.channel03 li:nth-child(3) h3{color:#eb9025;}
.channel03 li:nth-child(4) h3{color:#0d4271;}
.channel03 li .fontp{text-align:center;}
.channel04{background:url(/static/css/../images/partner/bg07.jpg) no-repeat bottom center/cover;height:800px;box-sizing:border-box;}
.channel06 .wrapper{border-top:1px solid #eaeaea;}
.channel06 dd{width:20%;margin-top:20px;}


.new-card{position:relative;z-index:4;}
.new-card .swiper-slide{box-sizing:border-box;padding:12px 30px 12px 80px;transition: all .3s;-webkit-transition: all .3s;}
.new-card .swiper-slide p{margin-top:3px;}
.new-card .swiper-container:before{content:"";display:block;width:1px;height:60px;position:absolute;left:calc(33.3% - 30px);background:#eaeaea;top:calc(50% - 30px);}
.new-card .swiper-container:after{content:"";display:block;width:1px;height:60px;position:absolute;right:calc(33.3% + 30px);background:#eaeaea;top:calc(50% - 30px);}
.new-card .swiper-slide:hover{background-position:left top !important }
.new-card .swiper-slide:hover h3{color:#206bc4;}

.index042401{background:#f3f5fa;}
.index042401 ul{background:#fff;box-shadow: 0px 0px 57px 0px rgba(114, 122, 135, 0.1);}
.index042401 li{padding:22px 44px;box-sizing:border-box;position:relative;border-right:1px solid #eaeaea;float:left;width:33.3%;}
.index042401 li>img{top:-20px;height:100px;position:absolute;right:30px;z-index:2;}
.index042401 li .pro-tit{border-bottom:1px solid #eaeaea;padding-bottom:20px;}
.index042401 li .pro-tit h5{font-size:12px;color:#999999;}
.c296{color:#2963ff;}
.index042401 li:hover>img{transform:translateY(-10px);-webkit-transform:translateY(-10px);}
.index042401 li dd img{opacity:.4;width:16px;margin:-4px 6px 0 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.index042401 li:nth-child(3n){border-right:none;}
.index042401 li dd a{display:inline-block;font-size:13px;color:#666;}
.index042401 li dl{padding-top:22px;height:180px;overflow:hidden;}
.index042401 li dd{padding:1px 0;line-height:24px;}
.index042401 li dd:hover a{color:#206bc4;}
.index042401 li dd:hover img{opacity:1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.index042401 li:hover{background:url(/static/css/../images/0923/bg01.png) no-repeat top center/cover;}
.index042401 li:hover .pro-tit{}
.index042401 li:hover .pro-tit h3,.index042401 li:hover .pro-tit h5{color:#fff;}


.index042402{    background-image: -moz-linear-gradient( 122deg, rgb(245,239,239) 0%, rgb(253,253,253) 99%);
    background-image: -webkit-linear-gradient( 122deg, rgb(245,239,239) 0%, rgb(253,253,253) 99%);
    background-image: -ms-linear-gradient( 122deg, rgb(245,239,239) 0%, rgb(253,253,253) 99%);}
.tab0424{margin:0 auto 32px auto;max-width:320px;text-align:center;border-radius:3px;overflow:hidden;}
.tab0424 a{line-height:48px;width:50%;font-size:16px;float:left;color:#333;background:#fff;display:block;}
.tab0424 a:hover,.tab0424 a.cur{color:#fff;background:#266bc4;}
.tuijian{background:linear-gradient(to bottom,#f7f9fc 70%, #fff);}
.tuijian h3{margin:12px 0 8px 0;}
.tuijian img{height:32px;}
.tuijian span{font-size:12px;margin-top:14px;display: inline-block;}
.tuijian .swiper-slide{background:#fff;box-sizing:border-box;padding:26px;border-radius:5px;}
.tuijian .swiper-container{padding: 15px;}
.tuijian .swiper-slide:hover{box-shadow: 0 0 8px 8px rgb(0 0 0 / 1%);}
/* .tuijian .swiper-slide:hover h3{color:#206bc4;} */
.tuijian .swiper-pagination{position: relative;bottom: auto !important;margin-top: 20px;}
.tuijian .swiper-slide:hover span{text-decoration:underline;}



.index042402 .box{background:#fff;padding:18px;border-radius:3px;}
.index042402 .btn-box{float:left;width:300px;}
.index042402 .btn-box .swiper-container{height:300px;}
.index042402 dd{position:relative;}
.index042402 dd a{border-bottom-left-radius:5px;border-top-left-radius:5px;display:block;line-height:50px;padding:0 26px;box-sizing:border-box;font-weight:bold;font-size:14px;color:#666;}
.index042402 dd img{height:16px;opacity:.4;display:inline-block;margin:-2px 5px 0 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.index042402 dd.cur a,.index042402 dd:hover a{     background-image: -moz-linear-gradient( 0deg, rgb(38,107,196) 0%, rgb(255,255,255) 99%);
    background-image: -webkit-linear-gradient( 0deg, rgb(38,107,196) 0%, rgb(255,255,255) 99%);
    background-image: -ms-linear-gradient( 0deg, rgb(38,107,196) 0%, rgb(255,255,255) 99%);
}
.index042402 dd.cur img,.index042402 dd:hover img{
    filter: grayscale(100%) brightness(500%);opacity:1;
    -webkit-filter: grayscale(100%) brightness(500%)
}
.index042402 dd.cur a,.index042402 dd:hover a{color:#fff;}


.index042402 dd>a:before{content:"";opacity:0;width:100%;left:0px;height:2px;background:#206bc4;display:block;position:absolute;bottom:0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.index042402 .btn-box .prev01{left:36px;}
.index042402 .btn-box .next01{right:36px;}
.index042402 .swiper-button-disabled{display:none !important}
.sindex{float:right;padding:0 50px;box-sizing: border-box;width:calc(100% - 360px);}
.sindex_icon{padding-top:20px;}
.sindex_icon img{height:60px;}
.sindex_icon h3{margin:20px 0 0px;}
.sindex_icon h4{color:#999;}
.sindex_icon hr{border:none;width:27px;height:3px;display:block;margin:15px 0 0;background:#206bc4;}
.sindex_div{}
.sindex_div .fontp{margin-top:20px;height:auto;max-height:72px;}
.sindex_div .more{margin-top:32px;}
.sindex_div .img-div img{float:left;max-width:20%;width:120px;/*-webkit-filter:grayscale(1);filter: grayscale(1);opacity:.8;*/}
.sindex_div .img-div img:hover{-webkit-filter:grayscale(0);filter: grayscale(0);opacity:1;}
.sindex_div .more{margin-right:10px;}
.sindex_div h6 { margin: 32px 0px 12px; color: rgb(102, 102, 102); font-weight: bold; font-size: 12px; }
.sindex_div .f16p{font-size:16px;line-height:30px;color:#666;}
.more,.more.more1:hover{color:#fff;background:#206bc4;border:1px solid #206bc4;}
/*.more span{color:#fff;}*/
.more.more1{background:transparent;color:#206bc4;}

.sindex .box>div{display:none;}
.sindex .box>div:nth-child(1){display:block;}
.index042403{}
.index042403 .box{padding-bottom:170px;position:relative;}
.index042403 .box dl{position:absolute;left:0;top:0;width:100%;height:100%;}
.index042403 .box img{display:block;width:500px;margin:auto;}
.index042403 .box dd{margin-top:70px;text-align:right;float:left;width:50%;max-width:320px;}
.index042403 .box dd:nth-child(2),.index042403 .box dd:nth-child(5){text-align:left;float:right;}
.index042403 .box dd:nth-child(7){position:absolute;bottom:0;left:calc(50% - 160px);float:none;text-align:center;}
.index042403 .box dd:nth-child(4) .fontp,.index042403 .box dd:nth-child(1) .fontp{text-align:right;}
.index042403 .box dd.clearb{margin:0;max-width:100%;width:100%;}
.index042403 .box dd:nth-child(7) .fontp{text-align:center;}
.index042403 .box dd h5{font-size:24px;color:#333;}
.index042403 .box dd h5 span{color:#2963ff;font-family:'Impact';font-size:60px;}
.index042403 .box dd h5 sup{vertical-align:top;margin:0px -19px 0 6px;font-size:36px;color:#2963ff;font-family:'Impact';}
.index042403 .box dd h3{margin-bottom:12px;}
.index06_tab{margin-bottom:40px;text-align:center;white-space:nowrap;}
.index06_tab a{position:relative;line-height:32px;padding:0 15px;display:inline-block;font-size:14px;color:#333333;}
.index06_tab a:hover,.index06_tab a.cur{color:#fff;background:#206bc4;}
.index06_tab a.cur:before{content:"";background:url(/static/css/../images/0424/sjh.png) no-repeat center center/100%;position:absolute;width:12px;height:12px;bottom:-6px;left:calc(50% - 6px);}
.index06 .tit .index06_tab{margin-top:25px;}

.pro042401{}
.pro042401 table{table-layout:fixed;width:100%;border-collapse:collapse;}
.pro042401 td{padding:12px 12px;vertical-align:top;}
.pro042401 th{padding:12px 0;text-align:right;vertical-align:top;font-size:16px;color:#666;font-family:'Impact';}
.pro042402{}
.pro042402 ul{max-width:1000px;margin:0 auto -32px auto;}
.pro042402 li{border-bottom:1px solid #eaeaea;padding:32px 0;}
.pro042402 li img{float:left;width:50%;}
.pro042402 li .wenz{float:right;width:50%;box-sizing:border-box;padding:20px 0 0 40px;}
.pro042402 li .wenz h4{margin-bottom:12px;color:#333;}
.pro042402 li:nth-child(2n) .wenz{float:left;padding:20px 40px 0 0;}
.pro042402 li:nth-child(2n) img{float:right;}
.pro042402 li:nth-last-child(1){border:none;}
.zoomify.zoomed{padding: 20px !important;}
.bps.dyhd input[type=text]{width:48%;margin-bottom:10px}
.bps.dyhd input[type=text]:nth-child(2n){float:right;}



@media only screen and (max-width: 1440px) {
    .partner-banner .wenz h1{font-size:30px;}
    .index08{text-align:center;background:url(/static/css/../images/0424/bg04.png) no-repeat right bottom/auto 80%,url(/static/css/../images/0424/bg05.png) no-repeat left top/244px;background-color:#f6f8ff;}
    .line8{height:200px;}
    .line9{height:222px;}
    .partner-banner .wenz{top:170px;}
    .stars04 .swiper-slide{padding:30px 40px;}
    .new-banner{padding-top:70px;}
    .new-banner:before{background-position:right 26% bottom !important;}
    .subnav.sml a{margin-right:25px;}
    .wrapper{max-width:1160px;}
    .banner .wenz{margin-left:60px;}
    .banner .tp{margin-right:20px;}
    .index02 .swiper-slide:hover img{margin:13px 0 10px;}
    .product .tit p{margin:12px 0 0 0;line-height:20px;}
    .index02 .swiper-slide img{margin-top:30px;}
    .solution03 .swiper-slide .box{font-size:12px;}
    .index02 .swiper-slide{padding:22px 16px 50px 16px;}
    .index02 .swiper-slide a{line-height:52px;}
    /*.banner .prev01.swiper-button-prev{left:-60px;}*/
    /*.banner .next01.swiper-button-next{right:-60px;}*/
    .index01 .swiper-slide .table{padding:0 38px;}
    .index06 .swiper-slide,.index06.hh li{line-height:72px;height:72px;}
    .index06.hh .swiper-slide{line-height:90px;height:90px;}
    .index07 li .bt img{width:60px;}
    .index07 li .bt h3{font-size:14px;}
    /*.index08 input[type=text]{textmargin-top:25px;}*/
    .index08 .tp img{max-width:240px;}
    .index08 .tp{padding-top:40px;}
    .index03 ul{top:55%;}
    .ny-banner{height:350px;}
    .culture02 .wenz{padding-top:45px;}
    .news li{padding:32px 0;}
    #pgServer{padding:32px 0;}
    .news-s li>div{height:317px;line-height:317px;}
    .pro-banner{height:520px;}
    .pro-banner .tp{line-height:360px;}
    .product .tit p{max-width:100%;margin-left:0;}
    .solution-banner{height:600px;}
    .solution-banner h1{padding-top:100px;font-size:24px;}
    .hash{top:-240px;}
    .solution05 .swiper-container{margin-top:0px;}
    .solution05 .swiper-slide{padding:0 24px;}
    .banner .prev01.swiper-button-prev{left:3%;}
    .banner .next01.swiper-button-next{right:3%;}
    .header{line-height:70px;}
    .logo img{height:50px;}
    .header .btn a{height:71.5px;line-height:71.5px;font-size:14px;width:120px;}
    .banner .wenz h2{font-size:30px;}
    .tit h2{font-size:24px;}
    .index01 .swiper-slide .table{height:115px;padding:0 30px;}
    .index01 .swiper-slide p{margin-top:6px;}
    .f18{font-size:16px;}
    .nav li>a{font-size:14px;}
    .index02 .swiper-slide h3{font-size:16px;margin-top:14px;}
    .index02 .swiper-slide img{height:42px;}
    .index03 dd span{font-size:12px;}
    .f24{font-size:20px;}
    .index03 h4{font-size:12px;}
    .fixed-right{bottom:15%;right:30px;}
    .index03 ul{top:4%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);}
    /* .index03 li{border:2px solid transparent;border-left:0;border-radius:5px;border-bottom-left-radius:0px;border-top-left-radius:0px;} */
    .index03 li span{font-size:14px;}
    /* .index03 li.cur{border-color:#d5d5d5;} */
    .index03 dd img{margin-bottom:4px;}
    .index03 .tit{margin-bottom:32px;}
    .index03 h3{margin-top:0;}
    .index03 .swiper-container{margin-top:30px;}
    .index03 .more{margin-bottom:30px;}
    .index04 dd h5{font-size:48px;}
    .index04 dd h5 sup{font-size:30px;}
    .index05 li img{height:130px;}
    .index05 li h3{font-size:16px;margin:18px 0 8px;}
    .index05 li p{font-size:12px;}
    .editor,.fontp{font-size:14px;line-height:20px;}
    .tit p{font-size:12px;margin-top:8px;line-height:20px;}
    .index07 li dt .pic{height:104px;}
    /*.index07 li dd{font-size:12px;line-height:24px;}*/
    .index08 .submit{width:150px;}
    .footer-nav dd a{font-size:12px;line-height:24px;}
    .footer-nav dt{font-size:14px;margin-bottom:10px;}
    .tel{margin:-8px 0 18px;}
    .footer-top .info,.footer-nav{padding:50px 0;}
    .search{margin-top:18px;}
    .footer-btm{padding:20px 0;}
    .index07 li .swiper-slide h4{font-size:16px;}
    .tit{margin-bottom:35px;}
    .product center img,.tpimg img,.solution center img{max-width:80%;}
    .pro-banner .wenz p{margin-top:12px;}
    .f30{font-size:24px;}
    .product01 li h4, .product03 .swiper-slide h4, .product03 li h4,.solution10 li h4{font-size:16px;margin:15px 0 10px;}
    .product03 .swiper-slide p.line6{height:120px;}
    .pro-banner .crumbs{top:70px;line-height:52px;}
    .ny-banner h1{font-size:26px;}
    .ny-banner h3{font-size:14px;}
    .crumbs{line-height:52px;}
    .subnav a{font-size:14px;margin-right:40px;}
    .crumbs .fr span,.crumbs .fr a{font-size:12px;}
    .case-tab dl{width:calc(100% - 120px);}
    .case-tab h4{width:120px;}
    .case .swiper-slide h3{padding:15px 0;margin-bottom:12px;}
    .case .swiper-slide>div{padding:20px;}
    .about03 .big-container .swiper-slide h5{font-size:80px;}
    .index07 li .swiper-slide p{margin:3px 0 12px;}
    .index07 li .swiper-slide>div{height:230px;line-height:230px;}
    .product05 li .bgbox{padding:22px 30px;}
    .product05 li .wenz h4{font-size:16px;margin-bottom:10px;}
    .product05 li .tp{padding-top:18px;}
    .product04 dd h4{font-size:16px;margin-bottom:8px;}
    .solution02 li h4{font-size:14px;}
    .solution03 .swiper-slide h4{line-height:54px;height:48px;}
    .culture01 .swiper-slide{padding:32px;}
    .solution03 .swiper-slide .box{height:170px;padding:14px 22px;}
    .solution03 .h200 .swiper-slide .box{height:200px;}
    .culture01 .swiper-slide img{height:64px;}
    .culture02 .wenz{font-size:14px;line-height:34px;}
    .f18a{font-size:16px;}
    .line3{height:60px;line-height:20px;}
    .line2{height:40px;line-height:20px;}
    #pgServer a, #pgServer font, #pgServer span{font-size:14px;}
    #pgServer a.none:nth-last-child(2){margin-left:72px;}
    .partner01 img{max-width:800px;}
    .partner02 li .box{font-size:12px;padding:12px 24px;}
    .app input[type=text], .app select{line-height:42px;height:42px;}
    .app textarea{padding-top:11px;padding-bottom:11px;}
    .product05 li .box{padding:22px 32px;height:48px;}
    .product04 dd p{font-size:14px;}
    /*.product04 dl dd p{height:auto;}*/
    .solution01 li{padding:28px 32px;}
    .line5{height:100px;}
    .partner05 dt span{width:100px;height:100px;line-height:100px;}
    .partner05 dd span{width:80px;height:80px;line-height:80px;}
    .solution07 li .wenz p{font-size:12px;line-height:20px;}
    .product dd p.line3{height:72px;}
    .product dd p.line2{height:48px;}
    .product04 dd p.line2{height:40px;}
    .product04 dd p.line3{height:60px;}
    .newindex03 .swiper-slide>div,.newindex03 .swiper-slide dl,.newindex03 .swiper-slide{width:232px;}
    .newindex03 .swiper-slide.active{width:464px;}
    .newindex03 .swiper-slide dd>a{line-height:64px;}
    .newbanner .wenz{margin-top:25px;}
    .new-pro .wrapper{max-width:1000px;}
    .channel04{height:600px;}
    .index042403 .box img{width:400px;}
    .index042403 .box dd{margin-top:50px;}
    .index042403 .box dd h5 span{font-size:48px;}
    .index042403 .box dd h5 sup{margin-right:-15px;font-size:30px;}
    .index042403 .box dd h5{font-size:20px;}
    .index042403 .box{padding-bottom:150px;}
}

.stars03 .btn-box{padding-bottom:65px;}
.stars03 .swiper-pagination{bottom:1px !important;color:#999;}
@media only screen and (max-width: 1200px) {
    .banner .wenz .more{margin-top:25px;}
    .htel span{display:none;}
    .htel{height:70px;}
    .wrapper{width:93.75%;}
    .nav li{padding:0 12px;}
    .nav li>a{font-size:14px;padding-right:0px;}
    .nav{width:calc(100% - 340px);margin:0 160px 0 180px;}
    .banner .wenz h2{font-size:30px;}
    .index01 .swiper-slide .table{padding:0 24px;height:125px;}
    .index01 .swiper-slide p{margin-top:7px;height:60px;-webkit-line-clamp:3;}
    .f18{font-size:16px;}
    .index01 .swiper-slide .wenz{padding:0;}
    .banner .prev01.swiper-button-prev{display:none;}
    .banner .next01.swiper-button-next{display:none;}
    .banner .tp{height:256px;line-height:256px;}
    .banner .wenz{height:256px;}
    .index02 .phone{display:block;}
    .index04 dd h5{font-size:48px;}
    .index03 ul{right:auto;left:0;top:auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .index04 dd h5 sup{font-size:30px;}
    .index05 li img{height:120px;}
    .index06 .swiper-slide,.index06.hh .swiper-slide,.index06.hh li{height:51px;line-height:51px;}
    .index06.hh li{width:25%;}
    .index07 li .bt{padding:22px;width:100%;border-right:0;border-bottom:1px solid #eaeaea;box-sizing:border-box;}
    .index08 .tp{width:360px;}
    .index08 .tp img{max-width:80%;}
    .index07 li .wenz{border:none;width:100%;}
    .index08 .form{width:calc(100% - 400px);}
    .footer-top .info{width:260px;padding:32px 0;}
    .index08 .submit{width:160px;}
    .footer-nav{width:calc(100% - 460px);padding:32px 0;}
    .footer-con{padding:32px 0;}
    .search{width:90%;}
    .footer-nav dt{font-size:14px;margin-bottom:8px;}
    .footer-nav dd a{font-size:12px;line-height:24px;}
    .f24{font-size:20px;}
    .skey{margin-top:8px;}
    .search{margin-top:15px;}
    .tel{margin:28px 0 15px;}
    .culture01 .swiper-slide img{height:72px;}
    .culture01 .swiper-slide{padding:48px 20px;}
    .news-tuijian .wenz{padding:32px;}
    .culture02 .wenz{font-size:14px;line-height:26px;}
    .news-tuijian .wenz h6, .news li .wenz h6{margin-bottom:12px;}
    .news-tuijian .wenz .more2{margin-top:28px;}
    #pgServer a.none:nth-last-child(2){margin-left:50px;}
    .news-s li>div{height:238px;line-height:238px;}
    .about03 .big-container .swiper-slide h5{font-size:80px;}
    .about05 dd a{line-height:46px;}
    .about05 li>img{width:120px;}
    .about05 li .wenz{width:calc(100% - 130px);}
    .about05 dd a:before{bottom:15px;}
    .about05 ul{padding-top:50px;}
    .product01 li{padding:12px 15px;}
    .solution-banner img{max-width:70%;}
    .solution-banner{height:500px;}
    .solution05 .swiper-slide{padding:0 22px;}
    .case-detail .side{width:280px;padding-right:50px;}
    .content{width:calc(100% - 340px);}
    .partner02 li .box{padding:16px 18px;}
    .partner04 li{padding:24px 18px;}
    .partner04 li img{height:48px;}
    .partner04 li:before{top:41px;}
    .subnav.sml a{margin-right:12px;font-size:12px;}
    .newindex03 .swiper-slide>div, .newindex03 .swiper-slide dl{width:50%;}
    .newindex03 .swiper-slide{width:50%;}
    .newindex03 .swiper-slide dl{display:block;}
    .newindex03 .swiper-slide div{background:#fff;}
    .newindex03 .swiper-slide.active{width:50%;}
    .partner-banner .wenz{top:120px;}
    .partner-banner{height:auto !important;}
    .channel01 li{padding:0 20px;}
    .channel02 dd>div{max-width:280px;}
    .channel03 li div{height:260px;padding:65px 32px;}

    .channel04{height:480px;}


}

.new_form{background:#f6f6f6;}
.new_form_wz,.new_form_form{width:47%;}
.new_form_wz dd{float:left;width:47%;}
.new_form_wz dd:nth-child(2n){float:right;}
.new_form_wz dd img{width:62px;float:left;}
.new_form_wz dd .wz{float:right;width:calc(100% - 80px);}
.new_form_wz h4{margin-bottom:6px;}
.new_form_wz dt{float:left;width:100%;margin-top:32px;}
.new_form_form{}
.new_form_form .text{margin-bottom:10px;float:left;width:48.5%;}
.new_form_form .text.fr{float:right;}
.new_form_form .text.w100{width:100%;}
.new_form_form .text input[type=text],.new_form_form .text select,.new_form_form .text textarea{width:100%;background:#fff;border-radius:5px;box-sizing:border-box;font-size:14px;color:#333;padding:0 18px;line-height:46px;outline:none;border:none;}
.new_form_form .text .submit{border-radius:5px;width:200px;margin-top:20px;cursor:pointer;outline:none;}
.new_form_form select{background:url(/static/css/../images/sj3.png) no-repeat right 15px bottom 10px/5px;}
.new_form_form .text textarea{line-height:24px;height:90px;padding:12px 18px;color:#666;}
.phone-tit{display:none;position:absolute;left:0;width:100%;top:152px;text-align:center;font-size:20px;font-weight:bold;}
@media only screen and (max-width: 1023px) {

    .phone-tit{display:block;}
    .phone{display:block;}
    .banner .wenz{margin-left:0px;}
    .pc{display:none;}
    .wrapper{width:90%;}
    .san{float:right;}
    .hidden-img{margin-top:70px;}
    .header.on{background:#fff;}
    .nav{margin:0;overflow-y:auto;display:none;background:rgba(255,255,255,1);border-top:2px solid #206bc4;top:70px;box-sizing:border-box;z-index:9;position:fixed;width:100%;left:0;height:calc(100% - 70px);}
    .nav li{display:block;padding:0;margin:0;border-bottom:1px solid #ddd;width:100%;box-sizing:border-box;float:none;}
    .nav li>a{line-height:55px !important;text-align:left;font-size:16px;color:#333;display:block;padding:0 30px;width:100%;box-sizing:border-box;}
    .nav li.er>a{padding-right:30px;}
    .nav li dd>a{color:#333;}
    .nav li:hover>a,    .nav li.cur>a{background-color:transparent !important;}
    .nav li>dl,.nav li .new_sub_nav{padding:4px 0;margin:0;box-shadow:none;position:relative;background:#f2f2f2;display:none;top:auto;}
    .nav li>dl>dd{text-align:left;}
    .nav li>dl>dd a{box-sizing:border-box;line-height:30px;display:block;font-size:14px;padding:5px 0 5px 40px;text-align:left;}
    .nav li:hover>dl{display:none;}
    .header{line-height:70px;top:0;box-sizing:border-box;position:fixed;width:100%;z-index:9;}
    body{padding-top:70px;}
    .pad{padding:34px 0;}
    .nav li>a:before{display:none !important;}
    .nav li>dl:before{display:none !important;}
    .nav li>dl,.nav li .new_sub_nav{opacity:1;visibility:visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .nav li .new_sub_nav{display:none;}
    .fl{width:100% !important;float:none;position:relative !important;left:auto;right:auto;top:auto;bottom:auto;}
    .fr{width:100% !important;float:none;position:relative !important;left:auto;right:auto;top:auto;bottom:auto;}
    .fr.wenz{padding-top:20px !important;}
    .fl.wenz{padding-top:20px !important;}
    .f48{font-size:28px;}
    .f36{font-size:24px;}
    .f32{font-size:24px;}
    .f30{font-size:24px;}
    .f28{font-size:20px;}
    .f26{font-size:20px;}
    .f24{font-size:18px;}
    .f20{font-size:16px;}
    .f18{font-size:14px;}
    .tel{display:none;}
    .logo{width:120px !important;float:left;}
    .logo img{height:auto;}
    .header{border-bottom:1px solid #eaeaea;}
    .banner .tp{width:100%;height:180px;line-height:180px;}
    .banner .wenz{height:auto;padding-top:35px;width:100%;}
    .banner .wenz h2{font-size:20px;}
    .banner .wenz h5{margin:12px 0 5px;}
    .pagination01.swiper-pagination{margin-top:20px;}
    .pad{padding:34px 0;}
    .index01 .wrapper{width:100%;margin-left:0px;}
    .index01 .swiper-slide .table{
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;}
    .tit h2{font-size:20px;}
    /* .index01 .swiper-slide::before{display:none;} */
    .index01 .swiper-slide::before{height:50px;margin-top:-25px;}
    .tit p{font-size:12px;margin:5px auto 0 auto !important;max-width:97% !important;}
    .index02 .swiper-slide h3{font-size:16px;margin:12px 0 4px;}
    .index02 .swiper-slide img{height:44px;margin:20px 0 10px !important;}
    .index02 .swiper-slide:hover img{}
    .index02 .swiper-slide-active:before{opacity:1;}
    .index02 .swiper-slide:before{box-shadow:0px 0px 21px 0px rgba(0, 0, 0, 0.15)}
    .index02 .swiper-slide-active:after{opacity:0;}
    .index02 .swiper-slide-active a{opacity:1;visibility:visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);}
    .tit{margin-bottom:22px;}
    .index02 .swiper-container{margin-bottom:0;}
    .index02 .phone{margin:0;bottom:0px !important;}
    .index03 ul{width:100%;top:0px;}
    .index03 li{border-radius:0;text-align:center;margin:0;width:50%;float:left;padding:55px 12px 12px 12px;}
    .index03 li span{font-size:14px;}
    .index03 li em{font-size:10px;}
    .index03 li i,.index03 li:before{left:50%;top:12px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);}
    .index03 li:before{top:42px;}
    .index03:before{display:none;}
    .index03 .i-div{display:none !important;}
    .index03 .wrapper{padding-top:86px;}
    .index03 dd img{height:22px;margin:0 auto 4px auto;}
    .index03 dd span{width:100%;font-size:12px;}
    .index03 dd{text-align:center;}
    .index03 dd:before{width:60%;left:20%;height:1px;bottom:-5px;}
    .index03 .swiper-container{margin-top:25px;}
    .index03 h4{font-size:12px;}
    .index03 h3{margin:0 0 6px 0;}
    .index03 .img-div img{width:100px;}
    .more{width:110px;line-height:36px;font-size:12px;}
    .index03 .more{margin-bottom:14px;}
    .index03 .fontp{font-size:12px;line-height:20px;height:60px;overflow:hidden;}
    .pagination01.swiper-pagination .swiper-pagination-bullet{margin:2px 5px !important;}
    .pagination01.swiper-pagination .swiper-pagination-bullet-active{margin:0 5px !important;}
    .index03 .pagination01{position:relative;bottom:0 !important;margin-top:15px !important;}
    .index04 dd{width:100%;border:none;padding:10px 0;}
    .index04>.wrapper>p{margin:20px auto 10px auto;}
    .index04 dd h5{width:100px;font-size:36px;float:left;}
    .index04 dd h5 sup{font-size:20px;margin:-2px 0 0 8px;}
    .index02 .swiper-slide p{height:80px;}
    .index04 dd h3,.index04 dd h4{float:right;width:calc(100% - 100px);}
    .index04 dd h3{margin-top:5px;}
    .index04 .more{margin-top:20px;}
    .index05 li{padding:12px 5px;width:50%;}
    .index05 li img{height:100px;}
    .index05 li h3{font-size:15px;margin:18px 0 8px;}
    .index05 li p{font-size:12px;line-height:20px;height:60px;-webkit-line-clamp:3;}
    .index06 .tit p{max-width:70%;margin:5px auto 0 auto;}
    .index07 li{width:100%;margin:10px 0;}
    .index06 .swiper-slide i{width:3px;height:3px;right:-1.5px;top:-1.5px;}
    .index07 li .bt{padding:18px;}
    .index07 li dd{font-size:12px;line-height:24px;}
    .index07 li .wenz{padding:18px;}
    .index07 li dt h4{padding:12px 0;height:auto;}
    .index07 li .gd{padding:0 18px;line-height:42px;}
    .more2{font-size:12px;padding-right:24px;background-size:16px !important;}
    .index07 li .bt h3{margin-top:10px;}
    .index08 .tp{width:300px;padding:0;display:none;float:left;text-align:left;}
    .index08 textarea{width:100%;margin:10px 0 0 0;float:left;}
    .index08 .tp img{max-width:50%;}
    .index08 .form{width:100%;margin-top:0px;}
    .index08 .form .f24{font-size:16px;margin-bottom:12px;font-weight:bold;}
    .index08 input[type=text]{margin:10px 0 0 0;line-height:34px;width:47%;}
    .index08 input[type=text]:nth-child(5){width:100%;}
    .index08 input[type=text]:nth-child(2n){float:right;}
    .index08 .submit{width:120px;}
    .footer-top .info{width:100%;padding:30px 0 20px 0;border:none;}
    .footer-nav{display:none;padding:34px 0;width:100%;}
    .footer-top .fx a{width:34px;height:34px;}
    .footer-btm a{margin-left:0;}
    .footer-top .fx{margin-top:15px;}
    .footer-btm{padding:15px 0;line-height:24px;}
    .footer-btm a img{margin:-2px 4px 0 8px;width:15px;}
    .nav li>a{background-position:right 20px center;}
    .footer-btm select{margin-top:12px;}
    .ny-banner img{width:70%;right:15%;bottom:10px;height:auto;}
    .ny-banner h1{margin-top:0;}
    .ny-banner .wenz{z-index:3;text-align:center;width:100%;padding:0 20px;left:0;top:0px;box-sizing:border-box;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);}
    .ny-banner{margin:0;height:240px;}
    .ny-banner .wrapper{width:100%;}
    .ny-banner h3{font-size:12px;}
    .ny-banner h1{font-size:20px;margin-top:10px;}
    .ny-banner .fontp{text-align:center;font-size:12px;}
    .subnav{display:none;}
    .crumbs{line-height:48px;}
    .crumbs em{margin-top:0px;padding:0 3px;}
    .crumbs .fr a, .crumbs .fr span{font-size:12px;}
    .fixed-right{width:100%;bottom:0;}
    .fixed-right li.totop{margin-top:0;}
    .fixed-right li{border-radius:0 !important;width:25%;height:60px;margin:0;float:left;}
    .fixed-right li>a{width:100%;}
    .fixed-right li:before{width:100%;height:100%;border-radius:0 !important;background-position:top 12px center !important;}
    .fixed-right li .li-hide.mail{display:none !important;}
    .fixed-right li .li-hide.code{bottom:75px;padding:5px;width:78px;height:78px;left:calc(50% - 39px);}
    .fixed-right li .li-hide:before{top:auto;transform:rotate(90deg);-webkit-transform:rotate(90deg);right:calc(50% - 4px);bottom:-7.5px;}
    .fixed-right li.totop{display:block !important;}
    .footer{padding-bottom:62px;}
    .fixed-right li em{font-style:normal;font-size:12px;color:#fff;display:block;position:absolute;bottom:5px;width:100%;text-align:center;}
    .culture01 .wrapper{width:calc(100% - 20px);margin-left:20px;}
    .culture01 .swiper-slide img{height:56px;}
    .culture01 .swiper-slide{padding:32px 10px;}
    .culture01 .swiper-slide p{-webkit-line-clamp:3;height:60px;font-size:12px;line-height:20px;}
    .culture01:before{height:160px;}
    .culture02 .wenz .more{margin-top:30px;}
    .control-btn .prev01{right:40px;}
    .swiper-pagination.pagination02{right:66px;}
    .culture03 .swiper-slide{max-width:60%;}
    .culture03 .control-btn{margin-bottom:20px;}
    .join01 li{width:100%;margin:0 0 25px 0;padding:0;}
    .join01 li h5{font-size:20px;}
    .join01 li h6{font-size:14px;}
    .join01 li dt{margin-top:-2px;}
    .fontp{font-size:12px;line-height:20px;}
    .padb0{padding-bottom:0;}
    .join02 li{width:100%;padding:22px;}
    .join02 li.on>div{padding:22px;}
    .join02 li:before{right:22px;}
    .join02 .more{margin-top:30px;width:140px;}
    .news-tab a{width:auto;margin:0 10px;background:none !important;border:none !important;line-height:36px;}
    .news-tab a:hover .hide,    .news-tab a.cur .hide{display:none; }
    .news-tab a:hover .show,    .news-tab a.cur .show{display:inline-block; }
    .news-tab a.cur{color:#206bc4;}
    .news-tab a img{margin:0 8px 0 0;}
    .news-tab{margin-bottom:20px;}
    .news-tuijian .wenz .fontp{height:60px;}
    .news li{padding:18px 0;}
    .news ul{margin-top:18px;}
    .news li .pic{height:78px;line-height:78px;width:150px !important;float:left !important;}
    .news li .wenz{padding-top:0 !important;width:calc(100% - 165px) !important;float:right !important;}
    .news li .wenz p,    .news li .wenz .more2{display:none;}
    .news li .wenz h6{font-size:12px;margin-bottom:8px;}
    .news li .wenz h3{margin:0;height:48px;font-size:14px;font-weight:bold;display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; text-overflow:ellipsis;-webkit-line-clamp:2;overflow:hidden;white-space:normal;line-height:24px;}
    #pgServer a, #pgServer font, #pgServer span{font-size:14px;margin-left:6px;line-height:32px;}
    #pgServer{padding:18px 0;}
    #pgServer a.none{font-size:12px;background-size:5px !important;}
    #pgServer a.none:nth-last-child(2){margin-left:15px;padding-right:12px;}
    #pgServer a.none:nth-last-child(1){padding-left:12px;}
    .header-mar{display:none;}
    .news-tit{padding-bottom:22px;}
    .fh{font-size:12px;}
    .bdsharebuttonbox{display:none;}
    .page-local{margin:0;line-height:32px;padding:15px 0;}
    .news-detail .editor{padding:30px 0;}
    .page-local div{max-width:100%;}
    .page-local a{font-size:12px;}
    .news-s li{width:48.5%;padding:22px 15px;margin:0 0 18px 0;}
    .news-s li:nth-child(2n){float:right;}
    .news-s li>div{height:163px;line-height:163px;}
    .news-s li h3 span{display:none;}
    .news-s li h3{margin-bottom:12px;padding-right:0;}
    .about01 dl{padding-top:20px;}
    .about02 .swiper-slide .toux img{width:70%;left:15%;}
    .about01{background-position:bottom -70px center !important;}
    .about02 .swiper-slide .toux{height:180px;}
    .about03 .big-container .swiper-slide h5{height:auto;line-height:1.2;font-size:30px;float:left;width:80px;padding:0 0 12px;text-align:left;}
    .about03 .big-container .swiper-slide div{padding:10px 18px;width:calc(100% - 80px);position:relative;left:auto;top:auto;float:right;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);}
    .about03 .big-container .swiper-slide{padding:0;}
    .about03 .prev01{display:none;}
    .about03 .next01{display:none;}
    .about03 .swiper-pagination{bottom:0 !important;margin-top:35px;position:relative;}
    .sml-container{display:none;}
    .about03 .big-container dl{height:150px;overflow-y:auto;}
    .subtit{margin-bottom:28px;}
    .subtit span{padding-bottom:8px;border-width:1px;}
    .about04 .swiper-slide{border:1px solid #eaeaea;box-sizing:border-box;}
    .about04 .swiper-container{padding:5px 3px;}
    .about04 .swiper-pagination{margin-bottom:34px;}
    .about04 dt{display:none;}
    .about04 dd{margin:8px 0;width:100%;position:relative;padding:42px 0 0 0;}
    .about04 dd img{width:100px;position:absolute;left:0;top:10px;}
    .about04 dd p{width:calc(100% - 120px);float:right;text-align:left;}
    .about04 dd h4{font-size:16px;position:absolute;right:0;top:0;width:calc(100% - 120px);text-align:left;}
    .about04 dl{margin:0;}
    .about05 dl{display:none;}
    .about05 .tit{margin-bottom:0;}
    .about05 li>img{margin:0 auto 22px auto;float:none;}
    .about05 li .wenz{width:100%;}
    .about05 li .wenz h3{font-size:14px;margin-bottom:8px;}
    .about05 li .wenz .more{margin-top:18px;}
    .about05 li .wenz p{font-size:12px;line-height:18px;padding-left:40px;}
    .about05 li{margin-bottom:34px;display:block !important;}
    .about05 ul{padding-top:0;}
    .btn-box .next01{display:none;}
    .btn-box .prev01{display:none;}
    .about02 .wrapper{width:100%;}
    .crumbs .fr{float:right !important;width:auto !important;}
    .pro-banner .crumbs{top:0;}
    .pro-banner .tp{height:auto;margin:50px 0 30px 0;line-height:inherit;text-align:center;width:100%;}
    .pro-banner .wenz{text-align:center;position:relative;width:100%;float:left;top:auto;left:auto;padding-bottom:40px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .pro-banner .wenz h1{font-size:20px;}
    .pro-banner .wenz p{margin-top:3px;}
    .pro-banner{height:auto;}
    .product .tit p{margin:12px 0 0 0;line-height:20px;text-align:left;}
    .product01 li{padding:18px 0;width:50%;}
    .product01 li img, .product03 .swiper-slide img{height:30px;}
    .product01 li h4, .product03 .swiper-slide h4, .product03 li h4,.solution10 li h4{font-size:14px;margin:15px 0 10px;}
    .product01 li p.fontp{min-height:40px;}
    .product .pagination01{position:relative;bottom:auto !important;margin-top:30px;}
    .product02 .tpimg,.solution .tpimg{padding:20px 0px;}
    .product04 dd{width:100%;box-sizing:border-box;}
    .product03 li{margin:10px 0;width:50%;padding:0 5px;box-sizing:border-box;}
    .product03 li img{height:46px;}
    .product03 li h4{height:72px;}
    .product04 .w30 dd{width:100%;margin:0 !important;}
    .product05 li .bgbox{padding:20px;}
    .product06 li:nth-last-child(1){margin-bottom:0;}
    .product05 li{width:100%;}
    .product05 li .tp{padding-right:0px;margin:10px 10px 0 -10px;width:70px;line-height:inherit;}
    .product05 li .tp img{width:36px;}
    .product05 li .wenz h4{font-size:14px;margin:0 0 8px;}
    .product05 li .wenz .fontp{height:auto;-webkit-line-clamp:60;}
    .product04 dd h4{font-size:14px;margin-bottom:7px;}
    .product04 dd p{font-size:12px;line-height:20px;height:auto;-webkit-line-clamp:60;}
    .product03 .swiper-slide{padding:22px;}
    .product05 li .wenz{float:right;width:calc(100% - 70px);}
    .product05 li .box{padding:15px;font-size:12px;line-height:20px;}
    .product05 li .bgbox{overflow:hidden;}
    .product06 li{padding:0;overflow:hidden;margin-bottom:32px;width:100%;height:auto;border:none;}
    .product06 li h4,.product06 li .fontp{float:right;width:calc(100% - 70px);}
    .product06 li h4{margin:-5px 0 5px;height:auto;}
    .product06 li img{height:38px;float:left;}
    .solution-banner h1{padding-top:35px;font-size:20px;}
    .solution-banner img{max-width:100%;margin-top:45px;}
    .solution-banner{height:auto;}
    .span-d .box{margin:15px 0;padding:4px;}
    .span-d .box span{font-size:12px;line-height:28px;margin:2px 4px;}
    .solution-banner h1:before{width:30px;height:2px;left:calc(50% - 15px);bottom:-20px;}
    .solution05 .swiper-container{padding:15px 0 0px;}
    .product05 li{margin-bottom:12px;}
    .solution07 li,.solution07 .w30 li{width:50%;margin:0;}
    .solution07 .w30 li:nth-child(4){margin-right:0;}
    .solution07 li:before{display:none;}
    .solution07 ul{padding:0 20px 0 0;}
    .ny-banner h3{display:none;}
    .solution07 li h5{border-radius:0;line-height:24px;padding:10px;}
    .solution07 li:nth-child(1) h5{margin-bottom:-10px;}
    .solution07 li:nth-child(2) h5{margin-bottom:-10px;}
    .solution07 li .wenz{padding:22px;}
    .solution07 li img{height:42px;margin-bottom:18px;}
    .solution07 li .wenz p{font-size:12px;line-height:20px;-webkit-line-clamp:4;height:80px;}
    /* .solution07 li h5:before{display:none;} */
    .solution07 li h5:before{height:44px;right:-13px;}
    .solution07 h4{margin-top:28px;}
    .solution04 li{position:relative;width:25%;line-height:50px;height:50px;}
    .solution04 li img{max-width:95%;max-height:95%;}
    .solution04 ul{border-bottom:1px solid #f6f6f6;}
    .solution04 .wrapper{width:100%;}
    .solution04 li:before {
        content: "";
        display: block;
        position: absolute;
        box-sizing: border-box;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-top: 1px solid #f6f6f6;
        border-right: 1px solid #f6f6f6;}
    .solution-banner dt,.solution-banner dd{width:50%;}
    .solution-banner dd{padding:25px 0;}
    .solution-banner dd img{margin-top:0;}
    .solution-banner dd h5{font-size:14px;}
    .solution-banner dt p{margin-top:0;}
    .solution01 .tit{margin-top:0;}
    .solution01 li{width:100%;padding:22px;margin:8px 0;}
    .solution01 .w30 li{width:100%;padding:22px;margin:8px 0;}
    .solution01 .w40 li{width:100%;padding:22px;margin:8px 0;}
    .solution01 li .num{width:64px;height:64px;line-height:64px;}
    .solution01 .w30 li .num{width:64px;height:64px;line-height:64px;}
    .solution01 .w40 li .num{width:64px;height:64px;line-height:64px;}
    .solution01 li .wenz{width:calc(100% - 85px);}
    .solution01 .w30 li .wenz{width:calc(100% - 85px);}
    .solution01 .w40 li .wenz{width:calc(100% - 85px);}
    .solution01 li .wenz h4{padding-bottom:10px;margin-bottom:12px;}
    .solution01 .w30 li .wenz h4{padding-bottom:10px;margin-bottom:12px;}
    .solution01 .w40 li .wenz h4{padding-bottom:10px;margin-bottom:12px;}
    .solution01 li .wenz .fontp{-webkit-line-clamp:50;height:auto;}
    .solution02 li .tp{height:48px;line-height:48px;background-size:32px !important;font-size:14px;}
    .solution02 li h4{font-size:12px;padding:0 5px;margin-top:5px;}
    .solution02 li:before{display:none;}
    .solution03 .swiper-slide .box{padding:22px;}
    .pagination01.swiper-pagination{position:relative !important;margin-top:30px;}
    .solution03 .swiper-slide h4{line-height:48px;}
    .solution04 .more-box{margin-top:0;}
    /*.ny-banner img{width:100%;max-width:100%;position:relative;}*/
    /*.ny-banner .wenz{width:100%;max-width:100%;position:relative;margin-top:-30px;top:auto;*/
    /*-webkit-transform: translateY(0);*/
    /*-moz-transform: translateY(0);*/
    /*-ms-transform: translateY(0);*/
    /*-o-transform: translateY(0);*/
    /*transform: translateY(0);}*/
    /*.ny-banner{height:auto;}*/
    .case-search .search{width:100%;}
    .case-search .search input[type=text], .search select{line-height:44px;height:44px;padding:0 15px;width:calc(100% - 44px);}
    .case-search .search .submit, .index06 .search .submit, .partner03 .search .submit{width:44px;height:44px;}
    .case-tab{padding:22px 0;}
    .case-tab h4{margin-top:0;}
    .case-tab dd a{padding:0 12px;line-height:28px;font-size:12px;}
    .case-tab dd{margin:5px 5px 0 0;}
    .case-tab dl{width:100%;}
    .case .swiper-slide>div{padding:18px;}
    .case .swiper-slide h3{padding:14px 0;margin-bottom:8px;}
    .case .swiper-slide img{height:32px;}
    .case-detail .side{float:none;border:none;width:100%;padding:34px 0;}
    .index06 .search, .partner03 .search{margin-top:20px;}
    .case-detail .clogo{width:90px;height:90px;line-height:90px;}
    .case-detail .side h4{margin-bottom:14px;}
    .content{padding-top:0;}
    .content .s{margin-top:20px;}
    .content h4{margin:30px 0 14px;}
    .content .s li{padding:13px;}
    .content .s li h5{font-size:12px;line-height:20px;height:40px;}
    .content dd{margin:-5px 0;}
    .content dl.w30 dd{width:100%;}
    .link{display:none;}
    .page-local{padding:12px 0;margin-top:34px;}
    .case-detail{padding-bottom:34px;}
    .partner01 img{max-width:140%;margin-left:-20%;}
    .partner01{overflow:hidden;}
    .partner01 li{width:100%;margin:0 0 12px 0 !important;box-sizing:border-box;}
    .partner01 ul{margin-top:30px;}
    .partner02 .tit p{text-align:justify;}
    .partner02 li{width:48.5%;padding-top:22px;margin:0 0 10px 0;}
    .partner02 li:nth-child(2n){float:right;}
    .partner02 li .box{font-size:12px;line-height:20px;height:60px;}
    .partner03 .search{margin:0;width:100%;}
    .partner03 .swiper-container{margin-top:20px;}
    .partner03 .box{padding:0;background:none;}
    .partner04 li{width:48.5%;margin:0 0 12px 0 !important;}
    .partner04 li p{height:40px;}
    .partner04 li:nth-child(2n){float:right;}
    .partner05 dt{margin-bottom:20px;padding-bottom:30px;}
    .partner05 dt p,.partner05 dd p{font-size:12px;margin-top:8px;}
    .partner05 dt img,.partner05 dd img{height:32px;}
    .partner05 dd{width:25%;padding:10px 0;margin:0;}
    .partner05 .more{margin-top:30px;}
    .app .wrapper{padding:0;background:none;}
    .nav dl dl{width:100%;left:0;}
    .nav dl dl dd>a{padding-left:50px;line-height:32px;}
    .technical.product .tit p{max-width:100%;}
    .product center img, .tpimg img, .solution center img,.product02 center img{max-width:100%;}
    .partner04 li:before{right:18px;}
    .technical02 li img{height:36px;}
    .technical02 li:before{background-size: auto 12px !important;top:33px;}
    .partner04 li h4{margin:18px 0 5px;}
    .technical02 li h4{margin-bottom:8px;}
    .solution08 dd{padding:25px 0;}
    .solution08 dd img{margin-top:0;}
    .solution08 dd h5{font-size:12px;}
    .solution08 dt p{margin-top:0;}
    .solution08 dt, .solution08 dd{width:50%;}
    .solution08 dl.w7 dd,.solution08 dl.w7 dt{width:50%;}
    .solution08 dt.w100{width:100% !important;}
    .product04 dl{margin-top:-22px;}
    .solution10 li{width:100%;margin:8px 0;}
    .solution02 .pw1 li{width:50%;padding:8px 10px;}
    .solution02 .pw1 li h4{min-height:60px;}
    .solution11 .wenz{width:100%;margin-top:20px;}
    .solution11 .tp{width:100%;}
    .solution03 .swiper-slide .box{height:auto;}
    .pos_re .crumbs{top:0;}
    .solution03 .swiper-slide .line6{height:198px;-webkit-line-clamp:8;}
    .solution02 li{width:50%;padding:8px 15px;}
    .product04 dd{min-height:inherit;}
    .solution09 li{width:100%;}
    .partner05 dt span,.partner05 dd span{width:60px;height:60px;line-height:60px;}
    .partner05 dt:before{display:none;}
    .solution03 .h200 .swiper-slide .box{height:220px;}
    /*.solution .product04 dl{margin-top:0px;}*/
    .about04 .swiper-slide p{padding:0 28px;}
    .index03 dd:nth-child(1){margin-left:0px;}
    .yewu dd{width:13%;}
    .index03 .tit p{margin-left:0;}
    /*.index03 .img-div img:nth-child(4){display:none;}*/
    /*.index03 .img-div img:nth-child(5){display:none;}*/
    .index03 .img-div img:nth-child(6){display:none;}
    .banner .tp{margin-right:0px;}
    .fixed-right li.tel0:after{background:url(/static/css/../images/ricon03.png) no-repeat top 10px center/20px;}
    .index01 .swiper-slide p{height:auto !important;}
    .htel{position:absolute;right:52px;top:0;margin-right:0;}
    .index08 .yzm{bottom:121px;right:0px;}
    /* .index08 input[name=content]{width:100%;} */
    .index08 .yzm img{height:20px;}
    .solution002 dd h4,.solution002 dd h5,.solution002 dd p{text-align:left !important;}

}
.black{display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:10;background:rgba(0,0,0,.8);}
.feedback-alert{display:none;position:fixed;left:50%;top:50%;width:340px;padding:40px;box-sizing:border-box;background:#fff;border-radius:3px;z-index:12;margin:-193.5px 0 0 -170px;}
.feedback-alert h3{font-size:24px;color:#333;text-align:center;margin-bottom:24px;}
.feedback-alert .form{}
.feedback-alert .form input[type=text]{width:100%;margin-bottom:12px;line-height:42px;border:1px solid #eaeaea;padding:0 12px;box-sizing:border-box;font-size:14px;color:#666;outline:none;}
.feedback-alert .form .submit{cursor:pointer;width:100%;background:#206bc4;font-size:16px;color:#fff;border-radius:3px;border:none;outline:none;line-height:44px;}
.feedback-alert .form textarea{border:1px solid #eaeaea;padding:8px 12px;width:100%;box-sizing:border-box;outline:none;margin-bottom:12px;font-size:14px;color:#666;}
.feedback-alert .close{background:url(/static/css/../images/closeb.png) no-repeat center center/24px;width:48px;height:48px;position:absolute;right:0;top:0;}


/*2021.05.07*/
.nav li.nopos{position:static;}
.erji{display:none;position:absolute;left:0;width:100%;background:#fff;z-index:3;box-shadow:0 8px 14px 3px rgb(0 0 0 / 5%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.erji:before{content:"";display:block;position:absolute;top:0px;left:0;width:100%;height:1px;z-index:4;background:#eaeaea;
    /*background-image: -moz-linear-gradient( 157deg, rgb(197,21,27) 0%, rgb(115,52,177) 100%);*/
    /*background-image: -webkit-linear-gradient( 157deg, rgb(197,21,27) 0%, rgb(115,52,177) 100%);*/
    /*background-image: -ms-linear-gradient( 157deg, rgb(197,21,27) 0%, rgb(115,52,177) 100%);*/
}
/*.erji:after{content:"";display:block;position:absolute;top:0;left:0;width:50%;height:100%;background:#f5f5f6;}*/
.erji .wrapper{background:#fff;position:relative;z-index:3;min-height:300px;}
.erji .tp{box-sizing:border-box;height:100%;overflow-y:auto;padding:44px 0;position:absolute;width:170px;background:#f5f5f6;z-index:2;left:0;top:0;}
.erji .tp h6{text-align:left;line-height:26px;position:absolute;font-size:18px;color:#fff;bottom:20px;left:0px;width:100%;box-sizing:border-box;padding:0 30px;z-index:2;}
.erji .tp dt a{padding-right:20px;background:url(/static/css/../images/0424/r1.png) no-repeat right center/12px;font-size:14px;color:#333;font-weight:700;}
.erji .tp dt:hover a{background:url(/static/css/../images/0424/r2.png) no-repeat right center/12px;color:#206bc4;}
.erji .tp dd{cursor:pointer;line-height:36px;}
.erji .tp dd a{position:relative;color:#181818;font-size:13px;}
.erji .tp dt{margin-bottom:5px;line-height:36px;}
.erji .tp dd a:before{content:"";display:block;height:1px;width:0;background:#2963ff;position:absolute;bottom:-5px;left:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.erji .tp dd:hover a:before,.erji .tp dd.cur a:before{
    width:100%;
}
.erji .tp dd:hover a,.erji .tp dd.cur a{color:#2963ff;}
.erji .sanji{padding:34px 0;}
.erji .sanji>dl{float:left;margin-right:2.66%;text-align:left;line-height:24px;box-sizing:border-box;width:23%;}
.erji .sanji dt{font-size:16px;font-weight:bold;color:#111;margin-bottom:18px;padding:12px 0 22px 0;border-bottom:1px solid #eaeaea;}
.erji .sanji dd{cursor:pointer;float:left;font-size:12px;width:100%;padding:5px;box-sizing:border-box;}
.erji .sanji>dl:nth-last-child(1){margin-right:0;}
.erji.w4 .sanji dl:nth-child(1){width:48.66%;}
.erji.w4 .sanji dl:nth-child(1) dd{float:left;width:48.5%;}
.erji.w4 .sanji dl:nth-child(1) dd:nth-child(2n){float:right;}
.erji.w3 .sanji dd:nth-child(3n){margin-right:0;}
.erji .sanji dl.tuij{}
.erji .sanji dl.tuij .pic img{height:100%;width:100%;object-fit:cover;opacity:1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.erji .sanji dl.tuij .pic{border-radius:4px;position:relative;height:122px;}
.erji .sanji dl.tuij .pic:before{content:"";display:block;position:absolute;right:0;top:0px;background:url(/static/css/../images/0923/hot1.png) no-repeat center center/100%;width:50px;height:32px;z-index: 4;}
.erji .sanji dl.tuij h3{margin:15px 0 20px 0;font-size:14px;height:48px;line-height:24px;font-weight:bold;}
.erji .sanji dl.tuij h3 a{color:#111;}
.erji .sanji dl.tuij:hover h3 a{color:#206bc4;}
.erji .sanji dl.tuij .nmore{color:#206bc4;font-size:12px;}










.erji .sanji dd>a{position:relative;display:inline-block;color:#333;line-height:20px;font-size:14px;}
.erji .sanji dd img{opacity:.4;width:16px;margin:-2px 8px 0 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.erji .sanji dd:hover img{opacity:1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.erji .sanji dd p{margin-top:4px;padding-left:27px;}
.erji .sanji dd:hover>a,.erji .sanji dd.cur>a{color:#206bc4;}
.erji .sanji dt a{color:#111;}
.erji .sanji dd>a:before{content:"";position:absolute;right:0;bottom:-1px;width:calc(100% -  27px);background:#206bc4;height:1px;opacity:0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.erji .sanji dd:hover>a:before{opacity:1;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}
.erji .sanji>dl:nth-child(1){display:block;}
/* .nav li:nth-child(1) .erji .sanji>dl{width:20%;padding:0 30px;} */
.new-pro-tit .sub-tab a{display:inline-block;margin-left:25px;font-size:16px;color:#333;}
.new-pro-tit .sub-tab a:hover,.new-pro-tit .sub-tab a.cur{color:#206bc4;}
.nav li:hover .erji{display:block;}
.newbanner .swiper-container{margin:0;}
.newbanner .wenz{height:auto;position:absolute;left:0;top:50%;margin:0;width:100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*.newbanner .wenz h2,.newbanner .wenz h5{color:#fff;}*/
.newbanner .pagination01{position:absolute;margin:0;bottom:30px;}
.newindex01{}
.newindex01 .swiper-container{padding:10px;}
.newindex01 .swiper-slide{overflow:hidden;border-radius:5px;box-shadow:0 5px 10px 0 rgba(2,31,65,0.05);}
.newindex01 .swiper-slide .index01-top h3{font-size:18px;color:#fff;}
.newindex01 .swiper-slide .index01-top{background:#206bc4 url(../images/20210507/ibg02.png) no-repeat center center/cover;;padding:15px 30px;}
.newindex01 .swiper-slide .index01-top p{white-space:nowrap;text-transform:capitalize;font-size:12px;color:#fff;}
.newindex01 .swiper-slide dl{}
.newindex01 .swiper-slide dd{color:#666;}
/*.newindex01 .swiper-slide dd>a{font-size:14px;line-height:64px;color:#666;display:block;padding:0 30px 0 55px;background:url(/static/css/../images/20210507/ibg01.png) no-repeat left 30px center/13.5px;border-bottom:1px solid #eaeaea;}*/
.newindex01 .swiper-slide dd>a{font-size:14px;line-height:64px;color:#666;display:block;padding:0 30px 0 55px;background:url(/static/css/../images/20210507/ibg01.png) no-repeat left 30px center/13.5px;border-bottom:1px solid #eaeaea;}
.newindex01 .swiper-slide dt{padding:0 30px;line-height:64px;}
.newindex01 .swiper-slide dd:hover>a{background:url(/static/css/../images/20210507/ibg01h.png) no-repeat left 30px center/13.5px;color:#206bc4;}
.newindex01 .swiper-slide dt:hover>a{padding-left:10px;}
.pl-video li{float:left;width:32%;margin:0 2% 30px 0;}
.pl-video li:nth-child(3n){margin-right:0;}
.pl-video li .wenz{padding:22px 16px;}
.pl-video li .pic{position:relative;}
.pl-video li .wenz h5{margin-bottom:8px;font-size:14px;color:#206bc4;}
.pl-video li .wenz h3{height:64px;line-height:32px;}
.pl-video li .bf{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5) url(https://www.paraview.cn/images/20210507/bf.png) no-repeat center center/64px;opacity:0;visibility:hidden;transition:all .3s;-webkit-transition:all .3s;}
.pl-video li:hover .bf{opacity:1;visibility:visible;}
.pl-video li:hover .f18a a{color:#206bc4;}


.newindex02{background:#f6f6f6;}
.sol-tab{margin-bottom:30px;text-align:center;}
.sol-tab a{background:#fff;margin:0 5px;display:inline-block;width:142px;line-height:48px;border-radius:6px;position:relative;text-align:center;font-size:16px;color:#333;}
.sol-tab a:before{content:"";display:block;position:absolute;background:url(/static/css/../images/20210507/sj.png) no-repeat center center/100%;width:12px;height:12px;bottom:-6px;left:calc(50% - 6px);opacity:0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.sol-tab a:hover,.sol-tab a.cur{background:#206bc4;color:#fff;}
.sol-tab a.cur:before,.sol-tab a:hover:before{opacity:1;}
.container-box{padding:55px 0;
    background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(219,219,219) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(219,219,219) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(219,219,219) 100%);
}
.newindex02 .swiper-slide{position:relative;}
.newindex02 .swiper-slide .tp{width:46%;text-align:center;}
.newindex02 .swiper-slide .wenz{width:48%;}
.sub-tab{margin-bottom:60px;text-align:center;}
/* .sub-tab a{border-bottom:2px solid transparent;line-height:40px;font-size:16px;color:#999;padding:0 5px;margin-right:15px;display:inline-block;}
.sub-tab a:hover,.sub-tab a.cur{color:#333;}
.sub-tab a.cur{border-color:#206bc4;} */
.newindex02:before{display:none;}
.newindex02 .more{margin-bottom:0;}
.newindex02 .swiper-container{margin:0;}
/*.newindex03 .swiper-container{max-width:1040px;margin:auto;}*/
.container-box>div{display:none;}
.container-box>div.container01{display:block;}

.new-pro{}
.new-pro-tit{margin-bottom:60px;position:relative;}
.new-pro-tit h6{font-size:18px;color:#206bc4;font-weight:bold;font-family:Impact;}
.new-pro-tit h5{font-size:30px;font-weight:bold;color:#111;}
.new-pro-tit .sub-tab{position:absolute;bottom:10px;right:0;width:auto;margin:0;}
.new-pro-list-tit{margin-bottom:30px;}
.new-pro-list-tit img{float:left;height:80px;}
.new-pro-list-tit h2{font-size:24px;color:#333;}
.new-pro-list-tit p{font-size:12px;color:#bdbdbd;}
.new-pro-list-tit h2,.new-pro-list-tit p{float:right;width:calc(100% - 120px);padding-top:12px;}
.new-pro-list-tit p{padding-top:3px;}
.new-pro ul{margin-top:-30px;}
.new-pro li{position:relative;margin-bottom:45px;}
.new-pro li h3{margin-bottom:12px;color:#111;height:24px;line-height:24px;}
.new-pro li dd{position:relative;width:33.3%;float:left;padding:26px 20px;box-sizing:border-box;}
.new-pro li h3 img{opacity:.4;width:22px;margin:-4px 8px 0 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.new-pro li dd:hover h3 img{opacity:1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.new-pro li dd:hover{box-shadow:0px 14px 43px 0px rgb(0 0 0 / 15%);}
.new-pro li dd:nth-child(4n){margin-right:0;}
.new-pro li dd:before{content:"";display:block;position:absolute;bottom:0;height:1px;width:calc(100% - 40px);left:20px;background:#eaeaea;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.new-pro li dd:hover:before{display:none;}
.new-pro li dd:hover h3 a{color:#206bc4;}
.hash-nav{width:200px;position:fixed;left:0;top:30%;z-index:7;border-top-right-radius:10px;border-bottom-right-radius:10px;overflow:hidden;background:#fff;box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.11);}
.hash-nav li{position:relative;margin-bottom:-1px;}
.hash-nav li>a{white-space:nowrap;display:block;font-size:16px;color:#111;padding:0 28px 0 50px;text-align:left;line-height:64px;border:1px solid #eaeaea;}
.hash-nav li:before{content:"";display:block;border-radius:50%;width:3px;height:3px;border:2px solid #dbdbdb;position:absolute;left:28px;top:calc(50% - 2.5px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;}
.hash-nav li:hover:before,.hash-nav li.cur:before{border-color:#fff;}
.hash-nav li:hover>a,.hash-nav li.cur>a{border-color:transparent;color:#fff;
    background-image: -moz-linear-gradient( 157deg, rgb(197,21,27) 0%, rgb(115,52,177) 100%);
    background-image: -webkit-linear-gradient( 157deg, rgb(197,21,27) 0%, rgb(115,52,177) 100%);
    background-image: -ms-linear-gradient( 157deg, rgb(197,21,27) 0%, rgb(115,52,177) 100%);
}
.new-pro .hash{top:-200px;}

.zoomify.zoomed{background:#fff;}
/* .banner .wenz img{height:218px;width:auto;}
.banner .wenz img:nth-last-child(2){display:none;} */

.banner .wenz img{max-height:58px;width:auto;max-width:50%;}
.banner .wenz h5{height:auto;max-width:700px;}
.more{
    border-radius:5px;
}
.banner .more, .ny-banner .more{margin-right:8px;}
@media only screen and (max-width: 1600px) {
    .hash-nav{width:160px;}
    .hash-nav li>a{line-height:48px;font-size:14px;padding:0 20px;padding-left:35px;}
    .hash-nav li:before{left:20px;}
    /*.newindex03 .swiper-container{max-width:928px;}*/
    /* .banner .wenz img{height:180px;} */
    .course li .pic{height:190px;}
    .stars04 .swiper-slide .num{font-size:48px;}
    .stars04 .swiper-slide em{width:7px;height:7px;}
    .stars01 .f16p{font-size:14px;line-height:24px;}
    .stars02 li p{font-size:12px;}
    .stars02 li em{margin-bottom:12px;}
    .stars02 li:nth-child(1) em{height:100px;}
    .stars02 li:nth-child(2) em{height:130px;}
    .stars02 li:nth-child(3) em{height:160px;}
    .stars02 li:nth-child(4) em{height:190px;}
    .stars02 li:nth-child(5) em{height:220px;}
    .stars02 li:nth-child(6) em{height:250px;}
    .stars02 li:nth-child(7) em{height:280px;}
    .stars02 li{height:420px;}
    .factory03 .swiper-slide.gd p{font-size:14px;}
    .htel{margin-left:15px;}
    .erji .tp{padding:32px 0;}
    .erji .sanji{padding:22px 0;}





}

@media only screen and (max-width: 1200px) {
    .newindex01 .phone{display:block;position:relative;margin-top:30px;bottom:auto;}
    .stars04 .swiper-slide>div{width:100%;max-width:100%;}
    .stars04 .swiper-slide img{position:absolute;right:30px;top:50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);}
    .stars01 .f16p{font-size:12px;line-height:20px;}
    .stars04 .swiper-slide img{width:36%;}
    .banner .wenz img{max-height:40px;}
    .new-card .swiper-slide{padding:12px 20px 12px 80px;}
    .more span{font-size:12px;}
    .more{width:110px;line-height:32px;font-size:12px;}
    .index042401 li{padding:32px 42px;}
    .index042401 li>img{right:42px;height:100px;}
    /*.sindex_div{width:calc(100% - 220px);}*/
    /*.sindex{padding:42px;}*/
    .index042403 .box img{width:280px;}
    .index042403 .box dd h5 span{font-size:36px;}
    .index042403 .box dd h5 sup{font-size:22px;}
    .index042403 .box dd h5{font-size:16px;}
    .index042403 .box dd{margin-top:24px;}
    .index042403 .box{padding-bottom:130px;}
    .new-card .swiper-container:before,.new-card .swiper-container:after{display:none;}
    .index2301 li h5 span{font-size:24px;}

}


@media only screen and (max-width: 1023px) {
    .newbanner .swiper-slide{overflow:hidden;}
    .newbanner .swiper-slide>img{max-width:160%;width:160%;margin-left:-30%;}
    .newbanner .swiper-pagination.pagination01{position:absolute !important;bottom:10px !important;}
    .newbanner .wenz .more{display:none;}
    .newbanner .swiper-slide .wenz{padding-top:0;}
    .newindex02 .wrapper{padding-top:0;}
    .newindex02 .tit p{margin:5px auto 0 auto;}
    .sol-tab{margin-bottom:0px;}
    .new-pro-list-tit img{float:left;height:40px;margin-top:5px;}
    .new-pro-tit .sub-tab a:nth-child(1){padding-left: 0;margin-left: 0;}
    .liw30 li{width:100%;}
    .sol-tab a{width:25%;float:left;margin:0;border-radius:0;line-height:42px;font-size:14px;}
    .container-box{padding:32px 0;}
    .sub-tab a{font-size:14px;border-width:1px;margin:0 3px;}
    .sub-tab{margin-bottom:30px;text-align:center;}
    .newindex02 .swiper-slide .tp{text-align:center;}
    .newindex02 .swiper-slide .tp img{max-width:100%;}
    .newindex02 .swiper-slide .wenz.fr{padding-top:10px !important;}
    .newindex02 .sub-tab{display:none;}
    .newindex02 .pagination01{margin-top:25px !important;}
    /* .erji{display:none !important;} */
    .new-pro-list-tit h2, .new-pro-list-tit p{width:calc(100% - 60px);}
    .new-pro li dd:before{width:calc(100% - 0px);left:0;}
    .hash-nav{display:none;}
    .new-pro-tit{margin-bottom:30px;}
    .new-pro-tit .sub-tab{position:relative;bottom:auto;text-align:left;margin-top:20px;}
    .new-pro-list-tit h2{font-size:18px;padding-top:0;}
    .new-pro-list-tit{background-size:auto 24px !important;padding-left:0px !important;}
    .new-pro li dd{width:100%;margin:0;padding:20px 0;}
    .new-pro li h3{margin-bottom:7px;}
    .new-pro-list-tit{margin-bottom:10px;}
    .new-pro li dd .fontp{height:auto;}
    .new-pro li{margin-bottom:28px;}
    .new-pro-tit h5{font-size:24px;}
    .new-pro-tit h6{font-size:16px;}
    .new-pro .hash{top:-100px;}
    .pl-video li{margin:0 0 12px 0;width:100%;}
    .pl-video li .wenz h3{font-size:16px;line-height:28px;height:56px;}
    .newindex03 .swiper-slide>div{padding:18px;}
    .newindex03 .swiper-slide img{width:100px;}
    .newindex03 .swiper-slide h3{margin:20px 0 3px;}
    .newindex03 .swiper-slide dd>a{font-size:12px;line-height:50px;background-position:left 15px center !important;padding:0 15px 0 45px;}
    .newindex03 .swiper-slide dt>a{font-size:12px;line-height:42px;}
    .newindex03 .swiper-slide dt img{width:12px;margin:-2px 5px 0 0;}
    .newindex03 .swiper-pagination.pagination01{bottom:auto !important;position:relative;margin-top:30px;}
    .tpimg.w60 img{max-width:100%;}
    .newbanner .wenz{margin-top:0px;}
    .product06 .w20 li{width:100%;padding:0;}
    .hash-nav{display:none !important;}
    .new-pro-tit .sub-tab a{font-size:14px;margin:0 6px;}
    .product001 td{font-size:12px;padding:10px;line-height:20px;min-width:44px;}
    .solution07 li, .solution07 .w30 li, .solution07 ul.w20 li{width:100%;}
    .solution07 li .wenz p{height:auto;}
    .erji .tp{display:none;}
    .erji .sanji{width:100%;}
    .erji .sanji>dl{min-height:inherit;width:100%;padding:0 30px;border:none;margin-bottom:20px;}
    .erji{background:#f2f2f2;padding:22px 0;opacity:1;visibility:visible;display:none;position:relative;}
    .erji:after{display:none;}
    .erji:before{display:none;}
    .phone-tit{top:96px;}
    .ny-banner{padding-top:15px;}
    .ny-banner .fontp{display:none;}
    .solution001 dd{width:calc(50% - 14px);padding:18px 0;}
    .solution001 dt{width:28px;}
    .solution001 dd img{height:32px;}
    .solution001 dl{padding:20px 0;}
    .solution002 dt{display:none;margin:auto;position: relative;top:auto;left:auto;transform:none !important;-webkit-transform:none !important;}
    .solution002 dt.ppdt{display:block;}
    .solution002 dd{width:100%;margin-bottom:12px;max-width:100%;}
    .solution002 dd .fontp.pp{margin-top:15px;padding:0 !important;}
    .solution002 dd h4{margin:10px 0 5px 0;}
    .product01 .w70 li{width:50%;padding:12px;box-sizing: border-box;}
    .product01 .w70 li p.fontp{height:60px;}
    .solution .product04, .solution .solution03{margin-bottom:0;}
    .product04 dd p.line3{height:auto;}
    .banner .wenz img{height:100px;}
    .new-pro ul{margin-top:0;}
    .resource_downloads a{font-size:12px;padding:18px 32px;}
    .resource_downloads{margin-top:22px;padding:0 20px;}
    .course li{width:100%;margin:0 0 10px;padding:0;border:none;border-bottom:1px solid #eaeaea;overflow:hidden;}
    .course li .pic{width:150px;float:left;height:78px;line-height:78px;}
    .course li .wenz{float:right;box-sizing:border-box;width:calc(100% - 165px);border:none;padding:0 15px 0 0;}
    .course li .wenz .f18a{font-size:14px;font-weight:bold;}
    .course li .wenz h5{margin-top:7px;font-size:12px;padding-left:20px;}
    .course li .wenz h6{display:none;}
    .course li .bf{width:34px;height:34px;margin:-17px 0 0 -17px;}
    .course li .wenz p{margin-top:7px;}
    .article li{padding:18px 22px;}
    .article li h6{font-size:12px;}
    .article li h3{font-size:14px;font-weight:bold;margin:4px 0 6px;}
    .article li>a{position:relative;margin-top:12px;top:auto;right:auto;transform:translateY(0px);-webkit-transform:translateY(0px);}

    .partner-banner{padding-top:0;overflow:hidden;}
    .partner-banner img{max-width:150%;width:150%;margin-left:-25%;}
    .partner-banner .wenz{top:30px !important;
        -webkit-transform: translateY(0)!important;
        -moz-transform: translateY(0)!important;
        -ms-transform: translateY(0)!important;
        -o-transform: translateY(0)!important;
        transform: translateY(0)!important;}
    .partner-banner .wenz h1{font-size:18px;}
    .partner-banner .wenz h3{display:block;}
    .channel01 li{width:100%;padding:15px 0;}
    .channel01 li .tp{float:left;width:100px;height:auto;line-height:inherit;}
    .channel01 li .wenz{width:calc(100% - 120px);float:right;text-align:left;}
    .channel01 li .fontp{text-align:left;}
    .channel01 li h3{margin:0 0 8px;}
    .channel02 dt{display:none;width:80%;}
    .channel02 dd{padding:12px 0;height:auto;margin-top:0px;width:100%;}
    .channel02 dd>div{max-width:100%;}
    .channel02 dd h3{font-size:14px;padding:15px 0 5px;}
    .channel02 dd>div{border-width:2px;}
    .channel03 li img{height:85px;float:left;}
    .channel03 li{text-align:left;overflow:hidden;width:100%;padding:12px 0;}
    .channel03 li .wenz{float:right;width:calc(100% - 110px);margin-top:50px;}
    .channel03 li div{height:auto;padding:20px 15px 20px 45px;margin:0px 0 0 50px;}
    .channel03 li .fontp{text-align:left;}
    .channel03 li h3{font-size:16px;margin:0 0 8px;}
    .channel04{height:400px;}
    .channel03 li div:before{display:none;}
    .channel03 li div{background: -webkit-linear-gradient(left top, #f6f6f6, #fff);}
    .stars01 dd img{height:42px;}
    .stars01 dd{margin:10px 0;width:33.3%;}
    .stars01 dd p{font-size:12px;margin-top:8px;}
    .channel06 dd:nth-child(4){margin-left:16.666%;}
    .stars01 dd:nth-child(7){margin-left:16.666%;}
    .stars02 li{margin:3px 0;background-image:-webkit-linear-gradient(left top , #fff, #f5f6f7);position:relative;padding:0 20px;box-sizing:border-box;width:100%;height:auto;}
    .stars02 li>div{height:60px;position:relative;overflow:hidden;bottom:auto;left:auto;}
    .stars02 li span{margin-top:15px;float:left;width:32px;height:32px;line-height:32px;font-size:14px;}
    .stars02 li em{background:#206bc4;background-size:cover;height:10px !important;border-radius:40px;float:left;margin:40px 0 0 20px;}
    .stars02 li p{width:calc(100% - 52px);text-align:left;position:absolute;left:52px;top:12px;font-size:12px;}
    .stars02 li:nth-child(1) em{width:10%;}
    .stars02 li:nth-child(2) em{width:20%;}
    .stars02 li:nth-child(3) em{width:30%;}
    .stars02 li:nth-child(4) em{width:40%;}
    .stars02 li:nth-child(5) em{width:50%;}
    .stars02 li:nth-child(6) em{width:60%;}
    .stars02 li:nth-child(7) em{width:70%;}
    .stars02 li:nth-child(8) em{width:80%;}
    .stars03 .swiper-slide p{line-height:60px;font-size:14px;}
    .stars05 img{width:90%;}
    .factory01 dd:nth-child(5){margin-left:0;}
    .factory01 dl{margin-top:15px;}
    .factory01 dd:nth-child(7){margin-left:0;}
    .factory04 .swiper-slide img{height:200px;}
    .factory04 .swiper-slide{border:none;padding:0 20px;}
    .factory04 .swiper-slide h3{font-size:14px;margin-top:10px;}
    .about05 .map-div{display:none;}
    .fixed-right li em{display:block;}
    .fixed-right li{border-radius:0 !important;}
    .fixed-right li:before{border-radius:0 !important;}
    .about06 .swiper-container{padding:0 5px;}
    .banner .pagination03{bottom:15px !important;}
    .banner .wenz img{height:30px;max-width:100%;max-height:42px;}
    .new-card{margin:0;padding-top:20px;}
    .banner .wenz h5{font-size:12px;line-height:20px;}
    .pagination03.swiper-pagination .swiper-pagination-bullet{width:25px;height:2px;}
    .new-card .swiper-container{padding:0;margin:0;}
    .new-card .f16p{font-size:14px;line-height:24px;height:72px;font-weight:bold;}
    .more4{font-size:12px;}
    .index042401 li{margin-top:28px;width:100%;padding:22px;}
    .index042401 li>img{height:80px;right:22px;}
    .index042401 li .pro-tit{padding-bottom:15px;}
    .index042401 li dl{padding-top:15px;}
    .index042401 li dd a{font-size:12px;}
    .tab0424 a{font-size:14px;margin:0 15px;font-weight:bold;}
    .index042402 .btn-box{display:none;}
    .sindex{padding:22px;}
    .tab0424{margin-bottom:12px;}
    .sindex_icon img{height:36px;}
    .sindex_icon h3{font-size:16px;margin:12px 0 2px;}
    .sindex_icon h4{font-size:12px;}
    .sindex_div{padding-top:25px;width:100%;}
    .sindex_div .f16p{font-size:14px;line-height:24px;}
    .sindex_div h6{margin:15px 0 8px;}
    .sindex_div .more{margin-top:22px;}
    .index042403 .box dd{width:100%;position:relative;margin:0;padding:6px 0;}
    .index042403 .box>img{max-width:70%;}
    .index042403 .box dl{padding-top:25px;position:relative;}
    .index042403 .box dd{max-width:100%;text-align:left;}
    .index042403 .box dd:nth-child(4) .fontp, .index042403 .box dd:nth-child(1) .fontp,.index042403 .box dd:nth-child(7) .fontp{text-align:justify;}
    .index042403 .box dd:nth-child(7){float:left;text-align:left;position:relative;left:auto;bottom:auto;width:100%;}
    .index042403 .box{padding-bottom:0;}
    .index042403 .box dd h5{width:90px;float:left;font-size:14px;}
    .index042403 .box dd h5 sup{font-size:20px;margin-right:-10px;}
    .index042403 .box dd h3{margin:5px 0 8px;}
    .index042403 .box dd h3,.index042403 .box dd .fontp{float:right;width:calc(100% - 90px);}
    .index042403 .box dd h5 span{font-size:30px;}
    .index06_tab{display:none;}
    .index08 h5{margin:0 auto 25px auto;max-width:80%;}
    .index08 form{width:100%;}
    .fixed-right li em,.fixed-right li:hover em{left:0;text-align:center;-webkit-transform: translateX(0%) translateY(0%) scale(1.0);opacity:1;width:100%;top:auto;bottom:3px;line-height:24px;height:24px;
        -moz-transform: translateX(0%) translateY(0%) scale(1.0);
        -ms-transform: translateX(0%) translateY(0%) scale(1.0);
        -o-transform: translateX(0%) translateY(0%) scale(1.0);
        transform: translateX(0%) translateY(0%) scale(1.0);
    }
    .fixed-right{background:#206bc4;right:0;}
    .fixed-right li a img{margin:-25px 0 0 0;width:90%;}
    .fixed-right li.nobg{margin-bottom:0;}
    .erji{display:none !important;}
    .htel{background-size:22px !important;margin-right:12px !important;}
    .ny-banner .more{margin-top:12px;}
    .pro042402 li img{display:block;width:80%;float:none !important;margin:auto;}
    .pro042402 li .wenz{width:100%;padding:20px 0 0 0 !important;}
    .pro042402 li{padding:12px 0;}
    .solution .product04 dl dt{padding:0;height:0;}
    .tpimg dd{width:33.3%;text-align:left;}
    .product001 th{font-size:12px;line-height:20px;padding:12px;}
    .phoneleft,.pdiv{text-align:justify !important;}
    .index042401 li dl{height:auto;}
    .fixed-right li.totop{position:absolute;right:15px;bottom:100px;width:36px;height:36px;border-radius:50% !important;}
    .zoomify.zoomed{padding:0 !important;}
    .index042401 li dd{width:100%;line-height:20px;}
}

/*2023/9/23*/

.header_notice{position:relative;height:90px;background-size:100% auto !important;}
.header_notice.no{display:none !important}
.header_notice a{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;}
.header_notice span{z-index:3;cursor:pointer;position:absolute;right:15px;top:5px;background:url(/static/css/../images/close.png) no-repeat center center/50%;width:32px;height:32px;}
/*.header.on .header_notice{display:none;}*/
body{padding-top:161px;}

.index2301{}
.index2301 li{background:url(/static/css/../images/0923/bg03.png) no-repeat center center/80%;width:20%;float:left;text-align:center;}
.index2301 li h5{font-weight:bold;color:#206bc4;font-size:20px;}
.index2301 li .fontp{text-align:center;}
.index2301 li h5 span{padding-right:4px;}

.footer_contact{padding:50px 0;text-align:center;background:url(/static/css/../images/0923/footer_bg.jpg) no-repeat center center/cover;}
.footer_contact .more{margin:25px 5px 0 5px;}
.footer-icon{padding:42px 0;border-bottom:1px solid rgba(255,255,255,.1);}
.footer-icon dd{float:left;width:20%;color:#fff;font-size:14px;}
.footer-icon dd img{height:24px;margin:-4px 12px 0 0;}
.about2301{}
.about2301 .swiper-container{padding:5px;}
.about2301 .swiper-slide{box-sizing:border-box;border:1px solid #eaeaea;border-radius:5px;}
.about2301 .swiper-slide .tp{text-align:center;padding:34px 0;}
.about2301 .swiper-slide .tp img{height:50px;}
.about2301 .swiper-slide h4{cursor:pointer;margin:0 25px;padding:22px 0;border-top:1px solid #eaeaea;background:url(/static/css/../images/0923/xia.png) no-repeat right center/auto 6px;}
.about2301 .wz{margin-top:-2px;background:#fff;border:1px solid #eaeaea;display:none;position:absolute;top:100%;z-index:2;width:calc(100% + 2px);left:-1px;box-sizing:border-box;}
/*.about2301 .swiper-slide.cur>div{background:url(/static/css/../images/0923/about_bg03.png) no-repeat top 119px center/cover;}*/
/*.about2301 .swiper-slide.cur .wz{background:url(/static/css/../images/0923/about_bg04.png) no-repeat center center/cover;}*/
/*.about2301 .swiper-slide.cur h4{color:#fff;border-top-color:#fff;background:url(/static/css/../images/0923/shang.png) no-repeat right center/auto 6px;}*/
.about2301 .swiper-slide.cur .wz{display:block;}
.about2301 .swiper-container{overflow:visible;}
.about2301 .swiper-slide .wz .fontp{padding:32px;}
.about2302{background:#f3f5fa;}
.about2302 ul{position:relative;}
.about2302 ul:before{content:"";display:block;height:100%;left:150px;border-left:1px dashed #eaeaea;position:absolute;}
.about2302 li{position:relative;}
.about2302 li h5{padding:14px 0;font-size:24px;color:#111111;float:left;width:200px;background:url(/static/css/../images/0923/dian.png) no-repeat right 42px center/15px;}
.about2302 li>div{box-sizing:border-box;background:#fff;padding:20px 32px;border-radius:5px;float:right;width:calc(100% - 200px);}
.about2302 li>div .fontp{font-size:14px;line-height:24px;padding:2px 0;color:#111;padding-left:18px;background:url(/static/css/../images/sjh.png) no-repeat left center/8px}
.about2302 li:hover>div{background-image: -moz-linear-gradient( 0deg, rgb(38,107,196) 0%, rgb(255,255,255) 99%);
    background-image: -webkit-linear-gradient( 0deg, rgb(38,107,196) 0%, rgb(255,255,255) 99%);
    background-image: -ms-linear-gradient( 0deg, rgb(38,107,196) 0%, rgb(255,255,255) 99%);
}
.about2302 li:hover h5{color:#206bc4;}
.about2302 li:hover .fontp{color:#fff;}
.about2303{}
.about2303 li{text-align:center;float:left;width:25%;box-sizing:border-box;padding:0 15px;}
.about2303 li h4{margin:5px 0 12px 0;color:#206bc4;font-size:16px;}
.about2303 li img{margin-bottom:12px;height:155px;}
.about2303 li:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.about2303 li .fontp{text-align:center;}
.service{}
.service01{}
.service01 dt{padding-bottom:36px;border-bottom:1px solid #eaeaea;width:100%;float:left;text-align:center;display:block;}
.service01 dt p{text-align:left;color:#333;display:inline-block;}
.service01 dt img{margin:-10px 20px 0 0;height:127px;}
.service01 dd{float:left;width:33.3%;box-sizing:border-box;text-align:center;margin-top:52px;border-right:1px solid #eaeaea;}
.service01 dd:nth-child(4){border-right:none;}
.service01 dd img{height:146px;margin:17px 0;}
.service01 dd:nth-child(2) img{height:180px;margin:0;box-shadow: 0px 0px 57px 0px rgba(114, 122, 135, 0.1);}
.service01 dd h3{margin-bottom:20px;}
.service01 dd p{margin-top:12px;}
.service01 dd a{margin-top:20px;}
.service02{background:#f3f5fa;}
.service02 li{box-sizing:border-box;text-align:center;background:#fff;border-radius:5px;padding:60px 30px;float:left;width:24%;margin-right:1.33%;}
.service02 li:nth-child(4n){margin-right:0;}
.service02 li img{height:64px;}
.service02 li h3{margin:22px 0;}
.service02 li p{text-align:center;}
.service02 li:hover img{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);}
.service03{}
.service03 li{box-sizing:border-box;padding:32px 42px;float:left;border-radius:8px;width:48.5%;}
.service03 li:nth-child(2n){float:right;}
.service03 li p{color:#111;}
.service03 li h3{margin-bottom:20px;}
.service04{}
.service04 dl{float:left;width:33.33%;}
.service04 dt{line-height:80px;font-size:24px;padding:0 32px;border-top-left-radius:20px;border-top-right-radius:20px;}
.service04 dd{font-size:16px;color:#111;line-height:26px;padding:18px 32px;border-bottom:1px solid #eaeaea;}
.service04 dl:nth-child(2) dt{
    background-image: -moz-linear-gradient( 0deg, rgb(227,233,238) 0%, rgb(229,231,237) 99%);
    background-image: -webkit-linear-gradient( 0deg, rgb(227,233,238) 0%, rgb(229,231,237) 99%);
    background-image: -ms-linear-gradient( 0deg, rgb(227,233,238) 0%, rgb(229,231,237) 99%);
}
.service04 dl:nth-child(3) dt{    background-image: -moz-linear-gradient( 0deg, rgb(247,232,232) 0%, rgb(237,236,229) 99%);
    background-image: -webkit-linear-gradient( 0deg, rgb(247,232,232) 0%, rgb(237,236,229) 99%);
    background-image: -ms-linear-gradient( 0deg, rgb(247,232,232) 0%, rgb(237,236,229) 99%);}

.service04 dl:nth-child(1) dd,.service04 dl:nth-child(1) dt{font-size:18px;font-weight:bold;}
.service05{background:#f3f5fa;}
.blog-banner{padding:50px 0;background:url(/static/css/../images/0923/blog_bg.jpg) no-repeat bottom center/cover;}
.blog-banner li{border-radius:5px;background:#fff;width:48.5%;}
.blog-banner li:nth-child(2),.blog-banner li:nth-child(3){float:right;}
.index07 li.tj .pic img, .blog-banner li:nth-child(1) .pic img{height:100%;object-fit:cover;}
.index07 li.tj .pic a, .blog-banner li:nth-child(1) .pic a{height:100%;display:block;width:100%;}
.news-li{border-radius:3px;background:#fff;}
.blog-banner li{float:left;box-sizing:border-box;padding:22px;box-shadow: 0px 0px 57px 0px rgba(114, 122, 135, 0.1);}
.blog-banner li:nth-child(1) .line_div span.date{float:left;}
.blog-banner li:nth-child(1) .line_div .nmore{float:right;}
.news-li{padding:22px;box-sizing:border-box;}
.news-li .pic{width:46%;float:left;height:150px;}
.blog-banner .news-li .pic{height:115px;}
.news-li .pic img{width:100%;height: 100%;}
.news-li .wenz{float:right;width:50%;}
.news-li .line_div .nmore{float:right;}
.news-li .line_div{line-height:24px;float:left;width:100%;padding-top:12px;}
.news-li .fontp{margin-top:12px;}
.blog-banner li:nth-child(3){margin-top:22px;}
.blog-banner li:nth-child(2) h3,.blog-banner li:nth-child(3) h3{margin-top:12px;}
.blog-banner li:nth-child(1) h3{margin:22px 0;}
.blog-banner li:nth-child(1) .line_div{padding-bottom:0;}
.blog-banner li:nth-child(1) .pic{width:100%;height:242px;}
.blog-banner li:nth-child(1) .wenz{width:100%;padding-left:0;padding-right:0;}
.blog{}
.blog .ncontent{width:calc(100% - 400px);}
.blog .nside{width:350px;}
.blog-tab{border-bottom:1px solid #eaeaea;}
.blog-tab a{display:inline-block;padding:32px 25px;font-size:20px;color:#111;border-bottom:2px solid transparent;}
.blog-tab a:hover,.blog-tab a.cur{color:#206bc4;border-bottom:2px solid #206bc4;}
.blog .news-li{border-bottom:1px solid #eaeaea;}
.dyhd{margin-top:100px;box-sizing:border-box;padding:32px;background:url(/static/css/../images/0923/blog_bg02.jpg) no-repeat center center/cover;border-radius:5px;}
.dyhd input[type=text]{border-radius:4px;width:100%;box-sizing:border-box;border:none;line-height:44px;color:#666;padding:0 12px;outline:none;}
.dyhd h3{margin-bottom:12px;}
.dyhd input[type=submit]{font-size:14px;color:#fff;border:none;outline:none;cursor:pointer;background:#206bc4;border-radius:5px;margin-top:12px;line-height:40px;width:120px;}
.hot{margin-top:32px;}
.hot h3{margin-bottom:18px;}
.hot h3 img{height:24.5px;margin:-3px 10px 0 0;}
.hot dt{margin:3px 3px;border:1px solid #eaeaea;border-radius:3px;font-size:12px;padding:0 12px;line-height:32px;display:inline-block;color:#999;}
.hot dt a{display:block;color:#999;}
.hot dt:hover{border-color:#206bc4;  }
.hot dt:hover a{color:#206bc4;}
.news-li.sx .pic{height:154px;margin-bottom:12px;width:100%;}
.news-li.sx .wenz{width:100%;}
.news-li.sx{padding-left:0;padding-right:0;width:48.5%;float:left;}
.news-li.sx:nth-child(2n){float:right;}
span.date{color:#999;}
.hot dd{border-bottom:1px solid #eaeaea;padding:12px 0;}
.hot dd a{font-size:14px;color:#666;}
.hot dd:hover a{color:#206bc4;}
.line_div .zt{line-height:24px;padding:0 12px;float:left;color:#fff !important;margin:-1px 12px 0 0;font-size:12px;text-align:center;display:inline-block;border-radius:4px;}
.line_div{line-height:24px;}
.line_div .wks{background:#7acfba;}
.line_div .zbz{background:#e79d9f;}
.line_div .yjs{background:#c9c9c9;}

.activity-banner{}
.activity-banner .tj{padding:32px;width:100%;}
.activity-banner .tj .pic{width:50% !important;}
.activity-banner .tj .wz{width:48%;}
.activity-banner .tj h3 a{color:#111;}
.activity-banner .tj h3{line-height:32px;height:64px;margin:0 0 12px 0 !important;}
.activity-banner .tj:hover h3 a{color:#206bc4;}
.activity-banner .tj .line_div{border:none !important;margin-top:50px;padding:0 !important;}
.activity-banner .tj .line_div .more{margin-top:-9px;}


.sthz{}
.sthz01{}
.sthz01 li{width:14.285%;float:left;text-align:center;}
.sthz01 li:nth-child(2n){margin-top:120px;}
.sthz01 li h4{margin:12px 0 22px;}
.sthz01 li h6{font-size:20px;color:#999999;}
.sthz01 li img{border-radius:10px;height:62px;box-shadow: 0px 0px 20px 0px rgba(144, 16, 20, 0.15);}
.sthz01 li:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);}

.sthz02{background:#f3f5fa;}
.sthz02 li{border-radius:4px;background:#fff;padding:12px;margin-top:5px;}
.sthz02 li>div{border-radius:5px;line-height:30px;padding-left:15px;color:#fff;height:30px;float:left;max-width:calc(100% - 140px);
    background-image: -moz-linear-gradient( 0deg, rgb(38,107,196) 0%, rgb(237,236,229) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(38,107,196) 0%, rgb(237,236,229) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(38,107,196) 0%, rgb(237,236,229) 100%);
}
.sthz02 li span{line-height:30px;display:block;float:right;box-sizing:border-box;padding-left:18px;width:140px;font-size:14px;color:#666;background:url(/static/css/../images/0923/diann.png) no-repeat left center;}
.sthz03{}
.sthz03 li{box-shadow: 0px 0px 57px 0px rgba(114, 122, 135, 0.1);margin-top:22px;padding:22px 32px;box-sizing:border-box;border-radius:5px;background:#fff;float:left;width:49%;}
.sthz03 li:nth-child(2n){float:right;}
.sthz03 li h3{margin-bottom:12px;}
.sthz03 li img{float:left;width:110px;}
.sthz03 li .wz{padding-top:18px;float:right;width:calc(100% - 130px);}
.sthz04{background:#f3f5fa;}
.sthz04 li{width:24%;float:left;text-align:center;box-sizing:border-box;margin-right:1.33%;padding:60px 32px;border-radius:5px;background:#fff;}
.sthz04 li:nth-child(4n){margin-right:0;}
.sthz04 li h4{margin:18px 0 10px;}
.sthz04 li img{display:block;margin:auto;border-radius:10px;height:62px;box-shadow: 0px 0px 20px 0px rgba(144, 16, 20, 0.15);}
.sthz04 li p{text-align:center;}
.sthz04 li:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);}







@media only screen and (max-width: 1023px) {
    .header_notice{height:45px;}
    .header_notice span{right:0;top:calc(50% - 16px);}
    body{padding-top:116px;}
    .banner .wenz h5{display:none;}
    .new-card .swiper-pagination{position:relative !important;margin-top:25px !important;}
    .new-card{padding:22px 0;}
    .index042401 ul{background:transparent;box-shadow:none;}
    .index042401 li{margin-top:18px;background:#fff;box-shadow:0px 0px 57px 0px rgba(114, 122, 135, 0.1);}
    .tab0424 a{line-height:36px;font-size:14px;margin:0;}
    .index2301 li{padding:15px 0;width:33.3%;background-position:top 15px center !important;}
    .index2301 li h5{font-size:14px;}
    .index2301 li h5 span{font-size:20px;}
    .index2301 li .fontp{line-height:18px;margin-top:12px;}
    .index2301 li:nth-child(4),.footer-icon dd:nth-child(4){margin-left:16.66%;}
    .index07 li.tj .pic, .blog-banner li:nth-child(1) .pic{height:161px;}
    .index07 li.tj .wz h3, .blog-banner li:nth-child(1) h3{margin:22px 18px;}
    .index07 li.normal{padding:22px;}
    .footer_contact h3{font-size:15px;font-weight:bold;}
    .footer_contact{padding:32px 0;}
    .footer_contact .more{margin-top:18px;}
    .footer-icon dd{padding:5px 0;width:33.3%;font-size:12px;}
    .footer-icon{padding:18px 0;}
    .footer-icon dd img{height:14px;margin:-3px 8px 0 0;}
    .sindex_div .fontp{margin-top:0;}
    .sindex{width:100%;padding:0;}
    .sindex_icon{padding-top:0;}
    .sthz01 li{width:25%;margin-top:0 !important;padding:12px 8px;box-sizing:border-box;}
    .sthz01 li h6{font-size:14px;}
    .sthz01 li h4{font-size:14px;line-height:22px;margin:8px 0 12px;}
    .sthz01 li img{height:48px;}
    .sthz02 li span{position:absolute;right:12px;top:12px;font-size:12px;line-height:24px;width:100px;white-space:normal;}
    .sthz02 li{position:relative;padding:12px;}
    .sthz02 li>div{max-width:inherit;}
    .sthz03 li{margin-top:12px;width:100%;padding:20px;}
    .sthz03 li img{width:60px;}
    .sthz03 li .wz{width:calc(100% - 80px);padding-top:4px;}
    .sthz03 li h3{margin-bottom:8px;}
    .sthz04 li{padding:28px 18px;margin:10px 0 0 0;width:48.5%;box-sizing:border-box;}
    .sthz04 li:nth-child(2n){float:right;}
    .sthz04 li img{height:48px;}
    .footer-con{display:none;}
    .index07 li:nth-child(2n){float:left;}
    .header_notice{background-size:200% auto !important;}
    .phone-tit{display:none;}
    .about01.nn .wenz{width:100%;}
.about2301 .wz{display:block;position:relative;}
.about2301 .swiper-slide .wz .fontp{padding:22px;}
.about2302 li h5{font-size:14px;width:80px;background-position:right center !important;}
.about2302 ul:before{left:72px;}
.about2302 li>div{padding:18px;width:calc(100% - 100px);}
.about2302 li>div .fontp{font-size:12px;line-height:20px;}
.about04 dd img{margin:0;}
.about04 dd{height:auto;border:none;}
.app{background-size:300% auto !important;}
.activity-banner .tj .pic{width:100% !important; }
.activity-banner .tj{padding:18px;}
.activity-banner .tj h3{margin:12px 0 !important;line-height:24px;height:48px;}
.activity-banner .tj p{display:none;}
.activity-banner .tj .line_div{margin-top:12px !important}
.activity-banner .tj .line_div .more{margin-top:12px;}
.blog-banner li{width:100%;margin-top:12px;}
.blog-tab a{font-size:14px;padding:12px 8px;}
.blog-banner .news-li .pic,.news-li .pic{height:65px;}
.blog-tab {white-space:nowrap;overflow-x: auto;}
.news-li .fontp{display:none;}
.blog .news-li{padding:12px 8px;}
.dyhd{margin-top:32px;}
.about2303 li{width:50%;}
.blog .news-li{width:100%;}
.about2303 li img{height:120px;}
.about2303 li {height: 274px;}
.join02 li h3{padding:18px 18px;}
.join02 li{padding:0;}
.join02 li h3:before{right:10px;width:30px;margin-top:-15px;height:30px;background-size:100% !important;}
.join02 li .add{line-height:26px;right:42px;}
.join02 li.on h3{background-size:auto 100% !important}
.nav li .new_sub_nav dl{width:100%;}
.nav li .new_sub_nav{width:100% !important;}
.nav li .new_sub_nav .new_sub_tuijian{display:none;}
.nav li:nth-last-child(1) .new_sub_nav{left:0;right:auto;}
.nav li .new_sub_nav dd>a{padding:0 45px;}
.nav li>dl{width:100%;}
.new_form_form .text .submit{margin-top:12px;}
.new_form_wz{padding-top:22px;;}
.new_form_form .text{width:100%;}
.new_form_wz dd{width:100%;padding:8px 0;}
.new_form_wz dt{margin-top:12px;}
.service01 dd{width:100%;border:none !important;}
.service02 li{width:100%;padding:20px 30px;margin-bottom:12px;}
.service02 li h3{margin:12px 0;}
.service03 li{margin-bottom:12px;padding:22px;width: 100%;}
.service03 li p{height: auto;}
.service04 dt,.service04 dl:nth-child(1) dd, .service04 dl:nth-child(1) dt{font-size:12px;}
.service04 dd{padding:12px 8px;line-height:18px;font-size:12px;white-space:nowrap;}.en{margin-right:16px;}.htel{display:none;}
.service04 dt{line-height:20px;padding:12px;}





}
.app .text.w100:nth-child(1){border:1px solid #eaeaea;}
        .blog-nav{background:#f5f5f5;}
        .blog-nav li{float:left;position:relative;margin-right:42px;;}
        .blog-nav li>a{display:block;position:relative;line-height:64px;font-size:14px;color:#999;padding:0 20px 0 0;font-weight:normal;}
        .blog-nav li:nth-child(1)>a{padding-left:0;}
        .blog-nav li>dl{position:absolute;width:160px;margin:5px 0 0 -20px;border-radius:6px;padding:9px 20px;left:0px;background:#fff;box-shadow: 0px 0px 30px 0px rgba(3, 3, 3, 0.15);z-index:-1;opacity:0;visibility:hidden;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
            -webkit-transform: translateY(30px);
            -moz-transform: translateY(30px);
            -ms-transform: translateY(30px);
            -o-transform: translateY(30px);
            transform: translateY(30px);
        }
        .blog-nav li>dl>dd>a{line-height:24px;padding:8px 0;border-bottom:1px solid #eaeaea;display:block;font-size:13px;color:#999;text-align:left;}
        .blog-nav li>dl>dd:hover>a{color:#333;}
        .blog-nav li>dl>dd:nth-last-child(1)>a{border-bottom:0;}
        .blog-nav li:hover>dl{z-index:2;visibility:visible;
            -webkit-transform: translateY(0px);opacity:1;
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
        }
        .blog-nav li>a:before{content:"";display:block;position:absolute;top:calc(50% - 8px);right:0px;width:16px;height:16px;background:url(/static/css/../images/0923/xia.png) no-repeat center center/60%;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }
        .blog-nav li.cur>a:before,.blog-nav li:hover>a:before{background:url(https://www.paraview.cn/css/xiab.png) no-repeat center center/60%;}
        .blog-nav li:hover>a:before,.blog-nav li.cur:hover>a:before{
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);}
        .blog-nav li.cur>a:after,.blog-nav li:hover>a:after{content:"";left:0;display:block;top:100%;width:100%;height:2px;background:#206bc4;position:absolute;bottom:0;}
        .blog-nav li.cur>a:before{}
        .blog-nav li:hover>a,.blog-nav li.cur>a{color:#000;}
        .blog-ul ul{padding-bottom:32px;}
        .blog-ul li{overflow:hidden;box-shadow:0 10px 20px 0 rgba(0,0,0,.3);position:relative;padding:0 !important;float:left;width:calc(25% - 20px);height:280px;margin:0 10px 20px 10px;}
        .blog-ul li.tj{width:calc(50% - 20px);height:580px;}
        .blog-ul li.tj .pic{height:253px !important;}
        .blog-ul li .pic{height:116px !important;width:100% !important;float:none !important;background:#f5f5f5;}
        .blog-ul li .pic img{object-fit:cover;width:100%;height:100%;}
        .blog-ul li .wenz h6{font-size:13px;margin-bottom:4px;color:#666;}
        .blog-ul li .wenz{background:#fff;box-sizing:border-box;padding:16px 22px;width:100% !important;float:none !important;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;}
        .blog-ul li .line_div{padding:0 22px !important;box-sizing:border-box;}
        .blog-ul li.sml .wenz{position:absolute;bottom:36px;width:100%;z-index:2;left:0;}
        .blog-ul li.sml .wenz .fontp{display:none;}
        .blog-ul li .wenz h5{margin-top:7px;}
        .blog-ul li .wenz h5 span{color:#2b65ff;padding-right:5px;}
        .blog-ul li .line_div{position:absolute;bottom:12px;width:100%;z-index:2;left:0;}

        .blog-ul li .f18a.line2{line-height:24px;height:48px;}
        .blog-ul li.tj:nth-child(10n){float:right;}

        @media only screen and (min-width: 1441px) {
            body{padding-top:181px;}
        }
        @media only screen and (min-width: 1024px) {
            .blog-ul li.sml:hover .wenz .fontp{display:-webkit-box;}
            .blog-ul li.sml:hover .wenz{height:calc(100% - 36px);}
        }


        @media only screen and (max-width: 1200px) {
            .nav li>a{padding:0;}
            .blog-ul li.tj{width:calc(66.6% - 20px);}
            .blog-ul li{width:calc(33.3% - 20px);margin:10px;}




        }
        @media only screen and (max-width: 1023px) {
            .blog-ul li{width:100% !important;margin:10px 0 !important;}
            .blog-ul li .pic{height:150px !important;}
            .blog-ul li.tj .pic{height:150px !important;}
            .blog-ul li.tj,.blog-ul li{height:auto !important;padding-bottom:40px !important;}
            .blog-ul li.sml .wenz{bottom:0;position:relative;}
            #pgServer .prev{right:80px;padding-left:15px;}
            #pgServer .next{padding-right:15px;}

        }










