﻿/*头部样式*/
.head{

}
.container{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    float: left;
    padding:10px 0 18px 0;
}
.m_logo{
    display: none;
}
.logo_text{
    float: left;
    margin-top: 30px;
    margin-left:35px;
}
.logo_text h3{
    font-size: 30px;
    color: #005eae;
    line-height:1.4em;
}
.logo_text p{
    font-size: 18px;
    color: #626262;
}
.head_tel{
    float: right;
    padding-left: 90px;
    background:url(../images/tel1.jpg) no-repeat left 5px;
    font-size: 34px;
    color: #df0428;
    font-family: 'impact';
    line-height:1.2em;
    margin-top: 36px;
}

.nav{
    background:url(../images/nav_bg.jpg) repeat-x left bottom;
    height: 72px;
}
.nav .container{
    width: 1280px;
    margin:0 auto;
}
.nav li{
    float: left;
    width: 196px;
    line-height:72px;
    position: relative;
    margin-left:-36px;
}
.nav li:after{
    content: '/';
    position: absolute;
    right: 20px;
    top: 5px;
    color: #fff;
    opacity: 0.6;
}
.nav li:last-child:after{
    display: none;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 72px;
}
.nav li a:hover{
    font-weight: bold;
    background:url(../images/navli_bg.png) no-repeat left bottom;
}
.nav li.on a{
    font-weight: bold;
    background:url(../images/navli_bg.png) no-repeat ;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;
    line-height: 2em;
}
#swiper-container1 .swiper-pagination-bullet{
    width: 48px;
    height: 5px;
    background:#fff;
    margin:0 10px;
    opacity: 1;
    border-radius: 0;
}
#swiper-container1 .swiper-pagination-bullet-active{
    background:#075c9f;
}

.menu-button{
    display: none;
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #0067ac;
    z-index: 99999;

}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    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);
    /*width: 40px;*/
}

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


.head_top{
    padding:20px 0;
}
.hotSearch{
    font-size: 16px;
    color: #4c4c4c;
    float: left;
    line-height:38px;
}
.hotSearch a{
    font-size: 14px;
    margin-right: 25px;
}
#formsearch{
    float: right;

}
#keyword{
    float: left;
    line-height:38px;
    width: 265px;
    border:1px solid #e5e5e5;
    border-radius: 25px 0 0 25px;
    text-indent: 20px;
    font-size: 14px;
    color: #b2b2b2;
    outline: none;
    overflow: hidden;
}
#s_btn{
    float: right;
    width: 74px;
    line-height:40px;
    border:none;
    background:url(../images/ss.png) no-repeat center #075c9f;
    display: block;
    border-radius: 0 25px 25px 0;
    outline: none;
    overflow: hidden;
    cursor: pointer;
}
@media(max-width: 1440px){
    .logo_text h3 {
        font-size: 24px; 
    }
    .logo_text p {
        font-size: 16px; 
    }
    .head_tel{
        font-size: 30px;
        margin-top:30px;
        padding-left: 80px;
    }
}
@media(max-width: 1199px){
    .container{
        box-sizing: border-box;
        width: 100%;
        padding:0 1%;
    }
    .nav{
        background:#075c9f;
        height: 50px;
    }
    .nav .container{
        width: 100%;
        padding:0;
    }
    .nav li{
        width: 12.5%;
        margin-left: 0;
        line-height:50px;
    }
    .nav li a{
        line-height:50px;
    }
    .nav li.on a{
        background:#ff0000;
        line-height:50px;
    }
    .nav li a:hover{
        background:#ff0000;
        line-height:50px;
    }
    .nav li:after{
        display: none;
    }
    .head_top{
        padding:10px 1%;
        display: none;
    }
}
@media(max-width: 768px){
    .logo_text{
        display: none;
    }
    .nav li a{
        font-size: 14px;
    }
}
@media(max-width: 640px){
    .logo{
        width: 70%;
        float: none;
        padding:0;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .head_tel{
        display: none;
    }
    .pc_logo{
        display: none;
    }
    .m_logo{
        display: block;
    }
}

/*数字滚动*/
.index_shuju{
    padding:30px 0;
    background:#f7f7f7;
    border-top:1px solid #e2e2e2;
}
.index_shuju .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.index_shuju li{
    width: 25%;
    text-align: center;
    position: relative;
}
.index_shuju li:after{
    content: '';
    width: 1px;
    height: 60px;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top:30px;
}
.index_shuju li:last-child:after{
    opacity: 0;
}
.index_shuju a.img{
    display: block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    margin:0 auto;
}
.index_shuju li p{
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}
.index_shuju li h3{
    font-size: 40px;
    color: #075c9f;
    line-height: 1.2em;
}
.index_shuju li sup{
    line-height:1em;
    display: inline-block;
}
.index_shuju li h3 span{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-left:5px;
}

@media(max-width: 1199px){
    .index_shuju{
        padding:25px 0;
    }
    .index_shuju li h3{
        font-size: 32px;
    }

}
@media(max-width: 768px){
    .index_shuju{
        padding:15px 0;
    }
    .index_shuju li h3{
        font-size: 28px;
    }
}
@media(max-width: 640px){
    .index_shuju{
        display: none;
    }
    .index_shuju li h3{
        font-size: 18px;
    }
    .index_shuju li h3 span{
        font-size: 14px;
        margin-left: 3px;
    }
}


.index_product{
    padding:40px 0;
}
.index_title1{
    text-align: center;
    margin-bottom: 45px;
}
.index_title1 h2{
    font-size: 40px;
    color: #333;
}
.index_title1 p{
    font-size: 16px;
    color: #666;
}
.index_product_content{
    display: flex;
    flex-wrap: wrap;
}
.index_product_l{
    width: 18%;
    max-width: 220px;
}
.index_product_l h3{
    font-size: 40px;
    color: #fff;
    text-align: center;
    background-color: #075c9f;
    line-height: 1.4em;
    padding:25px 0;
}
.index_product_l h3 span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
}
.index_sort{
    border-top: 5px solid #f7f7f7;
}
.index_sort li{
    
}
.index_sort li a{
    display: block;
    width: 100%;
    line-height: 60px;
    background: #e6e6e6;
    font-size: 16px;
    color: #4e4e4e;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.index_sort li:hover a{
    background: url(../images/right1.png) no-repeat 88% center #075c9f;
    color: #fff;
}
.index_sort li.on a{
    background: url(../images/right1.png) no-repeat 88% center #075c9f;
    color: #fff;
}
.index_product_r{
    width: 78%;
    margin-left:4%;
}
.index_product_r a.index_p_more{
    display: block;
    width: 120px;
    line-height: 40px;
    background: #075c9f;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin:20px auto 0;
}
.index_product_list{
    display: flex;
    flex-wrap: wrap;
    
}
.index_product_list li{
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.index_product_list li:nth-child(3n){
    margin-right: 0;
}
.index_product_list li a.img{
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
}
.index_product_list li a.img img{
    transition: all 0.6s ease-out;
}
.index_product_list li h3 a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: #075c9f;
    font-weight: normal;
}
.index_product_list li:hover a.img{
    border: 1px solid #075c9f;
}
.index_product_list li:hover a.img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.index_product_list li:hover h3 a{
    color: #fff;
}

