﻿﻿* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

ul {
	list-style-type: none;
}

.top {
	width: 100%;
	height: 158px;
	background: url(../images/logo.png) repeat-x;
	position: relative;
	z-index: 9999;
}

.top .top_content {
	width: 1200px;
	margin: 0 auto;
}

.top_search {
	width: 205px;
	height: 30px;
	float: right;
	margin-top: 14px;
	position: relative;
}

.top_search input {
	width: 138px;
	height: 28px;
        line-height:28px;
	border: 1px solid #e0e0e0;
	padding-left: 10px;
	color: #a8a8aa;
	font-size: 12px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.wp_search .search{
	position: absolute;
	left: 130px;
	top: 4px;
width:21px;
height:21px;
background:url(../images/search_btn.jpg) no-repeat;
}

.top_search a img {
	position: absolute;
	left: 170px;
	top: 2px;
}.nav_content{
	width: 100%;
	height: 40px;
	float: left;
}
.nav{
	width: 50%;
	float: left;	
	height: 40px;
	line-height: 40px;
	
}.top_img{
	width: 100%;
	float: left;text-align: center;
}
.nav ul li{
	float: left;font-size: 18px;
	font-family: "microsoft yahei";
	padding: 0 36px;
}.nav ul li a{
	color: #fff;
}
.banner {
	width: 100%;
	margin-top:5px;
	height: 255px;
}.banners{
	width: 1200px;
	margin: 0 auto;
}
*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}


/* 修正IE6振动bug */

.slide-main {
	height: 453px;
	position: relative;
	width: 100%;
}

