@charset "utf-8";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑";color:#555;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;}
img{display:block;}
input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}
.clearfix{clear:both;}
.blank10{ width:100%; height:10px;clear:both; display:block;}
/*header*/
.header{max-width:980px; margin:0 auto; overflow:hidden;}
.header .logo{ float:left;margin-top:2px;}
.header .right{float:right; line-height:50px;text-align:right;}
.header .right a{font-size:16px;transition:all 0.4s;}
.header .right a:hover{color:#2a8acc;}

/*banner*/
.banner img{width:100%;}

.title{
	max-width:1000px;
	margin: auto;
	margin-top:60px;
	padding:1px 0 5px 0;
}
.title h1{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:#2a8acc;
}


.dd{
    max-width:1000px;
    margin: auto;
    padding:20px 60px;
}
.dd h1{
    font-size:30px;
	font-weight:bold;
    color:#2a8acc;
}
.dd p{
    font-size:22px;
    line-height:50px;
    text-indent:2em;
    margin-top:10px;
	letter-spacing:2px;
}
.dd span{
    color:#2a8acc;
	font-size:22px;
}
.dd a{
	font-size:24px;
	transition:all 0.5s;
}
.dd a:hover{
	color:#2a8acc;
}


.mnbox{
	max-width:1000px;
	margin: auto;
	margin-top:20px;
	position:relative;
	height:504px;
	background:#fff;
	border:#2a8acc solid 2px;
}
.mn li{
	width:80px;
	height:100px;
	position:absolute;
	background:#b9c5eb;
	cursor:pointer;
	transition:all 0.5s;
}
.mn li span{
	width:20px;
	margin: auto;
	font-size:20px;
	line-height:33px;
	display:block;
	transition:all 0.5s;
}
.mn li:hover{
	background:#2a8acc;
}
.mn li:hover span{
	color:#fff;
}
.mn .current{
	background:#2a8acc;
	color:#fff;
}
.mn li .current2{
	color:#fff;
}
.mn li:nth-child(1){
	top:0;
	left:0;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(2){
	top:101px;
	left:0;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(3){
	top:202px;
	left:0;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(4){
	top:303px;
	left:0;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(5){
	top:404px;
	left:0;
}
.mn li:nth-child(6){
	top:0;
	right:0;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(7){
	top:101px;
	right:0;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(8){
	top:202px;
	right:0;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(9){
	top:303px;
	right:0;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(10){
	top:404px;
	right:0;
}
.showbox{
	position:absolute;
	width:760px;
	height:460px;
	overflow:scroll;
	overflow-x:hidden;
	top:0;
	left:80px;
	padding:20px 40px;
}
.mnshow{
	display:none;
}
.mnshow h2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	color:#111;
}
.mnshow p{
	font-size:16px;
	line-height:32px;
}
.mnshow span{
	color:#016ebe;
	font-size:16px;
	font-weight:bold;
}
.mnshow strong{
	color:#111;
	font-size:16px;
	font-weight:bold;
}


.wt{
	max-width:920px;
	margin: auto;
	margin-top:40px;
	padding:40px 20px 20px 20px;
	border:#2a2a2a solid 1px;
	position:relative;
}
.wt-title{
	position:absolute;
	top:-18px;
	left:-1px;
	color:#fff;
	text-align:center center;
	font-size:20px;
	font-weight:bold;
	background-color:#2a2a2a;
	padding:5px 10px;
}
.wt p{
	font-size:16px;
	line-height:30px;
	text-indent:2em;
}
.wt strong{
	font-size:16px;
	line-height:30px;
	color:#111;
}
.wt a{
	font-size:16px;
	line-height:30px;
	transition:all 0.5s;
	color:#ddb24c;
}


.kp{
    max-width:1000px;
    margin: auto;
    margin-top:20px;
}
.kp li{
    border-bottom:#ccc solid 1px;
    padding:10px 0;
    margin:10px 0;
    text-align:center;
    transition:all 0.5s;
}
.kp li a{
    display:inline-block;
    width:100%;
    height:100%;
    font-size:30px;
    font-weight:bold;
    display:block;
    transition:all 0.5s;
}
.kp li:hover{
    border-bottom:#fe0002 solid 1px;
    background-color:#fe0002;
	margin-left:50px;
}
.kp li:hover a{
    color:#fff;
}

.main{ width:1000px; margin:0 auto; height:560px;}
.m_l{ width:49%; float:left;}
.m_l_b{ width:97%;  float:left; height:580px; overflow-y:scroll;}


.m_r{ width:49%; float:right;}
.btn{
	width:100%;
	float:right;
	margin-top:30px;
	
}

.btn h3{
	width:100%;
	height:50px;
	margin-top:11px;
	float:right;
	text-align:center;
	font-size:28px;
	background:#2a8acc;
	color:#fff;
}

.btn input{
	width:100%;
	height:50px;
	float:right;
	text-align:center;
	font-size:28px;
	background:#b9c5eb;
}
.btn .current{
	background-color:#2a8acc;
	color:#fff;
}

.tu{
	width:100%;
	float:right;
	height:560px;
	overflow:scroll;
	overflow-x:hidden;
	position:relative;
}
.tu li{
	position:absolute;
	top:0;
	left:0;
	float:left;
	display:none;
}


.gdbg{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.gdbox{
	border:#fff solid 1px;
	width:900px;
    height:220px;
	overflow:scroll;
	overflow-x:hidden;
    margin: auto;
	margin-top:10px;
    padding:10px 0;
}
.box-title{
	height:30px;
	background-color:#0453b8;
}
.box-title a{
	font-size:14px;
	float:right;
	margin-right:4px;
	color:#fff;
	line-height:30px;
}
.gd-l{
	float:left;
}
.gd-l img{
	width:130px;
	height:140px;
}
.gd-l a{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-top:5px;
	text-align:center;
	transition:all 0.5s;
}
.gd-l a:hover{
	color:#fe0002;
}
.gd-l p{
	width:130px;
	margin-top:5px;
    margin-left:5px;
	font-size:12px;
}
.gd-r{
	float:left;
    width:680px;
	margin-left:40px;
}
.gd-r p{
    line-height:32px;
    text-indent:2em;
    font-size:16px;
    margin-top:20px;
}
.gd-r h3{
    font-size:20px;
	font-weight:bold;
    margin-top:10px;
    color:#111;
	float:none;
}
.more{
    float:right;
    transition:all 0.5s;
}
.more:hover{
    color:#2a8acc;
}


.img{
	height:480px;
	overflow:scroll;
	overflow-x:hidden;
	margin-top:20px;
	border:#ccc solid 1px;
}
.img a{
	border:#ccc solid 2px;
	float:left;
	margin:5px 3px;
}
.img a p{
	text-align:center;
	font-weight:bold;
	transition:all 0.5s;
}
.img a img{
	opacity:0.8;
	transition:all 0.5s;
}
.img a:hover{
	border:#2a8acc solid 2px;
}
.img a:hover p{
	color:#2a8acc;
}
.img a:hover img{
	opacity:1;
}


.pt{
	max-width:1000px;
	margin: auto;
	margin-top:20px;
}

.pt-box{
	border:#eee solid 1px;
	float:left;
	width:318px;
	margin-top:20px;
	background-color:rgba(255,255,255,1);
	transition:all 0.5s;
}

.pt-box:hover{
	box-shadow:0 0 3px #333;
}

.pt-lr{
	margin-left:20px;
	margin-right:20px;
}

.pt-l{
	margin-left:40px;
}

.pt-title{
	height:30px;
	background-color:#2a8acc;
}

.pt-title h2{
	font-size:16px;
	line-height:30px;
	float:left;
	margin-left:5px;
	font-weight:bold;
	color:#fff;
}

.pt-title a{
	float:right;
	margin-right:4px;
	line-height:30px;
	font-size:14px;
	color:#ddd;
	transition:all 0.5s;
}

.pt-title a:hover{
	color:#fff;
}

.pt-title img{
	height:28px;
	margin-top:1px;
	background:#fff;
}

.pt p{
	width:310px;
	margin-left:4px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pt p a{
	transition:all 0.5s;
	line-height:30px;
	color:#000;
	font-size:13px;
}
.pt p a:hover{
	color:#459df5;
}


.gg{
	max-width:1000px;
	margin: auto;
	margin-top:20px;
}
.gg-box{
	float:left;
	width:320px;
	box-shadow:0 0 3px #333;
	background-color:rgba(255,255,255,0.95);
	margin-top:10px;
	position:relative;
}
.more{
	position:absolute;
	top:0;
	right:0;
	transition:all 0.5s;
}
.more:hover{
	color:#2a8acc;
}
.g-l{
	float:left;
	width:140px;
}
.g-l img{
	width:140px;
	height:140px;
}
.g-r{
	float:right;
	width:180px;
	text-align:center;
}
.g-r a{
	font-size:18px;
	display:block;
	color:#111;
	margin-top:36px;
	transition:all 0.5s;
}
.g-r p{
	margin-top:10px;
	color:#555;
	font-size:12px;
}
.gg-lr{
	margin-left:20px;
	margin-right:20px;
}
.g-r a:hover{
	color:#2a8acc;
}


.zj{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.zj-box{
	width:46%;
	float:left;
	margin:0 20px;
}
.zj li{
	line-height:36px;
}
.zj li a{
	font-size:14px;
	transition:all 0.4s;
}
.zj li a:hover{
	color:#2a2a2a;
}


.zt{
	max-width:960px;
	margin: auto;
	margin-top:30px;
}
.zt li{
	float:left;
	width:460px;
	height:90px;
	margin-top:10px;
}
.zt li:nth-child(even){
	margin-left:40px;
}
.zt img{
	width:100%;
	height:100%;
}
.zt-lr{
	margin-left:17px;
	margin-right:17px;
}

.pd{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.pd li{
	float:left;
	width:320px;
	height:80px;
	margin-top:10px;
}
.pd li:nth-child(2){
	margin-left:20px;
	margin-right:20px;
}
.pd img{
	width:100%;
	height:100%;
}


.footer a{
	transition:all 0.5s;
}
.footer a:hover{
	color:#2a8acc;
}


.zjgd{ width:1000px; height:270px; margin:20px auto; border:#CCC solid 1px; padding-top:20px;}
.z_l{ width:20%; float:left; text-align:center;}
.z_l img{ margin-left:20px; width:80%; height:180px; margin-bottom:10px;}
.z_l a{ font-size:18px; color:#000;}
.z_l a:hover{ color:#459df5;}

.z_r{ width:80%; float:left;}
.z_r a:hover{ color:#459df5;}
.z_r h1{ color:#000; font-size:16px;}
.z_r li{ float:left; width:30%; margin-right:20px; overflow:hidden;}



@media(max-width:1000px){
	.img a{margin:5px 2px;}
	.pt-lr{margin-left:10px;margin-right:10px;}
	.gg-lr{margin-left:10px;margin-right:10px;}
	.pd li:nth-child(2){margin-left:10px;margin-right:10px;}
}
