﻿/*头部样式*/
.head{
/*    display: flex;
    flex-wrap: wrap;*/
}
.logo{
    float: left;
    margin-left: 60px;
    display: flex;
    align-items:center;
    height: 100px;
}
.logo a{
    display: block;
}
.logo_text{
    color: #fff;
    padding-left: 20px;
    padding-top: 7px;
}
.logo_text .p1{
    font-size: 34px;
    color: #038ef2;
    line-height: 1;
    font-family: "楷体";
    font-weight: bold;
    text-shadow: 0.6px 0.6px 0px #06426c;
}
.logo_text .p2{
    font-family: "Arial";
    font-weight: 700;
    font-size: 12px;
    color: #038ef2;
    letter-spacing: 1px;
}
.head_r{
    float:right;
    background:#00349d;
    border-radius: 35px 0 0 0;
    color: #fff;
    padding:20px 60px 20px 50px;
    height: 100px;
    display: flex;
}
.language{
    width: 46px;
    padding-right: 20px;
    background:url(../images/down.png) no-repeat right center;
    display: flex;
    align-items:center;
    position: relative;
    margin-right: 22px;
    cursor: pointer;
}
.language_a{
    position: absolute;
    top:55px;
    left:50%;
    width: 80px;
    margin-left: -40px;
    background:#fff;
    z-index:9;
    display: none;
}
.language_a a{
    color: #333;
    display: block;
    text-align: center;
}
.language_a a:hover{
    background: #00349d;
    color: #fff;
}
.language:hover .language_a{
    display: block;
}
.h_tel{

}
.h_tel .p1{
    font-size: 20px;
    line-height: 1;
}
.h_tel .p2{
    font-size: 22px;
    font-family: "Impact";
}
.nav{
    float:right;
    margin-right: 36px;
}
.nav li{
    float: left;
    position: relative;
    margin:0 18px;
}
/*.nav li:nth-child(2),.nav li:nth-child(3){*/
/*    display: none;*/
/*}*/
.nav li a.a1{
    display: block;
    font-size: 16px;
    color: #222;
    text-align: center;
    line-height: 100px;
    padding:0 5px;
    position: relative;
}
.nav li a.a1:after{
    content:'';
    position: absolute;
    left:0;
    bottom:17px;
    width: 100%;
    height: 4px;
    background:#00349d;
    display: none;
    opacity: 0;
}
.nav li:hover a.a1,.nav li.cur a.a1{
    color: #00349d;
}
.nav li:hover a.a1:after,.nav li.cur a.a1:after{
    display: block;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    display: block;
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}


.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}


.nav li .b_navs{
    display: none;
    position: absolute;
    top: 98px;
    left:50%;
    z-index: 999;
    background-color: #fff;
    min-width: 200px;
    overflow: visible!important;
    border-top:3px solid #133595;    
    margin-left: -100px;
}
.nav li .b_navs2{
    min-width: 140px;   
    margin-left: -70px;
}
.nav li .b_navs .cont{
    padding:9px 10px;
    position: relative;
    background-color: #fff;
}
.nav li .b_navs .cont:before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #133595;
}
.nav li .b_navs a{
    display: block;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    position: relative;
    transition: all 0.3s ease-out;
}
.nav li .b_navs a i{
    display: inline-block;
    font-style: normal;
    width: 11px;
    height: 11px;
    background: url(../images/double-arrow.png) no-repeat center;
    background-size: 11px 11px;
    position: relative;
    top:50%;
    margin-top:-5.5px;
    margin-left: 5px;
    opacity: 0;
}
.nav li .b_navs a:hover{
    letter-spacing: 1px;
    background: #f5f5f5;
    /*font-weight: bold;*/
}
.nav li .b_navs a:hover i{
    opacity: 1;
}


.m_nav{
    display: none;
    float:right;
    margin-right: 20px;
}
.m_nav li{
    margin:0 10px;
}
.m_nav li a{
    font-size: 15px;
    color: #333;
    line-height: 70px;
/*    padding:0 10px;*/
}
@media(max-width: 1660px){
    .head_r{
        padding:20px 50px 20px 30px;
        height: 90px;
    }
    .h_tel .p1{
        font-size: 18px;
    }
    .h_tel .p2{
        font-size: 20px;
    }
    .logo{
        margin-left: 50px;
        height: 90px;
    }
    .logo_text{
        padding-left: 15px;
    }
    .logo_text .p1{
        font-size: 32px;
    }
    .logo_text .p2{
        font-size: 12px;
    }
    .nav{
        margin-right: 20px;
    }
    .nav li{
        margin:0 10px;
    }
    .nav li a.a1{
        line-height: 90px;
    }
    .nav li .b_navs{
        top:90px;
    }
    .language_a{
        top:50px;
    }
}

@media(max-width: 1440px){
    .logo {
        margin-left: 30px;
    }
    /*.nav li:nth-child(2){*/
    /*    display: none;*/
    /*}*/
    .nav{
        margin-right: 15px;
    }
    .nav li{
        margin:0 6px;
    }
}
@media(max-width: 1360px){
    .nav li:nth-child(2),.nav li:nth-child(3){
        display: none;
    }
}
@media(max-width: 1300px){
    .logo{
        height: 80px;
        margin-left: 35px;
    }
    .nav li a.a1{
        line-height: 80px;
    }
    .nav li a.a1:after{
        bottom:10px;
    }
    .head_r {
        padding: 15px 35px 15px 20px;
        height: 80px;
    }
    .nav li .b_navs{
        top:80px;
    }
    .nav li .b_navs a{
        font-size:14px;
    }
}
@media(max-width: 1259px){
    .logo{
        margin-left: 30px;
        height: 70px;
    }
    .head_r {
        padding: 15px 15px 15px;
    }
    .language{
        margin-right: 0;
    }
    .nav li a.a1{
        line-height: 70px;
    }
    .nav li .b_navs{
        top:70px;
    }
/*    .h_tel{
        display: none;
    }*/
}
@media(max-width: 1100px){
    .logo_text{
/*        display: none;*/
    }
    .head_r{
        display: none;
    }
    .nav li {
        margin: 0 5px;
    }
    .nav li a.a1{
        font-size: 15px;
    }
}
@media(max-width: 820px){
    .logo_text{
        display: none;
    }
}
@media(max-width: 768px){
    .logo{
        margin-left: 15px;
    }
    .logo img{
        max-height: 50px;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .m_nav{
        display: flex;
    }
}
@media(max-width: 640px){
    .logo{
        max-width: 40%;
        height: 60px;
/*        float: none;*/
    }
    .logo img {
        max-height: 40px;
    }
    .menu-button{
        top:25px;
    }
    .m_nav{
        margin-right: 10px;
    }
/*    .m_nav li{
        margin:0 5px;
    }*/
    .m_nav li a{
        font-size: 14px;
        line-height: 60px;
    }
}



.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;
    text-align: right;
}
.container{
    width: 90%;
    max-width: 1570px;
    margin: 0 auto;
}
.banner_text .p1{
    font-size: 40px;
}
.banner_text .p2{
    font-size: 80px;
    line-height: 1;
    margin:0 0 75px;
}
.banner_text a{
    display: none;
    width: 254px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border:2px solid #fff;
    border-radius: 35px;
    cursor: pointer;
    float: right;
}
.banner_text a:hover{
    background:#fff;
    color: #0037a3;
}
#c-banner1 .swiper-slide:nth-child(1) .banner_text a{
    display: block;
}
#c-banner1 .swiper-pagination{
    bottom:50px;
}
#c-banner1 .loading {
    margin: 0 5px;
    width: 26px;
    height: 26px;
    position: relative;
    border: 2px solid transparent;
    background: transparent;
}
#c-banner1 .swiper-pagination-bullet{
    opacity: 1;
    margin:0 10px;
}
.loading.swiper-pagination-bullet-active {
    border-color: #0037a3;
}
.loading .c-progress {
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #b3b3b3;
    border-radius: 50%;
    left: 6px;
    top: 6px;
    line-height: 120px;
    text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #0037a3;
}
.loading .yqs{
    position: absolute;
    top: -2px;
    left: -1px;
    width: 26px;
    height: 26px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 2.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 2px solid #0037a3;
    border-radius: 50%;
}
.loading.swiper-pagination-bullet-active .yqs{
    opacity: 1;
}
.loading .left,
.loading .right {
    opacity: 0;
    width: 13px;
    height: 26px;
    overflow: hidden;
    position: absolute;
    left: -2px;
    top: -2px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -2px;
    top: -2px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 11px;
    height: 22px;
    border: 2px solid #0037a3;
    border-radius: 18px 0 0 18px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 18px 18px 0;
    border: 2px solid #0037a3;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 2.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
}
.loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 2.9s;
    animation-timing-function: linear;
    animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@media(max-width: 1660px){
    .banner_text .p1{
        font-size: 32px;
    }
    .banner_text .p2{
        font-size: 46px;
        margin:0 0 50px;
    }
    .banner_text a{
        width: 180px;
        line-height: 50px;
        font-size: 16px;
    }
    #c-banner1 .swiper-pagination {
        bottom: 40px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    #c-banner1 .swiper-pagination {
        bottom: 20px;
    }    
}
@media(max-width: 1024px){
    .banner_text .p1{
        font-size: 26px;
    }
    .banner_text .p2{
        font-size: 32px;
    }
    .banner_text a{
        width: 140px;
        font-size: 15px;
        line-height: 42px;
    }    
}
@media(max-width: 768px){
    .banner_text{
        bottom:0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 99;
    }
    .banner_text .p1{
        font-size: 22px;
    }
    .banner_text .p2{
        font-size: 28px;
    }
    .banner_text a{
        width: 120px;
        font-size: 14px;
        line-height: 36px;
    }
    #c-banner1 .swiper-pagination{
        display: none;
    }    
}
@media(max-width: 640px){
    /*.banner_text{*/
    /*    bottom:60px;*/
    /*}*/
    .banner_text .p1{
        font-size: 16px;
    }
    .banner_text .p2{
        font-size: 22px;
        margin:0 0 15px;
    }
    .banner_text a{
        width: 100px;
        font-size: 12px;
        line-height: 30px;
    }
/*    .banner_text a{
        width: 120px;
        font-size: 14px;
        line-height: 36px;
    }*/    
}



