* {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none
}

html {
	height: auto;
}

body,
ul,
dl,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑";
}

a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #666;
}

img,
input {
	border: 0 none;
	outline-style: none;
	padding: 0;
	/*vertical-align: top;*/
}
.page_header {
	width: 100%;
	height: auto;
	position: relative;
}
.header_btn>button a,.index_footer_top_02>div:last-child>div>button a{
	color: #fff;
}
.header_logo {
	width: 100%;
	height: auto;
	line-height: 60px;
	padding-left: 44px;
	box-sizing: border-box;
	position: absolute;
	top: 25px;
	z-index: 1000;
}
.header_logo>div:nth-child(3) span{
	display: inline-block;
}
.header_logo>div:nth-child(3) span a{
	color: #fff;
}
.header_logo>div {
	float: left;
}

.header_logo>div:nth-child(1) img {
	max-width: 100%;
	height: auto;
}
.header_logo>div:nth-child(3) span{
	float: left;
}
.header_logo>div:nth-child(3)>span:first-of-type{
	padding-right: 30%;
}
.header_logo>div:nth-child(3)>span:first-of-type a span{
	font-size: 20px;
	color: #80c8f6;
}
.header_logo>div:nth-child(3)>span:last-of-type{
	padding-left: 10%;
}
.header_logo>div:nth-child(3)>span:last-of-type a span{
	font-size: 20px;
}
.header_logo>div:nth-child(3) span a{
	color: #fff;
	font-size: 12px;
}
.header_logo>div:nth-child(2) {
	width: 72%;
	padding-left: 24%;
}

.header_logo>div:nth-child(2) ul li {
	padding: 0 3%;
	line-height: 60px;
	float: left;
	text-align: left;
}

.header_logo>div:nth-child(2) a {
	color: #fff;
	position: relative;
	font-size: 15px;
}

.header_logo>div:nth-child(2) a:after {
	content: '';
	display: block;
	width: 2px;
	height: 2px;
	background: #c3e3fb;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: -14px;
	z-index: 11;
}
.header_logo>div:nth-child(2)>ul>li:first-of-type>a:after{
	display: none;
}
.header_logo>div:nth-child(2) ul a:before{
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 26%;
	transition: .6s;
}

.header_logo>div:nth-child(2) ul li:hover a {
	/*color: cyan;*/
	font-weight: bold;
	transition: .6s;
}
.header_logo>div:nth-child(2) ul li:hover a:before{
	transition: .6s;
	width: 100%;

}


