@charset "utf-8";
/* CSS Document */
html,body{height:100%;}
body{font-family:"微软雅黑","Microsoft Yahei";background-color:#fff;color:#212121; font-size:16px;}
h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; list-style-type: none;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*{margin:0; padding:0;}
img{max-width: 100%;}
a img{border:none;} 
a img{-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;transition:.3s;}
a:hover img{opacity: .8;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);}
input[type="button"],input[type="submit"],input[type="reset"],button{-webkit-appearance: none;}
a{color:#212121;text-decoration: none;}
a:hover{color:#007FC4;}
.clear{clear:both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
object{display: none;}
.fl{float: left;}
.fr{float: right;}

@font-face {
  font-family: 'iconfont';  /* Project id 716340 */
  src: url('//at.alicdn.com/t/font_716340_toe1l53dol9.woff2?t=1625112526073') format('woff2'),
       url('//at.alicdn.com/t/font_716340_toe1l53dol9.woff?t=1625112526073') format('woff'),
       url('//at.alicdn.com/t/font_716340_toe1l53dol9.ttf?t=1625112526073') format('truetype');
}

.iconfont{
    font-family:"iconfont" !important;
	font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
	}

/*导航*/
input[type="button"],
input[type="submit"]{cursor: pointer;}
button{cursor: pointer;}

.nav-bg{height:100px;text-align: center;position: fixed; left: 0; top: 0;width: 100%;z-index: 91; -o-transition:all .3s ease-in-out ; -ms-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.head-bg{margin:0 auto; width:90%; height:100px;}

.nav-bg.moveUp {top:0;transition: all 0.5s ease-out;}
.nav-bg.solid{background-color: #fff; background-color: #fff\9; border-bottom: 1px solid #fff; transition: all 0.5s ease-in-out;box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);}
.nav-header.moveDown {top: 0;transition: all 0.45s ease-in-out;}
.nav-bg .head-bg .logo{float:left; margin-top:15px; width:511px;height:77px;background: url(../images/logo_white.png) no-repeat;background: url(../images/logo_white.png) no-repeat\9;background-size:100% auto;}
.head-bg .language{float: right; width:70px; height:26px; border: solid 1px #fff; border-radius: 50px; color: #fff; line-height:26px; margin-top:33px; font-family: arial; font-size: 16px;}
.head-bg .language img{display: block; float: left; margin: 4px 0px 0 10px;}
.nav-bg.solid .head-bg .language{float: right; width:70px; height:26px; border: solid 1px #212121; border-radius: 50px; color: #212121; line-height:26px; margin-top:33px; font-family: arial; font-size: 16px;}
.nav-bg.solid .head-bg .logo{background: url(../images/logo_blue.png) no-repeat;background: url(../images/logo_blue.png) no-repeat\9;background-size:100% auto;}
.navhover a{color:#fff !important; background: url(../images/mune_white.png) center 30px no-repeat; padding-bottom:18px;}
.nav-bg.solid .navhover a{color:#007FC4 !important; background: url(../images/mune_blue.png) center 30px no-repeat;}
.nav-bg.solid .nav li a{color:#212121;}
.nav-bg.solid .nav li a:hover{color:#007FC4;}
.nav{display: inline-block;font-size:18px; margin-top:35px;}
.nav li{margin:0 25px;float: left;}
.nav li a{color:#fff;}
.nav li a:hover{color:#007FC4;}
.nav li em{display: none;}
.nav_menu{display:block;}
.nav li .head{display: none;position: absolute;top:91px; margin-left: -20px; z-index:1; background: #fff;}
.nav dd{float: left;width:100%;line-height:40px;background-color: #fff;border-bottom: solid 1px #f2f2f2;clear: both;}
.nav dd a{display:block; font-size:16px; line-height:40px;background:#fff !important;color:#212121 !important; padding:0 20px;}
.nav dd a:hover{background:#007FC4 !important; color:#FFFFFF !important;}

/*手机导航*/
.mo-logo{
    display: none;
    position: fixed;
    top: 3px;
    left: 50%;
    transform:translate(-50%,0);
    -webkit-transform:translate(-50%,0);
    -moz-transform:translate(-50%,0);
    -o-transform:translate(-50%,0);
    -ms-transform:translate(-50%,0);
}
.menuBtn{
    position: absolute;
    left: 10px;
    top:15px;
    z-index: 9999;
    display: none;
}
.menuBtn em{position: relative;display: block;
    width: 28px;height: 3px;margin:4px 0;background:#007FC4;
    -o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
    transition:.8s;}
.menuBtn.open .em1{
    top:8px;
    transform:rotate(40deg);
    -ms-transform:rotate(40deg);
    -moz-transform:rotate(40deg);
    -webkit-transform:rotate(40deg);
    -o-transform:rotate(40deg);
}
.menuBtn.open .em2{
    opacity: 0;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
}
.menuBtn.open .em3{
    top:-7px;
    transform:rotate(-40deg);
    -ms-transform:rotate(-40deg);
    -moz-transform:rotate(-40deg);
    -webkit-transform:rotate(-40deg);
    -o-transform:rotate(-40deg);
}


/*动画*/
.mc_a1t_bg {position: relative; margin: 0 auto;}
.mc_a1t_bg video{display: block;}
#mc_a1t_video {left: 0; top: 0;width: 100%;}

/*标题*/
.index_title{margin:0 auto; width: 100%; padding-top: 40px;}
.index_title .tit {font-size:30px;color: #333;margin-bottom:35px;position: relative;font-weight: normal; text-align: center;}
.index_title .tit.wh {color: #212121;}
.index_title .tit.wh small {color: #666;}
.index_title .tit small {font-size:14px;display: block;color: #666;margin: 13px 0; padding: 0 10px;}
.index_title .tit .line {width: 40px;height: 3px;display: block; background: #eee; margin: auto;}
.index_title .tit .line.green {background: #007fc4;}


/*应用*/
.index_app{margin: 0 auto; width:100%; padding: 40px 0 70px;  background: #f2f2f2;}
.scrollleft{margin: 0 auto; width:90%; margin-top:25px; overflow:hidden;position: relative;}
.scrollleft .bd{width:94%; margin-left:3%;}
.scrollleft .bd ul{width:95%;}
.scrollleft li{float: left; width:25.5%; display: block;margin-right:10px;}
.scrollleft .port-1{ float: left; width: 100%; height:100%; position: relative; overflow: hidden; text-align: center;}
.scrollleft .port-1 .text-desc{opacity: 0.9; top:100%; color: #fff; padding:50% 0; transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s;}
.scrollleft .image-box img{ width:100%; transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s; display: block;}
.scrollleft .port-1:hover img{transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);}
.scrollleft .port-1.effect-1:hover .text-desc{top: 0;}
.scrollleft h3{font-size: 20px; margin: 5px 0 10px;}
.scrollleft p{line-height:30px; font-size: 14px; margin-bottom: 15px; padding:0 40px;}
.scrollleft .btn{display: inline-block; padding: 5px 10px; font-size: 14px; color: #0170C1; border: 2px solid #fff; background-color: #fff; text-decoration: none; transition: 0.4s;}
.scrollleft .btn:hover{background-color: transparent; color: #fff; transition: 0.4s;}
.scrollleft .text-desc{position: absolute; left: 0; top: 0; background-color:#0170c1; height: 100%; opacity: 0; width: 100%;}
.scrollleft .next{position: absolute;top: 50%;width:25px;height:45px;z-index: 2;background: no-repeat 0 0;background-image: url(../images/right.png);right:0px;}
.scrollleft .prev{position: absolute;top: 50%;width:25px;height:45px;z-index: 2;background: no-repeat 0 0;background-image: url(../images/left.png);left:0px;}
.scrollleft .prev:hover {background-image: url(../images/left_h.png);}
.scrollleft .next:hover {background-image: url(../images/right_h.png);}

/*产品*/
.index_product_in {margin: 0 auto; width:90%; position: relative; margin-top:30px;}
.index_product_in .bd{width:94%; margin-left:3%;}
.index_product_in .bd ul{width:95%;}
.index_product_in li{float:left;width:25%; margin-right:20px; overflow: hidden;}
.index_product_in li img{width:99%; display: block;transition: all 0.8s;border: solid 1px #f2f2f2;}
.index_product_in li img:hover{transform: scale(1.3);}
.index_product_in li p{display: block;text-align: center; line-height:35px;}
.index_product_in li:hover{color:#00593c;}
.index_product_in .next{position: absolute;top: 40%;width:25px;height:45px;z-index: 2;background: no-repeat 0 0;background-image: url(../images/right.png);right:0px;}
.index_product_in .prev{position: absolute;top: 40%;width:25px;height:45px;z-index: 2;background: no-repeat 0 0;background-image: url(../images/left.png);left:0px;}
.index_product_in .prev:hover {background-image: url(../images/left_h.png);}
.index_product_in .next:hover {background-image: url(../images/right_h.png);}


/*关于*/
.index_about_bg{margin:0 auto; width: 100%; background:#f2f2f2; margin-top:50px; overflow: hidden;}
.index_about_img{width: 50%; float: right; overflow: hidden;}
.index_about_img img{display: block; width: 100%;}
.index_about{width:50%; float: left;}
.index_about .tit{font-size:30px;color: #333;position: relative; padding-top:40px;}
.index_about .tit.wh {color: #212121;}
.index_about .tit .line {width: 40px;height: 3px;}
.index_about .tit .line.green {background: #007fc4; margin-top: 10px;}
.about_contact{width:85%; float: left; margin-left: 10%;}
.about_contact span{display: block; line-height:40px; margin-top:20px;}


/*新闻*/
.index_class_bg{margin: 0 auto; width: 100%;padding:50px 0;}
.index_class_bg .tit {font-size:30px;color: #333;margin-bottom:35px;position: relative;font-weight: normal; text-align: center;}
.index_class_bg .tit.wh {color: #212121;}
.index_class_bg .tit.wh small {color: #666;}
.index_class_bg .tit small {font-size:14px;display: block;color: #666;margin: 13px 0;}
.index_class_bg .tit .line {width: 40px;height: 3px;display: block; background: #eee; margin: auto;}
.index_class_bg .tit .line.green {background: #007fc4;}

.index_class{margin: 0 auto; width:90%; overflow: hidden;}
.index_class li{float: left; display: block; margin-left:1.9%; width:32%; overflow: hidden;}
.index_class li:first-child{margin-left: 0px;}
.index_class li img{display: block; width: 100%;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; overflow: hidden;}
.index_class li:hover img{-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.index_class li h1{display: block; font-size:22px; font-weight: normal; padding:10px 0; margin-top:10px; color: #212121;}
.index_class li span{display: block; margin-bottom:20px;color: #777; font-size: 15px; line-height: 30px;}
.index_class li em {display: block; margin-top:30px; font-size:14px; color: #999999;}
.index_class li em i{margin-left:30px; font-size:18px;}
.index_class li:hover em {display: block; margin-top:30px; font-size:14px; color: #1478BE;}

/*底部*/	
.footer{margin:0 auto; width:100%; background: #007fc4;}
.foot{width:90%;margin:0 auto; padding:60px 0;overflow: hidden;}
.foot .nav_contact{float: left;border-right: solid 1px #fff; padding-right:40px;}
.foot .nav_contact h1{display:block; font-weight: normal;font-size:20px; margin-bottom:10px; color:#fff;}
.foot .nav_contact p{color: #fff;line-height:30px; font-size:14px;}

.foot .nav_left{float:left; padding:0 100px;}
.foot .nav_left:first-child{padding-left:0px;}
.foot .nav_left h1{display:block; font-weight: normal;font-size:20px; margin-bottom:10px; color:#fff;}
.foot .nav_left li{display:block; line-height:30px; font-size:14px;}
.foot .nav_left li a{ color: #fff;}
.foot .nav_left li a:hover{ color: #FF8E11;}
.foot .nav_left p{color: #fff;line-height:30px; font-size:14px;}

.foot .code{float:right; display:block; text-align:center; padding-left:70px;border-left: solid 1px #fff;}
.foot .code p{display:block; margin:10px 0 0 15px; color:#fff;}
.foot .code img{margin-left:20px; display: block; padding:5px; background: #fff; border-radius: 10px;}
.Copyright{margin:0 auto; width:100%; height:80px; text-align:center; line-height:80px; background:#252525; color:#ababab; font-size: 14px;}
.Copyright a{color:#ababab;}

