/*中美欧生产基地*/
.index1{
    padding:165px 0 0;
}
.index_box1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_t1{

}
.index_t1 h2{
    color: #ae0002;
    line-height: 1;
}
.index_t1 p{
    color: #333333;
    line-height: 1.8;
    margin-top:28px;
    text-align: justify;
}
.index_box1 .text{
    width: 23%;
    padding-top:5px;
}
.index_box1 .text a{
    margin-top:51px;
}
a.more2{
    display: block;
    text-align: center;
    width: 150px;
    height: 48px;
    line-height: 48px;
    border:1px solid #ae0002;
    font-size: 14px;
    color: #ae0002;
   -webkit-border-radius: 24px; 
    -moz-border-radius: 24px; 
    border-radius: 24px;
    font-family: "FZLT_M2"; 
}
a.more2:hover{
    background: #ae0002;
    color: #fff;
}
.imdex_imgs{
    /*width: 65.679%;*/
    /*padding-right: 32px;*/
    width: 65.34%;
    padding-right: 26px;
}
.imdex_imgs .swiper-container{
    padding-bottom: 60px;
}
.imdex_imgs .swiper-container img{
   -webkit-border-radius: 40px; 
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.imdex_imgs .swiper-container .swiper-pagination{
    bottom:-5px;
}
.imdex_imgs .swiper-container .swiper-pagination .swiper-pagination-bullet{
    margin-left: 6px;
    margin-right: 6px;
    height: 15px;
    width: 15px;
   -webkit-border-radius: 100%; 
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #ae0002;
    background-color: #fff;
    opacity: 1;
}
.imdex_imgs .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #ad000499;    
}
.index_product{
    padding:90px 0 0;
}
.index_product.index_box1 .text{
    padding-top:3px;
}
.index_product_list{
    margin-top:72px;
}
.index_product_list dl{
    margin-bottom: 45px;
}
.index_product_list dl:last-child{
    margin-bottom: 0;
}
.index_product_list dl dt{
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    font-family: "FZLT_M";
    padding-bottom: 14px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 17px;
}
.index_product_list dl dd{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* grid-column: span 8 / span 8; */
    row-gap: 15px;
    gap: 16px;
}
.index_product .index_product_list dl dd a{
    margin-top:0;    
}
.index_product_list dl dd a{
    display: block;
    text-align: center;
}
.index_product_list dl dd .img{
    line-height: 50px;
}
.index_product_list dl dd .img img{
    max-width: 60px;
    max-height: 50px;
}
.index_product_list dl dd p{
    font-size: 14px;
    color: #4d4d4d;
    margin-top:5px;
    line-height: 1.5em;
}
.index_product_list dl dd p sup{
    top:0;
    font-size:11px; 
}
.index_product_list dl dd p span{
    display: block;
    /*display: flex;*/
    /*justify-content: center;*/
}
.index_product_r{
    width: 65.34%;
    padding-right: 26px;  
    padding-top:6px;
}
.list1{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
/*    grid-column: span 8 / span 8;*/
    row-gap: 36px;
    /* 设置列与列、行与行之间的间距为 36px */
    gap: 40px;
/*    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;*/
}
.list1 li{
    -webkit-border-radius: 40px; 
    -moz-border-radius: 40px;  
    border-radius: 40px;
/*    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);*/
    box-shadow: 3px 3px 12px rgba(0,0,0,.2);
}
.list1 li:nth-child(2n){
    transform: translate(0, 50%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    position: relative;
    top:-23px;
}
.list1 li:nth-child(2n) .texts .txt{
    margin-top:26px;
}
.list1 li .img{
    -webkit-border-radius: 40px 40px 0 0; 
    -moz-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
}
.list1 li .img img{
    width: 100%;
}
.list1 li .texts{
    -webkit-border-radius: 0 0 40px 40px; 
    -moz-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
    padding:36px 32px 33px;
}
.list1 li .texts h3{
    line-height: 1;
    color: #000000;
    padding-bottom: 10px;
}
.list1 li .texts p.p1{
    line-height: 1.6;
    font-family: "FZLT_M";
    color: #000000;
    font-size:20px;
}
.list1 li .texts .txt{
    margin-top:23px;
    color: #333333;
    font-family: "FZLT_S";
    line-height: 1.8;
    text-align: justify;
}
.index_more{
    margin-top:62px;
    display: flex;
    justify-content: flex-end;
}
@media(max-width: 1880px){
    .index_box1 .text{
        width: 26%;
    }

    .index_product_list dl dt{
        padding-bottom:10px;
    }
    .index_product_list dl dd p{
        font-size:13px;
    }
    .index_product_list dl dd p sup{
        top:1px;
    }
}
@media(max-width: 1600px){
    .index1 {
        padding: 100px 0 0;
    }
    .index_box1 .text{
        width: 30%;
    }
    .index_box1 .text a {
        margin-top: 40px;
    }
    a.more2{
        width: 125px;
        height: 44px;
        line-height: 44px;
        -webkit-border-radius: 22px; 
        -moz-border-radius: 22px;
        border-radius: 22px;
    }
    .list1 li .texts p.p1{
        font-size:18px;
    }
    .index_more{
        margin-top:35px;
    }
    .index_product_r{
        padding-right:0;
    }
    .index_product_list dl dd{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 10px;
        gap:  15px 12px;
    }
}
@media(max-width: 1440px){
    .index_product_list dl dd{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 8px;
        gap:  15px 8px;
    }
}
@media(max-width: 1360px){
    .index_product_list dl dd{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 4px;
        gap:  15px 4px;
    }
    .index_product_list dl dd p{
        font-size:12px;
    }
}
@media(max-width: 1279px){
    .list1 li .texts p.p1{
        font-size:16px;
    }
    .list1 li .texts{
        padding: 25px 20px;
    }
    .list1 li .texts .txt{
        margin-top:10px;
    }
}
@media(max-width: 1123px){
    .index_product.index_box1 .text{
        width:100%;
    }
    .index_product_list{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .index_product_list dl{
        width:48%;
        margin-bottom:0;
    }
    .index_product_list dl dd p{
        height:3em;
        font-size:10px;
    }
    .index_product .index_box1 .text,
    .index_product_r{
        width: 100%;
    }
    .index_product_list,.index_product_r{
        margin-top:55px;
    }
}
@media(max-width: 991px){
    .index_box1 .text{
        width: 100%;
        margin-bottom: 35px;
    }
    .imdex_imgs {
        width: 100%;
        padding-right:0;
    }
    .list1 li{
        width: 100%;
        max-width: 720px;
        margin:0 auto;
    }
    .list1 li:nth-child(2n){
        top:0;
    }
    .index_more {
        margin-top: 25px;
    }
    .list1 li:nth-child(2n) .texts .txt{
        margin-top:0;
    }
}
@media(max-width: 820px){
    .index1,.index_product{
        padding: 75px 0 0;
    }
    .index_t1 p{
        margin-top:20px;
    }
    .index_product_list dl dd .img{
        line-height:40px;
        height:40px;
    }
    .index_product_list dl dd .img img{
        max-height:45px;
        max-width:40px;
    }
}
@media(max-width: 767px){
    .index_product_list,.index_product_r{
        margin-top:20px;
    }
    .index_product_list dl{
        width: 100%;
        margin-bottom:30px;
    }
    .index_product_list dl dd a p{
        height:auto;
    }
}
@media(max-width: 640px){
    .index1,.index_product{
        padding: 40px 0 0;
    }   
    .index_box1 .text{
        margin-bottom:20px;
    }
    .imdex_imgs .swiper-container {
        padding-bottom: 25px;
    }
    a.more2{
        width: 110px;
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 20px; 
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    .index1 .text a{
        display:none;
    }
    .imdex_imgs .swiper-container .swiper-pagination .swiper-pagination-bullet{
        width:7px;
        height:7px;
    }
}

.index_case{
    /*padding:380px 0 231px;*/
    padding:231px 0;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.index_case .text{
    width: 25.5%;
    padding-left: 80px;
    padding-top:13px;
}
.index_case .index_box1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}
.index_case_r{
    width: 64.1%;  
    padding-top:3px;
}
#index_case_scroll{
    will-change: transform;
}
#index_case_scroll{
    transition-property: transform;
}

#index_case_scroll .swiper-wrapper{
    transform: translate(0, 0);
}

#index_case_scroll .swiper-slide {
    transform: translate(0, 0);
}
.list2{
    display: flex;
    grid-column: span 8 / span 8;
    padding:8px 0;
    cursor: pointer;
}
.list2 a{
    display: block;
    width: 480px;
    box-shadow: 3px 3px 12px rgb(0,0,0,.2);
    -webkit-border-radius: 40px; 
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-right: 40px;
}
.list2 a:last-child{
    margin-right: 0;
}
.list2 a .img{
    -webkit-border-radius: 40px 40px 0 0; 
    -moz-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
}
.list2 a .text1{
    -webkit-border-radius: 0 0 40px 40px; 
    -moz-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
    padding:32px;
    height: 114px;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.list2 a .text1 h3{
    color: #000;
    line-height: 1.2;
    font-size: 24px;
}
.list2 a .text1 i{
    width: 50px;
    height: 50px;
    background:#ae0002;
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    color: #fff;
}
.index_qw{
    padding:68px 0 115px;
    background:#f3f3f3;
}
.index_qw .wrap{
    width: calc(100% - 148px);
}
.index_qw .index_t1 p{
    max-width: 404px;
}
.index_qw_scroll{
    position: relative;
    margin-top:57px;
}
#index_qw_scroll{
    padding:6px;
}
#index_qw_scroll .swiper-slide{
    text-align: center;
    -webkit-border-radius: 40px; 
    -moz-border-radius: 40px;
    border-radius: 40px;
    background:#fff;
    box-shadow: 2px 2px 6px rgb(0,0,0,.2);
}
#index_qw_scroll .swiper-slide .text{
    padding:44px 40px 30px;
    height: 300px;
    overflow: hidden;
}
#index_qw_scroll .swiper-slide .img{
    line-height: 98px;
}
#index_qw_scroll .swiper-slide h3{
    color: #3e3a39;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top:27px;
    font-size: 16px;
}
#index_qw_scroll .swiper-slide p{
    color: #808080;
    font-family: "FZLT_S";
    line-height: 1.6em;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}
#index_qw_scroll .swiper-slide a{
    display: flex;
    align-items:center;
    justify-content: center;
    height: 60px;
    background:#f3f3f3;
    -webkit-border-radius: 0 0 40px 40px; 
    -moz-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
    font-size:16px;
    color: #a3a3a3;
    font-family: "FZLT_S";
    display: none;
}
#index_qw_scroll a i{
    margin-left: 10px;
}
#index_qw_scroll a i img{
    max-width: 16px;
}
.index_qw_scroll .swiper-button-prev,.index_qw_scroll .swiper-button-next{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%; 
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top:-38px;
    opacity: 1!important;
    cursor: pointer;
}
.index_qw_scroll .swiper-button-prev{
    left:-18px;
    background:url(/template/default/images/left1.png) no-repeat center #000000;
}
.index_qw_scroll .swiper-button-next{
    right:-18px;
    background:url(/template/default/images/right1.png) no-repeat center #000000;
}
@media(max-width: 1600px){
    .index_case {
        /*padding: 300px 0 150px;*/
        padding:150px 0;
    }
    .list2 a{
        width: 380px;
    }
    .list2 a .text1{
        height: 90px;
        padding:32px 25px;
    }
    .list2 a .text1 h3{
        font-size:20px;
    }
    #index_qw_scroll .swiper-slide .text{
        padding:30px 20px;
        height: 260px;
    }
    #index_qw_scroll .swiper-slide h3{
        font-size:18px;
        margin-top:15px;
    }
    #index_qw_scroll .swiper-slide p{
        font-size:16px;
    }
    #index_qw_scroll .swiper-slide a{
        font-size:16px;
        height: 50px;
    }
}
@media(max-width: 1280px){
    .list2 a .text1 h3{
        font-size:17px;
    }
    #index_qw_scroll .swiper-slide h3{
        font-size:17px;
    }
}
@media(max-width: 1279px){
    .index_case {
        /*padding: 350px 0 150px;*/
        padding:150px 0;
    }
    .index_case .text{
        padding-left:50px;
    }
    .list2 a{
        width: 350px;
    }
    .index_qw{
        padding:65px 0 100px;
    }
    .index_qw .wrap{
        width: calc(100% - 88px);
    }
    #index_qw_scroll .swiper-slide .text{
        height: 240px;
    }
    #index_qw_scroll .swiper-slide h3{
        font-size:16px;
    }
    #index_qw_scroll .swiper-slide p{
        font-size:14px;
    }
}
@media(max-width: 991px){
    .index_case {
        /*padding: 320px 0 100px;*/
        padding:100px 0;
    }
    .index_case .text,.index_case_r{
        width: 100%;
    }
    .index_case_r{
        padding-left:40px;
    }
}
@media(max-width: 820px){
    .index_case .text{
        padding:0 40px;
    }
    .list2 a{
        width: 300px;
        margin-right:30px;
    }
    .index_qw{
        padding:65px 0 75px;
    }
    .index_qw .wrap{
        width: calc(100% - 68px);
    }
    .index_qw_scroll{
        margin-top: 45px;
    } 
}
@media(max-width: 767px){
    .index_case .text{
        padding:0 20px;
    }
    .list1 {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 20px;
        gap: 20px;
    }
    .list1 li:nth-child(2n) {
        transform: translate(0, 0%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    }
    .list2 a{
        width: 260px;
        margin-right:20px;
    }
    .list2 a .text1 {
        height: 60px;
        padding:15px;
    }
    .list2 a .text1 i{
        width:35px;
        height:35px;
    }
    .list2 a .text1 h3{
        font-size:15px;
    }
/*}
@media(max-width: 640px){*/
    .index_case {
        padding: 75px 0 55px;
        /*padding:55px 0;*/
    }
    .index_qw{
        padding:55px 0;
    }  
    .index_qw .wrap{
        width: calc(100% - 28px);
    }
    .index_qw_scroll{
        margin-top: 30px;
    } 
    .index_qw_scroll .swiper-button-prev{
        left:-12px;
    }
    .index_qw_scroll .swiper-button-next{
        right:-12px;
    }

}
@media(max-width:600px){
    .imdex_imgs .swiper-container img,.list1 li,.list2 a,#index_qw_scroll .swiper-slide{
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    .list2 a{
        width:195px;
        margin-right: 15px;
    }
    .list2 a .img,.list1 li .img{
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
    }
    .list2 a .text1,.list1 li .texts{
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
    }
    .list2 a .text1 i{
        width:30px;
        height:30px;
        padding:7px 7px;
    }
    .list2 a .text1 h3{
        font-size:14px;
    }
    .index_qw_scroll {
        margin-top: 20px;
    }
    #index_qw_scroll .swiper-slide{
        
    }
    #index_qw_scroll .swiper-slide .img{
        line-height:50px;
    }
    #index_qw_scroll .swiper-slide .img img{
        max-height:50px;
    }
    #index_qw_scroll .swiper-slide .text{
        padding:15px 10px;
        height:140px;
        text-align:center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #index_qw_scroll .swiper-slide h3 {
        font-size: 12px;
    }
    #index_qw_scroll .swiper-slide p{
        display:none;
    }
    #index_qw_scroll .swiper-slide a{
        display:none;
    }
    .index_case_r{
        padding-left:20px;
        padding-right:20px;
    }
.index_qw_scroll .swiper-button-prev{
    background: url(/template/default/images/left1.png) no-repeat center center #000;
}
.index_qw_scroll .swiper-button-next{

    background: url(/template/default/images/right1.png) no-repeat center center #000;
}
    .index_qw_scroll .swiper-button-prev, .index_qw_scroll .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background-size:18px;
    }
    .index_qw_scroll .swiper-button-prev {
        left: -12px;
    }
    .index_qw_scroll .swiper-button-next {
        right: -12px;
    }

}


.index_news{
    padding:163px 0 105px;
}
.index_news.index_box1 .text{
    padding-top:2px;
}
#index_news1 .swiper-slide{
    visibility: hidden;
}
#index_news1 .swiper-slide-active{
    visibility: visible;
}
#index_news1 .p1{
    font-size:16px;
    color: #666666;
    margin:17px 0 22px;
}
#index_news1 .p2{
    font-size:18px;
    color: #333333;
    max-width: 338px;

}
#index_news2 .swiper-slide img{
    border-radius: 40px;
    visibility: hidden;
}
#index_news2 .swiper-slide-active img{
    visibility: visible;
}
.index_news_more{
    display: flex;
/*    flex-wrap: wrap;*/
    align-items:center;
    margin-top:50px;
}
.index_news_more a{
    margin-right: 52px;
    margin-top:0!important;
}   
a.news_more1{
    color: #ae0002;
    font-family: "FZLT_M2";
}
a.news_more1 i{
    margin-left: 11px;
}
.index_bottom{
    text-align: center;
    padding:180px 0 183px;
    background:#f3f3f3;
}
.index_bottom .index_t1 p{
    margin-top: 27px;
    text-align: center;
}
.index_bottom a{
    margin:48px auto 0;
}
.index_bottom a:hover{
    border:2px solid #ae0002;
    background:none;
    color: #ae0002;
}
@media(max-width: 1600px){
    .index_bottom{
        padding:125px 0 150px;
    }
    .index_news_more a{
        margin-right: 35px;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1279px){
    .index_news_more a{
        margin-right: 25px;
    }
    .index_bottom a {
        margin: 50px auto 0;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index_news {
        padding: 75px 0;
    }
    .index_news_more{
        margin-top:30px;
    }
    .index_bottom {
        padding: 75px 0 120px;
    }
    .index_bottom a {
        margin: 35px auto 0;
    }
    #index_news1 .p2{
        font-size:16px;
    }
    a.news_more1 i img{
        max-width:16px;
    }
}
@media(max-width: 600px){
    .index_news {
        padding: 40px 0;
    }   
    .index_news_more{
        margin-top:20px;
    }
    .index_bottom {
        padding: 40px 0 55px;
    }
    .index_bottom .index_t1 h2{
        line-height: 1.2;
    }
    .index_bottom a {
        margin: 25px auto 0;
    }
    #index_news2 .swiper-slide img{
        border-radius:20px;
    }
    #index_news1 .p2{
        font-size:14px;
    }
    a.news_more1 i{
        margin-left:6px;
    }
    a.news_more1 i img{
        max-width:12px;
    }
}


