@charset "utf-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button { 			/*fieldset组合表单中的相关元素*/
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;           /*轮廓线、边框线*/
}
ul, ol {
    list-style: none;				/*清除列表风格*/
}
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}
select, input {
    vertical-align: middle;            /*垂直居中*/
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
textarea {
    resize: none;            /*禁止拖拽*/
}
/*防止多行文本框拖动*/
img {
    border: 0;
    vertical-align: middle;
}
/*  去掉图片低测默认的3像素空白缝隙*/
table {
    border-collapse: collapse;			/*合并外边线*/
}
body {
    font: 12px/150% Arial, Verdana, "微软雅黑";	/*微软雅黑，Unicode，统一码*/
    color: #666;
    min-width:1200px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.fr {
	float: right;
}
.fl {
	float: left;
}
a {
    color: #666;
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s, i, em {
    font-style: normal;
    text-decoration: none;
}


/*版心设置*/

.container {
	width: 1200px;
	margin: 0 auto;
}




/*头部*/
.header {
	width: 100%;
	height: 85px;
	padding: 10px 0;
	box-sizing: border-box;
}
.header .logo a img {
	width: 90%;
}
.header .search {
	margin-top: 14px;
}
.header .search .ipt {
	width: 180px;
	height: 32px;
	margin-right: 25px;
	border-radius: 50px;
	background-color: #fff;
	border: 1px solid #0B70AD;
}
.header .search .ipt .txt {
	color: #333;
	width: 75%;
	height: 100%;
	font-size: 15px;
	line-height: 32px;
	text-indent: 0.8em;
	background-color: transparent;
}
.header .search .ipt .sub {
	width: 18px;
	box-sizing: border-box;
	padding-top: 8px;
	margin-right: 12px;
}
.header .search .ipt i {
	color: #0B70AD;
	line-height: 30px;
	font-size: 15px;
}
.header .search .english {
	width: 50px;
	text-align: center;
	padding-top: 7px;
	background-color: #fff;
}
.header .search .english a {
	color: #0B70AD;
	font-size: 14px;
	font-family: "微软雅黑";
	background-color: transparent;
}
.header .search .english a img {
	margin-top: 1px;
	margin-right: 5px;
}


/*导航部分*/
.nav {
	width: 100%;
	height: 45px;
	min-width: 1200px;
	background-color: #0B70AD;
}
.nav ul {
	z-index: 100;
}
.nav ul li {
	float: left;
	z-index: 100;
	line-height: 20px;
	position: relative;
}
.nav ul li a {
	color: #fff;
	height: 45px;
	z-index: 100;
	display: block;
	font-size: 1.5em;
	line-height: 45px;
	text-align: center;
	box-sizing: border-box;
	background-color: transparent;
	text-decoration: none;
	padding: 0 47.5px;
	white-space:nowrap;		/*禁止文本换行*/
}
.nav ul>li ul {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 100;
	margin-top: -8px;
	padding-top: 8px;
	position: absolute;
	visibility: hidden;
}
.nav ul>li .lastul {
	right: -10px;
}
.nav li>ul>li {
	float: none;
	z-index: 100;
	height: 38px;
	display: inline;
	position: relative;
	background-color: rgba(11,112,173,0.8);
}
.nav li>ul>li>a {
	width: auto;
	color: #fff;
	z-index: 100;
	height: 38px;
	display: block;
	font-size: 1.3em;
	line-height: 38px;
	text-align: center;
	background-color: rgba(11,112,173,0.9);
}
.nav li>ul>li>a:hover {
	color: #fff;
	background-color: #6FB9E4;
}

.slideBox {
	width: 100%;
}
.slideBox img {
	width: 100%;
}


.section {
	width: 100%;
	min-height: 380px;
	padding-bottom: 40px;
	padding-top: 30px;
	position: relative;
}
.section .left,
.section .right {
	width: 48%;
}
.section .left {
	position: absolute;
	left: 0;
	top: -65px;
	height: 506px;
	border-top: 7px solid #247FB5;
	background-image: url(../img/bj.png);
}
.section .left .top {
	padding: 0px 45px 10px 45px;
	    width: 486px;
    height: 306px;
}
/*.section .left .top h2 {
	color: #fff;
	font-size: 34px;
	font-family: "宋体";
	font-weight: bold;
	line-height: 60px;
}
.section .left .top p {
	color: #EDF3F3;
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	padding-top: 15px;
}
.section .left .top a {
	display: block;
	width: 105px;
	color: #AaCCE2;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #A8CCE2;
	border-radius: 50px;
	margin: 25px 0 20px 0;
}
.section .left .top a:hover {
	color: #fff;
	border: 1px solid #fff;
}*/
.section .left .btm {
	width: 100%;
	padding-top: 40px;
	border-top: 1px solid #0F6293;
overflow:hidden;
}
.section .left .btm ul li {
	float: left;
	width: 25%;
	text-align: center;
}
.section .left .btm ul li img {
	height: 58px;
}
.section .left .btm ul li p {
	color: #C5DEEE;
	font-size: 17px;
	line-height: 60px;
}
.section .left .btm ul li p:hover {
	color: #fff;
}
.section .right .title {
	width: 100%;
	height: 60px;
	position: relative;
}
.section .right .title h2 {
	font-family: "宋体";
	font-size: 33px;
	color: #333;
	font-weight: 1000;
	line-height: 60px;
}
.section .right .title h2 span {
	font-size: 42px;
}
.section .right .title a {
	top: 50%;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: -15px;
	background-image: url(../img/jia.png);
	background-repeat: no-repeat;
}
.section .right ul li {
	width: 100%;
	padding: 8.5px 0;
	border-bottom: 1px solid #E5E5E5;
}
.section .right ul li .time {
	width: 6.6%;
	height: 42px;
	float: left;
	border-radius: 6px;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	border: 1px solid #0B70AD;
}
.section .right ul li .time p {
	font-size: 20px;
	color: #0B70AD;
	font-weight: bold;
}
.section .right ul li .time span {
	font-size: 12px;
	color: #0B70AD;
}
.section .right ul li .tit {
	width: 91.5%;
	float: right;
}
.section .right ul li .tit a {
	font-size: 15px;
	color: #333;
	line-height: 22px;
}
.section .right ul li .tit a:hover {
	color: #0B70AD;
}



/*版权部分*/
.footer {
	width: 100%;
	height: 140px;
	padding-top: 25px;
	box-sizing: border-box;
	background-color: #0B70AD;
}
.footer .left {
	width: 50%;
	float: left;
}
.footer .left p {
	color: #EFF5FA;
	line-height: 30px;
	font-size: 13px;
}
.footer .left a {
	color: #EFF5FA;
	line-height: 30px;
	font-size: 14px;
}
.footer .left a:hover {
	text-decoration: underline;
}
.footer .right  {
	width: 42%;
	float: right;
}
.footer .right ul li {
	width: 33%;
	float: left;
	text-align: center;
}
.footer .right ul li img {
	height: 73px;
}
.footer .right ul li p {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}