﻿@charset "utf-8";

/************nav***************/
.limit{
	width: 1100px;
	margin: 0 auto;
}
.nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #303030;
	z-index: 100;
}
.subNav,.subNav:link,.subNav:visited{
	display: inline-block;
	line-height: 36px;
	width: 90px;
	color: #ddd;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s;
}
.subNav:hover{
	background: #ec8e51;
	color: #fff !important;
}
.subNav_select{
	background: #ec8e51;
	color: #fff !important;
}
/************banner***************/
.banner{
	height: 420px;
	margin-top: 36px;
	*top: 36px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.banner_box{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	text-align: center;
}
.bg_blue{
	/*background: #2a69b0;*/
    background: #ffffff;
}
/*.banner_txt{
	position: relative;
	right: -100%;
}*/
/*.banner_men{
	margin: 0 40px;
	position: relative;
	bottom: -100%;
}
@keyframes btMove{
	0% {right: 0px;}
	50% {right: 40px;}
	100% {right: 0px;}
}
@-webkit-keyframes btMove{
	0% {right: 0px;}
	50% {right: 40px;}
	100% {right: 0px;}
}
.banner_txt:hover{
	animation: btMove 600ms infinite;
	-webkit-animation: btMove 2s infinite;
}*/
.banner_dot{
	position: absolute;
	right: 0;
	top: 182px;
	z-index: 4;
}
.banner_dot div{
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 100%;
	/*margin: 5px 0;*/ /*上右下左*/
    margin: 5px 15px;
	cursor: pointer;
	opacity: 0.3;
	filter:alpha(opacity=30);
}
.banner_img{
	height: 100%;
	overflow: hidden;
}
.bi_img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
/************content***************/
.block_title{
	width: 180px;
	height: 42px;
	background: #2b6bb2;
	margin: 40px 0 30px 0;
	position: relative;
}
.block_title span{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.form_b{
	width: 600px;
	margin: 0 auto;
	background: #fafafa;
	border: 1px solid #eaeaea;
	padding: 20px 30px;
}
.fb_list{
	height: 42px;
	border-bottom: 1px solid #d7d7d7;
}
.fb_list span,.fb_list input{
	vertical-align: middle;
	line-height: 42px;
	height: 42px;
	background: none;
	font-size: 16px;
}
.fb_list span{
	color: #666;
}
.fb_list input{
	color: #ccc;
}
.form_b textarea{
	width: 600px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	color: #ccc;
	box-sizing: border-box;
	font-size: 16px;
}
.form_b .fb_submit{
	width: 100%;
	background: #ffa368;
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	padding: 0;
}
.inred,.ingreen{
	font-size: 14px !important;
}
.inred{
	color: #e05e50 !important;
}
.ingreen{
	color: #52ac63 !important;
}
.map{
	position: relative;
	width: 850px;
	height: 620px;
	margin: 0 auto;
}
.hhr{
	overflow: hidden;
	padding: 0 0 120px 0;
}
.hhr_sq,.hhr_sq:link{
	float: left;
	margin: 0 6px 6px 0;
	padding: 0 20px;
	line-height: 40px;
	background: #303030;
	font-size: 16px;
	color: #fff !important;
	cursor: pointer;
}
.hhr_sq:hover{
	color: #fff;
	background: #ec8e51;
}
