﻿/*pad*/

img {
	max-width: 100%;
}

#gh {
	float: right;
	height: 30px;
	width: 42px;
	left: 50%;
	top: 0;
	position: absolute;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
	z-index: 9999;
	display: none;
}

.selected #gh {
	transform: rotate(90deg);
}

#gh a {
	background-color: #e62d38;
	display: block;
	height: 4px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
	border-radius: 2px;
}

#gh a:after,
#gh a:before {
	background-color: #ffb500;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
	border-radius: 2px;
}

#gh a:after {
	top: 12px;
}

#gh a:before {
	top: -12px;
}

.selected #gh a:after,
.selected #gh a:before {
	top: 0;
}

.selected #gh a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	background: #ffb500;
}

.selected #gh a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	background: #ffb500;
}

.selected #gh a {
	background-color: transparent !important;
}

.selected .header {
	overflow: visible;
}

.selected .header .nav {
	display: block;
	z-index: 111;
	position: absolute;
	left: 0;
	top: 80px;
	right: 0;
	margin: 0;
}

.selected .header .nav li a {
	text-align: center;
	width: auto;
	display: block;
	background: rgba(255, 255, 255, 0.9);
	margin: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 50px;
	padding: 0;
}

.selected .header .nav li a {
	color: #000000;
}

