* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #165944;
    line-height: 24px;
    background-color: #fff;
    min-width: 1200px;
}
.web {
    width: 1200px;
    margin: 0 auto;
}
a {
    text-decoration: none;
    cursor: pointer;
}
ul li {
    list-style: none;
}


body {
    max-width: 1920px;
    min-width: 1000px;
    padding-bottom: 0px !important;
}

.article-container {
    max-width: 1920px;
    min-width: 1200px;
}

.l {
    float: left;
}

.r {
    float: right;
}
.c{
    cursor: pointer;
}
.n{
    display: none;
}

.banner {
    position: relative;
    min-height: 640px;
    max-width: 1920px;
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.banner .bg {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner .con {
    margin-top:80px;
    position: absolute;
    width: 100%;
}

.banner .top {
    width: 1200px;
    margin: 25px auto;
    overflow: hidden;
}

.banner .gu {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
}

.banner .center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.title {
    text-align: center;
    margin: 30px auto;
}

.w12{
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.tips {
    font-size: 12px;
    color: #49BF9F;
    line-height: 24px;
}

.btn{
    width: 340px;
    height: 64px;
    background: linear-gradient(270deg, #4EF7D9, #D0F797);
    box-shadow: 0px 7px 32px 0px rgba(174,221,123,0.4);
    border-radius: 32px;
    font-size: 26px;
    color: #165944;
    line-height: 64px;
    text-align: center;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
}

@keyframes Wave {
    0% {
        transform: scale(0);
        opacity: 1
    }

    to {
        transform: scale(34);
        opacity: 0
    }
}


.btn:after {
    content: "";
    position: absolute;
    animation: Wave 2s infinite;
    opacity: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.qianjing .list {
    position: relative;
    height: 430px;
}

.qianjing .list .left {
    position: absolute;
    width: 822px;
    height: 379px;
    background: #DFF7F0;
    padding: 35px 180px 35px 40px;
}

.qianjing .list .neirong{
    display: none;
}

.qianjing .list .active{
    display: block;
}

.qianjing .list .neirong .ti{
    position: relative;
    font-weight: bold;
    font-size: 24px;
    color: #05A479;
    line-height: 45px;
    margin-bottom: 10px;
}

.qianjing .list .neirong .ti:before{
    content:"";
    position: absolute;
    width: 74px;
    height: 100%;
    top:50%;
    left: 6%;
    transform: translate(-50%,-50%);
    border-bottom: 5px solid;
    border-image: linear-gradient(90deg, #FF7D33 0%, #FF9833 100%) 4;
    border-radius: 2px;
}

.qianjing .list .left .con img {
    margin: 10px auto;
}

.qianjing .list .right {
    position: absolute;
    width: 532px;
    height: 363px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgba(64,196,148,0.47);
    margin-top: 40px;
    right: 0;
    padding: 22px;
}


.qianjing .list .right .lis {
    width: 230px;
    height: 150px;
    background: #F0FCF8;
    border-radius: 3px;
    display: inline-block;
    margin: 8px 5px;
    text-align: center;
    padding-top: 110px;
    background-image: url(../img/q1.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.qianjing .list .right .lis:nth-child(2){
    background-image: url(../img/q2.png);
}
.qianjing .list .right .lis:nth-child(3){
    background-image: url(../img/q3.png);
}
.qianjing .list .right .lis:nth-child(4){
    background-image: url(../img/q4.png);
}

.qianjing .list .right .active{
    background: #24DDA9;
    color:#ffffff;
    font-weight: bold;
    background-image: url(../img/qh1.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.qianjing .list .right .active:nth-child(2){
    background-image: url(../img/qh2.png);
}
.qianjing .list .right .active:nth-child(3){
    background-image: url(../img/qh3.png);
}
.qianjing .list .right .active:nth-child(4){
    background-image: url(../img/qh4.png);
}


.xinzi .content {
    height: 255px;
    background: linear-gradient(90deg, #D0F797 0%, #4FF6D8 100%);
    padding: 30px;
}

.xinzi .ka {
    width: 545px;
    height: 181px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EBFFF6 100%);
    box-shadow: 0px 7px 32px 0px rgba(46,196,168,0.4);
    display: inline-block;
    margin: 10px;
    padding: 30px;
    float: left;
}
.xinzi .ka:hover{
    transition: all .3s;
    margin-top: 5px;
}

.xinzi .num {
    font-size: 31px;
    font-weight: bold;
    color: #099F75;
    line-height: 50px;
    text-align: center;
}

.xinzi .bn {
    background: #FF7E33;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    width: 155px;
    text-align: center;
    height: 39px;
    line-height: 39px;
    margin-bottom: 12px;
}

.ren .list{
    padding-top: 10px;
    margin-bottom: 40px;
    overflow: hidden;
}
.ren .li {
    width: 370px;
    height: 296px;
    background: #DFF7F0;
    float: left;
    padding: 30px;
    text-align: center;
    margin: auto 15px;
}

.ren .zh {
    width: 174px;
    height: 35px;
    background: linear-gradient(189deg, #26DDAA, #0DC995);
    border-radius: 18px;
    margin: -7px auto 20px auto;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 35px;
}

.ren .li:hover{
    background: linear-gradient(-60deg, #25DDAA 0%, #2BDDAD 100%);
    box-shadow: 0px 3px 16px 0px rgba(64,196,148,0.47);
    transition: all .3s;
    margin-top: -5px;
}

.ren .li:hover .zh{
    background: linear-gradient(189deg, #EFFFFB, #C7F7EA);
    color: #165944;
}

.ren .li:hover .p{
    color: #FFFFFF;
}

.zs li {
    background: #DCFAC8;
    width: 396px;
    height: 60px;
    float: left;
    margin: 2px;
    font-size: 16px;
    color: #165944;
    line-height: 60px;
    text-align: center;
}

.zs .lv{
    background: #9CF2C8;
}

.zs .t2{
    width: 596px;
}

.zs .hu{
    width: 1196px;
    background: #FFDBB1;
}
.zs .tup{
    padding: 30px;
    background: #FFDBB1;
    height: 300px;
    margin-bottom: 40px;
}
.zs .tup img{
    height: 240px;
}

.zs .i1{
    width: 655px;
}
.zs .i2{
    width: 537px;
}


.tu {
    width: 1200px;
    position: relative;
    margin: 0 auto 160px auto;
}

.xin {
    text-align: center;
    margin-top: 90px;
}

.ku{
    line-height: 28px;
    position: absolute;
    width: 384px;
    height: 75px;
    background: #F0FCF8;
    box-shadow: 0px 7px 7px 0px rgba(150,214,197,0.22);
    cursor: pointer;
    display: flex;
}

.ku:hover{
    transition: all .3s;
    margin-top: -5px;
}

.ku .l {
    width: 95px;
    height: 75px;
    background: linear-gradient(0deg, #09CE81 0%, #13E392 100%);
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 75px;
    text-align: center;
}

.ku .r {
    width: 242px;
    margin: auto;
}

.quan1{
    top: -20px;
    left: 60px;
}

.quan2 {
    top: 140px;
}

.quan2 .l{
    background: linear-gradient(0deg, #4E8AFF 0%, #65B8FF 100%);
}
.quan3 {
    bottom: -100px;
    left: 400px;
}
.quan3 .l{
    background: linear-gradient(0deg, #8988F9 0%, #95AFFA 100%);
}
.quan4 {
    right: 20px;
    top: -15px;
}
.quan4 .l{
    background: linear-gradient(0deg, #FF776B 0%, #FF3939 100%);
}
.quan5 {
    right: -25px;
    top: 170px;
}

.quan5 .l{
    background: linear-gradient(0deg, #FF7E33 0%, #FF9050 100%);
}

.bgs {
    background: #F0FCF8;
    text-align: center;
    border-radius: 20px;
    padding-bottom: 50px;
    margin: 200px auto 50px auto;
}

.bgs img {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(208,208,208,0.54);
    border-radius: 16px;
    margin-top: -150px;
}

.sp {
    width: 380px;
    height: 266px;
    background: #EEEEFF;
    float: left;
    margin: 10px;
    text-align: center;
    padding: 40px 80px;
}
.sp:hover{
    transition: all .3s;
    margin-top: 5px;
}
.tiao {
    margin: 0 auto;
    overflow: hidden;
}

.zd {
    width: 160px;
    height: 45px;
    background: linear-gradient(0deg, #8988F9 0%, #95AFFA 100%);
    border-radius: 23px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
    margin: 12px auto;
}

.tiao .p2{
    background: #E5F2FF;
}
.tiao .p3{
    background: #DFF7F0;
}
.tiao .p4{
    background: #FFE5E3;
}
.tiao .p5{
    background: #FFF1E9;
}
.tiao .p6{
    background: #F4F4D2;
}

.tiao .p2 .zd{
    background: linear-gradient(0deg, #4E8AFF 0%, #65B8FF 100%);
}
.tiao .p3 .zd{
    background: linear-gradient(0deg, #0CD09A 0%, #2FDEAE 100%);
}
.tiao .p4 .zd{
    background: linear-gradient(180deg, #FF776B 0%, #FF3939 100%);
}
.tiao .p5 .zd{
    background: linear-gradient(0deg, #FF7D33 0%, #FF9833 100%);
}
.tiao .p6 .zd{
    background: linear-gradient(0deg, #E59C00 0%, #FFCD21 100%);
}

.ft{
    margin-bottom: 50px;
}