@media(max-width: 1199px){
    .index_title1{
        margin-bottom: 30px;
    }
    .index_title1 h2{
        line-height: 1.6em;
        font-size: 32px;
    }
    .index_title1 p{
        font-size: 14px;
    }
}
@media(max-width: 1024px){
    .index_product{
        padding:30px 0;
    }
    .index_title1{
        margin-bottom: 20px;
    }
    .index_product_l h3{
        font-size: 24px;
    }
    .index_product_list li h3 a{
        line-height: 1.4em;
        padding:10px 0;
    }
}
@media(max-width: 768px){
    .index_title1 h2{
        background:none;
        font-size: 24px;
    }
    .index_product_l {
        width: 20%;
    }
    .index_sort li a{
        font-size: 14px;
        line-height: 40px;
    }
    .index_product_r {
        width: 80%;
        margin-left: 0%;
    }
    .index_product_list li{
        width: 30%;
        margin:0 0.65% 15px 2.65%;
    }
    .index_product_list li h3 a{
        padding: 5px 0;
        font-size: 16px;
    }
}
@media(max-width: 640px){
    .index_product{
        padding:15px 0;
    }
    .index_title1{
        line-height: 1.6em; 
        margin-bottom: 10px;
    }
    .index_title1 h2{
        font-size: 20px;
    }
    .index_title1 p{
        font-size: 12px;
    }
    .index_product_l{
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .index_product_l h3{
        display: none;
    }
    .index_sort{
        display: flex;
        flex-wrap: wrap;
        border:none;
        justify-content: center;
    }
    .index_sort li{
        padding:5px 10px; 
        background: #e6e6e6;  
        margin:5px;   
        float: left;  
    }
    .index_sort li a{
        border: none;
        line-height: 1em;
        font-size: 16px;
    }
    .index_product_r{
        width: 100%;
    }
    .index_product_list li{
        width: 48%;
        margin:1%;
    }
}


.index_yyly{
    background:#f5f5f5;
    padding:65px 0;
}
.index_yyly .container{
    width: 1400px;
}
.index_yyly_content{
    display: flex;
    overflow: hidden;
    /*flex-wrap: wrap;*/
}
.index_yyly_content li{
    position: relative;
    z-index: 1;
    width: 25%;
    cursor: pointer;
    transition: all 0.6s ease-out;
    color: #fff;
    min-height: 440px;
    float: left;
    overflow: hidden;
}
.index_yyly_content li img{
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    max-width: 439px;
    width: 439px;
}
.index_yyly_content li .libg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,.5)
}
.index_yyly_content li h2{
    position: absolute;
    bottom:20px;
    left:45px;
    z-index: 3;
    font-size: 24px;
    font-weight: normal;
}
.index_yyly_content li h2:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 40px;
    height: 2px;
    background: #fff;
    z-index: 3;
}
.index_yyly_content li .text{
    display: none;
    position: absolute;
    bottom:30px;
    left:0;
    width: 100%;
    box-sizing: border-box;
    padding:0 40px;
    z-index: 4;

}
.index_yyly_content li .text h3{
    font-size: 32px;
    font-weight: normal;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
.index_yyly_content li .text h3:after{
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width: 70px;
    height: 2px;
    background: #fff;
}
.index_yyly_content li .text p{
    font-size: 14px;
}
.index_yyly_content li:hover{
    width: 32%;
    transition: all 0.6s;
}
.index_yyly_content li:hover img{
    -webkit-transition: all .5s ;
    -moz-transition: all .5s ;
    -ms-transition: all .5s;
    transition: all .5s ;
}
.index_yyly_content li:hover h2{
    display: none;
}
.index_yyly_content li:hover .text{
    display: block;
}
.index_yyly_content li:hover .libg{
    background: rgba(0,0,0,.3);
}
.index_yyly_content li.on{
    width: 32%;
    transition: all 0.6s;
}
.index_yyly_content li.on img{
    -webkit-transition: all .5s ;
    -moz-transition: all .5s ;
    -ms-transition: all .5s;
    transition: all .5s ;
}
.index_yyly_content li.on h2{
    display: none;
}
.index_yyly_content li.on .text{
    display: block;
}
.index_yyly_content li.on .libg{
    background: rgba(0,0,0,.2);
}

.ht{
    width: 1920px;
    position: relative;
    left:50%;
    margin-left:-960px;
}
.ht .container{
    position: relative;
}
.ht a{
    display: block;
    width: 148px;
    height: 42px;
    position: absolute;
    right: 135px;
    top: -70px;
}

.n_index_yyly_content{
    display: none;
}
.n_index_yyly_content li{
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
.n_index_yyly_content li:after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,.5);
}
.n_index_yyly_content li .text{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    z-index: 4;
    color: #fff;
}
.n_index_yyly_content li .text h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.n_index_yyly_content li .text p {
    font-size: 14px;
    line-height: 1.6em;
}
@media(max-width: 1440px){
    .index_yyly .container{
        width: 1200px;
    }
}
@media(max-width: 1199px){
    .ht{
        display: none;
    }
}
@media(max-width: 768px){
    .index_yyly{
        padding:30px 0;
    }
    .index_yyly_content li .text{
        padding:0 20px;
    }
    .index_yyly_content li .text h3{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .index_yyly_content li .text p{
        font-size: 14px;
    }
    .index_yyly_content li h2{
        font-size: 18px;
        left:20px;
    }
}
@media(max-width: 640px){
    .index_yyly{
        padding:20px 0;
        
    }
    .index_yyly_content{
        display: none;
    }
    .n_index_yyly_content{
        display: block;
    }
}

.index_hx{
    padding:55px 0;
}
.index_hxys{

}
.index_hxys li{
    display: flex;
    flex-direction: row-reverse;
}
.index_hxys li:nth-child(2){
    flex-direction: row;
}
.index_hxys li .img{
    width: 50%;
    overflow: hidden;
}
.index_hxys li .img img{
    transition: all 0.6s ease-out;
    cursor: pointer;
}
.index_hxys li .img:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.index_hxys li .text{
    width: 50%;
    box-sizing: border-box;
    background:#f0f0f0;
    padding:40px 7% 0 7%;
}
.index_hxys li .text img{

}
.index_hxys li .text h3{
    font-size: 36px;
    color: #005eae;
    font-weight: normal;
    margin-bottom:10px;
}
.index_hxys li .text p{
    font-size: 14px;
    color: #4c4c4c;
    padding-left: 20px;
    position: relative;
}
.index_hxys li .text p:before{
    content:'';
    position: absolute;
    left:0;
    top:9px;
    width: 7px;
    height: 7px;
    border:1px solid #005eae;
    border-radius: 50%;
}
.index_hxys li:nth-child(2) .text{
    background:#005eae;
    text-align: right;
}
.index_hxys li:nth-child(2) .text h3{
    color: #fff;
}
.index_hxys li:nth-child(2) .text p{
    color: #fff;
    padding-right: 20px;
    padding-left:0;
}
.index_hxys li:nth-child(2) .text p:before{
    content:'';
    position: absolute;
    left:calc(100% - 9px);
    top:9px;
    width: 7px;
    height: 7px;
    border:1px solid #fff;
    border-radius: 50%;
}
@media(max-width: 1440px){
    .index_hxys li .text{
        padding: 30px 7% 0 7%;        
    }
    .index_hxys li .text h3{
        font-size: 32px;
    }
}
@media(max-width: 1199px){
    .index_hxys li .text{
        padding: 20px 5% 0 5%;        
    }
    .index_hxys li .text h3{
        font-size: 24px;
        margin-bottom: 5px;
    }
}
@media(max-width: 768px){
    .index_hx{
        padding:30px 0;
    }
    .index_hxys li .text{
        padding: 15px 2% 0 2%;
    }
    .index_hxys li .text h3{
        font-size: 18px;
        margin-bottom:0;
    }
    .index_hxys li .text p{
        font-size: 12px;
        padding-left:15px;
    }
    .index_hxys li .text p:before{
        top:8px;
    }
    .index_hxys li:nth-child(2) .text p{
        padding-right:15px;
    }
}
@media(max-width: 640px){
    .index_hxys li{
        flex-wrap: wrap;
        flex-direction: row;
    }
    .index_hxys li .img{
        width: 100%;
    }
    .index_hxys li .text{
        width: 100%;
        padding: 15px 2%;
    }
}



.index_about{
    background:url(../images/about_bg2.jpg) no-repeat center;
    padding:65px 0 50px 0;
}
.index_about .index_title1 h2{
    color: #fff;
}
.index_about .index_title1 p{
    color: #fff;
}
.index_about_content{
    display: flex;
    flex-wrap: wrap;
}
.index_about_img{
    width: 56%;
}
.index_about_text{
    width: 44%;
    background:url(../images/about_bg1.jpg) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding:70px 40px 0 40px;
}
.index_about_text h3{
    font-size: 36px;
    color: #005eae;
    margin-bottom: 15px;
}
.index_about_text p{
    font-size: 14px;
    color: #4b4b4b;
    line-height:1.8em;
}
.index_about_text p strong{
    display: block;
    font-size: 18px;
    color: #005eae;
    font-weight: normal;
}
.index_about_text a{
    width: 106px;
    line-height:30px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top:40px;
    background:#d6000f;
}

.index_gshj{

}
.index_gshj h2{
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background:url(../images/title1.png) no-repeat center;
    margin:40px 0 40px 0;
}


@media(max-width: 1440px){
    .index_about_text{
        padding: 50px 40px 0 40px;
    }
    .index_about_text h3{
        font-size: 32px;
    }
}
@media(max-width: 1199px){
    .index_about_text{
        padding: 30px 20px 0 20px;
    }
    .index_about_text h3{
        font-size: 24px;
    }
}
@media(max-width: 768px){
    .index_about{
        padding:30px 0;
    }
    .index_about_text{
        padding: 15px;
    }
    .index_about_text h3{
        font-size: 20px;
        margin-bottom:0px;
    }
    .index_about_text p strong{
        font-size: 14px;
    }
    .index_about_text p{
        font-size: 12px;
    }
    .index_about_text a{
        margin-top:10px;
    }
    .index_gshj h2{
        margin:20px 0;
    }
}
@media(max-width: 640px){
    .index_about{
        padding:20px 0;
    }
    .index_about_img{
        width: 100%;
    }
    .index_about_text{
        width: 100%;
    }    
    .index_gshj h2{
        margin:15px 0;
        background:none;
        font-size: 20px;
    }
}

.index_hzhb{
    padding:55px 0 70px 0;
}   
.index_hzhb_list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
}
.index_hzhb_list li{
    width: 18%;
    margin-left: 2%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #ccc;
    cursor: pointer;
} 
.index_hzhb_list li img{

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

}
@media(max-width: 1199px){
    .index_hzhb{
        padding:40px 0;
    }
    .index_hzhb_list li{
        width: 23%;
        margin:1%;
    }
}
@media(max-width: 768px){
    .index_hzhb{
        padding:30px 0;
    }
    .index_hzhb_list li{
        width: 30%;
        margin:1.65%;
    }
}
@media(max-width: 640px){
    .index_hzhb{
        padding:20px 0;
    }
}

