﻿/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999;
}
.header-wrap.poff{
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
}
.head{
    padding:0px 110px;
    display: flex;
    justify-content: space-between;
    height: 88px;
    align-items: center;
}
.logo{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}
.logo_text{
    padding-left: 15px;
}
.logo_text .p1{
    font-size:20px;
    color: #000000;
    line-height: 1;
    font-weight: bold;
}
.logo_text .p2{
    font-size:14px;
    color: #666666;
    line-height: 1;
    margin-top:10px;
}
.head_r{
    display: flex;
    align-items: center;;
}
.h_tel,.NavToggle .header-wrap .h_tel{
    padding-left: 27px;
    font-size:20px;
    color: #000000;
    background: url(../images/h_tel.png) no-repeat left center;
    font-weight: bold;
    position: relative;
    z-index: 9;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 55px;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #000000;
    text-align: center;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:80px;
    left:0px;
    z-index: 999;
    background-color: #fff;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #333;  
    line-height: 2em;  
}
.nav li .b_nav a:hover{
    background: #063eb0;
    color: #fff;
}

.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}
.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}
.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}


#index_banner{
    width: 100%;
    height: 100vh;
    position: relative;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    display: flex;
    flex-direction: column;
    justify-content: flex-end;*/
    z-index: 99;
}
.banner_text .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0 110px;
    width: 100%;
    height: 100%;
}
.banner_text .cont .text{
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top:100px;
}
.banner_text .cont h2{
    font-size:50px;
    color: #000000;
    line-height: 1;
    font-weight: normal;
    position: relative;
    padding-bottom:40px;
    margin-bottom: 25px;
}
.banner_text .cont h2:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 66px;
    height: 3px;
    background: #063eb0;
}
.banner_text .cont .txt{
    max-width: 522px;
    font-size:24px;
    color: #333333;
    line-height: 1.6;
}
.banner_text .cont a{
    margin-top:100px;
    display: block;
    width: 160px;
    line-height: 52px;
    background: #da2200;
    font-size:16px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}
.banner_text .cont .banner_img{
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#index_banner .swiper-pagination{
    bottom:80px;
    text-align: left;
    padding:0 7.5%;
}
#index_banner .swiper-pagination .swiper-pagination-bullet{
    background: none;
    width: 40px;
    height: auto;
    line-height: 1;
    padding-bottom:10px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    opacity: 1;
    margin-right: 10px;
    font-size:14px;
    color: #fff;
    font-weight: bold;
    opacity: 0.6;
}
#index_banner .swiper-pagination .swiper-pagination-bullet:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background: #fff;
    z-index: 8;
}
#index_banner .swiper-pagination .swiper-pagination-bullet:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background: #063eb0;
    z-index: 9;
}
#index_banner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    color: #063eb0;
}
#index_banner .swiper-pagination .swiper-pagination-bullet-active:after{
        -webkit-animation: w100 5s ease-in-out infinite ;
    -moz-animation: w100 5s ease-in-out infinite ;
    -o-animation: w100 5s ease-in-out infinite ;
    animation: w100 5s ease-in-out infinite ;
}
@-webkit-keyframes w100 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes w100 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-o-keyframes w100 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.logo .img2,.NavToggle .header-wrap.poff .logo .img2{
    display: none;
}
.NavToggle .header-wrap.poff .logo .img1{
    display: block;
}


.nav-btn{
    width:36px; 
    height:36px; 
    border-radius:50%; 
    background:#063eb0; 
    margin-left:25px;
    position:relative; 
    z-index:2;
    display: none;
}
.nav-btn:before,.nav-btn:after{
    content:''; display:block; width:10px; height:1px; background:#fff; 
    position:absolute; left:12px; top:50%; margin-top:-5px; 
    transition: cubic-bezier(0.215,.61,.355,1) .45s;
}
.nav-btn>*{ 
    width:14px; height:1px; background:#fff; position:absolute; 
    left:12px; top:50%;transition: cubic-bezier(0.215,.61,.355,1) .45s; 
    transform-origin:left center;
}
.nav-btn:after{margin-top:5px;}
.nav-btn:hover>*{transform:scaleX(.4);}
.nav-toggle{
    position:fixed; right:0; top:0; bottom:0; 
    width:100%; 
    /*max-width:870px; */
    min-width:600px; 
    padding:100px 78px 65px; 
    transform:translateX(100%); 
    visibility:hidden; 
    transition:cubic-bezier(0.215,.61,.355,1) .45s;
}
.NavToggle .nav-toggle{
    transform:translateX(0); 
    visibility:visible;
}
.NavToggle .nav-btn:before{transform:translate(-3px,5px) rotate(45deg); width:18px;}
.NavToggle .nav-btn:after{transform:translate(-3px,-5px) rotate(-45deg); width:18px;}
.NavToggle .nav-btn>*{transform:scaleX(0);}
.nav-toggle>*{flex:1;}
.nav-toggle>.toggle-nav{flex:3;}
.toggle-nav>*{flex:1; transform:translateY(20px); opacity:0;}
.NavToggle .toggle-nav>*,.NavToggle .toggle-bottom{
    transform:translateY(0); opacity:1; 
    transition:cubic-bezier(0.215,.61,.355,1) .45s; 
    transition-delay:.45s;
}
.NavToggle .toggle-nav>*:nth-child(2){transition-delay:.55s;}
.NavToggle .toggle-nav>*:nth-child(3){transition-delay:.65s;}
.NavToggle .toggle-nav>*:nth-child(4){transition-delay:.75s;}
.NavToggle .toggle-nav>*:nth-child(5){transition-delay:.85s;}
.NavToggle .toggle-nav>*:nth-child(6){transition-delay:.95s;}
.NavToggle .toggle-bottom{transition-delay:1.05s;}
.NavToggle .toggle-nav dl{
    margin-bottom: 50px;
}
.NavToggle .toggle-nav dl:last-child{
    margin-bottom: 0;
}
.toggle-nav>* dt a{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    line-height: 1.4;
}
.toggle-nav>* dd {
    line-height: 24px;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
}
.toggle-nav>* dd a{
    display: block;
    margin-right: 20px;
    font-size: 15px;
}
.toggle-nav>* dd a:last-child{
    margin-right: 0;
}
@media(max-width: 1600px){
    .head,.banner_text .cont{
        padding:0 60px;
    }
    .logo_text .p1{
        font-size:16px;
    }
    .logo_text .p2{
        font-size:12px;
    }
    .nav li{
        margin-right:35px;
    }
    .banner_text .cont h2{
        font-size:36px;
    }
    .banner_text .cont .txt{
        font-size:16px;
    }
    .banner_text .cont a {
        margin-top: 60px;
        width: 140px;
        line-height: 46px;
        font-size: 15px;
    }
    #index_banner .swiper-pagination{
        bottom:50px;
        padding: 0 60px;
    }
    .nav-toggle{
        padding:120px 20px 30px; 
        min-width:inherit; 
        width:100%;
    }
}
@media(max-width: 1280px){
    .banner_text .cont h2 {
        font-size: 32px;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }    
}
@media(max-width: 1199px){
    .logo{
        max-width:280px;
    }
    .logo_text{
        padding-left:10px;
    }
    .logo_text .p2{
        line-height:1.4;
    }
    .nav li {
        margin-right: 20px;
    }
    .nav li a{
        font-size:15px;
    }
    #index_banner .swiper-pagination{
        padding: 0 30px;
    }
    .banner_text .cont a{
        width: 120px;
        font-size: 14px;
        line-height: 42px;
    }
}
@media(max-width: 1199px){
    .head, .banner_text .cont{
        padding:0 30px;
    }
}
@media(max-width: 991px){
    .head, .banner_text .cont{
        padding:0 20px;
    }
    .logo{
        max-width:100%;
    }
    .nav{
        display: none;
    }
    .nav-btn{
        display:block;
    }
    .nav-toggle{
        padding:90px 20px 30px; 
    }
    .banner_text .cont{
        display: flex;
        flex-direction: column;
        justify-content:center;
    }
    .banner_text .cont .text{
        width:100%;
        padding-top:0;
    }
    .banner_text .cont .banner_img{
        justify-content:center;
        width:100%;
        padding-top:35px;
    }
    #index_banner .swiper-pagination{
        padding:0 20px;
        bottom:80px;
    }
    .banner_text .cont a{
        margin-top:40px;
    }
}
@media(max-width: 820px){
    .banner_text .cont h2{
        font-size:28px;
    }

}
@media(max-width: 640px){
    .head{
        height:75px;
    }
    .logo img{
        max-height:50px;
    }
    .logo_text{
        display:none;
    }
    .logo_text .p1 {
        font-size: 14px;
    }
    .logo_text .p2{
        margin-top:5px;
    }
    .h_tel, .NavToggle .header-wrap .h_tel{
        font-size:16px;
    }
    /*.h_tel{*/
    /*    display:none;*/
    /*}*/
    .nav-btn{
        margin-left:15px;
    }
    .NavToggle .toggle-nav dl{
        margin-bottom: 30px;
    }
    .toggle-nav>* dd{
        margin-top:10px;
    }
    .toggle-nav>* dd a{
        margin-right:15px;
    }
    .banner_text .cont h2{
        font-size:22px;
    }
}