/*页面底部*/
footer{
    background:#ae0002;
    padding:6px 0 0;
    position: relative;
}
.f_svg1{
    position: absolute;
    top:1px;
    left:0;
    width: calc(100% + 1px);
    transform: translate(0, -100%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}
.foot_top{
    position: absolute;
    top:-28px;
    right:-6px;
    z-index: 9;
    width: 100%;
}
.foot_top .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.f_logo{
    display: none;
}
.f_share{
    display: flex;
}
.f_share li{
    margin-right: 22px;
    position: relative;
}
.f_share li:last-child{
    margin-right: 0;
}
.f_share li .img{
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background:rgba(255,255,255,.3);
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .8;
    padding:6px;
}
.f_share li .img img{
    opacity: .8;
}
.f_share li .f_code{
    position: absolute;
    top:-130px;
    left:50%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin-left: -60px;
    background:#fff;
    z-index: 9;
    display: none;
}
.f_share li:hover .img{
    /*background: #ae0002;*/
    opacity: 1;
}
.f_share li:hover .img img{
    opacity: 1;
}
.f_share li:hover .f_code{
    display: block;
}


.foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:40px 0 55px;
}
.foot_l{
    width: 35%;
}
.f_logo{

}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 52%;
}
.f_nav dl{

}
.f_nav dl dt,.f_nav dl dt a{
    font-size:18px;
    color: #fff;
    margin-bottom: 21px;
    font-family: "FZLT_M";
}
.f_nav dl dt.dl2{
    margin-top: 30px;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size:14px;
    color: rgba(255,255,255,.7);
    font-family: "FZLT_S";
    margin-bottom: 12px;
    line-height: 1;
}
.f_nav dl dd a:last-child{
    margin-bottom: 0;
}
.f_nav dl dd a:hover,.f_link_a a:hover{
    color: #fff;
}

