/*头部样式*/
#nb_invite_wrap{
    display: none!important;
}
.header{
    /*padding-top:20px;*/
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 99999999;
    background: #ffffff;
}
.h140{
    height: 140px;
}
.head{
    padding:15px 0;
}
.container{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.header .container{
    max-width: 1500px;
}
.logo{
    float: left;
    display: flex;
    max-width: 50%;
}
.logo a{
    display: block;
}
/*.logo a:first-child{*/
/*    margin-right: 15px;*/
/*}*/
.logo2{
    float: right;
    display: flex;
    max-width: 50%;
}
.image-container {
    display: flex;
    justify-content: space-between;
    /* 图片之间的间距均匀分布 */
    overflow-x: auto;
    /* 如果图片超出屏幕宽度，允许横向滚动 */
}

.image-block {
    text-align: center;
    /* 文字居中显示 */
    margin: 0 5px;
    /* 在图块之间添加一些间距 */
    box-sizing: border-box;
    /* 确保间距不会影响图块的总宽度 */
}

.image-block img {
    width: 80%;
    /* 图片宽度填满图块 */
    height: auto;
    /* 高度自适应 */
}

.image-block2 {
    text-align: center;
    /* 文字居中显示 */
    margin: 0 5px;
    /* 在图块之间添加一些间距 */
    box-sizing: border-box;
    /* 确保间距不会影响图块的总宽度 */
}

.image-block2 img {
    width: 300px;
    /* 图片宽度填满图块 */
    height: 250px;
}

.image-block p {
    margin: 5px 0;
    /* 在文本和图片之间添加一些间距 */
    font-size: 14px;
    /* 文本字体大小，根据需要调整 */
}
.head_tel{
    float: right;
    font-size: 24px;
    color: #3D4BF0;
    padding-left: 35px;
    background: url(../images/h_tel1.png) no-repeat left center;
    display: none;
}
.index_nav{
    background: #3D4BF0;
}
.nav{
    display: flex;
    flex-wrap: wrap;
    /*float: right;*/
    /*width: 65%;*/
}
.nav li{
    position: relative;
    width: 12.5%;
}
.nav li a{
    display: block;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    line-height: 55px;
}
.nav li:hover a.a1{
    background: #2132f1;
    
}
.nav li:hover a.a1:before{
    content:'';
    position: absolute;
    left:22.5%;
    bottom:1px;
    width: 55%;
    height: 2px;
    background:#004499;
    display: none;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:55px;
    left:0%;
    z-index: 999;
    background-color: #ffffff;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 16px;
    color: #333;  
    line-height: 45px;  
    padding:0px 0;
    border-bottom: 1px solid #dbdbdb;
}
.nav li .b_nav a:hover{
    color: #004499;
}

/* 新增的二级导航（sub_nav）样式 */
.nav li .b_nav a.has_sub_nav {
    position: relative;
}

/* 显示右侧的箭头图标 */
.nav li .b_nav a.has_sub_nav:after {
    content: '>';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333;
}

/* sub_nav 的初始隐藏样式 */
.nav li .b_nav .sub_nav {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    z-index: 999;
    width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* sub_nav 中的链接样式 */
.nav li .b_nav .sub_nav a {
    font-size: 16px;
    color: #333;
    line-height: 45px;
    padding: 0 15px;
    border-bottom: 1px solid #dbdbdb;
    white-space: nowrap;
}

.nav li .b_nav .sub_nav a:hover {
    color: #004499;
    background: #f5f5f5;
}

/* 鼠标悬停时显示 sub_nav */
.nav li .b_nav a.has_sub_nav:hover + .sub_nav {
    display: block;
}

.menu-button{
    display: none;
    position: absolute;
    top: 7px;
    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: #004499;
    /*text-align: center;*/
    position: absolute;
    left:0;
    top:55px;
    z-index: 99999;
    width: 100%;
    padding: 15px 30px;
    /*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:8px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
    display: block;
}
.mobileNav li a.m_a1{
    background:url(../images/arrow-d-w.png) no-repeat right center;
}
.mobileNav li.cur a.m_a1{
    background:url(../images/arrow-d-w2.png) no-repeat right center;
}
.mobileNav li .m_nav1{
    display: none;
    margin-top:15px;
}
.mobileNav li .m_nav1 a{
    display: block;
    line-height: 32px;
    font-size: 14px;
    padding:0 20px;
}
.mobileNav li.cur .m_nav1{
    display: block;
}
.mobileNav li:last-child{
    border: none;
}
#swiper-container1{
    
}
#swiper-container1 .swiper-pagination{
    bottom:25px;
}
#swiper-container1 .swiper-pagination span{
    width: 18px;
    height: 4px;
    border-radius: 4px;
    background:#e3e2e2;
    margin:0 10px;
}
#swiper-container1 .swiper-pagination span.swiper-pagination-bullet-active{
    width: 24px;
    background:#fff;
}
#about3 .c-banner1 .swiper-slide{
    text-align: center;
}

@media(max-width: 1600px){
    .nav li a{
        font-size:16px;
    }
    .nav li .b_nav a{
        font-size:15px;
        line-height: 40px;
    }
}
@media(max-width: 1440px){
    .nav li a{
        font-size:15px;
    }

    .nav li .b_nav a{
        font-size:14px;
        line-height: 36px;
    }
}
@media(max-width: 1259px){
    .nav li a{
        font-size:15px;
    } 
}
@media(max-width: 1024px){
    .nav{
        justify-content:center;
        width:100%;
    }
    .nav li{
       width:11.5%;
    }
    .nav li:first-child{
        width:8%;
    }
    .nav li:last-child{
        width:23%;
    }
    .nav li a{
        font-size:14px;
    }  
    #swiper-container1 .swiper-button-next,#swiper-container1 .swiper-button-prev{
        display: none;
    }  
}
@media(max-width: 950px){
    .head {
        padding: 10px 0;
    }
    .logo{
        max-width: 25%;
        /*float: none;*/
    }
    .logo2{
        float:left;
        max-width:25%;
        margin-left:15px;
    }
    .head_tel{
        display:none;
    }
    .menu-button{
        display: block;
        top:5px;
    }
    .index_nav{
        display: none;
    }   
    .h140{
        height: 60px;
    }
    .mobileNav{
        top:45px;
    }
}
@media(max-width: 900px){
    .nav li a{
        font-size:15px;
        padding:0 10px;
    }     
}
@media(max-width: 768px){
    #swiper-container1 .swiper-pagination{
        bottom:10px;
    }
}
@media(max-width: 767px){
    header{
        position:fixed;
        top:0;
        left:0;
        z-index:9999;
        background:#fff;
        width:100%;
    }
    .head {
        padding: 5px 0;
    }
    .logo,.logo2{
        max-width: 35%;
        /*float: none;*/
    }
   .h140{
        display:none;
    }
    .menu-button{
        top:0px;
    }
    .mobileNav{
        top:40px;
    }
    #swiper-container1{
        margin-top:50px;
    }
}


