/*头部样式*/
header{
    background:#f2f4f8;
    line-height:30px;
    font-size:14px;
    color: #333;
}
header .container{
    max-width: 1400px;
}
.container{
    max-width: 1236px;
    margin: 0 auto;
    width: 94%;
}
.wel{
    float: left;
}
.head_a{
    float: right;
}
.head_a a{
    margin-left: 20px;
    font-size:14px;
    color: #333;
}
.head{
    padding:15px 0 15px;
    border-bottom: 1px solid #e5e5e5;
}
.head .container{
    position: relative;
    max-width: 1400px;
}
.search{
    float: left;

}
#formsearch{
    border:1px solid #b0b0b0;
    border-radius: 25px;
    overflow: hidden;
}
#keyword{
    float: left;
    height: 34px;
    line-height:36px;
    border:none;
    background:none;
    outline: none;
    font-size:14px;
    color: #999;
    width: 200px;
    padding-right: 12px;
}
#s_btn{
    float: left;
    width: 45px;
    height: 36px;
    line-height:36px;
    border:none;
    background:url(../images/ss.png) no-repeat center ;
    outline: none;
}
.logo{
    /*position: absolute;*/
    /*width: 100%;*/
    /*text-align:center;*/
    /*z-index: 9999;*/
    /*top:-26px;*/
    /*max-width: 205px;*/
    /*margin:0 auto;*/
    /*left: 50%;*/
    /*margin-left: -102.5px;*/
    float: left;
}
.head_r{
    float: right;
}
.head_r_t{
    text-align: right;
    margin-bottom: 15px;
}
.head_r_t a{
    font-size:14px;
    color: #1e449e;
    font-weight: bold;
    margin-right: 20px;
}
.head_r_t .head_tel{
    padding-left: 25px;
    background:url(../images/tel.png) no-repeat left center;
    font-size:24px;
    color: #333;
    /*font-weight: bold;*/
}


.nav{
    display: flex;
}
.nav li{
    float: left;
    /*width: 14.285%;*/
    position: relative;
    margin-left: 60px;
}
.nav li:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 0%;
    height: 2px;
    background: #1e449e;
    transition: all 0.6s ease-out;
    opacity: 0;
}
.nav li:hover:after{
    width: 100%;
    transition: all 0.6s ;
    opacity: 1;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #222;
    text-align: center;
    line-height: 50px;
    padding:0 10px;
}
.nav li:hover a{
    color: #0054a3;
}
.nav li.on:after{
    width: 100%;
    transition: all 0.6s ;
    opacity: 1;
}
.nav li.on a{
    color: #0054a3;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:50px;
    left:-50%;
    z-index: 999;
    background-color: #fff;
    width: 200%;
}
.nav li .b_nav2{
    width: 300%;
    left:-100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    padding:10px 0;
    line-height:20px;
    border-bottom:1px dashed #e5e5e5;
}
.nav li .b_nav a:hover{
    color: #0054a3;
}



.menu-button{
    display: none;
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #1e449e;
    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: #1e449e;
    text-align: center;
    position: absolute;
    left:0;
    top:60px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}

#swiper-container1{
    
}
.swiper-button-prev1{
    position: absolute;
    top:50%;
    left: 13.5%;
    margin-top:-41px;
    z-index: 9;
    border-radius: 5px;
    width: 50px;
    height: 82px;
    background:url(../images/left1.png) no-repeat center;
    background-color: rgba(255,255,255,.3);
    cursor: pointer;
    outline: none;
}
.swiper-button-next1{
    position: absolute;
    top:50%;
    right: 13.5%;
    margin-top:-41px;
    z-index: 9;
    border-radius: 5px;
    width: 50px;
    height: 82px;
    background:url(../images/left1.png) no-repeat center;
    background-color: rgba(255,255,255,.3);
    transform:rotate(-180deg);
    cursor: pointer;
    outline: none;
}
.banner_text{
    text-align:center;
    color: #fff;
    position: absolute;
    bottom:120px;
    left:0;
    width: 100%;
}
.banner_text h3{
    font-size:54px;
    font-weight: normal;
}
.banner_text p{
    font-size:22px;
    display: none;
}
.banner_text span{
    font-size:18px;
    width: 100%;
    display: block;
    margin-top:110px;
}
@media(max-width: 1440px) {
    .banner_text h3{
        font-size:50px;
    }
    .banner_text span{
        margin-top:20px;
    }  
    .swiper-button-prev1{
        left:7.5%;
    }
    .swiper-button-next1{
        right:7.5%;
    }
    .nav li{
        margin-left:50px;
    }
}
@media(max-width: 1024px){
    .banner_text h3{
        font-size:42px;
    }
    .nav li{
        margin-left:15px;
    }
}
@media(max-width: 768px){
    header{
        display: none;
    }
    .head {
        padding: 20px 0;
    }
    .search{
        display: none;
    }
    .logo{
        position: relative;
        max-width: 180px;
        width: 30%;
        text-align: left;
        float: left;
    }
    .head_r_t{
        margin-bottom:5px;
    }
    .nav .container{
        width: 100%;
    }
    .nav li {
        margin-left: 5px;
    }
    .nav li a{
        line-height:40px;
        height: 40px;
        font-size:14px;
    }
    .banner_text {
        bottom: 10px;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner_text h3 {
        font-size: 32px;
    }
    .banner_text p{
        font-size:18px;
    }
    .banner_text span{
        font-size:16px;
    }
}
@media(max-width: 767px){
    .head {
        padding: 10px 0;
    }
    .logo{
        width: 40%;
        float: none;
        top:0;
        left: 0%;
        margin-left: 0px;
        max-width:100%;
    }
    .head_r_t{
        display: none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .banner_text h3{
        font-size:24px;
    }
    .banner_text p{
        display: none;
    }
    .banner_text span{
        display: none;
    }

    .swiper-button-prev1{
        display: none;
    }
    .swiper-button-next1{
        display: none;
    }
}



.index_scroll_news{
    background: #183883;
    line-height: 20px;
    height: 70px;
    overflow: hidden;
}
.index_scroll_news .container{
    position: relative;
}
.index_scroll_news_l{
    width: 15%;
    float: left;
    padding-left: 40px;
    background: url(../images/news.png) no-repeat left 14px;
    
}
.index_scroll_news_l h3{
    font-size: 20px;
    color: #fff;   
    margin-top:15px;
    height: 24px;
}
.index_scroll_news_r{
    width: 80%;
    float: left;
    position: relative;
    padding-right: 40px;

}
.index_scroll_news .swiper-container2{
    
}
.index_scroll_news .swiper-container2 .swiper-slide{
    color: #fff;

    /*height: 54px!important;*/
    margin-top: 10px!important;
}
.index_scroll_news .swiper-container2 strong{
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-right: 30px;
    float: left
}
.index_scroll_news .swiper-container2 a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    width: 75%;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}
.index_scroll_news .swiper-container2 span{
    font-size: 15px;
    color: #fff;   
    margin-left: 30px;
    display: inline-block;
    float: right;
}
.index_scroll_news .swiper-prev2 {
    position: absolute;
    top: 12px;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../images/jt.png) no-repeat center #677cad;
    cursor: pointer;
    z-index: 10;
    outline: none;
}
.index_scroll_news .swiper-next2{
    position: absolute;
    top: 35px;
    right: 0;
    width: 18px;
    height: 18px;
    background:url(../images/jt.png) no-repeat center #677cad;
    cursor: pointer;
    z-index: 10;
    outline: none;
    transform: rotate(-180deg)
}
.index_scroll_news .swiper-prev2:hover{
    background: url(../images/jt.png) no-repeat center #46af33;
}
.index_scroll_news .swiper-next2:hover{
    background: url(../images/jt.png) no-repeat center #46af33;
}