.foot_r{
    width: 33.6%;
    margin-right: -6px;
}
.foot_r .p1{
    font-size:18px;
    color: #fff;
    font-family: "FZLT_M";
    width: 178px;
    text-align: right;
}
.foot_r_t{
    display: flex;
    flex-wrap: wrap;
}
.foot_r_t_imgs{
    padding-top:4px;
    /*padding-right: 6px;*/
}
.foot_r_t_imgs,.f_link_a{
    width: calc(100% - 178px);
    padding-left: 70px;
}
.foot_r_t_imgs{
    display: flex;
    justify-content: space-between;
}
.foot_r_t_imgs p{
    width: calc(50% - 8.5px);
}
.foot_r_t_imgs p img{
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.f_link {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_link .p1{
    line-height: 1;
}
.f_link_a a{
    display: block;
    font-size:14px;
    color: rgba(255,255,255,.8);
    font-family: "FZLT_S";
    margin-bottom: 12px;
    line-height: 1;
}
.f_link_a a:nth-child(1){
    /*line-height: 1;*/
    margin-top: 2px;
}
.f_link_a a:last-child{
    margin-bottom: 0;
}
.f_link_a a:hover{
    color: #fff;
}
.copyright{
    background:#ae0002;
    padding:0px 0 22px;
    font-size:12px;
    color: #fff;
    font-family:FZLT_S;
    line-height: 1.6;
}
.copyright .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.copyright a{
    font-size:12px;
    color: #fff; 
    font-family:FZLT_S; 
}
.copyright a img{
    margin-right: 8px;
}
.copyright a:hover{
    text-decoration: underline;
}
@media(max-width: 1600px){
    /*footer{*/
    /*    padding: 60px 0 0;*/
    /*}*/
    .foot_top{
        top:-20px;
    }
    .f_nav{
        width: 60%;
    }
    .f_nav dl dt,.f_nav dl dt a,.foot_r .p1{
        font-size:16px;
    }
    .f_nav dl dd a,.f_link_a a,.copyright,.copyright a{
        font-size:14px;
    }
    .foot_r .p1{
        width: 145px;
    }
    .foot_r_t_imgs, .f_link_a {
        width: calc(100% - 145px);
        padding-left: 40px;
    }
    .copyright{
        padding:15px 0;
    }
}
@media(max-width: 1280px){
    .foot {
        padding: 30px 0 40px;
    }
    .f_logo img{
        max-height:30px;
    }
    .f_share li .img{
        width:32px;
        height:32px;
        line-height:32px;
        padding:4px;
    }
/*    .f_share li .img img{
        max-height:14px;
        max-width:14px;
    }*/
    .f_nav dl dt,.f_nav dl dt a, .foot_r .p1{
        font-size:14px;
    }
    .foot_r{
        width:36%;
    }
    .foot_r .p1{
        width:125px;
    }
    .foot_r_t_imgs, .f_link_a{
        padding-left:20px;
        width: calc(100% - 125px);
    }
    .f_link_a a{
        font-size:11px;
    }
}
@media(max-width: 1279px){
    .f_nav dl dt,.f_nav dl dt a, .foot_r .p1{
        font-size:12px;
    }
    .f_nav dl dd a,.f_link_a a,.copyright,.copyright a{
        font-size:10px;
    }
}
@media(max-width: 991px){
    .f_nav{
        display:none;
    }
    .f_nav dl dt,.f_nav dl dt a,.foot_r .p1{
        font-size:14px;
    }
    /*.f_nav dl dd a, .f_link_a a{*/
    /*    font-size:12px;*/
    /*}*/
    .foot_r{
        width:100%;
    }
}
@media(max-width: 820px){
    .foot_top,.foot_r,.foot{
        display:none;
    }
    footer {
        padding: 0px 0 0;
    }
}
@media(max-width: 640px){
    /*footer{*/
    /*    margin-bottom:56px;*/
    /*}*/
    footer {
        padding: 0px 0 0;
/*        margin-bottom: 55px;*/
    }
    .copyright {
        padding: 12px 0;
    }
    .copyright_l,.copyright_r{
        width:100%;
        text-align:center;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.n_banner img {
    width: 100%;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    z-index: 99; 
    color: #fff;
}
.n_banner_text h1{
    padding-bottom:32px;
    padding-top:149px;
    line-height: 1;
}
.n_banner_text p{
    width: 40%;
    max-width: 530px;
    line-height: 1.7;
    text-align: justify;
}

.sitemp{
    margin:0px 0 60px;
    /*display: none;*/
}
.sitemp .site{

}
.s_arrow{
    margin:0 18px;
}
.sitemp .site,.sitemp .site a{
    font-size:18px;
    color: #808080;
    font-family: "FZLT_S";
}
.sitemp .site a:hover,.sitemp .site a:last-child{
    color: #ae0002;
}
@media(max-width: 1600px){
    .n_banner_text h1{
        padding-top:120px;
         padding-bottom:25px;
    }
    .n_banner_text p{
        font-size:16px;
    }
    .sitemp{
        margin:0px 0 50px;
    }
    .sitemp .site,.sitemp .site a{
        font-size:15px;
    }
    .s_arrow{
        margin:0 12px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h1{
        padding-top:100px;
    }
    .n_banner_text p{
        font-size:14px;
    }
    .sitemp{
        margin:0px 0 40px;
    }
    .sitemp .site,.sitemp .site a{
        font-size:14px;
    }
    .s_arrow{
        margin:0 6px;
    }
}
@media(max-width: 1279px){
    /*.n_banner_text h1{*/
    /*    padding-top:100px;*/
    /*    padding-bottom:25px;*/
    /*}    */
}
@media(max-width: 1024px){
    .n_banner_text h1{
        padding-top:85px;
    }
    .n_banner_text p{
        font-size:13px;
        width:45%;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner_text h1{
        padding-top:75px;
        padding-bottom:15px;
    }  
    .n_banner_text p{
        width:55%;
    }
    .sitemp{
        margin:0px 0 30px;
    }
}
@media(max-width: 767px){
    .n_banner{
        display:none!important;
    }
    .n_banner.m_banner{
        display:block!important;
    }
    .n_banner_text{
        display: flex;
        flex-direction: column;
        justify-content: center;  
    }
    .n_banner_text h1{
        padding-top:0!important;
        font-size:24px;
        padding-bottom:0px!important;
                margin-top: -30px;
    } 
    .n_banner_text p{
        display:none!important;
        font-size:12px;
    }
    .sitemp{
        margin:0px 0 20px;
    }
}
@media(max-width: 640px){
    .n_banner_text p{
        width:100%;
    }
}
@media(max-width: 500px){
    .n_banner_text{
        
    }
    /*.n_banner_text h1{*/
    /*    font-size:18px;*/
    /*    padding-bottom:7px;*/
    /*} */
    .n_banner_text p{
        font-size:10px;
        display:none!important;
    }
}
@media(max-width: 400px){

}

/*新增产品中心*/
.product_p1{
  position: relative;
}
.p_more2{
    margin-top:36px;
}
.product_p1 dl{
    padding-bottom: 145px;
}
.product_p1 dl:last-child{
    padding-bottom: 0;
}
.product_list01 dt{
    font-size: 30px;
    color: #000000;
    line-height: 1;
    padding-top:8px;
    padding-bottom: 25px;
    /*border-bottom: 2px solid #bababa;   */
    /*margin-bottom: 20px;*/
}
.product_list01 dd{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 80px;      
}
.product_list01 dd a{
    text-align: center;
    cursor: pointer;
}
.product_list01 dd .img,.product_list02 a .img{
    border-radius: 30px;    
}
.product_list01 dd img,.product_list02 a img{
    border-radius: 30px;
    transition: all 0.4s ease-out;
}
/*.product_list01 a:hover .img img,.product_list02 a:hover .img img{*/
/*    transform: scale(1.1);*/
/*}*/

.product_list01 dd h3,.product_list02 a h3,.product_list03 a h3{
    font-size: 24px;
    color: #000000;
    margin-top:12px;
    line-height: 1.2;
}
.product_list01 a:hover h3,.product_list02 a:hover h3{
    color: #ae0002;
}

.product_p2{
    padding:260px 0 0;
    position: relative;
}
.product_list02{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 80px;      
}
.product_list02 a{
    text-align: center;
}
.product_p3{
    padding:265px 0 180px;
    position: relative;
}
.product_p3 .n_left,.product_p3 .n_right{
    width: 100%;
}
.product_list03{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px; 
    margin-top:110px;
}
.product_list03 a{
    text-align: left;    
}
.product_list03 a img{
    border-radius: 40px;
}
.product_list03 a h3{
    margin-top:34px;
    color: #ae0002;
}
.product_list03 a .text{
    /*border-right: 1px solid #dcdcdc;*/
    padding:0 20px;
}
.product_list03 a .text .txt1{
    font-family: "FZLT_S";
    color: #555;
    line-height: 1.4;
    margin-top:5px;
}
.product_list03 a .text .txt2{
    font-family: "FZLT_M";
    color: #000;  
    margin-top:30px;
    line-height: 1.4;
}
.p3_list2{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 37px 33px;  
    margin-top:60px;
}
.p3_list2 li{
    border-radius: 40px;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    background: #fff;
}
.p3_list2 li .img{
    border-radius: 40px 40px 0 0;
}
.p3_list2 li .img img{
    width: 100%;
}
.p3_list2 li .text{
    border-radius: 0 0 40px 40px;
    background: #fff;
    padding:24px 28px;
    min-height: 246px;
    position: relative;
}
.p3_list2 li .text h3{
    font-size: 22px;
    color: #000000;
    line-height: 1.2;
}
.p3_list2 li .text h3 sup{
    /*font-size: 12px;*/
    top:-1px;
}
.p3_list2 li .text h3 font{
    display: block;
    font-size: 20px;
    margin-top:3px;
}
.p3_list2 li .text .txt{
    margin-top:12px;
}
.p3_list2 li .text .txt .p_md{
        position: unset;
}
.p3_list2 li .text .txt p,.p_txt{
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    font-family: "FZLT_S";
}
.p_txt{
    line-height: 1.6;
}
.p3_list2 li .text .txt .p_intro {
    width: 100%;
    margin-left: 0px;
    left: 0;
    top: -80px;
    z-index: 9;
}
.p3_list2 li .text .txt .p_intro .cont{
    padding:10px 15px;
}
.p3_list2 li .text .txt p:last-child{
    margin-bottom: 0;
}
.p3_list2 li .text .txt p sup,.p_txt sup{
    top:2px;
}
.p3_list2 li .text .txt p:before,.p_txt:before{
    content:'';
    position: absolute;
    top:7.5px;
    left:0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.product3_list dl:nth-child(1) .p3_list2 li .text .txt p:before,.product3_list dl:nth-child(1) .p3_list2 li .text .txt .p_txt:before{
    background: #c8317d;
}
.product3_list dl:nth-child(2) .p3_list2 li .text .txt p:before,.product3_list dl:nth-child(2) .p3_list2 li .text .txt .p_txt:before{
    background: #0072b9;
}
.product3_list dl:nth-child(3) .p3_list2 li .text .txt p:before,.product3_list dl:nth-child(3) .p3_list2 li .text .txt .p_txt:before{
    background: #ed6f00;
}
.product3_list dl:nth-child(4) .p3_list2 li .text .txt p:before,.product3_list dl:nth-child(4) .p3_list2 li .text .txt .p_txt:before{
    background: #00974a;
}
.product3_list dl:nth-child(5) .p3_list2 li .text .txt p:before,.product3_list dl:nth-child(5) .p3_list2 li .text .txt .p_txt:before{
    background: #ad0003;
}
.product3_list dl:nth-child(6) .p3_list2 li .text .txt p:before,.product3_list dl:nth-child(6) .p3_list2 li .text .txt .p_txt:before{
    background: #009ea6;
}
.p3_a{
    display: none!important;
}
@media(max-width:1880px){
    .product_list03 a .text .txt1,.product_list03 a .text .txt2{
        font-size:14px;
    }
}
@media(max-width:1600px){
    .product_list01 dd h3,.product_list02 a h3,.product_list03 a h3{
        font-size:22px;
    }
    .product_list01 dd,.product_list02{
        gap: 50px;      
    }
    .product_list03{
        margin-top:90px;
    }
    .product_list03 a h3{
        margin-top:20px;
    }
    .product_p1 dl{
        padding-bottom:100px;
    }
    .product_p2 {
        padding: 160px 0 0;
    }
    .product_p3{
        padding:160px 0;
    }
    .p3_list2{
        gap: 30px 25px;  
        margin-top:50px;
    }
    .p3_list2 li .text{
        padding: 24px 20px;
    }
    .p3_list2 li .text h3{
        font-size:18px;
    }
    .p3_list2 li .text .txt p,.p_txt{
        font-size:14px;
        line-height:22px;
        padding-left: 14px;
    }
    .p3_list2 li .text .txt p:before,.p_txt:before{
        top: 7.5px;
        width: 5px;
        height: 5px;
    }
    .product_list03 a .text{
        padding:0 15px;
    }
}
@media(max-width:1440px){
    .product_list03 a .text .txt1 br,.p3_list2 li .text h3 br{
        display: none;
    }
}
@media(max-width:1280px){
    .product_list01 dd h3,.product_list02 a h3,.product_list03 a h3{
        font-size:20px;
    }
    .product_list01 dd,.product_list02{
        gap: 40px 30px;      
    }
    .product_list03{
        margin-top:70px;
    }
    .product_list03 a h3{
        margin-top:12px;
    }
    .product_p2 {
        padding: 100px 0 0;
    }
    .product_p3{
        padding:100px 0;
    }
    .p3_list2{
        gap: 30px 20px;  
        margin-top:40px;
    }
    .p3_list2 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media(max-width:1099px){
    .product_p1 .n_left .index_t1,.product_p2 .n_left .index_t1{
        display: flex;
        align-items: center;
        justify-content: space-between;        
    }
    a.p_more2{
        margin-top:0;
        width:100px;
    }
}
@media(max-width:820){
    .product_list01 dt{
        font-size:26px;
    }
    .product_list01 dd h3,.product_list02 a h3,.product_list03 a h3{
        font-size:18px;
    }
    .product_list01 dd,.product_list02{
        gap: 30px 20px;      
    }
    .product_list03{
        margin-top:50px;
    }
    /*.p_more2 {*/
    /*    margin-top: 30px;*/
    /*}*/
    .product_p1 dl{
        padding-bottom:55px;
    }
    .product_p2 {
        padding: 55px 0 0;
    }
    .product_p3{
        padding:55px 0;
    }
    .p3_list2 li .text h3{
        font-size:16px;
    }
}
@media(max-width:640px){
    .product_list01 dt{
        font-size:24px;
        padding-bottom:20px;
    }
    .product_list01 dd,.product_list02{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px; 
    }
    .product_list01 dd h3,.product_list02 a h3,.product_list03 a h3{
        font-size:16px;
    }
    .product_list03{
        margin-top:0px;
        gap: 20px; 
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .product_list01 dd .img, .product_list02 a .img,.product_list01 dd img, .product_list02 a img,.product_list03 a img{
        border-radius:20px;
    }
    .product_p1 dl{
        padding-bottom:40px;
    }
    .product_p2 {
        padding: 40px 0 0;
    }
    .product_p1 .index_t1 a,.product_p2 .index_t1 a{
        display:none;
    }
    .product_p3{
        padding:40px 0;
    } 

    .p3_list2 li{
        border-radius:20px;
    }
    .p3_list2 li .img{
        border-radius:20px 20px 0 0;
    }
    .p3_list2 li .text{
        border-radius: 0 0 20px 20px;
    }
    .p3_list2 li .text h3{
        font-size:15px;
    }
    .product_list03 a .text{
        padding:0 10px;
        border-right:none;
    }
    .product_list03 a .text .txt1{
        font-size:12px;
    }
    .product_list03 a .text .txt1 br{
        display:none;
    }
    .product_list03 a .text .txt2{
        margin-top:15px;
        font-size:12px;
    }
}
@media(max-width:520px){
    .p3_list2 {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 25px 0px;
        margin-top: 30px;
    }
    .p3_list2 li .text{
        min-height:auto;
    }
    .product_list03 a .text .txt1{
        font-size:10px;
    }
    .product_list03 a .text .txt2{
        margin-top:15px;
        font-size:10px;
    }
    .p3_list2 li .text h3 br{
        display:block;
    }
}

/*经典剂型+创新剂型*/
.p1_banner h1{
    color: #ae0002;
}
.p1_banner p{
    color: #000;
}
.n_product{
    padding:165px 0 149px;
}
.n_left{
    width: 26%;
    position: relative;
}
.n_left .index_t1{
    padding-top:9px;
    position: sticky;
    top: 100px;
    left: 0;
}
.index_t1 h2 span{
    display: block;
    margin-top:20px;
}
.n_right{
    width: 65.795%;
    padding-right: 34px;
}
.product_list{
    
}
.product_list li{
    margin-bottom: 52px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    border-radius: 40px;
    position: relative;
}
.product_list li:last-child{
    margin-bottom: 0;
}
.product_list li .img{
    width: 50%;
    -webkit-border-radius: 40px 0 0 40px; 
    -moz-border-radius: 40px 0 0 40px; 
    border-radius: 40px 0 0 40px;
}
.product_list li .text{
    width: 50%;
    -webkit-border-radius: 0 40px 40px 0; 
    -moz-border-radius: 0 40px 40px 0; 
    border-radius: 0 40px 40px 0;
    /*81px 58px 25px 83px*/
    padding:25px 35px 25px 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product_list li .text .p_md{
        position: unset;
}
.product_list li .text .p_intro {
    width: 100%;
    margin-left: 0px;
    left: 0;
    top: 0px;
}
.product_list li .text h3{
    color: #000000;
    line-height: 1;
}
.product_list li .text .txt{
    margin:26px 0 29px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;  
    line-height: 1.6em;
    height: 9.6em;
    font-family: "FZLT_S";
    text-align: justify;
}
.product_list li .text .txt sup,.p2_detail .text .txt sup{
    top:3px;
}
.product_list li .text a{
    
}
.product_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.product_list li:nth-child(2n) .img{
    -webkit-border-radius: 0 40px 40px 0; 
    -moz-border-radius: 0 40px 40px 0; 
    border-radius:  0 40px 40px 0;
}
.product_list li:nth-child(2n) .text{
    -webkit-border-radius: 40px 0 0 40px; 
    -moz-border-radius: 40px 0 0 40px; 
    border-radius:  40px 0 0 40px;
}

/*创新剂型详情页*/
.product_detail2{
    padding:120px 0 235px;
}
/*.product_detail2 .wrap{*/
/*    justify-content: flex-end;*/
/*}*/
/*.product_detail2 .n_right{*/
/*    width: calc(100% - 44px);*/
/*    margin-right: 44px;*/
/*    padding-right: 0;*/
/*    max-width: 1300px;*/
/*}*/
.product_detail2 .n_left .index_t1{
    position: relative;
    top:0;
    left:0;
}
.product_detail2 .n_left .index_t1 h2{
    line-height: 1.4;
}
.product_detail2 .n_left .index_t1 h2 sup{
    font-size: 20px;
    line-height: 1;
    top: -8px;
}
.p2_detail{
    border-radius: 40px;
    box-shadow: 3px 3px 8px rgba(0,0,0,.2);
}
.p2_detail .img{
    width: 50%;
    border-radius: 40px 0 0 40px;
}
.p2_detail .img img{
    width: 100%;
}
.p2_detail .text{
    width: 50%;   
    border-radius:  0 40px 40px 0;
    padding:20px 88px 20px 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.p2_detail .text h3{
    color: #ae0002;
    line-height: 1;
    font-size: 40px;
}
.p2_detail .text h3 span{
    display: block;
    margin-bottom: 20px;
}
.p2_detail .text h3 sup{
    font-size: 18px;
    top:-2px;
}
.p2_detail .text .txt{
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    font-family: "FZLT_S";
    text-align: justify;
    /*margin-top:41px;*/
    margin-top:0!important;
    position: relative;
}
.p2_detail .text .txt .p_intro {
    width: 100%;
    margin-left: 0px;
    left: 0;
    top: -50px;
}
.p2_detail .text .txt .p_intro .cont{
    padding:10px 15px;
}
/*经典剂型详情页*/
.pd1_cont1{
    padding:189px 0 178px;
}
.pd1_cont1 .index_t1,.pd1_cont2 .index_t1,.pd1_cont4 .index_t1{
    position: relative;
    top:0;
}
.pd1_cont1 .n_left .index_t1 p{
    max-width: 402px;
}
.pd1_cont1_box{
    border-radius: 40px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.pd1_cont1_box .img1{
    width: 50%;
    border-radius: 40px 0 0 40px;
    overflow: hidden;
}
.pd1_cont1_box .text{
    width: 50%;    
    padding:20px 20px 20px 60px;
    border-radius:  0 40px 40px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pd1_cont1_box .text p{
    padding-left: 32px;
    background: url(/template/default/images/gou1.png) no-repeat left 2px;
    background-size: 18px;
    line-height: 22px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
}
.pd1_cont1_box .text p:last-child{
    margin-bottom: 0;
}
.pd1_cont1_box .text p sup{
    top:2px;
}
.pd1_cont1_box .text .p_md,.p2_detail .text .txt .p_md{
    position: unset;
}
.pd1_cont1_box .text .p_intro{
    width: 100%;
    margin-left: 0px;
    left: 0;
    top: -50px;    
}
.pd1_cont2{
    padding:62px 0 163px;
    background: #f3f3f3;
    margin-bottom:216px;
}
.pd1_cont2 .index_t1 p{
    max-width: 415px;
}
.product_detail_scroll{
    position: relative;
    margin-top:47px;
    width: calc(100% + 12px);
    left:-6px;
}
#product_detail_scroll{
    padding:6px;    
}
#product_detail_scroll .swiper-slide{
    text-align: center;
    -webkit-border-radius: 40px; 
    -moz-border-radius: 40px;
    border-radius: 40px;
    background:#fff;
    box-shadow: 2px 2px 6px rgb(0,0,0,.2);
    padding:19px 20px 54px;
}
#product_detail_scroll .swiper-slide .img{
    line-height: 210px;
    height:210px;
}
#product_detail_scroll .swiper-slide p{
    font-size: 30px;
    color: #3e3a39;
    line-height: 1;
    font-family: "FZLT_M";
    margin-top:47px;
}

.product_detail_scroll .swiper-button-prev,.product_detail_scroll .swiper-button-next{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%; 
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top:-38px;
    opacity: 1!important;
    cursor: pointer;
}
.product_detail_scroll .swiper-button-prev{
    left:-18px;
    background:url(/template/default/images/left1.png) no-repeat center #000000;
}
.product_detail_scroll .swiper-button-next{
    right:-18px;
    background:url(/template/default/images/right1.png) no-repeat center #000000;
}

.pd1_cont3{
    padding:0 0 287px;
}
.pd1_cont3 .n_left .index_t1{
    padding-top:6px;
}
.pd1_cont3 .index_t1 p{
    max-width: 418px;
}
.pd1_cont3 .n_right{
    
}
.pd1_cont3 .n_right ul{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* grid-column: span 8 / span 8; */
    row-gap: 40px;
    gap: 40px;    
}
.pd1_cont3 .n_right ul li{
    text-align: center;
    margin-bottom: 63px;
}
.pd1_cont3 .n_right ul li:nth-child(2n){
    transform: translateY(325px);
}
.pd1_cont3 .n_right ul li:last-child{
    margin-bottom: 0;
}
.pd1_cont3 .n_right ul li img{
    border-radius: 40px;
}
.pd1_cont3 .n_right ul li p{
    margin-top:42px;
    font-size: 30px;
    color: #333;
    line-height: 1;
    font-family: "FZLT_M";
}
.pd1_cont4{
    padding:0 0 228px;
}
.pd1_cont4 .n_left{
    padding-left: 80px;
}
.pd1_cont4 .n_right{
    padding-right: 0;
    width: 64.685%;
}
#pd1_chose{
    /*display: grid;*/
    /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
    /*row-gap: 30px;*/
    /*gap: 30px;*/
}
.pd1_chose{
    display: flex;
    grid-column: span 8 / span 8;
    padding:8px 0 8px 8px;
    cursor: pointer;
}
#pd1_chose .swiper-slide{
    width: 494px;
    height: 410px;
    display: block;
    box-shadow: 3px 3px 12px rgb(0,0,0,.2);
    -webkit-border-radius: 40px; 
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-right: 40px;
    margin-right: 30px;
}
#pd1_chose .swiper-slide:last-child{
    margin-right: 0;
}
#pd1_chose .swiper-slide .img1{
    -webkit-border-radius: 40px 40px 0 0; 
    -moz-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
    height: 188px;
    line-height: 188px;
    text-align: center;
    background: #f3f3f3;
}
#pd1_chose .swiper-slide .img1 img{
    max-width: 100px;
}
#pd1_chose .swiper-slide .text{
    -webkit-border-radius: 0 0 40px 40px; 
    -moz-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
    padding:44px 78px 20px;
    height: 222px;
    text-align: center;
}
#pd1_chose .swiper-slide .text h3{
    color: #000;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 40px;
}
#pd1_chose .swiper-slide .text .txt{
    font-family: "FZLT_S";
    line-height: 1.7; 
}
#pd1_chose .swiper-slide .text .txt p{

}
.pd1_cont4-2{
    margin-top:247px;
}
/*产品品类*/
.product3{
    
}
.product3_list{
    
}
.dw{
    position: absolute;
    top:-100px;
}
.product3_list dl{
    padding:128px 0 184px;
    position: relative;
}
/*.product3_list dl:nth-child(1){*/
/*    padding-top:0;*/
/*}*/
.product3_list dl:nth-child(2n){
    background: #f3f3f3;
}
.product3_list dl dt{
    width: 355px;
    padding-right: 50px;
}
.product3_list dl dd{
    width: calc(100% - 355px);   
    padding-top:9px;
    padding-right: 34px;
}
.product3_list_top{
    align-items: center;
}
.product3_list_top .index_t1 p{
    display: none;
}
.product3_list dl dd .index_t1 h2 sup{
    font-size: 16px;
    top:-5px;
}
.product3_list dl dd .index_t1 p{
    margin-top:8px;
}
.p3_list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 21px; /* 行间距为 20px */
    column-gap: 31px; /* 列间距为 10px */ 
    margin-top:54px;
    align-items: center;
    text-align: center;
}
.p3_list .cell{
    border-radius: 16px;
    background: #f3f3f3;
    font-size: 16px;
    color: #333333;
    font-family: "FZLT_M";
    height: 74px;
    padding:0 32px;
    line-height: 1.3;
    display: grid;
    place-items: center;
    place-content: center;
}
.p3_list .cell p{
    font-family: "FZLT_M";    
}
.p3_list sup{
    top:0;
}
.product3_list dl:nth-child(2n) .p3_list .cell{
    background: #ffffff;
}
a.p3_a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 48px;
    border:1px solid #898989;
    font-size: 14px;
    color: #898989;
    font-family: "FZLT_M";
    border-radius: 24px;
    margin-right: 40px;
}
a.p3_a i{
    margin-left: 12px;
    width: 12px;
    height: 18px;
    background: url(/template/default/images/p_download1.png) no-repeat center;
    background-size: contain;
}
a.p3_a:hover{
    color: #fff;
}
a.p3_a:hover i{
    background: url(/template/default/images/p_download1_h.png) no-repeat center;
}
.p3_list .cell:hover{
    color: #fff;
}
.product3_list dl:nth-child(1) dd .index_t1 h2{
    color: #c8317d;
}
.product3_list dl:nth-child(1) dd a.p3_a:hover{
    background: #c8317d;
    border:1px solid #c8317d;
}
.product3_list dl:nth-child(1) dd .p3_list .cell:hover{
    background: #c8317d;
}
.product3_list dl:nth-child(2) dd .index_t1 h2{
    color: #0072b9;
}
.product3_list dl:nth-child(2) dd a.p3_a:hover{
    background: #0072b9;
    border:1px solid #0072b9;
}
.product3_list dl:nth-child(2) dd .p3_list .cell:hover{
    background: #0072b9;
}
.product3_list dl:nth-child(3) dd .index_t1 h2{
    color: #ed6f00;
}
.product3_list dl:nth-child(3) dd a.p3_a:hover{
    background: #ed6f00;
    border:1px solid #ed6f00;
}
.product3_list dl:nth-child(3) dd .p3_list .cell:hover{
    background: #ed6f00;
}
.product3_list dl:nth-child(4) dd .index_t1 h2{
    color: #00974a;
}
.product3_list dl:nth-child(4) dd a.p3_a:hover{
    background: #00974a;
    border:1px solid #00974a;
}
.product3_list dl:nth-child(4) dd .p3_list .cell:hover{
    background: #00974a;
}
.product3_list dl:nth-child(5) dd .index_t1 h2{
    color: #ad0003;
}
.product3_list dl:nth-child(5) dd a.p3_a:hover{
    background: #ad0003;
    border:1px solid #ad0003;
}
.product3_list dl:nth-child(5) dd .p3_list .cell:hover{
    background: #ad0003;
}
.product3_list dl:nth-child(6) dd .index_t1 h2{
    color: #009ea6;
}
.product3_list dl:nth-child(6) dd a.p3_a:hover{
    background: #009ea6;
    border:1px solid #009ea6;
}
.product3_list dl:nth-child(6) dd .p3_list .cell:hover{
    background: #009ea6;
}
@media(max-width:1880px){
    .n_right{
        padding-right:0;
    }
    .product_list li .text{
        padding:25px 40px 25px 45px;
    }  
    #pd1_chose .swiper-slide .text h3{
        font-size:32px;
    }
    a.p3_a{
        width:200px;
    }
    .p3_list .cell{
        font-size:15px;
        padding:0 25px;
    }
    .p2_detail .text{
        padding:20px 55px 20px 55px;
    }
    .p2_detail .text .txt{
        font-size:16px;
    }
    .product_detail2 .n_left .index_t1 h2 sup{
        top:-6px;
    }
    .pd1_cont1_box .text{
        padding:20px 20px 20px 50px;
    }
    .pd1_cont1_box .text p{
        padding-left: 26px;
        font-size: 16px;
        margin-bottom: 15px;
    }
}
@media(max-width:1600px){
    .n_right{
        width:70%;
    }
    .product_list li .text .txt{
        font-size:15px;
        margin: 15px 0 25px;
    }
    
    .pd1_cont1_box .text {
        padding: 20px 20px 20px 45px;
    }
    .pd1_cont1_box .text p{
        font-size:16px;
        padding-left:26px;
        line-height:20px;
    }
    #product_detail_scroll .swiper-slide{
        padding:19px 20px 35px;
    }
    #product_detail_scroll .swiper-slide p,.pd1_cont3 .n_right ul li p{
        font-size:26px;
    }
    .pd1_cont3 .n_right ul li:nth-child(2n){
        transform: translateY(265px);
    }
    .pd1_cont2{
        margin-bottom:170px;
    }
    .pd1_cont4-2{
        margin-top: 170px;
    }
    #pd1_chose .swiper-slide{
        width: 380px;
        height: 360px
    }
    #pd1_chose .swiper-slide .img1{
        height: 158px;
        line-height: 158px;
    }
    #pd1_chose .swiper-slide .img1 img{
        max-width:110px;
    }
    .product3_list dl dd{
        padding-right:0;
    }
    .product3_list dl dd .index_t1 h2 sup{
        top:-2px;
    }
}
@media(max-width:1440px){
    .product_list li .text{
        padding:20px 20px 20px 35px;
    }    
    .product_list li .text .txt{
        font-size:14px;
    }
    .p3_list .cell{
        font-size:14px;
        padding:0 20px;
    }
    .p2_detail .text{
        padding:20px 40px 20px 40px;
    }
    .p2_detail .text .txt{
        font-size:15px;
    }
    .pd1_cont1_box .text{
        padding: 20px 20px 20px 30px;
    }
    .pd1_cont1_box .text p{
        font-size:15px;
        line-height:18px;
    }
}
@media(max-width:1360px){
    .product_list li .text{
        padding:15px 15px 15px 30px;
    } 
    .pd1_cont1_box .text p{
        font-size:14px;
        line-height:18px;
        background: url(/template/default/images/gou1.png) no-repeat left 2px;
        background-size: 14px;
    }
}
@media(max-width:1280px){
    .pd1_cont3{
        padding: 0 0 220px;
    }
    .pd1_cont3 .n_right ul li:nth-child(2n) {
        transform: translateY(200px);
    } 
    a.p3_a{
        margin-right:0;
        /*width: 180px;*/
    }
    .p3_list {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 20px;
        column-gap: 20px;
        margin-top: 45px;
    }
    .p3_list .cell{
        font-size:13px;
        padding:0 15px;
    }
    .p3_list sup{
        top:2px;
    }
    .p2_detail{
        align-items:center;
    }
    .p2_detail .text{
        padding:30px;
    }
    .product_detail2 .n_left .index_t1 h2 sup{
        top:-4px;
    }
    .pd1_cont1_box .text p{
        margin-bottom:12px;
    }
}
@media(max-width:1279px){
    .n_product,.pd1_cont1,.product3_list dl,.product_detail2{
        padding: 100px 0;
    }
    .product_list li .text{
        padding:15px 15px 15px 20px;
    }  
    .product_list li .text .txt {
        margin: 12px 0 20px;
    }

    .pd1_cont4{
        padding: 0 0 100px;
    }
    .pd1_cont2{
        padding:62px 0 100px;
        margin-bottom:100px;
    }
    .pd1_cont4-2{
        margin-top: 100px;
    }
    .product3_list dl dt {
        width: 260px;
    }
    .product3_list dl dd {
        width: calc(100% - 260px);
    }
    .p3_list {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 15px;
        column-gap: 15px;
        margin-top: 40px;
    }
    .p3_list .cell {
        padding: 0 12px;
    }
    .p2_detail .text .txt{
        font-size:14px;
    }
    .product3_list dl dd .index_t1 h2 sup{
        top:0;
    }
    .pd1_cont1_box .text {
        padding: 15px 20px 15px 25px;
    }
    .pd1_cont1_box .text p{
        padding-left:22px;
    }
}
@media(max-width:1099px){
    .n_left{
        width:100%;
    }
    .n_left .index_t1{
        position:relative;
        top:0;
    }
    .pd1_cont4 .n_right,.n_right{
        width:100%;
        margin-top:55px;
    }
    .product_list li{
        margin-bottom:35px;
        align-items:center;
    }
    .product_list li .text{
        padding:25px 45px;        
    }
    .pd1_cont1_box .text {
        padding: 20px 20px 20px 35px;
    }
    .pd1_cont4 .n_left{
        padding:0 40px;
    }
    .pd1_cont4 .index_t1 h2 span{
        display:inline-block;
    }
    .product3_list dl dt{
        width: 100%;
        padding-right:0;
    }
    .product3_list dl dt img{
        max-width:155px;
    }
    .product3_list dl dd {
        width: 100%;
        margin-top:35px;
    }
}
@media(max-width:991px){
    #product_detail_scroll .swiper-slide {
        padding: 19px 20px 20px;
    }
    #product_detail_scroll .swiper-slide p, .pd1_cont3 .n_right ul li p {
        font-size: 24px;
    }    
    #product_detail_scroll .swiper-slide p,.pd1_cont3 .n_right ul li p{
        margin-top:20px;
    }
    .pd1_cont3 {
        padding: 0 0 160px;
    }
    #pd1_chose .swiper-slide{
        width: 320px;
        height: 320px;
    }
    #pd1_chose .swiper-slide .img1 {
        height: 135px;
        line-height: 135px;
    }
    #pd1_chose .swiper-slide .img1 img{
        max-width: 90px;
    }
    #pd1_chose .swiper-slide .text {
        padding: 30px 40px 20px;
        height:182px;
    }
    #pd1_chose .swiper-slide .text h3 {
        font-size: 26px;
    }
    .product_detail2 .n_left .index_t1 h2 sup{
        top:-2px;
    }
}
@media(max-width:820px){
    .n_product,.pd1_cont1,.product3_list dl,.product_detail2{
        padding: 75px 0;
    } 
    .product_list li .text{
        padding:25px 25px;        
    }
    .pd1_cont2{
        padding:62px 0 75px;
        margin-bottom:75px;
    }
    .pd1_cont1_box .text {
        padding: 20px 20px 20px 30px;
    }
    .pd1_cont3 .n_right ul li:nth-child(2n) {
        transform: translateY(150px);
    }
    .pd1_cont4-2 {
        margin-top: 55px;
    }
    .pd1_cont4 {
        padding: 0 0 75px;
    }
}
@media(max-width:767px){
    .index_t1 h2 span{
        margin-top:12px;
    }
    .product_list li .text{
        padding:20px 15px 20px 20px;        
    }  
    .product_list li .text .txt{
        font-size:12px;
    }
    .p2_detail .text{
        padding:20px;
    }
    .product_detail2 .n_left .index_t1 h2 sup{
        top:-0px;
    }
    .product_list li .text .txt sup,.p2_detail .text .txt sup{
        top:3px;
    }
    .product_list li .text h3 sup{
        top:2px;
    }
}
@media(max-width:640px){
    .n_product,.pd1_cont1,.pd1_cont2,.product3_list dl,.product_detail2{
        padding: 55px 0;
    }  
    .n_right{
        margin-top:40px;
    }
    .pd1_cont2{
        margin-bottom:55px;
    }
    .pd1_cont4 {
        padding: 0 0 55px;
    }
    .product3_list dl dt img{
        max-width:100px;
    }
    .product3_list dl dd{
        padding-top:0;
    }
    .p3_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 15px;
        column-gap: 15px;
        margin-top: 35px;
    }
    .p3_list .cell{
        font-size:10px;
        height:60px;
        padding:6px 15px;
    }
    .p3_list sup{
        /*top:4px;*/
        font-size:8px;
    }
    a.p3_a{
        /*width:150px;*/
        /*height:40px;*/
        /*font-size:13px;*/
        display:none;
    }
    /*a.p3_a i{*/
    /*    margin-left:5px;*/
    /*}*/
    .product3_list dl dd{
        margin-top:25px;
    }
}
@media(max-width:600px){
    .product_list{
        /*padding:0 30px;*/
    }
    .product_list li {
        margin-bottom: 25px;
        align-items: center;
    }
    .product_list li .img,.product_list li .text,.pd1_cont1_box .img1,.pd1_cont1_box .text,.p2_detail .img,.p2_detail .text{
        width:100%;
    }
    .product_list li .img,.product_list li:nth-child(2n) .img,.pd1_cont1_box .img1,.p2_detail .img{
        -webkit-border-radius: 20px 20px 0 0; 
        -moz-border-radius: 20px 20px 0 0; 
        border-radius: 20px 20px 0 0;        
    }
    .product_list li .text,.product_list li:nth-child(2n) .text,.pd1_cont1_box .text,.p2_detail .text{
        -webkit-border-radius: 0 0 20px 20px; 
        -moz-border-radius: 0 0 20px 20px; 
        border-radius: 0 0 20px 20px;  
        padding:25px;
    }
    .product_list li .text .txt{
        font-size:13px;
        height:auto;
    }
    .pd1_cont3 {
        padding: 0 0 0px;
    }
    .pd1_cont3 .n_right ul {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 25px;
        gap: 25px;
    }
    .pd1_cont3 .n_right ul li{
        width:100%;
        margin-bottom:0;
    }
    .pd1_cont3 .n_right ul li:nth-child(2n) {
        transform: translateY(0px);
    }
    #product_detail_scroll .swiper-slide p, .pd1_cont3 .n_right ul li p{
        font-size:22px;
    }
    #pd1_chose .swiper-slide {
        width: 280px;
        height: 260px;
    }
    #pd1_chose .swiper-slide .img1 {
        height: 110px;
        line-height: 110px;
    }
    #pd1_chose .swiper-slide .img1 img {
        max-width: 70px;
    }
    #pd1_chose .swiper-slide .text {
        padding: 25px 25px 20px;
        height: 152px;
    }
    #pd1_chose .swiper-slide .text h3 {
        font-size: 22px;
        margin-bottom:15px;
    }
    .pd1_cont4 .n_right, .n_right{
        margin-top:30px;
    }
    .pd1_cont1_box .text p{
        font-size:14px;
        background: url(/template/default/images/gou1.png) no-repeat left 2px;
        background-size: 14px;
        padding-left:20px;
        margin-bottom:20px;
    }
    .pd1_cont1_box .text p sup{
        top:2px;
    }
    .product3_list dl dd .index_t1 h2 sup{
        top:3px;
    }
    .p3_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 10px;
        column-gap: 10px;
        margin-top: 20px;
    }
    .p3_list .cell{
        /*font-size:10px;*/
        /*height:60px;*/
        padding:5px 7px;
        height:55px;
    }
}

