/* 首页 */
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #057201;
    font-family: "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",Arial,sans-serif;;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
a:hover{
    text-decoration: none;
}
li{
    list-style: none;
}
#loading{
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    position: absolute;
    background: #057201;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.pagelist span{
    padding: 5px 5px;
    border: 1px solid #eee;
    margin-right: 5px;
}
.tj{
    background: none;
    border: 1px solid #d2d2d2;
    padding: 10px 40px;
    font-size: 16px;
}
.yzm{
    padding: 15px;
    margin-right: 20px;
}
.loading{
    width: 60%;
    max-width: 523px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-vertical > .swiper-pagination-bullets{
    position: fixed;
    z-index: 999;
    right: 20px;
}
.swiper-pagination-bullet{
    border-right: 0px;
    width: 10px;
    height: 10px;
    background: #fff;
}
.swiper-pagination-bullet::before{
    content: "";
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 100%;
    position: relative;
    top: -3px;
    left: -3px;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 14px 0;
}
.banner_text button,.navbar-default .navbar-nav > li{
    transition: .5s;
    -moz-transition: .5s; /* Firefox 4 */
    -webkit-transition: .5s; /* Safari 和 Chrome */
    -o-transition: .5s; /* Opera */
}
.copyright{
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 999;
    color: #bbb;
    text-align: right;
}
.copyright a{
    color: #bbb;
}
.copyright_icp{
    margin-left: 20px;
}
.swiper-slide{
    overflow: hidden;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: auto;
    left: auto;
    width: auto;
}


/* banner */
.banner_bg{
    width: 100vw;
    height: 100vh;
}
.banner_text{
    position: absolute;
    /* top: 38%; */
    left: 50%;
    transform: translateX(-50%);
    max-width: 75%;
}
.banner_title{
    margin-bottom: 30px;
    max-width: 100%;
}
.banner_subtitle{
    margin-bottom: 20px;
    max-width: 100%;
}
.banner_text p{
    font-size: 14px;
    color: #fff;
    text-align: justify;
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 30px;
}
.banner_text button{
    background: rgba(0,0,0,0);
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 14px;
}
.swiper-container-banner .banner_title{
    transform: translateY(0px);
    transition: all ease-out 1s;
    -webkit-transition: all ease-out 1s;
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    opacity: 0;
}
.swiper-container-banner .swiper-slide-active .banner_title{
    opacity: 1;
}
.swiper-container-banner .banner_subtitle{
    transform: translateY(0px);
    transition: all ease-out 1.5s;
    -webkit-transition: all ease-out 1.5s;
    transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    opacity: 0;
}
.swiper-container-banner .swiper-slide-active .banner_subtitle{
    opacity: 1;
}
.swiper-container-banner p{
    transform: translateY(0px);
    transition: all ease-out 2s;
    -webkit-transition: all ease-out 2s;
    transition-delay: 2s;
    -moz-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    opacity: 0;
}
.swiper-container-banner .swiper-slide-active p{
    opacity: 1;
}
.swiper-container-banner button{
    transform: translateY(0px);
    transition: all ease-out 2.5s;
    -webkit-transition: all ease-out 2.5s;
    transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    opacity: 0;
}
.swiper-container-banner .swiper-slide-active button{
    opacity: 1;
}
.yingwen{
    position: absolute;
    left: 20px;
    z-index: 999;
}
.swiper-container-banner .swiper-button-prev,.swiper-container-banner .swiper-button-next{
    top: auto;
    bottom: 24px;
}
.swiper-container-banner .swiper-button-next,.swiper-container-banner .swiper-container-rtl .swiper-button-prev{
    left: 66px;
    right: auto;
    width: 40px;
    height: 40px;
    background: url(../images/banner_r.png);
}
.swiper-container-banner .swiper-button-prev,.swiper-container-banner .swiper-container-rtl .swiper-button-next{
    left: 20px;
    width: 40px;
    height: 40px;
    background: url(../images/banner_l.png);
}
.pulse{
    animation-duration: 10s;
    animation-iteration-count:infinite;
}
.swiper-container-banner .swiper-slide{
    overflow: hidden;
}

/* 首页关于 */
.main_about_bg{
    width: 100vw;
    height: 100vh;
    position: absolute;
}
.main_about p{
    font-size: 14px;
    color: #fff;
    text-align: justify;
    line-height: 30px;
}
.main_about_left_1{
    font-size: 40px !important;
    font-weight: 700;
    line-height: 40px;
}
video{
    max-width: 100%;
}
.main_about button{
    background: rgba(0,0,0,0);
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
}
.main_about button:hover{
    background: #0c7508;
    color: #fff;
    border: 1px solid #0c7508;
}
.main_about_left{
    /*padding-top: 7vh;
*/    text-align: left;
}
.main_about_left_title{
    margin-bottom: 30px;
}
.main_about .about_png{
    position: relative;
}
.swiper-container-base .swiper-slide img{
    width: 100%;
    border: 5px solid #fff;
}
.swiper-container-base .swiper-slide{
    height: auto;
}
.main_about_right{
    
}
.main_about_right a{
    text-align: center;
    width: 100%;
}
.main_about_title{
    position: absolute;
    top: 30%;
}

.n_main_wrap .main_map p{
    color: #333;
}

.n_main_wrap .main_map a{
    color: #333;
}

/* 导航 */
.navbar{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100vw;
    border-radius: 0;
    background: rgba(255,255,255,.8);
    border: 0;
}
.navbar-default .navbar-nav > li > a{
    color: #333;
    font-size: 16px;
    padding: 22px 16px;
    text-align: center;
}
.navbar-nav > li{
    margin-left: 35px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #fff;
}
.navbar-nav > li:hover{
    background: #057201;
}
.navbar-default .navbar-nav > li > a > span{
    display: block;
    font-size: 12px;
}
.navbar-brand{
    padding: 10px 15px;
}
.navbar-brand .logo{
    height: 60px;
}
.banner_pro{
    position: absolute;
    bottom: 60px;
}
.banner_pro img{
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,.1);
    box-sizing: content-box;
}
.banner_pro{
    opacity: 0;
}
.page-num{
    margin: 5px;
}
.pagelist a{
    color: #333;
}
span.page-num{
    border: 0;
}
.n_banner ul{
    position: absolute;
    bottom: 10px;
    padding-left: 0;
}
.n_banner ul li{
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
}
.n_banner ul li a{
    color: #fff;
}
.main_about_bottom{
    margin-top: 30px;
}
.main_about_bottom p{
    text-align: center;
    font-size: 18px;
}
.main_about_bottom p.year{
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 0;
}
.main_about_bottom p.year span{
    font-size: 18px;
}


