/*头部样式*/
.header{
    height: 80px;
    background: rgba(255,255,255,.8);
    line-height: 80px;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999999;
}
.scrollHeader{
    background: none;
}
.scrollHeader .container{
    display: none;
}
.container{
    width: 70%;
    margin: 0 auto;
    padding:0 15%;
}
.logo{
    float: left;
    position: relative;
    z-index: 9;
}
.head_nav{
    position: absolute;
    top:0px;
    left:0;
    z-index: 8;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    line-height: 80px;
}
.head_nav a{
    font-size: 16px;
    color: #666;
    margin:0 30px;

}
.head_nav li:hover a{
    color: #0067ac;
}
.head_nav li:hover .h_nav a{
    color: #666;
}
.h_nav{
    position: absolute;
    top:80px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 50px;
    z-index: 9;
    background: rgba(255,255,255,.9);
    display: none;
    box-shadow: 0px 0px 5px #ccc;
    padding:10px 0;
}
.h_nav a{
    font-size: 14px;
    color: #666;
    display: inline-block;
    margin:0 10px;
    padding:0px 0;
}
.head_nav li .h_nav a:hover{
    color: #0067ac;
}
.head_r{
    float: right;
    display: flex;
    position: relative;
    z-index: 9;
}
.head_r a{
    display: block;
}
.head_r .heada2{
    margin:0 20px 0 30px;
    position: relative;
    display: none;
}
#formsearch{
    position: absolute;
    top:80px;
    left:-100px;
    width: 250px;
    background: #fff;
    z-index: 10;
    display: none;
    box-shadow: 0px 0px 10px #ccc;
}
.head_r .heada2:hover #formsearch{
    display: block;
}
#formsearch input{
    outline: none;
    line-height: 40px;
}
#keyword{
    float: left;
    width: 200px;
    background: none;
    border: none;
    text-indent: 5px;
}
#s_btn{
    float: right;
    width: 50px;
    background: url(../images/ss.png) no-repeat center;
    border: none;
    cursor: pointer;
}
.head_r .heada3{
    font-size: 20px;
}
.head_r .heada1{
    position: relative;
    margin-right: 15px;
}
.head_r .heada1 .xs_wx{
    display: none;
    width: 100px;
    position: absolute;
    top:70px;
    left:0;
}
.head_r .heada1:hover .xs_wx{
    display: block;
}


/*right-nav*/
.menu-button{
    /*display: none;*/
    position: fixed;
    top: 7px;
    right: 35px;
    /*padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    /*background-color: #40aa46;*/
    z-index: 99999;
}
.menu-button-h{
    background: #0067ac;
    width: 300px;
    right: 0;
    top:0;
    padding-top:7px;
    height: 100vh;
}
.menu-button-click{
    width: 66px;
    height: 66px;
    background: url(../images/head_nav2.png) no-repeat center right;
    float: right;
    /* margin-right: 30px; */
}
.menu-button-click-h{
    background: url(../images/head_nav.png) no-repeat center right;
}
.menu-button-click-h2{
    background: url(../images/head_nav3.png) no-repeat center right;
    margin-right: 20px;
}

/*.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;
    position: absolute;
    top:66px;
    left:0px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    border-bottom: 1px solid #fff;
}
.mobileNav li:last-child{
    border: none;
}
.mobileNav li a{
    font-size: 18px;
    color: #fff;
    text-indent: 20px;
    display: block;
    line-height: 40px;
    padding:5px 0;
    position: relative;
}
.mobileNav li a span{
    position: absolute;
    right: 10px;
    top:18px;
    width: 29px;
    height:16px;
    background: url(../images/menu_xla02.png) no-repeat right center;
}
.mobileNav li a:hover span{
    background: url(../images/menu_xla01.png) no-repeat right center;
}
.mobileNav li .b_nav{
    display: none;
}
.mobileNav li .b_nav a{
    padding-left: 30px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 0;
}
.mobileNav li a:hover{
    background: #fff;
    color: #333;
}
.inbanner{
    width: 100%;
    overflow: hidden;
    margin-bottom: 2.25%;
    position: fixed;
    z-index: 2;
    top:0;
    left: 0;
}
.mainbannr_height_height{
    height: 100vh;
    position: relative;
    z-index: 1;
}
/*banner*/
.inbanner .swiper-slide{
    position: relative;
    overflow: hidden;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important; 
    height:100vh; 
}
.banner_text{
    position: absolute;
    top:60%;
    width: 80%;
    padding:0 10%;
    left:0;
    /*transform: translateY(0%) translateX(100%);*/
    /*transition: all 1.6s;*/
    /*z-index: 999;*/
    /*transition-delay: 0.6s;*/
    /*opacity: 0;*/
    /*filter:alpha(opacity=0); */
    /*-moz-opacity:0; */
    /*-khtml-opacity:0;*/
}
#swiper-container1 .swiper-slide-active .banner_text{
    /*transform: translateY(0%) translateX(0);*/
    /*opacity: 1;filter:alpha(opacity=100); */
    /*-moz-opacity:1; */
    /*-khtml-opacity:1; */
}
.banner_text h3{
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    /*text-shadow:-1px 1px 4px #333;*/
    /*margin-bottom: 10px;*/
}
.banner_text p{
    color: #fff;
    font-size: 16px;
    /*text-shadow:3px 3px 10px #333;*/
}
.banner_text a{
    background: #0067ac;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 140px;
    line-height: 45px;
    display: block;
    margin-top: 50px;
}
.banner_text a:hover{
    background: #007acc;
}

