header{
    background:#fff;
    box-shadow: 0px 0px 10px #ccc;

}
header#c-header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:9999999;
}
header#c-header.c-head-hide{
    visibility: hidden;
}
header#c-header.c-head-hide.c-head-move{
    visibility: visible;

}
.head{
    padding:14px 80px;
}

.logo{
    float: left;
}
a.language_a{
    display: block;
    float: right;
    font-size: 18px;
    color: #000;
    padding-left: 30px;
    background:url(../image/h_a2.png) no-repeat left center;
    line-height: 56px;
}
a.language_a:hover{
    color: #cc202c;
}
a.head_a1{
    display: flex;
    float: right;
    width: 130px;
    line-height: 32px;
    background:#cc202c;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    border-radius: 15px;
    margin:12px 35px 0 90px;
}
a.head_a1 i{
    display: inline-block;
    width: 14px;
    background:url(../image/h_a1.png) no-repeat center;
    margin-right: 10px;
}
a.head_a1:hover{
    text-decoration: underline;
}
.nav{
    display: flex;
    float: right;

}
.nav li{
    position: relative;
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 56px;
    padding:0 30px;
}
.nav li:hover a{
    color: #cc202c
}
.nav li:hover .b_nav a{
    color: #fff;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:56px;
    left:0px;
    z-index: 999;
    background-color: #cc202c;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
    padding:0;
}
.nav li .b_nav a:hover{
    background:#00478d;
}


.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;

    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);
    
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;

}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
.ss{
   position: relative; 
   float: right;
   line-height: 56px;
   margin-left: 20px;
   cursor: pointer;
}
.ss img{
    display: inline-block;
}



