@charset "UTF-8";
* { font: inherit; -webkit-box-sizing: border-box; box-sizing: border-box; }
*::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

table { border-collapse: collapse; border-spacing: 0; }

button, input, select, textarea { outline: 0; }

li, ol, ul { list-style: none; }

b, strong { font-weight: 400; }

img { max-width: 100%; vertical-align: middle; border: 0; }

:focus { outline: 0; }

a { color: inherit; text-decoration: none; }
a:hover, a.active { color: #47a710; }

.clearfix { zoom: 1; }
.clearfix::after, .clearfix::before { display: table; content: ""; }
.clearfix::after { clear: both; }

.fr { float: right !important; }

.fl { float: left !important; }

input { outline: 0; -webkit-tap-highlight-color: transparent; -webkit-appearance: none; }

input:focus, textarea:focus { outline: 0; border: 1px solid #f60; }

/*文本*/
.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.text-align-last { text-align-last: justify; }

.s-block { display: block !important; }

.s-inlineblock { display: inline-block !important; }

.s-inline { display: inline !important; }

/* 其他差异 */
input { -webkit-appearance: none; }

body { color: #333; font-size: 14px; line-height: 1.45; font-family: Arial, app-apple-system, 'Microsoft Yahei', Helvetica, STHeiTi, sans-serif; margin: 0 auto; position: relative; min-width: 1200px; }

.container { width: 1200px; margin: 0 auto; }

.icon-sprites, .business-module .u-go-shop, .m-welcome-header .hd-menu .u-business:before, .m-hm-about .cp-introduction .u-more:after, .m-consultant .wrap .sm-th .sm-info:after { background-image: url(../images/icon-sprites.png); }

.m-public-list .img-wrap, .m-hm-about .take-picture, .m-company-introduction .company-img, .m-product-view .pic-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; }

/* 首页欢迎头部 */
.m-welcome-header { position: relative; font-size: 12px; color: #7b7b7b; overflow: hidden; border-top: 5px solid #47a710; border-bottom: 1px solid #eee; }
.m-welcome-header .hd-text { line-height: 35px; }
.m-welcome-header .hd-text h1 { display: inline-block; }
.m-welcome-header:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; border-bottom: 1px solid #fff; }
.m-welcome-header .hd-menu { padding-top: 7px; height: 30px; background: #47a710; border-radius: 0 0 5px 5px; color: #fff; font-size: 0; }
.m-welcome-header .hd-menu a { display: inline-block; padding: 0 10px; color: inherit; font-size: 12px; line-height: 1; }
.m-welcome-header .hd-menu a:hover { text-decoration: underline; }
.m-welcome-header .hd-menu a + a { border-left: 1px solid #fff; }
.m-welcome-header .hd-menu .u-business { position: relative; }
.m-welcome-header .hd-menu .u-business:before { content: ""; display: inline-block; width: 16px; height: 12px; margin-right: 5px; vertical-align: middle; background-position: -91px -146px; }

/* 首页头部 LOGO  */
.m-logo { background: #f7f7f7; height: 128px; overflow: hidden; }
.m-logo .logo-wrap { width: 890px; margin-top: 19px; }
.m-logo .logo-box { width: 91px; height: 91px; margin-right: 20px; background-color: #fff; border: 1px solid #ccc; overflow: hidden; }
.m-logo .logo-box a { display: block; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.m-logo .logo-box img { max-height: 100%; }
.m-logo .company-info .name-img { margin: 15px 0 10px; }
.m-logo .company-info .name-img img { height: 30px; }
.m-logo .company-info .name-intro { color: #6e6e6e; }
.m-logo .contact-wrap { margin-top: 40px; padding-left: 50px; position: relative; }
.m-logo .contact-wrap p { color: #666; margin-left: 5px; }
.m-logo .contact-wrap:after { content: ""; position: absolute; left: 0; top: 2px; width: 45px; height: 45px; border-radius: 50%; background: #47a710 url(../images/phone.png) no-repeat center/auto 30px; }

/* 导航 */
.m-nav { position: relative; height: 50px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); border-top: 1px solid #eee; z-index: 2; }
.m-nav a { color: inherit; }
.m-nav .nav { margin-top: 10px; }
.m-nav .nav li { float: left; border-radius: 15px; padding: 0 20px; line-height: 30px; -webkit-transition: all ease .3s; transition: all ease .3s; text-align: center; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-nav .nav li.active { padding: 0 15px 0 20px; background: #47a710; color: #fff !important; }
.m-nav .nav li.active:after { content: ""; display: inline-block; vertical-align: -2px; margin-left: 3px; width: 15px; height: 15px; background: url(../images/navAw.png) no-repeat 50% 50%; }
.m-nav .nav li:last-child { margin-right: 0; }
.m-nav .nav li:hover { color: #47a710; }
.m-nav .nav li:hover .sub-nav { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); }
.m-nav .nav li.hasSub .item:after { content: ""; display: inline-block; width: 12px; height: 7px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY2M0UxNkU0QzJCOTExRTc4NjlERUEwNUE5OTFDN0FCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY2M0UxNkU1QzJCOTExRTc4NjlERUEwNUE5OTFDN0FCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjYzRTE2RTJDMkI5MTFFNzg2OURFQTA1QTk5MUM3QUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjYzRTE2RTNDMkI5MTFFNzg2OURFQTA1QTk5MUM3QUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5FKWriAAAAd0lEQVR42mL4////eSA+BcRCQMyABzcD8V8QY/V/CABpYsGhuByq5ilMYDpU4DAQC6ApLgHif0B8B4hlYYJMQDwHqmk/kk2FULFHQCwBEkO3ei6Spnwg/g01WQmmBl0DOxAv/Y8Ab4BYDlkNrhDZAlWsji4HEGAAYjoW7qf9HS8AAAAASUVORK5CYII=) no-repeat 50% 50%; }
.m-nav .sub-nav { position: absolute; left: 50%; top: 38px; width: 170px; z-index: 999; margin-left: -85px; -webkit-transform: translateY(50%); transform: translateY(50%); visibility: hidden; opacity: 0; -webkit-transition: all ease .3s; transition: all ease .3s; background: #fff; -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
.m-nav .sub-nav a { display: block; color: #666; font-size: 12px; padding: 0 10px; height: 48px; line-height: 48px; text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px solid #f2f2f2; -webkit-transition: all ease-out .3s; transition: all ease-out .3s; }
.m-nav .sub-nav a:hover { background: #5bd614; color: #fff; padding-left: 15px; }
.m-nav .sub-nav a:last-child { border-bottom: 0; }

/* Banner组件 */
.m-banner { position: relative; background: #eee; }
.m-banner .dots { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; font-size: 0; }
.m-banner .dots li { color: #666; display: inline-block; margin: 0 6px 10px; width: 15px; height: 15px; border: 2px solid #fff; background-color: transparent; cursor: pointer; -webkit-transition: height ease .3s; transition: height ease .3s; }
.m-banner .dots li:hover { background-color: #47a710; }
.m-banner .dots .on { background-color: #47a710; }
.m-banner .slide-wrap { position: relative; z-index: 0; }
.m-banner .sl-item { height: 400px; }
.m-banner .sl-item a { display: block; height: 100%; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }
.m-banner .prev, .m-banner .next { position: absolute; top: 50%; width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all ease-out .3s; transition: all ease-out .3s; opacity: 0; }
.m-banner .prev:hover, .m-banner .next:hover { background-color: #47a710; }
.m-banner .prev { left: 50px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUwQkY3NzA0QzJCOTExRTdBMTk2OENFQjAzMjIxNjJBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUwQkY3NzA1QzJCOTExRTdBMTk2OENFQjAzMjIxNjJBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTBCRjc3MDJDMkI5MTFFN0ExOTY4Q0VCMDMyMjE2MkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTBCRjc3MDNDMkI5MTFFN0ExOTY4Q0VCMDMyMjE2MkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7nj33nAAAAbUlEQVR42mL4//8/Axa8FYg/Y5NY/x8CLqNLbIRK7ADx0Y36D9XJgCy5CyqxCtkkEHEJKjEJ3X4mBgYGXgYI+M6ADoAq2IH4MFT3AnRjYXg/VMEibJIgvBeqYB02SQaoH0HgBAOO4ANZ8RMgwACM5wBTVSTU3gAAAABJRU5ErkJggg==) no-repeat 50% 50%; }
.m-banner .next { right: 50px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU2NEZERjc0QzJCOTExRTdCQUNGQUVDMEE3MEVENEU0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU2NEZERjc1QzJCOTExRTdCQUNGQUVDMEE3MEVENEU0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTY0RkRGNzJDMkI5MTFFN0JBQ0ZBRUMwQTcwRUQ0RTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTY0RkRGNzNDMkI5MTFFN0JBQ0ZBRUMwQTcwRUQ0RTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6bVaH6AAAAgklEQVR42mL4////VSA+DcTCQMyAjEHEmv8QcA2IBdElQbgdiP8B8QUglkKXBOEmqAkPYFYwoNnTAFVwC4iV0CVBOAqq4AMTAyb4CqU50HWVQx32EIjVkSVKoMY9B2IZZAdVAfFfIL4JxHLIXlkM1XEPiMXRA+EOEF8GYkl0lwMEGAAumADUX+czzgAAAABJRU5ErkJggg==) no-repeat 50% 50%; }
.m-banner:hover .prev, .m-banner:hover .next { opacity: 1; }

/* 首页交易列表 */
.grid-business { margin: 55px 0 30px; }
.grid-business .business-module .business-header { margin-bottom: 13px; }

/* 首页产品列表 */
.grid-recommend-product { margin-bottom: 20px; padding: 50px 0 32px; background: #f2f2f2 url(../images/pro-bg.jpg) no-repeat center/cover; }

/* 公用产品菜单 */
.public-pro-menu .caption-box { margin: -1px -1px 0 -1px; background: #47a710; }
.public-pro-menu .caption { position: relative; padding-left: 67px; height: 50px; line-height: 50px; color: #fff; font-size: 16px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.public-pro-menu .caption:after { content: ""; position: absolute; left: 20px; top: 8px; width: 38px; height: 34px; background: url(../images/proBg.png) no-repeat 50% 50%; }
.public-pro-menu .menu-wrap { padding: 0 10px; margin: 19px 0 45px; overflow: hidden; }
.public-pro-menu .menu-wrap .u-more { position: absolute; left: 30px; bottom: 15px; display: inline-block; color: #666; }
.public-pro-menu .menu-wrap .u-more:hover { text-decoration: underline; color: #47a710; }
.public-pro-menu .classify-name { line-height: 40px; padding: 0 30px 0 15px; color: #fff; background: #47a710; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.public-pro-menu .classify-name:after { position: absolute; right: 15px; top: 12px; content: ""; display: inline-block; width: 15px; height: 15px; background: url(../images/navAw.png) no-repeat center; }
.public-pro-menu .menu-list .item { padding: 0 7px; height: 35px; line-height: 35px; border-radius: 3px; border-bottom: 1px dashed #eee; }
.public-pro-menu .menu-list .item a { color: #666; position: relative; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all ease .3s; transition: all ease .3s; }
.public-pro-menu .menu-list .item a:before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border: 1px solid #cbcbcb; background: transparent; border-radius: 50%; vertical-align: 2px; }
.public-pro-menu .menu-list .item a:hover { color: #47a710; -webkit-transform: translateX(6px); transform: translateX(6px); }
.public-pro-menu .menu-list .item a:hover:before { border-color: #47a710; }
.public-pro-menu .menu-list .item.current a { color: #47a710; }

/* 首页产品 & 交易模块 */
.hm-pro-module .left-menu { width: 227px; background-color: #fff; border: 1px solid #ddd; position: relative; }
.hm-pro-module .m-public-list .item:nth-child(5n) { margin-right: 0; }
.hm-pro-module .right-con { width: 971px; padding: 0 17px; }

.m-hm-business .left-menu .caption { padding-left: 77px; }
.m-hm-business .left-menu .caption:after { top: 10px; background-image: url(../images/icon-sprites.png); background-position: -194px -74px; }
.m-hm-business .menu-wrap { height: 440px; }

.m-hm-product .caption-box .caption:after { background-size: auto 30px; }
.m-hm-product .menu-wrap { margin: 16px 0 45px; height: 360px; }

.business-module .business-header { line-height: 44px; margin-bottom: 15px; }
.business-module .business-header .name { font-size: 16px; color: #47a710; }
.business-module .business-header .num { padding: 0 7px; color: #ff5a00; }
.business-module .business-header .rz-icon { margin: 0 2px; }
.business-module .business-header .rz-icon i { display: inline-block; width: 26px; height: 22px; vertical-align: -5px; }
.business-module .business-header .rz-icon em { color: #d5ad68; margin-left: 2px; }
.business-module .business-header .jp-rz { background-position: -67px -74px; }
.business-module .business-header .sm-rz { background-position: -113px -76px; }
.business-module .business-header .cx-rz { background-position: -10px -146px; }
.business-module .u-go-shop { display: block; width: 222px; height: 44px; font-size: 0; background-position: -10px -10px; }
.business-module .m-public-list .item { border: 1px solid #d5ad68; }
.business-module .m-public-list .item:hover { background: #fff; border-color: #ff7800; }
.business-module .m-public-list .item:hover .img-wrap { border-color: #ff7800; }
.business-module .m-public-list .item:hover .title { color: #ff7800; background: #fff; }
.business-module .m-public-list .img-wrap { border-color: #d5ad68; overflow: hidden; text-align: center; }
.business-module .m-public-list .title { padding: 8px 0 5px 0; }
.business-module .m-public-list .price { color: #5f5f5f; }
.business-module .m-public-list .price b { font-size: 18px; color: #ff7800; font-weight: normal; }

/* 公共产品列表 */
.m-public-list .item { float: left; width: 173px; margin-right: 18px; margin-bottom: 18px; padding: 3px; text-align: center; background: #fff; border: 1px solid #ddd; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-public-list .item a { display: block; overflow: hidden; }
.m-public-list .item:hover { border-color: #47a710; background: #47a710; -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1); box-shadow: 0 0 24px rgba(0, 0, 0, 0.1); }
.m-public-list .item:hover .title { color: #fff; }
.m-public-list .item:hover .img-wrap img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.m-public-list .img-wrap { background: #fff; height: 173px; overflow: hidden; -webkit-transition: border-color ease .3s; transition: border-color ease .3s; }
.m-public-list .img-wrap img { min-height: 50%; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-public-list .title { color: #5f5f5f; padding: 13px 0; -webkit-transition: all ease .3s; transition: all ease .3s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/* 首页自定义 */
.hm-edit-area { margin-bottom: 20px; }

.hm-optimize-area { height: 250px; position: relative; }

/* 关键词选项卡 */
.m-key-tab { position: absolute; top: -170px; width: 1200px; padding: 20px 0; background: #fff; -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); }
.m-key-tab .tab-header { text-align: center; margin-bottom: 40px; }
.m-key-tab .tab-header .menu { font-size: 0; }
.m-key-tab .tab-header .menu a { display: inline-block; padding: 0 40px; height: 45px; line-height: 45px; font-size: 14px; font-weight: 700; text-align: center; position: relative; -webkit-transition: all ease .3s; transition: all ease .3s; background: #ececec; }
.m-key-tab .tab-header .menu a:after { content: ""; position: absolute; left: 50%; bottom: -12px; margin-left: -3px; display: inline-block; border: 6px solid transparent; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-key-tab .tab-header .menu .active { color: #fff; background: #47a710; }
.m-key-tab .tab-header .menu .active:after { content: ""; border-top-color: #47a710; }
.m-key-tab .tab-header .more { color: #444; font-size: 12px; }
.m-key-tab .tab-header .more:hover { color: #47a710; }
.m-key-tab .tab-main { margin: 20px 50px; height: 220px; position: relative; }
.m-key-tab .m-public-list { width: 100%; background: #fff; display: none; }
.m-key-tab .m-public-list .item { width: 180px; margin-right: 24px; margin-bottom: 0; }
.m-key-tab .m-public-list .item:last-child { margin-right: 0; }
.m-key-tab .m-public-list .item .img-wrap { height: 180px; }
.m-key-tab .m-public-list .title { padding: 14px 0 0 0; }
.m-key-tab .tab-slide-box { margin-left: -15px; display: none; }
.m-key-tab .current { display: block; }

/* 滚动关键词产品 */
.tab-slide-box .control { position: absolute; top: 31%; display: inline-block; width: 42px; height: 42px; border-radius: 50%; background: #333 no-repeat center; -webkit-transition: all ease .3s; transition: all ease .3s; }
.tab-slide-box .control:hover { background-color: #47a710; }
.tab-slide-box .sPrev { left: -70px; background-image: url(../images/aw-left.png); }
.tab-slide-box .sNext { right: -70px; background-image: url(../images/aw-right.png); }

.slide-ul { width: 2000%; }
.slide-ul .item { float: left; margin: 0 12px; width: 200px; border: 1px solid #ececec; -webkit-transition: all ease .3s; transition: all ease .3s; -webkit-box-sizing: content-box; box-sizing: content-box; overflow: hidden; }
.slide-ul .item a { display: block; padding: 3px; }
.slide-ul .item .img-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 173px; background: #fff; overflow: hidden; }
.slide-ul .item .img-wrap img { -webkit-transition: all ease .3s; transition: all ease .3s; }
.slide-ul .item .title { color: #5f5f5f; text-align: center; padding: 10px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: all ease .3s; transition: all ease .3s; }
.slide-ul .item:hover { background: #47a710; border-color: #47a710; }
.slide-ul .item:hover .title { color: #fff; }
.slide-ul .item:hover .img-wrap img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.hm-introduce-area { background: #f2f2f2 url(../images/area-bg.jpg) repeat 0 0; margin-bottom: 20px; padding: 40px 0; }

/* 首页关于我们 */
.m-hm-about { text-align: center; padding: 60px 0 120px; height: 720px; background: #f2f2f2 url(../images/pro-bg.jpg) no-repeat center/cover; }
.m-hm-about .ab-hd { margin-bottom: 35px; }
.m-hm-about .ab-hd .title { font-size: 32px; color: #47a710; font-weight: 700; text-transform: uppercase; position: relative; }
.m-hm-about .ab-hd .title:before, .m-hm-about .ab-hd .title:after { position: absolute; top: 50%; content: ""; width: 520px; height: 1px; background: #d8d8d8; }
.m-hm-about .ab-hd .title:before { left: 0; }
.m-hm-about .ab-hd .title:after { right: 0; }
.m-hm-about .ab-hd .subtitle { margin-top: 5px; font-size: 16px; color: #c7c7c7; }
.m-hm-about .img-box { margin-top: 16px; margin-right: 20px; vertical-align: top; display: inline-block; }
.m-hm-about .take-picture { width: 270px; height: 196px; padding: 9px; background: #fff; border: 1px solid #cbcbcb; }
.m-hm-about .cp-introduction { display: inline-block; width: 650px; text-align: left; }
.m-hm-about .cp-introduction .cp-name img { height: 42px; }
.m-hm-about .cp-introduction .cp-intro { height: 173px; line-height: 1.8; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 7; color: #444; overflow: hidden; }
.m-hm-about .ad-ft { margin-top: 30px; text-align: center; }
.m-hm-about .ad-ft .u-more { position: relative; display: inline-block; width: 160px; height: 38px; line-height: 38px; color: #fff; text-align: center; -webkit-transition: all ease .3s; transition: all ease .3s; overflow: hidden; background: #949494; -webkit-transform: translateZ(0); transform: translateZ(0); }
.m-hm-about .ad-ft .u-more span { margin-left: 5px; font-family: serif; }
.m-hm-about .ad-ft .u-more:before { content: ''; z-index: -1; position: absolute; height: 100%; width: 0; left: 0; top: 0; opacity: 0; background: #47a710; -webkit-transition: all .36s ease; transition: all .36s ease; }
.m-hm-about .ad-ft .u-more:hover { background: #47a710\9; }
.m-hm-about .ad-ft .u-more:hover:before { width: 100%; opacity: 1; }

/* 公用标题 */
.public-u-header { height: 50px; line-height: 50px; border-bottom: 1px solid #dfdfdf; margin-bottom: 15px; }
.public-u-header .title { padding-left: 13px; color: #47a710; font-weight: 700; border-left: 5px solid #47a710; line-height: 1.5; margin-top: 15px; font-size: 16px; }
.public-u-header .more { font-size: 12px; color: #999; }
.public-u-header .more:hover { color: #47a710; }

.m-hm-news, .m-hm-area { padding: 20px; background: #fff; -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2); }

/* 首页供应信息 */
.m-hm-news { width: 703px; margin-right: 25px; }
.m-hm-news .con { height: 380px; }
.m-hm-news .first-news { margin-bottom: 15px; overflow: hidden; }
.m-hm-news .first-news .thum { float: left; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 200px; height: 135px; padding: 3px; border: 1px solid #ececec; margin-right: 20px; }
.m-hm-news .first-news .thum img { max-height: 100%; }
.m-hm-news .first-news .caption { font-size: 16px; margin-bottom: 10px; }
.m-hm-news .first-news .caption a { display: block; color: #47a710; -webkit-transition: all ease .36s; transition: all ease .36s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-hm-news .first-news .caption:hover a { text-decoration: underline; padding-left: 5px; }
.m-hm-news .first-news .desc { height: 38px; font-size: 12px; color: #868585; line-height: 1.8; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.m-hm-news .first-news .u-more { -webkit-transition: all .36s ease; transition: all .36s ease; border: 1px solid rgba(170, 170, 170, 0.2); display: inline-block; font-size: 14px; line-height: 30px; color: #999; font-size: 12px; padding: 0 30px; margin-top: 30px; position: relative; -webkit-transition: all ease .3s; transition: all ease .3s; -webkit-transform: translateZ(0); transform: translateZ(0); }
.m-hm-news .first-news .u-more:before { content: ''; z-index: -1; position: absolute; height: 100%; width: 0; left: 0; top: 0; opacity: 0; background: #47a710; -webkit-transition: all .36s ease; transition: all .36s ease; }
.m-hm-news .first-news .u-more:hover { color: #fff; background: #47a710\9; }
.m-hm-news .first-news .u-more:hover:before { width: 100%; opacity: 1; }
.m-hm-news .news-list .item-info { padding: 10px 0; border-bottom: 1px dashed #ececec; overflow: hidden; -webkit-transition: all ease .36s; transition: all ease .36s; }
.m-hm-news .news-list .item-info .title { display: inline-block; max-width: 560px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; -webkit-transition: all ease .36s; transition: all ease .36s; }
.m-hm-news .news-list .item-info .title:before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border: 1px solid #cbcbcb; background: transparent; vertical-align: 2px; }
.m-hm-news .news-list .item-info .data-wrap { float: right; color: #999; }
.m-hm-news .news-list .item-info:hover { padding: 10px; }
.m-hm-news .news-list .item-info:hover .title { color: #47a710; }
.m-hm-news .news-list .item-info:hover .title:before { border-color: #47a710; }

/* 首页最新询价 */
.m-hm-area { width: 472px; }
.m-hm-area .ask-price { color: #333; font-size: 12px; font-weight: 700; }
.m-hm-area .ask-price .area, .m-hm-area .ask-price .source { padding: 0 0 0 48px; line-height: 35px; position: relative; }
.m-hm-area .ask-price .area::before, .m-hm-area .ask-price .source::before { content: ""; display: inline-block; position: absolute; left: 0; top: 0; width: 35px; line-height: 35px; text-align: center; border-radius: 50%; color: #fff; }
.m-hm-area .ask-price .member:before { content: "——"; margin: 0 4px 0 1px; color: #ccc; }
.m-hm-area .ask-price .area { color: #47a710; margin-bottom: 5px; }
.m-hm-area .ask-price .area::before { content: "访客"; background: #47a710; }
.m-hm-area .ask-price .source { color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.m-hm-area .ask-price .source::before { content: "来源"; background: #ececec; color: #666; }
.m-hm-area .ask-price .ap-header div { background: #f0f0f0; color: #1d1d1d; }
.m-hm-area .ask-price .ap-main { height: 380px; overflow: hidden; }
.m-hm-area .ask-price .info-list .item { height: 75px; padding: 9px 0; border-bottom: 1px dashed #ccc; overflow: hidden; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 友情链接 */
.m-friendly-link { padding: 20px 0; }
.m-friendly-link .title { font-size: 16px; color: #47a710; font-weight: 700; vertical-align: top; }
.m-friendly-link .title span { color: #888; }
.m-friendly-link .link-wrap { width: 1050px; }
.m-friendly-link .link-wrap .link-item { display: inline-block; padding: 0 10px; margin-bottom: 15px; border-right: 2px solid #d1d1d1; color: #666; }
.m-friendly-link .link-wrap .link-item:last-child { border-right: 0; }
.m-friendly-link .link-wrap .link-item:hover { color: #47a710; }

/* 底部导航组件 */
.m-bottom-nav { text-align: center; background: rgba(71, 167, 16, 0.9); height: 44px; }
.m-bottom-nav .container { padding-top: 12px; font-size: 0; }
.m-bottom-nav .nav-item { max-width: 170px; display: inline-block; padding: 0 28px; color: #fff; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.m-bottom-nav .nav-item:last-child { border-right: 0; }
.m-bottom-nav .nav-item:hover { text-decoration: underline; }

/* 底部信息组件 */
.m-bottom-info { padding: 25px 0 40px; }
.m-bottom-info .qrcode-wrap { width: 410px; border-right: 1px solid #cbcbcb; text-align: center; }
.m-bottom-info .code-item { display: inline-block; vertical-align: top; width: 130px; margin: 0 25px; text-align: center; }
.m-bottom-info .code-item .img-box { height: 130px; border: 1px solid #cbcbcb; padding: 4px; overflow: hidden; }
.m-bottom-info .code-item .tips { margin-top: 12px; }
.m-bottom-info .info-wrap { width: 790px; padding-left: 25px; }
.m-bottom-info .info-wrap .b-keyword { line-height: 1.8; }
.m-bottom-info .info-wrap .ct-info { margin: 20px 0 0; }

/*客服组件*/
.m-consultant { position: fixed; top: 250px; right: 0; z-index: 999; border-radius: 6px 0px 0 6px; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.m-consultant .controls { display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; text-align: center; background: #fff; color: #47a710; cursor: pointer; font-family: 'SimHei', 'sans-serif'; font-weight: 700; }
.m-consultant .group { display: none; width: 30px; float: left; height: 180px; background: #47a710; padding: 10px 0; color: #fff; text-align: center; margin-top: 1px; margin-right: -1px; position: relative; z-index: 2; cursor: pointer; }
.m-consultant .group .info { display: inline-block; padding-top: 15px; font-size: 16px; }
.m-consultant .group:hover { background: #5bd614; }
.m-consultant .wrap { float: left; width: 154px; font-size: 12px; border: 1px solid #ddd; background: #f7f7f7; overflow: hidden; position: relative; z-index: 1; }
.m-consultant .wrap .title { height: 28px; line-height: 28px; color: #fff; background: #47a710; background: -webkit-gradient(linear, left top, left bottom, from(#5bd614), to(#33780c)); background: linear-gradient(to bottom, #5bd614, #33780c); overflow: hidden; padding: 0 10px 0 15px; }
.m-consultant .wrap .title .b-close { float: right; width: 15px; height: 15px; line-height: 16px; margin-top: 6px; }
.m-consultant .wrap .sm-th { padding: 10px 0; border-bottom: 1px solid #ccc; }
.m-consultant .wrap .sm-th .sm-info { position: relative; margin: 0 5px 10px 5px; padding: 7px 12px 14px 12px; background: #fff; border: 1px solid #d9d9d9; border-radius: 3px; text-align: justify; }
.m-consultant .wrap .sm-th .sm-info:after { content: ""; position: absolute; right: 22px; bottom: -5px; display: inline-block; width: 10px; height: 5px; background-position: -210px -144px; }
.m-consultant .wrap .sm-th .sm-tall { line-height: 40px; text-align: center; }
.m-consultant .wrap .qq-server .list { padding: 10px 0; }
.m-consultant .wrap .qq-server .list li { padding: 5px 10px; text-align: center; }
.m-consultant .wrap .qr-code { border-top: 1px solid #ddd; padding: 10px; text-align: center; }
.m-consultant .wrap .qr-code .qr-wrap { height: 132px; overflow: hidden; }
.m-consultant .wrap .qr-code .qr-wrap img { max-width: 100%; }
.m-consultant .wrap .qr-code .qr-info { padding-top: 10px; }
.m-consultant .wrap .qr-code-hidden { display: none; }
.m-consultant .business { padding: 0 13px 10px 13px; }
.m-consultant .business .business-link { display: block; width: 127px; height: 38px; background: url(../images/icon-sprites.png) no-repeat -10px -188px; }

/* 返回顶部组件 */
.aside-control { position: fixed; right: 10px; bottom: 40px; z-index: 999; }
.aside-control .items a { display: block; width: 40px; height: 40px; background: rgba(0, 0, 0, 0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYxNEY5M0M0QzJCOTExRTdBMzU1QzEyMjVCNERDQ0ZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYxNEY5M0M1QzJCOTExRTdBMzU1QzEyMjVCNERDQ0ZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjE0RjkzQzJDMkI5MTFFN0EzNTVDMTIyNUI0RENDRkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjE0RjkzQzNDMkI5MTFFN0EzNTVDMTIyNUI0RENDRkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7htNagAAAAcUlEQVR42mL4//8/Axa8FIgfALEcuhy6QhYgnvkfAZ4AsSg+DROgCk8BcS0Q/wHiK0AsjU1DH5JiDqhYPVTsJhALIGvogkqcBWIRNFuboHIgm8RAArOhAleBmAtHILTBbGKAKgRhcRyKYXgySAdAgAEAmlwW0TkyleMAAAAASUVORK5CYII=) no-repeat 50% 50%; -webkit-transition: all ease .3s; transition: all ease .3s; }
.aside-control .items a:hover { background-color: #47a710; }

/* 导航宽度 */
.m-nav .nav-num-6 li { width: 200px; }
.m-nav .nav-num-7 li { width: 171px; }
.m-nav .nav-num-8 li { width: 150px; }
.m-nav .nav-num-9 li { width: 133px; }

.g-inner-page { padding-top: 25px; }

.g-inner-left { width: 228px; }

.g-inner-right { width: 951px; }

/* 内页栏目菜单 */
.m-column-menu { margin-bottom: 15px; }
.m-column-menu .caption { font-size: 16px; font-weight: 700; padding-left: 23px; line-height: 50px; color: #fff; background: #47a710; }
.m-column-menu .menu-list { border: 1px solid #cbcbcb; border-top: 0; padding: 0 10px; }
.m-column-menu .items { border-bottom: 1px dashed #cbcbcb; }
.m-column-menu .items a { position: relative; display: block; padding: 15px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-column-menu .items a:hover { color: #47a710; }
.m-column-menu .items.active a { color: #47a710; }
.m-column-menu .items:last-child { border-bottom: 0; }

/* 内页产品菜单 */
.m-left-pro-menu .public-pro-menu .menu-wrap { border: 1px solid #cbcbcb; border-top: 0; padding: 10px; margin: 0 0 15px 0; }

/* 内页左侧联系 */
.m-inner-left-contact { margin-bottom: 15px; }
.m-inner-left-contact .caption { font-size: 16px; font-weight: 700; padding-left: 23px; line-height: 50px; color: #fff; background: #47a710; }
.m-inner-left-contact .intro-wrap { border: 1px solid #cbcbcb; border-top: 0; padding-bottom: 10px; }

/* 面包屑导航 */
.m-crumbs { margin-bottom: 15px; padding: 10px 15px; border: 1px solid #cbcbcb; font-size: 13px; color: #4c4c4c; }
.m-crumbs .crumbs-arrow { display: inline-block; font-size: 12px; padding: 0 4px; color: #999; font-family: 'SimHei', 'sans-serif'; }
.m-crumbs .crumbs-item:last-child { color: #47a710; }

/* 内页公司介绍 */
.m-company-introduction { padding: 20px; margin-bottom: 15px; border: 1px solid #cbcbcb; overflow: hidden; }
.m-company-introduction .intro-wrap { float: left; width: 567px; line-height: 1.8; }
.m-company-introduction .intro-wrap p { text-align: justify; margin-bottom: 10px; }
.m-company-introduction .company-img { float: left; width: 270px; height: 190px; line-height: 100%; padding: 9px; margin-left: 50px; background: #fff; text-align: center; border: 1px solid #cbcbcb; overflow: hidden; }
.m-company-introduction .company-img img { vertical-align: middle; }

/* 内页公共块 */
.public-module-block { border: 1px solid #cbcbcb; border-radius: 5px 5px 0 0; margin-bottom: 15px; }
.public-module-block .module-title { position: relative; padding: 0 17px; height: 40px; line-height: 40px; color: #47a710; border-radius: 5px 5px 0 0; border-bottom: 1px solid #cbcbcb; background: #f7f7f7; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); background: linear-gradient(to bottom, #fff, #ededed); }
.public-module-block .module-title h3 { font-weight: 700; }
.public-module-block .module-title:after { position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #fff; content: ""; }
.public-module-block .module-content { padding: 20px; }

/* 工商登记信息 */
.m-busine-info { color: #666; }
.m-busine-info .panle { margin-bottom: 20px; }
.m-busine-info .panle:last-child { margin-bottom: 0; }
.m-busine-info .detai-title { margin-bottom: 10px; }
.m-busine-info .detai-title h5 { padding-left: 10px; border-left: 4px solid #979797; line-height: 1; }
.m-busine-info .detail-table { display: table; width: 100%; table-layout: fixed; border: 1px solid #e3e3e3; border-right: 0; border-bottom: 0; background: #f3f3f3; min-height: 44px; overflow: hidden; }
.m-busine-info .detail-table .table-row { border-bottom: 1px solid #e3e3e3; }
.m-busine-info .detail-table .item-title { display: table-cell; width: 113px; padding: 10px; border: 1px solid #fff; }
.m-busine-info .detail-table .item-intro { display: table-cell; width: 355px; padding: 10px; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; word-break: break-all; word-wrap: break-word; background: #fff; }

/* 产品内页主内容区域 */
.public-inner-main { padding: 18px; border: 1px solid #cbcbcb; margin-bottom: 20px; }

.m-product-box .box-title { color: #47a710; font-size: 16px; margin-bottom: 18px; }

.m-product-box, .m-include-business { margin-bottom: 20px; }
.m-product-box .m-public-list .item, .m-include-business .m-public-list .item { margin-right: 12px; }
.m-product-box .m-public-list .item:nth-child(5n), .m-include-business .m-public-list .item:nth-child(5n) { margin-right: 0; }

/* 内页引入交易 */
.m-include-business .business-header { position: relative; overflow: hidden; }
.m-include-business .business-header::before, .m-include-business .business-header::after { content: ""; position: absolute; width: 100%; left: 0; bottom: 0; height: 2px; z-index: 2; }
.m-include-business .business-header::before { bottom: 2px; background: #e46923; }
.m-include-business .business-header::after { background: #ffdb9f; }
.m-include-business .left-intro { margin-left: 15px; }

/* 长尾词 */
.m-long-tail-wrap { line-height: 1.8; }
.m-long-tail-wrap .lw-intro { padding: 20px 0; border-top: 1px solid #cbcbcb; border-bottom: 1px solid #cbcbcb; }
.m-long-tail-wrap .lw-intro .lump { margin-top: 30px; }
.m-long-tail-wrap .lw-intro .lump .title { margin-bottom: 10px; font-weight: 700; }
.m-long-tail-wrap .lw-intro .lump a { display: inline-block; margin-right: 12px; margin-bottom: 10px; color: #47a710; }
.m-long-tail-wrap .lw-intro .lump a:hover { text-decoration: underline; }
.m-long-tail-wrap .lw-menu { margin: 20px 0 10px; overflow: hidden; }
.m-long-tail-wrap .lw-menu .anchor { display: block; color: #47a710; font-size: 16px; font-style: italic; margin-bottom: 15px; }
.m-long-tail-wrap .lw-menu .anchor:hover { text-decoration: underline; }
.m-long-tail-wrap .lw-anchor-list { margin-bottom: 20px; }
.m-long-tail-wrap .lw-anchor-list .para-title { margin-bottom: 10px; font-weight: 700; }
.m-long-tail-wrap .lw-anchor-list .para-con { color: #8a8a8a; }
.m-long-tail-wrap .lw-anchor-list .para-con p { margin-bottom: 10px; }
.m-long-tail-wrap .lw-interrelated { padding: 20px 0; }
.m-long-tail-wrap .lw-interrelated .lump { margin-bottom: 10px; }
.m-long-tail-wrap .lw-interrelated .lump .title { margin-bottom: 8px; font-weight: 700; }
.m-long-tail-wrap .lw-interrelated .quote a { display: inline-block; margin-right: 20px; margin-bottom: 20px; color: #47a710; }
.m-long-tail-wrap .lw-interrelated .quote a:hover { text-decoration: underline; }

/* 产品详细组件 */
.m-product-view { margin-bottom: 40px; }
.m-product-view .product-pic { width: 330px; height: 357px; padding: 20px; margin-right: 38px; border: 1px solid #cbcbcb; text-align: center; }
.m-product-view .pic-box { height: 294px; overflow: hidden; }
.m-product-view .zoom-btn { display: inline-block; margin-top: 12px; color: #666; }
.m-product-view .zoom-btn i { display: inline-block; margin-right: 5px; width: 15px; height: 16px; background-position: -56px -145px; vertical-align: middle; }
.m-product-view .zoom-btn:hover { color: #47a710; }
.m-product-view .product-intro { width: 533px; }
.m-product-view .product-intro .pro-title { padding: 15px 0; font-size: 21px; color: #47a710; }
.m-product-view .product-intro .intro-info { line-height: 1.8; }
.m-product-view .product-intro .u-more { color: #0b7bca; }
.m-product-view .product-intro .u-more:hover { text-decoration: underline; }
.m-product-view .product-intro .intro-tell { margin-top: 50px; }

/* 信息列表 */
.m-information-list .list-wrap .items { padding: 15px 0; border-bottom: 1px dashed #cbcbcb; }
.m-information-list .list-wrap .items a { max-width: 720px; display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.m-information-list .list-wrap .items a::before { content: ""; display: inline-block; margin: 0 10px; width: 4px; height: 4px; background: #47a710; vertical-align: middle; }
.m-information-list .list-wrap .items a:hover { color: #47a710; }
.m-information-list .list-wrap .items .date { float: right; vertical-align: middle; color: #999; }

/* 分页 */
.m-pagination { margin-top: 50px; border: 1px solid #cbcbcb; padding: 10px; color: #666; }
.m-pagination .pagination-total { margin-top: 5px; }
.m-pagination .pagination li { display: inline; font-size: 0; }
.m-pagination .pagination li.disabled a { cursor: not-allowed; }
.m-pagination .pagination a { display: inline-block; font-size: 14px; padding: 0 10px; margin: 0 3px; height: 30px; line-height: 30px; border: 1px solid #cbcbcb; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-pagination .pagination a:hover, .m-pagination .pagination a.active { background: #47a710; color: #fff; border-color: #47a710; }

/* 诚信档案 */
.m-cxda-wrap { margin-bottom: 20px; }

/* 弹窗组件 */
.m-modal { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999; visibility: hidden; }
.m-modal .mask { width: 100%; height: 100%; background: #000; opacity: .4; filter: alpha(opacity=40); }
.m-modal .wrap { position: absolute; left: 50%; top: 50%; max-width: 700px; border-radius: 5px; padding: 10px; background: #fff; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; -webkit-transform: translate(-50%, -50%) scale(0.8); transform: translate(-50%, -50%) scale(0.8); visibility: hidden; opacity: 0; }
.m-modal .wrap .close-btn { display: block; position: absolute; top: -12px; right: -12px; width: 30px; height: 30px; border-radius: 50%; border: 4px solid #fff; background-color: #fff; -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); background-position: -158px -71px; }
.m-modal-on { visibility: visible; }
.m-modal-on .wrap { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); visibility: visible; opacity: 1; }

/* 站点地图 */
.m-site-map .map-content-head .hd-title { font-size: 26px; color: #000; }
.m-site-map .map-content-main { margin: 33px 0 50px; }
.m-site-map a:hover { color: #47a710 !important; text-decoration: underline; }
.m-site-map .map-panl { margin-bottom: 18px; }
.m-site-map .map-panl h3 { color: #333; font-weight: 700; font-size: 18px; }
.m-site-map .map-columns { margin-top: 18px; padding-left: 25px; }
.m-site-map .map-sub-nav li { float: left; margin-right: 30px; margin-bottom: 10px; }
.m-site-map .map-sub-nav li a { display: block; color: #5a574f; }
.m-site-map .map-sub-nav li a:hover:before { background: #47a710; }
.m-site-map .map-long-word .lw-wrap { margin-bottom: 20px; }
.m-site-map .map-long-word .lw-wrap dt { margin-bottom: 10px; font-weight: 700; }
.m-site-map .map-long-word .lw-wrap dt a { color: #626262; }
.m-site-map .map-long-word .lw-wrap dd { margin-right: 45px; margin-bottom: 10px; display: inline-block; }
.m-site-map .map-long-word .lw-wrap dd a { color: #929292; }
.m-site-map .map-infomation li { float: left; width: 33.33%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 10px; }
.m-site-map .map-infomation li a { color: #626262; }

/* 公用半栏标题 */
.public-half-header { margin-bottom: 20px; border-bottom: 1px solid #47a710; }
.public-half-header .title { display: inline-block; padding: 0 30px; line-height: 34px; font-size: 15px; color: #fff; background: #47a710; border: 1px solid #47a710; border-bottom: 0; border-radius: 3px 3px 0 0; }
