﻿/*头部样式*/
.header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999999;
    padding:34px 60px 0;
}
.header.on{
/*    background:#fff;*/
}
.head{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.logo{

}
.logo .img1{
    display: none;
}
.header.on .logo .img1{
    display: inline-block;
}
.header.on .logo .img2{
    display: none;
    background: #fff;
}
.head_r{
    display: flex;
    align-items:center;
}
.head_r a{
    font-size: 19px;
    color: #fff;
    margin-right:22px;
}
.head_r a:last-child{
    margin-left: 10px;
}
.header.on .head_r a{
    color: #232323;
}
.header.on .head_r a:hover{
    color: #d82427;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 60px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 46px;
}
.nav li a:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0;
    height: 2px;
    background:#fff;
    transition:all 0.5s ease-out;
}
.nav li:hover a:after,.nav li.on a:after{
    left:0;
    width: 100%;
}
.header.on .nav li a{
    color: #232323;
}
.header.on .nav li:hover a{
    color: #d82427;
}
.header.on .nav li a:after{
    background:#d82427;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}
#index_banner{
    height: 100vh;
}
#index_banner .swiper-slide{
    height: 100vh;
    position: relative;    
}
#index_banner .swiper-slide img{
    opacity: 0;
}
.wrap{
    padding:0 130px;
}
.banner_text1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99; 
    color: #fff;   
}
.banner_text1 h2{
    font-size:76px;
    font-family: "puhui105";
    line-height: 1.2;
}
.banner_text1 p{
    font-size:39px;
    font-family: "puhui65";
    line-height: 1.2;
    margin-top:30px;
}
.index1_bottom{
    position: absolute;
    left:0;
    bottom:45px;
    padding:0 130px;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
    width: 100%;
}
.index_banner_pagination_box{
    display: flex;
}
.flex{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index_banner_pagination_item {
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    pointer-events: auto;
    margin-right: 38px;
}
.index_banner_pagination_item:last-child {
    margin-right: 0;
}

.index_banner_pagination_text {
    font-size: 16px;
    line-height: 1;
    font-weight: "puhui65";
    color: #fff;
}

.index_banner_pagination_icon {
    position: relative;
    width: 50px;
    height: 7px;
    margin-left: 3px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.index_banner_pagination_icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
}
.index_banner_pagination_current .index_banner_pagination_icon:after {
    width: 100%;
    -webkit-transition: all 10s linear;
    transition: all 10s linear;
}
.index_banner_arrow{
    display: flex;
    justify-content: space-between;
    width: 140px;
}
#index_banner .swiper-button-prev,#index_banner .swiper-button-next{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border:1px solid #fff;
    position: relative;
    top:0;
    margin-top:0;
    left:0;
    right:0;
}
#index_banner .swiper-button-prev{
    background:url(../images/right1.png) no-repeat center;
    transform:rotate(-180deg);
}
#index_banner .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center #fff;
    transform:rotate(-0deg);    
}
#index_banner .swiper-button-next{
    background:url(../images/right1.png) no-repeat center;  
}
#index_banner .swiper-button-next:hover{
    background:url(../images/left1.png) no-repeat center #fff;
    transform:rotate(-180deg);    
}
.section_scroll{
    position: fixed;
    left:50%;
    bottom:45px;
    margin-left: -35px;
    width: 70px;
    text-align: center;
/*    margin:0 auto;*/
    font-size:16px;
    color: #fff;
    z-index: 99;
}
.section_scroll.hide{
    display: none;
}
.section_scroll.color1{
    color: #646464;    
}
.scroll{
    position: relative;
}
.scroll p{
    margin-top:6px;
}
.main-scroll {
    font-size: 14px;
    color: #fff;
    width: 18px;
    height: 20px;
    line-height: 27px;
    z-index: 1;
    position: relative;
}
.section_scroll.color1 .main-scroll{
    color: #cacaca;
}
.main-scroll:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    left: 33px;
    top: 14px;
    background-color: #fff;
    z-index: 5;
    -webkit-animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    -moz-animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
      -o-animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
         animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
.section_scroll.color1 .main-scroll:before{
    background-color: #000000;    
}
.main-scroll:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 27px;
    border-radius: 25px;
    left: 24px;
    background: none;
    top: -8px;
    opacity: 0.8;
    /*#cacaca*/
    border:1px solid #fff;
}
.section_scroll.color1 .main-scroll:after{
    border:1px solid #666;    
}
@-webkit-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-moz-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
             transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
             transform: translateY(-15px);
    }
}
@-o-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
           transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -o-transform: translateY(-15px);
           transform: translateY(-15px);
    }
}
@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
          -o-transform: translateY(-10px);
             transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
          -o-transform: translateY(-15px);
             transform: translateY(-15px);
    }
}

@media(max-width: 1600px){
    .header{
        padding:20px 40px;
    }
    .nav li{
        margin-right: 45px;
    }
    .nav li a{
        font-size:16px;
    }
    .banner_text1 h2{
        font-size:60px;
    }
    .banner_text1 p{
        font-size:32px;
    }
    .wrap,.index1_bottom{
        padding:0 75px;
    }
    .section_scroll{
        bottom:30px;
        font-size:14px;
    }
}
@media(max-width: 1440px){
    .nav li{
        margin-right: 35px;
    }  
    #navToggle{
        margin-left: 0;
    }
    .banner_text1 h2{
        font-size:52px;
    }
    .banner_text1 p{
        font-size:30px;
    }
    .index_banner_arrow{
        width: 115px;
    }
    #index_banner .swiper-button-prev, #index_banner .swiper-button-next{
        width: 45px;
        height: 45px;
    }
}
@media(max-width: 1280px){
    .nav li{
        margin-right: 25px;
    } 
    .nav li a{
        font-size:15px;
    } 
 
    .section_scroll{
        bottom:20px;
        font-size:13px;
    }  
}
@media(max-width: 1199px){
    .nav{
        display: none;
    }
    .head_r a:nth-child(1){
        display: none;
    }
}
@media(max-width: 1024px){
    .section_scroll{
        bottom:60px;
    }
    .section_scroll.section_scroll2{
        bottom:25px;
    }
    .index1_bottom{
        bottom:25px;
        justify-content: center;
    }
    .index_banner_arrow{
        display: none;
    }
}
@media(max-width: 991px){
    .header {
        padding: 15px 30px;
    }
    .wrap,.index1_bottom{
        padding:0 50px;
    }  
}
@media(max-width: 820px){
    .wrap,.index1_bottom{
        padding:0 35px;
    }

}
@media(max-width: 640px){
    .header {
        padding: 10px 15px;
    }
    .logo{
        width: 40%;
    }
    .wrap{
        padding:0 20px;
    }
    .banner_text1{
        text-align: center;
    }
    .banner_text1 h2{
        font-size:40px;
    }
    .banner_text1 p{
        font-size:22px;
        line-height: 1.6;
    }  
    .section_scroll.section_scroll2{
        bottom:20px;
    }
}


