﻿/*pad*/

img {
	max-width: 100%;
}

#gh {
	float: right;
	height: 30px;
	width: 56px;
	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: #15499a;
	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: #15499a;;
	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: 18px;
}

#gh a:before {
	top: -18px;
}

.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: #15499a;
}

.selected #gh a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	background: #15499a;
}

.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:1240px) {
	.wap{
		width: auto;
	}
	.layout{
		width: 750px;margin: 0 auto;background: #fff;overflow: hidden;
	}
	body{
		background: #333;
	}
	.header .logo{
		float: none;margin: 0;padding-top: 25px;margin-left: 30px;
	}
	.header{
		height: 100px;position: relative;overflow: initial;
	}
	#gh{
		display: block;left: auto;right: 30px;top: 30px;
	}
	.header .naver ul{
		padding-bottom: 60px;box-shadow: 0 3px 3px 1px rgba(230,230,230,1);
	}
	.header .naver li{
		float: inherit;display: block;margin: 0;padding: 0;
	}
	.header .naver{
		float: none;width: auto;margin: 0;position: absolute;left: 0;right: 0;top: 100px;z-index: 1111;background: #fff;display: none;
	}
	.header .naver li:hover a::after, 
	.header .naver li.on a::after{
		display: none;
	}
	.header .naver li a{
		line-height: 2.4;font-size: 36px;text-align: center;
	}
	.header .naver li{
		border-bottom: 1px solid #eee;
	}
	.header .naver li:last-child{
		border-bottom: none;
	}
	.header .naver li:hover a, 
	.header .naver li.on a{
		background: #15499a;color: #FFFFFF;border-bottom: none;
	}
	.h-sliader{
		height: 340px;
	}
	.uit-top{
		margin: 0 30px;
	}
	.uit-top .lt h3 span{
		font-size: 30px;
	}
	.uit-top .lt h3 em{
		font-size: 28px;
	}
	.uit-top .more{
		font-size: 30px;
	}
	.uit-top .lt h3{
		line-height: 65px;
	}
	.main{
		overflow: initial;
	}
	.main .h-new{
		float: none;width: auto;margin-bottom: 35px;
	}
	.h-about{
		float: none;width: auto;
	}
	.h-new .news .slider{
		float: none;
	}
	.h-new .news .list{
		float: none;width: auto;
	}
	.h-new .news{
		height: auto;
	}
	.h-new .news .slider{
		width: auto;
	}
	.h-new .news .list li p{
		font-size: 24px;width: 520px;line-height: initial;
	}
	.h-new .news .list li h6{
		font-size: 24px;line-height: initial;
	}
	.h-new .news .list li{
		padding: 25px 0;
	}
	.h-new .news .slider .bd img{
		height: 100%;
	}
	.h-about .img{
		width: auto;height: auto;padding: 0 30px;
	}
	.h-about h2{
		font-size: 34px;text-align: center;line-height: 1.7;
	}
	.h-about p{
		font-size: 24px;text-align: center;line-height: 1.7;padding: 0 30px;margin-top: 10px;
	}
	.h-new .news .slider .hd .next,
	.h-new .news .slider .hd .prev{
		top: 45%;height: 130px;width: 65px;margin-top: -30px;
	}
	.uit-hds{
		padding: 0 30px;height: auto;
	}
	.uit-hds h3{
		font-size: 24px;line-height: 1.7;
	}
	.uit-hds h2{
		font-size: 38px;line-height: 1.7;
	}
	.pro-main .list ul{
		width: auto;padding: 0 20px;
	}
	.pro-main .list li .img{
		width: auto;height: 160px;
	}
	.pro-main .list li img{
		width: auto;margin: 0 auto;
	}
	.pro-main .list li{
		float: none;margin-right: 0;width: auto;height: auto;margin-bottom: 20px;background: #fff;padding-bottom: 20px;
	}
	.pro-main .list h3{
		font-size: 26px;line-height: 1.7;
	}
	.cont-main{
		padding-bottom: 50px;
	}
	.cont-main .map{
		margin: 20px auto 0;float: none;
	}
	.cont-main .text{
		float: none;width: auto;text-align: left;padding: 0 30px;
	}
	.cont-main .text h2{
		font-size: 30px;line-height: 1.7;
	}
	.cont-main .text p{
		font-size: 24px;line-height: 1.7;
	}
	.footer .text{
		float: none;padding: 0 30px;
	}
	.footer .wx{
		float: none;padding-left: 30px;margin-top: 20px;width: 150px;height: 150px;
	}
	.footer .text li{
		float: none;font-size: 24px;line-height: 1.7;
	}
	.footer .text p{
		display: none;
	}
	.footer h6{
	  font-size: 24px; color: #bdbdbd; line-height: 1.7;display: block;padding: 0 30px;margin-top: 15px;
	}
	.main2{
		padding-bottom: 50px;padding-top: 20px;
	}
	.uit-nav{
		float: none;width: auto;padding-bottom: 0;
	}
	.uit-nav .hds{
		display: none;
	}
	.q1{
		display: block;margin: 0 30px;height: auto;margin-bottom: 20px;
	}
	.q1 h2{
		border-bottom: none;padding-bottom: 0;line-height: initial;
	}
	.q1 ul{
		margin-left: 15px;float: left;
	}
	.q1 li a{
		font-size: 24px;
	}
	.q1 h2 span{
		background: #15499a;height: 4px;display: block;
	}
	.uit-nav .bds{
		white-space: nowrap;overflow-x: scroll;overflow-y: hidden;margin-top: 0;padding: 8px 30px;
	}
	.uit-nav .bds ul{
		display: table;
	}
	.uit-nav .bds li{
		display: inline-block;border-bottom: none;padding: 0;margin: 0;position: initial;
	}
	.uit-nav .bds li:hover a, 
	.uit-nav .bds li.on a{
		background: none;
	}
	.uit-nav .bds li em{
		display: none;
	}
	.uit-nav .bds li h5{
		font-size: 26px;float: none;line-height: 1.7;margin-left: 0;margin-right: 30px;
	}
	.uit-nav .bds li span{
		display: none;
	}
	.qn{
		display: none;
	}
	.qm-main{
		float: none;width: auto;
	}
	.na-list .hds{
		padding: 0 30px;
	}
	.na-list .hds ul{
		padding-left: 0;
	}
	.na-list .hds li{
		font-size: 24px;
	}
	.na-list .hds{
		height: auto;
	}
	.na-list .hds li a{
		font-size: 26px;line-height: 46px;
	}
	.na-list{
		margin-top: 30px;
	}
	.na-list .txt p{
		font-size: 24px;line-height: 1.7;
	}
	.na-list .txt{
		padding: 0 30px;
	}
	.na-list .txt dt{
		font-size: 28px;line-height: 1.7;
	}
	.na-list .txt dd{
		font-size: 24px;line-height: 1.7;
	}
	.na-list .txt .img{
		width: auto;height: auto;
	}
	.na-list .bds li .img{
		width: auto;height: auto;
	}
	.na-list .bds li .text{
		width: auto;width: 70%;padding: 10px;
	}
	.na-list .bds li .text h2{
		font-size: 28px;
	}
	.na-list .bds li .text P{
		font-size: 24px;line-height: 34px;height: 102px;overflow: hidden;
	}
	.na-list .bds li h6{
		display: none;
	}
	.na-list .bds ul{
		padding: 0 10px;
	}
	.na-list .bds li{
		padding: 22px 0;
	}
	.uit-page ul{
		float: none;text-align: center;
	}
	.uit-page li{
		font-size: 24px;
	}
	.uit-page li a{
		font-size: 26px;width: 60px;height: 50px;line-height: 50px;
	}
	.na-list .detas .de-hds .img{
		float: none;margin: 0 auto;
	}
	.na-list .detas .de-hds{
		margin: 0 30px;padding-left: 0;
	}
	.na-list .detas .de-hds .text{
		float: none;width: auto;padding: 0 30px;margin-top: 20px;
	}
	.na-list .detas .de-hds .text p{
		font-size: 24px;line-height: 1.7;margin-bottom: 10px;
	}
	.na-list .detas .de-hds .text h6{
		margin-top: 0;font-size: 24px;line-height: 1.7;
	}
	.na-list .detas .de-hds .text h6 span{
		font-size: 28px;
	}
	.na-list .detas .de-bds{
		padding: 0 30px;
	}
	.na-list .detas .de-bds dt{
		font-size: 28px;margin-bottom: 12px;
	}
	.na-list .detas .de-bds dd{
		font-size: 24px;line-height: 1.7;
	}
	.na-list .detas .de-bds dd.img{
		width: auto;height: auto;
	}
	.lx-contact li{
		font-size: 24px;
	}
	.lx-contact li span{
		margin-left: 0;display: none;
	}
	.lx-contact ul{
		padding: 0 30px 30px 30px;
	}
	.gk-about p{
		font-size: 24px;line-height: 1.7;
	}
	.gk-about{
		padding: 0 10px;
	}
	.shdl-list ul{
		padding: 0 30px;
	}
	.shdl-list li{
		float: none;display: inline-block;width: 335px;margin-right: 20px;
	}
	.shdl-list li .img{
		width: auto;height: auto;
	}
	.shdl-list li h3{
		font-size: 24px;width: 335px;text-align: center;
	}
	.shdl-list li:nth-child(2n){
		margin-right: 0;
	}
	.qyxw-new li h2{
		font-size: 28px;
	}
	.qyxw-new li h4{
		font-size: 24px;line-height: initial;
	}
	.qyxw-new li p{
		font-size: 24px;line-height: 1.7;
	}
	.qyxw-new li h6{
		font-size: 24px;width: 140px;height: 45px;line-height: 45px;
	}
	.qyxw-new ul{
		padding: 0 20px;
	}
	.na-list .detas .de-hds .img{
		width: auto;height: auto;
	}
	.contact_l{
		margin: 0 20px;
	}
	#allmap{
		width: 100% !important;
	}
	.uit-intro li{
		font-size: 20px;
	}
	.uit-intro li.n1{
		background-size: auto 18px; 
	}
	.cont-main .map{
		width: auto;margin: 20px 20px 0;
	}
	.cont-main .map #allmap{
		width: 100% !important;height:360px !important;
	}
	.uit-top .lt h3{
		position: relative;top: 2px;
	}
	.uit-intro.q1{
		display: block;
	}
}