/* 首页优势 */
.swiper-container-advantage .advantage_bg{
    height: 100vh;
}
.advantage_bg{
    transition: 4s;
    -moz-transition: 4s; /* Firefox 4 */
    -webkit-transition: 4s; /* Safari 和 Chrome */
    -o-transition: 4s; /* Opera */
}
.advantage{
    position: absolute;
    padding: 0 10%;
}
.advantage h2{
    color: #fff;
    margin-bottom: 20px;
}
.advantage p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.advantage button{
    background: rgba(0,0,0,0);
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 14px;
}



/* 首页新闻 */
.main_news_bg{
    width: 100vw;
    height: 100vh;
    position: absolute;
}
.swiper-slide-news{
}
.swiper-container-news .main_new_img{
    width: 25%;
    position: relative;
    transition: all 0.36s ease;
    top: 0;
    display: inline-block;
    vertical-align: middle
}
.swiper-container-news .main_new_message{
    position: relative;
    transition: all 0.36s ease;
    top: 0;
    width: 70%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-left: 1vw;
}
.main_new_message h2{
    color: #000;
    font-size: 16px;
}
.main_new_message p{
    color: #000;
    font-size: 14px;
}
.main_news_right{
    text-align: left;
}
.main_news_title{
    margin-bottom: 3vh;
}
.main_news_con{
    background: #fff;
    padding: 0px 10px;
    margin: 5px 0;
}
.main_news{
    margin-right: 20%;
}
.main_news button{
    background: rgba(0,0,0,0);
    border: 0px solid #fff;
    color: #bbb;
    padding: 10px;
    padding-left: 0;
    font-size: 14px;
    float: left;
}
.swiper-container-news .swiper-wrapper h2{
    font-size: 20px;
    text-align: left;
    color: #fff;
    padding-bottom: 10px;
}
.swiper-container-news .swiper-wrapper p{
    font-size: 14px;
    color: #fff;
    text-align: justify;
}
.swiper-container-news .swiper-wrapper .swiper-slide{
    padding: 10px;
    transition: 1s;
    -moz-transition: 1s; /* Firefox 4 */
    -webkit-transition: 1s; /* Safari 和 Chrome */
    -o-transition: 1s; /* Opera */
}
.swiper-container-news .swiper-wrapper .swiper-slide:hover{
    background: rgba(255,255,255,.1);
}
.main_products_left{
    text-align: left;
    margin-bottom: 30px;
}
.main_news_right p{
    font-size: 14px;
    color: #fff;
    text-align: justify;
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 10px;
}
.main_news_right button {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 5px 50px;
    border-radius: 30px;
    font-size: 14px;
}
.ldzc img{
    width: 100%;
}

