body{background-color: #f3f3f3;
	max-width: 1080px;
	margin: auto;
}
dd ul,li{ padding:0;margin:0;list-style:none};
h1,h2,h3,h4,h5,h6{
	 font-weight:normal;
	 margin: 0;
	 padding: 0;
}
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
    /*解决点击有阴影*/
   -webkit-tap-highlight-color: transparent;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
}
a:hover{
    cursor: pointer;
}
img{
    outline: none;
    border:none;
}

ul,li{
	padding: 0;
	margin: 0;
    list-style:none;
}
/*清除ios输入框内阴影*/
/*input:active,textarea:active,select:active{
    background-color: transparent;
}*/
input,textarea,select{
    border: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
}
/* 顶部 */
.Top_nav_box{
	width: 100%;
	height: 50px;
	position: relative;
	background-color: #ee3745;
}
.logo_img{
	width: 74px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.logo_img > img{
	width: 100%;
	height: 100%;
}
.menu{
	width: 21px;
	height: 19px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-size: 100%;
	float: right;
	margin-top: 12px;
	cursor: pointer;
	margin-right: 15px;
}
.return {
    float: left;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../images/return.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% auto;
    margin-top: 12px;
    margin-left: 15px;
}
/* banner */
.banner_box{
	width: 100%;
	height: 222px;
}
.banner_box > img{
	width: 100%;
	height: 100%;
}
/* 版权信息 */

.Copyright_box_big > ul{
	width: 60%;
	min-height: 17px;
	margin: auto;
	position: relative;
	
}
.Copyright_box_big > ul > li{
	float: left;
	
}
.Copyright_box_big > ul > li:nth-child(1){
	float: left;
}
.Copyright_box_big > ul > li:nth-child(3){
	float: right;
	position: relative;
}
.Copyright_box_big > ul > li:nth-child(2){
	width: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
/* .Copyright_box_big > ul > li::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 9px;
	background-color: #c9c9c9;
	top: 8px;
	right: 30px;
} */
.Copyright_box_big > ul > li > a{
	font-size: 12.5px;
}
.Copyright_box_big > p{
	width: 60%;
	font-size: 11px;
	color: #999999;
	text-align: center;
	line-height: 1.6;
	margin: auto;
	padding: 10px 0 16px 0;
}

/* 版权信息 */
.Copyright_box_big{
	font-size: 12.5px;
	background-color:  rgba(163, 95, 95, 0);
	padding-top: 0px;
	margin-top: 25px;
}
/* 底部之前的 */
/* .footer{width: 100%;height: 70px;position: fixed;bottom: 0;left: 0;right: 0;
	box-shadow: 0px 0px 12px 0px  rgba(0,0,0,.2);;background: #fff;}
.footer > ul{margin-top: 6px;}
.footer ul li{width: 100%;height: 100%;float: left;}
.footer ul li a{display: block; width: 25%; text-align: center; float: left;font-size: 13px;color: #666;}
.footer ul li a p{margin-top: 4px;}
.footer ul li a h1 img{width: 32px; height: auto;}
.footer ul li a.active{color: #e70013;}
.footerclear{height: 70px;background: transparent;} */


/* 底部改版 */
.footer{width: 100%;height: 52px;position: fixed;bottom: 0;left: 0;right: 0;box-shadow: 0px 0px 12px 0px  rgba(0,0,0,.2);;background: #fff; z-index: 9999;}
.footer > ul{float: left;width: 68.8%;}
.footer ul li a{display: block; width: 24.5%; height: 47px;text-align: center; float: left;font-size: 13px;color: #666;padding-top: 5px;border-right: 1px solid #e3e3e3;}
.footer ul li a:last-child{border-right: 0px solid #e3e3e3;}
/* .footer ul li a p{margin-top: 4px;} */
.footer ul li a h1 img{width: 22px; height: auto;}
.footer ul li a.active{color: #e70013;}
.consulting_service_box{float: left;width: 31.2%;height: 52px; background-color: #dd2634;position: relative;}
.consulting_service_icon > i{display: block;margin: auto;width: 22px; height: 22px;background-size: 100%;margin-top: 5px;}
.news_box{
	width: 18px;
	height: 18px;
	position: absolute;
	background-color: #fdb22f;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	color: #fff;
	border-radius: 30px;
	top: 5px;
	right: 33%;
}
.consulting_service_box > p{
	color: #fff;
	font-size: 13px;
	text-align: center;
}


/* 回到顶部 */
.return_top{
	width: 64px;
	height: 64px;
	position: fixed;
	background-image: url(../images/policy/top.png);
	background-size: 100%;
	bottom: 80px;
	right: 15px;
	/*display: none;*/
	z-index: 999;
}
.return_top1{
	display: block;
}
/* 关注我们弹框 */
.policySmall_on_box {
    width: 120px;
    height: 140px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: -94px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px 2px #ededee;
    display: none;
}
.policySmall_Fork {
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(../images/Fork.png);
    top: 7px;
    right: 8px;
    cursor: pointer;
}
.policySmall_code_box {
    width: 96px;
    height: 96px;
    margin: auto;
    margin-top: 15px;
}
.policySmall_code_txt {
    font-size: 13px;
    color: #333;
    text-align: center;
}
.policySmall_code_box > img{
	width: 100%;
}
#ks_ol_floatWin{
	width:31.2%!important;
	height:52px!important;
}
#ks_ol_floatWin_fl{
	width: 100%;
	height:52px!important;
}
#ks_ol_floatWin_fl > img{
	width:100%!important;
	height:52px!important;
}
.bottom_on{
	color: #dd2634;
}
.container img{
    width: 100%;
}