.index1{
    margin-top:0px!important;
    padding:90px 0;
    background:url(../images/fm/hit\(1\).png) no-repeat top center;
    position: relative;
}
.index1 .container{
    background:#fff;
    padding:30px 45px;
    box-shadow: 0px 0px 10px #ccc;
}
.index_about_text{
    width: 100%;
    max-width: 510px;
}
.index_title1{
    margin-bottom:15px;
    color: #333;
}
.index_title1 h3{
    font-size:36px;
    font-weight: normal;
    line-height: 1em;
}
.index_title1 .line1{
    width: 60px;
    height: 1px;
    background:#004499;
    margin-top:18px;
    margin-bottom:8px;
}
.index_title1 p{
    font-size:16px;
    text-transform: uppercase;
}
.index_about_text p{
    font-size:18px;
}
.index_about_text  .more1{
    margin-top:50px;
}
.more1{
    width: 190px;
    height: 52px;
    margin: 0;
    background: transparent;
    text-decoration: none;
}
.more1 a{
    font-size:20px;
    color: #004499;
    display: block;
    position: relative;    
}
.more1 a span {
    display: block;
    text-align: center;
    line-height: 52px;
    transition: all 1s;
}
.more1 a:before {
    content: '';
    display: block;
    width: 168px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: skewX(-20deg);
}
.more1 a:after {
    content: '';
    display: block;
    width: 168px;
    height: 52px;
    position: absolute;
    left: 30px;
    top: 1px;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: skewX(-20deg);
}
.more1 a::before,.more1 a::after{
    border-color: #004499;
}
.more1 a:hover span{
    letter-spacing:2px;
}
.index_about_img{
    position: absolute;
    top:175px;
    right:0;
    z-index: 9;
    width: 50%;
}
@media(max-width: 1600px){
    .index_title1 h3{
        font-size:24px;
    }    
    .index_about_text p{
        font-size:16px;
    }

}
@media(max-width: 1440px){
    .index_about_text p{
        font-size:15px;
    }
    .more1 {
        width: 150px;
        height: 52px;
    }
    .more1 a {
        font-size: 17px;
    }
    .more1 a:before {
        width: 132px;
    }
    .more1 a:after {
        width: 132px;
        left: 15px;
    }
    .index_about_text .more1 {
        margin-top: 30px;
    }
}
@media(max-width: 1259px){
    .index1 {
        margin-top: 50px;
        padding: 60px 0 80px;
    }
    .index_about_text{
        width: 48%;
    }
    .index_about_img{
        top:120px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index1 {
        margin-top: 40px;
        padding: 40px 0;
    } 
    .index1 .container {
        background: #fff;
        padding: 15px 15px;
    }  
    .index_title1 {
        margin-bottom: 5px;
    }
    .index_title1 h3 {
        font-size: 20px;
    } 
    .index_title1 .line1 {
        width: 50px;
        margin-top: 12px;
        margin-bottom: 5px;
    }
}
@media(max-width: 767px){
    .index1 {
        margin-top: 20px;
        padding: 20px 0 30px;
    }    
    .index_about_text{
        width: 100%;
        max-width: 100%;
    }
    .more1 {
        width: 120px;
        height: 42px;
    }
    .more1 a span{
        line-height: 42px;
    }
    .more1 a {
        font-size: 16px;
    }
    .more1 a:before {
        width: 100px;
        height: 42px;
    }
    .more1 a:after {
        width: 100px;
        left: 10px;
        height: 42px;
    }
    .index_about_img {
        position: relative;
        top: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        margin-top:20px;
        display:none;
    }
    .index_about_text .more1 {
        margin-top: 20px;
    }
}



.index2{
    margin:70px 0 ;
}
.index_title2{
    text-align: center;
    color: #333;
}
.index_title2 h3{
    font-size:36px;
    line-height: 1em;
    margin-bottom:15px;
}

.index_title2 h4{
    text-align: left;
    font-size:20px;
    line-height: 1em;
    margin-bottom:12px;
}
.index_title2 p{

}
.index_title2 p span{
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size:18px;
}
.index_title2 p span:before{
    content:'';
    width: 58px;
    height: 1px;
    position: absolute;
    left:-78px;
    top:50%;
    margin-top:-0.5px;
    background:#004499;
}
.index_title2 p span:after{
    content:'';
    width: 58px;
    height: 1px;
    position: absolute;
    right:-78px;
    top:50%;
    margin-top:-0.5px;  
    background:#004499;  
}
.index_hxyy_top{
    background:url(../images/line1.png) no-repeat center 82.5px;
    margin:22px 0 50px;

}
.index_hxyy_top .gallery-thumbs{
    padding-top:21px;
}
.index_hxyy_top .swiper-slide{
    cursor: pointer;
}
.index_hxyy_top .swiper-slide .img{
    width: 100px;
    height: 100px;
    line-height: 100px;
    background:#333;
    border-radius: 50%;
    text-align: center;
    margin:0 auto 30px;
    position: relative;
}
.index_hxyy_top .swiper-slide .img img{
    height: auto;
}
.index_hxyy_top .swiper-slide p{
    font-size:18px;
    color: #333;
    text-align: center;
}
.index_hxyy_top .swiper-slide.swiper-slide-thumb-active .img{
    background:#004499;
}
.index_hxyy_top .swiper-slide.swiper-slide-thumb-active .img:before{
    content:'';
    position: absolute;
    top:-21px;
    left:-21px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border:1px dashed #004499;
}
.index_hxyy_bottom .swiper-slide{
    display: flex;
    flex-wrap:wrap;
}
.index_hxyy_bottom .swiper-slide a{
    display: flex;
    flex-wrap:wrap;
}
.index_hxyy_bottom .swiper-slide .text{
    width: 50%;
    padding:0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.index_hxyy_bottom .swiper-slide .text h4{
    font-size:24px;
    color: #333;
    margin-bottom:60px;
    font-weight: normal;
}
.index_hxyy_bottom .swiper-slide .text p{
    font-size:18px;
    color: #666666;
}
.index_hxyy_bottom .swiper-slide .img{
    width: 50%;    
}

.index_hxyy_bottom .swiper-button-prev{
    width: 30px;
    height: 64px;
    left: calc(50% - 30px);
    margin-top: -32px;
    background:url(../images/left1.png) no-repeat center #e2e2e2;
    opacity: 1!important;
}
.index_hxyy_bottom .swiper-button-next{
    width: 30px;
    height: 64px;
    right: calc(50% - 30px);
    margin-top: -32px;
    background:url(../images/right1.png) no-repeat center #004499;
    opacity: 1!important;
}
@media(max-width: 1440px){
    .index2 {
        margin: 60px 0;
    }
    .index_title2 h3{
        font-size:32px;
        margin-bottom:10px;
    }
    .index_hxyy_top .swiper-slide .img{
        margin: 0 auto 30px;
    }
    .index_hxyy_top .swiper-slide p{
        font-size:17px;
    }
    .index_hxyy_bottom .swiper-slide .text h4 {
        margin-bottom: 30px;
        font-size:22px;
    }
    .index_hxyy_bottom .swiper-slide .text p{
        font-size:17px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .index2 {
        margin: 40px 0;
    }
    .index_hxyy_top {
        margin: 20px 0 30px;
    }
    .index_hxyy_bottom .swiper-slide .text{
        padding: 0 5% 0 0;
    }
    .index_hxyy_bottom .swiper-slide .text h4{
        font-size:18px;
        margin-bottom: 20px;
    }
    .index_hxyy_bottom .swiper-slide .text p {
        font-size: 15px;
    }
}
@media(max-width: 768px){
    .index2 {
        margin: 50px 0;
    } 
    .index_title2 h3{
        font-size:24px;
        margin-bottom:5px;
    }
    .index_title2 p span{
        font-size:16px;
    }
    .index_hxyy_top .swiper-slide p {
        font-size: 16px;
    } 
    .index_hxyy_bottom .swiper-slide .text h4{
        font-size:17px;
        margin-bottom: 10px;
    }  
    .index_hxyy_top .swiper-slide .img{
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .index_hxyy_top .swiper-slide .img img{
        max-height: 40px;
    }
    .index_hxyy_top .swiper-slide.swiper-slide-thumb-active .img:before {

        top: -12px;
        left: -12px;
        width: 124px;
        height: 124px;
    }
}
@media(max-width: 767px){
    .index2 {
        margin: 20px 0 30px;
    } 
    .index_title2 h3{
        font-size:22px;
        margin-bottom:0;
    }  
    .index_title2 p span{
        font-size:15px;
    }
    .index_title2 p span:before{
        width: 30px;
        left: -42px;
    } 
    .index_title2 p span:after{
        width: 30px;
        right: -42px;        
    }
    .index_hxyy_top{
        display: none;
    }
    .index_hxyy_bottom {
        margin-top:20px;
    }
    .index_hxyy_bottom .swiper-slide .text,.index_hxyy_bottom .swiper-slide .img{
        width: 100%;
        padding:0;
    }
    .index_hxyy_bottom .swiper-slide .img{
        margin-top:15px;
    }
    .index_hxyy_bottom .swiper-slide .text h4 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .index_hxyy_bottom .swiper-slide .text p{
        font-size:14px;
    }
    .index_hxyy_bottom .swiper-button-prev{
        left: 0px;
    }
    .index_hxyy_bottom .swiper-button-next{
        right: 0px;
    }
}


.insolution{
    background: url(../images/bg2.jpg) no-repeat center center;
    padding:50px 0;
    background-size: cover;
    width: 100%;
    /*overflow: hidden;*/
}
.insolution .index_title2{
    color: #fff;
}
.insolution .index_title2 p span:before,.insolution .index_title2 p span:after{
    background:#fff;
}
.insolution-box { 
    margin-top: 80px; 
}
/*.insolution-swiper  .swiper-wrapper,*/
/*.insolution-swiper .swiper-slide{*/
/*    position:unset;*/
/*}*/
/*.insolution-swiper .swiper-slide .xs{*/
/*    background: rgba(0,0,0,.3);*/
/*    position: fixed;*/
/*    top:0;*/
/*    left:0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: none;*/
/*}*/
.insolution-swiper .swiper-slide{
    z-index: 9;
    cursor: pointer;
}
.insolution-swiper .swiper-slide .xs .close1{
    text-align: right;
    display: none;
}
/*.insolution-swiper .swiper-slide .xs .cont{*/
/*    background: #fff;*/
/*    width: 60%;*/
/*    height: 600px;*/
/*    overflow-y: scroll;*/
/*    padding:20px 15px;*/
/*}*/
.insolution-swiper .swiper-slide .xs{
    position: absolute;
    top:100%;
    left:50%;
    width: 380px;
    /*height: 350px;*/
    background: #fff;
    padding:12px;
    margin-left: -190px;
    z-index: 999999;
    display: none;
    box-shadow: 0px 0px 10px #ccc;
}
.insolution-swiper .swiper-slide .xs h4{
    color: #333;
    font-size: 16px;
}
.insolution-swiper .swiper-slide:hover .xs{
    display: block
}
.insolution-swiper .swiper-slide .hgyPimg{
    position: relative;
}
.insolution-swiper .swiper-slide .hgyPimg:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.46);
    z-index: 99;
}
.insolution-swiper .swiper-slide.swiper-slide-active{
    z-index: 999;
}
.insolution-swiper .swiper-slide.swiper-slide-active .hgyPimg:before{
    opacity: 0;
}
.insolution-swiper .swiper-slide.swiper-slide-active { 
    -webkit-transform: translateY(-50px); 
    -ms-transform: translateY(-50px); 
    -o-transform: translateY(-50px); 
    transform: translateY(-50px); 
}
.insolution-swiper .swiper-slide.swiper-slide-active .insolution-item { 
    margin-top: -50px; 
}
.insolution-swiper .swiper-slide.swiper-slide-active .insolution-item h3 { 
    
}
.insolution-swiper .swiper-slide h3{ 
    padding-top: 10px;
    padding-bottom: 10px; 
    font-size:20px;
    line-height: 1.6em;
    color: #333;
    background:#fff;
    text-align: center;
}


@media(max-width: 1440px){
    .insolution-swiper .swiper-slide h3{
        font-size:18px;
    }
    
}
@media(max-width: 1259px){
    .insolution-commonweb { padding-left: 60px; padding-right: 60px; }    
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .insolution {
        padding: 40px 0;
    }    
    .insolution-box {
        margin-top: 85px;
    }
    .insolution-swiper .swiper-slide h3 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 17px;
    }
}
@media(max-width: 767px){
    .insolution {
        padding: 30px 0;
    } 
    .insolution-swiper .swiper-slide h3 {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 15px;
    }    
}
@media(max-width: 460px){
    .insolution-swiper .swiper-slide .xs{
        width: 320px;
        margin-left: -160px;
    }
}


.index3{
    padding:70px 0;
}
.news_list1{
    margin-top:30px;
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li{
    width: 31.5%;
    margin-right: 2.75%;
}
.news_list1 li:nth-child(3n){
    margin-right: 0;
}
.news_list1 li a{
    display: block;
    box-shadow: 0px 0px 10px #ccc;
    position: relative;
}
.news_list1 li a .img{
    overflow:hidden;
}
.news_list1 li a .img img{
    transition: all 0.6s ease-out;
}
.news_list1 li .text{
    padding:10px 20px;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    z-index: 9;
    background: rgba(0,0,0,.66)
}
.news_list1 li .text span{
    display: block;
    font-size:16px;
    color: #fff;

    /*padding-left: 22px;*/
    /*background:url(../images/date.png) no-repeat left center;*/
}
.news_list1 li .text h3{
    font-size:18px;
    color: #fff;
    font-weight: normal;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6em;
}
.news_list1 li .text p{
    font-size:15px;
    color: #fff;   
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden; 
    margin:0px 0 25px;
    display: none;
}
.news_list1 li .text em{
    display: block;   
    width: 32px;
    height:32px;
    line-height: 32px;
    font-style: normal;
    background:url(../images/jia.png) no-repeat center;
    display: none;
}
.news_list1 li a:hover .img img{
    transform: scale(1.1);
}
@media(max-width: 1440px){
    .news_list1 li .text h3{
        font-size:17px;
    }
    .news_list1 li .text p {
        margin: 10px 0 25px;
        font-size:14px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .index3 {
        padding: 60px 0;
    } 
    .news_list1 li .text h3 {
        font-size: 16px;
    }  
    .news_list1 li .text p {
        margin: 10px 0 15px;
    } 
}
@media(max-width: 768px){
    .index3 {
        padding: 40px 0;
    }
    .news_list1 li .text {
        padding: 10px 10px;
    }
    .news_list1 li .text span{
        font-size:14px;
    }
    .news_list1 li .text p {
        margin: 0px 0 10px;
        font-size:14px;
    }     
}
@media(max-width: 640px){
    .index3 {
        padding: 30px 0 20px;
    }
    .news_list1 li {
        width: 100%;
        margin-right: 0%;
        margin-bottom:15px;
    }    
}

#footer{
    background:#f1f7ff;
    font-size:17px;
    color: #000000;
    padding-top:70px;
}
#footer .container{
    max-width: 1500px;
}
#footer a:hover{
    color: #004499;
}
.foot{
    display: flex;
    flex-wrap: wrap;
}
.foot h4{
    font-size:22px;
    color: #004499;
    font-weight: normal;
    padding-bottom: 15px;
    position: relative;
    line-height: 1em;
    margin-bottom:20px;
}
.foot h4:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 44px;
    height: 1px;
    background:#004499;
}
.f_about{
    width: 30%;
}
.f_about img{
    display: block;
    margin-bottom:25px;
}
.f_contact{
    width: 30%;
    margin:0 6%;
}
.f_nav{
    width: 32%;
    margin:0 4%;
}
.f_nav ul{
   display: flex;
   flex-wrap: wrap;
}
.f_nav ul li{
    width: 50%;
}
.f_nav a{
    display: block;
    padding-left: 18px;
    font-size:17px;
    color: #000000;
    background:url(../images/jt1.png) no-repeat left center;
}
.f_code{
    width: 30%;
}
.copyright{
    padding:15px 0;
    border-top:1px solid #004499;
    margin-top:20px;
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
@media(max-width: 1440px){
    #footer{
        font-size:16px;
        padding-top: 50px;
    } 
    .f_nav a{
        font-size:16px;
    }   
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .foot h4 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    } 
    .f_contact {
        width: 36%;
        margin: 0 3%;
    } 
    .f_nav {
        width: 30%;
        margin: 0 3% 0 0;
    }  
}
@media(max-width: 768px){
    #footer{
        font-size:15px;
        padding-top: 30px;
    }  
    .f_contact {
        width: 60%;
        margin: 0 4% 0 0;
    } 
    .f_nav{
        width: 36%;
        margin:0; 
    }
    .f_nav a{
        font-size:15px;
    } 
    .f_about{
        display: none;
    } 
    .f_code{
        display: none;
    }  
    .copyright_l{
        width: 100%;
    }
    .copyright_r{
        width: 100%;
    }
}
@media(max-width: 767px){
    .f_contact{
        width: 100%;
        margin:0;
    }
    .f_nav{
        display: none;
    }
}



