@charset "UTF-8";

*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
html {font-size: 100px;}
html, body, form, fieldset, legend{margin:0;padding:0;}
body, input, select, textarea{font-family:"思源黑体";font-size:16px;line-height: 1.8;color: #333;}
body{background-color:#fff;position:relative;}
input, select, textarea {border-radius:0;outline:none; }
a{color:#333;text-decoration:none !important; }
a:hover{color:#f08519; }
img{max-width:100%;}
p{margin: 0 0 0.16rem; }
p img{display:inline-block;}
* {padding: 0;margin: 0; font-family:"思源黑体 CN" !important;}
ul, dl, dl dt, dl dd{ margin:0; padding:0;}
ul, li {list-style: none;}

/* 限制行数省略号 */
.e1{ overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.e2{ overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.e3{ overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.e4{ overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.e5{ overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}

/*分页*/
.page{ text-align:center;margin:0 auto;margin-top:20px;width:100%;float:left;}
.page a{display:inline-block;padding:4px 10px;background-color:#fff; color:rgba(0,0,0,.65);border:1px solid #d9d9d9;border-radius:2px;font-size:14px;margin:0 0.4rem;}
.page a.dq,.page a:hover{color:#fff;background-color: rgba(0,146,63, 1);border:1px solid rgba(0,146,63, 1);}

.page_list{margin:0 auto;margin-top:20px;}
.page_list ul{list-style:none;margin:0;padding:0;font-size:0;text-align:center;}
.page_list ul li{display:inline-block;font-size:16px;margin:0 0.4rem;}
.page_list ul li a{display:block;padding:4px 10px;background-color:#fff; color:rgba(0,0,0,.65);border:1px solid #d9d9d9;border-radius:2px;font-size:14px;}
.page_list ul li a:hover{border:1px solid rgba(0,146,63, 1);}
.page_list ul li a.on{color:#fff;background-color: rgba(0,146,63, 1);border:1px solid rgba(0,146,63, 1);}

header{background:#fff; position:fixed; top:0; left:0; z-index:9999; width:100%;box-shadow:0 0 10px rgba(0, 0, 0, 0.2);}
header .mail {background-color:rgb(248, 117, 3);width:118px;height:82px;position:absolute;right:0;top:0; display: none;}
header .mail i{color:rgb(255, 255, 255);font-size:42px;display: block;margin: 0 auto; text-align: center;padding-top: 10px;}
header .container{width:86%;}
header .logo{ float:left;margin-right:10px;padding-right:10px; border-right:none;}
header .logo .l_left{width:130px;float:left;}
header .logo .l_left img{ max-width:100%;display:inline-block;}
header .logo .l_left span{display:inline-block;padding-left:5px;font-size:32px;color:#222;font-weight:bold;vertical-align: bottom;}
header .logo .l_left span:hover{color:#00b4ff;}
header .header_top{width:100%;background:#00923f;height:50px;line-height:50px;color:#99d3b2;font-size:16px;}
header .header_top .t_left{color:#99d3b2;}
header .header_top .t_left i{padding-right:10px;font-size:18px;}
header .header_top .t_left .l1{display:inline-block;}
header .header_top .t_left .l2{display:inline-block;padding-left:20%;}
header .header_top .t_left .l2 a{color:#99d3b2;}
header .header_top .t_yy{float:right;}
header .header_top .t_yy a{color:#99d3b2;padding:0 10px;}
header .header_top .t_ss{float:right;margin:8px;border:1px solid rgba(134,133,136, 1);overflow:hidden;line-height:32px;}
header .header_top .t_ss input{color:rgba(146,146,146, 1);display:inline-block;line-height:33px;border:none;width:81%;font-size:15px;padding-left:10px;}
header .header_top .t_ss button{border:none;display:inline-block;width:17%;text-align:center;color:#fff;background:#077a39;line-height:32px;font-size:18px;}
header .header_top .t_ss i{color:#fff;}

/*菜单*/
.nav{ float:right; display:block;}
.nav ul{ margin-left:70px;}
.nav ul li{ float:left;position:relative;padding:0 10px;}
.nav ul li a{ display:block;color:#222;text-align:center;font-size:18px;line-height:80px;/*position:relative;*/padding:0 20px;}
.nav ul li a i{padding-left:10px;font-size:15px;color:#555;}
.nav ul li a img{padding-right:10px;}
.nav ul li.on a{color:#02923f;}
.nav ul li:hover a,.header .nav ul li.on a{color:#02923f;}
.nav a.searchbtn{font-size:28px;color:#999;padding:0;}
.nav a:hover{ color: #E77B2C;}


/*二级菜单*/
#menu ul ul {display:none;position:absolute;top:70px;left:-50px;z-index:99999;width:200px;background:#fff;box-shadow:0 3px -8px #b3b3b3;}
#menu ul ul li{background:#fff;float:none;border-bottom:solid 1px #fff;padding:0 !important;}
#menu ul ul li a{color:#555;font-size:16px;line-height:28px;padding:8px 10px; display:block;text-align:left;}
#menu ul ul li a:hover{color:#fff; background:#00923f;}
#menu ul ul ul{top:0 !important;left:130px !important;}


/*语言选择*/
.yy{float:right;display:none;}
.yy ul{margin-bottom: 0;}
.yy ul li{position:relative;}
.yy ul li a{ display:block;color:#333;text-align:center;font-size:16px;line-height:60px;position:relative;padding:0 10px;font-weight:bold;}
.yy ul li a img{padding-right:10px;width: 40px;}
.yy ul li a i{padding-left:10px;}

#menu2 ul ul { display:none;  position:absolute; top:68px; left:-18px; z-index:99999; width:160px; background:#fff; box-shadow:0 3px -8px #b3b3b3;}
#menu2 ul ul li{ background:none; float:none; margin:0;}
#menu2 ul ul li a{ color:#555; font-size:15px; line-height:28px;padding:10px 30px; display:block;text-align: left;}
#menu2 ul ul li a:hover{ color:#555; background:#fff;}
#menu2 ul ul li a:hover i{color:#555;}
#menu2 ul ul li a:after,#menu2 ul ul li a:hover:after{ display:none;}

/*手机端导航*/
.sp_nav{width:30px;float:right;position:relative;cursor:pointer;height:25px;margin-top:22px; display:none;}
.sp_nav span{display:block;background:#555;width:20px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:7px}
.sp_nav span:nth-of-type(3){top:14px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#555;width:100%;height:calc(100% - 104px);font-size:14px;line-height:50px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:100px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;/*border-left:1px #ddd solid;*/height:30px;padding:0px 7px 0 7px;width: 85%;text-align: right;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #eee solid;margin: 0 25px;position:relative;line-height:50px;font-size:17px}
.sjj_nav>ul >li:last-child{border-bottom:1px #eee solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li ul li{margin:0;}
.sjj_nav ul li a{color:#fff;width:80%}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;padding: 0 15px;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav ul li ul li>ul{margin-left:0}

.banner{margin-top:80px;}
.banner .swiper-container{width:100%;height:100%; }
.banner .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;-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;position:relative;}
.banner .swiper-slide .text1{position:absolute;left:6%;top:31%;text-align:left;}
.banner .swiper-slide .text1 .en1{font-size:38px;color:#fff;text-transform:uppercase;margin-bottom:10px;}
.banner .swiper-slide .text1 .cn{color:#fff;font-size:50px;line-height:48px;letter-spacing:3px;text-transform:uppercase;font-weight:bold;}
.banner .swiper-slide .text1 .en{color:#fff;font-size:22px;letter-spacing:1px;line-height:18px;margin: 30px auto;}
.banner .swiper-slide .text1 .more{display:block;width:140px;height:50px;line-height:50px;/*background:#07c426;*/background-image:linear-gradient(to right, #00bbfb, #00f44f);color:#fff;text-align:center;font-size:16px;text-transform:uppercase;letter-spacing:2px;border-radius:25px;}
.banner .swiper-slide .text1 .more i{padding-left:10px;}
.banner .swiper-slide .text1 .more:hover{background:#fff;color:#01cb00;}
.banner .swiper-slide img{display:block;max-width:100%;margin:0 auto;}
.banner .swiper-slide .pc{display:block;}
.banner .swiper-slide .phone{display:none;}
.banner .swiper-pagination-bullet-active{background:#fff !important;}
.banner .swiper-pagination-bullet {width:10px !important;height:10px !important;background:#fff !important;}
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:20px !important;}

/*首页搜索*/
.ss{margin:0 15px;margin-top:30px; border:1px solid rgba(134,133,136, 0.2);overflow:hidden;line-height:32px;display:none;}
.ss input{color:rgba(146,146,146, 1);display:inline-block;line-height:33px;border:none;width:85%;font-size:15px;padding-left:10px;}
.ss i{display:inline-block;width:45px;text-align:center;color:#fff;background:#077a39;line-height:37px;font-size:18px;}

/*首页产品*/
.sy_product{padding:60px 0;}
.sy_product .title{text-align:center;margin-bottom:50px;}
.sy_product .title .t1{font-size:14px;color:#00923f;font-weight:bold;}
.sy_product .title .t2{font-size:38px;color:#000;font-weight:bold;}
.sy_product .title .t3{margin-top:20px;color:rgba(0, 0, 0, 0.65);font-size:18px;}
.sy_product .list{margin-bottom:40px;}
.sy_product .list .pic{overflow:hidden;border-radius:5px;}
.sy_product .list .pic img{display:block;max-width:100%;margin:0 auto;transition: all 0.6s;}
.sy_product .list .tit{text-align:center;line-height:40px;font-size:16px;color:#000;font-weight:bold;}
.sy_product .list a:hover .pic img{transform:scale(1.05);}
.sy_product .list a:hover .tit{color:rgba(0,146,63, 1);}

/*首页关于我们*/
.sy_about{background:#fcfcfc;padding:100px 0;}
.sy_about .sy_about_left{margin-right:50px;text-align:left;}
.sy_about .sy_about_left .title{}
.sy_about .sy_about_left .title .t1{font-size:14px;color:#aaaaaa;font-weight:bold;}
.sy_about .sy_about_left .title .t2{font-size:38px;color:#000;font-weight:bold;}
.sy_about .sy_about_left .title .t2 span{color:#00923f;}
.sy_about .sy_about_left .title .line{width:50px;height:2px;background:rgba(0,146,63, 0.55);margin:20px 0;}
.sy_about .sy_about_left .con{line-height:2;font-size:18px;color:rgba(0, 0, 0, 0.65);}
.sy_about .sy_about_left .more{margin-top:40px;margin-Bottom:10px;display:block;width:318px;text-align:center;line-height:50px;background:rgba(0,146,63, 1);color: rgba(255,255,255, 1);font-size:16px;}
.sy_about .sy_about_right{overflow:hidden;}

/*首页荣誉资质*/
.sy_rongyu{background:url("../images/rongru_bj.png") no-repeat center;padding:60px 0;}
.sy_rongyu .r_left{color:#fff;display: inline-block}
.sy_rongyu .r_left .title{vertical-align:middle;margin:200px 0;}
.sy_rongyu .r_left .title .t1{font-size:14px;color:#fff;font-weight:bold;}
.sy_rongyu .r_left .title .t2{font-size:38px;color:#fff;font-weight:bold;}
.sy_rongyu .r_right{}
.sy_rongyu .r_right ul{margin-bottom:0;}
.sy_rongyu .r_right ul li{float:left;width:33.3%;overflow:hidden;}
.sy_rongyu .r_right ul li .pic{overflow:hidden;position:relative;}
.sy_rongyu .r_right ul li .pic img{display:block;max-width:100%;margin:0 auto;}
.sy_rongyu .r_right ul li .pic .box{transition: opacity 1s ease;position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;text-align: center;opacity: 1;display: flex;background: rgba(0,0,0,.5);background-color: rgba(0, 0, 0, 0.5);justify-content:center;align-items:center;flex-direction:column;color:#fff;}
.sy_rongyu .r_right ul li .pic .box .tit{width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-align:center;color:rgba(255,255,255, 1);font-size:24px;}
.sy_rongyu .r_right ul li .pic .box .tit img{margin-bottom:10px;}
.sy_rongyu .r_right ul li:hover .box{opacity:0;}

/*首页合作伙伴*/
.sy_hezuo{padding:90px 0;padding-bottom:60px;}
.sy_hezuo .title{text-align:center;margin-bottom:20px;}
.sy_hezuo .title .t{font-size:38px;color:#000;font-weight:bold;}
.sy_hezuo .title .line{width:50px;height:2px;background:rgba(0,146,63, 0.55);margin:20px auto;}
.sy_hezuo .l{margin-bottom:30px;overflow:hidden;}
.sy_hezuo .l img{display:block;max-width:100%;margin:0 auto;transition:all .8s ease 0s;}
.sy_hezuo .l:hover img{transform:scale(1.1,1.1);}

/*首页留言*/
.sy_liuyan{background:#f6f6f6;padding:70px 0;}
.sy_liuyan .title{margin-bottom:30px;text-align:center;}
.sy_liuyan .title .t1{font-size:18px;color:#aaaaaa;font-weight:bold;}
.sy_liuyan .title .t2{font-size:44px;color:#000;font-weight:bold;}
.sy_liuyan .title .t2 span{color:#00923f;}
.sy_liuyan .title .t3{margin-top:20px;color:#7f7f7f;font-size:18px;}
.sy_liuyan .title .line{width:50px;height:2px;background:rgba(0,146,63, 0.55);margin:20px auto;}
.sy_liuyan label{color:rgba(48,65,95, 1);font-size:15px;display:block;font-weight: 400;}
.sy_liuyan label i{color:#f00;padding-right:5px;}
.sy_liuyan .input {color:rgba(187,187,187, 1);font-size:14px;border-color:rgba(196,198,207, 1);line-height:1.5;background-color:#fff;;border-radius:4px 4px 4px 4px;height:50px;border:1px solid #d9d9d9;padding:4px 11px;margin-bottom:30px;width:100%;}
.sy_liuyan .input::placeholder{color:#bfbfbf;opacity:1;}
.sy_liuyan .btn{width: 200px;line-height:40px;margin: 0 auto;margin-top:20px; text-align:center;color:#fff;font-size:15px;background-color:rgba(0,146,63, 1);display:block;}
.sy_liuyan .btn:hover{color: rgba(255,255,255, 1);background-color: rgba(153,204,255, 1);}

/*内页banner*/
.ny_banner{width:100%;margin-top:140px;position:relative;border-bottom:10px solid rgba(0,146,63, 1);}
.ny_banner img{display:block;margin:0 auto;max-width:100%;}
.ny_banner .banner-text{width:100%;height:100%;background-color:rgba(0,0,0, 0.6);position:absolute;top:0;bottom:0;right:0;left:0;display:flex;}
.ny_banner .banner-text .box{margin-top:5.5%;color:#fff;text-align:center;}
.ny_banner .banner-text .box .t1{font-size:20px;}
.ny_banner .banner-text .box .t2{color:#fefefe;font-size:56px;margin-bottom:30px;}
.ny_banner .banner-text .box .more{color:#fff;display:block;width:248px;height:50px;line-height:50px;margin:0 auto;font-size:18px;text-align:center;background-color:rgba(0,146,63, 1);}
.ny_banner img.pc{display:block;}
.ny_banner img.phone{display:none;}

.ny_wap{padding:50px 0;}
.ny_weizhi{padding-bottom:15px;border-bottom:1px solid rgba(220,220,220, 1);font-size:18px;color:#000;margin-bottom:50px;}
.ny_weizhi a{font-size:18px;color:#000;padding:0 10px;}

/*内页二级分类*/
.ny_nav{width:100%;background:#fff;position:relative;border-bottom: 1px solid #eee;}
.ny_nav .weizhi{float:left;}
.ny_nav .weizhi a{font-size:18px;line-height:62px;padding:0 10px;display:inline-block;vertical-align:middle;position:relative;color:#999;margin-right:1px;}
.ny_nav .weizhi i{padding-right:10px;display:inline-block;vertical-align:middle;font-size:20px;color:#00b4ff;}
.ny_nav .weizhi a:hover{color:#00b4ff;background: #fff;}
.ny_nav .nav1{float:right;}
.ny_nav ul{margin-bottom:0;}
.ny_nav .nav1 li{display:inline-block;}
.ny_nav .nav1 a{font-size:18px;line-height:62px;padding:0 15px;display:inline-block;vertical-align:top;position:relative;color:#999;margin-right:1px;}
.ny_nav .nav1 a:after{content:'';width:1px;height:1.1vw;position:absolute;left:-1px;top:50%;margin-top:-.55vw;background:#eee;}
.ny_nav .nav1 li:first-child a:after{display:none;}
.ny_nav .nav1 li:last-child{margin-right:0;}
.ny_nav .nav1 a:hover,.ny_nav a.on{background:#00b4ff;color:#fff;}
.ny_nav .nav1 .fh{position:absolute;top:0;right:0;display:inline-block;}
.ny_nav .nav1 .fh:after{display: none;}
.ny_nav .nav1 .fh i{padding-right: 10px;color: #00b4ff;font-size:24px;}
.ny_nav .nav1 .fh:hover i{color:#fff;}

/*内页产品中心*/
.ny_product{padding-bottom:30px;}
.ny_product .p_left{}
.ny_product .p_left .tit{width:100%;height:52px;line-height:52px;text-align:center;background:#00923f;color:#fff;font-size:18px;border-radius:10px 10px 0 0;}
.ny_product .p_left .menu_left{ width:100%;background:#fbfaf9;margin-bottom:50px;}  
.ny_product .p_left .menu_left{background:#fff;line-height:50px;}
.ny_product .p_left .menu_left>ul>li:first-child{overflow:hidden;border-top:0}
.ny_product .p_left .menu_left ul li i{position:absolute;top:0;right:10px;padding:0px 7px 0 7px;width:50%;text-align: right;}
.ny_product .p_left .menu_left ul li{border-top:1px #eee solid;position:relative;line-height:50px;font-size:17px}
.ny_product .p_left .menu_left>ul >li:last-child{border-bottom:1px #eee solid;}
.ny_product .p_left .menu_left ul li ul{display:none}
.ny_product .p_left .menu_left ul li ul li{margin:0;}
.ny_product .p_left .menu_left ul li a{color:#222;width:100%;padding-left:15px;display: block;z-index: 99;}
.ny_product .p_left .menu_left ul li a span{padding-right:10px;color:#6ec800;}
.ny_product .p_left .menu_left ul li a:hover{color:#00923f;}
.ny_product .p_left .menu_left ul li.on a{color:#00923f;}
.ny_product .p_left .menu_left ul li ul li a{color:#555;display:block;text-align:left;padding: 0 15px;padding-left:35px;}
.ny_product .p_left .menu_left ul li ul li ul li a{padding-left:35px;color:#888;}
.ny_product .p_left .menu_left ul li ul li>ul{margin-left:0}
.ny_product .p_left .biaodan{padding:20px;}
.ny_product .p_left .biaodan label{color:000;font-size:15px;display:block;font-weight: 400;}
.ny_product .p_left .biaodan label i{color:#f00;padding-right:5px;}
.ny_product .p_left .biaodan .input {color:rgba(187,187,187, 1);font-size:14px;border-color:rgba(196,198,207, 1);line-height:1.5;background-color:#fff;;border-radius:4px 4px 4px 4px;height:40px;border:1px solid #d9d9d9;padding:2px 11px;margin-bottom:10px;width:100%;}
.ny_product .p_left .biaodan .input::placeholder{color:#bfbfbf;opacity:1;}
.ny_product .p_left .biaodan .btn{width:200px;line-height:30px;margin-top:20px; margin-left: 15px; text-align:center;color:#fff;font-size:16px;background-color:rgba(0,146,63, 1);display:block;}
.ny_product .p_left .biaodan .btn:hover{color:rgba(255,255,255, 1);background-color:rgba(131,141,159, 1);}

.ny_product .p_right{}
.ny_product .p_right .col-md-4{padding: 0 10px !important;}
.ny_product .p_right .p_list{margin-bottom:20px;}
.ny_product .p_right .p_list .pic{overflow:hidden;}
.ny_product .p_right .p_list .pic img{display:block;max-width:100%; margin:0 auto;transition:all .8s ease 0s;}
.ny_product .p_right .p_list .tit{font-size:18px;color:#333;line-height: 30px;height: 60px;overflow:hidden;text-align: center;margin-top: 20px;}
.ny_product .p_right .p_list a:hover .pic img{transform:scale(1.1,1.1);}
.ny_product .p_right .p_list a:hover .tit{color:#00923f;}


.product_weizhi{background-color: rgba(240,240,240, 1);margin-top:140px;width:100%;}
.product_weizhi .tit{padding:60px 0;text-align:center;}
.product_weizhi .tit .t1{height:33px;border-bottom: 1px solid #969696;width: 915px;margin: 0 auto;}
.product_weizhi .tit .t1 span{display: block;padding:5px 20px; background:rgba(240,240,240, 1);font-size:40px;color:#000;font-weight:bold;margin:0 auto;width: 317px;}
.product_weizhi .weizhi{padding-bottom:15px;font-size:15px;color:#000;margin-top:30px;}
.product_weizhi .weizhi a{font-size:15px;color:#000;padding:0 10px;}
.product_show .p_top{margin-bottom: 30px;}
.product_show .p_top .p_top_left{}
.product_show .p_top .p_top_left img{display:block;max-width:100%;margin:0 auto;}
.product_show .p_top .p_top_right{padding:40px 30px;}
.product_show .p_top .p_top_right .tit{font-size:24px;color:#00923f;font-weight:bold;margin-bottom:20px;}
.product_show .p_top .p_top_right .text{color:rgba(0, 0, 0, 0.65);line-height:1.5;font-size:18px;}
.product_show .p_table{width:100%;margin-bottom:30px;}
.product_show .p_table table{width:100%;}
.product_show .p_table table tr td{padding:8px 8px;border:1px solid #ced4d9;text-align:center;line-height:1.5;font-size:18px;vertical-align:middle;color: rgba(0, 0, 0, 0.65);}
.product_show .pro_list{line-height:40px;color:rgba(0, 0, 0, 0.65);font-size:15px;margin-bottom:30px;}
.product_show .pro_list ul li{line-height:40px;}
.product_show .pro_list ul li a{color:rgba(0, 0, 0, 0.65);}
.product_show .p_biaodan{}
.product_show .p_biaodan .tit{font-size:28px;color:#2dc26b;font-weight:bold;margin-bottom:30px;}
.product_show .p_biaodan label{color:rgba(48,65,95, 1);font-size:15px;display:block;font-weight: 400;}
.product_show .p_biaodan label i{color:#f00;padding-right:5px;}
.product_show .p_biaodan .input {color:rgba(187,187,187, 1);font-size:14px;border-color:rgba(196,198,207, 1);line-height:1.5;background-color:#fff;;border-radius:4px 4px 4px 4px;height:50px;border:1px solid #d9d9d9;padding:4px 11px;margin-bottom:30px;width:100%;}
.product_show .p_biaodan .input::placeholder{color:#bfbfbf;opacity:1;}
.product_show .p_biaodan .btn{width: 200px;line-height:40px;margin: 0 auto;margin-top:20px; text-align:center;color:#fff;font-size:15px;background-color:rgba(0,146,63, 1);display:block;}
.product_show .p_biaodan .btn:hover{color: rgba(255,255,255, 1);background-color: rgba(153,204,255, 1);}

/*内页设施*/
.ny_sheshi{}
.ny_sheshi .s_left{}
.ny_sheshi .s_left .tit{width:100%;height:52px;line-height:52px;text-align:center;background:#00923f;color:#fff;font-size:18px;border-radius:10px 10px 0 0;}
.ny_sheshi .s_left .feilei{margin-bottom:50px;}
.ny_sheshi .s_left .feilei ul li{line-height:55px;border-top:1px solid rgba(242,243,247, 1);}
.ny_sheshi .s_left .feilei ul li a{display: block;line-height: 50px;padding: 0 10px;color:#000;font-size:18px;}
.ny_sheshi .s_left .feilei ul li a:hover,.ny_sheshi .s_left .feilei ul li a.on{color:#00923f;}
.ny_sheshi .s_left .biaodan{padding:20px;}
.ny_sheshi .s_left .biaodan label{color:000;font-size:15px;display:block;font-weight: 400;}
.ny_sheshi .s_left .biaodan label i{color:#f00;padding-right:5px;}
.ny_sheshi .s_left .biaodan .input {color:rgba(187,187,187, 1);font-size:14px;border-color:rgba(196,198,207, 1);line-height:1.5;background-color:#fff;;border-radius:4px 4px 4px 4px;height:40px;border:1px solid #d9d9d9;padding:2px 11px;margin-bottom:10px;width:100%;}
.ny_sheshi .s_left .biaodan .input::placeholder{color:#bfbfbf;opacity:1;}
.ny_sheshi .s_left .biaodan .btn{width:200px;line-height:30px;margin-top:20px; margin-left: 15px; text-align:center;color:#fff;font-size:16px;background-color:rgba(0,146,63, 1);display:block;}
.ny_sheshi .s_left .biaodan .btn:hover{color:rgba(255,255,255, 1);background-color:rgba(131,141,159, 1);}
.ny_sheshi .tab{position:relative;overflow:hidden;background:#fff;width:100%;margin:0 auto;line-height: 1.5;font-weight: 300;color: #888;-webkit-font-smoothing: antialiased;}
.ny_sheshi .tabs{display:table;position:relative;overflow:hidden;margin:0;width:100%;}
.ny_sheshi .tabs li{float:left;line-height:38px;overflow:hidden;padding:0;position:relative;}
.ny_sheshi .tabs a{background-color:#333333;text-align:center;font-size:18px;line-height:50px;border-radius:10px 10px 0 0;width:280px;margin:0 10px;color:#fff;display:block;letter-spacing:0;outline:none;padding:0 5px;text-decoration:none;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.ny_sheshi .tabs_item{display:none;padding:30px 15px;}
.ny_sheshi .tabs_item .col-md-3{padding: 0 10px !important;}
.ny_sheshi .l{overflow: hidden;margin-bottom:20px}
.ny_sheshi .l img{display:block;max-width:100%;margin:0 auto;transition:all 0.6s;}
.ny_sheshi .l:hover img{transform:scale(1.05);}
.ny_sheshi .tabs_item:first-child {display:block;}
.ny_sheshi .current a{color:#fff;background:#00923f;}



/*内页新闻*/
.ny_news{}
.ny_news .l{margin-bottom:50px;}
.ny_news .l .pic{overflow:hidden;}
.ny_news .l .pic img{width:100%;height:auto;display:block;transition: all 0.6s;}
.ny_news .l .box{padding:20px 0;}
.ny_news .l .box .tit{font-size:24px;color:#000;}
.ny_news .l .box .time{font-size:14px;line-height:40px;color: rgba(0,146,63, 1);}
.ny_news .l .box .time i{padding-right:10px;}
.ny_news .l .box .text{margin-top:1.3341115650796298%;margin-bottom:1.3341115650796298%;color:rgba(155,155,155, 1);font-size:14px;line-height: 24px;}
.ny_news .l .box .more{font-size:16px;color:rgba(0,146,63, 1);line-height:40px;}
.ny_news .l a:hover .pic img{transform:scale(1.05);}
.ny_news .l a:hover .box .tit{color:rgba(0,146,63, 1);}

.news_show{}
.news_show .title{text-align:center;padding-bottom:15px;border-bottom:1px solid rgba(118,92,47, 0.5);margin-bottom:30px;}
.news_show .title .t1{color: rgba(0,146,63, 1);font-size: 30px;font-weight:bold;}
.news_show .title .time{color: rgba(48,65,95, 0.5);font-size: 14px;padding:10px 0;font-weight:bold;}
.news_show .title .time i{padding-right:10px;}
.news_show .nr{}
.news_show .nr p{font-size:18px;}
.news_show .nr img{display:block;max-width:100%;margin:0 auto;}
.news_show .nr p span{}
.news_show .nr .news_list{line-height:50px;color:rgba(0, 0, 0, 0.65);font-size:15px;margin-top:30px;}
.news_show .nr .news_list ul li{line-height:50px;}
.news_show .nr .news_list ul li a{color:rgba(0, 0, 0, 0.65);}

/*内页关于我们*/
.ny_about{margin-bottom: 50px;}
.ny_about .about_left{overflow:hidden;}
.ny_about .about_left img{display:block;max-width:100%;margin:0 auto;}
.ny_about .about_right{padding-left:80px;}
.ny_about .about_right1{padding-right:80px !important;padding-left:0 !important;}
.ny_about .about_right .tit{color:#00923f;font-size:28px;font-weight:bold;margin-bottom:30px;margin-top:15px;}
.ny_about .about_right .tit1{color:#00923f;font-size:28px;font-weight:bold;margin-bottom:30px;margin-top:50px;}
.ny_about .about_right .text{line-height:2;color:#30415f;font-size:18px;}

/*内页联系我们*/
.ny_contact{margin-bottom: 50px;}
.ny_contact .c_left{overflow:hidden;}
.ny_contact .c_left img{display:block;max-width:100%;margin:0 auto;}
.ny_contact .c_left p{font-size:15px;color:#999;line-height:32px;}
.ny_contact .c_right{padding-left:30px;margin-top:30px;}
.ny_contact .c_right .tit{color:#000000;font-size:18px;font-weight:bold;}
.ny_contact .c_right .text{line-height:2;color:rgba(0, 0, 0, 0.65);font-size:18px;}
.ny_contact .c_right .text p{line-height:2;color:rgba(0, 0, 0, 0.65);font-size:18px;margin-bottom:0;}
.ny_contact .c_right .text a{color:rgba(0, 0, 0, 0.65);}

/*内页留言*/
.liuyan{padding-top:40px;}
.liuyan .title{text-align:center;margin-bottom:50px;}
.liuyan .title .tit{color:rgba(0, 0, 0, 0.65);font-size:44px;}
.liuyan .title .tit span{color:#00923f;}
.liuyan .title .line{width: 298px;height:2px;background:rgba(124,124,124, 1);margin:0 auto; margin-top:20px;}
.liuyan .l_left{box-shadow:1px 0px 4px 1px rgba(155,155,155, 0.3);padding:50px;}
.liuyan .l_left .tit{color:#000000;font-size:18px;font-weight:bold;line-height:2;}
.liuyan .l_left .text{line-height:2;color:rgba(0, 0, 0, 0.65);font-size:18px;}
.liuyan .l_left .text p{line-height:2;color:rgba(0, 0, 0, 0.65);font-size:18px;margin-bottom:0;}
.liuyan .l_left .text a{color:rgba(0, 0, 0, 0.65);}
.liuyan .l_right{box-shadow:1px 0px 4px 1px rgba(155,155,155, 0.3);padding:49px 50px;}
.liuyan .l_right label{color:rgba(51,51,51, 1);font-size:15px;display:block;font-weight: 400;}
.liuyan .l_right label i{color:#f00;padding-right:5px;}
.liuyan .l_right .input {color:rgba(187,187,187, 1);font-size:14px;border-color:rgba(245,245,246, 1);line-height:1.5;background-color:rgba(245,245,246, 1);;border-radius:2px 4px 4px 4px;height:60px;border:1px solid #d9d9d9;padding:4px 11px;margin-bottom:10px;width:100%;}
.liuyan .l_right .input::placeholder{color:#bfbfbf;opacity:1;}
.liuyan .l_right textarea {height:150px;}
.liuyan .l_right .btn{width: 200px;line-height:40px;margin-top:10px; text-align:center;color:#fff;font-size:15px;background-color:rgba(0,146,63, 1);display:block;}
.liuyan .l_right .btn:hover{color: rgba(255,255,255, 1);background-color:rgba(119,204,119, 1);}

.dingdan{background:url("../images/dingdan_bj.jpg") no-repeat center;background-size:100%;padding:50px 30px;margin-bottom:50px;position:relative; margin-top:50px;overflow: hidden;}
.dingdan .pic{overflow:hidden;position:absolute;top:0;right:0;max-width:100%;}
.dingdan .pic img{display:block;max-width:100%;margin:0 auto;}
.dingdan .tit{color:rgba(0,0,0, 1);font-size:40px;font-weight:bold;}
.dingdan .line{width:80px;height:2px;background:#000;margin:20px 0;margin-Bottom:30px;}
.dingdan .text{color:rgba(51,51,51, 1);font-size:16px;line-height:26px;margin-bottom:30px;width:60%;}
.dingdan .more{width:150px;height:35px;line-height:35px;display:block;background:rgba(48,65,95, 1);color:#fff;font-size:14px;text-align:center;}
.dingdan .more:hover{background:rgba(153,204,255, 1);}

.baoguo{background:url("../images/baoguo_bj.png") no-repeat center;background-size:100%;padding:50px 30px;margin-bottom:50px;position:relative; margin-top:50px;overflow: hidden;text-align:right;}
.baoguo .pic{overflow:hidden;position:absolute;top:0;left:0;max-width:100%;}
.baoguo .pic img{display:block;max-width:100%;margin:0 auto;}
.baoguo .tit{color:rgba(0,0,0, 1);font-size:40px;font-weight:bold;}
.baoguo .line{width:80px;height:2px;background:#000;margin:20px 0;margin-Bottom:30px;float:right;}
.baoguo .text{color:rgba(51,51,51, 1);font-size:16px;line-height:26px;margin-bottom:30px;width:60%;float:right;}

/*隐私*/
.index_yinsi{margin-top:140px;}
.yinsi{line-height:2;color:rgba(0, 0, 0, 0.65);font-size:18px;}
.yinsi .tit{font-weight: bold;}

/*底部*/
.footer_top{background-color:rgba(0,146,63, 1);height:50px;line-height:50px;color:#fff;font-size:18px;}
.footer_top a{color:#fff;}
.footer_top a i{padding-right:10px;}
.footer{background:#fff;}
.footer .f_top{padding-top: 50px;padding-bottom:90px;}
.footer .f_top .f1{}
.footer .f_top .f1 .f_logo img{display:block;max-width:80%;margin-top: -20px;}
.footer .f_top .f1 .f_text{text-align:left;line-height:1.6;color:#000000;font-size:16px;padding-right:200px;}
.footer .f_top .f1 .f_mail{color:#000000;font-size:16px;margin:20px 0;}
.footer .f_top .f1 .f_mail a{color:#000000;}
.footer .f_top .f1 .link{}
.footer .f_top .f1 .link img{display:inline-block;width:30px;margin-right:20px;}
.footer .f_top .f2{display:block;}
.footer .f_top .f2 .tit{color:#00923f;font-size:18px;font-weight:bold;margin-bottom:20px;}
.footer .f_top .f2 ul li{line-height:34px;}
.footer .f_top .f2 ul li a{font-size:15px;color:#000;}
.footer .f_top .f2 ul li a:hover,.footer .f_top .f2 ul li a.on{color:#00923f;}
.footer .f_top .f3{}
.footer .f_top .f3 .tit{color:#00923f;font-size:18px;font-weight:bold;margin-bottom:20px;}
.footer .f_top .f3 p{color:#30415f;font-size:14px;margin-bottom:20px;}
.footer .f_top .f3 .liuyan{padding-top:0;}
.footer .f_top .f3 .liuyan label{color:rgba(48,65,95, 1);font-size:15px;display:block;font-weight: 400;}
.footer .f_top .f3 .liuyan label i{color:#f00;padding-right:5px;}
.footer .f_top .f3 .liuyan .input {color:rgba(187,187,187, 1);font-size:14px;border-color:rgba(196,198,207, 1);line-height:1.5;background-color:#fff;;border-radius:4px 4px 4px 4px;height:40px;border:1px solid #d9d9d9;padding:2px 11px;margin-bottom:10px;width:100%;}
.footer .f_top .f3 .liuyan .input::placeholder{color:#bfbfbf;opacity:1;}
.footer .f_top .f3 .liuyan .btn{width:100px;line-height:20px;margin-top:20px; margin-left: 15px; text-align:center;color:#fff;font-size:14px;background-color:rgba(0,146,63, 1);display:block;border-radius: 0;}
.footer .f_top .f3 .liuyan .btn:hover{color: rgba(255,255,255, 1);background-color: rgba(153,204,255, 1);}
.footer .f_bottom{padding: 30px 0; border-top:2px rgba(235,235,235, 1) solid;color:#000;font-size:18px;text-align: center;}
.footer .f_bottom .nr{margin-top:20px; text-align: center;}
.footer .f_bottom .nr a{color:rgba(48,65,95, 1);padding: 0 40px;font-size: 14px;}
.footer .f_bottom .nr a:hover{color:rgba(0,146,63, 1);}
.footer-mobile{display:none;}

.nav_right{position:fixed;z-index:2000;right:0;bottom:18.685585822311758%;}
.nav_right ul{list-style:none;margin:0;padding:0;}
.nav_right ul li{position:relative;width:52px;height:52px;background-color:rgba(0,146,63, 1);}
.nav_right ul li .sideitem{width:100%;height:100%;color:#fff;position:absolute;top:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:initial;}
.nav_right ul li .sideitem .icon{width:30px;height:30px;vertical-align:middle;font-size:22px;color:#fff;}
.nav_right ul li .sideitem .icon img{display:block;max-width:100%;}
.nav_right ul li .sideitem .displayText{color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;margin-bottom:0;padding:0 10px;width:100%;text-align:left;display:none;font-size:20px;}
.nav_right ul li .sideitem.sidebox:hover{background-color:rgba(0,146,63, 1);width:280px;padding-left:10px; transition:width .1s;justify-content:normal;align-items:center;flex-direction:row;}
.nav_right ul li:hover .sideitem .displayText{font-size:16px;display:block;}


@media screen and (max-width:1600px){
	header .container{width:90%;}
	.sy_product .tabs_item .text{height:472px;}
}
@media screen and (max-width:1500px){
	header .container{width:84%;}
	header .header_top .t_left .l2{padding-left:10%;}
	.sy_product .tabs_item .text{height:472px;}
}
@media screen and (max-width:1400px){
	header .container{width:90%;}
}
@media screen and (max-width:1366px){
	header .container{width:95%;}
}
@media screen and (max-width: 768px){
	header .header_top{height:40px;line-height:40px;}
	header .header_top .t_left .l1{display:none;}
	header .header_top .t_left .l2{padding-left:0;}
	header .header_top .t_yy{display:none;}
	header .header_top .t_ss{display:none;}
	header .container{width:100%;}
	header .logo .l_left{width:155px;}
	header .logo .l_left img{max-width:54%;}
	header .dl{ display:block;}
	.nav{display:none;}
	.yy{display:block;}
	.sp_nav{display:block;}
	.banner{margin-top:100px;}
	.banner .swiper-slide .pc{display:none;}
	.banner .swiper-slide .phone{display:block;}
	.ss{display:block;}
	.sy_product{padding:30px 0;}
	.sy_product .title{margin-bottom:30px;}
	.sy_product .title .t2{font-size:28px;}
	.sy_product .title .t3{font-size:16px;}
	.sy_about{padding:30px 0;}
	.sy_about .sy_about_left{margin-right:0;}
	.sy_about .sy_about_left .title .t2{font-size:28px;}
	.sy_about .sy_about_left .con{font-size:16px;}
	.sy_about .sy_about_left .more{margin-top:10px;width:180px;}
	.sy_rongyu{padding:30px 0;}
	.sy_rongyu .r_left .title{margin:30px 0;margin-top:0;}
	.sy_rongyu .r_left .title .t2{font-size:28px;}
	.sy_rongyu .r_right ul li .pic .box .tit{font-size:16px;}
	.sy_hezuo{padding:30px 0;padding-bottom:0;}
	.sy_hezuo .title .t{font-size:28px;}
	.sy_liuyan{padding:30px 0;}
	.sy_liuyan .title .t2{font-size:28px;}
	.sy_liuyan .title .t3{margin-top:10px;font-size:16px;}
	.sy_liuyan .input{margin-bottom:10px;}
	.ny_banner{margin-top:100px;}
	.ny_banner img.pc{display:none;}
	.ny_banner img.phone{display:block;}
	.ny_banner .banner-text .box{margin-top:12%;}
	.ny_banner .banner-text .box .t1{font-size:16px;}
	.ny_banner .banner-text .box .t2{font-size:28px;margin-bottom:10px;}
	.ny_banner .banner-text .box .more{width:150px;height:40px;line-height:40px;font-size:16px;}
	.ny_wap{padding:30px 0;padding-top:15px;}
	.ny_weizhi{margin-bottom:30px;font-size:15px;}
	.ny_weizhi a{font-size:15px;}
	.ny_product .p_left{display:none;}
	.product_weizhi{margin-top:100px;}
	.product_weizhi .tit{padding:30px 0;}
	.product_weizhi .tit .t1{width:100%;font-size:28px;}
	.product_weizhi .tit .t1 span{font-size:28px;width:180px;}
	.product_weizhi .weizhi{margin-top:0;}
	.product_show .p_top{margin-bottom:15px;}
	.product_show .p_table{margin-bottom:20px;}
	.product_show .pro_list{margin-bottom:20px;}
	.product_show .p_biaodan .input{margin-bottom:10px;}
	.product_show .p_top .p_top_right{padding:20px 0;}
	.ny_sheshi .s_left{display:none;}
	.ny_sheshi .tabs li{width:50%;}
	.ny_sheshi .tabs a{width:140px;width:94%;}
	.ny_news .l{margin-bottom:20px;}
	.ny_news .l .box{padding-bottom:0;}
	.ny_news .l .box .tit{font-size:20px;}
	.news_show .title .t1{font-size:22px;}
	.news_show .nr p{font-size:16px;}
	.news_show .nr .news_list ul li{line-height:30px;}
	.ny_about{margin-bottom:10px;}
	.ny_about .about_right{padding-left:0;}
	.ny_about .about_right .tit{margin-bottom:10px;}
	.ny_about .about_right1 {padding-right:0!important;margin-bottom:20px;}
	.ny_about .about_right .tit1{margin-top:20px;margin-bottom:20px;}
	.ny_contact{margin-bottom:20px;}
	.ny_contact .c_right{margin-top:0;padding-left:0;}
	.liuyan{padding-top:0;}
	.liuyan .title .tit{font-size:28px;}
	.liuyan .title{margin-bottom:30px;}
	.liuyan .title .line{width:50px;}
	.liuyan .l_left{padding:15px;margin-bottom:30px;}
	.liuyan .l_left .text{font-size:16px;}
	.liuyan .l_right{padding:15px;}
	.liuyan .l_right .input{height:40px;}
	.dingdan{margin-top: 30px;padding:15px 15px;padding:0;margin-bottom:30px;}
	.dingdan .tit{font-size:28px;}
	.dingdan .line{width:50px;}
	.dingdan .text{width:100%;margin-bottom:10px;}
	.dingdan .pic{position:static;margin-top: 20px;}
	.baoguo{margin-bottom:0;margin-top:0;padding:15px 15px;padding:0;text-align:left;}
	.baoguo .tit{font-size:28px;}
	.baoguo .line{float:left;}
	.baoguo .text{float:left;text-align:left;width:100%;}
	.baoguo .pic{position:static;margin-top: 20px;width: 100%;}
	.index_yinsi{margin-top:110px;}
	.yinsi{font-size:16px;}
	.footer .f_top{padding-top:20px;padding-bottom:20px;}
	.footer .f_top .f_logo{display:none;}
	.footer .f_top .f1 .f_text{display:none;}
	.footer .f_top .f1 .f_mail{display:none;}
	.footer .f_top .f2{display:none;}
	.footer .f_top .f3{display:none;}
	.footer .f_bottom{padding:10px 0;font-size:16px;}
	.footer .f_bottom .nr{margin-bottom:50px;margin-top:10px;}
	.footer .f_bottom .nr a{padding:0 10px;}
	.footer-mobile{width:100%;background:#333;position:fixed;bottom:0;z-index:1;height:50px;line-height:50px;display:block;}
	.footer-mobile a{text-align: center;color:#fff;font-size:15px;display:block;}
	.footer-mobile a i{padding-right:5px;}
	.footer-mobile .col-xs-4{padding:0 5px;}
	.nav_right{display:none;}
}
