body {
    padding-top: 50px;
}
a,a:hover{text-decoration: none;color: #333;}
a:visited,a:link,a:active{text-decoration: none;}
.h1, .h2, .h3, h1, h2, h3{margin: auto}
ul,li{ padding:0;margin:0;list-style:none}

/* 页面设置 */


/*导航*/
.navbar-default{background-color: #fff;}

.navbar{border-bottom: none}
.navbar-brand{padding:5px 10px;}
.navbar-brand img{width: 100px;}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover
{color:#018D44;font-weight: bold;background: none;}

.navbar-default .navbar-nav .open>a,
.navbar-default .navbar-nav .open>a:focus,
.navbar-default .navbar-nav .open>a:hover
{color:#018D44;font-weight: bold;background: none;}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover
{color: #018D44;font-weight: bold;background: none; }

.dropdown-menu{padding: 0;min-width: 100px;border: none;}
.dropdown-menu>li>a{padding: 7px 20px;}
.dropdown-menu>li>a:hover{background-color: #018D44;color: #fff;}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background: none}
.navbar-default .navbar-toggle{border: none}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{max-height:380px; }


/*===========================首页样式===========================*/

.home-section{padding: 50px 0;}
.home-title-left{display: inline-block!important;align-items: center;margin-bottom: 20px; }
.title-left{padding-top:30px;display: flex; align-items: center;}
.title-left .title-cn{display:inline-block;margin:0;font-size: 22px;font-weight: bold;color: #333;}
.title-left .title-en{margin-top: 10px;font-size: 20px;font-weight: 800;color: #018D44;text-transform:uppercase}
.normal-btn{display:inline-block;padding:10px 30px;margin-bottom:30px;background-color: #018D44;color: #fff;text-align: center;border-radius: 50px; }
.normal-btn:hover{color: #fff;margin-left: 10px;transition: all 0.5s;}
.about-p{font-size: 12px;color:#666;line-height: 1.8;}
.about-year{margin: 10px 0;display: flex;align-items: center;font-weight: bold;color: #018D44;}
.about-year b{font-size:24px;}
.about-year span{margin:0 5px;font-size:16px;}
.about-slogan{font-weight: bold;color: #018D44;margin-bottom: 20px;}
.home-news{background: url("../img/news-bg.jpg") repeat}
.home-section .title-left{padding-top: 0;}
.home-section .title-right a{padding-top: 0;}

/*banner*/
.carousel-inner .item {text-align: center}
.carousel-inner .item img{display: inline-block}




/*首页产品样式*/
.home-product{background: url("../img/home-product-bg.jpg") no-repeat center center;}
.swiper-container-product p{margin: 10px 0;font-size: 12px;}
.swiper-container-product .swiper-button-next,
.swiper-container-product .swiper-button-prev{width: 40px;height:40px;}
.swiper-container-product .swiper-button-next:after,
.swiper-container-product .swiper-container-rtl .swiper-button-prev:after{width: 40px;height:40px;content: "";background: url("../img/arrow-right.png");background-size:40px 40px;}
.swiper-container-product .swiper-button-prev:after,
.swiper-container-product .swiper-container-rtl .swiper-button-next:after{width: 40px;height:40px;content: "";background: url("../img/arrow-left.png");background-size:40px 40px;}
.swiper-container-product .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{pointer-events: auto;}




/*首页产品swiper插件样式*/

.swiper-container {width: 100%;height: 100%;}
.swiper-pagination{position: relative;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: auto;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 20px 4px;}
.swiper-pagination-bullet{width: 10px;height:10px;}
.swiper-slide {
    text-align: center;font-size: 18px;background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -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;
    transition: all 0.5s;
}
.swiper-slide:hover p{color: #018D44;font-weight: bold;}
.swiper-slide:hover img{ transform:scale(0.98);}
.swiper-slide img{display: block;  transition: all 0.5s;}
.swiper-container-product{margin-top: 50px;}
.swiper-pagination-bullet-active{color: #018D44}






/*首页news样式*/
.home-news{background-color: #f0f0f0;font-size: 12px;}
.new-list .news-item{border: 1px solid #ddd;padding-top: 15px;padding-bottom: 15px;margin-left: -1px;margin-top:-1px;transition: all 0.5s;}
.new-list .news-item:hover{background-color: #018D44;}
.new-list .news-item:hover figcaption{color: #fff;font-weight: bold;}
.new-list .news-item:hover p{color: rgba(255,255,255,0.5)}
.new-list .news-item:hover{box-shadow: 0 0 20px #ddd;}
.new-list figure figcaption{
	white-space:nowrap;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
   }

.title-right{text-align: left;color: #C8C8C8;}
.title-right a{display: inline-block;padding: 30px 0 10px 0;margin-right:20px;font-size: 14px;color: #666;}
.title-right a:hover,.title-right a.active{color: #018D44;border-bottom: 3px solid #018D44;}
.title-right a:first-child{padding-left: 0;}
.title-right a:last-child{margin: 0;}
.new-list{margin-top:30px;}
.new-list figure p{color: #999; }
.new-list figure img{width: 100%;}


.new-list .img-wrapper{overflow: hidden;width: 100%;height: 0; padding-bottom: 60%;position: relative;  }
.new-list .news-item img{  position: absolute;width: 100%;height:100%;top: 0;left:0;transition: all .3s}

.new-list-nopic .news-item-nopic{margin-bottom: 20px;}
.new-list-nopic .news-item-nopic a figure{padding: 20px;background-color: #f4f4f4;transition: all .3s;;}
.new-list-nopic .news-item-nopic figcaption{font-size: 16px;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.new-list-nopic .news-item-nopic span{display: block;margin: 10px 0;color: #006F35;font-weight: bold;}
.new-list-nopic .news-item-nopic p{color: #888; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.new-list-nopic .news-item-nopic:hover a figure{background-color: #006F35;color: #fff;}
.new-list-nopic .news-item-nopic:hover a figure span{color: rgba(255,255,255,0.6);}
.new-list-nopic .news-item-nopic:hover a figure p{color: rgba(255,255,255,0.8);}
.new-list-nopic .news-item-nopic:hover figcaption{text-decoration: underline;}
/*首页factory*/
.home-factory{background: url("../img/factory-bg-xs.jpg")  no-repeat  center top;}
.swiper-container-factory{margin-top: 20px;}




/**首页contact样式*/
.home-contact{background: url("../img/contact-bg.jpg") no-repeat fixed center bottom;font-size: 12px;}
.contact-qr{display: flex;align-items:center;margin-top: 20px;}
.contact-qr .contact-qr-r{margin-left: 20px;}
.contact-qr .contact-qr-r h4{font-size: 18px;font-weight: bold}

/* 首页友情链接 */
.link{background-color:rgba(1,141,68,0.9)}
.link h3{display: inline-block;margin-right:10px;font-size: 14px;font-weight: bold;color: #fff;padding: 15px 0;}
.link a{font-size:12px;padding: 15px 10px 15px 0;color: #fff;position: relative;}
.link a:after{content: "|";margin-left: 10px;}
.link a:last-child:after{content: "";}
.link a:hover{text-decoration: underline;}
/*首页bottom*/
.home-bottom{padding:60px 0;background-color: #018D44;color: #fff;font-size: 12px;}
.home-bottom ul{display: flex;justify-content:space-between}
.home-bottom ul li{width:90%;border-right: 1px solid #279E60;border-left:1px solid #279E60;margin-left:-1px;text-align: center}
.home-bottom ul h3{font-size: 14px;margin-bottom: 10px;}
.home-bottom ul a{display: block;padding:5px 0;color: rgba(255,255,255,0.7);}
.home-bottom ul a:hover{text-decoration: underline;color: #fff;}


/*footer*/
footer{padding:15px 0;background-color: #0CB932;color: #fff;font-size: 12px;}
footer span{margin-right: 30px;}




/*地图*/
.map-wrapper {position:relative;margin-top: 20px;}
.map-box {width:100%!important;height:67vw!important;margin: 0 auto;overflow: hidden;}
.jsmap-svg-container{width: 125%!important;height: auto!important;}
.jsmap-svg-container svg{margin-left: -80px!important;width: 100%!important;height: auto;}
.map-p{position: absolute;left: 8%;bottom:0;}
.map-p span{margin-right: 20px;}
.map-p span:before{content: "";display:inline-block;margin-right:5px;border: 1px solid #fff;width: 10px;height:10px;border-radius: 50px;}
.map-p span:first-child:before{content: "";background-color: #018D44;}
.map-p span:last-child:before{content: "";background-color: #ADC0CC;}






/*首页产品标签*/
.nav-tabs{margin-top:20px;margin-bottom:20px;background-color: #fff;border-radius: 50px;display: inline-block;border: none;}
.nav-tabs > li > a{border-radius: 50px;padding:8px 10px;margin: 0;line-height: normal;border: none;font-size: 12px;font-weight: bold;}
.nav-tabs > li > a:hover{background: #018D44;border: none;color: #fff;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{color: #fff;background: #018D44;border: none}

.nav-product .nav-tabs {width: 100%; overflow: hidden;
            white-space: nowrap; overflow-x: scroll;}
.nav-product .nav-tabs::-webkit-scrollbar {display: none;}
			
.nav-product .nav-tabs li{float: none;;display: inline-block;transition: all .3s;}
.nav-product .tab-content a{display:table;padding: 4px 5px 4px 0;border-bottom: 1px solid rgba(50,50,50,0.6);margin-right: 30px;margin-bottom:10px;font-size:12px;transition: all 0.3s;}
.nav-product .tab-content a:hover{color: #018D44;border-bottom: 1px solid #018D44;font-weight: bold;}
.nav-product .tab-content a .glyphicon{transform: scale(0.5)}






/*内页*/

/* 内页banner标题 */
.con-banner{position: relative;text-align: center;display: flex;flex-direction: column;align-items: center;padding: 50px 0;}

.con-banner-advise{background: url(../img/con-banner-advise.jpg) top center no-repeat fixed}
.con-banner-news{background: url(../img/con-banner-news.jpg) top center no-repeat fixed}
.con-banner-join{background: url(../img/con-banner-join.jpg)  top center no-repeat fixed}
.con-banner-about{background: url(../img/con-banner-about.jpg) top center no-repeat fixed}
.con-banner-product{background: url(../img/con-banner-product.jpg) top center no-repeat fixed}
.con-banner-download{background: url(../img/con-banner-download.jpg) top center no-repeat fixed}
.con-banner-technology{background: url(../img/con-banner-technology.jpg) top center no-repeat fixed}

.con-banner h2{font-size: 18px;color: #fff;font-weight: bold}
.con-banner h3{font-size:24px;font-weight:bold;margin-top: 5px;text-transform:uppercase;color: #fff;}


.sub-menu{border-bottom: 1px solid #ddd;background-color: rgba(255,255,255,0.4);width: 100%;}
.sub-menu .title-right{white-space: nowrap;overflow: auto;}


.con-box{padding: 30px 0;}
.con-box .article-t{font-size: 16px;color: #444;margin:10px 0 15px 0;}
.con-box .article-t p{font-size: 12px;padding: 15px 0;}
.con-box .article-t p span{padding: 0 15px;color: #888;}
.con-box .article-t h3{font-size: 18px;font-weight: bold;line-height: 1.5}
.con-box .con-p{line-height: 2;font-size: 12px;color: #666;}
.con-box .con-p p{margin-bottom: 30px;}

.con-box .new-list{margin-top:0;}

.empty-box{height: calc(100vh - 380px);display: flex;flex-direction:column;justify-content:center;align-items: center;color: #999;}


/*分页*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #018D44;
    border-color: #018D44;
}
.pagination>li>a {
    color: #018D44;
    padding:7px 13px;margin: 0 3px;
}
.pagination>li>a:hover,.pagination>li>a:active{ background-color: #018D44;color: #fff;}
.list-page{margin-top: 20px;}

.article-page>li>a{border: none;transition: all .3s;}
.article-page>li>a:hover{background-color: #018D44;color: #fff;border: none;}


/*内页文章*/
.article-box .container{padding:20px;background: #f4f4f4;}


/*内页关于*/
.about-left{margin-bottom: 30px;}

/*内页关于-证书*/
.qualify-item {box-sizing: border-box;display: inline-block;margin-bottom:30px;padding: 0 5px;text-align: center;transition: all 0.3s;}
.qualify-item h5:before{content: "";position: absolute;bottom: 0;left: 0;width: 15px;height: 2px;background: #575757;transition: all 0.3s;}
.qualify-item h5{font-size: 14px;line-height: 48px;height: 48px;text-align: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: relative;margin-top: 5px;transition: all 0.3s;font-weight: normal;}
.qualify-item img{max-height: 160px;display: inline-block;max-width: 90%;transition: all 0.3s;}
.qualify-item:hover img{transform:scale(1.05)}
.qualify-item:hover h5{color: #018D44;margin-left: 5px;}
.qualify-item:hover h5:before{background-color: #018D44;width: 30px;}
.qualify-item .pic_box .box{display: table-cell;vertical-align: middle;}
.qualify-item .pic_box{width: 100%;height: 180px;display: table;overflow: hidden;background: #f0f0f0;text-align: center;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}






/*内页产品*/
.product-nav .panel-heading{padding: 0;color: #fff;background-color: #018D44;border-radius: 0;}
.product-nav .panel-heading:hover{background-color: #006F35;}
.product-nav .panel-title{font-size: 14px;}
.product-nav .panel-title a{display: block;text-decoration: none;padding: 12px 15px;}
.product-nav .panel-title a .glyphicon{transform: scale(0.5)}
.product-nav .panel-title a:hover{color: #fff;}

.product-nav .panel-default{border: none}
.product-nav .panel-body{border: none;background-color: #f6f6f6;font-size: 14px;padding:0;}
.product-nav .panel-body a{display: block;padding: 10px 15px;transition: all .3s;}
.product-nav .panel-body a:hover,.product-nav .panel-body a.active{padding-left: 25px;color: #018D44;background-color: rgba(1,141,68,0.1)}
.product-nav .panel-body a:before{transform: scale(0.5);content: "\e250";position: relative;top: 1px;display: inline-block;font-family: "Glyphicons Halflings";font-style: normal;font-weight: 400;line-height: 1;-webkit-font-smoothing: antialiased;}
.product-nav .panel-group .panel + .panel{margin-top: 1px;}

.product-list p{margin: 10px 0; text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}

.product-list .img-wrapper{overflow: hidden;width: 100%;height: 0; padding-bottom: 150%;position: relative;  }
.product-list .product-item img{  position: absolute;width: 100%;height:100%;top: 0;left:0;transition: all .3s}
.product-list .product-item:hover img{transform: scale(1.05)}
.product-list .product-item:hover p{color: #018D44;}
.product-list .product-item .thumbnail{border:none}
.product-list .product-item:hover .thumbnail{border:none}
.product-img{margin-bottom: 20px;}
.product-title{margin-bottom: 20px;font-size: 18px;font-weight: bold}

.con-p table td{border:1px solid #ddd;}
.con-p img{max-width: 100%;}
.product-download-btn{display:inline-block;border: 1px solid #018D44;color: #018D44;padding: 6px 20px;border-radius: 4px;margin-bottom: 20px;transition: all .3s;}
.product-download-btn:hover{background-color: #018D44;color: #fff;}
.product-download-btn .glyphicon{transform: scale(0.8)}




.breadcrumb{display:inline-block;background: none;padding: 0 15px;margin-bottom: 0;margin-left: 20px;}
.breadcrumb a{color: #777;text-decoration: none}
.breadcrumb a:hover{text-decoration: underline}



/* 内页下载 */
.download-item{background-color: #f6f6f6;padding: 20px 20px;width: 46%;margin-left: 2%;margin-right:2%;margin-bottom: 20px;}
.download-item h4{font-size: 14px;margin-bottom: 20px;line-height: 20px;height:40px;overflow: hidden}
.download-item .download-btn{display:inline-block;color: #018D44;padding: 6px 20px;border: 1px solid #018D44;border-radius: 5px;transition: all .3s;font-size: 12px}
.download-item .download-btn:hover{background-color: #018D44;color: #fff;}
.download-tag-title{font-size:16px;font-weight:bold;margin-bottom: 20px;border-bottom: 1px solid #ddd;padding-bottom: 20px;;}
.download-tag-item{margin-bottom: 40px;}








/*内页专家*/
.expert-item h4{font-size:16px;color: #333;font-weight: bold;}
.btn-more{display:inline-block;margin-top:5px;padding: 4px 20px;font-size:12px;border: 1px solid #018D44;border-radius: 6px;color:#018D44;transition: all .3s;}
.btn-more:hover{background-color: #018D44;color: #fff;}

.expert-item p{color: #666;font-size: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.expert-item:hover{background-color: #f6f6f6;}

.expert-item  {margin-bottom:20px;padding-top: 20px;transition: all .3s;}
.expert-item .img-wrapper {position: relative;height: 0;overflow: hidden;padding-bottom: 40%;}
.expert-item .img-wrapper img {position: absolute;max-width: 90%;max-height: 90%;top: 0;left:7%}
.expert-box .expert-img{margin-bottom: 20px;}
.expert-box .article-t{margin: 0;}

/*内页留言*/
.message h3{font-size: 20px;font-weight: bold;}
.message h4{font-size: 14px;color:#666;margin-bottom: 30px;line-height: 1.6;}
.message .form-control{border: none;background-color: #f2f2f2;height:40px;box-shadow: none}
.message textarea.form-control{line-height: 24px;height:auto;}
.message img{margin-bottom: 20px;}


/*问卷调查*/
.question .form-group{margin-bottom: 30px;}
.question h3{font-size:18px;font-weight:bold;margin-bottom: 40px;color: #333;line-height: 1.6}
.question .label-title{font-size: 16px;color: #333;font-weight: bold}
.question .question-item{padding-top:30px;padding-bottom: 30px;border-bottom: 1px solid #ddd;color: #666;}

.question .notice{padding: 20px;background-color: #f6f6f6;font-size: 12px;}
.question .notice h5{color: #333;font-weight: bold}
.question textarea{max-width: 700px;}
.question .radio-inline{font-size: 12px;}



/*内页加盟*/
.table-business>tbody>tr>td{padding: 12px 8px!important;}
.table-title{font-size: 18px;margin-bottom: 20px;color: #333;font-weight: bold}





/*内页招聘*/
.join .panel-heading{padding: 0;}
.join .panel-heading a{padding: 15px 15px;}
.join .panel-heading:hover{background-color: #018D44;color: #fff;}
.join .panel-heading:hover a{color: #fff;}
.join .panel-group .panel + .panel{margin-top: 10px;}
.join .panel-title{font-size: 16px;font-weight: bold;}
.join .panel-title a{display: block;text-decoration: none}
.join .panel-title span{transform: scale(0.7)}
.join .panel-body{color: #666;}
.join .panel-body-t{font-size: 14px;font-weight: bold;color: #018D44;margin-top: 30px;}
.join .panel-body-t:first-child{margin-top:0;}
.join .join-data{}
.join .join-data span{padding-right:30px;color: #666;}
.join .mail-btn{display:inline-block;margin-top: 20px;background-color: #018D44;padding: 10px 20px;color: #fff;border-radius: 6px;text-decoration: none}


/*技术文献*/
.material-list li {padding: 13px 20px; }
.material-list li a{display:block;text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  }
.material-list li time{font-size: 12px;color: #888;}
.material-list li:nth-child(odd){background-color: #f7f7f7;}
.material-list li:hover{background-color: #018D44;}
.material-list li:hover a{color: #fff;}



/*内页专家*/


/*==========================================媒体查询=====================================*/

@media (min-width:1500px) {

    .container{width:1470px}
    .sub-box .container{}
}


@media (min-width: 768px){

    body{
        padding-top: 100px;
    }

    /*顶部*/
    .top-bar{position:fixed;top:0;left:0;right:0;z-index:1030;height:30px;line-height:30px;background-color: #018D44;color: #fff;font-size: 12px; }
    .top-bar p{display: inline;}
    /*导航*/

    .navbar-fixed-top{top: 30px;}
    .navbar .navbar-nav li.dropdown:hover>.dropdown-menu{display: block;animation: fadeInUp 300ms;-webkit-animation: fadeInUp 300ms;-moz-animation: fadeInUp 300ms;-o-animation: fadeInUp 300ms;}
    .navbar .navbar-nav .dropdown-menu {position: absolute;top: 60px;left: 0;background: #fff;min-width: 160px;z-index: 999;}

    /*大屏幕导航*/
    .navbar{height:70px;}
    .navbar-nav>li>a {padding-top: 25px;padding-bottom: 25px;}



    .about-year b{font-size:36px;}

    /*首页产品*/
    .nav-tabs > li > a{border-radius: 50px;padding:10px 20px;margin: 0;line-height: normal;border: none;font-size: 14px;}
    .nav-product .tab-content a{display:inline-block;float:left;font-size:14px;margin-right: 60px;padding: 10px 10px 10px 0;}

	.nav-product .nav-tabs{width:auto;}

    /*首页工厂*/
    .swiper-container-factory{margin-top: 50px;}
    .home-factory{background: url("../img/factory-bg.jpg")  no-repeat fixed center;}


    /*首页地图*/
    .map-wrapper {margin-top: 40px;}
    .jsmap-svg-container{width: 145%!important;}
    .jsmap-svg-container svg{margin-left: -110px!important;}
    .map-box{height:350px!important;}
	.map-p{left: 23%;}

    /*首页关于*/
    .normal-btn{padding: 10px 50px;}
    /*首页联系*/
    .contact-p{margin-top: 40px;}

    /*首页底部*/
    footer{font-size: 14px;}


    /*内页文章*/
    .article-box .container{padding: 40px;}

    /*内页标题*/
    .con-box .article-t h3{font-size: 24px;}
    .con-box .article-t p{font-size: 14px;}
    .con-box .con-p{font-size: 14px;}

    /*内页关于*/
    .qualify-item .pic_box{height: 220px;}
    .qualify-item .pic_box img{max-height: 200px;}

    /*内页产品资料下载*/
    .download-item{padding: 20px 20px;width: 31%;margin-left: 1%;margin-right:1%;margin-bottom: 20px;}

	/* 空页面 */
	.empty-box{height: calc(100vh - 680px);}


}
@media (min-width: 992px){
    /*导航*/
    .navbar-brand img{width: 180px;}

    /*首页关于*/
    .normal-btn{margin-bottom: 0;}
    .about-slogan{font-size: 16px;}
    .home-section{padding: 100px 0;}
    .about-p{padding-right: 50px;font-size: 14px;}

    /*首页标题*/
    .title-left{}
    .title-left .title-cn{font-size: 26px;}
    .title-left .title-en{margin-top: 10px;font-size: 24px;}


    /*地图*/
    .jsmap-svg-container svg{margin-left: -170px!important;}
    .map-box{height:450px!important;}
  


    /*首页联系*/
    .home-contact{font-size: 14px;}
    .contact-qr{margin-top: 50px;}

    /*首页底部*/
    .home-bottom{font-size: 14px;}
    .home-bottom ul h3{font-size: 16px;}

    /*首页产品*/
    .swiper-container-product p{font-size: 14px;}
	.home-product{background: url("../img/home-product-bg.jpg") no-repeat fixed center center;}

    /*首页新闻*/
    .home-news{font-size: 14px;}
    .title-right{text-align: right}
    .title-right a{font-size: 16px;}


    /*内页文章*/
    .article-box .container{padding:40px 60px;}

    /*内页关于*/
    .about-right{padding-left: 60px;}

    /*内页关于-证书*/
    .qualify-item .pic_box{height: 240px;}
    .qualify-item .pic_box img{max-height: 226px;}



    /*内页产品*/
    .product-title{font-size: 24px;}

    .title-left{margin-bottom: 0;}
    .home-title-left{margin-bottom: 20px!important;}

    /*内页专家*/
    .expert-item h4{font-size:18px;}
    .btn-more{padding: 6px 20px;font-size:14px;}
    .expert-item p{font-size: 14px;}



    /* 内页banner标题 */
    .con-banner{padding: 100px 0;}
    .con-banner h2{font-size: 24px;}
    .con-banner h3{font-size:30px;margin-top: 10px;}

    /*内页title*/
    .title-left{padding-bottom:20px;}
    .title-right a{padding: 31px 0 20px 0;}



    /*内页留言*/
    .message h3{font-size: 24px;}
    .message h4{font-size: 16px;}

    /*问卷调查*/
    .question h3{font-size:22px;color: #333;}
    .question .radio-inline{font-size: 14px;}

    /*内页下载*/
    .download-item h4{font-size: 16px;line-height: 24px;height:48px;}
    .download-item .download-btn{font-size: 14px;}


    .home-news .title-right{margin-top: 40px;}
	
	
	/* 空页面 */
	.empty-box{height: calc(100vh - 770px);}
	
}
@media (min-width: 1200px){
    /*导航*/
    .navbar-brand {padding: 0;}

    /*首页关于*/
    .about-p{padding-right: 100px;}

    /*地图*/
    .jsmap-svg-container{width: 120%!important;}
    .jsmap-svg-container svg{margin-left: -100px!important;}
	.map-p{left: 38%;}

    /*内页关于*/
    .about-right{padding-left: 100px;}


}

@media (min-width: 1500px){
    /*地图*/
    .jsmap-svg-container{width: 100%!important;}
    .jsmap-svg-container svg{margin-left: 0!important;}

    /*内页文章*/
    .article-box .container{padding:50px 100px;}


    /*内页关于-证书*/
    .qualify-item .pic_box{height: 260px;}
    .qualify-item .pic_box img{max-height: 240px;}
}




@media (min-width:400px) and (max-width:768px){
    /*地图*/
    .jsmap-svg-container{width: 500px!important;}
    .map-box{height: 300px!important;}
}


    @media (min-width:992px) and (max-width:1200px) {
    /*导航*/
    .navbar-nav>li>a{padding: 25px 8px;font-size: 12px;}
    .navbar-brand img{width: 140px;}
    .navbar-brand{padding:6px 0;}
    .dropdown a{font-size: 12px;}
    .dropdown-menu{min-width: 80px;}


}

    @media (min-width:768px) and (max-width:992px) {
    /*导航*/
   .navbar-nav>li>a{padding: 25px 8px;font-size: 12px;}
    .navbar-brand img{width: 100px;}
    .navbar-brand{padding:15px 0;
	.dropdown a{font-size: 12px;}
	.dropdown-menu{min-width: 80px;}
  


}
@media (max-width:767px){
    /*导航*/
    .dropdown-toggle{position: relative;}
    .dropdown-toggle .caret{position: absolute;right: 20px;top:18px;}

    #navbar li a:hover{color: #018D44}
    #navbar .navbar-nav>li{animation: fadeInUp 300ms;-webkit-animation: fadeInUp 300ms;-moz-animation: fadeInUp 300ms;-o-animation: fadeInUp 300ms;}
    #navbar .navbar-nav>li.open{background-color: #E5F6ED}
    #navbar .navbar-nav>li.open .dropdown-toggle{background-color: #018D44;color: #fff;}


    .nav_mask {
        position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 888;background-color: rgba(0,0,0,0.4);display: none;}
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{padding: 8px 15px 8px 16px;}

    footer span{display: block;font-size: 12px;}
	
	
}