.header_logo>div:nth-child(3) {
	width: 8%;
	height: 60px;
	color: #fff;
	line-height: 60px;
	position: relative;
}
.header_logo>.search_active{
	height: 40px!important;
	transition: .6s;
}
.header_logo>.header_btn{
	height: 0;
	overflow: hidden;
	float: none;
	position: absolute;
	right: 4%;
	bottom: -50%;
	transition: .6s;
}
.header_btn>input{
	width: 200px;
	height: 100%;
	background-color: #fff;
	text-indent: 2em;
	float: left;
}
.header_btn>button{
	width: 60px;
	height: 100%;
	color: #fff;
	background-color: #575757;
	float: left;
}
.header_logo .header_navs{
	width: 100%;
	height: auto;
	background-image: url("../images/banner_nav.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -4000px;
	left: 0;
	z-index: 100;
	padding-top: 220px;
	transition: .2s;
}
.header_logo>.header_ani_btn{
	top: -25px;
	transition: .6s;
}
.header_logo .header_navs_list{
	padding: 0 160px 330px 160px;
}
.header_logo .header_navs_list>ul{
	display: inline-block;
	width: 11%;
	vertical-align: top;
	text-align: center;
}
.header_logo .header_navs_list>ul li:nth-of-type(1){
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 60px;
	text-align: center;
	color: #fff;
}
.header_logo .header_navs_list>ul li a{
	color: #fff;
	font-size: 17px;
	line-height: 40px;

}
.header_logo .header_navs_list>ul>li:nth-of-type(1) a{
	font-weight: bold;
}
.header_navs_btns{
	position: absolute;
	right: 76px;
	top: 58px;
	cursor: pointer;
}
.header_navs_btns>div{
	display: inline-block;
	vertical-align: middle;
}
.header_navs_btns>div:last-of-type p{
	font-size: 15px;
	color: #fff;
	padding-left: 18px;
}
.header_navs_btns>div>img{
	max-width: 100%;
}


.header_logo>div:nth-child(3) span:first-child img {
	width: 15px;
	height: 15px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;

}


.header_logo>div:nth-child(3) span:last-child img {
	width: 21px;
	height: 16px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 106px;
}

.page_banner {
	width: 100%;
	/*height: 586px;*/
	overflow: hidden;
}
.page_banner>div img{
	width: 100%;
	/*height: 100%;*/
}
.page_title{
	width: 470px;
	height: 170px;
	background: url(../images/banner_s.png) no-repeat;
	background-size: 468px 124px;
	background-position: bottom center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	opacity: 0;
}
.ani_index{
	opacity: 1;
	transition: .6s;
}
.page_title>p:first-child{
	font-size: 50px;
	color: #fff;
	text-align: center;
	padding-top: 18px;
	font-weight: 100;
	transform: translateY(-1000px);
	opacity: 0;
}
.ani_index>p:first-child{
	transform: translateY(0);
	opacity: 1;
	transition: .6s;
}
.page_title>p:last-child{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	transform: translateY(1000px);
	opacity: 0;
}
.ani_index>p:last-child{
	opacity: 1;
	transform: translateY(0);
	transition: .6s;
}
.contact_main{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.contact_main_top{
	width: 100%;
	/*height: 368px;*/
	padding: 120px 160px 0 160px;
	margin-bottom: 74px;
	box-sizing: border-box;
	overflow: hidden;
	transform: translateY(-1000px);
	opacity: 0;
}
.ani_index .contact_main_top{
	transform: translateY(0);
	opacity: 1;
	transition: .6s;
}
.contact_main_top>div:first-child{
	float: left;
	width: 47%;
	/*height: 248px;*/
	overflow: hidden;
}
.contact_main_top>div:first-child>div{
	width: 46%;
	/*height: 86px;*/
	border-bottom: 1px solid #d0d0d0;
	float: left;
}
.contact_main_top>div:first-child>div:nth-child(1),.contact_main_top>div:first-child>div:nth-child(3){
	margin-right: 8%;
}
.contact_main_top>div:first-child>div:nth-child(3),.contact_main_top>div:first-child>div:nth-child(4){
	margin-top: 66px;
}
.contact_main_top>div>div p:first-child{
	font-size: 18px;
	color: #9b9b9b;
	line-height: 36px;
}
.contact_main_top>div>div p:first-child span{
	font-weight: bold;
	color: #333;
}
.contact_main_top>div>div p:last-child{
	color: #9b9b9b;
	font-size: 16px;
	height: 40px;
	padding-bottom: 6%;
}


.contact_main_top>div:last-child{
	width: 47%;
	height: 250px;
	float: right;
	overflow: hidden;
}
.contact_main_inputs_t>input{
	width: 49%;
	background: #eeeeee;
	height: 46px;
	text-indent: 32px;
	color: #959595;
	font-size: 16px;
}
.contact_main_inputs_t>input::-webkit-input-placeholder{
	color: #959595;
}
.contact_main_inputs_t>input:first-child{
	margin-right: 2%;
}
.contact_main_inputs_c{
	width: 100%;
	height: 138px;
	background: #eeeeee;
	margin-top: 10px;
	
}
.contact_main_inputs_c>textarea{
	width: 100%;
	height: 138px;
	background: #eeeeee;
	text-indent: 32px;
	border: none;
	padding-top: 22px;
	color: #959595;
	font-size: 16px;
	outline: none;
	box-sizing: border-box;
}
.BMap_cpyCtrl {
	display: none;
}
.anchorBL {
	display: none;
}

.contact_main_inputs_c>textarea::-webkit-input-placeholder{
	font-weight: 500;
	font-family: "微软雅黑";
	color: #959595;
}
.contact_main_btn{
	width: 176px;
	height: 45px;
	border: none;
	background-color: #0181cc;
	margin-top: 10px;
	color: #fff;
	line-height: 45px;
	text-align: left;
	text-indent: 28px;
	font-size: 16px;
	background-image: url(../images/banner_03_04.png);
	background-repeat: no-repeat;
	background-size: 44px 4px;
	background-position: 106px center;

}

.contact_main_btm{
	width: 1600px;
	height: 490px;
	margin: 0 auto;
	background-color: #efefef;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 170px;
	transform: translateY(1000px);
	opacity: 0;
}

#allmap{
	width: 98%;
	height: 94%;
	overflow: hidden;
	margin: 0;
	font-family: "微软雅黑";
	position: absolute;
	top: 50%;
	margin-top: -14.5%;
	left: 50%;
	margin-left: -49%;
}
.ani_index .contact_main_btm{
	transform: translateY(0);
	opacity: 1;
	transition: .6s;
}
.index_footer{
	width: 100%;
	height: auto;
}
.index_footer_top{
	width: 100%;
	background: #f9f9f9;
	box-sizing: border-box;
}

.index_footer_top_01{
	width: 100%;
	/*height: 120px;*/
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #e2e2e2;
	padding: 52px 160px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.index_footer_top_01>div:first-child{
	float: left;
}
.index_footer_top_01>div:first-child>ul>li{
	float: left;
	min-width: 144px;
	min-height: 14px;
	line-height: 14px;
	text-align: center;
	border-left: 1px solid #e2e2e2;
	font-weight: bold;
}
.index_footer_top_01>div:first-child>ul>li a{
	color: #666;
	font-weight: bold;
	font-size: 15px;

}
.index_footer_top_01>div:first-child>ul>li:first-child{
	border: none;
}








.index_footer_top_01>div:nth-child(2){
	position: absolute;
	right: 9%;
}
.index_footer_top_01>div:nth-child(2)>a span{
	color: #414141;
	font-size: 14px;
	font-weight: bold;
}
.index_footer_top_01>div:nth-child(2)>a img{
	width: 26px;
	height: 26px;
	padding-right: 12px;
}
.index_footer_top_02{
	width: 100%;
	/*height: 228px;*/
	padding: 60px 160px;
	box-sizing: border-box;
	overflow: hidden;
}
.index_footer_top_02>div:first-child{
	width: 32%;
	/*min-width: 250px;*/
	/*min-height: 110px;*/
	float: left;
	/*position: relative;*/
	/*top: 50%;*/
	/*margin-top: -55px;*/
}
.index_footer_top_02>div:first-child div{
	float: left;
	padding-right: 28px;
}
.index_footer_top_02>div:first-child div img{
	width: 110px;
	height: 110px;
}
.index_footer_top_02>div:first-child p:nth-of-type(1){
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
.index_footer_top_02>div:first-child p:nth-of-type(2){
	width: 94px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #989898;
	color: #fff;
	font-size: 12px;
	margin-left: 138px;
	margin-top: 12px;
	margin-bottom: 14px;
}
.index_footer_top_02>div:first-child p:nth-of-type(3){
	font-size: 14px;
	color: #7c7c7c;
}
.index_footer_top_02>div:nth-child(2){
	float: left;
	/*margin-top: -45px;*/
	/*padding-left: 270px;*/
}
.index_footer_top_02>div:nth-child(2) p{
	line-height: 42px;
	color: #7c7c7c;
	font-size: 14px;
	text-indent: 44px;
}
.index_footer_top_02>div:nth-child(2) p:first-child{
	background: url(../images/icon_92.png) no-repeat;
	background-size: 21px 21px;
	background-position: left center;
}
.index_footer_top_02>div:nth-child(2) p:last-child{
	background: url(../images/icon_95.png) no-repeat;
	background-size: 21px 18px;
	background-position: left center;
}
.index_footer_top_02>div:last-child{
	float: right;
	width: 30.1%;
	/*position: relative;*/
	/*top: 50%;*/
	/*margin-top: -38px;*/
}
.index_footer_top_02>div:last-child>p{
	padding-bottom: 12px;
	font-size: 14px;
	color: #aeaeae;
}
.index_footer_top_02>div:last-child>div>input{
	width: 80%;
	/*height: 43px;*/
	padding: 12px 0;
	background: #e6e6e6;
	text-indent: 20px;
}
.index_footer_top_02>div:last-child>div>button{
	width: 20%;
	/*height: 43px;*/
	text-align: center;
	line-height: 43px;
	font-weight: bold;
	background: #989898;
	border: none;
	color: #fff;
	font-size: 17px;
}

.index_footer_btm{
	width: 100%;
	height: 60px;
	background: #575757;
	padding: 0 160px;
	box-sizing: border-box;
	line-height: 60px;
}
.index_footer_btm{
	width: 100%;
	height: 60px;
	background: #575757;
	padding: 0 160px;
	box-sizing: border-box;
}
.index_footer_btm>p{
	color: #fff;
	font-size: 14px;
}
.index_footer_btm>p:first-child{
	float: left;
}
.index_footer_btm>p:last-child{
	float: right;
}



@media screen and (max-width: 1800px){
	.banner_title {
		transition:all .6s;
		-ms-transition:all .6s;
		-moz-transition:all .6s;
		-webkit-transition:all .6s;
		-o-transition:all .6s;

		transform: scale(0.9);
		-ms-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-o-transform: scale(0.9);
	}
	.header_logo>div:nth-child(2) {
		width: 68%;
		padding-left: 16%;
	}
}


/*css2*/
@media screen and (max-width: 1680px){

	.page_header {
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner_title {
		transition:all .6s;
		-ms-transition:all .6s;
		-moz-transition:all .6s;
		-webkit-transition:all .6s;
		-o-transition:all .6s;

		transform: scale(0.8);
		-ms-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
	}
	.header_logo {
		width: 100%;
		height: auto;
		line-height: 60px;
		padding-left: 44px;
		box-sizing: border-box;
		position: absolute;
		top: 25px;
	}

	.header_logo>div {
		float: left;
	}
	.header_logo>div:nth-child(3) span{
		float: left;
	}
	.header_logo>div:nth-child(3)>span:first-of-type{
		padding-right: 20%;
	}
	.header_logo>div:nth-child(3)>span:first-of-type a span{
		font-size: 20px;
		color: #80c8f6;
	}
	.header_logo>div:nth-child(3)>span:last-of-type{
		padding-left: 10%;
	}
	.header_logo>div:nth-child(3)>span:last-of-type a span{
		font-size: 20px;
	}
	.header_logo>div:nth-child(3) span a{
		color: #fff;
		font-size: 12px;
	}
	.header_logo>div:nth-child(1) img {
		max-width: 100%;
		height: auto;
	}

	.header_logo>div:nth-child(2) {
		width: 66%;
		padding-left: 10%;
	}

	.header_logo>div:nth-child(2) ul li {
		padding: 0 3%;
		line-height: 60px;
		float: left;
		text-align: left;
	}

	.header_logo>div:nth-child(2) a {
		color: #fff;
		position: relative;
		font-size: 14px;

	}


	.header_logo>div:nth-child(3) {
		width: 8%;
		color: #fff;
		line-height: 60px;
		position: relative;
	}

	.header_logo>div:nth-child(3) span:first-child img {
		width: 15px;
		height: 15px;
		line-height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -7px;
		left: 0;

	}

	.header_logo>div:nth-child(3) span:last-child img {
		width: 21px;
		height: 16px;
		line-height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		left: 106px;
	}
	.page_banner {
		width: 100%;
		/*height: 586px;*/
		overflow: hidden;
	}
	.page_banner>div img{
		width: 100%;
		/*height: 100%;*/
	}
	.page_title{
		width: 470px;
		height: 170px;
		background: url(../images/banner_s.png) no-repeat;
		background-size: 468px 124px;
		background-position: bottom center;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		-ms-transition:all .6s;
		-moz-transition:all .6s;
		-webkit-transition:all .6s;
		-o-transition:all 1s;

		transform: scale(0.8);
		-ms-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
	}
	.page_title>p:first-child{
		font-size: 50px;
		color: #fff;
		text-align: center;
		padding-top: 18px;
		font-weight: 100;
	}
	.page_title>p:last-child{
		font-size: 40px;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}
	.contact_main{
		width: 100%;
		height: auto;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}
	.contact_main_top{
		width: 100%;
		/*height: 368px;*/
		padding: 80px 120px 0 120px;
		margin-bottom: 74px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.contact_main_top>div:first-child{
		float: left;
		width: 47%;
		/*height: 248px;*/
		overflow: hidden;
	}
	.contact_main_top>div:first-child>div{
		width: 46%;
		/*height: 86px;*/
		border-bottom: 1px solid #d0d0d0;
		float: left;
	}
	.contact_main_top>div:first-child>div:nth-child(1),.contact_main_top>div:first-child>div:nth-child(3){
		margin-right: 8%;
	}
	.contact_main_top>div:first-child>div:nth-child(3),.contact_main_top>div:first-child>div:nth-child(4){
		margin-top: 66px;
	}
	.contact_main_top>div>div p:first-child{
		font-size: 16px;
		color: #9b9b9b;
		line-height: 36px;
	}
	.contact_main_top>div>div p:first-child span{
		font-weight: bold;
		color: #333;
	}
	.contact_main_top>div>div p:last-child{
		color: #9b9b9b;
		font-size: 14px;
		padding-bottom: 6%;
		height: 40px;
	}


	.contact_main_top>div:last-child{
		width: 47%;
		height: 250px;
		float: right;
		overflow: hidden;
	}
	.contact_main_inputs_t>input{
		width: 49%;
		background: #eeeeee;
		height: 46px;
		text-indent: 32px;
		color: #959595;
		font-size: 14px;
	}
	.contact_main_inputs_t>input::-webkit-input-placeholder{
		color: #959595;
	}
	.contact_main_inputs_t>input:first-child{
		margin-right: 2%;
	}
	.contact_main_inputs_c{
		width: 100%;
		height: 138px;
		background: #eeeeee;
		margin-top: 10px;

	}
	.contact_main_inputs_c>textarea{
		width: 100%;
		height: 138px;
		background: #eeeeee;
		text-indent: 32px;
		border: none;
		padding-top: 22px;
		color: #959595;
		font-size: 14px;
		outline: none;
		box-sizing: border-box;
	}
	.BMap_cpyCtrl {
		display: none;
	}
	.anchorBL {
		display: none;
	}

	.contact_main_inputs_c>textarea::-webkit-input-placeholder{
		font-weight: 500;
		font-family: "微软雅黑";
		color: #959595;
	}
	.contact_main_btn{
		width: 176px;
		height: 45px;
		border: none;
		background-color: #0181cc;
		margin-top: 10px;
		color: #fff;
		line-height: 45px;
		text-align: left;
		text-indent: 28px;
		font-size: 14px;
		background-image: url(../images/banner_03_04.png);
		background-repeat: no-repeat;
		background-size: 44px 4px;
		background-position: 106px center;
	}
	.contact_main_btm{
		width: 1400px;
		height: 490px;
		margin: 0 auto;
		background-color: #efefef;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 170px;
	}

	#allmap{
		width: 98%;
		height: 94%;
		overflow: hidden;
		margin: 0;
		font-family: "微软雅黑";
		position: absolute;
		top: 50%;
		margin-top: -16.5%;
		left: 50%;
		margin-left: -49%;
	}
	.index_footer{
		width: 100%;
		height: auto;
	}
	.index_footer_top{
		width: 100%;
		background: #f9f9f9;
		box-sizing: border-box;
	}

	.index_footer_top_01{
		width: 100%;
		/*height: 120px;*/
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #e2e2e2;
		padding: 52px 160px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}
	.index_footer_top_01>div:first-child{
		float: left;
	}
	.index_footer_top_01>div:first-child>ul>li{
		float: left;
		min-width: 144px;
		min-height: 14px;
		line-height: 14px;
		text-align: center;
		border-left: 1px solid #e2e2e2;
		font-weight: bold;
	}
	.index_footer_top_01>div:first-child>ul>li a{
		color: #666;
		font-weight: bold;
		font-size: 14px;

	}
	.index_footer_top_01>div:first-child>ul>li:first-child{
		border: none;
	}








	.index_footer_top_01>div:nth-child(2){
		position: absolute;
		right: 9%;
	}
	.index_footer_top_01>div:nth-child(2)>a span{
		color: #414141;
		font-size: 14px;
		font-weight: bold;
	}
	.index_footer_top_01>div:nth-child(2)>a img{
		width: 26px;
		height: 26px;
		padding-right: 12px;
	}
	.index_footer_top_02{
		width: 100%;
		/*height: 228px;*/
		padding: 60px 160px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.index_footer_top_02>div:first-child{
		width: 32%;
		/*min-width: 250px;*/
		/*min-height: 110px;*/
		float: left;
		/*position: relative;*/
		/*top: 50%;*/
		/*margin-top: -55px;*/
	}
	.index_footer_top_02>div:first-child div{
		float: left;
		padding-right: 28px;
	}
	.index_footer_top_02>div:first-child div img{
		width: 110px;
		height: 110px;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(1){
		font-size: 16px;
		color: #666;
		font-weight: bold;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(2){
		width: 94px;
		height: 32px;
		text-align: center;
		line-height: 32px;
		background: #989898;
		color: #fff;
		font-size: 12px;
		margin-left: 138px;
		margin-top: 12px;
		margin-bottom: 14px;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(3){
		font-size: 14px;
		color: #7c7c7c;
	}
	.index_footer_top_02>div:nth-child(2){
		float: left;
		/*margin-top: -45px;*/
		/*padding-left: 270px;*/
	}
	.index_footer_top_02>div:nth-child(2) p{
		line-height: 42px;
		color: #7c7c7c;
		font-size: 14px;
		text-indent: 44px;
	}
	.index_footer_top_02>div:nth-child(2) p:first-child{
		background: url(../images/icon_92.png) no-repeat;
		background-size: 21px 21px;
		background-position: left center;
	}
	.index_footer_top_02>div:nth-child(2) p:last-child{
		background: url(../images/icon_95.png) no-repeat;
		background-size: 21px 18px;
		background-position: left center;
	}
	.index_footer_top_02>div:last-child{
		float: right;
		width: 30.1%;
		/*position: relative;*/
		/*top: 50%;*/
		/*margin-top: -38px;*/
	}
	.index_footer_top_02>div:last-child>p{
		padding-bottom: 12px;
		font-size: 14px;
		color: #aeaeae;
	}
	.index_footer_top_02>div:last-child>div>input{
		width: 80%;
		/*height: 43px;*/
		padding: 12px 0;
		background: #e6e6e6;
		text-indent: 20px;
	}
	.index_footer_top_02>div:last-child>div>button{
		width: 20%;
		/*height: 43px;*/
		text-align: center;
		line-height: 43px;
		font-weight: bold;
		background: #989898;
		border: none;
		color: #fff;
		font-size: 15px;
	}

	.index_footer_btm{
		width: 100%;
		height: 60px;
		background: #575757;
		padding: 0 160px;
		box-sizing: border-box;
		line-height: 60px;
	}
	.index_footer_btm{
		width: 100%;
		height: 60px;
		background: #575757;
		padding: 0 160px;
		box-sizing: border-box;
	}
	.index_footer_btm>p{
		color: #fff;
		font-size: 14px;
	}
	.index_footer_btm>p:first-child{
		float: left;
	}
	.index_footer_btm>p:last-child{
		float: right;
	}

}




/*css2*/
@media screen and (max-width: 1440px){
	.page_header {
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner_title {
		transition:all .6s;
		-ms-transition:all .6s;
		-moz-transition:all .6s;
		-webkit-transition:all .6s;
		-o-transition:all .6s;

		transform: scale(0.6);
		-ms-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		-o-transform: scale(0.6);
	}
	.index_content_03  .content_02_top>a>div>p {
		color: #afafaf;
		font-size: 12px;
	}
	.header_logo {
		width: 100%;
		height: auto;
		line-height: 60px;
		padding-left: 44px;
		box-sizing: border-box;
		position: absolute;
		top: 25px;
	}

	.header_logo>div {
		float: left;
	}
	.header_logo>div:nth-child(3) span{
		float: left;
	}
	.header_logo>div:nth-child(3)>span:first-of-type{
		padding-right: 10%;
	}
	.header_logo>div:nth-child(3)>span:first-of-type a span{
		font-size: 18px;
		color: #80c8f6;
	}
	.header_logo>div:nth-child(3)>span:last-of-type{
		padding-left: 10%;
	}
	.header_logo>div:nth-child(3)>span:last-of-type a span{
		font-size: 18px;
	}
	.header_logo>div:nth-child(3) span a{
		color: #fff;
		font-size: 12px;
	}
	.header_logo>div:nth-child(1) img {
		max-width: 100%;
		height: auto;
	}

	.header_logo>div:nth-child(2) {
		width: 60%;
		padding-left: 16%;
	}

	.header_logo>div:nth-child(2) ul li {
		padding: 0 2.18%;
		line-height: 60px;
		float: left;
		text-align: left;
	}

	.header_logo>div:nth-child(2) a {
		color: #fff;
		position: relative;
		font-size: 12px;

	}


	.header_logo>div:nth-child(3) {
		width: 8%;
		color: #fff;
		line-height: 60px;
		position: relative;
	}

	.header_logo>div:nth-child(3) span:first-child img {
		width: 15px;
		height: 15px;
		line-height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -7px;
		left: 0;

	}

	.header_logo>div:nth-child(3) span:last-child img {
		width: 21px;
		height: 16px;
		line-height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		left: 106px;
	}


	.page_banner {
		width: 100%;
		/*height: 586px;*/
		overflow: hidden;
	}
	.page_banner>div img{
		width: 100%;
		/*height: 100%;*/
	}
	.page_title{
		width: 470px;
		height: 170px;
		background: url(../images/banner_s.png) no-repeat;
		background-size: 468px 124px;
		background-position: bottom center;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		-ms-transition:all .6s;
		-moz-transition:all .6s;
		-webkit-transition:all .6s;
		-o-transition:all 1s;

		transform: scale(0.6);
		-ms-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		-o-transform: scale(0.6);
	}
	.page_title>p:first-child{
		font-size: 50px;
		color: #fff;
		text-align: center;
		padding-top: 18px;
		font-weight: 100;
	}
	.page_title>p:last-child{
		font-size: 40px;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}
	.contact_main{
		width: 100%;
		height: auto;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}
	.contact_main_top{
		width: 100%;
		/*height: 368px;*/
		padding: 120px 160px 0 160px;
		margin-bottom: 74px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.contact_main_top>div:first-child{
		float: left;
		width: 47%;
		/*height: 248px;*/
		overflow: hidden;
	}
	.contact_main_top>div:first-child>div{
		width: 46%;
		/*height: 86px;*/
		border-bottom: 1px solid #d0d0d0;
		float: left;
	}
	.contact_main_top>div:first-child>div:nth-child(1),.contact_main_top>div:first-child>div:nth-child(3){
		margin-right: 8%;
	}
	.contact_main_top>div:first-child>div:nth-child(3),.contact_main_top>div:first-child>div:nth-child(4){
		margin-top: 66px;
	}
	.contact_main_top>div>div p:first-child{
		font-size: 14px;
		color: #9b9b9b;
		line-height: 36px;
	}
	.contact_main_top>div>div p:first-child span{
		font-weight: bold;
		color: #333;
	}
	.contact_main_top>div>div p:last-child{
		color: #9b9b9b;
		font-size: 12px;
		padding-bottom: 6%;
		height: 40px;
	}


	.contact_main_top>div:last-child{
		width: 47%;
		height: 250px;
		float: right;
		overflow: hidden;
	}
	.contact_main_inputs_t>input{
		width: 49%;
		background: #eeeeee;
		height: 46px;
		text-indent: 32px;
		color: #959595;
		font-size: 12px;
	}
	.contact_main_inputs_t>input::-webkit-input-placeholder{
		color: #959595;
	}
	.contact_main_inputs_t>input:first-child{
		margin-right: 2%;
	}
	.contact_main_inputs_c{
		width: 100%;
		height: 138px;
		background: #eeeeee;
		margin-top: 10px;

	}
	.contact_main_inputs_c>textarea{
		width: 100%;
		height: 138px;
		background: #eeeeee;
		text-indent: 32px;
		border: none;
		padding-top: 22px;
		color: #959595;
		font-size: 12px;
		outline: none;
		box-sizing: border-box;
	}
	.BMap_cpyCtrl {
		display: none;
	}
	.anchorBL {
		display: none;
	}

	.contact_main_inputs_c>textarea::-webkit-input-placeholder{
		font-weight: 500;
		font-family: "微软雅黑";
		color: #959595;
	}
	.contact_main_btn{
		width: 176px;
		height: 45px;
		border: none;
		background-color: #0181cc;
		margin-top: 10px;
		color: #fff;
		line-height: 45px;
		text-align: left;
		text-indent: 28px;
		font-size: 12px;
		background-image: url(../images/banner_03_04.png);
		background-repeat: no-repeat;
		background-size: 44px 4px;
		background-position: 106px center;
	}
	.contact_main_btm{
		width: 1200px;
		height: 490px;
		margin: 0 auto;
		background-color: #efefef;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 170px;
	}

	#allmap{
		width: 98%;
		height: 94%;
		overflow: hidden;
		margin: 0;
		font-family: "微软雅黑";
		position: absolute;
		top: 50%;
		margin-top: -19%;
		left: 50%;
		margin-left: -49%;
	}
	.index_footer{
		width: 100%;
		height: auto;
	}
	.index_footer_top{
		width: 100%;
		background: #f9f9f9;
		box-sizing: border-box;
	}

	.index_footer_top_01{
		width: 100%;
		/*height: 120px;*/
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #e2e2e2;
		padding: 52px 160px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}
	.index_footer_top_01>div:first-child{
		float: left;
	}
	.index_footer_top_01>div:first-child>ul>li{
		float: left;
		min-width: 144px;
		min-height: 14px;
		line-height: 14px;
		text-align: center;
		border-left: 1px solid #e2e2e2;
		font-weight: bold;
	}
	.index_footer_top_01>div:first-child>ul>li a{
		color: #666;
		font-weight: bold;
		font-size: 12px;

	}
	.index_footer_top_01>div:first-child>ul>li:first-child{
		border: none;
	}








	.index_footer_top_01>div:nth-child(2){
		position: absolute;
		right: 9%;
	}
	.index_footer_top_01>div:nth-child(2)>a span{
		color: #414141;
		font-size: 12px;
		font-weight: bold;
	}
	.index_footer_top_01>div:nth-child(2)>a img{
		width: 26px;
		height: 26px;
		padding-right: 12px;
	}
	.index_footer_top_02{
		width: 100%;
		/*height: 228px;*/
		padding: 60px 160px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.index_footer_top_02>div:first-child{
		width: 32%;
		/*min-width: 250px;*/
		/*min-height: 110px;*/
		float: left;
		/*position: relative;*/
		/*top: 50%;*/
		/*margin-top: -55px;*/
	}
	.index_footer_top_02>div:first-child div{
		float: left;
		padding-right: 28px;
	}
	.index_footer_top_02>div:first-child div img{
		width: 110px;
		height: 110px;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(1){
		font-size: 14px;
		color: #666;
		font-weight: bold;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(2){
		width: 94px;
		height: 32px;
		text-align: center;
		line-height: 32px;
		background: #989898;
		color: #fff;
		font-size: 12px;
		margin-left: 138px;
		margin-top: 12px;
		margin-bottom: 14px;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(3){
		font-size: 12px;
		color: #7c7c7c;
	}
	.index_footer_top_02>div:nth-child(2){
		float: left;
		/*margin-top: -45px;*/
		/*padding-left: 270px;*/
	}
	.index_footer_top_02>div:nth-child(2) p{
		line-height: 42px;
		color: #7c7c7c;
		font-size: 12px;
		text-indent: 44px;
	}
	.index_footer_top_02>div:nth-child(2) p:first-child{
		background: url(../images/icon_92.png) no-repeat;
		background-size: 21px 21px;
		background-position: left center;
	}
	.index_footer_top_02>div:nth-child(2) p:last-child{
		background: url(../images/icon_95.png) no-repeat;
		background-size: 21px 18px;
		background-position: left center;
	}
	.index_footer_top_02>div:last-child{
		float: right;
		width: 30.1%;
		/*position: relative;*/
		/*top: 50%;*/
		/*margin-top: -38px;*/
	}
	.index_footer_top_02>div:last-child>p{
		padding-bottom: 12px;
		font-size: 12px;
		color: #aeaeae;
	}
	.index_footer_top_02>div:last-child>div>input{
		width: 80%;
		/*height: 43px;*/
		padding: 12px 0;
		background: #e6e6e6;
		text-indent: 20px;
	}
	.index_footer_top_02>div:last-child>div>button{
		width: 20%;
		/*height: 43px;*/
		text-align: center;
		line-height: 43px;
		font-weight: bold;
		background: #989898;
		border: none;
		color: #fff;
		font-size: 13px;
	}

	.index_footer_btm{
		width: 100%;
		height: 60px;
		background: #575757;
		padding: 0 160px;
		box-sizing: border-box;
		line-height: 60px;
	}
	.index_footer_btm{
		width: 100%;
		height: 60px;
		background: #575757;
		padding: 0 160px;
		box-sizing: border-box;
	}
	.index_footer_btm>p{
		color: #fff;
		font-size: 12px;
	}
	.index_footer_btm>p:first-child{
		float: left;
	}
	.index_footer_btm>p:last-child{
		float: right;
	}

}




/*css2*/
@media screen and (max-width: 1280px){
	.page_header {
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner_title {
		transition:all .6s;
		-ms-transition:all .6s;
		-moz-transition:all .6s;
		-webkit-transition:all .6s;
		-o-transition:all .6s;

		transform: scale(0.5);
		-ms-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
	}
	.index_content_03  .content_02_top>a>div>p {
		color: #afafaf;
		font-size: 12px;
	}
	.header_logo {
		width: 100%;
		height: auto;
		line-height: 60px;
		padding-left: 44px;
		box-sizing: border-box;
		position: absolute;
		top: 25px;
	}

	.header_logo>div {
		float: left;
	}
	.header_logo>div:nth-child(3) span{
		float: left;
	}
	.header_logo>div:nth-child(3)>span:first-of-type{
		padding-right: 10%;
	}
	.header_logo>div:nth-child(3)>span:first-of-type a span{
		font-size: 16px;
		color: #80c8f6;
	}
	.header_logo>div:nth-child(3)>span:last-of-type{
		padding-left: 10%;
	}
	.header_logo>div:nth-child(3)>span:last-of-type a span{
		font-size: 16px;
	}
	.header_logo>div:nth-child(3) span a{
		color: #fff;
		font-size: 12px;
	}
	.header_logo>div:nth-child(1) img {
		max-width: 100%;
		height: auto;
	}

	.header_logo>div:nth-child(2) {
		width: 60%;
		padding-left: 16%;
	}

	.header_logo>div:nth-child(2) ul li {
		padding: 0 2.18%;
		line-height: 60px;
		float: left;
		text-align: left;
	}

	.header_logo>div:nth-child(2) a {
		color: #fff;
		position: relative;
		font-size: 12px;

	}



	.header_logo>div:nth-child(3) {
		width: 8%;
		color: #fff;
		line-height: 60px;
		position: relative;
	}

	.header_logo>div:nth-child(3) span:first-child img {
		width: 15px;
		height: 15px;
		line-height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -7px;
		left: 0;

	}

	.header_logo>div:nth-child(3) span:last-child img {
		width: 21px;
		height: 16px;
		line-height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		left: 106px;
	}


}


@media screen and (max-width: 1280px){

	.header_navs{
		display: none;
	}
	.header_logo>div:nth-child(2){
		width: 100%;
		padding: 0!important;
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
	}
	.header_logo>div:nth-child(2)>ul li{
		float: none;
		text-align: center;
		background-color: #0181cc;
	}
	.header_logo>div:first-child{
		width: 200px;
	}
	.header_logo>div:nth-child(3){
		width: 14%;
	}
	.header_logo>div:nth-child(2)>ul li:first-of-type a:after{
		display: block;
	}
	.header_logo>div:nth-child(2) ul a:before{
		bottom: 6%;
	}
	.header_logo>div:nth-child(2) a:after{
		left: 46%;
	}
	.header_logo>div:nth-child(3){
		float: right;
	}
	.header_logo{
		top: 0;
		padding: 0 20px;
	}
	.index_footer_top_01{
		padding: 52px 30px;
	}
	.index_footer_top_01>div:nth-child(2){
		top: 50%;
		right: 4%;
		transform: translateY(-50%);
	}
	.index_footer_top_02{
		padding: 60px 30px;
	}

	.index_footer_btm{
		padding: 0 30px;
	}



	.contact_main_top{
		padding: 40px 30px;
	}

	.contact_main_top>div:first-child,.contact_main_top>div:last-child{
		width: 100%;
		float: none;
		display: inline-block;
	}
	.contact_main_top>div:last-child{
		padding-top: 10%;
		text-align: center;
	}

	.contact_main_top>div:last-child{
		height: auto;
	}
	.contact_main_btm{
		width: 90%;
		height: 200px;
		margin-bottom: 60px;
	}
	#allmap{
		margin-top: 0;
		margin-left: 0;
		transform: translateY(-50%) translateX(-50%);
	}
	.header_logo>.header_btn{
		display: none;
	}
	.contact_main_top>div:first-child>div{
		width: 100%;
	}
	.contact_main_top>div:first-child>div:nth-child(3), .contact_main_top>div:first-child>div:nth-child(4){
		margin-top: 22px;
	}
	.contact_main_inputs_t>input{
		width: 100%;
		margin-top: 10px;
	}
	.contact_main_top{
		margin-bottom: 0;
	}

	.page_title>p:first-child {
		font-size: 40px;
	}
	.index_footer_top_02>div:nth-child(2) p {
		text-indent: 0;
	}
	.index_footer_btm {
		height: auto;
		line-height: 40px;
	}
	.index_footer_btm>p:first-child, .index_footer_btm>p:last-child{
		display: block;
		text-align: center;
	}
}



@media screen and (max-width: 800px){
	.index_footer_top_02>div:first-child{
		width: 100%;
		float: none;
	}
	.index_footer_top_02{
		padding: 30px;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(1){
		text-align: center;
		line-height: 30px;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(2){
		margin: 12px auto;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(3){
		text-align: center;
	}
	.index_footer_top_01>div:first-child>ul>li{
		min-width: 80px;
	}
	.index_footer_top_02>div:nth-child(2){
		float: none;
		display: block;
		width: 100%;
		padding-top: 40px;
	}
	.index_footer_top_02>div:last-child{
		float: none;
		width: 100%;
		display: block;
		margin-top: 30px;
	}
	.page_title{
		transform: scale(0.25);
		top: 18%;
	}
	.index_footer_top_02>div:first-child div{
		padding-right: 0;
	}

}
@media screen and (max-width: 600px) {
	.page_title {
		width: 100%;
		background-size: 100% 100%;
		height: auto;
		bottom: 0;
		margin: 0;
		overflow: initial;
	}

	.page_title > p:first-child {
		margin-top: -10%;
	}
}