/*全链路解决方案*/
.case2{
    padding:181px 0 207px;
}
.case2 .n_left{
    width: 23%;
    padding-top:10px;
}
.case2 .n_left p{
    max-width: 395px;
}
.case2 .n_right{
    width: 75.83%;
    padding-right: 10px;
}
.case2_cont1{
    position: relative;
    padding:80px 0;
}
.case2_cont1 dl{
    /*width: calc(50% + 76px);*/
    padding-left: calc(50% - 76px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 80px;
}
.case2_cont1 dl:nth-child(3),.case2_cont1 dl:nth-child(5),.case2_cont1 dl:nth-child(6){
    margin-bottom: 45px;    
}
.case2_cont1 dl:last-child{
    margin-bottom: 0;
}
.case2_cont1 dl:nth-child(1):before{
    content:'';
    position: absolute;
    top:-79px;
    left:50%;
    margin-left: -0.5px;
    width: 1px;
    height: 79px;
    background: url(/template/default/images/xian1.png) no-repeat center;
}
.case2_cont1 dl:last-child:before{
    content:'';
    position: absolute;
    bottom:-79px;
    left:50%;
    margin-left: -0.5px;
    width: 1px;
    height: 79px;
    background: url(/template/default/images/xian1.png) no-repeat center;
}
.case2_cont1 dl:nth-child(2n){
    padding-left: 0;
    padding-right: calc(50% - 76px);
}
.case2_cont1 dl dt{
    width: 394px;
}
.case2_cont1 dl dt .img1{
    position: relative;    
}
.case2_cont1 dl dt .img1:after{
    content:'';
    position: absolute;
    bottom:-82px;
    left:76px;
    /*margin-left: -0.5px;*/
    width: 1px;
    height: 82px;
    background: #999999;
}
.case2_cont1 dl:last-child dt .img1:after{
    display: none;
}
.case2_cont1 dl dd{
    width: calc(100% - 394px);
    padding-left: 19px;
}
.case2_cont1 dl dd h3{
    padding-top:62px;
    color: #000;
    line-height: 1;
    margin-bottom: 23px;
}
.case2_cont1 dl dd .txt{
    
}
.case2_cont1 dl dd .txt p{
    font-size: 20px;
    position: relative;
    padding-left: 38px;
    line-height: 23px;
    margin-bottom: 11px;
}
.case2_cont1 dl dd .txt p:last-child{
    margin-bottom: 0;
}
.case2_cont1 dl dd .txt p:before{
    content:'';
    position: absolute;
    top:0px;
    left:0;
    width: 23px;
    height: 23px;
    background: url(/template/default/images/gou1.png) no-repeat center;
    background-size: contain;
}
.case2_cont1 dl:nth-child(2n){
    flex-direction: row-reverse;
}
.case2_cont1 dl:nth-child(2n) dt .img1:after{
    left: calc(100% - 76px);
    height:83px;
}
.case2_cont1 dl:nth-child(2n) dd{
    text-align: right;
    padding-left: 0px;
    padding-right: 19px;
}
.case2_cont1 dl:nth-child(2n) dd .txt p{
    padding-left: 0;
    padding-right: 38px;
}
.case2_cont1 dl:nth-child(2n) dd .txt p:before{
    left:calc(100% - 23px);
}
.case2_cont2{
    padding:36px 0 0;
}
.case2_cont2 .index_t1{
    position: relative;
    top:0;
}
.case2_cont2 .n_left .index_t1{
    padding-top:0px;
}
.case2_cont2 .n_right{
    width: calc(65.68% - 32px);
    border-radius: 40px;
    box-shadow:  2px 2px 6px rgba(0,0,0,.2);
    display: flex;
    flex-wrap: wrap;
    padding-right: 0px;
    margin-right: 32px;
}
.case2_cont2 .img{
    border-radius: 40px 0 0 40px;
    width: 50%;
}
.csse2_num{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 50%;
    padding: 107px 20px 20px 80px;

}
.csse2_num dl{
    margin-right: 61px;
    position: relative;
    max-height: 108px;
    width: 50%;
    max-width: 165px;
}
.csse2_num dl:nth-child(2n){
    margin-right: 0;
    max-width: 202px;
}
.csse2_num dl:nth-child(3),.csse2_num dl:nth-child(4){
    /*96*/
    margin-top: 46px;
}
.csse2_num dl:nth-child(2n):after{
    display: none;
}
.csse2_num dl:after{
    content:'';
    position: absolute;
    left:162px;
    top:-6px;
    width: 1px;
    height: 108px;
    background: #6b6b6b;
}
.csse2_num dl:nth-child(2n){
    margin-right: 0;
}
.csse2_num dl dt{
    line-height: 1;
    color: #000000;
    font-family: "FZLT_M";
}
.csse2_num dl dt span{
    font-size: 60px;
}
.csse2_num dl dt sub{
    font-size: 40px;
    position: relative;
    top:-7px;
}
.csse2_num dl dd{
    font-size: 20px;
    color: #666;
    font-family: "FZLT_S";
    margin-top:6px;
}
.case2_cont3{
    padding:158px 0 190px;
}
.case2_cont3_imgs{
    margin-top:85px;
}
.case2_cont3_imgs{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 32px;
    gap: 32px;
}
.case2_cont3_imgs li{
    overflow: hidden;
    text-align: center;
}
.case2_cont3_imgs li img{
    border-radius: 40px;
}
.case2_cont3_imgs li h3{
    line-height: 1;
    margin-top:30px;
    font-size: 30px;
    color: #000000;
}
.case2_cont1 dl dt .img2{
    display: none;
}
.index_bottom3{
    padding:161px 0 160px;
}
@media(max-width:1880px){
    .case2_cont1 dl dd h3{
        font-size:24px;
        padding-top: 66px;
    }
    .case2_cont1 dl dd .txt p{
        font-size: 14px;
        padding-left:28px;
        line-height:20px;
    }
    .case2_cont1 dl dd .txt p:before{
        width:18px;
        height:18px;
    }
    .case2_cont1 dl:nth-child(2n) dd .txt p{
        padding-right:28px;
    }
    .case2_cont1 dl:nth-child(2n) dd .txt p:before {
        left: calc(100% - 20px);
    }
    .csse2_num {
        padding: 80px 20px 20px 65px;
    }
    .csse2_num dl {
        margin-right: 50px;
        width: 50%;
        max-width: 140px;
    }
    .csse2_num dl:after{
        left:125px;
        height:90px;
    }
    .csse2_num dl dt span{
        font-size:46px;
    }
    .csse2_num dl dt sub{
        font-size:28px;
    }
    .csse2_num dl dd{
        font-size:14px;
    }
}
@media(max-width:1660px){
    .case2_cont1 dl{
        padding-left: calc(50% - 58.5px);
        margin-bottom:73px;
    }
    .case2_cont1 dl dt {
        width: 300px;
    } 
    .case2_cont1 dl dt .img1:after{
        left:58.5px;
    }
    .case2_cont1 dl dd {
        width: calc(100% - 300px);
        padding-left:12px;
    }
    .case2_cont1 dl dd h3{
        padding-top:48px;
        margin-bottom:18px;
    }
    .case2_cont1 dl dd .txt p{
        margin-bottom:8px;
    }
    .case2_cont1 dl:nth-child(2n){
        padding-right: calc(50% - 58.5px);
    }
    .case2_cont1 dl:nth-child(2n) dd{
        padding-right:12px;
    }
    .case2_cont1 dl:nth-child(2n) dt .img1:after {
        left: calc(100% - 58.5px);
        height: 83px;
    }
    .case2_cont2 .n_right {
        width: calc(65.68%);
        margin-right: 0px;
    }
    .csse2_num {
        padding: 90px 20px 20px 50px;
    }
    .csse2_num dl {
        margin-right: 50px;
        max-width: 120px;
    }
    .csse2_num dl:after{
        left:110px;
        height:90px;
    }
    .csse2_num dl dt span{
        font-size:40px;
    }
    .csse2_num dl dt sub{
        font-size:20px;
    }
    .csse2_num dl dd{
        font-size:14px;
    }   
    .case2_cont3_imgs li h3{
        font-size:24px;
        margin-top: 20px;
    }
}
@media(max-width:1440px){
    .case2 .n_right{
        padding-right:0;
    }
    .case2_cont1 dl{
        padding-left: calc(50% - 47.5px);
        margin-bottom:65px;
    }
    .case2_cont1 dl dt {
        width: 240px;
    } 
    .case2_cont1 dl dt .img1:after{
        left:45.5px;
    }
    .case2_cont1 dl dd {
        width: calc(100% - 240px);
        padding-left:12px;
    }
    .case2_cont1 dl dd h3{
        padding-top:38px;
        margin-bottom:15px;
        font-size:20px;
    }
    .case2_cont1 dl dd .txt p{
        margin-bottom:8px;
    }
    .case2_cont1 dl:nth-child(2n){
        padding-right: calc(50% - 47.5px);
    }
    .case2_cont1 dl:nth-child(2n) dd{
        padding-right:12px;
    }
    .case2_cont1 dl:nth-child(2n) dt .img1:after {
        left: calc(100% - 47.5px);
        height: 83px;
    } 
    .case2_cont1 dl:nth-child(3), .case2_cont1 dl:nth-child(5), .case2_cont1 dl:nth-child(6) {
        margin-bottom: 35px;
    }
    .case2_cont1 dl:last-child:before{
        bottom:-64px;
    }
    .csse2_num {
        padding: 70px 20px 20px 50px;
    }
    .csse2_num dl {
        margin-right: 40px;
        max-width: 100px;
    }
    .csse2_num dl:after{
        left:100px;
        height:90px;
    }
    .csse2_num dl dt span{
        font-size:36px;
    }
    .csse2_num dl dt sub{
        font-size:18px;
    }
    .csse2_num dl dd{
        font-size:14px;
    }
}
@media(max-width:1299px){
    .case2_cont1 dl dd .txt p{
        font-size:13px;
    }
}
@media(max-width:1279px){
    .case2,.case2_cont3,.index_bottom3{
        padding: 100px 0;
    }   
    .case2_cont3_imgs{
        margin-top:55px;
    }
    .case2_cont3_imgs {
        row-gap: 25px;
        gap: 25px;
    }
    .case2_cont3_imgs li h3{
        font-size:20px;
    }
}
@media(max-width:1199px){
    .case2 .n_left,.case2 .n_right{
        width:100%;
    }
    .case2 .n_right{
        margin-top:55px;
    }
    .case2_cont2 .n_right{
        width:100%;
        margin-top:55px;
    }
}
@media(max-width:1099px){
    .case2_cont2 .n_right{
        width:100%;
    }
}
@media(max-width:991px){
    .case2 .n_right{
        padding-top:0;
    }
    .case2_cont1{
        padding:0;
    }
    .case2_cont1 dl{
        padding-left:0;
    }  
    .case2_cont1 dl:nth-child(1):before,.case2_cont1 dl:last-child:before{
        display:none;
    }
    .case2_cont1 dl:nth-child(2n){
        padding-right:0;
        flex-direction: row;
    }
    .case2_cont1 dl:nth-child(2n) dt .img1{
        transform: rotateY(180deg);
    }
    .case2_cont1 dl:nth-child(2n) dd{
        text-align:left;
        padding-right: 0px;
        padding-left: 12px;
    }
    .case2_cont1 dl:nth-child(2n) dd .txt p {
        padding-right: 0px;
        padding-left: 28px;
    }
    .case2_cont1 dl:nth-child(2n) dd .txt p:before{
        left:0;
    }
}
@media(max-width:820px){
    .case2,.case2_cont3,.index_bottom3{
        padding: 75px 0;
    } 
    .csse2_num {
        padding: 50px 20px 20px 40px;
    }
    .case2_cont3_imgs {
        row-gap: 20px;
        gap: 20px;
    }
    .case2_cont3_imgs li h3{
        font-size:18px;
        margin-top:15px;
    }
    .case2_cont3_imgs li img{
        border-radius:30px;
    }
}
@media(max-width:767px){
    .csse2_num {
        padding: 50px 15px 15px 30px;
    } 
    .csse2_num dl {
        margin-right: 25px;
        max-width: 90px;
    }
    .csse2_num dl:after{
        left:85px;
    }
    .case2_cont3_imgs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 20px;
        gap: 20px;
        margin-top:35px;
    }
    .case2_cont3_imgs li h3{
        font-size:16px;
    }
}
@media(max-width:640px){
    .case2,.case2_cont3,.index_bottom3{
        padding: 55px 0;
    }  
    .case2_cont1{
        position:relative;
    }
    .case2_cont1 dl{
        position:relative;
        z-index:9;
        align-items: center;
        margin-bottom:65px!important;
    }
    .case2_cont1 dl:last-child{
        margin-bottom:0!important;
    }
    .case2_cont1 dl:after{
        content:'';
        position:absolute;
        top:80%;
        left:49.5px;
        width:1px;
        height:120%;
        background:#999999;
        z-index:-1;
    }
    .case2_cont1 dl:last-child:after{
        display:none;
    }
    .case2_cont1 dl dt{
        width:100px;
    }
    .case2_cont1 dl dt .img1{
        display:none;
    }
    .case2_cont1 dl dt .img2{
        display:block;
        border-radius:50%;
        background:#fff;
    }
    .case2_cont1 dl dd{
        width:calc(100% - 100px);
        padding-left:20px!important;
    }
    .case2_cont1 dl dd h3{
        font-size:16px;
        padding-top:0;
    }
    .case2_cont2 .img{
        width:100%;
    }
    .case2_cont2 .img{
        border-radius: 20px 20px 0 0 ;
    }
    .csse2_num{
        width:100%;
        padding:35px 30px;
    }
    .csse2_num dl{
        max-width:50%;
    }
    .csse2_num dl:after {
        left: 65%;
    }
    .case2_cont2 .n_right,.case2_cont3_imgs li img{
        border-radius:20px;
    }
}
@media(max-width:560px){
    .csse2_num dl{
        margin-right:0;
    }
    .csse2_num dl:after{
        height:75px;
    }
    .csse2_num dl dd{
        margin-top:3px;
    }
}