/* 首页产品 */
.swiper-slide-products{
    
}
.main_products_bg{
    width: 100vw;
    height: 100vh;
    position: absolute;
}
.swiper-slide-products button{
    background: rgba(0,0,0,0);
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 14px;
}
.swiper-slide-products .swiper-wrapper h2{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.swiper-slide-products .swiper-slide:first-child{
    border-left: 1px solid #999;
}
.swiper-slide-products .swiper-slide:nth-child(2){
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.swiper-slide-products .swiper-slide:last-child{
    border-right: 1px solid #999;
}
.swiper-slide-products .swiper-wrapper .swiper-slide img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.swiper-slide-products .swiper-slide{
    transition: 1.5s;
    -moz-transition: 1.5s; /* Firefox 4 */
    -webkit-transition: 1.5s; /* Safari 和 Chrome */
    -o-transition: 1.5s; /* Opera */
}
.swiper-slide-products .swiper-slide:hover{
    background: #057201;
}

/* 首页联系 */
#allmap{
    width: 100vw;
    height: 100vh;
}
#allmap2{
    width: 100%;
    height: 50vh;
    overflow: hidden;
    margin: 4.3vh 0;
}
.main_map{
    
}
.main_contact_right{
    padding-top: 0;
}
.main_map .main_about_left_title{
    max-width: 70%;
}
.main_map button{
    background: rgba(0,0,0,0);
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 14px;
}
.main_map p{
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 34px;
    margin-bottom: 20px;
}
.main_map a{
    color: #fff;
}
.anchorBL{
    display:none;
}
.main_contact_right{
    
}

