@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font:12px Arial,"microsoft yahei"; color:#333; background:#fff; min-width: 1200px; }
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; }
ul,li,ol{list-style:none;}
a{text-decoration:none; color:#333;cursor: pointer;}
a:hover{text-decoration:none; color: #3a6fd0;}
input,textarea,select,button{font-family:Arial,"Microsoft YaHei";}
input:focus,textarea:focus,select:focus,button:focus{ outline:none;}
::-moz-selection {background:#aaa;color:#FFF;}
::selection {background: #aaa;color: #FFF;}
img{border:0}
.clear {zoom: 1;clear:both; }
.clear:after {content: ''; display: block; clear: both; }
table{width: 100%; border-collapse:collapse;}
table tr,table td{width: 100%; border: solid 1px #eee; }
.fl{float:left;}
.fr{float:right;}
input,textarea,select{font-family:"Microsoft YaHei"; font-size:12px;}
input:focus,textarea:focus,select:focus{ outline:none;}
@font-face {font-family:'BebasNeue-Regular'; src: url('/schtml/default/fonts/BebasNeue-Regular-3.ttf'); }
.scrollbar::-webkit-scrollbar{ width:6px; background:#f4f4f4; }/* 滚动条整体部分 */
.scrollbar::-webkit-scrollbar-button{ display:none;}/*  滚动条两端的按钮 */
.scrollbar::-webkit-scrollbar-track{ display:none;}/*  外层轨道 */
.scrollbar::-webkit-scrollbar-track-piece{ display:none;}/*  内层轨道 */
.scrollbar::-webkit-scrollbar-thumb{ background:#3a6fd0; }/*  滚动条里面可以拖动的那部分 */
.scrollbar::-webkit-scrollbar-corner{display:none;}/* 边角 */
.scrollbar::-webkit-resizer{display:none;}/*  定义右下角拖动块的样式 */

.iconT{display: flex;align-items: center;text-align: center;justify-content: center;}

.c1200{ width: 1200px; margin:0 auto;}
.wrap{width: 81.25%;margin: 0 auto;min-width: 1200px;}

/*header*/
.header{width: 100%;min-width: 1200px;background-color: #fff;padding:16px 0;position: relative;top:0;left: 0;z-index:99;transition: all 0.6s ease;}
.header .logoBox{float: left;transition: all 0.6s ease;}
.header .logoBox .logo{display: block;height:68px;float: left;}
.header .logoBox .code{float: left;	font-size: 16px;line-height: 28px;color: #333333;border-left: 1px solid #eee;margin: 20px 0 0 18px;padding-left: 10px;}
.header .logoBox .code span{font-size: 20px;font-family: BebasNeue-Regular;font-weight: bold;}
.header .nav{float: right;display: table;text-align: right;font-size: 0;transition: all 0.6s ease;}
.header .nav .nLi{display: inline-block;vertical-align:top;margin-left: 80px;position: relative;z-index: 1;}
.header .nav .nLi:first-child{margin-left: 0;}
.header .nav .nLi h3{padding: 22px 0;box-sizing: border-box;}
.header .nav .nLi h3 a{display:block;line-height: 24px;font-size:16px;color:#333;font-weight: normal;position: relative;padding:0 24px;transition: all 0.6s ease;}
.header .nav .nLi h3 a .iconfont{color: #ccc;font-size: 12px;display: block;position: absolute;top: 50%;transform:  translateY(-50%) rotate(180deg);right: 0;transition: all 0.6s ease;}
.header .nav .sub{ display:none; position:absolute;top:60px;z-index: 999;transform: translateX(-50%);left: 50%;width: 130px;background-color:#FFFFFF;box-shadow: 0 0 18px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 18px rgba(0,0,0,0.1);}
.header .nav .sub li{border-bottom: 1px solid #eee;}
.header .nav .sub li:last-child{border-bottom: 0;}
.header .nav .sub a{ display:block;text-align: center;font-size: 14px;color: #666;padding: 12px 10px;box-sizing: border-box;text-transform: uppercase;}
.header .nav .sub a:hover{color: #fff;background-color:#3a6fd0;}
.header .nav .nLi:hover h3 a,.header .nav .nLi#on h3 a{color: #3a6fd0;}
.header .nav .nLi:hover h3 a .iconfont{ transform:  translateY(-50%) rotate(90deg);}
.header .nav .nLi:hover h3 a .iconfont,.header .nav .nLi#on h3 a .iconfont{color: #3a6fd0;}
.is-fixed{box-shadow: 0 0 20px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);position: fixed;padding: 6px 0;}
@media (max-width: 1600px) {
    .header .nav .nLi{margin-left: 60px;}
}
@media (max-width: 1440px) {
    .header .nav .nLi{margin-left: 40px;}
}


.indexBanner{width: 100%;min-width: 1200px;}
.indexBanner .swiper-slide a{width: 100%;display: block;}
.indexBanner .swiper-slide a img{width: 100vw;display: block;}
.indexBanner .swiper-pagination{bottom: 45px;left: 0;right: 0;width: 81.25% !important;margin:auto;min-width: 1200px;}
.indexBanner .swiper-pagination-bullet{width: 10px;height: 10px;cursor: pointer;background-color: #3a6fd0;border-radius: 50%;transition: all 0.6s ease;opacity: 1 !important;position: relative;margin: 0 20px !important;}
.indexBanner .swiper-pagination-bullet-active::after{content: '';width: 20px;height: 20px;border-radius:50%;border:1px solid #3a6fd0;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;top:0;margin:auto;}
.indexBanner .iconfont{width:50px;height:50px;line-height:50px;background-image: none !important;font-size: 30px;color:#3a6fd0;text-align: center;transition: all 0.6s ease;}
.indexBanner .swiper-button-prev{left:-50px;transform: rotate(-90deg);background-color: rgba(255,255,255,0.4);}
.indexBanner .swiper-button-next{right:-50px;transform: rotate(90deg);background-color: rgba(255,255,255,0.4);}
.indexBanner .swiper-button-prev:hover,.indexBanner .swiper-button-next:hover{ background-color: #3a6fd0;color: #FFFFFF; }
.indexBanner:hover .swiper-button-prev{left: 100px;}
.indexBanner:hover .swiper-button-next{right: 100px;}


/*indexProduct*/
.indexProduct{width: 100%;background: url("/schtml/default/images/index_product_bg.jpg") center center no-repeat;padding: 60px 0 80px;}
.indexProduct .productBox{width:100%;}
.indexProduct .productBox .hd{width: 100%;}
.indexProduct .productBox .hd ul{width: 100%;display: table;font-size: 0;text-align: center;}
.indexProduct .productBox .hd ul li{display:inline-block;vertical-align:top;cursor: pointer;margin: 0 40px;color: #333333;font-size: 24px;padding-bottom: 22px;position: relative;z-index: 1;transition: all 0.6s ease;}
.indexProduct .productBox .hd ul li::after{content: '';width: 0;height: 1px;background-color: #3a6fd0;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;z-index: -2;opacity: 0;transition: all 0.6s ease;}
.indexProduct .productBox .hd ul li::before{content: '';width:10px;height: 10px;background-color: #fff;border: 1px solid #3a6fd0;border-radius: 50%;position: absolute;bottom: -5px;z-index: -1;left: 0;right: 0;margin: auto;transition: all 0.6s ease; transform: scale(0);}
.indexProduct .productBox .hd ul li.on{color: #3a6fd0;}
.indexProduct .productBox .hd ul li.on::after{opacity: 1;width: 94%;}
.indexProduct .productBox .hd ul li.on::before{opacity: 1; transform: scale(1);}
.indexProduct .productBox .tempWrap{width: 100%;margin-top: 50px;}
.indexProduct .productBox .bd .box{width:100%;background-color: #f6f6f6;position: relative;}
.indexProduct .productBox .bd .box .img{width: 55%;float: left;overflow: hidden;}
.indexProduct .productBox .bd .box .img img{display: block;width: 100%;}
.indexProduct .productBox .bd .box .img video{width: 100%; cursor: pointer;}
.indexProduct .productBox .bd .box .cont{width: 35%;position: absolute;top: 50%;transform: translateY(-50%);right: 5%;}
.indexProduct .productBox .bd .box .cont .tit{font-size: 36px;color: #3a6fd0;}
.indexProduct .productBox .bd .box .cont .txt{font-size: 16px;line-height: 36px;color: #333333;margin: 6% 0 8%;max-height: 144px;overflow-y: auto;}
.indexProduct .productBox .bd .box .cont .more{display: block;width: 100%;height: 50px;line-height: 50px;border-radius: 3px;overflow: hidden;background-color: #3a6fd0;color: #FFFFFF;font-size: 14px;padding: 0 4%;box-sizing: border-box;position: relative;transition: all 0.6s ease;z-index: 1;}
.indexProduct .productBox .bd .box .cont .more .iconfont{position: absolute;top: 50%;transform: translateY(-50%);right: 4%;color: #FFFFFF;font-size: 26px;transition: all 0.6s ease;}
.indexProduct .productBox .bd .box .cont .more::after{content: '';width: 0;height: 100%;background-color: #50b674;position: absolute;top: 0;left: 0;transition: all 0.6s ease;z-index: -1;}
.indexProduct .productBox .bd .box .cont .more:hover::after{width: 100%;}


/*indexCustomer*/
.indexCustomer{width: 100%;padding: 60px 0 70px;background: url("/schtml/default/images/index_customer_bg.jpg") center center no-repeat;}
.indexCustomer .titleBox{width: 100%;}
.indexCustomer .titleBox .title{font-size: 36px;line-height:40px;color: #ffffff;float: left;}
.indexCustomer .titleBox .tit{font-size: 18px;line-height:40px;color: #ffffff;font-weight: bold;text-transform: uppercase;float: right;}
.indexCustomer ul{display: table;font-size: 0;text-align: left;width: 100%;margin-top: 36px;}
.indexCustomer ul li{display: inline-block;vertical-align: top;width: 13%;margin-right: 1.5%;margin-bottom: 1.5%;background-color: rgba(255,255,255,0.45);transition: all 0.6s ease;}
.indexCustomer ul li:nth-of-type(7n){margin-right: 0;}
.indexCustomer ul li img{width: 100%;display: block;}
.indexCustomer ul li:hover{background-color: #FFFFFF;}


/*footer*/
.footer{width: 100%;background-color: #fff; border-top: solid 1px #eee;}
.footer .box{width: 100%;padding: 28px 0;}
.footer .box .cont{float: left;font-size: 24px;line-height:32px;font-weight: bold;font-family:BebasNeue-Regular;color: #3a6fd0;position: relative;padding-left: 40px;margin-right: 40px;}
.footer .box .cont .iconfont{display: block;width: 32px;height: 32px;border-radius: 50%;background-color: #3a6fd0;color: #FFFFFF;font-size: 22px;line-height: 32px;position: absolute;top: 0;left: 0;}
.footer .box .cont1{float: left;font-size: 16px;line-height:32px;color: #999999;position: relative;padding-left: 40px; cursor: pointer;}
.footer .box .cont1 .iconfont{display: block;width: 32px;height: 32px;border-radius: 50%;background-color: #50b674;color: #FFFFFF;font-size: 22px;line-height: 32px;position: absolute;top: 0;left: 0;}
.footer .box .cont1 p{ position: absolute; bottom: 32px; padding-bottom: 10px; left: -34px;display: none;}
.footer .box .cont1 img{width: 100px;height: 100px;  border: solid 1px #eee;}
.footer .box .cont1:hover p{ display: block;}
.footer .box .cont1:hover{ color: #3a6fd0;}
.copyRight{width: 100%;border-top: 1px solid #eee;padding:30px 0;color: #999999;font-size: 14px;}
.copyRight a{color: #999999;}
.copyRight a:hover{color: #3a6fd0;}


/* customer */
.customer {position:fixed;top:50%;right:2px;z-index:999; transform: translateY(-50%);}
.customer li{margin-bottom: 4px;width:50px; height:50px;position: relative;}
.customer li .a{display: block;width:50px; height:50px;position: relative;z-index: 10000;border-radius: 3px;color: #FFFFFF;background-color: #3a6fd0;font-size: 30px;line-height: 50px;transition: all 0.6s ease;}
.customer li .a:hover{background-color: #fff;color:#3a6fd0;box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.customer li .qicqSub{width:108px; right:-144px; top:0; position:absolute; background:#3a6fd0; padding:12px 12px 10px; z-index:999;transition: all 0.8s ease; }
.customer li .qicqSub:hover{background-color: #50b674;}
.customer li .qicqSub p{ width:100%; text-align:center; display:inline-block; margin:3px 0;}
.customer li .qicqSub p a img{ margin:8px 4px 8px 8px; float:left;}
.customer li .qicqSub p a{display:block; width:108px; height:32px; padding:0; background:rgba(255, 255, 255, 0.1); border:1px solid #eee; position: relative; text-align: left; line-height:32px; border-radius:32px; margin:0; color:#fff;}
.customer li .qicqSub p a:hover{ background:#fff; color:#333; border:1px solid #fff;}
.customer li:hover .a{ border-radius: 0;}
.customer li:hover .qicqSub{ right:50px;}
.customer li .phoneSub{width:120px; right:-150px;top:0; position:absolute; background:#3a6fd0; padding:12px 12px;z-index:999;transition: all 0.8s ease;font-family: BebasNeue-Regular;color: #fff;font-size: 22px;line-height: 26px;}
.customer li:hover .phoneSub{right:50px;}
.customer li .phoneSub:hover{background-color: #50b674;}
.customer li .erweimaSub{width:100px; right:-156px; top:0;position:absolute; background:#3a6fd0; padding:12px 12px 10px; z-index:999; transition: all 0.8s ease;}
.customer li .erweimaSub img{ width:100px; height:100px;}
.customer li .erweimaSub p{ width:100%; line-height:20px; text-align:center; color: #fff; display:inline-block; margin-top:5px;}
.customer li:hover .erweimaSub{ right: 50px;}
.customer li .erweimaSub:hover{background-color: #50b674;}


/*pageBanner*/
.pageBanner{width: 100%;height: 330px;min-width: 1200px;position: relative;}

/* pageContent */
.pageContent{ width: 100%; padding: 80px 0; font-size: 16px; color: #333; line-height: 32px;}
.pageContent img{ max-width: 100%;}

/* pageTitle */
.pageTitle{margin-bottom: 20px;}
.pageTitle h1{font-size: 36px;line-height: 36px;color: #333333;}
.pageTitle h2{font-size: 30px;line-height: 30px;color: #dae1ee;margin-top: 10px;text-transform: capitalize;}

/*pageProfile*/
.pageProfile{width: 100%;padding: 80px 0;}
.pageProfile .wrap{position: relative;}
.pageProfile .cont{width: 47%;padding: 10px 53% 10px 0;}
.pageProfile .cont .text{font-size: 14px;line-height: 30px;color: #333333;}
.pageProfile .cont .text img{ max-width: 100%;}
.pageProfile .img{width: 49%;position: absolute;top: 0;right: 0;height: 100%;background-size: cover !important;}
.pageProfile .img img{max-width: 80%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: block;}

/*pageHonor*/
.pageHonor{width: 100%;background: url("/schtml/default/images/about/honor_bg.jpg") center center no-repeat;padding: 80px 0;background-size: auto 100%;}
.pageHonor .box{width: 100%;margin-top: 26px;}
.pageHonor .box .cont{width: 55%;float: left;}
.pageHonor .box .cont .tit{position: relative;font-size: 24px;line-height: 40px;color: #3a6fd0;padding-left: 50px;box-sizing: border-box;margin-bottom: 12px;}
.pageHonor .box .cont .tit .iconfont{width: 40px;height: 40px;background-color: #3a6fd0;border-radius: 50%;line-height: 40px;color: #FFFFFF;font-size: 26px;position: absolute;top: 0;left: 0;}
.pageHonor .box .cont .txt{font-size: 16px;line-height: 30px;color: #333333;}
.pageHonor .box .cont .txt img{ max-width: 100%;}
.pageHonor .box .imgBox{width: 43%;float: right;display: table;font-size: 0;text-align: right;}
.pageHonor .box .imgBox .img{width: 49%;display: inline-block;vertical-align: top;margin-left: 2%;}
.pageHonor .box .imgBox .img:first-child{margin-left: 0;}
.pageHonor .box .imgBox .img img{width: 100%;display: block;}



/*honorBox*/
.honorBox{width: 100%;padding: 40px 0 80px;overflow: hidden;}
.honorBox .swiper-container {width: 100%;padding-bottom:90px;}
.honorBox .swiper-slide {background-color: #FFFFFF;cursor: pointer;}
.honorBox .swiper-slide .img{width: 100%;overflow: hidden;box-sizing: border-box;padding: 14px;border: 1px solid rgba(0,0,0,0.08);}
.honorBox .swiper-slide .img img{width: 100%;display: block;}
.honorBox .swiper-slide .tit{color: #333333;font-size: 16px;text-align: center;margin-top: 16px;}
.honorBox .swiper-container .arrow{width: 100%;height:48px;position: absolute;bottom: 0;left: 0;display: table;font-size: 0;text-align: center;}
.honorBox .swiper-container .arrow>div{display: inline-block;vertical-align: middle;}
.honorBox .swiper-container .swiper-pagination {top: 16px;padding: 3px 0;position: relative !important;}
.honorBox .swiper-pagination-bullet {width: 8px !important;height:8px !important;margin: 0 10px !important;background-color: #3a6fd0 !important;opacity: 1 !important;filter:Alpha(opacity=100) !important; transition: all 0.6s ease;}
.honorBox .swiper-pagination-bullet-active{opacity: 1 !important;filter:Alpha(opacity=100) !important;transform: scale(2);}
.honorBox .swiper-container .arrow .iconfont{width: 46px;height: 46px;line-height:46px;border:1px solid rgba(58,111,208,0.2);border-radius: 50%;background-image: none !important;font-size: 30px;color:#3a6fd0;display: inline-block;vertical-align: top;top: 0 !important;margin: 0 20px;position: relative !important;transition: all 0.6s ease;}
.honorBox .swiper-container .arrow .swiper-button-next{right: 0 !important;}
.honorBox .swiper-container .arrow .swiper-button-prev{left: 0 !important;transform: rotate(-180deg);}
.honorBox .swiper-container .arrow .iconfont:hover{border-color: #3a6fd0;color: #FFFFFF;background-color: #3a6fd0;}

/* DownloadBox */
.DownloadBox{ width: 100%;}

/*pageDownload*/
.pageDownload{width: 100%;background: url("/schtml/default/images/about/download_bg.jpg") center center no-repeat fixed;padding: 80px 0;}
.pageDownload .pageTitle h1{text-align: center;color: #FFFFFF;}
.pageDownload .pageTitle h2{text-align: center;}
.pageDownload ul{width: 1080px;margin: 30px auto 0;}
.pageDownload ul li{width: 100%;background-color: #fff;margin-top: 10px;position: relative; position: relative; padding: 0 160px 0 140px;box-sizing: border-box;}
.pageDownload ul li .time{width: 140px;height:100%;padding: 20px 0;position: absolute;top: 0;left: 0;box-sizing: border-box;}
.pageDownload ul li .time .s{color: #333333;font-size: 16px;line-height: 24px;width: 100%;text-align: center;}
.pageDownload ul li .time .s{position: absolute;top: 50%;left:0;transform: translateY(-50%);}
.pageDownload ul li .txt{width: 780px;float: left;text-align: center;display: table;font-size: 0;padding: 20px 10px;box-sizing: border-box;}
.pageDownload ul li .txt p{display: inline-block;vertical-align: top;color: #333333;font-size: 16px;line-height: 24px;transition: all 0.6s ease;}
.pageDownload ul li .txt .iconfont{color:#333333;font-size: 22px;font-weight: 600;margin-right: 5px;transition: all 0.6s ease;}
.pageDownload ul li .txt .t{max-width: 730px;}
.pageDownload ul li .down{text-align: center;display: table;font-size: 0;width: 160px;height:100%;position: absolute;top: 0;right: 0;background-color: #3a6fd0;padding: 20px 0;transition: all 0.6s ease; box-sizing: border-box;}
.pageDownload ul li .down .d{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.pageDownload ul li .down p{display: inline-block;vertical-align: middle;color: #fff;font-size: 16px;}
.pageDownload ul li .down .iconfont{color: #FFFFFF;font-size: 22px;margin-right: 5px;}
.pageDownload ul li:hover .txt p,.pageDownload ul li:hover .txt .iconfont{color: #3a6fd0;}
.pageDownload ul li .down:hover{background-color: #50b674;}


/*pageNav*/
.pageNav{width: 100%;background-color: #FFFFFF;border-bottom: 1px solid #eee;}
.pageNav ul{display: table;margin: 0 auto;}
.pageNav ul li{display: inline-block;margin: 0 60px;}
.pageNav ul li a{display: block;font-size: 16px;color: #333;padding: 20px 0;transition: all 0.6s ease;}
.pageNav ul li.on a,.pageNav ul li:hover a{color: #3a6fd0;}




/*pageProduct*/
.pageProduct{width: 100%;padding: 80px 0;}
.pageProduct .pageTitle h1,.pageProduct .pageTitle h2{text-align: center;}
.pageProduct ul{width: 100%;display: table;font-size: 0; margin-top: 40px; text-align: left;}
.pageProduct ul li{width: 23.5%;display: inline-block;vertical-align: top;margin-right: 2%;margin-bottom: 2%;border: 1px solid #eeee;box-sizing:border-box;transition: all 0.6s ease;}
.pageProduct ul li:nth-of-type(4n){margin-right: 0;}
.pageProduct ul li a{display: block;width: 100%;height: 100%;padding: 3% 0 6%;}
.pageProduct ul li .img{width: 94%;margin: 0 auto;overflow: hidden;position: relative;background-color: #000;}
.pageProduct ul li .img img{width: 100%;display: block;transition: all 0.6s ease;}
.pageProduct ul li .img .iconfont{width: 48px;height: 48px;line-height:48px;border-radius: 50%;background-color: #3a6fd0;color: #FFFFFF;font-size: 30px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(0.1);opacity: 0;filter:alpha(opacity=0);transition: all 0.6s ease;}
.pageProduct ul li .tit{font-size: 18px;line-height:28px;color: #333333;padding: 0 3%;box-sizing: border-box;margin: 22px 0 8px;transition: all 0.6s ease;}
.pageProduct ul li .txt{font-size: 14px;line-height:24px;color: #999999;padding: 0 3%;box-sizing: border-box;transition: all 0.6s ease;}
.pageProduct ul li:hover{background-color: #3a6fd0;border-color: #3a6fd0;}
.pageProduct ul li:hover .img img{opacity: 0.3;filter:alpha(opacity=30);}
.pageProduct ul li:hover .img .iconfont{opacity: 1;filter:alpha(opacity=100);transform:translate(-50%, -50%) scale(1);}
.pageProduct ul li:hover .tit,.pageProduct ul li:hover .txt{color: #FFFFFF;}


/*backBox*/
.backBox{width: 100%;border-bottom: 1px solid #eee;padding: 20px 0;}
.backBox .back{display: block;float: left;font-size: 16px;color: #3a6fd0;}
.backBox .dw{float: right;width: 80%;text-align: right;font-size: 16px;color: #333;}
.backBox .dw a{color: #333;}
.backBox .dw a:hover,.backBox .dw a.on{color: #3a6fd0;}


/*pageProductD*/
.pageProductD{width: 100%;padding: 80px 0;}
.pageProductD .left{width: 74%;float: left;}
.pageProductD .left .box{width: 100%;position: relative;}
.pageProductD .left .box .img{width: 54%;overflow: hidden;float: left;}
.pageProductD .left .box .img img{width: 100%;display: block;}
.pageProductD .left .box .img video{width: 100%; cursor: pointer;}
.pageProductD .left .box .cont{width: 42%;padding:10px 0 0 0;float: right;}
.pageProductD .left .box .cont .tit{font-size: 24px;color: #3a6fd0;}
.pageProductD .left .box .cont .txt{font-size: 16px;line-height: 36px;color: #333333;margin-top: 6%;max-height: 216px;overflow-y: auto;}
.pageProductD .left .box .cont .txt img{ max-width: 100%; display: none;}
.pageProductD .left .contBox{width: 100%;border: 1px solid #eee;margin-top: 60px;padding: 3% 2%;box-sizing: border-box;}
.pageProductD .left .contBox .title{font-size: 24px;color: #3a6fd0;text-align: center;margin-bottom: 40px;}
.pageProductD .left .contBox .con{ width: 100%; font-size: 14px; color: #333; line-height: 30px;}
.pageProductD .left .contBox .con img{max-width: 100%;}
.pageProductD .right{width: 23%;float: right;border: 1px solid #eee;padding: 2%;box-sizing: border-box;   top: 100px; position: sticky;}
.pageProductD .right .title{font-size: 18px;color: #3a6fd0;line-height: 18px;border-left: 5px solid #3a6fd0;padding-left: 10px;box-sizing: border-box;margin-bottom: 30px;}
.pageProductD form{width: 100%;}
.pageProductD form .row{width: 100%;height: 40px;border: 1px solid #eee;border-radius: 3px;margin-bottom: 10px;}
.pageProductD form label{display: block;position: relative;}
.pageProductD form label span{font-size: 14px;color: #999; line-height: 40px; position: absolute; top: 0; left: 10px;}
.pageProductD form label span i{color: red;}
.pageProductD form .txt.w1{border: 0;font-size: 14px;color: #333; padding: 10px; line-height: 20px; box-sizing: border-box; box-sizing: border-box; width: 100%;background-color: rgba(0,0,0,0);}
.pageProductD form .row1{width: 100%;border: 1px solid #eee;border-radius: 3px;margin-bottom: 20px;}
.pageProductD form .txt.w2{height: 100px;resize: none; width: 100%; padding: 10px ;  line-height: 20px; box-sizing: border-box; font-size: 14px;color: #333;line-height: 18px;border: none;background-color: rgba(0,0,0,0);}
.pageProductD form .btn{width: 100%;height: 40px;cursor: pointer;background-color: #3a6fd0;border: none;border-radius: 3px;transition: all 0.6s ease;color: #fff;font-size: 16px;}
.pageProductD form .btn:hover{background-color: #50b674;}


/*pageSolution*/
.pageSolution{width: 100%;padding:80px 0 ;}
.pageSolution .pageTitle h1,.pageSolution .pageTitle h2{text-align: center;}
.pageSolution ul{width: 100%;display: table;font-size: 0;text-align: left;margin-top: 40px;}
.pageSolution ul li{width: 23.5%;display: inline-block;vertical-align: top;margin-right: 2%;margin-bottom: 2%;border: 1px solid #eee;box-sizing:border-box;transition: all 0.6s ease;}
.pageSolution ul li:nth-of-type(4n){margin-right: 0;}
.pageSolution ul li a{display: block;width: 100%;height: 100%;padding: 3% 0 6%;}
.pageSolution ul li .img{width: 94%;margin: 0 auto;overflow: hidden;position: relative;background-color: #000;}
.pageSolution ul li .img img{width: 100%;display: block;transition: all 0.6s ease;}
.pageSolution ul li .img .iconfont{width: 48px;height: 48px;line-height:48px;border-radius: 50%;background-color: #3a6fd0;color: #FFFFFF;font-size: 30px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(0.1);opacity: 0;filter:alpha(opacity=0);transition: all 0.6s ease;}
.pageSolution ul li .tit{font-size: 18px;line-height:28px;color: #333333;padding: 0 3%;box-sizing: border-box;margin: 22px 0 8px;transition: all 0.6s ease;}
.pageSolution ul li .txt{font-size: 14px;line-height:24px;color: #999999;padding: 0 3%;box-sizing: border-box;transition: all 0.6s ease;}
.pageSolution ul li:hover{background-color: #3a6fd0;border-color: #3a6fd0;}
.pageSolution ul li:hover .img img{opacity: 0.3;filter:alpha(opacity=30);}
.pageSolution ul li:hover .img .iconfont{opacity: 1;filter:alpha(opacity=100);transform:translate(-50%, -50%) scale(1);}
.pageSolution ul li:hover .tit,.pageSolution ul li:hover .txt{color: #FFFFFF;}


/*pageSolutionD*/
.pageSolutionD{width: 100%;padding: 80px 0 ;}
.pageSolutionD .box{width: 100%;position: relative;}
.pageSolutionD .box .img{width: 46%;height:100%;overflow: hidden;float: left; background-size: cover !important;}
.pageSolutionD .box .img img{width: 100%;display: block;}
.pageSolutionD .box .cont{width: 50%;padding:4% 0 4% 0; float: right; }
.pageSolutionD .box .cont .tit{font-size: 24px;color: #3a6fd0;}
.pageSolutionD .box .cont .txt{font-size: 16px;line-height: 36px;color: #333333;margin-top: 30px;}
.pageSolutionD .box .cont .txt img{ max-width: 100%;}


/*pageCase*/
.pageCase{width: 100%;padding: 80px 0;}
.pageCase .pageTitle h1,.pageCase .pageTitle h2{text-align: center;}
.pageCase ul{display: table;font-size: 0;text-align: left;width: 100%;margin-top: 40px;}
.pageCase ul li{display: inline-block;vertical-align: top;width: 13%;margin-right: 1.5%;margin-bottom: 1.5%;background-color: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);transition: all 0.6s ease;}
.pageCase ul li:nth-of-type(7n){margin-right: 0;}
.pageCase ul li img{width: 100%;display: block;}
.pageCase ul li:hover{background-color: #FFFFFF;}


/*pageNews*/
.pageNews{width: 100%;padding: 50px 0;}
.pageNews ul li{width: 100%;padding:30px 0 ;box-sizing:border-box;border-bottom: 1px solid #eee;}
.pageNews ul li:last-child{border-bottom: none;}
.pageNews ul li .img{width: 30%;overflow: hidden;float: left; border: solid 1px #eee;}
.pageNews ul li .img img{width: 100%;display: block;transition: all 0.6s ease;}
.pageNews ul li .cont{width: 66%;float: right;}
.pageNews ul li .cont .tit{font-size: 22px;line-height: 30px;color: #333333;margin: 24px 0 20px;transition: all 0.6s ease;}
.pageNews ul li .cont .txt{font-size: 16px;line-height: 26px;color: #999;}
.pageNews ul li .cont .time{font-size: 16px;color: #3a6fd0;margin-top: 24px;}
.pageNews ul li:hover .img img{transform: scale(1.1);}
.pageNews ul li:hover .cont .tit{color: #3a6fd0;}


/*pageNewsD*/
.newsDW{width: 100%;background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));position: absolute;bottom: 0;left: 0;}
.newsDW .dw{width: 100%;padding:25px 0;font-size: 16px;color: #fff;}
.newsDW .dw a{color: #fff;}
.newsDW .dw a:hover{color: #3a6fd0;}
.pageNewsD{width: 100%;padding: 80px 0;}
.pageNewsD .contBox{width: 70%;box-sizing: border-box;float: left;border-right: 1px solid #eee;padding: 0 3% 2% 0;min-height: 400px;}
.pageNewsD .contBox h1.tit{color: #333;font-weight: normal;font-size: 30px;}
.pageNewsD .contBox .time{font-size: 16px;color: #999;padding: 16px 0 30px;border-bottom: solid 1px #eee;margin-bottom: 40px;}
.pageNewsD .contBox .time span{margin-right: 10px;}
.pageNewsD .contBox .text{width: 100%;font-size: 16px;color: #333;line-height: 30px;}
.pageNewsD .contBox .text img{max-width: 100%;}
.pageNewsD .contBox .linkBox{width: 100%;margin-top: 50px;border-top: 1px solid #eee;padding-top: 40px;}
.pageNewsD .contBox .linkBox a{font-size: 16px;color: #999;line-height: 30px;display: block; max-width: 49%;position: relative;}
.pageNewsD .contBox .linkBox a .iconfont{color: #999;font-size: 18px;}
.pageNewsD .contBox .linkBox a.fl{padding-left: 24px;box-sizing: border-box;}
.pageNewsD .contBox .linkBox a.fl .iconfont{position: absolute;top: 0;left: 0;transform: rotate(-90deg);}
.pageNewsD .contBox .linkBox a.fr{text-align: right;padding-right: 24px;box-sizing: border-box;}
.pageNewsD .contBox .linkBox a.fr .iconfont{position: absolute;top: 0;right: 0;transform: rotate(90deg);}
.pageNewsD .contBox .linkBox a:hover{color: #3a6fd0;text-decoration: underline;}
.pageNewsD .contBox .linkBox a:hover .iconfont{color: #3a6fd0;}
.pageNewsD .box{width: 27%;float: right;}
.pageNewsD .box .title{width: 100%;font-size: 18px;line-height:20px;font-weight: bold;color: #3a6fd0;border-left: 5px solid #3a6fd0;padding-left: 10px;box-sizing: border-box;}
.pageNewsD .box ul{width: 100%;margin-top: 20px;}
.pageNewsD .box ul li{width: 100%;border-bottom: 1px solid #eee;padding: 4%;box-sizing: border-box;}
.pageNewsD .box ul li .tit{font-size: 18px;line-height: 30px;color: #333333;margin-bottom: 3%;transition: all 0.6s ease;}
.pageNewsD .box ul li .time{font-size: 16px;color: #999;}
.pageNewsD .box ul li:hover .tit{color: #3a6fd0;}


/*pageContact*/
.pageContact{width: 100%;background-color: #fff;padding: 80px 0;}
.pageContact .cont{float: left;width: 46%;}
.pageContact .cont .tit{font-size: 40px;font-weight: bold;color: #333;text-transform: uppercase;}
.pageContact .cont h1{font-size: 36px;font-weight: normal;color: #333;}
.pageContact .cont .text{margin-top: 30px;}
.pageContact .cont .text .txt{font-size: 18px;color: #333333;margin-bottom: 16px;}
.pageContact .cont .text .txt span{color: #3a6fd0;}
.pageContact .cont .imgBox{width: 100%;position: relative;}
.pageContact .cont .imgBox .img{width: 120px;height: 120px;border: 1px solid #eee;}
.pageContact .cont .imgBox .img img{width: 120px;height: 120px;}
.pageContact .cont .imgBox p{color: #666;font-size: 14px;position: absolute;left: 130px;bottom: 0;}
.pageContact .box{float: right;width: 50%;}
.pageContact h6{font-size: 26px;color: #333;margin:30px 0 40px;font-weight: normal;}
.pageContact form{width: 100%;}
.pageContact form .row{width: 48%;height: 50px;float:left;line-height: 50px;border-bottom: 1px solid #ddd;padding: 0 1%;box-sizing: border-box;margin-bottom: 20px;}
.pageContact form .row:nth-of-type(2n){margin-left: 4%;}
.pageContact form label{display: block;position: relative;}
.pageContact form label span{font-size: 14px;color: #999;position: absolute; top: 0; left: 0;}
.pageContact form .txt.w1{border: 0;font-size: 14px;color: #333;width: 100%;line-height: 18px;padding:14px 0;background-color: rgba(0,0,0,0);}
.pageContact form .row1{width: 100%;float: left;border-bottom: 1px solid #ddd;padding: 10px 1%;box-sizing: border-box;margin-bottom: 30px;}
.pageContact form .txt.w2{height: 120px;resize: none; width: 100%;font-size: 14px;color: #333;line-height: 18px;border: none;background-color: rgba(0,0,0,0);}
.pageContact form .btn{width: 200px;height: 50px;cursor: pointer;background-color: #3a6fd0;transition: all 0.6s ease;border:none;color: #fff;font-size: 16px;}
.pageContact form .btn:hover{background-color: #50b674;}
.map{width: 100%;height: 450px;}
.map #map{width: 100%;height: 450px;}


/*pageJob*/
.pageJob{width: 100%; padding: 80px 0 ;}
.pageJob .pageTitle{ text-align: center;}
.pageJob .txt{color: #999;font-size: 16px;text-align: center;margin-top: 10px;line-height: 30px;}
.pageJob .cont{width: 100%;height: 270px;background: url("/schtml/default/images/recruit_bg.jpg") center center no-repeat; margin-top: 40px; position: relative; text-align: center;}
.pageJob .cont p{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 18px; line-height: 34px; color: #fff;}
.pageJob .postTitle{width: 100%;background-color: #f8f8f8;padding: 20px 20px; border-bottom: solid 1px #eee; font-size: 0; box-sizing: border-box;}
.pageJob .postTitle p{  display: inline-block; vertical-align: top;  color: #333;font-size: 16px;}
.pageJob .p1{width: 40%;}
.pageJob .p2,.pageJob .p3,.pageJob .p4{width: 20%;text-align: center;}
.pageJob ul{width: 100%;}
.pageJob ul li {position: relative;}
.pageJob ul li.q .iconfont{ position: absolute; right: 20px; top: 50%; transform: rotate(180deg); margin-top: -10px; line-height: 20px;  color: #666; font-size: 20px;}
.pageJob ul li.q{ cursor: pointer; font-size: 0;}
.pageJob ul li.q div{padding: 20px 20px;border-bottom: solid 1px #eee;box-sizing: border-box;}
.pageJob ul li.q p{color: #666;font-size: 16px;display: inline-block; vertical-align: top;}
.pageJob ul li.a{display: none;line-height: 32px;border-bottom: solid 1px #eee;padding: 20px 20px;font-size: 14px;color: #333;}
.pageJob ul li.a img{ max-width: 100%; display: none;}
.pageJob ul li.q:hover p,.pageJob ul li.q .on p{color: #3a6fd0;}
.pageJob ul li.q div.on,.pageJob ul li.q:hover{ background-color: rgba(58, 111, 208, 0.1);}
.pageJob ul li.q:hover .iconfont{ color: #3a6fd0;}
.pageJob ul li.q div.on .iconfont{ transform: rotate(0); }
.pageJob ul li .qq{margin-top: 10px;display: block;width: 140px; height: 40px; line-height: 40px;padding: 0 0;color: #fff;transition: all 0.8s ease; position: relative; font-size: 0; text-align: center; background-color: #3a6fd0;}
.pageJob ul li .qq span,.pageJob ul li .qq i{ display: inline-block; vertical-align: top; margin: 0 5px;}
.pageJob ul li .qq span { font-size: 14px;}
.pageJob ul li .qq i{ font-size: 18px; color: #fff;}
.pageJob ul li .qq:hover{background-color: #50b674;}




/* fenye */
.pages{ margin:60px 0 0;font-size:14px; text-align: center;}
.pages a { display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #ddd; text-align:center; color:#333; padding:0 12px; margin:0 2px;}
.pages a:hover { background:#3a6fd0;  border:1px solid #3a6fd0; color:#fff; text-decoration:none }
.pages span { display:inline-block; height:32px; line-height:32px; background:#3a6fd0; color:#fff; text-align:center; padding:0 14px; margin:0 2px;}