/*友情链接*/

.f_link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    line-height: 30px;
    background-color: #ececec;
    text-indent: 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;
}
.pc_img{
    
}
.m_img{
    display: none;
}
@media(max-width:768px){
    .pc_img{
        display:none;
    }
    .m_img{
        display: block;
    }    
}

/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    height: 300px;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner .text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
    max-width: 1200px;
    width: 96%;
    margin:0 auto;
}
.n_banner .text h3{
    font-size:36px;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 5px;
}
.n_banner .text p{
    font-size:24px;
}


.sitemp {
    line-height: 40px;
    height: 41px;
    overflow: hidden;
    margin:12px 0 30px;
}
.sitemp .site {
    font-size:14px;
    color:#333;
    border-bottom: 1px dashed #ccc;
}
.sitemp .site a{
    font-size:14px;
    color:#333;    
}
.sitemp .site a:hover{
    color:#004499;    
}
.sitemp .site a:first-child{
    padding-left: 17px;
    background:url(../images/home.png) no-repeat left center;
}
#container {
    padding: 20px 0;
}
.left {
    width: 20%;
    float: left;
}
.left .sort_menu {
    margin-bottom: 10px;
}

.left .sort_menu h3 {
    background-color: #004499;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 1em;
    padding: 30px 0 20px 0;
    font-weight: normal;
    background:url(../images/bg3.jpg) no-repeat center;
}
.left .sort_menu h3 span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top:10px;
}

.sort{

}
.sort li{
    position: relative;
    padding-right: 25px;
    background: #ececeb;
    border-top:1px solid #fff;
}
.s_icon1 {
    background: 0;
    position: absolute;
    right: 10px;
    float: right;
    top: 20px;
    width: 12px;
    height: 12px;
    background: url(../images/s_icon1.png) no-repeat;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}
.sort li a{
    font-size: 18px;
    color: #4e4e4e;
    display: block; 
    line-height: 50px;
}
.sort li a.list_item{
    font-size: 18px;
    color: #4e4e4e;
    display: block;
    /*text-align: center;*/
    text-indent: 20px;
    /*url(../images/sort1.png) no-repeat 90% center*/
    /*background: #ececeb;*/
    line-height: 50px;
}
.sort li a.list_item span{
    position: absolute;
    right:0px;
    top:0;
    width: 50px;
    height: 50px;
    z-index: 8;
}
/*.sort li a.list_item span:before{*/
/*    content:'+';*/
/*    position: absolute;*/
/*    right:0px;*/
/*    top:0;*/
/*    text-align: center;*/
/*    width: 50px;*/
/*    height: 100%;*/
/*    z-index: 10;*/
/*}*/
/*.sort li.layer1:hover .s_icon1 {*/
/*    background-position: 0px -48px;*/
/*}*/
.sort li.layer1.on .s_icon1 {
    background-position: 0px -48px;
}
.sort li:hover a.list_item{
    /*url(../images/sort1_h.png) no-repeat 90% center*/
    /*background: #004499;*/
    color: #004499;
}
.sort li.on a.list_item{
    /*url(../images/sort1_h.png) no-repeat 90% center*/
    /*background: #004499;*/
    color: #004499;
}
/*.sort li:hover a.list_item span:before{*/
/*    content:'-';*/
/*    color: #fff;*/
/*}*/
/*.sort li.on a.list_item span:before{*/
/*    content:'-';*/
/*    color: #fff;*/
/*}*/
/*.sort li:hover{*/
/*    background: #004499;*/
/*}*/
/*.sort li.on{*/
/*    background: #004499;*/
/*}*/
.sort li.on .layer2{
    display: block!important;
}
.sort li .layer2 a.list_item2{
    text-align: left;
    font-size: 16px;
    color: #666;
    background:none!important;
    text-indent: 40px;
    line-height: 42px;
    position: relative;
}
.sort li .layer2 a.list_item2:before{
    content:'';
    position: absolute;
    top:50%;
    left:28px;
    width: 5px;
    height: 5px;
    margin-top:-2.5px;
    background: #333;
    border-radius: 50%;
}
.sort li .layer2 a.list_item2:hover{
    color: #004499;
    /*background:url(../images/jt2_h.png) no-repeat 90% center #ececeb;*/
}
/*.sort li.on a{*/
/*    background:url(../images/sort1_h.png) no-repeat 90% center #004499;*/
/*    color: #fff;*/
/*}*/
.sort li.on .layer2 a.list_item2{
    text-align: left;
    font-size: 16px;
    color: #666;
    background:url(../images/jt2.html) no-repeat 90% center #ececeb;
}
.sort li.on .layer2 a.list_item2:hover{
    color: #004499;
    background:url(../images/jt2_h.html) no-repeat 90% center #ececeb;
}
.sort li .layer3 a.list_item3{
    text-align: left;
    font-size: 14px;
    color: #666;
    background:none!important;
    text-indent: 50px;
    line-height: 30px;
}
.sort li.on .layer3 a.list_item3:hover{
    color: #004499;
}

.sort li .layer4 a.list_item4{
    text-align: left;
    font-size: 12px;
    color: #666;
    background:none!important;
    text-indent: 65px;
    line-height: 30px;
}
.sort li.on .layer4 a.list_item4:hover{
    color: #004499;
}

.left_contact{
    margin-top: 20px;
    padding:25px 10px;
    border-top:5px solid #004499;
    background-color: #ececec;
}
.left_contact h2{
    font-size: 22px;
    color: #333;
    position: relative;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: normal;
}
.left_contact h2:after{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #004499;
}
.left_contact .left_text{

}
.left_contact .left_text p:nth-child(1){
    font-size: 20px;
    color: #000;
    padding-left: 25px;
    background:url(../images/tel2.png) no-repeat left center;
}
.left_contact .left_text p:nth-child(2){
    font-size: 24px;
    color: #004499;
    font-weight: bold;
    line-height: 1.2em;
}


.right {
    width: 80%;
    float: right;
    padding-left: 50px;
    padding-bottom: 10px;
}
.right .content {
    overflow: hidden;
}



@media(max-width: 1440px){
    .sort li a{
        font-size:18px;
    }
    .left_contact h2{
        font-size:18px;
    }
    .left_contact .left_text p:nth-child(1){
        font-size:16px;
    }
    .left_contact .left_text p:nth-child(2){
        font-size:22px;
    }
}
@media(max-width: 1259px){
    .sort li a {
        font-size: 16px;
        text-indent: 15px;
    } 
    .left .sort_menu h3{
        font-size:22px;
        padding: 20px 0;
    }  
    .left .sort_menu h3 span{
        font-size:15px;
        margin-top:5px;
    } 
    .left_contact .left_text p:nth-child(2) {
        font-size: 20px;
    }
    .right{
        padding-left: 30px;
    }
    .n_banner .text h3{
        font-size:30px;
    }
}
@media(max-width: 1024px){
    #container {
        padding: 10px 0 20px;
    }  

}
@media(max-width: 768px){
    .right{
        padding-left: 20px;
    }
    .n_banner{
        height: 220px;
    }   
    .sort li a{
        text-indent: 10px;
    }  
}
@media(max-width: 767px){
    .n_banner{
        height: 140px;
        margin-top:42px;
    }  
    .n_banner .text h3 {
        font-size: 24px;
    }
    .n_banner .text p {
        font-size: 16px;
    }
    .sitemp {
        margin: 10px 0 15px;
    }
    .left {
        width: 100%;
        float: right;
    }  
    .left_contact h2{
        font-size:16px;
    }
    .left .sort_menu h3{
        background-size: cover;
    }
    .right {
        padding-left: 0px;
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }  
}