/* 首页产品 */
.main_products_left{
    text-align: left;
}
.main_products_left p{
    font-size: 14px;
    color: #fff;
    text-align: justify;
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 30px;
}
.main_products_left button{
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 5px 50px;
    border-radius: 30px;
    font-size: 14px;
}
.main_news_right .main_products_left_title{
    margin-bottom: 20px;
}
.main_products_zs{
    float: left;
}
.main_products_zs a{
    width: 100%;
}
.main_products_zs img{
    width: 100%;
    height: 20vh;
}
.main_products_right_title{
    margin-bottom: 10px;
}
.col-5{
    float: left;
    width: 20%;
    padding: 0 15px;
}
.main_products_zs p{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
.swiper-slide-products a button{
    float: right;
    margin-right: 15px;
    margin-top: 20px;
}


/* about */
.n_banner{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.n_banner_text{
    position: absolute;
    margin-top: 40px;
}
.n_banner_bg{
    width: 100%;
}
.n_nav{
    text-align: center;
    margin-bottom: 5vh;
}
.n_nav li{
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}
.n_nav li a{
    color: #b5b5b5;
    border: 1px solid #ededed;
    padding: 10px 20px;
    border-radius: 5px;
    transition: .5s;
    line-height: 50px;
}
.n_nav li a:hover{
    color: #fff;
    background: #057201;
    border: 1px solid #057201;
}
.n_main_wrap{
    background: #fff;
    padding: 5vh 15vh;
}
.swiper-container-recent .swiper-wrapper{
    padding-left: 0;
}
.n_main{
    margin-bottom: 5vh;
}
.c_news_title{
    margin-bottom: 3vh;
}
.c_news_main img{
    max-width: 100%;
    height: 30vh;
}
.c_qywh_main img{
    height: 30vh;
}
.swiper-container-qywh ul li{
    list-style: none;
}
.c_products_main img{
    height: 30vh;
}
.c_products_main{
    text-align: center;
}
.c_products_main_ul{
    padding-left: 0;
}
.c_products_main ul li{
    list-style: none;
    margin-bottom: 3vh;
}
.c_products_main ul li img{
    width: 100%;
}
.c_products_main ul li:nth-child(2n){
    margin-right: 0 !important;
}

.c_news_main_title{
    color: #000;
    font-size: 16px;
    padding: 2vh 0 0;
}
.li_search{
    color: #fff;
    padding: 0 !important;
    border: 0 !important;
}
.li_search button{
    color: #333 !important;
}
.c_news_main_de{
    font-size: 14px;
    text-align: left;
    color: #333;
    display: -webkit-box;
    overflow: hidden;  
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.c_news{
    overflow: hidden;
}
.gsjj_right_title{
    font-size: 28px;
    color: #545454;
    display: none;
}
.gsjj_right_title_s{
    font-size: 12px;
    margin-bottom: 2vh;
    color: #545454;
    display: none;
}
.gsjj_left img{
    max-width: 100%;
}
#gsjj{
    margin-bottom: 5vh;
}
.qywh_title{
    font-size: 28px;
    color: #545454;
}
.qywh_title_s{
    font-size: 12px;
    margin-bottom: 2vh;
    color: #545454;
}
#qywh{
    text-align: center;
    margin: 0 auto;
}
.swiper-container-qywh{
    overflow: hidden;
}
.swiper-container-qywh ul{
    padding: 0;
}
.swiper-container-qywh .swiper-slide{
    width: auto !important;
}
.qywh_message{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2vh;
}
#dszzc{
    padding: 5vh 0;
    text-align: center;
}
.dszzc_center{
    text-align: justify;
}
#lsfg{
    text-align: center;
}
.dszzc_left img,.dszzc_right img{
    width: 100%;
}
.clear_both{
    clear: both;
}
#lsfg img{
    width: 100%;
    margin-bottom: 1vh;
}
.jszc{
    float: right;
}
.n_wrap{
    background: #fff;
}

/* 内页新闻 */
.swiper-container-mainnews ul{
    padding-inline-start: 0;
}
.dede_pages{
    text-align: center;
}
.pagelist{
    margin-top: 0vh;
    background: #fff;
    padding: 20px 0;
    margin-bottom: 0;
    clear: both;
}
.pagelist li{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #8c908c;
}
.pagelist li a{
    color: #333;
}
.pagelist select{
    border: 0px;
}

/* 内页产品 */
.swiper-container-mainpro ul{
    padding-inline-start: 0;
}
.swiper-container-mainpro img {
    width: 100%;
}

/* 内页基地 */
.swiper-container-mainbase ul{
    padding-inline-start: 0;
}
.swiper-container-mainbase .c_news_main_title{
    text-align: center;
}

/* 内页联系 */
.contact_lx{
    position: absolute;
    right: 0;
}

/* 内页底部 */
#footer{
    clear: both;
}
.footer{
    padding: 5vh 10vh;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer_left{
    margin-bottom: 5vh;
}
.footer_left .name{
    margin: 10px 0 20px;
}
.footer_right p{
    float: left;
    margin-right: 20px;
    width: 30%;
    color: #fff;
}
.footer_right input{
    background: rgba(0,0,0,0);
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.footer_right p .inputtxt{
    color: #fff;
    width: 100%;
    padding: 20px 0px 20px 0;
}
::-webkit-input-placeholder{
    color: #333;
    font-size: 16px;
}
.footer_right textarea{
    background: rgba(0,0,0,0);
    border: 0;
    border-bottom: 1px solid #fff;
}
.footer_right p textarea.inputtxt {
    width: calc(300% + 40px);
    width: -moz-calc(300% + 40px);
    width: -webkit-calc(300% + 40px);
    padding: 40px 0 30px 0;
}
.footer_right input:focus,.footer_right textarea:focus{
    outline: none;
}
.footer_right p .inputsub {
    width: 100px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
    display: block;
    float: left;
    position: relative;
    top: 140px;
    height: 40px;
    left: calc(-100% - 20px);
    left: -moz-calc(-100% - 20px);
    left: -webkit-calc(-100% - 20px);
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 5px #057201;
    background: #057201;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #fff;
    background: #EDEDED;
}

/* 内页网站底部 */
#footer, #footer a {
    color: #fff;
}
.module {
    position: relative;
    z-index: 1;
    background: url(../images/footer_bg.jpg);
    background-size:cover;
}
#footer #flinks .module_container{
    padding: 5%;
}
.row {
    zoom: 1;
}
#footer #flinks .row.gutter {
    margin: 0 -40px;
    display: flex;
    padding: 0;
}
#footer #flinks .row.gutter > [class*="col-"] {
    padding: 0 40px;
}
#footer li{
    list-style: none;
}
#footer #copyright {
    background: #333;
}
#footer #copyright .module_container{
    padding: 20px 5%;
}
#footer .zszc{
    float: right;
}
#footer .footer_lxwm{
    margin-top: 30px;
    line-height: 30px;
}
#footer #flinks .content_list .item_block:last-child {
    border-right: none;
}
#footer #flinks .fitem_block_link li.title {
    font-size: 14px;
    margin-bottom: 30px;
    height: auto;
    line-height: 24px;
}
#footer #flinks .fitem_block_link li.title span{
    font-size: 18px;
}
#footer #flinks .fitem_block_link li {
    line-height: 30px;
    height: 30px;
    display: block;
}
.col-25 {
    width: 25%;
}
.col-75{
    width: 75%;
}
.c_news_main{
    background: #fff;
}
    
