/*头部样式*/

.full{
    position: relative;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    min-height: 500px;
}


.head{
    padding:20px 60px;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:999997;
}
.logo{
    float: left;
}
.head .logo img:nth-child(1){
    display: none;
}
.nav1{
    display: flex;
}
.nav1 a{
    display: block;
    text-align: right;
    margin-right: 50px;
    line-height: 1.7;
}
.nav1 a:last-child{
    margin-right: 0;
}
.nav1 a p{
    font-size: 16px;
    color: #333333;
}
.nav1 a span{
    font-size: 14px;
    color: #323232;  
    opacity: .6;  
}

.head_r{
/*    display: flex;*/
}
a.language_en{
    display: block;
    float:left;
    padding-left: 30px;
    margin-right: 10px;
    background:url(../images/language2.png) no-repeat left center;
    font-size: 16px;
    color: #1a1a1a;
}
.head_r button{
    display: block;
    float:left;
    border:none;
    outline: none;
    background:none;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 32px;
    cursor: pointer;
    padding:0 10px;
}
.head_r button span{
    display: block;
    position: relative;
    z-index:9;
}
.head_r button:hover{
    background:rgba(0,0,0,.1);
}

header.on .head .logo img:nth-child(1){
    display: inline-block;
}
header.on .head .logo img:nth-child(2){
    display: none;
}
header.on .head a.language_en{
    background:url(../images/language1.png) no-repeat left center;   
    color: #fff; 
}
header.on .head .head_r button{
    color: #fff;
}
header.on .head .nav1 a p{
    color: #fff;
}
header.on .head .nav1 a span{
    color: #fff;
    opacity: .6
}

.menu_bg{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index:999998;
    background: rgba(0,0,0,.3);
    display: none;
}
.menu{
    position: fixed;
    right:-500px;
    top:0;
    width: 390px;
    height: 100vh;
    background:#fff;
    z-index:999999;
/*    display: none;*/
    padding:0 25px 0 65px;
    transition: all 0.5s ease-out;
    box-shadow: 0 0 10px #ccc;
}
.menu.cur{
    right:0;
}
.menu-header{
    padding: 37px 0 90px;
}
.close1{
    float:right;
/*    font-size: 20px;*/
    color: #333;
    cursor: pointer;
}
.menu-content{
    padding:5px 0px 20px;
}
.menu-content ol{

}
.menu-content ol li{
    margin-bottom: 10px;
}
.menu-content ol li a{
    display: block;
    padding:3px 0px;
    font-size: 18px;
    color: #333333;
}
.menu-content ol li a:hover{
    color: #b81a23;
}
.r_contact{
    position: absolute;
    bottom: 0px;
    left: 65px;
}
.r_contact_t{
    font-size: 16px;
    color: #333333;
}
.r_contact_t strong{
    font-size: 24px;
    font-weight: normal;
}
.r_contact_b{
    padding:30px 0 50px;
    border-top:1px solid #cccccc;
    margin-top:15px;
    font-size: 16px;
    color: #333333;
}
.r_contact_b a{
    display: inline-block;
    position: relative;
    margin-left: 15px;  
    cursor: pointer;  
}
.r_contact_c1{
    margin-bottom: 15px;
}
.r_contact_c2 a{

}
.r_contact_c2 a .img2{
    position: absolute;
    top:-125px;
    left:50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    display: none;
}
.r_contact_c2 a:hover .img2{
    display: block;
}
.r_contact_t2{
    display: none;
}
.r_contact_t2 span:nth-child(1){
    width: 65px;
    font-size: 15px;
    color: #333;
}
.r_contact_t2 span:nth-child(2){
    width: calc(100% - 65px);
}
@media(max-width: 1600px){
    .menu-header {
        padding: 30px 0 60px;
    }
}
@media(max-width: 1440px){
    .menu-header{
        padding: 30px 0 40px;
    }
    .menu-content ol li{
        margin-bottom:0;
    }
    .r_contact_b {
        padding: 20px 0 35px;
        margin-top: 10px;
        font-size: 15px;
    }
}
@media(max-width: 1259px){
    .head{
        padding:15px 2%;
    }
}
@media(max-width: 1024px){
    .nav1 a{
        margin-right: 30px;
    }
}
@media(max-width: 820px){
    .menu-header {
        padding: 20px 0 30px;
    }
}
@media(max-width: 640px){
    .head{
        padding:10px 2%;
    }
    .nav1{
        display: none;
    }
    .logo{
        width: 40%;
    }
    .menu{
        width: 100%;
        height: 100%;
        padding: 0 25px 0 50px;
    }
    .menu-content ol li{
        margin-bottom:0;
    }
    .r_contact{
        bottom:20px;
    }
    .r_contact_b{
        display:none;
    }
.r_contact_t{
    display:none;
}
.r_contact{
    left:50px;
}
.r_contact_t2{
    display: flex;
    justify-content:flex-start;
}
}


