@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font:12px Arial,"microsoft yahei"; color:#333; background:#fff; }
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; }
ul,li,ol{list-style:none;}
a{text-decoration:none; color:#333;}
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:#333;color:#FFF;}
::selection {background: #333;color: #FFF;}
img{border:0}
.clear { zoom: 1;clear:both; }
.clear:after { content: ''; display: block; clear: both; }

table{ width: 100%; border: solid 1px #eee; border-collapse:collapse;}
table tr,table td{ max-width: 100%; border: solid 1px #eee;}
img{border:0}

.fl{ float:left;}
.fr{ float:right;}

input,textarea,select{font-family:"Microsoft YaHei"; font-size:12px;}
input:focus,textarea:focus,select:focus{ outline:none;}
table,tr,td{ border: solid 1px #999;}
table{ width: 100%;}

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


/*nav*/
.nav{width: 100%;height:100%;position: fixed;top: -100%;right: 0;z-index: 98;background-color: #3a6fd0;padding: 50px 0 0;box-sizing: border-box;transition: all 0.6s ease;}
.nav h3{width: 100%;height:50px;padding: 15px 3%;box-sizing: border-box;border-bottom: 1px solid rgba(255,255,255,0.1);position: relative;}
.nav h3 a{color: #fff;font-size: 16px;display: block;font-weight: normal;position: absolute;top: 50%;left: 3%;transform: translateY(-50%);z-index: 2;}
.nav h3:last-child{border-bottom: none;}
.nav h3 .icon{width: 100%;display: flex;align-items: center;justify-content: flex-end;}
.nav h3 .iconfont{color: #fff;font-size: 18px;transform: rotate(90deg);transition: all 0.6s ease;font-weight: normal;width: 18px;height: 18px;}
.nav h3.on .iconfont{transform: rotate(180deg);}
.nav .sub{display: none;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.1);background-color: rgba(255,255,255,0.1);}
.nav .sub li{width:88%;margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,0.1);}
.nav .sub li:last-child{border-bottom: none;}
.nav .sub li a{color: #fff;font-size: 14px;display: block;width: 100%;padding: 12px 0;}
.onNav{top: 0 !important;}
/*header*/
.header{width: 100%;height:50px;overflow: hidden;position:relative;top:0;left: 0;z-index: 99;padding: 0 2%;box-sizing: border-box;background-color: #fff;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #eee;}
.header .logo{height: 30px;display: block;}
.menu{width: 24px;height: 18px;position: relative;overflow: hidden;}
.menu .solid{width: 24px;height: 2px;background-color: #666;transition: all 0.6s ease;}
.menu .solid1{position: absolute;top: 0;left: 0;}
.menu .solid2{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.menu .solid3{position: absolute;bottom: 0;left: 0;}
.onSolid1{transform: rotate(45deg) translateY(11px);left: 8px !important;}
.onSolid2{transform: translateX(-30px);}
.onSolid3{transform: rotate(-45deg) translateY(-11px);left: 8px !important;}


/*banner*/
.banner{position:relative; overflow:hidden; margin:0 auto;width: 100%; z-index: 1;}
.banner .hd{ position: absolute; bottom:12px; text-align: center; width: 100%;z-index: 2;}
.banner .hd li{display: inline-block; width:10px; height:10px; margin: 0 6px; background: #fff; text-indent:-100px;overflow:hidden;border-radius: 50%;}
.banner .hd li.on{background-color: #3a6fd0;}
.banner .bd{position:relative; z-index:0;}
.banner .bd li{position:relative; text-align:center;}
.banner .bd li video{ width: 100%; vertical-align:top; }
.banner .bd li img{background:url(/schtml/mobile/images/loading.gif) center center no-repeat;vertical-align:top; width:100%;display: block;}


/*indexProduct*/
.indexProduct{width: 100%;border-bottom: 8px solid #f3f3f3;}
.indexProduct .hd{width: 100%;}
.indexProduct .hd ul{width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.indexProduct .hd ul li{flex:1;font-size: 14px;color: #333333;padding: 8px 3px;text-align: center;display: inline-flex;align-items: center; justify-content: center;border-bottom: 1px solid #eee; border-right: 1px solid #eee;box-sizing: border-box;}
.indexProduct .hd ul li:last-child{border-right: none;}
.indexProduct .hd ul li.on{color: #FFFFFF;border-right-color: #3a6fd0;background-color: #3a6fd0;border-top-color: #3a6fd0;}
.indexProduct .bd{width: 100%;}
.indexProduct .bd .cont{width: 100%;}
.indexProduct .bd .box{width: 96%; padding: 2% 2% 4% 2%;}
.indexProduct .bd .box .img{width: 100%;overflow: hidden;}
.indexProduct .bd .box .img img{width: 100%;display: block;}
.indexProduct .bd .box .img video{width: 100%;display: block;}
.indexProduct .bd .box .tit{color: #3a6fd0;font-size: 18px;margin: 10px 0;}
.indexProduct .bd .box .txt{color: #333;font-size: 14px;line-height: 20px;margin-bottom: 3%;}
.indexProduct .bd .box .more{display:block;width: 50%;height: 36px;border-radius: 2px;background-color: #3a6fd0;line-height: 36px;color: #FFFFFF;font-size: 14px;text-align: center;margin: 0 auto;}


/*indexCustomer*/
.indexCustomer{width: 100%;padding: 5% 0 2%;}
.indexCustomer .title{width: 100%;}
.indexCustomer .title .title{font-size:18px;color: #3a6fd0;text-align: center;font-weight: bold;}
.indexCustomer .title .tit{font-size: 14px;color: #666;text-transform: uppercase;text-align: center;margin-top: 4px;}
.indexCustomer ul{width: 98%;margin: 20px 1% 0; font-size: 0;}
.indexCustomer ul li{ display: inline-block; vertical-align: top; width: 48%; margin: 1%;}
.indexCustomer ul li img{width: 100%;display: block; box-sizing: border-box; border: solid 1px #eee;}


/*footer*/
.footer{width: 100%;background-color: rgba(0,0,0,0.8);padding: 5% 0 50px 0;}
.footer .img{width: 30%;margin: 0 auto;overflow: hidden;}
.footer .img img{width: 100%;display: block;}
.footer .img .tit{color: #FFFFFF;font-size: 14px;text-align: center;margin-top: 8px;}
.copyRight{width: 100%;border-top: 1px solid rgba(255,255,255,0.1);padding:20px 2%;box-sizing:border-box;color: #fff;font-size: 14px;margin-top: 20px;text-align: center;}
.copyRight a{color: #fff;}


/*bottomNav*/
.bottomNav{width: 100%;height: 50px;background-color: #fff;border-top: 1px solid #eee;display: flex;align-items: center;justify-content: center;position: fixed;bottom: 0;left: 0;}
.bottomNav li{flex: 1;}
.bottomNav li a{display: flex;align-items: center;flex-direction: column;}
.bottomNav li .iconfont{color: #3a6fd0;font-size: 26px;}
.bottomNav li .tit{color: #3a6fd0;font-size: 12px;}


/*goTop*/
.goTop{width: 38px;height: 38px;background-color:#fff;box-shadow: 0 0 18px rgba(0,0,0,0.15);border-radius: 50%;position: fixed;bottom: 10%;right: 3%;z-index:100;display: none;color: #3a6fd0;font-size: 22px !important;font-weight: 900;line-height: 38px;text-align: center;}


/*pageBanner*/
.pageBanner{width: 100%;position: relative;}
.pageBanner img{width: 100%;display: block;}


/*pageNav*/
.pageNav{width: 100%; font-size: 0;position: relative;}
.pageNav::before{content: ''; width: 100%; height: 1px; background-color: #eee; position: absolute; left: 0; bottom: 0; z-index: 1;}
.pageNav li{width: 50%; display: inline-block; vertical-align: top; position: relative; z-index: 2;}
.pageNav li a{display: block;color: #333;font-size: 14px;line-height: 20px;padding: 10px 0;text-align:center;box-sizing: border-box;border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.pageNav li:nth-child(2n) a{border-right: none;}
.pageNav li.on a{color: #FFFFFF;border-color: #3a6fd0;background-color: #3a6fd0;}
.pageNav.l3 li{ width: 33.33%;}
.pageNav.l3 li:nth-child(2n) a{ border-right: solid 1px #eee;}
.pageNav.l3 li:nth-child(3n) a{border-right: none;}

/*pageTitle*/
.pageTitle{width: 100%;}
.pageTitle h1{font-size: 20px;color: #3a6fd0;text-align: center;}
.pageTitle h2{font-size: 14px;color: #666;text-align: center;margin-top: 4px;text-transform: uppercase;font-weight: normal;}

/*pageProfile*/
.pageProfile{width: 100%;padding: 5% 0;border-bottom: 8px solid #f3f3f3;}
.pageProfile .img{width: 96%;overflow: hidden;margin: 3% 2%;}
.pageProfile .img img{width: 100%;display: block;}
.pageProfile .text{color: #333333;font-size: 14px;line-height: 28px;width: 96%;margin: 0 auto;}
.pageProfile .text img{ max-width: 100%;}


/*pageHonor*/
.pageHonor{width: 100%;margin:0 auto;border-bottom: 8px solid #f3f3f3;padding: 5% 0;}
.pageHonor .title{position: relative;font-size: 16px;line-height:24px;color: #3a6fd0;text-align: center;margin: 3% 2%;width: 96%;}
.pageHonor .text{font-size: 14px;line-height: 24px;color: #333333;margin: 10px auto;width: 96%;}
.pageHonor .text img{ max-width: 100%;}
.pageHonor ul{width: 98%; font-size: 0; margin: 1%;}
.pageHonor ul li{width: 48%;overflow: hidden;margin:1%; display: inline-block; vertical-align: top;}
.pageHonor ul li img{width: 100%;display: block; box-sizing: border-box; border: solid 1px #eee;}
.pageHonor ul li .tit{text-align: center;color: #333333;font-size: 14px;margin-top: 5px;}


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

/*pageDownload*/
.pageDownload{width: 100%;padding: 5% 0;}
.pageDownload ul{width: 96%;margin: 0 auto;}
.pageDownload ul li{width: 100%;border-bottom: 1px solid #eee;padding: 3% 0;}
.pageDownload ul li:last-child{border-bottom: none;}
.pageDownload ul li .txt{width:100%;display: flex;align-items: center;justify-content: flex-start;}
.pageDownload ul li .txt .iconfont{color:#333333;font-size: 22px;margin-right: 5px;}
.pageDownload ul li .txt .t{color: #333333;font-size: 16px;line-height: 24px;}
.pageDownload ul li .box{width: 100%;display: flex;align-items: center;justify-content: space-between;margin-top: 10px;}
.pageDownload ul li .box .time{color: #999;font-size: 14px;}
.pageDownload ul li .box .down{width: 60px;height:24px;background-color: #3a6fd0;display: block;border-radius: 2px;color: #fff;font-size: 14px;line-height: 24px;text-align: center;}


/*pageProduct*/
.pageProduct{width: 100%;padding: 5% 0;}
.pageProduct ul{width: 98%; padding:3% 1% 0; font-size: 0;}
.pageProduct ul li{ display: inline-block; vertical-align: top; margin: 1%; width: 48%;}
.pageProduct ul li a{width: 100%;display: block;}
.pageProduct ul li a .img{width: 100%;overflow: hidden;}
.pageProduct ul li a .img img{width: 100%;display: block;}
.pageProduct ul li a .tit{color: #3a6fd0;font-size: 14px;margin-top: 5px;text-align: center;}


/*pageProductD*/
.pageProductD{width: 96%; padding: 3% 2%;}
.pageProductD .img{width: 100%;overflow: hidden;margin: 10px 0;}
.pageProductD .img img{width: 100%;display: block;}
.pageProductD .img video{width: 100%;display: block;}
.pageProductD .tit{color: #3a6fd0;font-size: 18px;text-align: center;}
.pageProductD .txt{color: #333;font-size: 14px;line-height: 24px;}
.pageProductD .txt img{ max-width: 100%;}
.pageProductD .box{border-top: 1px solid #eee;margin-top: 14px;padding: 14px 0;}
.pageProductD .box .title{color: #3a6fd0;font-size: 18px;text-align: center;margin-bottom: 10px;}
.pageProductD .box .con{ width: 100%; font-size: 14px; line-height: 24px; color: #333;}
.pageProductD .box .con img{ max-width: 100%;}
.formBox{width: 100%;border-top: 8px solid #f3f3f3;padding: 20px 0;}
.formBox .title{font-size: 18px;color: #3a6fd0;line-height: 18px;width: 96%;margin: 0 auto 20px;text-align: center;}
.formBox form{width: 96%;margin: 0 auto;}
.formBox form .row{width: 100%;  border: 1px solid rgba(0,0,0,0.1);box-sizing: border-box;margin-bottom: 10px;}
.formBox form label{display: block;position: relative;}
.formBox form label span{font-size: 14px;color: #999; line-height: 34px; position: absolute; top: 0; left: 8px;}
.formBox form label span i{color: red;}
.formBox form .txt.w1{border: 0;font-size: 14px; line-height: 18px; padding: 8px ; box-sizing: border-box; color: #333;width: 100%;background-color: rgba(0,0,0,0);}
.formBox form .row1{width: 100%;border: 1px solid rgba(0,0,0,0.1);margin-bottom: 20px;}
.formBox form .txt.w2{height: 100px;resize: none; width: 100%; box-sizing: border-box; padding: 8px; font-size: 14px;color: #333;line-height: 18px;border: none;background-color: rgba(0,0,0,0);}
.formBox 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;}


/*address*/
.address{width: 96%; padding: 2%; border-bottom: solid 1px #eee; color: #666;font-size: 12px;}
.address .iconfont{color: #3a6fd0;font-size: 14px;margin-right: 4px;}
.address a{color: #666;}



/*pageSolution*/
.pageSolution{width: 100%;padding:5% 0;}
.pageSolution ul{width: 98%; padding:3% 1% 0; font-size: 0;}
.pageSolution ul li{ display: inline-block; vertical-align: top; margin: 1%; width: 48%;}
.pageSolution ul li a{width: 100%;display: block;}
.pageSolution ul li a .img{width: 100%;overflow: hidden;}
.pageSolution ul li a .img img{width: 100%;display: block;}
.pageSolution ul li a .tit{color: #3a6fd0;font-size: 14px;margin-top: 5px;text-align: center;}


/*pageSolutionD*/
.pageSolutionD{width: 96%; padding: 3% 2%;}
.pageSolutionD .img{width: 100%;overflow: hidden;margin: 10px 0;}
.pageSolutionD .img img{width: 100%;display: block;}
.pageSolutionD .tit{color: #3a6fd0;font-size: 18px;text-align: center;}
.pageSolutionD .txt{color: #333;font-size: 14px;line-height: 24px;}
.pageSolutionD .txt img{ max-width: 100%;}

/*pageCase*/
.pageCase{ width: 100%; padding: 5% 0;}
.pageCase ul{ width: 98%; margin:3% 1% 0; font-size: 0;}
.pageCase ul li{ display: inline-block; vertical-align: top; width: 48%; margin: 1%;}
.pageCase ul li img{width: 100%;display: block; border: solid 1px #eee; box-sizing: border-box;}


/*pageNews*/
.pageNews{width: 96%; padding: 5% 2%;}
.pageNews ul{ margin-top: 3%;}
.pageNews li{width: 100%;border-bottom: 1px solid #eee;}
.pageNews li:last-child{border-bottom: none;}
.pageNews li a{display: flex;align-items: center;justify-content: space-between;padding: 10px 0;}
.pageNews li a .img{width: 34%;overflow: hidden;}
.pageNews li a .img img{width: 100%;display: block;}
.pageNews li a .cont{width: 62%;}
.pageNews li a .cont .tit{color: #333;font-size: 14px;line-height: 20px;}
.pageNews li a .cont .time{color: #999;font-size: 14px;line-height: 20px;margin-top: 6px;}


/*pageNewsD*/
.pageNewsD{width: 100%; padding: 5% 0;}
.pageNewsD h2.tit{color: #333333;font-size: 16px;text-align: center;width: 96%;margin: 0 auto;}
.pageNewsD .time{color: #999999;font-size: 14px;text-align: center; padding: 2%; border-bottom: dashed 1px #ddd; width: 96%;}
.pageNewsD .time span{margin: 0 5px;}
.pageNewsD .text{color: #333333;font-size: 14px;line-height: 24px;width: 96%; padding: 2%;}
.pageNewsD .text img{max-width: 100%;margin: 10px auto;}


/*pageContact*/
.pageContact{width: 100%;padding: 5% 0;border-bottom: 8px solid #f3f3f3;}
.pageContact .text{width: 96%;margin: 0 auto;border-bottom: 1px dashed #eee;padding: 5% 0 4px;}
.pageContact .text .txt{font-size: 14px;color: #333333;margin-bottom: 10px;}
.pageContact .img{width: 36%;margin: 14px auto 0;}
.pageContact .img img{width: 100%;border: 1px solid #eee;display: block;}
.pageContact .img p{color: #666;font-size: 14px;text-align: center;margin-top: 4px;}

/*pageOnline*/
.pageOnline{width: 100%;padding: 5% 0;}
.pageOnline form{width: 96%;margin: 5% 2% 0;}
.pageOnline form .row{width: 100%;height: 40px;line-height: 40px;border: 1px solid #ddd;padding: 0 2%;box-sizing: border-box;margin-bottom: 10px;}
.pageOnline form label{display: block;position: relative;}
.pageOnline form label span{font-size: 14px;color: #999;position: absolute; top: 0; left: 0;}
.pageOnline form .txt.w1{border: 0;font-size: 14px;color: #333;width: 100%;line-height: 18px;padding:9px 0;background-color: rgba(0,0,0,0);}
.pageOnline form .row1{width: 100%;border: 1px solid #ddd;padding: 10px 2%;box-sizing: border-box;margin-bottom: 20px;}
.pageOnline form .txt.w2{height: 80px;resize: none; width: 100%;font-size: 14px;color: #333;line-height: 18px;border: none;background-color: rgba(0,0,0,0);}
.pageOnline form .btn{width: 100%;height: 40px;cursor: pointer;background-color: #3a6fd0;border:none;color: #fff;font-size: 14px;border-radius: 2px;}
.map{width: 100%;height: 200px;}
.map #map{width: 100%;height: 200px;}


/*pageRecruit*/
.pageRecruit{width: 96%;margin: 5% 2%;}
.pageRecruit ul{width: 100%;margin-top: 3%;}
.pageRecruit ul li{width: 100%;border-bottom: 1px dashed #ddd;padding: 14px 0;}
.pageRecruit ul li:first-child{border-top: 1px dashed #ddd;}
.pageRecruit ul li .box{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.pageRecruit ul li .box .tit{ display: inline-block; color: #333333;font-weight: bold;font-size: 18px;}
.pageRecruit ul li .box a.more{display: block;width: 60px;height: 24px;line-height: 24px;text-align: center;color: #FFFFFF;font-size: 14px;border-radius: 2px;background-color: #3a6fd0;}
.pageRecruit ul li .cont{width: 100%;display: flex;align-items: center;justify-content: flex-start;margin-top: 10px;}
.pageRecruit ul li .cont .txt{border: 1px solid #eee;border-radius: 2px;text-align: center;padding:3px 5px;box-sizing: border-box;color: #666666;font-size: 12px;margin-right: 2%;}
.pageRecruit ul li .cont .txt span{color: #3a6fd0;}


/*pageRecruitD*/
.pageRecruitD{width: 100%;padding: 5% 0;}
.pageRecruitD .recruit{border-bottom: 1px dashed #ddd;padding-bottom: 5%;width: 96%;margin: 0 auto;}
.pageRecruitD .recruit .tit{color: #333333;font-weight: bold;font-size: 18px;}
.pageRecruitD .recruit .cont{width: 100%;display: flex;align-items: center;justify-content: flex-start;margin-top: 10px;}
.pageRecruitD .recruit .cont .txt{border: 1px solid #eee;border-radius: 2px;text-align: center;padding:3px 5px;box-sizing: border-box;color: #666666;font-size: 12px;margin-right: 2%;}
.pageRecruitD .recruit .cont .txt span{color: #3a6fd0;}
.pageRecruitD .text{color: #333333;font-size: 14px;line-height: 24px;width: 96%;margin: 20px auto 0;}
.pageRecruitD .text img{ max-width: 100%;}

/* pageContent */
.pageContent{ width: 100%; padding: 5% 0;}
.pageContent .con{ width: 96%; padding: 3% 2% 0 2%; font-size: 14px; line-height: 24px;}
.pageContent .con img{ max-width: 100%;}

/* fenye */
.pages { font-size:14px; margin:5% 0; text-align:center;}
.pages a { display:inline-block; height:28px; line-height:28px; background:#fff; border:1px solid #eee; text-align:center; color:#21282e; padding:0 10px; border-radius:3px; margin:1px 3px;}
.pages a:hover { background:#3a6fd0; color:#fff; text-decoration:none; border:1px solid #3a6fd0; }
.pages span { display:inline-block; height:28px; line-height:28px; background:#3a6fd0; border:1px solid #3a6fd0; color:#fff; text-align:center; padding:0 10px; border-radius:3px; margin:1px 3px;}

.linkBox{width: 100%;display: flex;align-items: center;justify-content: center;}
.linkBox a{display: block;width: 50%;text-align: center;color: #FFFFFF;font-size: 16px;line-height:18px;background-color: #3a6fd0;padding: 10px 0;}

