﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
em,
i {
	font-weight: normal;
	font-style: normal;
}

div:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

body {
	/* background: url("../images/body_bg.jpg") repeat top center; */
}

.none {
	display: none;
}

.banner_bg {
	position: relative;

}


#banner {
	position: relative;
}

#banner img {
	width: 100%;
}

.banner .item {
	height: 100%;
	width: 100%;
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
}

#banner .owl-theme .owl-dots .owl-dot.active span,
#banner .owl-theme .owl-dots .owl-dot:hover span {
	background: #e5212f;
}

#banner .banner-background {
	transition: 1s 2.5s;
	transform: perspective(1000px) translate3d(0, 0, 100px);
}

#banner .banner-background {
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

#banner .swiper-slide {
	overflow: hidden;
}

#banner .swiper-slide.swiper-slide-active .banner-background {
	transition: 5s 0s;
	transform: perspective(1000px) translate3d(0, 0, 0px);
}

#about {
	padding-top: 60px;
	margin-bottom: 60px;
}

#about .subtitle {
	color: #c52730;
	font-size: 40px;
	font-weight: bolder;
}

#about .title {
	color: #222;
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 20px;
}

#about .title::after {
	content: ''
		display:inlin-block;
	width: 50px;
	padding-top: 20px;
	border-bottom: 2px solid rgba(197, 39, 48, 1);
}

#about .content {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
}

#about .more {
	/* width: 100%; */
	height: 36px;
	line-height: 36px;
	color: rgba(255, 255, 255, 1);
	border-width: 1px;
	border-style: none;
	border-color: transparent;
	padding: 10px 40px;
	text-align: center;
	min-height: inherit;
	background-color: rgba(197, 39, 48, 1);
	border: 1px solid #c52730;
	border-radius: 30px;
	font-size: 14px;
}

#about .more:hover,
#honour .more:hover span {
	color: rgba(197, 39, 48, 1);
	background: #fff;

}

#case .title {
	font-size: 16px;
	color: #222;
}

#case .title::before,
#honour .title::before,
#news .title::before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 20px;
	background-color: #c52730;
	margin-right: 5px;

}

#case .title span,
#honour .title span,
#news .title span {
	font-size: 30px;
	color: #c52730;
	font-weight: bolder;
}

#case .mainBox {
	padding: 60px 0;
	background-image: url(../images/gcbg.jpg);
}

#case .itemBox,
#case .itemBox a {
	max-width: 480px;
	/*max-height: 360px;*/
	overflow: hidden;
}

#case .itemBox a,
#case .itemBox a img {
	border-radius: 12px;
}

#case .itemBox a img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

#case .itemBox a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

#product {
	padding: 60px 0 40px;
}

#product .title {
	text-align: center;
	font-weight: bolder;
	margin-bottom: 40px;
}

#product .title .typename {
	font-size: 40px;
	color: #c52730;
}

#product .title .subtitle {
	font-size: 30px;
	color: #222;
}

#product .title .lineBox .line {
	display: inline-block;
	width: 60px;
	height: 2px;
	border-top: 2px solid #c52730;
	font-size: 14px;
}

#product .content ul {
	display: flex;
	flex-wrap: wrap;
}

#product .content .item {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	height: 300px;
}

#product .content .item .imgBox {
	height: 80%;
	width: 100%;
	margin-bottom: 20px;
}

#product .content .item .name {
	text-align: center;
	width: 100%;
	height: 20%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;

	font-size: 16px;
	padding: 0 10px;
}

#product .content .item .name:hover {
	color: #c52730;
}

#product .content .item .maskBox {
	text-align: center;
	position: absolute;
	top: 0px;
	left: -100%;
	width: 100%;
	height: 80%;
	overflow: hidden;
	padding: 10% 20%;
	box-sizing: border-box;
	color: #fff;
	background: rgba(197, 49, 50, .95);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#product .content .item:hover .maskBox {
	left: 0;
	top: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#product .content .item .maskBox .mask_title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	line-height: 36px;
	border-bottom: 2px solid #fff;
	padding-bottom: 9px;
	text-align: center;
}

#product .content .item .maskBox .mask_summry {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	margin-top: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#product .content .item .maskBox .more {
	width: 100px;
	text-align: center;
	font-size: 12px;
	margin: 1rem auto;
	transition: all .5s ease;
}

#product .content .item .maskBox .more:hover {
	width: 110px;
	border: 1px solid #fff;
	padding: 5px;

}

@media screen and (min-width:660px) {
	#product .content .item {
		width: 30%;

		margin-right: 5%;

	}

	#product .content .item:nth-child(3n) {
		margin-right: 0
	}
}

