@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size:12px; color:#666; overflow-x:hidden; background: #fafbfe;}
a{color:#666; text-decoration:none; outline:none;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px; vertical-align:middle;}
a:link {text-decoration: none; outline:none;}
a:visited{text-decoration: none; outline:none;}
a:hover{text-decoration:none; color:#e84348; outline:none;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}
.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}
.clearfix { zoom: 1;}

input, textarea{background:transparent; padding:0px; font-size:12px; color:#888; outline:none; border:0px;}
em{font-style:normal;}
.btn1{cursor:pointer;}
.wal{width: 1200px; margin:0px auto;}


.line1_hidden{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.line2_hidden{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.line3_hidden{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.line4_hidden{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}

.flex, .indexP3,
.navLayer .lan ul{display: flex;
  display: -webkit-flex; }

.flex, .indexP3,
.navLayer .lan ul{
  align-items: center;
  -webkit-align-items: center; }

.flex, .indexP3{justify-content: center;
  -webkit-justify-content: center; }

.flex{flex-direction: column;
    -webkit-flex-direction: column; }

.navLayer .lan ul{ justify-content: space-between; -webkit-justify-content: space-between;}

a,
.nav li a:after,
.headDiv .lan a:after,
.service .list li .box,
.service .list li .ico img,
.patch .list li .box,
.patch .list li .ico img{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;	
}

.productBox .list li .imgDiv img,
.productList .list li .imgDiv img{
  transition:All 0.8s ease;
-webkit-transition:All 0.8s ease;
-moz-transition:All 0.8s ease;
-o-transition:All 0.8s ease; 
}


.indexPart5 .leftCon{
transition:All 1.5s ease;
-webkit-transition:All 1.5s ease;
-moz-transition:All 1.5s ease;
-o-transition:All 1.5s ease;    
}

@keyframes iconAni {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}


.Phone-Box{ display: none; }

.fangda{ overflow: hidden;}
.fangda img{ transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;}
.fangda:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

/*按钮动画--start*/
.ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
.ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
.ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
/*按钮动画--end*/

.headDiv{ z-index:5; width:100%; position:absolute; left:0; top:0; height: 80px; }
.headDiv .wal{ height: 80px; position: relative; }
.headDiv .logo{ position:absolute; left: 0; top: 28px; z-index: 2;}
.headDiv .logo img{ position:absolute; left:0; top:0; width: 275px; }
.headDiv .txt{ font-size: 0.36rem; line-height: 1.2rem; text-align: center; color: #fff; font-weight: bold; }
.headDiv.hov .logo img{ display:none;}
.headDiv.hov .logo .Phone-Box{ display:block;}

.nav{ position: absolute; width: 100%; left: 0; top: 0; text-align: center; z-index: 1;}
.nav ul{ font-size: 0; }
.nav li{ display: inline-block; position: relative; z-index: 2; font-size: 20px; padding: 0 25px; font-weight:bold;}
.nav li a{ display: block; color: #242424; height: 80px; line-height: 80px; overflow:hidden; position: relative;}
.nav li a:after{ content: ''; position: absolute; left: 50%; bottom: 18px; width: 0; height: 2px; background: #242424; }
.nav li .on:after{ width: 100%; left: 0; }

.headDiv.hov .nav li a{ color: #fff; }
.headDiv.hov .nav li a:after{ background: #fff; }


.headDiv .lan{ position: absolute; right: 0; top: 0; z-index: 2; }
.headDiv .lan li{ float: left; padding-left: 26px; font-size: 20px; }
.headDiv .lan a{ display: block; line-height: 80px; color: #242424; position: relative;}
.headDiv .lan a:after{ content: ''; position: absolute; left: 50%; bottom: 18px; width: 0; height: 2px; background: #242424; }
.headDiv .lan .cur:after{ width: 100%; left: 0;  }
.headDiv .lan a:hover:after{width: 100%; left: 0; opacity:0.3;}
.headDiv.hov .lan a{ color: #fff; }
.headDiv.hov .lan a:after{ background: #fff; }

/*导航菜单触发*/
.navLayer{overflow-x: auto; height:100vh; width:100%; overflow:hidden; position:fixed; z-index:22; right:-100%; top:0;}
.navLayer .bg{overflow-x: auto;position:relative; background: #fafbfe; height:100%; width:100%; }
.navLayer .toptop{ height: 1.2rem; position: relative; background: #242424;}
.navLayer .logo{ position: absolute; left: 0.3rem; top: 0.42rem; }
.navLayer .logo img{ width: 3.4rem; position:absolute; left:0; top:0; }
.navLayer .txt{ font-size: 0.36rem; line-height: 1.2rem; text-align: center; color: #fff; font-weight: bold; display:none; }
.navLayer .closeBtn{ width: 1.2rem; height:1.2rem; position:absolute; top:0px; right:0; text-align: center; line-height: 1.2rem;}
.navLayer .closeBtn img{ width: 0.43rem; }
.sideNav{ padding: 0.5rem 0.3rem 1.5rem; }
.subNav{ font-size: 0.34rem; padding-bottom: 0.3rem;}
.subNav a{ color:#242424; background: #fff; display: block; height:1.4rem; line-height:1.4rem; border-radius: 12px; padding-left: 1.2rem; position:relative; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);}
.subNav a:after{ content: ''; position: absolute; right: 0.5rem; top: 50%; width: 10px; height: 17px; margin-top: -8px; background: url(../images/ico1.png) no-repeat; background-size: 10px;}
.subNav img{ position: absolute; left: 0.45rem; top: 50%; width: 0.4rem; margin-top: -0.2rem;}
.navLayer .lan{ position: absolute; background: #ef3340; padding: 0.4rem 0.3rem; box-sizing: border-box; left: 0; bottom: 0; width: 100%; }
.navLayer .lan a{ display: block; height: 0.6rem; line-height: 0.56rem; padding: 0 0.4rem; border-radius: 0.36rem; border: #fff solid 2px; color: #fff; font-size: 0.28rem;}
.navLayer .lan a.cur{ background: #fff; color: #ef3340; }

.foot{ position: absolute; width: 100%; left: 0; bottom: 0; background: #242424; font-size: 20px; line-height: 60px; color: #fff; text-align: center; height: 60px; overflow: hidden; }
.foot a{ color: #fff; }
.foot2{ position: relative; }

.pageMore{ padding: 10px 0 60px; }
.pageMore a{ display: block; text-align: center; font-size: 20px; }

.tabContent{ display:none;}
.tab li{ cursor:pointer;}









