/*
=== File Name:inpage.css       ===
=== Website:www.szzgsjjt.com ===
=== Date:4.15,2019	       ===
*/

@charset "utf-8";
/*---------Pages styles----------*/

/*==znav==*/
.znav {
	max-width: 1200px;
	margin: 10px auto 0px auto;
	background: #f5f5f5;
	display: inline-block;
    width: 100%;
}
.znav ul {margin-bottom: 0px}
.znav ul li {
	float: left;
	box-sizing: border-box;
	border-right: 2px solid #fff;
}
.znav ul li.slideDown {
	float: right;
	border-right: 0px;
}
.znav ul li a {
	display: block;
	padding: 0px 20px;
	line-height: 52px;
	font-size: 15px;
	color: #666666;
	letter-spacing: 1px;
}
.znav ul li a:hover,.znav ul li a.active {
	color: #e71218;
}
.znav ul li h3 a:hover,.znav ul li h3 a.active {
	color: #fff;
	background:#08a795;
}

.znav ul li h2,
.znav ul li h3,
.znav ul li h4,
.znav ul li h5,
.znav ul li h6 {margin: 0px}



.more-nav-table {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	background: #e5e5e5;
	font-size: 14px;
}
.more-nav-table tr {}
.more-nav-table tr td {
	padding: 6px;
	border-top: 1px solid #fff;
	color: #7b7b7b;
}
.more-nav-table tr td a {
	display: inline-block;
	margin: 8px 10px;
	color: #7b7b7b;
}
.more-nav-table tr td a:hover,
.more-nav-table tr td a.active {
	color: #e71218;
}
.more-nav-table tr td.tit {
	width: 101px;
	border-right: 2px solid #fff;
	font-size: 16px;
	color: #464646;
	text-align: center;
}
.more-nav-table tr td h3{display:inline;font-size:14px;}

