@charset "utf-8";
body {
	color: #333;
	background: #fff;
	overflow-x: hidden;
}

a:hover {
	color: #4ab344;
}

.comp-bg {
	background: url(/static/compweb/frontend/comp10/images/comp1-bg.png) no-repeat;
}

.expire {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
}

.expire-out {
	background: rgba(0, 0, 0, .8) url(/static/compweb/frontend/comp10/images/expire.png) no-repeat center center;
}

.expire-in {
	background: rgba(0, 0, 0, .8) url(/static/compweb/frontend/comp10/images/expire-in.png) no-repeat center center;
}

.expire-link {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}

.expire-out .expire-link {
	width: 240px;
	height: 80px;
	margin: 131px 0 0 -120px;
}

.expire-in .expire-link {
	width: 200px;
	height: 46px;
	margin: 125px 0 0 -100px;
}


/*首页公司banner图start*/

.comp-banner {
	height: 600px;
}

.comp-banner .swiper-slide {
	width: 100%;
	height: 600px;
	position: relative;
	background: #fff;
}

.comp-banner .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.comp-banner .swiper-button-prev {
	width: 71px;
	height: 71px;
	left: 60px;
	margin-top: -35px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .1) url(/static/compweb/frontend/comp10/images/slide-btn.png) no-repeat -2px 0;
}

.comp-banner .swiper-button-prev:hover {
	background: rgba(0, 0, 0, .3) url(/static/compweb/frontend/comp10/images/slide-btn.png) no-repeat -2px 0;
}

.comp-banner .swiper-button-next {
	width: 71px;
	height: 71px;
	right: 60px;
	margin-top: -35px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .1) url(/static/compweb/frontend/comp10/images/slide-btn.png) no-repeat 2px -71px;
}

.comp-banner .swiper-button-next:hover {
	background: rgba(0, 0, 0, .3) url(/static/compweb/frontend/comp10/images/slide-btn.png) no-repeat 2px -71px;
}

.comp-banner-in,
.comp-banner-in .swiper-slide {
	height: 380px;
}


/*首页公司banner图end*/


/*首页公司简介start*/

.comp-intr {
	margin-top: 60px;
	margin-bottom: 100px;
}

.comp-tit {
	text-align: center;
	margin-bottom: 50px;
}

.comp-tit-t1 {
	font-size: 24px;
	color: #333;
}

.comp-tit-t2 {
	font-size: 16px;
	color: #4ab344;
}

.comp-intr-con-l {
	width: 460px;
	height: 320px;
	float: left;
	padding: 14px;
	border: 1px solid #4ab344;
}

.comp-intr-con-l img {
	width: 460px;
	height: 320px;
}

.comp-intr-con-r {
	width: 635px;
	float: right;
}

.comp-intr-name {
	width: 635px;
	font-size: 20px;
	color: #333;
	margin-top: 14px;
	margin-bottom: 40px;
}

.comp-intr-txt {
	height: 150px;
	font-size: 14px;
	color: #666;
	margin-bottom: 36px;
	text-indent: 14px;
	line-height: 2.2;
	overflow: hidden;
	word-wrap: break-word;
}

.more-btn {
	display: inline-block;
	width: 118px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #4ab344;
	text-align: center;
	border: 1px solid #4ab344;
}

.more-btn:hover {
	color: #4ab344;
}


/*首页公司简介end*/


/*首页产品start*/

.comp-product {
	margin-bottom: 60px;
}