@media(max-width:1199px){
    .index_scroll_news{
        display:none;
    }
}
@media(max-width:768px){
    
}
@media(max-width:767px){
    
}

.index_product{
    padding:50px 0;
}
.index_title{
    text-align:center;
}
.index_title h3{
    font-size:36px;
    color: #222;
    font-weight: normal;
}
.index_title p{
    font-size:16px;
    color: #666;
    max-width: 560px;
    margin:0 auto;
    display: none;
}
.tab1li{
    padding:30px 0 10px;
}
.tab1li ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align:center;
}
.tab1li ul li{

    line-height:45px;
    background:#183883;
    padding:0 50px;
    margin:0 18px;
    display: inline-block;
    border-radius: 25px;
    cursor: pointer;
}
.tab1li ul li a{
    font-size:18px;
    color: #fff;    
}
.tab1li ul li.cur{
    background:#46af33;
}
.tab1{
    display: none;
}
.product_list1{
    
}
.product_list1 li{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-top:30px;
}
.product_list1 li:nth-child(3n){
    margin-right: 0;
}
.product_list1 li a{
    display: block;
    position: relative;
}
.product_list1 li a:after{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border:1px solid #e5e5e5;
}
.product_list1 li .xs{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(24,56,131,.8);
    color: #fff;
    box-sizing:border-box;
    padding:30px 0 0 30px;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.product_list1 li .xs h3{
    font-size:26px;
    font-weight: normal;
    font-family: 'Arial';
}
.product_list1 li .xs h4{
    font-size:20px;
    font-weight: normal;
    margin-bottom:10px;
}
.product_list1 li .xs .cont{

}
.product_list1 li .xs .cont p{
    width: 50%;
    float: left;
    font-size:16px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.product_list1 li:hover .xs{
    transition: all 0.3s;
    opacity: 1;
}

@media(max-width: 1440px) {
    .product_list1 li .xs{
        padding: 20px 0 0 20px;
    }
    .product_list1 li .xs h3{
        font-size:24px;
    }
    .product_list1 li .xs h4{
        font-size:18px;
    }
    .product_list1 li .xs .cont p{
        font-size:14px;
    }
}
@media(max-width: 1024px) {
    .index_product {
        padding: 30px 0;
    }
    .index_title h3{
        font-size: 20px;
    }
    .index_title p{
        font-size:14px;
    }
    .tab1li {
        padding: 20px 0 10px;
    }
    .tab1li ul li{
        
        line-height:40px;
        padding: 0 30px;
    }
    .tab1li ul li a{
        font-size: 16px;
    }
    .product_list1 li{
        margin-top:20px;
    }
    .product_list1 li .xs {
        padding: 10px;
    }
    .product_list1 li .xs h3 {
        font-size: 20px;
    }
    .product_list1 li .xs h4 {
        font-size: 16px;
    }
}
@media(max-width: 768px) {
    .index_product {
        padding: 20px 0;
    }   
    .product_list1 li .xs h3{
        font-size:16px;
    } 
    .product_list1 li .xs h4{
        line-height: 1em;
    }

}
@media(max-width: 767px) {
    .tab1li ul li a{
        font-size:14px;
    }
    .tab1li ul li{
        padding: 0 10px;
        margin: 0 5px;
        line-height: 36px;
    }
    .product_list1 li {
        width: 49%;
        margin-top:10px;
    }
    .product_list1 li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list1 li:nth-child(2n){
        margin-right: 0%;
    }
    .product_list1 li .xs {
        padding: 5px 10px;
    }
    .product_list1 li .xs h3{
        line-height: 1.4em;
    }
    .product_list1 li .xs h4{
        display: none;
    }   
    .product_list1 li .xs .cont p{
        width: 100%;
        line-height: 1.1em;
    }
}

.index_case{

    position: relative;
}
.tab2li{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}
.tab2li ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tab2li ul li{
    line-height:55px;
    height: 55px;
    padding:0 20px;
    background:#222632;
    color: #fff;
    font-size:18px;
    margin-right: 3px;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.tab2li ul li:last-child{
    margin-right: 0;
}
.tab2li ul li a.img{
    display: inline-block;
    width: 55px;
    height: 55px;
    overflow: hidden;
    /*margin-right:5px;*/
    position: relative;
    overflow: hidden;
    float: left;
}
.tab2li ul li img{
    display: block;
    position: absolute;
    bottom:0;
}
.tab2li ul li:hover{
    background: #46af33;
    height: 70px;
    line-height:70px;
    transition: all 0.3s;
}
.tab2li ul li.cur{
    background: #46af33;
    height: 70px;
    line-height:70px;
}
.tab2li ul li.cur a.img{
    margin-top:7px;
}
.tab2{
    display: none;
    background-size: cover;  
    padding:0 0 85px;
}
.tab2_1{
    background:url(../images/bg1.jpg) no-repeat center;
}
.tab2_2{
    background:url(../images/bg1_2.jpg) no-repeat center;
}
.tab2_3{
    background:url(../images/bg1_3.jpg) no-repeat center;
}
.tab2_4{
    background:url(../images/bg1_4.jpg) no-repeat center;
}
.tab2_5{
    background:url(../images/bg1_5.jpg) no-repeat center;
}
.tab2_6{
    background:url(../images/bg1_6.jpg) no-repeat center;
}

.tab2_bg{
    
}
.tab2_text{
    color: #fff;
    max-width: 970px;
    margin:0 auto;
    width: 96%;
    text-align:center;
    padding-top:120px;    
}
.tab2 h3{
    font-size:36px;
    font-weight: normal;
}
.tab2 p{
    font-size:16px;
    padding:15px 0 35px;
}
.tab2 h4{
    font-size:24px;
    font-weight: normal;
    padding-bottom: 20px;
}
.tab2 ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 885px;
    margin:0 auto;
    width: 100%;
}
.tab2 ul li{
    width: 15%;
    margin-right: 2%;
}
.tab2 ul li:last-child{
    margin-right: 0;
}
.tab2 a{
    display: block;
    width: 150px;
    line-height:40px;
    border:1px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-size:16px;
    text-align:center;
    margin:65px auto 0;
}
.tab2 a:hover{
    background:#1e449e;
    border:1px solid #1e449e;
}
@media(max-width: 1440px) {
    
}
@media(max-width: 1024px) {
    .tab2li ul li{
        padding: 0 10px;
    }
    .tab2li ul li.cur{
        line-height:60px;
        height: 60px;
    }
    .tab2li ul li.cur a.img{
        margin-top:2px;
    }
    .tab2 h3{
        font-size:24px;
    }
    .tab2 p {
        font-size: 14px;
        padding: 10px 0 20px;
    }
}
@media(max-width: 768px) {
    .tab2{
        padding-bottom: 50px;
    }
    .tab2 a {
        width: 120px;
        line-height: 30px;
        font-size: 14px;
        margin: 20px auto 0;
    }
}
@media(max-width: 767px) {
    .tab2 {
        padding-bottom: 20px;
    }
    .tab2li{
        position: relative;
    }
    .tab2li ul li{
        font-size:14px;
        /*line-height: 40px;*/
        /*height: 40px;*/
        padding: 0 8px;
        margin-bottom:5px;
        white-space: nowrap; 
        text-overflow: ellipsis;
        overflow: hidden;        
    }
    .tab2li ul li.cur {
        line-height: 55px;
        height: 55px;
    } 
    .tab2li ul li.cur a.img{
        margin-top:0;
    }
    .tab2li ul li img {
        margin-right: 10px;
    }  
    .tab2{
        padding-top: 15px;
    }
    .tab2 h3 {
        font-size: 20px;
    }
    .tab2 h4{
        font-size:20px;
        padding-bottom: 10px;
    }
    .tab2 ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom:5px;
    }
    .tab2 ul li:nth-child(3n) {
        margin-right: 0;
    }
}

.index_ys{
    padding:65px 0 50px;
}
.ys_list{
    display: flex;
    flex-wrap: wrap;
    padding-top:38px;
}
.ys_list li{
    width:23.5%;
    margin-right: 2%;
    float: left;
    text-align:center;
    position: relative;
    padding-top: 80px;
    border-radius: 10px;
    overflow: hidden;
}
.ys_list li:after{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border:1px solid #e5e5e5;
    border-radius: 10px;
}
.ys_list li:last-child{
    margin-right: 0%;
}
.ys_list li .img{
    width: 56px;
    height: 56px;
    margin:0 auto;
}
.ys_list li h3{
    position: relative;
    font-size:24px;
    color: #222;
    font-weight: normal;
    padding-bottom: 20px;
    margin-bottom:38px;
}
.ys_list li h3:after{
    content:'';
    position: absolute;
    left:50%;
    margin-left:-21px;
    bottom:0;
    width: 42px;
    height: 3px;
    background:#d2d2d2;
}
.ys_list li p{
    font-size:14px;
    color: #fff;
    padding:5px 22px;
    background:#868686;  
    line-height:1.6em;
    min-height: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ys_list li:hover p{
    background:#1e449e;
}
@media(max-width: 1440px) {
    
}
@media(max-width: 1024px) {
    .index_ys {
        padding: 30px 0;
    }    
    .ys_list li{
        padding-top:30px;
    }
    .ys_list li h3{
        font-size:20px;
        padding: 15px 0;
        margin-bottom: 20px;
    }
    .ys_list li p{
        padding:5px 10px;
    }
}
@media(max-width: 768px) {
    .ys_list{
        padding-top: 20px;
    }
    .ys_list li h3 {
        font-size: 16px;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .ys_list li p{
        height: 110px;
        line-height:25px;
        overflow: hidden;
    }
}
@media(max-width: 767px) {
    .index_ys {
        padding: 20px 0;
    }    
    .ys_list li{
        width: 49%;
        margin-bottom:10px;
    }
    .ys_list li:nth-child(2n){
        margin-right: 0;
    }
}


.index_about{
    background:#e9f7ff;
    padding:80px 0;
}
.index_about_l{
    width: 45%;
    float: left;
    overflow: hidden;
}
.index_about_l img{
    transition: all 0.6s ease-out;
}
.index_about_l:hover img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.index_about_r{
    width: 51%;
    float: right;
}
.index_about_r h4{
    font-size:18px;
    color: #333;
    font-weight: normal;
}
.index_about_r h3{
    font-size:30px;
    color: #222;
    font-weight: normal;
    line-height:1em;
    padding:5px 0 25px;
    position: relative;
    margin-bottom:20px;
}
.index_about_r h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 55px;
    height: 2px;
    background:#d2d2d2;
}
.index_about_r p{
    font-size:16px;
    color: #666;
}
.index_about_r a{
    display: block;
    font-size:16px;
    color: #fff;
    width: 176px;
    line-height:44px;
    border-radius: 25px;
    text-align:center;
    background:#1e449e;
    margin-top:40px;
}
@media(max-width: 1440px) {
    .index_about_r h3{
        font-size:26px;
    }
}
@media(max-width: 1024px) {
    .index_about{
        padding:40px 0;
    }
    .index_about_r h3{
        font-size:20px;
        padding: 5px 0 15px;
        margin-bottom: 10px;
    }
    .index_about_r p{
        font-size:14px;
    }
    .index_about_r a{
        margin-top: 20px;
    }
}
@media(max-width: 768px) {
    .index_about {
        padding: 30px 0;
    }
    .index_about_r h3{
        font-size:18px;
    }
    .index_about_r a {
        margin-top: 10px;
        width: 120px;
        line-height: 40px;
        font-size:14px;
    }
}
@media(max-width: 767px) {
    .index_about {
        padding: 20px 0;
    }   
    .index_about_l{
        width: 100%;
        float: none;        
    } 
    .index_about_r {
        width: 100%;
        float: none;
    }
    .index_about_r h4{
        font-size:16px;
    }
    .index_about_r h3 {
        font-size: 16px;
    }
    .index_about_r a{
        line-height:36px;
    }
}



.index_news{
    padding:55px 0 85px;
}
.index_news .news_list{
    padding-top:40px;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 31%;
    margin-right: 3.5%;
    position: relative;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
    position: relative;
    z-index: 2;
}
.news_list li .img{
    overflow: hidden;
}
.news_list li .img img{
    transition: all 0.6s ease-out;
    width: 100%;
}
.news_list li .text{
    padding:20px 25px;
}
.news_list li .text h3{
    font-size:18px;
    color: #333;
    font-weight: normal;
}
.news_list li .text p{
    font-size:16px;
    color: #666;
    line-height:1.6em;
    padding:5px 0 15px;
}
.news_list li .text span{
    display: block;
    width: 92px;
    line-height:24px;
    height: 24px;
    background:#1e449e;
    text-align:center;
    font-size:14px;
    color: #fff;
}
.news_list li:hover .img img{
    transform: scale(1.1);
    transition: all 0.6s ;
}

@media(max-width: 1440px) {
    
}
@media(max-width: 1024px) {
    .index_news{
        padding:40px 0;
    }
    .news_list li{
        width: 32%;
        margin-right: 2%;
    }
    .news_list li .text {
        padding: 10px 15px;
    }
    .news_list li .text h3{
        font-size:16px;
        white-space: nowrap; 
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media(max-width: 768px) {
    .index_news {
        padding: 30px 0;
    }   
    .index_news .news_list {
        padding-top: 20px;
    } 
    .news_list li .text p{
        font-size:14px;
    }
}
@media(max-width: 767px) {
    .index_news {
        padding: 20px 0;
    }
    .index_news .news_list {
        padding-top: 10px;
    }
    .news_list li {
        width: 100%;
        margin-right: 0%;
        margin-bottom:10px;
    }    
}

#footer{
    background:url(../images/line1.jpg) no-repeat top center #f5f5f5;
}
.foot{
    padding:92px 0 70px;
    border-bottom:1px solid #e5e5e5;
}
.foot_l{
    float: left;
    width: 25%;
}
.f_logo{
    margin-bottom:80px;
    display: none;
}
.f_code{

}
.f_code h3{
    font-size:24px;
    color: #333;
    font-weight: normal;
    margin-bottom:20px;
}
.f_code p{

}
.foot_r{
    float: right;
    width: 70%;
}
.foot_r li{
    float: left;
    width: 23%;
}
.foot_r li:last-child{
    width: 31%;
}
.foot_r li h3{
    font-size:18px;
    color: #333;
    font-weight: normal;
    margin-bottom:5px;
}
.foot_r li a{
    display: block;
    font-size:14px;
    color: #868686;
    line-height: 1.8em;
}
.foot_r li p a{
    display: inline;
    color: #1c73bd;
    text-decoration: underline;
}
.f_li{
    margin-bottom:30px;
}
.copyright{
    padding:25px 0;
    font-size:14px;
    color: #868686;
}
.copyright a{
    font-size:14px;
    color: #868686;
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
@media(max-width: 1440px) {
    
}
@media(max-width: 1024px) {
    .foot{
        padding:50px 0;
    }
}
@media(max-width: 768px) {
    .foot{
        display: none;
    }
    .copyright{
        padding:10px 0;
        text-align:center;
    }
    .copyright_l{
        float: none;
    }
    .copyright_r{
        float: none;
    }
}
@media(max-width: 767px) {
    
}

/*----- 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;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner_text{
    position: absolute;
    top:30%;
    left:0;
    width: 100%;
    text-align:center;
    color: #fff;
}
.n_banner_text h3{
    font-size:48px;
    font-weight: normal;
}
.n_banner_text p{
    font-size:36px;
}
.sort{
    background: #f4f4f4;
    padding:36px 0 30px;
    border-bottom:1px solid #e5e5e5;
}
.sort .container{
    text-align:center;
}
.sort li{
    display: inline-block;
    padding:0 2%;
}
.sort li a{
    display: block;
}

.sort li .img{
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background:#fff;
    position: relative;
    overflow: hidden;
    border:6px solid #ccc;
    margin:0 auto 8px;
}
.sort li .img img{
    display: block;
    position: absolute;
    top:0;
    left: 0;
    transition: all 0.3s ease-out;
}
.sort li a{
    font-size:16px;
    color: #333;
}
.sort li:hover .img{
    border:6px solid #46af33 ;
}
.sort li:hover .img img{
    top:-55px;
    transition: all 0.3s
}
.sort li:hover a{
    color: #46af33;
    font-weight: bold;
}
.sort li a.on .img{
    border:6px solid #46af33 ;
}
.sort li a.on .img img{
    top:-55px;
    transition: all 0.3s
}
.sort li a.on{
    color: #46af33;
    font-weight: bold;
}
@media(max-width: 1440px) {
    .sort li{
        padding:0 1.5%;
    }

}
@media(max-width: 1024px) {
    .sort .container{
        width: 100%;
    }
    .sort li{
        padding:0 1%;
    }
    .n_banner_text h3{
        font-size:32px;
    }
    .n_banner_text p{
        font-size:20px;
    }
}
@media(max-width: 768px) {
    .sort li{
        padding:0 1%;
        margin-bottom: 10px;
    }    
}
@media(max-width: 767px) {
    .n_banner_text{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        top:0;
    }
    .n_banner_text h3 {
        font-size: 24px;
    }
    .n_banner_text p{
        display: none;
    }
    .sort{
        text-align:center;
        padding:20px 0;
    }
}

/*about*/
#about1{
    padding:50px 0 75px;
}
.about1_l{
    float: left;
    width: 46%;
    padding-top: 25px;
}
.about1_l h3{
    font-size:36px;
    color: #333;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
    margin-bottom:15px;
}
.about1_l h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 42px;
    height: 3px;
    background:#d2d2d2;
}
#gsln{
    margin-top: 15px;
    font-size:18px;
    color: #333;
}
#gsln strong{
    font-size:24px;
    color: #333;
}
.about1_l p{
    font-size:16px;
    color: #737373;
}
.about1_l p strong{
    font-size:16px;
    color: #333;
}
.about1_r{
    width: 48%;
    float: right;
}
#about2{
    background:#f9f9f9;