.service-wrap1{
    background:url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.index1{
/*    width: 100%;
    height: 100%;*/
}
/*.index1 .container{
    position: relative;
}*/
.container{
    width: 90%;
    max-width: 1625px;
    margin:0 auto;
}
.index_l .p1 span{
    display: inline-block;
    padding:0 15px;
    background:#b81a23;
    line-height: 25px;
    border-radius: 25px;
    font-size: 14px;
    color: #ffffff;
}
h2.t1{
    font-size: 70px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    margin:20px 0 20px;
}
ul.p2{
    margin-left: 20px;
}
.index_l .p2{
    font-size: 16px;
    color: #afafba;
    line-height: 1.6;
}
.p2 li{
    list-style-type: disc;
}
.index1_list{
    display: flex;
    margin:50px 0 75px;
}
.index1_list li{
    text-align: center;
    margin-right: 30px;
}
.index1_list li:last-child{
    margin-right: 0;
}
.index1_list li p{
    font-size: 16px;
    color: #afafba;
    padding-top: 10px;
}
.more1 a{
    display: block;
    max-width: 265px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    font-size: 15px;
}
.more1 a.a1{
    background:#b81a23;
    color: #ffffff;
    margin-bottom: 12px;
}
.more1 a.a2{
    background:#fff;
    color: #4c4c4c;
}
.more1 a.a2 span{
    font-weight: bold;
    margin-left: 5px;
}
.index1 .img2{
    width: 48%;
    position: absolute;
    right:0;
    bottom:0;
    text-align: right;
}
.index1 .img2 .cont{
    position: relative;
}
.index1 .img2 .cont .img3{
    transition: 1s 0.2s;
    transform: translateX(50%);
    opacity: 0;
}
.service-wrap1.active .index1 .img2 .cont .img3 {
    transform: translateX(0%);
    opacity: 1;
}

.yd{
    position: absolute;
    z-index:11;
/*    width: 13px;
    height: 13px;
    border-radius: 50%;
    background:#b81a23;*/
}
.yd i{
    display: inline-block;
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background:#b81a23;
}
.yd i:after{
    content:'';
    width: 51px;
    height: 51px;
    background:#fff;
    position: absolute;
    top:-19px;
    left:-19px;
    z-index:-1;
    border-radius: 50%;
    animation: ydDh 2s linear infinite;
}
.yd1{
    bottom: 33%;
    left: 61%;    
}
@keyframes ydDh { 
    from {
        transform: scale(0.1, 0.1); 
        opacity: 1;
    } 
    to {
        transform: scale(1, 1); 
        opacity: 0;
    } 
}
.m_p1{
    display: none;
}
.m_more2{
    display: none;
}
@media(max-width: 1600px){
    h2.t1{
        font-size: 40px;
    }
    .index_l .p2{
        font-size: 15px;
    }
    .index1_list li p {
        font-size: 14px;
        padding-top: 5px;
    }
    .yd1{
        bottom: 33%;
        left: 65%;
    }
    .index1 .img3 img{
        max-height:500px; 
    }
    .index1_list {
        margin: 50px 0 50px;
    }
    .more1 a{
        max-width: 200px;
        font-size: 14px;
    }
}
@media(max-width: 1259px){
    .container{
        width: 96%;
    }
    .yd1{
        left:67%;
    }
    h2.t1{
        font-size: 30px;
    }
    .index1_list {
        margin: 30px 0 30px;
    }
    .index1_list li p{
        font-size: 13px;
    }
}
@media(max-width: 1120px){
    .yd1{
        left:69%;
    }
}
@media(max-width: 1024px){
    .yd1 {
        left: 62.5%;
    }
}
@media(max-width: 820px){
    .nav1 a {
        margin-right: 15px;
    }
    .service-wrap1{
        background:url(../images/m_bg1.jpg) no-repeat bottom center;
        background-size: cover;
    }
    .service-wrap1 .fp-tableCell{
        display: block;
    }
    .index1{
        padding:110px 0 0;
    }
    .index_l{
        text-align: center;
    }
    /*.index_l .p2 {*/
    /*    font-size: 14px;*/
    /*}*/
    .index1_list{
        justify-content: center;
        margin: 30px 0 0px;
    }
    .yd1{
        left:69%;
        display: none;
    }
    .index1 .img2{
        display: none;
    }
    h2.t1{
        font-size: 28px;
    }
    .index1 .more1{
        display:none;
    }
    .more1{
        margin-top:220px;
    }
    .more1 a{
        margin:0 auto;
    }
    .more1 a.a2{
        background:rgba(255,255,255,.7);
    }
    .head_r button{
        display:none;
    }
}
@media(max-width: 768px){
    .nav1 a{
        margin-right: 12px;
    }
}
@media(max-width: 640px){
    .head_r button{
        display:block;
    }
    .index1{
        padding:90px 20px 20px;
        height:100%;
    }
    .index1_list li{
        margin-right: 15px;
    }
    h2.t1 {
        font-size: 24px;
        margin: 15px 0;
    }
    .more1{
        margin-top:250px;
    }

    .pc_p1{
        display: none;
    }
    .index_l .p1.m_p1{
        display: block;
    }
    .index_l .p1.m_p1 span{
        font-size:13px;
    }
    .index_l .p2{
        text-align: left;
        width: 260px;
        margin: 10px auto 0;
        font-size:13px;
    }
    .index1 .more1 {
         display: none; 
    }
    .service-wrap1 .m_more2{
        display: block;
        position: absolute;
        bottom: 100px;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        margin-top:0;
    }
    .more1 a.a1{
        margin-bottom:8px;
    }
}
@media(max-width: 460px){
    .more1 {
        margin-top: 120px;
    }
}

.service-wrap2{
    background:#f5f5f5;
}
.index2,.index2 .container{
/*    width: 100%;*/
    height: 100%;
    display: flex;
    align-items: center;
}
.index2 .index_l{
    width: 49vw;
}
.index2 h2.t1{
    color: #1a1a1a;
    margin-top:0;
}
.index2 .p2,.index1_list2 li p{
    color: #666666;
}
.index1_list2{
    margin: 50px 0 120px;
}
.index1_list2 li .img{
    line-height: 48px;
}
.index2 .more1 a.a2{
    background:#d8d8d8;
}
.index2_right{
    border-radius: 100%;
    width: 51vw;
    height: 51vw;
    background-color: #fff;
    position: relative;
}
.index2_right::after {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    background-color: #f6f7f9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
.index2_right .swiper-container {
    height: 100%;
}
.index2_right .swiper-container .swiper-wrapper {
    height: 100%;
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide-active .ind_mem_tex_pc {
    display: block !important;
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con {
    height: 100%;
    position: relative;
/*    opacity: 0;*/
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_img {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 106%;
/*    opacity: 0;*/
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_box {
    display: flex;
    line-height: 1.77;
    font-size: 16px;
    align-items: center;
    color: #2c2c2c;
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_box span {
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    height: 82px;
    line-height: 82px;
    width: 82px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_box span i {
    color: #d70c18;
    font-size: 16px;
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_pc {
    display: none;
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_pc .ind_mem_tex_box {
    position: absolute;
    max-width: 60%;
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_pc .ind_mem_tex_box.ind_mem_tex_box_left {
    left: 7%;
    top: 22%;
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_pc .ind_mem_tex_box.ind_mem_tex_box_top {
    right: 20%;
    top: 10%;
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_pc .ind_mem_tex_box.ind_mem_tex_box_right {
    right: 8%;
    bottom: 12%;
}
.index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_pc .ind_mem_tex_box.ind_mem_tex_box_right > div{
    width: calc(100% - 82px);
}
.index2_right .swiper-pagination {
    display: none;
}
.index2_right .ind_src4_lb_tab {
    position: absolute;
    left: 108%;
    top: 50%;
    transform: translateY(-50%);
    height: 50vh;
    line-height: 36px;
    font-size: 16px;
    width: 130px;
    overflow: hidden;
}
.index2_right .ind_src4_lb_tab::before {
    content: '';
    width: 1px;
    height: 98%;
    margin-top: 1%;
    left: 16px;
    position: absolute;
    top: 0;
    background-color: rgba(216, 12, 24, 0.3);
}
.index2_right .ind_src4_lb_tab > div {
    display: flex;
    align-items: center;
    height: .36rem;
    margin: calc((50vh - (4 * .36rem)) / 3) 0;
    transition: all .3s ease;
    cursor: pointer;
}
.index2_right .ind_src4_lb_tab > div:first-child {
    margin-top: 0;
}
.index2_right .ind_src4_lb_tab > div:last-child {
    margin-bottom: 0;
}
.index2_right .ind_src4_lb_tab > div.on, .index2_right .ind_src4_lb_tab > div:hover {
    color: #d70c18;
    font-weight: 700;
}
.index2_right .ind_src4_lb_tab > div.on span, .index2_right .ind_src4_lb_tab > div:hover span {
    background-color: #d80c18;
}
.index2_right .ind_src4_lb_tab > div span {
    border-radius: 100%;
    height: .36rem;
    width: .36rem;
    position: relative;
    margin-right: .15rem;
    transition: all .3s ease;
    border: .1rem solid #f5f5f5;
    background-color: #ecafb3;
    transition: all .3s ease;
}
.index2_right .ind_src4_lb_tab > div span::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: .08rem;
    width: .08rem;
    background-color: #f5f5f5;
    border-radius: 100%;
}
.index2 .index2_right {
    transition: 1s 0.2s;
    transform: translateX(50%);
    opacity: 0;
}
.service-wrap2.active .index2 .index2_right {
    transform: translateX(0%);
    opacity: 1;
}
.m_more1{
    display: none;
}
@media(max-width: 1600px){
    .index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_box span{
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
    }
    .index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_box span img{
        max-width: 35px;
    }
    .index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_box{
        font-size: 14px;
    }
}
@media(max-width: 1259px){
    .index1_list2 {
        margin: 30px 0 70px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .service-wrap2{
        background:url(../images/m_bg2.jpg) no-repeat bottom center #f5f5f5;
        background-size: contain;
        /*padding:130px 0 50px;*/
    }
    .index2{
        padding:110px 0 20px;
    }
    .index2, .index2 .container{
        align-items:start;
    }
    .index2 .container{
        flex-wrap: wrap;
    }
    .index2 .index_l{
        width: 100%;
    }
    .index2 .index_l .more1{
        display: none;
    }
    .index1_list2 {
        margin: 50px 0 50px;
    }
    .m_more1{
        display: block;
        position: absolute;
        bottom: 80px;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        margin-top: 0;
    }
    .index2_right{
        width: 70vw;
        height: 70vw;
        margin:0 auto;
        display:none;
    }
    .service-wrap2 .more1 a.a2{
        background:#f5f5f5;
    }
}
@media(max-width: 640px){
    .index2{
        padding:90px 0 0px;
    }
    .index1_list2 {
        margin: 20px 0 30px;
    }
    .index1_list li{
        margin-right:15px;
    }
    .index1_list2 li .img {
        line-height: 30px;
    }
    .index1_list2 li .img img{
        height:30px;
    }
    .index1_list li p {
        font-size: 12px;
        padding-top: 8px;
        line-height: 1.6;
    }
    /*.index2_right{*/
    /*    width: 80vw;*/
    /*    height: 80vw;*/
    /*    margin:0 auto;*/
    /*}*/
    .index2_right .ind_mem_tex_box{
        display: none!important;
    }
    .index2_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_img{
        top:50%;
    }
    /*.index2 .m_more1{*/
    /*    position: absolute;*/
    /*    bottom: 100px;*/
    /*    left: 50%;*/
    /*    margin-left: -100px;*/
    /*    width: 200px;*/
    /*    margin-top:0;*/
    /*}*/
}
@media(max-width: 460px){
    /*.index2_right{*/
    /*    width: 60vw;*/
    /*    height: 60vw;*/
    /*    margin:0 auto;*/
    /*}*/
    /*.index2 .m_more1{*/
    /*    display:block;*/
    /*}*/
}

.service-wrap3{
    /*background:url(../images/bg3.jpg) no-repeat center;*/
    /*background-size: cover;*/
    background: url(../images/index3_bg-2.jpg) no-repeat center;
    background-size: cover;
}
.index3 .container,.index3-2 .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.index3 .p2{
    margin:65px 0 160px 20px;
    color:#bbbbbe;
}
.index3 .more1 a.a2{
    background:#c4c4c6;
}
.index3 .index_l{
    width: 35%;
}
.index3 .index3_r{
    width: 65%;
    text-align: center;
    padding-top:300px;
}
.index3 .index3_r,.index3-2 .index3_r{
    transition: 1s 0.2s;
    transform: translateX(50%);
    opacity: 0;
}
.service-wrap3.active .index3 .index3_r,.service-wrap3.active .index3-2 .index3_r{
    transform: translateX(0%);
    opacity: 1;
}
/*2025-02-26*/
.index3-2{
    /*background: url(../images/index3_bg-2.jpg) no-repeat center;*/
    /*background-size: cover;*/
    position: relative;
}
.index3-2 .index_l{
    width: 43%;   
    padding-top:150px;
}
.index3-2 .index3_r{
    width: 57%;
    text-align: center;
    padding-top:150px;  
    padding-left: 2%;
}
.index3_t1{
    color: #fff;
    font-size: 90px;
    line-height: 1;
}
.index3_t1 i{
    font-weight: normal;
    font-style: normal;
}
.index3_t1 p{
    margin-top:18px;
    position: relative;
    z-index: 9;
}
.index3_t1 p span{
    display: inline-block;
    position: relative;
    z-index: 2;    
}
.index3_t1 p span:after{
    content:'';
    position: absolute;
    left:6px;
    bottom:6px;
    width: 50px;
    height: 18px;
    background: #af1e24;
    z-index: 1;
}
.index3_t1 p span em{
    display: inline-block;
    position: relative;
    font-style: normal;
    z-index: 9;  
}
.index3_list01{
    display: flex;
    flex-wrap: wrap;
    margin:40px 0 12px;
}
.index3_list01 li{
    margin-right: 45px;
    line-height: 1;
}
.index3_list01 li:last-child{
    margin-right: 0;
}
.index3_list01 li .p01{
    font-size: 27px;
    color: #191919;
}
.index3_list01 li .p02{
    font-size: 20px;
    color: #191919;
    margin:10px 0 15px;
}
.index3_list01 li .p03{
    width: 13px;
    height: 3px;
    background: #191919;
}
.p_txt1{
    font-size: 21px;
    color: #030000;
    line-height: 1.6;
    margin-bottom: 60px;
}
.p_img2{
    position: absolute;
    right:0;
    bottom:33px;
    display: none;
}
@media(max-width: 1600px){
    .index3-2 .index_l{
        padding-top:120px;
    }
    .index3_t1{
        font-size: 52px;
    }
    .index3_t1 p span:after {
        left: 6px;
        bottom: 2px;
        width: 25px;
        height: 12px;
    }
    .index3_list01 li .p01{
        font-size:22px;
    }
    .index3_list01 li .p02{
        font-size:15px;
    }
    .p_txt1 {
        font-size: 15px;
        margin-bottom: 35px;
    }
    .p_img1{
        max-width:400px;
    }
    .index3-2 .index3_r{
        padding-top:100px;
    }
}
@media(max-width: 1280px){
    .index3 .p2 {
        margin: 50px 0 100px 20px;
    }
    .index3_t1{
        font-size: 42px;
    }
    .p_img1{
        max-width:320px;
    }
}
@media(max-width: 1024px){
    .index3_t1{
        font-size: 36px;
    }
    .index3_list01 li .p02{
        font-size:14px;
    }
    .p_txt1 {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .p_img1{
        max-width:280px;
    }
    .p_img2{
        display:none;
    }
}
@media(max-width: 820px){
    .service-wrap3{
        /*background:url(../images/m_bg3.jpg) no-repeat center;*/
        /*background-size: cover;*/
    }
    .index3{

    }
    .index3 .index_l,.index3-2 .index_l{
        width: 100%;
        text-align: center;
    }
    .index3 .p2 {
        margin: 50px 0 60px;
        color: #fff;
        font-size: 16px;
        width: 245px;
    }
    .index3 .index_l .more1{
        display: none;
    }
    .service-wrap3.active .index3 .index3_r{
/*        display: none;*/
    }
    .index3 .m_more1{
        margin-top:50px;
    }
    .index3 .index3_r{
        width: 100%;
        text-align: center;
        padding-top: 200px;
        opacity: 0!important;
    }
    .index3 .index3_r img{
        width: 65%;
    }
    .index3 .more1 a.a2{
        background:rgba(255,255,255,.7)
    }
    .index3-2 .index3_r{
        width: 100%;     
        padding:0 12%;
    }
    .index3_list01{
        justify-content:center;
    }
    .index3_list01 li .p03{
        margin:0 auto;
    }
    .p_img1{
        display:none;
    }
}
@media(max-width: 640px){
    .service-wrap3{
        padding:0;
    }
    .index3{
        padding: 90px 0 10px;
    }
    .service-wrap3 .fp-tableCell{
        display: block;
    }
    .index3 .p2 {
        margin: 20px auto 40px;
        font-size: 15px;
        text-align:left;
    }
    .index3 .index3_r{
        padding-top: 100px;
    }
    .index3 .index3_r img{
        width: 75%;
    }
    .index3 .m_more1 {
        margin-top: 30px;
    }
    .service-wrap3 .m_more2{
        display: block;
        position: absolute;
        bottom: 100px;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        margin-top:0;
    }
    .index3_t1{
        font-size:26px;
    }
    .index3_t1 p span:after {
        left: 2px;
        bottom: 2px;
        width: 12px;
        height: 6px;
    }
    .index3_list01{
        margin:35px 0 20px;
    }
    .index3_list01 li{
        margin-right:30px;
    }
    .index3_list01 li .p01,.index3_list01 li .p02,.p_txt1{
        color:#fff;
    }
    .index3_list01 li .p03{
        background:#fff;
    }
    .p_txt1{
        margin-bottom:20px;
    }
    .index3-2 .m_more1{
        /*position:relative;*/
        /*top:0;*/
        /*margin-top:20px;*/
        bottom:10px;
    }
    .index3-2 .index3_r{
        width: 100%;     
        padding:0 10%;
    }
}
@media(max-width: 460px){
    .index3 .index3_r {
        padding-top: 30px;
    }
}


.service-wrap4{
    background:url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
}
.index4 .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top:150px;
}
.index4 .index_l{
    width: 40%;
}
.index4 .index_l h2.t1{
    color: #1a1a1a;
}
.index4 .index_l .p2{
    font-size: 16px;
    color: #666;
    margin:55px 0 180px 20px;
}
.index4 .index_l .p2 p{
    padding:3px 0;
}
.index4_r{
    position: relative;
    width: 60%;
    text-align: center;
}
.index4_show{
    position: absolute;
    left: 28%;
    top: 22%;
}
.index4_show .cont{
    position: relative;
}
.img_line{
    position: absolute;
    top: -40px;
    left: 5px;
    z-index: 9;
    opacity: 0;
    transition: all 0.4s ease-out;
    width: 331px;
    display: none;
}
.index4_show .img2{
    position: absolute;
    left: 195px;
    top: -180px;
    z-index:12;
    opacity: 0;
    transition: all 0.4s ease-out;
    width: 295px;
    display: none;
}
.yd2{
    cursor: pointer;
}
.yd2 i{
    width: 37px;
    height: 37px;
    background:#fff;
    border:10px solid #b81a23;
}
.yd2 i:after{
    background:#b81a23;
    width: 73px;
    height: 73px;
    top: -28px;
    left: -28px;
}
.index4_show:hover .img_line,.index4_show:hover .img2{
    display: block;
    opacity: 1;
}
.index4 .index4_r {
    transition: 1s 0.2s;
    transform: translateX(50%);
    opacity: 0;
}
.service-wrap4.active .index4 .index4_r {
    transform: translateX(0%);
    opacity: 1;
}
@media(max-width: 1600px){
    .index4 .container{
        padding-top:100px;
    }
    .index4 .index_l .p2{
        font-size:15px;
    }
}
@media(max-width: 1259px){
    .index4 .container{
        padding-top:0px;
    }
    .index4 .index_l .p2 {
        margin: 40px 0 100px 20px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .service-wrap4{
        background:url(../images/m_bg4.jpg) no-repeat bottom center;
        background-size: cover;
        
    }
    .service-wrap4 .fp-tableCell{
        display: block;
    }
    .index4{
        padding:130px 0 50px;
    }
    .index4 .container{
        padding-top:0;
    }
    .index4 .index_l{
        width: 100%;
        margin-bottom:30px;
    }
    .index4 .index_l .p2 {
        margin: 30px 0 80px;
        font-size: 16px;
    }
    .index4 .index_l .more1{
        display: none;
    }
    .index4 .index4_r{
        width: 100%;
        margin-top:30px;
        display:none;
    }

    .index4 .index4_r .img img{
        max-width: 80%;
    }
    .index4 .m_more1{
        display: block;
    }
    .yd2{
        display: none;
    }
}
@media(max-width: 640px){
    .service-wrap4{
        padding:0;
    }
    .index4{
        padding: 75px 0 10px;
    }
    .service-wrap4 .fp-tableCell{
        display: block;
    }
    .index4 .index_l .p2 {
        margin: 30px 0 50px;
        font-size: 15px;
        width: 80%;
        margin:0 auto;
    }
    .index4 .m_more1 {
        margin-top: 0px;
    }
}
@media(max-width: 460px){

}


header.hide{
    display: none;
}
.right_fixed{
    position: fixed;
    top:50%;
    right:-225px;
    transform: translate(-50%, -50%);
    z-index:999997;
}
.right_fixed.on a:nth-child(1),.right_fixed.on a:nth-child(2),.right_fixed.on a:nth-child(3),.right_fixed.on a:nth-child(4){
    display: none;
}
.right_fixed a{
    display: flex;
    align-items: center;
    background:#b81a23;
    height: 54px;
    line-height: 54px;
    transition: all 0.4s ease-out;
    position: relative;
    left:0;
}
.right_fixed a .img1{
    width: 54px;
    text-align: center;  
    position: relative;
    z-index:100;  
}
.right_fixed a p{
    width: 130px;
    font-size: 15px;
    color: #fff;
    padding:0 0px;
}
.right_fixed a .img2{
    position: absolute;
    left: 60px;
    top: 0;
    width: 120px;
    height: 120px;
    background: #fff;
    z-index: 9;
/*    transition: all 0.4s ease-out;*/
}
.right_fixed a.a1:hover{
    left: -130px;
}
.right_fixed a:hover .img2{
    left:-130px;
    z-index: 99;
}
.right_fixed a.a3:hover{
    left: -20px;
}
.right_fixed a:nth-child(4) p{
    font-size: 17px;
}
.service-wrap5, .service-wrap5 .fp-tableCell {
    height: auto!important;
}
#footer{
    background:#292929;

}
.foot{
    padding:105px 0;
}
.foot_l{
    width: 59%;
    float:left;
}
.foot_l_t{
    display: flex;
/*    flex-wrap:wrap;*/
}
.foot_l_t li{
    margin-right: 110px;
}
.foot_l_t li:last-child{
    margin-right: 0;
}
.foot_l_t h2{
    font-size: 24px;
    color: #fff;
    line-height: 1;
    margin-bottom: 35px;
}
.foot_l_t a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}
.f_contact{
    font-size:16px;
    color: #b0b0b0;
    line-height: 1.2;
}
.f_contact em{
    opacity: 0;
}
.f_contact strong{
    font-size: 20px;
    color: #fff;
    font-style: normal;
    font-weight: 300;
}
.f_contact p:nth-child(3){
    margin:5px 0 10px;
}
.f_share{
    display: flex;
    flex-wrap: wrap;
    margin-top:38px;
}
.f_share a{
    display: block;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}
.f_share a .xs{
    position: absolute;
    left:50%;
    top:50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    display: none;
    background:#fff;
}
.f_share a:hover .xs{
    display: block;
}
.foot_l_t_b{
    margin-top:80px;
}
.foot_l_t_b p{
    display: flex;
    flex-wrap: wrap;
    color: #999999;
    padding:5px 0;
}
.foot_l_t_b a{
    color: #999999;
    margin-left: 16px;
}
.foot_r{
    width: 36%;
    float:right;
}
.message{

}
.mess_t{
    color: #fff;
}
.mess_t h2{
    font-size: 42px;
    line-height: 1;
    margin-bottom: 12px;
}
.mess_t p{
    font-size: 18px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
    padding-bottom:20px;
}
.message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.message ul li:nth-child(2n){
    margin-right: 0;
}
.message ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message ul li input{
    display: block;
    width: 100%;
    border:none;
    outline: none;
    line-height: 65px;
    padding:0 25px;
    border-radius: 10px;
    font-size: 16px;
    color: #333333;
}
.message ul li textarea{
    display: block;
    width: 100%;
    border:none;
    outline: none;
    line-height: 55px;
    font-family: "微软雅黑";  
    border-radius: 10px;
    font-size: 16px;
    color: #333333;  
    height: 105px;
    padding:0 25px;
}
.mess_tn input{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding:0 45px;
    background:#b81a23;
    border-radius: 7px;
    border:none;
    outline: none;
    line-height: 45px;
    cursor: pointer;
}
.copyright{
    color: #999999;
    padding:28px 0 25px;
    border-top:1px solid #4d4d4d;
}
.copyright a{
    color: #999999; 
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
@media(max-width: 1600px){
    .foot {
        padding: 70px 0;
    }
    .foot_l_t li{
        margin-right: 50px;
    }
    .foot_l_t h2 {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .foot_l_t a{
        font-size: 15px;
    }
    .f_contact{
        font-size: 15px;
    }
    .f_contact strong{
        font-size: 20px;
    }
    .foot_l_t_b {
        margin-top: 50px;
    }
    .foot_l_t_b a{
        margin-left: 12px;
    }
    .mess_t h2{
        font-size: 32px;
    }
    .mess_t p{
        font-size: 15px;
    }
    .message ul {
        margin-top: 25px;
        padding-bottom: 10px;
    }
    .message ul li input{
        line-height: 45px;
        font-size: 15px;
        border-radius: 7px;
    }
    .message ul li textarea{
        line-height: 45px;
        height: 90px;
        font-size: 15px;
    }
    .copyright{
        padding:15px 0;
    }
}
@media(max-width: 1259px){
    .foot {
        padding: 50px 0;
    }
    .right_fixed{
        display: none;
    }
    .foot_l_t li{
        margin-right: 30px;
    }
    .foot_l_t h2{
        font-size: 20px;
    }
    .foot_l_t a {
        font-size: 14px;
    }
    .f_contact {
        font-size: 14px;
    }
    .f_contact strong {
        font-size: 18px;
    }
    .mess_t h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .message ul {
        margin-top: 15px;
        padding-bottom: 0px;
    }
    .message ul li{
        margin-bottom: 12px;
    }
    .message ul li input{
        padding:0 15px;
        font-size: 14px;
        line-height: 40px;
    }
    .message ul li textarea {
        line-height: 40px;
        height: 120px;
        font-size: 14px;
        padding:0 15px;
    }
    .mess_tn input {
        font-size: 14px;
        padding: 0 20px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .foot {
        padding: 30px 0;
    }
    .foot_l{
        width: 62%;
    }
    .foot_l_t li{
        margin-right: 15px;
    }
    .foot_l_t li:nth-child(1){
        display: none;
    }
    .foot_l_t h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .f_contact strong {
        font-size: 16px;
    }
    .mess_t h2 {
        font-size: 20px;
    }
    .mess_t p {
        font-size: 14px;
    }
    .copyright{
        padding:10px 0;
        text-align: center;
    }
    .copyright_l{
        width: 100%;
    }
    .copyright_r{
        width: 100%;
    }
}
@media(max-width: 640px){
    .foot_l{
        width: 100%;
    }
    .foot_l_t li:nth-child(2){
        display: none;
    }
    .f_share{
        display: none;
    }
    .foot_l_t_b{
        display:none;
        margin-top: 20px;
    }
    .foot_l_t_b a {
        margin-left: 10px;
    }
    .foot_r{
        width: 100%;
        margin-top:20px;
    }
    .mess_t h2 {
        font-size: 16px;
    }
    .f_contact strong {
        font-size: 15px;
    }
}
@media(max-width: 460px){
    .foot {
        padding: 20px 0;
    }
}

/*----- 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;
}



/*------------内页-------------------*/
#c-header.c-head-hide{
    background:#fff;
    padding: 10px 60px;
    box-shadow: 0px 0px 10px #ccc;
}
.n_banner{
    position: relative;
}
.n_banner_text{
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    z-index:9;
    padding-top:130px;
    width: 100%;
}
.n_banner_text h3{
    font-size: 40px;
    color: #1a1a1a;
    font-weight: normal;
}
.n_banner_text p{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 1.6;
}
h2.t2{
    font-size: 36px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1;
    padding:130px 0 30px;
}
.container2{
    max-width: 1450px
}

@media(max-width: 1600px){

}
@media(max-width: 1259px){
    #c-header.c-head-hide{
        padding:10px 2%;
    }
}
@media(max-width: 1024px){

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

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

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

}


#about1{
    background:url(../images/ab1.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
#about1 .cont{
    width: 48%;
    float:right;
}
#about1 .cont h2{
    font-size: 40px;
    color: #1a1a1a;
    line-height: 1;
    font-weight: normal;
}
#about1 .cont .text{
    font-size: 16px;
    color: #4c4c4c;
    margin:35px 0 170px;
}
#about1 .cont .text p{
    padding:12px 0;
    line-height: 1.8;
}
.about_list1{
    display: flex;
    flex-wrap: wrap;
}
.about_list1 li{
    text-align: center;
    margin-right: 70px;
}
.about_list1 li:last-child{
    margin-right: 0;
}
.about_list1 li p{
    font-size: 14px;
    color: #1a1a1a;
    padding-top:5px;
}
#about2{
    background:;
    padding:105px 0 65px;
}
#about2 .container{
    max-width: 1300px;
}
#c-banner2 p{
    font-size: 16px;
    color: #808080;
    position: relative;
    text-align: center;
    padding-top:10px;
}
#c-banner2 .swiper-button-prev{
    left:24px;
    width: 30px;
    height: 53px;
    background:url(../images/left1.png) no-repeat center;
    margin-top:-60px;
}
#c-banner2 .swiper-button-next{
    right:24px;
    width: 30px;
    height: 53px;
    background:url(../images/right1.png) no-repeat center;
    margin-top:-60px;
}
#c-banner2 .swiper-pagination{
    bottom:60px;
}
#c-banner2 .swiper-pagination .swiper-pagination-bullet{
    background:#fff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
#about2 .text{

}
#about2 .text h2{
    font-size: 30px;
    color: #383838;
    font-weight: normal;
    line-height: 1;
    margin:15px 0 18px;
}
#about2 .text p{
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}
#about3{
    padding:210px 60px 180px;
    background:url(../images/ab3.jpg) no-repeat center;
    background-size: cover;
}
#about3 .cont{
    width: 50%;
    max-width: 630px;
    float:right;
}
#about3 .cont h2{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1;
}
#about3 .cont .txt{
    font-size: 16px;
    line-height: 1.8;
    margin:25px 0 325px;
}
#about3 .cont a{
    display: inline-block;
    font-size: 15px;
    color: #333333;
    padding:0 45px;
    border:3px solid #1a1a1a;
    line-height: 40px;
    border-radius: 5px;
}
#about3 .cont a:hover{
    background:#1a1a1a;
    color: #fff;
}
@media(max-width: 1600px){
    #about1 .cont h2{
        font-size: 32px;
    }
    #about1 .cont .text {
        font-size: 15px;
        margin: 30px 0 100px;
    }
    #about1 .cont .text p{
        padding:7px 0;
    }
    .about_list1 li{
        margin-right: 40px;
    }
    #c-banner2 p{
        font-size: 15px;
    }
    #about2 .text p{
        font-size: 15px;
    }
    #about3 .cont .txt {
        font-size: 15px;
        margin: 25px 0 150px;
    }
    #about3 .cont a{
        padding:0 25px;
    }
    #c-banner2 .swiper-pagination{
        bottom:50px;
    }
}
@media(max-width: 1259px){
    #about1{
        height: auto;
        padding:150px 0 70px;
    }
    #about1 .cont{
        width: 55%;
    }
    #about1 .cont h2,#about2 .text h2,#about3 .cont h2{
        font-size: 28px;
    }
    #about1 .cont .text {
        font-size: 15px;
        margin: 20px 0 50px;
    }
    .about_list1 li {
        margin-right: 30px;
    }
    #about3{
        padding: 200px 2% 150px;
    }
    #about3 .cont .txt {
        margin: 25px 0 100px;
    }
}
@media(max-width: 1024px){
    #c-banner2 .swiper-button-prev,#c-banner2 .swiper-button-next{
        display: none;
    }
    #c-banner2 .swiper-pagination{
        bottom:40px;
    }
    #c-banner2 .swiper-pagination .swiper-pagination-bullet{
        width: 7px;
        height: 7px;
    }
}
@media(max-width: 820px){
    #about1{
        height: auto;
        padding:150px 0 50px;
    }
    #about1 .cont{
        width: 75%;
    }
    #about1 .cont h2,#about2 .text h2,#about3 .cont h2{
        font-size: 24px;
    }
    #about1 .cont .text {
        font-size: 14px;
        margin: 10px 0 30px;
    }
    .about_list1 li {
        margin-right: 30px;
    }
    #about2{
        padding:70px 0 65px;
    }
    #about3{
        padding: 150px 2% 100px;
    }
    #about3 .cont .txt {
        margin: 25px 0 100px;
    }
}
@media(max-width: 640px){
    #about1 {
        padding: 100px 0 260px;
        background:url(../images/m_ab1.jpg) no-repeat top center;
        background-size: cover;
    }
    #about1 .cont h2, #about2 .text h2, #about3 .cont h2 {
        font-size: 22px;
    }
    .about_list1{
        justify-content:center;
    }
    #about1 .cont{
        width: 100%;
    }
    #about1 .cont .text{
        font-size:13px;
        margin:10px 0 20px;
    }
    #about1 .cont .text p {
        padding: 0px 0;
        line-height:2;
        /*text-indent:2em;*/
    }
    .about_list1 li {
        margin-right: 15px;
    }
    .about_list1 li .img{
        width: 45px;
        margin:0 auto;
    }
    .about_list1 li p{
        font-size: 13px;
    }
    #about2{
        padding:35px 0;
    }
    #about3{
        padding: 90px 2% 60px;
        /*background: url(../images/ab3.jpg) no-repeat right center;*/
    }
    /*#about3 .cont{*/
    /*    width: 100%;*/
    /*}*/
    #about2 .text p{
        font-size: 14px;
    }
    #about3 .cont .txt {
        margin: 20px 0 50px;
        font-size: 14px;
    }

}
@media(max-width: 460px){
    .about_list1 li {
        margin-right: 10px;
    }
    #about3{
        padding: 50px 2% 35px;
    }
    #about3 .cont .txt {
        margin: 10px 0 30px;
    }
    #about3 .cont a {
        padding: 0 15px;
        font-size: 14px;
        border: 1px solid #1a1a1a;
    }
}