.about1{
    padding:30px 0 65px;
}
.about1 .text{
    margin:35px 0 25px;
    font-size:18px;
    color: #333;
}
.about1 ul{
    display: flex;
    flex-wrap: wrap;
}
.about1 ul li{
    width: 23.5%;
    margin-right: 2%;
    overflow:hidden;
}
.about1 ul li img{
    transition: all 0.6s ease-out;
}
.about1 ul li:last-child{
    margin-right: 0;
}
.about1 ul li:hover img{
    transform: scale(1.1);
}
.about2{
    background:#eeeef1;
    padding:32px 0 95px;
}
#about2 .index_title2{
    margin-bottom: 20px;
}
.index_about_top{
    margin-bottom:70px;
}
.index_about_top .swiper-button-next{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background:url(../images/right2.png) no-repeat center;
    opacity: 1!important;
    cursor: pointer;
}
.index_about_top .swiper-button-prev{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background:url(../images/left2.png) no-repeat center;  
    opacity: 1!important;
    cursor: pointer;  
}
.index_about_top .container{
    position: relative;
}
.index_about_top .container .gallery-thumbs:before{
    content:'';
    width: 100%;
    height: 1px;
    background:#004499;
    position: absolute;
    top:50%;
    margin-top:-0.5px;
}
.index_about_top .container,.index_about_bottom{
    padding:0 115px;
}
.index_about_top .swiper-slide .text{
    width: 87px;
    height: 87px;
    border-radius: 50%;
    font-size:18px;
    color: #333;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:#c6c6c6;
    text-align: center;
    cursor: pointer;
}
.index_about_top .swiper-slide.swiper-slide-thumb-active .text{
    background:#004499;
    color: #fff;
}
.index_about_bottom .swiper-slide .text{
    display: flex;
}
.index_about_bottom .swiper-slide .text h4{
    font-size:48px;
    color: #004499;
    font-weight: normal;
    width: 160px;
    line-height: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
} 
.index_about_bottom .swiper-slide .text p{
    font-size:18px;
    color: #333;
    width: calc(100% - 160px);
} 
.about3{
    margin-top:64px;
    background:url(../images/a_bg1.jpg) no-repeat top center;
    padding-top:30px;
} 
.about3_text{
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
}
.about3_text h3{
    font-size:36px;
    font-weight: normal;
}
.about3_text p{
    font-size:16px;
}
.about3 .container{
    padding:47px 100px;
    position: relative;
    background:#fff;
    box-shadow: 0px 0px 10px #ccc;
}
#about3 .swiper-button-prev{
    width: 20px;
    height: 29px;
    margin-top: -15px;
    background:url(../images/left3.png) no-repeat center;
    left:36px;
}
#about3 .swiper-button-prev:hover{
    background:url(../images/right3.png) no-repeat center;
    transform: rotate(180deg);
}
#about3 .swiper-button-next{
    width: 20px;
    height: 29px;
    margin-top: -15px;
    background:url(../images/left3.png) no-repeat center;
    right:36px;
    transform: rotate(180deg);
}
#about3 .swiper-button-next:hover{
    background:url(../images/right3.png) no-repeat center;
    transform: rotate(0deg);
}
.about4{
    padding:60px 0;
}
.about4 ul{
    /*background:#f5f5f5;*/
    display: flex;
    flex-wrap: wrap;
    margin-top:40px;
}
.about4 ul li{
    width: 23.5%;
    margin-right:2%;
}
.about4 ul li:nth-child(4n){
    margin-right: 0;
}
.about4 ul li .img{
    overflow:hidden;
}
.about4 ul li .img img{
    transition: all 0.6s ease-out;
}
.about4 ul li .text{

}
.about4 ul li .text h3{
    font-size:18px;
    color:#004499;
    padding-left: 22px;
    position: relative;
    margin:15px 0 5px;
}
.about4 ul li .text h3:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-12px;
    width: 6px;
    height: 24px;
    background:#004499;
}
.about4 ul li .text p{
    font-size:15px;
    color:#333;
}
.about4 ul li:hover .img img{
    transform: scale(1.1);
}
.about5 .container{
    display: flex;
    flex-wrap: wrap;
}
.about5 .container .text{
    width: 50%;
    background:#f5f5f5;
    padding:20px 20px 40px 35px;
}
.about5 .container .text h3{
    font-size:36px;
    color: #333;
    font-weight: normal;
}
.about5 .container .text .line1{
    width: 58px;
    height: 1px;
    background:#004499;
    margin-bottom:30px;
}
.about5 .container .text p{
    font-size:16px;
    color: #333;
}
.about5 .container .img{
    width: 50%;    
}
.about5 .container .img img{ 
    
}
.about6{
    padding:65px 0;
}
.about6 .container{
    max-width: 1000px;
}
.job1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:45px 0 50px;
}
.job1 li{
    width: 27%;
}
.job1 li:nth-child(2){
    margin:0 2% 0;
}
.job1 li:last-child{
    width: 41%;
    display: flex;
    padding-top:10px;
}
.job1 li:last-child .img{
    width: 120px;
}
.job1 li:last-child .text{
    width: calc(100% - 120px);
    padding-left: 18px;
    font-size:18px;
    color: #333;
}
.job1 li:last-child .text p{
    line-height: 1em;    
}
.job1 li:last-child .text p:nth-child(1){
    margin-bottom:10px;
}
.job2{
    display: flex;
    flex-wrap: wrap;
    /*padding:0 8%;*/
}
.job2 li{
    width: 48%;
    margin-right: 4%;
}
.job2 li:last-child{
    margin-right: 0;
}
.job2 li a{
    display: block;
    position: relative;
}
.job2 li a .img{
    overflow:hidden;
}
.job2 li a .img img{
    transition: all 0.6s ease-out;
    width: 100%;
}
.job2 li a h3{
    font-size:20px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    background:rgba(0,0,0,.8);
    padding:5px 0 12px;

}
.job2 li a h3 span{
    display: block;
    width: 160px;
    line-height: 36px;
    border:1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin:10px auto 0;
    display: none;
}
.job2 li a:hover .img img{
    transform: scale(1.1);
}
.about7{
    text-align: center;
    margin-bottom:60px;
}
.index_title3{
    color: #333;
}
.index_title3 h3{
    font-size:36px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom:15px;
}
.index_title3 h3 span{
    display: inline-block;
    border-bottom: 4px solid #004499;
}
.index_title3 p{
    font-size:16px;
}
.about7 .img{
    margin-top:25px;
}
.n_job_title1{
    font-size: 24px;
    color: rgba(30, 30, 30,1);
    text-align: center;
    padding:1em;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 2em;
    font-weight: normal;
}
@media(max-width: 1440px){
    .about1 .text {
        font-size: 16px;
    }
    .index_about_top .swiper-slide .text{
        font-size:17px;
    }
    .index_about_bottom .swiper-slide .text h4{
        font-size:40px;
    }
    .index_about_bottom .swiper-slide .text p{
        font-size:16px;
    }
    .about4 ul li .text h3 {
        font-size: 20px;
    }
    .about4 ul li .text p{
        font-size:16px;
    }
    .about5 .container .text h3{
        font-size:30px;
    }
    .job1 li:last-child .text{
        font-size:17px;
    }
    .job2 li a h3 span{
        width: 120px;
    }
    .index_title3 h3{
        font-size:30px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){

    .about1 .text {
        margin: 25px 0 20px;
    }
    .about2 {
        padding: 32px 0 50px;
    }
    #about2 .index_title2{
        margin-bottom:25px;
    }
    .index_about_top {
        margin-bottom: 40px;
    }
    .index_about_top .swiper-slide .text {
        font-size: 16px;
    }
    .about3 {
        margin-top: 40px;
    }
    .about3_text h3{
        font-size:32px;
    }
    .about5 .container .text {
        padding: 20px 20px 20px 20px;
    }
    .about5 .container .text h3 {
        font-size: 24px;
    }
    .about5 .container .text .line1 {
        width: 50px;
        margin-bottom: 20px;
    }
    .about5 .container .text p{
        font-size:15px;
    }
    .job1 li:last-child .text {
        font-size: 16px;
    }
}
@media(max-width: 768px){
    .about1 {
        padding: 30px 0;
    }
    .about1 .text {
        font-size: 15px;
    } 
    .about2 {
        padding: 32px 0;
    }
    .index_about_top {
        margin-bottom: 20px;
    } 
    .index_about_top .container, .index_about_bottom{
        padding:0 70px;
    }
    .index_about_bottom .swiper-slide .text h4 {
        font-size: 30px;
        width: 100px;
    }  
    .index_about_bottom .swiper-slide .text p {
        font-size: 15px;
        width: calc(100% - 100px);
    }
    .about3 .container {
        padding: 25px 50px;
    }
    #about3 .swiper-button-prev{
        left:10px;
    }
    #about3 .swiper-button-next{
        right:10px;
    }
    .about4 {
        padding: 30px 0;
    }
    .about4 ul {
        margin-top: 20px;
    }
    .about5{
        background: #f5f5f5;
        padding:15px;
    }
    .about5 .container .text,.about5 .container .img{
        width: 100%;
        padding:0;
        background:none;
    }
    .about5 .container .img{
        text-align: center;
        margin-top:15px;
    }
    .about6 {
        padding: 50px 0;
    }
    .job2 li {
        width: 48%;
        margin-right: 4%;
    }
    .about3_text h3{
        font-size:26px;
    }
}
@media(max-width: 767px){
    .about1 .text {
        margin: 15px 0 20px;
    }
    .about1 ul li{
        width: 49%;
    }
    .about1 ul li:nth-child(2n){
        margin-right: 0;
    }
    .index_about_top .container{
        padding:0 50px;
    }
    .index_about_top .swiper-slide .text {
        width: 65px;
        height: 65px;
        font-size:15px;
    }
    .index_about_bottom{
        padding:0 2%;
    }
    .index_about_bottom .swiper-slide .text h4{
        font-size:24px;
        width: 80px;
    }
    .index_about_bottom .swiper-slide .text p{
        font-size: 14px;
        width: calc(100% - 80px);
        line-height: 1.8em;
    }
    .index_about_top .swiper-button-next{
        right:0;
        margin-top:-18px;
    }
    .index_about_top .swiper-button-prev{
        margin-top:-18px;
        left:0;
    }
    .about3 {
        margin-top: 30px;
        padding-top: 20px;
    }
    .about3_text {
        color: #fff;
        text-align: center;
        padding-bottom: 20px;
    }
    .about3_text h3{
        font-size:24px;
    }
    .about3_text p{
        font-size:15px;
    }
    .about4 ul li {
        width: 100%;
        margin: 8px 0%;
    }
    .about4 ul li .text h3 {
        font-size: 18px;
        padding-left: 15px;
        margin: 10px 0 5px;
    }
    .about4 ul li .text p {
        font-size: 15px;
    }
    .about5{
        padding:15px 2%;
    }
    .about5 .container .text h3 {
        font-size: 20px;
    }
    .about6 {
        padding: 30px 0;
    }
    .job1 {
        margin: 25px 0 30px;
    }
    .job1 li{
        width: 48%;
    }
    .job1 li:nth-child(2) {
        margin: 0 0% 0 4%;
    }
    .job1 li:last-child{
        width: 100%;
        margin-top:10px;
    }
    .job1 li:last-child .img {
        width: 80px;
    }
    .job1 li:last-child .text {
        width: calc(100% - 80px);
        font-size: 16px;
    }
    .job2 li {
        width: 100%;
        margin-right: 0%;
        margin-bottom:15px;
    }
    .job2 li a h3{
        font-size:18px;
    }
    .job2 li a h3 span {
        width: 100px;
        font-size: 15px;
        margin: 5px auto 0;
    }
    .about7 {
        margin-bottom: 30px;
    }
    .index_title3 h3 {
        font-size: 22px;
    }
    .index_title3 p {
        font-size: 14px;
    }
    .about7 .img {
        margin-top: 15px;
    }
}


.honner2_list{
    margin-top:50px;
}
.honner2_list a{
    float: left; 
    display: block;
    /*margin: 0 25px 0px 0; */
    position: relative; 
    perspective:500;
    -webkit-perspective:500;  
    width: 16.6666666667%;
    z-index: 9;
}
.honner2_list a .img1{
    transform: rotateY(10deg);
    -webkit-transform: rotateY(10deg);
}
.honner2_list a .img1 img{
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);    
}
/*.honner2_list a:nth-child(5){*/
/*    margin-left: 4%;*/
/*}*/
/*.honner2_list a:nth-child(5) .img1{*/
/*    transform: rotateY(-25deg);*/
/*    -webkit-transform: rotateY(-25deg);*/
/*}*/
/*.honner2_list a:nth-child(6){*/
/*    margin-left: -30px;*/
/*    z-index: 8;*/
/*}*/
/*.honner2_list a:nth-child(6) .img1{*/
/*    transform: rotateY(-30deg);*/
/*    -webkit-transform: rotateY(-30deg);    */
/*}*/


@media(max-width:1600px){
    .honner2_list {
        margin-top: 30px;
    }    
}
@media(max-width:1024px){
    
}
@media(max-width:768px){
    .honner2_list {
        margin-top: 20px;
    }  
    .honner2_list a .img1{
        transform: rotateY(15deg);
        -webkit-transform: rotateY(15deg);        
    }
}
@media(max-width:640px){
    /*.honner2_list a:nth-child(6){*/
    /*    margin-left: -10px;*/
    /*}  */
    .honner2_list a .img1{
        transform: rotateY(20deg);
        -webkit-transform: rotateY(20deg);        
    }
}