.search{
    display: none;
    position: absolute;
    top:55px;
    left:-220px;
    z-index: 99;
}
#formsearch{
    display: flex;
    border:1px solid #eee;
}
#formsearch input{
    border:none;
    outline: none;
    line-height: 40px;
}
#keyword{
    width: 200px;
    padding:0 12px;
}
#s_btn{
    width: 50px;
    background: #cc202c;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.tag_total{
    font-size: 18px;
    margin-bottom: 30px;
}
.search_list_product{
    display: flex;
    flex-wrap: wrap;
}
.search_list_product li{
    width: 18.4%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 20px;
}
.search_list_product li:nth-child(5n){
    margin-right: 0;
}
.search_list_product li a.img{
    box-shadow: 0px 0px 10px #eee;
}
.search_list_product li h3 a{
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background: #cc202c;
    line-height: 1.6;
    padding:8px 0;
}
.search_list_product li:hover a.img img{
    transform: scale(1.1);
}
@media(max-width: 1720px){
    .nav li a{
        padding:0 20px;
    }
}
@media(max-width: 1600px){
    a.head_a1{
        margin:12px 25px 0 40px;
    }
    .nav li a{
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    .head {
        padding: 14px 50px;
    }
    .nav li a{
        padding:0 15px;
    }
    a.head_a1{
        margin:12px 20px 0 20px;
    }    
}
@media(max-width: 1300px){
    .nav li a{
        padding:0 12px;
    }
    a.head_a1{
        margin:12px 15px 0 15px;
    }
    .search_list_product li{
        width: 23.5%;
    }
    .search_list_product li:nth-child(5n){
        margin-right: 2%;
    }
    .search_list_product li:nth-child(4n){
        margin-right: 0;
    }
}
@media(max-width: 1240px){
    .head{
        padding:14px 2%;
    }
    a.head_a1,a.language_a,.ss{
        display: none;
    }
}
@media(max-width: 1024px){
    .nav li a{
        padding:0 10px;
        font-size: 15px;
    }    
}
@media(max-width: 850px){
    .head{
        padding:10px 2%;
    }
    header#c-header{
        position: relative;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 768px){
    .tag_total{
        font-size:16px;
    }
    .search_list_product li{
        width: 32%;
    }
    .search_list_product li:nth-child(4n){
        margin-right: 2%;
    }
    .search_list_product li:nth-child(3n){
        margin-right: 0;
    }
    .search_list_product li h3 a{
        font-size:14px;
        padding:6px 0;
    }
}
@media(max-width: 640px){
    .logo{


    }
    .logo img{
        max-height: 50px;
    }
    .menu-button{
        top:25px;
    }
}
@media(max-width: 460px){
    .search_list_product li{
        width: 49%;
        margin-bottom:15px;
    }
    .search_list_product li:nth-child(3n){
        margin-right: 2%;
    }
    .search_list_product li:nth-child(2n){
        margin-right: 0;
    }
}


#c-banner1{

}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
    
}
.container{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.banner_text .p1{
    font-size: 76px;
    line-height: 1;
}
.banner_text .p2{
    font-size: 28px;   
    margin:40px 0 195px; 
}
.banner_text a{
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    border-radius: 35px;
    width: 230px;
    line-height: 60px;
    border:1px solid #fff;
    display: none;
}
.banner_text a i{
    display: inline-block;
    width: 12px;
    background:url(../image/more1.png) no-repeat center;
    margin-left: 40px;
}
.banner_text a:hover{
    background:#cc202c;
    border:1px solid #cc202c;
}
@media(max-width: 1600px){
    .banner_text .p1{
        font-size: 52px;
    }
    .banner_text .p2{
        font-size: 22px;   
        margin:30px 0 100px; 
    }
    .banner_text a {
        font-size: 16px;
        width: 160px;
        line-height: 52px;
    }
    .banner_text a i{
        margin-left: 25px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .container{
        width: 96%;
    }
    .banner_text .p1{
        font-size: 42px;
    }
    .banner_text .p2{
        font-size: 20px;   
        margin:20px 0 60px; 
    }
    .banner_text a {
        font-size: 15px;
        width: 120px;
        line-height: 46px;
    }
    .banner_text a i{
        margin-left: 15px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .banner_text .p1{
        font-size: 32px;
    }
    .banner_text .p2{
        font-size: 16px;   
        margin:10px 0 30px; 
    }
    .banner_text a {
        font-size: 14px;
        line-height: 36px;
    }
    .banner_text a i{
        margin-left: 10px;
    }    
}
@media(max-width: 640px){
    .banner_text .p1{
        font-size: 20px;
    }
    .banner_text .p2{
        font-size: 14px;   
        margin:5px 0 20px; 
    }  
    .banner_text a {
        font-size: 12px;
        line-height: 30px;
        width: 100px;
    }  
    .banner_text a i{
        width: 8px;
        background-size: 8px;
        margin-left: 6px;
    }
}



.index1{
    background:url(../image/bg1.png) no-repeat ;
    display: flex;
    flex-wrap: wrap;
}
.index1 .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:60px 110px 10px 6.7%;
}
.about_logo{
    display: flex;
}
.about_logo .imgs{

}
.about_logo .txt{
    padding-left: 20px;
    display: none;
}
.about_logo .txt h3{
    font-size: 46px;
    color: #000000;
    line-height: 1;
    margin-bottom: 5px;
}
.about_logo .txt span{
    font-size: 16px;
    color: #404040;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.about_logo .txt span:before{
    content:'';
    position: absolute;
    left:74px;
    top:50%;
    width: 90px;
    height: 2px;
    background:#00478d;
    margin-top:-1px;
}
.index1 .text .txt1{
    font-size: 20px;
    color: #404040;
    margin:40px 0 70px;
    line-height: 1.8;
}
.sj_list{
    display: flex;
    flex-wrap: wrap;
}
.sj_list li{
    width: 33.333%;
    padding-right: 15px;
}
.sj_list li .p1{
    font-size: 42px;
    color: #000000;
    font-weight: bold;
    line-height: 1;
}
.sj_list li .p2{
    font-size: 18px;
    color: #404040;
    margin-top:15px;
}
.sj_list li .p2 img{
    display: inline-block;
    margin-right: 8px;
}
.index1 .text a{
    margin-top:90px;
}
a.more1{
    display: block;
    border:1px solid #c0c0c0;
    border-radius: 25px;
    width: 200px;
    line-height: 50px;
    font-size: 16px;
    color: #404040;
    text-align:center;
}
a.more1:hover{
    background:#00478d;
    color: #fff;
    border:1px solid #00478d;
}
.index1 .img1{
    width: 50%;    
}
@media(max-width: 1600px){
    .index1 .text{
        padding:60px 70px 10px 5%;;
    }
    .about_logo .txt h3{
        font-size: 32px;
    }
    .about_logo .txt span{
        font-size: 15px;
    }
    .index1 .text .txt1{
        font-size: 16px;
        margin: 30px 0 50px;
    }
    .sj_list li .p1{
        font-size: 32px;
    }
    .sj_list li .p2{
        font-size: 16px;
        margin-top: 10px;
    }
    a.more1{
        width: 150px;
        line-height: 42px;
        font-size: 15px;
    }
    .index1 .text a {
        margin-top: 50px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index1 .text{
        padding:30px 20px 10px 2%;
    }
    .about_logo .txt h3{
        font-size: 26px;
    }
    .about_logo .txt span{
        font-size: 14px;
    }
    .index1 .text .txt1{
        font-size: 14px;
        margin: 20px 0 30px;
    }
    .sj_list li .p1{
        font-size: 26px;
    }
    .sj_list li .p2{
        font-size: 14px;
        margin-top: 5px;
    }
    a.more1{
        width: 120px;
        line-height: 36px;
        font-size: 14px;
    }
    .index1 .text a {
        margin-top: 30px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index1 .text{
        width: 100%;
        padding:30px 2%;
    }    
    .index1 .img1{
        width: 100%;
        display: none;
    }
    .about_logo .txt{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about_logo .txt h3{
        font-size: 22px;
    }
    .about_logo .txt span:before {
        left: 60px;
        width: 60px;
    }
    .sj_list li .p1{
        font-size: 22px;
    }
}
@media(max-width: 640px){
    
}
@media(max-width: 460px){
    .about_logo .imgs{
        max-width: 60px;
    }
    .about_logo .txt{
        padding-left: 12px;
    }
    .about_logo .txt h3{
        font-size: 16px;
    }
    .about_logo .txt span{
        line-height: 1.6;
    }
    .sj_list li{
        width: 50%;
        margin-bottom: 15px;
    }
    .sj_list li .p1{
        font-size: 20px;
    }
    .sj_list li .p2 {
        margin-top: 2px;
    }
    .index1 .text a {
        margin-top: 15px;
    }
}


.index2{
    padding:100px 0;
    background:url(../image/bg2.jpg) no-repeat center;
    background-size: cover;
}
.index2 .index_t1{
    color: #fff;
}
.index_t1{
    
}
.index_t1 h2{
    font-size: 46px;
    line-height: 1;
}
.index_t1 span{
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin:10px 0;
}
.index_t1 span:before{
    content:'';
    position: absolute;
    top:50%;
    left:90px;
    width: 90px;
    height: 2px;
    background:rgba(255,255,255,.4);
    margin-top:-1px;
}
.index_t1 p{
    font-size: 16px;
}

.index2_cont{

}
.index2_l{
    margin-top:80px;
    width: 50%;
    float: left;
}
.fzlc_list{
    padding-right: 45px;
    position: relative;
    height: 380px;
    overflow-y: auto;
    margin-right: 40px;
    width: calc(100% - 40px);
}
.fzlc_list::-webkit-scrollbar {
    width: 4px;     
    height: 1px;
}
.fzlc_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #cc202c;
}
.fzlc_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.fzlc_list li{
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.fzlc_list li.cur{
    color: #cc202c;
}
.index2 a.more1{
    color: #fff;
    border:1px solid #fff;
    margin-top:95px;
}
.index2 a.more1:hover{
    border:1px solid #cc202c;
    background:#cc202c;
}
.index2_r{
    width: 50%;
    float: right;
}
.index2_r .img1{
    display: none;
    position: relative;
}
.index2_r .img1:before{
    content:'';
    position: absolute;
    top:22px;
    left:22px;
    width: 100%;
    height: 100%;
    border:5px solid #cc202c;
    z-index:8;
    box-sizing: border-box;
}
.index2_r .img1 img{
    display: inline-block;
    position: relative;
    z-index:9;
}
@media(max-width: 1600px){
    .index2{
        padding:70px 0;
    }
    .index_t1 h2{
        font-size: 32px;
    }
    .index_t1 span{
        font-size: 15px;
        margin:5px 0;
    }
    .index_t1 p{
        font-size: 15px;
    }
    .index2_l{
        margin-top:40px;
    }
    .fzlc_list{
        padding-right: 30px;
        margin-right: 30px;
    }
    .fzlc_list li{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .index2 a.more1 {
        margin-top:50px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index_t1 h2{
        font-size: 26px;
    }
    .index_t1 span{
        font-size: 14px;
        margin:3px 0;
    }
    .index_t1 p{
        font-size: 14px;
    }
    .index2_l{
        margin-top:30px;
    }
    .fzlc_list{
        width: calc(100% - 20px);
        padding-right: 20px;
        margin-right: 20px;
    }
    .fzlc_list li{
        font-size: 15px;
        margin-bottom: 12px;
    }
    .index2_r .img1{
        padding:0 22px 22px 0;
    }
    .index2_r .img1:before{
        width: calc(100% - 22px);
        height: calc(100% - 22px);        
    }
    .index2 a.more1 {
        margin-top:40px;
    }
}
@media(max-width: 1024px){
    .fzlc_list{
        height: 320px;
    }    
}
@media(max-width: 768px){
    .index2{
        padding:50px 0;
    }  
    .index_t1 h2{
        font-size: 22px;
    }
    .fzlc_list{
        height: 220px;
        width: calc(100% - 15px);
        padding-right: 15px;
        margin-right: 15px;
    }   
    .fzlc_list li{
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .index2_r .img1{
        padding:0;
    }
    .index2_r .img1:before{
        display: none;
    }
}
@media(max-width: 640px){
    .index2{
        padding:30px 0;
    }    
    .index2_l{
        width: 100%;
    }
    .fzlc_list li{
        margin-bottom: 10px;
    }
    .index2 a.more1 {
        margin-top: 30px;
    }
    .index2_r{
        width: 100%;
        margin-top:30px;
    }
}



.index3{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.index3_l{
    width: 32.5%;
    padding: 80px 20px 70px 11%;
    background:url(../image/bg4.jpg) no-repeat center;
    background-size: cover;
}
.index_t1{

}
.sort_list{
    width: 260px;
    margin-top:48px;
    position: relative;
    border-left: 1px dashed #fff;
    padding:22px 0;
}

.sort_list li{

}
.sort_list li a{
    display: block;
    line-height: 55px;
    border-bottom: 1px dashed rgba(255,255,255,.4);
    font-size: 18px;
    color: #fff;
    width: 190px;
    transition: all 0.5s ease-out;
    padding-left: 30px;
    position: relative;
}
.sort_list li a i{
    display: block;
    width: 26px;
    height: 26px;
    background: url(../image/sort1.png) no-repeat center;
    position: absolute;
    right:10px;
    top:50%;
    margin-top:-13px;
    opacity: 0;
}
.sort_list li a:before{
    content:'';
    position: absolute;
    left:-4.5px;
    top:50%;
    margin-top:-3.5px;
    width: 7px;
    height: 7px;
    background:#fff;
    border-radius: 50%;
}
.sort_list li a:after{
    content:'';
    position: absolute;
    left:-9.5px;
    top:50%;
    margin-top:-8.5px;
    width: 15px;
    height: 15px;
    border: 1px dashed #fff;
    border-radius: 50%;
}
.sort_list li a:hover,.sort_list li.cur a{
    width: 100%;
    border-bottom: 1px dashed #fff;
}
.sort_list li a:hover i,.sort_list li.cur a i{
    opacity: 1;
}
.index3_r{
    width: 67.5%;
    background:url(../image/bg3.jpg) no-repeat center;
    background-size: cover;   
    padding:88px 130px 95px 85px;
}
.index_t2{
    font-size: 30px;
    color: #ffffff;
    padding-left: 60px;
    background:url(../image/p_t1.png) no-repeat left center;
    line-height: 34px;
    position: relative;
    z-index:9;
}
.index_t2 span{
    display: inline-block;
    position: relative;
    z-index:9;
}
.index_t2 span:before{
    content:'';
    position: absolute;
    left:0;
    bottom:-4px;
    width: 100%;
    height: 12px;
    background:#cc202c;
    z-index:-1;
}
a.more2{
    display: block;
    float: right;
    font-size: 16px;
    color: #fff;
    padding-right: 32px;
    background:url(../image/more2.png) no-repeat right center;
}
.index_product_cont{
    margin-top: 35px;

}
.index_product_list{
    display: none;
    background: #fff;
    padding:55px 0px 25px;
    opacity: 0;
}
.index_product_list li{
    width: 33.333%;
    padding:30px 33px 20px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}
.index_product_list li:nth-child(3n){
    border-right: none;
}
.index_product_list li:nth-child(4),.index_product_list li:nth-child(5),.index_product_list li:nth-child(6){
    border-bottom: none;
}
.index_product_list li a.img{
    box-shadow: 0px 8px 10px #ccc;
    border-radius: 15px;
}
.index_product_list li:hover a.img img{
    transform: scale(1.1);
}
.index_product_list li h3 a{
    display: block;
    font-size: 16px;
    color: #000;
    padding:18px 0 0;
    text-align: center;
}
.index_product_list.on{
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
}
@media(max-width: 1600px){
    .index3_l{
        padding:80px 20px 50px 6%;
    }
    .sort_list li a{
        font-size: 16px;
    }
    .index_t2{
        font-size: 26px;
    }
    .index_t2 span:before{
        height: 8px;
        bottom: -0px;
    }
    a.more2{
        font-size: 15px;
    }
    .index3_r{
        padding:80px 100px 50px 70px;
    }
    .index_product_cont{
        padding:30px 0 15px;
    }
    .index_product_list li{
        padding:20px 20px 20px;
    }
    .index_product_list li h3 a{
        font-size: 15px;
        padding: 12px 0 0;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index3_l{
        padding:70px 20px 30px 2%;
    }

    .index3_r{
        padding:70px 2% 30px 30px;
    }
    .index_product_cont {
        margin-top: 20px;
    }

}
@media(max-width: 1024px){
    .sort_list{
        max-width: 260px;
        width: 100%;
    }   
}
@media(max-width: 768px){
    .index_product_list{
        padding:25px 0px ;
    }  
    .index_product_list li {
        padding: 10px 15px;
        width: 50%;
    }
    .index_product_list li:nth-child(3n){
        border-right: 1px solid #dbdbdb;
    }
    .index_product_list li:nth-child(4){
        border-bottom: 1px solid #dbdbdb;
    }
}
@media(max-width: 640px){
    .index3_l{
        display: none;
    }
    .index3_r{
        width: 100%;
        padding: 30px 2%;
    }
    .index_t2{
        font-size: 22px;
        padding-left: 50px;
    }
    .index_product_cont {
        padding: 15px 0 5px;
    }

}



.index4{
    padding:80px 0 100px;
}
.index_t3{
    text-align: center;
    position: relative;
    padding-top:25px;
}
.index_t3:before{
    content:'';
    font-size: 68px;
    color: #f4f4f4;
    line-height: 1;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    z-index:1;
    text-transform: uppercase;
}
.index_t3 h3{
    font-size: 46px;
    color: #202020;
    line-height: 1;
    position: relative;
    z-index:9;
}
.index_t3 p{
    font-size: 16px;
    color: #404040;
    margin-top:5px;
    position: relative;
    z-index:9;
}
.case_t1:before{
    content:'Industry case';
}
.index_case{
    margin-top:55px;
    display: flex;
    flex-wrap: wrap;
    height: 600px;
}
.index_case li{
    width: 17%;
    transition: all 0.3s ease-out;
    color: #fff;
    position: relative;
    overflow:hidden;
}
.index_case li .text{
    position: absolute;
    top: calc(100% - 75px);
    left: 0;
    width: 100%;
}
.index_case li h3{
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
}
.index_case li p{
    font-size: 16px;

opacity: 0;
}
.index_case li a{
    display: inline-block;
    margin-top:50px;
    opacity: 0;
}
.index_case li.cur{
    width: 32%;

}
.index_case li.cur .text{
    background:rgba(30,33,136,.66);
    top: 0;
    left: 0;
    
    height: 100%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 55px;
}
.index_case li.cur h3{
    text-align: left;
}
.index_case li.cur p{
    opacity: 1;
}
.index_case li.cur a{
    opacity: 1;
}
@media(max-width: 1600px){
    .index4 {
        padding: 80px 0;
    }
    .index_t3:before{
        font-size: 46px;
    }
    .index_t3 h3{
        font-size: 32px;
    }
    .index_t3 p{
        font-size: 15px;
    }
    .index_case li h3{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .index_case li p{
        font-size: 15px;
    }
    .index_case li a{
        margin-top:40px;
    }
}
@media(max-width: 1259px){
    .index4 {
        padding: 60px 0;
    }
    .index_case li.cur .text{
        padding:0 30px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index4 {
        padding: 50px 0;
        display: none;
    }   
    .index_t3:before{
        font-size: 32px;
    }
    .index_t3 h3{
        font-size: 26px;
    }
    .index_t3 p{
        font-size: 14px;
        margin-top:2px;
    }
    .index_case{
        margin-top:40px;
    }
    .index_case li.cur .text{
        padding:0 20px;
    } 
}
@media(max-width: 640px){
    .index4 {
        padding: 30px 0;
        
    } 
    .index_t3{
        padding-top:15px;
    }
    .index_t3:before{
        font-size: 26px;
    }
    .index_t3 h3{
        font-size: 22px;
    }
}


.index5{
    background:#f3f3f3;
    padding:70px 0;
}
.news_t1:before{
    content:'News information';
    color: #e7e7e7;
}

.index_tab1li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:40px 0 50px;
}
.index_tab1li li a{
    display: block;
    padding:0 30px;
    line-height: 44px;
    font-size: 16px;
    color: #404040;
    border:1px solid #404040;
    text-align:center;
    border-radius: 25px;
    margin:0 22px;
}
.index_tab1li li.cur a{
    background:#00478d;
    border:1px solid #00478d;
    color: #fff;
}
.index_tab1{
    display: none;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li{
    width: 23.5%;
    margin-right: 2%;
}
.news_list1 li:nth-child(4n){
    margin-right: 0;
}
.news_list1 li a{
    display: block;
}
.news_list1 li a .img{

}
.news_list1 li a .text{
    
}
.news_list1 li a .text h3{
    font-weight: normal;
    font-size: 20px;
    color: #010101;
    line-height: 1.4;
    margin:22px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list1 li a .text p{
    font-size: 15px;
    color: #404040;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}
.news_list1 li a .text span{
    font-size: 14px;
    color: #404040;   
    display: inline-block;
    padding-right: 30px; 
}

.news_list1 li a:hover .img img{
    transform: scale(1.1);
}
.news_list1 li a:hover .text h3{
    font-weight: bold;
    color: #00478d;
}
.news_list1 li a:hover .text span{
    color: #00478d;
    background:url(../image/more4.png) no-repeat right center;
}
.index5 a.more1{
    margin:65px auto 0;
}
@media(max-width: 1600px){
    .index_tab1li{
        margin:40px 0;
    }
    .index_tab1li li a{
        margin: 0 12px;
        font-size: 15px;
        line-height: 42px;
        padding:0 25px;
    }
    .news_list1 li a .text h3{
        font-size: 16px;
        margin: 15px 0 10px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .index5 a.more1 {
        margin: 50px auto 0;
    }    
}
@media(max-width: 768px){
    .index5{
        padding:50px 0;
    }
    .index_tab1li{
        margin:30px 0;
    }
    .news_list1 li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .news_list1 li:nth-child(4n) {
        margin-right: 4%;
    }
    .news_list1 li:nth-child(2n) {
        margin-right: 0;
    }
    .news_list1 li a .text h3 {
        margin: 15px 0 5px;
    }
    .index5 a.more1 {
        margin: 30px auto 0;
    }
}
@media(max-width: 640px){
    .index5{
        padding:30px 0;
    } 
    .index_tab1li{
        margin:20px 0 ;
    }   
    .index_tab1li li a {
        margin: 0 5px;
        font-size: 14px;
        line-height: 32px;
        padding: 0 15px;
    }
    .index5 a.more1 {
        margin: 15px auto 0;
    }
}
@media(max-width: 460px){
    .news_list1 li {
        width: 100%;
        margin-right: 0%!important;
    }
    .news_list1 li a .img img{
        width: 100%;
    }
}



.index6{
    background:#eeeeee;
    padding:40px 0 70px;
}
.index_kh{
    margin-top:45px;
}

@media(max-width: 1600px){
    
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index6{
        padding:20px 0 50px;
    }
}
@media(max-width: 640px){
    .index6{
        padding:15px 0 30px;
    }    
}

#footer{
    background:#1d1d28;
    
}
#footer a:hover{
    text-decoration: underline;
}
.f_top{
    padding:30px 0px;

}
.f_contact{
    float: left;
    font-size: 16px;
    color: #bbbbbb;   
    padding-left: 35px;
    background:url(../image/tel1.png) no-repeat left center; 
    display: flex;
    line-height: 42px;
}
.f_contact p{
    margin-right: 18px;

}
.f_contact p strong{
    color: #fff;
    font-size: 20px;
}

.f_link{
    float: right;
    line-height: 40px;
    width: 280px;
    border:1px solid #bbbbbb;
    position: relative;
}
.f_link span{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #bbbbbb;
    padding:0 10px;
    position: relative;
}
.f_link span:before{
    content:'';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #bbbbbb;
    position: absolute;
    right:12px;
    top:50%;
    margin-top:-5px;
}
.f_link_c{
    position: absolute;
    background:#fff;
    top:40px;
    left:0;
    width: 100%;
    display: none;
}
.f_link_c a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.foot{
    padding:58px 30px;
    border-top:1px solid #666666;
    border-bottom:1px solid #666666;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    width: 76%;
    float: left;
}
.f_nav li{
    margin-right: 60px;
}
.f_nav li:last-child{
    margin-right: 0;
}
.f_nav li h3{
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}
.f_nav li a{
    display: block;
    font-size: 16px;
    color: #bbbbbb;
}
.f_nav li:nth-child(2){
    margin-right: 40px;
}
.f_nav li .f_nav_c{
    display: flex;
    flex-wrap: wrap;
    width: 280px;
}
.f_nav li .f_nav_c a{
    width: 50%;
}   
.foot_r{
    width: 24%;
    float: right;
}
.f_code{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}
.f_code li{
    width: 50%;
    padding:0 15px;
    text-align:center;
}
.f_code li p{
    font-size: 16px;
    color: #bbbbbb;
    padding-top:5px;
}
.f_share{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.f_share a{
    display: block;
    margin-left: 30px;
    position: relative;
    cursor: pointer;
}
.f_share a .code1{
    display: none;
    position: absolute;
    top:-130px;
    left:50%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
}
.f_share a:hover .code1{
    display: block;
}
.copyright{
    padding:14px 0;
    font-size: 14px;
    color: #ffffff;
}
.copyright a{
    font-size: 14px;
    color: #ffffff;    
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}

@media(max-width: 1600px){
    .f_top{
        padding:20px 0;
    }
    .f_contact{
        font-size: 15px;
    }
    .f_contact p strong{
        font-size: 18px;
    }
    .f_link span{
        font-size: 15px;
    }
    .f_link_c a{
        font-size: 15px;
    }
    .foot{
        padding:40px 0;
    }
    .f_nav li{
        margin-right: 40px;
    }
    .f_nav li a,.f_code li p{
        font-size: 15px;
    }
    .f_code{
        margin-bottom: 50px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .f_nav li{
        margin-right: 25px;
    }
    .f_nav li a,.f_code li p{
        font-size: 15px;
    }    
    .f_nav li .f_nav_c{
        width: 220px;
    }
    .f_nav li a, .f_code li p{
        font-size: 14px;
    }
}
@media(max-width: 768px){
    .f_top {
        padding: 10px 0;
    }
    .f_contact{
        font-size: 14px;
    }
    .f_contact p strong{
        font-size: 16px;
    }
    .f_link{
        display: none;
    }
    .foot {
        padding: 20px 0;
    }
    .f_nav{
        width: 100%;
    } 
    .foot_r{
        display: none;
    }  
    .copyright{
        padding:10px 0;
    }
}
@media(max-width: 640px){
    .f_top,.foot{
        display: none;
    }
    .copyright_l,.copyright_r{
        float: none;
        text-align: center;
    }
}



.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;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.banner_text2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;  
    color: #fff;  
    background:rgba(0,0,0,.4);
}
.banner_text2 h2{
    font-size: 46px;
    line-height: 1.6;
    font-weight: normal;
}
.banner_text2 p{
    font-size: 16px;
}
.sitemp {
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    padding-right: 10px;
    background:rgba(0,0,0,.42);
    margin-top:-42px;
    position: relative;
    z-index:100;
}
.sitemp .site {
    float: right;
    text-align: right;
    color: #fff;
    font-size: 15px;
    padding-left: 26px;
    background:url(../image/home.png) no-repeat left center;
}
.sitemp .site a{
    color: #fff;
    font-size: 15px;
}
#container{
    padding:70px 0;
    background:#f3f3f3;
}
.left{
    width: 230px;
    float: left;
}
.sort_menu_t{
    background:url(../image/left_bg1.jpg) no-repeat left center;
    padding:28px 0;
    color: #fff;
    text-align: center;
    background-size: cover;
}
.sort_menu_t p{
    font-size: 30px;
    line-height: 1.4;
}
.sort_menu_t span{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
.p_sort{
    margin-top:10px;
}
.p_sort li{
    margin-bottom: 5px;
}
.p_sort li a{
    display: block;
    font-size: 18px;
    line-height: 46px;
    background:#e6e6e6;
    padding:0 20px;
}
.p_sort li a:hover,.p_sort li.on a{
    background:#00478d;
    color: #fff;
}
.right{
    width: calc(100% - 285px);
    margin-left: 55px;
    float: right;
}
.product_list{

}
.product_list li{
    margin-bottom: 25px;
}
.product_list li{
    display: flex;
    flex-wrap: wrap;
    background:#fff;
}
.product_list li .text{
    width: 200px;
    position: relative;
    padding:22px 10px 22px 35px;
    border-right: 1px solid #cfcfcf;
}
.product_list li .text h3{
    font-size: 24px;
    margin-bottom: 60px;
    color: #00478d;
}
.product_list li .text span{
    display: block;
    font-size: 16px;
    position: absolute;
    left:35px;
    bottom:28px;
    color: #404040;
}
.product_list li .imgs{
    width: calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
    padding:30px 35px;
}
.product_list li .imgs a{
    display: block;
    width: 25%;
    border-radius: 5px;
    height: auto;
}
.product_list li .imgs a img{
    max-width: 100%;
}
.product_list li .imgs a p{
    text-align: center;
}
.product_list li:hover .text span{
    color: #00478d;
}
.product_list li .imgs a:hover{
    box-shadow: 0px 0px 10px #ccc;
    position: relative;
    z-index: 9;
}
.product_list li .imgs a:nth-child(7),
.product_list li .imgs a:nth-child(9),
.product_list li .imgs a:nth-child(11),
.product_list li .imgs a:nth-child(13),
.product_list li .imgs a:nth-child(17),
.product_list li .imgs a:nth-child(4n),
.product_list li .imgs a:nth-child(5n),
.product_list li .imgs a:nth-child(6n),
.product_list li .imgs a:nth-child(7n),
.product_list li .imgs a:nth-child(8n),
.product_list li .imgs a:nth-child(9n){
    display: none;
}

.xg_sort1{
    position: relative;
    margin-top: -70px;
    position: relative;
    z-index: 100;
    margin-bottom: 70px;
}
.p_sort2{
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
}
.p_sort2 li{
    width: 11.1111111%;
}
.p_sort2 li a.list_item1{
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: rgba(0,0,0,.22);
    color: #fff;
    font-size: 16px;
}
.p_sort2 li.on a.list_item1{
    background: #00478d;
    font-weight: bold;
}
.p_sort2 li .layer2{
    position: absolute;
    top:70px;
    left:0;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    background: #fff;
    z-index: 101;
}
.p_sort2 li.on .layer2{
    display: block!important;
}
.layer2_a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.layer2_a a{
    display: block;
    line-height: 70px;
    padding:0 10px;
    margin:0 12px;
    font-size: 16px;
    color: #1a1a1a;
    position: relative
}
.layer2_a a:before{
    content:'';
    position: absolute;
    bottom:-1px;
    left:0;
    width: 100%;
    height: 1px;
    background: #00478d;
    opacity: 0;
}
.layer2_a a:hover,.layer2_a a.cur{
    color: #00478d;
}
.layer2_a a:hover:before,.layer2_a a.cur:before{
    opacity: 1;
}
.pro_list{
    padding:30px 0 70px;
    max-width: 1500px;
}
.pro_list h2{
    font-size: 46px;
    color: #00478d;
    line-height: 1;
    font-weight: normal;
    margin: 65px 0 70px;
    text-align: center;
    position: relative;
    padding-bottom: 22px;
}
.pro_list h2:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -36px;
    width: 72px;
    height: 2px;
    background: #00478d;    
}
.product_list3{
    display: flex;
    flex-wrap: wrap;
}
.product_list3 li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 35px;
    background:#f5f5f5;
    border-radius: 15px;
    overflow: hidden;
}
.product_list3 li:nth-child(4n){
    margin-right: 0;
}
.product_list3 li a.img{
    
}
.product_list3 li h3 a{
    display: block;
    padding:20px 35px;
    line-height: 36px;
    border-top:2px solid #eee;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    line-height: 1.6;
}
.product_list3 li h3 a i{
    display: inline-block;
    background:url(../image/more7.png) no-repeat center;
    width: 28px;
    height: 28px;
    background-size: contain;
}
.product_list3 li:hover a.img img{
    transform: scale(1.05);   
}
.product_list3 li:hover h3 a i{
    background:url(../image/more7_h.png) no-repeat center;
    background-size: contain;
}
.x_pd1{
    background: #f8f8f8;
    padding:80px 0 50px;
}
.x_pd1 .container,.x_pd2 .container{
    max-width: 1500px;
    
    
}
.x_pd1 .text{
    width: 40%;
    float: left;
    padding-right: 15px;
}
.x_pd1 .text .p1{
    font-size: 16px;
    color: #00478d;    
}
.x_pd1 .text h3{
    font-size: 52px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1;

    padding:30px 0;
    position: relative;    
}
.x_pd1 .text h3:before{
    content:'';
    width: 100%;
    max-width: 480px;
    height: 1px;
    background:#e0e0e0;
    position: absolute;
    left:0;
    bottom:0;
}
.x_pd1 .text .txt{
    font-size: 16px;
    margin:25px 0 90px;    
}
.x_pd1 .text a{
    display: block;
    width: 220px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    background:#00478d;
    text-align: center;
    border-radius: 35px;
    display: flex;
    justify-content: center
}
.x_pd1 .text a i{
    display: inline-block;
    width: 9px;
    background:url(../image/more8.png) no-repeat center;
    margin-left: 16px;
}
.x_pd1 .text .txt a:hover{
    text-decoration: underline;
}
video{
    display: block;
    width: 100%;
}
.x_pd1 .imgs{
    width: 60%;
    
    float: left;
    text-align: center;
}
.x_pd1_img{
    width: calc(100% - 120px);
    float: left;
    padding-right: 20px;
}
.x_pd1_img p{
    display: none;
}
.x_pd1_img p img{
    box-shadow: 0px 0px 10px #eee;
}
.x_pd1_li{
    width: 120px;
    float: right;
}
.x_pd1_li p{
    border:2px solid #eee;
    margin-bottom: 5px;
}
.x_pd1_li p.cur{
    border:2px solid #00478d;
}
.x_pd1_li p:last-child{
    margin-bottom: 10px;
}



#c-banner6 {
    padding-bottom: 70px;
}
#c-banner6 .swiper-slide{
    text-align: center;
}
#c-banner6 .swiper-pagination-bullet-active{
    background: #00478d;
}

.x_pd2{
    padding:0px 0 140px;
}
.x_pd2 .text{
    float: left;  
    width: 65%;
}
.x_pd2 .text .txt{
    font-size: 16px;
    color: #808080;
    padding:55px 0;
    border-bottom: 1px solid #f0f0f0;
}
.x_pd2 .text table{
    float: none;     
}
.x_pd2 .text .txt.txt1{
    padding-top:0;
}
.x_pd2 .text strong{
    display: block;
    font-weight: normal;
    font-size: 42px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 25px;
}
.p-cs-tab{
    display: none;
}
.x_pd2 .p_contact{
    float: right;
    max-width: 35%;
    background: #f8f8f8;
    border-radius: 25px;
    overflow: hidden;
}
.p_contact_c{
    padding:30px 35px;
}
.p_contact_c .p1{
    font-size: 24px;
    color: #202020;
    line-height: 1.8;
}
.p_contact_c .text2{
    margin-top:20px;
    font-size: 16px;
    color: #202020;
}
.p_contact_c .text2 p{
    padding-left:36px;
    margin-bottom: 5px;
}
.p_contact_c .text2 p:nth-child(1){
    background: url(../image/p_contact_icon1.png) no-repeat left center;
}
.p_contact_c .text2 p:nth-child(2){
    background: url(../image/p_contact_icon2.png) no-repeat left center;
}
@media(max-width: 1600px){
    .banner_text2 h2{
        font-size: 36px;
    }
    .banner_text2 p{
        font-size: 15px;
    }

    .sort_menu_t{
        padding:22px 0;
    }
    .sort_menu_t p{
        font-size: 24px;
    }
    .sort_menu_t span{
        font-size: 14px;
    }
    .p_sort li a{
        font-size: 16px;
    }
    .right{
        width: calc(100% - 265px);
        margin-left: 35px;       
    }
    .product_list li a .text{
        padding:15px 10px 15px 20px;
    }
    .product_list li a .text h3{
        font-size: 20px;
        margin-bottom: 40px;
    }
    .product_list li a .text span{
        left:20px;
    }
    .product_list li a .imgs{
        padding:15px 20px;
    }
    .pro_list h2{
        font-size:32px;
        padding-bottom:17px;
    }
    .pro_list h2:before{
        margin-left: -30px;
        width: 60px;
        height: 1px;
    }    
    .x_pd1 .text h3{
        font-size:32px;
        padding: 20px 0;
    }
    .x_pd1 .text .txt {
        font-size: 15px;
        margin: 20px 0 60px;
    }
    .x_pd1 .text a {
        width: 160px;
        line-height: 50px;
        font-size: 15px;
        border-radius: 25px;
    }
    .x_pd2{
        padding: 0px 0 100px;
    }
    .x_pd2 .text{
        padding-right:30px;
    }
    .x_pd2 .text .txt{
        font-size:15px;
    }
    .x_pd2 .text strong{
        font-size:32px;
        margin-bottom: 20px;
    }
    .p_contact_c {
        padding: 20px 25px;
    }
    .p_contact_c .p1{
        font-size:20px;
    }
    .x_pd1_img{
        width: calc(100% - 60px);
    }
    .x_pd1_li{
        width: 60px;
    }
}
@media(max-width: 1259px){
    .banner_text2 h2{
        font-size: 32px;
    }    
    .banner_text2 p{
        font-size: 14px;
    }
    .xg_sort1{
        margin-top:-50px;
    }
    .p_sort2{
        width:100%;
    }
    .p_sort2 li a.list_item1{
        font-size:15px;
        height:50px;
    }
    .p_sort2 li .layer2{
        top:50px;
    }
    .pro_list h2{
        font-size:26px;
    }
    .product_list3 li{
        width: 32%;
        margin-bottom:20px;
    }
    .product_list3 li:nth-child(4n){
        margin-right: 2%;
    }
    .product_list3 li:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width: 1024px){
    .banner_text2 h2{
        font-size: 26px;
    }  
    .product_list li a .text span {
        bottom:10px;
    }  
    .layer2_a a{
        font-size:15px;
    }
    .xg_sort1{
        display:none;
    }
    .pro_list{
        padding:20px 0 50px;
    }
    .pro_list h2{
        margin: 30px 0 40px;
    }
    .x_pd2{
        padding:0px 0 70px;
    }
    .x_pd2 .text .txt{
        padding:30px 0;
    }
    .x_pd2 .text strong{
        font-size:26px;
    }
    .p_contact_c .text2 p{
        line-height:22px;
        margin:10px 0;
    }
}
@media(max-width: 768px){
    .banner_text2 h2{
        font-size: 24px;
    }  
    .layer2_a a{
        font-size:14px;
    }
    #container{
        padding:50px 0;
    }  
    .left{
        width: 200px;
    }
    .sort_menu_t {
        padding: 15px 0;
    }
    .right{
        width: calc(100% - 225px);
        margin-left: 25px;       
    }
    .product_list li{
        margin-bottom: 15px;
    }
    .product_list li a .text{
        width: 120px;
        padding:10px 10px 10px 15px;
    }
    .product_list li a .text h3{
        font-size: 16px;
    }
    .product_list li a .text span {
        bottom: 10px;
        left:15px;
        font-size: 13px;
    }
    .product_list li a .imgs {
        padding: 10px 15px;
        width: calc(100% - 120px);
    }
    .product_list li .imgs a{
        width: 33.3333%;
    }
    .pro_list{
        padding:10px 0 40px;
    }
    .pro_list h2{
        font-size:24px;
        margin: 30px 0;
    }
    .product_list3 li{
        width: 49%;
        margin-bottom:15px;
    }
    .product_list3 li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list3 li:nth-child(2n){
        margin-right: 0;
    }
    .product_list3 li h3 a {
        padding: 10px 15px;
        font-size: 15px;
    }
    .x_pd1{
        padding:50px 0;
    }
    .x_pd1 .text h3 {
        font-size: 24px;
        padding: 15px 0;
    }
    .x_pd2{
        padding: 0 0 50px;
    }
    .x_pd2 .text strong{
        font-size:24px;
    }
    .x_pd1_img{
        width: calc(100% - 50px);
    }
    .x_pd1_li{
        width: 50px;
    }
    .x_pd1_li p{
        margin-bottom:5px;
    }
}
@media(max-width: 640px){
    .banner_text2 h2{
        font-size: 22px;
    }    
    #container{
        padding:30px 0;
    }
    .left{
        width: 100%;
        float: right;
        margin-top:20px;
    }
    .sort_menu_t p{
        font-size: 20px;
    }
    .p_sort li a{
        padding:0 15px;
        font-size: 15px;
        line-height: 42px;
    }
    .right{
        width: 100%;
        float: left;
        margin-left: 0;
    }
    .pro_list h2{
        font-size:22px;
        padding-bottom:12px;
    }
    .product_list3 li{
        margin-bottom:15px;
    }
    .product_list3 li h3 a {
        padding: 10px 12px;
    }
    .product_list3 li h3 a i{
        width:25px;
        height:25px;
    }
    .x_pd1{
        padding:35px 0;
    }
    .x_pd1 .text{
        width:100%;
        padding-right:0;
        margin-bottom:30px;
    }
    .x_pd1 .text a {
        width: 120px;
        line-height: 42px;
        font-size: 14px;
    }
    .x_pd1 .imgs{
        width:100%;
    }
    .x_pd1 .text h3 {
        font-size: 20px;
    }
    .x_pd1 .text .txt {
        margin: 20px 0 30px;
    }
    .x_pd2{
        padding: 0 0 35px;
    }
    .x_pd2 .text{
        width:100%;
        padding-right:0;
    }
    .x_pd2 .text strong{
        font-size:20px;
    }
    .x_pd2 .p_contact{
        width:100%;
        margin:0 auto;
        max-width:400px;
        margin-top:30px;
        float:left;
    }
    .p_contact_c .p1{
        font-size:16px;
    }
    .x_pd1_img{
        display:none;
        padding-right:0;
    }
    .x_pd1_li{
        width: 100%;
    }
    .x_pd1_li p{
        margin-bottom:10px;
        border:2px solid #eee;
    }
    .x_pd1_li p.cur{
        border:2px solid #00478d;
    }
}
@media(max-width: 460px){
    .product_list li .imgs a{
        width: 50%;
    }
}


.ab_sort{
    padding:70px 0;

}
.ab_sort .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0px 0px 10px #ccc;
}
.ab_sort li{
    width: 14.28%;
    position: relative;
    text-align: center;

}
.ab_sort li:before{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:;
    width: 1px;
    height: 26px;
    background:#bdbdbd;
    margin-top:-13px;
}
.ab_sort a{
    display: inline-block;
    line-height: 84px;
    font-size: 20px;
    color: #000000;
    position: relative;
    
    padding:0 12px;
}
.ab_sort a:hover{
    color: #00478d;
}
.ab_sort a:hover:before{
    content:'';
    width: 100%;
    height: 3px;
    background:#00478d;
    position: absolute;
    left:0;
    bottom:0;
}


#about1{
    padding: 15px 0 80px;
    background:url(../image/about1.jpg) no-repeat right bottom;
}
#about1 .text{
    width: 60%;
    max-width: 840px;
}
#about1 .text h2{
    font-size: 36px;
    color: #000000;
    position: relative;
    padding-bottom: 28px;
    line-height: 1;
}
#about1 .text h2:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 72px;
    height: 3px;
    background:#00478d;
}
#about1 .text .txt{
    margin:40px 0 60px;
    font-size: 16px;
    color: #333;
}
#about1 .sj_list li .p1{
    color: #00478d;
    font-weight: 500;
}
#about1 .sj_list li .p2{
    margin-top:8px;
}
#about2{
    padding: 125px 0;
    background:url(../image/ab_bg1.png) no-repeat right bottom;    

}
#about2 ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#about2 ul:before{
    content:'';
    width: 2px;
    height: 150px;
    background:rgba(255,255,255,.5);
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-75px;
    margin-left: -1px;
}
#about2 ul li{
    width: 50%;
    position: relative;
    color: #fff;
    text-align: center;
}