.n_case{
    padding:70px 0 145px;
    background:#f4f4f4;
}
.case_list{
    column-count: 5;
    column-gap: 30px;
    margin-bottom: 50px;
    min-height: 1500px;
}
.case_list li{
    cursor: pointer;
    /* 避免子元素被分割 */
    page-break-inside: avoid;
    /*避免子元素被分割 方式2*/
    /*-webkit-column-break-inside: avoid;*/
    display: flex;
    /*display: flex!important;*/
    margin-bottom: 45px;
    height:100%;

    /*align-items: center;*/
    box-sizing: border-box;
    flex-wrap: wrap;
    max-width: 266px;
    align-items: center;
    cursor: default;
}
.case_cont{
    position: relative;
    padding-bottom:0px!important;
}
.case_list li .img{
    border-radius: 10px;
}
.case_list li .img img{
    width: 100%;
}
.case_list li .txt1{
    color: #4c4c4c;
    /*position: absolute;*/
    /*bottom:0px;*/
    margin-top:10px;
}
.case_list li .txt1 p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;   
    line-height: 1.5;
}
/*.case_list li .txt1 p:nth-child(1){
    margin-top:10px;
}*/
.case_list li .xs{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.3);
    z-index:999999;
    display: none;
    align-items: center;
}
.case_list li.on .xs{
    display: flex;
}
.case_list li .xs .cont{
    background:#fff;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 55%;
    max-width: 1000px;
    margin:0 auto;
    overflow: hidden;
}
.case_list li .xs .cont .img1{
    width: 47.5%;
}
.case_list li .xs .cont .img1 img{
    width: 100%;
    height: 100%;
}
.case_list li .xs .cont .text{
    width: 52.5%;
    padding:35px 60px 35px 75px;
}
.case_list_top{
    
}
.case_list_top a{
    display: block;
    width: 45px;
    height: 45px;
    background:url(../images/case_icon1.png) no-repeat;
    background-position: 0 0;
    float:left;
    position: relative;
}
.case_list_top a:hover .share_as{
    display: block;
}
.share_as{
    position: absolute;
    top:42px;
    left:0;
    display: none;
}
.social-share{
    display: flex;
}
.social-share a{
    background: #fff;
}
.case_list_top a.share_a{
    background:url(../images/case_icon1.png) no-repeat;
    background-position: -44px 0;
}
.case_list_top .close2{
    float:right;
}