.swiper-wrap {
    width: 100vw;
    height: 100vh;
    position: relative;
    left: 0;
    top: 0;
}
.swiper-wrap .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-wrap .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:url(../images/index2_bg.jpg) no-repeat center;
    background-size: cover;
/*    align-items: center;*/
}
.wrap{
    width: 80%;
    max-width: 1550px;
    margin:0 auto;
}
.index_about{
/*    height: 100%;*/
    display: flex;
    flex-wrap: wrap;
    padding-top:88px;
}
.index_about .text{
    width: 54.5%;
    padding-right: 110px;
    padding-top:35px;
}
.index_t1{

}
.index_t1 h2{
    font-size:40px;
    color: #000000;
    line-height: 1;
}
.index_t1 .p1{
    font-size:30px;
    color: #333333;
    line-height: 1;
    margin-top:17px;
}
.index_about .text .txt{
    font-size:16px;
    color: #555555;
    margin:70px 0 75px;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
}
.num_list li{
    text-align: center;
}
.num_list li p.p1 span{
    font-size:48px;
    color: #063eb0;
    font-weight: bold;
    line-height: 1;
}
.num_list li p.p1 sub{
    font-size:16px;
    color: #666666;
    line-height: 1;
    position: relative;
    top:-5px;
    left:2px;
}
.num_list li p.p2{
    font-size:16px;
    color: #666666;
}
a.more1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    color: #fff;
    background: #da2200;
    border-radius: 4px;
    width: 160px;
    height: 52px;
}
.index_about .img{
    width: 50.45%;
    margin-right: -4.95%;
}
@media(max-width: 1600px){
    .wrap{
        width: 85%;
    }
    .index_about .text{
        padding-right:60px;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .index_t1 .p1{
        font-size:22px;
        margin-top:17px;
    }
    .index_about .text .txt{
        font-size:15px;
        margin:40px 0 45px;
    }
    .num_list{
        margin-bottom:50px;
    }
    .num_list li p.p1 span{
        font-size:36px;
    }
    .num_list li p.p1 sub{
        font-size:14px;
    }
    .num_list li p.p2{
        font-size:15px;
    }
    a.more1{
        width: 140px;
        height: 46px;
        font-size: 15px;    
    }
}
@media(max-width: 1280px){
    .wrap{
        width: 90%;
    } 
    .index_about .text{
        padding-right:50px;
    }
    .index_t1 h2{
        font-size:26px;
    }
    .index_t1 .p1{
        font-size:18px;
        margin-top:15px;
    }
    .index_about .text .txt{
        font-size:14px;
        margin:30px 0 35px;
    }
    .num_list{
        margin-bottom:35px;
    }
    .num_list li p.p1 span{
        font-size:30px;
    }
    .num_list li p.p1 sub{
        font-size:13px;
    }
    .num_list li p.p2{
        font-size:14px;
    }
    
}
@media(max-width: 1199px){
    .index_t1 h2{
        font-size:24px;
    }
    .index_t1 .p1{
        font-size:15px;
        margin-top:15px;
    }
    .index_about .text {
        padding-right: 35px;
        padding-top: 5px;
    } 
    .index_about .text .txt {
        margin: 20px 0 30px;
    }
    .num_list li p.p1 span {
        font-size: 24px;
    }
    .num_list li p.p1 sub {
        font-size: 12px;
    }
    a.more1 {
        width: 120px;
        font-size: 14px;
        height: 42px;
    }
}
@media(max-width: 991px){
    .index_about .text{
        width:100%;
        padding:0;
    }
    .index_about .img{
        width:100%;
        margin:50px 0 0;
        text-align:center;
    }
}
@media(max-width: 820px){
    .index_about .img{
        margin:30px 0 0;
    }
    .index_about .img img{
        max-height:450px;
    }
}
@media(max-width: 640px){
    .index_about{
        padding-top:0px;
    }
    .index_t1 h2 {
        font-size: 20px;
    }
    .index_t1 .p1 {
        font-size: 14px;
        margin-top: 12px;
    }
    a.more1{
        width:90px;
        font-size: 13px;
        height: 36px;
    }
    .index_about .text .txt {
        margin: 15px 0 20px;
        font-size: 13px;
    }
    .num_list {
        margin-bottom: 25px;
    }
    .num_list li p.p1 span{
        font-size:20px;
    }
    .num_list li p.p2{
        font-size:12px;
    }
    .index_about .img{
        display:none;
    }
    .index_about .img img {
        max-height: 220px;
    }
}


.index2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:url(../images/index2_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_product_top{
    margin-bottom: 95px;
    padding-top:50px;    
}
.index_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index_t1 p{
    font-size:15px;
    color: #666666;
    margin-top:10px;
    line-height: 1.6;
}
.index_product_bottom{
/*    display: flex;
    flex-wrap: wrap;*/
}
.index_product_l{
    margin-left: 10%;
    width: 14.5%;
    position: relative;
    float: left;
    padding-top:25px;
}
.p_sort{
    margin-bottom: 75px;
}
.p_sort a{
    display: block;
    margin-bottom: 22px;
    font-size:18px;
    color: #666666;
}
.p_sort a:last-child{
    margin-bottom: 0;
}
.p_sort a span{
    display: inline-block;
    position: relative;
    padding:5px 0;
}
.p_sort a span:after{
    content:'';
    position: absolute;
    left:0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: #da2200;
    transition: all 0.3s ease-out;
}
.p_sort a:hover{
    color: #000000;
}
.p_sort a:hover span:after{
    width: 100%;
}
.index_btn{
    width: 100%;
    height: 50px;
    position: relative;
}
.index_btn .swiper-button-prev,.index_btn .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top:0;
    margin-top:0;
}
.index_btn .swiper-button-prev{
    background: url(../images/left1.png) no-repeat center #fff;
    left:0;
}
.index_btn .swiper-button-next{
    background: url(../images/right1.png) no-repeat center #063eb0;
    left:75px;
}
.index_product_r{
    width: 75.5%;
    float: right;
}
#index_product .swiper-slide{
    padding:5px;
}
#index_product .swiper-slide img{
    border-radius: 8px;
    box-shadow: 0 0 3px #333;
}
@media(max-width: 1600px){
    .index_product_top{
        margin-bottom:50px;
    }
    .index_product_l{
        margin-left: 7.5%;
        width: 17%;
    }
    .p_sort{
        margin-bottom:50px;
    }
    .p_sort a{
        font-size:16px;
        margin-bottom: 12px;
    }
    .index_t1 p{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index_product_l{
        margin-left: 5%;
        width: 19.5%;
        padding-top:0;
    }
}
@media(max-width: 1199px){
    .index_product_top{
        margin-bottom:30px;
    }
    .p_sort {
        margin-bottom: 30px;
    }
    .p_sort a {
        font-size: 15px;
        margin-bottom: 5px;
    }
}
@media(max-width: 991px){
    .index_product_l{
        width: 90%;
        margin:0 5%;
    }
    .p_sort{
        display:flex;
        flex-wrap:wrap;
    }
    .p_sort a{
        margin-right:25px;
        font-size:16px;
    }
    .p_sort a:last-child{
        margin-right:0;
    }
    .index_product_r{
        width:100%;
        margin-top:50px;
    }
}
@media(max-width: 820px){
    .index_t1 p{
        font-size:13px;
    }
}
@media(max-width: 640px){
    .p_sort{
        display:none;
    }
    .p_sort a {
        margin-right: 15px;
        font-size: 15px;
    }    
}

.index3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:url(../images/index3_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_news{

}
.index_news_top{
    margin-bottom: 50px;
    margin-top:100px;
}
.index_news_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_news_l{
    width: 51.5%;
}
.news_list1{

}
.news_list1 li a{
    display: block;
    position: relative;
    color: #fff;
}
.news_list1 li a .text{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 100%;
    padding:30px 50px;
    background: url(../images/news_bg.png) no-repeat bottom center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.news_list1 li a .text span{
    display: block;
    font-size:14px;
    opacity: .6;
}
.news_list1 li a .text h3{
    font-size:20px;
    margin:10px 0 18px;
    line-height: 1.4;
}
.news_list1 li a .text p{
    font-size:16px;
    line-height: 1.6;
}
.news_list1 li a:hover .img img{
    transform: scale(1.1);
}
.index_news_r{
    width: 42.25%;
}
.news_list2{

}
.news_list2 li{
    height:33.333%;
}
.news_list2 li a{
    display: block;
    padding:30px 65px 17px 22px;
    border-bottom: 1px solid #bdbdbd;
    transition: all 0.4s ease-out;
}
.news_list2 li a span{
    font-size:14px;
    color: #666666;
}
.news_list2 li a h3{
    font-size:18px;
    color: #000000;
    line-height: 1.6;
    margin:10px 0 15px;
}
.news_list2 li a p{
    font-size:15px;
    color: #666666;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}   
.news_list2 li a:hover{
    background: #063eb0;
}
.news_list2 li a:hover span,.news_list2 li a:hover h3,.news_list2 li a:hover p{
    color: #fff;
}
@media(max-width: 1600px){
    .news_list1 li a .text{
        padding: 25px 30px;
    }
    .news_list1 li a .text h3{
        font-size:18px;
    }
    .news_list1 li a .text p{
        font-size:14px;
    }
    .index_news_r{
        width:45%;
    }
    .news_list2 li a {
        padding: 16px 22px;
    }
    .news_list1 li a .text span,.news_list2 li a span{
        font-size:13px;
        margin:2px 0 5px;
    }
    .news_list2 li a h3 {
        font-size: 16px;
        margin: 0px 0 5px;
    }
    .news_list2 li a p{
        font-size:13px;
    }

}
@media(max-width: 1280px){
    
}
@media(max-width: 1199px){
    .index_news_top {
        margin-bottom: 25px;
        margin-top: 100px;
    } 
    .news_list1 li a .text {
        padding: 20px 20px;
    }
    .news_list1 li a .text h3 {
        font-size: 16px;
        margin: 0px 0 5px;
    }
    .news_list2 li a {
        padding: 12px 16px;
    }
    .news_list2 li a p{
        -webkit-line-clamp: 1;
    }
}
@media(max-width: 991px){
    .index_news_l{
        width:100%;
        margin-bottom:50px;
    }
    .news_list1 li a .img{
        max-height:400px;
    }
    .index_news_r{
        width:100%;
    }
}
@media(max-width: 820px){
    .index_news_l{
        margin-bottom:15px;
    }
}
@media(max-width: 640px){
    .index_news_top {
        margin-bottom: 20px;
        margin-top: 0px;
    }   
    .index_news_l{
        margin-bottom:5px;
    }
    .news_list1 li a .img{
        max-height:260px;
    }
    .news_list1 li a .text p{
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow:hidden;
    }
    .news_list2 li:last-child{
        display:none;
    }
}



.index4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:url(../images/index5_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_sales{
    display: flex;
    flex-wrap: wrap;
    margin-top:100px;
}
.index_sales_l{
    width: 42%;
    padding-right: 110px;
    padding-top:85px;
}
.index_sales_l .text{
    font-size:16px;
    color: #555555;
    margin:70px 0 115px;
}
.num_list2{
    max-width: 455px;
    margin-bottom: 0;
}
.index_sales_r{
    width: 58%; 
    position: relative;   
}
.map_list{

}
.map_list dl{
    text-align: center;
    position: absolute;
    width: 40px;
    height: 40px;
}
.map_list dl dt{
    position: relative;
    width: 6px;
    height: 6px;
    background: #063eb0;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.map_list dl dt:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid #063eb0;
    animation-name: circle;
    animation-duration: 2s;
    animation-timing-function: steps(90);
    animation-iteration-count: infinite;
    animation-delay: 0s;
/*    height: 100%;
    color: #fff;
    padding: calc(35px + 33 * (100vw - 300px)/ 1400) 0;
    background-color: #363636;*/
}
.map_list dl dt:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid #063eb0;
    animation-name: circle;
    animation-duration: 2s;
    animation-timing-function: steps(90);
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
/*.map_list dl dt:before{
    animation-delay: 2s;
}
.map_list dl dt:after{
    animation-delay: 3s;
}*/
@-webkit-keyframes circle {
    0% {
        width: 0%;
        height: 0%;
        opacity: 1;
    }
    100% {
        width: 40px;
        height: 40px;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        width: 0%;
        height: 0%;
        opacity: 1;
    }
    100% {
        width: 40px;
        height: 40px;
        opacity: 0;
    }
}
.map_list dl dd{
    font-size:14px;
    color: #333333;
    line-height: 1;
}
.map_list dl:nth-child(1){
    top: 38%;
    right: 26%;
}
.map_list dl:nth-child(2){
    top: 45%;
    right: 28%;
}
.map_list dl:nth-child(3){
    top: 48%;
    right: 22%;
}
.map_list dl:nth-child(4){
    top: 53%;
    right: 38%;
}
.map_list dl:nth-child(5){
    top: 54%;
    right: 29%;
}
.map_list dl:nth-child(6){
    top: 59%;
    right: 23%;
}
.map_list dl:nth-child(7){
    top: 55%;
    right: 19%;
}
.map_list dl:nth-child(8){
    top: 59%;
    right: 15%;
}
.map_list dl:nth-child(9){
    top: 66%;
    right: 17%;
}
.map_list dl:nth-child(10){
    top: 71%;
    right: 25%;
}
.map_list dl:nth-child(11){
    top: 73%;
    right: 31%;
}
.map_list dl:nth-child(12){
    top: 62%;
    right: 31%;
}
.map_list dl:nth-child(13){
    top: 65%;
    right: 39%;
}
.map_list dl:nth-child(14){
    top: 64%;
    right: 46%;
}
@media(max-width: 1600px){
    .index_sales_l .text{
        font-size:15px;
        margin: 40px 0 70px;
    }
}
@media(max-width: 1280px){
    .index_sales_l {
        padding-right: 60px;
        padding-top: 35px;
    }
    .index_sales_l .text {
        font-size: 15px;
        margin: 30px 0 50px;
    }  
    .map_list dl dd{
        font-size:12px;
    }
    .map_list dl:nth-child(1){
        top: 38%;
        right: 23%;
    }
    .map_list dl:nth-child(2){
        top: 45%;
        right: 25%;
    }
    .map_list dl:nth-child(3){
        top: 48%;
        right: 20%;
    }
    .map_list dl:nth-child(4){
        top: 53%;
        right: 36%;
    }
    .map_list dl:nth-child(5){
        top: 54%;
        right: 27%;
    }
    .map_list dl:nth-child(6){
        top: 45%;
        right: 26%;
    }
}
@media(max-width: 1199px){
    .index_sales_l {
        padding-right: 35px;
        padding-top: 20px;
    }
    .index_sales_l .text {
        font-size: 14px;
        margin: 20px 0 30px;
    }
    .map_list dl dt{
        margin:0 auto 14px;
    }
    .map_list dl:nth-child(1){
        top: 38%;
        right: 23%;
    }
    .map_list dl:nth-child(2){
        top: 45%;
        right: 25%;
    }
    .map_list dl:nth-child(3){
        top: 48%;
        right: 20%;
    }
    .map_list dl:nth-child(4){
        top: 53%;
        right: 36%;
    }
    .map_list dl:nth-child(5){
        top: 54%;
        right: 27%;
    }
    .map_list dl:nth-child(6){
        top: 45%;
        right: 26%;
    }    
}
@media(max-width: 991px){
    .index_sales_l{
        padding-top:0;
        padding-right: 0;
        width: 100%;
    }
    .index_sales_r{
        width:100%;
        margin-top:50px;
    }
}
@media(max-width: 820px){
    .index_sales_r {
        width: 90%;
        margin: 35px 5% 0;
    }
}
@media(max-width: 640px){
    .index_sales{
        margin-top:50px;
    }
    .index_sales_r{
        width:94%;
        margin:20px 3%;
    }
    .map_list{
        display:none;
    }
}



.index6{

}
.swiper-wrap .swiper-container .swiper-slide.auto {
    height: auto;
}
.f_message{
    background:url(../images/message_bg.jpg) no-repeat center;
    background-size: cover;
    padding:60px 0 80px;
/*    margin-top:88px;*/
}
.f_message h2{
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}
.f_message ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.f_message ul li{
    width: 25%;
    margin-right: 2.9%;
    color: #fff;
    position: relative;
}
.f_message ul li input{
    border:1px solid #fff;
    color: #fff;
    line-height: 56px;
    font-size: 16px;
    background:none;
    width: 100%;
    outline: none;
    text-indent: 48px;
    border-radius: 4px;
}
.f_message ul li:before{
    content:'';
    position: absolute;
    top:50%;
    left:23px;    
}
.f_message ul li:nth-child(1):before{
    width: 18px;
    height: 21px;
    margin-top:-10.5px;
    background:url(../images/f_m1.png) no-repeat center;
}
.f_message ul li:nth-child(2):before{
    width: 14px;
    height: 19px;
    margin-top:-9.5px;
    background:url(../images/f_m2.png) no-repeat center;
}
.f_message ul li:nth-child(3):before{
    width: 22px;
    height: 18px;
    margin-top:-9px;
    background:url(../images/f_m3.png) no-repeat center;
}
.f_message ul li input::-webkit-input-placeholder{
    /*Webkit browsers*/
    color:#fff;
    font-size:16px;
}
.f_message ul li input:-moz-placeholder{
    /*Mozilla Firefox 4 to 8*/
    color:#fff;
    font-size:16px;
}
.f_message ul li input::moz-placeholder{
    /*Mozilla Firefox 19+*/
    color:#fff;
    font-size:16px;
}
.f_message ul li input:-ms-input-placeholder{
    /*Internet Explorer 10+*/
    color:#fff;
    font-size:16px;
}
.f_message ul .mess_tn{
    width: 14%;
}
.f_message ul .mess_tn input{
    display: block;
    width: 100%;
    background:#da2200;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border:none;
    outline: none;
    line-height: 58px;
    cursor: pointer;
    border-radius: 4px;
}
footer{
    background:url(../images/foot.jpg) no-repeat center;
    background-size: cover;    
}
.foot{
    padding:85px 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot_l{
    width: 36.5%;
}
.f_logo{

}
.f_contact{
    padding:40px 0 46px;
    font-size:14px;
    color: #dbdbdb;
    line-height: 1.6;
}
.f_contact p strong{
    display: block;
    color: #fff;
    font-size:16px;
    margin-bottom: 12px;
}

.f_nav{
    width: 63.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_nav li{

}
.f_nav li h3{
    font-size:24px;
    color: #ffffff;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 28px;
}
.f_nav li a{
    display: block;
    font-size:14px;
    color: #dbdbdb;
    line-height: 35px;
}
.f_nav li a:hover{
    color: #fff;
}
.copyright{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:20px 0;
    border-top:1px solid #999999;
    font-size:14px;
    color: #dbdbdb;
}
.copyright a{
    font-size:14px;
    color: #dbdbdb;
}
.copyright a:hover{
    color: #fff;
}
@media(max-width: 1600px){
    .foot{
        padding:35px 0 20px;
    }
    .f_contact {
        padding: 30px 0;
    }
    
    .f_nav li h3{
        font-size:20px;
        margin-bottom:15px;
    }
    .copyright{
        padding:10px 0;
        font-size:13px;
    }    
    .copyright a{
        font-size:13px;
    }
    .f_message{
        padding:60px 0 60px;
    }
    .f_message h2{
        font-size: 30px;
    }
    .f_message ul li input {
        line-height: 46px;
        font-size: 15px;
    }
    .f_message ul .mess_tn input {
        font-size: 15px;
        line-height: 46px;
    }
}
@media(max-width: 1360px){

    .f_message h2{
        font-size: 26px;
        margin-bottom: 25px;
    }

    .copyright{
        padding:7px 0;
    }
}
@media(max-width: 1260px){
    
}
@media(max-width: 1199px){
    .f_contact{
        padding:25px 0 0;
    }
    .f_code{
        display:none;
    }
    .f_nav li h3{
        font-size:17px;
    }
}
@media(max-width: 820px){
    .foot_l{
        width:100%;
    }
    .f_nav{
        display:none;
    }
}
@media(max-width: 640px){
    .foot {
        padding: 20px 0 10px;
    }
    .f_logo{
        display:none;
    }
    .f_message {
        padding: 40px 0;
    }
    .f_message h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .f_message ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .f_message ul .mess_tn{
        width: 35%;
        margin:0 auto;
    }
  
}

/*----- 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;
    height: 468px;
    position: relative;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner h2{
    font-size:60px;
    font-weight: normal;
}
.h88{
    width: 100%;
    height: 88px;
}
.n_t1{
    font-size:40px;
    color: #333333;
    line-height: 1.4;
    padding-bottom:30px;
    border-bottom: 1px solid #dbdbdb;
}
.sort{
    margin:30px 0 100px;
    display: flex;
    flex-wrap: wrap;
}
.sort li{
    margin-right: 65px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: block;
    font-size:18px;
    color: #666666;
    line-height: 52px;
    position: relative;
}
.sort li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 3px;
    background: #063eb0;
    transition: all 0.4s ease-out;
}
.sort li:hover a,.sort li.on a{
    color: #333333;
}
.sort li:hover a:after,.sort li.on a:after{
    width: 100%;
}
@media(max-width: 1600px){
    .n_banner{
        height:400px;
    }
    .n_banner h2{
        font-size:42px;
    }
    .n_t1{
        font-size:28px;
        padding-bottom:20px;
    }
    .sort {
        margin: 20px 0 60px;
    }
    .sort li{
        margin-right:50px;
    }
    .sort li a{
        font-size:16px;
        line-height:46px;
    }
}
@media(max-width: 1280px){
    .n_t1{
        font-size:24px;
    }
    .sort {
        margin: 10px 0 40px;
    }
    .sort li{
        margin-right:40px;
    }
}
@media(max-width: 1199px){
    .n_banner{
        height:300px;
    }   
}
@media(max-width: 820px){
    .n_banner{
        height:260px;
    }
    .n_banner h2{
        font-size:32px;
    } 
    .n_t1{
        font-size:20px;
    }
    .sort {
        margin: 10px 0 25px;
    }
    .sort li{
        margin-right:30px;
    }
}
@media(max-width: 640px){
    .h88{
        height:75px;
    }
    .n_banner{
        height:200px;
    }
    .n_banner h2{
        font-size:24px;
    } 
    .n_t1{
        font-size:18px;
        padding-bottom:15px;
    }
}
@media(max-width: 460px){
    .n_banner{
        height:160px;
    }
}

.header-wrap .logo .img2{
    display: none;
}
.header-wrap.on .logo .img1{
    display: none;
}
.header-wrap.on .logo .img2{
    display: inline-block;
}
.header-wrap.on .logo_text .p1,.header-wrap.on .p2,.header-wrap.on .nav li a,.header-wrap.on .h_tel{
    color: #fff;
}
.header-wrap.on .h_tel{
    background: url(../images/tel1_h.png) no-repeat left center;
}
.n_banner3{
    width: 100%;
    height: 100vh;
    position: relative;
}
.n_banner3 i{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    z-index: 99;
    margin: -36px 0 0 -36px;
    cursor: pointer;
    background: url(../images/player2.png) no-repeat center;
    background-size: contain;
}
.n_banner3 i:hover{
    background: url(../images/player.png) no-repeat center;
    background-size: contain;    
}
#about1{
    background: url(../images/about1.jpg) no-repeat center bottom #f7f9fe;
/*    background-size: cover;*/
    padding:90px 0 105px;
}
#about1 .cont{
    margin-top:75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.about1_l{
    width: 45%;    
}
#about1 .cont .img{
    border-radius: 10px;
    margin-bottom:40px;
}
#about1 .cont .text{
    width: 46.5%;
    font-size:18px;
    color: #555555;
    position: relative;
}
#about1 .cont .text .txt{
    position: sticky;
    top: 130px;
    right: 0;    
}
#about1 .cont .text p{
    margin-bottom: 12px;
}
#about1 .cont .text p:child-child{
    margin-bottom: 0;
}
#about1 dl{
    max-width: 620px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding:46px 0 27px;
    border-bottom: 1px solid #dbdbdb;
}
#about1 dl dt{
    font-size:60px;
    color: #063eb0;
    font-weight: bold;
    line-height: 1;
    width: 290px;
}
#about1 dl dd{
    font-size:20px;
    color: #333333;
}
#about2{
    padding:85px 0 120px;
}


