@charset "GBK";

body{
	background-color: #f5f5f5;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.mar30 {
	margin: 30px auto;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.p {
	text-indent: 2em;
	line-height: 2em;
}

.title_main {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #e00303;
	margin: 30px auto 10px;
}
.zxbtn {
    width: 350px;
    line-height: 64px;
    background: #f64c42;
    text-align: center;
    display: block;
    border-radius: 30px;
    color: #fff;
    font-size: 28px;
}
.hr_img{
	display: block;
	margin: 0px auto;
}
.bg_baise{
	background-color: #fff;
	padding: 20px;
	margin: 20px auto;
}
.bg_baise .right{
	float: right;
    width: 54%;
}
.bg_baise .right  strong{
    font-size: 36px;
	color: #e00303;
}
.bg_baise .right p{
    line-height: 30px;
    text-indent: 32px;
    margin: 4% auto;
}


.bg_baise .right a{
    background: #e00303;
    display: block;
    width: 240px;
    text-align: center;
    line-height: 36px;
    color: #Fff;
    padding: 10px;
    border: 6px double #fff;
    font-size: 18px;
}

.top_img{
    background: url(../../static/images/tit_bg.png) no-repeat;
    height: 70px
}
.top_img strong{
    color: #fff;
    font-size: 30px;
    /* margin: 14px 0 0 80px; */
    width: 300px;
    display: block;
    text-align: center;
    margin-top: 14px;
}
.top_img a{
    float: right;
    color: #e00303;
    background: #fff;
    width: 180px;
    border-radius: 30px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 24px;
}

.img_mar{
	display: block;
    margin: 20px auto 60px;
}
.jianjie{
    background: #fff;
    padding: 40px;
    text-indent: 36px;
    font-size: 18px;
    line-height: 34px;
	margin: 30px auto 0;
}
.bg_bs{
	background: #fff;
	padding: 1px 0;
}
.ul_list1{
    background: #f0f0f0;
    width: 98%;
    margin: 30px auto;
	padding: 10px 0 20px;
}
.ul_list1 li {
    width: 30%;
    margin: 10px auto 0;
    background: #fff;
    text-align: center;
}
.ul_list1 li img{
	width: 100%;
}
.ul_list1 li p{
    font-size: 16px;
    line-height: 46px;
}
.ul_list1 li strong{
	font-size: 20px;
}