﻿@charset "utf-8";
/* reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, cite, dfn, em, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
/* 清除浮动 */
.clearfix:after, .nav:after, .content:after, .grid:after, .h:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix, .nav, .content, .grid, .h {
 *zoom:1;
}
.clear {
	clear: both;
	height: 0;
	font: 0/0 Arial;
	visibility: hidden;
}
/* 通用 */
body, button, input, select, textarea {
	font: 12px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	color: #333;
}
.vm, input, label {
	vertical-align: middle;
}
.tc {
	text-align: center;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
.mb10 {
	margin-bottom: 10px;
}
.mr10 {
	margin-right: 10px;
}
.hide {
	display: none;
}
.nt {
	text-align: left;
	letter-spacing: -3em;
	overflow: hidden;
}
.nt:first-letter {
	margin-left: -20em;
}
/* 链接 */
a {
	color: #252525;
	text-decoration: none;
}
a:hover {
	color: #048;
}
a:active {
	outline: none;
}
/* nav */
.nav li, .nav dt, .nav dd {
	float: left;
	position: relative;
}
.nav a {
	display: inline-block;
}
.nav dt {
	font-weight: bold;
}
/* tab */
.tab {
	display: block;
}
.tab li {
	float: left;
}
.tab li a {
	display: block;
}
/* list */
.h li {
	float: left;
	_display: inline;
	_white-space: nowrap;
}
.list-t, .list-a, .list-p, .list-b-t, .list-p-t, .list-p-t li, .list-r {
	overflow: hidden;
	zoom: 1;
}
.list-t li, .list-a li, .list-p li, .list-b-t li, .list-p-t li, .list-r li {
	position: relative;
	line-height: 1.5;
}
.list-t li a {
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-t li a:hover {
	text-decoration: underline;
}
.list-t li span.tag {
	margin-right: 5px;
}
.list-t li span.date {
	position: absolute;
	top: 0;
	right: 0;
}
.list-p li {
	text-align: center;
}
.list-a li a {
	display: inline-block;
}
/* 自定义 */
body {
	min-width: 1190px;
	font-family: microsoft yahei, simhei;
	font-size: 14px;
	background: #fff url(bg.png) 50% 0 no-repeat;
}
.ht {
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #22426b;
}
.ht p a {
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}
.ht p a i {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 5px;
	background-image: url(icon.png);
	background-repeat: no-repeat;
}
.ht p a i.s1 {
	background-position: 0px 0px;
}
.ht p a i.s2 {
	background-position: -30px 0px;
}
.ht p a i.s3 {
	background-position: -60px 0px;
}
.inner {
	width: 1190px;
	margin: 0 auto;
}
.header h1 {
	float: left;
	width: 640px;
	height: 130px;
	background: url(logosy.png) 0px center no-repeat;
}
.header .search {
	float: right;
	width: 375px;
	height: 30px;
	margin: 50px 0 0;
	padding: 5px 0;
	position: relative;
}
.search input, .search button {
	float: left;
	display: inline-block;
	vertical-align: middle;
}
.search input {
	width: 208px;
	height: 20px;
	line-height: 20px;
	padding: 4px 4px 4px 26px;
	border: 1px #fff solid;
	background: #fff url(search2.png) 5px 50% no-repeat;
	outline: none;
}
.search button {
	width: 60px;
	height: 30px;
	border: none;
	background: #3d7bca;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin-left: -1px;
	font: normal 14px/30px microsoft yahei;
}
.search .btn {
	float: left;
	display: inline-block;
	width: 70px;
	height: 30px;
	background-color: #024585;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-left: 2px;
	vertical-align: middle;
}


/*20170706*/
.nav_wrap{
	width:1190px;
	height:170px;
	margin: 0 auto;
	position:relative;
	}
.nav {
	width: 1190px;
	height: 50px;
	background-color: #3d7bca;
	-webkit-box-shadow: 0 0 10px rgba(54,82,145,.3);
	-moz-box-shadow: 0 0 10px rgba(54,82,145,.3);
	box-shadow: 0 0 10px rgba(54,82,145,.3);
}
.nav ul {
	overflow: hidden;
	width: 1190px;
	height: 50px;
	margin: 0 auto;
}
.nav li {
	width: 240px;
	margin-left: -2px;
	line-height: 50px;
	text-align: center;
	position:static;
	background:url(nav_li.png) right 0px no-repeat;
}
.nav li.none{
	background:none;
	}
.nav li a {
	position: relative;
	display: block;
	font: bold 18px/50px microsoft yahei, simhei;
	color: #fff;
}
.nav li.current a {
	color: #ff0;
}
.nav li a.s1::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 25%;
	width: 50%;
	height: 2px;
	background: rgba(255,231,99,1);
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
}
.nav li.current a.s1::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav .sub {
	position:absolute;
	top:50px;
	left:0;
	width:1190px;
	height:120px;
	background:rgba(255,255,255,0.8);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7Fffffff,endcolorstr=#7Ffffffff);
}
.nav li .sub a {
	border-bottom:none;
	color:#333;
	float:left;
	display:block;
	padding:0px 15px;
	font: bold 18px/60px microsoft yahei, simhei;
}
.nav li .sub .s2{
	position:absolute;
	top:0px;
	left:150px;
	}
.nav li .sub .s3{
	position:absolute;
	top:0px;
	left:250px;
	}
.nav li .sub .s4{
	position:absolute;
	top:0px;
	left:290px;
	}
.nav li .sub .s5{
	position:absolute;
	top:0px;
	left:460px;
	}












.content {
	width: 1190px;
	margin: 0 auto;
}
.footer {
	width:100%;
	padding: 30px 0px;
	background: #265291;
}
.copyright {
	padding: 15px 0;
}
.copyright p {
	color: #fff;
	margin: 0 120px 0 100px;
	line-height: 24px;
}
#_ideConac {
	float: left;
	display: block;
	width: 100px;
	margin-top: -60px;
	text-align: center;
}
#_span_jiucuo {
	float: right;
	display: block;
	width: 120px;
	margin-top: -50px;
	text-align: center;
}
.jump {
	margin-right: -10px;
	padding: 10px 0px;
}
.jump select {
	width: 285px;
	border: 1px #3c649c solid;
	margin-right: 10px;
	padding: 4px;
	color: #fff;
	font: normal 14px/32px microsoft yahei;
	background: #3c649c url(jump.png) 270px center no-repeat;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下 
	border: solid 1px #3c649c;*/ 
	/*很关键：将默认的select选择框样式清除*/  
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
.select::-ms-expand {
display: none;
}
.a9 {
	margin-right: -10px;
	overflow: hidden;
}
.a9 li {
	margin: 0 10px 10px 0;
}
.a9 li a {
	position: relative;
	display: block;
	height: 63px;
	padding:0px 26px;
	border: 1px solid #fff;
	line-height: 63px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
/*.a9 li a::before {
	content: '';
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #0069c4;
	border-right: 6px solid #0069c4;
}*/
.a9 li a:hover {
	border-color: #f80;
	color: #f80;
}
.a9 li a:hover::before {
	content: '';
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #f80;
	border-right: 6px solid #f80;
}
.w1078 {
	width: 1078px;
}
.w741 {
	width: 741px;
}
.w321 {
	width: 321px;
}
.w317 {
	width: 317px;
}
.w400 {
	width: 400px;
}
.w720 {
	width: 720px;
}
.w338 {
	width: 338px;
}
.w810 {
	width: 810px;
}
.w248 {
	width: 248px;
}
.w186 {
	width: 186px;
}
.w603 {
	width: 603px;
}
.w394 {
	width: 394px;
}
.w396 {
	width: 396px;
}
.w604 {
	width: 604px;
}
.w530{
	width:530px;
	}
.w240{
	width:240px;
	}
.mt20 {
    margin-top: 20px;
}
.more {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #a8a8a8;
    font: normal 14px/35px microsoft yahei;
}
.mb20 {
    margin-bottom: 20px;
}