body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td, img {
	margin: 0;
	padding: 0;
}

img {
	border: 0
}

ol, ul {
	list-style: none
}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
}

input {
	outline: none;
	border: none;
}

/*****！！页面通用css样式定义开始******/

html, body {
	min-width: 1000px;
	font-family: "Microsoft YaHei";
	/* _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto"); */
}

html {
	overflow-y: scroll;
	height: 100%;
	width: 100%
}

/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
	font-family: "微软雅黑";
	/*文字字体定义 */
	font-size: 14px;
	/*文字大小定义 */
	color: #666666;
	/*文字颜色定义 */
	min-width: 1000px;
}

/* 网站超链接css通用设置 */

a {
	text-decoration: none;
}

/* 链接无下划线,有为underline */

a:link {
	color: #2c2c2c;
}

/* 未访问的链接 */

a:visited {
	color: #2c2c2c;
}

/* 已访问的链接 */

a:hover {
	color: #2c2c2c;
	text-decoration: none;
}

/* 鼠标在链接上 */

a:active {
	color: #2c2c2c;
}

/* 点击激活链接 */

p {
	line-height: 24px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none
}

.show {
	display: block
}

.dib {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*清除浮动*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

/*清除浮动*/

.clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

.dib {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.red {
	color: red
}

/*表格样式定义 */

checkbox {
	border: 0px;
}

/*选择框样式定义 */

.input {
	border: 1px solid #ccc;
	height: 20px;
	line-height: 20px
}

ul, li {
	list-style: none
}

/*public*/

.size1 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.backcolor {
	background:#000597
}

.color {
	color:#000597
}



body {
	max-width: 1920px;
	margin: 0 auto;
	min-width: 1200px;
}

/*共用头部*/

.header {
	overflow: hidden;
}

.header .wrap {
	overflow: hidden
}

.logo {
	padding: 14px 0;
}

.logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.header .tel {
	width: 230px;
	text-align: left;
	color: #000;
	font-size: 16px;
	height: 55px;
	line-height: 23px;
	margin-top: 30px;
	padding: 0 0 0 65px;
	letter-spacing: 2px;
	background: url(../images/telbg.png) no-repeat left top
}

.header .tel b {
	font-size: 28px;
	color: #d20000;
	display: block;
}

/*导航*/

.nav {
	position: relative;
	z-index: 100;
	background: url(../images/navbg.png) no-repeat top center;
	height: 62px;
}

.nav li{float: left;position: relative; padding:0 20px 0 10px; }

.nav ul{width: 1200px;display: block;margin: 0 auto}
.nav li a{display: inline-block;font-size: 16px;padding:0 5px 0 10px; color: #FFF;line-height: 62px;}
.nav li img{display: inline-block;vertical-align: middle; transition: all 0.3s;  -moz-transition: all 0.3s;  -webkit-transition: all 0.3s;  -o-transition: all 0.3s;}
.nav li ul.level2{display:none;position: absolute; left: 0;top: 60px;background: #06aefc;width: 138px;z-index: 1000;}
.nav li ul.level2 li{width: 123px; padding: 0 0 0 15px;text-align: left;}
.nav li ul.level2 li a{color: #fbfcfd; line-height: 38px;padding: 0;font-size: 16px;}
.nav li:hover,.nav li.hover{background: #06aefc;}
.nav li:hover a,.nav li.hover a{color: #FFF;}
.nav li:hover img{transform: rotate(180deg);}
.nav li:hover ul.level2 li:hover a{color: #fbfcfd;background: none;}
.nav li:hover ul.level2{display: block}
.nav li.on a{color: #fbfcfd;}
.nav li.on:hover a{color: #fbfcfd;background: none;}
.nav li.last a{padding: 0;}
.nav li.last img{margin-top: 20px;}
.nav li.last:hover{background: none;}
.nav li.last:hover img{transform: rotate(0);}
.nav li.last.absNav{position: absolute;right:-193px;top: 0px;padding: 0;}

.search{
	width: 316px;
	height: 31px;
	margin: 15px 0 0 0;
	background: url(../images/searchbg.png) no-repeat top center;
}
.search input[type=text]{
	width: 84%;
	height: 30px;
	text-indent: 20px;
	line-height: 30px;
	color: #FFF;
	padding: 0;
	background: none;
	border: none;
	float: left;
}
.search input[type=submit]{
	width: 16%;
	height: 30px;
	padding: 0;
	background: none;
	border: none;
	float: left;
	line-height: 0;
	font-size: 0;

}

/*banner*/

.banner {
	width: 100%;
	z-index: 0;
	overflow: hidden;
	position: relative
}

.banner .flexslider {
	width: 1920px;
	height: 100%;
	position: relative;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	min-width: 1000px;
}

.banner .slides {
	position: relative;
	z-index: 1;
}

.banner .slides li {
	height: 100%;
	position: relative
}

.banner .slides li img {
	width: 100%;
	margin: 0 auto;
	display: block
}

.banner .flex-direction-nav {
	position: relative;
	z-index: 50;
	display: block;
	width: 1000px;
	margin: 300px auto 0 auto;
}


.banner .flex-direction-nav li a {
	display: block;
	width: 72px;
	height: 73px;
	position: absolute;
	text-indent: -9999px
}
.banner .flex-direction-nav li a.flex-prev{
	left: 0;
	top: 0;
	background: url(../images/banner-up.png) no-repeat top center;
}
.banner .flex-direction-nav li a.flex-next{
	right: 0;
	top: 0;
	background: url(../images/banner-next.png) no-repeat top center;
}

.banner .flex-control-paging {}

.banner .flex-control-nav {
	position: absolute;
	left: 50%;
	bottom:50px;
	z-index: 100;
	text-align: left
}

.banner .flex-control-nav li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	*display: inline;
	zoom: 1
}

.banner .flex-control-nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 40px;
	overflow: hidden;
	cursor: pointer
}

.banner .flex-control-nav .flex-active {
	background-position: 0 0
}

.flex-control-paging li a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	cursor: pointer;
	text-indent: 0px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
	FILTER: alpha(opacity=80);
	opacity: 0.8;
	background-color: #fff
}

.flex-control-paging li a:hover {
	background-color: #fff;
	color: #ffffff;
}

.flex-control-paging li a.flex-active {
	background-color: #007bd0;
	cursor: pointer;
	color: #ffffff
}

.footer {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1000;
	padding-top: 50px;
	background: #1b1b1b;
}

.footer .wrap {
	overflow: hidden;
}

.footer .wrap li {
	width: 34%;
	padding-right: 5%;
	float: left;
	font-size: 14px;
	color: #aaaaaa
}

.footer .wrap li strong {
	font-size: 18px;
	font-weight: 200;
	display: block;
	width: 100px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #FFF;
	background: url(../images/newstitlebg.png) no-repeat left bottom;
}


.footer .wrap li ul {
	overflow: hidden;
	padding-bottom: 60px;
}

.footer .wrap li ul li {
	width: 50%;
	float: left;
	padding: 0;
}

.footer .wrap li ul li a {
	font-size: 14px;
	color: #aaaaaa;
	line-height: 30px;
	display: inline-block
}

.footer .wrap li .txt {}

.footer .wrap li .txt p {
	font-size: 14px;
	color: #aaaaaa;
	line-height: 30px;
}

.footer .wrap li.last {
	width: 150PX;
	float: right;
	padding: 0
}


.footer .wrap li.last img {
	width: 148px;
	height: 148px;
	display: block;
	margin: 0 auto
}

.footer .bottom {
	font-size: 14px;
	color: #9a9a9a;
	text-align: center;
	border-top: 1px solid #464646;
	overflow: hidden;
	line-height: 32px;
}

.footer .bottom a {
	color: #9a9a9a;
}

#form_do2 {
	padding-top: 20px;
}

#form_do2 label {
	width: 78px;
	display: inline-block;
	vertical-align: middle;
	color: #e0e8fd;
	font-size: 18px;
}

#form_do2 input.inp_one {
	display: inline-block;
	width: 400px;
	height: 45px;
	font-size: 18px;
	margin-bottom: 12px;
	background: none;
	color: #FFF;
	line-height: 45px;
	border: 1px solid #d8dff1;
}

#form_do2 textarea.texar1 {
	width: 400px;
	height: 90px;
	background: none;
	font-size: 18px;
	color: #FFF;
	line-height: 45px;
	border: 1px solid #d8dff1;
}

#form_do2 .submit_but {
	width: 126px;
	height: 36px;
	margin-left: 80px;
	background: none;
	border: 1px solid #d8dff1;
	color: #FFF;
	margin-top: 20px;
}