.comp-product-item {
	width: 222px;
	height: 277px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

.comp-product-item:nth-of-type(5n) {
	margin-right: 0;
}

.comp-product-tit1,
.comp-product-tit2 {
	color: #fff;
	text-align: center;
	background: url("/static/compweb/frontend/comp10/images/comp-pro-tit-bg1.jpg") no-repeat;
}

.comp-product-tit2 {
	background: url("/static/compweb/frontend/comp10/images/comp-pro-tit-bg2.jpg") no-repeat;
}

.comp-product-tit-t1 {
	width: 194px;
	font-size: 24px;
	margin: 92px auto 0 auto;
}

.comp-product-tit-t2 {
	width: 194px;
	font-size: 20px;
	margin: 0 auto;
}

.comp-product-item-imgbox {
	width: 220px;
	height: 220px;
	border: 1px solid #e5e5e5;
}

.comp-product-item-imgbox img {
	max-width: 220px;
	max-height: 220px;
}

.comp-product-name {
	font-size: 16px;
	color: #333;
	margin-top: 6px;
}

.comp-product-price {
	font-size: 20px;
	color: #4ab344;
}

.comp-product-item-icon {
	display: inline-block;
	float: right;
	width: 18px;
	height: 17px;
	background: url("/static/compweb/frontend/comp10/images/comp-pro-tel-icon.png") no-repeat;
	background-size: 18px 17px;
	margin-right: 12px;
	margin-top: 7px;
}


/*首页产品end*/


/*首页企业展示start*/

.company-fc {
	margin-bottom: 100px;
}

.company-fc-con {
	padding: 0 70px;
	position: relative;
}

.index-company-fc .company-fc-con {
	padding: 0;
	margin-top: 34px;
}

.swiper-fc {
	width: 1050px;
}

.index-company-fc .swiper-fc {
	width: 1190px;
}

.company-fc-slide {
	width: 310px;
	height: 233px;
	margin-right: 30px;
	background: #f5f5f5;
	border: 10px solid #f5f5f5;
	cursor: pointer;
}

.index-company-fc .company-fc-slide {
	width: 260px;
	height: 195px;
	margin-right: 23px;
	background: #f5f5f5;
}

.company-fc-slide:last-child {
	margin-right: 0;
}

.company-fc-imgbox {
	width: 310px;
	height: 233px;
}

.index-company-fc .company-fc-imgbox {
	width: 260px;
	height: 195px;
}

.company-fc-imgbox img {
	max-width: 310px;
	max-height: 233px;
}

.index-company-fc .company-fc-imgbox img {
	max-width: 260px;
	max-height: 195px;
}

.company-fc .swiper-fc-prev {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: url(/static/compweb/frontend/comp10/images/fc-slide-btn.png) no-repeat 0 0;
	left: 0;
}

.company-fc .swiper-fc-prev:hover {
	background: url(/static/compweb/frontend/comp10/images/fc-slide-btn.png) no-repeat 0 -150px;
}

.company-fc .swiper-fc-next {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: url(/static/compweb/frontend/comp10/images/fc-slide-btn.png) no-repeat 0 -75px;
	right: 0;
}

.company-fc .swiper-fc-next:hover {
	background: url(/static/compweb/frontend/comp10/images/fc-slide-btn.png) no-repeat 0 -225px;
}

.big-album {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	display: none;
}

.big-album-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}

.big-album-box {
	width: 812px;
	height: 600px;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.big-album-close {
	width: 30px;
	height: 30px;
	background: url(/static/compweb/frontend/comp10/images/popup-close.png) no-repeat;
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
}

.big-album-box .big-album-imgbox {
	width: 812px;
	height: 600px;
}

.big-album-box .big-album-imgbox img {
	max-width: 812px;
	max-height: 600px;
}

.big-album-box .swiper-album-prev {
	width: 71px;
	height: 71px;
	margin-top: -35px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .1) url(/static/compweb/frontend/comp10/images/slide-btn.png) no-repeat -2px 0;
	position: absolute;
	left: -160px;
	top: 330px;
}

.big-album-box .swiper-album-prev:hover {
	background-color: rgba(0, 0, 0, .3);
}

.big-album-box .swiper-album-next {
	width: 71px;
	height: 71px;
	margin-top: -35px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .1) url(/static/compweb/frontend/comp10/images/slide-btn.png) no-repeat 2px -71px;
	position: absolute;
	right: -160px;
	top: 330px;
}

