html,body,*{margin: 0;padding: 0;}
@font-face{
	font-family:'myfont';
	src:url("../fonts/msyh.ttf"),
		url("../fonts/yahei.eot");
}
body{font-family:'Microsoft YaHei'; }
a{text-decoration: none;}
a:active{tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-tap-highlight-color:rgba(0,0,0,0);-ms-tap-highlight-color:rgba(0,0,0,0);-o-tap-highlight-color:rgba(0,0,0,0);}
.clearfix:after,.clearfix after{display: block;content: "";clear: both;height: 0;margin: 0;}
ul li{list-style: none;/*cursor: pointer;*/}

:root {
     --font-size-nav:16px;
     --base-color:#01b1a0;
     --hinghlight:#009999;
     --light-gray:#999999;
     --dark-gray:#666666;
}
/*index.html*/
.boxItem{position:relative;margin:auto;background-image: url("../images/index_bg.png");}
.boxWidth{max-width: 1920px;min-width: 1200px;}
.topNavBox{position:relative;width:100%;height:67px;background: #fff;margin:auto; font-size: 16px;}
.topNav_boxShadow{box-shadow:0 3px 3px #333333;-webkit-box-shadow:0 2px 2px #333333;-moz-box-shadow:0 2px 2px #333333;-o-box-shadow:0 2px 2px #333333;-ms-box-shadow:0 2px 2px #333333;}
.topNav{max-width: 1200px;min-width: 1200px;height: 100%;margin:auto; margin-top:10px;}
.topLogo{display:block;width:215px;height: auto;float: left;}
.topNav>.oneLevel{width:81%;height:auto;color:#fff;float: left;}
.topNav>.oneLevel>li{position:relative;display: block;width:20%;text-align:center;line-height: 30px;cursor: pointer;float: left;}
.topNav>.oneLevel>li a{display:block;height:100%;color: #000;}
.topNav>.oneLevel>li .twoLevel{display:none;}
.topNav>.oneLevel>li:hover>a{color:#42649f;}
.topNav>.oneLevel>li:hover>.twoLevel{display: block;}
.currentCol{background:#01b1a0;}
.twoLevel{position:relative;z-index:100;width: 100%;background:#000;line-height:2em;opacity: 0.7;filter: alpha(opacity=70);*zoom:1;}
.twoLevel li{position: relative;}
.twoLevel li:hover a{color:#01b1a0;}
.twoCurrentCol{color:#01b1a0!important;}
.topBanner{position:relative;width:100%;height:500px;margin:auto;overflow: hidden;}
.topBanner .topBannerUl{position:relative;height: 100%;left:0;}
.topBanner .topBannerUl>li{position:relative;height: 100%;float: left;}
.topBanner .topBannerUl>li>img{display: block;width: 100%;height: 100%;}
.getMore{position:absolute;width: 180px;height:68px;bottom:140px;left:50%;margin-left:-90px;color: #fff;border:2px solid #fff;border-radius:8px;text-align: center;line-height:68px;font-size: 30px;}
.getMore:hover{color:#01b1a0;border:2px solid #01b1a0;}
#prev{position: absolute;width:30px;height:55px;top:250px;left:20px;z-index: 5;cursor: pointer;}
#next{position: absolute;width:30px;height:55px;top:250px;right:20px;z-index: 5;cursor: pointer;}
#prev img,#next img{display: block;width: 100%;height: 100%;}
.bottomDot{position: absolute;width:100%;bottom:20px;left:48%;}
.bottomDot li{display:block;float:left;margin:0 3px;width:8px;height:8px;border-radius:50%;background:#f4f2f3;}
.centertitle{width:540px; margin:20px auto;}
.abouttitle{width:540px; margin:30px auto;}
.inputbox{width:350px; height:30px; border-color:#42649f; border-radius: 7px;}
.inputbotton{width:100px; height:35px; background-color:#4e88ea; color:#fff; border-radius: 5px; margin-left:10px;}
.currentDot{background:#01b1a0!important;}
.indexContBox{width: 100%;margin:auto;margin:auto;}
.minWidth{width:1140px;}
.indexDataShow{width:100%;margin:auto;height: 120px;background:#f8f8f8;}
.indexDataShow ul{height: 100%;margin:auto;}
.indexDataShow li{display:block;float:left;width: 50%;height:100%;text-align: center;line-height: 120px;color:#999999;}
.indexDataShow li>img{display: inline-block;vertical-align: middle;height: 32px;}
.indexDataShow li>span{padding:0 10px;}
.indexDataShow li big{color:#009999;font-size: 24px;padding:0 6px;}
.indexMainTxt{width: 100%;height:170px;margin:auto;background:url(../images/indexintrobg1.jpg)no-repeat bottom center;background-size:100%;overflow: hidden;}
.indexMainTxt p{width:947px;margin:55px auto 0;color:#666666;font-size:18px;line-height: 1.8em;}
/*首页产品介绍*/
.index_product{width: 100%;margin:auto;}
.index_product li{display:table;position:relative;height:500px;margin:auto;}
.introItem{display:table-cell;vertical-align:middle;margin:auto;color:#666666;overflow: hidden;}
.introItem>h3{width: 100%;border-top:1px solid #999999;}
.introItem>h3>span{position:relative;display:block;width:20%;top:-20px;margin:auto; background: #fff;font-size:32px;text-align: center;}
.introInfor_anotherBox{width: 100%;margin-top:15px;}
.introInfor_anotherBox>.introInfor_inforTxt{width:33.4%;height:100%;float: left;}
.introInfor_anotherBox>.introInfor_inforImg{width:66.6%;height:100%;float:right;}
.introInfor_inforImg>img{display:block;max-width: 100%;height:100%;float: right;}
.introInfor_inforTxt>p,h3,a{margin-left:2%;}
.introInfor_inforTxt .title{color:#009999;font-size: 14px;font-weight:500;}
.introInfor_inforTxt h3{line-height: 1.5em;font-size:26px;margin-top:13px;margin-bottom:13px;}
.introInfor_inforTxt p{color:#999999;font-size: 14px;margin-top:8px;line-height: 1.6em;}
.introMore{display:block;width:90px;height:36px;text-align:center;line-height:36px;border-radius:0.5em;font-size:18px;margin-top:8px; border:2px solid #999999;color:#999999;}
.introMore:hover{border:2px solid #009999;color:#009999;}
.index_midBan{display: block;width: 100%;margin-bottom:30px;}
.introInforBox{width: 100%;margin-top:58px;}
.introInfoHeight1{height:300px;}
.introInfoHeight2{height:344px;}
.introInfor_inforTxt{position:relative;width:50%;height:100%;float: left;}
.introInforBox>.introInfor_inforImg{width:50%;height:100%;float:right;}
.indexContBox .reverse>.introInfor_inforTxt{float:right!important;}
.indexContBox .reverse>.introInfor_inforImg{float:left!important;}
.indexContBox .reverse>.introInfor_inforImg img{float:left!important;}
.indexContBox .reverse>.introInfor_inforTxt>p,.reverse .introInfor_inforTxt>h3,.reverse .introInfor_inforTxt>a{margin-left:10%!important;}
.introMore{position: absolute;bottom:8px;}
.index_partner{margin:60px auto 30px;}
.index_partner>h3{width: 100%;border-top:1px solid #999999;color:#666666;margin-bottom: 30px;}
.index_partner>h3>span{position:relative;display:block;width:20%;top:-20px;margin:auto; background: #fff;font-size:30px;text-align: center;}
.index_partner ul{width: 100%;margin:auto;}
.index_partner ul>li{display: block;width:280px;height:170px;margin-right: 150px;float: left;margin-bottom:100px;}
.index_partner ul>li:nth-child(3n){margin-right: 0;}
.index_partner ul>li img{display: block;width: 100%;height: 100%;}
.index_partner .bottomNote{width: 100%;text-align: center;font-size: 12px;color:#999999; }
.bottomNav{width: 100%;height:2em;overflow: hidden;}
.bottomNavNote{text-align: center;font-size: 16px;line-height:2em; width:100%; background-color:#000; color:#fff;}
.details_title{width:500px; height:30px; margin:0 auto; margin-top:30px;}
.details_box{width:500px; height:600px; border:1px solid #4e88ea; border-radius: 5px; margin:30px auto}
.details_box>ul>li{width:95%; height:60px; line-height:20px; border-bottom:1px solid #4e88ea; margin:0 auto; display:flex; align-items:center;}
.details_box1{width:500px; border:1px solid #4e88ea; margin:30px auto}
.details_box1>a{margin:0;}