#about2 ul li .p1{
    font-size: 28px;
    margin-bottom: 20px;
}
#about2 ul li .p2{
    font-size: 36px;
}
#about3{
    padding: 60px 0 80px;
}
.index_t3.ab_t1 p{
    text-transform: uppercase;
    margin-top:10px;
}

.honner{
    margin-top:45px;
    position: relative;
}
.honner .swiper-slide{
    display: flex;
    align-self: flex-end;
    justify-content: center;
    padding:0 20px 15px 20px;
}
.honner .swiper-slide:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 84px;
    background:#f3f3f3;
    z-index:-1;
}
#swiper-prev{
    width: 52px;
    height: 52px;
    background:url(../image/left1.png) no-repeat center;
    transform: rotate(0deg);
    left:-154px;
    margin-top:-26px;
}
#swiper-prev:hover{
    transform: rotate(180deg);
    background:url(../image/right1.png) no-repeat center;
}
#swiper-next{
    width: 52px;
    height: 52px;
    background:url(../image/left1.png) no-repeat center;
    transform: rotate(180deg);
    right:-154px;
    margin-top:-26px;
}
#swiper-next:hover{
    transform: rotate(0deg);
    background:url(../image/right1.png) no-repeat center;
}
#about4{
    background:url(../image/fzlc.jpg) no-repeat top center;
    height: 800px;
    position: relative;
    width: 1920px;
    left:50%;
    margin-left: -960px;
    padding-top:70px;
}
#about4 .index_t3{
    text-align: left;
    height: 108px;
}
#about4 .index_t3 h3,#about4 .index_t3 p{
    color: #fff;
}

