/* news */
.pub-news-title {
	background: url(../img/news/bg.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	min-height: 500px;
}

/* product */
.pub-product-title {
	background: url(../img/product/bg.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	min-height: 500px;
}

.product-box {
	height: auto;
	position: relative;
	margin-top: 50px;
	padding: 0;
	margin-bottom: 100px;
	overflow-x: hidden;
}

.product-tab {
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	/* border-bottom: 1px solid #eee; */
}

.product-tab p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 16px;
	background: #f6f6f6;
	/* border: 1px solid #ccc; */
	padding: 0 10px;
	border-radius: 5px;
	transition: all 0.4s;
	box-sizing: border-box;
	cursor: pointer;
	/* box-shadow: 5px 5px 5px #d2d2d2;
    -moz-box-shadow: 5px 5px 5px #d2d2d2; */
}

.product-tab p:hover,
.product-tab .pro-cur {
	color: #fff;
	background: #05cbb8;
}

.pro-desc {
	color: #666;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pro-list img,
.pro-list h3 {
	transition: all 0.4s;
}

.pro-list .pro-click {
	cursor: pointer;
	overflow: hidden;
	/* box-shadow: 10px 10px 5px #d2d2d2;
    -moz-box-shadow: 10px 10px 5px #d2d2d2; */
}

.pro-list .pro-click:hover img {
	transform: scale(1.02);
}

#pro_list img {
	width: 100%;
	height: 240px;
}

#pro_list h3 {
	/* min-height: 53px; */
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0px;
}

.pro-res-box{
	display: none;
	animation: fadeIn 2s ease;
	-webkit-animation: fadeIn 2s ease;
}

.pro-res-box-cur{
	display: block;
}

.protail-img img{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}


/* contact */
.pub-contact-title {
	background: url(../img/contact/bg.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	min-height: 500px;
}

.contact-wrap {
	margin: 50px auto;
	padding: 0;
}

.contact-wrap .row {
	margin: 0;
	padding-bottom: 50px;
}

.c-img {
	display: block;
	margin: 0 auto;
	width: 50px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.contact-list {
	/* padding: 10px 4px; */
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	/* width: 29.3%;
	box-sizing: border-box;
	margin: 0 1.5%;
	float: left; */
	height: 222px;
	margin-right: 12.5%;
	transition: all 0.4s;
	/* 

	box-shadow: 10px 10px 5px #d2d2d2;
    -moz-box-shadow: 10px 10px 5px #d2d2d2; */
}

.contact-box .contact-list-s {
	margin: 0;
}

.contact-list:hover {
	color: #fff;
	background: #05cbb8;
	border: 1px solid #05cbb8;
}

.c-qrcode {
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
}

.con-msg-box {
	margin-bottom: 50px;
}

.con-msg-box h3 {
	/* text-align: center; */
	color: #666;
	margin-top: 100px;
}

.con-msg-box p {
	text-align: center;
}

/* about */
.pub-about-title {
	background: url(../img/about/bg.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	min-height: 500px;
}

.about-desc-box {
	margin-bottom: 150px;
}

.about-desc-box p {
	text-indent: 2em;
	font-size: 16px;
	text-align: justify;
	letter-spacing: 2px;
}

.about-main-box .pr {
	display: block;
	width: 100%;
	margin-bottom: 100px;
}

/* news */
#news_content h3 {
	margin-top: 30px;
}

#news_img img {
	display: block;
	max-width: 100%;
	margin-top: 30px;
}

#news_box {
	margin-bottom: 100px;
}