.index1{
    background:url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    padding:100px 0 105px;
}
.index1_top{
    margin-bottom: 65px;
}
.index1_top .index_t1{
    float:left;    
}
.index_t1{
    font-weight: bold;
}
.index_t1 .p1{
    font-size: 66px;
    color: #0037a3;
    line-height: 1;
    text-transform: uppercase;
    opacity: .2;
}
.index_t1 .p2{
    font-size: 52px;
    color: #333333;
    line-height: 1;
    margin-top: -20px;
}
.index1_top .c-btn-move{
    float:right;
    margin-top:50px;
}
.index1_cont{
    position: relative;
}
#c-banner2 .swiper-slide{
    overflow: hidden;
    padding: 10px 20px 20px;
}
#c-banner2 .swiper-slide a{
    display: block;
    background:#fff;
    border-radius: 0 25px 0 25px;
}
#c-banner2 .swiper-slide .img{
    border-radius: 0 30px 0 0 ;
}
#c-banner2 .swiper-slide .text{
    padding:30px 30px 40px;
    text-align: center;
    box-shadow: 5px 5px 20px 0 rgb(0 55 163 / 20%);
    border-radius: 0 0px 0 30px;
}
#c-banner2 .swiper-slide .text h3{
    font-size: 22px;
    line-height: 1.6;
    color: #4c4c4c;
    font-weight: normal;
        white-space: nowrap; 
        text-overflow: ellipsis;
        overflow: hidden;    
}
#c-banner2 .swiper-slide .text p{
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    margin:5px 0 30px;
}
#c-banner2 .swiper-slide .text span{
    display: flex;
    width: 162px;
    height: 40px;
    border:1px solid #0037a3;
    border-radius: 25px;
    font-size: 16px;
    color: #0037a3;
    justify-content: center;
    align-items:center;
    margin:0 auto;
}
#c-banner2 .swiper-slide .text span i{
    display: block;
    margin-left: 20px;
    width: 25px;
    height: 100%;
    background:url(../images/more1.png) no-repeat center;
}
#c-banner2 .swiper-slide:hover .img img{
    transform: scale(1.1);
}
#c-banner2 .swiper-slide:hover .text h3{
    color: #0037a3;    
}
#c-banner2 .swiper-slide:hover .text span{
    color: #fff;
    background:#0037a3;
}
#c-banner2 .swiper-slide:hover .text span i{
    background:url(../images/more1_h.png) no-repeat center;    
}
.index1_cont .swiper-button-prev{
    left:-85px;
    width: 58px;
    height: 58px;
    background:url(../images/left1.png) no-repeat center;
    margin-top: -29px;
    opacity: 1;
    outline: none;
    cursor: pointer;
}
.index1_cont .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat center;   
    transform: rotate(-180deg); 
}
.index1_cont .swiper-button-next{
    right:-85px;
    width: 58px;
    height: 58px;
    background:url(../images/left1.png) no-repeat center;
    margin-top: -29px;
    opacity: 1;
    outline: none;
    cursor: pointer;
    transform: rotate(-180deg);
}
.index1_cont .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center;   
    transform: rotate(-0deg); 
}
@media(max-width: 1660px){
    .index1_top {
        margin-bottom: 50px;
    }
    .index_t1 .p1{
        font-size: 52px;
    }
    .index_t1 .p2{
        font-size: 42px;
    }
    .index1_top .c-btn-move{
        margin-top:30px;
    }
    #c-banner2 .swiper-slide{
        padding:5px 10px 10px;
    }
    #c-banner2 .swiper-slide .text {
        padding: 20px 20px 30px;
        box-shadow: 2px 2px 10px 0 rgb(0 55 163 / 20%);
    }
    #c-banner2 .swiper-slide .text h3{
        font-size: 20px;


    }
    #c-banner2 .swiper-slide .text p{
        margin:5px 0 20px;
    }
    #c-banner2 .swiper-slide .text span{
        width: 135px;
        height: 40px;
        font-size: 15px;
    }
    #c-banner2 .swiper-slide .text span i{
        margin-left: 15px;
    }
    .index1_cont .swiper-button-prev{
        left:0;
    }
    .index1_cont .swiper-button-next{
        right:0;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index1{
        padding:70px 0;
    }
    .index1_top {
        margin-bottom: 30px;
    }
    .index_t1 .p1{
        font-size: 42px;
    }
    .index_t1 .p2{
        font-size: 32px;
    }
    .index1_top .c-btn-move {
        margin-top: 10px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index1{
        padding:55px 0;
    }  
    .index_t1 .p1{
        font-size: 36px;
    }
    .index_t1 .p2{
        font-size: 26px;
    }
    .index1_top .c-btn-move{
        margin-top:0px;
    }  
    #c-banner2 .swiper-slide .text h3{
        font-size: 17px;
    }
    #c-banner2 .swiper-slide .text span{
        width: 120px;
        height: 36px;
        font-size: 14px;
    }
    #c-banner2 .swiper-slide .text span i{
        margin-left: 15px;
        width: 15px;
        background-size: contain;
    }
}
@media(max-width: 640px){
    .index1{
        padding:35px 0;
    }     
    .index_t1 .p1{
        font-size: 24px;
    }
    .index_t1 .p2 {
        font-size: 22px;
        margin-top: 3px;
    }
    #c-banner2 .swiper-slide .text{
        box-shadow:0px 0px 10px 0 rgb(0 55 163 / 20%);
        border-radius:0 0 0 25px;
    }
    .index1_cont .swiper-button-prev{
        width: 46px;
        height: 46px;
        background: url(../images/left1.png) no-repeat center;
        margin-top: -23px;
        background-size: contain!important;
        left:10px;
        overflow: hidden;
        border-radius: 50%;
    }
    .index1_cont .swiper-button-next{
        width: 46px;
        height: 46px;
        background: url(../images/left1.png) no-repeat center;
        margin-top: -23px;
        background-size: contain!important;   
        right:10px;  
        overflow: hidden; 
        border-radius: 50%;  
    }
}