.fzlc2{
    position: relative;
    height: 615px;
}
.fzlc_list2{

}
.fzlc_list2 li{
    position: absolute;
    color: #fff;
    text-align: right;
    cursor: pointer;
}
.fzlc_list2 li .cont{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.fzlc_list2 li .yq{
    width: 16px;
    height: 16px;    
    position: relative;
}
.fzlc_list2 li .yq span{
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    display: block;
    position: absolute;
    top:-30px;
    left:50%;
    width: 80px;
    margin-left: -40px;
    text-align: center;

}
.fzlc_list2 li .yq i{
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background:#00478d;
    z-index:9;
}
.fzlc_list2 li .yq:before{
    content: '';
    background: rgba(255, 255, 255, .7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kuosan2 1.2s linear 0.1s infinite;
    z-index: 1;
}
@keyframes kuosan2 {
    0% {
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    50% {
        width: 24px;
        height: 24px;
        opacity: 1;
    }
    100%{
        width: 40px;
        height: 40px;
        opacity: 0;
    }
}
.fzlc_list2 li .text{
    width: 220px;
    font-size: 16px;
    line-height: 1.8;
    position: absolute;
    top:0;
    left:-250px;

    opacity: 0;
    display: none;
}
.fzlc_list2 li .text .date1{
    position: relative;
}
.fzlc_list2 li .text .date1 p{
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
}
.fzlc_list2 li .text .txt{
    margin-top:10px;
}
.fzlc_list2 li:hover .yq span{
    opacity: 0;
}
.fzlc_list2 li:hover .text{
    top:-60px;
    opacity: 1;
    display: block;
}
.fzlc_list2 li:hover .text .txt{

}
.fzlc_list2 li:nth-child(2):hover .text,.fzlc_list2 li:nth-child(4):hover .text{
    top:-40px;
}


.fzlc_list2 li:nth-child(1){
    bottom:50px;
    left:335px;
}
.fzlc_list2 li:nth-child(2){
    bottom:125px;
    left:422px;
}
.fzlc_list2 li:nth-child(3){
    bottom:180px;
    left:487px;
}
.fzlc_list2 li:nth-child(4){
    bottom: 240px;
    left: 560px;
}
.fzlc_list2 li:nth-child(5){
    bottom: 279px;
    left: 665px;
}
.fzlc_list2 li:nth-child(6){
    bottom: 285px;
    left: 924px;
}
.fzlc_list2 li:nth-child(7){
    bottom: 314px;
    left: 1030px;
}
.fzlc_list2 li:nth-child(8){
    bottom: 367px;
    left: 1079px;
}
.fzlc_list2 li:nth-child(9){
    bottom: 423px;
    left: 1130px;
}
.fzlc_list2 li:nth-child(10){
    bottom: 494px;
    left: 1195px;
}
.fzlc_list2 li:nth-child(11){
    bottom: 610px;
    left: 1260px;
}
.fzlc_list2 li:nth-child(12){
    bottom: 245px;
    left: 560px;
}

.m_fzlc{
    position: absolute;
    z-index:-999;
    opacity: 0;
}


#about5{
    padding:60px 0 85px;
}
.sbzs_cont{
    position: relative;
    margin-top:45px;
}
.sbzs_list.swiper-container{
    padding-bottom: 56px;
}
.sbzs_list.swiper-container .swiper-pagination{
    top:calc(100% - 4px)!important;
    background:#efefef;
}
.sbzs_list.swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#cc202c;
}
#about6{
    background:#f5f5f5;
    padding:50px 0;
}
.qyhj_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:45px;
}
.qyhj_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 24px;
}
.qyhj_list li:nth-child(4n){
    margin-right: 0;
}
#about7{
    padding:60px 0 70px;
}
.hzhb_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:40px;
}
.hzhb_list li{
    width: 15.5%;
    margin-right: 1.4%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #ccc;
}
.hzhb_list li:nth-child(5n){
    margin-right: 0;
}