.swiper-pagination{
    bottom: 50px!important;
    z-index: 12!important;
    display: flex;
    justify-content: center;
}
.swiper-pagination-bullet{
    opacity: 1!important;
    
    background: #ccc!important;
    position: relative;
    z-index: 89;
}
.swiper-pagination-bullet{
    margin:0 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 10px!important;
    outline: none;
}
.swiper-container-horizontal .swiper-pagination-bullet-active{
    background: #0067ac!important;
}
.swiper-pagination-bullet-active:after{
    content:'';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 18px;
    height: 18px;
    border:1px solid #0067ac;
    border-radius: 50%;
    display: block;
    z-index: 99;
}
.gotop{
    position: fixed;
    right:0;
    bottom:30px;
    cursor:pointer;
}
#swiper-container1_2{
    display:none;
}
#swiper-container1_2 .swiper-slide{
    height:100%;
}
.inbanner .swiper-slide:nth-child(3) .banner_text h3{
    color: #666;
}
.inbanner .swiper-slide:nth-child(3) .banner_text p{
    color: #666;
}
#swiper-container1_2 .swiper-slide:nth-child(3) .banner_text h3{
    color: #666;
}
#swiper-container1_2 .swiper-slide:nth-child(3) .banner_text p{
    color: #666;
}
@media(max-width: 1600px){
    .container{
        width: 80%;
        padding:0 10%;
    }
    .swiper-pagination{
        bottom:30px!important;
    }
}
@media(max-width: 1440px){
    .container{
        width: 85%;
        padding:0 7.5%;
    }

}
@media(max-width: 1024px){
    .container{
        box-sizing: border-box;
        width: 100%;
        padding:0 1%;
    }
    .head_r{
        margin-right: 120px;
    }
    .banner_text h3{
        font-size: 24px;
        margin-bottom: 0;
    }
    .banner_text p{
        font-size: 14px;
    }
    .banner_text a{
        margin-top:20px;
    }
    .swiper-pagination{
        bottom:30px!important;
    }
    #swiper-container1{
        display:none;
    }
    #swiper-container1_2{
        display:block;
    }
    .mainbannr_height_height{
        display:none;
    }
    #swiper-container1_2 .swiper-pagination-bullet{
        width:5px;
        height:5px;
    }
    #swiper-container1_2 .swiper-pagination-bullet-active:after{
        content:'';
        position: absolute;
        top: -3px;
        left: -3px;
        width: 10px;
        height: 10px;
        border:1px solid #0067ac;
        border-radius: 50%;
        display: block;
        z-index: 99;
    }
    .swiper-pagination{
        bottom:10px!important;
    }
}
@media(max-width: 768px){
    .head_r .heada1{
        display: none;
    }
    .head_r .heada2{
        display: none;
    }
    .gotop{
        display: none;
    }
    /*.mobileNav li .b_nav a{*/
    /*    line-height:30px;*/
    /*}*/
    .banner_text{
        top:50%;
        width:90%;
        padding:0 5%;
    }
}
@media(max-width: 640px){
    .logo{
        width: 30%;
        /*float: none;*/
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .head_nav{
        display: none;
    }
    .banner_text{
        width:96%;
        padding:0 2%;
    }
    .banner_text h3{
        font-size: 16px;
    }
    .banner_text p{
        font-size: 14px;
    } 
    .mobileNav li a{
        font-size: 18px;
    }
    .mobileNav li .b_nav a{
        font-size: 16px;
    }
}


.main{
    position: relative;
    z-index: 3;
    background: #fff;
    overflow: hidden;
}
.index_main1{
    padding:40px 0 60px 0;
}
.wrap{
    width: 1346px;
    margin: 0 auto;
    max-width: 85%;
    overflow: hidden;
}
.index_main1 .wrap{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content : flex-end;
}
.index_main1 .index_main1_l{
    width: 37.5%;
    background: url(../images/about_left.jpg) no-repeat #f7f7f7;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 9;
    background-size:contain;
    padding:20px 0;
}
.index_main1 .index_main1_l a{
    display: block
}
.index_main1 .index_main1_l p{
    padding-top: 80%;
    font-size: 16px;
    color: #808080;
    width: 90%;
    padding-left: 5%;
    line-height: 2em;
}
.index_main1 .index_main1_r{
    width: 81%;
    overflow: hidden;
    cursor: pointer;
}
.index_main1 .index_main1_r img{

    transition: all 0.6s ease-out;
}
.index_main1 .index_main1_r img:hover{
    transform: scale(1.01);
    transition: all 0.6s;
}

.m_title1{
    display: none;
    font-size: 18px;
    /*font-weight: normal;*/
    padding-left: 5%;
}

@media(max-width: 1440px){

}
@media(max-width: 1024px){
    .wrap{
        width: 100%;
        max-width: 100%;
    }
    .index_main1 .index_main1_l{
        background-size: contain;
    }    
}
@media(max-width: 768px){
    .index_main1 .index_main1_l p{
        font-size: 14px;
        line-height: 1.6em;
    }
    .index_main1 .index_main1_r{
        text-align:center;
        width:100%;
        
    }
}
@media(max-width: 640px){
    .index_main1{
        padding:0 0 30px 0;
    }
    .index_main1 .index_main1_l{
        width: 100%;
        background:#f7f7f7;
        position: relative;
        padding:20px 0;
    }
    .index_main1 .index_main1_l p{
        width: 96%;
        padding:0px 2%;
    }
    .m_title1{
        display: block;
        padding-left:2%;
    }
    .index_main1_r{
        width: 100%;
    }
}


.index_main2{
    background: #f5f5f5;
    padding:50px 0 60px 0;
}
h2.index_title1{
    text-align: center;
    font-weight: normal;
    padding-bottom: 45px;
}
h2.index_title1 p{
    font-size: 40px;
    color: #4c4c4c;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;

}
h2.index_title1 p:after{
    content: '';
    position: absolute;
    bottom:0;
    width: 52px;
    height: 3px;
    background: #0067ac;
    left:50%;
    margin-left: -26px;
}
h2.index_title1 span{
    display: block;
    font-size: 14px;
    color: #808080;
        display: none;
}
.index_hyyy{
/*    display: flex;
    flex-wrap: wrap;
    justify-content: center;
*/
}
.index_hyyy li{
    transition: all 0.6s ease-out;
    margin-top:32px;
    width: 29%;
    background: #fff;
    padding-bottom: 50px;
    float: left;
}

.index_hyyy li a{
    display: block;
}

.index_hyyy li h3{
    font-size: 20px;
    color:#4c4c4c;
    text-align: center;
    font-weight: normal;
    padding:25px 0 15px 0;
    margin-bottom: 15px;
    position: relative;
}
.index_hyyy li h3:after{
    content: '';
    position: absolute;
    bottom:0;
    width: 52px;
    height: 3px;
    background: #0067ac;
    left:50%;
    margin-left: -26px;
}
.index_hyyy li p{
    font-size: 14px;
    color: #808080;
    padding:0 35px;
    text-align: center;
}
.index_hyyy li:nth-child(2){
    margin:32px 6.5% 0 6.5%;
    transition: all 0.6s ease-out;
}
.index_hyyy li:hover{
    margin-top:0;
    transition: all 0.6s;
    box-shadow: 0px 0px 10px #ccc;
}
.index_hyyy li:nth-child(2):hover{
    margin:0px 6.5% 0 6.5%;
    transition: all 0.6s;
    box-shadow: 0px 0px 30px #ccc;
}

@media(max-width: 1440px){

}
@media(max-width: 1024px){
    h2.index_title1{
        padding-bottom: 25px;
    }
    .index_hyyy li{
        padding-bottom: 20px;
        width: 32%;
    }
    .index_hyyy li p{
        padding:0 10px;
    }
    .index_hyyy li:nth-child(2){
        margin: 32px 2% 0 2%;
    }
    .index_hyyy li:nth-child(2):hover{
        margin:0px 2% 0 2%;
    }
}
@media(max-width: 768px){
    
}
@media(max-width: 640px){
    .index_main2{
        padding:30px 0;
    }
    h2.index_title1 p{
        font-size: 32px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .index_hyyy li{
        width: 100%;
    }
    .index_hyyy li:nth-child(2){
        margin: 32px 0% 0 0%;
    }
    .index_hyyy li:nth-child(2):hover{
        margin:0px 0% 0 0%;
    }
    .index_hyyy li h3{
        padding: 15px 0 5px 0;
    }
}



.index_main3{

}
.tab1li ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tab1li li{
    width: 150px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: #e6e6e6;
    font-size: 14px;
    color: #808080;
    margin:0 4px;
}
.tab1li ul li.cur{
    background: #0067ac;
    color: #fff;
}

.tab1{
    display: none;
    padding-top: 10px;
    position: relative;
}

#swiper-container2{
    max-width: 1200px;
    margin:0 auto;
}
#swiper-container3 {
    max-width: 1200px;
    margin: 0 auto;
}
#swiper-container4 {
    max-width: 1200px;
    margin: 0 auto;
}
#swiper-container5 {
    max-width: 1200px;
    margin: 0 auto;
}
#swiper-container6 {
    max-width: 1200px;
    margin: 0 auto;
}
#swiper-container7 {
    max-width: 1200px;
    margin: 0 auto;
}
#swiper-container8 {
    max-width: 1200px;
    margin: 0 auto;
}
.tab1 .swiper-button-next{
    position: absolute;
    right:0;
    top:50%;
    margin-top:-50px;
    width: 45px;
    height: 100px;
    background: url(../images/right1.jpg) no-repeat;
    opacity: 1!important;
    outline: none;
}
.tab1 .swiper-button-prev{
    position: absolute;
    left:0;
    top:50%;
    margin-top:-50px;
    width: 45px;
    height: 100px;
    background: url(../images/left1.jpg) no-repeat;
    opacity: 1!important;
    outline: none;
}
.tab1 .swiper-button-prev:hover{
    background: url(../images/left1_h.jpg) no-repeat;
}
.tab1 .swiper-button-next:hover{
    background: url(../images/right1_h.jpg) no-repeat;
}
.product_list1{
/*    display: flex;
    flex-wrap: wrap;*/
/*    margin-left:-1%;*/

}
.product_list1 li{
    /*width: 24%;
    margin-left:1%;*/
    /*box-sizing: border-box;*/
    margin-top: 35px!important;
    position: relative;
}
.product_list1 li a.img{
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
}
.product_list1 li img{
    transition: all 0.6s ease-out;

    width: 100%;
}
.product_list1 li h3{
    display: block;
    position: absolute;
    bottom:0px;
    left:0;
    width: 100%;
    line-height: 1.6em;
    padding:15px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,.6);
    font-weight: normal;
}
.product_list1 li:hover a.img{
    border:1px solid #0067ac;
}
.product_list1 li:hover img{
    transition: all 0.6s;
    transform: scale(1.4);
}
@media(max-width: 1600px){
    
}
@media(max-width: 1440px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .product_list1 li h3{
        padding:5px 0;
    }
}
@media(max-width: 640px){
    .tab1li li{
        margin: 5px;
    }
    .tab1 .swiper-button-next{
        display: none!important;
    }
    .tab1 .swiper-button-prev{
        display: none!important;
    }
    .product_list1 li{
        margin-top: 15px!important;
    }
}