.index2{
    padding:100px 0 75px;
}
.index2 .container{
    display: flex;
    flex-wrap: wrap;
}
.index2 .text{
    width: 50%;
    padding-right: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index2 .text .txt{
    font-size: 16px;
    color: #999999;
    margin:30px 0 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.index2 a.c-btn-move{
    max-width: 136px;
}
a.more1{
    display: flex;
    width: 162px;
    height: 40px;
    border:1px solid #0037a3;
    border-radius: 25px;
    font-size: 16px;
    color: #0037a3;
    justify-content: center;
    align-items:center;
}
a.more1 i{
    display: block;
    margin-left: 20px;
    width: 25px;
    height: 100%;
    background:url(../images/more1.png) no-repeat center;    
}
a.more1:hover{
    color: #fff;
    background:#0037a3;
}
a.more1:hover i{
    background:url(../images/more1_h.png) no-repeat center;    
}
.index2 .img1{
    position: relative;
    width: 50%;
}
.yq_scroll{
    width: 80px;
    height: 80px;
    position: absolute;
    left:-40px;
    top:50%;
    margin-top:-40px;
    border-radius: 50%;
    background:#fff;
    box-shadow: 0px 0px 5px rgba(0,120,208,.2);
    z-index:9;
}
.yq_scroll:after{
    content:'';
    position: absolute;
    left:50%;
    top:50%;
    margin:-2.5px 0 0 -2.5px;
    width: 5px;
    height: 5px;
    background:#ccc;
    border-radius: 50%;
}
.index2 .img1 .swiper-button-prev{
    width: 13px;
    height: 20px;
    background:url(../images/right2.png) no-repeat center;
    transform: rotate(-180deg);
    margin-top:-10px;
    left:16px;
}
.index2 .img1 .swiper-button-prev:hover{
    background:url(../images/left2.png) no-repeat center;
    transform: rotate(0deg);    
}
.index2 .img1 .swiper-button-next{
    width: 13px;
    height: 20px;
    background:url(../images/right2.png) no-repeat center;
    margin-top:-10px;
    right:16px;
}
.index2 .img1 .swiper-button-next:hover{
    background:url(../images/left2.png) no-repeat center;
    transform: rotate(-180deg);    
}
@media(max-width: 1660px){
    .index2 .text .txt{
        font-size: 15px;
        margin: 20px 0 50px;
    }
    a.more1{
        width: 135px;
        height: 40px;
        font-size: 15px;
    }
    a.more1 i {
        margin-left: 15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index2 {
        padding: 70px 0;
    }  
    .index2 .text{
        padding-right: 80px;
    }  
    .index2 .text .txt{
        font-size: 14px;
        line-height: 1.8;
    } 
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index2 {
        padding: 55px 0;
    }  
    .index2 .text{
        padding-right: 60px;
    }   
    .index2 .text .txt{
        margin: 15px 0 20px;
    }
    .index2 a.c-btn-move{
        max-width: 128px;
    }
}
@media(max-width: 640px){
    .index2 {
        padding: 35px 0;
    }   
    .index2 .text{
        width: 100%;
        padding:0 0 30px 0;
    }
    .index2 .img1{
        width: 100%;
    }
    .yq_scroll{
        display: none;
    }
    a.more1 {
        width: 120px;
        height: 36px;
        font-size: 14px;
    }
    a.more1 i{
        width: 15px;
        background-size: contain;
    }
}


.index3{
    display: flex;
    flex-wrap: wrap;
}
.index3_l{
    width: 380px;
    background:url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-right: 85px;
    padding-top:188px;
}
.index3_l .p1{
    display: block;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    width: 48px;
    position: relative;
    float:right;
}
.index3_l .p1 span{
    display: block;
    line-height: 1;
}
.index3_l .p1:after{
    content:'product';
    position: absolute;
    left:-65px;
    top:-5px;
    transform: rotate(90deg);
    text-transform: uppercase;
    line-height: 1.2;   
    font-weight: bold; 
    width: 60px;
    font-size: 66px;
}
.index3_l .p2{
    transform: rotate(90deg);
    font-size: 66px;
    text-transform: uppercase;
    line-height: 1.2;   
    font-weight: bold; 
    width: 60px;
    display: none;
}



.index3_r{
    width: calc(100% - 380px);
    background:#f5f5f5;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    background:#fff;
    padding-bottom: 50px;
}
.num_list li{
    width: 25%;
    text-align: center;
}
.num_list li .p1{
    color: #0037a3;
    font-size: 16px;
    line-height: 1;
    padding:15px 0 2px;
}
.num_list li .p1 span{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}
.num_list li .p2{
    font-size: 16px;
    color: #808080;
}
.index_3_cont{
    padding:70px 7.5% 80px 70px;
    position: relative;
}
.index_sort{
    display: flex;
    margin-bottom: 40px;
}
.index_sort a{
    display: flex;
    align-items:center;
    padding:0 20px;
    height: 48px;
    line-height: 1.6;
    font-size: 17px;
    color: #808080;
    background:#fff;
    border-radius: 35px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.index_sort a:hover,.index_sort a.cur{
    background:#0037a3;
    color: #fff;
}
.index_sort a:last-child{
    margin-right: 0px;
}
.index_3_tab .swiper-button-prev.swiper-prev1{
    width: 60px;
    height: 60px;
    background:url(../images/left3.png) no-repeat center rgba(0,55,163,.2);
    border-radius: 50%;
    border:2px solid #fff;
    left:-220px;
    top: calc(100% - 60px);
}
.index_3_tab .swiper-button-prev.swiper-prev1:hover{
    box-shadow: 0px 0px 20px #fff;
    border:2px solid #0037a3;
    background:url(../images/left3.png) no-repeat center rgba(0,55,163,1);
}
.index_3_tab .swiper-button-next.swiper-next1{
    width: 60px;
    height: 60px;
    background:url(../images/right3.png) no-repeat center rgba(0,55,163,.2);
    border-radius: 50%;
    border:2px solid #fff;  
    left:-220px;
    right:auto;  
    top: calc(100% - 190px);
}
.index_3_tab .swiper-button-next.swiper-next1:hover{
    box-shadow: 0px 0px 10px #fff;
    border:2px solid #0037a3;
    background:url(../images/right3.png) no-repeat center rgba(0,55,163,1);
}
.index_3_tab .swiper-pagination.pagination1{
    top:calc(100% - 5px)!important;
}
.index_3_tab .swiper-pagination.pagination1 .swiper-pagination-progressbar-fill{
    background:#0037a3!important;
}
.index_3_cont_c{
    min-height:490px;
    position: relative;
}
.index_3_tab{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    opacity: 0;
    z-index:-999;
}
.index_3_tab.show{
    opacity: 1;
    z-index:9;
}
#c-banner4,#c-banner4-2,#c-banner4-3,#c-banner4-4,#c-banner4-5,#c-banner4-6{
    padding-bottom: 50px;
}
#c-banner4 .swiper-slide,#c-banner4-2 .swiper-slide,#c-banner4-3 .swiper-slide,#c-banner4-4 .swiper-slide,#c-banner4-5 .swiper-slide,#c-banner4-6 .swiper-slide{
    overflow: hidden;
    padding:10px 20px 20px;
}
.index_3_tab .img{
    background:#fff;
    border-radius: 0 35px 0 0px;
}
.index_3_tab .swiper-slide:hover .img img{
    transform: scale(1.05);
}
.index_3_tab .text{
    box-shadow: 5px 5px 20px 0 rgb(0 55 163 / 20%);
    padding:20px 30px 45px;
    position: relative;
    background:#fff;
    border-radius: 0 0px 0 35px;
}
.index_3_tab .text h3{
    font-size: 20px;
    color: #333333;

    line-height: 1.6em;
/*    height:3.2em;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index_3_tab .text h3 span{
    display: block;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    color: #0037a3;
}
.index_3_tab .text p{
    font-size: 14px;
    color: #808080;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin:5px 0 10px;
}
.index_3_tab .text i{
    display: block;
    position: absolute;
    right:30px;
    bottom:25px;
    width: 25px;
    height: 10px;
    background:url(../images/more1.png) no-repeat center;
}
.index_3_tab .swiper-slide:hover .text{
    background:#0037a3;
}
.index_3_tab .swiper-slide:hover .text h3,.index_3_tab .swiper-slide:hover .text h3 span,.index_3_tab .swiper-slide:hover .text p{
    color: #fff;
}
.index_3_tab .swiper-slide:hover .text i{
    background:url(../images/more1_h.png) no-repeat center;
}
@media(max-width: 1800px){
    .index_sort a{
        font-size: 16px;
        padding: 0 10px;
        margin-right: 10px;
    }    
}
@media(max-width: 1660px){
    .index3_l{
        width: 300px;
        padding-top: 170px;
    }
    .index3_l .p1{
        font-size: 36px;
    }
    .index3_l .p1:after{
        font-size: 40px;
        left:-55px;
    }
    .index3_r{
        width: calc(100% - 300px);
    }
    .num_list{
        padding-bottom: 35px;
    }
    .num_list li .p1 span{
        font-size: 42px;
    }
    .num_list li .p2{
        font-size: 14px;
    }
    .index_3_cont {
        padding: 60px 5% 60px 50px;
    }
    .index_sort{
        margin-bottom: 30px;
    }

    .index_3_tab .text{
        padding:12px 20px 30px;
    }
    .index_3_tab .text h3{
        font-size: 16px;
    }
    #c-banner4 .swiper-slide, #c-banner4-2 .swiper-slide, #c-banner4-3 .swiper-slide, #c-banner4-4 .swiper-slide, #c-banner4-5 .swiper-slide, #c-banner4-6 .swiper-slide {
        padding: 10px 15px 15px;
    }
}
@media(max-width: 1440px){
    .index_3_cont_c{
        min-height:440px;
    }     
    .index_sort a{
        font-size:15px;
        border-radius:25px;
    }
}
@media(max-width: 1380px){
    .index_sort{
        flex-wrap: wrap;
    }
}
@media(max-width: 1259px){
    .num_list li .p1 span{
        font-size: 32px;
    }
    .index_3_cont {
        padding: 40px 5% 40px 40px;
    }
    .index_sort{
        flex-wrap: wrap;
    }
    .index_sort a {
        font-size: 14px;
        padding: 0 10px;
        margin-right: 10px;
    }
    .index_3_tab .text {
        padding: 12px 15px 30px;
    }
    .index_3_tab .text i{
        bottom:15px;
    }
    .index_3_tab .swiper-button-prev.swiper-prev1{
        left: -180px;
        top: calc(100% - 40px);
    }
    .index_3_tab .swiper-button-next.swiper-next1{
        left: -180px;
        top: calc(100% - 160px);        
    }
}
@media(max-width: 1024px){
    .index_3_cont_c{
        min-height:400px;
    }   
.index_3_tab .text h3 span{display:none;}
}
@media(max-width: 768px){
    .index3_l{
        width: 220px;
        padding-right: 50px;
    }
    .index3_l .p1{
        font-size: 32px;
    }
    .index3_l .p1:after{
        font-size: 32px;
        left: -50px;
        top:10px;
    }
    .index3_r{
        width: calc(100% - 220px);
    }

    .index_3_cont_c{
        min-height:380px;
    }
    .index_3_tab .swiper-button-prev.swiper-prev1 {
        left: -155px;
        top: calc(100% - 30px);
    }
    .index_3_tab .swiper-button-next.swiper-next1 {
        left: -155px;
        top: calc(100% - 150px);
    }
    #c-banner4 .swiper-slide, #c-banner4-2 .swiper-slide, #c-banner4-3 .swiper-slide, #c-banner4-4 .swiper-slide, #c-banner4-5 .swiper-slide, #c-banner4-6 .swiper-slide {
        padding: 5px 10px 10px;
    }
}
@media(max-width: 640px){
    .index3_l{
        display: none;
    }
    .index3_r{
        width: 100%;
    }
    .index_sort a {
        margin-right: 10px;
        height: 35px;
        padding:0 10px;
    }
    .index_3_tab .swiper-button-prev.swiper-prev1,.index_3_tab .swiper-button-prev.swiper-next1{
        display: none;
    }
    .num_list{
        padding:10px 5%;
    }
    .num_list li{
        width: 50%;
        margin-bottom: 15px;
    }
    .num_list li .p1 span{
        font-size: 24px;
    }
    .index_3_cont {
        padding: 30px 5%;
    }
    .index_3_cont_c {
        min-height: 340px;
    }
    .index_3_tab .text h3{
        font-size: 15px;
    }

    #c-banner4, #c-banner4-2, #c-banner4-3, #c-banner4-4, #c-banner4-5, #c-banner4-6 {
        padding-bottom: 35px;
    }
    #c-banner4 .swiper-slide, #c-banner4-2 .swiper-slide, #c-banner4-3 .swiper-slide, #c-banner4-4 .swiper-slide, #c-banner4-5 .swiper-slide, #c-banner4-6 .swiper-slide {
        padding: 0px 0px 0px;
        overflow:hidden;
        /*box-shadow: 0px 0px 10px 0 rgb(0 55 163 / 20%);*/

    }
    .index_3_tab .img{
        border-radius:0 25px 0 0px;        
    }
    .index_3_tab .text{
        overflow:hidden;
        box-shadow: 0px 0px 0px 0 rgb(0 55 163 / 20%);
        border-radius:0 0px 0 25px;
    }
}



.index4{
    padding:115px 0 72px;
    background:url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}
.index4 .index_t1 .p1{
    color: #fff;
}
.index4 .index_t1 .p2{
    color: #fff;
}
#c-banner5{
    padding:60px 0 80px;
}
#c-banner5 .swiper-slide img{
    border-radius: 10px;
}
#c-banner5 .swiper-pagination{
    bottom:0px;
}
#c-banner5 .loading {
    margin: 0 5px;
    width: 26px;
    height: 26px;
    position: relative;
    border: 2px solid transparent;
    background: transparent;
}
#c-banner5 .swiper-pagination-bullet{
    opacity: 1;
    margin:0 15px;
}
#c-banner5 .loading .c-progress{
    background:#fff;
}
#c-banner5 .loading.swiper-pagination-bullet-active .c-progress{
    background:#0037a3;
}
#c-banner5 .loading .left:after,
#c-banner5 .loading .right:after {
    border: 2px solid #0037a3;  
    border-right: 0; 
}
#c-banner5 .loading .right:after{
    border-left: 0;
}
@media(max-width: 1660px){

}
@media(max-width: 1440px){
    #c-banner5 .swiper-pagination-bullet{
        margin:0 10px;
    }
}
@media(max-width: 1259px){
    .index4{
        padding:75px 0;
    }
    #c-banner5 {
        padding: 40px 0 70px;
    }    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index4{
        padding:55px 0;
    }    
}
@media(max-width: 640px){
    .index4{
        padding:35px 0;
    }  
    #c-banner5 .swiper-pagination-bullet{
        margin:0 6px;
    }   
}