.about_wh{
    width: 100%;
    user-select: none;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 674px;
    display: flex;
    align-items: center;
    justify-content: center;  
    margin-top:75px;  
}
.aboutwh-content{
    width: 700px;background: #fff;height: 342px;
    padding: 80px 80px 0;
    border-radius: 50px;box-shadow: 0 0 20px 4px rgba(0, 0, 0, .06);
    position: relative;z-index: 2;
}
.aboutwh-content .swiper-pagination{display: none;}
.aboutwh-content-mix{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.aboutwh-content-icon{width: 120px;padding-right: 24px;}
.aboutwh-content-icon img{max-width: 100%;}
.aboutwh-content-cont{width: calc(100% - 152px);}
.aboutwh-content-cont .title{
    font-size:36px;
    color: #000000;
    line-height: 1.1;
}
.aboutwh-content-cont .text{
    font-size:32px;
    margin-top: 37px;padding-top: 25px;border-top: 1px solid #dcdcdc;color: #666666;
}
.aboutwh-click{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;}
.aboutwh-click li{
    position: absolute;cursor: pointer;color: #fff;
    align-items: center;justify-content: center;
    width: 210px;height: 210px;border-radius: 50px;
    transition: all .6s ease;
    font-size:30px;
    display: flex;
    flex-wrap: wrap;
}
.aboutwh-click li.sm{background: #1f0d9c;left: 90px;top: 0;}
.aboutwh-click li.yj{background: #000000;right: 90px;top: 0;}
.aboutwh-click li.hx{background: #0078f3;left: 90px;bottom: 0;}
.aboutwh-click li.xc{background: #da2200;right: 90px;bottom: 0;}
.aboutwh-block{position: absolute;width: 210px;height: 210px;right: 90px;bottom: 0;transition: all .6s ease;display: none;}
.aboutwh-block img{width: 100%;object-fit: cover;}
.aboutwh-click li.sm.active{left: 0;border-bottom-right-radius: 0px;}
.aboutwh-click li.yj.active{right: 0;border-bottom-left-radius: 0px;}
.aboutwh-click li.hx.active{left: 0;border-top-right-radius: 0px;}
.aboutwh-click li.xc.active{right: 0;border-top-left-radius: 0px;}
.aboutwh-block.active{right: 30%;}


#about3{
    padding:85px 0 150px;
    background: url(../images/fzlc.jpg) no-repeat bottom center;
    background-size: cover;
}
.fzlc{
    margin-top:110px;
}
.fzlc .gallery-top{

    margin-bottom: 150px;
}
.fzlc .gallery-top .swiper-slide{
    min-height:255px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fz_year{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size:320px;
    color: #e5e5e5;
    line-height: 1;
    z-index:8;
}
.fz_text{
    font-size:20px;
    color: #333333;
    text-align: center;
    text-align:center;
    max-width: 450px;
    margin:0 auto;
    position:relative; 
    z-index:9;
}
#about3 .swiper-button-prev,#about3 .swiper-button-next{
    width: 66px;
    height: 66px;
    margin-top:-33px;
}
#about3 .swiper-button-prev{
    background: url(../images/left2.png) no-repeat center #dbdbdb;
    left:0;
    opacity: 1;
}
#about3 .swiper-button-prev:hover{
    background: url(../images/left2.png) no-repeat center #da2200;
}
#about3 .swiper-button-next{
    background: url(../images/right2.png) no-repeat center #dbdbdb;
    right:0;
    opacity: 1;
}
#about3 .swiper-button-next:hover{
    background: url(../images/right2.png) no-repeat center #da2200;
}

