/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 20px;
    width: 28px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bmezier(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: #139122;
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: -1px;
    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 {
    width: 100%;
}

.gh a:before {
    width: 100%;
}

.gh a:after,
.gh a:before {
    background-color: #139122;
    content: "";
    display: block;
    height: 2px;
    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;
}

.gh a:after {
    top: 7px;
}

.gh a:before {
    top: -7px;
}

.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: #139122;
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #139122;
    width: 100%;
}

.selected .gh a {
    background-color: transparent !important;
}



@media only screen and (max-width:1240px) {
	.wrap{
		width: 1000px;
	}
 .header .naver .logo img{
	 max-width: 300px;
 }
.header .naver li a{
	line-height: 40px;
}	
.header .naver li::before{
	height: 2px;
}	
.hbanner,
	.hbanner li{
		height: 450px;
	}
	.uit_list li{
		width: calc((100% - 30px)/4);
		    margin-right: 10px;height: 250px;padding: 30px 0 20px;
	}
	.uit_list li .img{
		height: 150px;
	}
	.uit_list li h4{
		margin-top: 20px;
	}
	.hpage2 .ys .img{
		width: 610px;
	}
	.hpage2 .ys .txt{
		width: calc(100% - 670px);
	}
	.hpage2 .ys .txt br{
		display: none;
	}
	
	.hpage3 .hd{
		margin-top: 40px;
	}
	.hpage3 .hd .img{
		width: 500px;
	}
	.hpage3 .hd .txt{
		width: calc(100% - 520px);
	}
	.hpage3 .hd .txt p{
		font-size: 14px;
	}
	.hpage3 .hd .txt span{
		margin: 15px 0;
	}
	.hpage3 .hd .txt h3{
		font-size: 20px;
	}
	.about .hd .img{
		width: 500px;
	}
	.about .hd .txt{
		width: calc(100% - 500px);
	}
	.about .hd .txt h3{
		font-size: 20px;
	}
	.about .hd .txt span{
		margin: 15px 0;
	}
	.pro_del .hd .img{
		width: 460px;height: 460px;
	}
	.pro_del .hd .txt{
		width: calc(100% - 480px);margin-top: 10px;
	}
	
	
	
	
	
	
	
	
	
	
}

