@charset "utf-8";
/*base-style*/
html {background: white;color: black;}
*{margin: 0;padding: 0;}
input, select, textarea {font-size: 100%;}
table {border-collapse: collapse;border-spacing: 0;}
th {text-align: inherit;}
fieldset, img {border: none;}
iframe {display: block;}
abbr, acronym {border: none;font-variant: normal;}
del {text-decoration: line-through;}
address, caption, cite, code, dfn, em, th, var {font-style: normal;font-weight: 500;}
ul,dl{margin-bottom: 0}
ul,ol,li{ list-style:none;}
caption, th {text-align: left;}
q:before, q:after {content: '';}
img{ border:0 none;vertical-align:middle;}
a:focus, *:focus {outline: none;}
a{text-decoration:none; color:#fff;}
a:link,a:active,a:visited{ text-decoration:none;color:#fff;}
a:hover{color:#fff;text-decoration:none;}
.clearfix:after{clear:both;content:'';display:block;height:0;line-height:0;visibility:hidden}
.clearfix{zoom:1}
.clear {clear: both;display: block;font-size: 0;height: 0;line-height: 0;overflow: hidden;}
.fl, .fr {display: inline;}
.fl{float:left}
.fr{float:right}
hr{display: block;width: 100%;height: 1px;border: none;background: #ccc;margin: 0.15rem auto;}
.wrap{width:100%;min-width:3.2rem;max-width:7.5rem;height:auto;margin:0 auto;box-shadow:0 0 0.03rem rgba(0,0,0,.3);overflow:hidden;background-color: #fff;}
.content{width:100%;height:auto;padding:0 0.1rem;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box;/* Safari */background-color: #fff;}
.content1{width:100%;height:auto;padding:0 0.1rem;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box;/* Safari */background-color: #f6f6f6;}
.banner{width:100%;height:auto;overflow:hidden;position:relative;}
.banner img{width:100%;height:auto}
small{font-size:0.2rem;text-align:center;display:block;color: #ff0000;margin-top: -0.1rem}
.zx_btn{display:block;width:1.64rem;height: 0.44rem;background-color: #d30303;border-radius: 0.22rem;margin: 0.24rem auto 0.32rem;font:0.18rem/0.44rem Microsoft Yahei;
text-align: center}

.flex{display: -moz-box;  /* Firefox */display: -ms-flexbox;    /* IE10 */display: -webkit-box;    /* Safari */ display: -webkit-flex;    /* Chrome, WebKit */
display: box; display: flexbox; display: flex;flex-flow:wrap;  justify-content:space-between; /*align-items:center;*/}
button,input[type='number'],input[type='text'],input[type='password'],input[type='email'],input[type=submit],select,textarea{
font-family:inherit;font-size:100%;margin:0;padding: 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);}
/*base-style end*/
/*topnav*/
.topnav{height: 45px;background-color:#0073c3;color:white;font-size:16px;width: 100%;transition:top .5s;
padding-left: 15px;padding-right: 15px;box-sizing: border-box;line-height: 45px;text-align: center;}
.topnav>a{color: #ffffff;}
.position_nav{position:fixed;left:0;top:0;z-index: 10000000;}
.hide_nav{top:-45px;}
.show_nav{top:0;z-index:9999;}
.banner_xf{padding-top: 45px;}
/*topnav*/
.formBox{
  width: 100%;
  background-color: #00a2ff;
}
.formContent{
  width: 100%;
}
.formRight{
  margin: 0 auto;
}
.formRight b{
  display: block;
  text-align: center;
  font-size: 0.26rem;
  font-weight: normal;
  font-weight: bolder;
  color: #e72427;
}
.formBottom{
  width: 70%;
  margin-top: 0.2rem;
  margin: 0 auto;
  height: auto;
}
.formBottom input{
  display: block;
  float: right;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  outline: none;
  border: none;
  padding-left: 0.3rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
}
.formBottom input::placeholder{
  color: #363636;
}
.formInput{
  overflow:hidden;
  margin-bottom: 0.1rem;
}
.formInput .formIcon{
  width: 8%;
  text-align: center;
}
.formInput .formIcon img{
  width: 80%;
  vertical-align: middle;
}
.formBottom input[type='radio']{
display: none;
}

.formBottom input[type='submit']{
  box-sizing: border-box;
  display: block;
  width: 80% !important;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #f87d3a;
  border-radius: 0.2rem;
  text-align: center;
  border: none;
  color: #fff;
  margin: 0.2rem auto 0;
  float: none;
  padding-left: 0;
}

.sec8 {
  padding: 0 0.15rem;
}
.sec8 ul li{
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.sec8 ul li .sec8Left{
  float: left;
  width: 15%;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #228654;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sec8 ul li .sec8Left img{
  width: 40%;
}
.sec8 ul li .sec8Right{
  float: left;
  width: 85%;
  border: 1px solid #cfcfcf;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
}
.sec8 ul li .sec8Right span{
  font-size: 0.2rem;
  display: block;
}
.sec8 ul li .sec8Right span:nth-child(1){
  width: 60%;
  float: left;
  color: #333333;
  box-sizing: border-box;
  padding-left: 5%;
}
.sec8 ul li .sec8Right span:nth-child(2){
  width: 40%;
  float: right;
  color: #ff5701;
  text-align: right;
  box-sizing: border-box;
  padding-right: 5%;
}
.wtBtn{
  display: block;
  width: 80%;
  line-height: 0.5rem;
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
  background-color: #efa023;
  border-radius: 10px;
  margin: 0 auto;
}


/*foot*/
.foot{width: 100%;height: auto;max-width: 4.8rem;overflow: hidden;margin: 0 auto;margin-bottom: 0.6rem;box-sizing: border-box;}
.foot>ul{text-align: center;padding: 0.08rem;margin: 0;}
.foot>ul>li{display: inline-block;border-right: 1px solid #cccccc;padding-right: 0.08rem;padding-left: 0.07rem;}
.foot>ul>li:last-child{border-right: none;}
.foot>ul>li>a,.foot>p>span>a{color: #333;}
.foot>ul>li>a:hover,.foot>p>span>a:hover{text-decoration: none;}
.foot>address{text-align: center;color: #333;margin-bottom: 0.08rem;}
.foot>p{text-align: center;color: #333;}
.foot>p>span{margin: 0 0.08rem;}
/*foot end*/
/*footer*/
.footer{width: 100%;height: auto;background: #ebebeb;display: flex;justify-content: space-between;text-align: center;margin: 0;
box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);-webkit-box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);-moz-box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);
padding: 0.05rem;position: fixed;bottom: 0;left: 0;z-index: 999;box-sizing: border-box;}
.footer>li{flex: 1;}
.footer>li>a{display:block;width: 100%;height: 100%;overflow: hidden;color: #333;font-size: 0.14rem;}
.footer>li>a>i{margin: 3px auto;}
.footer>li>a:hover{color: #0073c3;text-decoration: none;}
/*footer end*/
/* -------------------------------- */
.imgBox{
  width: 100%;
}
.imgBox a{
  display: block;
  font-size: 0;
  cursor: pointer;
}
.imgBox img{
  width: 100%;
  -webkit-user-drag:none
}
.line{
  width: 100%;
  height: 0.2rem;
  background-color: #f5f5f5;
}
.sec2{
  width: 94%;
  margin: 0 auto;
}
.sec2 ul li{
  width: 49%;
  background: #f5f5f5;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  padding-bottom: 0.2rem;
}
.sec2 ul li img{
  width: 100%;
}
.sec2 ul li:nth-child(n+3){
  margin-top: 0.2rem;
}
.sec2 ul li p{
  font-size: 0.16rem;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 0.1rem;
}
.sec2Btn{
  width: 90%;
  margin: 0 auto;
  margin-top: 0.1rem;
}
.sec2Btn a{
  display: block;
  border: 1px solid #ff2530;
  width: 46%;
  color: red;
  font-size: 0.16rem;
  text-align: center;
}
.sec2Btn a:nth-child(1){
  background-color: #ff2530;
  color: #ffffff;
}
.sec2Btn a:nth-child(2){
  background-color: #ffffff;
  color: #ff2530;
}