/* 内页加盟 */
.n_join_wrap{
    padding: 5vh 10vh;
}
.n_join_box{
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    margin-bottom: 5vh;
}
.n_join_img{
    float: left;
    width: 140px;
    height: 140px;
}
.n_join_img img{
    width: 100%;
    border-radius: 50%;
}
.n_join_message{
    text-align: left;
    margin-left: 190px;
    transition: all linear .2s;
    transform: translateY(30%);
    padding-right: 80px;
}
.n_join_message p:first-child{
    font-size: 20px;
}

/* 内页招贤纳士 */
.n_recruit{
    padding: 5vh 10vh;
}
.n_recruit img{
    max-width: 100%;
}

.li_search input{
    color: #333;
}

/* 关于我们 */
.about_title{
    width: 100%;
    margin-bottom: 5vh;
}
.gsjj_right_messgae{
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}
.gsjj_right_messgae span{
    color: #0c7508;
    font-weight: 700;
}
.ldzc_img{
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}
.ldzc_right_messgae{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}
#lsfg .about_title{
    height: auto;
    margin-bottom: 5vh;
}
.qywh_title,.qywh_title_s{
    display: none;
}

.n_main_wrap #allmap2{
    height: 60vh;
}

/* oem */
.oem p .inputtxt {
    color: #333;
    width: 100%;
    padding: 20px;
}

.oem input {
    background: rgba(0,0,0,0);
    border: 1px solid #d2d2d2;
}
.oem .inputsub{
    padding: 10px 80px;
}
.oem textarea{
    height: 20vh;
    border: 1px solid #d2d2d2;
}
.oem .oem_title{
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    margin-bottom: 5vh;
}

.right {
    position: fixed;
    left: 5px;
    top: 45%;
    z-index: 999;
}
.right a {
    display: block;
    width: 80px;
}
.right a img {
    width: 100%;
}

