/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
/*    background:#fff;*/
    z-index: 999999;
    width: 100%;
/*    box-shadow: 0 0 10px #ccc;*/
}
.head{

}
.wrap{
    width: 88%;
    max-width: 1660px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
/*    width: 30%;*/
}
.head_r{
    max-width: 75%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 82px;
    transition:0.5s;
}
.nav li:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width:0%;
    height: 4px;
    background:#B5372E;
    transition: all 0.4s ease-out;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 91px;
}
.nav li a.a1{
    display: flex;
    align-items:center;
    justify-content: center;
    font-family: "puhui75";
}
.nav li a.a1 i{
    display: inline-block;
    width:12px;
    height: 12px;
    background:url(../images/nav_ico1.png) no-repeat center;
    margin-left: 6px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:91px;
    left:-25%;
    z-index: 999;
    background-color: #fff;
    width: 150%;
    box-shadow: 0 0 10px #eee;
    padding:10px 0;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 2em;  
}
.nav li .b_nav a:hover{
    color: #B5372E;    
}
header.c-head-hide{
    background:#fff;
    box-shadow:0 0 5px #ccc;
}
header.c-head-hide .nav li a.a1{
    color: #333;
}
header.c-head-hide .nav li a.a1 i{
    background:url(../images/nav_ico2.png) no-repeat center;    
}
header .nav li:hover a.a1,.nav li.on a.a1{
    color: #B5372E!important;
}
header .nav li:hover a.a1 i,.nav li.on a.a1 i{
    background:url(../images/nav_ico4.png) no-repeat center!important;
}
.nav li:hover:after,.nav li.on:after{
    width:100%!important;
}

#index_banner{
    /*height: 100vh;*/
}
#index_banner .swiper-slide .img {
    visibility: hidden;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.banner_text .p1{
    font-size:32px;
    color: #333;
    font-family: "puhui75";
    line-height: 1.4;
}
.banner_text .p2{
    font-size: 86px;
    color: #333;
    font-family: "puhui85";
    /* letter-spacing: 14px; */
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 80px;
}
.banner_text .p2 span{
    color: #B5372E;
    font-family: "puhui85";
}
a.more1{
    width:220px;
    height: 62px;
    display: flex;
    align-items:center;
    justify-content: center;
    background:#003378;
    color:#fff;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    font-size:16px;
}
a.more1:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:6px;
    height: 100%;
    background:#B5372E;
    z-index: 8;
    transition: all 0.4s ease-out;
}
a.more1:hover:after{
    width:100%;
}
a.more1 span,a.more1 i{
    position: relative;
    z-index: 9;
}
a.more1 i{
    margin-left: 36px;
}
.index_banner{
    position: relative;
}
.index_banner_btn{
    position: absolute;
    left:0;
    bottom:71px;
    width:100%;
}
.index_banner_btn .wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;    
}
.index_banner_btn .swiper-pagination,.index_banner_btn .swiper-button-prev,.index_banner_btn .swiper-button-next{
    position: relative;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin-left: 12px;
}
/*.swiper-button-next{*/
/*    margin-right: 0!important;*/
/*    margin-left: 0!important;*/
/*}*/
.index_banner_btn .swiper-pagination{
    width:auto;
    font-size:32px;
    color: #fff;
    line-height: 1.4;
}
.index_banner_btn .swiper-pagination span{
    line-height: 1.4;
}
.index_banner_btn .swiper-pagination .swiper-pagination-current{
    color: #B5372E;
}
.index_banner_btn .swiper-button-prev,.index_banner_btn .swiper-button-next{
    width: 52px;
    height: 52px;
    margin-top:0;
}
.index_banner_btn .swiper-button-prev{
    background:url(../images/right1.png) no-repeat center;
    transform: rotate(180deg);
}
.index_banner_btn .swiper-button-next{
    background:url(../images/right1.png) no-repeat center;
}
.index_banner_btn .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center;
    transform: rotate(0deg);
}
.index_banner_btn .swiper-button-next:hover{
    background:url(../images/left1.png) no-repeat center;
    transform: rotate(180deg);
}
@media(max-width: 1860px){
    .banner_text .p1{
        font-size:28px;
    }
    .banner_text .p2{
        font-size:62px;
    }    
}
@media(max-width: 1600px){
    .nav li{
        margin-right: 55px;
    }
    .nav li a{
        font-size:20px;
        line-height:70px;
    }
    .nav li .b_nav{
        top:70px;
    }
    .banner_text .p1{
        font-size:26px;
    }
    .banner_text .p2{
        font-size:56px;
    }
    a.more1{
        font-size:15px;
        width: 180px;
        height: 52px;
    }
    a.more1 i{
        margin-left:20px;
        width:18px;
    }
}
@media(max-width: 1280px){
    .wrap{
        width:90%;
    }
    .nav li{
        margin-right: 40px;
    }
    .nav li a{
        font-size:18px;
    }
    .banner_text .p1{
        font-size:22px;
    }
    .banner_text .p2{
        font-size:42px;
        margin-bottom: 55px;
    }
    a.more1{
        font-size:14px;
        width: 160px;
        height: 50px;
    }
    a.more1 i{
        margin-left:15px;
        width:15px;
    }
    .index_banner_btn{
        bottom:50px;
    }
}
@media(max-width: 1199px){
    .wrap{
        width:94%;
    }
    .nav li{
        margin-right: 30px;
    }
    .nav li:after{
        height:3px;
    }
    .nav li a{
        font-size:16px;
        line-height: 60px;
    }
    .nav li .b_nav {
        top: 60px;
    }
    .banner_text .p1{
        font-size:20px;
    }
    .banner_text .p2{
        font-size:32px;
        margin-bottom: 40px;
    }
    .index_banner_btn .swiper-pagination{
        font-size:26px;
    }
    .index_banner_btn .swiper-button-prev, .index_banner_btn .swiper-button-next {
        width: 40px;
        height: 40px;
        background-size:contain;
        border-radius:3px;
        overflow:hidden;
    }
}
@media(max-width: 991px){
    .head{
        padding:10px 0;
    }
    .logo img{
        max-height:40px;
    }
    .nav{
        display:none;
    }
    .index_banner_btn {
        bottom: 30px;
    }
}
@media(max-width: 820px){
    header{
        background:#fff;
    }
    .h_zw{
        height:70px;
        width:100%;
    }
    .index_banner_btn{
        bottom: 20px;
    }
    .index_banner_btn .swiper-pagination {
        font-size: 22px;
    }
    .banner_text .p1 {
        font-size: 18px;
    }
    .banner_text .p2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    a.more1 {
        font-size: 13px;
        width: 140px;
        height: 46px;
    }
    a.more1 i{
        margin-left:12px;
    }
}
@media(max-width: 640px){
    #index_banner .swiper-slide {
        height: 300px;
    }
    .banner_text .p1 {
        font-size: 16px;
        margin-top:-100px;
    }
    .banner_text .p2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .index_banner_btn{
        bottom: 15px;
    }   
    .banner_text a.more1{
        display:none;
    }
    a.more1 {
        font-size: 12px;
        width: 125px;
        height: 42px;
    }
    a.more1 i {
        margin-left: 10px;
    }
}

