@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #333333;
	line-height: 24px;
	color: #434343;
}
a {
	text-decoration: none;
	color: #434343;
	outline: none;
}
a:hover {
	color: #434343;
	text-decoration: none;
}
img {
	border: none 0;
}
ul {
	list-style: none;
}
.clear {
	clear: both;
}
div, form, ul, ol, li, span, p, dl, dd, dt {
	margin: 0;
	padding: 0;
	border: 0;
}
li {
	list-style-type: none;
}
img, a img {
	border: 0;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
/*链接样式*/
a:link {
	color: #021A23;
	text-decoration: none;
}
a:visited {
	color: #032029;
	text-decoration: none;
}
a:hover {
	color: #9A7D07;
	text-decoration: none;
}
a:active {
	color: #ea6311;
	text-decoration: none;
}
/*去除超链接虚框*/
/*清除浮动*/
.fl {
	float: left
}
.fr {
	float: right
}
.main {
	width: 1200px;
	margin: 0px auto;
	margin-top: 12px;
}
.w {
	width: 1400px;
	margin: 0 auto;
	display: block
}
.cl {
	clear: both
}
.mt20 {
	margin-top: 20px
}
.mb20 {
	margin-bottom: 20px
}
/*头部*/
header {
	min-width: 1200px;
}
.top_bg1 {
	width: 100%;
	height: 42px;
	background: #f2f2f2;
}
.top {
	width: 1400px;
	height: 42px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 29px;
}
.top h1 {
	float: left;
	font: 13px/37px "微软雅黑";
}
.top_left {
	float: left;
	font: 12px/37px "微软雅黑";
	color: #848484;
}
.top_left span {
	color: #fff;
	font-size: 18px;
	font-family: 'impactregular';
}
.top_right {
	float: right;
	height: 42px;
	line-height: 44px;
}
.top_right img {
	margin-top: 4px;
	margin-right: 6px;
	width: 65px;
	height: 32px;
}
.top_right span {
	margin-right: 6px;
	line-height: 30px;
	font-size: 16px;
	color: #848484;
}
.top_right a {
	margin-right: 7px;
	line-height: 39px;
	font-size: 13px;
	color: #848484;
}
.logo {
	width: 599px;
	height: 90px;
	margin-top: 19px;
}
.logo img {
	width: 100%;
	height: 100%
}
.tell {
	width: 245px;
	height: 130px;
	background: url(../images/tell.jpg) center no-repeat;
}
.tell span {
	float: left;
	margin-top: 57px;
	margin-left: 52px;
	font: 24px/44px "微软雅黑";
	color: red;
}
nav {
	background: #00a8ff;
}
.menu {
	height: 52px;
	line-height: 52px;
	font-size: 16px;
}
.menu ul li {
	float: left;
	width: 170px;
	text-align: center;
	height: 52px;
}
.menu ul li a {
	color: #fff
}
.menu ul li:hover {
	background: #0084c8;
	text-align: center;
	display: block;
	transition: all 0.8s ease;
}
.menu ul li:hover a {
	color: #fff;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block
}
/*二级导航*/
.menu ul li ul {
	display: none
}
.menu li:hover ul {
	display: block;
	z-index: 999;
}
.menu li ul {
	background: #00a8ff;
	position: absolute;
	width: 148px;
}
.menu li ul li {
	float: left
}
/*banner*/

.focusBox {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	min-width: 1200px;
}
.focusBox .pic {
	position: relative;
	z-index: 0;
	min-width: 1200px;
}
.focusBox .pic img {
	width: 100%;
	height: 500px;
	display: block;
	min-width: 1200px;
}
.focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}
.focusBox .hd li {
	margin: 0 5px;
	background: url(../images/dot.png) no-repeat 0 -16px;
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	_background: url(../images/dot8.png) no-repeat 0 -16px;
}
.focusBox .hd .on {
	background-position: 0 0;
}
.focusBox .prev, .focusBox .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.focusBox .prev {
	left: 0;
}
.focusBox .next {
	background-position: 0 -90px;
	right: 0;
}
.focusBox .prev:hover, .focusBox .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}
/**/
.tit1 {
	line-height: 35px;
	float: left;
	height: 35px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
}
.tit1 h3 {
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	color: #3aa9b2;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3aa9b2;
	height: 35px;
}
.tit1 i {
	font-size: 13px;
	line-height: 35px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
}
.tit1 span {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
/*底部*/
/*底部版权*/
footer {
	height: 300px;
	width: 100%;
	margin: 0px auto;
	min-width: 1200px;
	overflow: hidden;
	background: url(../images/fbg1.jpg) no-repeat center;
	background-size: cover;
	margin-top: 12px;
}
.foot {
	width: 1400px;
	margin: 0px auto
}
.fnav {
	width: 1400px;
	margin: 0px auto;
	height: 40px;
	background: #0abbff;
	font-family: "微软雅黑";
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.fnav a {
	line-height: 40px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
}
.copy {
	width: 100%;
	background: rgba(16, 210, 228, 0.52);
	height: 225px;
}
.copy {
}
.copyleft {
	width: 194px;
	padding-top: 16px;
	padding-left: 12px;
}
.copyleft img {
	width: 180px!important;
	height: 180px!important;
}
.copyleft span {
	font-size: 14px;
	line-height: 29px;
	color: #fff;
	width: 100%;
	margin-left: 46px;
}
.copyright {
	width: 1166px;
	display: block;
	margin-top: 14px;
	color: #ffffff;
	line-height: 36px;
	font-size: 14px;
}
.copyright img {
	margin-top: 9px;
}
.copyright a {
	color: #FFFFFF
}
.copyright a:link {
	color: #FFFFFF
}
/*自定义表单*/
/**/
#word .indexTit {
	margin-bottom: 30px;
}
.indexTit h3 {
	color: #0062d0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial;
	font-size: 36px;
	text-align: center;
}
.indexTit h3 span {
	color: #009403;
}
.indexTit h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.indexTit .line {
	width: 50px;
	height: 4px;
	display: block;
	background: #2553b3;
	margin: 0 auto;
}
#word .imsg {
	width: 100%;
}
#word .imsg .item {
	width: 390px;
	height: 38px;/* margin-left: 12px; */
	position: relative;/* float: left; */
	line-height: 38px;
	border: 1px solid #d1d1d1;
	margin-top: 10px;
}
#word .imsg .item img {
	margin-left: 12px;
	float: left;
	position: absolute;
	top: 15px;
	right: -48px;
}
#word .imsg .item label {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	text-align: right;
	height: 38px;
	display: block;
}
#word .imsg em {
	position: absolute;
	right: 6px;
	top: 2px;
	color: red;
}
#word .imsg .item .txt {
	width: 100%;
	height: 38px;
	text-indent: 55px;
	line-height: 38px;
	border: 0px;
	background: none;
	outline: none;
	color: #666;
}
#word .imsg .item.xm, #word .imsg .item.liuyan {
	margin-left: 0;
}
#word .imsg .item.liuyan {
	width: 100%;
	margin: 10px 0 20px;
	height: 148px;
	line-height: 38px;
}
#word .imsg .item.liuyan textarea {
	width: 100%;
	line-height: 35px;
	color: #666;
	overflow: hidden;
	text-indent: 55px;
	height: 142px;
	font-family: "微软雅黑";
	resize: none;
	border: 0;
	background: none;
}
#word .imsg .btn {
	width: 695px;
	float: left;
	margin-top: 22px;
	margin-bottom: 12px;
}
#word .imsg .btn input {
	width: 271px;
	height: 45px;
	cursor: pointer;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	display: block;
	background: #2553b3;
	font-family: "微软雅黑";
	margin-left: 80px;
}
#word .imsg .btn .submit {
	background: #f14a00;
}
/**/
/*特效1*/
.tran1 {
	transition: all 0.4s ease-out
}
.tran1:hover {
	transform: scale(1.6)
}
/*特效2*/
.tran2 {
	transition: all 1s ease-out;
	background: #11b3fb;
}
.tran2:hover {
	background: #ff9c00;
}
/**/
.f12 {
	font-size: 12px !important
}




.top_left p{font-size:12px;}








.dh01{
	
	font-size: 24px;
	
	
}