@media screen and (max-width:660px) {
	#product .content .item {
		width: 48%;
		margin-right: 4%;
	}

	#product .content .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:425px) {
	#product .content .item {
		width: 100%;
		margin-right: 0;
	}
}

#honour {
	background: url(../images/zz1.jpg) center no-repeat;
	padding: 40px 0;
	margin-bottom: 60px;
}

#honour .title {
	color: #fff;
	margin-bottom: 40px;
}

#honour .title::before {
	background-color: #fff;
}

#honour .title span {
	font-size: 30px;
	font-weight: bolder;
	color: #fff;
}

#honour .content {
	color: #fff;
	line-height: 3;
	margin-bottom: 40px;
}

#honour .more span {
	color: #fff;
	background-color: #c52730;
	padding: 10px 40px;
	border-radius: 40px;
}

#culture ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#culture ul li {
	width: 30%;
	margin: 0 5% 20px 0;
	position: relative;
	overflow: hidden;
}

#culture ul li .imgBox {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

#culture ul li:hover .imgBox {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

#culture ul li .tipsBox {
	width: 80%;
	position: relative;
	z-index: 1;
	margin: -70px auto 0;
	left: center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

#culture ul li:hover .tipsBox {
	width: 100%;
}

#culture ul li .tipsBox a {
	padding: 20px;
	background-color: rgba(197, 39, 48, 1);
	display: flex;
	justify-content: space-between;
}

#culture ul li .tipsBox a .iconBox {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	border-right: 1px solid #fff;
	margin-right: 20px;

}

#culture ul li .tipsBox a .txtBox {
	color: #fff;
}

#culture ul li .tipsBox a .txtBox .title {
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 20px;
}

#culture ul li .tipsBox a .txtBox .content {
	line-height: 1.8;
}

#culture ul li:last-child {
	margin-right: 0;
}

@media screen and (max-width:1000px) {
	#culture ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}
}

#news {
	background: url(../images/zd_news_bg.jpg);
	padding: 40px 0;
}

#news .title {
	margin-bottom: 30px;
}

#news .content ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

#news .content ul li {
	position: relative;
	width: 30%;
	height: 240px;
	margin-right: 5%;
	margin-bottom: 40px;
	padding: 120px 20px 20px;
	background: #fff;
	border-radius: 10px;

}

#news .content ul li:last-child {
	margin-right: 0;
}

#news .content ul li a .date {
	position: absolute;
	top: -14px;
	border-radius: 5px;
	width: 100px;
	margin: 0 0 40px;
	background-color: #c52730;
	padding: 40px 10px 20px;
	transition: all .5s ease;
}

#news .content ul li a .content {
	width: 100%;
	line-height: 1.5;
	font-size: 0.875rem;
	color: #6a6a6a;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all .5s ease;
}

#news .content ul li a .date .day {
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	text-align: right;
	width: 100%;
	white-space: nowrap;
	margin-bottom: 5px;
}

#news .content ul li a .date .year {
	color: #bdbdbd;
	font-size: 16px;
	text-align: right;
	transition: all .5s ease;
}

#news .content ul li a .news_title {
	transition: all .5s ease;
}

#news .content ul li:hover a .date {
	padding: 60px 10px 20px;
}

#news .content ul li:hover a .news_title {
	padding-top: 20px;
}

#news .content ul li:hover a {
	color: #c52730;
}

@media screen and (max-width:552px) {
	#news .content ul li {
		width: 100%;
		margin-right: 0;
	}
}

.wap_menu {
	background: #2d4387;
}

@media all and (max-width: 640px) {
	#about .coffees {
		width: 40%;
		display: inline-block;
		position: absolute;
		bottom: -44px;
		right: -15px;
	}

	#product {
		padding-top: 15px;
		padding-bottom: 45px;
	}

	#header {

		padding-bottom: 15px;
		background: url("../images/wap_header_bg.png") no-repeat center;
		background-size: auto 100%;
	}

	#header .logo {
		text-align: left;
		padding: 0 15px;
	}

	#header .menu_icon {
		padding: 6px;
		right: 0;
		width: 10%;
		/* background: #984206; */
		top: 60%;
		margin-top: -26px;
	}

	#banner {
		max-height: 200px;
	}
}