.selected .header .nav .selected a {
	border-bottom-color: #73e5b1;
}
@media only screen and (max-width:1440px) {
	.wap{
		width: 1000px;
	}
	.h-main .ban3 .imgs1{
		height: 640px !important;width: 800px !important;background-size: 100% auto !important;
	}
	.h-about .text{
		margin: 0;width: 630px;
	}
	.works .bd li,
	.h-works .bd li{
		width: 328px;margin-right: 8px;
	}
	.works .bd li .imgs,
	.h-works .bd li .imgs{
		height: 220px;
	}
	.works-deta .data .text{
		width: 230px;
	}
	.works-deta .imgs{
		width: 736px;
	}
	.service .bd li{
		width: 266px;height: 124px;
	}
	.ser-area .imgs{
		width: 450px;
	}
	.ser-area ul{
		width: 420px;
	}
	.ser-area li .txt{
		width: 350px;
	}
	.ser-area .ov{
		padding: 50px 20px;
	}
	.ser-area li{
		margin-bottom: 15px;
	}
	.ser-area li span{
		font-size: 38px;line-height: 40px;
	}
	.about .ab-comp .bd li{
		width: 480px;height: 217px;
	}
	.contact .map .wap li{
		margin: 0 55px;
	}
	.news .lt{
		width: 700px;
	}
	.news .slist{
		width: 270px;
	}
	.news .lt li{
		padding: 30px;
	}
	.ne-bd .ne-text{
		margin: 60px 70px 0;padding-bottom: 80px;
	}
}
@media only screen and (max-width:1010px) {
	.wap{
		width: auto;
	}
	.layout{
		width: 640px;margin: 0 auto;background: #fff;overflow: hidden;
	}
	body{
		background: #666;
	}
	.nav .form{
		display: none;
	}
	.header .phone{
		display: none;
	}
	.header .logo{
		position: absolute;left: 30px;top: 2px;z-index: 11;
	}
	.header .logo img{
		height: 50px;
	}
	.header .nav{
		left: auto;top: 30px;right: 30px;
	}
	.gls i{
		display: none;
	}
	.gls{
		width: 34px;height: 24px;
	}
	.gls span,
	.gls span::before,
	.gls span::after{
		background: #fff;border-radius:2px ;
	}
	.h-main .ban1{
		height: calc(100vh - 79px);padding: 0 30px;position: relative;
	}
	.h-main .ban1 .img{
		margin-top: 310px;
	}
	.h-main .ban1 h4{
		font-size: 36px;
		line-height: 1.8;
	}
	.h-main .ban1 h2{
		font-size: 46px;
		padding: 20px 0;
	}
	.htico{
		background: url(../imgs/htico.png) no-repeat center;width: 50px;height: 30px;margin: 0 auto;position: absolute;left: 0;right: 0;bottom: 40px;z-index: 11;
	}
	.htico{
		-webkit-animation: bounce-up 1.5s linear infinite;
	    animation: bounce-up 1.5s linear infinite;opacity: 1;
	}
	@-webkit-keyframes bounce-up {
	    25% {
	        -webkit-transform: translateY(10px);
	    }
	    50%, 100% {
	        -webkit-transform: translateY(0);
	    }
	    75% {
	        -webkit-transform: translateY(-10px);
	    }
	}
	@keyframes bounce-up {
	    25% {
	        transform: translateY(10px);
	    }
	    50%, 100% {
	        transform: translateY(0);
	    }
	    75% {
	        transform: translateY(-10px);
	    }
	}
	.h-main .ban2{
		height: 565px;
	}	
	.h-main .ban2 .imgs1{
		position: absolute;
		left: -128px;
		top: -36px;
		width: 300px;
		height: 200px;background-size: 100% auto !important; 
	}
	.h-main .ban2 .imgs5 {
	    position: absolute;
	    right: -125px;
	    top: -7px;
	    width: 200px;
	    height: 150px;background-size: 100% auto !important; 
	}
	.h-main .ban2 .imgs2 {
	    position: absolute;
	    left: 20px;
	    top: 200px;
	    width: 108px;
	    height: 104px;background-size: 100% auto !important; 
	}
	.h-main .ban2 .imgs3 {
	    position: absolute;
	    left: 100px;
	    top: 185px;
	    width: 200px;
	    height: 400px;background-size: 100% auto !important; 
	}
	.h-main .text h2{
		font-size: 52px;margin-bottom: 22px;
	}
	.h-main .text{
		top:90px ;margin: 0;right: 30px;
	}
	.h-main .text h4{
		font-size: 22px;
	}
	.h-main .ban3 .imgs1{
	    height: 700px !important;
	    width:700px !important;
	    background-size: 100% auto !important;right: -120px;top: 70px;
	}
	.h-main .ban3{
		height: 560px;
	}
	.h-main .ban3 .text{
		left: 30px;
	}
	.h-about .htitle{
		float: none;
	}
	.h-about{
		padding-top: 80px;
	}
	.htitle h4{
		font-size:24px;margin-top:30px ;
	}
	.htitle .imgs{
		display: none;
	}
	.h-about .text{
		width: auto;float: none;margin-top: 70px;padding: 0 30px;
	}
	.h-about .text h2{
		font-size: 24px;margin-bottom: 20px;
	}
	.h-about .text dd{
		float: none;
	}
	.h-about .text dd{
		font-size: 18px;line-height: 32px;
	}
	.h-about .text p{
		font-size: 18px;margin-top: 26px;line-height: 28px;
	}
	.h-about .text a.more{
		font-size: 20px;width: 210px;height: 60px;background-size: 100% auto !important;line-height: 60px;
	}
	.h-works .wor-nav a{
		font-size: 18px;
	}
	.works .bd li,
	.h-works .bd li{
		width: 317px;margin-right: 6px;margin-bottom: 6px;
	}
	.h-conta .hd li{
		display: block;margin-bottom: 22px;
	}
	.h-conta .hd{
		margin-top: 70px;
	}
	.h-conta .hd li a{
		margin: 0 30px;
	}
	.h-conta .hd h2{
		font-size: 22px;
	}
	.h-conta .hd h4{
		font-size: 18px;
	}
	.h-conta .bd{
		margin: 65px 30px 0;
	}
	.footer br{
		display: block;
	}
	.footer{
		margin: 40px 0 60px;font-size: 18px;line-height: 24px;
	}
	.hnaver li a{
		font-size: 46px;line-height: 100px;
	}
	.hnaver .icx{
		width: 34px;height: 34px;
	}
	.hnaver ul{
		margin-top: 100px;
	}
	.header{
		height: 79px;
	}
	.works .title{
		padding: 10px 45px 0 10px;
	}
	.works .hd{
		margin: 0 30px;
	}
	.works .nav{
		display: block;
	}
	.works .nav li{
		margin-left: 20px;
	}
	.works .nav li a{
		font-size: 19px;
	}
	.works .sele{
		width: 290px;float: right;height: 60px;border: 1px solid #e3e3e3;border-radius: 30px;padding: 0 45px;margin-top: 32px;font-size: 20px;color: #666666;display: block;display: none;
	}
	.works .bd{
		padding: 30px 0;
	}
	.works .btns{
		font-size: 24px;
	}
	.title h4{
		font-size: 20px;margin-top: 10px;
	}
	.works-deta .back a{
		background: url(../imgs/hico11.png) no-repeat right center;font-size: 20px;
	}
	.works-deta .data .text{
		float: none;width: auto;padding: 0;background: #f4f4f4;padding-bottom:40px ;
	}
	.works-deta .data .text ul{
		padding: 0 30px;background: #fff;
	}
	.works-deta .data .text ul li:last-child{
		border-bottom: none;
	}
	.works-deta .data li h5{
		font-size: 20px;
	}
	.works-deta .data li h2{
		font-size: 32px;
	}
	.works-deta .data li h4{
		font-size: 30px;
	}
	.works-deta .data{
		padding-top: 0;border-top:1px solid #ededed ;
	}
	.works-deta .data h6{
		padding: 0 30px;font-size: 26px;margin-top: 20px;line-height: 60px;
	}
	.works-deta .data p{
		font-size: 20px;line-height: 26px;padding: 0 30px;
	}
	.works-deta .data .fx{
		display: none;
	}
	.works-deta .imgs{
		width: auto;float:none;
	}
	.hfsl{
		display: block !important;margin: 0 !important;padding: 30px !important;overflow: hidden;
	}
	.hfsl h3{
		float: left;font-size:24px !important ;color: #999999;margin-bottom: 0 !important;line-height: 50px !important;
	}
	.hfsl .f-btn{
		float: right;
	}
	.works-deta .data{
		margin-bottom: 0;
	}
	.works-deta .data .wap{
		padding-bottom: 0;
	}
	.hfsl a img{
		height: 43px;
	}
	.hfsl a{
		margin-left: 70px;margin-right: 0;background-size:auto 60%;
	}
	.service .hd .tl{
		float: none;text-align: center;
	}
	.service .tr{
		float: none;padding: 0 30px;margin-top: 40px;
	}
	.service .tr li{
		margin: 0;padding: 0;width: 50%;
	}
	.service .tl h2{
		font-size: 38px;
	}
	.service .tl h3{
		font-size: 20px;line-height: 2.2;
	}
	.service .bd ul{
		width: auto;
	}
	.service .bd{
		margin: 0 29.5px;
	}
	.service .bd li {
   	 width: 288px;
  	  height: 149px;
	}
	/*.service .bd li:nth-child(n+21){
		display: none;
	}*/
	.ser-area .ov{
		margin: 30px;padding: 30px;padding-bottom:60px ;
	}
	.ser-area .imgs{
		float: none;width: auto;
	}
	.ser-area ul{
		float: none;width: auto;margin: 0;margin-top: 47px;
	}
	.ser-area li{
		margin-bottom: 42px;
	}
	.ser-area li .txt{
		width: 420px;
	}
	.ser-area li span{
		font-size: 50px;line-height: 52px;
	}
	.ser-area li h2{
		font-size: 24px;color: #333333;line-height: 38px;
	}
	.ser-area li p{
		font-size: 20px;line-height: 24px;
	}
	.ser-area{
		margin-bottom: 30px;
	}
	.about .aboutproduct 
	{
	    display:none;
	}
	.about .bd{
		background: #f4f4f4;margin: 0;padding: 35px 30px 0;
	}
	.about .bd .lt{
		float: none;text-align: center;width: auto;
	}
	.about .bd .rt{
		float: none;width: auto;
	}
	.about .bd .lt h2{
		font-size: 38px;
	}
	.about .bd .lt h4{
		line-height: 2.2;margin-top: 5px;margin-bottom: 40px;
	}
	.about .bd .rt p{
		font-size: 18px;line-height: 24px;
	}
	.about .ab-list{
		margin: 0;background: #f4f4f4;padding: 45px 30px 0;overflow: hidden;
	}
	.about .ab-list .imgs{
		width: auto;float: none;height: auto;margin: 0;
	}
	.about .ab-list .text{
		width: 50%;-webkit-box-sizing: border-box;padding-left: 35px;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
	}
	.about .ab-list p{
		display: none;
	}
	.about .ab-list i{
		margin-top: 65px;margin-bottom: 30px;
	}
	.about .ab-list i img{
		width: 44px;
	}
	.about .ab-list h2{
		font-size: 30px;
	}
	.about .ab-list h2 span{
		font-size: 24px;
	}
	.about .ab-list h3{
		line-height: 68px;font-size:26px ;
	}
	.about .ab-comp{
		padding:60px 30px 0 ;background: #f4f4f4;padding-bottom: 100px;
	}
	.about .ab-comp h2{
		text-align: center;font-size: 38px;
	}
	.about .ab-comp h4{
		margin-top: 5px;text-align: center;
	}
	.about .ab-comp .bd ul{
		width: auto;
	}
	.about .ab-comp .bd li{
		height: auto;margin: 0;width: calc((100% - 20px)/2);
		margin-right: 20px;height: 120px;margin-bottom: 20px;
	}
	.about .ab-comp .bd li:nth-child(2n){
		margin-right: 0;
	}
	.about .ab-comp .bd{
		padding: 0;
	}
	.about .ab-comp .bd li{
		margin-bottom: 20px;
	}
	.contact .map .wap{
		position: static;
	}
	.contact .map img{
		display: none;
	}
	.contact .map img.hmap{
		display: block;
	}
	.contact .map .wap{
		padding: 50px 20px 0;margin:30px;background: #fff;margin-bottom: 60px;
	}
	.contact .map{
		background: #f4f4f4;overflow: hidden;
	}
	.contact .map h2{
		font-size:32px;color: #333333;font-weight: bold;
	}
	.contact .map h4{
		font-size: 22px;line-height:40px ;
	}
	.contact .map .wap li{
		display: block;margin: 0;border-bottom: 1px dashed #dcdcdc;padding:38px 14px 20px;
	}
	.contact .map .wap a{
		background-size:45px auto  !important;padding-left: 90px;
	}
	.contact .map .wap li:last-child{
		border-bottom: none;
	}
	.news .title{
		margin: 0;background: #fff;
	}
	.news .wap{
		margin: 0;
	}
	.news .lt{
		float: none;width: auto;padding: 30px;
	}
	.news .lt li{
		padding: 0;padding-bottom: 30px;
	}
	.news .lt h2{
		padding: 0 30px;
	}
	.news .lt h4{
		padding: 0 30px;font-size: 22px;line-height:50px ;margin-bottom: 15px;
	}
	.news .lt p{
		display: none;
	}
	.news .lt span{
		display: none;
	}
	.news .lt a.more{
		margin: 0 30px;
	}
	.news .lt h2{
		font-size:24px ;
	}
	.news .lt a.more{
		font-size: 20px;width: 200px;height: 60px;line-height: 60px;background-size: 100% auto !important;
	}
	.news .slist{
		display: none;
	}
	.news{
		padding-bottom: 0;
	}
	.ne-bd .nrt{
		display: none;
	}
	.ne-bd .wap{
		padding:0 30px ;background: #f4f4f4;
	}
	.ne-bd .ne-text{
		margin: 0;margin-top: 40px;
	}
	.ne-bd .ne-text p{
		font-size: 18px;line-height: 26px;
	}
	.ne-bd .ne-text{
		padding-bottom: 60px;
	}
	.ne-bd{
		padding: 0;
	}
	.hfsl{
		display: block;
	}
	.works .bd li .imgs,
	.h-works .bd li .imgs{
		height: 212px;
	}
	.contact .weixs img{
		display: block;
	}
	.contact .map{
		padding-bottom: 0;
	}
}