.index_main4{
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
    margin: 45px 0 50px 0;
}
.zznl_img{
    width: 50%;
    overflow: hidden;
    cursor: pointer;
}
.zznl_img img{
    transition: all 0.6s;
}
.zznl_img img:hover{
    transform: scale(1.1);
    transition: all 0.6s ease-out;
}
.zznl_text{
    width: 32%;
    padding:60px 0 0 3%;
}
.zznl_text h2{
    font-size: 32px;
    color: #4c4c4c;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: normal;
}
.zznl_text h2:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 80px;
    height: 2px;
    background: #0067ac;
}
.zznl_text p{
    font-size: 14px;
    color: #808080;
    line-height: 2em;
}
.zznl_text a{
    width: 100px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ccc;
    float: right;
    margin-top: 10px;
    transition: all 0.6s ease-out;
}
.zznl_text a:hover{
    background: #0067ac;
    transition: all 0.6s ;
}

@media(max-width: 1600px){
    .zznl_text{
        width: 37%;
        padding: 10px 0 10px 2%;
    }
}
@media(max-width: 1440px){
    .zznl_text{
        width: 32%;
        padding:60px 0 0 3%;
    }
}
@media(max-width: 1024px){
    .zznl_text{
        width: 45%;
        padding:10px 0 0 3%;        
    }
    .zznl_text h2{
        font-size: 24px;
        color: #4c4c4c;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 5px;        
    }
    .zznl_text a{
        width: 100px;
        line-height: 40px;
    }
}
@media(max-width: 768px){
    .zznl_img{
        width: 100%;
    }
    .zznl_text{
        width: 90%;
        padding:20px 5%;
    }
}
@media(max-width: 640px){
    .index_main4{
        margin:30px 0;
    }
    .zznl_text {
        width: 96%;
        padding: 20px 2%;
    }    
}