.banner_menu {
	background-color: #b5252e;
	padding: 20px 120px 20px 60px;
	width: 90%;
	float: right;
	margin-top: -70px;
	position: relative;
	z-index: 19;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.banner_menu .leftBox {
	flex: 1;
}

.banner_menu .leftBox .typeName {
	font-size: 40px;
	line-height: 1.6;
	font-weight: bolder;
}

.banner_menu .leftBox .name {
	font-size: 30px;
	line-height: 1.6;
}

.banner_menu .rightBox {
	text-align: right;
	flex: 1;
}

.banner_menu .rightBox .pagePosition {
	margin: 10px 0;
}

.banner_menu .rightBox .pagePosition i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

.banner_menu .rightBox a {
	color: #fff;
}

.banner_menu .rightBox .menu-list {
	float: right;
}

.banner_menu .rightBox .menu-list ul li {
	float: left;
	margin: 15px 0;
	font-size: 16px;
	position: relative;
}

.banner_menu .rightBox .menu-list ul li a {
	margin: 0 20px;
}

.banner_menu .rightBox .menu-list ul li::after {
	position: absolute;
	height: 12px;
	width: 1px;
	background: #ffd7d9;
	top: 50%;
	opacity: 0.5;
	margin-top: -3px;
	right: 0px;
	content: '';
}

@media screen and (max-width:920px) {
	.banner_menu {
		display: block;
		padding: 20px;
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.banner_menu .leftBox .typeName {
		font-size: 20px;
	}
}

/* 正文 */
.contentBox {
	padding-top: 120px;
}

.contentBox .title {
	margin: 20px 0;
	text-align: center;
	padding-bottom: 20px;
	font-size: 38px;
	border-bottom: 1px solid #e8e8e8;
}

/* 产品列表 */
.productList {
	max-width: 1900px;
}

.productList .proLi {
	position: relative;
	overflow: hidden;
	padding: 20px;
}

.productList .porTbox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.productList .porTbox .porImg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
}

.productList .porTbox .porImg img {
	width: 100%;
}

.productList .porTbox .showBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, .6);
	transition: all 0.5s ease;
}

.productList .showBoxLink {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 60%;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 0.5rem 0;
}

.productList .showBoxLink::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}

.productList .showBoxLink::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}

.productList .porBbox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 20px 20px 10px;
	border: 1px solid #ddd;
}

