*{box-sizing: border-box;margin: 0;padding: 0;}
html,body{width:100%;height: 100%;font-size: 14px;}
body{font-family:Arial, Verdana, Helvetica, SansSerif;-webkit-tap-highlight-color:rgba(0,0,0,0); }
body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,textarea,table,td{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
area{outline:none;}
img{border:0;}
a{text-decoration:none;outline:none;border:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
.fl{float: left;}
.fr{float: right;}
.clear:after{content: "";display: block;clear: both;}
.clear{zoom: 1;}
body{
	min-width: 1000px;
	background-color: #f6f6f6;
}
.banner{
	position: relative;
	display: block;
	max-width: 1920px;
	width: 100%;
	height: 313px;
	margin: 0 auto;
	margin-bottom: 18px;
	overflow: hidden;
}
.banner img{
	display: none;
}
.pc .banner .banner_pc{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 313px;
	transform: translateX(-50%);
	display: block;
}
.content{
	width: 1000px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding: 0px 25px;
    padding-bottom: 20px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.content h2{
    height: 94px;
    line-height: 94px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.content h3{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}
.content h4{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.content p{
    word-break: break-all;
    line-height: 24px;
}
.content .ace-line >p{
    text-align: left!important;
    padding-bottom: 16px;
}
.content li{
    text-align: left!important;
}
.content table{
	width: 100%!important;
	border-style: none; 
	border-collapse: collapse; 
	table-layout: fixed; 
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.content table th,
.content table td{
	width: auto!important;
	height: 32px!important;
	text-align: center;
	border: 1px solid #ccc;
}
.content table .rowspan{
	vertical-align: top;
	padding-top: 20px;
}

.content img{
	display: block;
	max-width: 90%;
	margin: 0 auto;
}
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 140px;
    background-color: #fff;
}
.footer .logo{
	display: block;
	width: 217px;
	height: 60px;
	background: url(../img/foot_logo.png) no-repeat;
	margin-right: 100px;
}
.footer .limit_info{
	line-height: 32px;
}
.footer .limit_info p{
	
}
.footer .limit_info .link{
	height: 32px;
}
.footer .limit_info .link a{
	float: left;
	line-height: 32px;
	color: #000;
}
.footer .limit_info .link .line{
	float: left;
	margin: 0 12px;
	margin-top: -2px;
}


.m body{
	width: 100%;
	min-width: 100%;
	font-size: .18rem;
	background-color: #f6f6f6;
}
.m .banner{
	display: block;
	max-width: 100%;
	height: 3.16rem;
	background: url(../img/banner_m.jpg) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0 auto;
	margin-bottom: .18rem;
}
.m .banner .banner_m{
	display: block;
	width: 100%;
}
.m .content{
	width: 96%;
    margin: 0 auto;
    padding: 0 .25rem;
    padding-bottom: .20rem;
    margin-bottom: .20rem;
}
.m .content h2{
    height: .94rem;
    line-height: .94rem;
    font-size: .24rem;
}
.m .content h3{
    height: .4rem;
    line-height: .4rem;
    font-size: .20rem;
}
.m .content h4{
    height: .3rem;
    line-height: .3rem;
    font-size: .18rem;
}
.m .content p{
    line-height: .28rem!important;
}
.m .content .ace-line >p{
    padding-bottom: .16rem;
}
.m .content table{
	margin-bottom: .3rem;
}
.m .content table th,
.m .content table td{
	height: .32rem!important;
}
.m .content table .rowspan{
	padding-top: .20rem;
}
.m .footer{
    flex-direction: column;
    height: 1.40rem;
}
.m .footer .logo{
	display: block;
	width: 2.17rem;
	height: .6rem;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-right: 1.00rem;
	margin: 0 auto;
}
.m .footer .limit_info{
	line-height: .32rem;
	text-align: center;
}
.m .footer .limit_info .link{
	display: flex;
	justify-content: center;
	height: .32rem;
}
.m .footer .limit_info .link a{
	float: none;
	display: block;
	line-height: .32rem;
}
.m .footer .limit_info .link .line{
	margin: 0 .12rem;
	margin-top: -.02rem;
}