@charset "utf-8";
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #3E3E3E;
    font-size: 14px;
    line-height: 20px;
    font-family:"Helvetica", "Microsoft YaHei", "微软雅黑", "宋体", Arial;
}
form {
	padding: 0px;
	margin: 0px;
}
.main {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
.main_i {
    width: 100%;
    height: auto;
    float: left;
    background-color: #ffffff;
    min-height: 100%;
}
.main_i_ind {
    width: 100%;
    height: auto;
    float: left;
    background-color: #002e04;
    min-height: 100%;
}
.w100 {
    width: 100%;
    height: auto;
    float: left;
}
.w90 {
    width: 90%;
    height: auto;
    margin-left: 5%;
    float: left;
}

a {
    color: #262626;
    text-decoration: none;
    cursor:pointer;
}
a img {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    border-style: none;
}
.endfg {
    width: 100%;
    height: 60px;
    float: left;
}

.end01 {
    width: 100%;
    height: 40px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #007dd5;
    color: #FFFFFF;
}
.img100 {
    width: 100%;
    height: auto;
}


@media screen and (min-width:800px) {
.end01 {
   width: 800px;
    height: 40px;
    position: fixed;
    left: calc(50% - 400px);
    bottom: 0px;
    background-color: #007dd5;
    color: #FFFFFF;
}
}

.edh_25 {
    width: 25%;
    height: 40px;
    float: left;
    display: block;
    color: #FFFFFF;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}
.edh_25 img {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.d_end {
    width: 100%;
    height: 60px;
    display: block;
    float: left;
    background-image: url(../images/tu3.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    background-color: #002d04;
}
.but50 {
    height: 38px;
    width: 40%;
    background-color: #012b07;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial;
    font-size: 16px;
    line-height: 38px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    float: left;
    display: block;
    margin-left: 5%;
    margin-right: 4%;
    text-align: center;
    margin-bottom: 10px;
}
.but50_i100 {
    height: 38px;
    width: 40%;
    background-color: #012b07;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial;
    font-size: 16px;
    line-height: 38px;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.58);
    cursor: pointer;
    float: left;
    display: block;
    margin-left: 30%;
    margin-right: 25%;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 5px;
}
.inptex_log1 {
	height: 40px;
	width: calc(98% - 50px);
	padding-right: 5px;
	padding-left: 45px;
	background-color: #f2f2f2;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial;
	line-height: normal;
	color: #535354;
	font-size: 14px;
	border-radius: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #dedede;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-image: url(../images/inplogbg1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px auto;
}
.inptex_log2 {
	height: 40px;
	width: calc(98% - 50px);
	padding-right: 5px;
	padding-left: 45px;
	background-color: #f2f2f2;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial;
	line-height: normal;
	color: #535354;
	font-size: 14px;
	border-radius: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #dedede;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-image: url(../images/inplogbg2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px auto;
}
.but_log1 {
    height: 40px;
    width: 98%;
    background-color: #248A06;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #64b630;
    border-radius: 20px;
    margin-right: 0px;
    cursor: pointer;
    margin-bottom: 5px;
    float: left;
    display: block;
    line-height: 40px;
    margin-top: 15px;
    padding: 0px;
    margin-left: 0px;
    text-align: center;
}
.but_log2 {
	height: 40px;
	width: 98%;
	background-color: #FFFFFF;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial;
	font-size: 16px;
	color: #64b630;
	border: 1px solid #64b630;
	border-radius: 20px;
	margin-right: 0px;
	cursor: pointer;
	margin-bottom: 10px;
	float: left;
	display: block;
	line-height: 40px;
	margin-top: 10px;
	padding: 0px;
	margin-left: 0px;
	text-align: center;
}
.butgre {
	height: 40px;
	width: auto;
	background-color: #64b630;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial;
	font-size: 16px;
	line-height: 40px;
	color: #FFFFFF;
	border: 1px solid #64b630;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 8px;
	margin-right: 10px;
	cursor: pointer;
	float: left;
	display: block;
}
.butgre_x {
	height: 40px;
	width: auto;
	background-color: #fff;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial;
	font-size: 16px;
	line-height: normal;
	color: #64b630;
	border: 1px solid #64b630;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 8px;
	margin-right: 10px;
	cursor: pointer;
	float: left;
	display: block;
}
.selred {
	width: auto;
	height: 30px;
	overflow: hidden;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	border-radius: 5px;
	border: 1px solid #d0d4d6;
	background-image: url(../images/sanjiao.png);
}
.selred select {
	width: 105%;
	padding: 5px;
	font-size: 14px;
	height: 30px;
	-webkit-appearance: none;
	border-radius: 5px;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial;
	border-width: 0px;
	border-style: none;
	text-align: right;
	background-color: transparent;
}
.inpare {
    height: auto;
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #FFF;
    border: 1px solid #d0d4d6;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial;
    line-height: 22px;
    color: #535354;
    font-size: 14px;
    border-radius: 3px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/*单选*/
.radio_box{
	display: inline-block;
	position: relative;
	line-height: 24px;
}

.radio_box label{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 1px;
	left: 1px;
	border: 2px solid #cfcfcf;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	margin-right: 10px;
}
.radio_box input:checked + label:after{ content:''; width:14px; height:14px; position:absolute; top:3px; left:3px; background:#64b630; border-radius:50%;}


.tishi {
    width: 90%;
    height: auto;
    display: block;
    float: left;
    margin-left: 5%;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #666666;
    font-size: 14px;
    text-align: left;
}
.tishi_img {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}.tishi_img img {
    width: 50px;
    height: auto;
}
.i_datu {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-bottom: 15px;
}
.i_lr {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-top: 150%;
    color: #FFFFFF;
    padding-bottom: 15px;
}
.i_lr_2 {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-top: 145%;
    color: #FFFFFF;
    padding-bottom: 15px;
}
.i_shichang {
    width: 80%;
    height: auto;
    float: left;
    margin-left: 10%;
    margin-top: 0px;
    display: block;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.i_zw {
    width: 70%;
    height: auto;
    display: block;
    float: left;
    margin-left: 10%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #FFFFFF;
    background-color: #07410c;
    background-image: url(../images/i_jg_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.zs_top {
    width: 100%;
    height: 1px;
    display: block;
    float: left;
    padding-top: 75.92%;
    background-image: url(../images/ly_top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.zs_top_dw {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
}
.zs_top_eb {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.zs_cxk {
    width: 90%;
    height: 35px;
    display: block;
    float: left;
    margin-left: 5%;
    background-color: #eff8f0;
    border: 1px solid #11972f;
    border-radius: 8px;
    margin-top: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.zs_cxk_2 {
    width: 90%;
    height: 35px;
    display: block;
    float: left;
    margin-left: 5%;
    background-color: #eff8f0;
    border: 1px solid #11972f;
    border-radius: 8px;
    margin-top: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: sticky;
	top: 100px;
}
.inptex_zs {
    width: calc(100% - 90px);
    height: 33px;
    display: block;
    float: left;
    background-color: #eff8f0;
    border-width: 0px;
    border-style: none;
    color: #157d2f;
    font-family: Arial, "微软雅黑 Light";
    line-height: normal;
    font-size: 14px;
    margin-left: 5px;
    padding: 0px;
    margin-top: 0px;
}
.but_zs {
    width: 80px;
    height: 35px;
    display: block;
    float: right;
    background-color: #157d2f;
    border: 1px solid #157d2f;
    border-radius: 8px 0px 0px 8px;
    color: #FFFFFF;
    font-family: Arial, "微软雅黑 Light";
    line-height: 33px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
.zs_w100 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}
.zs_jgbt_dw {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
}
.zs_jgbt_k {
    width: 60%;
    height: 35px;
    display: block;
    position: absolute;
    bottom: -17px;
    left: 0px;
    margin-left: 20%;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #09591d;
}
.zs_jgbt_x {
    width: 80%;
    height: 35px;
    display: block;
    float: left;
    background-color: #FFFFFF;
    margin-left: 10%;
    background-repeat: repeat-x;
    background-image: url(../images/zs_btxian.gif);
    background-position: left center;
}
.zs_jgbt_z {
    width: 100px;
    height: 35px;
    display: block;
    float: left;
    background-color: #FFFFFF;
    color: #157d2f;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    margin-left: calc(50% - 50px);
}




.zs_jgk {
    width: 90%;
    height: auto;
    display: block;
    float: left;
    margin-left: 5%;
    border: 1px solid #288E45;
    border-radius: 10px;
    background-color: #40ab5f;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    background-image: url(../images/zs_jgbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.zs_jg {
    width: 90%;
    height: auto;
    display: block;
    float: left;
    margin-left: 5%;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.zs_jg img {
    width: 40px;
    margin-bottom: 10px;
    height: auto;
}
.end_copy {
    width: 100%;
    height: 30px;
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #F1F1F1;
    color: #8B8B8B;
    text-align: center;
    line-height: 30px;
    border-top: 1px solid #E3E3E3;
    font-size: 12px;

}
.a_al {
    width: 50%;
    height: 45px;
    display: block;
    float: left;
    margin-left: 25%;
    margin-right: 24%;
    margin-top: 40px;
    background-color: #438B2E;
    background-image: url(../images/i_jg_bg.jpg);
    color: #FFFFFF;
    font-size: 16px;
    line-height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    border-radius: 8px;
}
.hx_tab {
    width: 90%;
    height: auto;
    float: left;
    margin-top: 20px;
    margin-left: 5%;
    margin-bottom: 40px;
}
.hx_tab td {
    padding-top: 8px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    vertical-align: middle;
}
.hx_tab tbody tr:nth-child(odd) {
    background-color: #eff8f0;
}
.hx_tab tbody tr:nth-of-type(1) {
    background-color: #51be73;
    color: #FFFFFF;
    font-weight: bold;
}
.zs_tgd {
    width: 100%;
    height: 80px;
    display: block;
    position: fixed;
    background-color: #05510d;
    top: 0px;
    left: 0px;
    background-image: url(../images/zs_tgd.png);
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.zs_tgdbs {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    left: 0px;
    background-color: #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top: 70px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B4BDB1;
}
.zs_tgdbs_2 {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    left: 0px;
    background-color: #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top: 70px;
    padding-bottom: 10px;
}
.zs_gdt_w100 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 130px;
}
.zs_gdt_w100_2 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 80px;
}
.fanhui {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    right: 15px;
    bottom: 40px;
    background-color: rgba(13,85,2,0.53);
    color: #FFFFFF;
    line-height: 40px;
    border: 1px solid rgba(17,59,0,0.50);
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
}
.hssl {
    width: 90%;
    height: 40px;
    display: block;
    float: left;
    margin-left: 5%;
    background-color: rgba(228,228,228,1.00);
}
.inptex_sj {
    width: 90%;
    height: 28px;
    display: block;
    margin: 0px;
    float: left;
    background-color: rgba(255,255,255,1.00);
    border: 1px solid rgba(207,207,207,1.00);
    font-size: 12px;
    line-height: 28px;
    text-align: left;
    font-family: Arial, "微软雅黑 Light";
    border-radius: 5px;
    padding-left: 3px;
    padding-top: 0px;
}
.but_sj {
    width: 90%;
    height: 30px;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    background-color: rgba(14,104,19,1.00);
    border: 1px solid #1D5108;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    font-family: Arial, "微软雅黑 Light";
    border-radius: 5px;
    color: rgba(255,255,255,1.00);
}