.productList .proTitle {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.productList .proSummry {
	color: #777;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0;
	text-overflow: ellipsis;
}

.productList .lookDetail {
	position: relative;
	display: block;
	color: #777;
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #e5e5e5;
}

.productList .arrowsR {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(0, -50%);
	width: 30px;
}

.productList .proLi:hover .showBox {
	opacity: 1;
}

.productList .proLi:hover .showBoxLink::before {
	width: 32px;
}

.productList .proLi:hover .showBoxLink::after {
	width: 32px;
}

.productList .proLi:hover .arrowsR {
	color: #878787;
}

/* 产品详情 */
.productView {
	background-color: #F2F2F2;
}
.productView .p_top,.productView .p_bottom{
	margin-bottom:20px;
	background-color: #fff;
	padding:0;
}

.productView .container-fluid {
	max-width: 1600px;
	margin:20px auto;
}
.productView .imgBox .gallery-top{		
	min-height:400px;
	/*width:400px;*/
}
.productView .imgBox .gallery-thumbs{
	height:200px;
}
@media screen and (max-width:768px) and (max-min:500px) {
	.productView .imgBox .gallery-top{
		height:500px;	
	}
	.productView .imgBox .gallery-thumbs{
		height:150px;
	}
}
@media screen and (max-width:500px)  {
	.productView .imgBox .gallery-top{
		height:250px;	
	}
	.productView .imgBox .gallery-thumbs{
		height:100px;
	}
}
.productView .col-md-6{	
	padding-top:40px;
	padding-bottom:40px;
}
.productView .pTxt{
	height:100%;
}
.productView .swiper-container {
	width: 100%;	
	margin-left: auto;
	margin-right: auto;
}

.productView .swiper-slide {
	background-size: cover;
	background-position: center;
}

.productView .gallery-top {	
	width: 100%;	
}

.productView .gallery-thumbs {	
	box-sizing: border-box;
	padding: 10px 0;
}

.productView .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.productView .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.productView .p_title{
	font-weight: bold;
	white-space: normal;
	text-align: left;
	color: #262626;
	font-size:22px;
	margin-bottom:20px;
}
.productView .p_description{
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
}
.productView .linkUs {
	padding:40px 0;
}
.productView .linkUs span{
	margin-bottom: 10px;
	background: #b5252e;
	padding: 0.6vw 3vw;
	border-radius: 0px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #b5252e;
	transition: all .36s ease;
	display: inline-block;	
}
.productView .p_bottom .col-md-12,.productView .p_bottom .p_bottom_title{
	background-color: #fff;
}
.productView .p_bottom .p_bottom_title span{
	line-height: 70px;
	height:70px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color:#fff;
	display: inline-block;	
	background: #b5252e;
	border-bottom: 2px solid #f60;
	width: calc((100% - 4px)/3);
}
.productView .p_bottom .content{
	padding: 30px 35px 20px;
}
.paginationClick{
	display: flex;
	justify-content: space-between;
	padding:40px 20px;
}
 .paginationClick>div{
	width: 50%;
}
 .paginationClick .net{
	text-align: right;
}

/* 新闻 */
.newsList .item{
	display: flex;
	padding: 30px;
	border-bottom: 1px solid #DDD;
	background: #fff;
	margin-bottom: 20px;
}
.newsList .item .content{
	display: flex;
	width: calc( 100% - 165px );
}
.newsList .item .leftTime{
	width: 100px;
	position: relative;
}
.newsList .item .leftTime .newTime{
	display: block;
	color: #999;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0 30px;
	transition: all .5s ease;
}
.newsList .item .leftTime .newIcon{
	padding: 6px 11px;
	border: 1px solid transparent;
	transition: all .5s ease;
	color: #ccc;
}
.newsList .item .rightC{
	padding: 0 30px 0 60px;
	position: relative;
	width: calc( 100% - 100px);
	transition: all .5s ease;
}

.newsList .item .rightC::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    display: block;
    width: 40px;
    height: 1px;
    background: #aaa;
    transition: all .5s ease;
}
.newsList .item .rightC .newTitle {
    margin-bottom: 10px;
}
.newsList .item .rightC .newTitle .newTitleLink {
	transition: all .5s ease;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList .item:hover .newTitle .newTitleLink{
	 color: #b5252e;
}


.newsList .item .rightC .newMs {
	line-height: 24px;
	height: 48px;
	font-size:14px;
	overflow: hidden;
	color: #999;
	transition: 600ms;
}

.newsList .item .newPicBox {
    width: 165px;
    height: 110px;
}
.newsList .item .newPicBox .newPicLink{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.newsList .item .newPicBox .newPicLink .newPic{
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all .5s ease;	
}
.newsList .item .newPicBox:hover .newPic {
	transform: scale(1.1);
}
.newsList .item:hover .rightC::before {
        width: 60px;
}

.newsList .item:hover .rightC {
        padding-left: 80px;
}

.newsList .item:hover .newTime {
        color: #333;
}

.newsList .item:hover .newIcon {
        border-color: #b5252e;
        margin-top: 10px;
        background: #b5252e;
}
/* 新闻详情 */
.newsView{
	margin:30px auto;
}
.newsView .news_title{
	border-bottom: 1px solid #d9d9d9;
	font-size: 26px;
	text-align: center;
	padding:30px 0;
}
.newsView .news_tips{
	padding: 20px 0;
}
.newsView .news_tips span{
	margin-right:20px;
}
.newsView .paginationClick{
	padding:40px 0;
}

/* 在线留言 */

.message .messageBox{
	padding:40px 0;
	background-color: rgba(248, 248, 248, 1);
}
.m_titleBox{	
	text-align: center;
}
 .m_titleBox .m_title{
	color:#333333;
	font-size:32px;
}


.m_titleBox .s_title{
	color: #cccccc;
	font-size:20px;
}
.m_titleBox .lineBox .line{
	background-color: rgba(51, 51, 51, 1);	
	width: 50px;
	height:4px;
	display: inline-block;
}

.message .row{
	padding:0 40px;
}
.message .row textarea{
	width:100%;
	border:0;
	background-color: #fff;	
	margin:40px 0;
	outline: none;
	padding:3px 3px 3px 10px;
}
.message .row input{
	width:100%;
	height:42px;
	border:0;
	background-color: #fff;	
	margin-bottom:40px;
	outline: none;
	padding:3px 3px 3px 10px;
}
.message .row button{
	width:100%;
	height:42px;
	background-color: #333;
	color:#fff;
	outline: none;
	
}

@media screen and (max-width:400px){
	.m_titleBox .m_title{
		font-size: 20px;
	}
	 .m_titleBox .s_title{
		color: #cccccc;
		font-size:16px;
	}
}


/* 联系我们 */
.contact .contactBox{
	padding:40px 0;
	background-color: rgba(248, 248, 248, 1);
}
.contact .m_title{
	margin-bottom:20px;
}
/*.contact .s_title{*/
/*	color:#707070;*/
/*	font-size:14px;*/
/*}*/
.contact .m_titleBox .line{
	background-color: rgba(153, 153, 153, 1);
}
.contact .c_content{
    padding:20px;
}