@charset "gb2312";
/* CSS Document */
*{ margin:0; padding:0;}
html { min-width:1200px; max-width:1920px;}
body {font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif; font-size:14px; color:#333; padding:0; margin:0;}
div,img,ul,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; border:0;}
h3 { font-weight:normal;}
h4 { font-weight:normal;}
ul,li { list-style:none;}
img { border:none}
.clearfix:after { content:"."; display:block; height:0; clear:both; overflow:hidden; }
.fl { float:left} .fr { float:right} .tc { text-align:center} .red { color:#c00;} .ml15 { margin-left:15px;} .tr { text-align:right} .mt30 { margin-top:30px;} .f24 { font-size:24px}
.w1200 { width:1200px; margin:0 auto; overflow:hidden; }
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
.h20 { height:20px; width:100%; display:block; overflow:hidden;}
.h50 { height:50px; width:100%; display:block; overflow:hidden;}

.top_head {
	height: 28px;
	line-height: 28px;
	background: url(../img/top_bottom.png) repeat-x 0 0;
	font-size: 12px;
	}

.banner {
	background: #79AD3C url(../img/banbg.png) no-repeat center center;
    background-size: cover;
	padding-bottom: 80px;
	}
.banner img {
	display: block;
	margin-top: 15px;
	}
.banner h2 {
	font-size: 66px;
    padding: 40px 0;
    font-weight: bold;
	text-align: center;
	color: #fff;
	}
.banner .col {width: 100%;}
.banner p {
	display: inline-block;
    text-align: center;
    padding: 6px 50px;
    font-size: 24px;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bold;
	color: #fff;
	}

.contar h3{
	height: 50px;
    background: #79AD3C url(../img/h3_bg.png) 15px center no-repeat;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 20px;
	}
.contar .titbody {
	font-size: 16px;
	line-height: 28px;
	width: 700px;
	}
	
.main h3{
	height: 50px;
    background: #79AD3C url(../img/h3_bg.png) 15px center no-repeat;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 20px;
	}
.main li {
	float: left;
	width: 590px;
	margin-right: 20px;
	border-bottom: 1px dashed #97b6b5;
    margin-bottom: 10px;
    margin-top: 10px;
	}
.main li:nth-child(2n) { margin-right: 0px;}
.main li h4 {
	font-size: 18px;
	overflow: hidden;
	}
.main li h4 i {
	float: left;
    width: 22px;
    height: 22px;
    background: #79AD3C;
    margin-right: 14px;
	}
.main li p {
	text-indent: 2em;
    line-height: 26px;
    padding-bottom: 20px;
    margin-top: 10px;
    height: 71px;
    min-height: 71px;
    overflow: hidden;
	}
.main li p a { color:#f00;}

.main_qk h3{
	height: 50px;
    background: #79AD3C url(../img/h3_bg.png) 15px center no-repeat;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 20px;
	}
.main_qk li {
	width:220px;
	margin:30px 10px 0;
	float:left;
	}
.main_qk li img {
	width:214px;
	height:284px;
	border:1px solid #ccc;
	padding:2px;
	}
.main_qk li p { text-align:center}
.main_qk li p span {
	font-size:16px;
	display:block;
	padding:10px 0;
	font-weight:bold;
	text-align:center;
	}
.main_qk li button {
	display: inline-block;
    width: 175px;
    height: 38px;
    background: #35c167;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 37px;
    border-radius: 32px;
    margin-top: 15px;
	margin-left:25px;
    text-decoration: none;
	cursor:pointer;
	font-family:"微软雅黑";
	}

	
.footer {
	background:#fff;
	padding:15px 0;
	margin-top:50px;
	text-align:center;
	font-size:12px;
	line-height:24px;
	border-top:1px solid #ccc;
	}
.footer a {
	width:90px;
	display:inline-block;
	text-align:center;
	}
	
	/*新版表单*/	
/*1*/
.sp_bd_bg {
	width: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background: rgba(11,18,22,.7);
	padding: 10px 0px;
	}
.sp_bd_form{
	width: 80%;
	margin: 0px auto;
	display: flex;
    justify-content: center;
	align-items: center;
	}
.sp_bd_tit {
	margin-right: 50px; 
	text-align: center;
	color: #fff;
	}
.sp_bd_tit h3 { font-size: 26px;}
.sp_bd_tit p { font-size: 14px; line-height: 26px;}
.sp_bd_form form input {
	line-height: 34px;
	width: 25%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin: 0px 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sp_bd_form select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 18%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form button {
	height: 36px;
	line-height: 36px;
	background-image: linear-gradient(to top right, #ea722e, #ffb136);
	box-shadow: 0px 0px 20px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 30px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}

/*新版表单*/