/*    padding:60px 0;*/
}
#about3{
    padding:55px 0 85px;
}
.n_title1{
    font-size:36px;
    color: #333;
    margin-bottom:20px;
}
.fzlc{

}
.fzlc p{
    zoom:1;
    padding:25px 0;
    border-bottom: 1px solid #e5e5e5;
}
.fzlc p strong{
    display: block;
    float: left;
    width: 15%;
    font-size:18px;
    color: #333;
    text-align:center;
}
.fzlc p em{
    display: block;
    float: right;   
    font-style: normal; 
    width: 80%;
    font-size:16px;
    color: #666;
}
.about4{
    background:url(../images/bg2.jpg) no-repeat center;
    padding:65px 0;
}
.about4 .n_title1{
    color: #fff;
}
#about4{
    overflow: hidden;
    margin-bottom:75px;
}
.owl-gshj{

}
.owl-gshj .item{
    margin: 0 10px;
    display: block;
    background:#fff;
    border-radius: 5px;
    overflow: hidden;
}
.owl-gshj .item img{
    padding:10px;
}

#about4 .owl-gshj .owl-buttons{
    width: 82px;
    height: 40px;
    position: absolute;
    top:-60px;
    right:10px;
    border-radius: 5px;
    overflow: hidden;
}
#about4 .owl-gshj .owl-buttons .owl-prev{
    width: 41px;
    height: 40px;
    background:url(../images/left2.png) no-repeat center #60ce4c;
    border-radius: 0;
    padding:0;
    margin:0;
    opacity: 1;
    cursor: pointer;
}
#about4 .owl-gshj .owl-buttons .owl-next{
    width: 41px;
    height: 40px;
    background:url(../images/left2.png) no-repeat center #60ce4c;
    border-radius: 0;
    padding:0;
    margin:0;
    opacity: 1;
    transform:rotate(-180deg);
    cursor: pointer;
}
#about4 .owl-gshj .owl-buttons .owl-prev:hover{
    background:url(../images/left2.png) no-repeat center #46af33;
}
#about4 .owl-gshj .owl-buttons .owl-next:hover{
    background:url(../images/left2.png) no-repeat center #46af33;
}
.owl-pagination{
    display: none;
}
#about5{
    overflow: hidden;

}
.owl-tdfc{

}
.owl-tdfc .item{
    margin: 0 10px;
    display: block;
    background:#fff;
    border-radius: 5px;
    overflow: hidden;
}
.owl-tdfc .item img{
    padding:10px;
}