#about4 .swiper-button-next{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background:url(../image/right2.png) no-repeat center;
    opacity: 1!important;
    cursor: pointer;
}
#about4 .swiper-button-prev{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background:url(../image/left2.png) no-repeat center;  
    opacity: 1!important;
    cursor: pointer;  
}
.index_about_top{
    position: relative;
    margin-top:30px;
}
.index_about_top .gallery-thumbs:before{
    content:'';
    width: 100%;
    height: 1px;
    background:#004499;
    position: absolute;
    top:50%;
    margin-top:-0.5px;
}
.index_about_top .gallery-thumbs .swiper-slide{
    border:none!important;
}
.index_about_top,.index_about_bottom{
    padding:0 115px;
}
.index_about_top .swiper-slide .text{
    width: 87px;
    height: 87px;
    border-radius: 50%;
    font-size:18px;
    color: #333;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:#c6c6c6;
    text-align: center;
    cursor: pointer;
    overflow:hidden;
}
#about4 .swiper-slide.swiper-slide-thumb-active .text{
    background:#004499;
    color: #fff;
}
.index_about_bottom .swiper-slide{
    background:none!important;
}
.index_about_bottom .swiper-slide .texts{
    display: flex;
}
.index_about_bottom .swiper-slide .texts h4{
    font-size:48px;
    color: #004499;
    font-weight: normal;
    width: 160px;
    line-height: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
} 
.index_about_bottom .swiper-slide .texts p{
    font-size:18px;
    color: #333;
    width: calc(100% - 160px);
} 
@media(max-width: 1600px){
    .ab_sort a{
        font-size: 16px;
        line-height: 60px;
    }
    #about1{
        background-size: 40%;
    }
    #about1 .text h2{
        font-size: 32px;
    }
    #about1 .text .txt {
        margin: 30px 0 40px;
        font-size: 15px;
    }
    #about2{
        padding: 100px 0;
    }
    #about2 ul li .p1{
        font-size: 24px;
    }
    #about2 ul li .p2{
        font-size: 32px;
    }
    .index_about_top .swiper-slide .text{
        font-size:17px;
    }
    .index_about_bottom .swiper-slide .texts h4{
        font-size:40px;
    }
    .index_about_bottom .swiper-slide .texts p{
        font-size:16px;
    }
}
@media(max-width: 1259px){
    #about4{
        height: auto;
        background:#f5f5f5;
        width: 100%;
        left: 0%;
        margin-left: 0px;
        padding: 70px 0;
    }
    #about4 .index_t3{
        height: auto;
    }
    #about4 .index_t3 h3, #about4 .index_t3 p{
        color: #000;
    }
    .pc_fzlc {
        display: none;
    }
    .m_fzlc{
        position: relative;
        z-index:999;
        opacity: 1;
    }
    #about5{
        padding:65px 0;
    }
    .sbzs_list.swiper-container {
        padding-bottom: 40px;
    }
}
@media(max-width: 1024px){
    .ab_sort,#about4 {
        padding: 50px 0;
    }    
    #about1{
        padding:15px 0 60px;
    }
    #about1 .text h2{
        font-size: 26px;
    } 
    #about1 .text .txt {
        margin: 20px 0 30px;
        font-size: 14px;
    }
    #about2{
        padding: 70px 0;
    }
    #about2 ul li .p1{
        font-size: 20px;
    }
    #about2 ul li .p2{
        font-size: 26px;
    }
    #about3{
        padding:60px 0;
    }
    #about7 {
        padding: 60px 0;
    }
    .index_about_top {
        margin-bottom: 40px;
    }
    .index_about_top .swiper-slide .text {
        font-size: 16px;
    }
}
@media(max-width: 768px){
    .ab_sort {
        padding: 40px 0;
    }  
    .ab_sort li a{
        line-height: 50px;
        font-size: 15px;
    }
    #about1{
        padding:5px 0 40px;
    } 
    #about1 .text{
        width: 100%;
    }
    #about1 .text h2{
        font-size: 22px;
    } 
    #about1 .sj_list{
        max-width: 500px;
    }
    #about2,#about5,#about7{
        padding: 50px 0;
    }
    #about2 ul li .p1{
        font-size: 17px;
        margin-bottom: 0;
    }
    #about2 ul li .p2{
        font-size: 20px;
    }
    #about3{
        padding:40px 0;
    }
    .honner,.sbzs_cont,.qyhj_list,.hzhb_list{
        margin-top:30px;
    }
    .sbzs_list.swiper-container {
        padding-bottom: 30px;
    }
    .qyhj_list li{
        width: 32%;
        margin-bottom: 15px;
    }
    .qyhj_list li:nth-child(4n){
        margin-right: 2%;
    }
    .qyhj_list li:nth-child(3n){
        margin-right: 0;
    }
    .hzhb_list li{
        width: 23.5%;
        margin-right: 2%;
    }
    .hzhb_list li:nth-child(5n){
        margin-right: 2%;
    }
    .hzhb_list li:nth-child(4n){
        margin-right: 0;
    }
    .index_about_top {
        margin-bottom: 20px;
    } 
    .index_about_top, .index_about_bottom{
        padding:0 70px;
    }
    .index_about_bottom .swiper-slide .texts h4 {
        font-size: 30px;
        width: 120px;
    }  
    .index_about_bottom .swiper-slide .texts p {
        font-size: 15px;
        width: calc(100% - 120px);
    }
}
@media(max-width: 767px){
    .index_about_top{
        padding:0 50px;
    }
    .index_about_top .swiper-slide .text {
        width: 65px;
        height: 65px;
        font-size:15px;
    }
    .index_about_bottom{
        padding:0 0%;
    }
    .index_about_bottom .swiper-slide .texts h4{
        font-size:20px;
        width: 80px;
    }
    .index_about_bottom .swiper-slide .texts p{
        font-size: 14px;
        width: calc(100% - 80px);
        line-height: 1.8em;
    }
    .index_about_top .swiper-button-next{
        right:0;
        margin-top:-18px;
    }
    .index_about_top .swiper-button-prev{
        margin-top:-18px;
        left:0;
    }
}
@media(max-width: 640px){
    .ab_sort {
        padding: 20px 0;
    } 
    .ab_sort li{
        width: 25%;
    }
    .ab_sort li a{
        line-height: 42px;
    }
    #about1{
        padding:5px 0 30px;
        background:none;
    } 
    #about1 .text h2{
        font-size: 18px;
        padding-bottom: 20px;
    } 
    #about2,#about4,#about5{
        padding: 30px 0;
    }
    #about2 ul li .p1{
        font-size: 15px;
    }
    #about2 ul li .p2{
        font-size: 18px;
    }   
    #about3,#about6,#about7{
        padding: 25px 0;
    }
    .honner,.sbzs_cont,.qyhj_list,.hzhb_list{
        margin-top: 20px;
    }
    .qyhj_list li{
        width: 49%;
        margin-bottom: 10px;
    }
    .qyhj_list li:nth-child(3n){
        margin-right: 2%;
    }
    .qyhj_list li:nth-child(2n){
        margin-right: 0;
    }
    .hzhb_list li{
        width: 32%;
        margin-bottom: 15px;
    }
    .hzhb_list li:nth-child(4n){
        margin-right: 2%;
    }
    .hzhb_list li:nth-child(3n){
        margin-right: 0;
    }
    .index_about_top{
        padding:0 50px;
    }
    .index_about_top .swiper-slide .text {
        width: 65px;
        height: 65px;
        font-size:15px;
    }
    .index_about_bottom{
        padding:0 2%;
    }
    .index_about_bottom .swiper-slide .text h4{
        font-size:24px;
        width: 80px;
    }
    .index_about_bottom .swiper-slide .text p{
        font-size: 14px;
        width: calc(100% - 80px);
        line-height: 1.8em;
    }
    .index_about_top .swiper-button-next{
        right:0;
        margin-top:-18px;
    }
    .index_about_top .swiper-button-prev{
        margin-top:-18px;
        left:0;
    }
}
@media(max-width: 460px){
    #about2{
        padding: 20px 0;
    }
    #about2 ul li .p2{
        font-size: 16px;
    }  
    #about1 .sj_list li{
        width: 33.3333%;
        padding-right: 0;
        margin-bottom: 0;
    }
    .sj_list li .p2{
        font-size: 12px;
        margin-top:5px;
    }
}