.index5{
    padding:95px 0 135px;
}
.index_news{
    margin-top:60px;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li{
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 5px 5px 20px 0 rgb(0 55 163 / 20%);
    border-radius: 0 35px 0 35px;
/*    overflow: hide;*/
}
.news_list1 li:last-child{
    margin-right: 0;
}
.news_list1 li a{
    display: block;
}
.news_list1 li a .img{
    border-radius: 0 35px 0 0;
}
.news_list1 li a .img img{
    width: 100%;
}
.news_list1 li a .text{
    padding:20px 35px 12px;
}
.news_list1 li a .text .p1{
    font-size: 20px;
    color: #0037a3;
    font-weight: bold;
    line-height: 1.6;
}
.news_list1 li a .text h3{
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    line-height: 1.4;
    margin:15px 0 18px;
}
.news_list1 li a .text .news_list1_more{
    background:url(../images/jt1.png) no-repeat right center;
    height: 52px;
    border-top:1px solid #e6e6e6;
}
.news_list1 li:hover a .img img{
    transform: scale(1.1);
}
.news_list1 li:hover a .text .news_list1_more{
    background:url(../images/more1.png) no-repeat right center;
}
@media(max-width: 1660px){
    .index_news {
        margin-top: 50px;
    }
    .news_list1 li a .text{
        padding:15px 20px 12px;
    }
    .news_list1 li a .text .p1{
        font-size: 16px;
    }
    .news_list1 li a .text h3{
        font-size: 18px;
        margin:10px 0 15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index5{
        padding:75px 0;
    }
    .news_list1 li a .text h3{
        font-size: 16px;
    } 
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index5{
        padding:55px 0 40px;
    }   
    .news_list1 li{
        width: 49%;
        margin-bottom: 20px;
    }
    .news_list1 li:nth-child(2n){
        margin-right: 0;
    }
    .news_list1 li a .text {
        padding: 15px 15px 10px;
    }    
}
@media(max-width: 640px){
    .index5{
        padding:35px 0;
    } 
    .index_news{
        margin-top:30px;
    }
    .news_list1 li a .text {
        padding: 15px 15px 5px;
    }
    .news_list1 li a .text .news_list1_more{
        height: 40px;
    }    
}
@media(max-width: 400px){
    .news_list1 li{
        width: 100%;
        margin-right: 0!important;
    }
    .news_list1 li a .text h3{
        font-size: 14px;
        margin: 5px 0 15px;
    }
}

.index_bottom{
    padding:57px 0;
    background:url(../images/bg4.jpg) no-repeat center;
    background-size: cover;   
    color: #fff; 
}
.index_bottom p{
    float:left;
    font-size: 28px;
    line-height: 42px;
}
.index_bottom .c-btn-move{
    float:right;
    /*color: #fff!important;*/
}
.index_bottom .c-btn-move i{
    background:rgba(255,255,255,1);
    width: 100%;
}
.c-btn-move em{
    position: relative;
    display: inline-block;
    margin-left: 15px;
    width: 25px;
    height: 10px;
    vertical-align: middle;    
    background:url(../images/more1.png) no-repeat center;
}
@media(max-width: 1660px){
    .index_bottom p{
        font-size: 28px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .index_bottom p{
        font-size: 24px;
    }    
}
@media(max-width: 768px){
    .index_bottom{
        display: none;
    }
    .index_bottom p{
        font-size: 20px;
    } 
}
@media(max-width: 640px){
    
}



#footer {
    background:#f7f7f7;
    color: #645252;
}
.foot{
    padding:80px 0 60px;
}
.foot a {
    color: #808080;
}

.foot a:hover {
    color: #0037a3;
    text-decoration: none;
}
.f_nav{
    
}
.f_nav li{
    float:left;
    width: 16%;
}
.f_nav li:nth-child(4){
    width: 24%;
}
.f_nav li:last-child{
    width: 28%;
}
.f_nav li h3{
    font-size:18px;
    color: #333;
/*    font-weight: normal;*/
    padding-bottom: 20px;
    border-bottom:1px solid #e0e0e0;  
    line-height: 55px;
    height: 78px;
    margin-bottom:36px;  
}
.f_nav_a{

}
.f_nav_a a{
    display: block;
}
.f_nav li:last-child h3{
    text-align: right;
}
.f_nav_c{
    margin-bottom:85px;
    text-align: right;
}
.wxbox{

}
.ulbox{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;    
}
.ulbox .li {
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    background:#0037a3;
    text-align: center;
}
.foot .ulbox .wxbox {
    position: absolute;
    bottom: 40px;
    padding: 6px;
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    left: calc(50% - 60px);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.foot .ulbox .wxbox:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.foot .ulbox .wxbox img {
  width: 100%;
}
.foot .ulbox  .li:hover .wxbox {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.copyright {
    line-height: 25px;
    padding:15px 0;
/*    border-top:1px solid #43484c;*/
    color: #fff;
    background:#0037a3;
}
.copyright a{
    color: #fff;
}
.copyright_l{
    float:left;
    margin-right: 15px;
}
.copyright_r{
    float:right;
}
@media(max-width: 1660px){
    .foot {
        padding: 40px 0 20px;
    }
    .f_nav li h3{
        font-size:18px;
        line-height: 40px;
        margin-bottom: 20px;
        height: 56px;
    }
    .f_nav li:last-child h3 img{
        line-height: 40px;
        height: 40px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .f_nav li{
        width: 18%;
    }
    .f_nav li:nth-child(4){
        width: 18%;
    }
}
@media(max-width: 1024px){
    .copyright_l,.copyright_r{
        float:none;
        text-align: center;
    }
}
@media(max-width: 768px){
    .f_nav li{
        display: none;
    }
    .f_nav li:last-child{
        width: 100%;
        display: block;
    }
    .f_nav_c{
        margin-bottom:0;
    }
    .tit-14{
        display: none;
    }
    .f_nav li:last-child h3,.f_nav_c{
        text-align: left;
    }
}
@media(max-width: 767px){
    .foot {
        padding: 30px 0 20px;
    }    
}



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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}
/* 按钮 */
a.c-btn-move {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 16px;
    font-size: 16px;
    line-height: 42px;
    color: #0037a3;
    font-weight: bold;
}
.c-btn-move:hover {
    color: #0037a3;
}
.c-btn-move i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 42px;
    height: 42px;
    border-radius: 25px;
    background: #e8e8e8;
    vertical-align: middle;
    margin-right: -25px;
    transition: all 0.4s ease-out;
}
/*.c-btn-move i{
    width: 50px; left: 0px; right: auto;
}*/
.c-btn-move span {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: 42px;
    height: 42px;
    vertical-align: middle;
}
.c-btn-move span::before,
.c-btn-move span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    background: #6a6a6a;
}
.c-btn-move span::before{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.c-btn-move.c-dt i{
    background: #00cc82;
}
.c-btn-move.c-dt span::before,
.c-btn-move.c-dt span::after{
    background: #fff;
}
.c-btn-move.c-dt,
.c-btn-move.c-dt:hover{
    color: #fff;
}
.c-btn-move:hover{
    color: #fff;
}
.c-btn-move:hover i{
    width: 100%;
    background: #00349d;
    /*color: #fff;*/
}
.c-btn-move:hover em{
    background: url(../images/more1_h.png) no-repeat center;
}
@media(max-width: 1259px){
    a.c-btn-move{
        font-size: 15px;
    }
}
@media(max-width: 640px){
    a.c-btn-move{
        font-size: 14px;
    }
    .c-btn-move span{
        margin-left: 15px;
    }    
}
/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.sitemp{
    background:#9fa2a5;
    background:rgba(0,0,0,.4);
    line-height: 40px;
    margin-top:-40px;
    position: relative;
    z-index:9;
}
.site{
    padding-left: 22px;
    background:url(../images/home.png) no-repeat left center;
    color: #fff;
}
.site a{
    color: #fff;
}
.index_head{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:999999;
    background:#fff;
    box-shadow: 0px 0px 10px #eee;
}
.t1{
    padding:80px 0 0;
    text-align: center;
}
.t1 .p1{
    font-size: 44px;
    color: #0037a3;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}
.t1 .p2{
    font-size: 32px;
    color: #444444;
    line-height: 1.6;
}
.sort{
    padding:40px 0 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sort li{
    margin-right: 20px;
    margin-bottom: 10px;
}
.sort li:last-child{
    margin-right: 0px;
}
.sort li a{
    display: flex;
    align-items:center;
    height: 48px;
    line-height: 1.6;
    padding:0 30px;
    font-size: 18px;
    color: #808080;
    background:#f5f5f5;
    border-radius: 35px;
}

.sort li a:hover,.sort li.cur a{
    background:#0037a3;
    color: #fff;
}

@media(max-width: 1660px){
    .t1 .p1{
        font-size: 36px;
    }
    .t1 .p2{
        font-size: 30px;
    }
    .sort li a{
        font-size: 16px;
        padding: 0 20px;
        line-height: 42px;
    }
    .sort {
        padding: 40px 0 40px;
    }

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .t1 {
        padding: 50px 0 0;
    }
    .t1 .p1{
        font-size: 30px;
    }
    .t1 .p2{
        font-size: 26px;
    }
    .sort li {
        margin-right: 15px;
    }
    .sort li a {
        font-size: 14px;
        padding: 0 15px;
        height: 36px;
    }    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index_head{
        position: relative;
    }
    .sitemp{
        margin-top:0;
    }
    .t1 {
        padding: 30px 0 0;
    }
    .t1 .p1{
        font-size: 26px;
    }
    .t1 .p2{
        font-size: 22px;
    }
}
@media(max-width: 640px){
    .t1 .p1{
        font-size: 22px;
    }
    .t1 .p2{
        font-size: 20px;
    }
    .sort {
        padding: 20px 0 15px;
    }
    .sort li {
        margin-right: 10px;
    }
    .sort li a {
        height: 35px;
        padding: 0 10px;
    }    
}



.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 65px;
    background:#fff;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    
}
.product_list li .img a{
    display: block;
    background:#f5f5f5;
    border-radius: 0 35px 0 0;
    overflow: hidden;
}
.product_list li .text{
    box-shadow: 5px 5px 20px 0 rgb(0 55 163 / 20%);
    padding:20px 40px 50px;
    position: relative;
    border-radius: 0 0 0 35px;
}
.product_list li .text h3 a{
    display: block;
    font-size: 24px;
    color: #333333;
    line-height: 1.5em;
    height:3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_list li .text h3 a span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product_list li .text h3 a span:last-child{
    color: #0037a3;    
}
.product_list li .text p{
    font-size: 14px;
    color: #808080;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin:5px 0 10px;
}
.product_list li .text a.p_icon{
    display: block;
    position: absolute;
    right:30px;
    bottom:25px;
    width: 25px;
    height: 10px;
    background:url(../images/more1.png) no-repeat center;
    font-size: 0;
}.product_list li:hover .img a img{
    transform: scale(1.05);
}
.product_list li:hover .text{
    background:#0037a3;
}
.product_list li:hover .text h3 a,.product_list li:hover .text h3 a span:last-child,.product_list li:hover .text p{
    color: #fff;
}
.product_list li:hover .text a.p_icon{
    background:url(../images/more1_h.png) no-repeat center;
}
.sitemp2{
    margin-top:100px;
    background:#f7f7f7;
    color: #999999;
    padding:38px 0 30px;
}
.sitemp2 .site{
    color: #999999;
    background:url(../images/home2.png) no-repeat left center;
}
.sitemp2 .site a{
    color:#999999;
}
.pd1{
    background:#fff;
    display: flex;
    flex-wrap: wrap;
    padding:60px 40px;
}
.pd1 .img{
    width: 50%;
}


.pd1 .text{
    width: 50%;
}
.pd1 .text .p1{
    font-size: 26px;
    color: #333333;
    line-height: 1.2;
}
.pd1 .text h1{
    font-size: 50px;
    color: #0037a3;
    border-bottom:3px solid #0037a3;
}
.pd1 .text .text1{
    font-size: 16px;
    color: #666666;
    margin:30px 0 80px;
}
.pd1 .text .text1 .p2{
    color: #333333;
    font-weight: bold;
}
.pd1_contact{
    background:#f5f5f5;
    border-radius: 0 25px 0 25px;
    overflow: hidden;
    padding:22px 50px;
}
.pd1_contact_text{
    float:left;
}
.pd1_tel{
    padding-left: 50px;
    background: url(../images/tel.png)no-repeat left center;
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}
.pd1_tel p:nth-child(2){
    font-size: 36px;
    color: #ff0000;
    font-family: "Impact";
    line-height: 1;
}
.pd1_contact_text a{
    display: block;
    margin-left: 50px;
    margin-top: 20px;
    width: 164px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background:#0037a3;
    border-radius: 25px;
    text-align: center;
}
.pd1_code{
    float:right;
}
.pd2{
    margin:40px auto 90px;
}
.pd2_l{
    background:#fff; 
    float:left;  
    width: 71.5%;
}
.pd_li{
    border-bottom: 2px solid #e0e0e0;
    display: flex;
}
.pd_li span{
    display: flex;
    align-items:center;
    justify-content: center;
    width: 190px;
    height: 80px;
    font-size: 18px;
    color: #4c4c4c;
    cursor: pointer;
}
.pd_li span.cur{
    background:#0037a3;
    color: #fff;
}
.pd_tab{
    padding:52px 50px 200px;
    display: none;
}
.t2{
    position: relative;
    padding-left: 24px;
    font-size: 24px;
    color: #0037a3;
    line-height: 1;
    margin-bottom: 35px;
}
.t2:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 9px;
    height: 100%;
    background:#0037a3;
    border-radius: 10px;
}
.pd_tab .txt1{
    margin-bottom: 55px;
}
.pd_tab .txt2{
    padding-top: 10px;
}
.pd_tab .txt2 p{
    background:#e6e7e9;
    font-size: 18px;
    color: #666;
    padding:14px 25px;
    line-height: 1.6;
}
.pd_tab .txt2 p:nth-child(2n){
    background:#fff;
}
.pd_tab .txt2 p strong{
    color: #333;
}
.pd_tab .txt3{
    display: flex;
    flex-wrap: wrap;
}
.pd_tab .txt3 li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.pd_tab .txt3 li:nth-child(2n){
    margin-right: 0;
}
.pd_tab .txt3 li .img{
    border-radius: 20px;
}
.pd_tab .txt3 li .img img{
    width: 100%;
}
.pd_tab .txt3 li p{
    font-size: 22px;
    color: #0037a3;
    padding:18px 0 10px;
    text-align: center;
}
.pd_tab .x_txt3 li{
    width: 32%;
}
.pd_tab .x_txt3 li:nth-child(2n){
    margin-right: 2%;
}
.pd_tab .x_txt3 li:nth-child(3n){
    margin-right: 0%;
}
.pd_tab .x_txt3 li p{
    font-size: 18px;
    padding:10px 0 ;
}
.pd_tab .txt4{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
}
.pd_tab .txt4 p{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
}
.pd_tab .txt4 p:nth-child(3n){
    margin-right: 0;
}
.pd_tab .txt5{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
}
.pd_tab .txt5 p{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
}
.pd_tab .txt5 p:nth-child(2n){
    margin-right: 0;
}
.pd_tab .txt5 p img{
    width: 100%;
}
.pd_tab video{
    display: block;
    width: 100%;
/*    height: 100%;
    object-fit: fill;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;  */  
}
.pd2_r{
    background:#fff;
    float:right; 
    width: 25.5%;     
}
.pd2_r h2{
    background:#0037a3;
    line-height: 80px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
.product_list2{
    padding:30px 30px 25px;
}
.product_list2 li{

}
.product_list2 li a.img{
    border:1px solid #e0e0e0;
}
.product_list2 li h3 a{
    display: block;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    padding:16px 0 30px;
    line-height: 1.6;
}
.product_list2 li:hover a img{
    transform: scale(1.1);
}
.product_list2 li:hover h3 a{
    color: #0037a3;
}
@media(max-width: 1660px){
    .product_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 40px;
    }
    .product_list li .text{
        padding:12px 20px 30px;
    }
    .product_list li .text h3 a{
        font-size: 18px;
    }
    .product_list li .text p{
        font-size: 14px;
        margin:5px 0 20px;
    }
    .sitemp2{
        margin-top:90px;
        padding:30px 0 30px;
    }
    .pd1 .text .p1{
        font-size: 20px;
    }
    .pd1 .text h1{
        font-size: 36px;
    }
    .pd1 .text .text1 {
        font-size: 15px;
        margin: 20px 0 50px;
    }
    .pd1_contact{
        padding: 20px 30px;
    }
    .pd1_tel p:nth-child(2){
        font-size: 26px;
    }
    .pd1_contact_text a {
        width: 120px;
        line-height: 36px;
        font-size: 14px;
    }
    .pd_li span{
        width: 150px;
        height: 60px;
        font-size: 16px;        
    }
    .pd2_r h2 {
        line-height: 60px;
        font-size: 18px;
    }
    .pd_tab {
        padding: 52px 50px 150px;
    }
    .t2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .pd_tab .txt2 p{
        font-size: 16px;
    }
    .pd_tab .txt3 li p{
        font-size: 16px;
    }

    .pd_tab .x_txt3 li p{
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .pd_tab {
        padding: 40px 20px 100px;
    }   
    .sitemp2{
        margin-top:70px;
    } 
}
@media(max-width: 1024px){
    .product_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }    
}
@media(max-width: 768px){
    .sitemp2{
        margin-top:0px;
    }
    .pd1{
        padding:30px 20px;
    }
    .pd1 .img{
        width: 100%;
    }
    .pd1 .text{
        width: 100%;
    }
    .pd1 .text .p1{
        font-size: 18px;
    }
    .pd1 .text h1{
        font-size: 26px;
    }
    .pd1 .text .text1 {
        font-size: 14px;
        margin: 15px 0 30px;
    }
    .pd_li span{
        width: 140px;
        height: 45px;
        font-size: 14px;        
    }
    .pd2_r h2 {
        line-height: 45px;
        font-size: 16px;
    }
    .pd_tab {
        padding: 30px 20px 50px;
    }
    .pd_tab .txt2 p{
        font-size: 14px;
    }
    .pd_tab .txt1 {
        margin-bottom: 40px;
    }
    .t2{
        font-size: 16px;
        margin-bottom: 15px;
        padding-left: 12px;
    }
    .t2:before{
        width: 5px;
    }
    .pd_tab .txt3 li p {
        font-size: 14px;
        padding: 5px 0 10px;
    }
    .pd_tab .x_txt3 li p{
        font-size: 14px;
        padding:5px 0 10px;
    }
}
@media(max-width: 640px){
    .product_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }  
    .product_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0;
    }   
    .product_list li .img a{
        border-radius: 0 25px 0 0;
    }
    .product_list li .text{
        border-radius: 0 0 0 25px;
    }
    .product_list li .text h3 a{
        font-size: 16px;
    } 
    .product_list li .text p{
        font-size: 14px;
        margin: 8px 0 12px;
    }
    .sitemp2{
        padding:30px 0 20px;
    }
    .pd1 .text .p1{
        font-size: 16px;
    }
    .pd1 .text h1{
        font-size: 20px;
    }
    .pd1_tel{
        font-size: 14px;
    }
    .pd1_tel p:nth-child(2){
        font-size: 22px;
    }
    .pd1_contact_text a {
        width: 100px;
    }
    .pd1_code{
        display: none;
    }
    .pd_li span {
        height: 40px;
        font-size: 14px;
        line-height:1.1;
        justify-content:center;
        text-align: center;
    }
    .pd_tab {
        padding: 30px 20px;
    }
    .pd_tab .txt3 li{
        margin-bottom: 15px;
    }
    .pd_tab .txt2 p{
        font-size: 14px;
        padding:5px 0;
    }
    .pd_tab .txt1 {
        margin-bottom: 30px;
    }
    .pd_tab .x_txt3 li{
        width: 49%;
    }
    .pd_tab .x_txt3 li:nth-child(3n){
        margin-right: 2%;
    }
    .pd_tab .x_txt3 li:nth-child(2n){
        margin-right: 0%;
    }
    .pd_tab .txt4 p{
        width: 49%;
        margin-bottom: 12px;
    }
    .pd_tab .txt4 p:nth-child(3n) {
        margin-right: 2%;
    }
    .pd_tab .txt4 p:nth-child(2n) {
        margin-right: 0;
    }
}
@media(max-width: 420px){
    .product_list li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }  
    .product_list li:nth-child(3n) {
        margin-right: 0%;
    }   

    .pd2_l{
        width: 100%;
    }
    .pd2_r{
        width: 100%;
        margin-top:30px;
    }
}


.n_case{
    padding:70px 0;
}
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    background:#fff;
    border-radius: 0 25px 0 25px;
    overflow: hidden;
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 5px 5px 20px 0 rgb(0 55 163 / 20%);
    margin-bottom: 50px;
}
.case_list li:nth-child(4n){
    margin-right: 0;
}
.case_list li .img img{
    width: 100%;
}
.case_list li .text{
    padding:30px 30px 40px;
    text-align: center;
}
.case_list li .text h3{
    font-size: 22px;
    line-height: 1.6;
    color: #4c4c4c;
    font-weight: normal;
}
.case_list li .text p{
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    margin:5px 0 30px;
}
.case_list li .text span{
    display: flex;
    width: 162px;
    height: 40px;
    border:1px solid #0037a3;
    border-radius: 25px;
    font-size: 16px;
    color: #0037a3;
    justify-content: center;
    align-items:center;
    margin:0 auto;
}
.case_list li .text span i{
    display: block;
    margin-left: 20px;
    width: 25px;
    height: 100%;
    background:url(../images/more1.png) no-repeat center;
}
.case_list li:hover .img img{
    transform: scale(1.1);
}
.case_list li:hover .text h3{
    color: #0037a3;    
}
.case_list li:hover .text span{
    color: #fff;
    background:#0037a3;
}
.case_list li:hover .text span i{
    background:url(../images/more1_h.png) no-repeat center;    
}