.index_main5{

}
.index_main5 video{
    width: 100%;
}
.footer{
    background: #666;
    padding:70px 0 40px 0;
}
.footer .container{
    /*display: flex;*/
}
.foot_l{
    text-align: center;
    float: left;
}
.f_logo{
    display: block;
    margin-bottom: 40px;
}
.foot_l a{
    color: #e5e5e5;
    display: block;
    margin-top:15px;
    opacity: 0;
}
.foot_l p {
    color:#fff;
}
.foot_l p img{
    max-width: 150px;
}
.foot_r{
    width: 70%;
    float: right;
}
.foot_r ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.foot_r ul li{
    flex: 1;
}
.foot_r h3{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
.f_nava a{
    display: block;
    font-size: 14px;
    color: #ccc;
    line-height: 3em;
}
.f_address{
    padding-top:15px;
    border-top:1px solid #ccc;

}
.f_address p{
    float: left;
    font-size: 14px;
    color: #fff;
    margin-right: 50px;
}
.f_address p:last-child{
    margin-right: 0;
}
.footer2{
    background: #808080;
    padding:5px 0;
    color: #fff;
    font-size: 12px;

}
.footer2 a{
    color: #fff;
    font-size: 12px;
}
.f_copyright{
    float: left;
}
.f_jszz{
    float: right;
    /*display: none;*/
}
.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;
}
@media(max-width: 1600px){
    .f_address p{
        margin-right: 40px;
    }
}
@media(max-width: 1440px){
    .f_address p{
        margin-right: 35px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .foot_r h3{
        margin-bottom: 10px;
    }
    .f_nava a{
        line-height: 2em;
    }
    .foot_l{
        width: 22%;
    }
    .foot_r{
        width: 75%;
    }
    .foot_r ul{
        margin-bottom: 20px;
    }
}
@media(max-width: 640px){
    .footer{
        display: none;
    }
    .f_copyright{
        float: none;
        text-align: center;
        width: 100%;
    }
    .f_jszz{
        float: none;
        text-align: center;
        width: 100%;
    }
    footer{
        margin-bottom:70px;
    }
    .m_f_fixed{
        display: flex;
    }
}



/*----- 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_container{
    width: 1346px;
    margin: 0 auto;
    max-width: 85%;
    overflow: hidden;
}
.n_header{
    position: relative;
    border-bottom:1px solid #d8d8d8;
}
/*.n_header .menu-button-click{
    background: url(../images/head_nav.png) no-repeat center right;
}*/
.n_banner {
/*    width: 100%;*/
    margin: 0 auto;
    position: relative;
}

.n_banner img {
    width: 100%;
    margin: 0 auto
}
.sitemp  {
    position: absolute;
    right: 0px;
    bottom:0px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding:10px 20px 10px 100px;
    background: -webkit-linear-gradient(left,  rgba(0,0,0, 0) , rgba(0,0,0, 0.6)); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(right,  rgba(0,0,0, 0) , rgba(0,0,0, 0.6)); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(right, rgba(0,0,0, 0) , rgba(0,0,0, 0.6)); /* Firefox 3.6 - 15 */

    background: linear-gradient(to right,rgba(0,0,0, 0) , rgba(0,0,0, 0.6)); 
}
.sitemp a{
    font-size: 14px;
    color: #fff;
}
.sitemp a img{
    width: 18px;
}


.right {
    width: 100%;
}

h2.n_title1{
    font-size: 40px;
    color: #4c4c4c;
    text-align: center;
    padding:20px 0;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
}
.sort li{

}
.sort li a{
    display: block;
    text-align: center;
    cursor: pointer;
    background: #e6e6e6;
    font-size: 14px;
    color: #808080;
    margin: 5px 8px;
    padding:5px 20px;
}
.sort li a:hover{
    background: #0067ac;
    color: #fff;
} 
.sort li.on a{
    background: #0067ac;
    color: #fff;    
}
@media(max-width: 1024px){
    .n_container{
        max-width: 90%;
    }
}
@media(max-width: 768px){
    .n_container {
        width: 98%;
        padding:0 1%;
        max-width: 100%;
    }
    .sort{
        margin-bottom: 25px;
    }
    .sort li a{
        padding:5px 10px;
    }
}
@media(max-width: 640px){
    .sitemp{
        display: none;
    }
}

/*product_list*/
.product_list{
    display: flex;
    flex-wrap: wrap;
    margin-left:-2%;
}
.product_list li{
    width: 23%;
    margin-left:2%;
    position: relative;
    margin-bottom: 40px;
}
.product_list li a.img{
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
}
.product_list li img{
    transition: all 0.6s ease-out;

    width: 100%;
}
.product_list li h3 a{
    display: block;
    position: absolute;
    bottom:0px;
    left:0;
    width: 100%;
    line-height: 1.6em;
    padding:15px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,.6);
    font-weight: normal;
}
.product_list li:hover a.img{
    border:1px solid #0067ac;
}
.product_list li:hover img{
    transition: all 0.6s;
    transform: scale(1.4);
}
.product_detail{
    margin:60px 0 0 0;
}
.p_detail{
    display: flex;
    flex-wrap: wrap;
    background: #fafafa;
    padding:40px 45px;
    box-sizing: border-box;
    margin-bottom: 70px;

}
.p_detail .img{
    width: 40%;
}
.p_detail .img img{
    width:100%;
    border: 1px solid #eee;
}
.p_detail .text{
    width: 44%;
    padding:0 8%;
}
.p_detail .text h1{
    position: relative;
    font-size: 40px;
    color: #0067ac;
    line-height: 1.4em;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.p_detail .text h1:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 80px;
    height: 2px;
    background: #0067ac;
}
.p_detail .text_content{
    display: flex;
    flex-wrap: wrap;
}
.text_content_title1{
    font-size: 20px;
    color: #0067ac;
    line-height: 1.6em;
}
.text_content_text{
    font-size: 16px;
    line-height: 2em;
}


@media(max-width: 1440px){

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

}
@media(max-width: 768px){
    .product_list li{
        width: 31.333%;
    }    
    .product_detail{
        margin:30px 0 0 0;
    }
    .p_detail{
        padding:20px 20px;
        margin-bottom: 30px;
    }
    .p_detail .img{
        width: 35%
    }
    .p_detail .text{
        width: 60%;
        padding:0 2.5%;
    }
    .p_detail .text h1{
        font-size: 30px;
        margin-bottom: 15px;
    }
}
@media(max-width: 640px){
    .product_list{
        margin-left: 0;
    }
    .product_list li{
        width: 48%;
        margin:1%;
    }
    .product_list li h3 a{
        padding:10px 0;
    }
    .p_detail .img{
        width: 100%;
    }
    .p_detail .text{
        width: 100%;
        padding:15px 0;
    }
    .p_detail .text h1{
        font-size: 24px;
    }
}

.n_banner_text1{
    position: absolute;
    top:30%;
    left: 6%;
    color: #fff;
}
.n_banner_text1 h1{
    font-weight: normal;
    font-size: 50px;
    color: #fff;
}
.n_jjfa{
    margin:45px auto 45px;
}
.n_jjfa li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.n_jjfa li a{
    display: block;
    width: 50%;
    overflow: hidden;
}
.n_jjfa li a img{
    width: 100%;
    transition: all 0.6s ease-out;
}
.n_jjfa li a img:hover{
    transform: scale(1.1);
    transition: all 0.6s ease-out;
}
.n_jjfa li .text{
    width: 40%;
    background: #f7f7f7;
    padding:80px 5% 0;
}
.n_jjfa li .text h2{
    font-weight: normal;
    font-size: 30px;
    color: #0067ac;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.n_jjfa li .text h2:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 65px;
    height: 2px;
    background: #0067ac;
}
.n_jjfa li .text p{
    font-size: 14px;
    color: #666;

}
.n_jjfa li:nth-child(2n){
    flex-direction:row-reverse; 
}
.n_jjfa li:nth-child(2n) .text{
    background: #0067ac;
}
.n_jjfa li:nth-child(2n) .text h2{
    color: #fff;
}
.n_jjfa li:nth-child(2n) .text p{
    color: #fff;
}
.n_jjfa li:nth-child(2n) .text h2:after{
    background: #fff;
}

@media(max-width: 1024px){
    .n_jjfa li .text{
        padding:50px 5%;
    }    
}
@media(max-width: 768px){
    .n_banner_text1{
        top:25%;
    }
    .n_jjfa li a{
        width: 100%;
    }
    .n_jjfa li .text{
        width: 90%;
        background: #f7f7f7;
        padding:30px 5%;
    }    
}
@media(max-width: 640px){
    .n_banner_text1{
        top:30%;
        left:0;
        width: 100%;
        text-align: center;
    }
    .n_banner_text1 h1{

        font-size: 32px;
    }
    .n_banner_text1 p{
        display: none;
    }
}