.index_news{
    background:url(../images/news_bg.jpg) repeat-x top left;
    padding:55px 0;
}
.index_news_content{
    display: flex;
    flex-wrap: wrap;
    background:#fff;
    padding:55px 70px;
    border:1px solid #e5e5e5;
    margin-left:-70px;
}
.news_list1{
    width: 50%;
    padding-right: 4%;
    border-right:1px solid #e0e0e0;
    box-sizing: border-box;
}
.news_list1 li{
    display: flex;
    flex-wrap: wrap;

}
.news_list1 li:nth-child(1){
    margin-bottom:55px;    
}
.news_list1 .img{
    width: 53%;
}
.news_list1 .img img{
    
}
.news_list1 .text{
    width: 42%;
    margin-left:5%;
}
.news_list1 .text h3{
    margin:5px 0;
}
.news_list1 .text h3 a{
    font-size: 16px;
    color: #333;
    display: block;
    line-height:1em;
    overflow: hidden;
    height: 1em;
}
.news_list1 .text p{
    line-height:1.8em;
    font-size: 14px;
    color: #666;
}
.news_list1 .text a.more{
    display: block;
    width: 110px;
    line-height:35px;
    background:#0862b1;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top:15px;
}

.index_news_r{
    width: 46%;
    padding-left: 4%;
}
.news_sort{
    display: flex;
    margin:10px 0 30px 0;
}
.news_sort a{
    display: block;
    position: relative;
    font-size: 16px;
    color: #000;
    line-height:1em;
}
.news_sort a:hover{
    font-weight: bold;
}
.news_sort a:nth-child(2){
    padding:0 30px;
    margin:0 30px;
    border-left:1px solid #4d4d4d;
    border-right:1px solid #4d4d4d;
}
.news_list2{

}
.news_list2 li{
    padding:15px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.news_list2 li .text{
    max-width: 385px;
    width: 80%;
    float: left;
}
.news_list2 li a{
    font-size: 16px;
    color: #333;
    display: block;
    padding-left:20px;
    position: relative;
}
.news_list2 li a:after{
    content: '';
    position: absolute;
    left: 5px;
    top: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
}
.news_list2 li p{
    font-size: 14px;
    color: #666;
}
.news_list2 li .news_date{
    text-align: center;
    max-width: 56px;
    width: 20%;
    float: right;
    padding-top:10px;
}
.news_list2 li .news_date .date1{
    display: block;
    font-size: 16px;
    color: #333;
    background: url(../images/news_time.gif) no-repeat center top;
    line-height: 1em;
}
.news_list2 li .news_date .date2{
    display: block;
    font-size: 50px;
    color: #484240;
    font-family: "Times New Roman", Times, serif;
    line-height: 1em;
}
@media(max-width: 1440px){

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

}
@media(max-width: 768px){
    .index_news{
        background:#ececec;
        padding: 30px 0;
    }
    .index_news_content{
        padding: 10px 10px;
        margin-left:0;
    }
    .news_list1 {
        width: 100%;
        padding-right: 0%;
        border: none;
    }
    .news_list1 li:nth-child(1) {
        margin-bottom: 15px;
    }
    .news_list1 .img{
        width: 40%;
    }
    .news_list1 .text{
        width: 57%;
        margin-left: 3%;
        padding-top: 10px;
    }
    .index_news_r {
        width: 100%;
        padding-left: 0%;
        margin-top:15px;
    }
    .news_sort{
        margin: 10px 0 10px 0;
    }
    .news_list2 li .text {
        max-width: 100%;
        width: 90%;
    }
    .news_list2 li .news_date .date2{
        font-size: 42px;
        line-height: 1.2em;
    }
}
@media(max-width: 640px){
    .index_news{
        padding:20px 0;
    }
    .news_list1 .img{
        width: 100%;
        text-align: center;
    }
    .news_list1 .text {
        width: 100%;
        margin-left: 0%;
        padding-top: 10px;
    }
    .news_list2 li {
        padding: 10px 0;
    }
    .news_list2 li .text{
        width: 100%;
    }
    .news_list2 li .news_date{
        display: none;
    }
}


#foot_message{
    background: url(../images/message.jpg) no-repeat;
    background-size: cover;
}
.foot_message{
    padding:60px 0;
}
.foot_message_title{
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.foot_message_title p{
    font-size: 18px;
    padding-top: 5px;
}
.mess_container2{
    width: 90%;
    margin:0 auto;
    position: relative;
}
.message1{

}
.message1 ul{
    display: flex;
}
.message1 ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.message1 ul li:last-child{
    margin-right: 0;
}
.message1 ul li input{
    display:block;
    width: 100%;
    background: #fff;
    line-height: 40px;
    height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    border:none;
}
.message1 .mess_content{
    width: 100%;
}
.message1 .mess_content textarea{
    height: 80px;
    line-height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    width: 100%;    
    border: none;
    padding:0;
}
.message1 .mess_btn input.msgbtn{
    display: block;
    width: 152px;
    line-height: 38px;
    background-color: #005eae;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top:60px;
    right:0;
    border: none;
}

@media (max-width: 1600px){
    .mess_container {
        width: 80%;
    }    
}
@media (max-width: 1440px){
    .mess_container {
        width: 85%;
    }
}
@media (max-width: 1199px){
    .mess_container {
        box-sizing: border-box;
        width: 100%;
        padding: 30px 1%;
    }
    .mess_container2{
        width: 98%;
        padding: 0 0%;

    }
}
@media (max-width: 768px){
    .message1 .mess_btn input.msgbtn{
        position: relative;
        left:0;
        top:0px;
        margin-top: 20px;
    }
    .foot_message {
        padding: 30px 0;
    }
    .foot_message_title{
        font-size: 18px;
    }
    .foot_message_title p{
        font-size: 14px;
        padding-top: 0;
    }

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

    .foot_message{
        padding:20px 0;
    }
    .foot_message_title{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .foot_message_title p{
        font-size: 12px;
        padding-top: 0px;
    }
    .message1 ul{
        flex-wrap: wrap;
    }
    .message1 ul li{
        width: 100%;
        margin:0 0 10px 0;
    }

    .message1 .mess_btn input.msgbtn{
        margin:10px auto 0;
    }
}


.footer{
    padding:65px 0;
    background:#0862b1;
}
.f_code{
    max-width: 182px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: left;
    padding-top:16px;
}
.f_nav{
    float: right;
    display: flex;
}
.f_nav li{
    margin-left:85px;
}
.f_nav li h3{
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.f_nav li a{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding:2px 0;
}
.copyright{
    background:#004472;
    padding:10px 0;
    line-height:16px;
    font-size: 14px;
    color: #fff;
}
.copyright a{
    font-size: 14px;
    color: #fff;    
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
@media(max-width: 1440px){
    .f_nav li{
        margin-left: 70px;
    }
}
@media(max-width: 1199px){
    .f_nav li{
        margin-left: 60px;
    }
}
@media(max-width: 768px){
    .f_nav li{
        margin-left: 30px;
    }
    .footer{
        display: none;
    }
}
@media(max-width: 640px){
    .copyright_l{
        width: 100%;
        float: none;
        text-align: center;
    }
    .copyright_r{
        width: 100%;
        float: none;
        text-align: center;
    }
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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


/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.site{
    padding:18px 0;
    border-bottom:1px solid #e0e0e0;
    margin-bottom:32px;
}
.site .container{
    position: relative;
}
.site .container p{
    position: relative;
    box-sizing: border-box;
    padding-left:18px;
    line-height:22px;
    font-size: 14px;
    color: #666;   
    float: left;
}
.site .container p:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 10px;
    height: 22px;
    background:#075c9f;
}

#n_content{
    display: flex;
    flex-wrap: wrap;
}
.left {
    width: 18%;
    max-width: 220px;
}
.left h3{
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-color: #075c9f;
    line-height: 1.4em;
    padding:25px 0;
}
.left h3 span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
}
.sort{
    border-top: 5px solid #f7f7f7;
}
.sort li{
    
}
.sort li a{
    display: block;
    width: 100%;
    line-height: 60px;
    background: #e6e6e6;
    font-size: 16px;
    color: #4e4e4e;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.sort li:hover a{
    background: url(../images/right1.png) no-repeat 88% center #075c9f;
    color: #fff;
}
.sort li.on a{
    background: url(../images/right1.png) no-repeat 88% center #075c9f;
    color: #fff;
}
.n_contact .content{
    background: #005eae;
    padding:20px 0;
    text-align: center;
    color: #fff;
}
.n_contact h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom:10px;
}
.n_contact p{
    font-size: 24px;
    font-weight: bold;
    line-height:36px;
}
.right {
    width: 78%;
    margin-left: 4%;
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .left{
        width: 20%;
    }
    .right {
        width: 78%;
        margin-left: 2%;
    }
    .n_contact p{
        font-size: 16px;
    }
}
@media(max-width: 768px){
    .index_title1 h2{
        background:none;
        font-size: 24px;
    }
    .left {
        width: 20%;
    }
    .sort li a{
        font-size: 14px;
        line-height: 40px;
    }
}
@media(max-width: 640px){
    .left{
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .left h3{
        display: none;
    }
    .sort{
        display: flex;
        flex-wrap: wrap;
        border:none;
        justify-content: center;
    }
    .sort li{
        padding: 5px 10px;
        background: #e6e6e6;
        margin: 5px;
        float: left; 
    }
    .sort li a{
        border: none;
        line-height: 1em;
        font-size: 14px;
    }
    .sort li.on{
        background: #075c9f;
    }
    .sort li:hover{
        background: #075c9f;
    }
    .sort li:hover a{
        background:none;
    }
    .sort li.on a{
        background:none;
    }
    .n_contact{
        display: none;
    }
    .right{
        width: 100%;
        margin-left: 0;
    }
    .site{
        margin-bottom: 10px;
        padding: 10px 0;
    }
}

/*底部产品*/
.product_list_intro{
    text-align: center;
    padding: 20px 0 30px 0;
    border-top:1px dashed #ccc;
    margin-top: 40px;
}
.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 #005eae;
    border-radius: 5px;
}
.product_list_intro p span{
    font-size: 26px;
    color: #333;
    padding-left: 36px;
    background: url(../images/tel4.png) no-repeat 0 center;
    margin-left: 40px;
    line-height: 40px;
    float: left;
}
.product_list_intro p a{
    max-width: 180px;
    background: #005eae;
    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;
}
@media(max-width: 1199px){

}
@media(max-width: 768px){
    .product_list_intro{
        padding-top: 20px;
    }
    .product_list_intro h3{
        font-size: 20px;
    }
    .product_list_intro p{
        margin: 15px auto 10px;
    }
}
@media(max-width: 640px){
    .product_list_intro{
        display: none;
    }
    .product_list_intro h3{
        font-size: 16px;
    }
}

/*product_detail*/
.product_detail_content{
    display: flex;
    flex-wrap: wrap;
}
.p_img{
    width: 47%;
    max-width: 433px;
}
.p_text{
    width: 53%;
    box-sizing: border-box;
    padding-left:6%;
}
.p_text h1{
    font-size: 26px;
    color: #4a4a4a;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom:30px;
}
.p_text .p_content{

}
.p_text .p_content strong{
    font-size: 16px;
}
.p_cont{
    padding-top:40px;
    border-top:2px solid #ccc;
    margin-top:65px;
}
.p_cont .p_tel{
    float: left;
    font-size: 14px;
    color: #666;
    line-height:2em;
    padding-left:70px;
    background:url(../images/tel2.png) no-repeat left center;
}
.p_cont .p_tel p strong{
    font-size: 24px;
    color: #333;
}
.p_cont a{
    float: right;
    display: block;
    width: 146px;
    line-height:48px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background:#005eae;
}
.n_hx{
    margin-top:35px;
}
.p_title2{
    background:#075c9f;
    color: #fff;
    text-align: center;
    padding:30px 0 25px;
}
.p_title2 h2{
    font-size: 32px;
    font-weight: normal;
}
.p_title2 p{
    font-size: 12px;
}

.n_hxys{

}
.n_hxys li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.n_hxys li .text{
    width: 50%;
    background: #f0f0f0;
    box-sizing: border-box;
    padding: 30px 5% 0 5%;
}
.n_hxys li .text h3{
    font-weight: normal;
    font-size: 24px;
    color: #005eae;
}
.n_hxys li .text p{
    font-size: 14px;
    color: #4c4c4c;
    padding-left: 15px;
    position: relative;
    line-height:1.8em;
}
.n_hxys li .text p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border: 1px solid #005eae;
    border-radius: 50%;
}
.n_hxys li .img{
    width: 50%;
    overflow: hidden;
}
.n_hxys li .img img{
    transition: all 0.6s ease-out;
    cursor: pointer;
}
.n_hxys li .img:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.n_hxys li:nth-child(2){
    flex-direction: row;
}
.n_hxys li:nth-child(2) .text{
    background:#005eae;
    text-align: right;
}
.n_hxys li:nth-child(2) .text h3{
    color: #fff;
}
.n_hxys li:nth-child(2) .text p{
    color: #fff;
    padding-right: 20px;
    padding-left:0;
}
.n_hxys li:nth-child(2) .text p:before{
    content:'';
    position: absolute;
    left:calc(100% - 9px);
    top:9px;
    width: 7px;
    height: 7px;
    border:1px solid #fff;
    border-radius: 50%;
}