.big-album-box .swiper-album-next:hover {
	background-color: rgba(0, 0, 0, .3);
}


/*首页企业展示end*/


/*首页新闻中心start*/

.comp-news {
	/*margin-top: 100px;*/
	margin-bottom: 100px;
}

.comp-news-item {
	width: 638px;
	height: 75px;
	line-height: 75px;
	border-bottom: 1px dashed #e5e5e5;
}

.comp-news-item:last-of-type {
	border-bottom: none;
}

.comp-news-tit {
	width: 448px;
	font-size: 16px;
	color: #666;
	float: left;
}

.comp-news-time {
	font-size: 16px;
	color: #999;
	padding-right: 50px;
	float: right;
}

.comp-news-r {
	width: 506px;
	height: 380px;
}

.comp-news-slide {
	width: 100%;
	height: 380px;
	position: relative;
}

.comp-news-slide img {
	width: 506px;
	height: 380px;
}

.swiper-news-prev,
.swiper-news-next {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background: url("/static/compweb/frontend/comp10/images/comp-news-slide-btn.png") no-repeat 0px 0px;
}

.swiper-news-next {
	background-position: 0px -81px;
}

.swiper-news-prev:hover {
	background-position: 0px -162px;
}

.swiper-news-next:hover {
	background-position: 0px -243px;
}

.comp-news-slide-bottom {
	position: absolute;
	width: 466px;
	height: 50px;
	color: #fff;
	padding: 0 20px;
	background: rgba(17, 17, 17, .4);
	bottom: 0;
	left: 0;
	z-index: 0;
}

.comp-news-slide-tit {
	float: left;
	font-size: 14px;
	width: 364px;
	line-height: 50px;
}

.comp-news-slide-num {
	font-size: 14px;
	line-height: 50px;
	float: right;
}


/*首页新闻中心end*/


/*联系我们start*/

.comp-link {
	/*margin-top: 100px;*/
	margin-bottom: 100px;
}

.comp-link-con-l {
	width: 508px;
	float: left;
}

.comp-link-form {
	margin-bottom: 20px;
}

.comp-link-form-l {
	float: left;
	width: 65px;
	line-height: 34px;
	font-size: 14px;
	text-align: right;
	color: #333333;
	margin-right: 20px;
}

.comp-link-form-r {
	float: left;
}

.comp-link-input {
	width: 418px;
	height: 34px;
	font-size: 14px;
	color: #333;
	text-indent: 12px;
	border: 1px solid #ccc;
}

.red-border {
	border-color: #FF3333;
}

.comp-link-textarea {
	width: 394px;
	height: 78px;
	font-size: 14px;
	color: #333;
	padding: 10px 12px;
	border: 1px solid #ccc;
}

.comp-link-yzm {
	width: 148px;
}

.comp-link-imgcode {
	width: 80px;
	height: 36px;
	margin-left: 10px;
	vertical-align: top;
}

.comp-link-changeimg {
	display: inline-block;
	font-size: 18px;
	color: #4ab344;
	line-height: 36px;
	margin-left: 5px;
	cursor: pointer;
}

.comp-link-btn {
	width: 308px;
	height: 36px;
	font-size: 18px;
	color: #fff;
	border: none;
	margin-left: 85px;
	background: #4ab344;
	cursor: pointer;
}

.comp-link-con-r {
	width: 566px;
	float: right;
	margin-top: 30px;
}

.comp-link-info-item {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}

.comp-link-bottom {
	width: 230px;
	text-align: center;
	padding-top: 5px;
}

.comp-link-bottom p {
	font-size: 16px;
	color: #333;
}

.comp-link-bottom .comp-link-tel {
	font-size: 30px;
	color: #4ab344;
}


/*联系我们end*/


/*产品中心start*/

.pro-nav {
	padding: 60px 0 0 0;
}

.pro-nav-con {
	border-bottom: 1px dashed #e5e5e5;
}

.pro-nav-item {
	float: left;
	margin: 0 22px 22px 0;
	position: relative;
}