.case_detail{
    padding:70px 0 50px;
}
.case_detail h1{
    font-size: 44px;
    color: #0037a3;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}
.case_detail .text{
    text-align: center;
    font-size: 18px;
    color: #808080;
    padding-top:15px;
}
.case_cont{
    border-bottom: 3px solid #0037a3;
    margin:30px 0 50px;
}
.case_cont strong{
    display: block;
    width: 180px;
    line-height: 45px;
    background:#0037a3;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 0 20px 0 0;
    overflow: hidden;
}
@media(max-width: 1660px){
    .case_list li{
        margin-bottom: 30px;
    }
    .case_list li .text{
        padding: 20px 20px 30px;
    }
    .case_list li .text h3{
        font-size: 20px;
    }
    .case_list li .text p{
        margin:5px 0 20px;
    }
    .case_list li .text span{
        width: 135px;
        height: 40px;
        font-size: 15px;
    }
    .case_list li .text span i{
        margin-left: 15px;
    }
    .case_detail h1{
        font-size: 36px;
    }
    .case_detail .text{
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .n_case {
        padding: 50px 0;
    }
    .case_list li{
        width: 32%;
    }
    .case_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .case_list li:nth-child(3n) {
        margin-right: 0;
    }
    .case_detail{
        padding:50px 0;
    }
    .case_detail h1{
        font-size: 28px;
    }
    .case_detail .text{
        font-size: 15px;
    }
}
@media(max-width: 768px){
    .n_case {
        padding: 30px 0;
    }
    .case_list li{
        width: 49%;
        margin-bottom: 20px;
    }
    .case_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .case_list li:nth-child(2n) {
        margin-right: 0;
    }
    .case_list li .text h3{
        font-size: 17px;
    }
    .case_list li .text span{
        width: 120px;
        height: 36px;
        font-size: 14px;
    }
    .case_list li .text span i{
        margin-left: 15px;
        width: 15px;
        background-size: contain;
    }   
    .case_detail{
        padding:30px 0;
    } 
    .case_detail h1{
        font-size: 24px;
    }
    .case_detail .text{
        font-size: 14px;
        padding-top: 10px;
    }
}
@media(max-width: 640px){
    .n_case {
        padding: 20px 0 30px;
    } 
    .case_detail h1{
        font-size: 20px;
    }   
}
@media(max-width: 460px){
    .case_list li{
        width: 100%;
        margin-right: 0!important;
    }   
}


#about1{
    padding:100px 0;
}
#about1 .text{
    width: 56%;
    float:left;
    max-width: 875px;
}
.ab_t1{

}
.ab_t1 .p1{
    font-size: 44px;
    color: #0037a3;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.ab_t1 .p2{
    font-size: 32px;
    color: #444444;
    line-height: 1.6;
}
#about1 .text .txt{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    margin:35px 0 75px;
    overflow: hidden;
    transition: all 0s ease 0ms;
    max-height: 200px;
    min-height: 160px;
    overflow-y: auto;
    padding-right: 35px;

}
#about1 .text .txt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
#about1 .text .txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #20477d;
}
#about1 .text .txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
#about1 .num_list{
    padding-bottom: 0;
}
#about1 .num_list li .p1 span{
    font-size: 46px;
}