.download_list{
    display: flex;
    flex-wrap: wrap;
    padding:10px 0 50px;
}
.download_list li{
    width: 32%;
    margin-right:2%;
    margin-top:50px;
}
.download_list li:nth-child(3n){
    margin-right: 0;
}
.download_list li a{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #666666;
    padding:22px 0 22px 40px;
    background:url(../image/d_icon1.png) no-repeat left center;
    border-bottom: 1px solid #e5e5e5;
}
.download_list li a p{
    width: calc(100% - 90px);
    padding-right: 10px;
}
.download_list li a span{
    display: block;
    width: 90px;
    height: 30px;
    line-height:30px;
    background:#00478d;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    text-align:center;
}
.download_list li a:hover span{
    background:#cc202c;
}
@media(max-width: 1600px){
    .download_list {
        padding: 10px 0 30px;
    }
    .download_list li {
        margin-top: 40px;
    }
    .download_list li a{
        font-size: 16px;
        padding: 15px 0 15px 40px;
    }
    .download_list li a span{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .download_list li {
        margin-top: 30px;
    }    
}
@media(max-width: 992px){
    .download_list li {
        width: 49%;
        margin-top: 25px;
    } 
    .download_list li:nth-child(3n){
        margin-right: 2%;
    }  
    .download_list li:nth-child(2n){
        margin-right: 0;
    }  
}
@media(max-width: 768px){
    .download_list {
        padding: 10px 0 20px;
    }    
}
@media(max-width: 640px){
    .download_list li {
        width: 100%;
        margin-top: 15px;
    } 
    .download_list li:nth-child(2n){
        margin-right: 2%;
    }     
}




.n_banner h3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99; 
    font-size: 46px;
    font-weight: normal; 
    color: #fff;   
    background:rgba(0,0,0,.4);  
}
.pd1{
    padding:75px 0;
}
.pd1 .imgs{
    width: 41%;
    float: left;
}
.gallery-top .swiper-slide{
    background:#ededed;
    text-align: center;

}
.pd1 .img2 {
    margin-top: 20px;
}
.gallery-thumbs .swiper-slide{
    border:1px solid #bbb;
}
.gallery-thumbs .swiper-slide-thumb-active {
     border:1px solid #00478d;
}
.pd1 .text{
    float: left;
    width: 59%;
    padding-left: 80px;
    padding-right: 35px;
}
.pd1 .text h3{
    font-size: 30px;
    color: #00478d;
    font-weight: normal;
    line-height: 1;
}
.pd1 .text .p1{
    font-size: 20px;
    color: #333333;
    margin-top:5px;
}
.pd1 .text .txt{
    margin:25px 0 90px;
    font-size: 16px;
    color: #404040;
}
.pd1_text_a{
    display: flex;
}
.pd1_text_a a{
    display: block;
    width: 160px;
    line-height: 44px;
    border:1px solid #000;
    font-size: 16px;
    color: #000;
    text-align: color;
    margin-right: 35px;
    text-align: center;
}
.pd1_text_a a:last-child{
    margin-right: 0;
}
.pd1_text_a a:hover{
    background:#00478d;
    border:1px solid #00478d;
    color: #fff;
}
.pd2{

}
.pd_tabli{
    display: flex;
    flex-wrap: wrap;
}
.pd_tabli li{
    font-size: 22px;
    color: #404040;
    margin-right: 80px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}
.pd_tabli li:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 4px;
    background:#00478d;
    opacity: 0;
}
.pd_tabli li:last-child{
    margin-right: 0;
}
.pd_tabli li.cur{
    color: #00478d;
    font-weight: bold;
}
.pd_tabli li.cur:before{
    opacity: 1;
}
.pd_tab_c{
    border-top:1px solid #bbbbbb;
    padding:45px 0 75px;
}
.pd_tab{
    display: none;
}
.n_bottom{
    border-top:1px solid #bbbbbb;
    padding:35px 0 55px;
}
.n_bottom .page{
    float: left;
    width: calc(100% - 160px);
    padding-right: 30px;
}
a.back{
    display: block;
    width: 160px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: right;
    background:#00478d;
}