#about5 .owl-tdfc .owl-buttons{
    width: 82px;
    height: 40px;
    position: absolute;
    top:-60px;
    right:10px;
    border-radius: 5px;
    overflow: hidden;
}
#about5 .owl-tdfc .owl-buttons .owl-prev{
    width: 41px;
    height: 40px;
    background:url(../images/left2.png) no-repeat center #60ce4c;
    border-radius: 0;
    padding:0;
    margin:0;
    opacity: 1;
    cursor: pointer;
}
#about5 .owl-tdfc .owl-buttons .owl-next{
    width: 41px;
    height: 40px;
    background:url(../images/left2.png) no-repeat center #60ce4c;
    border-radius: 0;
    padding:0;
    margin:0;
    opacity: 1;
    transform:rotate(-180deg);
    cursor: pointer;
}
#about5 .owl-tdfc .owl-buttons .owl-prev:hover{
    background:url(../images/left2.png) no-repeat center #46af33;
}
#about5 .owl-tdfc .owl-buttons .owl-next:hover{
    background:url(../images/left2.png) no-repeat center #46af33;
}

#about6{
    padding:70px 0 65px;
}
.hzhb_list{

}
.hzhb_list li{
    position: relative;
    float: left;
    width: 19.2%;
    margin-bottom:8px;
    margin-right: 1%;
    
}
.hzhb_list li:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    border:1px solid #e5e5e5;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
.hzhb_list li:nth-child(5n){
    margin-right: 0;
}
.hzhb_list li img{
    transition: all 0.6s ease-out;
}
.hzhb_list li:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
#about7{
    padding:0px 0 65px;
}
#about7 h3{
    font-size: 30px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom: 25px;
}
.owl-zscq1{
    overflow: hidden;
    margin-bottom: 50px;
}
.owl-zscq2{
    overflow: hidden;
}
.owl-zscq1 .owl-buttons,.owl-zscq2 .owl-buttons{
    display: none;
}
@media(max-width: 1440px) {
    .about1_l h3{
        font-size:32px;
    }
    .n_title1{
        font-size:32px;
    }    
}
@media(max-width: 1024px) {
    #about1 {
        padding: 40px 0;
    }  
    .about1_l{
        padding-top: 0px;
        width: 48%;
    }
    .about1_l h3{
        font-size:24px;
    }  
    .about1_l p{
        font-size:14px;
    }
    #gsln{
        font-size:14px;
    }
    #gsln strong{
        font-size:20px;
    }
    #about3 {
        padding: 40px 0;
    }
    .n_title1{
        font-size:24px;
    }
    .fzlc p{
        padding:20px 0;
    }
    .about4{
        padding:40px 0;
    }
    #about4{
        margin-bottom:50px;
    }
    #about6 {
        padding: 40px 0;
    }
}
@media(max-width: 768px) {
    #about1 {
        padding: 30px 0;
    }
    #about3 {
        padding: 30px 0;
    }
    .fzlc p{
        padding:10px 0;
    }
    .fzlc p strong{
        font-size:16px;
        width: 20%;
    }
    .fzlc p em{
        font-size:14px;
    }
    .about4 {
        padding: 30px 0;
    }
    #about6 {
        padding: 30px 0;
    }
    .hzhb_list li {
        width: 32%;
        margin-right: 2%;
    }
    .hzhb_list li:nth-child(3n) {
        margin-right: 0%;
    }
    #about7{
        padding:0px 0 30px;
    }
    #about7 h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .owl-zscq1{
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) {
    #about1 {
        padding: 20px 0;
    }
    .about1_l{
        width: 100%;
        float: none;
        margin-bottom:10px;
    }
    .about1_l h3{
        font-size:20px;
    }
    .about1_r{
        width: 100%;
        float: none;
    }
    #about3 {
        padding: 20px 0;
    }
    .fzlc p strong{
        float: none;
        width: 100%;
    }
    .fzlc p em{
        float: none;
        width: 100%;
    }
    #about7{
        padding:0px 0 20px;
    }
    #about7 h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .owl-zscq1{
        margin-bottom: 20px;
    }
    .owl-zscq1 .item{
        margin:0 10px;
        display:block;
    }
    .owl-zscq2 .item{
        margin:0 10px;
        display:block;
    }
}