#about1 .img{
    width: 32%;
    float:right;
    position: relative;
    border-radius: 0 35px 0 35px;
}
#about1 .img .video_click{
    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;
    font-size: 16px;
}
#about1 .img .video_click p{
    padding-top:20px;
}
#about1 .img:hover .video_click p{
    text-decoration:underline;
}
#about1 .img:hover .img2 img{
    transform: scale(1.1);
}
#about2{
    background:url(../images/ab_bg1.jpg) no-repeat top center;
    padding-top:120px;
}
.t3{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.t3 .p1{
    font-size: 44px;
    line-height: 1;
    font-weight: bold;
}
.t3  .p2{
    font-size: 32px;
    line-height: 1.6;
}
#about2 .p3{
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin:50px 0 120px;
}
.index2_c{
    background:#ffffff;
    padding:60px 0;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 5px 5px 20px 0 rgb(0 55 163 / 20%);
}
.index2_c .ab_t1{
    width: 28%;
    padding-left: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index2_c .ab_list{
    width: 72%;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #e0e0e0;
}
.index2_c .ab_list li{
    width: 25%;
    text-align:center;
    padding:35px 0 0;
}
.index2_c .ab_list li h3{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    padding-top:30px;
}
.index2_c .ab_list li p{
    font-size: 16px;
    color: #999999;
    line-height: 1.6;
}
#about3{
    padding:30px 0 80px;
}
.parnter_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:48px;
}
.parnter_list li{
    width: 13%;
    margin-right: 1.5%;
    margin-bottom: 15px;
    box-shadow: 5px 5px 20px 0 rgb(0 55 163 / 20%);
    border-radius: 10px;
}
.parnter_list li:nth-child(7n){
    margin-right: 0;
}
.parnter_list li img{
    width: 100%;
    border-radius: 10px;
}
#about4{
    padding:0px 0 120px;
}
.place_li{
    margin-top:60px;
    background:#eeeeee;
    display: flex;
    flex-wrap: wrap;
}
.place_li li{
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items:center;
    height: 90px;
    width: 14.28%; 
    position: relative;
    text-align:center;
    justify-content: center;
    cursor: pointer;
}
.place_li li:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 5px;
    background:#0037a3;
    opacity: 0;
}
.place_li li.cur{
    background:#f7f7f7;
}
.place_li li.cur:after{
    opacity: 1;
}
.place_tab{
    padding:60px;
    background:#f7f7f7;
    display: none;
}
.place_tab .text{
    float:left;
    width: calc(100% - 200px);
    padding-top:30px;
}
.place_tab .text p{
    font-size: 18px;
    color: #808080;
    padding-left: 50px;
    margin-bottom: 15px;
}
.place_tab .text p span{
    color: #333;
}
.place_tab .text .p1{
    background:url(../images/ab_ico1.png) no-repeat left center;
}
.place_tab .text .p2{
    background:url(../images/ab_ico2.png) no-repeat left center;    
}
.place_tab .text .p3{
    background:url(../images/ab_ico3.png) no-repeat left center;    
}
.place_tab .code2{
    float:right;
    text-align: center;
    width: 170px;
}
.place_tab .code2 p{
    font-size: 16px;
    color: #333333;
    padding-top:10px;
}
@media(max-width: 1660px){
    #about1{
        padding:80px 0;
    }
    #about1 .text .txt{
        font-size: 14px;
    }
    #about1 .num_list li .p1 span{
        font-size: 42px;
    }
    #about1 .img{
        width: 38%;
    }
    .t3 .p1{
        font-size: 36px;
    }
    .t3 .p2{
        font-size: 28px;
    }
    #about2 .p3 {
        font-size: 32px;
        margin: 35px 0 70px;
    }
    .index2_c{
        padding:40px 0;
    }
    .index2_c .ab_t1{
        padding-left: 60px;
    }
    .index2_c .ab_list li h3 {
        font-size: 20px;
        padding-top: 15px;
    }
    .index2_c .ab_list li p{
        font-size: 14px;
    }
    .place_tab .text p{
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    #about1 .num_list li .p1 span{
        font-size: 36px;
    }   
    #about1 .num_list li .p1 span{
        font-size: 36px;
    } 
    #about2 .p3{
        font-size: 24px;
    }
    .parnter_list li{
        width: 18.4%;
        margin-right: 2%;
    }
    .parnter_list li:nth-child(7n) {
        margin-right: 2%;
    }
    .parnter_list li:nth-child(5n) {
        margin-right: 0;
    }
    #about4 {
        padding: 0px 0 70px;
    }
    .place_li{
        margin-top:50px;
    }
}
@media(max-width: 1024px){
    #about1{
        padding:65px 0;
    } 
    #about1 .text .txt{
        font-size: 14px;
        padding-right: 25px;
        margin: 25px 0 60px;
    }    
}
@media(max-width: 768px){
    #about1{
        padding:50px 0;
    }  
    #about1 .text{
        width: 100%;
    } 
    #about1 .num_list li .p1 span{
        font-size: 30px;
    } 
    #about1 .img{
        width: 100%;
        text-align: center;
        margin-top:30px;
    }
    #about2{
        padding:90px 0 0;
    }
    .t3 .p1{
        font-size: 30px;
    }
    .t3 .p2{
        font-size: 24px;
    }
    #about2 .p3 {
        font-size: 20px;
        margin: 20px 0 50px;
    }
    .index2_c {
        padding: 25px 0;
    }
    .index2_c .ab_t1{
        width: 100%;
        padding-left: 20px;
    }
    .index2_c .ab_list{
        width: 100%;
    }
    .index2_c .ab_list li .img1 img{
        max-height: 40px;
    }
    .index2_c .ab_list li h3 {
        font-size: 17px;
        padding-top: 10px;
    }
    #about3 {
        padding: 30px 0 50px;
    }
    .parnter_list{
        margin-top:30px;
    }
    .parnter_list li{
        width: 23.5%;
        margin-bottom: 12px;
    }
    .parnter_list li:nth-child(5n) {
        margin-right: 2%;
    }
    .parnter_list li:nth-child(4n) {
        margin-right: 0;
    }
    #about4 {
        padding: 0px 0 50px;
    }
    .place_li{
        margin-top:35px;
    }
    .place_li li{
        font-size: 16px;
        height: 60px;
    }
    .place_tab {
        padding: 30px;
    }
    .place_tab .text p{
        font-size: 15px;
    }
}
@media(max-width: 640px){
    #about1{
        padding:30px 0;
    }  
    #about1 .text .txt {
        margin: 20px 0 40px;
    }
    #about1 .num_list li .p1 span{
        font-size: 24px;
    } 
    #about2 {
        padding: 70px 0 0;
    }
    .t3 .p1{
        font-size: 24px;
    }
    .t3 .p2 {
        font-size: 20px;
    }
    #about2 .p3 {
        font-size: 16px;
        margin: 15px 0 30px;
    }
    .index2_c .ab_list li{
        width: 50%;
    }
    .index2_c .ab_list li .img1 img{
        max-height: 30px;
    }
    .index2_c .ab_list li h3 {
        font-size: 15px;
        padding-top: 5px;
    }
    .index2_c .ab_list li p{
        font-size: 13px;
    }
    .parnter_list{
        margin-top:20px;
    }
    .parnter_list li{
        width: 32%;
    }
    .parnter_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .parnter_list li:nth-child(3n) {
        margin-right: 0;
    }
    #about4 {
        padding: 0px 0 40px;
    }
    .place_li{
        margin-top:20px;
    }
    .place_li li{
        width: 25%;
        font-size: 14px;
        height: 40px;
    }
    .place_li li:after{
        height: 2px;
    }
    .place_tab {
        padding: 30px 15px;
    }
    .place_tab .text{
        width: 100%;
        padding-top:0;
    }
    .place_tab .code2{
        width: 100%;
        text-align: center;
        margin-top:20px;
    }
    .place_tab .text p{
        height: 32px;
        margin-bottom: 12px;
            padding-left: 40px;
/*        display: flex;
        align-items:center;
        line-height: 1.6;*/
    }
    .place_tab .code2 p{
        font-size: 15px;
        padding-top:0;
    }
}
@media(max-width: 420px){
    .parnter_list li{
        width: 49%;
    }
    .parnter_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .parnter_list li:nth-child(2n) {
        margin-right: 0;
    }
}