.p_title1 {
    font-size: 22px;
    color: #4c4c4c;
    background: url(../images/line3.png) no-repeat left bottom;
    text-indent: 35px;
    line-height: 46px;
    margin-bottom: 25px;
    margin-top: 42px;
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .p_cont{
        padding-top: 20px;
        margin-top: 25px;        
    }
    .p_text{
        padding-left: 2%;
    }
    .p_cont a{
        width: 100px;
        font-size: 14px;
        line-height:40px;
    }
    .n_hxys li .text{
        padding: 15px 2% 0 2%;
    }
    .n_hxys li .text h3{
        font-size: 20px;
    }
}
@media(max-width: 768px){
    .n_hxys li{
        flex-direction: row;
    }
    .n_hxys li .text{
        width: 100%;
        padding: 15px 2%;
    }
    .n_hxys li .img{
        width: 100%;
    }
    .p_text h1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .p_cont {
        padding-top: 10px;
        margin-top: 10px;
    }
    .p_cont .p_tel{
        float: none;
    }
    .p_cont a{
        float: none;
        margin-top:10px;
    }
    .p_title2{
        padding: 15px 0;
    }
    .p_title2 h2{
        font-size: 24px;
    }
}
@media(max-width: 640px){
    .p_img{
        width: 100%;
        margin:0 auto;
    }
    .p_text{
        width: 100%;
        padding-left: 0;
    }
}