.index_product{
    padding:90px 0;
    background: url(../images/index_product_bg.png) no-repeat bottom center ;
/*    background-size: cover;*/
}
.index_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.index_t1{

}
.index_t1 p{
    font-size:46px;
    color: #E2E0E0;
    font-family: "puhui85";
    line-height: 1.13;
    text-transform: uppercase;
}
.index_t1 h2{
    font-size:46px;
    color: #333;
    font-family: "puhui85";
    line-height: 1.4;
}
.index_product_cont{
    margin-top:30px;
}
.index_product_list{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.index_product_list li{
    position: relative;
    width:calc(14.25% - 2px);
    transition: all 0.4s ease-out;
    border-radius: 10px;
    overflow: hidden;
}
.index_product_list li a{
    display: block;
    width:100%;
    height: 680px;
}
.index_product_list li .img{
    position: absolute;
    top:0;
    left:0;
    width:716px;
    height: 100%;
}
.index_product_list li .img img{
    width:100%;
/*    height: 100%;*/
}
.index_product_list li .text{
    color: #fff;
    position: relative;
    z-index: 9;
    padding:32px 20px;
    background: rgba(0,51,120,0.6);
    height: 100%;
}
.index_product_list li .text .p1{
    font-size:26px;
    line-height: 1.4;
}
.index_product_list li .text .p2{
    font-size:13px;
    line-height: 1.4;
    margin-top:18px;
}
.index_product_list li .text .txt{
    visibility: hidden;
    height: 0;
    font-size:20px;
    border-top:1px solid rgba(255,255,255,.5);
    padding-top:32px;
    margin-top:32px;
}
.index_product_list li .text .txt p{
    line-height: 1.5em;
    height: 7.5em;
    width:85%;
    max-width: 450px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_product_list li .text i{
    display: block;
    width:75px;
    height: 55px;
    line-height: 55px;
    background:rgba(255,255,255,.3);
    text-align: center;
    margin-top:64px;
}
.index_product_list li.cur{
    width:43%;
}
.index_product_list li.cur .text{
/*    visibility: visible;*/
}
.index_product_list li.cur .text .txt{
   visibility: visible;
   height: auto;
}
@media(max-width: 1600px){
    .index_t1 h2,.index_t1 p{
        font-size:42px;
    }
    .index_product_list li a{
        height:600px;
    }
    .index_product_list li .text{
        padding:32px 20px;
    }
    .index_product_list li .text .p1{
        font-size:22px;
    }
    .index_product_list li .text .p2{
        margin-top:12px;
        font-size:13px;
    }
    .index_product_list li .text .txt{
        font-size:16px;
        padding-top:25px;
        margin-top:25px;
    }
    .index_product_list li .text .txt p{
        width:85%;
        font-size:16px;
    }
    .index_product_list li .text i{
        width: 65px;
        height: 50px;
        line-height: 50px;
        margin-top: 50px;
    }
}
@media(max-width: 1280px){
    .index_product{
        padding:75px 0;
    }
    .index_t1 h2,.index_t1 p{
        font-size:36px;
    }
    .index_product_list li a {
        height: 550px;
    }
    .index_product_list li .text .p1{
        font-size:20px;
    }
    .index_product_list li .text .p2{
        margin-top: 10px;
        font-size:12px;
    }
    .index_product_list li .text .txt{
        font-size:15px;
        padding-top: 20px;
        margin-top: 20px;
    }
    .index_product_list li .text .txt p{
        width:100%;
    }

}
@media(max-width: 1199px){
    .index_t1 h2,.index_t1 p{
        font-size:32px;
    }
    .index_product_list li a{
        height:500px;
    }
}
@media(max-width: 991px){
    .index_product_list{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
    .index_product_list li{
        /*margin-bottom:20px;*/
        /*margin-right:2%;*/
    }
    /*.index_product_list li:nth-child(3n){*/
    /*    margin-right:0%;*/
    /*}*/
    .index_product_list li:last-child{
        margin-bottom:0;
    }
    .index_product_list li,.index_product_list li.cur{
        width:100%;
    }
    .index_product_list li .img,.index_product_list li .img img{
        width:100%;
    }
    .index_product_list li a{
        height:100%;
    }
    /*.index_product_list li .text {*/
    /*    padding: 32px 20px;*/
    /*}*/
    .index_product_list li .text {
        padding: 25px 20px;
    }
    .index_product_list li .text .p2 {
        margin-top: 8px;
    }
    .index_product_list li .text .txt{
       visibility: visible;
       height: auto;
        font-size: 13px;
        padding-top: 15px;
        margin-top: 15px;
    }
    .index_product_list li .text .txt p{
        height:auto;
        font-size:15px;
    }
    .index_product_list li .text i{
        margin-top:30px;
        width: 50px;
        height: 40px;
        line-height: 40px;
    }
    .index_product_list li .text i img{
        width:20px;
    }
}
@media(max-width: 820px){
    .index_product{
        padding:55px 0;
    }
    .index_t1 h2,.index_t1 p{
        font-size:28px;
    }
    .index_product_list {
        gap: 15px;
    }
    .index_product_list li .text {
        padding: 20px 20px;
    }    
}
@media(max-width: 640px){
    .index_product{
        padding:40px 0;
    }
    .index_t1 p{
        font-size:16px;
    }
    .index_t1 h2{
        font-size:22px;
    }
    .index_product_list{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        /*gap: 20px;*/
    }
}


.index_case{
    padding:90px 0 106px;
    background:#F9F9F9;
}
.case_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:30px;
}
.case_list1 li{
    /*margin-right: 12px;*/
    height: 680px;
    width:calc(23.5% - 8px);
}
.case_list1 li:nth-child(2){
    width:calc(40% - 8px);
}
.case_list1 li:last-child{
    margin-right: 0;
    width:calc(36.5% - 8px);
}
.case_list1 li .case_li{
    height: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.case_list1 li a{
    display: block;
}
.case_list1 li .bg1{
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width:100%;
    height: 100%;
    transition: all 0.4s ease-out;
}
.case_list1 li .case_li .img{
    display: none;
}
.case_list1 li .case_li p{
    /*padding:0 32px;*/
    padding:15px 32px;
    position: absolute;
    left:0;
    /*bottom:32px;*/
    bottom:0px;
    font-size:28px;
    color: #fff;
    font-family: "puhui75";
    z-index: 9;
    width: 100%;
    background: rgba(0,0,0,.5);
}
.case_list1 li:last-child .case_li{
    height: calc(50% - 6px);
}
.case_list1 li:last-child .case_li:last-child{
    margin-top:12px;
}
.case_list1 li .case_li:hover .bg1{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .case_list1 li{
        height:600px;
    }
    .case_list1 li .case_li p{
        font-size:26px;
    }
}
@media(max-width: 1280px){
    .index_case{
        padding:75px 0;
    }
    .case_list1 li{
        height:550px;
    }
    .case_list1 li .case_li p {
        padding: 15px 25px;
        /*bottom: 20px;*/
        bottom:0;
        font-size: 22px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .case_list1 li{
        height:500px;
    }
    .case_list1 li .case_li p {
        padding: 12px 20px;
        /*bottom: 15px;*/
        font-size: 20px;
    }
}
@media(max-width: 820px){
    .index_case{
        padding:55px 0;
    }
}
@media(max-width: 640px){
    .index_case{
        padding:40px 0;
    }  
    .case_list1 li{
        width:100%!important;
        height:auto;
        margin-bottom:15px;
    }
    .case_list1 li .case_li{
        width:100%;
        height:150px!important;
    }
    .case_list1 li .case_li p{
        font-size:17px;
    }
}


.index_about{
    padding:90px 0;
    background: url(../images/index_about_bg.png) no-repeat center #F9F9F9;
    background-size: cover;
}
.index_about_c{
    margin-top:1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 38px;
}
.index_about_c .text{
    width:42%;
}
.index_about_c .text h2{
    font-size:64px;
    color: #B5372E;
    font-family: "puhui85";
    line-height: 1;
}
.index_about_c .text .p1{
    font-size:40px;
    color: #333;
    font-family: "puhui75";
    margin-top:32px;
    line-height: 1;
}
.index_about_c .text .txt{
    font-size:18px;
    color: #333;
    line-height: 1.625;
    margin-top:24px;
    margin-bottom: 88px;
}
.num_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.num_list1 dl{

}
.num_list1 dl dt{
    line-height: 1;
}
.num_list1 dl dt span{
    font-size:72px;
    color: #B5372E;
    font-family: "puhui75";
    line-height: 1;
}
.num_list1 dl dt font{
    font-size: 42px;
    color: #B5372E;
    font-family: "puhui75";
    line-height: 1;
    display: inline-block;   
}
.num_list1 dl dt sub{
    font-size:16px;
    color: #333;
    font-family: "puhui65";
    line-height: 1;
    margin-left: 14px;
}
.line1{
    margin:20px 0;
    width:42px;
    height: 3px;
    background:#B5372E;
}
.num_list1 dl dd{
    font-size:16px;
    color: #333;
    font-family: "puhui75";
    line-height: 1; 
    position: relative;   
}
.about_video{
    width:54.6%;
}
.about_video a{
    display: block;
    width:100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.about_video a:before{
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 161px;
    height: 161px;
    background:url(../images/player.png) no-repeat center;
    background-size: contain;
}

@media(max-width: 1760px){
    .index_about_c .text h2{
        font-size: 46px;
    }
    .index_about_c .text .p1{
        font-size:26px;
        margin-top:20px;
    }
    .index_about_c .text .txt {
        font-size: 16px;
        margin-bottom: 55px;
    }
    .num_list1 dl dt span{
        font-size:42px;
    }
    .num_list1 dl dt font{
        font-size:32px;
    }
    .num_list1 dl dt sub {
        font-size: 15px;
        margin-left: 8px;
    }
    .line1{
        margin: 15px 0;
    }
    .about_video a:before{
        width:120px;
        height:120px;
    }
}
@media(max-width: 1280px){
    .index_about{
        padding:75px 0;
    }
    .index_about_c .text h2 {
        font-size: 32px;
    }
    .index_about_c .text .p1 {
        font-size: 20px;
        margin-top: 15px;
    }
    .index_about_c .text .txt {
        font-size: 15px;
        margin-bottom: 40px;
    }
    .num_list1 dl dt span{
        font-size:36px;
    }
    .num_list1 dl dt font{
        font-size:26px;
    }
    .num_list1 dl dt sub {
        font-size: 14px;
        margin-left: 6px;
    }
    .num_list1 dl dd{
        font-size:14px;
    }
    .line1 {
        margin: 12px 0;
    }
    .about_video a:before{
        width:100px;
        height:100px;
    }
}
@media(max-width: 1199px){
    .index_about_c .text h2 {
        font-size: 26px;
    }
    .index_about_c .text .p1 {
        font-size: 17px;
        margin-top: 12px;
    }
    .index_about_c .text .txt {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .num_list1 dl dt span{
        font-size:32px;
    }
    .num_list1 dl dt font{
        font-size:20px;
    }
    .num_list1 dl dt sub {
        font-size: 13px;
        margin-left: 5px;
    }
    .num_list1 dl dd{
        font-size:14px;
    }
    .line1 {
        margin: 10px 0;
    }
    .about_video a:before{
        width:80px;
        height:80px;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index_about{
        padding:55px 0;
    }
    .index_about_c .text h2 {
        font-size: 22px;
    }
    .index_about_c .text .p1 {
        font-size: 16px;
        margin-top: 10px;
    }
    .index_about_c .text .txt{
        margin-top:20px;
    }
    .num_list1 dl dt span {
        font-size: 28px;
    }
    .num_list1 dl dt font {
        font-size: 18px;
    }
    .num_list1 dl dd {
        font-size: 13px;
    }
    .about_video a:before {
        width: 60px;
        height: 60px;
    }
}
@media(max-width: 640px){
    .index_about{
        padding:40px 0;
    } 
    .index_about_c .text{
        width: 100%;
        margin-top:25px;
    }
    .index_about_c .text h2 {
        font-size: 18px;
    }
    .about_video {
        width: 100%;
        margin-top:20px;
    }
}




.index_news{
    padding:90px 0;
    background:#F9F9F9;
}
.index_news_scroll{
    margin-top:30px;
}
.index_news_scroll .gallery-top{

}
.index_news_scroll .gallery-top .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}
.index_news_scroll .gallery-top .swiper-slide .img{
    width:63.5%;
    position: relative;
}
.index_news_scroll .gallery-top .swiper-slide .img img{
    width: 100%;
    height: 100%;
}
.index_news_scroll .gallery-top .swiper-slide:hover .img img{
    transform: scale(1.1);
}
.index_news_scroll .gallery-top .swiper-slide .img .index_news_scroll_t{
    display: flex;
    align-items:center;
    position: absolute;
    top:30px;
    left:30px;
}
.index_news_scroll .gallery-top .swiper-slide .img .index_news_scroll_t font{
    width:95px;
    height: 30px;
    background:#B5372E;
    border-radius: 30px;
    display: flex;
    align-items:center;
    justify-content: center;
    font-size:16px;
    color: #fff;
    font-family: "puhui65";
}
.index_news_scroll .gallery-top .swiper-slide .img .index_news_scroll_t span{
    font-size:24px;
    color: #fff;
    margin-left: 16px;
}
.index_news_scroll .gallery-top .swiper-slide .text{
    width:36.5%;
    padding:30px 30px 30px 42px;
    background:#F6F6F6;
}
.index_news_scroll .gallery-top .swiper-slide .text .p1{
    font-size:24px;
    color: #B5372E;
    font-family: "puhui75";
    line-height: 1.4;
    padding-left: 46px;
    margin-bottom: 25px;
    position: relative;
}
.index_news_scroll .gallery-top .swiper-slide .text .p1:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-0.5px;
    width:24px;
    height: 1px;
    background:#B5372E;
}
.index_news_scroll .gallery-top .swiper-slide .text h3{
    font-size:32px;
    color: #2E2E2E;
    font-family: "puhui65";
    line-height: 1.4;
}
.index_news_scroll .gallery-top .swiper-slide .text .txt{
    font-size:18px;
    color: #666;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top:40px;
    margin-bottom: 60px;
}
.index_news_scroll_btn{
    position: absolute;
    left:0;
    bottom:38px;
    width:63.5%;
    padding-right: 24px;
    display: flex;
    justify-content: flex-end;
    align-items:center;
    z-index: 99;
}
.index_news_scroll_btn .swiper-button-prev,.index_news_scroll_btn .swiper-button-next{
    position: relative;
    top:0;
    left:0;
    right:0;
    margin-top:0;
    width: 52px;
    height: 52px;
    opacity: 1!important;
    cursor: pointer;
}
.index_news_scroll_btn .swiper-button-prev{
    background:url(../images/right1.png) no-repeat center;
    transform: rotate(180deg);
    margin-right: 12px;
}
.index_news_scroll_btn .swiper-button-next{
    background:url(../images/right1.png) no-repeat center;
}
.index_news_scroll_btn .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center;
    transform: rotate(0deg);
}
.index_news_scroll_btn .swiper-button-next:hover{
    background:url(../images/left1.png) no-repeat center;
    transform: rotate(180deg);
}

.index_news_bottom{
    margin-top:12px;
}
.index_news_bottom .gallery-thumbs{
    
}
.index_news_bottom .gallery-thumbs .swiper-slide{
    background:#F6F6F6;
    border-radius: 10px;
    padding:30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.index_news_bottom .gallery-thumbs .swiper-slide:after{
    content:'';
    position: absolute;
    left:0;
    bottom: 0;
    width:0%;
    height: 7px;
    background:#B5372E;
    transition: all 0.4s ease-out;
}
.index_news_bottom .gallery-thumbs .p1{
    font-size:16px;
    color: #B5372E;
    position: relative;
    line-height: 1;
    padding-left: 29px;
}
.index_news_bottom .gallery-thumbs .p1:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0%;
    width: 13px;
    height: 13px;
    background: #003378;
    border-radius: 100%;
    z-index: 9;
}
.index_news_bottom .gallery-thumbs .p1:after{
    content:'';
    position: absolute;
    top: 3.5px;
    left: 7px;
    width: 9px;
    height: 9px;
    background: #B5372E;
    border-radius: 100%;  
    z-index: 10;  
}
.index_news_bottom .gallery-thumbs .p1 span{

}
.index_news_bottom .gallery-thumbs h3{
    font-size:20px;
    color: #666;
    font-family: "puhui65";
    margin:36px 0 56px;
    line-height: 1.6;
}
.index_news_bottom .gallery-thumbs .p2{
    font-size:20px;
    color: #999;
    line-height: 1;
}
.index_news_bottom .gallery-thumbs .swiper-slide:hover:after,.index_news_bottom .gallery-thumbs .swiper-slide-thumb-active:after{
    width:100%;
}
.index_news_bottom .gallery-thumbs .swiper-slide:hover h3,.index_news_bottom .gallery-thumbs .swiper-slide-thumb-active h3{
    color: #B5372E;
}
@media(max-width: 1600px){
    .index_news_scroll .gallery-top .swiper-slide .text .p1 {
        font-size: 20px;
        padding-left: 40px;
        margin-bottom: 20px;
    }
    .index_news_scroll .gallery-top .swiper-slide .img .index_news_scroll_t span{
        font-size:17px;
    }
    .index_news_scroll .gallery-top .swiper-slide .text h3{
        font-size:24px;
    }
    .index_news_scroll .gallery-top .swiper-slide .text .txt {
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .index_news_bottom .gallery-thumbs .swiper-slide{
        padding:25px;
    }
    .index_news_bottom .gallery-thumbs h3 {
        font-size: 16px;
        margin: 20px 0 40px;
    }
    .index_news_bottom .gallery-thumbs .p2{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .index_news{
        padding:75px 0;
    }
    .index_news_scroll .gallery-top .swiper-slide .text{
        padding:20px 20px 20px 30px;
    }
    .index_news_scroll .gallery-top .swiper-slide .text .p1{
        font-size:17px;
        margin-bottom:15px;
    }
    .index_news_scroll .gallery-top .swiper-slide .text h3{
        font-size:20px;
    }
    .index_news_scroll .gallery-top .swiper-slide .text .txt {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size:15px;
    }
    .index_news_scroll .gallery-top .swiper-slide .text a.more1{
        width:155px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_news_scroll .gallery-top .swiper-slide .img .index_news_scroll_t {
        top: 20px;
        left: 20px;
    }
    .index_news_scroll .gallery-top .swiper-slide .img .index_news_scroll_t font{
        font-size:14px;
    }
    .index_news_scroll .gallery-top .swiper-slide .img .index_news_scroll_t span {
        font-size: 15px;
    }
    .index_news_scroll .gallery-top .swiper-slide .text h3 {
        font-size: 17px;
    }
    .index_news_scroll .gallery-top .swiper-slide .text .txt {
        margin-top: 12px;
        margin-bottom: 22px;
        font-size: 14px;
    }
    .index_news_scroll .gallery-top .swiper-slide .text a.more1 {
        width: 135px;
    }
    .index_news_bottom .gallery-thumbs .swiper-slide {
        padding: 20px;
    }
    .index_news_scroll_btn .swiper-button-prev, .index_news_scroll_btn .swiper-button-next{
        width:40px;
        height:40px;
        background-size:contain;
        border-radius:5px;
        overflow:hidden;
    }
}
@media(max-width: 820px){
    .index_news{
        padding:55px 0;
    }
}
@media(max-width: 640px){
    .index_news{
        padding:40px 0;
    }   
    .index_news_scroll .gallery-top .swiper-slide .img{
        width:100%;
    }
    .index_news_scroll .gallery-top .swiper-slide .img .index_news_scroll_t {
        top: 15px;
        left: 15px;
    }
    .index_news_scroll .gallery-top .swiper-slide .img .index_news_scroll_t font{
        width:75px;
    }
    .index_news_scroll .gallery-top .swiper-slide .img .index_news_scroll_t font {
        font-size: 12px;
    }
    .index_news_scroll .gallery-top .swiper-slide .img .index_news_scroll_t span {
        font-size: 14px;
    }
    .index_news_scroll .gallery-top .swiper-slide .text {
        width:100%;
        padding: 20px;
    }
    .index_news_bottom{
        display:none;
    }
    .index_news_scroll_btn{
        bottom: 0;
        top: 100px;
        width: 100%;
        height: 40px;        
    }
}


/*页面底部*/
footer{
    background:url(../images/foot.png) no-repeat #003378;
    border-top: 6px solid #B5372E;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding:50px 0 30px;
}
.foot_l{
    width: 65%;
}
.f_logo{

}
.f_link{
    position: relative;
    margin:48px 0 45px;
    max-width: 347px;
}
.f_link_p{
    background: rgba(245,245,245,.2);
    border: 1px solid rgba(198,211,229,.2);
    width:100%;
    height: 42px;
    display: flex;
    align-items:center;
    border-radius: 5px;
    font-size:14px;
    color: #fff;
    padding-left: 23px;
    cursor: pointer;
}
.f_link_a{
    background:#fff;
    padding:10px;
    position: absolute;
    top:42px;
    left:0;
    width:100%;
    border-radius: 5px;
    display: none;
}
.f_link:hover .f_link_a{
    display: block;
}
.f_link_a a{
    display: block;
/*    text-align: center;*/
    font-size:16px;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
}
.f_nav dl{
    color: #fff;
}
.f_nav dl dt{
    padding-right: 42px;
    padding-left: 42px;
    position: relative;
}
.f_nav dl dt:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-6px;
    width:1px;
    height: 12px;
    background:#fff;
    opacity: .3;
}
.f_nav dl dt a{
    display: block;
    font-size:18px;
    color: #fff;
    line-height: 1.4;
}
.f_nav dl dd{
    padding-left: 42px;
}
.f_nav dl dd a{
    display: block;
    font-size:16px;
    color: #fff;
    margin-top:16px;
    line-height: 1.4;
}
.f_nav dl dd a:hover{
    text-decoration: underline;
}
.f_nav dl:nth-child(1) dt,.f_nav dl:nth-child(1) dd{
    padding-left: 0px;    
}
.f_nav dl:last-child dt{
    padding-right: none;
}
.f_nav dl:last-child dt:after{
    display: none;
}
.foot_r{
    max-width: 35%;
}
.f_contact{
    font-size:14px;
    color: #fff;
    font-family: "puhui65";
    text-align: right;
    line-height: 1.4;
}
.f_contact p em{
    font-size:26px;
    font-family: "Arial";
    font-weight: bold;
}
.f_contact p:last-child{
    margin-top:10px;
}

.f_time{
    margin-top:15px;
    padding-top:17px;
    border-top:1px solid rgba(255,255,255,.2);
    margin-bottom: 33px;
    display: flex;
    justify-content: flex-end;
    color: #fff;
}
.f_time p:nth-child(1){
    margin-right: 15px;
}


.f_share{
    display: flex;
    justify-content: flex-end;
}
.f_share dl{
    margin-right: 35px;
    position: relative;
}
.f_share dl:last-child{
    margin-right: 0px;
}
.f_share dl dt{
    cursor: pointer;
}
.f_share dl dd{
    position: absolute;
    right:0;
    top:59px;
    display: none;
}
.f_code{
    position: relative;
}
.f_code:before{
    content:'';
    position: absolute;
    top:-14px;
    right:12px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid #fff;
}
.f_share dl dd .img1{
    border-radius: 10px;
    overflow: hidden;  
    width:137px;
    background:#fff;
    text-align: center; 
    padding:10px; 
}
.f_share dl:hover dd{
    display: block;
}

.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size:14px;
    color: #fff;  
    font-family: "puhui65"; 
    line-height: 1.4;
    padding:36px 0 56px;
    border-top:1px solid rgba(255,255,255,.32);
}
.copyright a{
    font-size:14px;
    color: #fff;  
    font-family: "puhui65"; 
}
.copyright a:hover{
    text-decoration: underline;
}
@media(max-width: 1600px){
    .copyright{
        padding:20px 0;
    }
    .f_nav dl dt{
        padding-left:30px;
        padding-right:30px;
    }
    .f_nav dl dd{
        padding-left:30px;
    }
}
@media(max-width: 1280px){
    .f_nav dl dt a{
        font-size:17px;
    }
    .f_nav dl dd a{
        font-size:15px;
    }
}
@media(max-width: 1199px){
    .f_nav dl dt {
        padding-left: 20px;
        padding-right: 20px;
    }
    .f_nav dl dd{
        padding-left:20px;
    }
}
@media(max-width: 991px){
    .foot{
        padding: 35px 0 20px;
    }
    .f_nav dl dt{
        padding-left: 15px;
        padding-right: 15px;
    }
    .f_nav dl dt a{
        font-size:15px;
    }
    .f_nav dl dd{
        padding-left:15px;
    }
    .f_nav dl dd a{
        font-size:13px;
    }
}
@media(max-width: 767px){
    .foot{
        flex-wrap:wrap;
    }
    .foot_l,.foot_r{
        width:100%;
        max-width:100%;
    }
    .f_link,.f_nav,.f_share{
        display:none;
    }
    .f_logo{
        margin-bottom:20px;
    }
    .f_logo img{
        max-height:35px;
    }
    .f_time{
        margin-bottom:0;
    }
    .copyright_l,.copyright_r{
        width:100%;
        text-align:center;
    }
}
@media(max-width: 640px){
    footer{
        /*margin-bottom:56px;*/
    }    
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-height: 550px;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    animation: banner 5s linear ;
}
@keyframes banner { 0%{transform: scale(1)}50%{transform: scale(1.1)}100%{transform: scale(1)} }        
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text p{
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.1), rgba(255,255,255,.9), rgba(255,255,255,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:64px;
    color:#fff;
    line-height: 1;
    font-family: "puhui85";
    text-transform: uppercase;
}
.n_banner_text h2{
    font-size:66px;
    line-height: 64px;
    color: #fff;
    font-family: "puhui85";
    margin-top:32px;
    line-height: 1;
}

.sitemp{
    margin:50px 0 30px;
    display: none;
}
.sitemp .site{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
.sitemp .site,.sitemp .site a{
    font-size:16px;
    color: #333;
}
.n_sort{
    padding-top:32px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 60px;
}
.sort{
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
    padding:0 89px;
}
.sort li{
/*    margin-right: 116px;*/
    padding:0 32px 32px;
    position: relative;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    font-size:22px;
    color:#666;
    line-height: 1.4;
    position: relative;
}
.sort li:after{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    width:0;
    height: 1px;
    background:#B5372E;
    transition: all 0.4s ease-out;
}
.sort li.cur:after,.sort li:hover:after{
    width:100%;
    left:0;
}
.sort li.cur a,.sort li:hover a{
    color: #B5372E;
}

@media(max-width: 1600px){
    .n_banner{
        max-height:500px;
    }
    .n_banner_text p{
        font-size:52px;
    }
    .n_banner_text h2{
        font-size:50px;
    }
    .n_sort{
        padding-top: 22px;
    }
    .sort{
        padding:0 50px;
    }
    .sort li{
        padding:0 22px 22px;
    }
    .sort li a{
        font-size:18px;
    }
}
@media(max-width: 1280px){
    .n_banner_text p{
        font-size:42px;
    }
    .n_banner_text h2{
        font-size:40px;
        margin-top:25px;
    }
}
@media(max-width: 1024px){
    .n_banner_text p{
        font-size:36px;
    }
    .n_banner_text h2{
        font-size:34px;
        margin-top: 20px;
    } 
    .sort li a{
        font-size:16px;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner_text p{
        font-size:32px;
        display:none;
    }
    .n_banner_text h2{
        font-size:30px;
        margin-top:0;
    } 
    .n_sort{
        padding-top:0;
        margin-bottom:55px;
    }
    .sort{
        padding:0;
    }
    .sort li{
        padding: 15px 10px;
    }
    .sort li a{
        font-size: 15px;
    }
}
@media(max-width: 767px){
    .n_banner_text p{
        font-size:24px;
    }
    .n_banner_text h2{
        font-size:22px;
    }
    .n_sort{
        margin-bottom:40px;
    }
    .sort li{
        padding: 12px 3px;
    }
    .sort li a{
        font-size: 13px;
    }
}


/*关于*/
.about1{
    padding:64px 0 90px;
    position: relative;
    background: url(../images/index_about_bg.png) no-repeat center #F9F9F9;
    background-size: cover;
}
.dw{
    position: absolute;
    top:-30px;
}
.about1 .dw,.about3 .dw{
    top:-50px;
}
.about1 .wrap{

}
.about1_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
    margin-top:22px; 
}
.about1 .text{
    width:54.75%;
    font-size:16px;
    color: #666;
    padding-right: 10px;
    line-height: 2em;
    max-height: 36em;
    overflow-y: auto;
}
.about1 .about1_r{
    width:41%;
}
.about1 .about1_r .about_video{
    width:100%;
    margin-bottom: 30px;
}
.about1 .about1_r .about_video a:before{
    width:115px;
    height: 115px;
}
.about1 .about1_r  .num_list1 dl dt sub{
    color: #999999;
}
.about2{
    position: relative;
    padding:90px 0 90px;
}
.qywh_cont{
    background:url(../images/qywh_bg.jpg) no-repeat center;
    background-size: cover;
    margin-top:40px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.qywh_cont:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: rgba(0,51,120,0.6);
    z-index: 8;
}
.qywh_cont:before{
    content:'';
    position: absolute;
    top:199px;
    left:0;
    width:100%;
    height: 1px;
    background:rgba(255,255,255,.1);
    z-index: 11;
}
.qywh_list{
    display: flex;
    flex-wrap:wrap;
    position: relative;
    z-index: 9;
    height: 614px;
}
.qywh_list dl{
    width:23%;
    transition: all 0.4s ease-out 0s;
    color: #fff;
    padding:40px 67px;
    cursor: pointer;
}
.qywh_list dl dt{

}
.qywh_title{

}
.qywh_title .p1{
    font-size:40px;
    font-family: "puhui75";
    line-height: 1.2;
}
.qywh_title .p2{
    margin-top:20px;
    line-height: 1.4;
}
.qywh_ico{
    margin:140px 0 155px;
    height: 80px;
    line-height: 80px;
}
.qywh_more{

}
.qywh_list dl dd{
    display: flex;
    flex-wrap: wrap;
}
.qywh_li{
    width:25%;
    padding:73px 51px 40px 56px;
    border-right:1px solid rgba(255,255,255,.1);
    visibility: hidden;
    transition: all 0.4s ease-out;
/*    animation-delay: 0.6s;*/
    transition-delay: 0.5s;
    display: none;
}
.qywh_list dl:hover .qywh_li{
    display: flex;
}
.qywh_li:last-child{
    border-right:none;
}
.qywh_li .p3{
    font-size:26px;
    font-family: "puhui75";
    line-height: 1.4;
    margin-bottom: 22px;
}
.qywh_li .p4{
    font-size:14px;
    line-height: 1.9;
}
.qywh_list dl.cur{
    width:77%; 
    background: rgba(0,51,120,0.6);
    padding:0;
}
.qywh_list dl.cur dt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items:center;*/
    height: 200px;
    padding:40px 56px;   
}
.qywh_list dl.cur .qywh_ico{
    margin:0;
}
.qywh_list dl.cur .qywh_more{
    display: none;
}
.qywh_list dl.cur dd{
    height: calc(100% - 200px);
}
.qywh_list dl.cur dd .qywh_li{
    visibility: visible;
    display: block;
}
.about3{
    position: relative;
    padding:64px 0 80px;
    background:url(../images/fzlc_bg.jpg) no-repeat center;
    background-size: cover;
}
#fzlc{
    position: relative;
    margin-top:90px;
}
#fzlc_b{
    
}
#fzlc_b .swiper-slide{
    opacity: 0;
    visibility: hidden;
}
#fzlc_b .swiper-slide-active{
    opacity: 1;
    visibility: visible;
}
#fzlc_b dl{
    display: flex;
    flex-wrap: wrap;
    padding:0 198px;
}
#fzlc_b dl dt{
    width:285px;
    font-size:120px;
    color:#B5372E;
    line-height: 1;
}
#fzlc_b dl dd{
    width:calc(100% - 285px);
    padding-left: 106px;
}
#fzlc_b dl dd .p1{
    font-size:24px;
    color: #333;
    font-family: "puhui75";
    line-height: 1;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 22px;
}
#fzlc_b dl dd .p1:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:50px;
    height: 2px;
    background:#B5372E;
}
#fzlc_b dl dd .txt{
    font-size:16px;
    line-height: 1.625em;
    height: 3.25em;
    overflow: hidden;
}
.fzlc_t{
    margin-top:164px;
    position: relative;
}
.fzlc_t:before{
    content:'';
    position: absolute;
    top:13px;
    left:0;
    width:100%;
    height:19px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(174,174,174,0.4);
    border-radius: 50px 50px 50px 50px;
}
#fzlc_t{

}
#fzlc_t .swiper-slide{
    font-size:24px;
    color: #666666;
    line-height: 1.5;
    text-align: center;
    padding-top:86px;
    cursor: pointer;
}
#fzlc_t .swiper-slide.swiper-slide-thumb-active{
    color: #B5372E;;
}
#fzlc_t .swiper-slide.swiper-slide-thumb-active:before{
    content:'';
    position: absolute;
    top:0px;
    left:50%;
    margin-left: -22.5px;
    width: 45px;
    height: 45px;
    background: #B5372E;
    box-shadow: 0px 0px 0px 0px #E9827B;
    border-radius: 50%;
}
/*#fzlc_t .swiper-slide:after{
    content:'';
    position: absolute;
    top:13px;
    left:0%;
    width: 50%;
    height: 19px;
    background: #B5372E;
    border-radius: 50px 50px 50px 50px;
}*/
.fzlc_btn{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top:73px;
}
.fzlc_btn .swiper-button-prev,.fzlc_btn .swiper-button-next{
    width: 52px;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #B5372E;
    background:url(../images/left4.png) no-repeat center;
    opacity: 1!important;
    position: relative;
    top:0;
    left:0;
    right:0;
    margin-top:0;
}
.fzlc_btn .swiper-button-next{
    transform:rotate(180deg);
    margin-left: 92px;
}
.fzlc_btn .swiper-button-prev:hover{
    background:url(../images/left2.png) no-repeat center #B5372E;    
}
.fzlc_btn .swiper-button-next:hover{
    background:url(../images/left2.png) no-repeat center #B5372E;    
}
.about4{
    position: relative;
    padding:90px 0 115px;
    /*background: #f9f9f9;*/
}
#qyry{
    margin-top:42px;
}
#qyry .qyry{
    padding-bottom: 6px;
}
.qyry .swiper-slide{
    text-align: center;
    background: #F6F6F6;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #F6F6F6;
}
.qyry .img{
    padding:48px;
    text-align: center;
}
.qyry p{
    display: flex;
    justify-content: center;
    align-items:center;
    font-size:20px;
    color: #fff;
    height: 60px;
    line-height: 1.4;
    background: #003378;
    font-family: "puhui85";
}
.qyry .swiper-slide-active{
    border: 1px solid #B5372E;
}
.qyry .swiper-slide-active p{
    background:#B5372E;
}
#qyry .swiper-pagination,#fwnr .swiper-pagination,#fwnr2 .swiper-pagination{
    position: relative;
    top:0;
    height: 6px;
    background: #003378;
    margin-top:44px;
}
#qyry .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,#fwnr .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,#fwnr2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#B5372E;
}
@media(max-width: 1600px){
    .about1 .text{
        font-size:14px;
    }
    .about1 .about1_r .about_video a:before{
        width: 100px;
        height: 100px;        
    }
    .qywh_list dl{
        padding:40px 35px;
    }
    .qywh_title .p1{
        font-size:32px;
    }
    .qywh_ico{
        margin: 120px 0 135px;
        height:65px;
        line-height:65px;
    }
    .qywh_ico img{
        max-height:65px;
    }
    .qywh_li{
        padding:45px 30px 40px;
    }
    .qywh_list dl.cur dt{
        padding:40px 35px;
    }
    .qywh_li .p3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .qywh_li .p4{
        font-size:13px;
    }
    #fzlc_b dl{
        padding:0 120px;
    }
    #fzlc_b dl dt{
        font-size:100px;
    }
    .fzlc_t{
        margin-top:100px;
    }
    .fzlc_btn{
        margin-top:55px;
    }
    .qyry .img{
        padding:30px;
    }
    .qyry p{
        font-size:17px;
        height:55px;
    }
}
@media(max-width: 1280px){
    .about1{
        padding: 64px 0 75px;
    }
    .about1 .about1_r .about_video a:before{
        width: 80px;
        height: 80px;        
    } 
    .qywh_title .p1{
        font-size:28px;
    }
    .about2,.about4{
        padding:75px 0;
    }
}
@media(max-width: 1024px){
    .qywh_cont:before{
        top:149px;
    }
    .qywh_list{
        height:520px;
    }
    .qywh_list dl {
        padding: 30px 20px;
    }
    .qywh_title .p2{
        margin-top:15px;
    }
    .qywh_ico {
        margin: 110px 0 100px;
        height: 50px;
        line-height: 50px;
    }
    .qywh_ico img {
        max-height: 50px;
    }
    .qywh_more img{
        width:30px;
    }
    .qywh_li {
        padding: 35px 20px;
    }
    .qywh_list dl.cur dt{
        height:150px;
        padding: 30px 20px;
    }
    .qywh_list dl.cur dd{
        height: calc(100% - 150px);
    }
    #fzlc{
        margin-top:75px;
    }
    #fzlc_b dl{
        padding: 0 80px;
    }
    #fzlc_b dl dt{
        width:210px;
        font-size: 82px;
    }
    #fzlc_b dl dd {
        width: calc(100% - 210px);
        padding-left: 80px;
    }
    #fzlc_b dl dd .txt{
        font-size:14px;
    }
    .fzlc_t {
        margin-top: 75px;
    }
    .fzlc_t:before{
        top:9px;
        height:12px;
    }
    #fzlc_t .swiper-slide{
        padding-top:70px;
    }
    #fzlc_t .swiper-slide.swiper-slide-thumb-active:before {
        margin-left: -16px;
        width: 32px;
        height: 32px;
    }
    .fzlc_btn{
        margin-top:40px;
    }
    .fzlc_btn .swiper-button-prev, .fzlc_btn .swiper-button-next{
        width:42px;
        height:42px;
    }
    .fzlc_btn .swiper-button-next{
        margin-left:50px;
    }
    .qyry .swiper-slide{
        border-radius:15px;
    }
    .qyry .img {
        padding: 20px;
    }
    .qyry p{
        font-size:16px;
        height:50px;
    }
}
@media(max-width: 820px){
    .about1,.about2,.about3,.about4{
        padding: 55px 0;
    }
    .about1 .text,.about1 .about1_r{
        width:100%;
    }
    .about1 .about1_r{
        margin-top:20px;
    }
    .about1 .about1_r .about_video a:before{
        width: 60px;
        height: 60px;        
    }  
    .qywh_cont:before{
        top:134px;
        display:none;
    }
    .qywh_list{
        height:auto;
    }
    .qywh_list dl,.qywh_list dl.cur{
        width:100%;
    }
    .qywh_list dl{
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .qywh_list dl.cur dt{
        height:auto;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .qywh_list dl.cur dd {
        height: auto;
    }
    .qywh_li {
        padding: 35px 12px 30px 20px;
    }    
    .qywh_li .p3{
        font-size:18px;
    }
    #fzlc{
        margin-top: 55px;
    }
    #fzlc_b dl{
        padding:0;
    }
    #fzlc_b dl dt{
        width: 150px;
        font-size: 62px;
    }
    #fzlc_b dl dd{
        width: calc(100% - 150px);
        padding-left: 50px;
    }
    #fzlc_b dl dd .p1{
        font-size:22px;
        padding-bottom: 18px;
        margin-bottom: 18px;        
    }
    .fzlc_t {
        margin-top: 50px;
    }
}
@media(max-width: 640px){
    .about1, .about2, .about3, .about4{
        padding:40px 0;
    }
    .qywh_cont,#qyry{
        margin-top:30px;
    }
    .qywh_ico {
        height: 35px;
        line-height: 35px;
    }
    .qywh_title .p1{
        font-size:24px;
    }
    .qywh_ico img {
        max-height: 35px;
    }
    .qywh_li{
        width:100%;
        border-right:none;
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding:20px 20px;
    }
    .qywh_title .p2{
        font-size:12px;
    }
    #fzlc{
        margin-top: 40px;
    }
    #fzlc_b dl dt{
        width:100%;
        font-size:42px;
        margin-bottom:20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #fzlc_b dl dd{
        width:100%;
        padding-left:0;
    }
    #fzlc_b dl dd .p1{
        font-size:20px;
    }
    .fzlc_t {
        margin-top: 35px;
    }
    .fzlc_t:before {
        top: 9px;
        height: 8px;
    }
    #fzlc_t .swiper-slide {
        padding-top: 50px;
        font-size:20px;
    }
    #fzlc_t .swiper-slide.swiper-slide-thumb-active:before {
        margin-left: -12px;
        width: 24px;
        height: 24px;
    }
    .fzlc_btn .swiper-button-prev, .fzlc_btn .swiper-button-next {
        width: 32px;
        height: 32px;
    }
    .fzlc_btn .swiper-button-next {
        margin-left: 30px;
    }
    .qyry .img{
        padding:10px;
    }
    .qyry p{
        font-size: 14px;
        height:45px;
    }
    #fwnr .swiper-pagination,#fwnr2 .swiper-pagination,#qyry .swiper-pagination{
        margin-top:25px;
    }
}
@media(max-width: 460px){
    .about1_content,.qywh_cont,#qyry{
        margin-top:20px;
    }
}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f36{font-size: 36px;}
.f40{font-size: 40px;}
.f44{font-size: 44px;}
.f48{font-size: 48px;}
.f50{font-size: 50px;}
@media(max-width:1366px){
    .f36{font-size: 30px;}
}
@media(max-width:1200px){
    .f48{font-size: 40px;}
    .f40{font-size: 36px;}
    .f50{font-size: 40px;}
}
@media(max-width:1024px){
    .f16{font-size: 15px;}
    .f18{font-size: 17px;}
    .f20{font-size: 18px;}
    .f22{font-size: 19px;}
    .f24{font-size: 20px;}
    .f26{font-size: 22px;}
    .f28{font-size: 24px;}
    .f30{font-size: 24px;}
    .f36{font-size: 28px;}
    .f40{font-size: 30px;}
    .f44{font-size: 34px;}
    .f48{font-size: 36px;}
    .f50{font-size: 36px;}
}
@media(max-width:640px){
    .f16{font-size: 14px;}
    .f18{font-size: 15px;}
    .f20{font-size: 16px;}
    .f22{font-size: 16px;}
    .f24{font-size: 18px;}
    .f26{font-size: 19px;}
    .f28{font-size: 20px;}
    .f30{font-size: 20px;}
    .f36{font-size: 22px;}
    .f40{font-size: 24px;}
    .f44{font-size: 24px;}
    .f48{font-size: 24px;}
    .f50{font-size: 24px;}

    .auto-1400{zoom: .7;}
}
/* 栏目页按钮 */
.col_more{display: inline-block; padding: 0 35px; line-height: 50px; border-radius: 25px; background-color: #7b1736;  color: #fff;  vertical-align: top;transition: background .3s; font-size: 0}
.col_more span{display: inline-block; vertical-align: middle; padding-right: 20px; background-image: url(../images/icon_more.png); background-position: right center; background-repeat: no-repeat; background-size: contain; line-height: 1;font-size: 16px;background-size:8px;}
.col_more:hover{color: #fff;background-color: #911d41;}
  
.col_more2{display: inline-block; padding: 0 25px; line-height: 40px; border-radius: 20px; background-color: #f1e8e5; color: #7b1736;vertical-align: top;transition: background .3s; font-size: 0}
.col_more2 span{display: inline-block; vertical-align: middle; padding-right: 20px; background-image: url(../images/icon_more_red.png);  background-position: right center; background-repeat: no-repeat; background-size: contain; line-height: 1;font-size: 16px;background-size:8px;}
.col_more2.active,
.col_more2:hover{color: #fff;background-color: #911d41;}
.col_more2.active span,
.col_more2:hover span{background-image: url(../images/icon_more.png);} 
@media(max-width:1024px){
    .col_more{ line-height: 40px; padding: 0 20px;}
    .col_more span{font-size: 14px;}
    .col_more2 span{font-size: 14px;} 
}
@media(max-width:768px){
    .col_more{ line-height: 30px; padding: 0 15px;}
    .col_more span{font-size: 12px;}
    .col_more2{line-height: 30px; padding: 0 15px;}
    .col_more2 span{font-size: 12px;} 
}
/*国际贸易*/
.ind_part3_list{
    margin-top: 32px;
    position: relative;
}
.ind_part3_list .swiper-slide{
    overflow: visible!important;
}
.ind_part3_list{ position: relative; z-index: 10;}
.ind_part3_list .item{transition:transform .5s;}
.ind_part3_list a{display: block;padding: 0 60px; opacity:1;transform: scale(1.05);}
.ind_part3_list .img{padding-top: 194.375%; position: relative;}
.ind_part3_list .img img{position: absolute; left: 0;  top: 0; right: 0; margin: auto; max-height: 100%; 
    /* width: 100%; */
     height: 100%; 
     /* object-fit: contain; */
}
.ind_part3_list .txt{text-align: center; color: rgb(0, 0, 0);line-height: 1.444; height: 4.332em; margin-top: 25%; overflow: hidden; }


.ind_part3_list .pic{width: 100%; float: left;}
.ind_part3_list .info{width: 0;float: left; overflow: hidden; height: 0; padding-top: 80px;}

.ind_part3_list .p_prevshow a{padding: 0 100px 0 20px;}
.ind_part3_list .prevshow a{padding: 0 100px 0 20px; transform: translateX(-60px);}
.ind_part3_list .n_nextshow a{padding: 0 20px 0 100px;}
.ind_part3_list .nextshow a{padding: 0 20px 0 100px;transform: translateX(60px);transition: all 0.6s;}
.ind_part3_list .swiper-slide-prev .item{ transform: translateX(-20%);}
.ind_part3_list .swiper-slide-next .item{ transform: translateX(20%);}
.ind_part3_list .swiper-slide-active a{padding: 0; width: 150%; transform: translateX(-25%) scale(1.1);   
}
.ind_part3_list .swiper-slide-active .txt{height: 0; margin: 0;}
.ind_part3_list .swiper-slide-active .pic{width: 40%;}
.ind_part3_list .swiper-slide-active .pic .img{ padding-top: 270%;}
.ind_part3_list .swiper-slide-active .info{width: 60%; height: auto;}
.ind_part3_list .swiper-slide-active a{/*background: url(../images/ind_pro_bg.png) center center no-repeat; */background-size: auto 100%; padding-left: 17.8%;opacity: 1;}
.ind_part3_list .en,
.ind_part3_list h2{
    white-space:pre-wrap;white-space:-moz-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word;
    line-height: 1.333;
    color: rgb(123, 22, 54);
   
}
.ind_part3_list .en{ 
    /*color: rgb(153, 153, 153); */
    color: #000;
    margin-bottom: 9%;
    
}
.ind_part3_list .des{ color: rgb(51, 51, 51);line-height: 1.875; margin-bottom: 9%;}
.ind_part3_list .item .icon{padding-top: 33.18%; position: relative; margin-bottom: 6.76%;}
.ind_part3_list .item .icon img{position: absolute; left: 0; bottom: 0; max-height: 100%; max-width: 100%; margin: auto;}

.ind_part3_list .slick-arrow{width: 40px; height: 40px; border: 2px solid #7b1636; background-color: transparent; position: absolute; top: 0; bottom: 0; margin: auto; z-index: 2;    transition: all 0.6s;}
.ind_part3_list .slick-arrow:hover{background-color: #7b1636;}
.ind_part3_list .home-swnext{right: 0px;background: transparent;}
.ind_part3_list .home-swprev{left:  0px;background: transparent;}
.ind_part3_list .home-swnext:before {
    content: '';
    width: 2px;
    height: 10px;
    background: #7b1736;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    transform: rotate(130deg);
    margin: auto;
}
.ind_part3_list .home-swnext::after {
    content: '';
    width: 2px;
    height: 10px;
    background: #7b1736;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    transform: rotate(220deg);
    margin: auto;
}
.ind_part3_list .home-swprev:before {
    content: '';
    width: 2px;
    height: 10px;
    background: #7b1736;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    transform: rotate(220deg);
    margin: auto;
}
.auto1600{
    max-width: 1600px;
    position: relative;
}
.ind_part3_list {
    padding: 40px 0;
    overflow: hidden;
}
.ind_part3_list .swiper-container {
    overflow: visible;
    padding: 0 15px;
}
.ind_part3_list .home-swprev::after {
    content: '';
    width: 2px;
    height: 10px;
    background: #7b1736;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    transform: rotate(130deg);
    margin: auto;
}

.ind_part3_list .slick-arrow:hover:after {
    background: #fff;
}
.ind_part3_list .slick-arrow:hover:before{
    background: #fff;
}
.ind_part3_list .swiper-button-next{
    background-size: 8px;
}
.ind_part3_list .swiper-button-prev{
    background-size: 8px;
}
@media(max-width:1600px){
    .ind_part3_list .home-swnext{right: 0;}
    .ind_part3_list .shome-swprev{left:  0;}
    .ind_part3_list .info{
        padding-top:40px;
    }
}
@media(max-width:1440px){
    .ind_part3_list .info{
        padding-top:10px;
    }
}
@media(max-width:1024px){
    .ind_part3_list .swiper-container{
        padding:0 5%;
    }
    .ind_part3_list a{
        transform: scale(1); 
        box-sizing: border-box;
    }
    .ind_part3_list .p_prevshow a{padding: 0 50px 0 20px;}
    .ind_part3_list .prevshow a{padding: 0 50px 0 10px; transform: translateX(-30px);}
    .ind_part3_list .n_nextshow a{padding: 0 10px 0 50px;}
    .ind_part3_list .nextshow a{padding: 0 10px 0 50px;transform: translateX(30px);}
    .ind_part3_list .swiper-slide-active a{transform: translateX(-15%);}
}
@media(max-width:640px){
    .ind_part3_list .swiper-slide-active a{width: 100%; transform: translate(0);}
    .ind_part3_list .p_prevshow a{padding: 0;}
    .ind_part3_list .prevshow a{padding: 0; transform: translateX(0);}
    .ind_part3_list .n_nextshow a{padding: 0;}
    .ind_part3_list .nextshow a{padding: 0;transform: translateX(0);}
	.ind_part3_list .swiper-slide-active .pic .img,
    .ind_part3_list .img{padding-top: 140%!important;}
    .ind_part3_list .slick-arrow{width: 30px; height: 30px;}
    .ind_part3_list .swiper-slide-active a{padding-left: 0%;}
    .ind_part3_list .home-swprev::after{top: 12px !important;}
    .ind_part3_list .home-swprev:before{top: 6px !important;}
    .ind_part3_list .home-swnext:after{top: 12px !important;}
    .ind_part3_list .home-swnext:before{top: 6px !important;}
	.ind_part3_list a{ display:flex; justify-content:center; transform:scale(1);align-items:center; }
    .ind_part3_list .info{padding-top: 40px; padding:0 10px 0 5%;width: 40%!important;}
    .ind_part3_list .info h2{font-size: 12px;}
	.ind_part3_list .pic{ width:auto;padding-left:5%;}
	.ind_part3_list .pic,
	.ind_part3_list .info{ float:none; width:50%}
	.ind_part3_list .img img{ height:100%; margin-left:0;}
	.ind_part3_list .clear,
	.ind_part3_list .txt{ display:none;}
}
.ind_part3_list .home-swprev:before {
    top: 10px;
}
.ind_part3_list .home-swprev::after {
    top: 16px;
}
.ind_part3_list .home-swnext:before {
    top: 10px;
}
.ind_part3_list .home-swnext:after {
    top: 16px;
}


/* 产品详情 */
/* slick-arrow */
.slick-arrow{width: 46px; height: 46px; border-radius: 50%; font-size: 0; border: 0; background-color: rgba(123, 23, 54,0.051); transition: background .3s; cursor: pointer;} 
.slick-arrow:hover{background-color: #7b1736;}
.slick-arrow svg path{fill:rgb(123, 23, 54) ;}
.slick-arrow:hover svg path{fill:#fff;}
/* slick-dots */
.slick-dots{text-align: center; font-size: 0; }
.slick-dots li{display: inline-block; vertical-align: top;width: 10px; height: 10px; border-radius: 50%;  background-color: #b8b8b8; margin: 0 10px; cursor: pointer;}
.slick-dots li.slick-active{background-color: #7b1636;}
.slick-dots li button{display: none;}
@media(max-width:1024px){
    .slick-arrow{width: 30px; height: 30px;}
}
.pro_det{padding-top: 2.083%;color:#333;}
.pro_det_left{width: 58%; float: left; padding-bottom: 4.2857%; border-bottom: 1px solid #f8f6f4;}
.pro_det_left .bg_cover{padding-top: 100%;}
.pro_slick_small{width: 16.6256%; float: left; padding-right: 4.92%;}
.pro_slick_small .item{border: 0 !important; position: relative; margin-bottom: 13.1%;cursor: pointer;} 
.pro_slick_small .item::after{content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; box-sizing: border-box; border: 3px solid #7b1736; z-index: 2; opacity: 0; transition: .3s;}
.pro_slick_small .item.slick-current::after{opacity: 1;}
.pro_slick_big{width: 83.3744%; float: left;padding-left: 4.92%; position: relative;}

.pro_slick_big::before{content: ''; width: 1px; height: 100%; background-color: #f0f0f0; position: absolute; left: 0; top: 0;}

.pro_slick_big .slick-dots{position: absolute; width: 1px; height: 100%; left: 0; top: 0; z-index: 2;}
.pro_slick_big .slick-dots li{width: 100%; margin: 0 ; border-radius: 0;}
.pro_slick_big .item{ position: relative;}
.pro_det_left .video{position: absolute; width: 100%; height: 100%; left: 0 ;top: 0; background-color: #000; transition: .3s; opacity: 0; }
.pro_det_left .video.active{opacity: 1; z-index: 3;}
.pro_det_left .video video{width: 100%; height:100%; object-fit: contain;}
.pro_det_left .video .close{width: 30px; height: 30px; position: absolute; right: 0; top: 0; z-index: 2; padding: 5px; cursor: pointer; background-color: rgba(0, 0, 0,.5);}
.pro_det_left .video .close svg{width: 100%; height: 100%;}
.pro_det_left .video .close svg path{fill:#fff;  }
.pro_det_left .open-video{width: 50px; height: 50px; position: absolute; left: 0; top: 0; right: 0; bottom:0 ; margin: auto; cursor: pointer; background: url(../images/icon_play-1.png) center center no-repeat; background-size: contain; }
.pro_slick_small .open-video{width: 25px; height: 25px;}


.pro_det_right{width: 38%; float: right; max-width: 430px; padding-top: 2.14%; max-height: 100vh; overflow-y: auto;}
.pro_det_right h1{ color: rgb(20, 21, 26);line-height: 1.5; margin-bottom: 10%;}
.pro_det_right .content{margin-bottom: 10%;}
.pro_det_right .more{display: inline-block; width: 100%; vertical-align: middle; text-align: center; color: #fff; border-radius: 30px; line-height: 60px; background-color: #7b1736; transition: .3s; position: relative;}
.pro_det_right .more:hover{opacity: 0.9;}
.pro_det_right .more .qrcode{ padding-bottom: 10px;position: absolute;left: 50%; bottom: 100%;transform: translateX(-50%); visibility: hidden; }
.pro_det_right .more .qrcode .img{width: 120px; height: 120px; position: relative; background-color: #fff; transition: .3s; opacity: 0; transform: translateY(5px); box-shadow:  0 0 10px 0 rgba(51,51,51,0.5);}
.pro_det_right .more .qrcode .img img{position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 90%; max-height: 90%;}
.pro_det_right .more .qrcode .img::before{content: ''; width: 0; height: 0; border: 5px solid transparent; border-top-color: #fff; position: absolute; left: 0; bottom: -10px; z-index: 5; right: 0; margin: auto;}
.pro_det_bot{line-height: 1.875; text-align: justify; text-justify: inter-ideograph;  width: 58%; padding-top: 1.43%; padding-bottom: 7.14%; clear: both;}

.pro_det_right .more:hover .qrcode{visibility: visible; }
.pro_det_right .more:hover .qrcode .img{transform: translateY(0); opacity: 1;}
.pro_det h3 {
    font-size: 1.17em;
    color: #333;
}
.pro_det_bot p strong{
    font-size: 1.5rem;
    line-height: 3;
}
.bg_cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media(max-width:1024px){
    .pro_det_left{float: none;width: 100%;}
    .pro_det_right{width:100%; max-width: none;}
    .pro_det_right h1{margin-bottom: 2%;}
    .pro_det_right .more{height: 40px; line-height: 40px;}
    .pro_det_bot{width: 100%;}
}
@media(max-width:640px){
    .pro_det_right h1,.pro_det_right .content h3{font-size: 14px;}
    .pro_det_bot p strong span,.pro_det_bot p strong{font-size: 12px!important;}
}


/*产品*/
.n_product{

}
.pro1,.pro2,.pro3,.pro4,.pro5,.pro6,.pro7{
    position: relative;
    padding:90px 0;
}
.pro2{
    background: url(../images/index_product_bg.png) no-repeat bottom center;
    background-size: contain;    
}
.pro1{
    padding:90px 0 ;    
}
.pro1 .dw{
    top:-110px;
}
.p_intro{
    margin-top:32px;
    font-size:20px;
    color: #666;
    line-height: 1.6;
}
.n_product_scroll{
    margin-top:32px;
    position: relative;
}
.n_product_scroll .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    border-radius: 10px;
    overflow: hidden;
}
.n_product_scroll .cont{
    width: 49.5%;
    background:#003378;
    padding:0 64px;
}
.n_product_scroll .img img{
    visibility: hidden;
}
.n_product_scroll .cont .text{
    color: #fff;
    padding:64px 0;
    height: calc(100% - 116px);
}
.n_product_scroll .cont .text h3{
    font-size:36px;
    color: #fff;
    font-family: "puhui65";
    line-height: 1.4;
    padding-bottom: 20px;
    position: relative;
}
.n_product_scroll .cont .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 61px;
    height: 3px;
    background: #B5372E;    
}
.n_product_scroll .cont .text .txt{
    font-size:15px;
    color: #fff;
    line-height: 1.6em;
    min-height: 5.4em;
    margin:32px 0 65px;
    max-width: 821px;
}
.more2{
    display: flex;
    justify-content: center;
    align-items:center;
    font-size:14px;
    color: #fff;
    border:1px solid #fff;
    border-radius: 4px;
    width:126px;
    height: 40px;
}
.more2 i{
    margin-left: 18px;
}
.n_product_scroll .swiper-slide:hover .more2{
    background:#B5372E;
    border:1px solid #B5372E;
}
.n_product_scroll_p{
    height: 116px;
    display: flex;
    align-items:center;
    font-size:16px;
    color: #fff;
    line-height: 1.6;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.n_product_scroll .img{
    width: 50.5%;
}
.n_product_scroll .swiper-slide .img:hover img{
    transform: scale(1.1);
}
.n_product_scroll_btn{
    position: absolute;
    bottom:0;
    left:0;
    display: flex;
    align-items:center;
    justify-content: flex-end;
    width:49.5%;
    padding:0 64px;
    height: 116px;
}
.n_product_scroll_btn .swiper-button-prev,.n_product_scroll_btn .swiper-button-next{
    width:52px;
    height: 52px;
    border:1px solid #fff;
    border-radius: 5px;
    position: relative;
    top:0;
    left:0;
    margin-top:0;
}
.n_product_scroll_btn .swiper-button-prev{
    background:url(../images/left2.png) no-repeat center;
}
.n_product_scroll_btn .swiper-button-next{
    background:url(../images/left2.png) no-repeat center;
    margin-left: 92px;
    transform: rotate(180deg);
}
.n_product_scroll_btn .swiper-button-prev:hover{
    background:url(../images/left3.png) no-repeat center #fff;
}
.n_product_scroll_btn .swiper-button-next:hover{
    background:url(../images/left3.png) no-repeat center #fff;
}
.pro2{

}
.product_list2{
    margin-top:30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_list2 li{
    width: 32%;
    margin-bottom: 20px;
}
.product_list2 li:nth-child(1){
    width: 66%;
}
.product_list2 li a{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 300px;
}
.product_list2 li a .img{
/*    display: none;*/
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width:100%;
    height: 100%;
    transition: all 0.4s ease-out;
}
.product_list2 li a .img img{
    display: none;
}
.product_list2 li a .text{
    padding:32px 34px 24px;
    position: relative;
    z-index: 9;
    background: rgba(0,51,120,0.6);
    height: 100%;
}
.product_list2 li a .text h3{
    font-size:22px;
    color: #fff;
    line-height: 1.4;
}
.product_list2 li a .text .txt{
    line-height: 1.6;
    margin-top:14px;
    color: #fff;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
/*    margin-bottom: 205px;*/
}
.product_list2_a{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right:34px;
    bottom:24px;
}
.product_list2 li a:hover .img{
    transform: scale(1.1);
}
.product_list2 li a:hover .more2{
    background:#B5372E;
    border:1px solid #B5372E;
}
.product_list2_2 li:nth-child(1){
    width: 32%;
}
/*.pro3{*/
/*    background: #F6F6F6;*/
/*}*/
.p_bg01{
    background: #F6F6F6;
}
#n_product_scroll2{
    padding-bottom: 50px;
}
.product_list3{
    /*display: grid;*/
    /*grid-template-columns: repeat(4, minmax(0, 1fr));*/
    /*gap: 20px;*/
    margin-top:32px;
}
.product_list3 li{

}
.product_list3 li a{
    display: block;
}
.product_list3 li .img{
    position: relative;
}
.product_list3 li .img p{
    position: absolute;
    left:24px;
    bottom:24px;
    width: 64px;
    height: 24px;
    background: #B5372E;
    border-radius: 2px 2px 2px 2px;
    font-size:14px;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items:center;
    justify-content: center;
}
.product_list3_more{
    position: absolute;
    right:24px;
    bottom:24px;
    width: 75px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background:rgba(255,255,255,0.3);
    opacity: 0;
}
.product_list3 li .text{
    padding:24px;
    background: #fff
}
.product_list3 li .text h3 a{
    display: block;
    line-height: 1.2em;
    /*height: 2.4em;*/
    font-size: 20px;
    color: #333;
    font-family: "puhui65";
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    overflow: hidden;
}
.product_list3 li .text h3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_list3_txt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:16px;
}
.product_list3_txt span{
    font-size:16px;
    color: #B5372E;
    font-family: "puhui85";
}
.product_list3_txt font,.product_list3 li .text h3 font{
    font-size:16px;
    color: #666;
    padding-left: 20px;
    background: url(../images/map.png) no-repeat left center;
    background-size: 15px;
    cursor: pointer;
    line-height: 1.2em;
}
.product_list3 li:hover .img img{
    transform: scale(1.1);
}
.product_list3 li:hover .product_list3_more{
    opacity: 1;
}
.pro4{

}
.product_list4{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;  
    margin-top:30px;  
}
.product_list4 li a{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 300px;
}
.product_list4 li a .img{
/*    display: none;*/
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width:100%;
    height: 100%;
    transition: all 0.4s ease-out;
}
.product_list4 li a .img img{
    display: none;
}
.product_list4 li a .text{
    padding:32px 34px 24px;
    position: relative;
    z-index: 9;
    background: rgba(0,51,120,0.6);
    height: 100%;
}
.product_list4 li a .text h3{
    font-size:22px;
    color: #fff;
    line-height: 1.4;
}
.product_list4 li a .text .txt2{
    line-height: 1.2;
    margin-top:14px;
    color: #fff;
}
.product_list4 li a .text .txt2 p{
    margin-bottom: 7px;
    /*padding-left: 22px;*/
    position: relative;
}
/*.product_list4 li a .text .txt2 p:before{*/
/*    content:'';*/
/*    position: absolute;*/
/*    left:7px;*/
/*    top:7px;*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    background:#fff;*/
/*    border-radius: 50%;*/
/*}*/
.product_list4 li a .text .txt2 p:last-child{
    margin-bottom: 0px;
}
/*.product_list2_a{
    display: flex;
    justify-content: flex-end;
}*/
.product_list4 li a:hover .img{
    transform: scale(1.1);
}
.product_list4 li a:hover .more2{
    background:#B5372E;
    border:1px solid #B5372E;
}
.product_list4-2{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.product_list4-2 li{
    border-radius: 10px;
}
.product_list4-2 li a{
    height: auto;
}
.product_list4 li a .img{
    position: relative;
}
.product_list4 li a .img img{
    display: block;
    width: 100%;
}
.product_list4-2 li a .text{
    padding:64px; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    z-index: 99;
    border-radius: 10px;
}
.product_list4-2 li a .text h3 {
    font-size: 40px;
}
.product_list4-2 li a .text .txt2{
    line-height: 1.8;
    font-size: 20px;
}
.product_list4-2 li a .text .txt2 p{
    margin-bottom: 0;
}
.product_list4-2 .product_list2_a{
    position: relative;
    margin-top:15px;
    right:0;
    bottom:0;
}
.pro5{
    /*background: #F6F6F6;*/
}
.product_list5{
    margin-top:30px;
    display: flex;
    overflow: hidden;
}
.product_list5 li{
    position: relative;
    width:calc(14.25% - 2px);
    transition: all 0.4s ease-out;
    border-radius: 10px;
    overflow: hidden;
    width:calc(18% - 15px);
    margin-right: 20px;
}
.product_list5 li:last-child{
    margin-right: 0;
}
.product_list5 li.cur{
    width:calc(46% - 15px);
}
.product_list5 li a{
    display: block;
    width:100%;
    height: 550px;
}
.product_list5 li .img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    width: 761px;
}
.product_list5 li .img img{
    width:100%;
    height: 100%;
}
.product_list5 li .text{
    color: #fff;
    position: relative;
    z-index: 9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0,51,120,0.6);
}
/*.product_list5 li .text:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height: 100%;
    background: rgba(0,51,120,0.6);
}*/
.product_list5 li .text .txt{
    height: 135px;

    border-radius: 10px 10px 10px 10px;
    padding:22px 32px 32px;
}
.product_list5 li:hover .text,.product_list5 li.cur .text{
    background:none;
}
.product_list5 li:hover .text .txt,.product_list5 li.cur .text .txt{
    background: rgba(0,51,120,0.6);
}
.product_list5 li .text .p1{
    font-size:48px;
    line-height: 1.2;
    width:100%;
    position: relative;
    z-index: 9;
}
.product_list5 li .text .p2{
    font-size:20px;
    line-height: 1.31;
    margin-top:12px;
    position: relative;
    z-index: 9;
}
.pro6{
    /*background: #F6F6F6;*/
}
.pd1 .wrap{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.pd1 .wrap:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #6886af;
    z-index: -9;
}
.pd1 .text{
    /*background: linear-gradient( 88deg, rgba(0,51,120,0.6) 0%, rgba(0,51,120,0) 99%); */

    color: #fff;  
    padding:64px; 
    /*height: 675px;*/
    position: relative;
}
.pd1 a{
    position: absolute;
    left:64px;
    bottom:15px;
    padding-left: 30px;
    background: url(../images/map.png) no-repeat left center;
    background-size: 25px;
    font-size: 24px;
    color: #B5372E;
}
.pd1 .text h3{
    font-size:32px;
    color: #fff;
    font-family: "puhui65";
    line-height: 1.4;
    padding-bottom: 20px;
    position: relative;
}
.pd1 .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 61px;
    height: 3px;
    background: #B5372E;    
}
.pd1 .text .txt{
    font-size:18px;
    color: #fff;
    line-height: 1.6;
    margin:32px 0 65px;
    max-width: 800px;
}
.page2{
    margin-top:35px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0;
}
.page2 a{
    display: block;
    border:1px solid #dbdbdb;
    font-size: 0;
    width: 52px;
    height: 52px;
    margin-top:0;
    border-radius: 5px;
}
.page2_r{
    margin-left:20px;
}
.page2_l a{
    background:url(../images/left1.png) no-repeat center;
}
.page2_l a:hover{
    background:url(../images/right1.png) no-repeat center;  
    transform: rotate(180deg); 
    background-color: #B5372E;
    border:1px solid #B5372E;
}
.page2_r a{
    background:url(../images/left1.png) no-repeat center;
    transform: rotate(180deg);    
}
.page2_r a:hover{
    background:url(../images/right1.png) no-repeat center;
    transform: rotate(0deg); 
    background-color: #B5372E;
    border:1px solid #B5372E;
}
.pd2{
    padding:90px 0;
}
.pd2 video,.pd4 video{
    display: block;
    width: 100%!important;
    height: auto!important;
}
.pd2_cont p{
    font-size: 18px;
}
.pd2_cont_txt{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: calc(100% - 48px);
    padding:25px;
    /*background: rgba(255, 255, 255, 0.8);*/
    /*backdrop-filter: blur(20px);*/
    /*-webkit-backdrop-filter: blur(20px);*/
    /*-moz-backdrop-filter: blur(20px);*/
    /*-o-backdrop-filter: blur(20px);*/
    /*-ms-backdrop-filter: blur(20px);*/
    color:#000;
    z-index: 999;
    background: url(../images/bj_img.png) no-repeat left center;
    background-size: cover;
}
.pd2_cont,.pd4_cont{
    margin-top:30px;
    position: relative;
}
.pd2_cont ul,.pd4_cont ul{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 50px;
}
.pd2_cont ul li,.pd4_cont ul li{
    position: relative;
}
.pd2_cont ul li:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:0%;
    height: 2px;
    background:#B5372E;
    transition: all 0.4s ease-out;
}
.pd2_cont ul li .img,.pd4_cont ul li .img{
    border-radius: 10px;
}
.pd2_cont ul li p{
    padding:18px 0 20px;
    border-bottom: 2px solid #999;
    font-size:24px;
    color: #333;
    text-align: center;
    font-family: "puhui65";
}
.pd2_cont ul li:hover .img img,.pd4_cont ul li:hover .img img{
    transform: scale(1.1);
}
.pd2_cont ul li:hover:after{
    width:100%;
}
.pd3{
    padding:30px 0 85px;
    background: #F6F6F6;
}
.pd4{
    padding:90px 0;
}
.pd4_cont ul li p{
    font-size:24px;
    color: #333;
    font-family: "puhui65";
    line-height: 1.4;
    text-align: center;
    margin-top:18px;
}
.pro7{
    background: url(../images/product_bg1.webp) no-repeat center;
    background-size: cover;
}
@media(max-width: 1600px){
    .n_product_scroll .cont,.n_product_scroll_btn{
        padding:0 50px;
    }
    .n_product_scroll .cont .text{
        padding:50px 0;
    }
    .n_product_scroll .cont .text h3{
        font-size:26px;
    }
    .n_product_scroll .cont .text .txt {
        margin: 25px 0 50px;
        font-size:17px;
    }
    .more2 i img{
        width:20px;
    }
    .n_product_scroll_btn .swiper-button-next{
        margin-left:60px;
    }
    .product_list2 li a{
        height:265px;
    }
    .product_list3 li .text{
        padding:20px;
    }

    .product_list3_txt span,.product_list3_txt font{
        font-size:14px;
    }
    .product_list4 li a{
        /*height:240px;*/
    }
    .product_list5 li a{
        height:500px;
    }
    .p_intro{
        font-size:15px;
    }
    .pd1 .text{
        /*height:600px;*/
    }
    .pd1 .text .txt,.pd2_cont p{
        font-size:15px;
    }
    .pd2_cont ul li p{
        padding:10px;
        font-size:20px;
    }
    .pd4_cont ul li p{
        font-size:20px;
        margin-top:10px;
    }
    .pd2_cont ul, .pd4_cont ul {
        gap: 25px 30px;
    }
    .product_list4-2 li a .text .txt2{
        font-size:15px;
    }
    .page2 a{
        width:45px;
        height:45px;
    }
    .pd1 a{
        padding-left: 28px;
        background: url(../images/map.png) no-repeat left center;
        background-size: 22px;
        font-size: 22px;
    }
}
@media(max-width: 1280px){
    .pro1, .pro2, .pro3, .pro4, .pro5{
        padding:75px 0;
    }
    .pro1{
        padding:75px 0 ;
    }
    .p_intro{
        margin-top:20px;
    }
    .n_product_scroll .cont,.n_product_scroll_btn{
        padding: 0 40px;
    }
    .n_product_scroll .cont .text {
        padding: 35px 0;
    }
    .n_product_scroll .cont .text h3 {
        font-size: 24px;
        padding-bottom:15px;
    }
    .n_product_scroll .cont .text .txt {
        margin: 20px 0 35px;
        font-size:16px;
    }
    .n_product_scroll_btn .swiper-button-next{
        margin-left:40px;
    }
    .product_list2 li a{
        height:240px;
    }
    .product_list3 li .text h3 a{
        font-size:18px;
    }
    .pd1 .text{
        /*height:500px;*/
    }
    .pd2,.pd4{
        padding:75px 0;
    }
    .pd2_cont ul li p{
        font-size:18px;
    }
    .pd3{
        padding:30px 0 75px;
    }
    .pd4_cont ul li p{
        font-size:18px;
    }
    .product_list4-2 li a .text h3{
        font-size:28px;
    }
    .product_list4-2 li a .text .txt2{
        font-size:15px;
    }
    .pd1 a{
        padding-left: 26px;
        background: url(../images/map.png) no-repeat left center;
        background-size: 20px;
        font-size: 20px;
    }
}
@media(max-width: 1199px){
    .n_product_scroll .cont,.n_product_scroll_btn{
        padding: 0 30px;
    }
    .n_product_scroll .cont .text{
        padding:25px 0;
        height: calc(100% - 90px);
    }
    .n_product_scroll .cont .text .txt {
        margin: 15px 0 25px;
    }
    .n_product_scroll_p{
        height:90px;
        font-size:15px;
    }
    .n_product_scroll_btn{
        height:90px;
    }
    .n_product_scroll_btn .swiper-button-prev, .n_product_scroll_btn .swiper-button-next{
        width:42px;
        height:42px;
    }
    .product_list3 li .text{
        padding:15px;
    }
    .product_list3 li .text h3 a{
        font-size:16px;
    }
    .product_list5 li a{
        height:460px;
    }
    .product_list5 li .text .p1{
        font-size:42px;
    }
    .product_list5 li .text .txt{
        padding:20px 20px 25px;
    }
    .pd1 .text{
        height:auto;
        padding:50px;
    }
    .pd2_cont ul li p,.pd4_cont ul li p{
        font-size:16px;
    }
    .product_list4-2 li a .text h3{
        font-size:24px;
    }
    .pd1 a{
        padding-left: 24px;
        background: url(../images/map.png) no-repeat left center;
        background-size: 18px;
        font-size: 18px;
    }
}
@media(max-width: 1099px){
    .n_product_scroll .cont .text .txt{
        min-height:6.4em;
    }
}
@media(max-width: 991px){
    .n_product_scroll_btn .swiper-button-prev, .n_product_scroll_btn .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .n_product_scroll_btn .swiper-button-next {
        margin-left: 20px;
    }   
    .product_list2 li a .text,.product_list4 li a .text{
        padding:30px 20px 24px;
    }
    .product_list4 li a{
        /*height:220px;*/
    }
    .product_list2 li a .text h3{
        font-size:20px;
    }
    .product_list3 li .text h3 a,.product_list3 li .text h3 font{
        font-size:15px;
    }
    .pd2_cont ul, .pd4_cont ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 30px;
    }
    .pd2_cont_txt{
        padding:20px;
    }
}
@media(max-width: 820px){
    .pro2, .pro3, .pro4, .pro5{
        padding:55px 0;
    }
    .pro1{
        /*padding-bottom:0;*/
        padding:55px 0;
    }
    .more2{
        width:110px;
        font-size:13px;
    }
    .more2 i{
        margin-left:12px;
    }
    .more2 i img{
        width:15px;
    }  
    .product_list3 {
        /*display: grid;*/
        /*grid-template-columns: repeat(3, minmax(0, 1fr));*/
        /*gap: 20px;*/
    }
    .product_list5 li .text .txt{
        padding:20px 15px;
    }
    .p_intro{
        font-size:14px;
    }
    .n_product_scroll,.product_list2{
        margin-top:25px;
    }
    .n_product_scroll .cont .text h3{
        font-size:22px;
    }
    .product_list4{
        gap: 40px;
    }
    .product_list4 li a .text h3{
        font-size:20px;
    }
    .pd2, .pd4{
        padding:55px 0;
    }
    .pd1 .text{
        padding:35px;
    }
    .pd1 .text h3{
        font-size:26px;
        padding-bottom:15px;
    }
    .pd1 .text .txt{
        margin:25px 0 0;
    }
    .product_list4-2 li a .text{
        position:relative;
        padding:50px;
    }
    .product_list4-2 li a .img{
        display:none;
    }
    .product_list4-2 li a .text .txt2{
        font-size:13px;
    }
    .page2{
        margin-top:25px;
    }
    .page2 a{
        width:40px;
        height:40px;
    }
    .page2_r{
        margin-left:12px;
    }
    .product_list4-2 li a .text h3{
        font-size:32px;
    }
    .product_list4-2 li a .text .txt2{
        font-size:16px;
    }
    .pd1 a{
        left:35px;
        font-size:16px;
    }
}
@media(max-width: 767px){
    .n_product_scroll .img,.n_product_scroll .cont,.n_product_scroll_btn{
        width: 100%;
    }
    .n_product_scroll_btn{
        /*bottom:20px;*/
    }
    .product_list2 li{
        width:49%;
    }
    .product_list2 li:nth-child(1){
        width:100%;
    }
    .product_list2 li a{
        height:auto;
    }
    .product_list2 li a .text, .product_list4 li a .text{
        padding:20px 15px;
    }
    .product_list2_a{
        position:relative;
        right:0;
        bottom:0;
        margin-top:20px;
    }
    .pd2_cont ul, .pd4_cont ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 15px;
    }
    .pd2_cont ul li p{
        font-size:14px;
        line-height:1.4em;
        height:calc(2.8em + 20px);
        padding:10px 0;
    }
    .pd4_cont ul li p{
        font-size:14px;
    }
    .pd2_cont, .pd4_cont{
        margin-top:25px;
    }
    .pd2_cont_txt{
        padding:20px 15px;
    }
}
@media(max-width: 640px){
    .pro1,.pro2, .pro3, .pro4, .pro5{
        padding:40px 0;
    }
    .n_product_scroll .cont .text{
        height:calc(100% - 70px);
    }
    .n_product_scroll_p,.n_product_scroll_btn{
        height:70px;
    }
    .n_product_scroll_btn .swiper-button-next {
        margin-left: 30px;
    }
    .n_product_scroll_btn .swiper-button-prev, .n_product_scroll_btn .swiper-button-next{
        width:30px;
        height:30px;
    }   
    .n_product_scroll_btn .swiper-button-next {
        margin-left: 30px;
    }
    .n_product_scroll .cont, .n_product_scroll_btn{
        padding:0 20px;
    }
    /*.product_list3 {*/
    /*    display: grid;*/
    /*    grid-template-columns: repeat(2, minmax(0, 1fr));*/
    /*    gap: 15px;*/
    /*}*/
    .n_product_scroll .cont .text h3{
        font-size:20px;
    }
    .product_list2 li{
        width:100%;
        margin-bottom: 15px;
    }
    .product_list2 li:last-child{
        margin-bottom:0;
    }
    .product_list4{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
        margin-top: 25px;
    }
    .product_list4 li a{
        height:auto;
    }
    .product_list4 li a .text h3{
        /*font-size:17px;*/
    }
    .product_list5{
        margin-top:25px;
        flex-wrap:wrap;
    }
    .product_list5 li{
        margin-bottom:10px;
    }
    .product_list5 li:last-child{
        margin-bottom:0;
    }
    .product_list5 li,.product_list5 li.cur{
        width:100%;
        margin-right:0;
    }
    .product_list5 li a{
        height:auto;
    }
    .n_product_scroll_btn .swiper-button-next{
        margin-left: 20px;
    }
    .pd2, .pd4{
        padding:40px 0;
    }
    .pd1 .text {
        padding: 20px;
    }
    .pd1 .text h3 {
        font-size: 20px;
    }
    .pd1 .text .txt {
        margin: 15px 0 0;
    }
    .pd1 a{
        left:20px;
        font-size:15px;
    }
    .pd2_cont_txt{
        height:calc(100% - 29px);
    }
}
@media(max-width:460px){
    /*.product_list3 {*/
    /*    display: grid;*/
    /*    grid-template-columns: repeat(1, minmax(0, 1fr));*/
    /*}*/

}


.n_news{
    padding:0 0 90px;
}
.top_news{
    margin-bottom: 60px;
}
.top_news li{
    
}
.top_news li a{
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
}
.top_news li a .img{
    width: 50%;
    background: none;
}
.top_news li a .img img{
    /*opacity: 0;*/
}
.top_news li a .text{
    width: 50%;
    background: #f6f6f6;
    padding:50px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top_news li a .text .txt{
    
}
.top_news li a .text .txt p{
    color: #999;
    font-size: 18px;
}
.top_news li a .text .txt h3{
    font-size: 26px;
    margin-top: 15px;
    transition: 0.4s;  
    line-height: 1.4;
}
.top_news li a .text .news_more1{
    margin-top:20px;
}
.news_more1{
    margin-top:35px;
}
.news_more1 span{
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #B5372E;
    padding-bottom: 10px;
    border-bottom: 2px solid #B5372E;
}
.top_news li a:hover .img img{
    transform: scale(1.1);
}
.top_news li a:hover .text .txt h3{
    color: #B5372E;
}
.news_list01{
    
}
.news_list01 li{
    margin-bottom: 40px;
}
.news_list01 li:last-child{
    margin-bottom: 0;
}
.news_list01 li a{
    display: block;
    padding:0 40px;
    background: #f6f6f6;
    border-radius: 10px;
    overflow: hidden;
}
.news_list_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    padding: 18px 0 20px;    
}
.news_left p{
    font-size: 18px;
    color: #999;
    line-height: 1.2;
}
.news_left div{
    font-size: 46px;
    color: #999;
    line-height: 1.4;
}
.news_right .news_more1{
    margin-top:0;
}
.news_list01 li a .text{
    padding: 24px 0 32px;    
}
.news_list01 li a .text h3{
    font-size: 26px;
    color: #000;
    transition: 0.4s; 
    line-height: 1.4;
    font-family: "puhui65";
}
.news_list01 li a .txt{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 12px;    
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list01 li a:hover .text h3{
    color: #B5372E;
}
@media(max-width:1600px){
    .top_news li a .text{
        padding:35px 55px;
    }
    .top_news li a .text .txt p,.news_left p{
        font-size:16px;
    }
    .top_news li a .text .txt h3,.news_list01 li a .text h3{
        font-size:22px;
    }
    .news_list01 li a .txt{
        font-size:14px;
    }
    .news_more1 span{
        font-size:14px;
        padding-bottom:5px;
    }
}
@media(max-width:1280px){
    .top_news{
        margin-bottom: 40px;
    }
    .top_news li a .text{
        padding:25px 45px;
    }
    .top_news li a .text .txt h3,.news_list01 li a .text h3{
        font-size:20px;
    }  
    .news_list01 li{
        margin-bottom:30px;
    }
    .news_list01 li a{
        padding:0 25px;
    }
    .news_list_top{
        padding:18px 0 15px;
    }
    .news_left div{
        font-size:36px;
    }
}
@media(max-width:1099px){
    .top_news{
        margin-bottom: 30px;
    }
    .top_news li a .text{
        padding:20px 35px;
    }
    .news_list01 li{
        margin-bottom:20px;
    }
    /*.news_list_top{*/
    /*    padding:18px 0 15px;*/
    /*}*/
    .news_left div{
        font-size:32px;
    }    
}
@media(max-width:820px){
    .top_news li a .text .txt h3,.news_list01 li a .text h3{
        font-size:18px;
    }
    .news_more1 {
        margin-top: 20px;
    }
}
@media(max-width:640px){
    .top_news li a .img{
        width:100%;
        background:none!important;
    }
    .top_news li a .img img{
        opacity:1;
    }
    .top_news li a .text{
        width:100%;
        padding:15px 15px;
    }
    .top_news li a .text .txt p, .news_left p{
        font-size:14px;
    }
    .top_news li a .text .txt h3, .news_list01 li a .text h3 {
        font-size: 16px;
    }
    .top_news li a .text .txt h3{
        margin-top:5px;
    }
    .news_list01 li{
        margin-bottom:15px;
    }
    .news_list01 li a{
        padding:0 20px;
    }
    .news_left div{
        font-size:28px;
    }
    .news_list01 li a .text {
        padding: 20px 0 ;
    }
}



.news_detail{
    padding: 0 0 90px;
}
h1.title{
    font-size: 32px;
    color: #2E2E2E;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}
.info_title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
    color: #666;
    font-family: "puhui65";
    padding-top:41px;
    padding-bottom: 32px;
    border-bottom:1px solid #999;
    margin-bottom: 32px;
    line-height: 1;
}
.news_detail .content{
    font-size: 16px;
    color: #333;
}
.page{
    font-size: 18px;
    color: #333;    
    font-family: "puhui65";
    padding-top:48px;
    margin-top:90px;
    border-top: 1px solid #999999;;
}
.page a{
    font-size: 18px;
    color: #333;    
    font-family: "puhui65";   
}
.page a:hover{
    color: #B5372E;
}
@media(max-width: 1600px){
    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 25px;
        font-size:15px;
        padding-top:30px;
        padding-bottom:20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
    .page {
        font-size: 15px;
        padding-top: 30px;
        margin-top: 60px;
    }
    .page a{
        font-size:15px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .n_news{
        padding: 0 0 75px;
    }

    h1.title{
        font-size:20px;
    } 
    .info_title {
        margin-bottom: 20px;
        font-size:14px;
        padding-top:20px;
        padding-bottom:15px;
    }
    .news_detail{
        padding:0 0 50px;
    }
    .page {
        font-size: 14px;
        padding-top: 20px;
        margin-top: 30px;
    }
    .page a{
        font-size:14px;
    }
}
@media(max-width: 992px){
 
}
@media(max-width: 820px){
    .n_news{
        padding:0 0 55px;
    }

    h1.title{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding: 0 0 40px;
    }
    .news_detail{
        padding:0 0 35px;
    }
    h1.title{
        font-size:18px;
    }
    .info_title {
        margin-bottom: 15px;
        font-size:14px;
        padding-top:20px;
    }
    .page {
        font-size: 13px;
        padding-top: 10px;
        margin-top: 15px;
    }
    .page a{
        font-size:13px;
    }
}


/*招聘*/
.job1{
    position: relative;
    padding-bottom: 90px;
}
.job_txt{
    font-size:16px;
    max-width: 954px;
    line-height: 1.6;
    margin:32px 0 110px;
}
.job1_list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.job1_list li .img{
    border-radius: 10px;
}
.job1_list li p{
    font-size:24px;
    color:#000;
    line-height: 1.4;
    margin-top:32px;
    text-align: center;
}
.job1_list li:hover .img img{
    transform: scale(1.1);
}
.job2{
    background: #F6F6F6;
    padding:90px 0;
    position: relative;
}
.job2_list{
    margin-top:30px;
}
.job2_list li{
    background:#fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.job2_list li:last-child{
    margin-bottom: 0;
}
.job_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    padding:29px 40px;
    cursor: pointer;
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.j_title{
    font-size:24px;
    color: #000;
    line-height: 1;
    width:194px;
    padding-right: 14px;
}
.j_cont{
    display: flex;
    flex-wrap: wrap;
}
.j_cont p{
    font-size:24px;
    color: #333;
    line-height: 1;
    padding:0 12px;
}
.j_cont p:nth-child(1){
    padding-left: 0;
}
.j_cont p:last-child(1){
    padding-right: 0;
}
.j_more{
    width:30px;
    height: 30px;
    background:url(../images/jia.png) no-repeat center;
    background-size: contain;
}
.j_content{
    visibility: hidden;
    height: 0;
    transition: all 0.4s ease-out;
    padding:0 40px;  
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
    font-family: "puhui55";
}
.j_cont1 .txt{
    line-height: 1.71;
    margin:25px 0 64px;
}
.j_content a.more1{
    width: 127px;
    height: 46px;
}
.job2_list li.on .j_more{
     background:url(../images/jian.png) no-repeat center;
    background-size: contain;   
} 
.job2_list li.on .j_content{
    visibility: visible;
    height: auto; 
    padding:16px 40px 32px;   
}
.reveal-modal{
    display: none;
       position: fixed;
        top: 50%;
        left: 50%;
        transform:translate(-50%,-50%);
    width:94%;
    max-width: 746px;
    height: 758px;
    background: #FFFFFF;
    border-radius: 20px ; 
/*    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);*/
    z-index: 9999999;
/*    width:100%;
    height: 100vh;
*/}
.reveal-modal-bg{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 9999998; 
    background:rgba(0,0,0,.6);  
    display: none; 
}
.reveal-modal .job_content2{
/*    position: relative;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    text-align: center;  

    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;*/
}
.jianli_btn{
    position: relative;
    max-width: 180px;
    margin:0 auto;
    cursor: pointer;
}
.reveal-modal #file{
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    cursor: pointer;
}
.reveal-modal .txt1 p{
    font-size:24px;
    color: #333;
    margin-top:28px;
    line-height: 1.4;
}
.reveal-modal .txt2{
    margin-top:64px;
    margin-bottom: 100px;
}
.reveal-modal .txt2 p{
    font-size:18px;
    color: #999;
    margin-bottom:26px;
    line-height: 1.4;
}
.job_btn input{
    border:none;
    outline: none;
    cursor: pointer;
    width:55%;
    max-width: 378px;
    height: 89px;
    background: #003378;
    border-radius: 20px 20px 20px 20px;   
    font-size:24px;
    color: #fff;
    line-height: 89px; 
    text-align: center;
}
.reveal-modal.on{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}
@media(max-width: 1600px){
    .job_txt {
        font-size: 15px;
        margin: 25px 0 70px;
    }
    .job1_list li p{
        font-size:20px;
        margin-top:15px;
    }
    .j_cont p{
        font-size:18px;
    }
    .reveal-modal{
        height:700px;
    }
    .reveal-modal .txt2 {
        margin-top: 50px;
        margin-bottom: 75px;
    }
    .job_btn input{
        max-width:260px;
        height:70px;
        line-height:70px;
        font-size:20px;
    }
    .jianli_btn{
        max-width:120px;
    }
    .reveal-modal .txt1 p{
        font-size:20px;
    }
}
@media(max-width: 1440px){
    .reveal-modal{
        height:600px;
    }    
}
@media(max-width: 1360px){
    .job_top{
        padding:25px 30px;
    }
    .j_cont p{
        font-size:16px;
    }
    .j_more{
        width:25px;
        height:25px;
    }
}
@media(max-width: 1280px){
    .job1{
        padding-bottom:75px;
    }
    .job1_list li p{
        font-size:18px;
    }
    .job2{
        padding:75px 0;
    }
    .reveal-modal{
        height:500px;
        max-width:600px;
    }
    .jianli_btn{
        max-width:90px;
    }
    .reveal-modal .txt1 p{
        font-size:18px;
        margin-top: 20px;
    }
    .reveal-modal .txt2 {
        margin-top: 35px;
        margin-bottom: 50px;
    }
    .job_btn input{
        max-width:200px;
        height:55px;
        line-height:55px;
        font-size:18px;
    }


}
@media(max-width: 1060px){
    .j_cont p{
        display:none;
    }
    .job_txt {
        font-size: 14px;
        margin: 25px 0 50px;
    }
}
@media(max-width: 820px){
    .job1{
        padding-bottom:55px;
    } 
    .job2{
        padding:55px 0;
    }
}
@media(max-width: 640px){
    .job1{
        padding-bottom:40px;
    } 
    .job_txt {
        margin: 25px 0 35px;
    }
    .job1_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap:15;
    }
    .job1_list li p {
        font-size: 16px;
        margin-top:10px;
    }
    .job2{
        padding:40px 0;
    }
    .job2_list li{
        margin-bottom:12px;
    }
    .job_top {
        padding: 20px;
    }
    .job2_list li.on .j_content {
        padding: 16px 20px 32px;
    }
    .j_title{
        font-size:18px;
    }
    .j_cont1 .txt{
        margin:15px 0 25px;
    }
    .reveal-modal{
        height:420px;
        max-width:500px;
    }
    .jianli_btn{
        max-width:75px;
    }
    .reveal-modal .txt1 p {
        font-size: 17px;
    }
    .reveal-modal .txt2 {
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .job_btn input {
        max-width: 150px;
        height: 52px;
        line-height: 52px;
        font-size: 16px;
        border-radius: 10px;
    }
}


/*联系*/
.contact1{
    padding:90px 0;
    text-align: center;
    position: relative;
}
.contact1 .index_t1 h2{
    line-height: 1;
}
.c_address{
    line-height: 1.625;
    font-size:16px;
    color: #666;
    margin:32px 0 30px;
}
.f_map .ui-map{
    height: 500px;
}
.contact2{
    padding:90px 0;
    background:#F6F6F6;
    position: relative;
}
.contact2_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding:;*/
    border-radius: 10px;
    background:#fff;
    margin-top:30px;
}
.contact2_l{
    width:50%;
    padding:64px;
}
h2.n_t2{
    font-size:32px;
    color: #333;
    font-family: "puhui65";
    line-height: 1.4;
}
.contact2_list{
    border-top:1px solid #D9D9D9;
    margin-top:24px;
}
.contact2_list li{
    border-bottom:1px solid #D9D9D9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 71px;
    background:url(../images/contact_tel.png) no-repeat left center;
    background-size: 40px;
}
.contact2_list li dl{
    padding:24px 0;
    width:40%;
}
.contact2_list li dl:nth-child(2n){

}
.contact2_list li dl dt{
    font-size:20px;
    color: #666666;
    line-height: 1;
}
.contact2_list li dl dd{
    font-size:24px;
    color: #333;
    line-height: 1;
    margin-top:5px;
}
.contact2_txt{
    color:#333;
    line-height: 1;  
    margin-top:40px;  
}
.contact2_txt .txt:nth-child(2){
    margin-top:26px;
}
.contact2_txt .txt p:nth-child(1){
    font-size:20px;
    margin-bottom: 16px;
}
.contact2_txt .txt p:nth-child(2){
    font-size:24px;
}
.contact2_r{
    width:50%;
    padding:64px 64px 64px 0;
}
.message2{
    position: relative;
}
.message2 .dw{
    top:-100px;
}
.message2 ul{
    margin-top:48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.message2 ul li{
    margin-bottom: 36px;
    width:calc(50% - 10px);
}
.message2 ul li label{
    display: block;
    width:100%;
    font-size:16px;
    color: #333;
    line-height: 1.375;
    margin-bottom: 20px;
}
.message2 ul li input{
    display: block;
    width:100%;
    height: 48px;
    line-height: 48px;
    border:none;
    outline: none;
    background:#F6F6F6;
    border-radius: 10px;
    padding:0 10px;
}
.message2 ul li:last-child{
    width:100%;
    margin-bottom: 56px;
}
.message2 ul li textarea{
    display: block;
    width:100%;
    height: 81px;
    line-height: 48px;
    border:none;
    outline: none;
    background:#F6F6F6;
    border-radius: 10px;
    font-family: "puhui55";
    padding:0 10px;
}
.mess_tn2{
    width:220px;
    height: 62px; 
    border-radius: 6px; 
    position: relative;
    overflow: hidden;  
    background:#003378;
}
.mess_tn2 input{
    width:100%;
    height: 100%;
    display: flex;
    align-items:center;
    justify-content: center;
    background: none;
    color:#fff;
    font-size:16px;
    border:none;
    outline: none;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.mess_tn2:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:6px;
    height: 100%;
    background:#B5372E;
    z-index: 8;
    transition: all 0.4s ease-out;
}
.mess_tn2:hover:after{
    width:100%;
}
@media(max-width: 1600px){
    h2.n_t2{
        font-size:28px;
    }
    .contact2_l{
        padding:50px;
    }
    .contact2_list li{
        background-size:32px;
        padding-left:50px;
    }
    .contact2_list li dl dt,.contact2_txt .txt p:nth-child(1){
        font-size:18px;
    }
    .contact2_list li dl dd,.contact2_txt .txt p:nth-child(2){
        font-size:22px;
    }
    .contact2_r {
        padding: 50px 50px 50px 0;
    }
    .message2 .dw{
        top:-85px;
    }
    .message2 ul{
        margin-top:35px;
    }
    .message2 ul li{
        margin-bottom:30px;
    }
    .message2 ul li label {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .message2 ul li input {
        height: 42px;
        line-height: 42px;
    }
    .message2 ul li:last-child{
        margin-bottom:40px;
    }
    .mess_tn2{
        width:180px;
    }
}
@media(max-width: 1280px){
    .contact1,.contact2{
        padding:75px 0;
    }
    h2.n_t2 {
        font-size: 26px;
    }
    .message2 ul{
        margin-top:30px;
    }
    .message2 ul li{
        margin-bottom:20px;
    }
    .message2 ul li label {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .message2 ul li input {
        height: 36px;
        line-height: 36px;
    }
    .message2 ul li:last-child{
        margin-bottom:30px;
    }
    .mess_tn2{
        width:150px;
        height:52px;
    }
}
@media(max-width: 1024px){
    .contact2_l{
        width:100%;
        padding:50px;
    }
    .contact2_list li dl dt,.contact2_txt .txt p:nth-child(1){
        font-size:16px;
    }
    .contact2_list li dl dd,.contact2_txt .txt p:nth-child(2){
        font-size:20px;
    }
    .contact2_r{
        width:100%;
        padding:20px 50px 50px;
    }
}
@media(max-width: 820px){
    .contact1,.contact2{
        padding:55px 0;
    }  
    h2.n_t2 {
        font-size: 24px;
    }
    .mess_tn2{
        width:125px;
        height:46px;
    }
}
@media(max-width: 640px){
    .contact1,.contact2{
        padding:40px 0;
    } 
    .contact2_l{
        padding:30px 20px;
    }
    .contact2_list li{
        padding-left:0;
        background:none;
    }
    .contact2_list li dl{
        width:100%;
        padding-left: 40px;
        background: url(../images/contact_tel.png) no-repeat left center;
        background-size: 25px;  
        border-bottom: 1px solid #D9D9D9;
    }
    .contact2_list li dl:last-child{
        border-bottom:none;
    }
    .contact2_list li dl dt, .contact2_txt .txt p:nth-child(1) {
        font-size: 15px;
    }
    .contact2_list li dl dd, .contact2_txt .txt p:nth-child(2) {
        font-size: 18px;
    }
    .contact2_r{
        padding:20px 20px 30px;
    }
    h2.n_t2 {
        font-size: 22px;
    }
    .c_address{
        font-size:15px;
        margin:22px 0;
    }
    .message2 ul li{
        width:100%;
    }
}

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


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

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

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


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

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

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

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


h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 200px;
    left:-205px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
/*2025右侧浮动栏*/
.right_fixed{
    position: fixed;
    top: calc(45%);
    transform:translateY(-50%);
    right: 20px;
    margin: auto 0;
    max-width: 100% !important;
    width:54px;
    background:#ECE8DD;
    border-radius: 50px;
    z-index: 9999;
}
.right_fixed dl{
    width:100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: relative;
}
.right_fixed dl dt{
    padding:14px 12px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.right_fixed dl:first-child dt{
    border-radius: 50px 50px 8px 8px;
}
.right_fixed dl:last-child dt{
    border-radius: 8px 8px 50px 50px;    
}
.right_fixed dl dt:hover{
    background:#fff;
}
/*.right_fixed dl:last-child dt:hover{
    background:none;
}*/
.right_fixed dl dt img{
    max-width: 30px;
    max-height: 30px;
}
.right_fixed dl dt p{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    width: 100%;
    text-align: center;
    cursor: default;
}
.right_fixed dl dd{
    position: absolute;
    top: 50%;
    right: 100%;
    padding-right: 18px;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(10px) translateY(-50%);
    opacity: 0;
    transition: all .5s;
    z-index: 99999;
}
.right_fixed dl:hover dd{
    visibility: visible;
    pointer-events: all;
    transform: translateX(0) translateY(-50%);
    opacity: 1;    
}
.right_fixed_box{
    position: relative;
    z-index: 1;
    width: 220px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 19px 10px rgba(22, 44, 112, .05);
    border-radius: 8px;
    padding: 12px 15px ;
}
.right_fixed_box:after{
    content: "";
    position: absolute;
    right: calc(-16px / 1.414 / 2);
    top: 50%;
    z-index: -1;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
}
.right_fixed_box2{
    width: 156px;
    padding:15px;
}
.right_fixed_tel a{
    font-size:18px;
    color: #333;
    font-weight: 700;
}
.right_fixed_code{

}
.right_fixed_code img{
    max-width: 106px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
    .right_fixed{
        right:10px;
    }
    .right_fixed dl dt{
        padding:10px;
    }
    .right_fixed dl dt img {
        max-width: 25px;
        max-height: 25px;
    }
}
@media(max-width: 991px){
    .online-server,.right_fixed{
        display: none!important;
    }
}
@media(max-width: 768px){

}

.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:#2b70bb 1px solid;}
.pageController .currPage {background-color: #2b70bb;color:#fff;border:#2b70bb 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: #2b70bb;
    vertical-align: middle;
    border: 1px solid #2b70bb; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    /*.m_f_fixed{*/
    /*    display: flex;*/
    /*}*/
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* 右侧浮窗 客服2 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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