/*总览*/
.about_banner01 .n_banner_text h1{
    padding-bottom: 0;
    padding-top:182px;
}
.n_banner_text .p1{
    line-height: 1.4;
    margin:14px 0 43px;
    font-size: 20px;
    font-family: "FZLT_S";
}
.about_banner01 .n_banner_text p.size3{
    max-width: 636px;
}
.about_qywh{
    padding:130px 0 141px;
}
.qywh_list{
    margin-top:49px;
}
.qywh_list dl{
    color: #333333;  
    margin-bottom: 48px;
}
.qywh_list dl:last-child{
    margin-bottom: 0;
}
.qywh_list dl dt{
    line-height: 1;
    margin-bottom: 17px;
}
.qywh_list dl dd{
    font-family: "FZLT_S";
}
.about_qywh .img1 img{
    border-radius: 40px;
}
.index_bottom2{
    padding: 187px 0 218px;
}
.index_bottom2 a {
    margin: 62px auto 0;
}
.about1_num{
    padding:177px 0;
    background: #f3f3f3;
}
.about1_num_list{
    padding:0 243px;
}
.about1_num dl{
    text-align: center;
}
.about1_num dl dt{
    font-size: 66px;
    color: #ae0002;
    font-family: "FZLT_M";
    line-height: 1;
}
.about1_num dl dd{
    font-size: 20px;
    color: #666;
    font-family: "FZLT_S";
    line-height: 1.6;
    margin-top:6px;
}
.about_fzlc{
    padding:143px 0 204px;
    width: 100%;
    overflow: hidden;
}
.fzlc_b{
    margin:79px 0 129px;
}
#fzlc_b{

}
#fzlc_b .swiper-slide{
    opacity: 0;
    visibility: hidden;
}
#fzlc_b .swiper-slide-active{
    opacity: 1;
    visibility: visible;
}
#fzlc_b .text{
    display: flex;
    flex-wrap: wrap;
    /*align-items:center;*/
}
#fzlc_b .text .p1{
    font-size:130px;
    color: #ae0002;
    width: 381px;
    line-height: 1;
    font-family: "FZLT_M";
}
#fzlc_b .text .txt{
    width: calc(100% - 381px);
    padding-top:10px;
}
#fzlc_b .text .txt p{
    font-size:20px;
    color: #4c4c4c; 
    padding-left: 20px; 
    position: relative; 
    line-height: 1.6;
    margin-bottom: 8px; 
}
#fzlc_b .text .txt p font{
    font-size: 14px;
}
#fzlc_b .text .txt p:last-child{
    margin-bottom: 0;
}
#fzlc_b .text .txt p:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-3.5px;
    width: 7px;
    height: 7px;
    background:#ae0002;
    border-radius: 50%;
}
.fzlc_t{
    position: relative;
}
.fzlc_t:after{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -960px;
    bottom: 36px;
    width: 1920px;
    height: 2px;
    background:#ced2d9;
    z-index: 1;
}
#fzlc_t{
    width: calc(100% - 148px);
    position: relative;
    z-index: 9;
}
#fzlc_t:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    z-index: 9;
    display: none;
}
#fzlc_t .swiper-slide{
    font-size: 23px;
    color: #1a1a1a;
    line-height: 1;
    text-align: center;
    padding-bottom: 70px;
    cursor: pointer;
}
#fzlc_t .swiper-slide:before{
    content:'';
    position: absolute;
    bottom:26px;
    left:50%;
    margin-left: -11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border:7px solid #ae0002;
    z-index: 9;
    background:#fff;
}
#fzlc_t .swiper-slide:after{
    content:'';
    position: absolute;
    bottom:19px;
    left:50%;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background:#ae0002;
    opacity: 0;
    z-index: 2;
}
#fzlc_t .swiper-slide:hover:after,#fzlc_t .swiper-slide-thumb-active:after{
    opacity: .2;
}
#fzlc .swiper-button-prev,#fzlc .swiper-button-next{
    width: 88px;
    height: 88px;
    opacity: 1;
    z-index: 99;
    top: 11px;
    margin-top: 0;
    cursor: pointer;
    pointer-events: unset;
}
#fzlc .swiper-button-prev{
    background:url(/template/default/images/left2.png) no-repeat center #dbdee3;
    left:0;
}
#fzlc .swiper-button-prev:hover{
    background:url(/template/default/images/left2_h.png) no-repeat center #ae0002!important;    
}
#fzlc .swiper-button-next{
    background:url(/template/default/images/right2.png) no-repeat center #dbdee3;
    right:0;
}
#fzlc .swiper-button-next:hover{
    background:url(/template/default/images/right2_h.png) no-repeat center #ae0002!important;    
}
@media(max-width:1600px){
   .about_banner01 .n_banner_text h1{
       padding-top:150px;
   }
   .n_banner_text .p1{
       margin: 14px 0 30px;
   }
    .about1_num_list{
        padding:0 120px;
    }
    .about1_num dl dt{
        font-size:60px;
    }
    .about1_num dl dd{
        font-size:18px;
    }

    .fzlc_b {
        margin: 70px 0 65px;
    }
    #fzlc_b .text .p1{
        font-size:90px;
        width:300px;
    }
    #fzlc_b .text .txt {
        width: calc(100% - 300px);
        padding-top:0;
    }
    #fzlc_b .text .txt p{
        font-size:15px;
        padding-left:18px;
    }
    #fzlc_t {
        width: calc(100% - 120px);
    }
    #fzlc_t .swiper-slide{
        font-size:20px;
    }
    #fzlc .swiper-button-prev, #fzlc .swiper-button-next{
        width:60px;
        height:60px;
        top:26px;
    }
}
@media(max-width:1440px){
    .about1_num_list{
        padding:0 0px;
    }   
    .qywh_list dl{
        margin-bottom:35px;
    }
    .qywh_list dl dt {
        margin-bottom: 12px;
    }
}
@media(max-width:1280px){
   .about_banner01 .n_banner_text h1{
       padding-top:100px;
   }
    .about1_num dl dt{
        font-size:52px;
    }
    
    #fzlc_b .text .p1{
        font-size:52px;
    }
    /*#fzlc_b .text .txt p{*/
    /*    font-size:14px;*/
    /*    padding-left:15px;*/
    /*}*/
    /*#fzlc_b .text .txt p font{*/
    /*    font-size:10px;*/
    /*}*/
    #fzlc .swiper-button-prev, #fzlc .swiper-button-next {
        width: 40px;
        height: 40px;
        top: 31px;
    }
    #fzlc .swiper-button-prev{
        background:url(/template/default/images/left2.png) no-repeat center #dbdee3;
        background-size:8px;
    }
    #fzlc .swiper-button-prev:hover{
        background:url(/template/default/images/left2_h.png) no-repeat center #ae0002!important; 
        background-size:8px;
    }
    #fzlc .swiper-button-next{
        background:url(/template/default/images/right2.png) no-repeat center #dbdee3;
        background-size:8px;
    }
    #fzlc .swiper-button-next:hover{
        background:url(/template/default/images/right2_h.png) no-repeat center #ae0002!important;  
        background-size:8px;
    }
}
@media(max-width:1279px){
    .about_banner01 .n_banner_text h1{
        padding-top:80px;
    }  
    .about_qywh,.about1_num,.index_bottom2{
        padding:100px 0;
    }
    .about_fzlc{
        padding:100px 0 120px;
    }
    #fzlc_t .swiper-slide{
        font-size:18px;
    }
    .index_bottom2 a{
        margin: 50px auto 0;
    }
}
@media(max-width:991px){
    .about1_num dl dt{
        font-size:42px;
    } 
    .about1_num dl dd{
        font-size:16px;
    }
    .fzlc_b {
        margin: 55px 0 45px;
    }
    .fzlc_t:after{
        bottom:33px;
    }
    /*#fzlc_b .text .txt p{*/
    /*    padding-left:22px;*/
    /*}*/
    #fzlc_b .text .p1 {
        font-size: 42px;
        width: 220px;
    }
    #fzlc_b .text .txt {
        width: calc(100% - 220px);
    }
    #fzlc_t {
        width: calc(100% - 100px);
    }
    #fzlc_t .swiper-slide{
        padding-bottom:60px;
    }
    #fzlc_t .swiper-slide:before{
        width:5px;
        height:5px;
        border:5px solid #ae0002;
        margin-left:-7.5px;
    }
    #fzlc_t .swiper-slide:after{
        bottom: 19px;
        margin-left: -15px;
        width: 30px;
        height: 30px;
    }
    #fzlc .swiper-button-prev, #fzlc .swiper-button-next {
        width: 50px;
        height: 50px;
        top: 18px;
    }
}
@media(max-width:820px){
    .about1_num dl dt{
        font-size:36px;
    }
    .about_qywh,.about1_num,.index_bottom2{
        padding:75px 0;
    } 
    .about_fzlc{
        padding:75px 0 100px;
    }
    #fzlc_b .text .p1 {
        font-size: 32px;
        width: 165px;
    }
    #fzlc_b .text .txt {
        width: calc(100% - 165px);
    }
    .index_bottom2 a{
        margin: 35px auto 0;
    }
}
@media(max-width:767px){
    .about_banner01 .n_banner_text h1 {
        padding-top: 0px;
    }
    .n_banner_text .p1{
        font-size:16px;
        margin-bottom:0;
        display:none;
    }
    .qywh_list{
        margin-top: 40px;
    }
    .about1_num dl dt{
        font-size:32px;
    }
    .about1_num dl dd{
        font-size:14px;
    }
    #fzlc_t .swiper-slide{
        font-size:15px;
    }
    #fzlc .swiper-button-prev, #fzlc .swiper-button-next{
        top:16px;
    }
}
@media(max-width:640px){
    .about_qywh,.about1_num,.index_bottom2{
        padding:55px 0;
    } 
    .about_fzlc{
        padding:55px 0 70px;
    }
    .about1_num dl{
        width:49%;
        margin-bottom:20px;
    }
    .about1_num dl:nth-child(3),.about1_num dl:nth-child(4){
        margin-bottom:0;
    }
    .about1_num dl dd {
        font-size: 13px;
    }
    .fzlc_b {
        margin: 25px 0 20px;
    }
    #fzlc_b .text .p1 {
        font-size: 26px;
        width: 120px;
    }
    #fzlc_b .text .txt {
        width: calc(100% - 120px);
    }
    #fzlc_b .text .txt p{
        margin-bottom:5px;
    }
    #fzlc_t {
        width: calc(100% - 80px);
    }
    #fzlc .swiper-button-prev, #fzlc .swiper-button-next {
        width: 40px;
        height: 40px;
        top: 20px;
    } 
    .index_bottom2 a {
        margin: 25px auto 0;
    }
    .about_qywh .img1 img{
        border-radius:20px;
    }
}
@media(max-width:460px){
    #fzlc_b .text .p1{
        width:100%;
        font-size:28px;
    }
    #fzlc_b .text .txt{
        width:100%;
        margin-top:10px;
    }
    #fzlc_b .text .txt p{
        margin-bottom:2px;
    }    
}
/*新闻*/
.about_banner03 .n_banner_text h1{
    padding-top:217px;
}
.about3{
    padding:120px 0 0;
}
.about3 .n_left .index_t1{
    padding-top:2px;
    position: relative;
    top:0;
}
#n_news_scroll{
    padding: 1px 6px 72px 2px;
}
#n_news_scroll .swiper-slide{
    border-radius: 40px;
    box-shadow: 0px 4px 8px rgb(0,0,0,.1);
    display: flex;
    flex-wrap: wrap;
}
#n_news_scroll .swiper-slide .img{
    border-radius: 40px 0 0 40px;
    width: 50%;
}
#n_news_scroll .swiper-slide .img img{
    border-radius: 0;
    width: 100%;
    opacity: 0;
}
#n_news_scroll .swiper-slide .text{
    border-radius:  0 40px 40px 0;  
    width: 50%;
    padding:49px 55px 50px 83px;
}
#n_news_scroll .swiper-slide .text .p1{
    font-size: 16px;
    line-height: 1;
}
#n_news_scroll .swiper-slide .text .p1 font{
    font-size: 14px;    
}
#n_news_scroll .swiper-slide .text h3{
    font-size: 30px;
    color: #000000;
    line-height: 1.3em;
    margin:12px 0 19px;
/*text-overflow: ellipsis;*/
/*display: -webkit-box;*/
/*-webkit-line-clamp: 3;*/
/*-webkit-box-orient: vertical;*/
/*overflow: hidden;*/
}
#n_news_scroll .swiper-slide .text .txt{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 1.7;
    font-family: "FZLT_S";
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#n_news_scroll .swiper-slide .text .txt sup{
    top:1px;
}
#n_news_scroll .swiper-slide .text a{
    margin-top:48px;
    color: #ae0002;
    background: none;
}
#n_news_scroll .swiper-slide .text a:hover{
    background: #ae0002;
    color: #fff;
}
.about3_news{
    padding:130px 0 133px;
}
.about3_news .n_left .index_t1{
    padding-top:2px;
}
.about3_news .n_right{
    padding-right:0;
}
.news_list {
    /*width: 1153px;*/
}
.news_list .news_item {
    background-color: #f2f2f2;
    border-radius: 40px;
    padding: 54px 72px 13px 44px;
    margin-bottom: 40px;
    transition: opacity 0.5s ease;
    opacity: 0;
}
.news_list .news_item.show {
    opacity: 1;
}
.news_item a {
    display: block;
}
.news_item .txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_item .txt .time {
    width: 100px;
    padding-right: 20px;
    border-right: 1px solid #c7c7c7;
    text-align: center;
}
.news_item .txt .time p {
    color: #1a1a1a;
    font-family: 'FZLT_M';
    font-size: 60px;
    line-height: 1;
    display: inline-block;
}
.news_item .txt .time span {
    font-size: 16px;
    color: #666666;
    line-height: 1;
    margin-top: 15px;
    display: inline-block;
}
.news_item .txt .intro {
    width: calc(100% - 120px);
}
.news_item .txt .intro h2 {
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1em;
    color: #1a1a1a;
}
.news_item .txt .intro .t{
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 3em;
}
.news_item .txt .intro sup{
    top:1px;
}
.news_more {
    margin-top: 8px;
    display: flex;
    justify-content: end;
}
.news_more span {
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    color: #ae0002;
    border-radius: 24px;
    font-size: 14px;
    font-family: 'FZLT_M';
    text-align: center;
    border: 1px solid #ae0002;
    display: block;
    transition: all 0.3s;
}
.news_item a:hover .txt .intro h2 {
    color: #ae0002;
}
.news_item a:hover .news_more span {
    color: #fff;
    background-color: #ae0002;
}
.news_page {
    display: flex;
    justify-content: center;
    padding-top:5px;
}
.news_page .pagination-container{
    display: flex;
}
.news_page a {
    width: 28px;
    height: 28px;
    display: block;
    background-color: #a7a7a7;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0px 8px;
    transition: all 0.3s;
}
.news_page a.disabled {
    pointer-events: none;
    background-color: #ccc;
}
.news_page a.page_prev{
    background: url("/template/default/images/left3.png") no-repeat center center #a7a7a7;
    background-size: 16px;
}
.news_page a.page_next{
    background: url("/template/default/images/right3.png") no-repeat center center #a7a7a7;
    background-size: 16px;
}
.news_page a.on,.news_page a:hover{
    background-color: #ae0002;
}


