@charset "utf-8";
/*yqlj*/
.footer{background:#f4f4f4;}
.footer_yqlj{position: relative;}
.footer_yqlj>ul{margin: 0 -9px;}
.footer_yqlj>ul>li{float:left;width:20%;text-align:left;padding:17px 0px 10px;list-style:none;color:#252525;cursor:pointer;font-size:16px;}
.footer_yqlj>ul>li .tit{line-height:42px;margin: 0 9px;background: #fff;padding: 0 10px;position: relative;}
.footer_yqlj>ul>li .tit:after{display: none; content:"";width: 100%;height: 17px;position: absolute;left:0;right:0;bottom:100%;background: #e5e5e5;}
.footer_yqlj>ul>li .tit i{
	background:url(../images/public/arrow.png) no-repeat center;width:12px;height:8px;
	display:inline-block;position:absolute;right:10px;top: 50%;margin-top: -4px;transform:rotate(180deg);
}
.footer_yqlj .select_cont{display: none; position: absolute;left:0;right:0;background: #e5e5e5;bottom: 100%;padding: 0 20px 20px;height: 260px;overflow-y: auto;z-index: 999;}
.footer_yqlj .select_cont li{width: 20%;float: left;height: 50px;line-height: 50px;}
.footer_yqlj .select_cont li a{display: inline-block; margin: 0 10px;line-height: 1.3;vertical-align: middle;}
.footer_yqlj .select_cont .list3ts p{height: 50px;line-height: 50px;}
.footer_yqlj .select_cont .xtit{width: 140px;float: left;}
.footer_yqlj .select_cont .xcont{padding-left: 140px;}
.footer_yqlj .select_cont .xcont p{width: 16.66%;float: left;}
.footer_yqlj .select_cont .xcont p a{display: inline-block;padding:0 5px;}

.footer_yqlj>ul>li.on .tit{background: #e5e5e5;}
.footer_yqlj>ul>li.on .tit:after{display: block;}
.footer_yqlj>ul>li.on .select_cont{display: block;}

/* copyright */
.footer_center{font-size: 14px; background: url(../images/public/footer_copyright_bg.png) no-repeat right bottom #f4f4f4;padding: 35px 0 40px;}
.footer_center>*{float: left;}
.footer_nav{width: 34%;}
.footer_nav li{float: left;width: 25%;text-align:center;}
.footer_nav li a{color: #000;font-weight: bold;}
.footer_nav li i{
	width:32px;height:32px;display:block;margin:0 auto;margin-bottom:5px;
	background:url(../images/public/foot_nav_gywm.png) no-repeat;
}
.footer_nav li i.z2{background-image: url(../images/public/foot_nav_lxdh.png);}
.footer_nav li i.z3{background-image: url(../images/public/foot_nav_wzsm.png);}
.footer_nav li i.z4{background-image: url(../images/public/foot_nav_wzdt.png);}
.footer_copyright{line-height: 2;vertical-align: middle;display: inline-block;float: none;padding: 0 20px;}
.footer_wzbs{float: right;}
.footer_wzbs img{display: inline-block; width:85px;margin-right:17px;}
.footer_wzbs #_span_jiucuo img{margin-right: 10px!important;}
.footer_wzbs #_ideConac img{width: 62px;margin-right: 0;}
/* links */
.footer_links{background:#fff;padding: 12px 0;}
.footer_links a{color:#040404;font-size:14px;line-height: 21px; display:inline-block;padding:0 30px;position: relative;}
.footer_links a+a:before{content:"";display: block;position: absolute;left:0;top:50%;width:1px;height: 14px;margin-top: -7px;background:#040404;}
.icon1 img{vertical-align:middle;margin-right:6px;}
.footer_links a:last-child{border-right:0px solid #040404;}
.footer_links a:first-child{padding-left:0px;}
.box li a{font-size:12px;color:black;}

/* mobile */
.footer_mobile{display: none;text-align: center;background: #f4f4f4;padding: 10px 0 20px;}
.footer_mobile p{line-height: 1.3;margin-top: 10px;font-size: 16px;}


@media(max-width: 1199px){
	.footer_yqlj>ul{padding-top: 17px;}
	.footer_yqlj>ul>li{width: 33.33%;padding-top: 0;}

	.footer_center{padding: 0 0 20px;text-align: center;}
	.footer_nav{width: 100%;float: none;}
	.footer_nav li{width: auto;float: none;display: inline-block;}
	.footer_nav li a{margin: 0 30px;}
	.footer_copyright{margin: 20px 0;display: inline-block;}
	.footer_wzbs{float: none;display: inline-block;}
	.footer_links{text-align: center;}
	.footer_links a{padding: 0 10px;}
}

@media(max-width: 991px){
	.footer{display: none;}
	.footer_mobile{display: block;}
}