body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
body{
    font:12px/1.5em "Microsoft YaHei"!important;
}
ol, ul{
    margin: 0;
    padding: 0;
}
/*初始化结束*/

/*amine*/
@-webkit-keyframes aase{
    0%{-webkit-transform: rotateY(0deg);}
    100%{-webkit-transform: rotateY(360deg);}
}
@-moz-keyframes aase{
    0%{-moz-transform: rotateY(0deg);}
    100%{-moz-transform: rotateY(360deg);}
}
@keyframes aase{
    0%{transform: rotateY(0deg);}
    100%{transform: rotateY(360deg);}
}
@keyframes btn {
    0%{
        transform:scale(0);
        opacity: 1;
    }
    100%{
        transform:scale(1);
        opacity: 0;
    }
}
.duibil{
    animation: duibil 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes duibil{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.duibil1{
    animation: duibil1 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes duibil1{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 145px;
    }
}
.duibil2{
    animation: duibil2 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes duibil2{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 100px;
    }
}
.duibil3{
    animation: duibil3 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes duibil3{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 45px;
    }
}
.duibil4{
    animation: duibil4 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes duibil4{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 50px;
    }
}
.duibil5{
    animation: duibil5 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes duibil5{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 20px;
    }
}
.duibir{
    animation: duibir 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes duibir{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 0;
    }
}
.duibir1{
    animation: duibir1 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes duibir1{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 70px;
    }
}

.duibir2{
    animation: duibir2 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes duibir2{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 175px;
    }
}
.duibir3{
    animation: duibir3 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes duibir3{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 50px;
    }
}


@keyframes duibim{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@keyframes flash {
    from,
    to {
        opacity: 1; }
    25%,
    75% {
        opacity: 0; } }

/*banner*/
.banner{
    width: 100%;
    min-width: 1200px;
    position: relative;
    height: 680px;
}
.banner .sw_ztc{
}
.banner img{
    width: 100%;
    height: 680px;
    object-fit: cover;
}
/*顶部表单*/
.form_top{
    position: absolute;
    z-index: 10;
    top: 20px;
    width: 100%;
    min-width: 1200px;
    left: 0;
}
.form_top .form_top_border{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.form_top h2{
    padding: 34px 53px 24px 0;
    font-size: 20px;
    color: #0cb46a;
    font-weight: normal;
}
.form_top form{
    height: 498px;
    width: 368px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    right: 0;
    top: 65px;
}
.form_top form input{
    width: 270px;
    padding: 0 18px;
    height: 45px;
    font-size: 16px;
    margin-bottom: 14px;
    border: 1px solid #dddddd;
}
.form_top form input::placeholder{
    color: #999999;
}
.form_top form textarea{
    width: 270px;
    height: 100px;
    border: 1px solid #dddddd;
    font-size: 16px;
    margin-bottom: 14px;
    padding: 15px 18px;
    resize:none;
}
.form_top form textarea::placeholder{
    color: #999999;
    font-family: fantasy;
}
.form_top form button{
    width: 305px;
    height: 45px;
    border: none;
    font-size: 20px;
    /*border: 1px solid #028944;*/
    background-color: #028944;
    color: #fff;
    cursor: pointer;
}
.form_top form b{
    position: absolute;
    font-size: 22px;
    color: #028944;
    top: 157px;
    left: 37px;
}
.index_part1{
    height: 1899px;
    width: 100%;
    min-width: 1200px;
    background-image: url("../images/bg1.jpg");
    background-size: cover;
    margin-top: -6px;
    margin-bottom: 1170px;
}
.index_part1 .one{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding-top: 60px;
}
.index_part1 .one ul{
    position: absolute;
    width: 1200px;
    height: 367px;
    top: 243px;
}
.index_part1 .one ul li{
    width: 330px;
    height: 80px;
    position: absolute;
}
.index_part1 .one ul li img{
    width: 330px;
    height: 80px;
}
.index_part1 .one ul .num1{
    bottom: 0;
    left: 0;
}
.index_part1 .one ul .num2{
    left: 100px;
    bottom: 140px;
}
.index_part1 .one ul .num3{
    top: 0;
    left: 45px;
}
.index_part1 .one ul .num4{
    top: 30px;
    right: 70px;
}
.index_part1 .one ul .num5{
    bottom: 57px;
    right: 0;
}
.index_part1 .two{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}
.index_part1 .two ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index_part1 .two ul li{
    width: 230px;
    height: 136px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    background-color: #f8f8f8;
}
.index_part1 .two ul li img{
    position: absolute;
    top: -45px;
    left: 75px;
}
.index_part1 .two ul li:hover img{ -webkit-animation: aase 0.8s 1; -moz-animation: aase 0.8s 1; animation: aase 0.8s 1;}

.index_part1 .two ul li p{
    font-size: 20px;
    width: 205px;
    text-align: center;
    line-height: 26px;
}
.index_part1 .two .two_btn{
    width: 670px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto 0 auto;
}
.index_part1 .two .btn{
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.index_part1 .two .btn:after{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(1);
    animation: 1s btn ease-in-out infinite;
    background: #fff;
}
.index_part1 .two .btn:nth-child(1){
    background: linear-gradient(#ffcb01, #ffde5c);
}
.index_part1 .two .btn:nth-child(2){
    background: #0476e0;
    color: #ffffff;
}
.index_part1 .three{
    width: 100%;
    min-width: 1200px;
    height: 944px;
    background-image: url("../images/p_p_1.png");
    background-repeat: no-repeat;
    background-position: center 420px;
}
.index_part1 .three .three_title{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}
.index_part1 .three .three_title h2{
    font-size: 36px;
    line-height: 36px;
    margin: 60px 0 30px 0;
}
.index_part1 .three .three_title p{
    font-size: 18px;
    line-height: 32px;
}
.index_part1 .three .three_title b{
    color: #028944;
}
.index_part1 .three .three_content{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin-top: 85px;
}
.index_part1 .three .three_content img{
    width: 760px;
    height: 465px;
}
.index_part1 .three ul{
    position: absolute;
    width: 1200px;
    height: 405px;
    top: 0;
}
.index_part1 .three ul p{
    font-size: 18px;
}
.index_part1 .three ul .num1{
    position: absolute;
    top: -16px;
    left: 145px;
    background-image: url(../images/p_p_3.png);
    width: 200px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 62%;
}

.index_part1 .three ul .num2{
    position: absolute;
    top: 65px;
    left: 50px;
    background-image: url(../images/p_p_3.png);
    width: 200px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 62%;
}
.index_part1 .three ul .num3{
    position: absolute;
    top: 200px;
    left: 20px;
    background-image: url(../images/p_p_3.png);
    width: 200px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 62%;
}
.index_part1 .three ul .num4{
    position: absolute;
    top: 80px;
    right: 175px;
    background-image: url(../images/p_p_4.png);
    width: 200px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left;
    text-align: right;
    background-size: 62%;
}
.index_part1 .three ul .num5{
    position: absolute;
    top: 110px;
    right: 0px;
    background-image: url("../images/p_p_4.png");
    width: 240px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left;
    text-align: right;
    background-size: 60%;
}
.index_part1 .three ul .num6{
    position: absolute;
    top: 180px;
    right: 50px;
    background-image: url("../images/p_p_4.png");
    width: 200px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left;
    text-align: right;
    background-size: 62%;
}
.index_part1 .three .three_bottom{
    text-align: center;
}
.index_part1 .three .three_bottom p{
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    margin: 20px 0 10px 0;
}
.index_part1 .three .three_bottom h2{
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}
.index_part1 .four .title{
    text-align: center;
    padding: 40px 0 45px 0;
}
.index_part1 .four .title h2{
    font-size: 36px;
    line-height: 36px;
}
.index_part1 .four .title b{
    color: #028944;
}
.index_part1 .four .main{
    width: 1200px;
    height: 669px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}
.index_part1 .four .main .l{
    position: absolute;
    top: 0;
    left: -100px;
    /*animation: 1s duibil;*/
}
.index_part1 .four .main .r{
    position: absolute;
    top: 0;
    right: -100px;
    /*animation: 1s duibir;*/
}
.index_part1 .four .main ul{
    position: relative;
    z-index: 1;
    padding-top: 157px;
    animation: 3s duibim;
}
.index_part1 .four .main ul li{
    width: 128px;
    height: 38px;
    line-height: 38px;
    border-radius: 8px;
    font-size: 20px;
    color: #028944;
    text-align: center;
    border: 1px solid #028944;
    margin-bottom: 20px;
}
.index_part1 .four .btn{
    margin: 60px auto 140px auto;
    width: 575px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background:linear-gradient(#ffcb01, #ffde5c);
    border-radius: 30px;
    padding: 0 100px 0 25px;
}
.index_part1 .four .btn div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.index_part1 .four .btn div p{
    font-size: 24px;
    line-height: 24px;
}
.index_part1 .four .btn div img{
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.index_scroll{
    min-width: 1200px;
}
.index_scroll img{
    width: 100%;
}
.index_part2{
    height: 1724px;
    background-image: url("../images/bg2.png");
    background-repeat: no-repeat;
    background-position: center 133px;
    /*background-size: 100%;*/
    min-width: 1200px;
}
.index_part2 ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index_part2 ul li{
    margin: 30px 0;
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.index_part2 ul li img{
    position: relative;
    opacity: 0;
}

.index_part2 .two_btn{
    width: 670px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto 0 auto;
}
.index_part2 .btn{
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.index_part2 .btn:after{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(1);
    animation: 1s btn ease-in-out infinite;
    background: #fff;
}
.index_part2 .btn:nth-child(1){
    background: linear-gradient(#ffcb01, #ffde5c);
}
.index_part2 .btn:nth-child(2){
    background: #0476e0;
    color: #ffffff;
}

.index_part3{
    min-width: 1200px;
    height: 557px;
    background-image: url("../images/bg3.png");
    background-repeat: no-repeat;
    padding: 90px 0 60px 0;
}
.index_part3_border{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index_part3 .right{
    width: 860px;
    height: 415px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.index_part3 .right img{
    cursor: pointer;
}
.index_part3 .right img:hover{ -webkit-animation: aase 0.8s 1; -moz-animation: aase 0.8s 1; animation: aase 0.8s 1;}
.index_part3 .btn{
    margin: 60px auto 140px auto;
    width: 575px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background:linear-gradient(#ffcb01, #ffde5c);
    border-radius: 30px;
    padding: 0 100px 0 25px;
}
.index_part3 .btn div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.index_part3 .btn div p{
    font-size: 24px;
    line-height: 24px;
}
.index_part3 .btn div img{
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.index_part4{
    min-width: 1200px;
    margin-bottom: 60px;
}
.index_part4  h2{
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    padding: 58px 0 30px 0;
}
.index_part4 b{
    color: #028944;
}
.index_part4 .border{
    width: 1200px;
    margin: 0 auto;
}
.index_part4 .border ul{
    width: 1200px;
    height: 917px;
    position: relative;
}
.index_part4 .border li{
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}
.index_part4 .border li p{
    position: absolute;
    bottom: 4px;
    left: 0;
    font-size: 18px;
    color: #fff;
    background-image: url("../images/anli_bg.png");
    width: 96px;
    line-height: 28px;
    height: 28px;
    text-align: center;
}
.index_part4 .border li:hover img{
    transform: scale(1.2, 1.2);transition-delay: 0s; transition-duration: 0.4s; transition-property: all; transition-timing-function: ease;-moz-transition-delay: 0s; -moz-transition-duration: 0.4s;
}
.index_part4 .border .one{
    top: 0;
    left: 0;
}
.index_part4 .border .two{
    bottom: 0;
    left: 0;
}
.index_part4 .border .three{
    top: 332px;
    left: 362px;
}
.index_part4 .border .four{
    right: 0;
    top: 0;
}
.index_part4 .border .five{
    bottom: 0;
    right: 0;
}
.index_part5  .title{
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    padding: 60px 0 40px 0;
}
.index_part5  .title b{
    color: #028944;
}
.index_part5{
    min-width: 1200px;
    padding-bottom: 60px;
}
.index_part5 .border{
    width: 1200px;
    margin: 0 auto;
}
.index_part5 ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index_part5 li:nth-child(even){
    padding-top: 130px;
}
.index_part5 li:nth-child(odd){
    width: 346px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.index_part5 li:nth-child(odd) .top{
    width: 346px;
    height: 350px;
    position: absolute;
    top: -350px;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    transition: all 500ms;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.index_part5 li:nth-child(odd) .top img{
    width: 60px;
    height: 60px;
}
.index_part5 li:nth-child(odd):hover .top{
    top: 0;
}
.index_part5 li:nth-child(odd) .bottom{
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index_part5 li:nth-child(odd) .bottom img{
    width: 346px;
    height: 300px;
}
.index_part5 li:nth-child(odd) .bottom h2{
    width: 346px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: #028944;
}
.index_part5 .content{
    padding: 20px 0 30px 0;
}
.index_part5 .content p{
    font-size: 16px;
    line-height: 16px;
}
.index_part5 .content p:nth-child(1){
    margin-bottom: 14px;
}
.index_part5 .btn{
    /*width: 670px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*margin: 25px auto 0 auto;*/
}
.index_part5 .btn div{
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.index_part5 .btn div:after{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(1);
    animation: 1s btn ease-in-out infinite;
    background: #fff;
}
.index_part5 .btn div:nth-child(1){
    background: linear-gradient(#ffcb01, #ffde5c);
}
.index_part5 .btn div:nth-child(2){
    background: #0476e0;
    color: #ffffff;
}

.index_part6{
    width: 100%;
    min-width: 1200px;
    background-color: #f7f7f7;
    padding: 70px 0 80px 0;
}
.index_part6 .border{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
}
.index_part6 .top{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index_part6 .top_text{
    width: 938px;
}
.index_part6 .top_text h2{
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    padding: 80px 0 30px 0;
}
.index_part6 .top_text h3{
    font-size: 16px;
    color: #666666;
    line-height: 16px;
}
.index_part6 .top_text h3 b{
    font-size: 24px;
    color: #049249;
    line-height: 24px;
}
.index_part6 .top_text p{
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 20px;
}
.index_part6 .top_text p:nth-child(3){
    padding-bottom: 10px;
}
.index_part6 .top_text p b{
    font-size: 28px;
    color: #049249;
    line-height: 28px;
    margin: 0 10px;
}
.index_part6 .top_text .btn{
    width: 64px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #049249;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 0 10px;
    position: relative;
}
.index_part6 .top_text .btn img{
    position: absolute;
    bottom: -30px;
    right: 0;
    animation-name: flash;
    animation-iteration-count: infinite;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.index_part6 .bottom{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
}
.index_part6 .bottom .right{
    width: 523px;
    /*height: 313px;*/
}
.index_part6 .bottom .right li{
    margin-bottom: 20px;
}
.index_part6 .bottom .right .btn{
    text-align: center;
}
.index_part6 .bottom input {
    height: 46px;
    line-height: 46px;
    width: 100%;
    color: #666;
    font-size: 15px;
    background-color: #fff;
    border: #bcbcbc 1px solid;
    border-radius: 8px;
    text-indent: 35px;
    box-sizing: border-box;
    outline: none;
}
.index_part6 .bottom .tex_user{
    background: url(../images/lytb1.png) no-repeat 10px center #fff;
}
.index_part6 .bottom .tex_tel{
    background: url(../images/lytb2.png) no-repeat 12px center #fff
}
.index_part6 .bottom textarea{
    background: url(../images/lytb3.png) no-repeat 10px 17px #fff;
    padding: 15px 0 0;
    text-indent: 35px;
    width: 100%;
    border: #bcbcbc 1px solid;
    border-radius: 8px;
    height: 100px;
    line-height: 20px;
    font-size: 15px;
    color: #666;
    box-sizing: border-box;
    resize:none;
    outline: none;
}
.index_part6 .bottom .right h2{
    font-size: 18px;
    line-height: 38px;
    color: #000;
    font-weight: normal;
}
.index_part6 .bottom .right b{
    color: #009610;
}
.index_part6 .bottom .right button{
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: none;
    background: linear-gradient(#ffcb01, #ffde5c);
    margin: 0 auto;
}
.index_part6 .bottom  .left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 318px;
    /*height: 305px;*/
    margin: 0 90px 0 222px;
}
.index_part6 .bottom  .left h2{
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.index_part6 .bottom  .left p{
    font-size: 14px;
}
.index_part6 .bottom  .left p:nth-child(2){
    width: 230px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.index_part6 .bottom  .left ul{
    width: 318px;
    height: 380px;
    overflow: hidden;
}
.index_part6 .bottom  .left li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 318px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    height: 20px!important;
}
#LRfloater0{
    display: none;
}