.sort2{
    padding:70px 0 80px;
}
.n_news{
    padding:0 0 90px;
}
.news_list li{
    margin-bottom: 50px;
}
.news_list li:nth-child(4n){
    margin-right: 0;
}
.news_detail{
    padding:70px 0;
    max-width: 1200px;
}
.news_detail h1{
    font-size: 28px;
    line-height: 1.6;
    font-weight: normal;
    color: #333;
    text-align: center;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 20px;
}
.news_detail .content video{
    width: 100%;
    display: block;
    max-width: 800px;
    height: auto;
    margin:0 auto;
}
@media(max-width: 1660px){
    .sort2{
        padding:60px 0 50px;
    }
    .news_detail h1{
        font-size: 24px;
        line-height: 1.4;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .sort2{
        padding:50px 0 30px;
    } 
    .n_news {
        padding: 0 0 70px;
    }  
    .news_detail{
        padding:50px 0;
    } 
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .sort2{
        padding:30px 0 20px;
    } 
    .n_news {
        padding: 0 0 50px;
    } 
    .news_detail{
        padding:30px 0;
    } 
    .news_detail h1{
        font-size: 20px;
        margin-bottom: 5px;
    }  
    .info_title {
        padding-bottom: 6px;
        margin-bottom: 10px;
    } 
}
@media(max-width: 640px){
    .n_news {
        padding: 0 0 30px;
    }     
    .news_detail h1{
        font-size: 16px;
    }
}



.sort3{
    padding:70px 0;
}
#contact1{

}
#contact1 .container{
    display: flex;
    flex-wrap: wrap;
}
#contact1 .text{
    background:#f0f0f0;
    width: 50%;
    padding:85px 40px 85px 75px;
}
#contact1 .text .txt{
    display: flex;
    flex-wrap:wrap;
    margin:50px 0 50px;
}
#contact1 .text .txt p{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    font-size: 16px;
    color: #333333;
    padding-left: 45px;
    line-height: 1.6;
    min-height:32px;
    width: 50%;
    margin-bottom: 16px;
    padding-right: 6px;
}
#contact1 .text .txt p:nth-child(1){
    background:url(../images/c_icon0.png) no-repeat left center;
}
#contact1 .text .txt p:nth-child(2){
    background:url(../images/c_icon1.png) no-repeat left center;
}
#contact1 .text .txt p:nth-child(3){
    background:url(../images/c_icon2.png) no-repeat left center;
}
#contact1 .text .txt p:nth-child(4){
    background:url(../images/c_icon5.png) no-repeat left center;
}
#contact1 .text .txt p:nth-child(5){
    background:url(../images/c_icon4.png) no-repeat left center;
}
#contact1 .text .txt p:nth-child(6){
    background:url(../images/c_icon4.png) no-repeat left center;
}
#contact1 .text  .cont1{
    max-width: 638px;
    width: 100%;
    box-shadow: 5px 5px 20px 0 rgb(0 55 163 / 20%);
    border-radius: 0 25px 0 25px;
    padding:40px 45px 35px 60px;
    background:#fff;
}
#contact1 .text .cont1 li{
    
}
#contact1 .text  .cont1 .txt2{
    float:left;
    font-size: 16px;
    color: #333333;
    padding-top:10px;
    line-height: 40px;
}
#contact1 .text  .cont1 .code3{
    float:right;
    max-width: 130px;
}
#contact1 .text2{
    background:#0037a3;
    width: 50%;
    padding:125px 75px 30px;

}
.code_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}
.code_list li{
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    margin-right: 4%;
}
.code_list li:nth-child(2n){
    margin-right: 0;
}
.code_list li .img1{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80px;
}
.code_list li .img1 p{
    font-size: 16px;
    color: #fff;
}
.code_list li .code3{
    padding-left: 15px;
    width: calc(100% - 80px);
    text-align: center;
}
#message{

}
#message h2{
    font-size: 20px;
    color: #ffffff;
    margin-bottom:20px;
}
#message ul{
    display: flex;
    flex-wrap: wrap;
}
#message ul li{
    margin-bottom: 22px;
    width: 100%;
}
#message ul li:nth-child(1){
    width: 48%;
    margin-right: 4%;
}
#message ul li:nth-child(2){
    width: 48%; 
}
#message ul li input{
    font-size: 15px;
    color: #b9b9b9;
    border:none;
    background:#fff;
    line-height: 50px;
    padding:0 15px;
    width: 100%;
    outline: none;
}
#message ul li textarea{
    font-size: 15px;
    color: #b9b9b9;
    border:none;
    background:#fff;
    line-height: 45px;
    height: 86px;
    padding:0 15px;
    width: 100%;
    outline: none;  
    font-family: "微软雅黑";  
    display: block;
}
.mess_btn{
    position: relative;
}
.mess_btn input{
    line-height: 66px;
    font-size: 28px;
    color: #20477d;
    border:none;
    outline: none;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 0 14px 0 32px;
    text-align: left;
    position: relative;
}
.mess_btn:before{
    content:'';
    position: absolute;
    right:14px;
    top:14px;
    width: 38px;
    height: 38px;
    background:url(../images/submit.png) no-repeat center;
    z-index:9;
}
.maps{
    margin-top:50px;
}
#contact2{
    padding:15px 0 70px;
}
.n_map{
    margin-top:50px;
}
.n_map_img{
    position: relative;
    width: calc(72% - 145px);
    max-width: 897px;
    float:left;
}
.map_list{

}
.map_list li{
    position: absolute;
    cursor: pointer;
}
.map_list li p{
    display: flex;
    align-items:center;
    font-size: 16px;
    color: #1a1a1a;
}
.map_list li p i{
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background:#0037a3;
    position: relative;
    margin-right: 6px;
    z-index:10;
}
@keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.map_list li p i:before{
    content: '';
    position: absolute;
    flex: 0 0 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(7, 64, 179, 0.4);
    border: 1px solid #31af9a;
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    z-index: 8;
    display: none;
}
.map_list li:nth-child(1){
    top: 62%;
    right: 14%;
}
.map_list li:nth-child(2){
    top: 47%;
    right: 14%;
}
.map_list li:nth-child(3){
    top: 60%;
    right: 25%;
}
.map_list li:nth-child(4){
    top: 59%;
    right: 41%;
}
.map_list li:nth-child(5){
    top: 51%;
    right: 39%;
}
.map_list li:nth-child(6){
    top: 83%;
    right: 30%;
}
.map_list li:nth-child(7){
    top: 47%;
    right: 14%;
}
.map_list li:nth-child(8){
    top: 47%;
    right: 14%;
}
.map_list li:hover p i:before{
    display: block;
}
.n_map_text{
    width: 28%;
    background:#f0f0f0;
    float:right;
    margin-top:115px;
}
.n_map_text .texts{
    display: none;
}
.n_map_text .texts h3{
    background:#0037a3;
    padding:30px 50px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.n_map_text .texts .txt{
    padding:60px 40px;
    font-size: 16px;
    color: #808080;
    min-height:380px;
}
.n_map_text .texts .txt p{
    padding-left: 50px;
    margin-bottom: 16px;
}
.n_map_text .texts .txt p.p1{
    background:url(../images/c_icon1.png) no-repeat left center;
}
.n_map_text .texts .txt p.p2{
    background:url(../images/c_icon2.png) no-repeat left center;
}
.n_map_text .texts .txt p.p3{
    background:url(../images/c_icon3.png) no-repeat left center;
}
.n_map_text .texts .txt p.p4{
    background:url(../images/c_icon4.png) no-repeat left center;
}
.n_map_text .texts .txt p span{
    color: #333;
}
@media(max-width: 1660px){
    .sort3{
        padding:70px 0 50px;
    }
    #contact1 .text{
        padding: 60px 40px;
    }
    .ab_t1 .p1{
        font-size: 36px;
    }
    .ab_t1 .p2{
        font-size: 26px;
    }
    #contact1 .text .txt {
        margin: 40px 0 30px;
    }
    #contact1 .text .txt p{
        font-size: 13px;
    }
    #contact1 .text .cont1 {
        padding: 30px 25px;
    }
    #contact1 .text .cont1 .txt2{
        font-size: 15px;
        line-height: 35px;
    }
    #contact1 .text2{
        padding: 70px 40px 30px;
    }
    .code_list{
        margin-bottom: 50px;
    }
    .code_list li .img1 p{
        font-size: 14px;
    }
    #message ul li{
        margin-bottom: 15px;
    }
    .mess_btn input{
        font-size: 22px;
    }
    .n_map_text .texts .txt{
        min-height: 320px;

        padding: 35px 20px;
        font-size: 14px;        
    }
    .n_map_text .texts .txt p{
        padding-left: 42px;
        height: 32px;
        display: flex;
        align-items:center;
    }
    .n_map_text{
        margin-top:100px;
    } 
    .n_map_text .texts h3 {
        padding: 20px 30px;
        font-size: 30px;
    }
    .map_list li p{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    .ab_t1 .p1{
        font-size: 32px;
    }    
}
@media(max-width: 1259px){
    #contact1 .text {
        padding: 40px 20px;
    }
    .ab_t1 .p1{
        font-size: 28px;
    }
    .ab_t1 .p2{
        font-size: 22px;
    }
    #contact1 .text .txt {
        margin: 25px 0 20px;
    }
    #contact1 .text .cont1 {
        padding: 20px 20px;
    }
    #contact1 .text .cont1 .txt2{