/*新闻详情页*/
.news_detail{
    /*background:#f2f2f2;*/
    padding:110px 0 ;
    border-bottom: 1px solid #e1e0e0;
}
.news_detail .wrap{
    max-width: 1100px;
}
.news_detail h1{
    font-size:30px;
    color: #333333;
    line-height: 1.4;
    padding: 0 68px;
}
.info_title{
    margin:28px 0 20px;
    font-size:16px;
    color: #666;
    font-family: "FZLT_S";
    padding: 0 68px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.info_title p{
    margin-left: 32px;
}
.info_title em{
    font-style: normal;
}
.news_detail .content{
    padding:45px 68px 90px;
    background:#fff;
    border-radius: 40px;
}
.news_detail .content p{
    font-size:16px;
    color: #333333;
}
.page{
    margin-top:25px;
    font-size: 16px;
    color: #333333;
    font-family: "FZLT_S";
}
.page a{
    font-size: 16px;
    color: #333333;
    font-family: "FZLT_S";
}
.page a:hover{
    color: #ae0002;
}
/*联系*/
.about4{
    padding:169px 0 217px;
}
.contact_li{
    position: sticky;
    top: 100px;
}
.contact_li p{
    width: 260px;
    height: 64px;
    line-height: 1.3;
    font-size: 20px;
    color: #333333;
    font-family: "FZLT_M";
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #333333;
    margin-bottom: 44px;
    cursor: pointer;
}
.contact_li p:last-child{
    margin-right: 0;
    margin-bottom: 0;
}
.contact_li p.cur{
    background: #ae0002;
    border:2px solid #ae0002;
    color: #fff;
}
.about4 .n_right{
    padding-right: 26px;
    max-width: 1156px;
    width: 70%;
}
.contact_tab{
    display: none;
    padding:64px 105px;
    background: #f6f6f6;
    border-radius: 40px;
}
.contact_tab h2{
    font-size: 30px;
    color: #333333;
    line-height: 1;
    font-family: "FZLT_M";
    margin-bottom:35px;
}
.contact_tab_c_l{

}
.contact_tab_c_l dl{
    margin-bottom: 30px;
}
.contact_tab_c_l dl:last-child{
    margin-bottom: 0;
}
.contact_tab_c_l dl dt{
    font-size: 20px;
    color: #4c4c4c;
    line-height: 1;
    font-family: "FZLT_M";
}
.contact_tab_c_l dl dd{
    font-size: 16px;
    color: #808080;
    line-height: 1.7;
    margin-top:11px;
}
.contact_tab_c_l dl dd span{
    margin-left: 18px;
}
.contact_tab_c_r{
    margin-top:52px;
}
.contact_tab_c_r dl{
    margin-bottom: 48px;
}
.contact_tab_c_r dl:last-child{
    margin-bottom: 0;
}
.contact_tab_c_r dl dt{
    font-size: 16px;
    color: #4c4c4c;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
    line-height: 1;
}
.contact_tab_c_r dl dd{
    font-size: 16px;
    color: #808080;
    line-height: 1.7;
    margin-top:12px;    
}
.contact_tab1 .contact_tab_c_r dl:nth-child(1){
    max-width: 353px;
}
.contact_tab1 .contact_tab_c_r dl:nth-child(2){
    max-width: 451px;
}
.n_banner_logo{
    position: absolute;
    right: 0px;
    top: 0;
    max-width: 260px;
}
.about5{
    padding:168px 0 110px;
}
.about5_video01{
    border-radius: 40px;
    position: relative;    
}
.play-button2{
    background-color: #ae0002;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 0;
    width: 78px;
    height: 78px;
    transition: all .3s;
    position: absolute;
    top:50%;
    margin-top:-39px;
    left:50%;
    margin-left:-39px;
}
.play-button2:hover{
    opacity: 0.8;
}
.about5 .n_right h3{
    font-size: 30px;
    color:#000000;
    line-height: 1;
    margin:125px 0 45px;
}
.about_video1{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px;
}
.about_video1 li{
    text-align: center;
}
.about_video1 li:nth-child(n+3) {
    display: none;
}
.about5.on .about_video1 li{
    display: block;
}
.about5.on a.more1{
    display: none;
}
.about_video1 li .img{
    border-radius: 40px;
    position: relative;
}
.about_video1 li .img img{
    width: 100%;
}
.about_video1 li p{
    font-size: 18px;
    color: #1a1a1a;
    margin-top:36px;
    line-height: 1.4;
    font-family: "FZLT_M";
}

.video_more{
    justify-content: center;
    width: 100%;
}
.video_more a:hover{
    background:#fff;
    color: #ae0002;
    border:2px solid #ae0002;
    cursor: pointer;
}
.about5_2{
    padding:168px 0 110px;
    background: #f2f2f2;
}
.about_jcpd{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 65px;
    padding:0 199px;
    margin-top: 90px;
}
.about_jcpd li{
    text-align: center;
}
.about_jcpd li:nth-child(n+4) {
    display: none;
}
.about5_2.on .about_jcpd li{
    display: block;
}
.about5_2.on a.more1{
    display: none;
}
.about_jcpd li .img{
    border-radius: 40px;
    position: relative;
}
.about_jcpd li .play-button2{
    width: 52px;
    height: 52px;
    margin-top:-26px;
    margin-left:-26px;
}

.about_jcpd li p{
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-top:36px;
}
.about5_3{
    padding:168px 0 160px;
}
.about_qygd{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 128px 140px;
    max-width: 955px;
}
.about_qygd li{
    background: #f2f2f2;
    border-radius: 40px;
    padding:62px 52px 20px;
    height: 382px;
}
.about_qygd li:nth-child(2n) {
    transform: translate(0, 50%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    position: relative;
    top: 30px;
}
.about_qygd li h3{
    font-size: 30px;
    color:#1a1a1a;
    line-height: 1;
    padding-bottom: ;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    padding-bottom: 16px;
}
.about_qygd li h3 span{
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    margin-top:9px;
}
.about_qygd li p{
    font-size: 14px;
    color:#666666;
    text-align: justify;
}
@media(max-width:1860px){
    #n_news_scroll .swiper-slide .text{
        padding:35px 20px 20px 35px;
    }
    #n_news_scroll .swiper-slide .text h3,.news_item .txt .intro h2{
        font-size:24px;
    }
    #n_news_scroll{
        padding: 1px 6px 60px 2px;
    }
}
@media(max-width:1600px){
    .about_banner03 .n_banner_text h1{
        padding-top:200px;
    }
    #n_news_scroll .swiper-slide .text h3{
        font-size:20px;
    }
    #n_news_scroll .swiper-slide .text .txt{
        font-size:14px;
    }
    #n_news_scroll .swiper-slide .text a{
        margin-top:35px;
    }
    .about4 .n_right{
        padding-right: 0px;
        /*max-width: 1122px;*/
    }
    .news_detail h1{
        padding:0 30px;
    }
    .info_title{
        margin:20px 0 15px;
        padding: 0 30px;
        font-size:14px;
    }
    .news_detail .content{
        font-size:14px;
        padding:30px 30px;
    }
    .about_jcpd{
        padding:0 0px;
        margin-top:55px;
    }
    .about_video1 li p,.about_jcpd li p{
        font-size: 16px;
        margin-top: 20px;
    }
    .play-button2{
        width:52px;
        height:52px;
        margin-top: -26px;
        margin-left: -26px;
    }
    .about_jcpd li .play-button2 {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        margin-left: -21px;
    }
    .info_title p{
        margin-left:20px;
    }
}
@media(max-width:1360px){
    #n_news_scroll .swiper-slide .text a{
        margin-top:25px;
    } 
    .contact_li p{
        margin-bottom:30px;
    }
    .contact_tab{
        padding:50px 75px;
    }
    .contact_tab h2,.news_detail h1{
        font-size:24px;
    }
    .contact_tab_c_l dl dt{
        font-size:17px;
    }
    .contact_tab_c_l dl dd,.contact_tab_c_r dl dd{
        font-size:14px;
    }
    .info_title p{
        margin-left:12px;
    }
}
@media(max-width:1280px){
    #n_news_scroll .swiper-slide .text h3{
        font-size:18px;
    }
    .about5,.about5_2,.about5_3{
        padding:100px 0;
    }
    .about_qygd {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 90px 70px;
        max-width: 955px;
    }
    .about5 .n_right h3 {
        font-size: 26px;
        margin: 90px 0 25px;
    }
}
@media(max-width:1279px){
    .about_banner03 .n_banner_text h1{
        padding-top:160px;
    }
    .about3 {
        padding: 100px 0 0;
    }
    #n_news_scroll .swiper-slide .text{
        padding:25px 20px 15px 30px;
    }    
    #n_news_scroll .swiper-slide .text a{
        margin-top:20px;
    }
    .about3_news,.about4,.news_detail{
        padding:100px 0;
    }
    .news_detail h1{
        font-size:20px;
    }
    .info_title{
        margin:7px 0 10px;
    }
    .news_detail .content{
        border-radius:25px;
        padding:25px 30px;
    }
    .about_jcpd{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px;
    }
}
@media(max-width:1099px){
    .n_banner_logo{
        max-width:260px;
        right:0;
    }
    .contact_li{
        position:relative;
        top:0;
        display:flex;
        flex-wrap:wrap;
    }
    .contact_li p{
        margin-right:30px;
        margin-bottom:0;
        width: auto;
        height: 55px;
        font-size: 17px;
        padding:0 35px;
    }
    .about4 .n_right{
        width:100%;
    }
}
@media(max-width:991px){
    .about5 .n_right h3{
        font-size:24px;
    }
    .about5 .n_right h3 {
        font-size: 24px;
        margin: 65px 0 25px;
    }
    .about_video1 li p, .about_jcpd li p{
        font-size: 15px;
    }
    .about_jcpd {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        margin-top: 40px;
    }
    .about_qygd {
        gap: 50px 40px;
    }
    .about_qygd li {
        padding: 40px 35px 20px;
    }
    .about_qygd li h3{
        font-size:24px;
    }
}
@media(max-width:820px){
    .about3 {
        padding: 75px 0 0;
    }
    #n_news_scroll .swiper-slide .text h3{
        text-overflow: ellipsis; 
        display: -webkit-box; 
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical; 
        overflow: hidden;
        margin:12px 0 14px;
        font-size:16px;
    }
    #n_news_scroll .swiper-slide .text .txt{
        text-overflow: ellipsis; 
        display: -webkit-box; 
        -webkit-line-clamp: 3; 
        -webkit-box-orient: vertical; 
        overflow: hidden;        
    }
    .about3_news,.about4,.news_detail{
        padding:75px 0;
    }
    .news_list .news_item{
        padding: 30px 20px 15px 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .news_item .txt .time{
        width: 70px;
    }
    .news_item .txt .time p{
        font-size: 40px;
    }
    .news_item .txt .time span{
        font-size: 12px;
    }
    .news_item .txt .intro{
        width: calc(100% - 90px);
    }
    .news_item .txt .intro h2{
        font-size: 18px;
    }
    .news_item .txt .intro p{
        font-size: 12px;
    }
    .news_more span{
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
    .news_page a{
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin: 0px 5px;
    }
    .news_page a.page_prev,.news_page a.page_next{
        background-size: 18px 16px;
    }
    .page_bottom{
        padding: 50px 0px;
        text-align: center;
    }
    .page_bottom h1{
        font-size: 24px;
    }
    .page_bottom p{
        font-size: 16px;
    }
    .page_bottom a{
        width: 120px;
        height: 35px;
        line-height: 35px;
    }  
    .contact_li p{
        margin-right: 25px;
        height: 52px;
        font-size: 16px;
        padding: 0 25px;
    }
    .contact_tab{
        padding: 35px 50px;
    }
    .about5,.about5_2,.about5_3{
        padding:75px 0;
    }
    .play-button2 {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        margin-left: -21px;
        line-height:1;
        font-size:18px;
    }
    .about_jcpd li .play-button2 {
        width: 32px;
        height: 32px;
        margin-top: -16px;
        margin-left: -16px;
        font-size:16px;
        line-height:1;
    }
    .info_title p{
        margin-left:6px;
    }
}
@media(max-width:767px){
    .about_banner03 .n_banner_text h1{
        padding-top:0;
    }
}
@media(max-width:640px){
    .about_banner03 .n_banner_text h1{
        /*padding-top:80px;*/
    }
    .about3{
        padding: 55px 0 0;
    } 
    #n_news_scroll .swiper-slide,.news_detail .content{
        border-radius:20px;
    }
    #n_news_scroll .swiper-slide .img{
        width:100%;
        border-radius:20px 20px 0 0 ;
        background:none!important;
    }
    #n_news_scroll .swiper-slide .img img{
        opacity: 1;
    }
    #n_news_scroll .swiper-slide .text{
        width:100%;
        border-radius: 0 0 20px 20px;
        padding:25px 25px;
    }
    .about3_news,.about4,.news_detail{
        padding:55px 0;
    }
    .news_list .news_item {
        padding: 20px 20px 15px 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .news_item .txt .intro h2{
        white-space: wrap;
        text-overflow: ellipsis; 
        display: -webkit-box; 
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical; 
        overflow: hidden;    
        line-height:1.2;
    }
    .news_item .txt .time p{
        font-size:32px;
    }
    .news_item .txt .time span{
        margin-top:8px;
    }
    .news_item .txt .intro h2{
        font-size:16px;
    }
    .news_item .txt .intro .t{
        margin-top:10px;
    }
    .contact_li p {
        margin-right: 8px;
        height: 38px;
        font-size: 13px;
        padding: 0 8px;
    }
    .contact_tab {
        padding: 25px 20px;
        border-radius:20px;
    }
    .contact_tab h2{
        font-size:22px;
    }
    .contact_tab_c_l dl dd span{
        display:block;
        margin-left:0;
    }
    .news_detail h1,.info_title{
        padding: 0 0px;
    }
    .info_title {
        margin: 10px 0 10px;
    }
    .info_title p:nth-child(1){
        margin-left:0;
    }
    /*.info_title span{*/
    /*    margin-left:20px;*/
    /*}*/
    .news_detail .content {
        padding: 20px 20px;
    }
    .about5,.about5_2,.about5_3{
        padding:55px 0;
    }
    .about5_video01,.about_jcpd li .img,.about_qygd li{
        border-radius:20px;
    }
    .about5 .n_right h3 {
        font-size: 20px;
        margin: 40px 0 20px;
    }
    .about_video1 {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
    .about_video1 li p, .about_jcpd li p {
        font-size: 14px;
        margin-top:12px;
    }
    .about_jcpd {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        margin-top: 30px;
    }
    .about_jcpd li:nth-child(n+4) {
        display: block;
    }
    .about_jcpd li:nth-child(n+5) {
        display: none;
    }
    .about_qygd {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
    .about_qygd li {
        width:100%;
        padding: 30px 20px 20px;
        height:auto;
    }
    .about_qygd li:nth-child(2n) {
        transform: translate(0, 0%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
        top: 0px;
    }
    .about_qygd li h3{
        font-size:20px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .about_qygd li h3 span{
        font-size:15px;
    }
}

/*科研实力*/
.ky1{
    padding:197px 0 0;
}
.ky1_list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 40px;
    gap: 40px;    
    margin-top:82px;
}
.ky1_list dl{
    border-radius: 40px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.ky1_list dl dt{
    text-align: center;
    height: 184px;
    padding:53px 15px 15px;
    border-radius: 40px 40px 0 0;
}
.ky1_list dl dt .p1{
    font-size: 40px;
    color: #ae0002;
    font-family: "FZLT_M";
    line-height: 1;
}
.ky1_list dl dt .p2{
    font-size: 26px;
    color: #000;
    font-family: "FZLT_M";
    line-height: 1;   
    margin-top:21px;
}
.line1{
    width: 100%;
    height: 2px;
    background: #ae0002;
}
.ky1_list dl dd{
    height: 194px;
    background: #f3f3f3;
    padding:50px 15px 15px;
    border-radius:0 0 40px 40px;
}
.ky1_list dl dd p{
    padding-left: 36px;
    background: url(/template/default/images/gou1.png) no-repeat left top;
    background-size: 23px;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    margin-bottom: 11px;
}
.ky1_list dl dd p:last-child{
    margin-bottom: 0;
}
.ky1_list dl:nth-child(1) dd{
    padding-left: 175px;
}
.ky1_list dl:nth-child(2) dd{
    padding-left: 151px;
}
.ky1_list dl:nth-child(3) dd{
    padding-left: 182px;
}
.ky1-2{
    padding:273px 0 0;
}
.ky1-2 .n_left .index_t1,.ky1-3 .n_left .index_t1{
    position: relative;
    top:0;
}
.ky1-2 .n_left .index_t1{
    padding-top:2px;
}
.ky1-2 img{
    border-radius: 40px;
}

.ky1-3{
    padding:254px 0 215px;
}
.ky1-3 .n_left .index_t1{
    padding-top:16px;
}
.ky1-3 .n_right{
    padding-right: 22px;
}
#ky1_scroll{
    padding:6px 6px 83px;
}
#ky1_scroll .swiper-slide{
    border-radius: 40px;
    opacity: 0;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    visibility: hidden;
}
#ky1_scroll .swiper-slide-active{
    opacity: 1;
    visibility: visible;
}
#ky1_scroll .img{
    width: 50%;
}
#ky1_scroll .img img{
    border-radius: 40px 0 0 40px;
}
#ky1_scroll .text{
    width: 50%;
    border-radius:  0 40px 40px 0; 
    background: #fff;
    padding:50px 20px 20px 80px;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}
#ky1_scroll .text h3{
    font-size: 30px;
    color: #000000;
    line-height: 1;
    margin-bottom: 36px;
}
#ky1_scroll .text .txt{
    
}
#ky1_scroll .text .txt p{
    padding-left: 31px;
    background: url(/template/default/images/gou1.png) no-repeat left top;
    background-size: 19px;
    font-size: 18px;
    color: #333333;
    line-height: 19px;
    margin-bottom: 19px;    
}
#ky1_scroll .text .txt p:last-child{
    margin-bottom: 0;
}
.ky1-4{
    padding:127px 0 201px;
    background: #f3f3f3;
}
.ky1-4_list{
    margin-top:93px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ky1-4_list li{
    width: 31.8%;
    background:#fff;
    padding:50px 50px 89px 76px;
    border-radius: 40px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2)
}
.ky1-4_list li:nth-child(1){
    width: 100%;
    margin-bottom: 43px;
    padding:55px 50px 58px 76px;
}
.ky1-4_list dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ky1-4_list dl dt{
    width: 37%;
    max-width: 562px;
}
.ky1-4_list dl dd{
    width: 58.5%;
    padding-top: 52px;
    max-width: 918px;
}
.ky1_list2_list{
    display: flex;
    flex-wrap: wrap;   
    justify-content: space-between;
    margin-top:62px; 
}
.ky1_list2_img{
    text-align: center;
    padding:30px 15px 35px;
    border-right: 2px solid #ededed;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ky1_list2_img:last-child{
    border-right: none;
}
.ky1_list2_img .img{
/*    height: 159px;*/
}
.ky1_list2_img p{
    margin-top:44px;
    font-size:18px;
    color: #1a1a1a;
}
.ky1-4_list li .p1{
    font-size:70px;
    color: #ae0002;
    line-height: 1;
}
.ky1-4_list li .p2{
    font-size:34px;
    color: #1a1a1a;
    line-height: 1.2;
    margin-top:10px;
    font-family: "FZLT_M";
}
.ky1-4_list li .txt{
    margin-top:34px;
}
.ky1-4_list li .txt p{
    font-size:16px;
    color: #666666;
    line-height: 1.6;
}
.ky1-4_list li .txt p.p3{
    font-size:20px;
    color: #4d4d4d;
    font-family: "FZLT_M";
    margin-bottom: 7px;
}
.ky1-4_list li .txt2{
    margin-top:60px;
}
.ky1-4_list li .p4{
    font-size:20px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 22px;
    font-family: "FZLT_M";
    /*text-align: center;*/
}
.ky1_list2_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ky1_list2_li div{
    width: 32%;
    padding:13px 10px 14px;
    text-align: center;
    background: #f3f3f3;
    max-width: 180px;
    border-radius: 10px;
}
.ky1_list2_li div .p5{
    font-size:18px;
    color: #ae0002;
    font-family: "FZLT_M";
    line-height: 1;
}
.ky1_list2_li div .p6{
    font-size:16px;
    color: #1a1a1a;
    font-family: "FZLT_M";
    line-height: 1;
    margin-top:9px;
}