/*产品*/
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
}
.product_list li:nth-child(4n){
    margin-right: 0%;
}
.product_list li a.img{
    display: block;
    overflow: hidden;
    border: 1px solid #c5c5c5;
}
.product_list li a.img img{
    height: 200px;
    width: auto;
    transition: all 0.6s ease-out;
}
.product_list li h3 a{
    display: block;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: normal;
    line-height: 1.2em;
    padding: 15px 0;
    border: 1px solid #c5c5c5;
    border-top:none;
}
.product_list li:hover a.img{
    border: 1px solid #075c9f;
}
.product_list li:hover h3 a{
    background-color: #075c9f;
    color: #fff;
    border-color: #075c9f;
}
.product_list li:hover a.img img{
    transform: scale(1.1);
}
.product_list_intro{
    text-align: center;
    padding-top: 30px;
}
.product_list_intro h3{
    font-size: 26px;
    color: #4c4c4c;
}
.product_list_intro p{
    max-width: 490px;
    margin:25px auto 10px;
    overflow: hidden;
    border:1px solid #075c9f;
    border-radius: 5px;
}
.product_list_intro p span{
    font-size: 26px;
    color: #e62412;
    padding-left: 36px;
    background: url(../images/tel3.png) no-repeat 0 center;
    margin-left: 40px;
    line-height: 40px;
    float: left;
}
.product_list_intro p a{
    max-width: 180px;
    background: #075c9f;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 41px;
    float: right;
}
.product_list_intro em{
    display: block;
    font-style:normal;
    font-size: 14px;
    color: #999;
}
.product_list_intro em a{
    font-size: 14px;
    color: #999;    
}
@media(max-width: 1199px){
    .product_list li:nth-child(4n){
        margin-right:2%;
    }
    .product_list li:nth-child(3n){
        margin-right:0%;
    }
    .product_list li h3 a{
        font-size:15px;
    }
}
@media(max-width: 768px){
    .product_list li:nth-child(3n),.product_list li:nth-child(4n){
        margin-right:1%;
    }
    .product_list_intro{
        padding-top: 20px;
    }
    .product_list_intro h3{
        font-size: 20px;
    }
    .product_list_intro p{
        margin: 15px auto 10px;
    }
    .product_list li{
        width: 30%;
        margin:1.65%;
    }

}
@media(max-width: 640px){
    .product_list_intro{
        display: none;
    }
    .product_list_intro h3{
        font-size: 16px;
    }
    .product_list li{
        width: 48%;
        margin:1%;
    }
}