/*        width: 100%;*/
        font-size: 14px;
        line-height: 2em;
        padding-top: 0px;
    }
    #contact1 .text .cont1 .code3{
        width: 100%;
        text-align: center;
/*        margin-top:20px;*/
        max-width: 110px;
    }
    .n_map_text{
        width: 35%;
    }
    .n_map_text{
        margin-top:50px;
    } 
    .n_map_text .texts h3 {
        padding: 20px 30px;
        font-size: 26px;
    }
}
@media(max-width: 1024px){
    .sort3{
        padding:50px 0 30px;
    }
    #contact1 .text .txt p{
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }  
    .n_map_text{
        margin-top:0;
    }  
}
@media(max-width: 768px){
    .sort3{
        padding:30px 0 20px;
    } 
    #contact1 .text {
        padding: 25px 20px;
        width: 100%;
    } 
    .ab_t1 .p1{
        font-size: 26px;
    }
    .ab_t1 .p2{
        font-size: 20px;
    }
    .n_map {
        margin-top: 30px;
    }
    .n_map_img{
        width: 100%;
    }
    .n_map_text{
        width: 45%;
        display: none;
    }
    .n_map_text .texts .txt {
        min-height: 260px;
        padding: 25px 20px;
    }
    .n_map_text .texts .txt p{
        flex-wrap: wrap;
    }
    .map_list li p{
        font-size: 14px;
    }
    #contact1 .text2 {
        padding: 30px 20px;
        width: 100%;
        margin-top:30px;
    } 

    .mess_btn input{
        line-height: 56px;
    }
    .mess_btn:before {
        right: 13px;
        top: 13px;
        width: 30px;
        height: 30px;
        background: url(../images/submit.png) no-repeat center;
        background-size: contain;
    } 
    #contact2 {
        padding: 15px 0 50px;
    }
}
@media(max-width: 640px){
    .code_list li .img1{
        width: 65px;
    }
    .code_list li .img1 .imgs img{
        max-height: 20px;
    }
    .code_list li .img1 p{
        font-size: 12px;
    }
    .code_list li .code3{
        width: calc(100% - 65px);
    }
    .maps{
        margin-top:30px;
        max-height:260px;
        overflow:hidden;
    }
    #contact2 {
        padding: 15px 0 30px;
    }
    .n_map {
        margin-top: 20px;
    } 
    .ab_t1 .p1{
        font-size: 22px;
    }
    .ab_t1 .p2{
        font-size: 18px;
    }
    #contact1 .text .txt p{
        padding-left: 40px;
    }
    #contact1 .text .cont1 .txt2{
        width: 100%;
    }
    #contact1 .text .cont1 .code3{
        max-width: 100%;
        margin-top:15px;
    }
}
@media(max-width: 460px){
    .code_list{
        display: none;
    }
/*    .code_list li{
        width: 100%;
        margin-right: 0;
    }*/
    #contact1 .text2 {
        padding: 20px 20px 30px;
        margin-top: 20px;
    }
    #message h2{
        margin-bottom: 12px;
    }
    #message ul li{
        margin-bottom: 10px;
    }
    #message ul li:nth-child(1){
        width: 100%;
        margin-right: 0%;
    }
    #message ul li:nth-child(2){
        width: 100%; 
    }
    #message ul li input {
        font-size: 14px;
        line-height: 40px;
        padding: 0 12px;
    }
    #message ul li textarea {
        font-size: 14px;
        line-height: 40px;
        padding: 0 12px;
    }
    .mess_btn:before {
        right: 12px;
        top: 12px;
        width: 22px;
        height: 22px;
    }
    .mess_btn input {
        line-height: 46px;
        font-size: 20px;
        padding: 0 12px 0 20px;
    }
    .map_list li p{
        font-size: 12px;
    }
    .map_list li p i{
        margin-right: 5px;
    }
}


#job1{
    padding:25px 0 110px;
    background:#f5f5f5;
}
.job_list{
    margin-top:55px;
}
.job_list li{
    background:#fff;
    margin-bottom: 15px;
    padding:0 60px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.j1{
   width: 160px;    
}
.j_name{
    font-size:18px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px 0;
    width: calc(100% - 309px);
}
.j_c p{
    font-size:15px;
    color: #999999;
    padding:0 19px;
    background:url(../images/line2.jpg) no-repeat right center;
}
.j_c p:first-child{
    padding-left: 0;
}
.j_c p:last-child{
    background:none;
    padding-right: 0;
}
.j_date{
    width: 135px;
    float: right;
    font-size:15px;
    color: #999999;
}
.j_date span{
    display: inline-block;
    margin-left: 5px;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 0px;
    border-top:1px solid #e0e0e0;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 115px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #0037a3;
    color: #fff;
    border-radius: 10px;
    overflow:hidden;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
    font-weight: bold;
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
/*    background:#1f386d;*/
    font-size:16px;
    color: #fff;
    font-weight: bold;
    text-align:center;
    border-radius: 10px;
    overflow:hidden;
}


.job_list li.on .j_cont{
    display: block;
}
@media(max-width: 1600px){
    .n_banner_text p{
        font-size:56px;
    }
    #job1 ul li .text .p1{
        font-size: 32px;
        margin-bottom: 20px;
    }
    #job1 ul li .text .p2{
        line-height: 35px;
    }
    #job1 ul li .text{
        padding:10px 50px 10px 0;
    }
    #job1 ul li:nth-child(2n) .text{
        padding:10px 0 10px 50px;
    }
    #job1{
        padding: 20px 0 100px;
    }
    #job1 .job1_c{
        padding:100px 0 65px;
    }
    #job1 .job1_c .cont{
        padding:50px 0 50px 85px;
    }
    #job1 .job1_c .cont .txt h2{
        font-size:36px;
        margin-bottom: 20px;
    }
    #job1 .job1_c .cont .txt p{
        font-size:16px;
    }
    #job2 h2{
        font-size:36px;
        margin-bottom: 60px;        
    }
    .job2 ul li{
        width: 23.5%;
        margin-right: 2%;
        border: 2px solid #d30301;
        padding:65px 30px 80px;
    }
    .job2 ul li .text h3 {
        font-size: 22px;
        margin: 30px 0 10px;
    }
    .job2 ul li .text p{
        font-size:15px;
    }
    #job3 {
        padding: 90px 0 85px;
    }
    #job3 h2,#job4 h2{
        font-size:36px;
        margin-bottom: 50px;         
    }
    #job4{
        padding:100px 0;
    }
    .job_list{
        margin-top:40px;
    }
    .job_list li{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 0px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
    #job2 ul li .p1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #job2 ul li{
        padding:100px 60px;
    }

}
@media(max-width: 1220px){
    .n_banner_text p{
        font-size:42px;
    }
    #job1 ul li .text .p1{
        font-size: 26px;
    }
    #job1{
        padding:10px 0 70px;
    }
    #job1 .job1_c{
        padding:80px 0 50px;
    }
    #job1 .job1_c .cont{
        padding:40px 0 40px 40px;
    }
    #job1 .job1_c .cont .txt h2{
        font-size:28px;
        margin-bottom: 10px;
    }
    #job1 .job1_c .cont .txt p{
        font-size:15px;
    }
    #job2 h2{
        font-size:28px;
        margin-bottom: 40px;        
    }
    .job2 ul li{
        padding:50px 20px 70px;
    }
    .job2 ul li .text h3 {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .job2 ul li .text p{
        font-size:14px;
    }
    #job3 {
        padding: 70px 0;
    }
    #job3 h2,#job4 h2{
        font-size:28px;
        margin-bottom: 40px;         
    }
    #job4{
        padding:70px 0;
    }
    .job_list li{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }

    .job_list li .j_cont{
        padding:40px 0px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }
    #job2 ul li .p1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    #job2 ul li .p2{
        font-size: 14px;
    }
    #job2 ul li{
        padding:60px 30px;
    }
    .j_contact a{
        width: 120px;
    }
}
@media(max-width: 768px){
    .n_banner_text p{
        font-size:32px;
    }
    #job1 ul li .text .p1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    #job1 ul li .text .p2{
        font-size: 14px;
        line-height: 2em;
    }
    #job1 ul li .text{
        padding:10px 30px 10px 0;
    }
    #job1 ul li:nth-child(2n) .text{
        padding:10px 0 10px 30px;
    }
    #job1 {
        padding: 10px 0 50px;
    }
    #job1 .job1_c {
        padding: 30px 0 ;
    }
    #job1 .job1_c .cont {
        padding: 15px 10px;
    }
    #job1 .job1_c .cont .txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #job1 .job1_c .cont .txt p {
        font-size: 14px;
    }
    #job2 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .job2 ul li {
        padding: 30px 10px 50px;
    }
    .job2 ul li .img1{
        width: 35px;
        height: 43px;
    }
    .job2 ul li .img1 img{

    }
    .job2 ul li .text h3 {
        font-size: 16px;
        margin: 10px 0 5px;
    }
    #job3,#job4 {
        padding: 30px 0;
    }
    #job3 h2, #job4 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .job_t {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list{
        margin-top:20px;
    }
    .job_list li .j_cont {
        padding: 30px 20px;
    }
    #job2 {
        padding-bottom: 50px;
    }
    #job2 ul li .p1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #job2 ul li{
        padding:50px 20px;
    }
    .j_contact a{
        width: 110px;
    }
}
@media(max-width: 767px){
    .n_banner_text p{
        font-size:24px;
    }
    #job1 ul li .text .p1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    #job1 {
        padding: 10px 0 30px;
    }
    #job1 .job1_c .cont .txt h2 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    #job2 h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .job2 ul li {
        padding: 20px 10px 50px;
        width: 49%;
        margin-bottom: 15px;
    }
    .job2 ul li:nth-child(2n){
        margin-right: 0;
    }
    #job2 ul li .p1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #job3,#job4 {
        padding: 30px 0;
    }
    #job3 h2, #job4 h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .job_list li{
        margin-bottom: 12px;
        padding:0 10px;
    }
    .job_t {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
    }
    .j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:12px 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }
}
@media(max-width: 640px){
    #job1 ul li .img{
        width: 100%;
    }
    #job1 ul li .text{
        width: 100%;
        padding:10px;
    }
    #job2 {
        padding-bottom: 30px;
    }
    #job2 ul{
        padding:15px 0;
    }
    #job2 ul li .p1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    #job2 ul li{
        padding:15px 15px;
        width: 100%;
        border-right: none;
    }
}




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: 14px;
    color: #666;
    margin:30px 0;
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
    .page{
        margin:20px 0;
    }
}

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


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0037a3;
    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;
    }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* 右侧浮窗 客服2 */

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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