/*===================== 重置样式 START =====================*/
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,th,td,select,ul,ol,li,form,input,textarea,fieldset,legend,img{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight: 300;}
li{list-style: none;}
a{text-decoration: none;background: transparent;outline: none;color:#000;display: block;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
a:hover, .tran, .pub_button .pb_bg, .header .logo, .header.bg{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.wot{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.upp{text-transform:uppercase;}
.middle_box{display: table;width: 100%;height: 100%;}
.middle_box .middle{display: table-cell;vertical-align: middle;width: 100%;text-align: center;}
img{ border: 0;vertical-align: middle;display: block;max-width: 100%;}
table{ border-collapse: collapse; border-spacing: 0;}
input,textarea{ -webkit-user-modify: read-write-plaintext-only;outline-style: none;border:none;font-size:14px;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #000; } 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #000; } 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#000; }
html::-webkit-scrollbar{width:5px;height:5px;background-color:#fff;} 
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:50px;width:5px;height:5px;background-color:#105E1F;}
textarea{resize:none; overflow: auto;}
input{padding-top: 0; padding-bottom: 0;};
select,input{vertical-align:middle; }
select,input,textarea{font-size:14px;margin:0;}
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after{clear: both;}
.fl{float: left;}
.fr{float: right;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}
body{font-family:"Source Han Sans CN","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-size:16px;color:#333;background-color: #fff;overflow-x: hidden;cursor: default;}
.error3{display: none !important;}
html,body{max-width:1920px;margin:0 auto;}
.wap_show{display: none !important;}
.dn{display: none;}
.f_80{font-size: 80px !important;}
.f_72{font-size: 72px !important;}
.f_60{font-size: 60px !important;}
.f_48{font-size: 48px !important;}
.f_40{font-size: 40px !important;}
.f_38{font-size: 38px !important;}
.f_30{font-size: 30px !important;}
.f_28{font-size: 28px !important;}
.f_24{font-size: 24px !important;}
.f_20{font-size: 20px !important;}
.f_18{font-size: 18px !important;}
.f_16{font-size: 16px !important;}
.f_14{font-size: 14px !important;}
.f_12{font-size: 12px !important;}
/*===================== 重置样式 END =====================*/

/*===================== 公用样式 START =====================*/
.flex { display: flex; }
.flex-align-center { justify-content: center; -webkit-justify-content: center; }
.flex-center, .flex-ver { align-items: center; }
.v-sidebar{position:fixed;right:0;top:0;z-index:100;width:280px;height:100vh;padding:40px 35px;background-color:#fff;box-sizing: border-box;border-left: 1px solid #b7b7b7;}
.v-sidebar .sidebar-nav{z-index:800;height:100vh;overflow-y:auto;padding:168px 20px 100px 55px}
.v-sidebar .sidebar-nav,.v-sidebar .sidebar-nav:after,.v-sidebar .sidebar-nav:before{position:fixed;right:-280px;top:0;width:280px;background:#eee;opacity:0;transition:all .4s;box-sizing: border-box;}
.v-sidebar .sidebar-nav:after,.v-sidebar .sidebar-nav:before{content:"";display:block;height:100px;z-index:2}
.v-sidebar .sidebar-nav:after{top:unset;bottom:0;height:50px}
.v-sidebar .sidebar-nav.open,.v-sidebar .sidebar-nav.open:after,.v-sidebar .sidebar-nav.open:before{right:0;opacity:1}
.v-sidebar .sidebar-nav .nav-menu .nav-item{cursor:pointer;font-size:16px;font-family:PingFang SC;font-weight:700;color:#2d5533;margin-bottom:14px;text-align:justify}
.v-sidebar .sidebar-nav .nav-menu .nav-item ol{display:none;}
.v-sidebar .sidebar-nav .nav-menu .nav-item.active ol{display:block;}
.v-sidebar .sidebar-nav .nav-menu .nav-item:last-child{margin-bottom:0}
.v-sidebar .sidebar-nav .nav-menu .nav-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:73px;max-width:100%;padding:13px 10px 13px 0;line-height:1;display:inline-block;position:relative;-moz-text-align-last:justify;text-align-last:justify}
.v-sidebar .sidebar-nav .nav-menu .nav-item span a{color: #2d5533;}
.v-sidebar .sidebar-nav .nav-menu .nav-item span:after{content:"";display:block;height:1px;width:100%;position:absolute;left:0;bottom:0;background-color:#2d5533;transition:all .36s ease;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transition:all .4s;transform-origin:50% 50%}
.v-sidebar .sidebar-nav .nav-menu .nav-item.active span:after,.v-sidebar .sidebar-nav .nav-menu .nav-item:hover span:after{transform:scaleX(1)}
.v-sidebar .sidebar-nav .nav-menu .sub-nav-menu{padding-top:20px}
.v-sidebar .sidebar-nav .nav-menu .sub-nav-menu .sub-nav-item{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-family:PingFang SC;color:#999;margin-bottom:20px}
.v-sidebar .sidebar-nav .nav-menu .sub-nav-menu .sub-nav-item:last-child{margin-bottom:0}
.v-sidebar .sidebar-nav .nav-menu .sub-nav-menu .sub-nav-item.active,.v-sidebar .sidebar-nav .nav-menu .sub-nav-menu .sub-nav-item:hover{color:#2d5533}
.v-sidebar .sidebar-menu{width:130px;margin:0 auto 108px;position:relative;z-index:900;cursor:pointer}
.v-sidebar .sidebar-menu .menu-trigger{display:inline-block;vertical-align:middle;position:relative;width:30px;height:18px;transition:all .4s}
.v-sidebar .sidebar-menu .menu-trigger>div{display:inline-block;position:absolute;transition:all .4s;left:0;width:100%;height:2px;background-color:#000;border-radius:4px}
.v-sidebar .sidebar-menu .menu-trigger>div:first-of-type{top:0}
.v-sidebar .sidebar-menu .menu-trigger>div:nth-of-type(2){top:8px}
.v-sidebar .sidebar-menu .menu-trigger>div:nth-of-type(3){bottom:0}
.v-sidebar .sidebar-menu .menu-trigger.active>div{background-color:#333}
.v-sidebar .sidebar-menu .menu-trigger.active>div:first-of-type{transform:translateY(8px) rotate(-45deg)}
.v-sidebar .sidebar-menu .menu-trigger.active>div:nth-of-type(2){opacity:0}
.v-sidebar .sidebar-menu .menu-trigger.active>div:nth-of-type(3){transform:translateY(-8px) rotate(45deg)}
.v-sidebar .sidebar-menu span{line-height:1;display:inline-block;vertical-align:middle}
.v-sidebar .sidebar-menu span:first-of-type{font-size:15px;margin:0 15px 0 20px}
.v-sidebar .sidebar-menu .text{font-size:18px;font-family:PingFang SC;color:#2d5533}
.v-sidebar .sidebar-logo{margin-bottom:60px;background-image: url(../../images/logo.png);}
.v-sidebar .sidebar-logo .logo{display:block;width:194px;height:124px;margin:0 auto;text-indent:-999px;background:50%/cover no-repeat}
.v-sidebar .sidebar-search{margin-bottom:300px;position:relative}
.v-sidebar .sidebar-search h2{color: #2D5533}
.v-sidebar .sidebar-search p{color: #709976}
.v-sidebar .sidebar-contact{width:100%}
.v-sidebar .sidebar-tel{text-align: center;color: #105E1F;margin-bottom: 30px;}
.v-sidebar .sidebar-tel img{display: inline-block;}
.v-sidebar .wechat{margin-bottom:28px;position:relative;z-index:3}
.v-sidebar .wechat:hover .qrcode{display:block}
.v-sidebar .wechat .qrcode{width:206px;height:206px;position:absolute;left:50%;top:-213px;z-index:2;margin-left:-103px;display:none}
.v-sidebar .wechat .btn-wechat{margin:0 auto;width:200px;height:48px;border:1px solid #2d5533;background:none;font-size:16px;font-family:PingFang SC;font-weight:400;color:#2d5533;cursor: pointer;}
.v-sidebar .wechat .btn-wechat .wechat-icon{width:24px;height:24px;margin-right:20px}
.v-sidebar .copyright{text-align:center}
.v-sidebar .copyright *{font-size:12px;font-family:PingFang SC;font-weight:700;color:#999;line-height:20px}
.v-sidebar .copyright img{display: inline-block;}
.v-sidebar{padding:40px 0}
.sidebar-box{height:calc(100vh - 80px);overflow-y:auto;padding:0 30px}
@media (max-height:750px){.v-sidebar .sidebar-menu{margin-bottom:40px}
.v-sidebar .sidebar-search{margin-bottom:30px}
}


.header{position: fixed;top:0;left:0;width:100%;z-index:999;background: rgba(0, 0, 0,.45);height: 90px;}
.header .auto{padding:0 30px;text-align: center;}
.header .logo{margin: 20px 0 0;}
.header .logo img{transition: .5s;height:42px;}
.header.bg .logo{margin: 15px 0 0;}
.header .auto .ttel{line-height: 40px;text-align: center;color: #fff;margin-top: 25px;transition: .5s;}
.header .auto .ttel img{display: inline-block;margin-right: 5px;vertical-align: text-bottom;}
.header .auto>ul{width:50%;padding-top:23px;position: absolute;left: 0;right: 0;margin:auto;}
.header .auto>ul>li{float: left;width:14.28%;text-align: center; height: 45px;}
.header .auto>ul>li>a{color:#fff;font-size:18px;height: 45px; line-height: 45px; display: block;text-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 30px rgba(0,0,0,0.075);}
.header .auto>ul>li>a.active, .header .auto>ul>li>a:hover{color:#fff;text-shadow: none;background: #105E1F;}
.header .auto>ul>li ul{display: none;background: rgba(0, 0, 0, 0.45);}
.header .auto>ul>li ul li a{color: #fff;line-height: 40px;}
.header .auto>ul>li ul li a:hover{background: #105E1F}
.header .auto>ul>li:hover ul{display: block;}
.menu_button{cursor:pointer;width:54px;height:54px;top:0;position: relative;z-index:999999;background-color: #105E1F;right: 0;position: absolute;display: none;}
.menu_button .nav_button{position: absolute;right:11px;top:25px;vertical-align: middle;border-radius:20px;width:36px;height:3px;cursor:pointer;background-color:#fff;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.menu_button .nav_button::after, .menu_button .nav_button::before{content:'';width:30px;height:3px;border-radius:20px;position: absolute;z-index:99999999;right:0;background-color:#fff;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.menu_button .nav_button::after{top:10px;}
.menu_button .nav_button::before{top:-10px;}
.menu_button.on .nav_button::before, .menu_button.on .nav_button::after{transform: scale(0);-webkit-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);-moz-transform: scale(0);}
.header.bg{height: 70px;}
.header.bg .logo img{height:35px !important;}
.header.bg ul{padding-top:12px;}
.header.bg .menu_button{width:50px;height:50px;top:10px;}
.header.bg .menu_button .nav_button{width:26px;top:24px;}
.header.bg .menu_button .nav_button::after, .header.bg .nav_button::before{width:26px;}
.header.bg .menu_button .nav_button::after{top:11px;}
.header.bg .menu_button .nav_button::before{top:-11px;}
.header.bg .hrt{margin-top: 20px;}
.header.bg .auto .ttel{margin-top: 10px;}

.cut ul li a{color: #000;}
.cut ul li a.active, .cut ul li a:hover{color:#105E1F;}



.fixed_footer{display: none;}
.menu_box{position: fixed;width:100%;height:100%;right:0;top:-100%;z-index:88888;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;background: url(../../images/dy.jpg) top center no-repeat; background-size: cover;}
.menu_box .item{float: left;width:14.28%;overflow:auto;height:100%;}
.menu_box .item::-webkit-scrollbar{width:2px;height:2px;background-color:#f1f1f1;} 
.menu_box .item::-webkit-scrollbar-track{border-radius:0;background-color:#f1f1f1;}
.menu_box .item::-webkit-scrollbar-thumb{border-radius:0px;width:2px;height:2px;background-color:#db000b;}
.menu_box .item .pad{padding:200px 0 0 30px;text-align: left;}
.menu_box .item h4{font-size:28px;color:#fff;}
.menu_box .item i{display: block;width:30px;height:1px;background-color: #fff;margin:10px 0;}
.menu_box .item span{font-size:14px;color:#fff;}
.menu_box .item ul{padding-top:10px;width:auto;margin:0;}
.menu_box .item ul li{width:100%;text-align: left;}
.menu_box .item ul li a{font-size:16px;color:#fff;height:40px;line-height:40px;cursor:pointer;}


	
/*===================== 公用样式 END =====================*/

/*===================== 首页 START =====================*/



/*===================== 首页 END =====================*/

/* ========================= 内页 START ========================= */

/* ===================== 产品列表页 ===================== */
.icon { left: 0; top: 5px; position: absolute; width: 4px; height: 20px; background: #105E1F;}
.product-nav-nr{width:100%;height:190px;background:#FFF;line-height:190px;-webkit-box-shadow:0px 5px 20px 0px rgba(0,0,0,0.09);box-shadow:0px 5px 20px 0px rgba(0,0,0,0.09);display: none;}
.product-nav-nr .left{width:240px;text-align:center;position:relative}
.product-nav-nr .left:after{content:"";position:absolute;right:0;top:50%;margin-top:-50px;width:1px;height:100px;background:#CCC}
.product-nav-nr .left>div{display:inline-block;vertical-align:middle;line-height:1.2;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}
.product-nav-nr .left>div h1{color:#000;font-size:28px;position:relative;padding-left:10px;vertical-align:top;display:inline-block;font-weight: 700;}
.product-nav-nr .left>div h1 .icon{left:0;top:5px;position:absolute;width:4px;height:26px;background-size:100% 100%;background-image:url(../images/icon-14.png);background-repeat:no-repeat}
.product-nav-nr .left>div h3{color:#B4B4B4;font-size:12px;font-family:"Arial"}
.product-nav-nr .nr{margin-left:240px;padding:0 100px 0 60px;height:190px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.product-nav-nr .nr .p{display:inline-block;vertical-align:middle;font-size:14px;color:#666;line-height:28px;max-height:140px;overflow:hidden;width:100%;text-indent: 2em;}
.product_list_two .auto>img{margin-bottom: 30px;}


#list .auto{background: #fff;box-sizing: border-box;padding: 50px;}
/* #list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto{width:90%;margin:0 auto;} */
.showlist {width:100%;}
.showlist li{width:98%;margin:0 auto 20px;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.showlist .wrap_box{float:left;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}
#showdata {display:none;}
#loaddata {text-align:center;}
.showlist li .img{overflow: hidden;}
.product_list_one .showlist, .product_list_two .showlist, .product_list_three .showlist{display: none;}
.product_list_one #showdata, .product_list_two #showdata, .product_list_three #showdata{display: block !important;}
.product_list_one .item, .product_list_two .item, .product_list_three .item{float: left;width:23%;margin:0 1% 30px;overflow: hidden;}
.product_list_one .item .img, .product_list_two .item .img,.product_list_three .item .img{position: relative;overflow: hidden;}
.product_list_one .item .img img, .product_list_two .item img,.product_list_three .item img{width: 100%;}
.product_list_one .item img, .product_list_two .item img, .product_list_two .item strong, .product_list_three .item em{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.product_list_one .item:hover img, .product_list_two .item:hover img{-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);-o-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);}
.pro_index_item{padding: 100px 5% 0;margin-top: 50px;padding: 50px 5% 0; margin-bottom: 100px;}
.pro_index_item h3,.pro_index_item>a{color: #fff;padding: 0 .5%;font-weight: 700;}
.pro_index_item>a:hover{background: #0067ac}
.pro_index_item>a{background: #105E1F;padding: 10px 30px;}
.pro_index_item:nth-child(1){background: url(../../images/pb1.jpg) no-repeat;}
.pro_index_item:nth-child(2){background: url(../../images/pb2.jpg) no-repeat;}
.pro_index_item:nth-child(3){background: url(../../images/pb3.jpg) no-repeat;}
.pro_index_item:nth-child(4){background: url(../../images/pb4.jpg) no-repeat;}
.pro_index_item:nth-child(5){background: url(../../images/pb5.jpg) no-repeat;}
.pro_index_item:nth-child(6){background: url(../../images/pb6.jpg) no-repeat;}
.pro_index_item:nth-child(7){background: url(../../images/pb7.jpg) no-repeat;}
.pro_index_item:nth-child(8){background: url(../../images/pb8.jpg) no-repeat;}
/* 样式一 */
.product_list_one .item:hover{-webkit-box-shadow: 1px 5px 20px 0px rgb(0 0 0 / 15%); box-shadow: 1px 5px 20px 0px rgb(0 0 0 / 15%);}
/* .product_list_one .item .img{float: left;width: 60%;} */
.product_list_one .item .info{padding:20px;box-sizing: border-box;}
.product_list_one .item h5{display: block;line-height: 30px;font-size:16px;text-transform: uppercase;color: #666;text-align: center;}
.product_list_one .item strong{text-align: center;display: block;font-weight: 400;font-size: 18px;color: #2c5432; opacity: .5;height: 40px;}
.product_list_one .item .line2{width:100%;height:2px;transform-origin: 100%;-webkit-transform-origin: 100%;-webkit-transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transform: scaleX(0);-webkit-transform: scaleX(0);visibility: hidden\9;background-color:#105E1F;text-transform: uppercase;}
.product_list_one .item p{color: #868585; font-size: 14px; line-height: 26px;padding: 20px 0;text-indent: 2em;}
.product_list_one .item:hover .line2{transform: scaleX(1);-webkit-transform: scaleX(1);-moz-transform: scaleX(1);transform-origin: 0;-webkit-transform-origin: 0;visibility: visible\9;}
.product_list_one .item:hover strong{color: #105E1F}
.product_list_one .item .btn { display: inline-block; vertical-align: top; width: 80px; height: 28px; line-height: 26px; font-size: 14px; color: #555; background: #F4F4F4; border: 1px solid #CCC; box-sizing: border-box; transition: all .4s ease; position: relative; text-align: center;}
.product_list_one .item:hover .btn { background: #105E1F; color: #FFF; border-color: #105E1F; }
/* 样式一 */

/* 样式二 */
.product_list_two .item .info{padding:0 30px 20px;background-color:#f6f7f7;}
.product_list_two .item .info strong, .product_list_three .item .info strong{display: block;color:#555;font-size:18px;font-weight:300;padding-top:30px;}
.product_list_two .item .line1{width:0%;height:1px;margin-top:8px;}
.product_list_two .item .info p, .product_list_three .item .info p{display: none;color:#868585;font-size:14px;line-height:26px;height:52px;overflow: hidden;margin-top:8px;}
.product_list_two .item .line2{display: none;}
.product_list_two .item:hover{box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);background-color: #fff;}
.product_list_two .item:hover strong{color:#105E1F;transform: translateY(-10px);-moz-transform: translateY(-10px);-o-transform: translateY(-10px);-ms-transform: translateY(-10px);-webkit-transform: translateY(-10px);}
.product_list_two .item:hover .line1{width:100%;height:1px;background-color:#105E1F;}
.product_list_two .item:hover p{transform: translateY(10px);-moz-transform: translateY(10px);-o-transform: translateY(10px);-ms-transform: translateY(10px);-webkit-transform: translateY(10px);}
/* 样式二 */

/* 样式三 */
.product_list_three .item .info strong{padding:0;}
.product_list_three .item{padding-bottom:20px;border-radius:6px;overflow:hidden;background-color:#f9f9f9;}
.product_list_three .item .info{padding:15px;}
.product_list_three .item em{font-style:normal;float: right;width:10px;height:3px;background-color:#105E1F;margin:0px 15px 0 0;}
.product_list_three .item:hover em{width:30px;}
.product_list_three .item:hover{box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);background-color: #fff;}
/* 样式三 */

/* 产品内页图 */
.product_article .img1{display: none;}
.product_article .title{overflow: hidden;padding:10px 0 0;}
.product_article .title h1{text-align: center;font-size:22px;color:#333;}
.product_article .title .time{display: block;height:30px;line-height:30px;text-align: center;margin:14px 0 0;font-size:14px;color:#999;}
.product_article .title .time img{display: inline-block;height:18px;margin-top:-2px;margin-right:10px;}
.product_article .title .share{text-align: center;height:24px;line-height:24px;margin-top:10px;}
.product_article .title .share span{display: inline-block;vertical-align: top;}
.product_article .title .bdsharebuttonbox{display: inline-block !important;vertical-align: top;}
/* 产品内页图 */

/* ===================== 产品列表页 ===================== */

/* ===================== 产品 详情页 ===================== */
.img_big_box{width:55%;float: left;}
.img_big_box .img_box{height:400px;border:1px solid #bfbfbf;border-radius:5px;position: relative;}
.img_big_box .img_box img{max-width:99%;max-height:99%;border-radius:5px;position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.img_big_box .small_box{border:1px solid #f1f1f1;border-radius:5px;text-align: center;}
.img_big_box .small_box img{max-height:80px;display: inline-block;margin:10px 5px;border:1px solid #fff;}
.img_big_box .small_box img.active{border-color:#105E1F;}
.info_big_box{width:42%;float: right;}
.info_big_box h1{margin-bottom: 5px; font-size: 30px; font-weight: 700; color: #333 !important;text-align: left !important;}
.info_big_box h5{ margin-bottom: 5px; font-size: 18px; font-weight: 700; color: #2d5533; opacity: .6;border-bottom: 1px solid #e5e5e5; }
.info_big_box .info p{    font-size: 14px; font-weight: 400; color: #999;line-height: 24px;}
.info_big_box .info p strong{padding: 15px 0 10px; font-size: 14px; font-weight: 700; color: #2d5533;display: block;}
.info_big_box .info_1{margin:30px 0 0;}
.info_big_box .info_1 .dh{color:#555;margin-bottom:10px;height:40px;line-height:40px;cursor:help;font-family:impact;font-size:26px;margin-bottom:10px;letter-spacing:2px;}
.info_big_box .info_1 .dh a{display: inline-block;color:#555;}
.info_big_box .info_1 .dh img{display: inline-block;vertical-align: middle;width:30px;margin-right:12px;}
.info_big_box .info_1 .dh span{font-size:18px;display: inline-block;vertical-align: middle;color:#555;letter-spacing:0px;}
.info_big_box .info_2{padding:10px;}
.info_big_box .share{height:24px;line-height:24px;margin:20px 0;}
.info_big_box .share span{font-size:16px;color:#555;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{margin:0 6px 0 0 !important;}

.info_big_box .info_3 span{display: inline-block;padding:8px 0;line-height:24px;color:#555;cursor:help;font-size:12px;}
.info_big_box .info_3 span img{display: inline-block;height:20px;margin-bottom:3px;margin-right:6px;}

.xgcp_title{padding:10px;background-color:#fafafa; margin:30px 0 0;}
.xgcp_title h3{color:#105E1F;border-left:2px solid #105E1F;padding-left:20px;height:30px;line-height:30px;font-weight: bold;font-size: 20px;}

.article_content{font-size:16px;line-height:40px;color:#333;margin-top: 50px;}
.article_box{padding-top:30px;}
.article_box img, .article_content img{display: inline-block;}
.article_box p, .article_content p{text-align:justify}
.article_content.about_box{text-indent: 0;}
.article_content.about_box h4,.about-title h4,.article_content.about_box .about_type em{color:#105E1F;}
.article_content.about_box .about_type li p{color: #000;text-align: center;line-height: 10px;}
.article_content.about_box h3{color: #000;text-indent: 1em;}
.article_content.about_type li p,.about-title h3{color: #292929;margin-bottom: 30px;margin-top: 0;text-align: center;}
.article_content.about_box .about_type ul,.about_type ul,.about_nav ul {display: table;  word-spacing:-1em;width: 100%;}
.article_content.about_box .about_type li{width: 25%;}
.article_content.about_box .about_type{text-indent: 0;}
.about_nav ul li{width: 33.33%;position: relative;float: left;}
.about_nav ul li h3{position: absolute;bottom: 0;left: 0;width: 100%;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);color: #fff;line-height: 60px;box-sizing: border-box;padding: 0 20px;white-space: nowrap;      text-overflow: ellipsis; transition: .5s;}
.about_nav ul li a:hover h3{background:rgba(16,94,31, .7);height: 100%;text-align: center;padding-top: 30%;font-size: 30px;font-weight: 700;}
.about-honor {    padding: 5% 0;background: url(../../images/bg2.jpg) no-repeat center #f4f4f4;}
.about-honor .swiper-slide{text-align: center;}
#xgcp ul li{float: left;text-align: center;width:23%;margin:1%;}
#xgcp ul li img{width: 100%;}
#xgcp ul li strong{display: block;height:36px;color:#333;font-size:16px;font-weight:100;line-height:36px;text-align: center;}
#xgcp ul li:hover strong{color:#105E1F;}
#xgcp ul li:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.pagenum{border-top:1px solid #DCDCDC;margin-top:30px;text-align: center;}
.pagenum a{display: inline-block;color:#666;margin:20px 20px 0;width:120px;height:30px;line-height:30px;font-size:0px;}
.pagenum span{font-size:16px;color:#333;}
.pagenum a:hover span{color:#105E1F;}
/* ===================== 产品 详情页 ===================== */

/* ===================== 内页 Banner 图 ===================== */

#nyba{height:400px;position: relative;overflow:hidden;background-attachment: fixed;position: relative;background-size:auto 600px;margin-right: 280px;}
#nyba1{height:525px;position: relative;overflow:hidden;background-attachment: fixed;position: relative;}
.gsb{ background:linear-gradient(rgba(0, 0, 0, 0.45) 0%, rgba(53, 57, 146, 0) 40%); position: absolute; top: 0; width: 100%; height: 100%; left: 0; z-index: 1; }
#nyba img{ width: 100%; position: absolute; top: 0; left: 0; z-index: 0; animation:change 2s ease-in-out }
.n_nav{ position: absolute; bottom:10%;  left: 0; right: 0; z-index: 4; margin: auto; text-align: center; }
.n_nav a{ width: 11%; display: inline-block; background: rgba(255, 255, 255, 0.851); text-align: center; height: 50px; line-height: 50px; margin-right: 10px; animation:change1 1s ease-in-out; border-radius: 10px; }
.n_nav .active,.n_nav a:hover{ box-shadow: 0 0 5px rgba(16,94,31, .5); transform: translateY(-10px); background:#105E1F; color: #fff; }
@keyframes change{ from { transform:scale(1.2);opacity: 0.8;} to {transform:scale(1);opacity: 1;} }
@keyframes change1{ from { transform:translateY(60px);opacity: 0;} to {transform:translateY(0px);opacity: 1;} }
.fade_text{text-transform:uppercase;margin-top:12%;text-align: center;font-size:0;position: relative;z-index: 22;}
.fade_text span{color:#fff;display: inline-block;}
.fade_text .cn{height:95px;line-height:95px;overflow: hidden;}
.fade_text .cn span{font-size:72px;}
.fade_text .en{height:40px;line-height:40px;font-size:30px;overflow:hidden;}
.fade_text .line{width:80px;height:3px;background-color:#fff;margin:20px auto;}
.arrow_down{position:absolute;left:50%;margin-left:-4px;bottom:5px;overflow: hidden;width:8px;z-index: 5;}
.arrow_down .line{display: block;width:1px; height:40px;margin:0 3px;background: #fff; }
.arrow_down .aw{display: block;width:100%;height:5px;margin-top:3px;background: url('../../images/aw.png') no-repeat;}
.arrow_down .lg{-webkit-animation: long 1.5s linear alternate infinite; animation: long 1.5s linear alternate infinite; }
@-webkit-keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
.son_list{position: absolute;height:50px;width:100%;bottom:10px;left:0;text-align: center;}
.son_list a{display: inline-block;width:140px;padding:0 5px;height:50px;color:#333;background-color: #fff;font-size:16px;text-align: center;line-height:50px;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.son_list a i{background-color:#105E1F;position: absolute;left:50%;top:50%;margin:-100px 0 0 -100px;z-index:-1;width:200px;height:200px;border-radius:50%;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);}
.son_list a:hover i, .son_list a.active i{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);}
.son_list a:hover, .son_list a.active{color:#fff;}
/* ===================== 内页 Banner 图 ===================== */

/* ===================== 面包屑导航 ===================== */
.position_now{height:60px;line-height:60px;font-size:14px;background-color: #f1f1f1;}
.position_now a{display: inline-block;color:#707070;}
.position_now .fl{color: #707070;}
.position_now .fl img{height:20px;margin-top:-4px;display: inline-block;margin-right:8px;}
.position_now .fr{font-family: impact;color:#105E1F;font-size:22px;}
.position_now .fr img{height:26px;display: inline-block;margin-right:8px;vertical-align: middle;}
.position_now .fr strong{font-weight:100;}
/* ===================== 面包屑导航 ===================== */

/* ===================== 新闻页面 ===================== */

/* 新闻样式 1 */
.news_one .news_box li{margin-bottom:50px;}
.news_one .news_box li .img{width:22%;overflow:hidden;float:left;border-radius:8px;position: relative;}
.news_one .news_box li .img img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_one .news_box li .img .bg{position: absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0);}
.news_one .news_box li .img .bg i{opacity:0;position: absolute;left:50%;top:50%;margin:-15px 0 0 -50px;width:30px;height:30px;background:url(../../images/news_arrow.png) center/100% no-repeat;}
.news_one .news_box li .info{width:75% ;float:right;padding-top:60px;}
.news_one .news_box li .info h3{font-weight:bold;font-size:18px;color:#333;}
.news_one .news_box li .info .time{color:#777;font-size:14px;padding:20px 0;}
.news_one .news_box li .info .line{width:100%;height:1px;background-color: #e5e9ef;margin-bottom:20px;}
.news_one .news_box li .info .line i{display: block;width:0%;height:1px;background-color:#105E1F;}
.news_one .news_box li .info p{color:#999;font-size:16px;line-height:26px;height:52px;overflow: hidden;}
.news_one .news_box li:hover .info{padding-top:50px;}
.news_one .news_box li:hover .line i{width:100%;}
.news_one .news_box li:hover h3{color:#105E1F;}
.news_one .news_box li:hover .bg{background:rgba(0,0,0,0.55);}
.news_one .news_box li:hover .bg i{opacity:1;margin:-15px 0 0 -15px;}

.news_article_box .left_fixed{position: fixed;left:0;top:0;width:30%;height:100%;z-index: 9;}
.news_article_box .left_fixed .text{padding:40% 0 0 25%;}
.news_article_box .left_fixed h6{font-size:70px;color:#105E1F;opacity:0.5;font-style:italic;font-family: impact;}
.news_article_box .left_fixed h5{font-size:16px;color:#333;margin-top:30px;}
.news_article_box .left_fixed .return{margin-top:40px;font-size:14px;color:#666;}
.news_article_box .left_fixed .return:after{content:'';}
.news_article_box .right_article{overflow: hidden;margin-right: 280px;}
.news_article_box .inner_content{padding:30px 50px;}
.news_article_box .h1_title{padding:80px 40px 60px;background-color:#f5f5f5;border-bottom: 1px solid #bfbfbf;line-height:1.5;}
.news_article_box .h1_title h1{font-size:28px;color:#333;margin-bottom:20px;}
.news_article_box .h1_title .time img{height:20px;display: inline-block;margin:-4px 10px 0 0;}
.news_article_box .h1_title .time span{color:#777;font-size:16px;}

.page_list{text-align: center;}
.page_list b{font-size:0;}
.page_list b a, .page_list b font{display: inline-block;font-weight:100;color:#999;font-size:16px;margin-right:10px;border:1px solid #e5e9ef;width:40px;height:40px;line-height:40px;border-radius:6px;text-align: center;}
.page_list b font{background-color:#105E1F;color:#fff;border-color:#105E1F;}
.page_list_span1{display: none;}
/* 新闻样式 1 */

/* 新闻样式 2 */
.news_two .news_box li{float: left;width:31.33%;margin:1%;overflow: hidden;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_two .news_box li a{padding:20px;background-color:#f3f3f3;position: relative;}
.news_two .news_box li .time strong{font-size:50px;color:#105E1F;display: inline-block;font-family:"SimHei";position: relative;}
.news_two .news_box li .time strong::after{content:'';position: absolute;left:0;top:30px;width:0px;background-color:#105E1F;height:2px;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_two .news_box li .time span{font-size:12px;color:#333;display: block;font-family:"SimHei";}
.news_two .news_box li h3{color:#333;font-size:18px;line-height: 26px;height:52px;overflow: hidden;margin:15px 0 10px;}
.pc .news_two .news_box li:hover h3{color:#105E1F;}
.news_two .news_box li p{font-size:14px;color:#666;line-height:22px;height:44px;overflow: hidden;margin-bottom:10px;}
.news_two .news_box li i{position: absolute;background-color:#105E1F;}
.news_two .news_box li i.i1{width:0px;height:2px;top:20px;right:20px;}
.news_two .news_box li i.i2{width:2px;height:0px;top:20px;right:20px;}
.pc .news_two .news_box li:hover i.i1{width:30px;}
.pc .news_two .news_box li:hover i.i2{height:30px;}
.pc .news_two .news_box li:hover{box-shadow:0px 18px 25px rgba(0,0,0,0.08);}
.pc .news_two .news_box li:hover strong::after{width:100%;}

.fixed_body{display: none;position: fixed;width:100%;height:100%;background:rgba(255,255,255,0.8);left:-30%;top:0;z-index:9999;}
.fixed_body .fixed_article{display: none;position:fixed;width:1200px;height:800px;top:50%;right:20%;margin:-400px -600px 0 0;background-color:#fff;z-index:99999;box-shadow:0px 0 25px rgba(0,0,0,0.08);}
.fixed_body .fixed_article .fb_close{position: absolute;right:0;top:0;width:60px;height:60px;cursor:pointer;background-color:#105E1F;}
.fixed_body .fixed_article .fb_close i{display: block;margin:10px auto 0;width:40px;height:40px;background:url(../../images/jia.png) center center/80% no-repeat;}
.fixed_body .fixed_article .fb_close:hover i{transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.fixed_body .fixed_article iframe{border:none;width:100%;height:100%;display: block;}
@media( max-width:1505px ){
	.fixed_body .fixed_article{width:1000px;margin-right:-500px;}
}
/* 新闻样式 2 */

/* ===================== 新闻页面 ===================== */

/* ===================== 产品页 左侧 导航 ===================== */
#list{margin-right: 280px;}
#list .left_side{width:280px;}
#list .left_side .box_one, #list .left_side .box_two{width:260px;background-color:#105E1F;padding:10px 10px;}
#list .left_side .box_two{background:#105E1F}
#list .left_side .box_one .title{text-align: center;margin-bottom:20px;}
#list .left_side .box_one .title h3{color:#fff;font-weight:bold;font-size:30px;margin:20px 0 10px 0;}
#list .left_side .box_one .title p{color:#fff;font-size:16px;}
#list .left_side .box_one ul li{line-height:50px;background-color:#fff;margin-bottom:5px;text-align:left;}
#list .left_side .box_one ul li a{position: relative;z-index:1;overflow: hidden;height:50px;}
#list .left_side .box_one ul li span, #list .left_side .box_one ul li em{position: absolute;display: block;width:96%;height:100%;padding-left:4%;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
#list .left_side .box_one ul li span{left:0;top:0;background-color:#fff;}
#list .left_side .box_one ul li em{right:-100%;top:0;background-color:#a3a3a3;color:#fff;}
#list .left_side .box_one ul li a:hover span, #list .left_side .box_one ul li a.active span{top:100%;}
#list .left_side .box_one ul li a:hover em, #list .left_side .box_one ul li a.active em{right:0;}
#list .left_side .box_one ul li .son_nav{border-top:1px solid #105E1F;}
#list .left_side .box_one ul li .son_nav a{background:none;height:40px;line-height:40px;position: relative;}
#list .left_side .box_one ul li .son_nav a::after{content:'';position: absolute;left:20px;top:20px;width:8px;height:1px;background-color:#105E1F;}
#list .left_side .box_one ul li .son_nav a:hover::after, #list .left_side .box_one ul li .son_nav a.active::after{background-color: #fff;}
#list .left_side .box_one ul li .son_nav span{padding-left:40px;}
#list .left_side .box_two{margin-top:10px;padding:20px 10px;}
#list .left_side .box_two p{font-size:16px;color:#fff;line-height:30px;}
#list .left_side .box_two strong{color:#fff;font-size:30px;display: block;margin-bottom:10px;font-family:impact;font-weight:100;}
#list .left_side .box_two .more{height:36px;line-height:36px;background-color:#fff;margin-top:10px;width:200px;color:#333;text-align: center;}
#list .left_side .box_two .more i{background-color:#0067ac;}
#list .left_side .box_two .more:hover{color:#fff;}
#list .right_side{margin-top: 30px;line-height: 40px;}
#list .right_side h1{text-align: center;color: #105E1F;font-weight: 700;}
#list .right_side img{display: inline-block;}
#list .right_side.fr{width:1200px;}
@media(max-width:1505px ){#list .right_side.fr{width:900px;}}
/* ===================== 产品页 左侧 导航 ===================== */

/* ===================== 全局搜索框 ===================== */
.form_box {display: none;border:1px solid #f1f1f1;border-radius: 5px;margin-bottom: 20px;}
.form_box .sf{margin:0 auto;text-align: center;font-size:0;}
.form_box .an {display: inline-block;border: 1px solid #f1f1f1;background-color: #fff;color: #333;height: 40px;border-radius: 8px;margin: 10px 5px;font-size: 16px;line-height:40px;padding: 0px 15px;outline:none;}
.form_box .an{vertical-align: bottom;}
.form_box .an:hover{border-color:#105E1F;}
.form_box .inp{height:38px;vertical-align: bottom;}
.form_box .submit{width:80px;cursor:pointer;}
/* ===================== 全局搜索框 ===================== */

/* ===================== 在线留言 ===================== */
.form_box_box{padding:23px 0;box-shadow: 0px 20px 80px rgba(76, 76, 76, 0.1);}
.form_box_box h3{text-align: center;font-weight: 700;margin-bottom: 10px;}
ul.fs{width:90%;margin:0 auto;}
ul.fs input, ul.fs textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: 0.8s;-o-transition: 0.8s;-ms-transition: 0.8s;-moz-transition: 0.8s;transition: 0.8s;}
ul.fs .box1 li{float: left;width:32%;margin-right:2%;}
ul.fs .box1 li:nth-of-type(3){margin:0;}
ul.fs .box1 li input{border:1px solid #e1e7ee;width:100%;height:50px;padding:10px;color:#999;}
ul.fs li input:hover{border-color:#105E1F;}
ul.fs li.textarea{margin: 0;}
ul.fs .box1 li input::-webkit-input-placeholder, ul.fs li.textarea textarea::-webkit-input-placeholder, ul.fs li.yzm input::-webkit-input-placeholder{color: #999;}   
ul.fs .box1 li input:-moz-placeholder, ul.fs li.textarea textarea:-moz-placeholder, ul.fs li.yzm input:-moz-placeholder{color: #999;}    
ul.fs .box1 li input:-ms-input-placeholder, ul.fs li.textarea textarea:-ms-input-placeholder, ul.fs li.yzm input:-ms-input-placeholder{color: #999;}
ul.fs li.textarea textarea{width:100%;height:100px;border:1px solid #e1e7ee;padding:10px;margin:20px 0 0;color:#999;}
ul.fs li.textarea textarea:hover{border-color:#105E1F;}
ul.fs li.radio{text-align: center;opacity: 0;overflow: hidden;height: 0;}
ul.fs li.radio label{margin:0 10px;}
ul.fs li.yzm{text-align: center;margin: 0 0 20px 0;}
ul.fs li.yzm img{display: inline-block;height:20px;}
ul.fs li.yzm input{border-bottom:1px solid #e1e7ee;width:200px;height:50px;padding:10px;color:#999;}
ul.fs li.yzm input:hover{border-color:#105E1F;}
ul.fs li.submit input{height:50px;margin:0 auto;display: block;cursor:pointer;width:200px;border-radius:50px;background-color:#105E1F;font-size:16px;color:#fff;}
/* ===================== 在线留言 ===================== */

/* ===================== 联系我们 地图 ===================== */
.contact_box{position: relative;}
.contact_box>.fl{width: 35%;border: 1px solid #B2B2B4;position: absolute;height: 100%;}
.contact_box>.fl h4{color: #333;font-weight: 500;}
.contact_box>.fr{width: 63%;}
.contact_box>.fr ul li{width: 48%;border: 1px solid #B2B2B4;float: left;box-sizing: border-box;height: 17vh;margin: 0 2% 2% 0;padding: 2% 0 0 2%;font-size: 20px;}
.contact_box>.fr ul li p{text-align: left;}
.contact_box>.fr ul li:nth-child(n+3){margin-bottom: 0;}
.contact_box>.fr ul li:nth-child(3){text-align: center;}
.contact_box>.fr ul li:nth-child(4){font-size: 48px;text-align: center;padding: 0;color: #105E1F;font-weight: 700;}
#list .right_side .fl{width: 50%;}
#list .right_side .fr{height: 400px; width: 50%;}
#allmap{height:400px;}
#allmap img{max-width:none !important;}
/* ===================== 联系我们 地图 ===================== */

/* ===================== 回到顶部 ===================== */
.go_top{display: none;background:url(../../m/images/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#105E1F;border-radius:50%;position: fixed;left:16px;bottom:100px;z-index:99999999999;}
/* ===================== 回到顶部 ===================== */

.firstRow img {display: inline-block;}
/* ================================ 内页 END ================================ */

/*===================== 响应式代码 START =====================*/
@media( max-width:1600px ){
	.f_80{font-size: 60px !important;}
.f_72{font-size: 50px !important;}
.f_60{font-size: 40px !important;}
.f_48{font-size: 38px !important;}
.f_40{font-size: 30px !important;}
.f_30{font-size: 24px !important;}
.f_24{font-size: 20px !important;}
.f_20{font-size: 20px !important;}
.f_18{font-size: 18px !important;}
.f_16{font-size: 16px !important;}
.f_14{font-size: 14px !important;}
.about_box .person-word-box{padding-left: 0;}
.about_box .person-word-box .words{width: 490px;}
}
.wap_son{display: none;padding:0 13px;margin-bottom:20px;}
.wap_son a{width:31.33%;height:40px;line-height:40px;font-size:16px;color:#fff;text-align: center;margin:1%;float: left;background-color:rgba(104,175,47,0.6);}
.pc .fixed_footer{display: none;}
.mobile .fixed_footer{display: none;background-color:rgba(104,175,47,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
@media (min-width:640px){.mobile .fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
.mobile .fixed_footer a{float: left;width:33.33%;text-align: center;}
.mobile .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
.mobile .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

@media( max-width:1505px ){
	.f_38{font-size: 20px !important;}
	.product_list_two .item .info p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4; overflow: hidden; text-align: left;}
	.contact_box>.fr ul li{line-height: 30px;}
	.section6 .inner .fl .txt h4{font-size: 30px;}
	#list .right_side{width: auto !important;}
}

@media( max-width:1366px ){
	.f_20{font-size: 18px !important;}
	.f_18{font-size: 16px !important;}
	.f_16{font-size: 14px !important;}
	.section2 .albox{padding: 2%;}
	.section8 .auto,.section6 .auto,.section7 .auto{width: 1000px;}
	.section5 .auto{width: 1200px;}
	.section5 .auto .fr ul li{height: 226px;}
	.section6 .process-box ul li{width: 200px;height: 200px;padding: 2%;}
	.product_list_one .item p{line-height: 22px;padding: 10px 0;}
	.product_list_one .item .info{padding: 10px;}
	.section3 .tab-hd li a.more{margin: 0;}
	#nyba{height: 300px;}
	.form_box_box{width: 900px;}
	ul.fs{width: 800px;}
	ul.fs .box1 li{width: 253px;}
	.n_nav a{font-size: 14px;}
}

@media( max-width:1210px ){	
.wap_show{display: block !important;}
	.f_80{font-size: 60px;}
	.f_72{font-size: 26px;}
	.f_60{font-size: 30px;}
	.f_48{font-size: 28px;}
	.f_40{font-size: 26px;}
	.f_30,#list .right_side h1{font-size: 24px;}
	.f_24{font-size: 16px;}
	.f_20,.news_article_box .h1_title h1{font-size: 18px;}
	.f_18{font-size: 16px;}
	.f_16,.news_article_box .h1_title .time span{font-size: 14px;}
	.f_14{font-size: 12px;}
	.product_list_two .item .info p{-webkit-line-clamp: 14;}
	.v-sidebar {height: 50px;padding: 0;width: 100%;border: 0;border-bottom: 1px solid #d7d7d7;}
	.sidebar-box{height: auto;padding: 0 15px;}
	.v-sidebar .sidebar-logo{float: left;padding: 0;margin: 3px 0 0;width: 158px;background: url(../../images/logo1.png) no-repeat;}
	.v-sidebar .sidebar-menu{float: right;padding: 0;margin: 0;margin-top: 10px;}
	.v-sidebar .sidebar-logo .logo{width: 158px;height: 45px;}
	.section{margin-right: 0;}
	.menu_box{overflow:auto;min-height:100%;}
	.menu_box .item{float:none;width:100%;height:auto;}
	.menu_box .item .pad{padding:30px 40px 0;}
	.menu_box .item h4{font-size:18px;}
	.menu_box .item ul li a{font-size:14px;height:28px;line-height:28px;}
	.menu_box .item:last-child{padding-bottom:40px;}
	html,body{max-width:750px;margin:0 auto !important;}
	.news_two .news_box li p, .position_now .fr, .arrow_down, #list .left_side, .news_one .news_box li .img .bg, .news_article_box .left_fixed, .img_big_box, #none, .header ul.nav,.section3 .tab-hd li.active p,#background_video,.section6 .process-box ul li b, .section7 ul li .img, .new_ut_z_date, .section_four .text img, .section7 ul li:nth-of-type(3),#fullPage-nav,.header .auto .ttel,.hrt,.db,.section8 .map h4,	.section6 .process-box ul li:nth-child(3),.section3 .tab-hd li img,.section8 .conbox dl dd,.pc_show,.f_pro,#fp-nav{display: none !important;}
	.video_box{text-indent: 0 !important;}
	.section8 .conbox ul li{width: 32.33%;float: none;display: inline-block;margin-bottom: 20px;vertical-align: top;}
	.section8 .conbox img{height: 50px;}
	.section8 .conbox ul{text-align: center;}
	.article_content.dn, .right_side.dn{display: block !important;}
	.section6 .auto, .section7 .auto,.section8 .auto,.footer,#list .right_side .fl,#list .right_side .fr{width: 100%;padding: 0 15px;box-sizing: border-box;margin: 0 auto;}
	.header .menu_box, .mobile .fixed_footer, .wap_son,.section6 .pub_title h3.dn{display: block !important;}
	#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto, .footer .inner,.end .end_l,.section15 .auto,.section5 .auto{width:auto;padding:0 15px;overflow: hidden;}
	.section5 .auto>.fl,.section5 .auto .fr,.footer .f_wx{width: 100%;float:none;}
	.section5 .auto .fr ul li{height: 115px;}
	#list{margin-right: 0;}
	#list .auto{margin-top: 20px !important;border-radius: 0;}
	.product_son{display: none !important;}
	.copyright{height:auto;line-height:40px;}
	.position_now .fl{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;}
	#list .right_side .fr{height: auto;}
	#allmap{height:300px;padding:0;}
	#nyba{height:125px;background-attachment: unset;background-size: cover;margin-top: 50px;margin-right: 0;}
	#nyba img{width: 600px;}
	.fade_text{margin-top:94px;}
	.fade_text .cn{line-height:40px;height:40px;}
	.fade_text .cn span{font-size:30px;}
	.fade_text .en{font-size:16px;}
	.fade_text .line{margin:10px auto;}
	.form_box_box, ul.fs{width:100%;}
	.form_box_box{margin:0;padding:20px 0;box-shadow:none;}
	ul.fs .box1 li{float:none;width:100%;margin-bottom:20px;}
	.product-nav-nr .left{width: 20%;}
	.product-nav-nr{height: auto;}
	.product-nav-nr .nr{margin-left: 20%;height: auto;padding: 0 15px;}
	.product-nav-nr .nr .p{font-size: 13px;max-height: 9999px;}
	.product_list_one .item, .product_list_two .item, .product_list_three .item{width:49%;margin:0.5%;}
	.product_list_two .item .info{min-height:70px;}
	#list .right_side{float:none !important;width:100% !important;margin: 15% auto !important;}
	.news_one .news_box li .img, .news_one .news_box li .info{float:none !important;width:100%;}
	.news_one .news_box li .img{height:200px;}
	.news_one .news_box li .info{padding-top:20px;height:auto;}
	.news_one .news_box li .info .time{padding:6px 0;}
	.news_one .news_box li .info .line{margin-bottom:6px;}
	.news_one .news_box li:hover .info{padding-top:20px;}
	.son_list{height:40px;}
	.son_list a{height:40px;line-height:40px;width:100px;font-size:14px;padding:0;}
	.news_article_box .right_article{width:100%;float:none;background-color: #fff;}
	.news_article_box .wow.h1_title{padding-top:100px;}
	.news_article_box .inner_content, .news_article_box .h1_title{padding:15px;}
	.news_two .news_box li{width:49%;margin:0.5%;}
	.news_two .news_box li a{padding:8px;}
	.news_two .news_box li .time strong{font-size:30px;}
	.fixed_body .fixed_article {width:90%;height:500px;margin: -250px -45% 0 0;}
	.fixed_body .fixed_article .fb_close{top:auto;bottom:0;width:50px;height:50px;}
	.fixed_body .fixed_article .fb_close i{margin-top:5px;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);}
	.info_big_box{width:100%;height:auto;}
	.info_big_box h1{margin-top:0;font-size:20px;}
	.info_big_box .info_1{margin-top:10px;}
	.info_big_box .share{margin:0 0 10px 0;}
	.xgcp_title{margin-top:10px;}
	.footer .one, .footer .two_two, .footer .ewm{display: none !important;}
	.footer .two{border:none;width:100%;margin:0;padding:0;min-height:auto;}
	.section3 .tab-hd li a.more{line-height: 30px;width: 140px;margin: 5px 0 0;}
	.banner1 .swiper-slide img{width: 100%;}
	.section_one>a{display: none;}
	.section2 ul li{width: 50%;float: left;}
	.section2 .albox p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}
	.section2 .albox{width: 100%;height: 20%;}
	.section3 .tab-hd{width: 95%;left: 0;right: 0;height: auto;}
	.section3 .tab-hd li:nth-child(1),.section3 .tab-hd li:nth-child(4),.section3 .tab-hd li:nth-child(6){margin: 0;}
	.section3 .tab-hd li{height: 10vh;padding: 10px;}
	.section3 .tab-hd li.active strong{font-size: 24px;margin: 0;}
	.section3 .right{width: 80%;left: 0;right: 0;top:auto;bottom: 15%;margin: auto;}
	.section6 .pub_title h3{font-size: 26px;}
	.section6 .process-box ul li{width: 130px;height: 130px;    margin: 0px;}
	.section6 .process-box ul li:nth-child(n+6){margin: 0px;}
	.section7 ul{width:100%;margin:10px auto 0;}
	.section7 ul li{width:100%;float:none;margin:10px 0;}
	.section7 ul li a{padding:4px;}
	.section7 ul li h4{height:30px;line-height:30px;}
	.section7 a.more{margin-top:10px;height:30px;line-height:30px;font-size:12px;}
	.about_type{padding: 20px 0 10px 0 ;height: auto;}
	.about_type em{font-size: 30px;}
	.about_type li{vertical-align: top;}
	.about_type li p{margin-top: 5px;text-align: center;}
	.about_type ul{width: 100%;}
	.article_content.about_box .about_type{background: #105E1F;margin: 0 -15px;}
	.article_content.about_box .about_type li p,.article_content.about_box .about_type em{color: #fff;}
	.article_content.about_box .about_type li{width: 33%;margin: 0;border-right: 1px solid rgba(255, 255, 255, .2);border-bottom: 1px solid rgba(255, 255, 255, .2);}
	.article_content.about_box .about_type li:nth-child(2n){border-right: none;border-left: 0}
	.article_content.about_box .about_type li:nth-child(n+3){border-bottom: none;}
	.article_content.about_box .about_type em{font-size: 40px;}
	.about_nav ul li{width: 50%;}
	.article_content.about_box{padding: 0}
	.sygs .about_type li p{font-size: 14px;margin: 0}
	.yuan{height: 570px;}
	.mainline2{width: 500px;height: 500px;margin: -250px 0 0 -250px;}
	.mainlr{width: 400px;height: 400px;margin: -200px 0 0 -200px}
	.mainla{margin:0 0 0 -270px;width:200px;}
	.mainlb{margin:0 0 0 200px;width:200px;}
	.mainld1{margin:-2px 0 0 -250px;}
	.mainld2{margin:-2px 0 0 245px;}
	.mainld3{margin:-2px 0 0 -200px;}
	.mainld4{margin:-2px 0 0 300px;}
	.footer .f_wx li{width: 100px;}
	.section8 .auto{width: 100% !important;box-sizing: border-box;}
	.section_eight .auto img,.section_eight .xinwen .newnr{top: auto;opacity: 1;background: #fff;}
	 .section8 .conbox, .section8 .map{display: block;width: 100%;padding: 4%;height: auto;}
	.section8 .conbox .contxt.dn{line-height: 22px;display: block !important;font-size: 16px !important;text-align: left;}
	.section8 .conbox .pub_title{margin: 0;}
	.section8 .conbox dl {width: 100%;margin: 10px 0 0 0;box-sizing: border-box;}
	.section8 .conbox dl dt{float: none;text-align: center;}
	.section8 .conbox dl dt img{display: inline-block;}
	.footer{padding-bottom: 80px;padding-top: 40px;}
	.footer .f_contact{width: 100%;}
	.footer .f_pro{padding: 0;border:none;}
}

@media( max-width:750px ){
	.header{left:0;margin:0;}
	.fixed_footer{display:block !important;}
}

@media (max-width:769px){
	body{padding-bottom: 80px;}
	.lx_con li{width:100%;height:auto;padding-bottom:30px;margin-bottom:10px;}
	.lx_con li img,.product_list_one .item p{display:none !important;}
	.fixed_footer{height:50px;background:#105E1F;position:fixed;bottom:0;z-index:44;width:96%;border-top-right-radius:20px;border-top-left-radius:20px;margin:auto;left:0;right:0;}
	.fixed_footer a{float:left;width:33.33%;text-align:center;}
	.fixed_footer img{display:inline-block;height:24px;margin:5px 0 0;}
	.fixed_footer strong{color:#fff;font-size:12px;display:block;height:20px;line-height:20px;}
	.hrt{display:none;}
	.w1300{width:100%;}
	.n_nav{width:100%!important;bottom:15%!important;}
	.n_nav a{width:20%!important;margin-top:20px;}
	.wap_son a{width:47.33%!important;border-radius:15px;}
	.product_list_one .item,.product_list_two .item,.product_list_three .item{width:46%!important;margin: 0 2% 15px;padding-bottom: 10px;}
	.product_list_one .item p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;  padding: 0;margin: 5px 0 0;}
	.product_list_one .item .img,.product_list_one .item .info{width: 100%;float:none;}
	.product_list_one .item strong{text-align:center;white-space: nowrap;border: none;line-height: 30px;}
	.product_list_three .item .info{padding: 10px;padding-bottom: 0;line-height: 30px;}
	#nyba1{height:300px!important;}
	.wap_son a{background:#105E1F;}
	#nyba1{background-position:center;}
	ul.bigpage .bg1{background-image:url(xb1.jpg)!important;}
	ul.bigpage .bg2{background-image:url(xb2.jpg)!important;}
	ul.bigpage .bg3{background-image:url(xb3.jpg)!important;}
	ul.bigpage ol span{width:23px!important;margin:3px!important;}
	ul.bigpage ol{bottom:60px!important;}
}
@media (max-width:415px){
	#copybox{display:none;}
	.product_list_two .item .img,.product_list_two .item .info{width: 100%;float:none;}
	.product_list_two .item .info{padding:0;min-height:30px!important;line-height:30px;text-align:center;}
	.product_list_two .item .info{padding:10px !important;}
	.product_list_two .item .info strong,.product_list_three .item .info strong{font-size:0.6rem!important;margin-top: 0;}
	.wap_son a{font-size:16px;}
	.product_list_one .item strong{font-size:0.6rem!important;width:100%!important;}
	.product_list_one .item .info{padding:10px !important;}
	.header .logo img{margin:0;}
	.n_nav a{font-size:0.6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.info_big_box .info_1 .dh:nth-of-type(3),.info_big_box .share,.info_big_box .info_3{display:none;}
	.about_box .person-word-box img{width:100%;display: block;height: auto;}
	.about_box .person-word-box .words{background: url(../../images/img_chat1.png) 50% no-repeat; background-size: cover; font-weight: 400; font-size: .4rem; color: #666;  padding: 0.46667rem;box-sizing: border-box;}
	.about_box .person-word-box .words p{    font-size: 14px;}
	.about_box .person-word-box .words p,.about_box .person-word-box .words{width: 100%;line-height: 32px;}
	.article_content,#list .right_side.fr{padding-bottom:50px;}
	ul.bigpage .bg1{background-image:url(xbb1.jpg)!important;}
	ul.bigpage .bg2{background-image:url(xbb2.jpg)!important;}
	ul.bigpage .bg3{background-image:url(xbb3.jpg)!important;}
	ul.bigpage div.right,ul.bigpage div.left{display:none;}
	.section_one .banner1 #container{display:none!important;}
	.about_box .auto1{background: #f3f3f3;}
	.about_box .auto1 .apic_box,.about_box .sygs{float:none;width: 100%;position: static;height: auto;padding: 0;background: none;}
	.about_box .sygs{padding: 15px;}
}
@media (max-width:375px){
	.section6 .process-box ul li{width: 120px;height: 120px;}
	.section6 .process-box ul li:nth-child(n+7){display: none;}
}

@media (max-width:350px){
	.f_80{font-size: 60px;}
	.f_72{font-size: 50px;}
	.f_60{font-size: 30px;}
	.f_48{font-size: 22px;}
	.f_40{font-size: 22px;}
	.f_30{font-size: 24px;}
	.f_24{font-size: 14px;}
	.f_20{font-size: 14px;}
	.f_18{font-size: 16px;}
	.f_16{font-size: 14px;}
	.f_14{font-size: 14px;}
	.section3 .tab-hd li a{width:90%;margin:0 auto;line-height:30px;}
	.section6 .process-box ul li{width: 100px;height: 100px;}
}

/*===================== 响应式代码 END =====================*/






