@charset "UTF-8";
/**
 * inner page
 * @authors Cobra Liu (lhg2work@sina.com)
 * @date    2018-01-30 16:35:43
 * @version $Id$
 */

body{background-color: #f6f6f6;}
a:hover{transition: all .3s;}
.w-910{width: 910px;margin: 0 auto;overflow: hidden;}
/*breadcrumb*/
.w-breadcrumb{height: 22px;line-height: 22px;padding: 24px 0;border-bottom: 1px solid #cccbcb;}
.w-breadcrumb .icon-left{float: left;display: inline;width: 26px;height: 22px;margin-right: 6px;background: url(../images/common/icon-sprite.png) -190px 0 no-repeat;}
.w-breadcrumb .breadcrumb{}
.w-breadcrumb .breadcrumb li{float: left;display: inline;height: 22px;line-height: 22px;font-size: 16px;color: #414141;}
.w-breadcrumb .breadcrumb li a{font-size: 16px;color: #414141;}
.w-breadcrumb .breadcrumb li a:hover{color: #00923f;}


/*2 column*/
.w-col2a{margin-top: 30px;}
.w-col2a .col-left{float: left;display: inline;width: 280px;}
.w-col2a .col-right{margin-left: 296px;}
.w-col2a .col-left .w-title{padding: 20px 0;background-color: #a3da3a;}
.w-col2a .col-left .w-title .title{height: 32px;margin-left: 45px; line-height: 32px;font-size: 30px;color: #fff;font-weight: bold;}
.w-col2a .col-left .w-title .en{height: 22px;margin-left: 45px; line-height: 22px;font-size: 20px;color: #fff;}

.list-a{margin-top: 50px;}
.list-a .item{margin-bottom: 8px;}
.list-a .item a{display: block;height: 40px;line-height: 40px;font-size: 18px; padding-left: 26px;padding-right: 10px;border-left: 4px solid #f6f6f6;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.list-a .item a:hover,
.list-a .item.current a{border-color: #a3da3a;color: #a3da3a;transition: all 0.3s;}

.module-water-fall{position: relative;width: 930px;overflow: hidden;}
.module-water-fall .m-item{float: left;display: inline;margin-right: 10px;}
.module-water-fall .m-item .c{display: block;width: 278px;padding: 10px;border: 1px solid #efefef;box-shadow: 0 0 6px #efefef; background-color: #fff;}
.module-water-fall .m-item .c:hover{border: 1px solid #d9d9d9;box-shadow: 0 0 6px #d9d9d9;}
.module-water-fall .m-item .w-img{position: relative;width: 100%;background-color: #000;overflow: hidden;}
.module-water-fall .m-item .w-img img{display: block;width: 280px;}
.module-water-fall .m-item .w-img em{display: block; position: absolute;z-index: 1;height: 100%;width: 100%; line-height: 18px;top: 50%;margin-top: -9px; text-align: center;font-size: 16px;color: #fff;display: none;}
.module-water-fall .m-item .c:hover .w-img img{transform: scale(1.08);transition: .5s;}
.module-water-fall .m-item .c:hover .w-img em{/*display: block;transition: all 0.3s;*/}
.module-water-fall .m-item .title{height: 18px;padding-top: 15px;padding-bottom: 10px;line-height: 18px;text-align: center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

/*pager*/
.module-pager{height: 26px;margin-top: 30px;margin-bottom: 40px; line-height: 26px;text-align: right;}
.module-pager .btn,
.module-pager span,
.module-pager input,
.module-pager div{display: inline-block;font-size: 12px;color: #3c3c3c;}
.module-pager .btn,
.module-pager .input{padding: 0 8px;height: 24px;line-height: 24px;border: 1px solid #dcdcdc;background: #fff;border-radius: 3px;}
.module-pager .btn:hover{background: #a3da3a;color: #fff;}
.module-pager .btn.current{background: #a3da3a;color: #fff;}
.module-pager .w-input{margin-left: 20px;}
.module-pager .input{width: 20px;height: 14px;padding: 5px; line-height: 14px;text-align: center;}

/*detail*/
.w-detail{}
.w-detail .w-info{overflow: hidden;}
.w-detail .w-info .w-img{float: left;display: inline;width: 420px;padding: 9px;border: 1px solid #efefef;box-shadow: 0 0 6px #efefef;background-color: #fff;}
.w-detail .w-info .w-img img{display: block;}
.w-detail .w-info .info{margin-left: 476px;}
.w-detail .w-info .info .title{padding: 6px 0; line-height: 36px;font-size: 24px;}
.w-detail .w-info .info p{line-height: 32px;}
.w-detail .w-info .info .btn-consult{display: block;width: 150px;height: 50px;margin-top: 15px; line-height: 50px;font-size: 20px;color: #fff;text-align: center; background-color: #a3da3a;}
.w-detail .w-info .info .btn-consult:hover{background-color: #94c733;}
.w-detail .module-b{}
.w-detail .module-b .m-title{width: 100%;margin-top: 40px;border-bottom: 1px solid #cccbcb;}
.w-detail .module-b .m-title label{display: inline-block;height: 24px;padding: 0 10px;line-height: 24px;font-size: 20px;border-bottom: 6px solid #a3da3a;}
.w-detail .detail .content{padding-top: 30px;overflow: hidden;}
.w-detail .detail .content img{display: block;margin: 0 auto;}

.list-b{width: 930px;padding-top: 20px;padding-bottom: 50px;overflow: hidden;}
.list-b .i-list{float: left;display: inline;}
.list-b .i-list .c{display: inline-block;width: 280px;padding: 9px;margin-right: 10px; border: 1px solid #efefef;box-shadow: 0 0 6px #efefef;background-color: #fff;}
.list-b .i-list .c:hover{border: 1px solid #d9d9d9;box-shadow: 0 0 6px #d9d9d9;}
.list-b .i-list .c:hover .w-img{overflow: hidden;}
.list-b .i-list .c:hover .w-img img{transform: scale(1.08);transition: .5s;}
.list-b .i-list .title{height: 18px;padding-top: 15px;padding-bottom: 10px;line-height: 18px;text-align: center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}


/*search module*/
.module-search{padding: 25px 0;}
.module-search .w-input{width: 547px;margin: 0 auto;border: 1px solid #c8c8c8;border-radius: 3px;overflow: hidden;}
.module-search .w-input .input{background: #fff;border: none; float: left;display: inline;width: 405px;height: 16px;line-height: 16px;padding: 14px 15px 14px 25px;}
.module-search .w-input .btn-search{background: none;border: none;outline: none;padding: 0 10px;float: left;display: inline;height: 44px;line-height: 44px;font-size: 24px;color: #fff;background-color: #a3da3a;}
.module-search .w-input .btn-search .icon{float: left;display: inline;width: 26px;height: 25px;margin-top: 9px;margin-right: 8px; background: url(../images/common/icon-sprite.png) -38px -180px no-repeat;}
.module-search .w-input .btn-search:hover{background-color: #94c733;}

.search-result{width: 1220px;padding: 20px 30px 20px 20px;border: 1px solid #efefef;box-shadow: 0 0 6px #efefef;background-color: #fff;border-radius: 5px;margin: 0 auto;margin-top: -1px;margin-bottom: 15px;}
.search-result .module-water-fall{width: 1240px;}
.search-result .module-water-fall .m-item .c{border-color: #fff;box-shadow: none;}
.search-result .module-water-fall .m-item .c:hover{border: 1px solid #d9d9d9;box-shadow: 0 0 6px #d9d9d9;}
.search-result .module-water-fall .m-item .c:hover .w-img img{transform: scale(1.08);transition: .5s;}

.search-filter{width: 1220px;height: 40px;line-height: 40px;margin: 0 auto;}
.search-filter .label{float: left;display: inline;margin-right: 10px;font-size: 14px;color: #999999;}
.search-filter .w-filter{position: relative;z-index: 1;float: left;display: inline;background-color: #fff;border: 1px solid #efefef;box-shadow: 0 -2px 2px #efefef;border-bottom: none;}
.search-filter .w-filter .i-filter{padding: 0 30px;}
.search-filter .w-filter .i-filter:hover,
.search-filter .w-filter .i-filter.current{color: #a3da3b;}
.search-filter .w-filter span{color: #ababab;}

/*news list*/
.list-news{width: 100%;}
.list-news .i-news{margin-bottom: 25px;overflow: hidden;}
.list-news .i-news .w-img{float: left;display: inline;width: 135px;padding: 9px;border: 1px solid #efefef;box-shadow: 0 0 6px #efefef;background-color: #fff;}
.list-news .i-news .w-img img{display: block;width: 135px;}
.list-news .i-news .info{margin-left: 180px;}
.list-news .i-news .info .title{height: 18px;padding-top: 15px;padding-bottom: 10px;line-height: 18px;font-size: 16px;font-weight: bold;}
.list-news .i-news .text{height: 42px;overflow: hidden;}
.list-news .i-news .w-time{height: 16px;margin-top: 25px; line-height: 16px;}
.list-news .i-news .time{float: left;display: inline;color: #9d9d9d;}
.list-news .i-news .view{float: right;display: inline;color: #9d9d9d;}
.list-news .i-news .view span{color: #9d9d9d;}
.list-news .i-news .view .icon{float: left;display: inline;width: 23px;height: 12px;margin-top: 2px;margin-right: 8px;background: url(../images/common/icon-sprite.png) -76px -90px no-repeat;}

.search-result .list-news .i-news .w-img{border-color: #fff;box-shadow: none;}

/*news detail*/
.w-col2b{margin-top: 30px;}
.w-col2b .col-left{float: left;display: inline;width: 850px;}
.w-col2b .col-right{float: right;display: inline;width: 350px;}

.mc-news-detail{}
.mc-news-detail .w-recommend{padding: 15px;border: 1px solid #efefef;box-shadow: 0 0 6px #efefef; background-color: #fff;}
.mc-news-detail .w-recommend h2.title{width: 100%;height: 70px;line-height: 70px;text-align: center;font-size: 30px;font-weight: bold;color: #fff;background-color: #a3da3a;}

.list-rec{}
.list-rec .i-list{padding: 8px 0;border-bottom: 1px dashed #b5b5b5; overflow: hidden;}
.list-rec .i-list .w-img{float: left;display: inline;padding: 4px;background-color: #f1f0f0;}
.list-rec .i-list .w-img img{display: block;width: 72px;height: 72px;}
.list-rec .i-list .info{margin-left: 92px;}
.list-rec .i-list .info .title{height: 48px;margin-bottom: 15px;line-height: 24px;overflow: hidden;}
.list-rec .i-list .info .time{height: 16px;line-height: 16px;font-size: 14px;color: #9d9d9d;}

.mc-news-detail .w-detail{border: 1px solid #efefef;box-shadow: 0 0 6px #efefef; background-color: #fff;margin-bottom: 50px;}
.mc-news-detail .w-detail .detail{padding: 30px;}
.mc-news-detail .w-detail .title{font-size: 24px;line-height: 32px;}
.mc-news-detail .w-detail .w-time{height: 16px;margin-top: 10px;line-height: 16px;color: #9d9d9d}
.mc-news-detail .w-detail .w-time .view{display: inline-block;margin-left: 36px;color: #9d9d9d}
.mc-news-detail .w-detail .w-time span,
.mc-news-detail .w-detail .w-time .view span{color: #9d9d9d}
.mc-news-detail .w-detail .w-time .view .icon{float: left;display: inline;width: 23px;height: 12px;margin-top: 2px;margin-right: 8px;background: url(../images/common/icon-sprite.png) -76px -90px no-repeat;}
.mc-news-detail .w-detail .content{padding-top: 25px;overflow: hidden;}
.mc-news-detail .w-detail .content p{width: 100%;line-height: 28px;overflow: hidden;}

.mc-news-detail .w-detail .share-bar{padding: 8px 30px;border-bottom: 1px solid #cccbcb;overflow: hidden;}
.mc-news-detail .w-detail .share-bar .share{float: left;display: inline;line-height: 36px;}
.mc-news-detail .w-detail .share-bar .share label{font-size: 18px;}
.mc-news-detail .w-detail .share-bar .share .sns{display: inline-block;width: 32px;height: 36px;background: url(../images/common/icon-sprite-sns.png) 0 0 no-repeat;text-indent: -99999px;}
.mc-news-detail .w-detail .share-bar .share .sns-qq{}
.mc-news-detail .w-detail .share-bar .share .sns-qq:hover{background-position: 0 -36px;}
.mc-news-detail .w-detail .share-bar .share .sns-wechat{background-position: -32px 0;}
.mc-news-detail .w-detail .share-bar .share .sns-wechat:hover{background-position: -32px -36px;}
.mc-news-detail .w-detail .share-bar .share .sns-webo{background-position: -64px 0;}
.mc-news-detail .w-detail .share-bar .share .sns-webo:hover{background-position: -64px -36px;}
.mc-news-detail .w-detail .share-bar .share .sns-qqzone{background-position: -96px 0;}
.mc-news-detail .w-detail .share-bar .share .sns-qqzone:hover{background-position: -96px -36px;}

.mc-news-detail .w-detail .share-bar .btn-bookmark{float: right;display: inline;height: 36px;padding: 0 12px; line-height: 36px;font-size: 18px;color: #a3da3a;border: 1px solid #a3da3a;border-radius: 3px;}
.mc-news-detail .w-detail .share-bar .btn-bookmark .icon{float: left;display: inline;width: 23px;height: 21px;margin-top: 8px;margin-right: 10px; background: url(../images/common/icon-sprite.png) -76px -180px no-repeat;}
.mc-news-detail .w-detail .share-bar .btn-bookmark:hover{background-color: #a3da3a;color: #fff;}
.mc-news-detail .w-detail .share-bar .btn-bookmark:hover .icon{background-position: -114px -180px;}

.mc-news-detail .w-detail .key-words{line-height: 14px;font-size: 14px;padding: 10px 30px 40px 30px;}
.mc-news-detail .w-detail .key-words a{font-size: 14px;padding-right: 10px;}

/*about us*/
.mc-about-us{}
.mc-about-us .m-about{margin-top: 30px;border: 1px solid #efefef;box-shadow: 0 0 6px #efefef; background-color: #fff;}
.mc-about-us .m-title{margin-top: 25px;overflow: hidden;}
.mc-about-us .m-title .cn,
.mc-about-us .m-title .en{float: left;display: inline; height: 30px;padding-bottom: 10px; line-height: 30px;font-size: 30px;font-weight: bold;border-bottom: 2px solid #a3da3a;}
.mc-about-us .m-title .cn{padding-left: 25px;padding-right: 15px;}
.mc-about-us .m-title .en{height: 24px;padding-top:10px;padding-bottom: 6px; line-height: 24px; font-size: 24px;padding-right: 90px;font-weight: normal;}
.mc-about-us .m-content{padding: 30px;}
.mc-about-us .col2-a{overflow: hidden;}
.mc-about-us .col2-a .col-left{float: left;display: inline;width: 640px;}
.mc-about-us .col2-a .col-right{float: right;display: inline;width: 490px;}
.mc-about-us p{line-height: 26px;margin-bottom: 20px;}
.mc-about-us .col2-b{overflow: hidden;}
.mc-about-us .col2-b .col-left{float: left;display: inline;width: 440px;}
.mc-about-us .col2-b .col-right{float: right;display: inline;width: 690px;}
.mc-about-us .col2-b .col-right p{margin-bottom: 10px;}
.mc-about-us .honor{padding-top: 25px;padding-bottom: 30px;}
.mc-about-us .honor img{display: block;}
.mc-about-us .list-honor{width: 1224px;padding: 30px 0;overflow: hidden;}
.mc-about-us .list-honor .i-honor{float: left;display: inline;margin-right: 6px;margin-bottom: 40px;}
.mc-about-us .list-honor .i-honor img{display: block;width: 135px;height: 195px;padding: 5px;border: 1px solid #efefef;box-shadow: 0 0 6px #efefef; background-color: #fff;}
.mc-about-us .list-honor .i-honor em{display: block;width: 100%;height: 12px;line-height: 12px;margin-top: 14px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; font-size: 12px;text-align: center;}
.mc-about-us .m-contact{margin-bottom: 25px; border: 1px solid #efefef;box-shadow: 0 0 6px #efefef; background-color: #fff;overflow: hidden;}
.mc-about-us .m-contact .col-left{float: left;display: inline;width: 540px;}
.mc-about-us .m-contact .col-left .content{padding-left: 26px;padding-top: 40px;}
.mc-about-us .m-contact .col-right{margin-left: 540px;padding: 30px;}

/*sort module*/
.module-sort{padding: 15px 0; line-height: 32px;}
.module-sort .i-sort{overflow: hidden;}
.module-sort .i-sort .label{float: left;display: inline;width: 75px;}
.module-sort .i-sort .sort{margin-left: 75px;}
.module-sort .i-sort .sort .i-sort{padding-right: 20px;cursor: pointer;overflow: hidden;}
.module-sort .i-sort .sort .i-sort input{position: absolute;left: -99999px;}
.module-sort .i-sort .sort .i-sort.current{color: #a3da3a;}