.case_list li .xs .cont .text h3{
    margin:30px 0 15px;
    font-size: 24px;
    color: #3b3b3b;
    line-height: 1.6;
    font-weight: bold;
}
.case_list li .xs .cont .text .txt2{
    font-size: 14px;
    color: #808080;
    line-height: 1.6;
}
.case_list li .xs .cont .text .txt3{
    color: #6b6b6b;
    padding:12px 0 25px;
}
.case_list li .xs .cont .text .txt3 p{
    margin-bottom: 8px;
}

.message2{

}
.mess_t2 h2{
    font-weight: normal;
    font-size: 20px;
    color: #1a1a1a;
}
.message2_cont{
    display: flex;
    flex-wrap: wrap;
}
.message2_cont div{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.message2_cont div:nth-child(2){
    margin-right: 0;
}
.message2_cont div:last-child{
    margin-right: 0;
    width: 100%;
}
.message2_cont div input{
    display: block;
    border-radius: 5px;
    border:2px solid #484848;
    height: 48px;
    line-height: 46px;
    color: #808080;
    padding:0 15px;
    width: 100%;  
    outline: none;
}
.message2_cont div textarea{
    display: block;
    border-radius: 5px;
    border:2px solid #484848;
    height: 78px;
    line-height: 40px; 
    color: #808080;
    font-family: "微软雅黑"; 
    padding:0 15px;
    width: 100%;  
    outline: none;
}


.case_detail{
    /*position: fixed;*/
    /*top:0;*/
    /*left:0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background:rgba(0,0,0,.3);*/
    /*z-index:999999;*/
    align-items: center;
    display: flex;
}
.case_detail .cont{
    background:#fff;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    max-width: 1000px;
    margin:0 auto;
    overflow: hidden;
    box-shadow: 0px 0px 10px #000;
}
.case_detail .cont .img1{
    width: 47.5%;
    text-align: center
}
.case_detail .cont .img1 img{
    width: 100%;
    height: 100%;
    /*max-height: 520px;*/
}
#c-banner4{
    height: 100%;
}
#c-banner4 p{
    /*text-align: center;*/
}
.case_detail .cont .text{
    width: 52.5%;
    padding:35px 60px 35px 75px;
}
.case_detail .cont .text h3{
    margin:30px 0 15px;
    font-size: 24px;
    color: #3b3b3b;
    line-height: 1.6;
    font-weight: bold;
}
.case_detail .cont .text .txt2{
    font-size: 14px;
    color: #808080;
    line-height: 1.6;
}
.case_detail .cont .text .txt3{
    color: #6b6b6b;
    padding:12px 0 25px;
}
.case_detail .cont .text .txt3 p{
    margin-bottom: 8px;
}

#myModal{
    display: none;
    position: fixed;
    bottom:-30px;
    left:0;
    z-index: 9;
    background: rgba(0,0,0,.6);
}
@media(max-width: 1600px){
    .n_case {
        padding: 70px 0 100px;
    }
    .case_list {
        column-gap: 20px;
    }
    .case_list li{
        margin-bottom: 30px;
    }
    .case_cont{
        padding-bottom:70px;
    }
    .case_list li .xs .cont{
        width: 65%;
    }
    .case_list li .xs .cont .text h3 {
        margin: 25px 0 20px;
        font-size: 20px;
    }
}
@media(max-width: 1280px){
    .n_case {
        padding: 70px 0;
    }
    h2.t2{
        font-size: 32px;
        padding: 110px 0 30px;
    }
    .case_list {
        column-count: 4;
    }
    .case_list li .xs .cont .text {
        padding: 20px 30px;
    }
    .case_list li .xs .cont .text h3 {
        margin: 20px 0 15px;
        font-size: 18px;
    }
    .case_list li .xs .cont .text .txt3 p {
        margin-bottom: 0px;
    }
    .mess_t2 h2{
        font-size: 18px;
    }
    .message2_cont div input{
        height: 42px;
        line-height: 38px;
    }
    .message2_cont div{
        margin-bottom: 10px;
    }
}
@media(max-width: 1024px){
    .case_list li .xs .cont{
        width: 75%;
    }
}
@media(max-width: 820px){
    .n_case {
        padding: 50px 0;
    }
    h2.t2{
        font-size: 26px;

    }
    .case_list {
        column-count: 3;
    }
    .case_list li .xs .cont{
        width: 90%;
    }
    .case_detail .cont{
        width:90%;
    }
    .case_detail .cont .text {
        width: 52.5%;
        padding: 30px 30px 35px;
    }
    .case_detail .cont .text h3{
        font-size:20px;
        margin: 10px 0 10px;
    }
    .case_detail .cont .text .txt3 p {
        margin-bottom: 3px;
    }
    .case_list li .txt1 p{
        line-height:1.4;
        font-size: 13px;
    }
}
@media(max-width: 640px){
    .n_case {
        padding: 30px 0;
    }
    h2.t2{
        font-size: 22px;
        padding: 90px 0 20px;
    }
    .case_list li .xs .cont .img1{
        display: none;
    }
    .case_list li .xs .cont .text{
        width: 100%;
        padding: 15px;
    }
    .case_list li .xs .cont .text h3 {
        margin: 10px 0 10px;
        font-size: 16px;
    }
    .case_list li .xs .cont .text .txt3 {
        padding: 10px 0 15px;
    }
    .case_detail .cont .img1 {
        width:100%;
    }
    .case_detail .cont .text {
        width:100%;
        padding: 20px 20px 25px;
    }
    .message2_cont div{
        width:100%;
        margin-right:0;
    }
    .case_cont{
        padding-bottom:60px;
    }
}
@media(max-width: 460px){
    .case_list {
        column-count: 2;
    }
}


