@charset "utf-8";
/* CSS Document */
/*边距清零*/
ul,li,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,ol{margin:0; padding:0; font-weight:normal;}
form,span,input,select{margin:0; padding:0;}
/*----------------------------------------------------------总体设置----------------------------------------------------------*/
html{margin:0 auto;padding:0;font-size:14px; overflow-y:scroll;overflow-x:hidden; }
body{line-height:200%; color:#282828; margin:0 auto;padding:0; }
a:link,a:visited{color:#282828; text-decoration: none;}
a:active{color:#282828; text-decoration:none;}
a:hover{color:#f00;}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签虚线*/
p{ margin:0; padding:0;}
img{ margin:0; padding:0; border:0;}
ul,li{ list-style-type:none; margin:0; padding:0;}

/*通用背景*/
body{background: url("../skin/index-bg.jpg") no-repeat top center; background-size: 100%;}

/*公共*/
.clear{ clear:both;}
.floatL{ float:left;}
.floatR{ float:right;}
.w1200{ width:1200px; margin:0 auto; }
.borderbox{box-sizing: border-box;}
.flex-row{display: flex; flex-direction:row; justify-content : space-between}
.flex-row > .flex-col{display: block;width:100%; }

.text-ellipsis-1{overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
.text-ellipsis-2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.text-ellipsis-3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.text-ellipsis-4{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.text-ellipsis-5{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}

.indextitle{ text-align:center;  color:#2e83eb; line-height:1.5; font-family:'微软雅黑'; padding:22px 0; position: relative}
.indextitle h2{ font-size:30px;}
.indextitle p{ font-size:13px; text-transform:uppercase;position: absolute;right:0;top:40px;}

.tab_title{ text-align:center; border-bottom:1px solid #ddd; padding-bottom:30px; padding-top:10px; margin-bottom:30px;position:relative;}
.tab_title li{ display:inline-block; text-align:center; padding:0 15px; font-size:16px;}
.tab_title li a{  padding:8px 15px;}
.tab_title li:hover a{background:#2e83eb; color:#fff;}
.tab_title li.selected a{background:#2e83eb; color:#fff;}
.tab_title .more{ position:absolute;right:0; bottom:10px;}


/*---------顶部-----------*/
.top{ height:35px; line-height:35px; background:#01663c; color:#f2f2f2;}
.top .top-sitename{display: inline-block; margin-right: 20px; color: #f2f2f2;}
.top .order { display:block; height:34px; line-height:34px;}
.top .order i{ display:inline-block; width:21px; position:relative; top:9px; }
.top a{color:#f2f2f2;}
.w1200 span > i{display:inline-block; width:21px; position:relative; top:9px;}
.top span.divider{display: inline-block; position: relative; padding-left: 20px;}
.top span.divider:before{position: absolute; z-index: 1; top:14px; left:7px; width:1px; height:8px; background-color: #f2f2f2; content:' ';}
.logo{ position: relative; padding:0; background-color: #fff;}
.logo-left{width:50%; margin-top:19px;}

.logo .search{width:430px; float: right; font-size: 15px; line-height: 3; padding-top:30px; margin: 0 0 0 80px;}
.logo .search input.title{border-radius:3px 0 0 3px; height:36px; line-height:36px; width:327px; padding:0 10px; border:0;border:1px solid #ddd; background-color: #f4f4f5; box-sizing:content-box;}
.logo .search input.sub{border-radius:0 3px 3px 0;  height:36px; line-height: 36px; border:1px solid #ddd; background:url(../skin/search.png) no-repeat center #f4f4f5; width:80px; margin:0; padding:0;  box-sizing:content-box; border-left:0;}
.logo .search p{font-size:12px;}
.logo .search p a{display: inline-block; color:#999;}
.logo .search p a:after{content:'|'; padding:0 6px;}
.logo .search p a:last-child:after{content:'';}

.logo .cart{float:right; padding-top:30px; color:#000;}

/*轮播图*/
.slider{position: relative; }
.slider .hd{position: absolute; z-index: 1; width:100%; left:0; bottom: 30px;text-align: center;}
.slider .hd ul{display: inline-block;}
.slider .hd ul li{display: inline-block; width:10px; height:10px; border-radius:50%; background-color: rgba(255,255,255,0.6);}
.slider .hd ul li.on{width:25px; border-radius:10px;}

/*导航栏目*/
.menu{position: relative; margin-top:10px; height:80px; line-height:80px; font-size:18px; color:#3c3c3c; background-color: #fff; box-shadow:0 5px 5px rgba(0,0,0,0.1);}
.menu .item{ position:relative; display: block; padding:0; text-align: center; margin-left: 1px; }
.menu .item > a{display: block; color:#2a2a2a; border-radius:2px 2px 0 0;}
.menu .item.active > a,
.menu .item.active > a:hover,
.menu .item > a:hover{ background-color: #01663c; color:#fff;}

.menu .item .dropdown-menu{display: none; position: absolute; z-index: 1001; line-height: 50px; width:180px; left:50%; transform:translate(-50%, 0); font-size: 16px; background-color: #fff; box-shadow: 2px 2px 5px rgba(0,0,0,0.25);}
.menu .item .dropdown-menu a{display: block; border-bottom: 1px dashed #eee;}
.menu .item .dropdown-menu a:hover{background-color: #01663c; color:#fff; border-bottom:1px solid #01663c;}
.menu .item .dropdown-menu a:last-child{border-width: 0;}
.menu .item:hover .dropdown-menu{display: block;}

/*内页二级导航*/
.category{display: block; text-align: center; padding: 30px 0;}
.category .item{display: inline-block;}
.category .item a{display: block; padding: 0 40px; line-height: 50px; color:#0c6f13; background-color: #f2f2f2; font-size: 16px;}
.category .item a:hover,
.category .item.active a{background-color: #0c6f13; color:#fff;}

/*banner条*/
.banner{ height:515px; background:url(../images/banner.jpg) no-repeat center;}
/*---------/顶部-----------*/

/*图标导航*/
.index-nav{height:667px; overflow: hidden; padding-top: 100px; background: url("../skin/nav-bg.png");}
.index-nav-item{float:left; width:20%; text-align: center; margin-bottom: 55px;}
.index-nav-item img{width:194px; height:219px;}


/*模块标题*/
.index-block-header{position: relative; padding:50px 0 30px 0px; line-height: 1;}
.index-block-header-left{position: absolute; z-index: 1; top:65px; left:0; width:8px; height:54px; background-color: #f03a39; display: none;}
.index-block-header-title{display: inline-block; font-size:30px; font-weight: bold; color:#0f0f0e;}
.index-block-header-title:after{content: ' | '; font-size:26px;}
.index-block-header-subtitle{display: inline-block; padding-left: 5px; font-size:16px; color:#5e5e5e; line-height: 1.6;}

/*首页商品*/
.item-goods{background-color: #fff; border:1px solid #ddd; box-shadow:0 0 5px rgba(0,0,0,0.15); border-radius:3px; margin:0 0px 0; box-sizing: border-box;}
.item-goods:hover{border-color:#ba8448;}
.item-goods-thumb{box-sizing: border-box; border-bottom:1px solid #f2f2f2; margin-bottom: 10px; text-align: center;}
.item-goods-thumb img{ width: 95%; margin:0 auto; box-sizing: border-box;}
.item-goods-body{position: relative; padding:0 0 5px 10px;}
.item-goods-cart{position: absolute; z-index: 1; right:10px; bottom:10px;}
.item-goods-name a{font-size:18px; font-weight: bold; display: block; color:#1f1c1c; padding:0 30px 0 0; overflow:hidden; height:24px;}
.item-goods-price{font-size:18px; font-weight: bold; color:#ff1010;}
.item-goods-price:before{content: '￥'; font-size:14px;}

/*.index-swiper商品滚动*/
.index-swiper .txtScroll-left{ position:relative;}
.index-swiper .txtScroll-left .bd{width:100%; overflow:hidden;}
.index-swiper .txtScroll-left .bd ul{ overflow:hidden; zoom:1; }
.index-swiper .txtScroll-left .bd ul li{ float:left; width:20%; _display:inline;}
.index-swiper .item-goods{margin:0 15px 0 5px;}

/*.index-swiper商品滚动条*/
.index-swiper .txtScroll-left .hd{}
.index-swiper .txtScroll-left .hd ul{ text-align: center; margin-top:20px;}
.index-swiper .txtScroll-left .hd ul li{display: inline-block; width:60px; height:6px; margin: 0 3px; line-height:6px; font-size:0; color:#fff; background-color: #eee; border-radius:3px;}
.index-swiper .txtScroll-left .hd ul li.on{background-color: #ba8448;}

/*秒杀商品*/
.index-seckill{margin:50px 0 0 0; padding-bottom: 50px; background-color: #eee;}
.item-goods1{position: relative; float:left; width:590px; margin:0 20px 20px 0; background-color: #fff; border:1px solid #ddd; box-shadow:0 2px 3px rgba(0,0,0,0.15); border-radius:5px; box-sizing: border-box;}
.item-goods1:nth-of-type(2n){margin-right: 0;}
.item-goods1:hover{border-color:#ba8448;}
.item-goods1-thumb{width:40%; box-sizing: border-box;}
.item-goods1-thumb img{ width: 99%; margin:0 auto; box-sizing: border-box; border-radius:5px;}
.item-goods1-body{ position: absolute; z-index: 1; left:40%; width:60%; top:0; padding:35px 0 5px 10px; font-size:16px;}
.item-goods1-body p{padding:0; margin: 0; line-height:2;}
.item-goods1-cart{position: absolute; z-index: 2; right:30px; bottom:20px;}
.item-goods1-name a{font-size:18px; font-weight: bold; display: block; color:#1f1c1c;}
p.item-goods1-subtitle{color:#888; height: 32px; width:100%; overflow: hidden; margin:5px 0 10px;}
.item-goods1-tag-item{display: inline-block; padding:3px 10px; font-size:16px; line-height: 1; background-color:#cf0000; color:#fff; border-radius:15px;}
.item-goods1-price{font-size:30px; color:#ff1010;}
.item-goods1-price:before{content:'￥'; font-size:18px;}
.item-goods1-price small{font-size:16px; color:#888; display: inline-block; padding:0 5px 0 10px; text-decoration: line-through;}

/*首页各分类商品*/
.index-category-lists{padding:50px 0 0 0;}
.index-category-logo{position:relative; width:224px; height:285px; text-align: center;}
.index-category-logo img{margin:40px 0 0;}
.index-category-logo h2{color:#fff; font-size:20px; padding: 10px 20px; line-height: 1.5; height:80px;}
.index-category-logo p a{color:#fff; font-size:22px; display: inline-block; border:1px solid #fff; padding:5px 20px; border-radius:20px;}
.index-category-lists .item-goods{float:left; width:229px; height:285px; margin-left: 15px;}

/*block-header*/
.block-header{line-height: 2;}
.block-header h2{font-size:36px; font-weight: bold; color:#2a2a2a;}
.block-header p{font-size:18px; color:#21bb45; font-weight: 500; letter-spacing: 2px;}

/*block-about*/
.block-about .w1200{position: relative; margin-top:80px;}
.block-about .left{position: absolute; z-index: 1; width: 469px;}
.block-about .left img{display: block; border-radius:20px; width: 469px; height:300px;}
.block-about .right{margin-left: 510px; line-height: 2;}
.block-about .right-desc{font-size:17px; margin:15px 15px 0 0; color:#4a4a4a;}
.block-about .right-link{text-align: right;}

/*block-category*/
.block-category{margin-top: 80px; text-align: center;}
.block-category .w1200{margin-top:20px;}
.block-category .w1200:after{content: ''; display: table; clear: both;}
.block-category .item{float: left; width:560px; height:300px; position: relative; margin-top: 30px;}
.block-category .item:nth-of-type(2n){float: right;}
.block-category .item-thumb img{display: block; width:560px; height:300px; border-radius: 20px;}
.block-category .item-body{ position: absolute; z-index: 1; top:0; left:0; width:560px; height:300px; line-height: 2; color:#fff;}
.block-category .item-body:hover{background-color:rgba(0,0,0,0.35); border-radius:20px;}
.block-category .item-title{display: block; margin-top: 90px; font-size:42px; font-weight: bold;}
.block-category .item-sub-title{display: block; font-size: 20px; text-transform:uppercase;}

/*block-goods*/
.block-goods{text-align: center; margin-top:80px; padding-top:50px; border-radius: 20px; box-shadow:0 0 10px rgba(0,0,0,0.15); }
.block-goods .lists{}
.block-goods .lists:after{display: table; clear: both; content:'';}
.block-goods .item{line-height: 2;}
.block-goods .item-thumb img{display: block; width: 100%; border-radius:5px;}
.block-goods .item-thumb img:hover{box-shadow:0 0 15px rgba(0,0,0,0.25);}
.block-goods .item-body{}
.block-goods .item-name{font-size:18px; color: #2a2a2a; border-bottom: 1px dashed #21bb45; line-height: 60px;}
.block-goods .item-name a{color: #2a2a2a;}
.block-goods .item-label{display: inline-block; font-size: 12px; border-radius: 5px; border: 1px solid #21bb45; color: #21bb45; padding:4px 5px; line-height: 1;}
.block-goods .item-label-isnew:before{content:'新品';}
.block-goods .item-label-ishot:before{content:'热卖';}
.block-goods .item-label-isrecommand:before{content:'推荐';}
.block-goods .item-price{font-size:32px; color: #21bb45; }
.block-goods .item-price:before{content: '￥';}
.block-goods .item-price .small{font-size:22px;}

.block-goods-new{width:1200px; height:600px; overflow: hidden; margin:80px auto 0;}
.block-goods-new .item{float:left; width:240px; margin:50px 0 0 120px;}
.block-goods-new .item-thumb img{height: 240px;}

.block-goods-hot{width:1200px; height:600px; overflow: hidden; margin:80px auto 0;}
.block-goods-hot .item{float:left; width:240px; margin:50px 0 0 120px;}
.block-goods-hot .item-thumb img{height: 240px;}

.block-goods-recommend{width:1200px; height:900px; overflow: hidden; margin:80px auto 0;}
.block-goods-recommend .lists{padding-top:20px;}
.block-goods-recommend .item{float:left; width:212px; margin:30px 0 0 70px;}
.block-goods-recommend .item-thumb img{height: 212px;}
.block-goods-recommend .item-name{font-size:16px; line-height:50px;}
.block-goods-recommend .item-label{padding:2px 5px;}
.block-goods-recommend .item-price{font-size:26px; color: #21bb45; }
.block-goods-recommend .item-price .small{font-size:18px;}




/*首页新闻资讯*/
.block-article{text-align: center; margin-top:80px;}
.block-article .lists{margin-top:40px;}
.block-article .lists:after{display: table; content: ''; clear:both;}
.block-article .item{float: left; width: 600px; height: 268px; position: relative; overflow: hidden;}
.block-article .item-arrow{ position: absolute; z-index: 3; left:285px; top:35px; width:0; height:0; border-top:15px solid transparent; border-right:15px solid #eee; border-bottom:15px solid transparent;}
.block-article .item-thumb{position: absolute; z-index: 1; left:0; top:0; width:300px; height:268px;}
.block-article .item-thumb img{display: block; width:300px; height:268px;}
.block-article .item-body{position: absolute; z-index: 2; right:0; top:0; width:300px; height:268px; padding: 30px; background-color: #eee; text-align: left;}
.block-article .item-name{line-height: 2; font-size:20px; color:#2a2a2a; font-weight: 500;}
.block-article .item-intro{ line-height: 2; font-size: 16px; color: #4a4a4a;}

.block-article .item:nth-of-type(3n) .item-thumb,
.block-article .item:nth-of-type(4n) .item-thumb{right:0; left: unset;}
.block-article .item:nth-of-type(3n) .item-body,
.block-article .item:nth-of-type(4n) .item-body{left:0; right: unset;}
.block-article .item:nth-of-type(3n) .item-arrow,
.block-article .item:nth-of-type(4n) .item-arrow{ left:300px; border-left:15px solid #eee; border-right:unset;}

.block-article .item:hover .item-arrow{border-right-color: #007b51;}
.block-article .item:nth-of-type(3n):hover .item-arrow,
.block-article .item:nth-of-type(4n):hover .item-arrow{border-left-color: #007b51;}
.block-article .item:hover .item-body{background-color: #007b51;}
.block-article .item:hover .item-name a, .block-article .item:hover .item-intro{color:#fff;}

.block-article .right-link{ text-align: right; padding:40px 0 0;}
.block-article .right-link a{display: inline-block; font-size:24px; padding:0 100px; height:70px; line-height: 70px; background-color: #007b51; color:#f6f6f6;}


/*商品列表*/
.goods-container{position: relative; }
.goods-container .left{width:250px; position: absolute; z-index: 1; top:0; left:0;}
.goods-container .left .goods-category{font-size:14px; margin-bottom: 20px;}
.goods-container .left .goods-category-header{line-height:50px; text-align: center; color:#fff; background-color:#01663c; font-size: 16px; border-radius:5px 5px 0 0;}
.goods-container .left .goods-category-body{border:1px solid #eee; border-top:0; border-radius: 0 0 5px 5px;}
.goods-container .left .goods-category-body a{display: block; line-height:45px; padding:0 15px; text-align: center;}
.goods-container .left .goods-category-body a.item-level-1{border-bottom: 1px dashed #eee;}
.goods-container .left .goods-category-body a.item-level-2 + a.item-level-1{border-top: 1px dashed #eee;}
.goods-container .left .goods-category-body a.item-level-3 + a.item-level-1{border-top: 1px dashed #eee;}
.goods-container .left .goods-category-body a.item-level-2{padding-left:25px; font-size:12px;}
.goods-container .left .goods-category-body a.item-level-2:before{content:'├── '; color:#ddd;}
.goods-container .left .goods-category-body a.item-level-3{padding-left:45px; font-size:12px;}
.goods-container .left .goods-category-body a.item-level-3:before{content:'├── '; color:#ddd;}
.goods-container .left .goods-category-body a:last-child{border-bottom: unset;}
.goods-container .left .goods-category-body a:hover,
.goods-container .left .goods-category-body a.active{ background-color:#eee;}

.goods-container .left .goods-category-body.with-label{padding:20px 0; text-align: center;}
.goods-container .left .goods-category-body a.item-label{display: inline-block; padding:3px 8px; margin:0 8px; line-height: 1; font-size:14px; border:1px solid #0c6f13; color:#0c6f13; border-radius: 2px;}
.goods-container .left .goods-category-body a.item-label:hover,
.goods-container .left .goods-category-body a.item-label.active{color:#fff; background-color: #0c6f13;}

.goods-container .right{width:920px; margin-left: 280px;}
.goods-container .goods-pager{clear: both; height: 80px; text-align: center;}
.goods-container .goods-pager .pageInner{position: absolute; left: 50%;}
.goods-container .item-empty{display: block; padding:80px 0 0; text-align: center; font-size:16px; color:#aaa;}
.goods-container .item-empty img{display: block; width:256px; margin:0 auto;}

.block-goods-lists{width:100%; min-height:480px; margin:0px auto 0; padding:0; border-radius: unset; box-shadow: unset;}
.block-goods-lists .item{float:left; width:207px; margin:0 30px 30px 0;}
.block-goods-lists .item:nth-of-type(4n){margin-right: 0;}
.block-goods-lists .item-thumb img{height:207px;}
.block-goods-lists .item-name{font-size:16px; line-height:50px;}
.block-goods-lists .item-label{padding:2px 5px;}
.block-goods-lists .item-price{font-size:26px; color: #21bb45; }
.block-goods-lists .item-price .small{font-size:18px;}

/*底部*/
.footer{ background-color: #01663c; color:#fff;}
.footer .w1200{position: relative; padding: 30px 0;}
.footer-logo{}
.footer-menu{position: absolute; z-index: 1; top:45px; right:0; font-size:18px; line-height: 2;}
.footer-menu .item{display: inline-block; margin-left:20px; color:#fff;}
.footer-info{text-align: center; border-top:1px solid rgba(255,255,255,0.3); font-size:16px;}
.footer-info .item-label{display: inline-block; margin:0 20px;}
.footer-info .item-label a{color:#fff;}


/*底部*/
/*.footer{background: #1b1b1b; padding:50px 0; color:#fff; font-size:14px; line-height: 2.5;}
.footer a{color:#fff;}
.footer-text{font-size:34px; font-weight: bold; }
.footer-subtext{font-size:20px;}
.footer-subtext img{margin-top: 16px;}
.footer-copyright{}
.footer-label{display: inline-block; margin-right:30px;}
.footer-friendlink{}
.footer-friendlink .item{display: inline-block;}
.footer-friendlink .item:not(:last-child):not(:first-child):after{content:'|'; padding:0 10px;}
.footer-qrcode{text-align: right; padding:100px 0 0;}*/


/* skin */

/*文章：通用*/
.article{}
.article-head{ padding:30px 0 5px; border-bottom: 1px solid #eee;}
.article-head h2{font-size:32px; line-height: 2; text-align: center; font-weight: bold;}
.article-head .breadcrumb{text-align: center;}
.article-head .breadcrumb .item{display: inline-block; font-size:13px; color:#666;}
.article-head .breadcrumb .item-divider{display: inline-block; padding:0 5px;}
.article-body{padding:20px; line-height: 2;}

/*文章：列表*/
.article-list .article-body{padding:0;}
.article-list .article-body .item{position: relative; padding:20px 0; border-bottom: 1px solid #eee; line-height:2;}
.article-list .article-body .item-thumb{position: absolute; z-index: 1; top:15px; left:0; width:202px; height:152px; border:1px solid #f2f2f2; border-radius: 3px;}
.article-list .article-body .item-thumb img {width:200px; height:150px; border-radius: 3px;}
.article-list .article-body .item-body{}
.article-list .article-body .item-thumb + .item-body{margin-left:230px;}
.article-list .article-body .item-name{}
.article-list .article-body .item-name a{color:#000; font-weight: bold; font-size:18px;}
.article-list .article-body .item-info{height:84px; color:#aaa; font-size:14px;}
.article-list .article-body .item-tips{color:#aaa; font-size:14px;}
.article-list .article-body .item-tips .item-label{display: inline-block;}
.article-list .article-body .item-tips .item-label + .item-label{margin-left:30px;}

.article-empty{padding:50px 0 150px; text-align: center; font-size:16px; color:#aaa;}
.article-empty img{display:block; width:200px; margin:0 auto;}
.text-primary{color:#01663c;}

/*文章：列表-分页*/
.article-pager{padding:30px 0;}
.article-pager .m-pager,
.article-pager .w-textarea .right{float: none; text-align: center;}
.article-pager .f-fl,
.article-pager .m-hrz .m-ipt,
.article-pager .m-hrz .m-wrap,
.article-pager .m-hrz .w-hrzsplite{float: none;}

/*文章：内页*/
.article-detail .article-body{padding:20px 0; line-height: 2; font-size:16px; color:#000;}
.article-detail .article-body img{max-width:100%;}

.label-cart{position:absolute; background-color:red; color:#fff; border-radius:50px; display:inline-block; padding:2px 5px; margin-left:2px; line-height:1; text-align:center;}


/*案例列表*/
.article-list .cases-body{padding:0;}
.article-list .cases-body:after{content: ''; clear: both; display: table;}
.article-list .cases-body .item{float: left; position: relative; width:277px; margin:30px 30px 0 0; line-height:2;  border-radius:5px; border:1px solid #eee; text-align: center; box-sizing: border-box;}
.article-list .cases-body .item:hover{ box-shadow:0 0 15px rgba(0,0,0,0.25);}
.article-list .cases-body .item:nth-of-type(4n){margin-right: 0;}
.article-list .cases-body .item-thumb{ border-radius:5px 5px 0 0;}
.article-list .cases-body .item-thumb img {width:100%; height:206px; border-radius:5px 5px 0 0;}
.article-list .cases-body .item-name{}
.article-list .cases-body .item-name a{color:#000; font-size:14px; display: block; line-height: 30px;}

/*留言*/
.feedback-form{width: 700px; margin: 0 auto 50px; padding: 30px; border:3px dashed #0c6f13; border-radius:5px;}
.feedback-form .form-group{}
.feedback-form .form-group-label{font-size: 16px; font-weight: bold; color:#0c6f13;}
.feedback-form .form-group-input{ margin: 10px 0 30px}
.feedback-form .form-group-input input{ font-size: 16px; line-height: 1.8; padding: 10px 15px; border: 1px solid #ddd; width: 100%; border-radius: 3px;}
.feedback-form .form-group-input input:focus{box-shadow:0 0 10px rgba(12,111,19,0.3);}
.feedback-form .form-group-input textarea{ font-size: 16px; line-height: 1.8; padding: 10px 15px; border: 1px solid #ddd; width: 100%; border-radius: 3px;}
.feedback-form .form-group-input textarea:focus{box-shadow:0 0 10px rgba(12,111,19,0.3);}
.feedback-form .form-group-btn{}
.feedback-form .form-group-btn button{ font-size: 16px; background-color: #0c6f13; color: #fff; padding:10px 30px; line-height: 1.8; display: inline-block; border:unset; border-radius: 3px;}


/*鼠标经过特效*/
.transition{transition:0.5s;}
.transform:hover{transition:0.5s; transform:scale(1.1);}
.transform-md:hover{transition:0.5s; transform:scale(1.3);}


/*style.css*/
.m-pager .w-linkicon-selected{background-color:#01663c; border-color:#01663c;}