.tjcp{
    background:#f3f3f3;
    padding:50px 0 95px;
}
.tjcp h2{
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 60px;
    line-height: 1;
}
.product_list2{
    display: flex;
    flex-wrap: wrap;
}
.product_list2 li{
    width: 18.4%;
    margin-right: 2%;
}
.product_list2 li:nth-child(5n){
    margin-right: 0;
}
.product_list2 li a{
    display: block;
}
.product_list2 li a h3{
    padding:12px 25px;
    display: flex;
    flex-wrap: wrap;
    background:#fff;
    border-top:1px solid #bbbbbb;
    line-height: 22px;
}
.product_list2 li a h3 span{
    width: calc(100% - 22px);
    padding-right: 10px;
    font-size: 16px;
    color: #404040;
    font-weight: normal;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.product_list2 li a h3 i{
    width: 22px;
    background:url(../image/more5.png) no-repeat center;
}
.product_list2 li a:hover .img img{
    transform: scale(1.1);
}
.product_list2 li a:hover h3 span{
    color: #00478d;
}
@media(max-width: 1600px){
    .n_banner h3{
        font-size:42px;
    }
    .pd1 .text{
        padding-left: 50px;
        padding-right: 20px
    }
    .pd1 .text h3{
        font-size: 24px;
    }
    .pd1 .text .p1{
        font-size: 16px;
    }
    .pd1 .text .txt{
        font-size: 15px;
        margin: 25px 0 60px;
    }
    .pd_tabli li{
        font-size: 20px;
        margin-right: 50px;
    }
    .pd_tab_c{
        padding:40px 0;
    }
    .tjcp{
        padding:50px 0 70px;
    }
    .tjcp h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }
}
@media(max-width: 1259px){
    .pd1 .text{
        padding-left: 30px;
        padding-right: 0px
    }
    .pd1 .text .txt{
        font-size: 14px;
        margin: 15px 0 40px;
    }
}
@media(max-width: 1024px){
    .n_banner h3{
        font-size:36px;
    }   
    .pd1_text_a a{
        width: 120px;
    } 
    #pd1 .swiper-button-next, #pd1 .swiper-button-prev{
        display: none;
    }
    .tjcp h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .product_list2 li{
        width: 23.5%;
        margin-bottom: 15px;
    }
    .product_list2 li:nth-child(5n) {
        margin-right: 2%;
    }
    .product_list2 li:nth-child(4n) {
        margin-right: 0;
    }
    .product_list2 li a h3{
        padding:7px 10px;
    }
}
@media(max-width: 768px){
    .n_banner h3{
        font-size:32px;
    }  
    .pd1{
        padding:50px 0;
    } 

    .pd1 .text h3{
        font-size: 20px;
    } 
    .pd1 .text .p1{
        font-size: 14px;
    }
    .pd1 .text .txt{
        font-size: 14px;
        margin: 5px 0 20px;
    }
    .pd_tabli li{
        font-size: 16px;
        margin-right: 20px;
    }
    .pd_tab_c{
        padding:30px 0;
    }
    .n_bottom {
        padding: 15px 0 ;
    }
    .n_bottom .page{
        width: 100%;
        float: none;
    }
    a.back{
        width: 120px;
        float: none;
        margin-top:15px;
        font-size: 14px;
        line-height: 40px;
    }
    .pd1_text_a a {
        line-height: 40px;
        font-size: 14px;r;
        margin-right: 20px;
    }
    .tjcp{
        padding:50px 0;
    }
    .product_list2 li{
        width: 32%;
    }
    .product_list2 li:nth-child(4n) {
        margin-right: 2%;
    }
    .product_list2 li:nth-child(3n) {
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .n_banner h3{
        font-size:24px;
    }    
    .sitemp{
        display: none!important;
    }
    .pd1{
        padding:30px 0;
    } 
    .pd1 .text h3{
        font-size: 18px;
    }
    .pd_tab_c{
        padding:20px 0;
    }
    .pd1 .imgs{
        width: 100%;
    }
    .pd1 .text {
        padding-left: 0px;
        width: 100%;
        margin-top:20px;
    }
    .tjcp{
        padding:30px 0;
    }
    .tjcp h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .product_list2 li{
        width: 49%;
    }
    .product_list2 li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list2 li:nth-child(2n) {
        margin-right: 0;
    }
}


.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a{
    display: block;
}
.case_list li a .text{
    padding:30px 25px 25px;
    background:#fff;
}
.case_list li a .text h3{
    font-size: 20px;
    color: #000000;
}
.case_list li a .text .txt{
    font-size: 16px;
    color: #404040;
    line-height: 1.6;
    margin:12px 0 20px;
}
.case_list li a .text span{
    display: inline-block;
    padding-right: 60px;
    font-size: 16px;
    color: #666666;
    background:url(../image/more6.png) no-repeat right center;
}
.case_list li a:hover .img img{
    transform: scale(1.1);
}
.case_list li a:hover .text h3{
    color: #00478d;
    font-weight: bold;
}
.case_list li a:hover .text span{
    color: #000000;
    background:url(../image/more6_h.png) no-repeat right center;
}
#container2{
    padding:90px 0;
}
.left2{
    width: 67%;
    float: left;
}
.case_detail{
    padding:0 105px 0 40px;
}
.case_detail .cont{
    font-size: 16px;
    color: #333333;
}
.case_detail .cont strong{
    font-size: 20px;
    color: #000000;
    font-weight: normal;
}
.tjal{
    margin-top:40px;
}
.tjal h2{
    font-weight: normal;
    padding:25px 0 30px;
    font-size: 20px;
    color: #000;
    border-top:1px solid #dbdbdb;
}
.case_list2{
    display: flex;
    flex-wrap: wrap;
}
.case_list2 li{
    width: 32%;
    margin-right: 2%;
}
.case_list2 li:nth-child(3n){
    margin-right: 0;
}
.case_list2 li a{
    display: block;
    overflow:hidden;
}
.case_list2 li p a{
    font-size: 16px;
    color: #000000;
    padding-top:10px;
}
.case_list2 li:hover .img img{
    transform: scale(1.1);
}
.case_list2 li:hover p a{
    color: #00478d;
}

.right2{
    width: 33%;
    float: left;
}
.r_news{
    margin-top:55px;
    padding-left: 25px;
    border-left: 1px solid #dbdbdb;
    padding-bottom: 45px;
}
.r_news h2{
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    line-height: 1;
}
.news_list2{

}
.news_list2 li{

}
.news_list2 li a{
    display: block;
    padding:25px 0 20px;
    border-bottom: 1px dashed #e0e0e0;
}
.news_list2 li a h3{
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list2 li a .p1{
    font-size: 14px;
    color: #404040;   
    margin:10px 0; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}
.news_list2 li a .p2{
    display: flex;
    font-size: 14px;
    color: #404040;
}
.news_list2 li a .p2 span:last-child{
    margin-left: 15px;
}
.news_list2 li a:hover h3{
    color: #cc202c;
}
@media(max-width: 1600px){
    .case_list li a .text{
        padding:20px 20px 20px;
    }
    .case_list li a .text h3{
        font-size: 16px;
    }
    .case_list li a .text .txt{
        font-size: 15px;
        margin:5px 0 15px;
    }
    .case_list li a .text span {
        padding-right: 45px;
        font-size: 14px;
    }
    #container2{
        padding:70px 0;
    }
    .case_detail {
        padding: 0 70px 0 30px;
    }
    .case_detail .cont strong{
        font-size: 18px;
    }
    .case_detail .cont{
        font-size: 15px;
    }
}
@media(max-width: 1259px){
    .case_detail {
        padding: 0 40px 0 20px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .case_list li{
        margin-bottom: 15px;
    }
    .case_list li a .text{
        padding:15px;
    }
    .case_list li a .text h3{
        font-size: 16px;
    }
    .case_list li a .text .txt{
        font-size: 14px;
        margin:0px 0 10px;
    }
    .case_list li a .text span {
        padding-right: 40px;
    } 
    #container2{
        padding:50px 0;
    }   
    .case_detail {
        padding: 0 20px 0 0;
    }
    .tjal h2 {
        padding: 15px 0 20px;
        font-size: 18px;
    }
    .r_news{
        margin-top:30px;
    }
    .news_list2 li a{
        padding:15px 0;
    }
    .news_list2 li a .p1{
        margin:0;
    }
}
@media(max-width: 640px){
    .case_list li {
        width: 49%;
    } 
    .case_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .case_list li:nth-child(2n) {
        margin-right: 0;
    }  
    #container2{
        padding:30px 0;
    }
    .left2{
        width: 100%;
    } 
    .case_detail {
        padding: 0px;
    }
    .right2{
        width: 100%;
        margin-top:20px;
    }
    .tjal h2 {
        padding: 15px 0 10px;
        font-size: 16px;
    }
    .case_list2 li p a{
        font-size: 14px;
        padding-top:5px;
    }
    .r_news{
        margin-top:20px;
    }
    .r_news h2{
        font-size: 18px;
    }
}
@media(max-width: 460px){
    .case_list li {
        width: 100%;
        margin-right: 0!important;
    } 
}


.sort{
    float: left;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 300px)
}
.sort li{
    margin-right: 75px;
}
.sort li a{
    display: block;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}
.sort li a:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 4px;
    background:#fff;
    opacity: 0;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li:hover a:before,.sort li.on a:before{
    opacity: 1;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
}
.news_list li:nth-child(2n){
    margin-right: 0;
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    padding:25px 35px 25px 15px;
    background:#f3f3f3;
    border:1px solid #dbdbdb;
}
.news_list li a .img{
    width: 240px;
}
.news_list li a .text{
    width: calc(100% - 240px);   
    padding-left: 50px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news_list li a .text h3{
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list li a .text p{
    font-size: 14px;
    color: #404040;
    margin:15px 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list li a .text span{
    font-size: 14px;
    color: #000000;
    display: inline-block;
    width: 92px;
}
.news_list li a:hover .img img{
    transform: scale(1.1);
}
.news_list li a:hover .text h3{
    color: #00478d;
}
.news_list li a:hover .text span{
    background:url(../image/more4_h.png) no-repeat right center;
}
#container4{
    padding:65px 0 100px;
    background:#f5f5f5;
}
.left3{
    background:#fff;
    width: 64%;
    float: left;
    padding:35px ;
}
.news_detail h1{
    font-size: 24px;
    color: #000000;
    line-height: 1.4;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #404040;
}
.news_detail .content{
    padding:15px 0 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    color: #404040;
}
.news_detail .content strong{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.news_detail .page{
    color: #404040;
    font-size: 14px;
}
.news_detail .page a{
    color: #000000;
    font-size: 14px;
}
a.back2{
    display: block;
    color: #000000;
    font-size: 14px;
}
.right3{
    background:#fff;
    float: right;
    width: 33%;
    padding:40px 25px 20px;
}
.right3 h2{
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    line-height: 1;    
}
@media(max-width: 1600px){
    .news_list li a{
        padding:20px 20px 20px 15px;
    }
    .news_list li a .text{
        padding-left: 30px;
    }
    .news_list li a .text h3{
        font-size: 16px;
    }
    .news_list li a .text p{
        margin: 10px 0 20px;
    }
    #container4{
        padding:65px 0;
    }
    .sort li{
        margin-right: 50px;
    }
    .sort li a{
        font-size: 16px;
    }
    .news_detail h1{
        font-size: 20px;
    }
    .news_detail .content {
        padding: 15px 0 30px;
        margin-bottom: 15px;
    }
}
@media(max-width: 1259px){
    .news_list li a .img{
        width: 30%;
    }
    .news_list li a .text{
        width: 70%;
    }
}
@media(max-width: 1024px){
    .sort li{
        margin-right: 30px;
    }    
}
@media(max-width: 768px){
    .news_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .news_list li a .text{
        padding-left: 15px;
    }
    .news_list li a .text p{
        margin: 0px 0 10px;
    }
    #container4{
        padding:50px 0;
    }
    .sort li a{
        font-size: 15px;
    }
    .left3{
        padding:20px;
    }
    .news_detail h1{
        font-size: 16px;
    }
    .news_detail .content {
        padding: 10px 0 20px;
        margin-bottom: 10px;
    }
}
@media(max-width: 640px){
    .news_list li a .img{
        width: 100%;
        text-align: center;
    } 
    .news_list li a .text{
        width: 100%;
        padding-left: 0;
        margin-top:15px;
    } 
    #container4{
        padding:30px 0;
    }
    .sort li{
        margin-right: 20px;
    }
    .left3{
        width: 100%;
        padding:15px;
    }  
    .right3{
        width: 100%;
        margin-top:20px;
    }
}