@media screen and (max-width: 991px) {
	.znav ul li {
		display: none;
		border-right-width: 1px;
	}
	.znav2 {background: #f5f5f5 url(../images/product/znav2_46.png) top}
	.znav2 ul li {
		display: block;
		width: 25%;
	}
	.znav2 ul li a {
		padding: 0px;
		height: 46px;
		overflow: hidden;
		line-height: 46px;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.znav ul li.allPro,
	.znav ul li.slideDown {
		display: block;
	}
	.znav ul li.allPro a {color: #e71218}

	.more-nav-table tr td {
		padding: 3px 6px;
	}

	.more-nav-table tr td.tit {
		width: 80px;
		border-right: 1px solid #fff;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 767px) {
	.znav2 ul li {
		width: 33.33%;
	}
}

.cp_pic{ margin:35px auto 20px; width:100%; height:auto;}

/*==产品列表==*/
.product {
	margin: 20px auto;
	display:inline-block;
	width:100%;
}
.product ul {margin-bottom: 0px}
.product ul li {
	position: relative;
	float: left;
	width: 23.5%;
	overflow: hidden;
	margin-left: 2%;
	margin-bottom: 2%;
}
.product ul li:nth-of-type(4n+1) {
	margin-left: 0px;
}
.product ul li .pic {
	position: relative;
	padding: 40.5% 0px;
}
.product ul li.hot .pic:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 2;
	width: 37px;
	height: 37px;
	background: url(../images/product/hot.png) no-repeat center;
}
.product ul li .pic:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 5%;
	background: url(../images/product/bg16_03.png) no-repeat center;
	background-size: 60%;
	opacity: 0;
	transition: .2s linear;
}
.product ul li:hover .pic:after {opacity: 1}
.product ul li .pic-flex {
	position: absolute;
	top: 5%;
	left: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 90%;
	height: 90%;
	overflow: hidden;
	padding: 2px;
	border: 1px solid #ccc;
	transition: .2s linear;
}
.product ul li:hover .pic-flex {
	top: 0px;
}
.product ul li .pic-flex img {
	max-width: 100%;
	max-height: 100%;
}
.product ul li h6 {
    border-bottom: 1px solid #ddd;
    height: 40px;
    overflow: hidden;
    padding: 0px 15px;
    margin: 0px;
    line-height: 40px;
    font-size: 16px;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .2s linear;
}
.product ul li p {
	height: 24px;
	overflow: hidden;
	padding: 0px 15px;
    line-height: 24px;
    font-size: 14px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .2s linear;
}
.product ul li:hover h6,
.product ul li:hover p {
	color: #e71218;
}

@media screen and (max-width: 991px) {
	.product ul li {
		width: 30.33%;
		margin-left: 4.5%;
		margin-bottom: 4.5%;
	}
	.product ul li:nth-of-type(4n+1) {
		margin-left: 4.5%;
	}
	.product ul li:nth-of-type(3n+1) {
		margin-left: 0px;
	}
}
@media screen and (max-width: 767px) {
	.product ul li {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 4%;
	}
	.product ul li:nth-of-type(3n+1) {
		margin-left: 4%;
	}
	.product ul li:nth-of-type(2n+1) {
		margin-left: 0px;
	}
}
@media screen and (max-width: 348px) {
	.product ul li {
		width: 100%;
		margin-left: 0%;
		margin-bottom: 20px;
	}
	.product ul li:nth-of-type(3n+1) {
		margin-left: 0px;
	}
	.product ul li:nth-of-type(2n+1) {
		margin-left: 0px;
	}
}



/*==lhjm==*/
.lhjm {
	position: relative;
	margin: 4% 0px;
	display: inline-block;
    width: 100%;
}
.lhjm-nav {
	float: right;
	width: 29%;
	padding-left: 8px;
}
.lhjm-nav h3 {
	margin: auto;
	background: #08a795;
	line-height: 58px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.lhjm-nav h3 b {
	color: #d6f501;
	font-weight: normal;
}
.lhjm-nav ul {
	margin-bottom: 0px;
}
.lhjm-nav ul li {
	position: relative;
}
.lhjm-nav ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	width: 0px;
    height: 0px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-right: 8px solid #e71218;
    border-bottom: 10px solid transparent;
    opacity: 0;
    transition: .3s;
}
.lhjm-nav ul li span {
	display: block;
	height: 54px;
	overflow: hidden;
	margin-bottom: 1px;
	background: #f6f6f6;
	line-height: 54px;
	font-size: 14px;
	color: #757575;
	text-align: center;
	letter-spacing: 1px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	transition: .3s;
}
.lhjm-nav ul li:hover span,
.lhjm-nav ul li.active span {
	background: #e71218;
	color: #fff;
}
.lhjm-nav ul li:hover::after,
.lhjm-nav ul li.active::after {
	opacity: 1;
}

.lhjm-content {
	float: left;
	box-sizing: border-box;
	width: 68%;
	margin: auto;
	border: 1px solid #e5e5e5;
}
.lhjm-content .swiper-slide:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.lhjm-content .swiper-slide .pic {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 63%;
	height: 386px;
	border-right: 1px solid #e5e5e5;
}
.lhjm-content .swiper-slide .pic-flex {
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lhjm-content .swiper-slide .pic-flex img {
	max-width: 100%;
	max-height: 386px;
}
.lhjm-content .swiper-slide .summary-flex {
	float: right;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	width: 37%;
	padding: 5% 10px 0px 10px;
	line-height: 36px;
	font-size: 14px;
	color: #757575;
	letter-spacing: 1px;
}
.lhjm-content .swiper-slide .summary {}
.lhjm-content .swiper-slide .summary b {color: #3a3a3a}
.lhjm-content .swiper-slide .summary i {color: #e71218}
.lhjm-content .swiper-slide .summary .more {
	display: block;
	width: 136px;
	height: 30px;
	margin-top: 20px;
	border: 1px solid #e71218;
	line-height: 28px;
	font-size: 14px;
	color: #e71218;
	text-align: center;
}
.lhjm-content .swiper-slide .summary .more:hover {
	background: #e71218;
	color: #fff;
}

.lhjm-btn {
	position: absolute;
	bottom: -3px;
	left: -1px;
	z-index: 9;
}
.lhjm-btn span {
	display: inline-block;
	width: 38px;
	height: 42px;
	margin: 0px 2px;
	cursor: pointer;
	transition: .3s;
}
.lhjm-btn span.prev {
	background: #b6b6b7 url(../images/product/prev2.png) no-repeat center
}
.lhjm-btn span.next {
	background: #b6b6b7 url(../images/product/next2.png) no-repeat center
}
.lhjm-btn span.prev:hover {
	background: #e71218 url(../images/product/prev2.png) no-repeat center
}
.lhjm-btn span.next:hover {
	background: #e71218 url(../images/product/next2.png) no-repeat center
}


@media screen and (max-width: 991px) {
	.lhjm-nav {
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.lhjm-nav h3 {
		line-height: 46px;
	}
	.lhjm-nav ul li:after {
		display: none;
	}
	.lhjm-nav ul li {
		float: left;
		width: 30.33%;
		margin-left: 4.5%;
		margin-top: 2.5%;
	}
	.lhjm-nav ul li:nth-of-type(3n+1) {margin-left: 0px}
	.lhjm-nav ul li span {
		height: 46px;
		margin-bottom: 0px;
		line-height: 46px;
	}

	.lhjm-content {
		float: none;
		width: 100%;
		margin: 30px auto;
		border: 1px solid #e5e5e5;
	}
	.lhjm-content .swiper-slide .pic {height: 310px}

	.lhjm-btn {
		bottom: 27px;
		left: -1px;
	}
}
@media screen and (max-width: 767px) {
	.lhjm-nav h3 {
		line-height: 40px;
		font-size: 16px;
	}
	.lhjm-nav ul li span {
		height: 40px;
		line-height: 40px;
	}
	.lhjm-content {
		margin-top: 20px;
	}
	.lhjm-content .swiper-slide .summary {
		line-height: 30px;
	}
}
@media screen and (max-width: 640px) {
	.lhjm-nav ul li {
		float: left;
		width: 48%;
		margin-left: 4%;
		margin-top: 4%;
	}
	.lhjm-nav ul li:nth-of-type(3n+1) {margin-left: 4%}
	.lhjm-nav ul li:nth-of-type(2n+1) {margin-left: 0px}

	.lhjm-content .swiper-slide .summary-flex {
		position: relative;
		height: 310px;
	}
	.lhjm-content .swiper-slide .summary .more {
		position: absolute;
		bottom: 40px;
		left: 50%;
		margin-top: 0px;
		margin-left: -68px;
	}
}
@media screen and (max-width: 514px) {
	.lhjm-content .swiper-slide .pic {
		float: none;
		width: 100%;
		border-bottom: 1px solid #e5e5e5;
		border-right: none;
	}
	.lhjm-content .swiper-slide .summary-flex {
		float: none;
		width: 100%;
		height: auto;
		padding: 10px 15px;
		justify-content: flex-start;
	}
	.lhjm-content .swiper-slide .summary {width: 100%}
	.lhjm-content .swiper-slide .summary .more {
		position: static;
		float: right;
		margin-top: 0px;
		margin-left: 0px;
	}

	.lhjm-btn {display: none}
}



/*==用户关心问题==*/
.focus-que { 
    display: inline-block;
    width: 100%;
}
.focus-que-left {
	float: left;
	width: 48%;
}
.focus-que-right {
	float: right;
	width: 48%;
}

@media screen and (max-width: 991px) {
	.focus-que-left,
	.focus-que-right {
		float: none;
		width: 100%;
	}
}

/*==新闻列表==*/
.news {margin: 20px 0px}
.news3 {margin: 0px}
.news ul {}
.news ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}
.news2 ul li {
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.news3 ul li {
	padding: 0px;
	margin-bottom: 15px;
	border-bottom: none;
}
.news ul li a {
	justify-content: space-between;
	align-items: center;
}
.news ul li time {
	display: inline-block;
	box-sizing: border-box;
	width: 110px;
	height: 100px;
	padding-top: 20px;
	margin-right: 28px;
	background: #f5f5f5;
	font-size: 12px;
	color: #666666;
	text-align: center;
	vertical-align: middle;
}
.news ul li time b {
	display: block;
	line-height: 40px;
	font-size: 32px;
	color: #08a795;
}
.news ul li img {
	width: 140px;
	height: 100px;
	display: inline-block;
	border: 1px solid #eee;
}
.news ul li .summary {
	width: 69%;
	margin-left: 30px;
	display:inline-block;
}
.news2 ul li .summary,
.news3 ul li .summary {
	width: 65%;
	display: inline-block;
	float: right;
}
.news ul li .summary h6 {
	height: 18px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 18px;
	font-size: 16px;
	color: #181818;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
}
.news ul li:hover .summary h6 {color: #e71218}
.news ul li .summary p {
	height:auto;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	text-overflow: ellipsis;
}
.news ul li .summary span {
	float: right;
	margin-top: 14px;
	font-size: 14px;
	color: #e71218;
	transition: .3s;
}
.news ul li .summary span:hover {color: #ff8a00}

@media screen and (max-width: 1200px) {
	.news ul li .summary {
		width: 82.5%;
		margin-left: 15px;
	}
	.news2 ul li time {margin-right: 15px}
	.news2 ul li .summary {
		width: 63.5%;
		margin-left: 15px;
	}
}
@media screen and (max-width: 991px) {
	.news ul li .summary {
		width: 78%;
	}

	.news2 ul li .summary {width: 65%}
}
@media screen and (max-width: 767px) {
	.news ul li img {
		width: 100px;
		height: 72px;
	}
	.news ul li .summary h6 {
		height: 48px;
		line-height: 24px;
		white-space: normal;
	}
	.news ul li .summary p {display: none}
	.news ul li .summary span {margin-top: 0px;}

	.news2 ul li .summary {width: 80%}
	.news2 ul li time {
		display: none;
		height: 72px;
		padding-top: 5px;
	}
}



/*==fixed-right==*/
.fixed-right {
	position: fixed;
	bottom: 10%;
	right: 30px;
    z-index: 9;
    display: none;
    width: 60px;
}
.fixed-right ul {}
.fixed-right ul li {
	position: relative;
	height: 50px;
}
.fixed-right ul li i {
	float: right;
	display: block;
	width: 50px;
	height: 100%;
	border-bottom: 1px solid #fff;
	background-color: #e71218;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
}
.sonLink {
	position: absolute;
	top: 0px;
	right: 100%;
	box-sizing: border-box;
	width: 120px;
	padding-bottom: 10px;
	border: 1px solid #e71218;
	background: #fff;
	pointer-events: none;
	opacity: 0;
}
.sonLink:after {
	content: "";
	position: absolute;
	top: 20px;
	right: -7px;
	width: 0px;
	height: 0px;
	margin-top: -7px;
	border-top: 6px solid transparent;
	border-left: 6px solid #e71218;
	border-bottom: 6px solid transparent;
}
.fixed-right ul li:hover .sonLink {
	pointer-events: auto;
	opacity: 1;
}
.sonLink p {
	padding: 7px 0px;
	background: #e71218;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.sonLink p span {
	display: block;
	width: 15px;
	height: 15px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.sonLink a {
	display: block;
	width: 90%;
	margin: 12px auto 0px auto;
	border: 1px solid #ededed;
    border-radius: 5px;
    background: #efefef;
    line-height: 30px;
	font-size: 14px;
	color: #7a7a80;
	text-align: center;
	cursor: pointer;
}
.sonLink a:hover {color: #e71218}


.fixed-ewmbox {
	position: absolute;
	top: 0px;
	left: -132px;
	box-sizing: border-box;
	width: 132px;
	height: 132px;
	padding: 10px;
	border: 1px solid #e71218;
	background: #fff;
	pointer-events: none;
	opacity: 0;
	transition: .3s;
}
.fixed-ewmbox:after {
	content: "";
	position: absolute;
	top: 20px;
	right: -7px;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
	border-left: 6px solid #e71218;
	border-bottom: 6px solid transparent;
}
.fixed-ewmbox img{ width:110px;}
.fixed-right ul li:hover .fixed-ewmbox {
	pointer-events: auto;
	opacity: 1;
}

@media screen and (max-width: 991px) {
	.fixed-right {right: -200px}
}



/*==fixed-footer==*/
.fixed-footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 9;
	display: none;
	width: 100%;
	background-color: rgba(27,27,27,.8);
}
.fixed-footer ul {}
.fixed-footer ul li {
	position: relative;
	z-index: 1;
	float: left;
	box-sizing: border-box;
	width: 25%;
	border-right: 1px solid #fff;
}
.fixed-footer ul li:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background: #ff8a00;
	transform: scale(0,1);
	transition: .3s;
}
.fixed-footer ul li:hover::before {transform: scale(1)}
.fixed-footer ul li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding-top: 25px;
	background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 21px;
	font-size: 14px;
	color: #f3f2f2;
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	.fixed-footer {display: block}
}


/*==弹窗留言==*/
.tc-feedback-bg {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 12;
	display: none;
	background: rgba(0,0,0,.5);
}
.tc-feedback {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 732px;
	padding: 28px;
	margin-top: -330px;
	margin-left: -366px;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.close-tc-feedback {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: #e71218;
	cursor: pointer;
}
.close-tc-feedback:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: url(../images/product/ico_37.png) no-repeat center;
	transition: .3s;
}
.close-tc-feedback:hover::before {transform: rotate(180deg)}
.tc-feedback-tit {
	padding-bottom: 20px;
	margin-top: 0px;
	border-bottom: 1px solid #e71218;
	font-size: 24px;
	color: #2f2f2f;
	text-align: center;
}
.step {
	display: block;
	margin: 15px 0px;
	font-size: 16px;
	color: #3f3f3f;
	letter-spacing: 2px;
}
.step b {
	color: #e71218;
	font-weight: normal;
}
.tc-feedback-nav {}
.tc-feedback-nav ul {}
.tc-feedback-nav ul li {
	float: left;
	width: 30.33%;
	margin-left: 4.5%;
	margin-bottom: 2.5%;
}
.tc-feedback-nav ul li:nth-of-type(3n+1) {margin-left: 0px}
.tc-feedback-nav ul li a {
	display: block;
	border: 1px solid #a0a0a0;
	line-height: 36px;
	font-size: 14px;
	color: #3f3f3f;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
}
.tc-feedback-nav ul li:hover a,
.tc-feedback-nav ul li.active a {
	border-color: #e71218;
	background: #e71218;
	color: #fff;
}

.tc-form {}
.form-textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #e5e5e5;
	outline: none;
	line-height: 28px;
	font-size: 14px;
	color: #797979;
	transition: .3s;
}
.tc-form-left {
	float: left;
	width: 380px;
}
.form-group {}
.form-group:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.form-group label {
	float: left;
	width: 60px;
	height: 36px;
	margin-right: 10px;
	line-height: 36px;
	font-size: 14px;
	color: #797979;
	text-align: right;
}
.form-group label i {color: #ca0000}
.form-group input {
	box-sizing: border-box;
	float: left;
	width: 100%;
	max-width: 380px;
	height: 36px;
	padding: 0px 8px;
	border: 1px solid #e5e5e5;
	outline: none;
	line-height: 34px;
	font-size: 14px;
	color: #797979;
	transition: .3s;
}

.form-group input:focus,
.form-textarea:focus {box-shadow: 0px 0px 10px #e5e5e5}

.area-select {
	float: left;
	width: 30.33%;
	height: 36px;
	margin-left: 4.5%;
	border: 1px solid #e5e5e5;
	outline: none;
	font-size: 14px;
	color: #797979;
}
.area-select:nth-of-type(1) {margin-left: 0px}
.submit-btn,
.reset-btn {
	display: inline-block;
	width: 112px;
	height: 32px;
	margin-right: 10px;
	border: none;
	outline: none;
	background: #e71218;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: .3s;
	border-radius: 8px;
}
.submit-btn:hover,
.reset-btn:hover {box-shadow: 0px 0px 10px #e71218}

.tc-form-right {
	float: right;
	width: 264px;
}
.tc-form-right dt {
	float: left;
	width: 135px;
	height: 135px; 
}
.tc-form-right dt img{ width:135px;}

.tc-form-right dd {
	float: right;
	width: 116px;
	line-height: 24px;
	font-size: 14px;
	color: #4d4d4d;
}
.tc-form-right dd span {
	display: block;
	color: #e71218;
}

@media screen and (max-width: 767px) {
	.tc-feedback {
		top: 0px;
		left: 0px;
		bottom: 0px;
		width: 100%;
		overflow-y: scroll;
		padding: 10px;
		margin-left: 0px;
		margin-top: 0px;
	}
	.close-tc-feedback {
		position: fixed;
		top: 2px;
		right: 22px;
	}
	.tc-feedback-tit {
	    padding-bottom: 10px;
	    font-size: 20px;
	}
	.tc-form-left {width: 100%}
	.area-select {
		width: 48%;
		margin-left: 4%;
	}
	.s_county {
		width: 100%;
		margin-top: 15px;
		margin-left: 0px;
	}

	.tc-form-right {
		width: 100%;
		margin-top: 20px;
	}
	.tc-form-right dd {
		float: left;
		margin-left: 25px;
	}
}



/*==feedback-box==*/
.feedback-box {
	width: 100%;
	margin: 20px 0px;
}
.feedback-box-left {
	float: left;
	width: 48%;
}
.feedback-box-right {
	float: right;
	width: 48%;
}
.feedback-box-p {
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 16px;
	color: #3f3f3f;
	letter-spacing: 2px;
}
.feedback-box-p span {
	display: block;
	text-indent: 2em;
}

@media screen and (max-width: 767px) {
	.feedback-box-left {display: none}
	.feedback-box-right {width: 100%}
}



/*==产品详情页==*/
.proview {margin: 20px 0px 30px 0px; display:inline-block; width:100%;}
/*==proview-left==*/
.proview-left {
	float: left;
	width: 49%;
}
.proview-bpic {
	box-sizing: border-box;
	float: left;
	width: 78%;
	height: 344px;
	overflow: hidden;
	border: 1px solid #cecdcd;
}
.proview-bpic .swiper-slide {
	width: 100%;
	height: 342px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.proview-bpic .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}
.proview-bpic .swiper-pagination {display: none}

.proview-spic {
	position: relative;
	float: right;
	width: 20%;
	height: 344px;
}
.proview-spic .swiper-container {height: 295px}
.proview-spic .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 84px;
	margin-bottom: 18px;
	border: 1px solid #cecdcd;
	cursor: pointer;
	transition: .3s;
	width: auto;
}
.proview-spic .swiper-slide-active {border-color: #e71218}
.proview-spic .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}
.proview-spic .prev {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 46%;
	height: 34px;
	background: #999 url(../images/product/prev2.png) no-repeat center;
}
.proview-spic .prev:hover {background: #e71218 url(../images/product/prev2.png) no-repeat center}
.proview-spic .next {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 46%;
	height: 34px;
	background: #999 url(../images/product/next2.png) no-repeat center;
}
.proview-spic .next:hover {background: #e71218 url(../images/product/next2.png) no-repeat center}
.swiper-button-disabled {opacity: .4}

.proview-left-link {margin-top: 15px}
.proview-left-link a,
.proview-left-link h6 {
	float: left;
	display: block;
	border: 1px solid #b5b5b5;
	line-height: 36px;
	padding: 0px 12px;
	margin: 0px 12px 0px 0px;
	font-size: 15px;
	color: #494949;
}
.proview-left-link h6 span {color: #e71218; font-weight: bolder;}
.proview-left-link a:hover {
	border-color: #e71218;
	background: #e71218;
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.proview-left {width: 55%}
	.proview-bpic {
		float: none;
		width: 100%;
	}
	.proview-spic {
		float: none;
		width: 100%;
		height: auto;
		padding: 0px 40px;
		margin: 20px 0px;
	}
	.proview-spic .swiper-container {
		height: auto;
	}
	.proview-spic .swiper-slide {margin-bottom: 0px}
	.proview-spic .prev,
	.proview-spic .next {
		top: 50%;
		width: 30px;
		margin-top: -17px;
	}
}
@media screen and (max-width: 991px) {
	.proview-left {
		float: none;
		width: 100%;
	}
	.proview-spic {display: none}
	.proview-bpic .swiper-pagination {
		display: block;
		text-align: right;
	}
	.proview-bpic .swiper-pagination-bullet-active {background: #e71218}
}



/*==proview-right==*/
.proview-right {
	float: right;
	box-sizing: border-box;
	width: 49%;
	min-height: 397px;
	padding: 10px 20px;
	background: #fafafa;
}
.pro-tit {
	margin: 0px;
	font-size: 18px;
	color: #464545;
	font-weight: bold;
}
.pro-space {
	padding-bottom: 15px;
	border-bottom: 1px solid #d2d2d2;
	font-size: 14px;
	color: #676666;
	margin-top: 10px;
}
.pro-info {
	width: 100%;
}
.pro-info tr td {
	padding: 8px 0% 8px 0px;
	font-size: 14px;
	color: #8e8e8e;
}
.pro-info tr td.td1 {
	width: 88px;
	color: #545454;
	font-weight: bolder;
}
.four-canshu {
	margin: 20px 0px;
	text-align: center;
	display: inline-block;
    width: 100%;
}
.four-canshu ul {}
.four-canshu ul li {
	float: left;
	width: 25%;
	padding-top: 65px;
	background-repeat: no-repeat;
	background-position: top;
	line-height: 24px;
	font-size: 14px;
	color: #404040;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.proview-right {width: 42%}
	.four-canshu {margin: 20px 0px}
	.four-canshu ul li {
		width: 50%;
		margin: 10px 0px;
	}
}
@media screen and (max-width: 991px) {
	.proview-right {
		float: none;
		width: 100%;
		min-height: auto;
		margin-top: 20px;
	}
	.four-canshu ul li {
		width: 25%;
		margin: 0px;
	}
	.bdsharebuttonbox {display: none}
}
@media screen and (max-width: 767px) {
	.four-canshu {margin: 20px 0px}
	.four-canshu ul li {
		width: 50%;
		margin: 10px 0px;
	}
}


/*==proview-left2==*/
.proview-left2 {
	float: left;
	width: 66%;
}
@media screen and (max-width: 991px) {
	.proview-left2 {width: 100%}
}

.info-nav {
	position: relative;
	z-index: 1;
	border-left: 1px solid #cecdcd;
	display: inline-block;
    width: 100%;
}
.info-nav:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #cecdcd;
}
.info-nav ul {margin-bottom: 0px}
.info-nav ul li {
	float: left;
    border: 1px solid #cecdcd;
    border-left: none;
    border-bottom: 1px solid transparent;
    line-height: 36px;
    padding: 0px 25px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
    transition: .3s;
}
.info-nav ul li .lc-feedback{ 
    color: inherit;
    text-decoration: none;
    transition: .3s ease 0s;
}
.info-nav ul li:hover,
.info-nav ul li.active {
	border-bottom: 1px solid #f6f6f6;
	background: #f6f6f6;
	color: #e71218;
	font-weight:bolder;
}

@media screen and (max-width: 640px) {
	.info-nav {
		border-top: 1px solid #cecdcd;
	}
	.info-nav ul li {
		width: 33.33%;
		padding: 0px;
		border-top: none;
		border-bottom: 1px solid #cecdcd;
		text-align: center;
	}
	.info-nav ul li:hover,
	.info-nav ul li.active {
		border-bottom: 1px solid #cecdcd;
	}
}

.info-nav2 {
	position: fixed;
	top: 72px;
	right: 0px;
	z-index: 9;
	display: none;
	width: 100%;
	background: #fff;
}
.info-nav2 ul {margin-bottom: 0px}
.info-nav2 ul li {
	float: left;
	box-sizing: border-box;
	width: 20%;
	height: 38px;
	overflow: hidden;
	border-right: 1px solid #cecdcd;
	border-bottom: 1px solid #cecdcd;
	line-height: 38px;
	font-size: 14px;
    color: #8e8e8e;
    text-align: center;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}
.info-nav2 ul li:hover,
.info-nav2 ul li.active {
	background: #f6f6f6;
	color: #e71218;
}

@media screen and (max-width: 1200px) {
	.info-nav2 {top: 50px}
}
@media screen and (max-width: 767px) {
	.info-nav2 {top: 45px}
	.info-nav2 ul li {width: 33.33%}
}



.pro-word {
	margin: 15px 0px;
}
.pro-word .swiper-slide {
	min-height: 510px;
	background: #fff;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}
.pro-word .img-responsive {
    width: 100%;
}
.pro-word .img-responsive img {
    width: 100%;
}

.pro-word .swiper-slide .parameter_table {
	line-height: 30px;
	overflow: hidden;
	padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 12px;
}
.pro-word .swiper-slide .parameter_table dl {
	min-width: 32%;
	float: left;
	padding-left: 0px
}
.pro-word .swiper-slide .parameter_table dl dt {
	float: left;
	height: 30px;
	overflow: hidden;
	color: #999;
	padding: 0px 10px;
}
.pro-word .swiper-slide .parameter_table dl:last-child {width:45%;}
.pro-word .swiper-slide .parameter_table dl dd p {
	height: 30px;
	overflow: inherit;
	white-space: nowrap;
	color:#333;
}

.network-order {}
.network-order-tit {
	margin-bottom: 20px;
	font-size: 26px;
	color: #333;
	text-align: center;
	font-weight: bolder;
}
.network-order-dl {}
.network-order-dl dd {
	position: relative;
	float: left;
	display: block;
	width: 23.5%;
	padding: 10px 0px;
	margin-left: 2%;
	margin-bottom: 2%;
	line-height: 24px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.network-order-dl dd:nth-of-type(4n+1) {margin-left: 0px}


.warm-prompt {
	width: 90%;
	padding: 8px 0px;
	margin: 25px auto;
	border: 1px solid #69615f;
	border-radius: 20px;
	line-height: 30px;
	font-size: 18px;
	color: #69615f;
	text-align: center;
	font-weight: bold;
}
.warm-prompt span {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: normal;
}
.warm-prompt span.youneed:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #08a795;
}
.warm-prompt span.weneed:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #0abfac;
}

.network-order-word {
	font-size: 16px;
	color: #56463d;
}
.network-order-word dt {margin: 15px 0px 6px 0px}
.network-order-word dd {line-height: 28px}

#network-order-btn {
	display: block;
	width: 80%;
	max-width: 300px;
	margin: 20px auto;
	border-radius: 20px;
	border: 1px solid #b5b5b5;
	line-height: 30px;
	font-size: 16px;
    color: #494949;
    text-align: center;
}
#network-order-btn:hover {
	border-color: #e71218;
    background: #e71218;
    color: #fff;
}

@media screen and (max-width: 767px) {
	.network-order-tit {font-size: 20px}
	.network-order-dl dd {
		width: 48.5%;
		margin-left: 3%;
		margin-bottom: 3%;
	}
	.network-order-dl dd:nth-of-type(4n+1) {margin-left: 3%}
	.network-order-dl dd:nth-of-type(2n+1) {margin-left: 0%}
}


.feedcan-btn {
	display: block;
	width: 80%;
	max-width: 300px;
	margin: 20px auto;
	border-radius: 20px;
	border: 1px solid #b5b5b5;
	line-height: 30px;
	font-size: 16px;
    color: #494949;
    text-align: center;
}
.feedcan-btn:hover {
	border-color: #e71218;
    background: #e71218;
    color: #fff;
}


.prev-next {}
.prev-next a {
	position: relative;
	z-index: 1;
	float: left;
	display: block;
	box-sizing: border-box;
	width: 50%;
	height: 52px;
	overflow: hidden;
	background: #1b1b1b;
	line-height: 52px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prev-next a.next {border-left: 1px solid #fff}
.prev-next a:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	height: 100%;
	width: 0px;
	background: #e71218;
	transition: .5s ease;
}
.prev-next a:hover::before {width: 100%}

@media screen and (max-width: 991px) {
	.prev-next a {
		height: 36px;
		line-height: 36px;
	}
}



/*==proview-right2==*/
.proview-right2 {
	float: right;
	width: 22.8%;
}
@media screen and (max-width: 991px) {
	.proview-right2 {display: none}
}

.leftloop-pro {
	position: relative;
	margin-bottom: 25px;
}
.leftloop-pro .swiper-slide {border: 1px solid #e9e9e9;}
.leftloop-pro .swiper-slide .pic {
	position: relative;
	padding: 40.5% 0px;
	border-bottom: 1px solid #e9e9e9;
}
.leftloop-pro .swiper-slide .pic-flex {
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.leftloop-pro .swiper-slide .pic-flex img {
	max-width: 100%;
	max-height: 100%;
}
.leftloop-pro .swiper-slide h6 {
	height: 46px;
	overflow: hidden;
	margin: 0px;
	line-height: 46px;
	font-size: 14px;
	color: #5c5c5c;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
}
.leftloop-pro .swiper-slide:hover h6 {color: #e71218}

.leftloop-pro .prev {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 2;
	display: block;
	width: 30px;
	height: 40px;
	margin-top: -40px;
	background: #999 url(../images/product/prev2.png) no-repeat center;
}
.leftloop-pro .prev:hover {background: #e71218 url(../images/product/prev2.png) no-repeat center}
.leftloop-pro .next {
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 2;
	display: block;
	width: 30px;
	height: 40px;
	margin-top: -40px;
	background: #999 url(../images/product/next2.png) no-repeat center;
}
.leftloop-pro .next:hover {background: #e71218 url(../images/product/next2.png) no-repeat center}


.chose-pro {}
.chose-pro ul {}
.chose-pro ul li {
	margin-bottom: 30px;
	border: 1px solid #e9e9e9;
}
.chose-pro ul li .pic {
	position: relative;
	padding: 40.5% 0px;
	border-bottom: 1px solid #e9e9e9;
}
.chose-pro ul li .pic-flex {
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.chose-pro ul li .pic-flex img{ width:100%;}
.chose-pro ul li .summary {padding: 0px 10px 10px 10px}
.chose-pro ul li h6 {
	height: 24px;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 24px;
	font-size: 16px;
	color: #464646;
	transition: .3s;
	margin-top: 10px;
}
.chose-pro ul li p {
	line-height: 24px;
	font-size: 14px;
	color: #6f6f6f;
	transition: .3s;
}
.chose-pro ul li p i {color: #e71218;}
.chose-pro ul li:hover h6,
.chose-pro ul li:hover p {color: #e71218}



/*==newslist-left==*/
.newslist-left {
	float: left;
	width: 75%;
}
@media screen and (max-width: 991px) {
	.newslist-left {width: 100%}
}


/*==newslist-right==*/
.newslist-right {
	float: right;
	width: 20.8%;
	margin-top: 20px;
}
@media screen and (max-width: 991px) {
	.newslist-right {display: none}
}

.tjnews-box {
	margin-bottom: 30px;
	background: url(../images/product/newslistr_03.jpg);
}
.tjnews-box h3,
.tjnews-box h4 {
	padding-left: 45px;
	margin: 0px;
	border-top: 2px solid #08a795;
	border-bottom: 1px solid #dddddd;
	line-height: 46px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}


.tjnews-box ul {
	padding: 12px;
	margin-bottom: 0px;
}
.tjnews-box ul li {
	height: 37px;
	overflow: hidden;
	line-height: 37px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tjnews-box ul li a {
	position: relative;
	padding-left: 14px;
	font-size: 14px;
	color: #737171;
}
.tjnews-box ul li a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #737171;
}	
.tjnews-box ul li a i {
	margin-right: 10px;
	color: #5c5c5c;
	font-weight: bold;
}
.tjnews-box ul li:nth-of-type(1) a i {color: #b30000}
.tjnews-box ul li:nth-of-type(2) a i {color: #da0000}
.tjnews-box ul li:nth-of-type(3) a i {color: #ff3636}
.tjnews-box ul li a:hover {color: #e71218}
.tjnews-box ul.order-ul li a {
	padding-left: 0px;
}
.tjnews-box ul.order-ul li a:before {display: none}



/*==行业高度关注内容推荐==*/
.focus-content {
	padding: 25px 20px;
	background: url(../images/product/newslistr_03.jpg);
	display: inline-block;
    width: 96.75%;
}
.focus-content-left {
	position: relative;
	float: left;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 20.5%;
	height: 222px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.focus-content-left img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 246px;
	max-width: 1000px;
	height: 220px;
	margin-top: -110px;
	margin-left: -123px;
}
.focus-content-left h6 {
	position: absolute;
	bottom: 2px;
	left: 0px;
	right: 0px;
	height: 30px;
	overflow: hidden;
	margin: 0px;
	background: rgba(0,0,0,.6);
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
}
.focus-content-left:hover h6 {bottom: 0px}


.focus-content-center {
	float: left;
	width: 30%;
	margin-left: 25px;
	margin-bottom: 0px;
}


.focus-content-right {
	float: right;
	width: 44%;
}



/*==新闻详情页==*/
.news-tit {
	margin-top: 35px;
	font-size: 18px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}
.news-time {
	font-size: 14px;
	color: #666;
	text-align: center;
}
.news-word {
	padding: 15px 0px;
	margin: 15px 0px;
	border-top: 1px solid #ddd;
	line-height: 28px;
	font-size: 16px;
	color: #666;
}
.news-word a{text-decoration:underline;color:#111;}
.news-word a:hover{text-decoration:underline;color:#666;}
.news-word h3 { color:#000; margin:6px auto; font-size:18px;}
.news-word img {
    max-width: 600px;
    min-width: 500px;
    padding: 10px 0 0px;
    display: block;
    margin: 0px auto 10px;
    box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    border-radius: 6px;
}


/*==newsbox==*/
.newsbox {
	padding: 15px 20px;
	background: url(../images/product/newslistr_03.jpg);
	line-height: 28px;
	font-size: 16px;
	color: #666;
}
.tag-label span {
	margin: 0px 5px;
}



/*==prev-next2==*/
.prev-next2 {margin: 15px 0px}
.prev-next2 ul {}
.prev-next2 ul li {
	float: left;
	box-sizing: border-box;
	width: 50%;
	height: 40px;
	overflow: hidden;
	padding: 0px 2%;
	background: #f5f5f5;
	line-height: 40px;
	font-size: 14px;
	color: #181818;
}
.prev-next2 ul li.next {text-align: right}
.prev-next2 ul li a {color: #666666}
.prev-next2 ul li a:hover {color: #eb7334}

@media screen and (max-width: 991px) {
	.prev-next2 ul li {
		float: none;
		width: 100%;
	}
	.prev-next2 ul li.next {text-align: left}
}



/*==browse==*/
.browse {
	border: 1px solid #ddd;
	display: inline-block;
    width: 100%;
	margin-bottom: 20px;
}
.browse-left {
	float: left;
	box-sizing: border-box;
	width: 54%;
	padding: 25px;
	margin-top: 40px;
}
.browse-left .swiper-slide {}
.browse-left .swiper-slide .pic {
	position: relative;
	padding: 40% 0px;
	border: 1px solid #ddd;
}
.browse-left .swiper-slide .pic-flex {
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.browse-left .swiper-slide .pic-flex img {
	max-width: 100%;
	max-height: 100%;
	transition: .6s;
}
.browse-left .swiper-slide:hover .pic-flex img {transform: scale(1.03)}
.browse-left .swiper-slide h6 {
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	color: #181818;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
}
.browse-left .swiper-slide:hover h6 {color: #eb7334}

.browse-right {
	float: right;
	box-sizing: border-box;
	width: 46%;
	padding: 25px;
	border-left: 1px solid #ddd;
}

@media screen and (max-width: 1200px) {
	.browse-left {
		float: none;
		width: 100%;
		padding: 10px;
		margin-top: 0px;
	}
	.browse-right {
		float: none;
		width: 100%;
		padding: 10px;
		border-left: none;
		border-top: 1px solid #ddd;
	}
}



/*==单页==*/
.page {
	margin:20px 0px;
	line-height: 28px;
	font-size: 14px;
	color: #414141;
}
.page a{text-decoration:underline;color:#222;}

/*==关于我们==*/
.about {
	padding: 0px 52% 35px 0px;
	margin-top: 20px;
	background: url(../images/product/linxinru.png) no-repeat 680px top;
}
.about-tit {}
.about-tit h5 {
	line-height: 36px;
	font-size: 30px;
	color: #323232;
	font-family: "Arial";
	text-transform: uppercase;
}
.about-tit h5 span {
	display: block;
	color: #eb7334;
}
.about-tit h4 {
	margin: 15px 0px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.about p {
	line-height: 28px;
	font-size: 14px;
	color: #414141;
	text-indent: 2em;
}

@media screen and (max-width: 1200px) {
	.about {
		padding: 0px 35% 20px 0px;
		background: url(../images/product/linxinru.png) no-repeat top right;
		background-size: 34%;
	}
}
@media screen and (max-width: 767px) {
	.about {
		padding: 0px 0px 20px 0px;
		background: none;
	}
}



.ppys {margin-top: 35px}
.ppys-pic {
	float: left;
	max-width: 320px;
	margin-right: 20px;
}
.ppys-tit {}
.ppys-tit hr {
	width: 60px;
	height: 2px;
	margin: 8px 0px 25px 0px;
	background: #eb7334;
}
.ppys-tit h5 {
	font-size: 14px;
	color: #3f3f3f;
	font-weight: bold;
	font-family: "Arial";
	letter-spacing: 1px;
	text-transform: uppercase;
}
.ppys-tit h4 {
	margin: 15px 0px 25px 0px;
	font-size: 16px;
	color: #3f3f3f;
	font-weight: bold;
}
.ppys-tit h4 span {
	margin-left: 15px;
	font-size: 14px;
	color: #ca0000;
}
.ppys p {
	line-height: 28px;
	font-size: 14px;
	color: #5a5a5a;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	.ppys-pic {display: none}
}



/*==发展历程==*/
.historyBox {
	padding: 30px 0px 70px 0px;
	background: url(../images/product/comBox2Bg.jpg) no-repeat center;
}
.historyBd {}
.historyBd .swiper-slide {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	height: 180px;
	padding: 10px;
	background: #fff;
}
.historyBd .swiper-slide img {max-height: 100%}
.historyBd .swiper-slide .word {margin-left: 40px}
.historyBd .swiper-slide .word-flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.historyBd .swiper-slide .word-flex i {
	font-size: 70px;
    color: #cb103b;
    white-space: nowrap;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.historyBd .swiper-slide .word-flex p {
	margin-left: 10px;
	font-size: 16px;
    color: #787878;
    line-height: 28px;
    font-weight: bold;
}

.historyHd {
	position: relative;
	padding: 0px 30px;
	margin-top: 20px;
}
.historyHd .swiper-container {
	background: url(../images/product/comBox2BotBg.png) repeat-x center 8px;
}
.historyHd .swiper-slide {
	position: relative;
    padding-top: 30px;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
}
.historyHd .swiper-slide:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-left: -7px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.historyHd .swiper-slide:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 50%;
	z-index: 1;
	width: 9px;
	height: 9px;
	margin-left: -4px;
	border-radius: 50%;
	background: #fff;
}
.historyHd .swiper-slide-active {color: #cb103b}
.historyHd .swiper-slide-active:before {border-color: #cb103b}
.historyHd .swiper-slide-active:after {background: #cb103b}

.historyBox-leftbtn {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9;
	display: block;
	width: 30px;
	height: 52px;
	line-height: 52px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.historyBox-rightbtn {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 9;
	display: block;
	width: 30px;
	height: 52px;
	line-height: 52px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.historyBox-leftbtn.swiper-button-disabled,
.historyBox-rightbtn.swiper-button-disabled {opacity: 1}

@media screen and (max-width: 991px) {
	.historyBd .swiper-slide .word-flex i {font-size: 40px}
}
@media screen and (max-width: 767px) {
	.historyBd .swiper-slide {
		display: block;
		height: auto;
	}
	.historyHd .swiper-slide {font-size: 20px}
	.historyBd .swiper-slide img {
		display: block;
		margin: auto;
	}
	.historyBd .swiper-slide .word {
		margin-top: 15px;
		margin-left: 0px;
	}
	.historyBd .swiper-slide .word-flex {justify-content: center}
	.historyBd .swiper-slide .word-flex i {font-size: 20px}
	.historyBd .swiper-slide .word-flex p {font-size: 14px}
}



/*==总裁寄语==*/
.president {margin: 25px 0px}
.president img {
	float: left;
	width: 260px;
	margin-right: 20px;
}
.president p {
	line-height: 28px;
    font-size: 14px;
    color: #414141;
    text-indent: 2em;
}

@media screen and (max-width: 414px) {
	.president img {
		float: none;
		display: block;
		width: 100%;
		margin: 0px auto 15px auto;
	}
}




/*==eight-adv==*/
.eight-adv {
	margin-top: 30px;
	margin-left: -8px;
}
.eight-adv ul {background: url(../images/product/eightadv.jpg) no-repeat right;}
.eight-adv ul li {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 25%;
	height: 436px;
	overflow: hidden;
	padding: 25px 21px;
	border-left: 8px solid #fff;
	border-bottom: 8px solid #fff;
	background: rgba(0,0,0,.3);
}
.eight-adv ul li:nth-of-type(4n+1) {border-left-color: #fff}
.eight-adv ul li span {
	display: block;
	margin-bottom: 100px;
	line-height: 52px;
	font-size: 52px;
	color: #fff;
	font-family: "Times New Roman";
}
.eight-adv ul li .tit {
	position: relative;
	display: table-cell;
	width: 252px;
	height: 88px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	transition: .3s;
}
.eight-adv ul li:hover .tit {opacity: 0}
.eight-adv ul li .tit:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 1px;
	background: #fff;
}
.eight-adv ul li .tit:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 1px;
	background: #fff;
}
.eight-adv ul li .fade {
	position: absolute;
	top: 100%;
	left: 21px;
	right: 21px;
	opacity: 0;
	transition: .3s;
}
.eight-adv ul li:hover .fade {
	top: 90px;
	opacity: 1;
}
.eight-adv ul li .fade h6 {
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.eight-adv ul li .fade hr {
	width: 40px;
	height: 1px;
	margin: 25px auto;
	border: none;
	background: #fff;
}
.eight-adv ul li .fade p {
	margin-top: 20px;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	text-align: justify;
}

@media screen and (max-width: 1200px) {
	.eight-adv ul li:hover .fade {
		top: 90px;
	}
}
@media screen and (max-width: 991px) {
	.eight-adv {
		padding: 0px 20px;
		margin-left: 0px;
		background: #f5f5f5;
	}
	.eight-adv ul {background: none}
	.eight-adv ul li {
		float: none;
		width: 100%;
		height: auto;
		padding: 0px 0px 25px 0px;
		margin-top: 25px;
		border: none;
		border-bottom: 1px dashed #eb7334;
		background: none;
	}
	.eight-adv ul li span,
	.eight-adv ul li .tit {
		display: none;
	}
	.eight-adv ul li .fade {
		position: static;
		opacity: 1;
	}
	.eight-adv ul li .fade h6 {
		font-size: 16px;
		color: #252525;
		text-align: left;
	}
	.eight-adv ul li .fade hr {display: none;}
	.eight-adv ul li .fade  p {
		font-size: 14px;
		color: #7b7b7b;
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	.eight-adv {
		padding: 0px 10px;
	}
}



/*==honor==*/
.honor {}
.honor .swiper-container {padding-bottom: 35px}
.honor .swiper-container-horizontal>.swiper-pagination-bullets {bottom: 0px}
.honor .swiper-pagination-bullet-active {background: #ca0000}
.honor .swiper-slide {
	background: #ddd;
}
.honor .swiper-slide .pic {
	position: relative;
	padding: 40% 0px;
}
.honor .swiper-slide .pic-flex {
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.honor .swiper-slide .pic-flex img {
	max-width: 100%;
	max-height: 100%;
	transition: .6s;
}
.honor .swiper-slide:hover .pic-flex img {transform: scale(1.03)}
.honor .swiper-slide h6 {
	height: 50px;
	overflow: hidden;
	margin: 0px;
	border-top: 1px solid #fff;
	line-height: 50px;
	font-size: 14px;
	color: #3f3f3f;
	text-align: center;
	letter-spacing: 1px;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
}
.honor .swiper-slide:hover h6 {color: #eb7334}


.shop .swiper-slide {background: transparent}
.shop .swiper-slide .pic {border: 1px solid #f1f1f1}



.joinbox {
	margin-top: 30px;
	border: 12px solid #1d1d1d;
	border-top: none;
	background: url(../images/product/newslistr_03.jpg);
}
.joinbox-tit {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0px;
	line-height: 96px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 4px;
}
.joinbox-tit:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	z-index: -1;
    width: 0px;
    height: 0px;
    margin-left: -719px;
    border-top: 96px solid #1d1d1d;
    border-left: 720px solid transparent;
}
.joinbox-tit:after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0px;
	z-index: -1;
    width: 0px;
    height: 0px;
    margin-right: -719px;
    border-top: 96px solid #1d1d1d;
    border-right: 720px solid transparent;
}

.joinbox-left {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 20px 86px;
}
.joinbox-left h5 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #ca0000;
	font-weight: bold;
	letter-spacing: 2px;
}
.joinbox-left p {
	line-height: 28px;
	font-size: 14px;
	color: #595959;
}

.joinbox-right {
	float: right;
	box-sizing: border-box;
	width: 50%;
	padding: 20px 86px;
}

@media screen and (max-width: 1200px) {
	.joinbox-left {
		float: none;
		width: 100%;
	}
	.joinbox-right {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.joinbox {border-width: 6px}
	.joinbox-left,
	.joinbox-right {
		padding: 20px;
	}
}
@media screen and (max-width: 991px) {
	.joinbox-left,
	.joinbox-right {
		padding: 10px;
	}
}



/*==pic-list==*/
.pic-list {margin: 10px 0px 20px;}
.pic-list ul {}
.pic-list ul li {
	float: left;
	box-sizing: border-box;
	width: 30.33%;
	padding: 10px;
	margin-left: 4.5%;
	margin-bottom: 4.5%;
	border: 1px solid #eee;
	transition: .3s;
}
.pic-list ul li a{ display:block;}
.pic-list ul li:hover {box-shadow: 0px 0px 10px #eee}
.pic-list ul li:nth-of-type(3n+1) {margin-left: 0px}
.pic-list ul li .pic {
	position: relative;
	padding: 33.5% 0px;
	border: 1px solid #eee;
}
.pic-list ul li .pic-flex {
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.pic-list ul li .pic-flex img {
	max-width: 100%;
	max-height: 100%;
}
.pic-list ul li h6 {
	height: 26px;
	overflow: hidden;
	padding: 0px 15px;
	line-height: 26px;
	font-size: 16px;
	color: #1a1a1a;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pic-list ul li p {
	height: 26px;
	overflow: hidden;
	padding: 0px 15px;
	line-height: 26px;
	font-size: 14px;
	color: #706f6f;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 991px) {
	.pic-list ul li {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 4%;
	}
	.pic-list ul li:nth-of-type(3n+1) {margin-left: 4%}
	.pic-list ul li:nth-of-type(2n+1) {margin-left: 0px}
}
@media screen and (max-width: 460px) {
	.pic-list ul li {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 4%;
	}
	.pic-list ul li:nth-of-type(3n+1) {margin-left: 0px}
}



/*==network-box==*/
.network-box {margin: 30px 0px}
.cityList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 10px #ccc;
}
.cityList-l {
	position: relative;
	width: 25%;
	height: 30px;
	margin-left: 30px;
	border: 1px solid #dcdcdc;
}
.cityList-l input {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0px 30px 0px 5px;
	border: none;
	outline: none;
	line-height: 28px;
	font-size: 1.4rem;
	color: #d7d7d7;
	transition: .3s;
}
.cityList-l input:focus {box-shadow: 0px 0px 10px #ccc}
.cityList-l button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 28px;
	height: 28px;
	border: none;
	outline: none;
	background: transparent;
	line-height: 28px;
	font-size: 1.4rem;
	color: #d7d7d7;
	text-align: center;
	cursor: pointer;
}

.cityList-r {width: 56.8%}
.cityList-r form {
	display: inline-block;
	width: 32.33%;
}
.cityList-r form select {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 0px 15px;
	border: none;
	border-left: 1px solid #eee;
	outline: none;
	font-size: 1.4rem;
	color: #656565;
	cursor: pointer;
}

.networkMap {
	float: left;
	width: 66%;
}
.mapChose {
	float: right;
	box-sizing: border-box;
	width: 34%;
	height: 800px;
	overflow: hidden;
	padding: 0px 20px 0px 10px;
}
.mapChose .swiper-slide {
	position: relative;
	height: 135px;
	padding-left: 70px;
	padding-top: 30px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: .3s;
}
.mapChose .swiper-slide:hover,
.mapChose .swiper-slide.active {background: #fafafa}
.mapChose .swiper-slide i {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #e71218;
	line-height: 40px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	font-style: normal;
}
.mapChose .swiper-slide h6 {
	height: 48px;
	overflow: hidden;
	margin: 0px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #2c2c2c;
}
.mapChose .swiper-slide p {
	max-height: 48px;
	overflow: hidden;
	line-height: 24px;
	font-size: 1.4rem;
	color: #a4a4a4;
}
.mapChose .swiper-scrollbar {width: 10px}
.mapChose .swiper-scrollbar-drag {background: #e71218}

@media screen and (max-width: 991px) {
	.network-box {
		width: 95%;
		margin: 30px auto;
	}
	.networkMap {display: none}
	.mapChose {
		float: none;
		width: 100%;
		height: 310px;
		overflow: hidden;
		padding: 0px 20px 0px 0px;
		margin-top: 15px;
	}
	.mapChose .swiper-slide {
		padding-top: 10px;
		padding-left: 45px;
	}
	.mapChose .swiper-slide i {
		top: 10px;
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
}
@media screen and (max-width: 767px) {
	.cityList {
		box-sizing: border-box;
		display: block;
		box-shadow: none;
	}
	.cityList-l {
		width: 100%;
		height: 38px;
		margin: 10px 0px;
	}

	.cityList-r {width: 100%}
	.cityList-r form {
		display: block;
		width: 100%;
		margin: 10px 0px;
	}
	.cityList-r form select {
		height: 38px;
		padding: 0px 10px;
		border: 1px solid #eee;
	}
}




/*==合作流程==*/
.process {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0px;
}
.process-left {}
.process-right {
	width: 700px;
	margin-left: 50px;
}
.process-right ul {}
.process-right ul li {
	float: left;
	width: 46%;
	margin: 12px 2%;
	background: rgba(0,0,0,.4);
	line-height: 48px;
	font-size: 14px;
	color: #fff;
}
.process-right ul li i {
	position: relative;
	float: left;
	display: block;
	width: 65px;
	height: 48px;
	margin-right: 15px;
	background: #e71218;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
}
.process-right ul li i:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	width: 0px;
	height: 0px;
	margin-top: -6px;
	border-right: 6px solid #e71218;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

@media screen and (max-width: 991px) {
	.process {display: block}
	.process-right {
		width: 100%;
		margin-left: 0px;
	}
}
@media screen and (max-width: 640px) {
	.process-right {margin-top: 20px}
	.process-right ul li {
		float: none;
		width: 100%;
		margin: 12px 0px;
	}
}





/*==分页==*/
.fenye {
	padding: 1% 0px;
	margin: 15px 0px 30px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fenye ul {
	width: 116px;
	margin: 0px 4%;
}
.fenye ul li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0px 9px;
	line-height: 30px;
	background: #b6b6b7;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: .3s;
}
.fenye ul li:hover a,
.fenye ul li.active a {
	color: #fff;
	background: #eb7334;
}
.fenye ul li a {
	display: block;
	border-radius: 5px;
}
.fenye ul .fenye-p,
.fenye ul .fenye-n {
	font-size: 16px;
}
.fenye select {
	width: 70px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #5a5a5a;
}



/*==标题==*/
.title1 {
	padding-left: 24px;
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/product/title1.png) no-repeat left;
	line-height: 36px;
	font-size: 16px;
	color: #464646;
}
.title1 .more {
	float: right;
	font-size: 14px;
	color: #e71218;
}
.title1 .more:hover {text-decoration: underline}


.title2 {border-bottom: 1px solid #1b1b1b}
.title2 span {
	display: inline-block;
	padding: 0px 46px;
	background: #1b1b1b;
	line-height: 42px;
	font-size: 14px;
	color: #e71218;
	font-weight: bold;
	letter-spacing: 4px;
}


.title3 {
	margin: 0px;
	background: #08a795;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}


.title4 {
	margin-top: 30px;
	background: #1b1b1b;
	text-align: center;
	display: inline-block;
    width: 100%;
}
.title4 h3,
.title4 h4 {
	position: relative;
	display: inline-block;
	padding: 0px 18px;
	margin: 0px;
	line-height: 57px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
}
.title4 h3:before,
.title4 h4:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -40px;
	width: 40px;
	height: 1px;
	background: #959595;
}
.title4 h3:after,
.title4 h4:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -40px;
	width: 40px;
	height: 1px;
	background: #959595;
}

@media screen and (max-width: 991px) {
	.title4 h3,
	.title4 h4 {
		line-height: 47px;
		font-size: 16px;
	}
}


.title5 {
	padding: 40px 0px;
	margin-bottom: 35px;
	background: url(../images/product/title5.png) no-repeat bottom;
	font-size: 30px;
	color: #3f3f3f;
	text-align: center;
	letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
	.title5 {font-size: 24px}
}
@media screen and (max-width: 991px) {
	.title5 {font-size: 18px}
}


.title6 {
	margin: 30px 0px;
	text-align: center;
}
.title6 h4 {
	position: relative;
	display: inline-block;
	padding: 0px 30px;
	font-size: 30px;
	color: #3f3f3f;
	letter-spacing: 2px;
}
.title6 h4:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 14px;
	height: 16px;
	margin-top: -8px;
	background: url(../images/product/title6.png) no-repeat center;
}
.title6 h4:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	width: 14px;
	height: 16px;
	margin-top: -8px;
	background: url(../images/product/title6.png) no-repeat center;
}
.title6 h5 {
	line-height: 24px;
	font-size: 14px;
	color: #3f3f3f;
}

@media screen and (max-width: 1200px) {
	.title6 h4 {font-size: 24px}
}
@media screen and (max-width: 991px) {
	.title6 h4 {font-size: 18px}
}



/*==滑动验证==*/
.form-inline-input input,
.code-box{
	padding: 0 10px;
    width: 100%;
    max-width: 285px;
    height: 40px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    background: rgba(0, 0, 0, 0.16);
    border: 0;
    border-radius: 5px;
	outline: none;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
.code-box{
	position: relative;
	margin-top: 15px;
}
.code-box p,
.code-box span{
	display:block;
	position: absolute;
	left: 0;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
}
.code-box span{
	width: 40px;
	background-color:#e71218;
	font-family: "宋体";
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.code-box p{
	width: 0;
	background-color: #FFFF99;
	overflow: hidden;
	text-indent: -20px;
	transition: background 1s ease-in;
}
.code-box .code-input{
	display: none;
}