.nav-main a:hover,
.nav-main a.cur {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.item {
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 124;
	top: 410px;
	left: 0;
	text-align: center;
}

.item a {
	display: inline-block;
	width: 24px;
	height: 5px;
	margin-right: 11px;
	background: #333;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
}

.item a.cur {
	background: #fff;
}

.slide-box,
.slide {
	display: block;
	width: 100%;
	height: 453px;
	overflow: hidden;
}

.slide-box {
	position: relative;
}

.slide {
	display: none;
	height: 453px;
	position: relative;
	position: absolute;
	z-index: 8;
}

.slide a {
	display: block;
	width: 100%;
	height: 453px;
	cursor: pointer;
}

.banAnimate .obj-a {
	display: block;
	animation-name: baoAni;
	-webkit-animation: baoAni 0.4s linear 0s normal none;
	-moz-animation: baoAni 0.4s linear 0s normal none;
	animation: baoAni 0.4s linear 0s normal none;
}

@-webkit-keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

.banAnimate .obj-b {
	display: block;
	animation-name: saAni;
	-webkit-animation: saAni 0.4s linear 0s normal none;
	-moz-animation: saAni 0.4s linear 0s normal none;
	animation: saAni 0.4s linear 0s normal none;
}

@-webkit-keyframes saAni {
	from {
		opacity: 0;
		-webkit-transform: scale(0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}

@-moz-keyframes saAni {
	from {
		opacity: 0;
		-moz-transform: scale(0, 0);
	}
	to {
		opacity: 1;
		-moz-transform: scale(1, 1);
	}
}

@keyframes saAni {
	from {
		opacity: 0;
		transform: scale(0, 0);
	}
	to {
		opacity: 1;
		transform: scale(1, 1);
	}
}

.watch-code.code-show {
	display: block;
	animation-name: scode;
	-webkit-animation: scode 0.3s linear 0s normal none;
	-moz-animation: scode 0.3s linear 0s normal none;
	animation: scode 0.3s linear 0s normal none;
}

@-webkit-keyframes scode {
	from {
		opacity: 0;
		-webkit-transform: scale(1, 0);
		transform-origin: left bottom;
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform-origin: left bottom;
	}
}

@-moz-keyframes scode {
	from {
		opacity: 0;
		-moz-transform: scale(1, 0);
		transform-origin: left bottom;
	}
	to {
		opacity: 1;
		-moz-transform: scale(1, 1);
		transform-origin: bottom bottom;
	}
}

@keyframes scode {
	from {
		opacity: 0;
		transform: scale(1, 0);
		transform-origin: left bottom;
	}
	to {
		opacity: 1;
		transform: scale(1, 1);
		transform-origin: left bottom;
	}
}

.banAnimate .obj-c,
.banAnimate .obj-e {
	display: block;
	animation-name: saAnic;
	-webkit-animation: saAnic 0.3s linear 0s normal none;
	-moz-animation: saAnic 0.3s linear 0s normal none;
	animation: saAnic 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

.banAnimate .obj-d,
.banAnimate .obj-f {
	display: block;
	animation-name: saAnid;
	-webkit-animation: saAnid 0.3s linear 0s normal none;
	-moz-animation: saAnid 0.3s linear 0s normal none;
	animation: saAnid 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}
.contain {
	width: 100%;
	height: 860px;
	margin-top: 10px;
	

}

.contain .contain_box {
	width: 1200px;
	margin: 0 auto;
}

.contain_box .contain_box_top {
	width: 100%;
	height: 348px;
}

.contain_box .contain_box_top .box_top_one {
	width: 33.3%;
	float: left;
	height: 348px;
}

.box_top_one .box_top_header {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	line-height: 50px;
}

.box_top_one .box_top_header span {
	color: #1d3887;
	font-size: 20px;
	font-weight: bold;
	font-family: "microsoft yahei";
}

.box_one_content {
	width: 354px;
	float: left;
	margin-left: 18px;
}

.box_top_content {
	width: 100%;
	height: 260px;
}

.box_top_content ul li {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	background: url(../images/zfx.jpg) no-repeat left center;
}

.box_top_content ul li a {
	color: #535351;
	float: left;
	margin-left: 10px;
}

.box_top_content ul li a:hover {
	color: #21378c;
}

.box_top_content2 ul li a {
	color: #535351;
}

.box_top_content ul li span {
	float: right;
	color: #535152;
}

.box_top_content3 .div1 {
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: url(../images/zfx2.jpg) no-repeat left center;
	text-indent: 1em;
	font-size: 14px;
	color: #20368c;
}

.box_top_content3 .div1 span {
	font-size: 12px;
	color: #898993;
	padding-left: 14px;
}

.linkul ul li {
	font-size: 12px;
	color: #878a93;
	width: 50%;
	height: 28px;
	float: left;
	background: none;
	line-height: 28px;
	text-align: center;
	margin-top: 4px;

}.linkul ul li span{
line-height:26px!important;
}.linkul ul li a{
margin-left:15px;
}
.linkul ul li a,.linkul ul li a span{
color: #878a93;
}
.linkul ul li:hover {
	background-color: #21378c;
}

.linkul ul li:hover a,
.linkul ul li:hover span{
	color: #fff!important;
}

.contain_box_mid {
	background: url(../images/box_mid.jpg) no-repeat left top;
	height: 468px;
	width: 100%;
}

.contain_box_mid .box_mid_left,
.contain_box_mid .box_mid_mid,
.contain_box_mid .box_mid_right {
	width: 33.3%;
	height: 468px;
	float: left;
}
.login{
	width: 100%;
	height: 180px;
}
.liuyan_message{
	
}
.contain_box_mid .showpic {
	width: 344px;
	margin-left: 28px;
	margin-top: 20px;
}

.show_text {
	width: 344px;
	margin-left: 28px;
	font-size: 14px;
	line-height: 28px;
}

.show_text p {
	color: #6f6f6f;
	text-indent: 2em;
}


/*底部*/

.footer {
	width: 100%;
	height: 90px;
	background-color: #21378c;
font-size:14px;
}

.footer .footer_content {
	width: 1200px;
	margin: 0 auto;
}

.footer .footer_content p {
	color: #fff;
	margin-top: 15px;
	width: 100%;
	float: left;
	font-size: 14px;
}

.footer .footer_content p span {
	padding-right: 20px;
}

.footer .footer_content p a {
	color: #fff;
}
.wp_nav .nav-item a span.item-name{
 padding:0;
line-height:40px;
}.wp_article_list .list_item .Article_Index{
display:none;
}.wp_article_list .list_item{
border:0;
}.login{
        width: 400px;
        height: 180px;
        background: url(../images/login_bg.jpg) no-repeat;
      }
 .login a{   display: block;
    margin-left: 90px;
    margin-top: 50px;
    float: left;
}