#job1{
    padding:110px 0 85px;
}
#job1 .img{
    width: 50%;
    text-align: center;
    float: right;
}
#job1 .text{
    width: 50%;
    float: left;
    padding-right: 10px;
}
#job1 .text h3{
    position: relative;
    font-weight: normal;
    font-size: 36px;
    color: #010101;
    margin-bottom: 30px;
}
#job1 .text h3:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 72px;
    height: 4px;
    background:#00478d;
}
#job1 .text p{
    font-size: 16px;
    color: #333333;
}
.job2{
    padding:40px 0 65px;
    background:#f5f5f5;
}
.job2 h2{
    font-size: 36px;
    color: #333333;
    line-height: 1;
    margin-bottom: 60px;
    font-weight: normal;
}
.gshj.swiper-container{
    padding-bottom: 75px;
}
.gshj.swiper-container .swiper-pagination{
    bottom:0;
}
.gshj.swiper-container .swiper-pagination .swiper-pagination-bullet{
    background:#cccccc;
    width: 90px;
    height: 3px;
    border-radius: 0;
    opacity: 1;
    margin:0 10px;
}
.gshj.swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background:#00478d;
}
#job2{
    padding:45px 0 90px;
}
.job_t{
    text-align: center;
    margin-bottom: 45px;
}
.job_t h2{
    font-size: 36px;
    color: #000000;
    font-weight: normal;
}
.job_t p{
    font-size: 16px;
    color: #333;
}
.job_content{

}
.list-title{
    display: flex;
    flex-wrap: wrap;
    padding:0 35px 0 70px;
}
.list-title .j1{
    width: 20%;
}
.list-title .j2{
    width: 20%;
}
.list-title .j3{
    width: 20%;
}
.list-title .j4{
    width: calc(40% - 110px);
    opacity: 0;
}
.list-title .j5{
    width: 110px;
    font-size: 16px;
    background:url(../image/add.png) no-repeat right center;
}
.job_list1 li.cur .j5{
    background:url(../image/less.png) no-repeat right center;
}
.list-title1{
    background:#00478d;
    line-height: 65px;
    color: #fff;
    font-size: 22px;
}
.list-title2{
    line-height: 60px;
    color: #333;
    font-size: 20px;
    border-bottom:1px solid #dbdbdb;
    cursor: pointer;
}
.job_list1{
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}
.list-cont{
    padding:25px 35px 65px 70px;
    background:#f5f5f5;
    border-bottom:1px solid #dbdbdb;
    display: none;
}
.list-cont h3{
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}
.list-cont .cont{
    margin-top:15px;
}
.list-cont .cont p{
    font-size: 16px;
    color: #333;
}
a.apply{
    display: block;
    width: 160px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background:#00478d;
    margin-top:50px;
}
.job3{
    padding:70px 0 170px;
    background:url(../image/job.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}
.job3  h3{
    font-size: 46px;
    font-weight: normal;
}
.job3 p{
    font-size: 20px;
}
@media(max-width: 1600px){
    #job1{
        padding:70px 0;
    }
    #job1 .text h3,.job_t h2{
        font-size: 32px;
    }
    #job1 .text p{
        font-size: 15px;
    }
    .job2 h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    #job2{
        padding:45px 0 70px;
    }
    .job_t p{
        font-size: 15px;
    }
    .list-title1{
        line-height: 50px;
        font-size: 18px;
    }
    .list-title2{
        font-size: 16px;
        line-height: 45px;
    }
    .list-cont h3{
        font-size: 16px;
    }
    .list-cont .cont p{
        font-size: 14px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    #job1 .text h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }  
    .job2 h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }  
    .gshj.swiper-container{
        padding-bottom: 50px;
    }
    .gshj.swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 50px;
    }
    .job_t{
        margin-bottom:30px;
    }
    .job_t h2{
        font-size: 26px;
    }
    .job_t p{
        font-size: 14px;
    }
}
@media(max-width: 768px){
    #job1{
        padding:50px 0;
    }  
    #job1 .text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }  
    #job1 .text h3:before{
        height: 2px;
        width: 60px;
    } 
    #job1 .text p{
        font-size: 14px;
    }
    .job2{
        padding:40px 0 50px;
    }
    .job2 h2 {
        font-size: 24px;
        margin-bottom: 15px;
    } 
    .gshj.swiper-container{
        padding-bottom: 30px;
    }
    .gshj.swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        margin:0 5px;
    }
    #job2{
        padding:45px 0 50px;
    }
    .job_t h2{
        font-size: 24px;
    }
    .list-title{
        padding:0 20px 0 30px;
    }
    .list-title1{
        line-height: 42px;
        font-size: 16px;
    }
    .list-title2{
        font-size: 15px;
        line-height: 36px;
    }
    .list-cont {
        padding: 25px 20px 30px 30px;
    }
    .list-cont h3{
        font-size: 15px;
    }
    a.apply {
        width: 120px;
        line-height: 42px;
        font-size: 15px;
        margin-top: 30px;
    }
}
@media(max-width: 640px){
    #job1,.job2{
        padding:30px 0;
    }
    #job1 .img{
        width: 100%;
    }
    #job1 .text{
        width: 100%;
        margin-top:15px;
    }
    #job1 .text h3 {
        font-size: 20px;
    } 
    .job2 h2 {
        font-size: 20px;
    } 
    #job2{
        padding:30px 0;
    }
    .job_t{
        margin-bottom:20px;
    }
    .job_t h2{
        font-size: 20px;
    }
    .list-title {
        padding: 0 15px 0 15px;
    }
    .list-title .j2,.list-title .j3,.list-title .j4{
        display: none;
    }
    .list-title .j1{
        width: calc(100% - 100px);
    }
    .list-title .j5{
        width: 100px;
        font-size: 14px;
    }
    .list-cont {
        padding: 15px 15px;
    }
}

#contact1{
    background:#f8f8f9;
    padding:55px 0 80px;
}
#contact1 h1{
    font-size: 40px;
    color: #000;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 25px;
}
.c_t1{
    font-size: 26px;
    color:#000000;
    font-weight: normal;
    border-bottom: 1px solid #000;
}
.lx_list{
    margin-top:45px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.lx_list li{
    padding:35px 30px;
    background:#fff;
    width: 48%;
    margin-right: 4%;
    max-width: 500px;
}
.lx_list li:nth-child(2n){
    margin-right: 0;
}
.lx_list li p{
    font-size: 16px;
    color: #000000;
}
.lx_list li p strong{
    font-size: 22px;
    color: #00478d;
    font-weight: normal;
    margin-bottom:10px;
    display: block;
}

.yw_list{
    margin-top:32px;
    background:#ffffff;
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
}
.yw_list li{
    font-size: 16px;
    color: #000000;
    position: relative;
    width: 33.333%;
    padding:0 50px;
}

.yw_list li:before{
    content:'';
    width: 1px;
    height:170px;
    background:#bdbdbd;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-85px;
}
.yw_list li:last-child:before{
    display: none;
}
.yw_list li img{
    display: inline-block;
    margin-top:15px;
}
.message{
    padding:50px 0 95px;
}
.message h2{
    font-size: 40px;
    color: #000000;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
}
.message ul li:nth-child(2n){
    margin-right: 0%;
}
.message ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message ul li p{
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}
.message ul li p span{
    color: #ff0000;
}
.message ul li input{
    border:none;
    outline: none;
    border-bottom: 1px solid #bdbdbd;
    font-size: 14px;
    color: #999999;
    line-height: 36px;
    width: 100%;
}
.message ul li textarea{
    border:none;
    outline: none;
    border-bottom: 1px solid #bdbdbd;
    font-family: "微软雅黑";
    line-height: 36px;
    width: 100%;
    height: 38px;
    padding:0;
}
.mess_btn input{
    display: block;
    width: 160px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background:#00478d;
    border:none;
    outline: none;
    text-align:center;
    cursor: pointer;
    margin:40px auto 0;
}
@media(max-width: 1600px){
    #contact1{
        padding:55px 0;
    }
    #contact1 h1{
        font-size: 32px;
    }
    .c_t1{
        font-size: 24px;
    }
    .lx_list li p strong {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .lx_list li p{
        font-size: 15px;
    }
    .yw_list{
        padding:20px 30px;
    }
    .yw_list li{
        padding:0 30px;
    }
    .message {
        padding: 50px 0;
    }
    .message h2{
        font-size: 32px;
    }
    .message ul li p{
        font-size: 16px;
    }
    .mess_btn input {
        line-height: 46px;
        font-size: 16px;
        margin: 30px auto 0;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    #contact1 h1{
        font-size: 26px;
    } 
    .c_t1{
        font-size: 20px;
    }   
    .lx_list li p{
        font-size: 14px;
    }
    .lx_list li p strong {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .message h2{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .yw_list li{
        padding:0 20px;
    }
}
@media(max-width: 768px){
    #contact1 h1{
        font-size: 24px;
    }   
    .lx_list{
        margin-top:30px;
    } 
    .lx_list li{
        padding:25px 15px;
    }
    .yw_list{
        padding:15px 20px;
    }
    .message h2{
        font-size: 24px;
    }
}
@media(max-width: 640px){
    #contact1{
        padding:30px 0;
    }
    #contact1 h1{
        font-size: 22px;
    } 
    .c_t1{
        font-size: 18px;
    } 
    .lx_list li{
        width: 100%;
        margin-right: 0;
        padding:10px 15px;
    }  
    .lx_list li p strong {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .yw_list{
        padding:5px 15px;
    }
    .yw_list li{
        width: 100%;
        padding:10px 0;
    }
    .yw_list li:before{
        display: none;
    }
    .message {
        padding: 30px 0;
    }
    .message h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .message ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom:15px;
    }
    .message ul li p{
        font-size: 14px;
    }
    .mess_btn input {
        width: 120px;
        line-height: 36px;
        font-size: 15px;
        margin: 5px auto 0;
    }
}


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

h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: none;
}
.page{
    font-size: 16px;
    color: #404040;    
}
.page a{
    font-size: 18px;
    color: #000000;    
}
@media(max-width: 1600px){
    .page{
        font-size: 14px;   
    }
    .page a{
        font-size: 16px;
    }    
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
    .page a{
        font-size: 14px;
    }
}

.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:#cc202c;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #cc202c;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: #cc202c;
    vertical-align: middle;
    border: 1px solid #cc202c; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    
    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: #cc202c;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding: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;
    }
    footer{
        margin-bottom:60px;
    }
}



.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(../image/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;
    }
}




#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: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #fff;
}

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

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

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

#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);
}

#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: #cc202c;
    background: #cc202c;
}

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

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

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


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


.cboxOverlay {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.colorbox {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background: #ffffff;
    z-index: 10001;
    display: none;
}

.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("../image/closeVideo.png") no-repeat center;
    cursor: pointer;
}

.colorbox iframe {
    width: 100%;
    height: 100%;
}