.service-wrap2{
    background:url(../images/index_about.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top:40px;
}
.service-wrap2 .index_t1{
    color: #fff;
}
.service-wrap2 .index_t1 h2 span:after{
    background:#fff;
}
.index_t1{
    color: #333;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.index_t1 h2 span{
    font-size:60px;
    display: inline-block;
    position: relative;   
    line-height: 1; 
    font-family: "puhui85";
}
.index_t1 h2 span:after{
    content:'';
    position: absolute;
    top:-6px;
    right:-28px;
    width: 16px;
    height: 16px;
    background:#d82427;
    border-radius: 50%;
}
.index_t1 p{
    font-size:24px;
    margin-top:10px;
    line-height: 1.6;
}
.service-wrap2 .text{
    font-size:28px;
    line-height: 1.6;
    margin:45px 0 100px;
    max-width: 910px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.num_list1{
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.num_list1 dl{
    margin-right: 102px;
}
.num_list1 dl:last-child{
    margin-right: 0;
}
.num_list1 dl dt{
    font-size:18px;
    margin-bottom: 5px;
}
.num_list1 dl dd{

}
.num_list1 dl dd span{
    font-size:63px;
    line-height: 1;
    display: inline-block;
    font-family: "puhui95";
}
.num_list1 dl dd sub{
    font-size:20px;
    line-height: 1;
    display: inline-block;
    font-family: "puhui95";
    margin-left: 12px;
    margin-top:-5px;
}
.index_public_button {
    width: 160px;
    height: 50px;
    padding: 5px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.index_public_button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}
.index_public_button a {
    position: relative;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
}
.index_public_btn_read {
    width: calc(100% - 40px);
    text-align: center;
    position: relative;
    justify-content: center;
}
.index_public_btn_content {
    position: relative;
}
.index_public_btn_text {
    color: #fff;
    line-height: 1;
    font-size: 16px;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}
.index_public_btn_icon {
    width: 40px;
    height: 40px;
    position: relative;
    background: #d82427;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}
.index_public_btn_svg {
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.index_public_btn_svg svg {
    width: 20%;
    fill: #fff;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}
.index_public_btn_hover {
    position: absolute;
    left: 0;
    top: 0;
}
.index_public_btn_hover svg {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.index_about_button{
    margin-top:50px;
}
/*图标鼠标经过*/
.index_public_button:hover .index_public_btn_default svg {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.index_public_button:hover .index_public_btn_hover svg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.index_public_button:hover .index_public_text_default {
    color: #d82427;
}

.index_public_button:hover:after {
    width: 100%;
}
.active .index_t1,.active2 .index_t1{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition-delay: 300ms;
}
.service-wrap2.active .text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 100ms;
    transition-delay: 500ms;
}
.service-wrap2.active .num_list1{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 100ms;
    transition-delay: 700ms;
}
.active .index_public_button{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 150ms;
    transition-delay: 900ms;
}
@media(max-width: 1600px){
    .index_t1 h2 span{
        font-size:50px;
    }
    .service-wrap2 .text{
        font-size:22px;
        margin: 25px 0 75px;
    }
    .num_list1 dl dd span{
        font-size:52px;
    }
    .num_list1 dl dd sub{
        font-size:17px;
        margin-left: 8px;
    }
}
@media(max-width: 1440px){
    .index_t1 h2 span{
        font-size:46px;
    }
    .index_t1 p{
        font-size:22px;
    }

}
@media(max-width: 1199px){
    .index_t1 h2 span{
        font-size:42px;
    }
    .index_t1 p{
        font-size:20px;
    }
    .service-wrap2 .text {
        font-size: 20px;
        margin: 20px 0 55px;
    }
    .num_list1 dl {
        margin-right: 75px;
        margin-bottom: 20px;
    }
    .num_list1 dl dd span{
        font-size:46px;
    }
}
@media(max-width: 991px){
    .num_list1{
        justify-content: space-between;
    }
    .num_list1 dl{
        margin-right: 0;
        min-width: 150px;
    }
    .num_list1 dl:nth-child(1),.num_list1 dl:nth-child(3){
        width: 50%;
    }
}
@media(max-width: 820px){
    .index_t1 h2 span{
        font-size:38px;
    }
}
@media(max-width: 640px){
    .index_t1 h2 span{
        font-size:36px;
    }
    .index_t1 p{
        font-size:18px;
        margin-top:3px;
    }
    .num_list1 dl{
        min-width: 135px;
    }
    .num_list1 dl:nth-child(1),.num_list1 dl:nth-child(3){
        width: 40%;
    } 
    .num_list1 dl dd span{
        font-size:36px;
    }
    .num_list1 dl dd sub {
        font-size: 16px;
        margin-left: 5px;
    }  
}


.index_product{
    flex-wrap: wrap;
    padding-top:0px;
}
.index_product_l{
    padding: 10px 90px 0 130px;
    width: 29%;
    -webkit-align-content: space-between;
    align-content: space-between;
}
.index_product_l .text{
    font-size:16px;
    color: #2f2f2f;
    line-height: 1.6;
    margin:60px 0 35px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    transition-delay: 300ms;
}
.active .index_product_l .text{
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99) 300ms;
}
.index_product_item_box a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* opacity: 0; */
    background-image: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 50%);
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}

.index_product_l .index_public_text_default{
    color: #d82427;
}
.index_product_l .index_public_button:after{
    background:#d82427;
}
.index_product_l .index_public_button:hover .index_public_btn_icon{
    background:#fff;
}
.index_product_l .index_public_button:hover .index_public_btn_svg svg{
    fill:#d82427;
}
.index_product_l .index_public_button:hover .index_public_text_default{
    color: #fff;
}

/*切换*/
.Manrope-Bold {
    font-family: "Manrope-Bold", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}
.index_public_pagination_read {
    width: 75px;
}
.index_public_pagination_text {
    font-size: 18px;
    color: #222222;
    font-weight: bold;
}
.index_product_pagination_current,
.index_strength_pagination_current {
    color: #d82427;
}
.index_public_pagination_box {
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.index_public_pagination_line {
    width: calc(100% - 170px);
    height: 2px;
    background: #e7e7e7;
}
.index_public_swiper_button {
    padding: 0 20px;
}
.index_public_pagination_label {
    width: 100%;
    height: 100%;
    background: #d82427;
}
.index_strength_pagination_animate {
    -webkit-animation: strengthLineWidth 10s forwards linear normal;
    animation: strengthLineWidth 10s forwards linear normal;
}

.index_public_pagination_btn {
    width: 9px;
    height: 16px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    outline: none;
}
.index_public_pagination_btn:nth-child(1) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 13px;
}
.index_public_pagination_btn svg {
/*    width: 40.9090909%;*/
    fill: #999999;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}
.index_public_pagination_this svg {
    fill: #d82427;

}
.active .index_public_pagination_box,.active2 .index_public_pagination_box{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition-delay: 700ms;
}
.index_product_r{
    width: 71%;
}
.index_product_item_box {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.index_product_item_box a {
    position: relative;
    display: block;
    z-index: 9;
}
.index_product_item_box a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /*opacity: 0;*/
    background-image: linear-gradient(to top, rgba(153, 153, 153, .8) 0%, rgba(153, 153, 153, 0) 50%);
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}
.index_product_item_box a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(to top, rgba(216, 36, 39, .8) 0%, rgba(216, 36, 39, 0) 50%);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}
.index_product_item_box:hover a:before {
    opacity: 1;
}
.index_product_item_box:hover a:after {
    opacity: 0;
}
.index_product_item_box:hover .index_product_item_number {
    color: rgba(255, 255, 255, 1);
}
.index_product_item_read {
    position: absolute;
    bottom: 1.82291666vw;
    left: 0;
    width: 100%;
    padding: 0 1.9791666vw;
    z-index: 3;
}
.index_product_top {
    width: 100%;
}
.index_product_item_number {
    font-size: 65px;
    line-height: 1.1;
    color: #fff;
    -webkit-text-stroke: 0.0520833vw #fff;
    color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    margin-bottom: 1.041666vw;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    font-family: "puhui65";
}
.index_product_item_title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    color: #fff;
    font-family: "puhui85";
}

.active .index_product_r .index_product_item_box {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
@media(max-width: 1600px){
    .index_product_l{
        padding:10px 50px 0 75px;
    }
    .index_product_l .text{
        margin: 35px 0 20px;
    }
    .index_public_swiper_button{
        padding-right: 0;
    }
}
@media(max-width: 1440px){
    .index_product_l{
        padding:10px 35px 0 75px;
    }
    .index_product_l .text {
        margin: 15px 0 20px;
        font-size:15px;
    }
    .index_product_l .text p:nth-child(2){
        height: 0px;
    }
    .index_product_item_number{
        font-size:56px;
    }
    .index_product_item_title{
        font-size:24px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 1099px){
    .index_product_l{
        padding:10px 50px 0;
        width: 100%;
    }
    .index_public_pagination_box{
        margin-top:20px;
    }
    .index_public_pagination_line {
        width: calc(100% - 145px);
    }
    .index_product_r{
        width: 100%;
        margin-top:20px;
        padding:0 50px;
    }
    .index_product_item_box{
        border-radius: 15px;
    }
}
@media(max-width: 820px){
    .index_product_l{
        padding:0 35px;
    }
    .index_product_r{
        padding:0 30px;
    }
}
@media(max-width: 640px){
    .index_product_l,.index_product_r{
        padding:0 20px;
    }
    .index_product_item_box{
        border-radius: 10px;
    }
    .index_product_item_read{
        padding:0 15px;
        bottom:15px;
    }
    .index_product_item_number{
        font-size:42px;
    }
    .index_product_item_title{
        font-size:20px;
    }   
}
@media(max-width: 460px){
    .index_product_item_number{
        font-size:32px;
    }
    .index_product_item_title{
        font-size:18px;
    }   
}


.index_case{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_case .index_t1{
    color: #fff;
}
.index_case .index_t1 h2 span:after{
    background:#fff;
}
.index_case_tab{
    color: #ffffff;
    margin-bottom: 85px;
    display: none;
}
.index_case_tab.cur{
    display: block;
}
.index_case_tab h3{
    font-size:30px;
    font-family: "puhui95";
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    transition-delay: 450ms;
}
.index_case_tab .txt{
    margin-top:85px;
}
.index_case_tab .txt p{
    font-size:16px;
    max-width: 585px;
    margin:15px 0 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8em;
    height: 3.6em;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
    transition-delay: 550ms;
}
.active .index_case_tab h3,.active .index_case_tab .txt p{
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: all 0.8s cubic-bezier(0.69, 0.27, 0.45, 0.99) 300ms;
}
/*.index_case .index_public_button:hover .index_public_text_default{
    color: #d82427;
}*/
.index4_imgs{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
/*    opacity: 0;
    transition:all 0.5s ease-out;   */ 
}
.index_case_img_swiper .swiper-slide{
    height: 100vh;
}
.index4_imgs .img1{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    opacity: 0;
    transition:all 0.5s ease-out;
}
.index4_imgs .img1 img,.index_case_img_swiper .swiper-slide img{
    opacity: 0;
}
.index4_imgs .img1.cur{
    opacity: 1;
}
.index_case_slide{
    position: relative;
    cursor: pointer;
}
.index_case_slide:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border:3px solid #d82427;
    z-index: 1;
    opacity: 0;
}
.index_case_slide:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(132,132,132,.5);
    z-index: 1;
}
.index_case_slide p{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    font-size:20px;
    color: #fff;
    line-height: 1.6;
    z-index: 2;
    padding:10px; 
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;   
}
.index_case_slide.swiper-slide-thumb-active:before{
    opacity: 1;
}
.index_case_slide.swiper-slide-thumb-active:after{
    opacity: 0;
}
.index_case_slide.swiper-slide-thumb-active p{
    opacity: 0;
}
@media(max-width: 1600px){
    .index_case_tab .txt{
        margin-top:55px;
    }
    .index_case_slide p{
        font-size:18px;
    }
}
@media(max-width: 1440px){
    .index_case_tab{
        margin-top:50px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_case_tab{
        margin-top:0px;
    }
    .index_case_slide p{
        font-size:16px;
    }
}
@media(max-width: 820px){

}
@media(max-width: 640px){
    .index_case_tab{
        margin-top:40px;
    }
    .index_case_tab .txt{
        margin-top:45px;
    }
    .index_case_slide p{
        font-size:14px;
    }   
}

.index_news{

}
.index_news .index_t1{
    text-align: center;
}
.index_news_content{
    margin-top:40px;
}
.index_news_item_img a {
    width: 100%;
    display: block;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
.index_news_item_img a.img{
    max-height: 300px;
}
.index_news_item_img a.img img{
    width: 100%;
}
.index_news_item_time {
    font-size: 16px;
    line-height: 1.6;
    color: #808080;
    margin-top: 28px;
    font-family: "puhui65";
}
.index_news_item_title {
    margin-top: 10px;

}
.index_news_item_title a {
    font-size: 26px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1a1a1a;
}
.index_news_btn_text {
    font-size: 16px;
    line-height: 1.25;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}
.index_news_item_top {
    margin-top: 20px;
}
.index_news_item_button a {
    -webkit-align-items: center;
    align-items: center;
}
.index_news_btn_icon {
    width: 18px;
    height: 18px;
    margin-left: 7px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #aaaaaa;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.index_news_btn_icon svg {
    width: 25%;
    fill: #fff;
}
.index_news_item_box {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}
.index_news_item_box:hover .index_news_item_img a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index_news_item_box:hover .index_news_item_button a .index_news_btn_text {
    color: #d82427;
}

.index_news_item_box:hover .index_news_item_button a .index_news_btn_icon {
    background: #d82427;
}
.active .index_news_item_box,.active2 .index_news_item_box{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.index_news_pagination_box{
    margin-top:25px;
}
.index_news_pagination_box .index_public_pagination_line {
    width: calc(100% - 72px);
}
.index_strength_pagination_animate {
    -webkit-animation: strengthLineWidth 10s forwards linear normal;
    animation: strengthLineWidth 10s forwards linear normal;
}
@-webkit-keyframes strengthLineWidth {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes strengthLineWidth {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@media(max-width: 1720px){
    .index_news_content{
        margin-top:25px;
    }
    .index_news_item_time{
        margin-top:15px;
        font-size:15px;
    }
    .index_news_item_title a{
        font-size:20px;
    }
    .index_news_item_img a.img{
        max-height: 250px;
    }
}
@media(max-width: 1440px){
    .index_news_item_img a.img{
        max-height: 200px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_news_item_title a{
        font-size:18px;
    }
}
@media(max-width: 820px){

}
@media(max-width: 640px){
/*    .index_news_item_title a{
        font-size:18px;
    }*/  
}



/*页面底部*/
.service-wrap6, .service-wrap6 .fp-tableCell{
    height: auto!important;
}
footer{
    background:#222222;
    padding:82px 0 48px;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding-bottom:25px;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 69%;
}
.f_nav dl{
    color: #999;
}
.f_nav dl dt{
    font-size:20px;
    color: #fff;
    font-family: "puhui95";
    line-height: 1;
    margin-bottom: 30px;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size:14px;
    color: #808080;
    font-family: "puhui45";
}
.f_nav dl dd a:hover{
    color: #fff;
}
.f_code{
    text-align: center;
}
.f_code img{
    max-width: 130px;
}
.f_code p{
    font-size:14px;
    color: #808080;
    padding-top: 15px;
}
.copyright {
    padding-top:60px;
    color: #999;
    border-top:1px solid #393939;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copyright a{
    color: #808080;   
}
.copyright a:hover{
    color: #fff;
}
.f_tel{
    font-size:14px;
    color: #808080;
}
.f_tel strong{
    color: #fff;
    font-size:30px;
    line-height: 1.2;
    font-family: "puhui85";
}
.f_link{
    margin-top:10px;
}
.f_link a{
    margin-right: 10px;
}
.f_link a:last-child{
    margin-right:0;
}
.copyright_r{
    text-align: right;
}
@media(max-width: 1600px){
    .f_nav{
        width: 75%;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1199px){
    .service-wrap6, .service-wrap6 .fp-tableCell{
        height: 100%!important;
    }  
    footer{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .f_nav{
        display: none;
    }  
    .f_code{
        width: 100%;
    }
}
@media(max-width: 991px){
    .f_tel{
        width: 100%;
        text-align: center;
        font-size:20px;
    }
    .copyright_r{
        text-align: center;
        margin-top:15px;
        width: 100%;
    }
}
@media(max-width: 820px){

}
@media(max-width: 640px){
    footer.index_foot{
        margin-bottom:0px;
    }    
}


.index_float_pagination {
    position: fixed;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.index_float_pagination.hide{
    display: none;
}
.index_float_pagination .index_float_bullet_box:nth-child(5):after{
    display: none;
}
.index_float_pagination .index_float_bullet_box:nth-child(6),.index_float_pagination .index_float_bullet_box:nth-child(7){
    display: none;
}
.index_float_pagination .index_float_bullet_box {
    opacity: 1;
    width: 8px;
    height: 8px;
    position: relative;
    margin-bottom: 24px;
    pointer-events: auto;
    cursor: pointer;
    outline: none;
    display: block;
}

.index_float_bullet_box:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    background: rgba(255, 255, 255, .35);
    height: 12px;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}

.index_float_pagination .index_float_bullet_box:last-child {
    margin-bottom: 0;

}

.index_float_pagination .index_float_bullet_box:last-child:after {
    display: none;
}

.index_float_bullet_after {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_float_bullet_label {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    width: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 100%;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}

.index_float_bullet_label:nth-child(1) {
    z-index: 9;
}

.index_float_bullet_current .index_float_bullet_label:nth-child(2) {
    -webkit-animation: jing_scale 2.4s linear infinite normal both;
    animation: jing_scale 2.4s linear infinite normal both;
}

.index_float_bullet_current .index_float_bullet_label:nth-child(3) {
    -webkit-animation: jing_scale 2.4s .8s linear infinite normal both;
    animation: jing_scale 2.4s .8s linear infinite normal both;
}

.index_float_bullet_current .index_float_bullet_label:nth-child(4) {
    -webkit-animation: jing_scale 2.4s 1.6s linear infinite normal both;
    animation: jing_scale 2.4s 1.6s linear infinite normal both;
}

@-webkit-keyframes jing_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 180%;
        height: 180%;
        opacity: 0.4;
    }
    40% {
        width: 260%;
        height: 260%;
        opacity: 0.2;
    }
    60% {
        width: 340%;
        height: 340%;
        opacity: .1;
    }
    80% {
        width: 420%;
        height: 420%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes jing_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 180%;
        height: 180%;
        opacity: 0.4;
    }
    40% {
        width: 260%;
        height: 260%;
        opacity: 0.2;
    }
    60% {
        width: 340%;
        height: 340%;
        opacity: .1;
    }
    80% {
        width: 420%;
        height: 420%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

.index_float_red .index_float_bullet_label {
    background: #cccccc;
}

.index_float_red .index_float_bullet_box:after {
    background: rgba(204, 204, 204, .5);
}

.index_float_red .index_float_bullet_current .index_float_bullet_label {
    background: #d82427;
}
.index_float_red .index_float_bullet_current .index_float_bullet_label:nth-child(1) {
    background: #fff;
}
.index_float_red .index_float_bullet_current .index_float_bullet_label:nth-child(2) {
    -webkit-animation: blue_scale 2.4s linear infinite normal both;
    animation: blue_scale 2.4s linear infinite normal both;
}
.index_float_red .index_float_bullet_current .index_float_bullet_label:nth-child(3) {
    -webkit-animation: blue_scale 2.4s .8s linear infinite normal both;
    animation: blue_scale 2.4s .8s linear infinite normal both;
}
.index_float_red .index_float_bullet_current .index_float_bullet_label:nth-child(4) {
    -webkit-animation: blue_scale 2.4s 1.6s linear infinite normal both;
    animation: blue_scale 2.4s 1.6s linear infinite normal both;
}
@-webkit-keyframes blue_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 180%;
        height: 180%;
        opacity: .4;
    }
    40% {
        width: 260%;
        height: 260%;
        opacity: 1;
    }
    60% {
        width: 340%;
        height: 340%;
        opacity: .6;
    }
    80% {
        width: 420%;
        height: 420%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes blue_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 180%;
        height: 180%;
        opacity: .4;
    }
    40% {
        width: 260%;
        height: 260%;
        opacity: 1;
    }
    60% {
        width: 340%;
        height: 340%;
        opacity: .6;
    }
    80% {
        width: 420%;
        height: 420%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
@media(max-width: 1600px){
    .index_float_pagination{
        right:25px;
    }
}
@media(max-width: 991px){
    .index_float_pagination{
        right:10px;
    }
}

/*----- 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%;
    margin: 0 auto
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 8;
    color: #fff;
}
.n_banner_text h3{
    font-size:60px;
    font-weight: normal;
    line-height: 1.5em;
}
.n_banner_text p{
    font-size:30px;
}
.site{
    margin-top:-100px;
    height: 100px;
}
.site_cont{
    background:#fff;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #e0e0e0;
    padding:0 60px;
    display: flex;
    justify-content: space-between; 
    align-items:center;  
    border-radius: 15px 15px 0 0; 
}
.sort{
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.sort li{
    margin-right: 60px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: block;
    line-height: 100px;
    font-size:18px;
    color:#333;
    position: relative;
}
.sort li a:before{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0%;
    height:3px;
    background:#d82427;
    transition:all 0.5s ease-out;
}
.sort li a:hover,.sort li.on a{
    color: #d82427;
}
.sort li a:hover:before,.sort li.on a:before{
    left:0;
    width: 100%;
}
.site_a{
    font-size:16px;
    color: #666;
    padding-left: 25px;
    background: url(../images/home.png) no-repeat left center;    
}
.site_a a:hover{
    color: #d82427;
}
a.back{
    font-size:16px;
    color: #333;
    padding-left: 38px;
    background:url(../images/back.png) no-repeat left center;
    float: right;
    line-height: 50px;
    margin-top:25px;
}

@media(max-width: 1600px){
    .n_banner_text h3,.banner_text2 h3{
        font-size:42px;
    }
    .banner_text2 p{
        font-size:26px;
    }
    .site{
        margin-top: -80px;
        height: 80px;
    }
    .sort li{
        margin-right: 35px;
    }
    .sort li a{
        line-height: 80px;
        font-size:17px;
    }
    a.back{
        margin-top:15px;
    }
}
@media(max-width: 1440px){
    .site_cont{
        padding:0 35px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1199px){
    .banner_text2 h3{
        font-size:30px;
    }
    .banner_text2 p{
        font-size:20px;
    }
    .site{
        margin-top: -60px;
        height: 60px;
        padding:0 2%;
    }
    .site_cont {
        padding: 0 20px;
    }
    .sort li{
        margin-right: 10px;
        font-size:14px;
    }
    .sort li a{
        line-height: 60px;
    } 
    a.back{
        margin-top:5px;
    }   
}
@media(max-width: 991px){
    .n_banner_text h3{
        padding-top:40px;
        font-size:36px;
    }
    .banner_text2{
        padding-left: 5%;
    }
    .banner_text2 h3{
        font-size:24px;
    }
    .banner_text2 p{
        font-size:15px;
    }
    .site{
        margin-top: 0px;
        height: auto;
        width: 100%;
        padding:0 20px;
    }
    .site_cont{
        padding:0 0px;
    }
    .sort li{
        margin-right: 15px;
    }
    .sort li a{
        line-height: 50px;
        font-size:15px;
    } 
    a.back{
        margin-top:0px;
    } 
}
@media(max-width: 767px){
    .banner_text2 h3{
        font-size:20px;
    }
    .sort li a{
        font-size:15px;
    }
    a.back{
        display: none;
    }

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


}

.n_head.on{
    background:#fff;
    padding-top:20px;
    padding-bottom:20px;
}
.n_about{
    padding:100px 0 ;
}
.about1{
    max-width: 1100px;
    margin:0 auto;
    font-size:16px;
}
.about1 .num_list1{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none; 
    margin-top:50px; 
}
.about1 .num_list1 dl dd span{
    color: #d82427;
}
.about2{

}
.about3{

}
.honner_list{
    display: flex;
    flex-wrap: wrap;
}
.honner_list li{
    text-align: center;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.honner_list li:nth-child(5n){
    margin-right: 0;
}
.honner_list li img{
    border:1px solid #dcdcdc;
}
.honner_list li p{
    font-size:15px;
    line-height: 1.6;
    margin-top:10px;
}
.about4{

}
.about5{
    
}
.n_about video{
    width: 100%;
    max-width: 1000px;
    margin:0 auto;
    height: auto;
}
@media(max-width: 1600px){

}
@media(max-width: 1280px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 991px){
    
}
@media(max-width: 820px){
    
}
@media(max-width: 640px){
    
}


.n_product{
    margin:75px 0;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.product_list li:nth-child(4n){
    margin-right:0
}

.product_list li a.img{

}
.product_list li h3 a{
    display: block;
    font-weight: normal;
    font-size:16px;
    line-height: 1.6;
    margin-top: 10px;
    text-align: center;
}
/*.product_list li:hover .img img{
    transform:scale(1.1);
}*/
.product_list li:hover h3 a{
    color: #d82427;
}
.product_detail{
    max-width: 1200px;
    margin:0 auto;
}
.pd1{
    display: flex;
    flex-wrap: wrap;
}
.pd1 .img{
    
}
.product_detail_img{
    width: 50%;
    /*margin:0 2.5%;*/
}
.product_detail_img .swiper-slide{
    display: block;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    text-align: center;
    cursor: pointer;
}
.gallery-top .swiper-pagination{
    text-align: right;
    padding-right: 30px;
    left: -30px;
}
.product_detail_img .gallery-thumbs{
    margin-top: 10px;
}
.product_detail_img .gallery-thumbs .swiper-slide-thumb-active{
    border:1px solid #d82427;
}
.gallery-top{

}
/*.gallery-top .swiper-button-prev{*/
/*    background:url(../images/left1.png) no-repeat center!important;*/
/*    width: 19px;*/
/*    height: 32px;*/
/*    left:18px;*/
/*    margin-top: -16px; */
/*    opacity: 1!important;*/
/*}*/
/*.gallery-top .swiper-button-next{*/
/*    background:url(../images/left1.png) no-repeat center!important;*/
/*    width: 19px;*/
/*    height: 32px;*/
/*    right:18px;*/
/*    margin-top: -16px; */
/*    transform:rotate(180deg);  */
/*}*/
.pd1 .text{
    width: 50%;
    padding:15px 0 15px 70px;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}
.pd1 .text h1{
    font-size:32px;
    color: #333;
    line-height: 1.4;
}
.pd1 .text .txt{
    font-size:16px;
    line-height: 1.8;
    margin:15px 0 30px;
}
a.more1{
    display: flex;
    justify-content: center;
    align-items:center;
    width: 120px;
    height: 45px;
    font-size:16px;
    color: #fff;
    background:#d82427;
}
a.more1:hover{
    opacity: .9;
}
.pd2{
    margin-top:50px;
}
@media(max-width: 1600px){
    .pd1 .text h1{
        font-size:28px;
    }

}
@media(max-width: 1280px){
    
}
@media(max-width: 1024px){
    .pd1 .text{
        padding:0px 0 0px 50px;
    }
    .pd1 .text h1{
        font-size:24px;
    }
    .pd1 .text .txt{
        font-size:15px;
        line-height: 1.8;
        margin:10px 0 20px;
    }    
}
@media(max-width: 991px){
    .product_list li{
        width: 32%;
        margin-bottom: 15px;
    }
    .product_list li:nth-child(4n){
        margin-right:2%;
    }
    .product_list li:nth-child(3n){
        margin-right:0;
    }    
}
@media(max-width: 820px){
    .n_product{
        margin:50px 0;
    }
    .pd1 .text{
        padding:0px 0 0px 35px;
    }
    .pd1 .text h1{
        font-size:20px;
    }
    .pd1 .text .txt{
        font-size:14px;
    }    
}
@media(max-width: 640px){
    .n_product{
        margin:35px 0;
    }
    .product_list li{
        width: 49%;
    }
    .product_list li:nth-child(3n){
        margin-right:2%;
    }
    .product_list li:nth-child(2n){
        margin-right:0;
    }  
    .pd1 .img{
        width: 100%;
    }
    .pd1 .text{
        width: 100%;
        margin-top:20px;
        padding:0;
    }    
}


/*news*/
.news_list{
    margin: 30px 0px;
/*    box-shadow: 0px 0px 15px #ccc;  */  
}
.news_list li{
    display: flex;
    flex-wrap: wrap;
    padding:45px 0 25px;    
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-bottom: 1px solid #f0f0f0;
}
.news_list li .img{
    width: 25%;
    overflow: hidden;
    display: block;
    max-height: 300px;
}
.news_list li .img img{
    transition: all 0.6s ease-out;
}
.news_list li .text{
    width: 75%;
    padding:0 0 0 64px;
}
.news_list li .text h3 a{
    display: block;
    font-weight: normal;
    font-size: 22px;
    color: #333;
    line-height: 1.2em;
    margin-bottom: 20px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li .text p{
    font-size: 15px;
    color: #666;
}
.news_list li .text a.mores{
    margin-top: 40px;
}
.news_list li .text .text_l{
    width: 75%;
    float: left;
}
.news_list li .text .text_r{
    width: 25%;
    float: right;
    color: #ccc;
    text-align:right;
}
.news_list li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.05);
}
.date1{
    font-size: 44px;
    line-height:1em;
}
.line2{
    width: 30px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    margin: 34px 0 16px;
}
.date2{
    font-size: 20px;
    line-height:1em;
}

.news_list li:hover .text h3 a{
    color: #d82427;
}
.news_list li:hover{
    border-bottom: 1px solid #999;
}
a.mores{
    margin-top:30px;
    position: relative;
    display: block;
}
a.mores p{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #d82427;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
a.mores i{
    display: block;
    position: absolute;
    left: 7px;
    width: 14px;
    height: 7px;
    background: url(../images/jt2.png) no-repeat;
    top: 10.5px;
}
a.mores span{
    font-size: 14px;
    color: #d82427;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    height: 28px;
    line-height: 28px;
}
@keyframes newsDh {
    0% {left: 7px;opacity: 1;}
    25%{left: 14px;opacity: 0;}
    75%{left: -14px;opacity: 0;}
    100% {left: 7px;opacity: 1;}
}
a.mores:hover i{
    animation: newsDh .4s linear both;
}
.news_detail{
    padding:70px 0;
    max-width: 1200px;
    margin:0 auto;
}
h1.title{
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 30px;
    font-weight: normal;
}
.news_detail .content{
    font-size: 16px;
}
@media(max-width: 1600px){
/*    .news_list{
        padding: 15px 30px;
    }*/
    .news_list li .text h3 a{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .news_list li .text{
        padding: 0 0 0 30px;
    }
    .news_list li .text a.mores {
        margin-top: 20px;
    }
    .date1{
        font-size: 32px;
    }
    .line2{
        margin: 25px 0 20px;
    }

    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    .news_list li .text p{
        font-size: 14px;
    }
}
@media(max-width: 1259px){
    .news_list {
        margin: 25px 0;

    }
    .news_list li{
        padding:25px 0;
    }
    .news_list li .text {
        padding: 0 0 0 20px;
    }
    .news_list li .text h3 a {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .news_list li .text p{
        font-size:12px;
    }
    .news_list li .text a.mores {
        margin-top: 10px;
    }
    .date1 {
        font-size: 26px;
    }
    .line2 {
        margin: 15px 0;
    }
    .date2 {
        font-size: 16px;
    }
    h1.title{
        font-size:20px;
    } 
    .info_title{
        padding-bottom: 10px;
        margin-bottom:15px;
    }
    .news_detail{
        padding:50px 0;
    }
}
@media(max-width: 992px){
    
}
@media(max-width: 768px){
    .news_list{
/*        padding: 10px 20px;*/
    }
    .news_list li{
        padding:15px 0;
    }
    .news_list li .text .text_l{
        width: 80%;
    } 
    .news_list li .text .text_r{
        width: 20%;
    } 
    a.mores{
        margin-top:10px;
    }
    h1.title{
        font-size:18px;
    }
    
}
@media(max-width: 640px){
    .news_list {
/*        margin-top: 0px;
        padding: 10px;*/
    }
    .news_list li{
        padding:10px 0;
    }
    .news_list li .img {
        width: 100%;
    }
    .news_list li .text {
        padding: 10px 0 0 0px;
        width: 100%;
    }
    .news_list li .text .text_l{
        width: 100%;
    }
    .news_list li .text .text_r{
        display: none;
    }
    .date1 {
        font-size: 22px;
    }
    .line2 {
        margin: 10px 0;
    }
    .date2 {
        font-size: 14px;
    }
    .news_detail{
        padding:35px 0;
    }
    h1.title{
        font-size:18px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }     
}



.job1{
    padding:110px 0;
}
.job1 .wrap1,.job2 .wrap1{
    padding:0 130px;
}
h2.title1 {
    font-size: 50px;
    color: #333333;
    font-weight: normal;
    line-height: 1em;
}
.job1 .title1,.job2 .title1{
    text-align: center;
}
.job1 .text1{
    margin-top:40px;
    font-size:16px;
    color:#333;
    padding:0 45px;
}
.job2{
    padding:85px 0 110px;
    background:#f8f8f8;
}
.job2 .text1{
    margin:30px 0 60px;
    text-align:center;
    font-size:16px;
    color: #333333;
    line-height: 2.2em;
}
.job2 .text1 strong{
    color: #1e2f79;
}
.job2 h3{
    font-weight: normal;
    font-size:26px;
    color: #1e2f79;
    text-align: center;
    padding:20px 0;
}
.school-wrap{
    margin-top:30px;
}
.list-title.title2{
    color: #333333;
    background:#f5f5f5;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;

    font-weight: bold;
}
.list-title{
    color: #666666;
    display: flex;
    font-size:16px;
    line-height: 30px;
    padding:8px 0;
    align-items:center;
}
.list-title div{
    width: 20%;
    text-align: center;
    display: flex;
    align-items:center;
    justify-content: center;
}
.list-title div:nth-child(1){
    width: 40%;
}
.list2 li{
    border-bottom:1px solid #e1e1e1;    
}
.icon1 span{
    font-size:0;
}
.icon1 i{
    display: inline-block;
    width: 28px;
    height: 28px;
    background:url(../images/add.png) no-repeat center;
/*    line-height: ;*/
    margin-top:2px;
    cursor: pointer;
}
.sub-wrap{
    display: none;
    padding: 30px 105px;
    position: relative;
    background: #fcfcfc;
}
.list2 li.cur .icon1 i{
    transform: rotate(130deg);
}
.list2 li .sub-wrap h2{
    color: #333;
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: left;
    line-height: 1em;
    padding: 35px 0;
    border-bottom: 1px solid #e5e5e5;
}
.school-wrap .list li .sub-wrap .sub-con h5 {
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
    font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con p {
    color: #808080;
    margin-bottom: 8px;
}
.school-wrap .list li .sub-wrap .apply {
    width: 120px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #1e2f79;
    display: block;
    margin-top:15px;
}
.job_dy{
    font-size: 16px;
    color: #333;
}
.j1,.j2,.job1{
    position: relative;
}
.dingwei{
    position: absolute;
    top:-70px;
    left:0;
}
@media(max-width: 1600px){
    .job1,.job2{
        padding: 70px 0;
    }
    h2.title1 {
        font-size: 36px;
    }
    .job2 .text1 {
        margin: 30px 0 45px;
        line-height: 2em;
    }
    .job1 .wrap1,.job2 .wrap1{
        padding:0 50px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .job1{
        padding: 50px 0;
    } 
    h2.title1 {
        font-size: 30px;
    }  
    .sub-wrap{
        padding:20px 50px;
    }
    .list2 li .sub-wrap h2{
        padding: 35px 0;
        margin-bottom: 20px;
    }
    .job1 .wrap1,.job2 .wrap1{
        padding:0 0px;
    }
}
@media(max-width: 1199px){
    .job1 .text1{
        padding:0;
        margin-top:30px;
    }
}
@media(max-width: 768px){
    .job1,.job2 {
        padding: 50px 0;
    }
    h2.title1 {
        font-size: 26px;
    }
    .sub-wrap {
        padding: 15px 20px;
    }
}
@media(max-width: 767px){
    .job1, .job2 {
        padding: 30px 0;
    }
    h2.title1 {
        font-size: 22px;
    }
    .job1 .text1{
        margin-top:20px;
        font-size:15px;
    } 
    .job2 h3{
        font-size:22px;
    }
    .school-wrap{
        margin-top:25px;
    }
    .list-title{
        font-size:16px;
        /*line-height: 52px;*/
        /*height: 52px;*/
    } 
    .sub-wrap {
        padding: 15px 0px;
    }
    .list2 li .sub-wrap h2 {
        padding: 15px 0;
        margin-bottom: 10px;
    }
    .school-wrap .list li .sub-wrap .sub-con h5 {
        margin-bottom: 15px;
    }
    .job2 .text1 {
        margin: 20px 0 35px;
        font-size:14px;
    }
    .list-title div:nth-child(1){
        width:40%;
        text-align:left;
        font-size:15px;
    }
    .list-title div:nth-child(2){
        width:40%;
        text-align:left;
        font-size:14px;
        line-height:1.6;
    }
    .list-title div:nth-child(3){
        display:none;
    }

}

.case_list{
    
}
.case_detail{
    padding:75px 0;
}
.case_detail h1{
    font-size: 32px;
    color: #000;
    text-align: center;
    line-height: 1.3;
}
.case_detail .img{
    text-align: center;
    padding:15px 0;
}
.case_detail .content{
    
}
.case_detail .content strong{
    font-size: 20px;
    color: #d82427;
}

@media(max-width:1600px){
    
}
@media(max-width:1280px){
    .case_detail h1{
        font-size: 28px;
    }
}
@media(max-width:1099px){
    
}
@media(max-width:820px){
    .case_detail{
        padding:55px 0;
    }
    .case_detail h1{
        font-size: 24px;
    }    
}
@media(max-width:640px){
    .case_detail{
        padding:40px 0;
    }
    .case_detail h1{
        font-size: 20px;
    }    
}


.contact{
    margin:75px 0px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.contact_left{
    padding:50px 60px;
    width: 32.5%;
    background-color: #d82427;
    color: #fff;
    float: left;
}
.contact_left h3{
    font-size:32px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 10px;
}
.contact_left .c-cont p{
    padding:5px 0 5px 35px;
}
.contact_left .c-cont p:nth-child(1){
    background:url(../images/ff1.png) no-repeat left center;
}
.contact_left .c-cont p:nth-child(2){
    background:url(../images/ff2.png) no-repeat left center;
}
.contact_left .c-cont p:nth-child(3){
    background:url(../images/ff5.png) no-repeat left center;
}
.contact_left .c-cont p:nth-child(4){
    background:url(../images/ff3.png) no-repeat left center;
}
.contact_left .c-cont p:nth-child(5){
    background:url(../images/ff4.png) no-repeat left center;    
}
.contact_left .c-cont p:nth-child(6){
    padding-left: 0;
    margin-top:35px;
}
.n_map{
    width: calc(67.5% - 65px);
    float: right;
    margin-left: 65px;
    border:3px solid #dbdbdb;
}
.map_cont{
    width: calc(67.5% - 65px);
    float: right;
    margin-left: 65px;
    position: relative;
    float: right;
}
.map_list li{
    position: absolute;
    cursor: pointer;
}
.map_list li .cont{
    position: relative;
}
.map_list li .cont .map_li{
    text-align: center;
    position: relative;
    z-index:8;
}
.map_list li .img2 img{
    max-height: 50px;
    position: relative;
    z-index: 1;
}
.map_list li .txt{
    position: absolute;
    top:0;
    left:40px;
    width: 265px;
    background: #fff;
    padding:10px;
    border:1px solid #e0e0e0;
    font-size: 13px;
    color: #666;
    line-height: 1.8;
    visibility: hidden;
    border-radius: 5px;
    z-index: 9;
}
.map_list li .txt .p1{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 2px;
}
.map_list li:hover .txt{
    visibility: visible;
}
.map_list li:nth-child(1){
    top: 32%;
    left: 63%;
}
.map_list li:nth-child(2){
    top: 56%;
    right: 23%;
}
.map_list li:nth-child(3){
    top: 35%;
    left: 64.5%;
}
.map_list li:nth-child(4){
    top: 39%;
    left: 61.5%;
}
.map_list li:nth-child(5){
    top: 32%;
    left: 66%;
}
.map_list li:nth-child(6){
    top: 39%;
    left: 57.5%;
}
.map_list li:nth-child(7){
    top: 43%;
    left: 57%;
}
.map_list li:nth-child(8){
    top: 51%;
    left: 59%;
}
.map_list li:nth-child(9){
    top: 26%;
    right: 23%;
}
.map_list li:nth-child(10){
    top: 32%;
    right: 24%;
}
.map_list li:nth-child(11){
    top: 20%;
    right: 21%;
}
.map_list li:nth-child(12){
    top: 14%;
    right: 20%;
}
.map_list li:nth-child(13){
    top: 32%;
    left: 51%;
}
.map_list li:nth-child(14){
    top: 70%;
    right: 26%;
}
.map_list li:nth-child(15){
    top: 58%;
    left: 61%;
}
.map_list li:nth-child(16){
    top: 65%;
    left: 59%;
}
.map_list li:nth-child(17){
    top: 78%;
    left: 62%;
}
.map_list li:nth-child(18){
    top: 78%;
    left: 60%;
}
.map_list li:nth-child(19){
    top: 62%;
    left: 48%;
}
.map_list li:nth-child(20){
    top: 58%;
    left: 43%;
}
.map_list li:nth-child(21){
    top: 73%;
    left: 40%;
}
.map_list li:nth-child(22){
    top: 48%;
    left: 51%;
}
.map_list li:nth-child(23){
    top: 44%;
    left: 44%;
}
.map_list li:nth-child(24){
    top: 76%;
    right: 22.5%;
}
.map_list li:nth-child(25){
    top: 54%;
    right: 27.5%;
}
.map_list li:nth-child(26){
    top: 55%;
    right: 26%;
}
.map_list li:nth-child(27){
    top: 49%;
    right: 29%;
}
.map_list li:nth-child(28){
    top: 55%;
    right: 24.5%;
}
.map_list li:nth-child(29){
    top: 42%;
    right: 31.5%;
}
.map_list li:nth-child(30){
    top: 42%;
    right: 27%;
}
.map_list li:nth-child(31){
    top: 56%;
    right: 29%;
}
.map_list li:nth-child(32){
    top: 59%;
    right: 25%;
}
.map_list li:nth-child(33){
    top: 33%;
    right: 35%;
}
.map_list li:nth-child(34){
    top: 65%;
    right: 25%;
}
@media(max-width: 1600px){
    .contact {
        margin: 50px 0px;
    }
    .contact_left {
        padding: 20px 15px;
        width: 35%;
    }
    .contact_left h3{
        font-size:24px;
    }
    .n_map {
        width: calc(65% - 30px);
        margin-left: 30px;
        border: 2px solid #dbdbdb;
    }
    .map_cont{
        width: calc(65% - 30px);
        margin-left: 30px;        
    }
    .map_list li .img2 img {
        max-height: 32px;
    } 
}
@media(max-width: 1440px){
   
}
@media(max-width: 1259px){

}
@media(max-width: 1199px){
    .map_list li .txt{
        opacity:0;
        display:none;
    }
}
@media(max-width: 768px){
    .contact_left {
        padding: 15px 10px;
        width:100%;
    }
    .contact_left h3 {
        font-size: 20px;
    }
    .contact_left .c-cont p {
        padding: 2px 0 2px 30px;
    }
    .map_cont {
        width: 100%;
        margin-left: 0px;
        margin-top:20px;
    }
}
@media(max-width: 767px){
    .margin {
        padding: 35px 0px;
    }
    .contact_left {
        width: 100%;
    }
    .contact_left h3{
        font-size:18px;
    }
    .contact_left .c-cont p:nth-child(5) {
        /*padding-left: 0;*/
        /*margin-top: 15px;*/
    }
    .n_map {
        width: 100%;
        margin-left: 0px;
        border: 1px solid #dbdbdb;
    }
    .n_map{
        height: 260px;
        overflow:hidden;
    }

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

}

.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:#d82427;
    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){
    
}
@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: 150px;
    }
    .msgbtn {
        width: 120px;
        height: 50px;
        font-size: 17px;
        margin: 30px auto 0;
    }
}









.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 15px;
    color: #666; 
    margin-top:20px;  
}
.page a{
    font-size: 14px;
    color: #666;    
}
.page a:hover{
    color: #d82427;
}
.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%);
}
.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: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../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(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../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: #0067ac;
    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: 1199px){
    #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(../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: 1199px){
    .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("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../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("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

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

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

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

.onlineService_wechat {
    background-image: url("../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;
}