﻿@charset "utf-8";
html,body{
	font-family: Microsoft YaHei;
}
/*公共标题*/
.com_tit{
	margin: 0 auto;
	padding-top: 2.5rem;
	width: 58%;
	padding-bottom: 2rem;

}
.mt-3{
	margin-top: -3rem;
}
/*公共按钮*/
h2 {
	text-align: center;
	font-weight: normal;
}
h2 a{
	display: inline-block;
	padding: .6rem 0;
	font-size: 1.2rem;
	background: #c12115;
	-moz-border-radius: .5rem;
	     border-radius: .5rem;
	width: 55%;
	color: #fff;
}
.content1{
	background: #fff;
	padding-bottom: 2rem;
}


.content2{
	background: #fff;
	padding-bottom: 2rem;
	margin-top: .9rem;
}

.c2_1{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	padding: 0 1.5rem 2rem .6rem;
	
	
}
.c2_1 a{
	display: inline-block;
	width: 48%;
	margin-bottom: .6rem;
}

.content3{
	background: #fff;
	position: relative;
	margin-top: .9rem;
	padding: 0 1rem 2rem;
}
.c3-tit{
	font-weight: 700;
	text-align: center;
	font-size: 1.8rem;
	color: #a11818;
	padding-top: 2rem;
	padding-bottom: .7rem;
}
.c3-bd{
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	color: #000;
	padding-top: 1.3rem;
	padding-bottom: .7rem;
}

.c3_1{

}
.c3_1 input,.c3_1 select{
	width: 100%;
	height: 3.3rem;
	display: block;
	font-size: 1.5rem;
	outline: none;
-webkit-appearance: none;
	margin: 0 auto;
	border: 1px solid #221714;
	background: #fff;
	padding: .2rem;
	color: #221714;
}
.c3_1 input::-webkit-input-placeholder{
	color: #221714;
}
.c3_1 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color: #221714;
}
.c3_1 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color: #221714;
}
.c3_1 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color: #221714;
}
.c3_1 input+select,.c3_1 input+input{
	margin-bottom: 1rem;
}
.c3_1 .tijiao{
	padding: .6rem 0;
	font-size: 1.2rem;
	background: #c12115;
	-moz-border-radius: .5rem;
	     border-radius: .5rem;
	width: 50%;
	color: #fff;
	border: none;

}
.c3_ab{
	position: absolute;
	width: 6rem;
	top: -5rem;
	right: 2rem;
}

.content4{
	background: #fff;
	
	margin-top: .9rem;
	padding-bottom:2rem;
}
.c4_img{
	padding: 0 2rem;
	margin: 0 auto;
}
.c4_text{
	margin-top: 1rem;
	text-indent: 2rem;
	font-size: 1.1rem;
	padding: 0 1rem;
	margin-bottom: 2.2rem;
	line-height: 1.6rem;
}
.content5{
	background: #fff;
	position: relative;
	margin-top: .9rem;
	padding-bottom:2rem;
}
.c5_img{
	padding: 0 1rem 3rem;
}
.c5_abt{
	position: absolute;
	width: 9.5rem;
	top: -4rem;
	left: 0;
}
.c5_abb{
	position: absolute;
	width: 4rem;
	bottom: 1rem;
	right: 1rem;
}
.content6{
	background: #fff;
	
	margin-top: .9rem;
	padding-bottom:2rem;
}
.c6_img{
	padding: 0 1rem 2.5rem;
	margin: 0 auto;
}
/* 滚动 */

.fodong2 {
	width: 100%;
	height: 194px;
	
	overflow: hidden;
	background: #a11818;
	padding: 0 1rem;
}

.fodong2 li {
	height: 39px;
	line-height: 39px;
	font-size: 1rem;

	width: 100%;
}

#fodong2li {
	background-color: #a11818;
	color: #fff;
	border-bottom: .1rem dashed #c0c0c0;
}


.span-zuo{
	display: inline-block;
	width: 38%;
	text-align: center;
}
.span-you{
	display: inline-block;
	width: 24%;
	text-align: center;
	color: #eaff00;
}