/*case_list*/
.case_site{

}
.case_site .container p{
    position: relative;
    box-sizing: border-box;
    padding-left:18px;
    line-height:22px;
    font-size: 14px;
    color: #666;   
    float: left;
    margin-top:15px;
}
.case_site .container p:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 10px;
    height: 22px;
    background:#075c9f;
}
.case_sort{
/*    position: absolute;
    right: 0;
    top:-18px;*/
    display: flex;
    float: right;
}
.case_sort a{
    display: block;
    width: 160px;
    line-height:58px;
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: bold;
}
.case_sort a:hover{
    background:#005eae;
    color: #fff;
}
.case_sort a.on{
    background:#005eae;
    color: #fff;
}
.case_sort_content{
    background:#e0e0e0;
    line-height:76px;
}
.case_sort_content .case_sort2{
    display: flex;
    justify-content: center;
}
.case_sort_content .case_sort2 a{
    display: block;
    font-size: 18px;
    color: #666;
    margin:0 35px;
    position: relative;
}
.case_sort_content .case_sort2 a:after{
    content: '';
    width: 0%;
    height: 3px;
    background: #005eae;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.6s ease-out;
}
.case_sort_content .case_sort2 a:hover{
    font-weight: bold;
    color: #075c9f;
}
.case_sort_content .case_sort2 a:hover:after{
    width: 100%;
    transition: all 0.6s;
}
.case_sort_content .case_sort2 a.on{
    font-weight: bold;
    color: #075c9f;
}
.case_sort_content .case_sort2 a.on:after{
    width: 100%;
    transition: all 0.6s;
}