.fzlc .gallery-thumbs{
    padding-top:30px;
    position: relative;
}
.fzlc .gallery-thumbs:after{
    content:'';
    position: absolute;
    left:0;
    top:4px;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
}
.fzlc .gallery-thumbs .swiper-slide{
    text-align: center;
    font-size:18px;
    line-height: 1;
    color: #999999;
    position: relative;
}
.fzlc .gallery-thumbs .swiper-slide:after{
    content:'';
    position: absolute;
    top:0%;
    left:50%;
    width: 9px;
    height: 9px;
    background: #999999;
    border-radius: 50%;
    margin:-30px 0 0 -4.5px;
}
.fzlc .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    color: #da2200;
}
.fzlc .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after{
    background: #da2200;
}
#about4{
    padding:100px 0 115px;
}
#ryzz{
    margin-top:80px;
}
#about4 .swiper-pagination{
    width: 43%;
    right:0;
    bottom:10px;
    height: 3px;
    background: #dbdbdb;
}
#about4 .swiper-pagination-progressbar-fill{
    background: #d1232a;
}
#about5{
    background: #fafafa;
    padding:90px 0 110px;
}
.hzhb{
    margin-top:70px;
}
.hzhb .wrap{
    position: relative;
}
#about5 .swiper-button-prev,#about5 .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top:-25px;
    border-radius: 50%;
}
#about5 .swiper-button-prev{
    background: url(../images/right1.png) no-repeat center #dbdbdb;
    left:-88px;
    opacity: 1;
    transform: rotate(-180deg);
}
#about5 .swiper-button-prev:hover{
    background: url(../images/right1.png) no-repeat center #063eb0;
}
#about5 .swiper-button-next{
    background: url(../images/right1.png) no-repeat center #dbdbdb;
    right:-88px;
    opacity: 1;
}
#about5 .swiper-button-next:hover{
    background: url(../images/right1.png) no-repeat center #063eb0;
}
#hzhb{
    padding:8px;
}
#hzhb .swiper-slide{
    box-shadow: 0px 0px 7px #dbdbdb;
}
#about6{
    padding:90px 0 100px;
    overflow: hidden;
}
#about6 .wrap{
    max-width: 960px;
}
#team{
    margin-top:85px;
    overflow: visible;
    padding-bottom:110px;
}
#team .swiper-slide:after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #063eb0;
    opacity: .62;
}
#team .swiper-slide-active:after{
    opacity: 0;
}
#team .swiper-button-prev,#team .swiper-button-next{
    top:calc(100% - 55px);
    width: 50px;
    height: 50px;
    margin-top:-0px;
    border-radius: 50%;
}
#team .swiper-button-prev{
    background: url(../images/right1.png) no-repeat center #dbdbdb;
    left:calc(50% - 65px);
    opacity: 1;
    transform: rotate(-180deg);
}
#team .swiper-button-prev:hover{
    background: url(../images/right1.png) no-repeat center #063eb0;
}
#team .swiper-button-next{
    background: url(../images/right1.png) no-repeat center #dbdbdb;
    right:calc(50% - 65px);
    opacity: 1;
}
#team .swiper-button-next:hover{
    background: url(../images/right1.png) no-repeat center #063eb0;
}
@keyframes aboutBanRun {
    0%{transform: scale(1.12);}
    100%{transform: scale(1);}
}
.aboutBan video{
    position: absolute;
    transform: scale(1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    animation: aboutBanVideo 1s ease both 1.6s;
}
@keyframes aboutBanVideo {
    0%{opacity: 0;}
    100%{opacity: 1;}
}
@media(max-width: 1600px){
    #about1,#about2,#about4,#about5,#about6{
        padding:90px 0;
    }
    #about1 .cont{
        margin-top:50px;
    }
    .about1_l {
        width: 48%;
    }   
    #about1 .cont .img{
        margin-bottom:20px;
    }
    #about1 dl {
        padding: 25px 0 20px;
    }
    #about1 dl dt{
        font-size:32px;
        width:240px;
    }
    #about1 dl dd {
        font-size: 16px;
    }
    #about1 .cont .text{
        font-size:15px;
    }
    .aboutwh-click li{
        font-size:24px;
        width: 170px;
        height: 170px;
    }
    .aboutwh-content-cont .title{
        font-size:30px;
    }
    .aboutwh-content-cont .text {
        font-size: 22px;
        margin-top: 25px;
        padding-top: 15px;
    }   
    .about_wh {
        height: 580px;
        max-width: 1100px;
    }
    #about3{
        padding:80px 0 120px;
    }
    .fzlc .gallery-top {
        margin-bottom: 90px;
    }
    .fz_year{
        font-size:260px;
    }
    .fz_text{
        font-size:16px;
    }
    #ryzz,.hzhb{
        margin-top:50px;
    }
    #team{
        margin-top:60px;
    }
}
@media(max-width: 1280px){
    #about1{
        padding:70px 0;
    } 
    .fzlc .gallery-top {
        margin-bottom: 60px;
    }
    .fz_year{
        font-size:200px;
    }
}
@media(max-width: 991px){
    .n_banner3{
        height:50vh;
    }
    .about1_l{
        width:100%;
    }  
    .about_wh{
        margin-top: 50px;
    }
    .aboutwh-click, .aboutwh-block{
        display:none;
    }
    .aboutwh-tabs{height: auto;}
    .aboutwh-content{width: 100%;height: auto;padding: 30px;}
    .aboutwh-content .swiper-pagination{display: block;bottom: 0;}
    .aboutwh-content .swiper-container{padding-bottom: 50px;}
    .aboutwh-content .swiper-pagination-bullet {margin: 0 8px !important;}
    .aboutwh-content .swiper-pagination-bullet-active {background: #0056b8;}
    .aboutwh-content-cont .title {
        font-size: 24px;
    }
    .aboutwh-content-cont .text {
        font-size: 18px;
        margin-top: 20px;
    }
    #about1 .cont .text{
        width:100%;
        margin-top:30px;
    }
}
@media(max-width: 820px){
    #about1, #about2, #about4, #about5, #about6 {
        padding: 50px 0;
    }
    #about1 .cont {
        margin-top: 30px;
    }
    #about1 dl{
        padding: 15px 0 20px;
    }
    #about1 dl dt {
        font-size: 26px;
        width:180px;
    }
    #about1 dl dd{
        font-size:15px;
    }
    #about3{
        padding:70px 0 100px;
    }
    .aboutwh-content{
        border-radius:25px;
    }
    .aboutwh-content-icon{
        width:100px;
    }
    .aboutwh-content-cont {
        width: calc(100% - 100px);
    }
    .fzlc{
        margin-top:50px;
    }
    .fzlc .gallery-top .swiper-slide{
        min-height:200px;
    }
    .fz_year{
        font-size:150px;
    }
    .fzlc .gallery-thumbs .swiper-slide{
        font-size:16px;
    }
    #ryzz,.hzhb{
        margin-top:30px;
    }
    #team{
        margin-top:30px;
    }
}
@media(max-width: 640px){
    .n_banner3 {
        height: 40vh;
    }
    .n_banner3 i{
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;    
    }
    #about1, #about2, #about4, #about5, #about6 {
        padding: 30px 0;
    }
    #about1 .cont {
        margin-top: 25px;
    }
    #about1 dl {
        padding: 15px 0;
    }
    #about1 dl dt {
        font-size: 22px;
        width:160px;
    }
    .about_wh {
        margin-top: 25px;
    }
    .aboutwh-content-cont .title {
        font-size: 20px;
    }
    .aboutwh-content-cont .text {
        font-size: 15px;
        margin-top: 12px;
        padding-top: 5px;
    }
    #about2 .swiper-pagination{
        bottom:0;
    }
    .fz_text{
        font-size:15px;
    }
    .aboutwh-content-icon{
        width:70px;
    }
    .aboutwh-content-cont {
        width: calc(100% - 70px);
    }
    .aboutwh-content{
        padding:20px 15px;
    }