.pd1{

}
.pd1 .img{
    display: block;
    width: 32.5%;
    float: left;
    border:1px solid #e5e5e5;
}
.pd1 .text{
    width: 67.5%; 
    float: right;  
    padding:0 0 0 60px; 
}
.pd1 .text h2,.pd1 .text h2 a{  
    font-size:24px;
    color: #333;
    font-weight: normal;
}
.pd1 .text h4{
    padding:35px 0 15px;
    font-size:22px;
    color:#333;
    font-weight: normal;
}
.pd1 .text .text_c{
    font-size:16px;
    color: #666;
    line-height: 1.8em;
}
.pd1 .text .pd_more{
    margin-top: 50px;
}
.pd_more .pd_tel{
    width: calc(100% - 200px);
    float: left;
    padding-left: 50px;
    font-size:20px;
    color: #333;
    padding-left: 50px;
    background:url(../images/tel1.png) no-repeat left center;
    line-height: 1.4em;
}
.pd_more a{
    display: block;
    width: 90px;
    line-height: 48px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background:#004499;
    float: right;
    margin: 0 5px;
}
.pd2{
    font-size:16px;
    color: #333;
    line-height: 2em;
}
.pd2 video{
    width: 100%;
    max-height: 500px;
    /*object-fit:fill;*/
}
.pd2 strong{
    font-size:24px;
    color:#000;
    font-weight: normal;
    display: block;
    padding:30px 0 20px;
    line-height: 1.2em;
}
.pd2 table{
    width: 100%;
}
.pd2 table tr{
    border-top:1px solid #666;
    border-left:1px solid #666;
}
.pd2 table tr td{
    text-align: center;
    padding: 5px 0;
    border-bottom:1px solid #666;
    border-right:1px solid #666;
    font-size:18px;
    color: #333;
}
@media(max-width: 1440px){
    .pd1 .text h4 {
        padding: 20px 0 10px;
        font-size: 20px;
    }
    .pd1 .text .text_c{
        font-size:15px;
    }  
    .pd1 .text .pd_more {
        margin-top: 30px;
    }  
    .pd2 strong{
        font-size:22px;
    }
    .pd2 table tr td{
        font-size:16px;
    }
}
@media(max-width: 1259px){
    .pd1 .text {
        padding: 0 0 0 30px;
    }   
    .pd1 .text h4 {
        padding: 10px 0 5px;
        font-size: 18px;
    } 
    .pd_more .pd_tel{
        font-size:18px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .pd1 .text h2,.pd1 .text h2 a{
        font-size:20px;
    }
    .pd1 .text h4 {
        padding: 0px 0 5px;
        font-size: 17px;
    }
    .pd1 .text .text_c{
        font-size:15px;
    }
    .pd1 .text .pd_more {
        margin-top: 15px;
    }
    .pd_more .pd_tel {
        font-size: 16px;
        background-size: 25px;
        padding-left: 30px;
        width:100%;
        float:none;
        margin-bottom:15px;
    }
    .pd_more a{
        float:none;
        display:inline-block;
    }
}
@media(max-width: 640px){
    .pd1 .img {
        width: 100%;
        text-align: center;
    }
    .pd1 .text {
        padding: 10px 0 0 0px;
        width: 100%;
    }
    .pd2{
        font-size:15px;
    }
    .pd2 strong {
        font-size: 17px;
        padding:20px 0 10px;
    }
    .pd_more a{
        width:100px;
        line-height:42px;
        height:42px;
        font-size:15px;
    }
    .pd2 table tr td{
        font-size:14px;
    }
}



/*加工检测*/
.jjjc_swiper .swiper-slide a{
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.jiagong{
    position: relative;
    z-index: -1;
}
.index_title4{
    font-size:36px;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom:65px;
}
.index_title4:before{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -30px;
    width: 60px;
    height: 2px;
    background:#004499;
}
.jiagong ul{
    
}
.jiagong ul li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.jiagong ul li:nth-child(2n){
    flex-direction: row;    
}
.jiagong ul li .img{
    width: 45%; 
    overflow:hidden;   
}
.jiagong ul li .img img{
    transition: all 0.6s ease-out;
}
.jiagong ul li .text{
    width: 55%;
    padding-right: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.jiagong ul li .text h3{

}
.jiagong ul li .text h3 em{
    font-size:60px;
    color: #004499;
    font-weight: bold;
    line-height: 1em;
    margin-right: 20px;
}
.jiagong ul li .text h3 span{
    font-size:24px;
    color:#333;
    line-height: 1em;
    display: inline-block;
    position: relative;
}
.jiagong ul li .text h3 span:before{
    content:'';
    position: absolute;
    right:0;
    bottom:0;
    width: 70px;
    height: 3px;
    background:#004499;
}
.jiagong ul li .text p{
    font-size:18px;
    color: #333;
    margin-top:40px;
}
.jiagong ul li:nth-child(2n) .text{
    margin-left:10%;
    width: 45%;
    padding-right: 0px;
}
.jiagong ul li:hover .img img{
    transform: scale(1.1);
}
.jianche{
    margin:65px 0;
    background:url(../images/bg4.jpg) no-repeat center;
    background-size:cover;
}
.index_title5{
    max-width: 375px;
    background:#004499;
    color: #fff;
    text-align: center;
    padding:25px 0 30px;
}
.index_title5 h2{
    font-size:36px;
}
.index_title5 p{
    font-size:18px;
    text-transform: uppercase;
}
.jianche_cont{
    
}
.jianche_l{
    color: #fff;
    width: calc(100% - 430px);
    padding-right: 10%;
    float: left;
}

.jianche_l .text{
    display: none;
}
.jianche_l .text h3{
    font-size:30px;
    margin:110px 0 20px;
}
.jianche_l .text p{
    font-size:22px;    
}
.jianche_r{
    width: 430px;
    float: right;
    padding:0px 0 90px;
    margin-top:-30px;
}
.jianche_r ul{
    display: flex;
    flex-wrap: wrap;
}
.jianche_r ul li{
    width: 50%;
    padding:40px 20px 25px;
    background:#fff;
/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
    z-index: 99;
    cursor: pointer;
}
.jianche_r ul li:first-child,.jianche_r ul li:last-child{
    background:#f7f7f7;
}
.jianche_r ul li .img{
    width: 56px;
    height: 56px;
    overflow:hidden;
    position: relative;
}
.jianche_r ul li .img img{
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.jianche_r ul li p{
    font-size:20px;
    color: #333;
    margin-top:12px;
    line-height: 1.6em;
}
.jianche_r ul li.cur{
    background:#004499;
}
.jianche_r ul li.cur .img img{
    top:-56px;
}
.jianche_r ul li.cur p{
    color:#fff;
}
.jianche_r ul li:hover{
    background:#004499;
}
.jianche_r ul li:hover .img img{
    top:-56px;
}
.jianche_r ul li:hover p{
    color:#fff;
}
@media(max-width: 1440px){
    .index_title4{
        font-size:30px;
        margin-bottom: 50px;
    }
    .jiagong ul li .text p{
        font-size:16px;
        margin-top: 20px;
    }
    .index_title5 h2{
        font-size:30px;
    }
    .index_title5 p{
        font-size:16px;
    }
    .jianche_l .text h3{
        font-size:26px;
    }
    .jianche_l .text p{
        font-size:18px;
    }
    .jianche_r ul li p{
        font-size:17px;
    }
}
@media(max-width: 1259px){
    .jiagong ul li .text{
        padding-right: 50px;
    }
    .jiagong ul li .text h3 em{
        font-size:46px;
    }
    .jiagong ul li .text h3 span{
        font-size:22px;
    }
}
@media(max-width: 1024px){
    .jianche_l{
        padding-right: 5%;
    }
}
@media(max-width: 860px){
    .index_title5{
        max-width: 290px;
    }
    .jianche_r{
        margin-top:0;
    }
}
@media(max-width: 768px){
    .jjjc_swiper .swiper-slide a{
        height: 220px;
    }
    .index_title4 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .jiagong ul li .text{
        padding-right: 30px;
    } 
    .jianche_l{
        padding-right: 2%;
    }  
    .index_title5 h2 {
        font-size: 26px;
    }
    .jianche_l .text h3 {
        font-size: 22px;
        margin: 50px 0 20px;
    } 
    .jianche {
        margin: 40px 0;
    }
    .jianche_l .text p {
        font-size: 16px;
    }
    .jianche_r ul li{
        padding: 20px 15px;
    }
}
@media(max-width: 767px){
    .jianche{
        padding-bottom:30px;
    }
    .index_title4 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .jiagong ul li{
        flex-direction: row;
    }
    .jiagong ul li .img {
        width: 100%;
    }
    .jiagong ul li .text {
        width: 100%;
        padding:15px 0;
    }
    .jiagong ul li .text h3 em {
        font-size: 32px;
            margin-right: 15px;
    }
    .jiagong ul li .text h3 span {
        font-size: 20px;
    }
    .jiagong ul li .text p {
        font-size: 15px;
        margin-top: 5px;
    }
    .jiagong ul li:nth-child(2n) .text {
        margin-left: 0%;
        width: 100%;
    }
    .jianche {
        margin: 20px 0;
    }
    .index_title5{
        max-width:100%;
        padding: 20px 0;
    }
    .jianche_l {
        width: 100%;
        padding-right: 0%;
        float: none;
    }
    .index_title5 h2 {
        font-size: 22px;
    }
    .index_title5 p {
        font-size: 15px;
    }
    .jianche_l .text h3 {
        font-size: 20px;
        margin: 20px 0 5px;
    }
    .jianche_r{
        width: 100%;
        max-width: 100%;
        padding: 10px 0 20px;
    }
    .jianche_r ul li .img{
        width:32px;
        height:32px;
    }
    .jianche_r ul li .img img{
        width:32px;
    }
    .jianche_r ul li.cur .img img {
        top: -32px;
    }
    .jianche_r ul li p {
        font-size: 15px;
        margin-top: 10px;
    }
}



/*case*/
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:25px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a{
    display: block;
}
.case_list li a .img{
    overflow:hidden;
}
.case_list li a .img img{
    transition: all 0.6s ease-out;
    width: 100%;
}
.case_list li a h3{
    line-height: 48px;
    background:#004499;
    font-size:18px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.case_list li a:hover .img img{
    transform: scale(1.1);
}
.case_list2 li{
    margin-bottom: 20px;
}
@media(max-width: 1440px){
    .case_list li a h3 {
        line-height: 42px;
        font-size: 16px;
    }     
}
@media(max-width: 1259px){
   
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .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;
    }

}
@media(max-width: 640px){
    .case_list li {
        margin-bottom: 15px;
    }
}


/*news*/
.news_list{

}
.news_list li{
    margin-bottom:32px;
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    padding:40px 30px 40px 26px;
    border:1px solid #e5e5e5;
}
.news_list li a .img{
    width: 300px;
    overflow:hidden;
}
.news_list li a .img img{
    transition: all 0.6s ease-out;
}
.news_list li a .text{
    width: calc(100% - 300px);
    padding-left: 25px;
}
.news_list li a .text h3{
    font-size:22px;
    color: #333;
    line-height: 1em;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li a .text p{
    font-size:16px;
    color: #333;
    margin:40px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_list li a .text span{
    font-size:18px;
    color: #666;
}
.news_list li a:hover{
    border-color: #004499;
}
.news_list li a:hover .img img{
    transform: scale(1.1);
}
.news_list li a:hover .text h3{
    color:#004499;
}
.news_detail .content{
    font-size:16px;
    margin-bottom:15px;
}
@media(max-width: 1440px){
    .news_list li a .text p {
        margin: 30px 0;
    }    
}
@media(max-width: 1259px){
    .news_list li a{
        padding: 20px;
    }
    .news_list li a .text h3{
        font-size:20px;
    }
}
@media(max-width: 1024px){
    .news_list li a .text p {
        margin: 20px 0;
    }    
}
@media(max-width: 768px){
    .news_list li {
        margin-bottom: 20px;
    }
    .news_list li a {
        padding: 15px;
    }
    .news_list li a .img{
        width: 40%;
    }
    .news_list li a .text {
        width: calc(100% - 40%);
        padding-left: 15px;
    }
    .news_list li a .text h3 {
        font-size: 18px;
    }
    .news_list li a .text p {
        margin: 10px 0;
    } 
    .news_list li a .text span{
        font-size:16px;
    }
}
@media(max-width: 640px){
    .news_list li {
        margin-bottom: 15px;
    }
    .news_list li a {
        padding: 10px;
    }
    .news_list li a .text h3 {
        font-size: 16px;
    }
    .news_list li a .text p {
        margin: 5px 0;
        font-size:14px;
        -webkit-line-clamp: 2;
    }
    .news_list li a .text span{
        font-size:14px;
    } 
}

/*contact*/
#mess{
    padding:0px 0 80px;
}
#mess .container{
    padding:40px 55px 50px;
    box-shadow: 0px 0px 10px #ccc;
}
.mess_title{
    text-align: center;
    color: #333;
    margin-bottom:50px;
}
.mess_title h3{
    font-size:36px;
    font-weight: 500;
    position: relative;
    margin-bottom:20px;
}
.mess_title h3:before{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 70px;
    height: 1px;
    background:#004499;
    margin-left: -35px;
}
.mess_title p{
    font-size:16px;
}
#mess ul{
    display: flex;
    flex-wrap: wrap;
}
#mess ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom:30px;
}
#mess ul li:nth-child(2n){
    margin-right: 0;
}
#mess ul li input{
    width: 100%;
    line-height: 52px;
    border:none;
    outline: none;
    text-indent: 44px;
    font-size:18px;
    color: #999;
}
#mess ul li:nth-child(1) input{
    background:url(../images/ms1.png) no-repeat 12px center #f8f8f8;
}
#mess ul li:nth-child(2) input{
    background:url(../images/ms2.png) no-repeat 12px center #f8f8f8;
}
#mess ul li:nth-child(3) input{
    background:url(../images/ms3.png) no-repeat 12px center #f8f8f8;
}
#mess ul li:nth-child(4) input{
    background:url(../images/ms4.png) no-repeat 12px center #f8f8f8;
}
#mess ul li:last-child{
    width: 100%;
    margin-right: 0;
}
#mess ul li textarea{
    width: 100%;
    line-height: 52px;
    height: 97px;
    border:none;
    outline: none;
    text-indent: 44px;
    font-size:18px;
    color: #999;
    background:url(../images/ms5.png) no-repeat 15px 20px #f8f8f8;
    font-family: '微软雅黑';
}
#code input{
    line-height: 32px;
    outline: none;
    text-indent: 15px;
}
.mess_btn input{
    display: block;
    font-size:22px;
    color: #fff;
    width: 200px;
    line-height: 52px;
    height: 52px;
    border:none;
    outline: none;
    text-align: center;
    background:#004499;
    margin:50px auto 0;
    cursor: pointer;
}
.n_contact_text{
    margin:50px 0;
}
.n_contact_text .container{
    display: flex;
    flex-wrap: wrap;
}
.n_contact_text .container .text{
    width: 50%;
    background:#004499;
    color: #fff;
    padding:35px 24px 10px;
}
.n_contact_text .container .text h3{
    font-size:24px;
    line-height: 1em;
    padding-bottom: 25px;
    position: relative;
    margin-bottom:30px;
}
.n_contact_text .container .text h3:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 68px;
    height: 2px;
    background:#fff;
}
.n_contact_text .container .text .text1{
    font-size:20px;
    line-height: 45px;
}
.n_contact_text .container .n_map{
    width: 50%;
}
@media(max-width: 1440px){
    .mess_title h3{
        font-size:30px;
    }
    .n_contact_text .container .text .text1{
        font-size:18px;
    }
}
@media(max-width: 1259px){
    .n_contact_text .container .text .text1{
        font-size:17px;
    }    
}
@media(max-width: 1024px){
    #mess {
        padding:0px 0 50px;
    }
    #mess .container {
        padding: 30px 25px;
    }
    .mess_title {
        margin-bottom: 30px;
    }
    .mess_title h3{
        font-size:24px;
    }
    .n_contact_text {
        margin: 30px 0 50px;
    } 
    .n_contact_text .container .text .text1{
        font-size:16px;
    }    
    #mess ul li input{
        font-size:16px;
    }
}
@media(max-width: 768px){
    #mess {
        padding:0px 0 30px;
    }
    #mess .container {
        padding: 20px 15px;
    } 
    .mess_title {
        margin-bottom: 20px;
    } 
    #mess ul li {
        margin-bottom: 15px;
    }
    .n_contact_text {
        margin:30px 0;
    }
    .n_contact_text .container .text{
        width: 100%;
        padding: 25px 15px;
    } 
    .n_contact_text .container .text h3 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .n_contact_text .container .text .text1{
        line-height: 40px;
    } 
    .mess_btn input {
        font-size: 18px;
        width: 150px;
        line-height: 46px;
        height: 46px;
        margin: 20px auto 0;
    }
    .n_contact_text .container .n_map{
        width: 100%;
        height: 300px;
        overflow:hidden;
    }
}
@media(max-width: 767px){
    .mess_title p {
        font-size: 14px;
    }
    #mess ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }
    #mess ul li input {
        line-height: 40px;
        text-indent: 44px;
        font-size: 15px;
        text-indent: 40px;
    }
    #mess ul li textarea {
        line-height: 40px;
        height: 120px;
        font-size: 15px;
        text-indent: 40px;
        background: url(../images/ms5.png) no-repeat 15px 16px #f8f8f8;
    }
    .mess_btn input {
        font-size: 16px;
        width: 100px;
        line-height: 40px;
        height: 40px;
    }
    .n_contact_text {
        margin:10px 0 30px;
    }
    .n_contact_text .container .n_map{
        height: 250px;
    }
}

h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:0em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #333;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 1em;
    font-weight: normal;
}
h3.tag{
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #333;    
}
.page a{
    font-size: 14px;
    color: #333;    
}

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

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


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    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:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    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:70px;
    }
}


.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;
    }
}