/*product*/
.product_list{
    padding:45px 0;
}
.product_list li{
    width: 48.5%;
    margin-right: 3%;
    float: left;
    margin-bottom:35px;
}
.product_list li:nth-child(2n){
    margin-right: 0;
}
.product_list li a.img{
    display: block;
    overflow: hidden;
    position: relative;
    text-align:center;
}
.product_list li a.img:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    border:1px solid #e5e5e5;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
.product_list li a.img img{
    transition: all 0.6s ease-out;
}
.product_list li h3 a{
    font-size:24px;
    color: #333;
    font-weight: normal;
    text-align:center;
    display: block;
}
.product_list li:hover a.img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.product_detail{
    padding:75px 0;
}
.product_detail_content{
    margin-bottom:95px;
}
.product_detail_img{
    width: 57%;
    float: left;
    position: relative;
    text-align:center;
}
.product_detail_img:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    border:1px solid #e5e5e5;
    width: calc(100% - 2px);
    height: calc(100% - 2px);    
}
.product_detail_text{
    width: 43%;
    padding:0 5%;
    float: right;
    color: #000;
}
.product_detail_text h3{
    font-size:36px;
    font-weight: normal;
    padding:20px 0 35px;
}
.product_detail_text h4{
    font-size:20px;
    padding-bottom: 5px;
}
.product_detail_text p strong{
    font-size:20px;
    padding-bottom: 5px;
    display: block;
}
.product_detail_text p{
    font-size:16px;
    line-height:1.8em;
}
.p_h4{
    margin-top:25px;
}
.p_jglc{
    position: relative;
    background:#f8f8f8;
    padding:70px 0 40px;
    margin-bottom:60px;
}
.p_jglc:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    border:1px solid #e5e5e5;
    width: calc(100% - 2px);
    height: calc(100% - 2px);  
    z-index: 8;  
}
.p_jglc h3{
    position: absolute;
    top:-23px;
    left:50%;
    margin-left:-94px;
    width: 188px;
    height: 46px;
    line-height:46px;
    background:#47af34;
    font-size:24px;
    color: #fff;
    text-align:center;
    z-index: 9;

}
.p_jglc p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align:center;
}
.p_jglc p em{
    display: inline-block;
    max-width: 150px;
    width: 50%;
    height: 40px;
    line-height:40px;
    background:#666666;
    font-size:16px;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
    text-align:center;
    font-style:normal;
    margin:10px;
}
.p_content .p_jglc{
    display: none;
}
.p_content table{
    margin-top:28px;
    width: 100%;
    max-width: 100%;
    font-size:16px;
    color: #fff;
    font-weight: bold;
    display: none;
}
.p_content table tr{
    border-bottom: 1px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}