#about3 {
    padding: 40px 0 70px;
}
.fzlc {
    margin-top: 30px;
}
.fz_year {
    font-size: 90px;
}
.fzlc .gallery-top {
    margin-bottom: 30px;
}
.fzlc .gallery-top .swiper-slide {
    min-height: 150px;
}
#about3 .swiper-button-prev, #about3 .swiper-button-next {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    display:none;
}
.fzlc .gallery-thumbs .swiper-slide{
    font-size:15px;
}

    #team {
        margin-top: 25px;
        padding-bottom: 65px;
    }
    #team .swiper-button-prev, #team .swiper-button-next {
        top: calc(100% - 40px);
        width: 40px;
        height: 40px;
    }
}


.n_banner2{
    background: #f3f3f3;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
}
.n_banner2 h2{
    font-size:40px;
    color: #000000;
    line-height: 1;
    font-weight: normal;
}
.sitemp{
    margin:15px 0 75px;
}
.site{
    font-size:14px;
    color: #888888;
}
.site a{
    font-size:14px;
    color: #888888;    
}
.n_product{
    padding:0 0 105px;
}
.product_l{
    width: 22%;
    float: left;
}
.product_l h2{
    font-size:30px;
    color: #000000;
    line-height: 1;
    margin-bottom: 40px;
}
.p_sort{

}
.p_sort li{
    margin-bottom: 20px;
}
.p_sort li a{
    display: block;
    padding-left: 35px;
    background: url(../images/p_icon1.png) no-repeat left center;
    font-size:20px;
    color: #000000;
}
.p_sort li.on a{
    background: url(../images/p_icon2.png) no-repeat left center;
}
.product_r{
    width: 78%;
    float: right;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
}
.product_list li a img{
    width: 100%;
}
.product_list li:hover a img{
    transform: scale(1.1);
}
.product_list li p{
    font-size: 18px;
    text-align: center;
    margin-top:10px;
    color: #333;
}
.product_list li:hover p{
    color: #063eb0;
}
@media(max-width: 1600px){
    .n_banner2 h2{
        font-size:32px;
    }
    .sitemp{
        margin:15px 0 50px;
    }
    .n_product {
        padding: 0 0 90px;
    }
    .product_l h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .p_sort2 li a{
        font-size:16px;
        line-height:1.6;
    }
    .product_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    .product_list li p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .n_product {
        padding: 0 0 70px;
    }    
}
@media(max-width: 1199px){
    
}
@media(max-width: 820px){
    .n_banner2 h2{
        font-size:26px;
    }
    .n_product {
        padding: 0 0 50px;
    }
    .sitemp{
        margin:15px 0 30px;
    }
    .product_list li{
        width:49%;
        margin-bottom: 15px;
    } 
    .product_list li:nth-child(3n){
        margin-right:2%;
    }
    .product_list li:nth-child(2n){
        margin-right:0;
    }
}
@media(max-width: 640px){
    .n_banner2 h2{
        font-size:22px;
    }
    .n_product {
        padding: 0 0 30px;
    }
    .sitemp{
        margin:10px 0 25px;
    }
    .product_l{
        width:100%;
    }
    .product_l h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .p_sort2{
        display:flex;
        flex-wrap:wrap;
        margin-bottom: 15px;
    }
    .p_sort2 li{
        width:50%;
        margin-right:0;
        margin-bottom:10px;
    }
    .p_sort2 li a{
        font-size:14px;
        padding-left: 30px;
    }
    .product_r{
        width:100%;
    }

}