.n_product{
    padding:85px 60px 195px;
    background:#f4f4f4;
}
h2.container3{
    padding: 130px 60px 30px;
}
.left1{
    float:left;
    width: 250px;
}
.p_sorts{
    padding:0;
}
.p_sorts li{
    margin-bottom: 40px;
}
.p_sorts li .p1{
    margin-bottom: 15px;
    font-size: 20px;
    color: #333333;
}
.p_sorts li .txt{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.p_sorts li .txt span{
    background:url(../images/s_icon2.png) no-repeat left center;    
    display: block;
    padding-left: 35px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    margin:5px 0;
    width: 50%;
}
.p_sorts li .txt span.on{
    background:url(../images/s_icon1.png) no-repeat left center;
}
/*.p_sorts li .txt span:nth-child(1){*/
/*    display: none;*/
/*}*/
.right1{
    float:right;
    width: calc(100% - 250px);
    padding-left: 150px;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    background:#fff;
    margin-bottom: 28px;
    border-radius: 10px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    padding:20px 18px 40px;
}
.product_list_top{
    display: flex;
    justify-content: space-between;
}
.product_list_t1{
    width: calc(100% - 100px);
}
.product_list_t1 .p1{
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.4;
}
.product_list_t1 .p2{
    font-size: 16px;
    color:#808080;
}
.product_list_t2{
    max-width: 45%;
    font-size: 16px;
    color:#666;
}
.product_list li a .img{
    text-align: center;
    margin:40px 0 35px;
}
.product_list li a .img img{
    max-height: 280px;
}
.product_list li a h3{
    font-size: 22px;
    color: #171a20;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    border-bottom: 2px solid #1a1a1a;
    position: relative;
}
.product_list li a h3 .more2{
    width: 100%;
    border: 2px solid #1a1a1a;
    font-size: 15px;
    color: #171a20;
    line-height: 38px;
    position: absolute;
    border-radius: 4px;
    top:0;
    left:0;
    background:#fff;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.product_list li a h3:hover .more2{
    opacity: 1;
}
.product_list li a h3:hover{
    border-bottom: 2px solid #fff;
}
.product_list li a .text{
    display: flex;
    flex-wrap: wrap;
    padding:20px 15px 0;
}
.product_list li a .text p{
    width: 50%;
    font-size: 12px;
    color: #808080;
    padding-right: 5px;
    line-height: 1.6;
    margin:3px 0;
}
.pd1{
    background:url(../images/pd_bg1.jpg) no-repeat center;
    padding:148px 0 20px;
    background-size: cover;
}
.pd1 .container{
    max-width: 1548px;   
    display: flex;
    flex-wrap: wrap; 
}
.pd1 .container .cont1{
    width: 50%;
}
.pd1 .container .img{
    width: 50%;
    text-align: center;
}
.pd_top{
    font-size: 14px;
    color: #cccccc;
    padding:35px 0 80px;
}
.pd_top a{
    font-size: 14px;
    color: #cccccc;    
}
.pd_top span{
    font-weight: bold;
    color: #fff;
}
.pd1_text{
    color: #fff;
}
.pd1_text p.p1{
    font-size: 30px;
}
.pd1_text h1{
    font-size: 80px;
    font-weight: normal;
    line-height: 1;
    padding:30px 0;
}
.pd1_text p.p2{
    font-size: 20px;
}
.pd1_text a{
    display: inline-block;
    padding:0 102px;
    line-height: 36px;
    background:#b81a23;
    font-size: 15px;
    color: #fff;
    border:2px solid #b81a23;
    border-radius: 5px;
    margin-top:190px;
}
.pd2{
    padding: 135px 60px 95px;
    display: flex;
    flex-wrap: wrap;
}
.pd2_img{
    width: 52%;
    text-align: center;
}
.pd2_img p{
    display: none;
}
.pd2_img p.cur{
    display: block;
}
.pd2_c{
    width: 48%;
}
.pd2_c h1{
    font-size: 40px;
    color: #1a1a1a;
    font-weight: normal;
}
.pd2_c p.p1{
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    /*max-width: 500px;*/
    padding:10px 0 60px;
}
.pd2_c .text{
    padding:5px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.pd2_c .text div{
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    padding: 20px 0;
}
.pd2_c .text div strong{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: normal;
    width: 75px;
}
.pd2_c .text ul{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 75px);
}
.pd2_c .text ul li{
    display: inline-block;
    position: relative;
/*    padding-bottom:26px;*/
    margin-left: 50px;
    cursor: pointer;
    margin-bottom: 10px;
}
.pd2_c .text ul li p:nth-child(2){
    opacity: 0;
    font-size: 12px;
    color: #808080;
    position: absolute;
    bottom:-26px;
    left:50%;
    width: 86px;
    text-align: center;
    margin-left: -43px;
    line-height: 1.4;
}
.pd2_c .text ul li:hover p:nth-child(2){
    opacity: 1;
}
.pd2_img2{
    margin:95px 0 70px;
    display: flex;
    flex-wrap: wrap;
}
.pd2_img2 p{
    padding: 18px 12px 2px 29px;
    position: relative;
    margin-right: 20px;
    opacity: .3;
    cursor: pointer;
}
.pd2_img2 p.cur{
    background:url(../images/yq1.png) no-repeat center;
    opacity: 1;
}
.pd2_c a{
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #333333;
    border:2px solid #1a1a1a;
    border-radius: 5px;
}
.pd2_c a:hover{
    background:#1a1a1a;
    color: #fff;
}
.pd3{
    background:#f5f5f5;
    padding:100px 0px 0;
}
.pd_t{
    font-size: 40px;
    color: #1a1a1a;
    text-align: center;
}
.pd3_cont{
    margin-top:45px;
    display: flex;
    justify-content: space-between;
}
.pd3_cont .text{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pd3_cont .text ul{
    display: flex;
    flex-wrap: wrap;
    border-bottom:1px solid #cccccc;
}
.pd3_cont .text ul li{
    width: 25%;
    padding:38px 0 35px;
    border-top:1px solid #cccccc;
}
.pd3_cont .text ul li .p2{
    font-size: 14px;
    color: #1a1a1a;
}
.pd3_cont .text ul li .p3{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: bold;
}
.pd_t2{
    font-size: 24px;
    color: #1a1a1a;
}
.pd3_cont .img{
    width: 50%;
    margin-right: -105px;
}
.pd3 .pd_t2{
    margin-bottom: 22px;
}
.pd4{
    background:#f5f5f5;
    padding:70px 0px 85px;
}
.container5{
    max-width: 1550px;
}
.pd4 .pd_t2{
    margin-bottom: 40px;
}

#c-banner3 .text{
    padding:25px 40px 0;
}
#c-banner3 .text h3{
    font-size: 22px;
    color: #363636;
    font-weight: normal;
    margin-bottom: 5px;
}
#c-banner3 .text p{
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}
#c-banner3 .swiper-button-prev{
    width: 74px;
    height: 74px;
    background:url(../images/left2.png) no-repeat center;
    outline: none;
    margin-top:-50px;
    left:60px;
}
#c-banner3 .swiper-button-next{
    width: 74px;
    height: 74px;
    background:url(../images/right2.png) no-repeat center;
    outline: none;
    margin-top:-50px;
    right:60px;
}
.pd5{
    padding:80px 0 0;
}
.pd5_li{
    max-width: 1120px;
    margin:0 auto;
    display: flex;
    border-bottom: 1px solid #ccc;
}
.pd5_li li{
    width: 33.333%;
    text-align: center;
    font-size: 24px;
    color: #333333;
    position: relative;
    padding:28px 0 12px;
    cursor: pointer;
}
.pd5_li li.cur:after{
    content:'';
    position: absolute;
    bottom:-1px;
    left:0;
    width: 100%;
    height: 3px;
    background:#333;
}
.pd5_tab{
    display: none;
}
.pd5_tab .text{
    max-width: 1120px;
    margin:0 auto;
    padding:30px 0;
    font-size: 16px;
}
.pd6{
    padding:110px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd6 .text{
    width: 44%;
    padding:40px 115px 15px 9.7%;
}
.pd6 .text .txt1{
    margin-bottom: 260px;
}
.pd6 .text .txt1 h3{
    font-size: 40px;
    color:#1a1a1a;
    font-weight: normal;
}
.pd6 .text .txt1 p{
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin:0px 0 50px;
}
.pd6 .text .txt1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    border: 2px solid #333333;
    font-size: 15px;
    color: #333;
    border-radius: 5px;
}
.pd6 .text .txt1 a:hover{
    background:#333333;
    color: #fff;
}
.pd6 .text .txt2{
    padding-right: 55px;
}
.pd6 .text .txt2 h3{
    font-size: 20px;
    color: #1a1a1a;
    font-weight: normal;
    margin-bottom: 15px;
}
.pd6 .text .txt2 p{
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}
.pd6 .imgs{
    width: 56%;
    background:#f5f5f5;
    padding:70px 60px 10px 75px;
}
.pd6 .imgs ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pd6 .imgs ul li{
    width: 25%;
    text-align: center;
    padding:50px 10px;
}
.pd6 .imgs ul li p:nth-child(2){
    margin-top:10px;
}
.p_more{
    width: 100%;
    max-width: 20%;
    border:2px solid #1a1a1a;
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-left: 2.5%;
}
.p_more:hover{
    background:#1a1a1a;
    color: #fff;
}
.pd7{
    padding:90px 0 115px;
}
.pd7 .pd_t{
    text-align: left;
}
.case_list3{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    min-height: auto;
    margin-bottom: 0;
}
.case_list.case_list3 li{
    width: 20%;
    margin-right: 6.666666666666667%;
    max-width: 100%;
    display: block!important;
    margin-bottom: 0;
}
.case_list3 li:nth-child(4n){
    margin-right: 0!important;
}
.case_list.case_list3 li .case_cont {
    padding-bottom: 0px;
}
.case_list3 li .img{
    display: block;
    height: 300px;
    width: 100%;
}
.case_list3 li .img img{
    width: 100%;
    height: 100%;
}
.case_list3 li p.p2{
    font-size: 20px;
    color: #1a1a1a;
    text-align: center;
    margin-top:10px;
    width: 100%;
    line-height: 1.6;
}
h2.t2 i{
    font-style: normal;
    display: none;
    width: 100px;
    line-height: 40px;
    background:#f5f5f5;
    text-align: center;
    font-size: 15px;
    color: #666;
}
.left_cont .close3{
    display: none;
}