/* 右侧浮窗 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


.n_banner2{
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.text2{
    text-align: center;
    color: #ffffff;
}
.text2 h3{
    font-size: 48px;
    line-height: 1;
}
.jijin1{
    padding:115px 0 120px;
    background: #f8f8f8;
}
.jj_t1{
    position: relative;
    font-size: 40px;
    color: #000000;
    line-height: 1;
    padding-bottom: 22px;
    text-align: center;
}
.jj_t1:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 82px;
    height: 3px;
    background: #004499;
    margin-left: -41px;
}
.jijin1 .jj_t1{
    text-align: left;
}
.jijin1 .jj_t1:after{
    left:0;
    margin-left: 0;
}
.jijin1 .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1500px;
}
.jijin1 .text{
    width: 52%;
}
.jijin1 .text .txt{
    margin-top:65px;
    font-size: 16px;
    color: #333333;
    height: 430px;
    padding-right: 50px;
    line-height: 40px;
    overflow-y: auto;
}
.jijin1 .text .txt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.jijin1 .text .txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #20477d;
}
.jijin1 .text .txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.jijin1 .imgs{
    width: 42%;
}
.jijin2{
    padding:105px 0 130px;
}
.jijin2_img{
    margin-top:50px;
}
.lianhe1{
    padding:88px 0 0;
}
.lh_list1{
    display: flex;
    padding:0 18px;
    margin-top:65px;
}
.lh_list1 li{
    width: 30%;
    margin-right: 5%;
    border:1px solid #004499;
    padding:50px 50px 45px;
    box-shadow: 0px 0px 10px rgba(5,45,91,.28);
}
.lh_list1 li:last-child{
    margin-right: 0;
}
.lh_list1 li .img1{
    text-align: center;
    line-height: 82px;
}
.lh_list1 li h3{
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    margin:30px 0 15px;
}
.lh_list1 li .txt{
    font-size: 16px;
    color: #666666;
}
.lh_list1 li .txt p{
    padding-left: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
    position: relative;
}
.lh_list1 li .txt p:before{
    content:'';
    position: absolute;
    left:0;
    top:9px;
    width: 6px;
    height: 6px;
    background: #004499;
    border-radius: 50%;
}
.lianhe2{
    padding:120px 0 0;
}
.pthj{
    margin-top:70px;
    padding:0 46px;
}
#pthj{
    
}
#pthj .swiper-slide:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.36);
}
#pthj .swiper-slide-active:before{
    opacity: 0;
}
.lianhe3{
    padding:115px 0;
}
.lianhe3 .container{
    max-width: 1315px
}
.lh_list2{
    margin-top:75px;
    display: flex;
    flex-wrap: wrap;
}
.lh_list2 li{
    width: 22%;
    margin-right: 4%;
    text-align: center;
}
.lh_list2 li:nth-child(4n){
    margin-right: 0;
}
.lh_list2 li h3{
    font-size: 28px;
    color: #000000;
    font-weight: normal;
    line-height: 1;
    margin:36px 0 25px;
}
.lh_list2 li .txt{
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
}
.lianhe4{
    background: #f8f8f8;
    padding:88px 0 120px;
}
.lh_list3{
    margin-top:70px;
}
.lh_list3 li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.lh_list3 li:nth-child(2n){
    flex-direction: row;
}
.lh_list3 li .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    padding:20px 70px 20px 58px;
}
.lh_list3 li:nth-child(2n) .text{
    padding-left: 116px;
    padding-right: 0px;
}
.lh_list3 li .text h3{
    font-size: 30px;
    color: #000000;
    line-height: 1;
    margin-bottom: 35px;
    position: relative;
}
.lh_list3 li .text h3 img{
    display: inline-block;
    position: absolute;
    left:-59px;
    top:50%;
    width: 61px;
    height: 78px;
    margin-top:-48px;
}
.lh_list3 li .text .txt{
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
}
.lh_list3 li .text .txt p{
    margin-bottom: 15px;
    padding-left: 18px;
    position: relative;
}
.lh_list3 li .text .txt p:last-child{
    margin-bottom: 0;
}
.lh_list3 li .text .txt p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #004499;
    border-radius: 50%;
}
.lh_list3 li:nth-child(2) .text h3 img{
    height: 88px;
    margin-top:-60px;
}
.lh_list3 li .img{
    width: 50%;    
}
.cixingzhe1{
    padding:60px 0 60px;
}
.cixingzhe1 .container{
    max-width: 1500px;
}
.lianhe5{
    padding:90px 0 120px;
}
.lianhe5 .container{
    max-width: 1500px;
}
.lh5_cont{
    display: flex;
    flex-wrap: wrap;
    margin:70px 0 80px;
    justify-content: center;
    align-items: center;
}
.lh5_cont .lh_list4{
    display: flex;
    flex-wrap: wrap;
    width: 40%;
    margin:40px 20px 80px;
    align-items: center;
}
.lh5_cont .lh_list4 p{
    color: #000000;
    line-height: 1;
    margin-top:20px;
    font: 18px/2.5 Microsoft YaHei,arial,Source Sans,宋体,sans-serif;
}

.lh5_cont ul{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    align-items: center;
}
.lh5_cont ul li{
    text-align: center;
    width: 23.5%;
    margin-right: 2%;
    padding: 25px 0;
}
.lh5_cont ul li:nth-child(4n){
    margin-right: 0;
}
.lh5_cont ul li p{
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
    margin-top:20px;
}
.video1{
    width: 55%;
    margin-left: 2%;
    position: relative;
}
.video2{
    width: 100%;
    position: relative;
}
.video2 a{
    display: block;
    position: relative;
}
.video2 a:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 144px;
    height: 144px;
    background: url(../images/player.png) no-repeat center;
    margin-top: -36px;
    margin-left: -36px;
}
.video1 a{
    display: block;
    position: relative;
}
.video1 a:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 72px;
    height: 72px;
    background: url(../images/player.png) no-repeat center;
    margin-top: -36px;
    margin-left: -36px;
}
.lh_list4{
    display: flex;
    flex-wrap: wrap;
}
.lh_list5{
    display: flex;
    flex-wrap: wrap;
}
.lh_list5 li{
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 0 0 10px rgba(0,0,0,.46);
}
.lh_list5 li:nth-child(4n){
    margin-right: 0;
}
.lh_list5 li img{
    width: 100%;
}
#lx_honner{
    padding-bottom: 30px;
}
#lx_honner .swiper-pagination{
    bottom:0;
}
.lianhe6{
    padding:85px 0 125px;
    background: #004499;
}
.lianhe6 .jj_t1{
    color: #fff;
}
.lianhe6 .jj_t1:after{
    background: #fff;
}
.lh_list6{
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
}
.lh_list6 dl{
    width: 25%;
    margin-right: 12.5%;
    color: #fff;
}
.lh_list6 dl:last-child{
    margin-right: 0;
}
.lh_list6 dl dt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    border-bottom: 1px solid #4d7cb8;
    margin-bottom: 12px;
    height: 42px;
}
.lh_list6 dl dt span{
    
}

.lh_list6 dl dd{
    font-size: 16px;
    color: #ffffff;
}
.lh_list6 dl dd p {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
    margin-bottom: 5px;
}
.lh_list6 dl dd p:last-child{
    margin-bottom: 0;
}
.lh_list6 dl dd p span:nth-child(1){
    width: 48px;
}
.lh_list6 dl dd p span:nth-child(2){
    width: calc(100% - 48px);    
}

.fuhua{
    padding:100px 0;
}
.fuhua .container{
    max-width: 1500px;
}
.fh_t{
    margin-top:65px;
    background: #004499;
    display: flex;
    justify-content: space-between;
    height: 62px;
    align-items: center;
}
.fh_t p{
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.fh_t p:nth-child(1),.fh_list1 li .p1{
    width:50%;
}
.fh_t p:nth-child(2),.fh_list1 li .p2{
    width:16%;
}
.fh_t p:nth-child(3),.fh_list1 li .p3{
    width:16%;
}
.fh_list1{
    width: 100%;
}
.fh_list1 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 95px;
    border-bottom: 1px solid #bdbdbd;
    text-align: center;
}
.fh_list1 li .p1{
    display: flex;
}
.fh_list1 li .p1 .img1{
    width: 185px;
    text-align: center;
    padding:0 15px;
}
.fh_list1 li .p1 .fh_name{
    width: calc(100% - 185px);
    padding-left: 65px;
    text-align: left;
}
.fh_list1 li .p1 .fh_name span:nth-child(1){
    display: block;
    font-size: 20px;
    color: #004499;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}
.fh_list1 li .p1 .fh_name span:nth-child(2){
    font-size: 14px;
    color: #333333;
}
.fh_list1 li .p2{
    font-size: 18px;
    color: #000000;
}
.fh_list1 li .p3 a{
    display: block;
    width: 140px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #004499;
    margin:0 auto;
}
.text2 p{
    font-size: 20px;
    max-width: 545px;
    margin:25px auto 0;
    line-height: 1.5;
}
.zckj1.jijin1 .text .txt{
    height: 410px;
}
.zckj2{
    background: url(../images/zzkj_bg2.jpg) no-repeat center #014692;
    color: #fff;
    padding:110px 0 140px;
    min-height: 650px;
}
.zc_t{
    line-height: 1;
    font-size: 40px;
    font-weight: normal;
}
.zc_li{
    display: flex;
    flex-wrap: wrap;    
    margin:80px 0 60px;
}
.zc_li p{
    font-size: 20px;
    line-height: 1;
    padding-bottom: 16px;
    position: relative;
    margin-right: 52px;
    cursor: pointer;
}
.zc_li p:last-child{
    margin-right: 0;
}
.zc_li p:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0;
}
.zc_li p.cur:after{
    opacity: 1;
}
.zc_cont2{
    
}
.zc_cont2 .zc_tab{
    max-width: 410px;
    display: none;
}
.zc_cont2 .zc_tab.on{
    display: flex;
    flex-wrap: wrap;
}
.zc_cont2 .zc_tab p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    line-height: 38px;
    border:1px solid rgba(255,255,255,.4);
    border-radius: 4px;
    margin-right: 24px;
    margin-bottom: 24px;
    cursor: pointer;
}
.zc_cont2 .zc_tab p:nth-child(3n){
    margin-right: 0;
}
.zc_cont2 .zc_tab p:hover{
    background: #ffffff;
    color: #004499;
    font-size: 16px;
    border:1px solid #ffffff;
}
.zckj3{
    padding:110px 0 0;
}
.zckj2 .container,.zckj3 .container{
    max-width: 1500px;
}
.zckj_list3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:95px;
}
.zckj_list3 li{
    text-align: center;
}
.zckj_list3 li .img1{
    line-height: 342px;
    display: block;
}
.zckj_list3 li p{
    font-size: 24px;
    color: #000000;
    margin-top:38px;
}
.zckj4{
    padding:120px 0;
}
.zckj4 #pthj .swiper-slide:before{
    display: none;
}
.fuhua2{
    padding:25px 0 130px;
}
.fuhua2 .container{
    max-width: 1500px;
}
.fuhua2_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    margin-top:80px;
}
.fuhua2_list{
    width: 50%;
}
.fuhua2_list li{
    padding:38px 0 30px;
    border-bottom: 1px solid #999999;
}
.fuhua2_list li h3{
    font-size: 30px;
    color: #004499;
    line-height: 1.6;

}
.fuhua2_list li .p1{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin:25px 0 10px;
}
.fuhua2_list li .txt{
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}
.fuhua2_cont .img2{
    width: 40%;
    margin-right: -5%;
    display: flex;
        align-items: center;
}
.fuhua3{
    background: #f6f7fb;
    padding:105px 0;
}
.fuhua3 .container{
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fuhua3 .text{
    width: 51%;
}
.fuhua3 .text .jj_t2 {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    margin-bottom: 60px;
}
.fuhua3 .text .jj_t2:after{
    left:0;
    margin-left: 0;
}
.fuhua3 .text .txt{
    font-size: 16px;
    color: #666666;
}
.fuhua3 .text .txt p{
    line-height: 1.6;
    margin-bottom: 20px;
}
.fuhua3 .text .txt p:last-child{
    margin-bottom: 0;
}
.fuhua3_list{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
}
.fuhua3_list li{
    width: 32%;
    margin-right: 2%;
    text-align: center;
    padding:20px 0;
}
.fuhua3_list li:nth-child(3n){
    margin-right: 0;
}
.fuhua3_list li .img1{
    line-height: 66px;
}
.fuhua3_list li p{
    font-size: 16px;
    color: 333333;
    margin-top:15px;
    text-align: center;
}
@media(max-width:1600px){
    .jj_t1{
        font-size:32px;
    }
    .text2 h3{
        font-size:36px;
    }
    .jijin1,.jijin2,.zckj4{
        padding:90px 0;
    }
    .jijin1 .text .txt{
        font-size:14px;
        line-height:2em;
        margin-top: 50px;
    }
    .lh_list1 li{
        padding: 35px 30px;
    }
    .lh_list1 li h3{
        font-size: 22px;
        margin: 30px 0 15px;        
    }
    .lh_list1 li .txt{
        font-size:14px;
    }
    .lh_list1 li .txt p:before{
        top:8px;
    }
    .lh_list2 li .img1 img{
        max-height:120px;
    }
    .lh_list2 li h3{
        font-size:24px;
    }
    .lh_list2 li .txt{
        font-size:15px;
    }
    .lh_list3 li .text h3{
        font-size:24px;
        margin-bottom: 25px;
    }
    .lh_list3 li .text .txt{
        font-size:15px;
    }
    .lh_list3 li .text .txt p{
        margin-bottom:10px;
    }
    .lh5_cont ul li p{
        font-size:14px;
        margin-top:15px;
    }
    .lh_list1{
        margin-top:50px;
    }
    .zc_t{
        font-size:32px;
    }
    .zckj_list3{
        margin-top:70px;
    }
    .zckj_list3 li p{
        font-size:20px;
    }
    .text2 p{
        font-size:17px;
    }   
    .fuhua2{
        padding:25px 0 90px;
    }
    .fuhua2_cont{
        margin-top: 30px;
    }
    .fuhua2_list li h3{
        font-size:26px;
    }
    .fuhua2_list li .p1 {
        font-size: 18px;
        margin: 15px 0 5px;
    }
    .fuhua2_list li .txt,.fuhua3 .text .txt{
        font-size:15px;
    }
    .fuhua3{
        padding:90px 0;
    }
    .fuhua3 .text .txt p{
        margin-bottom:12px;
    }
    .fuhua3 .text .jj_t2{
        font-size:26px;
    }
}
@media(max-width:1280px){
    .n_banner2{
        height:300px;
    }
    .text2 h3{
        font-size:32px;
    }
    .fuhua,.jijin1,.jijin2,.lianhe5,.lianhe3,.lianhe4,.lianhe6,.zckj4{
        padding:70px 0;
    }
    .jj_t1{
        font-size:28px;
    }
    .jj_t1:after{
        width: 60px;
        margin-left: -30px;
    }
    .fh_t{
        height:50px;
        margin-top:50px;
    }
    .fh_t p{
        font-size:18px;
    }
    .fh_list1 li .p1 .fh_name{
        padding-left:40px;
    }
    .fh_list1 li .p1 .fh_name span:nth-child(1),.fh_list1 li .p2{
        font-size:16px;
    }
    .fh_list1 li .p1 .fh_name span:nth-child(2){
        font-size:13px;
    }
    .fh_list1 li .p3 a{
        width:120px;
    }
    .jijin1 .text .txt{
        margin-top: 35px;
    }
    .lh_list1 li .img1{
        line-height:60px;
    }
    .lh_list1 li .img1 img{
        max-height:60px;
    }
    .lh_list2 li .img1 img{
        max-height:100px;
    }
    .lh_list2 li h3{
        font-size:20px;
        margin: 25px 0 20px;
    }
    .lh_list2 li .txt{
        font-size:14px;
    }
    .lianhe2,.zckj3{
        padding:90px 0 0;
    }
    .lh_list3 li .text .txt{
        font-size:14px;
    }
    .zckj2{
        min-height:550px;
    }
    .zckj_list3{
        margin-top:50px;
    }
    .zckj_list3 li .img1{
        line-height:260px;
    }
    .zckj_list3 li .img1 img{
        max-height:260px;
    }
    .fuhua3{
        padding:70px 0;
    }
    .fuhua3 .text .jj_t2{
        font-size:22px;
        margin-bottom: 30px;
    }
}
@media(max-width:992px){
    .n_banner2{
        height:270px;
    }
    .text2 h3{
        font-size:28px;
    }
    .fh_t{
        margin-top:30px;
    }
    .fh_t p:nth-child(1), .fh_list1 li .p1 {
        width: 60%;
    }
    .fh_list1 li{
        height:85px;
    }
    .fh_list1 li .p1 .img1{
        width: 150px;
    }
    .fh_list1 li .p1 .fh_name {
        width: calc(100% - 150px);
        padding-left: 25px;
    }
    .fh_list1 li .p3 a{
        width:100px;
    }
    .lh_list6{
        margin-top:50px;
    }
    .lh_list6 dl {
        width: 30%;
        margin-right: 5%;
        color: #fff;
    }
    .lianhe6{
        padding:70px 0;
    }
    .lh_list6 dl dt{
        font-size:16px;
    }
    .lh_list6 dl dd{
        font-size:14px;
    }
    .lianhe1{
        padding:70px 0 0;
    }
    .lh_list1 li{
        width:32%;
        margin-right:2%;
        padding: 25px 20px;
    }
    .pthj{
        padding:0;
        margin-top:50px;
    }
    .lh_list2,.lh_list3{
        margin-top:50px;
    }
    .lh5_cont{
        margin:50px 0;
    }
    .lianhe2,.zckj3{
        padding:70px 0 0;
    }
    .zckj2{
        height:450px;
    }
    .zc_t {
        font-size: 26px;
    }
    .zc_li {
        margin: 40px 0 30px;
    }
    .zc_li p{
        font-size:17px;
    }
    .zc_cont2 .zc_tab p{
        width:100px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .zckj_list3 li .img1{
        line-height:200px;
    }
    .zckj_list3 li .img1 img{
        max-height:200px;
    }
    .text2 p{
        font-size:15px;
    }
}
@media(max-width:820px){

    .fuhua,.jijin1,.jijin2,.lianhe5,.lianhe3,.lianhe4,.lianhe6,.zckj4{
        padding:55px 0;
    }
    .jj_t1{
        font-size:26px;
    }
    .lianhe6{
        padding:50px 0;
    }
    .lh_list6,.jijin2_img{
        margin-top:30px;
    }
    .jijin1 .text,.jijin1 .imgs{
        width:100%;
    }
    .jijin1 .text .txt{
        margin-top: 20px;
        height:auto;
        padding-right:0;
        margin-bottom:25px;
    }
    .lh_list1,.pthj,.lh_list2,.zckj_list3{
        margin-top:30px;
    }  
    .lh_list1 li h3 {
        font-size: 20px;
        margin: 20px 0 10px;
    }
    .lh_list2,.lh_list3{
        margin-top:30px;
    }
    .lh_list3 li{
        max-width:640px;
        margin:0 auto;
    }
    .lh_list3 li .text{
        width:100%;
        padding:20px 0!important;
    }
    .lh_list3 li .img{
        width:100%;
    }
    .lh_list3 li .text h3{
        font-size:20px;
    }
    .lh_list3 li .text h3 img{
        display:none;
    }
    .lh_list3 li .text .txt p:before{
        top:8px;
    }
    .lh5_cont{
        margin:35px 0;
    }
    .lianhe2,.zckj3{
        padding:55px 0 0;
    }
    .zckj2{
        min-height:350px;
    }
    .zckj_list3{
        padding:0 5%;
    }
    .zckj_list3 li p {
        font-size: 16px;
        margin-top:15px;
    }
    .zckj_list3 li .img1{
        line-height:150px;
    }
    .zckj_list3 li .img1 img{
        max-height:150px;
    }
    .text2 p{
        font-size:14px;
        padding:0 5%;
        margin: 15px auto 0;
    }
    .zckj1.jijin1 .text .txt{
        height:340px;
    }
    .fuhua2{
        padding:25px 0 70px;
    }
    .fuhua2_list li h3{
        font-size:22px;
    }
    .fuhua2_list li .p1 {
        font-size: 16px;
        margin: 10px 0 5px;
    }
    .fuhua3{
        padding:55px 0;
    }
}
@media(max-width:640px){
    .n_banner2{
        height:200px;
    }
    .text2 h3{
        font-size:22px;
    }
    .fuhua,.jijin1,.jijin2,.lianhe5,.lianhe3,.lianhe4,.lianhe6,.zckj4{
        padding:35px 0;
    }  
    .jj_t1{
        font-size:20px;
    }
    .fh_cont{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .fh_t,.fh_list1{
        width:768px;
    }
    .fh_list1 li{
        height:85px;
    }
    .fh_list1 li .p1 .img1{
        width:100px;
    }
    .fh_list1 li .p1 .fh_name {
        width: calc(100% - 100px);
        padding-left: 15px;
    }
    .fh_list1 li .p1 .fh_name span:nth-child(1), .fh_list1 li .p2{
        font-size:15px;
    }
    .fh_list1 li .p1 .fh_name span:nth-child(2){
        display:inline-block;
        font-size:12px;
        line-height:1.4;
    }
    .fh_list1 li .p3 a {
        width: 90px;
        font-size:13px;
    }
    .lianhe6{
        padding:30px 0 20px;
    }
    .lh_list6 dl{
        width:100%;
        margin-right:0;
        padding:7px 0;
    }
    .jijin1 .text .txt {
        height: 300px;
        padding-right: 20px;
    }
    .lh_list1{
        flex-wrap:wrap;
    }
    .lh_list1 li{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
    }
    .lh_list2 li{
        width:48%;
        padding:7px 0;
    }
    .lh_list2 li:nth-child(2n){
        margin-right: 0;
    }
    .lh_list2 li .img1 img{
        max-height:60px;
    }
    .lh_list2 li h3 {
        font-size: 16px;
        margin: 15px 0 10px;
    }
    .lh5_cont ul{
        width:100%;
    }
    .video1{
        width:100%;
        margin-left:0;
    }
    .lh_list5 li{
        width:49%;
        margin-bottom:15px;
    }
    .lh_list5 li:nth-child(2n){
        margin-right: 0;
    }
    .lianhe2,.zckj3{
        padding:35px 0 0;
    }
    .zckj2{
        min-height:auto;
        height:auto;
        padding:40px 0;
    }
    .zc_t{
        font-size:22px;
    }
    .zc_li p {
        font-size: 16px;
    }
    .zc_cont2 .zc_tab p{
        font-size:13px;
        width:90px;
    }
    /*.zckj_list3 li{*/
    /*    width:100%;*/
    /*}*/
    .zckj_list3 li .img1{
        line-height:72px;
    }
    .zckj_list3 li .img1 img{
        max-height:72px;
    }
    .zckj_list3 li p{
        font-size:15px;
    }
    .zckj1.jijin1 .text .txt{
        height:280px;
    }
    .fuhua2{
        padding:25px 0 35px;
    }
    .fuhua2_cont {
        margin-top: 10px;
    }
    .fuhua2_list{
        width:100%;
    }
    .fuhua2_list li {
        padding: 20px 0 20px;
    }
    .fuhua2_list li h3{
        font-size:20px;
    }
    .fuhua2_list li .txt, .fuhua3 .text .txt{
        font-size:14px;
    }
    .fuhua2_cont .img2{
        width:100%;
        margin-top:20px;
    }
    .fuhua3{
        padding:35px 0;
    }
    .fuhua3 .text{
        width:100%;
    }
    .fuhua3 .text .jj_t2{
        font-size:20px;
        margin-bottom: 20px;
    }
    
    
    .fuhua3_list{
        width:100%;
    }
    .fuhua3_list li{
        padding:5px 0;
    }
    .fuhua3_list li p{
        font-size:14px;   
    }
}
