@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: #185a9b; }

.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 { font-family: Arial, app-apple-system, 'Microsoft Yahei', Helvetica, STHeiTi, sans-serif; font-size: 14px; line-height: 1.45; position: relative; min-width: 1200px; margin: 0 auto; color: #333; }

.container { width: 1200px; margin: 0 auto; }

.icon-sprites, .business-module .u-go-shop, .m-welcome-header .hd-menu .u-business:before, .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; overflow: hidden; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

/* 首页欢迎头部 */
.m-welcome-header { font-size: 12px; line-height: 35px; position: relative; overflow: hidden; color: #7b7b7b; border-bottom: 1px solid #eee; background: #f7f7f7; }
.m-welcome-header .hd-text h1 { display: inline-block; }
.m-welcome-header:after { position: absolute; bottom: 0; left: 0; width: 100%; content: ''; border-bottom: 1px solid #fff; }
.m-welcome-header .hd-menu a { font-size: 12px; display: inline-block; padding: 0 10px; color: inherit; }
.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 { display: inline-block; width: 16px; height: 12px; margin-right: 5px; content: ''; vertical-align: middle; background-position: -91px -146px; }

/* 首页头部 LOGO  */
.m-logo { height: 128px; border-bottom: 1px solid #eee; overflow: hidden; }
.m-logo .logo-wrap { width: 890px; margin-top: 19px; }
.m-logo .logo-box { overflow: hidden; width: 91px; height: 91px; margin-right: 20px; border: 1px solid #ccc; background-color: #fff; }
.m-logo .logo-box a { display: block; display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; -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 { position: relative; margin-top: 40px; padding-left: 50px; }
.m-logo .contact-wrap p { margin-left: 5px; color: #666; }
.m-logo .contact-wrap:after { position: absolute; top: 2px; left: 0; width: 45px; height: 45px; content: ''; border-radius: 50%; background: #185a9b url(../images/phone.png) no-repeat center/auto 30px; }

/* 导航 */
.m-nav { position: relative; height: 50px; background: #fff; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); z-index: 2; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-nav a { color: inherit; }
.m-nav .nav li { position: relative; margin-right: 2px; float: left; width: 131px; color: #8e8e8e; line-height: 50px; -webkit-transition: all ease .3s; transition: all ease .3s; text-align: center; white-space: nowrap; text-overflow: ellipsis; }
.m-nav .nav li.active, .m-nav .nav li:hover { color: #185a9b; }
.m-nav .nav li.active .item:after, .m-nav .nav li:hover .item:after { -webkit-transform: scale(1); transform: scale(1); }
.m-nav .nav li:last-child { margin-right: 0; }
.m-nav .nav li:hover .sub-nav { visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
.m-nav .nav li .item { position: relative; display: block; height: 100%; }
.m-nav .nav li .item:after { content: ''; position: absolute; left: 50%; bottom: 0; display: block; width: 90px; height: 4px; margin-left: -45px; -webkit-transform: scale(0, 1); transform: scale(0, 1); background: #185a9b; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-nav .sub-nav { position: absolute; z-index: 999; top: 50px; left: 0; visibility: hidden; width: 100%; -webkit-transition: all ease .3s; transition: all ease .3s; -webkit-transform: translateY(50%); transform: translateY(50%); opacity: 0; 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 { font-size: 12px; line-height: 48px; display: block; overflow: hidden; height: 48px; padding: 0 10px; -webkit-transition: all ease-out .3s; transition: all ease-out .3s; text-align: left; white-space: nowrap; text-overflow: ellipsis; color: #666; border-bottom: 1px solid #f2f2f2; }
.m-nav .sub-nav a:hover { padding-left: 15px; color: #fff; border-color: #185a9b; background: #185a9b; }
.m-nav .sub-nav a:last-child { border-bottom: 0; }
.m-nav.st-fixed { position: fixed; left: 0; top: 0; width: 100%; }

/* Banner组件 */
.m-banner { position: relative; background: #eee; }
.m-banner .dots { font-size: 0; position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; padding-bottom: 10px; }
.m-banner .dots li { display: inline-block; width: 20px; height: 20px; margin: 0 5px; cursor: pointer; position: relative; }
.m-banner .dots li:before { content: ""; position: absolute; left: 50%; top: 50%; width: 40%; height: 40%; background: #fff; border-radius: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.m-banner .dots li:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 50%; border: 2px solid #185a9b; opacity: 0; visibility: hidden; -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-banner .dots li:hover:before { background: #185a9b; }
.m-banner .dots .on:before { background: #185a9b; }
.m-banner .dots .on:after { opacity: 1; visibility: visible; -webkit-transform: scale(1); transform: scale(1); }
.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-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }
.m-banner .prev, .m-banner .next { position: absolute; top: 50%; width: 40px; height: 40px; -webkit-transition: all ease-out .3s; transition: all ease-out .3s; -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 0.6; background-color: rgba(0, 0, 0, 0.5); }
.m-banner .prev:hover, .m-banner .next:hover { opacity: 1; background-color: #185a9b; }
.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%; }

/* 首页交易列表 */
.grid-business { padding: 55px 0 30px; background: #f8f8f8; }
.grid-business .business-module .business-header { margin-bottom: 13px; }

/* 首页产品列表 */
.grid-recommend-product { margin-bottom: 20px; padding: 50px 0 32px; }

/* 公用产品菜单 */
.public-pro-menu .caption-box { background: #185a9b; }
.public-pro-menu .caption { font-size: 16px; font-weight: 700; line-height: 50px; position: relative; overflow: hidden; height: 50px; padding-left: 67px; white-space: nowrap; text-overflow: ellipsis; color: #fff; }
.public-pro-menu .caption:after { position: absolute; top: 8px; left: 20px; width: 38px; height: 34px; content: ''; background: url(../images/proBg.png) no-repeat 50% 50%; }
.public-pro-menu .menu-wrap { overflow: hidden; margin: 19px 0 45px; padding: 0 10px; }
.public-pro-menu .menu-wrap .u-more { position: absolute; bottom: 20px; left: 15px; display: inline-block; color: #185a9b; }
.public-pro-menu .menu-wrap .u-more:hover { text-decoration: underline; }
.public-pro-menu .classify-name { line-height: 40px; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #185a9b; }
.public-pro-menu .classify-name:before { content: ""; display: inline-block; width: 12px; height: 12px; border: 2px solid #185a9b; border-radius: 50%; margin: 0 5px; }
.public-pro-menu .menu-list .item { line-height: 35px; height: 35px; padding: 0 7px; position: relative; border-bottom: 1px dashed #eee; }
.public-pro-menu .menu-list .item a { position: relative; display: block; overflow: hidden; -webkit-transition: -webkit-transform ease .3s; transition: -webkit-transform ease .3s; transition: transform ease .3s; transition: transform ease .3s, -webkit-transform ease .3s; white-space: nowrap; text-overflow: ellipsis; color: #555; }
.public-pro-menu .menu-list .item a:after { content: ""; position: absolute; left: 5px; top: 10px; width: 10px; height: 18px; background: url(../images/aw-right.png) no-repeat 0 0/auto 13px; visibility: hidden; opacity: 0; -webkit-transition: all ease .36s; transition: all ease .36s; z-index: -1; }
.public-pro-menu .menu-list .item.current a { color: #185a9b; }
.public-pro-menu .menu-list .item:hover { border-color: #185a9b; background: #185a9b; }
.public-pro-menu .menu-list .item:hover a { -webkit-transform: translateX(4px); transform: translateX(4px); color: #fff; }
.public-pro-menu .menu-list .item:hover a:after { opacity: 1; visibility: visible; left: 180px; }

/* 首页产品 & 交易模块 */
.hm-pro-module .left-menu { position: relative; width: 227px; background-color: #fff; border: 1px solid #185a9b; -webkit-box-shadow: 0 13px 42px 8px rgba(0, 0, 0, 0.05); box-shadow: 0 13px 42px 8px rgba(0, 0, 0, 0.05); }
.hm-pro-module .m-public-list .item:nth-child(5n) { margin-right: 0; }
.hm-pro-module .right-con { width: 971px; padding: 0 17px; }

/* Page Main Header Begin */
.u-ind-hd { height: 40px; margin-bottom: 15px; }

.u-hd-cp { float: left; line-height: 40px; position: relative; }
.u-hd-cp .title { color: #185a9b; display: inline-block; font-size: 20px; font-weight: 700; margin-right: 10px; }
.u-hd-cp .subtitle { display: inline-block; font-size: 14px; color: #bbb; }

.u-hd-more { float: right; line-height: 1; width: 80px; height: 30px; line-height: 30px; text-align: center; font-size: 12px; border: 1px solid #eee; color: #999; margin-top: 9px; -webkit-transition: all ease .36s; transition: all ease .36s; overflow: hidden; position: relative; }
.u-hd-more span { display: block; -webkit-transition: margin-top ease .3s; transition: margin-top ease .3s; }
.u-hd-more:after { content: "更多"; display: block; width: 100%; background: url(../images/aw-right.png) no-repeat 56px 10px/auto 8px; }
.u-hd-more:hover { color: #fff; background: #185a9b; border-color: #185a9b; }
.u-hd-more:hover span { margin-top: -30px; }

/* Page Main Header End */
.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 { height: 360px; margin: 27px 0 55px; }
.m-hm-product .m-public-list .item { margin-bottom: 0; }

.business-module .business-header { line-height: 44px; margin-bottom: 15px; }
.business-module .business-header .name { font-size: 16px; color: #185a9b; }
.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 { margin-left: 2px; color: #d5ad68; }
.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 { font-size: 0; display: block; width: 222px; height: 44px; background-position: -10px -10px; }
.business-module .m-public-list .item:hover { 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; }
.business-module .m-public-list .img-wrap { overflow: hidden; text-align: center; border-color: #d5ad68; }
.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; font-weight: normal; color: #ff7800; }

/* 公共产品列表 */
.m-public-list .item { float: left; width: 173px; margin-right: 18px; margin-bottom: 18px; padding: 3px; background: #fff; -webkit-transition: all ease .3s; transition: all ease .3s; text-align: center; }
.m-public-list .item a { display: block; overflow: hidden; }
.m-public-list .item:hover .img-wrap { border-color: #185a9b; }
.m-public-list .item:hover .img-wrap:before { -webkit-transform: translateY(0); transform: translateY(0); visibility: visible; opacity: 1; }
.m-public-list .item:hover .img-wrap:after { -webkit-transform: scale(1); transform: scale(1); visibility: visible; opacity: 1; }
.m-public-list .item:hover .img-wrap img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.m-public-list .item:hover .title { color: #185a9b; }
.m-public-list .img-wrap { height: 173px; overflow: hidden; border: 1px solid #ddd; -webkit-transition: border-color ease .3s; transition: border-color ease .3s; background: #fff; position: relative; }
.m-public-list .img-wrap:before, .m-public-list .img-wrap:after { content: ""; position: absolute; left: 0; top: 0; visibility: hidden; opacity: 1; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-public-list .img-wrap:before { left: 50%; top: 50%; width: 40px; height: 40px; margin: -20px 0 0 -20px; background: url(../images/lk-icon.png) no-repeat 0 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); z-index: 2; }
.m-public-list .img-wrap:after { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); -webkit-transform: scale(1.1); transform: scale(1.1); z-index: 1; }
.m-public-list .img-wrap img { min-height: 50%; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-public-list .title { overflow: hidden; padding: 13px 0; -webkit-transition: all ease .3s; transition: all ease .3s; white-space: nowrap; text-overflow: ellipsis; color: #5f5f5f; }

/* 首页自定义 */
.hm-edit-area { margin-bottom: 20px; }

.hm-optimize-area { background: #f8f8f8; }

/* 关键词选项卡 */
.m-key-tab { width: 1200px; padding: 60px 0; }
.m-key-tab .tab-header { margin-bottom: 70px; text-align: center; }
.m-key-tab .tab-header .menu { margin-top: 6px; font-size: 0; }
.m-key-tab .tab-header .menu a { position: relative; display: inline-block; margin: 0 5px; padding: 0 20px; font-size: 14px; line-height: 30px; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-key-tab .tab-header .menu a:after { content: ""; position: absolute; top: 7px; right: -6px; width: 1px; height: 16px; background: #e1e1e1; }
.m-key-tab .tab-header .menu a:last-child:after { display: none; }
.m-key-tab .tab-header .menu .active { color: #fff; background: #185a9b; }
.m-key-tab .tab-header .more { font-size: 12px; color: #444; }
.m-key-tab .tab-header .more:hover { color: #185a9b; }
.m-key-tab .tab-main { position: relative; height: 250px; margin: 20px 50px; }
.m-key-tab .m-public-list { display: none; width: 100%; background: #fff; }
.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 { display: none; margin-left: -15px; }
.m-key-tab .current { display: block; }

/* 滚动关键词产品 */
.tab-slide-box .control { position: absolute; top: 31%; display: inline-block; width: 42px; height: 42px; -webkit-transition: all ease .3s; transition: all ease .3s; background: rgba(0, 0, 0, 0.3) no-repeat center; }
.tab-slide-box .control:hover { background-color: #185a9b; }
.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; background: #fff; -webkit-box-sizing: content-box; box-sizing: content-box; width: 200px; margin: 0 12px; border: 1px solid #ececec; -webkit-transition: all ease .3s; transition: all ease .3s; position: relative; }
.slide-ul .item:after { position: absolute; left: 0; bottom: 0; content: ""; width: 0; height: 2px; background: #185a9b; -webkit-transition: all ease .3s; transition: all ease .3s; }
.slide-ul .item a { display: block; }
.slide-ul .item .img-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; height: 173px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; }
.slide-ul .item .img-wrap img { max-height: 100%; }
.slide-ul .item .title { overflow: hidden; padding: 10px 0; -webkit-transition: all ease .3s; transition: all ease .3s; text-align: center; white-space: nowrap; text-overflow: ellipsis; color: #5f5f5f; margin-bottom: 2px; }
.slide-ul .item:hover { -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1); box-shadow: 0 0 24px rgba(0, 0, 0, 0.1); }
.slide-ul .item:hover:after { width: 100%; }
.slide-ul .item:hover .title { color: #185a9b; }

.hm-introduce-area { padding: 60px 0; background: #fff; }
.hm-introduce-area .u-ind-hd { margin-bottom: 50px; }

/* 首页关于我们 */
.m-hm-about { height: 640px; padding-top: 60px; position: relative; }
.m-hm-about .bg-wrap { position: absolute; left: 0; top: 0; width: 100%; height: 390px; background: #07ad80; z-index: -1; }
.m-hm-about .bg-wrap:after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(../images/gd-bg.png) no-repeat 50% 0/cover; }
.m-hm-about .ab-wrap { padding: 50px; background: #fff; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px; box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px; }
.m-hm-about .img-box { display: inline-block; margin-top: 80px; margin-right: 20px; vertical-align: top; }
.m-hm-about .take-picture { width: 270px; height: 196px; padding: 9px; border: 1px solid #cbcbcb; background: #fff; }
.m-hm-about .cp-introduction { display: inline-block; width: 720px; text-align: left; }
.m-hm-about .cp-introduction .cp-name img { height: 42px; }
.m-hm-about .cp-introduction .cp-intro { line-height: 1.8; overflow: hidden; height: 173px; color: #666; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 7; }
.m-hm-about .cp-name .title { color: #185a9b; font-size: 24px; line-height: 30px; }
.m-hm-about .cp-name .subtitle { margin-bottom: 30px; font-size: 14px; color: #bbb; line-height: 26px; }
.m-hm-about .cp-ft { margin-top: 30px; }
.m-hm-about .cp-ft .u-more { line-height: 30px; padding: 5px 40px; position: relative; display: inline-block; overflow: hidden; -webkit-transition: all ease .3s; transition: all ease .3s; -webkit-transform: translateZ(0); transform: translateZ(0); text-align: center; border: 1px solid #eee; color: #999; }
.m-hm-about .cp-ft .u-more:hover { color: #fff; border-color: #185a9b; background: #185a9b; }

/* 公用标题 */
.public-u-header { line-height: 50px; height: 50px; margin-bottom: 15px; border-bottom: 1px solid #dfdfdf; }
.public-u-header .title { font-size: 16px; font-weight: 700; line-height: 1.5; margin-top: 15px; padding-left: 13px; color: #185a9b; border-left: 5px solid #185a9b; }
.public-u-header .more { font-size: 12px; color: #999; }
.public-u-header .more:hover { color: #185a9b; }

/* 首页供应信息 */
.m-hm-news { padding: 60px 0; background: #f8f8f8; }
.m-hm-news .u-ind-hd { margin-bottom: 50px; }
.m-hm-news .pg-news-wrap { margin-right: 70px; width: 474px; height: 378px; background: #185a9b; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-hm-news .pg-news-wrap .thum img { -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-hm-news .pg-news-wrap:hover { -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }
.m-hm-news .pg-news-wrap:hover .thum img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.m-hm-news .first-news { color: #fff; }
.m-hm-news .first-news .thum { display: -webkit-box; display: -ms-flexbox; display: flex; height: 240px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #fff; overflow: hidden; }
.m-hm-news .first-news .thum img { max-height: 100%; }
.m-hm-news .first-news .caption { font-size: 16px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.m-hm-news .first-news .caption span { color: #fff; display: block; overflow: hidden; -webkit-transition: all ease .36s; transition: all ease .36s; white-space: nowrap; text-overflow: ellipsis; }
.m-hm-news .first-news .desc { color: rgba(255, 255, 255, 0.8); font-size: 12px; line-height: 1.8; display: -webkit-box; overflow: hidden; height: 38px; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.m-hm-news .intro { position: relative; padding: 28px 20px; }
.m-hm-news .intro .date-wrap { border-radius: 5px 5px 0 0; position: absolute; left: 20px; top: 28px; width: 60px; text-align: center; }
.m-hm-news .intro .date-wrap .day { font-size: 36px; font-weight: bold; }
.m-hm-news .intro .infomation { padding-left: 85px; }
.m-hm-news .right-msg { width: 650px; height: 378px; overflow: hidden; }
.m-hm-news .news-list .item-info { overflow: hidden; padding: 14px 0; -webkit-transition: all ease .36s; transition: all ease .36s; border-bottom: 1px solid #ddd; }
.m-hm-news .news-list .item-info .title { display: inline-block; overflow: hidden; max-width: 560px; -webkit-transition: all ease .36s; transition: all ease .36s; white-space: nowrap; text-overflow: ellipsis; color: #666; position: relative; }
.m-hm-news .news-list .item-info .title:before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #cbcbcb; margin-right: 5px; vertical-align: 3px; }
.m-hm-news .news-list .item-info .data-wrap { float: right; color: #999; }
.m-hm-news .news-list .item-info:hover { padding: 14px; }
.m-hm-news .news-list .item-info:hover .title { color: #185a9b; }
.m-hm-news .news-list .item-info:hover .title:before { border-color: #185a9b; }

/* 首页最新询价 */
.m-hm-area { height: 460px; padding: 55px; background-color: #185a9b; background-image: -webkit-gradient(linear, left top, left bottom, from(#1f74c7), to(#185a9b)); background-image: linear-gradient(180deg, #1f74c7, #185a9b); position: relative; }
.m-hm-area:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/info-bg.png) no-repeat 0 100%; }
.m-hm-area .hm-header { color: #fff; }
.m-hm-area .hm-header .title { font-weight: 700; font-size: 32px; margin-bottom: 25px; position: relative; }
.m-hm-area .hm-header .title:after { position: absolute; left: 0; top: 55px; content: ""; width: 80px; height: 2px; background: #fff; opacity: .5; }
.m-hm-area .hm-header .subtitle { opacity: .8; text-transform: uppercase; }
.m-hm-area .ask-price { position: absolute; right: 55px; top: 55px; padding: 30px 10px; width: 372px; height: 350px; font-size: 12px; font-weight: 700; color: #333; background: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.1); box-shadow: 0 0 30px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.1); }
.m-hm-area .ask-price .area, .m-hm-area .ask-price .source { line-height: 35px; position: relative; padding: 0 0 0 48px; }
.m-hm-area .ask-price .area::before, .m-hm-area .ask-price .source::before { line-height: 35px; position: absolute; top: 0; left: 0; display: inline-block; width: 35px; content: ''; text-align: center; color: #fff; border-radius: 50%; }
.m-hm-area .ask-price .member:before { margin: 0 4px 0 1px; content: '——'; color: #ccc; }
.m-hm-area .ask-price .area { margin-bottom: 5px; color: #185a9b; }
.m-hm-area .ask-price .area::before { content: '访客'; background: #185a9b; }
.m-hm-area .ask-price .source { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #666; }
.m-hm-area .ask-price .source::before { content: '来源'; color: #666; background: #ececec; }
.m-hm-area .ask-price .ap-header div { color: #1d1d1d; background: #f0f0f0; }
.m-hm-area .ask-price .ap-main { overflow: hidden; height: 290px; }
.m-hm-area .ask-price .info-list .item { overflow: hidden; -webkit-box-sizing: content-box; box-sizing: content-box; height: 75px; padding: 9px 10px; border-bottom: 1px dashed #ccc; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-hm-area .ask-price .info-list .item:hover { padding: 9px 15px; background: #f2f2f2; }

/* 友情链接 */
.m-friendly-link { padding: 30px 0; background: #f8f8f8; }
.m-friendly-link .u-ind-hd { margin-bottom: 30px; }
.m-friendly-link .link-wrap .link-item { display: inline-block; margin-bottom: 15px; padding: 0 10px; color: #666; border-right: 2px solid #d1d1d1; }
.m-friendly-link .link-wrap .link-item:last-child { border-right: 0; }
.m-friendly-link .link-wrap .link-item:hover { color: #185a9b; }

/* 底部导航组件 */
.m-bottom-nav { height: 44px; text-align: center; background: #185a9b; }
.m-bottom-nav .container { font-size: 0; padding-top: 12px; }
.m-bottom-nav .nav-item { font-size: 14px; display: inline-block; overflow: hidden; max-width: 170px; padding: 0 28px; white-space: nowrap; text-overflow: ellipsis; color: #fff; }
.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; text-align: center; border-right: 1px solid #cbcbcb; }
.m-bottom-info .code-item { display: inline-block; width: 130px; margin: 0 25px; text-align: center; vertical-align: top; }
.m-bottom-info .code-item .img-box { overflow: hidden; height: 130px; padding: 4px; border: 1px solid #cbcbcb; }
.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; z-index: 999; top: 250px; right: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 6px 0 0 6px; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; }
.m-consultant .controls { font-family: 'SimHei', 'sans-serif'; font-weight: 700; line-height: 20px; display: inline-block; width: 20px; height: 20px; cursor: pointer; text-align: center; color: #185a9b; border-radius: 50%; background: #fff; }
.m-consultant .group { position: relative; z-index: 2; display: none; float: left; width: 30px; height: 180px; margin-top: 1px; margin-right: -1px; padding: 10px 0; cursor: pointer; text-align: center; color: #fff; background: #185a9b; }
.m-consultant .group .info { font-size: 16px; display: inline-block; padding-top: 15px; }
.m-consultant .group:hover { background: #1f74c7; }
.m-consultant .wrap { font-size: 12px; position: relative; z-index: 1; float: left; overflow: hidden; width: 154px; border: 1px solid #ddd; background: #f7f7f7; }
.m-consultant .wrap .title { line-height: 28px; overflow: hidden; height: 28px; padding: 0 10px 0 15px; color: #fff; background: #185a9b; background: -webkit-gradient(linear, left top, left bottom, from(#1f74c7), to(#11406f)); background: linear-gradient(to bottom, #1f74c7, #11406f); }
.m-consultant .wrap .title .b-close { line-height: 16px; float: right; width: 15px; height: 15px; 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; text-align: justify; border: 1px solid #d9d9d9; border-radius: 3px; background: #fff; }
.m-consultant .wrap .sm-th .sm-info:after { position: absolute; right: 22px; bottom: -5px; display: inline-block; width: 10px; height: 5px; content: ''; 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 { padding: 10px; text-align: center; border-top: 1px solid #ddd; }
.m-consultant .wrap .qr-code .qr-wrap { overflow: hidden; height: 132px; }
.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; z-index: 999; right: 10px; bottom: 40px; }
.aside-control .items a { display: block; width: 40px; height: 40px; -webkit-transition: all ease .3s; transition: all ease .3s; 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%; }
.aside-control .items a:hover { background-color: #185a9b; }

/* 导航宽度 */
.m-nav .nav-num-6 li { width: 198px; }
.m-nav .nav-num-7 li { width: 169px; }
.m-nav .nav-num-8 li { width: 148px; }
.m-nav .nav-num-9 li { width: 131px; }

.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: #185a9b; }
.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: #185a9b; }
.m-column-menu .items.active a { color: #185a9b; }
.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: #185a9b; }
.m-inner-left-contact .intro-wrap { border: 1px solid #cbcbcb; border-top: 0; padding-bottom: 10px; }

/* 面包屑导航 */
.m-crumbs { margin-bottom: 15px; padding: 10px 0; 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: #185a9b; }

/* 内页公司介绍 */
.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: #185a9b; 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: #185a9b; 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: #185a9b; }
.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: #185a9b; 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: #185a9b; }
.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: #185a9b; }
.m-product-view .product-intro { width: 533px; }
.m-product-view .product-intro .pro-title { padding: 15px 0; font-size: 21px; color: #185a9b; }
.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: #185a9b; vertical-align: middle; }
.m-information-list .list-wrap .items a:hover { color: #185a9b; }
.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: #185a9b; color: #fff; border-color: #185a9b; }

/* 诚信档案 */
.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: #185a9b !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: #185a9b; }
.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 #185a9b; }
.public-half-header .title { display: inline-block; padding: 0 30px; line-height: 34px; font-size: 15px; background: #185a9b; color: #fff; border-bottom: 0; border-radius: 3px 3px 0 0; }