/* 屏幕小于768px */
@media screen and (max-width: 768px) {
    .main_news_right p:nth-child(n+3){
        display: none;
    }
    .col-5{
        width: 33%;
    }
    .main_news_right .main_products_left_title{
        margin-top: 20px;
    }
    .main_products_zs img{
        height: 10vh;
    }
    .swiper-slide-products a button{
        float: none;
    }
    .banner_pro{
        top:50%;
    }
    .banner_pro img{
        width: 20%;
    }
    .main_about_bottom p.year{
        font-size: 30px;
    }
    .main_about_bottom p{
        font-size: 14px;
    }
    .right a {
        display: block;
        width: 40px;
    }
    .c_products_main ul li:nth-child(2n-1){
        clear: both;
    }
    .n_join_wrap{
        padding: 5vh 2vh;
    }
    .n_join_box {
        width: 100%;
        margin-bottom: 4vh;
    }
    .n_join_message{
        margin-left: 160px;
        transform: translateY(7%);
        padding-right: 0;
    }
    .c_news_main{
        margin: 0;
        width: 100%;
    }
    .c_news_main img{
        height: 100px;
    }
    .c_products_main img{
        height: 120px;
    }
    .richtext p{
        text-align: center !important;
    }
    #lsfg img{
        height: 100px;
    }
    .dszzc_left{
        margin-bottom: 2vh;
    }
    .qywh_message{
        width: 100%;
    }
    .gsjj_left{
        margin-bottom: 2vh;
    }
    #footer #flinks .row.gutter {
        margin: 0;
        display: block;
    }
    #footer #flinks .row.gutter .item_block{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #footer #flinks .content_list .item_block{
        border-right: 0px;
        border-bottom: #eee 1px solid;
    }
    #footer ul{
        padding: 0;
    }
    #footer #flinks .fitem_block_link li.title{
        margin-bottom: 10px;
    }
    #footer .footer_lxwm {
        margin-top: 10px;
    }
    #footer #flinks .fitem_block_link li{
        display: inline-block;
    }
    #footer #flinks .fitem_block_link li.title{
        display:block;
    }
    #footer #flinks .content_list .item_block:last-child{
        border-bottom: 0px;
    }
    .navbar-nav > li{
        margin-left: 0;
    }
    .navbar-brand .logo{
        height: 30px;
    }
    .navbar-brand{
        padding-top: 10px;
    }
    .banner_text{
        top: 35%;
        left: auto;
        transform: translateX(0%);
        width: 90%;
        max-width: 90%;
    }
    .swiper-button-prev, .swiper-button-next{
        display: none;
    }
    .copyright{
        text-align: center;
        font-size: 12px;
        left: 2%;
    }
    .banner_bg{
        width: auto;
    }
    .navbar-collapse{
        background: rgba(0,0,0,.8);
        height: 100vh;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: rgba(0,0,0,0);
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: rgba(0,0,0,0);
    }
    .navbar-default .navbar-toggle{
        border: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar{
        width: 30px;
    }
    .main_about_right,.swiper-container-banner .swiper-slide-active p{
        display: none;
    }
    #allmap2{
        height: 30vh;
        margin-bottom: 0;
    }
    .main_about_left{
        margin-top: 4vh;
    }
    .banner_subtitle{
        margin-bottom: 30px;
    }
    .main_about_left{
        text-align: left;
    }
    .main_about_left_title {
        margin-bottom: 20px;
        max-width: 70%;
    }
    .main_about p{
        margin-bottom: 20px;
    }
    .main_about_bg{
        width: auto;
    }
    .main_news_title{
        max-width: 50%;
    }
    .swiper-slide-products{
        
    }
    .main_products_bg,.main_news_bg{
        width: auto;
    }
    .main_map{
        
    }
    
    .navbar-default .navbar-nav > li > a{
        color: #fff;
    }
    .main_map p{
        text-align: left;
    }
    .n_banner{
        height: 30vh;
        width: auto;
        overflow: hidden;
    }
    .n_banner_text{
        max-width: 50%;
        margin-top: 25px;
    }
    .n_nav{
        padding-left: 0;
    }
    .n_main_wrap {
        padding: 3vh 2vh;
    }
    .n_banner_bg {
        width: auto;
    }
    .c_news_main_de{
        display: none;
    }
    .footer_right{
        display: none;
    }
    .footer {
        padding: 2vh 1vh;
    }
    .footer_left{
        margin-bottom: 0vh;
    }
    .main_about_title{
        display: none;
    }
    .main_products_title,.main_products_left{
        
    }
    .main_news_right{
        
    }
    .main_news{
        margin-right: 0;
    }
    .swiper-slide-news {
        padding: 0 1%;
    }
    .main_new_message p{
        display: none;
    }
    .main_news_con{
        padding: 10px 10px;
    }
    .gsjj_right_title,.gsjj_right_title_s{
        display: block;
    }
    .about_title{
        display: none;
    }
    .gsjj_right_messgae{
        padding-right: 0;
    }
    .ldzc_img{
        padding-right: 15px;
    }
    .jszc{
        float: none;
    }
    .ldzc_right_messgae{
        margin-top: 0;
        transform: translateY(0);
    }
    .qywh_title,.qywh_title_s{
        display: block;
    }
    .n_banner ul li{
        padding: 5px 10px;
    font-size: 12px;
    }
    .n_banner ul{
        bottom: 0;
        text-align: center;
    }
}
@media (min-width: 1440px){
    .container {
        width: 1440px;
    }
}