#hx1{
    padding:105px 0 165px;
    background: #f9f9f9;
}
.hx_t{
    text-align: center;
}
.hx_t .p1{
    font-size:48px;
    color: #000000;
    line-height: 1.3;
}
.hx_t .p2{
    font-size:18px;
    color: #666666;
    max-width: 830px;
    margin:30px auto 0;
}
#hx2{
    padding:85px 0 0;
}
#gchj{
    margin-top:65px;
}
.hx2_bottom{
    margin-top:80px;
    position: relative;
}
.hx2_text{
    padding-left: 29px;
    background: url(../images/mouse.png) no-repeat left center;
}
#hx2 .swiper-pagination{
    width: 43%;
    right:0;
    bottom:10px;
    height: 3px;
    background: #dbdbdb;
}
#hx2 .swiper-pagination-progressbar-fill{
    background: #d1232a;
}

#hx3{
    padding:115px 0 0;
}
#hx3 ul{
    background: url(../images/hx3.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#hx3 ul li{
    color: #ffffff;
    width: 25%;
    height: 100%;
    padding:20px 55px 70px;
    border-right: 1px solid rgba(255,255,255,.24);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
#hx3 ul li .text{
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 99; 
    transition: all 0.3s ease-out 0s;
    padding:20px 55px 70px;
    visibility: hidden;
}
#hx3 ul li .img1{
    margin-bottom: 30px;
}
#hx3 ul li h3,#hx3 ul li h2{
    font-size:30px;
    line-height: 1.2;
}
#hx3 ul li p{
    margin-top:22px;
    font-size:18px;
    line-height: 1.6;
}
#hx3 ul li:hover h2{
    visibility: hidden;
}
#hx3 ul li:hover .text{
    bottom:0;
    visibility:visible;
}
#hx4{
    padding:105px 0;
}
#sbzs{
    margin-top:65px;
    padding-bottom: 35px;
}
#sbzs p{
    font-size:20px;
    color: #333333;
    text-align: center;
    margin-top:28px;
}
#sbzs .swiper-pagination{
    bottom:0;
}

#hx5{
    padding:75px 0 145px;
    background: #f8f8f8;
}
#hx5 .cont{
    margin-top:65px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
#hx5 .cont .img{
    width: 50%;
}
#hx5 .cont .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding:20px 90px 20px 65px;
}
#hx5 .cont .text h3{
    font-size:36px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 45px;
}
#hx5 .cont .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 62px;
    height: 3px;
    background: #063eb0;
}
#hx5 .cont .txt p{
    font-size:16px;
    color: #666666;
    margin-bottom: 15px;
}
#hx5 .cont .txt p:last-child{
    margin-bottom: 0;
}
@media(max-width: 1600px){
    #hx1,#hx4{
        padding:90px 0;
    }
    .hx_t .p1{
        font-size: 32px;
    }
    .hx_t .p2 {
        font-size: 15px;
        margin: 20px auto 0;
    }
    #gchj {
        margin-top: 50px;
    }
    .hx2_bottom {
        margin-top: 50px;
    }
    #hx3{
        padding:90px 0 0;
    }
    #hx3 ul li,#hx3 ul li .text{
        padding:20px 30px 55px;;
    }
    #hx3 ul li h3, #hx3 ul li h2 {
        font-size: 20px;
    }
    #hx3 ul li p{
        font-size:15px;
    }
    #sbzs{
        margin-top:50px;
    }
    #sbzs p {
        font-size: 16px;
        margin-top: 15px;
    }
    #hx5{
        padding:75px 0;
    }
    #hx5 .cont{
        margin-top:50px;
    }
    #hx5 .cont .text{
        padding:20px 50px;
    }
    #hx5 .cont .text h3{
        font-size: 26px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    #hx5 .cont .text .txt p{
        font-size:14px;
        margin-bottom:10px;
    }
}
@media(max-width: 1280px){
    #hx1,#hx4{
        padding:70px 0;
    } 
    .hx_t .p1{
        font-size: 28px;
    }
    .hx_t .p2 {
        font-size: 14px;
    }    
    #hx2,#hx3{
        padding:70px 0 0;
    }
    #hx3 ul{
        height:400px;
    }
    #gchj {
        margin-top: 50px;
    }
    #sbzs p {
        font-size: 14px;
        margin-top: 10px;
    }
}
@media(max-width: 1199px){
    #hx3 ul li, #hx3 ul li .text {
        padding: 20px 20px 40px;
    }
    #hx3 ul li .img1 {
        margin-bottom: 20px;
    }
    #hx3 ul li h3, #hx3 ul li h2 {
        font-size: 18px;
    } 
    #hx3 ul li p {
        font-size: 14px;
        margin-top: 15px;
    }
}
@media(max-width: 820px){
    #hx1,#hx4,#hx5{
        padding:50px 0;
    } 
    .hx_t .p1{
        font-size: 24px;
    }
    #hx2,#hx3{
        padding:50px 0 0;
    }
    #hx3 ul{
        height:300px;
    }
    #hx3 ul li .img1 img{
        max-height:50px;
    }
    #sbzs{
        margin-top:35px;
    }
    #hx5 .cont,#gchj{
        margin-top:30px;
    }
    #hx5 .cont .img{
        width:100%;
    }
    #hx5 .cont .text{
        width:100%;
        padding:20px;
    }
    #hx5 .cont .text h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}