.pro-nav-item:nth-child(5n) {
	margin-right: 0;
}

.pro-nav-first {
	font-size: 16px;
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	background-color: #4ab344;
	color: #fff;
	border-radius: 3px;
	position: relative;
}

.pro-nav-first::after {
	content: "";
	width: 10px;
	height: 6px;
	background: url(/static/compweb/frontend/comp10/images/pro-arr.png) no-repeat;
	position: absolute;
	top: 22px;
	right: 20px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.pro-nav-first:hover {
	color: #fff;
}

.pro-nav-first:hover::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pro-nav-second {
	padding-top: 4px;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1;
}

.pro-nav-first:hover+.pro-nav-second,
.pro-nav-second:hover {
	display: block;
}

.pro-nav-second-item {
	font-size: 16px;
	display: block;
	width: 198px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #e5e5e5;
	margin-bottom: 4px;
	padding-left: 20px;
	background-color: #f5f5f5;
	color: #666;
	border-radius: 3px;
	position: relative;
}

.pro-nav-second-item::after {
	content: "";
	width: 6px;
	height: 10px;
	background: url(/static/compweb/frontend/comp10/images/pro-arr.png) no-repeat 0 -73px;
	position: absolute;
	top: 19px;
	right: 20px;
}

.pro-nav-second-item:hover::after {
	background-position: 0 -113px;
}

.pro-ctrl {
	padding: 30px 0;
}

.pro-bread {
	font-size: 14px;
	line-height: 44px;
}

.pro-bread-item {
	color: #333;
}

.pro-bread-item::after {
	content: ">";
	padding: 0 2px 0 5px;
}

.pro-bread-item:last-child::after {
	content: "";
}

.pro-search {
	height: 42px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.pro-search-input {
	font-size: 14px;
	width: 320px;
	height: 42px;
	line-height: 42px;
	padding-left: 40px;
	background: url(/static/compweb/frontend/comp10/images/pro-search-mir.png) no-repeat 12px 13px;
	border: 0;
}

.pro-search-img {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	background: url(/static/compweb/frontend/comp10/images/pro-search-mir.png) no-repeat 12px 13px;
}

.pro-search-btn {
	font-size: 16px;
	width: 98px;
	height: 42px;
	border: 0;
	border-left: 1px solid #ccc;
	background: #f5f5f5;
	color: #333;
	cursor: pointer;
}

.pro-sort {
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #eee;
	color: #555;
	background: #f5f5f5;
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
}

.pro-sort .pro-sort-price {
	margin-left: 18px;
	margin-right: 30px;
	padding-right: 52px;
	position: relative;
}

.pro-sort .pro-sort-time {
	padding-right: 52px;
	position: relative;
}

.pro-sort .pro-sort-icon {
	background: url(/static/compweb/frontend/comp10/images/pro-sort.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}

.pro-sort .pro-sort-down {
	background-position: 0 -72px;
	right: 24px;
}

.pro-sort .pro-sort-down.cur {
	background-position: 0 -104px;
}

.pro-sort .pro-sort-up {
	background-position: 0 0;
	right: 0px;
}

.pro-sort .pro-sort-up.cur {
	background-position: 0 -36px;
}

.pro-sort .pro-sort-page {
	position: absolute;
	top: 0;
	right: 30px;
	height: 42px;
	line-height: 42px;
	color: #555;
	padding: 0 20px;
}

.pro-sort-page .cur {
	color: #4ab344;
}

.pro-sort-page .pro-page-icon {
	position: absolute;
	display: inline-block;
	background: url(/static/compweb/frontend/comp10/images/pro-move.png) no-repeat;
	width: 5px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	cursor: pointer;
}

.pro-sort-page .pro-page-prev {
	left: 0;
	background-position: 0 -40px;
}

.pro-sort-page .pro-page-prev.disabled,
.pro-sort-page .pro-page-prev.disabled:hover {
	background-position: 0 -30px;
}

.pro-sort-page .pro-page-prev:hover {
	background-position: 0 -50px;
}

.pro-sort-page .pro-page-next {
	right: 0;
	background-position: 0 -10px;
}

.pro-sort-page .pro-page-next.disabled,
.pro-sort-page .pro-page-next.disabled:hover {
	background-position: 0 0px;
}

.pro-sort-page .pro-page-next:hover {
	background-position: 0 -20px;
}

.pro-item {
	float: left;
	width: 220px;
	height: 286px;
	border: 1px solid #e5e5e5;
	margin: 0 20px 20px 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.pro-item:nth-child(5n) {
	margin-right: 0;
}

.pro-item:hover {
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, .15);
}

.pro-item-imgbox {
	width: 220px;
	height: 220px;
}

.pro-item-imgbox img {
	max-width: 220px;
	max-height: 220px;
}

.pro-item-con {
	border-top: 1px solid #e5e5e5;
	text-align: center;
}

.pro-item-price {
	font-size: 20px;
	color: #4ab344;
	padding: 7px 0 1px 0;
}

.pro-item-name a {
	font-size: 14px;
	color: #333;
}

.pro-item-name a:hover {
	color: #4ab344;
}


/*产品中心end*/


/*产品详情start*/

.pro-detail {
	margin-top: 40px;
}

.detail-top {
	margin-bottom: 50px;
}

.detail-pic {
	width: 420px;
}

.detail-pic-big {
	width: 418px;
	height: 418px;
	border: 1px solid #e5e5e5;
}

.detail-pic-big img {
	max-width: 418px;
	max-height: 418px;
}

.detail-pic-nav {
	margin-top: 10px;
	position: relative;
}

.detail-ctrl {
	width: 12px;
	height: 22px;
	background: url(/static/compweb/frontend/comp10/images/detail-move.png) no-repeat;
	position: absolute;
	top: 22px;
	cursor: pointer;
}

.detail-ctrl-l {
	left: 0;
	background-position: 0 -22px;
}

.detail-ctrl-r {
	right: 0;
	background-position: 0 -88px;
}

.detail-ctrl-l:hover {
	background-position: 0 -44px;
}

.detail-ctrl-r:hover {
	background-position: 0 -110px;
}

.detail-ctrl-l.disabled {
	background-position: 0 0;
}

.detail-ctrl-r.disabled {
	background-position: 0 -66px;
}

.detail-pic-list {
	width: 366px;
	height: 65px;
	margin: 0 27px;
	overflow: hidden;
	position: relative;
}

.detail-pic-list ul {
	width: 2000px;
	position: absolute;
	top: 0;
	left: 0;
}

.detail-pic-list ul li {
	float: left;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}

.detail-pic-list ul li:hover,
.detail-pic-list ul li.cur {
	border-color: #ff6537;
}

.detail-pic-list ul li img {
	display: block;
	width: 63px;
	height: 63px;
}

.detail-param {
	font-size: 14px;
	width: 740px;
}

.detail-param .detail-param-proname {
	font-size: 20px;
	color: #333;
	padding: 3px 0 15px 0;
}

.detail-param-table {
	width: 100%;
	border-top: 2px solid #FF3333;
	margin-bottom: 25px;
	table-layout: fixed;
	word-wrap: break-word;
}

.detail-param-table td {
	background: #F5F5F5;
}

.detail-param-table .price td {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 30px;
	color: #ff3333;
}

.detail-param-table .price .price-title {
	padding-top: 10px;
}

.detail-param-table .count td,
.detail-param-table .have td {
	padding-bottom: 12px;
	color: #555;
}

.detail-param-table .count td {
	padding-bottom: 16px;
}

.detail-param-table td:first-child {
	width: 13%;
	color: #777;
	padding-left: 20px;
}

.detail-param-item {
	color: #666;
}

.detail-param-item .detail-pitem-name {
	width: 75px;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	float: left;
}

.detail-param-item .detail-pitem-con {
	width: 645px;
	float: left;
}

.detail-param-item .detail-pitem-con li {
	float: left;
	height: 26px;
	line-height: 26px;
	margin: 0 15px 15px 0;
	padding: 1px 20px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.detail-param-item .detail-pitem-con li a {
	color: #666;
}

.detail-param-item .detail-pitem-con li.cur {
	border-color: #4ab344;
	background: #fff;
}

.detail-param-item .detail-pitem-con li.cur a {
	color: #4ab344;
}

.detail-param-mult {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.detail-param-mult .detail-pitem-name {
	padding-top: 11px;
}

.detail-param-mult .detail-pitem-con {
	border-top: 1px solid #e5e5e5;
}

.detail-param-mult .detail-pitem-con.hasmore {
	max-height: 158px;
	overflow: hidden;
}

.detail-param-mult .detail-pitem-con table {
	width: 595px;
}

.detail-param-mult .detail-pitem-con table td {
	width: 30%;
	height: 52px;
	border-bottom: 1px dashed #e5e5e5;
}

.detail-param-mult .detail-pitem-con table tr:last-child td,
.detail-param-mult .detail-pitem-con table .noborder td {
	border-bottom: none;
}

.detail-param-mult .detail-pitem-con table tr td:last-child {
	text-align: right;
}

.detail-param-mult .detail-pitem-con table .size {
	font-size: 16px;
	color: #111;
	width: 40%;
}

.detail-param-mult .detail-pitem-con table .val {
	color: #777;
}

.detail-param-mult .detail-pitem-con table .unit {
	font-size: 14px;
	color: #333;
}

.detail-param-mult .detail-pitem-con table .num {
	font-size: 20px;
	color: #333;
}

.detail-param-mult .down {
	position: absolute;
	width: 44px;
	height: 16px;
	background: url(/static/compweb/frontend/comp10/images/detail-more.png) no-repeat center;
	bottom: -16px;
	left: 75px;
	cursor: pointer;
}

.detail-param-link {
	padding: 55px 0 0 75px;
}

.detail-link-ask {
	font-size: 18px;
	width: 154px;
	height: 44px;
	color: #fff;
	background-color: #4ab344;
	border: 0;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	margin-right: 60px;
}

.detail-link-tel {
	font-size: 18px;
	width: 154px;
	height: 44px;
	color: #4ab344;
	background-color: #ddffdb;
	border: 1px solid #4ab344;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}

.detail-main {
	margin-bottom: 100px;
}

.detail-main-l {
	width: 220px;
}

.detail-main-r {
	width: 948px;
}

.detail-category-tit {
	font-size: 20px;
	color: #fff;
	background-color: #4ab344;
	padding: 20px 0;
	text-align: center;
}

.detail-category-item {
	font-size: 14px;
	line-height: 46px;
	margin-top: 4px;
	position: relative;
	cursor: pointer;
}

.detail-category-first {
	background-color: #f5f5f5;
	padding-left: 30px;
}

.detail-category-first::after {
	content: "";
	width: 6px;
	height: 10px;
	background: url(/static/compweb/frontend/comp10/images/pro-arr.png) no-repeat 0 -73px;
	position: absolute;
	top: 17px;
	right: 21px;
}

.detail-category-first a {
	color: #333;
}

.detail-category-item.cur .detail-category-first {
	background-color: #4ab344;
}

.detail-category-item .detail-category-first:hover a {
	color: #4ab344;
}

.detail-category-item .detail-category-first:hover::after {
	background-position: 0 -113px;
}

.detail-category-item.cur .detail-category-first a {
	color: #fff;
}

.detail-category-item.cur .detail-category-first::after {
	width: 10px;
	height: 6px;
	background-position: 0 0;
	top: 19px;
	right: 19px;
}

.detail-category-second {
	display: none;
}

.detail-category-second a {
	display: block;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	padding-left: 40px;
	background-color: #f5f5f5;
	margin-top: 4px;
}

.detail-category-second a:hover {
	color: #4ab344;
	background-color: #f5f5f5;
}

.detail-con {
	border: 1px solid #e5e5e5;
}

.detail-con-nav {
	background: #F5F5F5;
	border-bottom: 1px solid #eee;
}

.detail-con-nav li {
	float: left;
	width: 120px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-right: 1px solid #eee;
}

.detail-con-nav li a {
	color: #555;
	font-size: 14px;
	display: block;
	cursor: pointer;
}

.detail-con-nav li a.act {
	color: #333;
	background: #fff;
	position: relative;
}

.detail-con-nav li a.act:before {
	content: ' ';
	display: inline-block;
	width: 100%;
	height: 2px;
	left: 0;
	top: -1px;
	background: #4ab344;
	position: absolute;
}

.detail-con-nav li a.act:after {
	content: ' ';
	display: inline-block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -2px;
	background: #fff;
	position: absolute;
}

.detail-con-table {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	position: relative;
}

.table-con {
	width: 750px;
	margin: 0 auto;
}

.table-con table {
	width: 100%;
}

.table-con table td {
	border: 1px solid #ccc;
	height: 42px;
	text-align: center;
	color: #555;
}

.table-con table td {
	width: 238px;
}

.table-con table td div {
	width: 238px;
	overflow: hidden;
}

.table-con table td.bg {
	background: #F5F5F5;
	color: #777;
	width: 130px;
}

.table-con table td.bg div {
	width: 130px;
	overflow: hidden;
}

.detail-con-inner {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.detail-inner-tit {
	padding: 20px 0;
	text-align: center;
	color: #000;
}

.detail-inner-t1 {
	font-size: 16px;
	font-weight: bold;
}

.prodDetailDiv {
	overflow: hidden;
}

.prodDetailDiv img {
	max-width: 100%;
	vertical-align: bottom;
}

.detail-rec {}

.detail-rec-tit {
	font-size: 16px;
	line-height: 1;
	padding-left: 10px;
	color: #333;
	border-left: 2px solid #ff6537;
	margin: 40px 0 20px 0;
}

.detail-rec-item {
	float: left;
	width: 220px;
	height: 220px;
	border: 1px solid #e5e5e5;
	margin: 0 20px 20px 0;
	overflow: hidden;
	position: relative;
}

.detail-rec-item:hover {
	border-color: #4ab344;
}

.detail-rec-item:nth-child(4n) {
	margin-right: 0;
}

.detail-rec-imgbox {
	width: 220px;
	height: 220px;
}

.detail-rec-img {
	max-width: 220px;
	max-height: 220px;
}

.detail-rec-int {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -25px;
	background-color: rgba(255, 255, 255, .85);
	text-align: left;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.detail-rec-item:hover .detail-rec-int {
	bottom: 0;
}

.detail-rec-price {
	font-size: 20px;
	padding: 5px 0 1px 12px;
	color: #333;
}

.detail-rec-name {
	font-size: 14px;
	padding: 0 0 6px 12px;
	color: #333;
}

.popup-con-netask {
	width: 340px;
	height: 335px;
	padding: 30px 50px 35px 50px;
	background-color: #fff;
	border-radius: 3px;
}

.popup-netask-tit {
	font-size: 22px;
	color: #333;
	margin-bottom: 30px;
}

.popup-netask-item {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.popup-netask-require::after {
	content: "*";
	font-size: 18px;
	color: #ff3333;
	position: absolute;
	right: 0;
	top: 5px;
}

.input-netask {
	font-size: 14px;
	width: 100%;
	border: 0;
	padding: 6px 0;
}

.input-netask-code {
	width: 210px;
}

.popup-netask-code img {
	width: 110px;
	height: 28px;
	cursor: pointer;
}

.popup-netask-ctrl {
	padding-top: 5px;
}

.popup-btn-netask {
	font-size: 16px;
	width: 160px;
	height: 36px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.popup-btn-netask-close {
	background-color: #ccc;
}

.popup-btn-netask-submit {
	color: #fff;
	background-color: #4ab344;
}

.popup-con-phoneask {
	width: 280px;
	height: 400px;
	background-color: #fff;
	background-image: url(/static/compweb/frontend/comp10/images/popup-tel-bg.jpg);
	background-repeat: no-repeat;
	border-radius: 3px;
}

.popup-phoneask-logo {
	padding-top: 75px;
	text-align: center;
}

.popup-phoneask-logo img {
	width: 88px;
	height: 88px;
	border: 1px solid #eee;
	border-radius: 50%;
	background-color: #fff;
}

.popup-phoneask-compname {
	font-size: 18px;
	color: #333;
	margin: 10px 0 35px 0;
	text-align: center;
}

.popup-phoneask-item {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	padding-left: 90px;
	margin-bottom: 20px;
	background: url(/static/compweb/frontend/comp10/images/popup-tel-icon.png) no-repeat;
}

.popup-phoneask-item1 {
	background-position: 50px 0;
}

.popup-phoneask-item2 {
	background-position: 50px -86px;
}

.popup-phoneask-item3 {
	background-position: 50px -172px;
}


/*产品详情end*/


/*企业介绍start*/

.comp-about {
	padding-top: 50px;
	margin-bottom: 100px;
}

.comp-about-con {
	/*height: 165px;*/
	padding: 40px 50px 40px 50px;
	background: #f5f5f5;
}

.comp-about-txt {
	/*height: 165px;*/
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 2.1;
	text-indent: 24px;
	word-wrap: break-word;
}

.comp-information {
	/*padding-top: 100px;*/
}

.comp-table {
	margin-top: 40px;
	margin-bottom: 120px;
}

.comp-table td {
	font-size: 16px;
	padding: 12px 0;
	border: 1px solid #e5e5e5
}

.comp-table tr td:nth-of-type(odd) {
	width: 138px;
	color: #666;
	text-align: right;
	padding-right: 20px;
	background: #f5f5f5;
}

.comp-table tr td:nth-of-type(even) {
	width: 384px;
	text-align: left;
	padding-left: 20px;
	padding-right: 28px;
}


/*企业介绍end*/


/*资讯列表start*/

.news-list {
	padding-top: 60px;
	min-height: 510px;
}

.news-item {
	padding: 30px 0;
	border-bottom: 1px dashed #e5e5e5;
}

.news-item-img {
	width: 158px;
	height: 118px;
	margin-right: 20px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	position: relative;
}

.news-item-img img {
	display: block;
	width: 158px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.news-item-con {
	width: 860px;
}

.news-item-tit {
	font-size: 18px;
	color: #111;
	padding: 10px 0 22px 0;
}

.news-item-ins {
	font-size: 14px;
	height: 48px;
	color: #777;
	padding: 0 0 26px 0;
}

.news-item-time {
	font-size: 18px;
	color: #666;
}


/*资讯列表end*/


/*资讯详情start*/

.news-detail {}

.news-detail-tit {
	font-size: 24px;
	color: #333;
	padding: 34px 0 54px 0;
}

.news-detail-con {
	font-size: 14px;
	color: #666;
	padding: 36px 0 46px 0;
	line-height: 2;
	text-align: justify;
	word-break: break-all;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.news-detail-con img {
	max-width: 950px;
}

.news-detail-more {
	font-size: 14px;
	color: #666;
	padding: 36px 0 66px 0;
}

.news-more-l {
	float: left;
	width: 660px;
	padding: 0 20px;
}

.news-more-r {
	float: right;
	padding-right: 20px;
	text-align: right;
}

.news-more-item {
	margin-bottom: 26px;
}

.news-more-int {
	padding-right: 30px;
}

.news-more-name {
	color: #666;
}

.news-more-compname {
	margin-bottom: 8px;
}


/*资讯详情end*/

#b-map {
	width: 1190px;
	height: 360px;
	margin-top: 40px;
}

.red {
	color: #ff3333;
}