/*制造能力*/
.zhizao1{
    padding:30px 0 90px 0;
}
.n_title2{
    font-size: 34px;
    color: #0067ac;
    padding-left: 60px;
    background: url(../images/dian1.png) no-repeat left center;
    margin-bottom: 40px;
}
.zhizao1 .content{
    display: flex;
    flex-wrap: wrap;
}
.zhizao1_img{
    width: 60%;
}
.zhizao1_text{
    width: 35%;
    padding-left: 5%;
}
.n_title3{
    font-size: 30px;
    color: #4c4c4c;
    padding-left: 20px;
    position: relative;
}
.n_title3:before{
    content: '';
    position: absolute;
    left:0;
    top:19px;
    width: 10px;
    height: 25px;
    background: #4083ca;
}
.table1{
    background: #0067ac;
    display: flex;
}
.table1 li{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 50%;
}
.table1 li:first-child{
    text-indent: 25px;
}
.table2{
    display: flex;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.table2 li{
    width: 50%;
    font-size: 20px;
    color: #4c4c4c;
    font-weight: bold;
    border-bottom:1px solid #ccc;
    padding:5px 0;
}
.table2 li:first-child{
    text-indent: 25px;
}
.table2 li:nth-child(3){
    text-indent: 25px;
}
.n_title3_1{
    margin-top:100px;
}
.table3{
    background: #007ed3;
    display: flex;
}
.table3 li{
    flex:1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.table4{
    display: flex;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.table4 li{
    flex:1;
    font-size: 20px;
    color: #4c4c4c;
    font-weight: bold;
    border-bottom:1px solid #ccc;
    padding:5px 0;
}
.table4 li:first-child{
    text-indent: 25px;
}

.zhizao1_2{
    padding-bottom: 45px;
}
.zhizao_list1{
    display: flex;
    flex-wrap: wrap;
}
.zhizao_list1 li{
    width: 30%
}
.zhizao_list1 li a{
    display: block;
    overflow: hidden
}
.zhizao_list1 li a img{
    transition: all 0.6s ease-out;
}
.zhizao_list1 li a img:hover{
    transform: scale(1.1);
    transition: all 0.6s;
}
.zhizao_list1 li .text{
    background: #0067ac;
    color: #fff;
    padding:20px 0 40px 0;
}
.zhizao_list1 li .text h3{
    font-size: 26px;
    text-transform: uppercase;
    padding-left:20%;
}
.zhizao_list1 li .text p{
    font-size: 20px;
    padding-left:20%;
}
.zhizao_list1 li:nth-child(2){
    margin:0 5%;
}
.zhizao1_3{
    padding-bottom: 45px;
}
.zhizao1_3_content{
    display: flex;
    flex-wrap: wrap;
}
.zhizao1_3_content_sj{
    width: 20%;
    background: #0067ac;
    color: #fff;
    padding:25px 5%;
}
.zhizao1_3_content_sj h3{
    font-size: 30px;
}
.zhizao1_3_content_sj p{
    font-size: 16px;
    line-height: 1.6em;
}
.zhizao_list2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.zhizao_list2 li{
    width: 32%;
    /*margin-left:5%;*/
    margin-bottom: 35px;
}
.zhizao_list2 li:nth-child(1){
    background: #0067ac;
    color: #fff;
    padding:25px 5%;
    box-sizing: border-box;
}
.zhizao_list2 li:nth-child(1) h3{
    font-size: 30px;
}
.zhizao_list2 li:nth-child(1) p{
    font-size: 16px;
    line-height: 1.6em;
}
.zhizao_list2 li:nth-child(2){
    margin:0 2%;
}
/*.zhizao_list2 li:nth-child(3){*/
/*    margin-bottom: 0;*/
/*}*/
.zhizao_list2 li:nth-child(4){
    
    margin-bottom: 0;
}
.zhizao_list2 li:nth-child(5){
    margin:0 2%;
}
.zhizao_list2 li:nth-child(6){
    margin-bottom: 0;
}
.zhizao_list2 li a{
    display: block;
    overflow: hidden
}
.zhizao_list2 li a img{
    transition: all 0.6s ease-out;
}
.zhizao_list2 li a img:hover{
    transform: scale(1.1);
    transition: all 0.6s;
}
.zhizao1_4{
    padding-bottom: 45px;
}
.zhizao1_5{
    padding-bottom: 45px;
}
.zhizao1_5_content_sj{
    width: 24%;
    background: #0067ac;
    color: #fff;
    padding:20px 3%;    
}
.zhizao1_5_content_sj p{
    font-size: 18px;
    line-height: 1.8em;
}
.zhizao_list3{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}
.zhizao_list3 li{
    width: 23%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.zhizao_list3 li:nth-child(5){
    margin-bottom: 0;
}
.zhizao_list3 li:nth-child(6){
    margin-bottom: 0;
}
.zhizao_list3 li:nth-child(7){
    margin-bottom: 0;
}
.zhizao_list3 li:nth-child(8){
    margin-bottom: 0;
}
.zhizao_list3 li a{
    display: block;
    overflow: hidden
}
.zhizao_list3 li a img{
    transition: all 0.6s ease-out;
}
.zhizao_list3 li a img:hover{
    transform: scale(1.1);
    transition: all 0.6s;
}
.zhizao1_6{
    padding-bottom: 50px;
}
.zdh_img1{
    margin-bottom: 50px;
}
.zdh_content{
    display: flex;
    flex-wrap: wrap;
}
.zdh_content_l{
    width: 60%;
    padding:20px 5% 0;
}
.zdh_content_l p{
    font-size: 16px;
    color: #4c4c4c;
}
.zdh_content_l ul{
    margin-top: 15px;
}
.zdh_content_l ul li{
    font-size: 16px;
    color: #4c4c4c;
    padding-left: 25px;
    position: relative;
}
.zdh_content_l ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top:10px;
    width: 12px;
    height: 12px;
    background: #0067ac;
}
.zdh_content_r{
    width: 30%;
    overflow: hidden;
    cursor: pointer;
}
.zdh_content_r img{
    transition: all 0.6s ease-out;
}
.zdh_content_r img:hover{
    transform: scale(1.05);
    transition: all 0.6s;
}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    .zhizao1{
        padding:30px 1%;
    }
    .n_title3_1{
        margin-top: 30px;
    }  
    .zhizao1_5_content_sj{
        width: 28%;
        padding: 20px 1%;
    }  
}
@media(max-width: 768px){
    .zhizao1_img{
        width: 100%;
    }
    .zhizao1_text{
        width: 100%;
        padding-left: 0;
    }
    .zhizao_list1 li .text h3{
        padding:0 5%;
    }
    .zhizao_list1 li .text p{
        padding:0 5%;
    }
    .zhizao1_3_content_sj{
        padding:25px 3%;
        width: 24%;
    }
    .zhizao1_5_content_sj p{
        font-size: 14px;
    }
    .zdh_content_l{
        width: 90%;
    }
    .zdh_content_r{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}
@media(max-width: 640px){
    .n_title2{
        margin-bottom: 20px;
    }
    .zhizao_list1 li{
        width: 100%;
        margin-bottom: 20px;
    }
    .zhizao_list1 li:nth-child(2){
        width: 100%;
        margin:0 0 20px 0;
    }
    .zhizao_list1 li .text{
        padding:25px 0;
    }
    .zhizao1_3_content_sj{
        width: 90%;
        padding:25px 5%;
    }
    .zhizao_list2{
        width: 100%;
        margin-top: 20px;
    }
    .zhizao_list2 li{
        width: 48%;
        margin:1%;
    }
    .zhizao1_5_content_sj{
        width: 100%;
        padding:25px 5%;
    }
    .zhizao_list3{
        width: 100%;
        margin-top: 20px;        
    }
    .zhizao_list3 li{
        width: 23%;
        margin:1%;
    }
    .zdh_img1{
        margin-bottom: 0;
    }
    .zdh_content_l{
        width: 96%;
        padding: 20px 2% 0;
    }
}
/*news_list*/
.news_list1{
    margin:50px 0;
    padding:0 75px;
}
.news_list1 li{
    position: relative;
}
.news_list1 li a{
    display: block;
}
.news_list1 li a.img{
    display: block;
    width: 60%;
}
.news_list1 li .text{
    position: absolute;
    width: 42%;
    padding: 45px 4%;
    background: rgba(0,103,172,.9);
    right: 0;
    top: 10%;
}
.news_list1 li .text h3{
    font-weight: normal;
    display: block;
    font-size: 26px;
    color: #fff;
    position: relative;
}
.news_list1 li .text p{
    font-size: 14px;
    color: #fff;
    margin:10px 0 50px 0;
}
.news_cont a.mores{
    display: block;
    width: 164px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    
    border-radius: 3px;
    float: left;
    border:1px solid #fff;
}
.news_cont a.mores:hover{
    background: #fff;
    color: #0067ac;
}
.news_cont span{
    float: right;
    font-size: 18px;
    color: #fff;
}
.news_list{
    padding:0 75px;
}
.news_list li{
    background: #fff;
    padding:15px 18px;
    border: 1px solid #ccc;

    margin-bottom: 42px;
    cursor: pointer;

}
.news_list li a{
/*    display: block;*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.news_list li .img{
    width: 30%;
    overflow: hidden;
}
.news_list li .text{
    width: 64%;
    padding:0 3%;
}
.news_list li .text h3{
    display: block;
    font-weight: normal;
    font-size: 26px;
    color: #4c4c4c;
}
.news_list li .text p{
    font-size: 14px;
    color: #646464;
    padding:20px 0 30px 0;
}
.news_list li .text span{
    display: block;
    font-size: 14px;
    color: #5b5b5b;
}
.news_list li:hover{
    border:1px solid #0067ac;
}
.news_list li:hover h3{
    color: #0067ac;
}
.news_detail{
    padding:0 75px;
}
.news_detail .content{
    margin-bottom: 50px;
}


@media(max-width: 1440px){
    .news_list1{
        padding: 0 50px;
    }
    .news_list{
        padding:0 50px;
    }
    .news_list1 li .text p{
        margin:10px 0 30px 0;
    }
    .news_detail{
        padding:0 50px;
    }
}
@media(max-width: 1024px){
    .news_list1{
        padding: 0 0px;
    }
    .news_list{
        padding:0 0px;
    }  
    .news_list1 li .text{
        width: 46%;
        padding:20px 2%;
    } 
    .news_list li .text{
        width: 66%;
        padding:0 2%;
    }
    .news_list li .text h3{
        font-size: 24px;
    } 
    .news_list li .text p{
        padding:10px 0;
    }
    .news_detail{
        padding:0 0px;
    }
    .news_detail .content{
        margin-bottom: 20px;
    }
}
@media(max-width: 768px){
    .news_list1 li a.img{
        width: 100%;
        text-align: center;
    }
    .news_list1 li .text{
        width: 96%;
        position: relative;
    }
    .news_list1 li .text p{
        margin:10px 0;
    }
    .news_cont span{
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .news_cont a.mores{
        float: none;
    }
    .news_list li .text h3{
        font-size: 18px;
    }
}
@media(max-width: 640px){
    .news_list1{
        margin:30px 0;
    }
    .news_list1 li .text h3{
        font-size: 18px;
    }
    .news_list li{
        padding:10px;
    }
    .news_list li .img{
        width: 100%;
    }
    .news_list li .text{
        width: 100%;
        padding:15px 0 0 0;
    }
}

/*n_about*/
.n_about1{
    display: flex;
    flex-wrap: wrap;
    margin:35px 0 50px 0;
}
.n_about1_text{
    width: 46%;
    padding:15px 2%;
    background: #f5f5f5;
}
.n_about1_text h1{
    font-size: 24px;
    color: #4c4c4c;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.n_about1_text h1:after{
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width: 70px;
    height: 2px;
    background: #0067ac;
}
.n_about1_img{
    width: 50%;
}

.n_about3{
    margin:50px 0 135px 0;
}
.n_about_title1{
    text-align: center;
    font-size: 30px;
    color: #4c4c4c;
    font-weight: normal;
    position: relative;
}
.n_about_title1:after{
    content: '';
    position: absolute;
    width: 76px;
    height: 2px;
    background: #0067ac;
    left: 50%;
    margin-left: -38px;
    bottom:0;
}
.owl-ryzz {
    width: 90%!important;
    margin: 50px auto 0;
}
.owl-wrapper-outer{
    overflow: hidden;
}
.owl-ryzz .item {
    display: block;
    margin:0 40px;
}
.owl-ryzz img {
    display: block;
    width: 100%;
}
.owl-ryzz .owl-pagination{
    display: none;
}
.owl-ryzz .owl-pagination {
    display: none;
}
.owl-ryzz .owl-buttons .owl-prev{
    position: absolute;
    left:-50px;
    top:50%;
    width: 46px;
    height: 100px;
    margin: -50px 0 0px 0!important;
    background: url(../images/left1.jpg) no-repeat !important;
    border-radius: 0!important;
    opacity: 1!important;
    padding:0!important;
    cursor: pointer;
    outline: none;
}
.owl-ryzz .owl-buttons .owl-prev:hover{
    background: url(../images/left1_h.jpg) no-repeat !important;
}
.owl-ryzz .owl-buttons .owl-next{
    position: absolute;
    right:-50px;
    top:50%;
    width: 46px;
    height: 100px;
    margin: -50px 0 0px 0!important;
    background: url(../images/right1.jpg) no-repeat !important;    
    border-radius: 0!important;
    opacity: 1!important;
    padding:0!important;
    cursor: pointer;
    outline: none;
}
.owl-ryzz .owl-buttons .owl-next:hover{
    background: url(../images/right1_h.jpg) no-repeat !important;    
}
.n_about4{
    margin:0px 0 95px 0;
}
.n_about_title2{
    font-size: 30px;
    color: #666;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
.n_about4 ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10%;
}
.n_about4 ul li{
    width: 40%;
    margin-left:10%;
    position: relative;
}
.n_about4 ul li a{
    display: block;
    overflow: hidden;
}
.n_about4 ul li .text{
    background: rgba(0,70,156,.7);
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-out;
    opacity: 0;
}
.n_about4 ul li .text h3{
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 20%;
}
.n_about4 ul li .text span{
    color: #fff;
    font-size: 16px;  
    display: block;
    margin:30px auto 0;
    width: 118px;
    line-height: 38px;
    border: 1px solid #fff;  
    text-align: center;
}
.n_about4 ul li:hover .text{
    opacity: 1;
    transform: all 0.6s;
}

.gshj{
    display: flex;
    flex-wrap: wrap;
    margin:30px 0 100px -3.333%;
}
.gshj li{
    width: 30%;
    margin-left: 3.333%;
    border-bottom:5px solid #ccc;
    margin-bottom: 60px;
}
.gshj li a{
    display: block;
    overflow: hidden;
}
.gshj li a img{
    transition: all 0.6s ease-out;
}
.gshj li a img:hover{
    transform: scale(1.1);
    transition: all 0.6s;
}
.gshj li h3{
    font-size: 20px;
    color: #4c4c4c;
    text-indent: 15px;
    padding:15px 0;
}
.gshj li:hover{
    border-bottom:5px solid #0067ac;
}
.gshj li:hover h3{
    color: #0067ac;
}

.fzlc{
    position: relative;
    overflow: hidden;
    margin:50px 0;
    z-index: 1;
/*    display: flex;
    flex-wrap: wrap;*/
}
.fz_line{
    width: 4px;
    height: 100%;
    background: #0067ac;
    position: absolute;
    top:0;
    left:50%;
    margin-left:-2px;
    z-index: 2;
}
.fzlc li{
    max-width: 430px;
    width: 50%;
/*    overflow: hidden;*/
    padding:0 20px 20px 0;
    box-shadow: 5px 5px 10px #ccc;
    background: #fff;
    display: inline-block;
    position: relative;
    margin-bottom: 100px;
    float: left;
}
.fzlc li:before{
    content: '';
    width: 50%;
    height: 1px;
    background: #999;
    position: absolute;
    top: 50px;
    right: -50%;
    z-index: -1;
}
.fzlc li .text p{
    padding:10px 0 0 5px;
}
.fzlc li .fz_time{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
    position: absolute;
    left: auto;
    right: -50%;
    margin-right: -50px;
    margin-left: auto;
    top: 0px;
    z-index: 3;
    background: #fff;
}

.fzlc li .fz_time p{
    font-size: 26px;
    width: 100%;
    line-height: 1em; 
    padding:20px 0 10px 0;
}
.fzlc li .fz_time span{
    display: block;
    font-size: 16px;
    line-height: 1.4em;
    width: 100%;
}

.fzlc li:nth-child(2n){
    float: right;
    padding:0 0px 20px 20px;
    box-shadow: -5px 5px 10px #ccc;
/*    margin-top:140px;*/
}
.fzlc li:nth-child(2n):before{

    left: -50%; 
}
.fzlc li:nth-child(2n) .fz_time{
/*    top:0px;*/
    left: -50%;
    right: auto;
    margin-left:-50px;
}
.fzlc li:nth-child(2){
    margin-top:200px;
}
@media(max-width: 1440px){
    .n_about1_text{
        width: 44%;
        padding: 45px 3% 0px;
    }
}
@media(max-width: 1300px){
    .fzlc li{
        /*float: none;*/
        margin-bottom: 30px;
    }
    .fzlc li:nth-child(2n){
        /*float: none;*/
        margin-top: 0;
    }
    .fzlc li:before{
        display: none;
    }
    .fzlc li .fz_time{
        position: relative;
        top:0;
        left:0;
        border:none;
        margin-right: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin-bottom:10px;
    }
    .fzlc li .fz_time p{
        display: inline-block;
        width: auto;
    }
    .fzlc li .fz_time span{
        display: inline-block;
        width: auto;
        font-size: 26px;
    }
    .fzlc li:nth-child(2n) .fz_time{
        left:0;
        margin-left: 0;
    }
    .fz_line{
        display: none;
    }
}
@media(max-width: 1024px){
    .n_about1_text h1{
        font-size: 24px;
    }
    .owl-ryzz .item{
        margin:0 30px;
    }
    .n_about3{
        margin:50px 0;
    }
    .owl-theme .owl-controls .owl-buttons div{
        display: none;
    }
    .owl-theme .owl-controls .owl-buttons div{
        display: none!important;
    }
    .n_about1_text{
        width: 46%;
        padding: 20px 2%;
    }
    .gshj li{
        margin-bottom: 30px;
    }
    .gshj li h3{
        padding:5px 0;
        font-size: 18px;
    }
}
@media(max-width: 768px){
    .n_about1_text{
        width: 90%;
        padding:30px 5%;
    }
    .n_about1_img{
        width: 100%;
        text-align: center;
    }
    .owl-ryzz .item{
        margin:0 20px;
    }
    .gshj{
        margin: 30px 0;
    }
    .gshj li{
        width: 48%;
        margin:1%;
    }
    .gshj li h3{
        font-size: 18px;
        text-indent: 5px;
    }
    .fzlc{
        margin:30px 0;
    }
    .fzlc li{
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding:0;
        display: block;
        padding-bottom: 15px;
    }
    .fzlc li:nth-child(2n){
        float: none;
        padding:0;
        padding-bottom: 15px;
    }
    .n_about4 ul{
        margin-left: 0;
    }
    .n_about4 ul li {
        width: 46%;
        margin: 2%;
    }

}
@media(max-width: 640px){
    .owl-ryzz .item{
        margin:0 10px;
    }    
    .n_about1{
        margin:30px 0;
    }
    .n_about3{
        margin:30px 0;
    }
    .n_about4{
        margin:0 0 30px 0;
    }
    .n_about_title2{
        margin-bottom: 20px;
    }
    .gshj li h3{
        font-size: 16px;
    }
}

/*n_contact*/
.n_contact{
    position: relative;
    overflow: hidden;
    margin:50px 0;
    width: 100%;
}
.n_contact_cont{
    position: absolute;
/*    width: 20%;*/
/*    height: 100%;*/
    background: rgba(0,103,172,1);
    color: #fff;
    left:10%;
    top:0;
    padding:50px 40px;
    top: 10%;
}
.n_contact_cont h1{
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
}
.n_contact_cont h1:after{
    content: '';
    position: absolute;
    left: 0;
    bottom:0px;
    width: 60px;
    height: 2px;
    background: #fff;
}
.n_contact_cont h2{
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
}
.n_contact_cont p{
    font-size: 14px;
    margin:15px 0;
    padding-left: 25px;
}
.n_contact_cont p:nth-child(1){
    background: url(../images/c1.png) no-repeat left center;
}
.n_contact_cont p:nth-child(2){
    background: url(../images/c2.png) no-repeat left center;
}
.n_contact_cont p:nth-child(3){
    background: url(../images/c3.png) no-repeat left center;
}


.mess_container{
    width: 70%;
    margin: 0 auto 70px;
    position: relative;
/*    padding: 0 15%; */   
}
.mess_container2{
    width: 80%;
    margin:0 auto;
    position: relative;
}
.foot_message{
    background: url(../images/message.jpg) no-repeat;
    padding:50px 0;
    background-size: cover;
}
.foot_message_title{
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.foot_message_title p{
    font-size: 18px;
    padding-top: 10px;
}
.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{
    width: 100%;
    background: #fff;
    line-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: #3ca643;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top:40px;
    right:0;
    border: none;
}

@media (max-width: 1600px){
    .mess_container {
        width: 80%;
    }    
}
@media (max-width: 1440px){
    .mess_container {
        width: 85%;
    }
}
@media (max-width: 1024px){
    .mess_container {
        box-sizing: border-box;
        width: 100%;
        padding: 30px 1%;
    }
    .mess_container2{
        width: 100%;
    }
}
@media (max-width: 768px){
    .message1 .mess_btn input.msgbtn{
        position: relative;
        left:0;
        top:0px;
        margin-top: 20px;
    }
    .mess_container{
        margin:0 auto 20px;
    }
    .n_contact{
        margin:20px 0;
    }
}
@media(max-width: 640px){
    .n_map{
        height: 350px;
    }
    .n_contact_cont{
        position: relative;
        left:0;
        top:0;
        padding:30px 20px;
    }
    .foot_message_title{
        font-size: 18px;
    }
    .foot_message_title p{
        font-size: 12px;
        padding-top: 5px;
    }
    .message1 ul{
        flex-wrap: wrap;
    }
    .message1 ul li{
        width: 100%;
        margin:0 0 15px 0;
    }
}

/*join*/
.join2{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;

}
.join2_text{
    background: #f7f7f7;
    width: 60%;
    padding:40px 30px;
    box-sizing: border-box;
}
.join2_text h2{
    font-size: 24px;
    color: #666;
    padding-bottom: 15px;
}
.join2_text p{
    margin-bottom: 20px;

}
.join2_text p strong{
/*    display: block;*/
/*    float: left;*/
    font-size: 16px;
    color: #0067ac;
}
.join2_text p span{
/*    display: block;
    float: left;*/
}
.join2_img{
    width: 40%;
}
.job_list{
    margin:45px auto 165px;
    display: flex;
    flex-wrap: wrap;
/*    padding:0 30px;*/
}
.job_list li{
    width: 31.3333%;
    margin:0 1% 1% 0;
    background: #f5f5f5;
    text-align: center;
    padding:65px 0;
    cursor: pointer;
}
.job_list li h3{
    font-size: 20px;
    color:#0067ac;
    font-weight: normal;
}
.job_list li h3 p{
    font-size: 16px;
    color: #808080;

}
.job_list li a{
    font-size: 16px;
    color: #666;
    padding:5px 35px;
    border: 1px solid #666;
    border-radius: 25px;
    display: inline-block;
    margin: 20px auto 0;
    background: #fff;
}
.job_list li:hover{
    background: #0067ac;
}
.job_list li:hover h3{
    color: #fff;
}
.job_list li:hover h3 p{
    color: #fff;
}

.job_list li .xs{
/*    background: rgba(0,0,0,.6);*/
    position: fixed;
    text-align: left;
    display:none;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 9999;
    
}
.xs_body{
    position: relative;
    width: 908px;
    padding:50px 45px 10px 45px;
    height: 509px;
    z-index: 999;
    top:50%;
    left:50%;
    margin-top:-285px;
    margin-left:-499px;
    background: #fff;
    box-shadow: 0px 0px 20px #666;
}
.job_list li .xs .close{
    font-size: 36px;
    color: #999;
    position: absolute;
    right: 25px;
    top:28px;
}
.job_list li .xs h1{
    font-size: 22px;
    color: #333;
    font-weight: normal;
}
.job_list li .xs h2{
    font-size: 20px;
    color: #333;
    font-weight: normal;
}
.job_list li .xs p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
.f_jl{
    font-size: 16px;
    margin-top: 15px;
}

@media(max-width: 1199px){

}
@media(max-width: 768px){
    .join2_text{
        width: 100%;
    }
    .n_job1{
        padding:20px 20px;
    }
    .n_job_l{
        width: 70%;
    }
    .n_job_r{
        width: 30%;
    }
    .n_job_1_l{
        padding: 0;
    }
    .n_job_1_r{
        padding-left: 30px;
    }
    .xs_body{
        width: 100%;
        height: ;
        left: 0;
        margin-left: 0;
        box-sizing: border-box;
    }
    .job_list{
        padding:0px;
    }
    .job_list li{
        padding:30px 0;
    }
    .job_list li a{
        padding:2px 20px;
    }
    .f_jl{
        margin-top: 20px;
    }
}
@media(max-width: 640px){
    .n_job1{
        padding:20px 5px;
    }
    .n_p1{
        padding:0 0 20px 0;
    }
    .n_p2{
        margin-bottom: 0px;
    }
    .n_job_1{
        display: none;
    }
    .n_job_1_l{
        width: 30%;
        text-align: center;
    }
    .n_job_1_r{
        width: 70%;
        padding:0;
    }
    .job_list li{
        width: 48%;
        margin:1%;
    }
    .xs_body{
        padding:50px 10px 10px;
    }
}



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

    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: none;
}
.page{
    font-size: 14px;
    color: #666;    
    border-top:1px solid #eee;
    padding:30px 0;
    position: relative;
}
.page a{
    font-size: 14px;
    color: #666;    
}
.page a:hover{
    color: #0067ac;
}
.page a.back{
    display: block;
    width: 140px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #0067ac;
    position: absolute;
    top:30px;
    right: 0;
}
.page a.back:hover{
    background: #007acc;
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
    .page{
        padding:10px 0 20px 0;
    }
    .page a.back{
        position: relative;
        left:0;
        top:0;
        margin-top: 10px;
    }
    .info_title{
        margin-bottom: 1em;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 16px;
    }
}

.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: #0067ac;
    vertical-align: middle;
    border: 1px solid #0067ac; 
    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;}