.case_intro{
    margin:45px 0 35px 0;
    font-size: 16px;
    color: #666;
}
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:35px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a.img{
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding:10px;
    border:1px solid #e2e2e2;
}
.case_list li a.img img{
    transition: all 0.6s ease-out;
}
.case_list li h3 a{
    display: block;
    font-weight: normal;
    line-height:60px;
    font-size: 16px;
    color: #4d4d4d;
    background:#f0f0f0;
    text-align: center;
    width: 100%;
}
.case_list li:hover a.img{
    border:1px solid #005eae;
}
.case_list li:hover a.img img{
/*    transition: all 0.6s;
    transform: scale(1.1);*/
}
.case_list li:hover h3 a{
    color: #fff;
    background:#005eae;
}

@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .case_sort a{
        width: 140px;
        line-height: 50px;        
    }
    .case_intro{
        margin: 20px 0;
    }
    .case_list li h3 a{
        line-height:50px;
    }

}
@media(max-width: 768px){
    .case_site .container p{
        float: none;
    }
    .case_sort{
        float: none;
        justify-content: center;
        margin-top:10px;
    }
    .case_sort a {
        width: 120px;
        line-height: 40px;
    }
    .case_sort_content{
        line-height:50px;
    }
    .case_sort_content .case_sort2 a{
        margin:0 25px;
    }
}
@media(max-width: 640px){
    .case_intro{
        font-size: 14px;
        line-height:1.8em;
    }
    .case_list li{
        width: 48%;
        margin:1%;
    }
    .case_list li:nth-child(3n){
        margin:1%;
    }
    .case_list li a.img{
        padding:5px;
    }
    .case_list li h3 a{
        line-height:40px;
    }
}

/* 技术优势 */
.n_jsys{

}
.n_jsys li{
    background:#e0e0e0;
    padding:50px 0;
}
.n_jsys li .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;    
}
.n_jsys li .img{
    width: 41.6%;
    overflow: hidden;
}
.n_jsys li .img img{
    transition: all 0.6s ease-out;
}
.n_jsys li .text{
    width: 58.4%;
    box-sizing: border-box;
    padding-right:5%;
}
.n_jsys li .text h3{
    font-size: 26px;
    color: #333;
    font-weight: normal;
    padding:20px 0 15px;
}
.n_jsys li:nth-child(2){
    background:#f5f5f5;
}
.n_jsys li:nth-child(2) .container{
    flex-direction: row;
}
.n_jsys li:nth-child(2) .text{
    padding-right:0%;
    padding-left:5%;
}

@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .n_jsys li{
        padding:30px 0;
    }
    .n_jsys li .text h3{
        padding:0 0 10px;
        font-size: 24px;
    }
    .n_jsys li .text {
        padding-right: 2%;
    }
    .n_jsys li:nth-child(2) .text {
        padding-left: 2%;
    }
}
@media(max-width: 768px){
    .n_jsys li .text h3{
        font-size: 20px;
        padding: 0 0 0px;
    }
}
@media(max-width: 640px){
    .n_jsys li .container{
        flex-direction: row;
    }
    .n_jsys li .img{
        width: 100%;
    }
    .n_jsys li .text {
        padding-right: 0%;
        width: 100%;
    }
}

/*新闻*/
.news_list{

}
.news_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.news_list li a.img{
    display: block;
    overflow: hidden;
    width: 30%;
}
.news_list li a.img img{
    transition: all 0.6s ease-out;
}
.news_list li .text{
    width: 70%;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 10px 30px;
}
.news_list li .text h3 a{
    font-size: 16px;
    color: #333;
    /*font-weight: normal;*/
    line-height:1em;
    display: block;
}
.news_list li .text p{
    line-height:1.6em;
    padding: 8px 0;
}
.news_list li .text em{
    font-style: normal;
}
.news_list li .text a.more{
    display: block;
    /* float: right; */
    width: 100px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #ccc;
    margin-top: 5px;
}

.news_list li a.img:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.news_list li .text h3 a:hover{
    color: #075c9f;
}
.news_list li .text a.more:hover{
    background: #075c9f;
}
.news_detail .content{
    padding-bottom: 20px;
}
.xgtj{
    margin:20px 0;
    background: #f5f5f5;
    box-sizing: border-box;
    padding:0 28px;
}
.xgtj h2{
    font-size: 20px;
    color: #4c4c4c;
    font-weight: normal;
    padding:5px 0;
}
.xg_news{

}
.xg_news li a{
    border-top:1px dashed #b5b5b5;
    display: block;
    font-size: 14px;
    color: #4c4c4c;
    padding:10px 0;
}
.xg_news li a span{
    color:#999;
    display: block;
    float: right;
}
@media(max-width: 1199px){
    .news_list li .text a.more{
        float:right;
        margin-top:0;
    }
}
@media(max-width: 768px){
    .n_banner_text{
        display: none;
    }
    .news_list li a.img{
        width: 100%;
        text-align: center;
    }
    .news_list li .text{
        width:100%;
    }
    .xgtj{
        padding:0px 10px;
    }
    .xgtj h2{
        font-size: 16px;
    }
    .xg_news li a span{
        font-size: 12px;
    }
}
@media(max-width: 640px){
    .news_list li .text{
        padding: 10px 15px;
    }
}