@media(max-width: 640px){
    #hx1,#hx4,#hx5{
        padding:30px 0;
    } 
    .hx_t .p1{
        font-size: 22px;
    }    
    #hx2,#hx3{
        padding:30px 0 0;
    }
    #hx3 ul{
        height:auto;
    }
    #hx3 ul li{
        width:100%;
        padding:20px 15px;
        border-right:none;
        border-bottom: 1px solid rgba(255,255,255,.24);
    }
    #hx3 ul li:last-child{
        border-bottom:none;
    }
    #hx3 ul li .img1 img{
        max-height:40px;
    }
    #hx3 ul li h3, #hx3 ul li h2{
        font-size:16px;
    }
    #hx3 ul li h2{
        display:none;
    }
    #hx3 ul li .text{
        position:relative;
        padding:20px 15px;
        top:0;
        bottom:0;
        visibility:visible;
    }
    #sbzs,#hx5 .cont,#gchj{
        margin-top:25px;
    }
    .hx2_bottom {
        margin-top: 30px;
    }
    #hx5 .cont .text h3 {
        font-size: 18px;
    }
}


.n_news{
    padding:55px 0 120px;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 45px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
}
.news_list li a .text{
    background: #f5f5f5;
    padding:40px 38px 55px;
}
.news_list li a .text .date{
    font-size:12px;
    color: #666666;
}
.news_list li a .text h3{
    font-size:18px;
    line-height: 1.4em;
    height: 2.8em;
    color: #000000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin:10px 0 20px;
    font-weight: normal;
}
.news_list li a .text .more span{
    font-size:14px;
    color: #000000;
    display: inline-block;
    position: relative;
}
.news_list li a .text .more span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 1px;
    background: #000000;
}
.news_list li a:hover .img img{
    transform: scale(1.1);
}
.news_list li a:hover .text{
    background: #063eb0;
}
.news_list li a:hover .text .date,.news_list li a:hover .text h3,.news_list li a:hover .text .more span{
    color: #fff;
}
.news_list li a:hover .text .more span:after{
    background: #fff;
}
.news_detail{

}
.news_detail_l{
    width: 64%;
    float: left;
}
.news_detail_t{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom:36px;
    border-bottom: 1px solid #bdbdbd;
}
.news_detail_t h1{
    font-size:36px;
    color: #333333;
    line-height: 1;
    font-weight: normal;
}
.dates{
    border:1px solid #bdbdbd;
    text-align: center;
    width: 110px;
}
.dates .p1{
    font-size:14px;
    color: #666666;
    line-height: 30px;
    border-bottom: 1px solid #bdbdbd;
}
.dates .p2{
    font-size:32px;
    color: #333333;
    line-height: 50px;
}
.news_detail_l .content{
    font-size:16px;
    color: #333333;
    margin:65px 0 80px;
}
.news_detail_r{
    width: 21%;
    float: right;
}
.news_detail_r h2{
    font-size:26px;
    color: #000000;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 50px;
}
.tj_list{

}
.tj_list li{
    margin-bottom: 55px;
}
.tj_list li a{
    display: block;
}
.tj_list li a .p1{
    font-size:14px;
    color: #666666;
    margin:15px 0 5px;
}
.tj_list li a .p1 span{
    margin-left: 12px;
}
.tj_list li a .p2{
    font-size:16px;
    color: #000000;
}
.tj_list li a:hover .img img{
    transform: scale(1.1);
}
.tj_list li a:hover p.p2{
    color: #063eb0;
}
@media(max-width: 1600px){
    .news_list li{
        width:32%;
        margin-right:2%;
        margin-bottom: 30px;
    }
    .news_list li a .text {
        padding: 25px 20px;
    }
    .news_list li a .text h3 {
        font-size: 16px;
    }
    .news_detail_t h1{
        font-size:26px;
    }
    .news_detail_t{
        padding-bottom:30px;
    }
    .dates .p1{
        font-size:13px;
    }
    .dates .p2{
        font-size: 22px;
        line-height: 40px;
    }
    .news_detail_l{
        width:68%;
    }
    .news_detail_l .content {
        font-size: 15px;
        margin: 30px 0 50px;
    }
    .news_detail_r{
        width:25%;
    }
    .news_detail_r h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .tj_list li {
        margin-bottom: 35px;
    }
    .tj_list li a .p1 {
        font-size: 13px;
        margin: 10px 0 0px;
    }
    .tj_list li a .p2{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .n_news {
        padding: 55px 0;
    } 
    .news_detail_t {
        padding-bottom: 20px;
    }
    .news_detail_t h1 {
        font-size: 20px;
    }
    .dates .p2{
        font-size:20px;
    }
    .news_detail_l .content {
        margin: 15px 0 30px;
    }
}
@media(max-width: 1199px){
    .tj_list li {
        margin-bottom: 20px;
    }    
}
@media(max-width: 820px){
    .news_list li{
        width:49%;
    }
    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    }
    
    .news_detail_l{
        width:100%;
    }
    .news_detail_r{
        display:none;
    }
}
@media(max-width: 640px){
    .n_news {
        padding: 30px 0;
    }   
    .news_list li{
        width:100%;
        margin-right:0!important;
        margin-bottom:15px;
    }
    .news_list li a .text {
        padding: 20px 20px;
    }
    .dates{
        display:none;
    }
    .news_detail_t {
        padding-bottom: 15px;
    }
    .news_detail_t h1 {
        font-size: 16px;
    }

}

#job1{
    padding:105px 0 125px;
}
.job_t{
    background: #f6f7f8;
    display: flex;
    align-items: center;
    font-size:18px;
    color: #555555;
    height: 70px;
    line-height: 1.5;
    margin:70px 0 32px;
}
.job_t p{
    width: calc(100% / 6); 
    text-align: center;
}
.job_list{

}
.job_list li{
    margin-bottom: 32px;
    border:1px solid #dadada;
}
.job_list li:last-child{
    margin-bottom: 0;
}
.job_top{
    display: flex;
    align-items: center;
    font-size:16px;
    color: #333333;
    height: 70px;
    line-height: 1.5;
}
.job_top p{
    width: calc(100% / 6); 
    text-align: center;
}
.job_list li .content{
    font-size:15px;
    color: #666666;
    padding:50px 90px 60px;
    display: none;
    box-shadow: inset 0px 5px 5px #f5f5f5;
}
.job_list li .txt p:nth-child(1){
    margin-bottom: 10px;
}
.job_list li .txt .p2{
    margin-top:40px;
}
.job_list li .txt .p2 a{
    color: #063eb0;
    font-size:15px;
}
/*.job_list li.cur .job_top{
    box-shadow: 0px 0px 5px #ccc;
}*/
.job_list li.cur .content{
    display: block;
}