@media only screen and (max-width:1040px) {
	.wrap{
		width: auto;
	}
	.gh {
		display: block;
		position: absolute;
		z-index: 111;
		right: 15px;
		top: 14px;
	}
	.header {
		height: 50px;
		background: #fff;
		position: fixed;
		z-index: 999;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0;
	}
	.layout {
		padding-top: 50px;overflow: hidden;
	}
	.header .tops{
		display: none;
	}
	.header .naver{
		padding: 0;
	}
	.header .naver ul{
		float: none;
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		z-index: 111;
		display: none;padding-bottom: 10px;
		background: #fff;
	}
	.header .naver .logo{
		float: none;position: absolute;top: 10px;left: 15px;
	}
	.header .naver .logo img{
		max-width: 220px;
	}
	.header .naver ul{
		float: none;
		border-bottom: 1px solid #f1f1f1;
	}
	.header .naver li{
		margin-left: 0;display: block;padding: 0 15px;
	}
	.header .naver li a{
		   font-size: 18px;line-height: 40px;
	}
	.banner{
		height: 380px;
	}
	.produ .hd{
		padding: 10px 15px 0;
	}
	.produ .hd h3{
		font-size: 16px;line-height: 30px;padding-left: 15px;float: none;margin-bottom: 10px;
	}
	.produ .hd h3::before{
		height: 20px;
	}
	.produ .hd dl{
		float: none;
	}
	.produ .hd dd{
		margin-left: 0;margin-right: 30px;
	}
	.produ .hd dd a{
		font-size: 14px;line-height: 30px;
	}
	.produ .bd{
		padding: 30px 15px;
	}
	.uit_list li{
		width: calc((100% - 10px)/2);
		 margin-right: 0;padding: 15px 0;height: 190px;
	}
	.uit_list li .img{
		height: 130px;
	}
	.uit_list li:nth-child(2n){
		float: right;
	}
	.uit_list li h4{
		font-size: 12px;margin-top: 10px;
	}
	.pages li a{
		padding: 0 5px;font-size: 12px;line-height: 20px;
	}
	.pages li .t{
		font-size: 12px;height: 22px;
	}
	.contact .hd li h4{
		font-size: 16px;
	}
	.banner .txt {
		margin: 0 15px;
	}
	.banner .txt h6{
		font-size: 16px;float: none;
	}
	.banner .txt .r{
		float: none;
	}
	.banner .txt h3{
		font-size: 14px;
	}
	.banner .txt p{
		font-size: 12px;
	}
	.about .hd .img{
		float: none;width: auto;height: 300px;
	}
.about .hd{
	padding: 10px 15px 15px;
}
.about .hd .txt{
	width: auto;height: auto;padding: 10px;
}
.about .hd .txt h3{
	font-size: 18px;
}
.about .hd .txt h6{
	top: 15px;right: 20px;
}
.about .bd{
	padding: 10px 15px 30px;
}
.about .hd .txt p{
	font-size: 12px;
}
.about .bd ul{
	margin-top: 20px;
}
.about .bd li{
	width: calc((100% - 10px)/2);margin-right: 0;margin-bottom: 10px;
	height: 130px;
}
.about .bd li:nth-child(2n){
	float: right;
}

.about .bd h3{
	font-size: 18px;
}
.about .bd h3::before{
	width: 80px;height: 3px;bottom: 6px;
}
.about .bd li .mask h5{
	font-size: 14px;
}
.about .bd li .mask{
	top: 0;
}
.pro_del .t .ture{
	margin: 0 15px;
}
.pro_del .hd .img{
	float: none;width: auto;height: 300px;
}
.pro_del .hd .txt{
	float: none;width: auto;
}
.pro_del .hd{
	padding: 15px 0 0;
}
.pro_del .hd{
	margin: 0 15px;
}
.pro_del .hd .txt h4{
	font-size: 18px;margin-bottom: 10px;
}
.pro_del .hd .txt h6{
	font-size: 14px;padding-left: 10px;
}
.pro_del .hd .txt h6::before{
	height: 12px;
}
.pro_del .hd .txt p{
	font-size: 12px;padding-left: 10px;
}
.pro_del .bd{
	margin: 0 15px;
}
.pro_del .bd h2{
	font-size: 18px;line-height: 1.7;padding-bottom: 5px;
}
.pro_del .bd .dels{
	margin-top: 10px;font-size: 12px;
}
.footer{
	padding: 20px 15px 5px;
}
.footer p{
	font-size: 12px;line-height: 20px;text-align: left;margin-bottom: 10px;
}
.hbanner, .hbanner li{
	height: 300px;
}
.hpage1{
	padding: 30px 15px;
}
.hpage1 h2{
	font-size: 18px;
}
.hpage1 .bds .t dt{
	margin-right: 20px;
}
.hpage1 .bds .t dd{
	margin-right: 15px;
}
.hpage1 .uit_list{
	margin-top: 15px;
}
.hpage2{
	padding: 30px 15px;
}
.hpage2 h2{
	font-size: 18px;
}
.hpage2 .ys{
	margin-top: 30px;
}
.hpage2 .ys .img{
	float: none;width: auto;
}
.hpage2 .ys .txt{
	float: none;width: auto;font-size: 12px;margin-top: 10px;padding-left: 0;
}
.hqdl{
	margin: 15px 15px;
}
.hqdl dl{
	top: 0;
}
.hqdl dd{
	display: block;width: auto;margin-right: 0;height: 105px;margin-bottom: 15px;
}
.hqdl dd h4{
	width: 50px;height: 50px;font-size: 14px;line-height: 50px;    border-radius: 30px 5px 30px 5px;
}
.hqdl dd .t{
	padding: 15px 0 0 100px;
}
.hqdl dd .t h3{
	font-size: 18px;
}
.hqdl dd .t span{
	margin: 10px 0;
}
.hqdl dd .t p{
	font-size: 14px;
}
.hqdl dd:hover{
	top: 0;
}
.hpage3 .hd{
	margin-top: 0;margin: 0 15px;
}
.hpage3 .hd .img{
	float: none;width: auto;
}
.hpage3 .hd .txt{
	float: none;width: auto;margin-top: 10px;
}
.hpage3 .hd .txt h3{
	font-size: 16px;
}
.hpage3 .hd .txt span{
	margin: 10px 0;
}
.hpage3 .hd .txt p{
	font-size: 12px;
}
.hpage3 .swip_gs .prev, .hpage3 .swip_gs .next{
	left: 15px;
}
.hpage3 .swip_gs .next{
	right: 15px;left: auto;
}
.hpage4{
	padding: 15px 15px 30px;
}
.hpage4 h2{
	font-size: 16px;
}
.hpage4 .swp_ry li .box{
	height: 300px;
}
.hpage4 .swp_ry li .box::before{
	display: none;
}
.hpage4 .swp_ry li h6{
	font-size: 12px;margin: 10px 0 20px;
}
.hpage4 .swp_ry{
	margin-top: 15px;
}
.contact{
	padding: 15px 15px;
}
	.contact .hd li{
		width: 50%;margin-bottom: 15px;
	}
	.contact .hd li p{
		font-size: 12px;line-height: 20px;height: 40px;
	}
	.contact .hd li .ico{
		width: 80px;height: 80px;
	}
	.contact .hd li h4{
		font-size: 14px;margin-top: 10px;
	}
	.contact .hd li span{
		margin: 10px auto 5px;width: 30px;
	}
	.contact .map{
		margin-top: 0;height: 200px;
	}
	
	.hpage2 .ys .img img{
		width: 100%;display: block;
	}
	
	
	
	
	
	
	
	
}
@media only screen and (max-width:768px) {
	.banner{
		height: 180px;
	}
	.hbanner, .hbanner li{
		height: 180px;
	}
	
	.oos{
		display: none;
	}
	
	
	
	
	
	
	
}