/*关于我们*/
.about_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:30px 0 40px 0;
}
.about_sort li a{
    display: block;
    width: 200px;
    line-height: 58px;
    font-size: 18px;
    color:#333;
    text-align: center;
    background: #f4f4f4;
    position: relative;
}
.about_sort li a:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom:0;
    width: 0;
    height: 0;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #fff;
    opacity: 0
}
.about_sort li a:after{
    content: '';
    position: absolute;
    right: 0;
    top:0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.about_sort li:last-child a:after{
    opacity: 0;
}
.about_sort li:hover a{
    color: #fff;
    background: #075c9f;
}
.about_sort li:hover a:before{
    opacity: 1;
}
.about_sort li:hover a:after{
    opacity: 0;
}
.about_sort li.on a{
    color: #fff;
    background: #075c9f;
}
.about_sort li.on a:before{
    opacity: 1;
}
.about_sort li.on a:after{
    opacity: 0;
}
.n_about1{
    position: relative;
    margin:0px auto 60px;
}
.n_about_img{

}
.n_about_text{
    background:#f5f5f5;
    box-sizing: border-box;
    padding:50px 48px;
    max-width: 650px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 10%;
}
.n_about_text h3{
    font-size: 32px;
    color: #333;
    font-weight: normal;
    margin-bottom:15px;
}
.n_about_text h3 span{
    font-size: 16px;
    color: #808080;

    margin-left:10px;
}
.n_about_text p{
    font-size: 14px;
    color: #333;
}
.qyfc{
    padding:45px 0 70px 0;
}
.n_qywh{
    background:url(../images/qywh_bg.jpg) no-repeat top center;
    margin:20px 0 50px 0;
    padding:45px 0 90px 0;
}
.qywh_text{
    width: 50%;
    float: left;
    color: #fff;
}
.qywh_title1{
    font-size: 32px;
    line-height:1.1em;
    margin-bottom:95px;
}
.qywh_title1 span{
    font-size: 16px;
    color: #808080;
    display: block;
    text-transform: uppercase;
}
.qywh1{
    padding-left: 95px;
    margin-bottom:35px;
}
.qywh2{
    padding-left: 95px;
}
.qywh_text h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom:10px;
}
.qywh_text p{
    font-size: 16px;
    padding-left: 15px;
    line-height:1.4em;
}
.qywh_img{
    width: 40%;
    float: right;
    max-width: 495px;
    padding-top:45px;
}
.about_container .index_hzhb_list{
    padding:20px 0;
}
.n_gshj{
    display: flex;
    flex-wrap: wrap;
}
.n_gshj li{
    width: 32%;
    margin-right: 2%;
    cursor: pointer;
    margin-bottom: 50px;
    border-bottom: 3px solid #bfbfbf;
}
.n_gshj li:nth-child(3n){
    margin-right: 0;
}
.n_gshj li .img{
    display: block;
    overflow: hidden;
}
.n_gshj li .img img{
    transition: all 0.6s ease-out;
}
.n_gshj li h3{
    font-size: 16px;
    color: #4c4c4c;
    text-indent: 15px;
    line-height:1em;
    padding:25px 0;
}
.n_gshj li:hover{
    border-bottom: 3px solid #0067ac;
}
.n_gshj li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.n_gshj li:hover h3{
    color: #0067ac
}