.p_more_text{
    display: none;
    margin-top:20px;
    padding: 0 45px;
}
.p_more_text a{
    color: #224289;
    font-size: 16px;
}
@media(max-width: 1600px){
    .right1{
        padding-left: 120px;
    }
    .product_list_t1{
        width: calc(100% - 90px);
    }
    .product_list_t1 .p1{
        font-size: 16px;
    }
    .product_list_t2{
        font-size: 14px;
        max-width: 35%;
    }
    .product_list_t1 .p2{
        font-size: 14px;
    }
    .product_list li a {
        padding: 15px 12px 20px;
    }
    .product_list li a .img img{
        max-height: 220px;
    }
    .product_list li a h3{
        font-size: 18px;
    }
    .product_list li a .text{
        padding:15px 10px 0;
    }
    .pd1{
        padding: 140px 0 20px;
    }
    .pd1_text p.p1 {
        font-size: 24px;
    }
    .pd1_text h1{
        font-size: 42px;
        padding: 15px 0;
    }
    .pd1_text p.p2 {
        font-size: 15px;
    }
    .pd1_text a{
        margin-top:100px;
        padding: 0 50px;
    }
    .pd1 .container .img img{
        max-height: 550px;
    }
    .pd2 {
        padding: 90px 60px;
    }
    .pd2_c h1{
        font-size: 32px;
    }
    .pd2_c p.p1 {
        font-size: 14px;
        padding: 0px 0 30px;
    }
    .pd2_c .text div strong {
        font-size: 16px;
    }
    .pd2_c .text ul li{
        margin-left: 30px;
    }
    .pd2_img2 {
        margin: 70px 0 70px;
    }
    .pd2_c a{
        width: 160px;
    }
    .pd3{
        padding:90px 0 0;
    }
    .pd_t{
        font-size: 32px;
    }
    .pd_t2{
        font-size: 20px;
    }
    .pd3 .pd_t2 {
        margin-bottom: 15px;
    }
    .pd3_cont .text ul li {
        padding: 30px 0;
    }
    .pd3_cont .text ul li .p2{
        font-size: 13px;
    }
    .pd3_cont .text ul li .p3{
        font-size: 24px;
    }
    .pd4 .pd_t2 {
        margin-bottom: 30px;
    }
    #c-banner3 .text {
        padding: 20px 25px 0;
    }
    #c-banner3 .text h3{
        font-size: 18px;
    }
    .pd5_li li{
        font-size: 22px;
    }
    .pd5_tab .text{
        font-size: 15px;
        padding:25px 0;
    }
    .pd6 {
        padding: 90px 0 0;
    }
    .pd6 .text {
        width: 44%;
        padding: 40px 50px 15px 5%;
    }
    .pd6 .text .txt1 {
        margin-bottom: 120px;
    }
    .pd6 .text .txt1 h3 {
        font-size: 32px;
    }
    .pd6 .text .txt1 p {
        font-size: 14px;
        margin: 0px 0 30px;
    }
    .pd6 .text .txt1 a{
        width: 160px;
    }
    .pd6 .text .txt2 h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .pd6 .text .txt2 p {
        font-size: 14px;
    }
    .pd6 .imgs {
        padding: 40px 30px 10px;
    }
    .pd6 .imgs ul li{
        padding:20px 10px;
    }
    .p_more{
        font-size: 14px;
    }
    .case_list3 {
        margin-top: 35px;
    }
    .case_list3 li p.p2 {
        font-size: 16px;
    }
    .pd3_cont .img{
        margin-right: 0;
    }
}
@media(max-width: 1360px){
    .product_list li {
        width: 49%;
        margin-bottom: 20px
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0%;        
    }

}
@media(max-width: 1280px){
    h2.container3 {
        padding: 110px 60px 30px;
    }
    .case_list3 li .img{
        height: 280px;
    }
}
@media(max-width: 1259px){
    .n_product {
        padding: 70px 2%;
    }
    h2.container3 {
        padding: 110px 2% 30px;
    }
    .right1{
        padding-left: 50px;
    }
    .pd2 {
        padding: 70px 2%;
    }
    .pd6 .text {
        padding: 30px 30px 15px 2%;
    }
    .pd6 .text .txt2{
        padding-right: 0;
    }
    .case_list.case_list3 li{
        width:23.5%;
        margin-right:2%;
    }
}
@media(max-width: 820px){
    .n_product {
        padding: 50px 2%;
    }
    .right1{
        padding-left: 30px;
    }
    .product_list li a .img img{
        max-height: 170px;
    }
    .pd_top {
        padding: 30px 0 30px;
    }
    .product_list_top{
        flex-wrap:wrap;
    }
    .product_list_t1{
        max-width:100%;
        width:100%;
    }
    .product_list_t2{
        max-width:100%;
        width:100%;
    }
    .pd1_text p.p1 {
        font-size: 20px;
    }
    .pd1_text h1 {
        font-size: 32px;
        padding: 10px 0;
    }
    .pd1_text p.p2 {
        font-size: 14px;
    }
    .pd1_text a {
        margin-top: 50px;
        padding: 0 20px;
    }
    .pd1 .container .img img {
        max-height: 400px;
    }
    .pd2 {
        padding: 50px 2%;
    }
    .pd2_c h1 {
        font-size: 24px;
    }
    .pd2_c p.p1 {
        padding: 0px 0 20px;
    }
    .pd2_c .text div{
        padding:15px 0;
    }
    .pd2_c .text div strong {
        font-size: 15px;
    }
    .pd2_c .text ul li {
        margin-left: 15px;
    }
    .pd2_img2 {
        margin: 40px 0 40px;
    }
    .pd2_img2 p{
        padding:10px 10px 2px 24px;
    }
    .pd3 {
        padding: 60px 0 0;
    }
    .pd5 {
        padding: 60px 0 0;
    }
    .pd_t {
        font-size: 26px;
    }
    .pd5_tab .text {
        padding: 25px 0 15px;
    }
    .pd6 {
        padding: 60px 0 0;
    }
    .pd6 .text{
        width: 100%;
        padding: 0px 2% 20px;
    }
    .pd6 .text .txt1 {
        margin-bottom: 30px;
    }
    .pd6 .text .txt1 h3 {
        font-size: 26px;
    }
    .pd6 .text .txt1 p {
        font-size: 14px;
        margin: 0px 0 20px;
    }
    .pd6 .text .txt1 a {
        width: 110px;
    }
    .pd6 .imgs {
        width: 100%;
        padding: 20px 2%;
    }
    .pd7 {
        padding: 60px 0;
    }
    .case_list3 li .img{
        height: 220px;
    }
    .case_list3 li p.p2 {
        font-size: 14px;
    }
}
@media(max-width: 640px){
    .n_product {
        padding: 30px 2%;
    }
    h2.container3 {
        padding: 90px 2% 20px;
    }
    h2.t2 i{
        display: inline-block;
        margin-left: 20px;

    }
    h2.t2 i.p_sort_icon{
        float:right;
        margin-right:0;
        background:#666;
        color:#fff;
        text-align:left;
        width:105px;
        padding:0 10px;
        line-height:32px;
        font-size:14px;
        position:relative;
    }
    h2.t2 i.p_sort_icon:after{
        content:'';
        position:absolute;
        right:10px;
        top:50%;
        margin-top:-8px;
        width:16px;
        height:16px;
        background:url(../images/m_icon2.png) no-repeat center;
    }
    .left1{
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999999;
        padding: 25px;
        overflow-y: scroll;
        height: 100%;
        display: none;
    }
    .left_cont{
        position: relative;
    }
    .left_cont .close3{
        position: absolute;
        right:0;
        top:0;
        display: block;
    }
    .p_more_text{
        display:block;
    }
    .p_sorts li {
        margin-bottom: 20px;
    }
    .p_sorts li .p1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .right1{
        width: 100%;
        float:none;
        padding-left: 0px;
    }
    .product_list li {
        /*width: 100%;*/
        /*margin-right: 0!important;*/
    }
    .product_list li a {
        padding: 12px 10px 20px;
    }
    .product_list li a .img {
        margin: 20px 0 15px;
    }
    .product_list li a .img img {
        max-height: 130px;
    }
    .product_list_top{
        flex-wrap:wrap;
        justify-content:flex-start;
    }
    .product_list_t1 .p1 {
        font-size: 12px;
        line-height:1.4;
        width:100%;
        max-width:100%;
        display:none;
    }
    .product_list_t2{
        font-size:12px;
        line-height:1.4;
        width:100%;
        max-width:100%;
    }
    .product_list li a h3 {
        font-size: 15px;
    }
    .product_list li a .text{
        display:none;
    }
    .product_list li a h3 .more2{
        font-size:14px;
    }
    .pd1 {
        padding: 90px 0 20px;
    }
    .pd1 .container .cont1{
        width: 100%;
    }
    .pd_top {
        padding: 0px 0 15px;
    }
    .pd1_text p.p1 {
        font-size: 15px;
    }
    .pd1_text h1 {
        font-size: 22px;
        padding: 5px 0;
    }
    .pd1_text a {
        margin-top: 30px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 32px;
    }
    .pd1 .container .img{
        width: 100%;
        margin-top:20px;
    }
    .pd1 .container .img img{
        max-height: 300px;
    }
    .pd2 {
        padding: 30px 2%;
        position:relative;
    }
    .pd2_img{
        width: calc(100% - 100px);
        /*width:100%;*/
        /*display:none;*/
    }
    .pd2_img img{
        max-height: 240px;
    }
    .pd2_c{
        width: 100%;
        margin-top:20px;
    }
    .pd2_c h1 {
        font-size: 18px;
        text-align:center;
    }
    .pd2_img2 {
        margin: 30px 0;
        /*display:none;*/
        position: absolute;
        display: flex;
        right: 20px;
        top: 20px;
        width: 80px;
        height: 200px;
        overflow-y: scroll;
        padding: 0 10px;
    }
.pd2_img2::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.pd2_img2::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b81a23;
}
.pd2_img2::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #f5f5f5;
}
    .pd2_img2 p{
        margin-right: 12px;
        padding: 15px 0px 2px 15px;
        text-align:center;
    }
    .pd2_img2 p.cur {
        background: url(../images/yq1.png) no-repeat top center;
        background-size:contain;
    }
    .pd2_c .text{
        /*display:none;*/
        padding:0 0 10px;
    }
    .pd2_c a {
        width: 110px;
        font-size: 14px;
        height: 36px;
        /*margin:0 auto;*/
        margin:25px auto 0;
    }
    .pd2_c .text div {
        padding: 12px 0 10px;
    }
    .pd2_c .text div strong{
        width:100%;
        display:block;
        margin-bottom:10px;
    }
    .pd2_c .text ul{
        width:100%;
    }
    .pd2_c .text ul li{
        margin-left:0;
        margin-right:10px;
        max-width:45px;
    }
    .pd2_c .text ul li:last-child{
        margin-right:0;
    }
    .pd2_c .text ul li p:nth-child(2){
        bottom:-20px;
    }
    .pd3 {
        padding: 30px 0 0;
    }
    .pd_t {
        font-size: 22px;
    }
    .pd_t2 {
        font-size: 16px;
    }
    .pd3 .pd_t2 {
        margin-bottom: 5px;
    }
    .pd3_cont {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .pd3_cont .text{
        width: 100%;
    }
    .pd3_cont .text ul li {
        padding: 15px 0;
    }
    .pd3_cont .text ul li .p3 {
        font-size: 22px;
    }
    .pd3_cont .img{
        width: 100%;
        margin-top:30px;
    }
    .pd4 {
        padding: 35px 0px;
    }
    .pd4 .pd_t2 {
        margin-bottom: 15px;
    }
    #c-banner3 .swiper-button-prev{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        left:15px;
        margin-top: -70px;
    }
    #c-banner3 .swiper-button-next{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        right:15px;
        margin-top: -70px;
    }
    #c-banner3 .text {
        padding: 10px 15px 0;
    }
    #c-banner3 .text h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .pd5 {
        padding: 30px 0 0;
    }
    .pd5_li li {
        font-size: 16px;
    }
    .pd5_tab .text {
        padding: 20px 0 10px;
    }
    .pd6 {
        padding: 30px 0 0;
    }
    .pd6 .text .txt1 h3 {
        font-size: 22px;
    }
    .pd6 .imgs ul li {
        padding: 12px 6px;
    }
    .pd7 {
        padding: 30px 0;
    }
    .case_list3 {
        margin-top: 20px;
    }
    .case_list3 li .img {
        height: 200px;
    }
}
@media(max-width: 460px){
    #relate_c.case_list3 li{
        width:49%;
        margin-bottom:10px;
    }
    #relate_c.case_list3 li:nth-child(2n){
        margin-right:0;
    }
    #relate_c.case_list3 li .img {
        height: 220px;
    }
    .case_list3 li .img {
        height: 120px;
    }
    .case_list3 li p.p2 {
        font-size: 13px;
    }
    .pd2_img2 {
        margin: 20px 0 30px;
    }
    .pd2_img2 p {
        /*margin-right: 2%;*/
        /*width: 23.5%;*/
        /*text-align:center;*/
        /*padding:15px 0px 2px 20px;*/
    }

    /*.pd2_img2 p:nth-child(4n){*/
    /*    margin-right:0;*/
    /*}*/
}








