/*全局样式*/
*{ margin:0; padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;}
body,html{min-height:100%;}
input,button,select,textarea{outline:none}
li{list-style:none}
img{border:0; max-width: 100%; height: auto;}
textarea{resize:none}
body,div,span,ul,li,p,h1,h2,h3,h4,h5,h6,img,input, textare{ margin:0; padding:0; }
body{ font-size:14px;font-family:微软雅黑;}
body{ word-wrap : break-word ;word-break:break-all; min-height: 100%; }
a{ text-decoration:none; cursor:pointer;}
a:hover{ text-decoration:none;}
a{ outline:none;}/*去除超链接虚线框*/
a:active{star:expression(this.onFocus=this.blur());}/*去除ie下超链接虚线框*/
a:focus{ outline:0;}/*去除火狐下超链接的虚线*/
a{ text-decoration:none;}
.fl{float:left}
.fr{float:right}
.clearfloat{clear:both; height:0px; font-size:1px; line-height:0px;}/*清除浮动*/
h1,h2,h3,h4,h5,h6{font-weight:normal;}
.mr0{margin-right:0 !important;}
.textCenter{text-align:center !important;}
body{margin:0;padding:0;width:100%;color:#333333;font:12px/18px "tahoma","Microsoft YaHei","arial","SimHei","SimSun";}
img{border:0;}
a{color:#333;text-decoration: none}

input[type="submit"]{ font-size:15px;font-weight:600;color:#333333;border:0;font-family:"Microsoft YaHei","SimHei","SimSun";text-shadow:0 -1px 0 #535353;margin:5px 5px 0 0;padding:0 0 3px 0;display:block;width:106px;height:35px;text-align:center;line-height:33px;text-indent:20px;}
input[type="button"]{font-size:15px;font-weight:600;color:#333333;border:0;text-shadow:0 -1px 0 #535353;margin:5px 5px 0 0;padding:0 0 3px 0;display:block;width:106px;height:35px;text-align:center;line-height:33px;text-indent:20px;}
input.button_button{margin:0;width:106px;height:35px;border:0;font-size:15px;font-weight:600;color:#333333;text-shadow:0 -1px 0 #535353;padding:0 0 3px 0;text-align:center;line-height:33px;text-indent:20px;cursor:pointer;}
ol,ul{list-style:none outside none;margin:0px;padding:0;}
hr{color:#FF7700;width:200px;height:2px;float:left;}
textarea{font-size:12px;background-color:#ffffff;border:solid 1px #888888;}
fieldset{clear:both;padding:0 0 1em 1em;margin:0 0 30px .3em;border:1px solid #888888;}
legend{margin:0 0;padding:2px;font-size:10px;border:0px ;text-transform:capitalize;color:#000000;}

.header{
	width:100%;background:url(../images/banner.png) no-repeat;background-size:100%;padding-bottom:7%;margin-bottom:60px;
}
.logo{
	width:1200px;margin:0 auto;
}
.container{
	width:1200px;margin:0 auto;position:relative;
}
.zc{
	margin:60px 0;overflow:hidden;
}
.zc h2{
	margin-bottom:50px;height:50px;text-align:center;
}
.zc-le{
	width:48%;
}
.zc-le-nav{
	height:40px;line-height:40px;font-size:20px;border-bottom:1px solid #ccc;padding-bottom:10px;
}
.zc-le-nav span{
	margin-right:40px;cursor:pointer;
}
.zc-le-nav span.active{
	color:#2d66a5;font-weight:700;
}
.zc-le-con{
	margin-top:20px;
}
.zc-le-con ul li{
	position:relative;line-height:34px;height:34px;margin:5px 0;font-size:16px;overflow:hidden;padding-left:20px;
}
.zc-le-con ul li a{
	float:left;width:70%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.zc-le-con ul li a:hover{
	color:#2d66a5;
}
.zc-le-con ul li span{
	float:right;color:#999;
}
.zc-le-con ul li::before{
	content:"";
	position:absolute;
	width:4px;height:4px;background:#2d66a5;
	top:50%;margin-top:-2px;left:0px;
}
.zc-ri{
	width:48%;
}
.title{
	height:40px;line-height:40px;font-size:20px;border-bottom:1px solid #ccc;
	padding-bottom:10px;color:#2d66a5;font-weight:700;
}
.topic{
	margin-top:20px;
}
.topic .tj-box {
    height: 180px;
    position: relative;
}
.topic li a {
    display: block;
    width: 100%;
	border: 6px solid #e7f2fc;
    border-radius: 0px;
    position: relative;
}
.topic li a .box {
    height: 100%;
    overflow: hidden;
}
.topic li img {
    width: 100%;
    display: block;
}
.topic li span {
    background: rgba(91, 142, 222, 0.7490196078431373);
    color: #fff;
    display: block;
    padding: 3px 7px;
    height: 40px;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    overflow: hidden;
    bottom: 6px;
}
.topic .topic-next {
    background: url(../images/right_07_07.png) no-repeat;
	background-size:100% 100%;
    width: 25px;
    height: 25px;
    right: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    z-index: 999;
}
.topic .topic-prev {
    background: url(../images/left_07_07.png) no-repeat;
	background-size:100% 100%;
    width: 25px;
    height: 25px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    z-index: 999;
}
[role=button] {
    cursor: pointer;
}
.more{
	float:right;line-height:45px;font-size:14px;font-weight:300;
}

/* 业务公开 */
.yw{
	margin:60px 0;overflow:hidden;
}
.yw h2{
	margin-bottom:50px;height:50px;text-align:center;
}
.yw-nav{
	display: flex;margin-bottom:20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yw-nav span{
	width:12%;display:inline-block;color:#2d66a5;background:#f1f1f1;cursor:pointer;
	border-radius:5px;text-align:center;font-size:20px;line-height:45px;
}
.yw-nav span.active{
	background:#2d66a8;font-weight:700;color:#fff;
}
.yw-container{
	overflow:hidden;
}
.yw-container-le{
	width:48%;
}
.yw-container-le ul li{
	position:relative;line-height:34px;height:34px;margin:5px 0;font-size:16px;overflow:hidden;padding-left:20px;
}
.yw-container-le ul li a{
	float:left;width:70%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.yw-container-le ul li a:hover{
	color:#2d66a5;
}
.yw-container-le ul li span{
	float:right;color:#999;
}
.yw-container-le ul li::before{
	content:"";
	position:absolute;
	width:4px;height:4px;background:#2d66a5;
	top:50%;margin-top:-2px;left:0px;
}
/* 专题专栏 */
.ztzl{
	margin:60px 0;overflow:hidden;
}
.ztzl h2{
	margin-bottom:50px;height:50px;text-align:center;
}
.ztzl-container ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ztzl-container ul li{
	width:32%;margin-bottom:30px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.ztzl-container ul li a{
	display:block;
}
.ztzl-container ul li a img{
	height:138px;width:100%;height:177px;
}
.ztzl-container ul li a span{
	display:block;height:50px;line-height:30px;padding-left:10px;font-size:16px;background:#fff;
}
.page{
	text-align:center;
}
.page a{
	padding:6px 12px;border:1px solid #ddd;border-radius:3px;margin:0 3px;display:inline-block;
}
.page a:hover{
	color:#fff;background:#00a0e9;
}

/* 移动端适应方案 */
@media screen and (max-width:1200px) and (min-width:320px){
	.container{
		padding:0 10px;
	}
	.container,.logo{
		width:100%;
	}
	.header{
		width:100%;background:url(../images/banner-small.png) no-repeat;background-size:100%;padding-bottom:0;margin-bottom:0;min-height:100px;
	}
	.logo img{
		width:30%;margin-left:15px;margin-top:4px;
	}
	.zc,.yw,.ztzl{
		margin:0 0 40px;
	}

	.zc-le,.zc-ri{
		width:100%;
	}
	.zc h2,.yw h2,.ztzl h2{
		margin-bottom:20px;height:auto;
	}
	h2 img{
		height:30px;
	}
	.zc-le-nav span{
		margin-right:10px;font-size:20px;
	}
	.yw-nav span{
		width:32%;margin-bottom:10px;
	}
	.yw-container-le{
		width:100%;
	}
	.ztzl-container ul li{
		width:49%;margin-bottom:15px;
	}
	.ztzl-container ul li a img{
		height:100px;
	}
}