#job2{
    background: #f6f7f8;
    padding:95px 0 125px;
}
.job_list2{
    margin-top: 70px;
}
.job_list2 li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 60px;
}
.job_list2 li:nth-child(2n){
    flex-direction: row;
}
.job_list2 li:last-child{
    margin-bottom: 0
}
.job_list2 li .img{
    width: 50%;
}
.job_list2 li .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding:20px 90px 20px 65px;
}
.job_list2 li .text h3{
    font-size:36px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 45px;
}
.job_list2 li .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 62px;
    height: 3px;
    background: #063eb0;
}
.job_list2 li .text .txt{
    
}
.job_list2 li .text .txt p{
    font-size:16px;
    color: #666666;
    margin-bottom: 15px;
}
.job_list2 li .text .txt p:last-child{
    margin-bottom: 0;
}
#job3{
    padding:100px 0;
}
#ygfc{
    padding-bottom:40px;
    margin-top:95px;
}
#ygfc .swiper-pagination{
    bottom:0;
}
@media(max-width: 1600px){
    #job1,#job2,#job3{
        padding:90px 0;
    }
    .job_t {
        font-size: 16px;
        height: 60px;
        margin: 55px 0 30px;
    }
    .job_list li {
        margin-bottom: 20px;
    }
    .job_top{
        height:55px;
        font-size:15px;
    }
    .job_list2 li{
        margin-bottom:50px;
    }
    .job_list li .content{
        font-size:14px;
        padding:35px 65px;
    }
    .job_list li .txt .p2{
        margin-top:30px;
    }
    .job_list2 li .text{
        padding:20px 50px;
    }
    .job_list2 li .text h3 {
        font-size: 26px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .job_list2 li .text .txt p{
        font-size:14px;
        margin-bottom:10px;
    }
    #ygfc{
        margin-top:60px;
    }
}
@media(max-width: 1280px){
    #job1,#job2,#job3{
        padding:70px 0;
    }   
    .job_list2 {
        margin-top: 50px;
    }
}
@media(max-width: 1199px){
    
}
@media(max-width: 820px){
    #job1,#job2,#job3{
        padding:50px 0;
    } 
    .job_t {
        margin: 35px 0 20px;
    }
    .job_list li .content {
        padding: 30px 35px;
    }
    .job_list2 {
        margin-top: 30px;
    }
    .job_list2 li{
        margin-bottom:20px;
    }
    .job_list2 li .img{
        width:100%;
    }
    .job_list2 li .text{
        width:100%;
        padding:20px;
    }
    .job_list2 li .text h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    #ygfc{
        margin-top:40px;
    }
}
@media(max-width: 640px){
    #job1,#job2,#job3{
        padding:30px 0;
    } 
    .job_t {
        margin: 25px 0 20px;
        font-size:15px;
    }
    .job_t p {
        width: calc(100% / 3);
    }
    .job_t p:nth-child(2),.job_t p:nth-child(2),.job_t p:nth-child(4),.job_t p:nth-child(5){
        display:none;
    }
    .job_top{
        font-size:14px;
        height:45px;
    }
    .job_top p{
        width: calc(100% / 3);
    }
    .job_top p:nth-child(2),.job_top p:nth-child(2),.job_top p:nth-child(4),.job_top p:nth-child(5){
        display:none;
    }
    .job_list li{
        margin-bottom:15px;
    }
    .job_list li .content {
        padding: 20px 20px;
    }
    .job_list li .txt .p2 {
        margin-top: 15px;
    }
    .job_list2 li .text h3 {
        font-size: 18px;
    }
    #ygfc{
        margin-top:25px;
    }
}

#contact1{
    padding:108px 0 120px;
}
.n_t2{
    font-size:48px;
    color: #000;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}
.contact_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:100px;
}
.contact_list li{
    width: 19%;
    margin-right: 8%;
}
.contact_list li:last-child{
    margin-right: 0;
}
.contact_list li .p1{
    border-bottom: 1px solid #999999;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom:12px;
}
.contact_list li .p1 span{
    font-size:16px;
    color: #666666;
    line-height: 1;
}
.contact_list li .p1 i{

}
.contact_list li .p2{
    font-size:20px;
    color: #333333;
    line-height: 1.4;
    margin-top:30px;
}
.message2{
    padding:105px 0 160px;
    background: url(../images/message2.jpg) no-repeat bottom center;
    background-size: cover;
}
.message2 .wrap{
    max-width: 1178px;
}
.message2 ul{
    display: flex;
    flex-wrap: wrap;
    margin:105px 0 0;
}
.message2 ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 35px;
}
.message2 ul li:nth-child(2n){
    margin-right: 0;
}
.message2 ul li input{
    display: block;
    width: 100%;
    line-height: 58px;
    border:none;
    outline: none;
    border-radius: 4px;
    padding:0 20px 0 54px;
    font-size:15px;
    color: #999999;
}
.message2 ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message2 ul li textarea{
    display: block;
    width: 100%;
    line-height: 58px;
    height: 110px;
    border:none;
    outline: none;
    border-radius: 4px;
    padding:0 20px 0 54px;
    font-size:15px;
    color: #999999;
    font-family: "微软雅黑";
}
.message2 ul li:nth-child(1) input{
    background: url(../images/mess1.png) no-repeat 27px center #fff;
}
.message2 ul li:nth-child(2) input{
    background: url(../images/mess2.png) no-repeat 27px center #fff;
}
.message2 ul li:nth-child(3) input{
    background: url(../images/mess3.png) no-repeat 27px center #fff;
}
.message2 ul li:nth-child(4) input{
    background: url(../images/mess4.png) no-repeat 27px center #fff;
}
.message2 ul li:nth-child(5) textarea{
    background: url(../images/mess5.png) no-repeat 27px 22px #fff;
}
.mess_tn2 button{
    display: flex;
    justify-content: center;;
    align-items: center;
    width: 210px;
    height: 62px;
    border-radius: 4px;
    font-size:16px;
    color: #fff;
    background: #da2200;
    border:none;
    outline: none;
    cursor: pointer;
}
.mess_tn2 button i{
    width: 24px;
    height: 15px;
    background: url(../images/more.png) no-repeat center;
    margin-left: 38px;
    transition: all 0.4s ease-out;
}
.mess_tn2 button:hover i{
    margin-left: 25px;
}
@media(max-width: 1600px){
    #contact1,.message2{
        padding:90px 0;
    }
    .n_t2 {
        font-size: 36px;
    }
    .contact_list{
        margin-top:60px;
    }
    .contact_list li .p1 span{
        font-size:15px;
    }
    .contact_list li .p2 {
        font-size: 16px;
        margin-top: 20px;
    }
    .message2 ul{
        margin:75px 0 0;
    }
    .message2 ul li input {
        line-height: 50px;
        padding: 0 20px 0 54px;
        font-size: 14px;
    }
    .message2 ul li textarea{
        font-size:14px;
    }
    .mess_tn2 button {
        width: 180px;
        height: 55px;
        font-size: 14px;
    }
}
@media(max-width: 1280px){
    #contact1,.message2{
        padding:70px 0;
    }
    .n_t2 {
        font-size: 32px;
    }
    .message2 ul {
        margin: 50px 0 0;
    }
}
@media(max-width: 1199px){
    .contact_list li{
        width:23.5%;
        margin-right:2%;
    }    
}
@media(max-width: 820px){
    #contact1,.message2{
        padding:50px 0;
    }
    .n_t2 {
        font-size: 26px;
    }
    .contact_list {
        margin-top: 35px;
    }
    .contact_list li{
        width:48%;
        margin-right:4%;
        margin-bottom:12px;
    }
    .contact_list li:nth-child(2n){
        margin-right:0;
    }
    .contact_list li .p2{
        font-size:15px;
    }
    .message2 ul li{
        margin-bottom:20px;
    }
}
@media(max-width: 640px){
    #contact1{
        padding:30px 0;
    } 
    .n_t2 {
        font-size: 22px;
    }
    .contact_list {
        margin-top: 25px;
    }
    .contact_list li{
        width:100%;
        margin-right:0;
    }
    .contact_list li .p2{
        margin-top:12px;
    }
    .message2{
        
    }
    .message2 ul{
        margin-top:30px;
    }
    .message2 ul li{
        margin-bottom:15px;
        width:100%;
        margin-right:0;
    }
    .message2 ul li input {
        padding: 0 15px 0 40px;
    }
    .message2 ul li textarea {
        padding:0 15px 0 40px;
        line-height:50px;
    }
    .message2 ul li:nth-child(1) input{
        background: url(../images/mess1.png) no-repeat 15px center #fff;
    }
    .message2 ul li:nth-child(2) input{
        background: url(../images/mess2.png) no-repeat 15px center #fff;
    }
    .message2 ul li:nth-child(3) input{
        background: url(../images/mess3.png) no-repeat 15px center #fff;
    }
    .message2 ul li:nth-child(4) input{
        background: url(../images/mess4.png) no-repeat 15px center #fff;
    }
    .message2 ul li:nth-child(5) textarea{
        background: url(../images/mess5.png) no-repeat 15px 18px #fff;
    }
    .mess_tn2 button {
        width: 150px;
        height: 48px;
        font-size: 14px;
    }
    .mess_tn2 button i{
        margin-left:20px;
    }
}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #063eb0;
}
.online-server a:hover p{
    opacity: 1;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

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


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #063eb0;
    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;
    }
    .online-server{
        right:5px;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:56px;
    }
}


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