* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body,p,form,input,button,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

html,body{ 
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	-webkit-overflow-scrolling: touch;
}

*:not(input) {
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
}

input:focus,select:focus,textarea:focus,button:focus {
	outline: none;
}

img {
	border: none;
	max-width: 100%;
}

img,input {
	vertical-align: middle;
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
}

.clearfix:before, .clearfix:after { 
	display: table; 
	content: " ";
}
.clearfix:after { 
	clear: both;
}

.pull-right {
	float: right!important;
}

.pull-left {
	float: left!important;
}

html, body {
    background: #f2f4f5;
    height: 100%;
    font-family: "Microsoft YaHei","微软雅黑","宋体",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
    -moz-user-select: none;
}

.wrapper{
	min-height: 100%;
	padding-bottom: 50px;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.list{
	padding: 10px 15px;
}
.list-item{
	display: block;
	background: #fff;
	border-radius: 10px;
	padding: 30px 18px;
	margin-bottom: 10px;
}
.list-item .desc{
	width: 50%;
	padding-top: 20px;
}
.list-item h3{
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #001c33;
	font-weight: normal;
}
.list-item p{
	margin: 0 0 20px 0;
	font-size: 17px;
	color: #808080;
	font-weight: normal;
}
.list-item span{
	display: inline-block;
	padding: 5px 0;
	width: 100px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-radius: 4px;
}
.list-item img{
	width: 50%;
	height: auto;
}

/* Index */
.index-box{
	background: #e9f6ed;
	min-height: 100%;
	padding-bottom: 10px;
}
.index-section{
	padding: 0 15px;
	margin-bottom: 30px;
}
.index-section .section-title{
	background: #5db531;
	height: 32px;
	width: 200px;
	line-height: 32px;
	border-radius: 16px;
	margin: 0 auto 15px auto;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.index-section .section-content{
	background: #fff;
	border-radius: 4px;
	padding: 10px;
	font-size: 15px;
	color: #586652;
	line-height: 1.6em;
}
.index-section2{
	padding: 0 15px;
	margin-top: -10px;
}
.index-section2 .section-title2{
	margin-bottom: 15px;
	font-size: 18px;
	color: #5db531;
	text-align: center;
}
.index-section2 .section-title2 span{
	position: relative;
	height: 32px;
	line-height: 32px;
}
.index-section2 .section-title2 span:before{
	position: absolute;
	left: -65px;
	top: 7px;
	background: url(../images/icon-title-left.png) no-repeat;
	width: 55px;
	height: 5px;
	background-size: 55px 5px;
	content: '';
}
.index-section2 .section-title2 span:after{
	position: absolute;
	right: -65px;
	top: 7px;
	background: url(../images/icon-title-right.png) no-repeat;
	width: 55px;
	height: 5px;
	background-size: 55px 5px;
	content: '';
}
.index-section2 .section-content2{
    display: block;
	background: #fff;
	border-radius: 4px;
	padding: 15px 10px 10px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #586652;
	line-height: 1.6em;
	text-align: center;
}
.index-section2 .section-content2 h3{
	margin: 0 0 5px 0;
	font-size: 22px;
	color: #5db531;
}
.btn-row{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	padding: 10px 30px;
}
.btn-row a{
	display: block;
	background: #5db531;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

/* Fomr */
.form-box{
	padding: 15px;
}
.form-hd{
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #4ea920;
}
.icon-info{
	display: inline-block;
	background: url(../images/icon-info.png) no-repeat;
	width: 23px;
	height: 17px;
	background-size: 100%;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
.form-row{
	position: relative;
	width: 100%;
	height: 44px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 15px 0 0 0;
}
.form-row.check-row{
	height: auto;
	min-height: 44px;
}
.form-row .title{
	position: absolute;
	left: 10px;
	top: 11px;
	color: #333;
	z-index: 2;
}
.form-row .icon-dropdown{
	position: absolute;
	right: 20px;
	top: 20px;
	display: inline-block;
	background: url(../images/icon-dropdown.png) no-repeat;
	width: 13px;
	height: 8px;
	background-size: 100%;
	vertical-align: middle;
	z-index: 2;
}
.form-row input[type="text"]{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0 10px 0 160px;
	font-size: 14px;
	z-index: 3;
}
.form-row select{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0 10px 0 160px;
	font-size: 14px;
	opacity: 0;
	z-index: 3;
}
.form-row .select-val{
	position: absolute;
	left: 160px;
	top: 10px;
	color: #333;
	z-index: 2;
}
.date-selector-btn-box{
	background: #5db531!important;
}
.check-list{
	padding: 35px 10px 10px 10px;
}
.check-list label{
	color: #666;
	margin-right: 10px;
}

/* Popup */
.popup-wrapper{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.65);
  z-index: 999;
}
.popup-wrapper .btn-close{
  position: fixed;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: 230px 0 0 -15px;
  z-index: 1000;
}
.popup-box{
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 300px;
  height: 400px;
  border-radius: 5px;
  margin: -200px 0 0 -150px;
  padding: 0;
  z-index: 1000;
  text-align: center;
  color: #333;
}
.popup-hd{
	position: relative;
	background: url(../images/bg-popup.png) no-repeat;
	width: 300px;
	height: 80px;
	background-size: 100%;
}
.popup-hd p{
	position: absolute;
	left: 100px;
	top: 55px;
	font-size: 12px;
}
.popup-bd{
	padding: 20px 15px 15px;
}
.popup-bd h3{
	margin: 0 0 10px 0;
	font-size: 24px;
	color: #5db531;
}
.popup-bd h5{
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.popup-bd img{
	width: 110px;
	height: auto;
	margin: 15px 0;
}
.popup-bd p{
	text-align: left;
	font-size: 13px;
	color: #666;
}

/* Info */
.info-hd{
	background: #5db531;
	height: 160px;
	padding: 30px 0 0 0;
	text-align: center;
	color: #fff;
}
.info-hd h3{
	margin: 0 0 10px ;
	font-size: 20px;
}
.info-banner{
	background: #f0f0f0;
	min-height: 150px;
	padding: 30px 0 15px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.info-banner p{
	margin: 0 ;
	color: #333;
}
.info-banner img{
	width: 130px;
	height: auto;
	margin: -80px 0 10px 0;
}

.info-list .title{
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #333;
	padding: 0 10px;
}
.info-list ul{
	padding: 0 0 0 10px;
}
.info-list li{
	position: relative;
	padding: 13px 0 13px 30px;
	border-top: 1px solid #eee;
}
.info-list li img{
	position: absolute;
	left: 10px;
	top: 15px;
	width: 17px;
	height: 17px;
}
.info-list li p{
	margin: 0;
	color: #666;
	font-size: 15px;
}
.info-list li h3{
	margin: 10px 0 0 0;
	font-size: 18px;
	color: #5db531;
}
.info-list li span{
	position: absolute;
	right: 10px;
	top: 15px;
	color: #666;
}


@media screen and (max-width: 320px) {

}