.p_content table tr:nth-child(odd){
    background:#c9c9c9;
}
.p_content table tr:nth-child(even){
    background:#dcdcdc;
}
.p_content table tr td:nth-child(odd){
    padding:0 25px;
    width: 35%;
}
.p_content table tr td:nth-child(even){
    padding:0 35px;
    width: 65%;
    border-left: 1px solid #fff;
}
.p_content table tr:first-child{
    background:#183883;
}
.p_content table tr:first-child td:nth-child(even){
    border:none;
}
@media(max-width: 1440px) {
    .product_list li h3 a{
        font-size:20px;
    }
}
@media(max-width: 1024px) {
    .product_list {
        padding: 40px 0;
    }
    .product_list li h3 a{
        font-size:18px;
    }
    .product_detail_text h3{
        font-size:30px;
        padding: 0px 0 10px;
    }
    .p_h4 {
        margin-top: 15px;
    }
    .product_detail {
        padding: 50px 0;
    }
}
@media(max-width: 768px) {
    .product_list {
        padding: 30px 0;
    }
    .product_list li h3 a{
        font-size:16px;
    } 
    .product_detail {
        padding: 30px 0;
    } 
    .product_detail_content{
        margin-bottom:70px;
    }  
    .product_detail_img{
        width: 100%;
        float: none;
    }
    .product_detail_text{
        width: 100%;
        float: none;
    }
    .p_jglc{
        padding: 40px 0 20px;
        margin-bottom: 30px;
    }
    .p_content table tr td:nth-child(odd) {
        display: flex;
        align-items: center;
    }  
    .p_content table tr td:nth-child(even){
        display: flex;
        align-items: center;        
    }
}
@media(max-width: 767px) {
    .product_list {
        padding: 20px 0;
    }  
    .product_detail {
        padding: 20px 0;
    } 
    .product_detail_content {
        margin-bottom: 50px;
    }
    .p_content table{
        font-size:14px;
        margin-top: 15px;
    }
    .p_content table tr td:nth-child(odd) {
        padding: 0 10px;
    }  
    .p_content table tr td:nth-child(even) {
        padding: 0 10px;
    }

}


