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

a:hover {
	color: #ff6700;
}

.comp-bg {
	background: url(../images/comp5-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(../images/expire.png) no-repeat center center;
}

.expire-in {
	background: rgba(0, 0, 0, .8) url(../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 {
	height: 600px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

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

.comp-banner .swiper-button-prev:hover {
	background: rgba(0, 0, 0, .3) url(../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(../images/slide-btn.png) no-repeat 2px -71px;
}

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

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


/*首页公司banner图end*/


/*首页精品展示start*/

.comp-hot {
	background: #fff;
	padding: 80px 0;
}

.comp-tit-con {
	width: 244px;
	height: 80px;
	background-position: -163px 19px;
	margin: 0 auto;
	text-align: center;
}

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

.comp-tit-t2 {
	font-size: 18px;
	color: #777;
	padding-top: 8px;
}

.comp-hot-box {
	padding-top: 50px;
}

.comp-hot-item {
	width: 272px;
	float: left;
	margin: 0 30px 30px 0;
}

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

.comp-hot-imgbox {
	width: 272px;
	height: 272px;
	border: 1px solid #efefef;
	background: #fff;
	-webkit-transition: box-shadow .1s linear;
	-moz-transition: box-shadow .1s linear;
	-ms-transition: box-shadow .1s linear;
	-o-transition: box-shadow .1s linear;
	transition: box-shadow .1s linear;
}

.comp-hot-imgbox img {
	max-width: 272px;
	max-height: 272px;
}

.comp-hot-imgbox:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.comp-hot-price {
	font-size: 22px;
	color: #111;
	padding: 15px 0 11px 0;
	text-align: center;
}

.comp-hot-name {
	height: 42px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}


/*首页精品展示end*/


/*首页企业宗旨start*/

.comp-purpose {
	background: #f5f5f5;
	padding: 100px 0 90px 0;
}

.comp-purpose-list {
	padding: 50px 0 0 0;
}

.comp-purpose-item {
	display: inline-block;
	width: 200px;
	margin-right: 125px;
	text-align: center;
}

.comp-purpose-item:last-child {
	margin-right: 0;
}

.comp-purpose-icon {
	height: 146px;
	background: url(../images/comp5-bg.png) no-repeat;
	position: relative;
}

.comp-purpose-icon .comp-purpose-iconhover {
	width: 100%;
	height: 146px;
	background: url(../images/comp5-bg.png) no-repeat 1000px 1000px;
	opacity: 0;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-ms-transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	transition: opacity .1s linear;
	position: absolute;
	left: 0;
	top: 0;
}

.comp-purpose-icon1 {
	background-position: 38px -183px;
}

.comp-purpose-icon1:hover .comp-purpose-iconhover {
	opacity: 1;
	background-position: 38px -584px;
}

.comp-purpose-icon2 {
	background-position: -241px -183px;
}

.comp-purpose-icon2:hover .comp-purpose-iconhover {
	opacity: 1;
	background-position: -241px -584px;
}

.comp-purpose-icon3 {
	background-position: -532px -183px;
}

.comp-purpose-icon3:hover .comp-purpose-iconhover {
	opacity: 1;
	background-position: -532px -584px;
}

.comp-purpose-icon4 {
	background-position: -811px -183px;
}

.comp-purpose-icon4:hover .comp-purpose-iconhover {
	opacity: 1;
	background-position: -811px -584px;
}

.comp-purpose-p1 {
	font-size: 18px;
	color: #555;
}

.comp-purpose-p2 {
	font-size: 14px;
	color: #777;
	padding-top: 20px;
}


/*首页企业宗旨end*/


/*首页公司介绍start*/

.comp-about {
	padding: 100px 0;
}

.comp-about-con {
	margin-top: 60px;
}

.comp-about-con-l {
	float: left;
}

.comp-about-con-l img {
	display: block;
	width: 300px;
	height: 265px;
	margin-top: 35px;
}

.comp-about-con-r {
	position: relative;
	float: right;
	width: 818px;
	height: 300px;
	padding-left: 30px;
	padding-right: 42px;
	background: #f5f5f5;
}

.comp-about-name {
	width: 740px;
	font-size: 20px;
	color: #111;
	padding: 35px 0 18px 0;
}

.comp-about-detail {
	font-size: 14px;
	height: 170px;
	color: #666;
	text-indent: 2em;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	word-wrap: break-word;
}

.comp-about-btn {
	position: absolute;
	font-size: 20px;
	color: #ee702e;
	right: 42px;
	top: 35px;
}


/*首页公司介绍end*/


/*首页企业风采start*/

.company-fc-index {
	padding-bottom: 100px;
}

.company-fc-index-ctit {
	text-align: center;
	color: #fff;
	padding: 50px 0 0 0;
}

.company-fc-index-t1 {
	font-size: 28px;
}

.company-fc-index-t2 {
	font-size: 14px;
}

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

.swiper-fc-index {
	width: 1050px;
}

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

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

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

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

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

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

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

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


/*首页企业风采end*/


/*首页联系我们start*/

.comp-link {
	background: #f5f5f5;
	padding: 100px 0 20px 0;
}

.comp-link-con {
	padding-top: 50px;
}

.comp-link-info {
	width: 690px;
	float: left;
}

.comp-link-info ul li {
	width: 265px;
	height: 158px;
	float: left;
	margin: 0 75px 80px 0;
	text-align: center;
	font-size: 18px;
}

.comp-link-info-i1 {
	display: inline-block;
	width: 58px;
	height: 46px;
	background-position: 0 -422px;
}

.comp-link-info-i2 {
	display: inline-block;
	width: 52px;
	height: 48px;
	background-position: -255px -422px;
}

.comp-link-info-i3 {
	display: inline-block;
	width: 64px;
	height: 44px;
	background-position: -513px -422px;
}

.comp-link-info-i4 {
	display: inline-block;
	width: 44px;
	height: 48px;
	background-position: -783px -422px;
}

.comp-link-info-p1 {
	padding-top: 15px;
}

.comp-link-info-p2 {
	margin-top: 10px;
	max-height: 46px;
	line-height: 1.3;
	overflow: hidden;
}

.comp-link-form {
	float: left;
	width: 500px;
}

.form-item {
	line-height: 42px;
	font-size: 16px;
	margin-bottom: 25px;
}

.comp-red {
	color: #ff3333;
}

.form-mt30 {
	margin-bottom: 30px;
}

.form-item-l {
	float: left;
	width: 39px;
	color: #555;
	background: #fff;
	padding: 0 10px;
	text-align: right;
	border: 1px solid #ccc;
	border-right: 0;
}

.form-item-r {
	float: left;
}

.form-item-input {
	font-size: 16px;
	width: 419px;
	height: 42px;
	line-height: 42px;
	color: #555;
	background: #fff;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-left: 0;
}

.form-item-textarea {
	font-size: 16px;
	display: block;
	width: 419px;
	height: 100px;
	color: #555;
	background: #fff;
	padding: 10px;
	border: 0;
	border: 1px solid #ccc;
	border-left: 0;
}

.form-item-warn {
	font-size: 12px;
	line-height: 25px;
	padding-left: 10px;
	color: #ff3333;
	position: absolute;
	display: none;
}

.form-item-w1 {
	width: 240px;
}

.form-item-hign {
	height: 120px;
}

.form-item-imgcode {
	display: inline-block;
	width: 100px;
	height: 44px;
	margin-left: 15px;
	vertical-align: top;
	cursor: pointer;
}

.form-changeimg {
	display: inline-block;
	margin-left: 6px;
	color: #ff3333;
}

.form-btn {
	font-size: 16px;
	width: 100%;
	height: 44px;
	color: #fff;
	background: #ff6700;
	background: -webkit-linear-gradient(top, #f4b47e, #ee7431);
	background: -moz-linear-gradient(top, #f4b47e, #ee7431);
	background: -ms-linear-gradient(top, #f4b47e, #ee7431);
	background: -o-linear-gradient(top, #f4b47e, #ee7431);
	background: linear-gradient(#f4b47e, #ee7431);
	border: 0;
	cursor: pointer;
}


/*首页联系我们end*/


/*产品中心start*/

.pro-banner {
	width: 100%;
	height: 380px;
	background: url(../images/probanner.jpg) no-repeat center top;
}

.pro-nav {}

.pro-nav-con-l {
	width: 220px;
	float: left;
}

.pro-nav-con-r {
	width: 940px;
	float: right;
}

.pro-nav-tit {
	width: 220px;
	height: 94px;
	background: #ff6700;
	background: -webkit-linear-gradient(top, #f4b47e, #ee7431);
	background: -moz-linear-gradient(top, #f4b47e, #ee7431);
	background: -ms-linear-gradient(top, #f4b47e, #ee7431);
	background: -o-linear-gradient(top, #f4b47e, #ee7431);
	background: linear-gradient(#f4b47e, #ee7431);
	color: #fff;
	text-align: center;
}

.pro-nav-p1 {
	font-size: 20px;
	padding-top: 20px;
}

.pro-nav-p2 {
	padding-top: 6px;
}

.pro-bread {
	font-size: 18px;
	line-height: 44px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ef7a37;
}

.pro-bread li {
	float: left;
	padding-right: 30px;
	position: relative;
}

.pro-bread li::after {
	content: "";
	width: 12px;
	height: 16px;
	background: url(../images/pro-bread-jt.png) no-repeat;
	position: absolute;
	right: 8px;
	top: 14px;
}

.pro-bread li:last-child::after {
	display: none;
}

.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(../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(../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(../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: #ef7a37;
}

.pro-sort-page .pro-page-icon {
	position: absolute;
	display: inline-block;
	background: url(../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-list {}

.pro-list ul li {
	float: left;
	width: 210px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 30px 30px 0;
	text-align: center;
	-webkit-transition: box-shadow .1s linear, border-color .1s linear;
	-moz-transition: box-shadow .1s linear, border-color .1s linear;
	-ms-transition: box-shadow .1s linear, border-color .1s linear;
	-o-transition: box-shadow .1s linear, border-color .1s linear;
	transition: box-shadow .1s linear, border-color .1s linear;
}

.pro-list ul li:nth-child(4n) {
	margin-right: 0;
}

.pro-list .pro-list-imgbox {
	width: 210px;
	height: 210px;
	background: #f5f5f5;
}

.pro-list .pro-list-imgbox img {
	max-width: 210px;
	max-height: 210px;
}

.pro-list .pro-list-con {
	padding: 0 8px 10px 8px;
}

.pro-list .pro-list-price {
	font-size: 20px;
	color: #cc0000;
	padding: 6px 0 0 0;
}

.pro-list .pro-list-name {
	height: 42px;
	font-size: 14px;
	padding-top: 11px;
	overflow: hidden;
}

.pro-list ul li:hover {
	border-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}


/*产品中心end*/


/*企业介绍start*/

.cp-banner {
	width: 100%;
	height: 380px;
	background: url(../images/company-banner.jpg) no-repeat center top;
}

.comp-enterprise-main {
	padding: 100px 0 90px 0;
}

.comp-enterprise-con {
	padding: 50px 50px 0 50px;
	font-size: 14px;
	text-indent: 2em;
	line-height: 2.2;
	text-align: justify;
}

.company-fc {
	height: 545px;
	background: url(../images/company-fcbg.jpg) no-repeat center top;
	padding-top: 100px;
}

.company-fc .comp-tit-con {
	padding-bottom: 70px;
}

.company-fc .comp-tit-con p {
	color: #fff;
}

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

.swiper-fc {
	width: 1030px;
}

.company-fc-slide {
	width: 310px;
	height: 233px;
	margin-right: 35px;
	background: #fff;
	border: 5px solid #fff;
	cursor: pointer;
}

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

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

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

.company-fc .swiper-fc-prev {
	width: 71px;
	height: 71px;
	margin-top: -35px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .1) url(../images/slide-btn.png) no-repeat -2px 0;
	left: 0;
}

.company-fc .swiper-fc-prev:hover {
	background: rgba(0, 0, 0, .3) url(../images/slide-btn.png) no-repeat -2px 0;
}

.company-fc .swiper-fc-next {
	width: 71px;
	height: 71px;
	margin-top: -35px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .1) url(../images/slide-btn.png) no-repeat 2px -71px;
	right: 0;
}

.company-fc .swiper-fc-next:hover {
	background: rgba(0, 0, 0, .3) url(../images/slide-btn.png) no-repeat 2px -71px;
}

.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(../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(../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(../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);
}

.company-info {
	padding: 100px 0;
}

.company-info .comp-tit-con {
	margin-bottom: 40px;
}

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

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

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


/*企业介绍end*/


/*联系我们start*/

.comp-link-f {
	background: #f5f5f5;
	padding-bottom: 100px;
}

.contact-banner {
	width: 100%;
	height: 380px;
	background: url(../images/contact-banner.jpg) no-repeat center top;
}

.comp-link-us {
	width: 100%;
	float: none;
	margin-top: 50px;
}

.comp-link-us ul li {
	margin: 0 40px 0 0;
	border-color: #151515;
}

.comp-link-us ul li:last-child {
	margin-right: 0;
}

.comp-link-other {
	background: #fff;
	padding-bottom: 100px;
}

.contact-map {
	float: right;
}

.contact-map #b-map {
	width: 590px;
	height: 400px;
}


/*联系我们end*/


/*产品详情start*/

.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(../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: #ff8400;
}

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

.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(../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: #ff8400;
	border: 0;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	margin-right: 60px;
}

.detail-link-tel {
	font-size: 18px;
	width: 154px;
	height: 44px;
	color: #ff8400;
	background-color: #ffd8ae;
	border: 1px solid #ff8400;
	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: #ff8400;
	padding: 20px 0;
	text-align: center;
}

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

.detail-category-first {
	box-sizing: border-box;
	height: 46px;
	border: 1px solid #999;
	background-color: #fff;
	padding-left: 40px;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-ms-transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	transition: opacity .1s linear;
	position: relative;
}

.detail-category-first::after {
	content: "";
	width: 6px;
	height: 10px;
	background-image: url(../images/comp5-bg.png);
	background-repeat: no-repeat;
	background-position: -957px -20px;
	position: absolute;
	top: 19px;
	right: 29px;
}

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

.detail-category-item.cur .detail-category-first {
	border: 0;
	background: #ff6700;
	background: -webkit-linear-gradient(top, #f4b47e, #ee7431);
	background: -moz-linear-gradient(top, #f4b47e, #ee7431);
	background: -ms-linear-gradient(top, #f4b47e, #ee7431);
	background: -o-linear-gradient(top, #f4b47e, #ee7431);
	background: linear-gradient(#f4b47e, #ee7431);
}

.detail-category-item.cur .detail-category-first::after {
	width: 10px;
	height: 6px;
	background-position: -955px -65px;
	top: 21px;
}

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

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

.detail-category-second a {
	display: block;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	padding-left: 60px;
	border: 1px solid #999;
	margin-top: 10px;
	background: #fff url(../images/pro-nav-sc.png) no-repeat 40px 19px;
}

.detail-category-second a:hover {
	color: #f18440;
}

.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: #ff8400;
	background: #fff;
	position: relative;
}

.detail-con-nav li a.act:before {
	content: ' ';
	display: inline-block;
	width: 100%;
	height: 2px;
	left: 0;
	top: -1px;
	background: #ff8400;
	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: #ff8400;
}

.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 {
	padding: 30px 50px 35px 50px;
	background-color: #fff;
	border-radius: 3px;
}

.popup-netask-tit {
	font-size: 22px;
	color: #ff8400;
	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 {
	background-color: #ff8400;
}

.popup-con-phoneask {
	width: 280px;
	height: 400px;
	background-color: #fff;
	background-image: url(../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(../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*/

.news-banner {
	width: 100%;
	height: 360px;
	background: url(../images/banner-news.jpg) no-repeat center top;
}

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

.news-list .news-tit {
	padding: 33px 0 30px 0;
	border-bottom: 1px solid #ccc;
}

.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;
}

.news-nodata {
	text-align: center;
	font-size: 20px;
	color: #999;
	padding: 120px 0 180px 0;
}

.news-nodata img {
	display: block;
	margin: 0 auto 40px auto;
}


/*资讯列表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*/