.n_title2{
    text-align: center;
}
.n_title2 h2{
    font-size: 32px;
    color: #333;
}
.n_title2 h2 span{
    color: #075c9f;
}
.n_title2 p{
    font-size: 14px;
    color: #666;
    background:url(../images/line1.png) no-repeat center;
}
.n_lxfs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:40px 0 35px 0;
}
.n_lxfs li{
    width: 23.5%;
    margin-right: 1.5%;
    background:#f5f5f5;
    box-sizing: border-box;
    border:1px solid #ebebeb;
    text-align: center;
    padding:30px 0;
    color: #333;
}
.n_lxfs li:nth-child(4){
    margin-right: 0;
}
.n_lxfs li .img{
    width: 47px;
    line-height: 47px;
    background:#075c9f;
    border-radius: 50%;
    text-align: center;
    margin:0 auto;

}
.n_lxfs li span{
    font-size: 14px;
    display: block;
    padding-top: 5px;
}
.n_lxfs li p{
    font-size: 16px;
}
.n_map{
    margin-bottom: 45px;
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .about_sort li a{
        margin-bottom: 5px;
        width: 160px;
    }
    .qywh_title1{
        margin-bottom: 50px;
    }
}
@media(max-width: 768px){
    .about_sort{
        margin: 30px 0;
    }
    .about_sort li a{
        width: 160px;
    }
    .n_about_img{
        width: 100%;
        text-align: center;
    }
    .n_about_text{
        position: relative;
        left: 0;
        top: 0%;
        width: 100%;
        max-width: 100%;
        padding: 20px 20px;
    }
    .n_about_text h3{
        font-size: 24px;
        margin-bottom:5px;
    }
    .n_about_text h3 span{
        font-size: 14px;
    }
    .n_about1{
        margin: 0px auto 30px;
    }
    .qyfc {
        padding: 0px 0 20px 0;
    }
    .qywh_title1 {
        margin-bottom: 30px;
    }
    .qywh1{
        padding-left: 50px;
        margin-bottom:25px;
    }
    .qywh2{
        padding-left: 50px;
    }
    .n_lxfs{
        margin: 20px 0;
    }
    .n_lxfs li{
        width: 48%;
        margin:1%;
        padding: 15px 0;
    }
    .n_title2 h2{
        font-size: 24px;
    }
}
@media(max-width: 640px){
    .about_sort{
        margin: 15px 0;
    }
    .about_sort li a{
        width: 110px;
        font-size: 14px;
        line-height:40px;
    }
    .n_qywh{
        background-size: cover;
        margin: 20px 0;
        padding: 20px 0;
    }
    .qywh_title1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .qywh_title1 span{
        font-size: 14px;
    }
    .qywh_text{
        width: 100%;
        float: none;
    }
    .qywh_text h3{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .qywh1{
        padding-left: 15px;
        margin-bottom:15px;
    }
    .qywh2{
        padding-left: 15px;
    }
    .qywh_img{
        width: 100%;
        float: none;    
        max-width: 100%;
        padding-top: 15px;    
    }
    .n_gshj li{
        width: 48%;
        margin:1%;
    }
    .n_gshj li:nth-child(3n) {
        margin:1%;
    }
    .n_gshj li h3 {
        font-size: 16px;
        padding: 15px 0;
    }
    .n_title2 h2{
        font-size: 20px;
    }
    .n_lxfs li p{
        font-size: 14px;
        padding: 0 5px;
        line-height: 1.6em;
    }
}

/*在线留言*/
.n_message{
    padding:20px 0 75px 0;
}
.n_message h2{
    font-size: 22px;
    color: #fff;
    text-align: center;
    width: 156px;
    line-height: 52px;
    font-weight: normal;
    background-color: #0556a5;
}
.message{
    box-sizing: border-box;
    border: 1px solid #eee;
    background:url(../images/mess_bg.png) no-repeat center bottom;
    padding:50px 0;
}
.message ul{
    width: 50%;
    margin:0 auto;
}
.message ul li{
    display: flex;
    margin-bottom: 12px;
}
.message ul li span{
    width: 80px;
    text-align: right;
}
.message ul li span strong{
    color: #ff0000;
}
.message ul li input{
    background-color: #fff;
    border: 1px solid #ccc;
    width: calc(100% - 80px);
    line-height: 30px;
}
.message ul li textarea{
    background-color: #fff;
    border: 1px solid #ccc;
    width: calc(100% - 80px);
    line-height: 30px;
    height: 90px;
}
.message .n_btn input{
    display: block;
    width: 160px;
    line-height: 42px;
    background-color: #075c9f;
    border: none;
    font-size: 18px;
    color: #fff;
    margin-left: 110px;
    margin-top: 20px;
}

@media(max-width: 1199px){
    .message ul{
        width: 70%;
    }
}
@media(max-width: 768px){
    .n_message {
        padding: 0px 0 30px 0;
    }
    .n_message h2{
        display: none;
    }
    .message{
        padding:30px 0;
    }
    .message ul{
        width: 80%;
    }

}
@media(max-width: 640px){
    .message {
        padding: 20px 0;
    }
    .n_about_title1{
        margin-bottom: 15px;
    }
    .n_map iframe{
        height: 250px;
    }     
    .n_contact_list p{
        width: 100%;
        margin-bottom: 0;
    }
    .message ul{
        width: 96%;
        margin:0 auto;
    }
}


/*job*/
.n_title1 {
    position: relative;
    font-size: 32px;
    color: #333;
    text-align: center;
    margin-bottom: 2em;
}
.job_content{
    /*padding: 2% 0%;*/
}
.job1{
    border:1px solid #f3f3f3;
    margin-bottom: 4em;
}
.job_title{
    font-size: 1.75rem;
    color: #fff;
    background: -moz-linear-gradient(top, #366a92 0%, #075c9f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366a92), color-stop(100%,#075c9f));
    background: -webkit-linear-gradient(top, #366a92 0%,#075c9f 100%);
    background: -o-linear-gradient(top, #366a92 0%,#075c9f 100%);
    background: -ms-linear-gradient(top, #366a92 0%,#075c9f 100%);
    background: linear-gradient(to bottom, #366a92 0%,#075c9f 100%);
    line-height: 2.5em;
    padding-left: 5%;
}
.job_content1{
    padding: 2% 5%;
}
.job_content1 .p1{
    font-size: 16px;
    color: #666;
}
.job_content1 .p2{
    font-size: 20px;
    color: #333; 
    line-height: 3em;   
}
.job_content1 p{
    font-size: 15px;
    color: #666;    
    line-height: 2em;
}
.job_content1 p span{
    color: #075c9f;      
}

.job2{
    border:1px solid #f3f3f3;
    margin-bottom: 4em;
}

.job_list{

}
.job_list li{
    width: 90%;
    margin:0 auto;
    border-bottom:1px dashed #f3f3f3;
    padding-bottom: 3em;
}
.job_list li:last-child{
    border:none;
}
.job_list li h1{
    font-size: 1.375rem;
    font-weight: normal;
    color: #333;
    padding:1em 0;
}
.job_list li p.p3{
    margin-bottom: 2em;
}
.job_list li p.p3 span{
    display: inline-block;
    width: 25%;
    line-height: 2.5em;
    font-size: 18px;
}
.job_list li p.p3 a{
    display: inline-block;
    float: right;
    width: 10%;
    line-height: 2.5em;
    background-color: #666;
    color: #fff;
    text-align: center;
    font-size: 1rem;
}
.job_list li p.p3 a:hover{
    background: #075c9f;
}
.job_list li .jian{
    font-size: 1.75rem;
    color: #999;
    transform: rotate(270deg);
    text-align: center;
    font-weight: normal;
    width: 25px;
    margin: 0 auto;
    height: 25px
}
.job_list li .change{
    display: block;
}

.job_list li:hover .xs1{
/*    display: block;
    transition: all 1s;*/

}
.user-menu-nav{
    display: none;
}
.user-menu-nav-cur{
    display: block
}

.xs1{
    font-size: 1.125rem;
    color: #666;
    background-color: #f9f9f9;
    width: 90%;
    padding:3% 5%;
    /*display: none;*/
    transition: all 0.6s ease-out;
}
.xs1 p span{
    margin-left: 5%;
}
.xs1 .zz{
    margin-top: 1.5em;
}
.xs1 .zz p{
    display: inline-block;
    width: 92%;
    float: right;
}
.xs1 .zz span{
    display: block;
    float: left;
}
.xs1 .yq{

}
.xs1 .yq p{
    display: inline-block;
    width: 92%;
    float: right;
}
.xs1 .yq span{
    display: block;
    float: left;
}

@media(max-width: 1199px){

}
@media(max-width: 768px){
    .job_content1{
        padding:2% 1%;
    }
    .n_title1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .job_title{
        line-height: 2em;
        font-size: 1.5rem;
        padding-left: 1%;
    }
    .job_list li{
        width: 98%;
    }
    .job_content1 .p1{
        font-size: 14px;
    }
    .job_content1 .p2 {
        font-size: 16px;
        color: #333;
        line-height: 2em;
    }
    .job_content1 p{
        font-size: 14px;
    }
    .job_list li h1{
        font-size: 18px;
        padding:15px 0;
    }
    .job_list li p.p3 {
        display: none;
    }
    .job_list li .jian{
        display: none;
    }
}
@media(max-width: 640px){
    .n_title1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .job_title{
        line-height: 40px;
        font-size: 18px;
        padding-left: 1%;
    }
    .xs1{
        font-size: 14px;
        width: 98%;
    }
    .xs1 .zz{
        margin-top:10px;
    }
}



.tag_total{
    font-size: 22px;
    color: #333;
    padding:0em 0 0.5em 0;
    font-weight: normal;    
}
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: #999;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
    position: relative;
}
.page a{
    font-size: 14px;
    color: #666;    
}
.page a.back{
    display: block;
    width: 112px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #075c9f;
    position: absolute;
    right: 0;
    top:0;
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
        padding:0;
    }
    .page a.back{
        position: relative;
        margin-top: 5px;
        left:0;
        width: 80px;
    }
    .info_title{
        margin-bottom: 1em;
    }
    .tag_total{
        font-size: 18px;
        padding:0;  
    }
}
@media(max-width: 640px){
    h1.title{
        font-size: 16px;
    }
    .page a.back{
        line-height: 30px;
        margin:5px 0;
    }
    .info_title{
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
    }
}


.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;
    background:#005eae;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}