.ky1-5{
    padding:151px 0 202px;
}
.ky1-5 .index_t1{
    padding-top:0;
}
.ky1-5 .n_right{
    max-width: 1046px;
}
.ky1-5_list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* grid-column: span 8 / span 8; */
    row-gap: 36px;
    gap: 100px;    
}
.ky1-5_list dl{
    
}
.ky1-5_list dl dt{
    width: 230px;
    height: 230px;
    border:2px solid #ae0002;
    border-radius: 50%;
    position: relative;
    margin-left: 16px;
    display: grid;
    place-items: center;
    place-content: center;
}
.ky1-5_list dl dt:after{
    content:'';
    position: absolute;
    top:50%;
    margin-top:-127px;
    left:50%;
    margin-left:-127px;
    width: 253px;
    height: 253px;
    border-radius: 50%;
    border:1px solid #c0c0c0;
}
.ky1-5_list dl dt .p1{
    font-size: 60px;
    color: #000000;
    font-family: "FZLT_M";
    line-height: 1;
}
.ky1-5_list dl dt .p1 sub{
    font-size: 25px;
    position: relative;
    top: -10px;
}
.ky1-5_list dl dt .p2{
    font-size: 22px;
    color: #4d4d4d;
    font-family: "FZLT_M";
    line-height: 1.4;
    margin-top:10px;
}
.ky1-5_list dl dd{
    margin-top:62px;
}
.ky1-5_list dl dd p{
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
}
.ky1-5_list dl dd p:last-child{
    margin-bottom: 0;
}

/*科研成果*/
.ky_banner2 .n_banner_text h1{
    color: #ae0002;
}
.ky_banner2 .n_banner_text p{
    color: #000;
}
/*.ky_banner4 .n_banner_text h1{*/
/*    color: #ae0002;*/
/*}*/
.ky2{
    padding:195px 0 0;
}
.ky2_cont1{
    position: sticky;
    top: 100px;
    left: 0;
}
.ky2 .index_t1{
    position: relative;
    top:0;
    padding-top:1px;
}
.ky2 .n_left a{
    margin-top:30px;
    display: none;
}
.ky2 .n_left a:hover{
    color: #ae0002;
    border:2px solid #ae0002;
    background: #fff;
}
.ky2_num1{
    width: 258px;
    height: 197px;
    background: url(/template/default/images/ky2_bg1.png) no-repeat top center;
    background-size: contain;
    margin-top:179px;
    font-size: 90px;
    color: #ad0003;
    text-align: center;
    line-height: 1;
    padding-bottom: 9px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: 20px;
}
.ky2_num1 i{
    /*font-size: 70px;*/
    font-style: normal;
}
.ky2 .n_right{
    padding-right: 0;
    width: 70.87%;
}
.ky2_list1{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    /* grid-column: span 8 / span 8; */
    row-gap: 26px;
    gap: 25px;    
}
.ky2_list1 li{
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, .2);  
    height: 332px;
    background: #f3f3f3;
}
.ky2_list1 li:nth-child(2n){
    transform: translateY(108px);
}
.ky2_list1 li:nth-child(2),.ky2_list1 li:nth-child(4),
.ky2_list1 li:nth-child(5),.ky2_list1 li:nth-child(7),
.ky2_list1 li:nth-child(10),.ky2_list1 li:nth-child(12),
.ky2_list1 li:nth-child(13),.ky2_list1 li:nth-child(15),
.ky2_list1 li:nth-child(17),.ky2_list1 li:nth-child(19){
    background: #fff;
}
.ky2_list1 li .text1{
    height: calc(100% - 56px);
    padding:48px 0 15px;
    border-radius: 26px 26px 0 0;
}
.ky2_list1 li .p1{
    text-align: center;
    line-height: 1;
    font-size: 30px;
    color: #000000;
    font-family: "FZLT_M";
    padding:0 10px;
}
.ky2_list1 li .txt{
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    font-family: "FZLT_S";
    text-align: center;
    margin-top:26px;
    padding:0 31px;
}
.ky2_list1 li .p2{
    height: 56px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
    font-size: 20px;
    color: #333333;
    background: #dcdcdc;
    font-family: "FZLT_M";
    border-radius: 0 0 26px 26px;
    position: relative;
}
.ky2_list1 li .p2:before{
    content:'';
    position: absolute;
    top:-2px;
    left:0;
    width: 100%;
    height: 2px ;
    background: #ae0002;
}
.ky2_cont2{
    padding:367px 0 246px;
}
.ky2_cont2 .n_left{
    width: 28%;
}
.ky2_cont2 .index_t1{
    position: relative;
    top:0;
    padding-top:3px;
}
.ky2_cont2 .index_t1 p{
    max-width: 426px;
}
.ky2_txt1{
    margin-top:144px;
    padding-left: 20px;
}
.ky2_txt1 ol li{
    list-style-type: decimal;
    line-height: 1.6;
    margin-bottom: 17px;
}
.ky2_txt1 ol li:last-child{
    margin-bottom: 0;
}
.ky2_txt1 ol li::marker {
    color: #ad0003;
    font-size: 16px;
    font-family: "FZLT_M";
}
.ky2_txt1 ol li p{
    padding-left: 8px;
}
.ky2_cont2 .n_right .img img{
    border-radius: 40px;
}
.slh{
    font-size: 42px;
    color: #000;
    padding-top:160px;
    text-align: center;
    line-height: 1;
}