/*case*/
.c_content{
    margin:70px auto 60px;
}
.c_content p{
    font-size:16px;
}
.c_yyal{
    padding:70px 0;
    background:#f9f9f9;
}
#c_yyal .owl-wrapper-outer{
    overflow: hidden;
}
#c_yyal .item{
    margin: 0 10px;
    display: block;
}
#c_yyal .owl-prev{
    position: absolute;
    left:-45px;
    top:50%;
    margin-top:-22.5px;
    width: 25px;
    height: 45px;
    background:url(../images/left3.png) no-repeat center;
    cursor: pointer;
    padding:0;
    opacity: 1;
}
#c_yyal .owl-next{
    position: absolute;
    right:-45px;
    top:50%;
    margin-top:-22.5px;
    width: 25px;
    height: 45px;
    background:url(../images/left3.png) no-repeat center;
    transform: rotate(-180deg);
    cursor: pointer;
    padding:0;
    opacity: 1;
}
.n_title2{
    font-size:36px;
    color: #333;
    text-align:center;
    padding-bottom: 35px;
}
.c_hzkh{
    padding:70px 0;
}
.c_hzkh ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align:center;  
}
.c_hzkh ul li{
    width: 15%;
    margin-right: 2%;
    float: left;
}
.c_hzkh ul li:nth-child(6n) {
    margin-right: 0;
}
@media(max-width: 1440px) {
    
}
@media(max-width: 1024px) {
    .c_content {
        margin: 40px auto 40px;
    }    
    .n_title2{
        font-size:32px;
        padding-bottom: 25px;
    }
    .c_yyal{
        padding: 40px 0;
    }
    .owl-controls{
        display: none!important;
    }
    .c_hzkh {
        padding: 40px 0;
    }
    .c_hzkh ul li{
        width:23.5%;
    }
    .c_hzkh ul li:nth-child(4n){
        margin-right:0;
    }
}
@media(max-width: 768px) {
    .c_content {
        margin: 30px auto 30px;
    }  
    .n_title2{
        font-size:24px;
        padding-bottom: 15px;
    } 
    .c_yyal{
        padding: 30px 0;
    }  

}
@media(max-width: 767px) {
    .c_content {
        margin: 20px auto 20px;
    } 
    .c_yyal{
        padding: 20px 0;
    }    
}

/*news*/
.news_list2{
    margin:40px auto 70px;
}
.news_list2 li{
    position: relative;
    margin-bottom:30px;
}
.news_list2 li:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    border:1px solid #e5e5e5;
    width: calc(100% - 2px);
    height: calc(100% - 2px);    
}
.news_detail{
    margin:90px auto 90px;
}
.news_detail iframe{
    width: 100%;
    height:700px;
}
.news_detail h2{
    font-size:36px;
    color: #333;
    font-weight: normal;
    line-height:1em;
    text-align:center;
    margin-bottom:15px;
}
.info_title{
    text-align: center;
    font-size: 16px;
    color: #666;
}
.info_title span{
    display: inline-block;
    margin:0 30px;
}
.news_detail .content{
    padding:40px 0 60px;
    font-size:16px;
}
a.back{
    display: block;
    width: 126px;
    line-height:36px;
    height: 36px;
    background:#1a4798;
    font-size:16px;
    color:#fff!important;
    text-align:center;
    border-radius: 25px;
    margin-top:10px;
}
@media(max-width: 1440px) {
    .news_detail {
        margin: 70px auto 70px;
    }
    .news_detail h2{
        font-size:32px;
    }
.news_detail iframe{
    width: 100%;
    height:400px;
}
}
@media(max-width: 1024px) {
    .news_detail {
        margin: 50px auto 50px;
    }
    .news_detail h2{
        font-size:26px;
    } 
.news_detail iframe{
    width: 100%;
    height:350px;
}
}
@media(max-width: 768px) {
    .news_detail {
        margin: 30px auto 30px;
    }
    .news_detail h2{
        font-size:20px;
    }     
    .info_title span{
        margin:0 15px;
    } 
.news_detail iframe{
    width: 100%;
    height:300px;
}
}
@media(max-width: 767px) {
    .news_detail {
        margin: 20px auto 20px;
    } 
    .info_title span {
        margin: 0 10px;
    }   
    .news_detail .content {
        padding: 20px 0;
        font-size: 14px;
    }
.news_detail iframe{
    width: 100%;
    height:250px;
}
}