h2.container4{
    max-width: 1120px;
    border-bottom: 1px solid #e6e6e6;
}
.container4{
    max-width: 1120px;    
}
.n_news{
    padding:36px 0 115px;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 55px;
}
.news_list li:nth-child(4n){
    margin-right: 0;
}
.news_list li a{

}
.news_list li a .text{
    padding:16px 0 0;
}
.news_list li a .text h3{
    font-weight: normal;
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.news_list li a .text p{
    font-size: 12px;
    color: #808080;
}
.news_list li a:hover .img img{
    transform: scale(1.1);
}
h2.t2 p{
    font-size: 14px;
    color: #999999;
}
h2.t2 p span{
    font-weight: bold;
}
.news_detail{
    padding:55px 0 130px;
}
.news_detail_content{
    width: 66%;
    float:left;
    font-size: 15px;
    color: #808080;
}
.news_detail_content h1{
    font-size: 28px;
    color: #1a1a1a;
    line-height: 1.4;
    font-weight: normal;
}
.info_title{
    font-size: 14px;
    color: #666;
    padding:10px 0 40px;
}
.info_title span:nth-child(1){
    margin-right: 20px;
}

.relatenew{
    width: 29%;
    float: right;
}
.relatenew h4{
    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #e6e6e6;
    font-weight: normal;
    padding-bottom:8px;
}
.news_list2{

}
.news_list2 li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}
.news_list2 li a{
    display: flex;
    flex-direction: row-reverse;
    padding:35px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news_list2 li a .text{
    width: 68%;
    padding:0 12px 0 0;
}
.news_list2 li a .text h3{
    line-height: 1.4;
    margin-bottom: 6px;
    font-size: 14px;
}
.news_list2 li a .img{
    width: 32%;
}
@media(max-width: 1600px){
    .n_news {
        padding: 36px 0 90px;
    }
    .news_list li{
        margin-bottom: 35px;
    }
    .news_detail{
        padding:45px 0 90px;
    }
    .news_detail_content h1{
        font-size: 24px;
    }
    .relatenew h4{
        font-size: 18px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .n_news {
        padding: 30px 0 70px;
    }
    .news_list li{
        width: 32%;
        margin-bottom: 25px;
    }
    .news_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(3n) {
        margin-right: 0;
    }
    .news_list li a .text {
        padding: 10px 0 0;
    }
    .news_list li a .text h3{
        font-size: 14px;
    }
    .news_detail_content{
        width: 100%;
    }
    .relatenew{
        display: none;
    }
    .info_title {
        padding: 10px 0 20px;
    }
}
@media(max-width: 820px){
    .n_news {
        padding: 30px 0 50px;
    }
    .news_list li{
        width: 49%;
        margin-bottom: 20px;
    }
    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    }
    .news_detail{
        padding:30px 0 60px;
    }
    .news_detail_content h1{
        font-size: 20px;
    }

}
@media(max-width: 640px){
    .n_news {
        padding: 30px 0 30px;
    }
    .news_detail{
        padding:30px 0;
    }
    .news_detail_content h1{
        font-size: 18px;
    }
    .info_title {
        padding: 10px 0;
    }
}
@media(max-width: 460px){
    .news_list li{
        width: 100%;
        margin-right: 0%!important;
    }
    .info_title {
        padding: 0px 0 10px;
    }
}



.fw1{
    padding:85px 110px 0;
}
h1.fw_t{
    font-size: 40px;
    color: #1a1a1a;
    font-weight: normal;
    text-align: center;
}
.fw1_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}
.fwpj_tabli{
    width: 35%;
    max-width: 435px;
    padding-right: 30px;
}
.fwpj_tabli li{
    padding:40px 0 5px;
    border-bottom: 2px solid #808080;
    cursor: pointer;
}
.fwpj_tabli li:nth-child(1){
    padding-top:0;
}
.fwpj_tabli li h3{
    font-size: 24px;
    color: #808080;
    font-weight: normal;
}
.fwpj_tabli li p{
    font-size: 16px;
    color: #666666;
    display: none;
    padding:5px 0 15px;
    line-height: 1.6;
}
.fwpj_tabli li.cur{
    border-bottom: 2px solid #1a1a1a;
}
.fwpj_tabli li.cur h3{
    color: #1a1a1a;
}
.fwpj_tabli li.cur p{
    display: block;
}
.fw1_cont{
    width: 65%;
    background:#f5f5f5;
    padding:90px 120px 60px;
}
.fwpj_tab{
    display: none;
    flex-wrap: wrap;
}
.fwpj_tab li{
    width: 32%;
    margin-right: 2%;
    text-align: center;
    padding:27px 0;
}
.fwpj_tab li:nth-child(3n){
    margin-right: 0;
}
.fwpj_tab li p{
    font-size: 16px;
    color: #1a1a1a;
    margin-top:8px;
    /*display: none;*/
}
.fwpj_tab.on{
    display: flex;
}
.fw2{
    padding:115px 0 0;
}
.fw2_content{
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.fw2_content .img1{
    width: 49%;
}
.fw2_content .text{
    width: 33%;
    padding:0 124px 50px 104px;
}
.fw2_content .text h3{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: normal;
    margin-bottom: 12px;
}
.fw2_content .text .txt{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.fw2_content .text .txt p:nth-child(1){
    margin-bottom: 55px;
}
.fw2_content .text a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    border:2px solid #333333;
    font-size: 15px;
    color: #333;
    margin-top:75px;
    border-radius: 5px;
}
.fw2_content .text a:hover{
    background:#333;
    color: #fff;
}
.fw2_content .img2{
    width: 18%;
}
.fw3{
    padding:125px 0 0;
}
.fw3_li{
    display: flex;
    margin-bottom: 26px;
    border-bottom: 2px solid #cccccc;
}
.fw3_li li{
    font-size: 24px;
    color: #808080;
    width: 33.3333%;
    text-align: center;
    position: relative;
    padding-bottom:10px;
    cursor: pointer;
}
.fw3_li li.cur{
    color: #333333;
}
.fw3_li li.cur:after{
    content:'';
    position: absolute;
    bottom:-2px;
    left:0;
    width: 100%;
    height: 4px;
    background:#1a1a1a;
}
.fw3_tab{
    display: none;
    font-size: 16px;
    color: #666666;
}
.fw3_tab .img{
    margin-top:40px;
}
.fw3_tab.on{
    display: block;
}
.fw4{
    padding:90px 0 75px;
}
.fw4 h1.fw_t{
    text-align: left;
}
.fw4 p{
    font-size: 16px;
    color: #666666;
}
.fw4 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    border:2px solid #333333;
    font-size: 15px;
    color: #333;
    margin-top:75px;  
    border-radius: 5px;  
}
.fw4 a:hover{
    background:#333;
    color: #fff;
}
.fw2_content .m_cont{
    display: none;
    padding:0 15px;
}
.fw2_content .m_cont .text{
    width: 100%;
    padding:15px 0 0;
    font-size: 12px;
}
.fw2_content .m_cont .cont2{
    display: flex;
    align-items: flex-end;
}
.fw2_content .m_cont .cont2 .text2{
    width: 60%;
    padding: 0 5px 0 0;
    font-size: 12px;
}
.fw2_content .m_cont .cont2 .text2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 28px;
    border: 1px solid #333333;
    font-size: 12px;
    color: #333;
    margin-top: 5px;
    border-radius: 5px;
}
.fw2_content .m_cont .cont2 .text2 p{
    line-height: 1.9;
}
.fw2_content .m_cont .cont2 .m_img2{
    width: 40%;
}
@media(max-width: 1600px){
    .fw1{
        padding:90px 2% 0;
    }
    h1.fw_t{
        font-size: 32px;
    }
    .fwpj_tabli li h3 {
        font-size: 20px;
    }
    .fwpj_tabli li p{
        font-size: 14px;
        padding: 5px 0 5px;
    }
    .fw1_cont {
        padding: 60px 50px 60px;
    }
    .fwpj_tab li p{
        font-size: 14px;
        margin-top:5px;
    }
    .fw2,.fw3{
        padding: 90px 0 0;
    }
    .fw2_content .text{
        padding:0 50px 20px;
    }
    .fw2_content .text h3{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .fw2_content .text .txt{
        font-size: 14px;
    }
    .fw2_content .text .txt p:nth-child(1) {
        margin-bottom: 20px;
    }
    .fw2_content .text a{
        margin-top:30px;
        width: 140px;
    }
    .fw3_li li{
        font-size: 22px;
    }
    .fw3_tab{
        font-size: 15px;
    }
    .fw3_tab .img {
        margin-top: 30px;
    }
    .fw4 p{
        font-size: 15px;
    }
    .fw4 a {
        width: 140px;
        margin-top: 40px;
    }
}
@media(max-width: 1259px){
    .fw1{
        padding:70px 2% 0;
    }
    .fw1_content{
        margin-top:40px;
    }
    .fw1_cont {
        padding: 20px 30px;
    }
    .fwpj_tabli li p{
        padding:0 0 5px;
    }
    .fw2,.fw3{
        padding: 70px 0 0;
    }
    .fw2_content{
        margin-top:40px;
    }
    .fw2_content .text {
        padding: 0 25px 15px;
    }
    .fw2_content .text h3{
        font-size: 20px;
    }
    .fw2_content .text .txt p:nth-child(1) {
        margin-bottom: 0px;
    }
    .fw2_content .text a {
        margin-top: 20px;
        width: 110px;
    }
    .fw4 {
        padding: 70px 0;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .fw1 {
        padding: 50px 2% 0;
    }
    h1.fw_t {
        font-size: 26px;
    }
    .fw1_content {
        margin-top: 30px;
    }
    .fw2,.fw3{
        padding: 50px 0 0;
    }
    .fw2_content {
        margin-top: 30px;
    }
    .fw2_content .text {
        padding: 0 15px 15px;
    }
    .fw3_tab .img {
        margin-top: 20px;
    }
    .fw4 {
        padding: 50px 0;
    }
}
@media(max-width: 640px){
    .fw1 {
        padding: 30px 2% 0;
    }
    h1.fw_t {
        font-size: 22px;
    }
    .fw1_content {
        margin-top: 20px;
    }
    .fw2,.fw3{
        padding: 30px 0 0;
    }
    .fw2_content {
        margin-top: 20px;
    }

    .fwpj_tabli{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .fwpj_tabli li {
        padding: 20px 0 5px;
    }
    .fwpj_tabli li h3 {
        font-size: 16px;
    }
    .fwpj_tab li{
        width: 49%;
        padding:7px 0;
    }
    .fwpj_tab li:nth-child(3n){
        margin-right: 2%;
    }
    .fwpj_tab li:nth-child(2n){
        margin-right: 0;
    }
    .fw1_cont{
        width: 100%;
        padding: 10px 15px;
    }
    .fw2_content .img1{
        width: 100%;
    }
    .fw2_content .text{
        width: 75%;
        padding:15px 15px 0;
    }
    .fw2_content .text h3 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .fw2_content .text a{
        width: 100px;
        font-size: 14px;
    }
    .fw2_content .img2{
        width: 25%;
    }
    .fw3_li{
        margin-bottom: 15px;
    }
    .fw3_li li{
        font-size: 17px;
        padding-bottom: 5px;
    }
    .fw3_li li.cur:after{
        height:3px;
    }
    .fw3_tab {
        font-size: 14px;
    }
    .fw3_tab .img {
        margin-top: 10px;
    }
    .fw4 {
        padding: 30px 0;
    }

    .fw4 p {
        font-size: 14px;
    }
    .fw4 a {
        width: 100px;
        margin-top: 20px;
        font-size: 14px;
    }
    .p_sorts li .txt span{
        padding-left:28px;
    }
    .p_sorts li .txt#wrext1 span,.p_sorts li .txt#wrext2 span,.p_sorts li .txt#wrext3 span,.p_sorts li .txt#wrext4 span,.p_sorts li .txt#wrext5 span{
        width:33.333%;
    }
    .p_sorts li .txt span,.p_sorts li .txt span.on{
        background-size:20px;
    }
    .fw2_content .pc_text,.fw2_content .pc_img2{
        display:none;
    }
    .fw2_content .m_cont{
        display:block;
    }
}
@media(max-width: 460px){

}



.n_team{
    padding:70px 0 115px;
}
.n_team h1{
    font-size: 40px;
    color: #1a1a1a;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
    margin-bottom: 75px;
}
.n_team h1 span{
    display: block;
}
.team_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.team_list1 li{
    padding:0 45px;
    margin-bottom: 70px;
}
.team_list1 li .img{

}
.team_list1 li .text{
    margin-top:25px;
}
.team_list1 li .text h3{
    font-size: 26px;
    color: #1a1a1a;
    font-weight: normal;
}
.team_list1 li .text h3 span{
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
}
.team_list1 li .text .txt{
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin:5px 0 25px;
}
.team_list1 li .text .imgs{
    display: flex;
    justify-content: center;
}
.team_list1 li .text .imgs a{
    display: block;
    position: relative;
    padding:0 10px;
    cursor: pointer;
}
.team_list1 li .text .imgs a .img1{
    position: absolute;
    top:30px;
    width: 110px;
    height: 110px;
    left:50%;
    margin-left: -55px;
    display: none;
}
.team_list1 li .text .imgs a:hover .img1{
    display: block;
}
.team_list2 li{
    padding:0 45px;
}
@media(max-width: 1600px){
    .n_team {
        padding: 70px 0 90px;
    }
    .n_team h1{
        font-size: 32px;
        margin-bottom: 60px;
    }
    .team_list1 li{
        padding:0 30px;
        margin-bottom: 50px;
    }
    .team_list1 li .text{
        margin-top:15px;
    }
    .team_list1 li .text h3{
        font-size: 24px;
    }
    .team_list1 li .text h3 span{
        font-size: 14px;
    }
}
@media(max-width: 1259px){
    .n_team {
        padding: 70px 0;
    }
    .team_list1 li{
        padding:0 20px;
        margin-bottom: 30px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .n_team {
        padding: 50px 0;
    }
    .n_team h1{
        font-size: 26px;
        margin-bottom: 40px;
    }
    .team_list1 li{
        padding:0 15px;
        margin-bottom: 20px;
    }
    .team_list1 li .text{
        margin-top:10px;
    }
    .team_list1 li .text h3{
        font-size: 22px;
    }
}
@media(max-width: 640px){
    .n_team {
        padding: 30px 0;
    }
    .n_team h1{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .team_list1 li .text .txt{
        margin: 0px 0 15px;
    }
}
@media(max-width: 460px){

}


.n_banner_text2 h3,.n_banner_text2 p{
    color: #fff;
}
.service2{
    padding:110px 0 120px;
}
.service2 .cont{
    margin-bottom: 55px;
}
.service2 .cont h2{
    font-size: 40px;
    color: #1a1a1a;
    font-weight: normal;
    margin-bottom: 10px;
}
.service2 .cont .txt{
    font-size: 16px;
    color: #666666;
    line-height: 1.8; 
}
.service_list2{

}
.service_list2 li{
    display: flex;
    flex-wrap: wrap;
}
.service_list2 li:nth-child(2n){
    flex-direction: row-reverse;
}
.service_list2 li .img{
    width: 50%;
}
.service_list2 li  .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:10px 5% 10px 8%;
}
.service_list2 li  .text h3{
    font-size: 26px;
    color: #262626;
    font-weight: normal;
    margin-bottom: 10px;
}
.service_list2 li  .text p{
    font-size: 16px;
    color: #666666;   
    line-height: 1.8; 
}
@media(max-width: 1600px){
    .service2 {
        padding: 90px 0;
    }
    .n_banner_text h3{
        font-size: 32px;
    }
    .n_banner_text p{
        font-size: 14px;
    }
    .service2 .cont h2{
        font-size: 32px;
        margin-bottom: 0;
    }
    .service2 .cont .txt{
        font-size: 15px;
    }
    .service_list2 li .text p{
        font-size: 15px;
    }
}
@media(max-width: 1259px){
    .service2 {
        padding: 70px 0;
    }
    .n_banner_text h3{
        font-size: 26px;
    }
    .service_list2 li .text h3{
        font-size: 22px;
        margin-bottom: 5px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .service2 {
        padding: 50px 0;
    }
    .n_banner_text h3{
        font-size: 24px;
    }
    .service2 .cont h2{
        font-size: 26px;
    }
    .service_list2 li .text{
        padding:10px 3%;
    }
    .service_list2 li .text h3{
        font-size: 20px;
        margin-bottom: 0px;
    }
}
@media(max-width: 640px){
    .service2 {
        padding: 30px 0;
    }
    .n_banner_text{
        padding-top:80px;
    }
    .n_banner_text h3{
        font-size: 22px;
    }
    .n_banner_text p{
        display: none;
    }
    .service2 .cont h2{
        font-size: 20px;
    }
    .service2 .cont {
        margin-bottom: 30px;
    }
}
@media(max-width: 460px){
    .service_list2 li .img{
        width: 100%;
    }
    .service_list2 li .text{
        width: 100%;
        padding:15px 2%;
    }
    .service_list2 li .text h3{
        font-size: 16px;
    }
    .service_list2 li .text p{
        font-size: 14px;
    }
}



.download_top{
    padding: 130px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.download_top h2{
    font-size: 36px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1;
}
.sort{
    display: flex;
    flex-wrap: wrap;
}
.sort li a{
    display: block;
    line-height: 26px;
    border:2px solid #2b2b2d;
    font-size: 14px;
    color: #626262;
    text-align: center;
    border-radius: 5px;
    padding:0 48px;
    margin-left: 20px;
}
.sort li:nth-child(1) a{
    margin-left: 0;
}
.sort li a:hover,.sort li a.on{
    background:#b81a23;
    color: #fff;
    border:2px solid #b81a23;
}
.n_download{
    padding:40px 0 85px;
}
.download_list2{
    display: flex;
    flex-wrap: wrap;
}
.download_list2 li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 45px;
}
.download_list2 li:nth-child(4n){
    margin-right: 0;
}
.download_list2 li a{
    display: block;
}
.download_list2 li .img img{
    width: 100%;
}
.download_list2 li h3{
    font-size: 15px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1.6;
    margin:20px 0 10px;
}
.download_list2 li p{
    font-size: 12px;
    color: #808080;
}
.download_list2 li p span{
    display: inline-block;
    padding-right: 18px;
    background:url(../images/d1.png) no-repeat right center;
}
.download_list2 li a:hover .img img{
    transform: scale(1.1);
}
.download_list{

}
.download_list li{
    margin-bottom: 10px;
}
.download_list li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    background:#f5f5f5;
    padding:5px 24px 5px 18px;
    border-radius: 10px;
}
.download_list li a p{
    font-size: 15px;
    color: #666666;
    width: calc(100% - 77px);
    padding-left: 30px;
    background:url(../images/pdf.png) no-repeat left center;
    line-height: 1.6;
}
.download_list li a span{
    font-size: 12px;
    color: #808080;
    display: inline-block;
    padding-right: 18px;
    background:url(../images/d1.png) no-repeat right center;
}
.download_list li:hover a{
    background:#b81a23;
}
.download_list li:hover a p{
    background:url(../images/pdf_h.png) no-repeat left center;   
    color: #fff; 
}
.download_list li:hover a span{
    background:url(../images/d1_h.png) no-repeat right center;
    color: #fff; 
}
@media(max-width: 1600px){
    .download_top h2{
        font-size: 32px;
    }
}
@media(max-width: 1259px){
    .n_download{
        padding:30px 0 70px;
    }
}
@media(max-width: 1024px){
    .download_top h2{
        font-size: 26px;
    }
}
@media(max-width: 820px){
    .download_top h2{
        font-size: 24px;
    }
    .sort li a{
        padding:0 25px;
    }
    .n_download{
        padding:25px 0 50px;
    }
    .download_list2 li{
        width: 32%;
        margin-bottom: 30px;
    }
    .download_list2 li:nth-child(4n){
        margin-right: 2%;
    }
    .download_list2 li:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .download_top {
        padding: 70px 0 15px;
    }
    .download_top h2{
        font-size: 22px;
    }
    .sort{
        margin-top:20px;
    }
    .sort li a{
        padding:0 15px;
        margin-left: 15px;
    }
    .n_download{
        padding:20px 0 30px;
    }
    .download_list2 li{
        width: 49%;
        margin-bottom: 20px;
    }
    .download_list2 li:nth-child(3n){
        margin-right: 2%;
    }
    .download_list2 li:nth-child(2n){
        margin-right: 0;
    }
    .download_list2 li h3{
        margin:10px 0;
    }
}
@media(max-width: 320px){
    .download_list2 li{
        width: 100%;
        margin-right: 0!important;
    }
}

.contact1{
    padding:145px 0 130px;
    max-width: 1430px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact1_l{
    width: 50%;
}
.contact1_l h1{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: normal;
}
.contact1_l p.p1{
    color: #1a1a1a;
    font-size: 40px;
    line-height: 1.6;
}
.contact1_l .txt{
    color: #999;
    font-size: 18px;
    margin-top:60px;
}
.contact1_l .txt p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height:50px;
    line-height: 1.6;
}
.contact1_r{
    max-width: 575px;
    width: 50%;
}
.message3 .mess_t h2{
    color: #1a1a1a;
    font-size: 40px;
    font-weight: normal;
}
.message3 .mess_t p{
    font-size: 18px;
    color: #383838;
}
.message3 ul{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom:18px;
}
.message3 ul li{
    width: 49%;
    margin-bottom: 15px;
}
.message3 ul li:nth-child(2n){
    margin-left: 2%;
}
.message3 ul li:last-child{
    width: 100%;
}
.message3 ul li input{
    width: 100%;
    line-height: 46px;
    padding:0 22px;
    border:2px solid #484848;
    outline: none;
    border-radius: 5px;
    display: block;
}
.message3 ul li textarea{
    width: 100%;
    line-height: 46px;
    height: 104px;
    padding:0 22px;
    border:2px solid #484848;
    outline: none;
    border-radius: 5px;
    display: block;
    font-family: "微软雅黑";
}
#dituContent{
    height:600px;
}
@media(max-width: 1600px){
    .contact1{
        padding:90px 0;
    }
    .contact1_l h1{
        font-size: 24px;
    }
    .contact1_l p.p1{
        font-size: 32px;
    }
    .contact1_l .txt {
        font-size: 16px;
        margin-top: 50px;
    }
    .contact1_l .txt p{
        height:40px;
    }
    .message3 .mess_t h2{
        font-size: 32px;
    }
    .message3 .mess_t p{
        font-size: 15px;
    }
    .message3 ul{
        margin-top:25px;
        margin-bottom: 10px;
    }
    .message3 ul li{
        margin-bottom: 12px;
    }
    .message3 ul li input {
        line-height: 40px;
        padding: 0 15px;
    }
    .message3 ul li textarea {
        line-height: 40px;
        height: 84px;
        padding: 0 15px;
    }
    .mess_tn input{
        font-size: 15px;
        padding:0 25px;
    }
}
@media(max-width: 1259px){
    .contact1{
        padding:70px 0;
    }
    .n_map{
        height: 500px;
        overflow: hidden;
    }
    #dituContent{
        height:500px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .contact1{
        padding:50px 0;
    }
    .contact1_l{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact1_l h1{
        font-size: 20px;
    }
    .contact1_l p.p1{
        font-size: 26px;
    }
    .contact1_l .txt {
        margin-top: 30px;
        font-size: 14px;
    }
    .contact1_l .txt p{
        height:32px;
    }
    .contact1_r{
        width: 100%;
        max-width: 100%;
    }
    .message3 .mess_t h2{
        font-size: 26px;
        margin-bottom: 5px;
    }
    .message3 .mess_t p{
        font-size: 14px;
    }
    .message3 ul {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .mess_tn input{
        font-size: 14px;
        padding:0 15px;
    }
    .n_map{
        height: 350px;
    }
#dituContent{
    height:350px;
}
}
@media(max-width: 640px){
    .contact1{
        padding:30px 0;
    }
    .contact1_l h1{
        font-size: 16px;
    }
    .contact1_l p.p1{
        font-size: 22px;
    }
    .contact1_l .txt {
        margin-top: 20px;
    }
    .message3 .mess_t h2{
        font-size: 22px;
    }
    .n_map{
        height: 240px;
    }
#dituContent{
    height:240px;
}
}
@media(max-width: 460px){

}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}

h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@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: #b81a23;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;
}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:5px 0;
    font-size: 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;
    }
    footer{
        margin-bottom:32px;
    }
}


/*客服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: 70px;
    height: 70px;
    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: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    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: 70px;
    -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;
}