/*E立方*/
.ky_banner3 .ky_banner_a{
    display: flex;
}
/*.ky_banner3 img{*/
/*    transform: scale(1.2);*/
/*}*/
.ky_banner3 .ky_banner_a a.more1{
    width: auto;
    padding:0 35px 0 33px;
    margin-top:30px;
    color: #fff;
    background: #ae0002;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ky_banner3 .ky_banner_a a.more1 i{
    display: inline-block;
    margin-left: 22px;
    width: 17px;
    height: 17px;
    background: url(/template/default/images/download1.png) no-repeat center;
    background-size: contain;
}
.ky_banner3 .ky_banner_a a.more1:hover{
    background: #fff;
    color: #000;
    border:1px solid #fff;
}
.ky_banner3 .ky_banner_a a.more1:hover i{
    background: url(/template/default/images/download2.png) no-repeat center;
    background-size: contain;    
}
.ky_banner3 .ky_banner_a a.more1 img{
    width: auto;
}
.n_right2{
    width: 65.34%;
    padding-right: 26px;    
}
.ky3{
    padding:199px 0 129px;
}
.index_t1 h2 em{
    color: #333333;
    font-family: "FZLT_S";
    font-style: normal;
}
.ky3 .index_t1 p{
    margin-top:37px;
}
.ky3_list1{
    margin-top:85px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* grid-column: span 8 / span 8; */
    row-gap: 40px;
    gap: 40px;    
}
.ky3_list1 dl{
    text-align: center;   
    border-radius: 40px;
    box-shadow: 3px 3px 8px rgba(0,0,0,.3);
}
.ky3_list1 dl dt{
    background: #f3f3f3;
    border-radius: 40px 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #000000;
    height: 101px;
    line-height: 1.2;
    font-family: "FZLT_M";
    border-bottom: 1px solid #ad0003;
    position: relative;
}
.ky3_list1 dl dt:after{
    content:'';
    width: 144px;
    height: 5px;
    border-radius: 2.5px;
    background: #ad0003;
    position: absolute;
    bottom:-3px;
    left:50%;
    margin-left: -72px;
}
.ky3_list1 dl dd{
    background: #dcdcdc;
    border-radius: 0 0 40px 40px;
    height: 197px;
    line-height: 1.7;
    font-size: 18px;
    color: #333333;
    font-family: "FZLT_S";
    display: flex;
    flex-direction: column;
    padding:24px;
}
.ky3_ico1{
    line-height: 1;
    margin-bottom: 12px;
}
.ky3-2{
    background: #f3f3f3;
    padding:137px 0 185px;
}
.ky3_list2{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    /* grid-column: span 8 / span 8; */
    row-gap: 32px;
    gap: 32px;
    margin-top:70px;
}
.ky3_list2 li{
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2); 
    text-align: center;
    padding:45px 15px 20px;
    height: 280px;
    position: relative;
}
.ky3_list2 li h3{
    /*font-size: 30px;*/
    font-size: 24px;
    color: #000000;
    line-height: 1.2em;
    margin-top:36px;
}
.ky3_list2 li:after{
    content:'';
    width: 156px;
    height: 7px;
    border-radius: 3.5px;
    background: #40ccc8;
    position: absolute;
    bottom:-4.5px;
    left:50%;
    margin-left: -78px;
}
.ky3_list2 li:nth-child(2):after{
    background: #e892ba;
}
.ky3_list2 li:nth-child(3):after{
    background: #37aad3;
}
.ky3_list2 li:nth-child(4):after{
    background: #f2a079;
}
.ky3-3{
    padding:149px 0 0;
}
.ky3-3 .n_left .index_t1{
    padding-top:4px;
}
.ky3_list3 li{
    margin-bottom: 40px;
    border-radius: 40px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2); 
    display: flex;
    flex-wrap: wrap;
}
.ky3_list3 li:last-child{
    margin-bottom: 0;
}
.ky3_list3 li .img{
    border-radius: 40px 0 0 40px;
    width: 49.373%;
}
.ky3_list3 li .text{
    padding:63px 69px 30px;
    border-radius:  0 40px 40px 0;
    width: calc(100% - 49.373%);
}
.ky3_list3 li .text h3{
    font-size: 30px;
    color: #000000;
    line-height: 1;
}
/*.ky3_list3 li .text h3 sup{*/
/*    top:-3px;*/
/*}*/
.ky3_list3 li .text .txt{
    font-family: "FZLT_S";
    margin-top:43px;
    position: relative;
}
.ky3_list4 li .text .txt{
    position: relative
}
.ky3_list3 li .p_md,.ky3_list4 li .p_md{
    position: unset;
}
.ky3_list3 li .p_intro,.ky3_list4 li .p_intro{
    width: 100%;
    /*max-width: 350px;*/
    margin-left: 0px;
    left:0;
    top:-20px;
}
.ky3_list4 li .p_intro{
    top:-65px;
}
.p_md{
    display: inline-block;
    position: relative;
    color: #ae0002;
    font-size:20px;
    cursor: pointer;
    line-height: 1;
}
.p_md:hover .p_intro,
.p_md.on .p_intro{
    display: block;
}
.p_intro{
    position: absolute;
    top:-170px;
    left:50%;
    margin-left: -240px;
    width: 480px;
    background:#fff;
    box-shadow: 0 0 10px #ccc;
    display: none;
}
.p_intro .cont{
    display: block;
    position: relative;
    padding:16px 30px;
}
.p_intro .cont:before{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -8px;
    bottom:-8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    opacity: 0;
}
.p_intro p,.p_intro .cont span{
    position: relative;
    padding-left: 12px;
    font-size:16px;
    color: #333333;
    line-height: 1.8;
}
.p_intro .cont span{
    padding-left: 0!important;
}
.p_intro p:nth-child(1):before{
    content:"*";
    position: absolute;
    top:2px;
    left:0;
}
.p_intro font{
    font-size:16px;
    color: #333333;
    line-height: 1.8;   
}
.ky3-4{
    /*padding:217px 0 198px;*/
    padding:217px 0 398px;
}
.ky3-4 .n_left .index_t1{
    padding-top:1px;
}
.ky3_list4{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* grid-column: span 8 / span 8; */
    row-gap: 40px;
    gap: 40px;
}
.ky3_list4 li{
    border-radius: 40px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2); 
}
.ky3_list4 li:last-child{
    margin-bottom: 0;
}
.ky3_list4 li .img{
    border-radius: 40px 40px 0 0;
}
.ky3_list4 li .text{
    padding:43px 32px 30px;
    border-radius:  0 0 40px 40px;
    height: 325px;
}
.ky3_list4 li .text h3{
    font-size: 30px;
    color: #000000;
    line-height: 1;
}
.ky3_list4 li .text .txt{
    font-family: "FZLT_S";
    margin-top:32px;
}
.ky3_list4 li:nth-child(2n) {
    transform: translate(0, 50%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    position: relative;
    top: -23px;
}
@media(max-width:1880px){
    .ky1_list dl:nth-child(1) dd,.ky1_list dl:nth-child(2) dd,.ky1_list dl:nth-child(3) dd{
        padding-left:95px;
    }
    .ky1_list dl dt .p1{
        font-size:32px;
    }
    .ky1_list dl dt .p2{
        font-size:20px;
    }
    .ky1_list dl dd p{
        font-size:18px;
    }
}
@media(max-width:1600px){
    .ky2_num1{
        font-size:60px;
        width:200px;
        height:149px;
    }
    .ky2_list1 li{
        height:300px;
    }
    .ky2_list1 li:nth-child(2n) {
        transform: translateY(68px);
    }
    .ky2_list1 li .p1{
        font-size:24px;
    }
    .ky2_list1 li .txt{
        font-size:15px;
        padding:0 20px;
    }
    .ky2_list1 li .p2{
        font-size:16px;
    }
    .ky2_num1{
        margin-top:100px;
        margin-left:0;
    }
    .n_right2{
        padding-right:0;
        width:70%;
    }
    .ky3,.ky3-2{
        padding:129px 0;
    }
    .ky3_list1 dl dt{
        font-size: 24px;
    }
    .ky3_list2 li{
        height:260px;
    }
    .ky3_list2 li h3{
        font-size:20px;
        margin-top: 26px;
    }
    .ky2_txt1{
        margin-top:100px;
    }
    .ky3-3{
        padding:129px 0 0;
    }
    .ky3_list3 li .text{
        padding:45px 30px 30px;
    }
    .ky3_list3 li .text h3,.ky3_list4 li .text h3{
        font-size:24px;
    }
    .ky3_list3 li .text .txt{
        margin-top:30px;
    }
    .ky3-4{
        padding:165px 0 329px;
    }
    .ky3_list4 li .text{
        height:260px;
        padding: 30px 25px 20px;
    }
    .ky3_list4 li .text .txt{
        margin-top:25px;
    }
    .ky1_list dl dt{
        padding:45px 15px 15px;
        height: 165px;
    }
    .ky1_list dl dd {
        height: 170px;
        padding: 35px 15px 15px;
    }
    .ky1_list dl dd p,#ky1_scroll .text .txt p{
        font-size:16px;
    }
    .ky1-4_list li{
        padding:50px 35px 65px 50px;
    }
    .ky1-4_list li .p1{
        font-size:60px;
    }
    .ky1-4_list li .p2{
        font-size:26px;
    }
    .ky1-4_list li .txt p.p3,.ky1-5_list dl dd p{
        font-size:16px;
    }
    .ky1-4_list li .txt p{
        font-size:14px;
    }
    .ky1_list2_list{
        margin-top:45px;
    }
    .ky1_list2_img{
        padding:20px 15px;
    }
    .ky1_list2_img p{
        font-size:16px;
        margin-top:30px;
    }
    .ky1_list2_li div .p6{
        font-size:14px;
    }
    .ky1-4_list li .p4{
        font-size:18px;
        margin-bottom:15px;
    }
    .ky1-5_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        /* grid-column: span 8 / span 8; */
        row-gap: 30px;
        gap: 70px;
    }
    .ky1-3 .n_right{
        padding-right:0;
    }
    .p_intro .cont {
        padding: 10px 20px;
    }
    .p_intro p,.p_intro .cont span{
        padding-left: 10px;
        font-size:14px;
    }  
    .p_intro font{
        font-size:15px;
    }
    .slh{
        padding-top:135px;
    }
}
@media(max-width:1440px){
    .ky2_list1 li{
        height:260px;
    }
    .ky2_list1 li .p1{
        font-size:20px;
    }
    .ky2_list1 li .txt{
        font-size:13px;
        padding:0 15px;
    }
    .ky2_list1 li .p2{
        font-size:14px;
    }
    .ky2_txt1{
        margin-top:50px;
    }
    .ky2_txt1 ol li{
        margin-bottom:12px;
    }
    .ky1_list{
        margin-top:55px;
    }
    .ky1_list dl:nth-child(1) dd, .ky1_list dl:nth-child(2) dd, .ky1_list dl:nth-child(3) dd {
        padding-left: 75px;
    }
    .ky1-4_list li .p2{
        font-size:22px;
    }
    #ky1_scroll .text {
        padding: 20px 20px 20px 60px;
    }
}
@media(max-width:1280px){
    .index_t1 p{
        margin-top:20px;
    }
    .ky2_list1 li:nth-child(2n) {
        transform: translateY(48px);
    }
    .ky2_list1 li .p1{
        font-size:18px;
    }
    .ky2_list1 li .txt{
        font-size:12px;
    }
    .ky2_list1 li .p2{
        font-size:14px;
    }
    .ky2_cont2{
        padding: 260px 0 160px;
    }
    .ky2_txt1{
        margin-top:35px;
    }
    .ky2_txt1 ol li {
        margin-bottom: 10px;
    }
    .ky2_txt1 ol li p{
        padding-left:3px;
    }
    .ky3_list1 dl dt{
        font-size: 22px;
        height:85px;
    }
    .ky3_list1 dl dt:after{
        width:120px;
        margin-left:-60px;
    }
    .ky3_list1 dl dd{
        font-size:16px;
        height:175px;
    }
    .ky3_list2 li {
        height: 240px;
        padding: 35px 15px 15px;
    }
    .ky3_list2 li:after {
        width: 120px;
        margin-left: -60px;
    }
    .ky3_list2 li h3,.ky3_list3 li .text h3,.ky3_list4 li .text h3{
        font-size:20px;
    }
    .ky3_list4 li .text{
        height:200px;
        padding: 25px 20px 20px;
    }
    .ky3_list4 li .text .txt{
        margin-top:20px;
    }
    .ky1_list dl dt {
        padding: 35px 15px 15px;
        height: 140px;
    }
    .ky1_list dl dt .p1 {
        font-size: 28px;
    }
    .ky1_list dl dt .p2 {
        font-size: 18px;
    }
    .ky1_list dl:nth-child(1) dd, .ky1_list dl:nth-child(2) dd, .ky1_list dl:nth-child(3) dd {
        padding-left: 55px;
    }
    .ky1_list dl dd {
        height: 170px;
        padding: 30px 15px 15px;
    }
    .ky1_list dl dd p, #ky1_scroll .text .txt p {
        font-size: 15px;
    }
    .ky1-3{
        padding:200px 0;
    }
    #ky1_scroll {
        padding: 6px 6px 60px;
    }
    #ky1_scroll .text {
        padding: 20px 20px 20px 40px;
    }
    #ky1_scroll .text h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    #ky1_scroll .text .txt p{
        margin-bottom:15px;
    }
    .ky1-4_list li {
        padding: 35px ;
    }
    .ky1-4_list li:nth-child(1){
        padding:40px 40px;
    }

    .ky1-5_list dl dt{
        width: 180px;
        height: 180px;
    }
    .ky1-5_list dl dt:after{
        margin-top:-105px;
        margin-left:-105px;
        width: 210px;
        height: 210px;
    }
    .ky1-5_list dl dt .p1{
        font-size: 46px;
    }
    .ky1-5_list dl dt .p1 sub{
        font-size: 20px;
        top: -6px;
    }
    .ky1-5_list dl dt .p2{
        font-size: 18px;
    }
    .ky1-5_list dl dd{
        margin-top:50px;
    }
    .ky_banner3 h1{
        padding-bottom:15px;
    }
    .ky_banner3 .ky_banner_a a.more1{
        margin-top:15px;
    }
}
@media(max-width:1279px){
    .ky2,.ky1,.ky1-2{
        padding:100px 0 0;
    }
    .ky2 .n_left{
        width:100%;
    }
    .ky2_cont1{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .ky2_num1{
        margin-top:0;
    }
    .ky2_num1 {
        font-size: 46px;
        width: 160px;
        height: 119px;
    }
    .ky2 .n_right{
        width:100%;
        margin-top:55px;
    }
    .ky2_cont2,.ky3,.ky3-2,.ky1-3,.ky1-4,.ky1-5{
        padding:100px 0;
    } 
    .ky2_txt1{
        margin-top:55px;
    }
    .ky3_list1 dl dt{
        font-size:20px;
        height: 75px;
    }
    .ky3_list1 dl dt:after{
        width:90px;
        margin-left:-45px;
    }
    .ky3_list2 li h3{
        font-size:18px;
    }
    .ky3-3{
        padding:100px 0 0;
    }
    .ky3-4{
        /*padding:150px 0 100px;*/
        padding:150px 0 280px;
    }
}
@media(max-width:1099px){
    .ky2_cont2 .n_left{
        width:100%;
    }
    .n_right2{
        width: 100%;
        margin-top:55px;
    }
    .ky3 .index_t1 p {
        margin-top: 30px;
    }
    .ky3_list1,.ky3_list2,.ky1_list{
        margin-top:55px;
    }
    .ky3_list1,.ky3_list4{
        row-gap: 30px;
        gap: 30px;
    }
    .ky3_list1 dl dt{
        font-size:18px;
    }
    .ky3_list2 {
        row-gap: 25px;
        gap: 25px;
    }
    .ky1_list dl dt {
        padding: 25px 15px 15px;
        height: 110px;
    }
    .ky1_list dl dt .p1{
        font-size:22px;
    }
    .ky1_list dl dt .p2 {
        font-size: 15px;
        margin-top: 16px;
    }
    .ky1_list dl dd {
        padding: 25px 20px 15px!important;
    }
    .ky1_list dl dd p,#ky1_scroll .text .txt p{
        background-size:18px;
        padding-left:25px;
    }
}
@media(max-width:991px){
    .ky1-4_list{
        margin-top:55px;
    }
    .ky1-4_list dl dt,.ky1-4_list dl dd{
        width:100%;
    }
    .ky1-4_list li .p1{
        font-size:46px;
    }
    .ky1_list dl dt .p2{
        line-height:1.4;
        margin-top:12px;
    }
    .ky3_list3 li .text h3 sup{
        top:-1px;
    }

    .p_intro .cont {
        padding: 8px 15px;
    }
    .p_intro p,.p_intro .cont span{
        font-size:14px;
    } 
    .p_intro font{
        font-size:14px;
    }
    .ky3_list4 li .p_intro {
        top: -55px;
    }
}
@media(max-width:820px){
    .ky1-4_list li .p2{
        font-size:20px;
    }
    .ky1-4_list li .txt p.p3{
        font-size:15px;
    }
    .ky2,.ky1,.ky1-2{
        padding:75px 0 0;
    }
    .ky2_cont2,.ky3,.ky3-2,.ky3-4,.ky1-3,.ky1-4,.ky1-5{
        padding:75px 0;
    }
    .ky2_list1{
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 26px;
        gap: 25px;
    }
    .ky2_list1 li{
        height:220px;
        box-shadow:2px 2px 6px rgba(0,0,0,.2);
    }
     .ky2_list1 li:nth-child(4), .ky2_list1 li:nth-child(5),.ky2_list1 li:nth-child(12), .ky2_list1 li:nth-child(13), .ky2_list1 li:nth-child(17){
        background:#f3f3f3;
    }
    .ky2_list1 li:nth-child(2),.ky2_list1 li:nth-child(3),.ky2_list1 li:nth-child(6),.ky2_list1 li:nth-child(7),.ky2_list1 li:nth-child(10),.ky2_list1 li:nth-child(11),.ky2_list1 li:nth-child(14),.ky2_list1 li:nth-child(15),.ky2_list1 li:nth-child(18),.ky2_list1 li:nth-child(19){
        background:#fff;
    }
    .ky2_txt1 {
        margin-top: 40px;
    } 
    .ky3 .index_t1 p {
        margin-top: 20px;
    }
    .ky3_list1,.ky3_list4{
        row-gap: 25px;
        gap: 25px;
    }
    .ky3-3{
        padding:75px 0 0;
    }
    .ky3_list2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ky3_list3 li{
        margin-bottom:30px;
    }
    .ky3-4{
        /*padding:120px 0 75px;*/
        padding:120px 0 225px;
    }
    .ky1-4_list li .txt p br{
        display:none;
    }
    .ky3_list3 li .text h3 sup{
        top:0;
    }
    .slh{
        padding-top:100px;
    }
}
@media(max-width:767px){
    .ky_banner3 .ky_banner_a a.more1{
        display: none;
    }
    .ky1-5_list dl dt{
        width: 150px;
        height: 150px;
    }
    .ky1-5_list dl dt:after{
        margin-top:-90px;
        margin-left:-90px;
        width: 180px;
        height: 180px;
    }
    .ky1-5_list dl dt .p1 {
        font-size: 42px;
    }
    .ky1-5_list dl dt .p1 sub {
        font-size: 18px;
        top: -10px;
    }
    .ky1-5_list dl dt .p2 {
        font-size: 16px;
        margin-top: 5px;
    }
    .ky1-5_list{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 50px;
        gap: 50px;
    }
    .ky1-5_list dl dd p {
        font-size: 14px;
    }
    .p_intro .cont {
        padding: 6px 12px;
    }
    .p_intro p,.p_intro .cont span{
        font-size:12px;
    } 
    .p_intro font{
        font-size:12px;
    }
    .ky3_list4 li .p_intro {
        top: -45px;
    }
    .ky_banner3 h1{
        padding-bottom:10px;
    }
    .slh{
        padding-top:20px;
    }
}
@media(max-width:640px){
    .ky_banner3 h1{
        padding-bottom:7px;
    }
    .ky2,.ky1,.ky1-2{
        padding:55px 0 0;
    }
    .ky2_list1 li,.ky3_list1 dl,.ky3_list2 li{
        border-radius:20px;
    }
    .ky2_list1 li .text1,.ky3_list1 dl dt{
        border-radius: 20px 20px 0 0;
    }
    .ky2_list1 li .p2,.ky3_list1 dl dd{
        border-radius: 0 0 20px 20px;
    }
    .ky2_cont2 .n_right .img img{
        border-radius:20px;
    }
    .ky2_cont2,.ky3,.ky3-2,.ky3-4,.ky1-3,.ky1-4,.ky1-5{
        padding:55px 0;
    }
    .ky3 .index_t1 h2{
        font-size:18px;
    }
    .n_right2,.ky3_list1,.ky3_list2{
        margin-top:35px;
    }
    .ky3_list1,.ky3_list2,.ky3_list4{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .ky3_list1 dl dd{
        height:165px;
    }
    .ky3-3{
        padding:55px 0 0;
    }
    .ky3_list2 li {
        height: 220px;
        padding: 30px 15px 15px;
    }
    .ky3_list2 li .img img{
        max-width:80px;
    }
    .ky3_list2 li h3{
        font-size: 20px;
    }
    .ky3_list3 li{
        margin-bottom:20px;
    }
    .ky3-4{
        padding:75px 0 55px;
    }
    .ky3_list4 li:nth-child(2n) {
        transform: translate(0, 0%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
        top:0;
    }  
    .ky1-4_list{
        margin-top:40px;
    }
    .ky1_list{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 25px;
        gap: 25px;
        margin-top: 40px;
    }
    .ky1-4_list li{
        width:100%;
        margin-bottom:25px;
    }
    .ky1-4_list li:nth-child(1){
        margin-bottom:25px;
    }
    .ky1-4_list li:last-child{
        margin-bottom:0;
    }
    .ky1-5_list dl dd {
        margin-top: 35px;
    }
    .ky1-4_list li:nth-child(1){
        border-radius:20px;
        padding: 25px 20px;
    }
    .ky1-4_list li {
        padding: 25px 20px;
    }
    .ky1_list2_li div .p5{
        font-size:16px;
    }
    .ky1_list2_li div .p6 {
        font-size: 13px;
    }
    .ky1-4_list dl dd{
        /*display:none;*/
    }
    .ky1-4_list li .txt2{
        margin-top:30px;
    }
    .ky1-4_list dl dd{
        padding-top:30px;
    }
    .ky1-4_list li .p4{
        font-size:16px;
    }
    .ky1-5_list{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 10px;
        gap: 15px 5px;
        padding-top:30px;
    }
    .ky1-5_list dl dt {
        width: 100px;
        height: 100px;
    }
    .ky1-5_list dl dt:after {
        margin-top: -60px;
        margin-left: -60px;
        width: 120px;
        height: 120px;
    }
    .ky1-5_list dl dt .p1 {
        font-size: 30px;
    }
    .ky1-5_list dl dt .p2 {
        font-size: 12px;
        margin-top: 2px;
    }
    .ky1-5_list dl dd p {
        font-size: 10px;
    }
    .ky1_list2_list {
        margin-top: 30px;
    }
    .ky1_list2_img {
        padding: 15px 6px;
    }
    .ky1_list2_img p {
        font-size: 12px;
        margin-top: 20px;
        line-height:1.4;
    }
}
@media(max-width:600px){
    .ky2_num1 {
        font-size: 32px;
        width: 120px;
        height: 89px;
    }
    .ky2 .n_left a {
        margin-top: 20px;
    }
    .ky2_list1{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 12px;
        gap: 15px 12px;
    }
    .ky2_list1 li{
        height:auto;
        box-shadow:2px 2px 6px rgba(0,0,0,.2);
    }
    .ky2_list1 li:nth-child(2n){
        transform: translateY(0px);
    }
    .ky2_list1 li .text1{
        padding:20px 5px 15px;
    }
    .ky2_list1 li .p1{
        font-size:16px;
    }
    .ky2_list1 li .txt{
        margin-top:10px;
        padding:0px;
    }
    .ky2_list1 li .p2{
        font-size:12px;
        padding:2px 0px;
    }
    .ky3_list3 li .img,.ky3_list4 li .img,#ky1_scroll .img,#ky1_scroll .img img,.ky1_list dl dt{
        width:100%;
        border-radius:20px 20px 0 0;
    }
    .ky3_list3 li .text,.ky3_list4 li .text,#ky1_scroll .text{
        width:100%;
        padding: 30px 30px;
        border-radius:0 0 20px 20px;
    }
    .ky3_list3 li .text .txt{
        margin-top: 15px;
    }
    #ky1_scroll .swiper-slide,.ky1-4_list li{
        border-radius:20px;
    }
    .ky1_list dl,.ky1-2 img{
        border-radius:20px;
    }
    .ky1_list dl dd{
        border-radius:0 0 20px 20px;
    }
    .ky1-5_list dl dd p {
        font-size: 8px;
    }
}
/*隐私*/
.flsm{
    padding:150px 0 100px;
}
.flsm .text{
    margin-top:52px;
}
.flsm .text p strong{
    font-size: 24px;
    color: #000;
}
@media(max-width: 1600px){
    .flsm{
        padding:135px 0 95px;
    }
    .flsm .text p strong{
        font-size: 22px;
    }
}
@media(max-width: 1280px){
    .flsm{
        padding:130px 0 75px;
    }
}
@media(max-width: 991px){

 .flsm .text{
    margin-top:25px;
    }
}
@media(max-width: 860px){
   
}
@media(max-width: 820px){
    .flsm{
        padding:100px 0 55px;
    }
    .flsm .text p strong{
        font-size: 20px;
    }
}
@media(max-width: 640px){
    .flsm{
        padding:40px 0;
    }
    .flsm .text p strong{
        font-size: 16px;
    }
}



/*留言*/
.message{
    padding:105px 0 110px;
    background:#f0f3f7;
}
.message h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1.3;
    font-family: "puhui65";
    margin-bottom: 40px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.message ul li:nth-child(2n){
    margin-right: 0;
}
.message ul li:last-child{
    margin-right: 0;
    width: 100%;
    margin-bottom:0;
}
.message ul li input{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 60px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
}
.message ul li textarea{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 180px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
    font-family: "puhui55";
}
.msgbtn{
    width: 160px;
    height: 60px;
    font-size:18px;
    color: #fff;
    background:#009fe8;
    border-radius: 6px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin:50px auto 0;
    border:none;
    outline: none;
    cursor: pointer;
}
@media(max-width: 1600px){
    .message h2{
        font-size:32px;
    }
    .message ul li{
        margin-bottom: 15px;
    }
    .message ul li input {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
    .message ul li textarea{
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 200px;        
    }
}
@media(max-width: 1280px){
    .message{
        padding:75px 0;
    }
}
@media(max-width: 1099px){   
    .message h2{
        font-size:28px;
    }
}
@media(max-width: 991px){
    .message ul li input {
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .message ul li textarea{
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 160px;        
    }   
}
@media(max-width: 820px){
    .message{
        padding:50px 0;
    } 
}
@media(max-width: 640px){
    .message{
        padding:35px 0;
    }
    .message h2{
        font-size:24px;
        margin-bottom: 25px;
    }
    .message ul li{
        margin-bottom: 10px;
    }
    .message ul li textarea{
        height: 120px;
    }
    .msgbtn {
        width: 120px;
        height: 50px;
        font-size: 17px;
        margin: 30px auto 0;
    }
}
@media(max-width: 460px){
    .message ul li{
        width: 100%;
        margin-right: 0;
    }
}


#job3{
    background:#f1f1f1;
    padding:100px 0 130px;
}
#job3 h2{
    text-align: center;
    font-size:44px;
    color: #333333;
    line-height: 1;
    margin-bottom: 42px;
}
.job_list{

}
.job_list li{
    background:#ffffff;
    margin-bottom: 10px;
}
.job_top{
    padding:0 60px;    
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.job_list li.on .job_t{
    border-bottom:1px solid #e0e0e0;
}
.j1{
   width: 31%;    
}
.j_name{
    font-size:20px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 0;
    width: 45%;
}
.j_c p{
    font-size:16px;
    color: #999999;
    padding-left: 24px;
}
.j_c p:nth-child(1){
    background:url(/template/default/images/job_ico1.png) no-repeat left center;
}
.j_c p:nth-child(2){
    background:url(/template/default/images/job_ico2.png) no-repeat left center;
}
.j_c p:nth-child(3){
    background:url(/template/default/images/job_ico3.png) no-repeat left center;
}
.j_c p:nth-child(4){
    background:url(/template/default/images/job_ico4.png) no-repeat left center;
}
.j_date{
    width: 24%;
    float: right;
    font-size:16px;
    color: #999999;
    text-align: right;
}
.j_date span{
    display: inline-block;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(/template/default/images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 60px;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
    width: 95px;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 95px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #f2f2f2;
    color: #5b5b5b;
    border-radius: 6px;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
    font-size:14px;
    color: #5b5b5b;
    font-family: "微软雅黑";
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    background:#4d4d4d;
    font-size:18px;
    color: #fff;
    font-family: "puhui85";
    text-align:center;
    border-radius: 6px;
}
.job_list li.on .j_cont{
    display: block;
}
.job_list li.on .j_date img{
    transform:rotate(-180deg);
}


@media(max-width: 1600px){
    #job3 h2{
        font-size:36px;
    }

    .job_top{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 40px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1280px){
    #job3 h2{
        font-size:32px;
    }
    .job_top{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }
    .job_list li .j_cont{
        padding:40px 30px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }    
}
@media(max-width: 1024px){
    #job3 h2{
        font-size:28px;
    }

}
@media(max-width: 820px){

    #job3{
        padding:75px 0;
    }
    .job_top {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    }    
}
@media(max-width: 767px){
    #job3{
        padding:50px 0;
    }
    #job3 h2{
        margin-bottom: 25px;
        font-size: 22px;
    }
    .job_list li{
        margin-bottom: 12px;
    }
    .job_top {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
        width: 76%;
    }
    .j_c,.j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:15px 0 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }    
}





h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    /*box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);*/
    box-shadow: 3px 3px 12px rgb(0,0,0,.2);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 200px;
    left:-205px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(/template/default/images/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(/template/default/images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(/template/default/images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(/template/default/images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(/template/default/images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(/template/default/images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(/template/default/images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #ae0002;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;
}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1279px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
/*    .m_f_fixed{
        display: flex;
    }*/
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(/template/default/images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1279px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("/template/default/images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("/template/default/images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("/template/default/images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("/template/default/images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("/template/default/images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("/template/default/images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("/template/default/images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}<!--0.00019502639770508-->