/*job*/
#job1{
    padding:70px 0 55px;
}
.job_list{
    margin-top:50px;
}
.job_list li{
    position: relative;
    margin-bottom:20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 70px;
    padding:5px 0;
}
.job_list li:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    border:1px solid #e5e5e5;
    width: calc(100% - 2px);
    height: calc(100% - 2px);       
}
.job_list li:nth-child(even){
    background:#f8f8f8;
}
.job_list li span{
    font-size:20px;
    color: #333;
    width: 25%;
    display: inline-block;
    float: left;
    padding-left: 15px;
}
.job_list li p{
    font-size:16px;
    color: #666;
    display: inline-block;
    width: 73%;
    padding-left: 2%;
    float: right;
}
.job_list li:hover {
    background:#1e449e;
}
.job_list li:hover span{
    color: #fff;
}
.job_list li:hover p{
    color: #fff;
}
.job_text{
    position: relative;
    background:#f8f8f8;
    padding:15px 15px;
}
.job_text p{
    font-size:16px;
    color: #666;
}
.job_text p strong{
    font-size:18px;
    color: #333;
}
.job_text p em{
    font-style:normal;
    font-size:24px;
    color: #333;
}

.job_text:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    border:1px solid #e5e5e5;
    width: calc(100% - 2px);
    height: calc(100% - 2px);       
}
#job2{

}
#job2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:38px;
}
#job2 ul li{
    width: 20%;
    line-height:84px;
    background:#46af33;
    font-size:24px;
    color: #fff;
    text-align:center;
    border-radius: 5px;
    margin:0 10px;
}
#job3{
    padding:80px 0;
}
.job_ygfc{
    margin-top:40px;
    position: relative;
}
.job_ygfc .swiper-button-next2{
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -22.5px;
    width: 25px;
    height: 45px;
    background: url(../images/left3.png) no-repeat center;
    cursor: pointer;
    padding: 0;
    opacity: 1;    
    outline: none;
}
.job_ygfc .swiper-button-prev2{
    position: absolute;
    right: -45px;
    top: 50%;
    margin-top: -22.5px;
    width: 25px;
    height: 45px;
    background: url(../images/left3.png) no-repeat center;
    transform: rotate(-180deg);
    cursor: pointer;
    padding: 0;
    opacity: 1;  
    outline: none;
}
@media(max-width: 1440px) {
    
}
@media(max-width: 1024px) {
    #job1 {
        padding: 50px 0;
    } 
    .job_list li span {
        font-size: 16px;
    }
    .job_list li p {
        font-size: 14px;
    }   
    .job_text p em{
        font-size:20px;
    }
    #job3 {
        padding: 50px 0;
    }
    .job_ygfc .swiper-button-prev2{
        display: none;
    }
    .job_ygfc .swiper-button-next2{
        display: none;
    }
}
@media(max-width: 768px) {
    #job1 {
        padding: 40px 0;
    }   
    .job_list li span {
        font-size: 16px;
        padding-left: 10px;
    }  
    .job_text{
        padding:10px;
    }
    .job_text p strong{
        font-size:16px;
    }
    .job_text p em {
        font-size: 18px;
    }
    .job_list {
        margin-top: 30px;
    }
    #job3 {
        padding: 30px 0;
    }
    #job2 ul{
        margin-top:30px;
    }
    #job2 ul li{
        line-height:60px;
        font-size: 20px;
    }
}
@media(max-width: 767px) {
    #job1 {
        padding: 20px 0;
    } 
    .job_list {
        margin-top: 20px;
    } 
    .job_list li{
        margin-bottom:10px;
    }
    .job_text p {
        font-size: 16px;
    }  
    .job_text p em {
        font-size: 16px;
    } 
    #job3 {
        padding: 20px 0;
    }
    #job2 ul{
        margin-top:15px;
    }
    .job_list li{
        height: 100%;
        padding:10px;
    }
    .job_list li span{
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .job_list li p{
        float: none;
        width: 100%;
        padding-left:0;
    }
    .job_ygfc{
        margin-top:15px;
    }
    #job2 ul li{
        font-size:16px;
        width: 23%;
        margin:1%;
        line-height: 50px;
    }
}

/*contact*/
.contact1{
    padding: 60px 0 40px;
}
.contact1 p{
    font-size:30px;
    color: #060001;
}
.contact1 span{
    font-size:18px;
    color: #666;
}
.contact2{
    
}
.contact2 p{
    font-size:20px;
    color: #333;
    font-weight: bold;
}
.contact2 span{
    font-size:16px;
    color: #666;
}
.contact3{
    padding:30px 0 40px;
}
.contact3 p{
    font-size:16px;
    color: #868686;
    line-height: 1.8em;
}
.contact3 a{
    color: #1c73bd;
    text-decoration:underline;
}
.n_map{
    padding:40px 0 65px;
}
#contact3{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

@media(max-width: 1440px) {
    
}
@media(max-width: 1024px) {
    .contact1 {
        padding: 30px 0;
    }
    .contact1 p{
        font-size:24px;
    }
    .contact1 span{
        font-size:16px;
    }
    .contact3 {
        padding: 30px 0;
    }
    .n_map {
        padding: 30px 0;
    }
    #contact3 {
        position: relative;
        width: 100%;
        left: 0%;
        margin-left: 0px;
    }
}
@media(max-width: 768px) {
    
}
@media(max-width: 767px) {
    .contact1 {
        padding: 20px 0;
    }
    .contact1 p{
        font-size:18px;
    }
    .contact1 span{
        font-size:14px;
    }
    .contact2 p{
        font-size:18px;
    }
    .contact2 span{
        font-size:14px;
    }
    .contact3 {
        padding: 20px 0;
    }
    .n_map {
        padding: 20px 0;
    }    
}



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

h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 16px;
    color: #999;    
}
.page a{
    font-size: 16px;
    color: #999;    
}
.tag_total{
    font-size:16px;
    padding-top:20px;
}

@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:#1a4798;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #1a4798;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: #1a4798;
    vertical-align: middle;
    border: 1px solid #1a4798; 
    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: #1e449e;
    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:#1e449e;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}