*{
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei";
    font-size: 16px;
    color: #333;
}
body,p,ul,li,dl,dd,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
h1,h2,h3,h4,h5,h6,em,i,b{
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
}
input{
    outline: none;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
/*&#206;22&#191;*/
/*********************** footer *********************/

.footer_mid{ float: left ; margin-top: 20px;margin-right: -23px; }
.footer_mid a{ float: left; margin-right: 16px;}
.footer_mid .a2{ margin-top: 5px;}

.footer{
	background: #fff;
	border-top: 8px solid #015293;
	padding-top: 20px;
}
.ft2{
	padding: 20px 18px;
	color: #fff;
}
.ft2-1{
	float: left;
	font-size: 14px;
}
.ft2-2{
	float: right;
	margin-top: 7px;
}
.foot-nav a{
	color: #333;
}
.foot-nav a:hover{text-shadow: 0 0 10px #ccc;}
.foot-nav span{
	margin: 0 12px;color:#333;
}
.ft2-1-info{
	margin-top: 14px;
	overflow: hidden;
	font-size: 12px;
	color:#333;
}
.ft2-1-info li{
	float: left;
}
.ft2-1-info li:nth-of-type(1){
	margin-right: 31px;
}
.ft2-1-info li:nth-of-type(2){
	margin-right: 38px;
}
.ft2-1-info li p{
	line-height: 24px;
}
.ft2-1-info li:nth-of-type(3){
	margin-top: 0px;
}
.ft2-1-info li:nth-of-type(3) a{
	margin-right: 16px;
}
.ft2-1-info li:nth-of-type(3) img{
	vertical-align:middle;
}
.ft2-2 li{
	margin-left: 20px;
	float: left;
	text-align: center;
	font-size: 14px;
	/* width: 96px;*/
}
.ft2-2 li img{
	/* display: block; */
	margin-bottom: 7px;
	/* width: 73px; */
}
.ft2-2 li span{
	display:block;
	color: #333;
}
.wzlj {
    margin-top: 23px;
}
.wzlj_con {
    padding: 0 20px;
}
.wzlj_con li {
    float: left;
    width: 255px;
    height: 45px;
    border: 1px solid #d1d1d1;
    margin-top: 10px;
    margin-right: 46px;
    cursor: pointer;
    position: relative;
}
.wzlj_con li h2 {
    line-height: 40px;
    font-size: 14px;
    color: #333;
    position: relative;
    text-align: center;margin: 0;
}
.wzlj_con li h2 i {
    position: absolute;
    border: 4px solid transparent;
    right: 11px;
    top: 20px;
    border-top-color: #333;
}
.wzlj_box {
    display: none;
    position: absolute;
    max-height: 220px;
    width: 100%;
    bottom: 100%;
    left: 0;
    border: 1px solid #ebebeb;
    overflow-y: auto;
    padding: 5px;
    background: #fff;
    z-index: 10;
}
.wzlj_box a {
    display: block;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 8px;
    line-height: 25px;
}
.wzlj_box a:hover {
    color: #214c90;
}
.wzlj_con li:hover .wzlj_box {
    display: block;
}
.wzlj_con li:last-child {
    margin-right: 0;
}
.index6{
    /* padding: 16px 0; */
    text-align: center;position: relative;
}
.index6 ul{
    display: inline-block;
}
.index6 li{
    float: left;
    width: 170px;
    height: 43px;
    border:1px solid #ebebeb;
    /* border-radius: 10px; */
    margin: 0 25px;
    cursor: pointer;
}
.index6 li h2{
    line-height: 43px;
    font-size: 14px;
    position: relative;
    color: #333;
}
.index6 li h2 i{
    position: absolute;
    border: 4px solid transparent;
    right: 11px;
    top: 20px;
    border-top-color: #333;
}
.index6 li:nth-of-type(2) h2{
    text-align: left;
    text-indent: 11px;
}
.index6 li:nth-of-type(3) h2{
    text-align: left;
    text-indent: 11px;
}
.index6 .links{
    display: none;
    width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 100;
    bottom: 100%;
}
.index6 .links a{
    width: 25%;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    vertical-align: top;text-align: left;
}
.index6 .links-1{
    height: 97%;
    overflow-y:auto;
    border:1px solid #ebebeb;
    background: #fff;
    padding: 15px;
}
.index6 .links a:hover{
    color: #0081cf;
}
.linksy{
    height: 43px;
    background: #fff;
    margin-top: 15px;
}
.clearfix:after{ visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix { display: inline-block; }