@charset "utf-8";
.banner{
    margin-bottom: .93rem;
    margin-top: .32rem;
}
.banner_item1{
    margin-bottom: .29rem;
}
.banner_item1 h1{
    text-align: center;
    font-weight: 500;
    color: #000000;
    letter-spacing: 2px;
    font-size: .42rem;
    margin-bottom: .32rem;
}
.banner_item1 p{
    text-align: center;
    letter-spacing: 2px;
    font-size: .24rem;
    color: #3D485D;
}
.banner_item2{
    width: 100%;
    height: 6.41rem;
    position: relative;
    background: url(../images/banner_bj.png) no-repeat center center;
    background-size: cover;
}
.banner_item2:before{
    content: "";
    display: block;
    height: .2rem;
}
.banner_item2 .apply{
    display:flex;
    display:-webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    width: 2.65rem;
    height: .6rem;
    background: #4E9F5B;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    margin: 0 auto 1.2rem auto;
    color: #fff;
    font-size: .28rem;
    position: relative;
    z-index: 30;
    box-shadow: 0 .1rem .2rem rgba(0,0,0,.3);
    -webkit-box-shadow: 0 .1rem .2rem rgba(0,0,0,.3);
}
.banner_item2 img{
    display: block;
    width: 4.85rem;
    height: 3.39rem;
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -.52rem;
}
.banner_item2 h1{
    text-align: center;
    font-size: .36rem;
    font-weight: 500;
    color: #000;
    margin-bottom: .16rem;
}
.banner_item2 p{
    text-align: center;
    font-size: .24rem;
    color: #9198A4;
    letter-spacing: 1px;
}
.title{
    font-size: .28rem;
    color: #000;
    font-weight: 500;
    position: relative;
    text-align: center;
    margin-bottom: .32rem;
}
.title:after{
    content: "";
    display: block;
    width: 1.68rem;
    height: .15rem;
    background: #F76221;
    border-radius: .03rem;
    opacity: 0.2811;
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -1px;
}
.list{
    margin-bottom: 1.2rem;
    padding: 0 .7rem;
}
.list li{
    display:flex;
    display:-webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:flex-start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    -ms-justify-content:flex-start;
    -o-justify-content:flex-start;
    align-items:baseline;
    -webkit-align-items:baseline;
    -moz-align-items:baseline;
    -ms-align-items:baseline;
    -o-align-items:baseline;
    margin-bottom: .24rem;
    letter-spacing: 2px;
    color: #000;
    font-size: .28rem;
    line-height: 1.6;
}
.list li span{
    display: block;
    color: #519E5B;
    white-space: nowrap;
    margin-right: .24rem;
}
.cate_title{
    margin: .5rem 0;
}
.cate_title h1{
    text-align: center;
    color: #000;
    font-size: .36rem;
    margin-bottom: .16rem;
}
.cate_title p{
    text-align: center;
    color: #9198A4;
    font-size: .24rem;
}
.hxys{
    width: 4.91rem;
    height: 4.92rem;
    margin: 0 auto .94rem auto;
    position: relative;
    background: url(../images/hxys_bj.png) no-repeat center center;
    background-size: cover;
}
.hxys .hxys_nav li{
    width: 1.81rem;
    height: .84rem;
    box-sizing: border-box;
    position: absolute;
    z-index: 20;
    background: url(../images/hxys_nav_bj.png) no-repeat center center;
    background-size: cover;
    transition: all .3s;
    font-size: .2rem;
    color: #4E9F5B;
    padding: .2rem 0 0 .65rem;
}
.hxys .hxys_nav li.on{
    background: url(../images/hxys_nav_bj_on.png) no-repeat center center;
    background-size: cover;
    color: #fff;
}
.hxys .hxys_nav li:nth-child(1){
    left: .71rem;
    top: -.07rem;
}
.hxys .hxys_nav li:nth-child(2){
    left: -.89rem;
    top: .88rem;
}
.hxys .hxys_nav li:nth-child(3){
    left: -1.1rem;
    top: 1.83rem;
}
.hxys .hxys_nav li:nth-child(4){
    left: -1.1rem;
    top: 2.78rem;
}
.hxys .hxys_nav li:nth-child(5){
    left: -.8rem;
    top: 3.73rem;
}
.hxys .hxys_nav li:nth-child(6){
    left: .8rem;
    top: 4.35rem;
}
.hxys .hxys_con{
    position: absolute;
    z-index: 20;
    top: .65rem;
    left: 2.89rem;
}
.hxys .hxys_con li{
    display: none;
    transition: all .3s;
    opacity: 0;
}
.hxys .hxys_con li.on{
    display: block;
    opacity: 1;
}
.hxys .hxys_con li img{
    display: block;
    width: 2.95rem;
    height: 3.2rem;
}
.hxys .hxys_con li p{
    text-align: center;
    width: 2.6rem;
    color: #3D485D;
    font-size: .22rem;
    line-height: 1.6;
    margin: 0 auto;
}
.ldfl{
    margin-bottom: .92rem;
    position: relative;
    padding: .24rem 0;
}
.ldfl:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(180deg, rgba(134, 205, 148, 0.21) 0%, #4E9F5B 100%);
    background: -moz-linear-gradient(180deg, rgba(134, 205, 148, 0.21) 0%, #4E9F5B 100%);
    background: -ms-linear-gradient(180deg, rgba(134, 205, 148, 0.21) 0%, #4E9F5B 100%);
    background: -o-linear-gradient(180deg, rgba(134, 205, 148, 0.21) 0%, #4E9F5B 100%);
    background: linear-gradient(180deg, rgba(134, 205, 148, 0.21) 0%, #4E9F5B 100%);
    opacity: 0.0338;
}
.ldfl a{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    width: 2.65rem;
    height: .6rem;
    background: #4E9F5B;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    margin: .48rem auto 0 auto;
    color: #fff;
    font-size: .28rem;
    position: relative;
    z-index: 30;
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.3);
}
.ldfl ul li{
    width: 4.93rem;
    background: #fff;
    box-shadow: 0px .07rem .32rem 0px rgba(89, 131, 109, 0.26), -.06rem -.06rem .3rem 0px #FFFFFF;
    border-radius: .08rem;
    margin: 0 auto .24rem auto;
    box-sizing: border-box;
    padding: .24rem;
}
.ldfl ul li .top{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    margin-bottom: .12rem;
}
.ldfl ul li .top img{
    display: block;
    width: .48rem;
    height: .48rem;
    margin-right: .24rem;
}
.ldfl ul li .top span{
    display: block;
    white-space: nowrap;
    font-weight: 500;
    font-size: .28rem;
    color: #000;
}
.ldfl ul li p{
    color:#3D485D;
    font-size:.24rem;
    letter-spacing: 1px;
    line-height: 1.6;
}
.join{
    width: 100%;
    height: 12.17rem;
    background: url(../images/join_bj.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.join h1{
    letter-spacing: 1px;
    font-weight: 500;
    color: #000;
    font-size: .28rem;
    padding: .32rem 0 .21rem .32rem;
}
.join h1 font{
    color: #666;
    padding-left: .05rem;
}
.join p{
    width: 4.07rem;
    font-size: .24rem;
    color: #7B8290;
    line-height: 1.6;
    letter-spacing: 1px;
    padding: 0 0 0 .32rem;
}
.join h2{
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    font-size: .28rem;
    margin: 1.2rem 0 .24rem 0;
}
.join .layui-form{
    display: block;
    width: 6.5rem;
    margin: 0 auto;
}
.join .layui-form li{
    background: #FFFFFF;
    box-shadow: 0 .02rem .35rem 0 rgba(172, 197, 181, 0.16);
    -webkit-box-shadow: 0 .02rem .35rem 0 rgba(172, 197, 181, 0.16);
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    padding: .16rem;
    display:flex;
    display:-webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    margin-bottom: .16rem;
}
.join .layui-form li span{
    display:flex;
    display:-webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    height: .5rem;
    font-size: .28rem;
    color: #000;
    border-right: 1px solid #F7F7F7;
    padding-right: .16rem;
    white-space: nowrap;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.join .layui-form li a{
    display:flex;
    display:-webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    height: .5rem;
    font-size: .28rem;
    color: #4E9F5B;
    white-space: nowrap;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.join .layui-form li input{
    font-size: .28rem;
    color: #000;
    display: block;
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    height: .5rem;
}
.join .layui-form li div.ui-input-text{
    display:flex;
    display:-webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    background: #fff;
    border: none;
    outline: none;
    height: .5rem;
    flex: auto;
    -webkit-flex: auto;
    margin: 0 .15rem;
}
.join .layui-form li textarea{
    font-size: .28rem;
    color: #000;
    flex: auto;
    -webkit-flex: auto;
    border: none;
    outline: none;
    height: 100px !important;
    min-height: 100px !important;
    overflow: hidden !important;
    overflow-y: auto !important;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.join .save{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    width: 2.65rem;
    height: .6rem;
    background: #4E9F5B;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    margin: .3rem auto 0 auto;
    color: #fff;
    font-size: .28rem;
    position: relative;
    z-index: 30;
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.3);
    border: none;
    outline: none;
}