*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
	q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, article, aside, canvas, details, figcaption, figure, footer,
	header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

input {
	margin: 0;
	padding: 0;
	outline: none;
}
ol{
	list-style: none;
}
ul {
	list-style: none;
}

a, ins {
	text-decoration: none;
}

*:focus {
	outline: none;
}

a {
	color: #000000;
}

a:hover {
	color: #2763ce;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	display: block;
	content: '';
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

.hide {
	display: none;
}

.block {
	display: block;
}

body {
	font-family: '微软雅黑';
	color: #000000;
}

/*header begin*/
/*banner*/
.banner_box {
	width: 100%;
	height:155px;
	background: url(../images/banner_bg.png)
		repeat-x;
}

.banner {
	width: 1170px;
	margin: 0 auto;
	/*background: url(../images/title_img.png) no-repeat 600px 0px;*/
	background-size: 476px 160px;
}

.logo {
	height: 155px;
	padding-top: 34px;
	padding-left: 34px;
}
.logo img{
	width: 626px;
	height: 100px;
}

.search {
	padding-top: 60px;
	height:auto;
}

.search .c_y a, .search .c_y span {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 25px;
	color: #005BAB;
}

.search .c_y span {
	margin: 0 5px;
}

.search input {
	display: block;
	height: 28px;
	border: 0;
}

.search input[type=text] {
	width: 195px;
	padding-left: 10px;
	font-size: 13px;
	color: #005BAB;
	border: 1px solid #608be4;
}

.search input[type=submit] {
	width: 40px;
	background: #608be4
		url(../images/search.png) no-repeat
		center center;
}
/*nav*/
.nav_box {
	width: 100%;
	background: #2763ce;
}

.nav_box>.nav {
	width: 1170px;
	margin: 0 auto;
}

.nav_box>.nav>li {
	width: 90px;
	height: 51px;
	text-align: center;
	background: url(../images/nav_splider.png)
		no-repeat right center;
	position: relative;
}

.nav_box>.nav>li>a {
	font-size: 16px;
	color: #fff;
	line-height: 51px;
	display: block;
}

.nav_box>.nav>li:hover {
	background-color: #1554a2 !important;
}

.nav_box>.nav>li:focus {
	background-color: #1554a2 !important;
}

.nav_box>.nav>li:first-child {
	width: 90px;
}

.nav_box>.nav>li:first-child img {
	margin-top: 15px;
}

.nav_box>.nav>li>ul.nav_down {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 51px;
	width: 121px;
	background: #1554a2;
}

.nav_box>.nav>li>ul>li {
	width: 109px;
	margin: 0 auto; 
	padding-left: 18px;
	border-bottom: 1px solid #225fab;
	text-align: left;
}

.nav_box>.nav>li>ul>li:first-child {
	border-top: 1px solid #225fab;
}

.nav_box>.nav>li>ul>li:hover {
	background: #3e77de;
}

.nav_box>.nav>li>ul>li>a {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
}

.nav_box>.nav>li>ul>li.lineHeight_special {
	padding: 10px 0;
	padding-left: 14px;
}

.nav_box>.nav>li>ul>li.lineHeight_special>a {
	line-height: 17px;
}
.nav_box>.nav>li>ul.nav_down_w1 {
	width: 150px;
	z-index: 99;
	position: absolute;
	right: 1;
	top: 51px;
	background: #1554a2;
}

.nav_box>.nav>li>ul.nav_down_w1>li {
	width: 150px;
}

.nav_box>.nav>li>ul.nav_down_w2 {
	z-index: 99;
	width: 250px;
	position: absolute;
	right: 1;
	top: 51px;
	background: #1554a2;
}
.nav_box > .nav > li > ul.nav_down_w2 > li {
    width: 230px;
}



/*footer*/
.footer{padding:10px 0 30px 0; background:#404143!important;}
.foot{height:170px;width:1170px;margin: 0 auto;}
.foot h4{height:33px; text-align:center; background:url(../images/xian.jpg) left center repeat-x;}
.footLeft{padding:10px 0;color:#D3D3D7;font-size:14px;line-height:30px;float:left;width:985px;}
.ftNav a{margin-right:15px;}
.footLeft a{color:#D3D3D7;}
.footLeft a:hover{color:#000;}
.footRight{width: 120px;float: left;padding-top: 15px;}
.footRight p{color:#D3D3D7;font-size:14px;text-align: center}
