@charset "utf-8";

/*首页视频*/
.in_banner.swiper-container {
	width: 100%;
}
.in_banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.in_banner .swiper-slide img{
	width: 100%;
}
.in_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.in_banner .swiper-pagination-bullet {
	width: 20px;
	height: 5px;
	opacity: 1;
	border-radius: 0;
	background-color: #fff;
}

.in_banner .swiper-pagination-bullet-active {
	background-color: #c01920;
	
}
.in_banner .swiper-container-horizontal>.swiper-pagination-bullets,.in_banner .swiper-pagination-custom,.in_banner .swiper-pagination-fraction{
	bottom: 15px;
}
.banner-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}

.banner-box em{
	display: block;
	position: absolute;
	width: 93px;
	height: 86px;
	left: 50%;
	margin-left: -46.5px;
	bottom: 15%;
	
}
.banner-box em img{
	animation: ghostUpdown 1s infinite alternate;
    -webkit-animation: ghostUpdown 1s infinite alternate;
}
 @keyframes ghostUpdown {
    from {
        margin-top: 50px;
    }
    to {
        margin-top: 30px;
    }
}     
@-webkit-keyframes ghostUpdown {
    from {
        margin-top: 50px;
    }
    to {
        margin-top: 30px;
    }
}
.banner-box img{
	margin: 0 auto;
}


/*首页关于我们*/
.cont1-c li{
	float: left;
	width: 24.1%;
	margin-right: 1.2%;
	position: relative;
	overflow: hidden;
}
.cont1-c li:last-child{
	margin-right: 0;
}
.cont1-c li>img{
	width: 100%;
	height: auto;
}
.cont1-c strong{
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(192,25,32,0.8);
	z-index: 2;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1-c li div{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont1-box{
	margin-top: 40px;
}
.cont1-txt p{
	text-align: center;
	font-size: 17px;
	color: #7d7d7d;
	line-height: 30px;
}
.cont1-c{
	margin-top: 30px;
}
.cont1-c li div i{
	display: block;
	margin-top: 15%;
}
.cont1-c li div i img{
	margin: 0 auto;
}
.cont1-c li div span{
	display: block;
	text-align: center;
	color: #fff;
	margin: 5px 0;
	text-transform: uppercase;
}
.cont1-c li div h4{
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.cont1-c li div em{
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto;
	opacity: 0.6;
	margin-top: 10px;
}
.cont1-c li div a{
	position: absolute;
	background-color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 12px;
	width: 82px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #c01920;
	box-shadow: 0 0 10px rgba(151,117,80,0.6);
	bottom: -10px;
	left: 50%;
	margin-left: -41px;
	opacity: 0;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont1-c li:hover div a{
	opacity: 1;
	bottom: 5px;
}
.cont1-c li:hover div{
	background-color: transparent;
	/*background-color: rgba(192,25,32,0.8);*/
}
.cont1-c li:hover strong{
	right: 0;
}

/* 董事长寄语 */
.cont2{
	border-top: 1px solid #d4d4d4;
	padding-top: 80px;
	margin-top: 80px;
}
.cont2 .chair-left{
	width: 62%;
}
.cont2 .chair-left .c-title{
	background:url(../img/jy.png) no-repeat left center;
	padding-left: 85px;
	line-height: 77px;
	font-size: 27px;
	color:#be2227;
	font-weight: bold;
}
.cont2 .chair-left .chair-text{
	line-height: 42px;
	color:#333;
	margin-top: 6%;
	font-size: 16px;
	text-align: justify;
}
.cont2 .chair-left .chair-text p{
	text-indent: 2em;
}
.cont2 .chair-right{
	width: 32%;
	position: relative;
}
.cont2 .chair-right .chair-img{
	width: 77%;
	border:1px solid #f3f3f3;
}
.cont2 .chair-right .chair-img img{
	width: 100%;
	height: auto;
}
.cont2 .chair-right .chair-des{
	width: 170px;
	padding:10px 15px;
	background:#be2227;
	border-radius: 5px;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 40px;
	right:0;
}
/*品牌介绍*/
.cont3{
	background:#f7f7f7;
	margin-top: 80px;
}
.cont3-box{
	background-color: #ebe9d9;
	position: relative;
}
.cont3-c-l-box{
	width: 82%;
	float: left;
}
.cont3-c-l .cont3-c-l-m{
	width: 54%;
	position: relative;
	float: left;
}
.cont3-c-l .cont3-c-l-m>img{
	width: 100%;
	box-sizing: border-box;
	padding-left: 21px;
	height: auto;
	opacity: 0;
}
.cont3-c-l.ac .cont3-c-l-m>img{
	opacity: 1;
}
.cont3-c-l.active .cont3-c-l-m>img{
	-webkit-animation: bounceIn2 0.8s ease-in-out;
	animation: bounceIn2 0.8s ease-in-out;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes bounceIn2 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn2 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
.cont3-c-l .cont3-c-l-m i{
	display: block;
	width: 170px;
	height: 148px;
	position: absolute;
	left: 0;
	bottom: -22px;
}
.cont3-c-l .cont3-c-l-m i img{
	width: 100%;
	height: 100%;
}
.cont3-c-l-t{
	float: left;
	width: 46%;
	position: relative;
	box-sizing: border-box;
	padding-left: 80px;
}
.cont3-c-l-t i{
	display: block;
	width: 70px;
	height: 1px;
	background-color: #b0aa72;
	position: absolute;
	left: 0;
	top: 40px;
}
.cont3-c-l-t h4{
	font-size: 26px;
	color: #b0aa72;
	font-weight: bold;
	margin-top: 20px
}
.cont3-c-l-t em{
	display: block;
	font-size: 20px;
	color: #b0aa72;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 30px
}
.cont3-c-l-t p{
	font-size: 17px;
	color: #333;
	line-height: 36px;
	margin-bottom: 10px;
}
.cont3-c-l-t a{
	font-size: 20px;
	color: #fff;
}
.cont3-wz img{
	width: 100%;
	height: auto;
}
.cont3-wz{
	margin-top: 150px;
}
.cont3 .title{
	padding: 80px 0 60px;
}
.cont3-wz{
	position: relative;
}
.cont3-wz-box{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.cont3-wz-box div{
	position: relative;
	height: 100%;
}
.cont3-wz ul{
	width: 72%;
	height: 100%;
}
.cont3-wz ul li{
	float: left;
	width: 25%;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: url(../img/bro.png) no-repeat right center;
}
.cont3-wz ul li:last-child{
	background-image: none;
}
.cont3-wz ul li span{
	display: block;
	text-align: center;
	font-size: 42px;
	color: #fff;
	font-weight: 100;
	width: 100%;
}
.cont3-wz ul li em{
	display: block;
	text-align: center;
	font-size: 17px;
	color: #fff;
	width: 100%;
}
.cont3-c-box{
	position: relative;
	padding: 75px 0;
}
.cont3-c-r{
	width: 15%;
	height: 100%;
	position: absolute;
	right: 0;
	top: -215px;
	border-left: 2px solid #e9e8e3;
	border-right: 2px solid #e9e8e3;
	padding-top: 215px;
	padding-bottom: 150px;
	background-color: #f7f7f7;
	z-index: 3;
}
.cont3-c-r .swiper-container{
	height: 100%;
}
.cont3-c-r .swiper-slide{
	border-top: 2px solid #e9e8e3;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.cont3-c-r .swiper-slide strong{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	font-family: impact;
	font-size: 120px;
	color: #d9cbbd;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.15;
}
.cont3-c-r .swiper-slide div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	color: #c8c6b3;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cont3-c-r .swiper-slide div span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.cont3-c-r .swiper-slide div em{
	display: block;
	font-size: 15px;
	font-weight: 100;
	line-height: 20px;
}
.cont3-c-r .swiper-button-next,.cont3-c-r .swiper-button-prev {
    position: absolute;
    top: initial;
    width: 27px;
    height: 44px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.cont3-c-r .swiper-button-prev,.cont3-c-r .swiper-container-rtl .swiper-button-next{
	width: 100%;
	height: 215px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/top.png) no-repeat center center;
	background-size: auto;
}
.cont3-c-r .swiper-button-next,.cont3-c-r .swiper-container-rtl .swiper-button-prev{
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/bottom.png) no-repeat center center #ebe9d9;
	background-size: auto;
}
.cont3_white{
	width: 12%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	background-color: #fff;
}
.cont3-c-r .swiper-button-next:hover,.cont3-c-r .swiper-button-prev:hover{
	background-color: #d9cbbd;
}
.cont3-c-r .swiper-slide.ac,.cont3-c-r .swiper-slide:hover{
	background-color: #c01920;
	border-color: #c01920;
}
.cont3-c-r .swiper-slide.ac strong{
	color: #fff;
}
.cont3-c-r .swiper-slide.ac  div{
	color: #fff;
}
/*特色产品*/
.cont4{
	padding: 80px 0;
}
.cont4-tab ul{
	width: 800px;
	margin: 40px auto 0;
}
.cont4-tab li{
	float: left;
	width: 160px;
	background: url(../img/dd.png) no-repeat right center;
}
.cont4-tab li:last-child{
	background-image: none;
}
.cont4-tab li a{
	display: block;
	width: 110px;
	line-height: 32px;
	font-size: 17px;
	color: #6d6c6c;
	text-align: center;
	margin: 0 auto;
}
.cont4-tab li:hover a,.cont4-tab li.active a{
	background-color: #c01920;
	color: #fff;
	border-radius: 50px;
}

/* 产品展示样式修改 */
.cont4-c-box .pro-list-left{
	width: 31.5%;
}
.cont4-c-box .pro-list-left dl,
.cont4-c-box .pro-list-right .pro-r-top,
.pro-r-bottom .pro-r-list,
.pro-r-bottom li dl{
	position: relative;
}
.cont4-c-box .pro-list-left dl dt,
.cont4-c-box .pro-list-right .pro-r-top .pro-r-img,
.pro-r-bottom .pro-r-list dt,
.pro-r-bottom li dl dt{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cont4-c-box .pro-list-left dl dt img,
.cont4-c-box .pro-list-right .pro-r-top .pro-r-img img,
.pro-r-bottom .pro-r-list dt img,
.pro-r-bottom li dl dt img{
	width: 100%;
	height: auto;
	transition: .4s;
}
.cont4-c-box .pro-list-left dl:hover dt img,
.cont4-c-box .pro-list-right .pro-r-top:hover .pro-r-img img,
.pro-r-bottom .pro-r-list:hover dt img,
.pro-r-bottom li dl:hover dt img{
	transform: scale(1.05);
}
.cont4-c-box .pro-list-left dl dd,
.cont4-c-box .pro-list-right .pro-r-top .pro-r-text,
.pro-r-bottom .pro-r-list dd,
.pro-r-bottom li dl dd{
	position: absolute;
	top: 20px;
	left: 20px;
	background:rgba(0,0,0,0.6);
	padding:10px 20px;
	font-size: 18px;
	color:#fff;
	border-left: 6px solid #c01920;
}
.cont4-c-box .pro-list-left dl:last-child{
	margin-top: 3%;
}

.cont4-c-box .pro-list-right{
	width: 67.6%;
}
.cont4-c-box .pro-list-right .pro-r-bottom{
	margin-top: 1.65%;
}
.pro-r-bottom .pro-r-list{
	width: 49.2%;
	float: left;
}
.pro-r-bottom li{
	width: 49.2%;
	float: right;
}
.cont4-c-box .pro-list-right li dl:last-child{
	margin-top: 3.6%;
}
.cont4-c-box .pro-list-right li dl:last-child dd{
	background:none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding:0;
	border:none;
	display: flex;
    align-items: center;
    text-align: center;
}
.cont4-c-box .pro-list-right li dl:last-child dd>div{
	width: 100%;
}
.cont4-c-box .pro-list-right li dl:last-child dd img{
	display: inline-block;
}


/*最新资讯*/
.cont5{
	background-color: #ebe9d9;
	padding: 80px 0 70px;
}
.cont5 .title{
	margin-bottom: 55px;
}
.cont5-box li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	position: relative;
}
.cont5-box li:last-child{
	margin-right: 0;
}
.cont5-box li img{
	width: 100%;
	height: auto;
}
.cont5-box li a{
	overflow: hidden;
	display: block;
	position: relative;
}
.cont5-box li a div{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	padding: 15px 8%;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont5-box li:hover a div{
	background-color: rgba(158,148,72,0.75);
}
.cont5-box li a div h4{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.cont5-box li a div p{
	font-size: 14px;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 0;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont5-box li:hover a div p{
	height: 22px;
}
.cont5-box .time{
	position: absolute;
	background-color: #fff;
	top: -15px;
	left: 20px;
	width: 90px;
	height: 110px;
	z-index: 3;
	color: #9c9c9c;
	overflow: hidden;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont5-box li:hover .time{
	color: #fff;
	background-color: #c01920;
}
.cont5-box .time h5{
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
	margin-top: 45px;
}
.cont5-box .time em{
	display: block;
	font-size: 16px;
	text-align: right;
	padding-right: 10px;
}
.cont5 .btn{
	display: block;
	text-align: center;
	border: 1px solid #c01920;
	border-radius: 50px;
	color: #c01920;
	line-height: 45px;
	text-transform: uppercase;
	width: 250px;
	height: 45px;
	margin: 60px auto 0;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont5 .btn:hover{
	background-color: #fff;
	color: #c01920;
	border-color: #fff;
}
.else{
	/* background-color: #fff; */
	padding: 30px 0;
}
.else-box a{
	display: block;
	width: 100%;
}
.else-box .swiper-slide{
	text-align: center;
}
.else-box .case-img{
	width: 100%;
}
.else-box .case-img img{
	width: 50%;
    vertical-align: middle;
    display: inline-block;
}
.else-box .case-text{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color:#c01920;
	font-weight: lighter;
	margin-top: 10px;
}

/*banner*/
.banner{
	padding-top: 120px;
}
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #c01920;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 15px;
}

/*内容*/
.main{
	overflow: hidden;
	min-width: 1200px;
	min-height: 600px;
}
.about{
	/*max-height: 1500px;
	overflow-y: scroll;*/
}
.about table{
	width: 60% !important;
	margin: 30px auto 20px;
}
.about table tr td{
	border: 1px solid #ddd !important;
	line-height: 40px;
	text-align: center
}
.about table tr td p,.about table tr td p span{
	line-height: 40px !important;
	text-align: center;
	font-size: 16px !important;
	color: #333 !important;
}
.about p{
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	color: #333;
}
.about img{
	max-width: 100%;
	margin: 10px auto;
}
.news-list li{
	border: 0;
    box-shadow: 5px 4px 32px 0px rgba(0, 0, 0, 0.1);
    padding: 2%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 40px;
}
.news-list li>a{
	float: left;
	display: block;
	overflow: hidden;
	width: 30%;
}
.news-list li>a img{
	width: 100%;
	height: auto;
	transition: all 0.36s ease;
}
.news-list li:hover>a img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.news-list li div{
	float: right;
	width: 67%;
}
.news-list li div h4{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 2%;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-list li div h4 a{
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.news-list li div p{
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 13px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #666;
}
.news-list li div em{
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.news-list li:hover div h4{
	margin-top: 1%;
}
.news-list li:hover div h4 a{
	color: #c01920;
}
/*新闻详情*/
.news-xq-tit h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
}
.news-xq-c img{
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}
.news-xq-c{
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.news-xq .turn{
	width: 100%;
	background-color: #f5f5f5;
}
.news-xq .turn li{
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.news-xq .turn li a{
	font-size: 14px;
	color: #333;
	display: block;
	line-height: 50px;
}
.news-xq .turn li:hover{
	background-color: #c01920;
}
.news-xq .turn li:hover a{
	color: #fff;
}
.news-xq .turn li:nth-child(1){
	float: left;
	text-align: left;
	border-right: 1px solid #ddd;
}
.news-xq .turn li:nth-child(2){
	float: right;
	text-align: right;
}
/*门店通讯*/
.store-list h4{
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.store-list table{
	width: 100%;
}
.store-list table th{
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #c01920;
	border: 1px solid #ddd;
}
.store-list table td{
	border: 1px solid #ddd;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.store-list table td a{
	display: block;
	line-break: 40px;
	text-align: left;
	padding-left: 60px;
	color: #333;
	background: url(../img/lx2.png) no-repeat 30px center;
	background-size: 20px auto;
}
.ppjs-tit{
	margin-top: 20px;
	margin-bottom: 40px;
}
.ppjs-tit h4{
	font-size: 30px;
	color: #333;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px dashed #ddd;
}
/*菜品展示*/
.product-box{
	/* width: 84%; */
	width: 1200px;
	margin: 40px auto;
}
.product-list a{
	float: left;
    position: relative;
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.product-list a:nth-child(4n){
	margin-right: 0;
}
.product-list a img{
	width: 100%;
	height: auto;
}
.product-list a div {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -60px;
    height: 110px;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.product-list a div h4 {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-list a div span {
    display: block;
    border: 2px #fff solid;
    width: 140px;
    height: 38px;
    line-height: 34px;
    font-weight: normal;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.product-list a:hover div{
	background-color: rgba(220,0,0,0.4);
	bottom: 0;
}
/*品牌介绍*/
.ppjs2-box li{
	background-color: #f1f1f1;
	padding: 3%;
	margin-bottom: 40px;
	position: relative;
}
.ppjs2-box li .ppjs2_log{
	width: 100px;
    height: 100px;
    position: absolute;
    top: 14%;
    left: 4%;
    opacity: 0.8;
}
.ppjs2-box li i{
	float: left;
    width: 40%;
    overflow: hidden;
}
.ppjs2-box li i img{
	width: 100%;
	height: auto;
	webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ppjs2-box li:hover i img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.ppjs2-box li div{
	float: right;
	width: 57%;
}
.ppjs2-box li div h4{
	font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    margin-top: 10px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ppjs2-box li:hover div h4{
	margin-top: 0;
	color: #c01920;
}
.ppjs2-box li div p{
	font-size: 16px;
    color: #666;
    line-height: 30px;
    /* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden; */
}
.ppjs2-box li div a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
	background-color: #c01920;
	webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.ppjs2-box li:hover div a{
	/* opacity: 1; */
}
.cont3-c-l-t p{
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

/*公司简介*/
.about h4{
	text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    color: #333;
}
.about1{
	width: 84%;
	margin: 0 auto;
}
.about1 img{
	width: 100%;
	margin-bottom: 20px;
}
.about1 p{
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.about2{
	/* width: 84%; */
	width: 1200px;
	margin: 0 auto;
}
.about2 ul{
	width: 100%;
	margin: 60px auto;
	border-left: 1px solid #c9c9c9;
}
.about2 li{
	margin-left: -20px;
	margin-bottom: 60px;
}
.about2 li i{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 80px;
	text-align: center;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	font-size: 24px;
	color: #c9c9c9;
	font-weight: bold;
}
.about2 li .case-cont{
	width: 90%;
	margin-left: 40px;
}
.about2 li .case-cont h2 a{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.about2 li .case-cont h2:hover a{
	color: #c01920;
	text-decoration: underline;
}
.about2 li .case-cont div p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: left;
}
.about2 li .case-cont div>a{
	display: block;
	float: right;
	font-size: 12px;
	color: #999;
	margin-top: 50px;
	padding-left: 20px;
	background: url(../img/case/xq.png) no-repeat left center;
}
.about2 li .case-cont div>a:hover{
	color: #fd7e1d;
	background-image: url(../img/case/xqs.png);
}
.about2 li .case-cont div{
	width: 66%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.about2 li:hover .case-cont div{
	margin-left: 10px;
}
.about2 li .case-cont>a{
	display: block;
	width: 30%;
	height: auto;
}
.about2 li .case-cont>a img{
	width: 100%;
	height: 100%;
}
.about3{
	/* padding: 50px 8%; */
	padding: 50px;
	background-color: #f6f6f6;
}
.about3 .about3-l{
	float: left;
	width: 50%;
}
.about3 .about3-l iframe{
	display: block;
	width: 100%;
	height: 400px;
}
.about3 .about3-r{
	width: 47%;
	float: right;
}
.about3 .about3-r p{
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px;
	color: #666;
}
.about3 .about3-r em{
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}
.about4{
	/* width: 84%; */
	width: 1200px;
	margin:  0 auto;
}
.about4 li{
	float: left;
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 30px;
}
.about4 li img{
	width: 100%;
	height: auto;
}
.about4 li:nth-child(4n){
	margin-right: 0;
}
.about4 li span{
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.about-cc>div{
	margin-bottom: 52px;
}
.news-box{
	/* width: 84%; */
	width: 1200px;
	margin: 0 auto;
}
.news-bg{
	background-color: #f6f6f6;
	overflow: hidden;
}
.news-xq{
	/* width: 84%; */
	width: 1200px;
	margin: 40px auto;
	background-color: #fff;
	/* padding: 80px 0; */
	box-sizing: border-box;
}
.news-xq-tit{
	position: relative;
}
.bdsharebuttonbox{
	position: absolute;
	left: 20px;
	bottom: 10px;
}
.Investment{
	width: 84%;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.inBanner img{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.Investment .box2 h2 {
    font-size: 36px;
    text-align: center;
    color: #333;
}
.Investment .box2 ul {
    text-align: center;
    margin-top: 40px;
}
.Investment .box2 ul li {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0px 3%;
}
.Investment .box2 ul li h3 {
    color: #3a3a3a;
    font-size: 20px;
    margin-bottom: 10px;
}
.Investment .box2 .description {
    color: #797979;
    font-size: 16px;
    line-height: 30px;
}
.Investment .box2 {
    background: #f6f6f6;
    padding-bottom: 80px;
}
.Investment .box3 {
    padding-top: 60px;
}
.Investment .box3 h2 {
    font-size: 36px;
    text-align: center;
}
.Investment .box3 ul {
    border-top: 1px solid #dcdcdc;
    margin-top: 35px;
    width: 100%;
    padding-left: 10%;
}
.Investment .box3 li {
    width: 20%;
    float: left;
    height: 500px;
    padding: 35px 2%;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border-left: 1px solid #ddd;
}
.Investment .box3 li:first-child{
	border: none;
}
.Investment .box3 li .icon {
    height: 134px;
    width: 134px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid #d31b03;
    margin: 0 auto 18px;
    background: url(../img/t1.png) no-repeat center center;
}
.Investment .box3 li:nth-child(2) .icon{
	background-image: url(../img/t2.png);
}
.Investment .box3 li:nth-child(3) .icon{
	background-image: url(../img/t3.png);
}
.Investment .box3 li:nth-child(4) .icon{
	background-image: url(../img/t4.png);
}
.Investment .box3 li .title:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 1px;
    background: #ccc;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Investment .box3 li .icon i {
    position: absolute;
    font-size: 52px;
    text-align: center;
    line-height: 134px;
    width: 100%;
    color: #d31b03;
}
._iconfont {
    font-family: iconfont;
    font-style: initial;
}
.Investment .box3 li .title {
    text-align: center;
    color: #3a3a3a;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.Investment .box3 .description {
    color: #797979;
    font-size: 16px;
    height: 105px;
    overflow: hidden;
}
.Investment .box3 .num {
    color: #ddd;
    font-size: 36px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Investment .box3 li:hover{
	border: 1px solid #d31b03;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	 -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    border-radius: 10px;
}
.Investment .box3 li:hover .num{
	color: #b31808;
}
.Investment .box3 li{
	cursor: pointer;
}
.Investment .box4 {
	/*margin: 50px auto 80px;
    background: #f6f6f6;
    padding: 20px;*/
}
.box4-dd{
	position: relative;
}
.box4-dd .swiper-slide{
	position: relative;
}
.box4-dd .swiper-slide .box4-r{
	width: 50%;
	float: right;
}
.box4-dd .swiper-slide .box4-r img{
	width: 100%;
	height: auto;
}
.box4-dd .swiper-slide .box4-l{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 30px;
}
.box4-dd .swiper-slide .box4-l h4{
    color: #3a3a3a;
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 50px;
}
.box4-dd .swiper-slide .box4-l p{
	color: #797979;
    font-size: 16px;
    line-height: 30px;
}
.box4-dd .swiper-button-next,.box4-dd .swiper-button-prev {
    position: absolute;
    top: initial;
    bottom: 0;
    width: 150px;
    height: 90px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    color: #333;
    font-size: 25px;
    background-color: #ddd;
    text-align: center;
    line-height: 90px;
}
.box4-dd .swiper-button-prev,.box4-dd .swiper-container-rtl .swiper-button-next{
	background-image: none;
	left: inherit;
	right: 50%;
	margin-right: -150px;
}
.box4-dd .swiper-button-next,.box4-dd .swiper-container-rtl .swiper-button-prev{
	background-image: none;
	left: 50%;
	margin-left: -150px;
}
.box4-dd .swiper-button-next:hover,.box4-dd .swiper-button-prev:hover{
	background-color: #c01920;
	color: #fff;
}
.Investment .box5 {
    margin-bottom: 80px;
}
.Investment .box5 .Cooperation {
    background: url(../img/bgbg.jpg) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding: 75px 0;
}
.Investment .box5 .Cooperation h2 {
    font-size: 36px;
    margin-bottom: 10px;
}
.Investment .box5 .Cooperation p {
    font-size: 24px;
    margin-bottom: 25px;
}
.Investment .box5 .qr {
    text-align: center;
    margin-bottom: 15px;
}
.Investment .box5 .qr img {
    margin: 0 auto;
    width: 150px;
}
.Investment .box5 .qr span {
    font-size: 16px;
}
.Investment .box5 .CooperativeTelephone h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.Investment .box5 .CooperativeTelephone a {
    background: #fff;
    color: #db261d;
    width: 500px;
    display: inline-block;
    line-height: 66px;
    font-size: 36px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font-weight: 700;
}
.ppjs-c4 img{
	width: 100%;
	height: auto;
	min-width: 1200px;
}
.ppjs-c1{
	width: 84%;
	margin: 40px auto 0;
}
.ppjs-c1 img{
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.ppjs-c1 p{
	text-align: center;
	font-size: 16px;
	text-align: center;
	color: #666;
	line-height: 30px;
}
.ppjs-box h4{
	font-size: 32px;
    text-align: center;
    font-family: "宋体";
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
    line-height: 60px;
    border-bottom: 1px solid #eee;
}
.ppjs-c2{
	width: 84%;
	margin: 60px auto 0;
}
.ppjs-c2 li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.ppjs-c2 li:nth-child(2n){
	margin-right: 0;
}
.ppjs-c2 li img{
	width: 100%;
	height: auto;
}
.ppjs-c3{
	width: 84%;
	margin: 0 auto 60px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #f6f6f6;
}
.ppjs-c3 li{
	float: left;
	width: 23%;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-right: 2.666%;
}
.ppjs-c3 li:last-child{
	margin-right: 0;
}
.ppjs-c3 li img{
	width: 100%;
	height: auto;
}
.brand-c a div{
	display: block;
	width: 30%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 50px;
}
.brand-c a div h5{
    color: #3a3a3a;
    font-size: 26px;
    margin-bottom: 26px;
    margin-top: 31px;
}
.brand-c a div p{
	color: #797979;
    font-size: 15px;
    line-height: 28px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.brand-c a i{
	float: right;
	width: 70%;
	background-color: #000;
}
.brand-c a i img{
	width: 100%;
	height: auto;
}
.brand-c a{
	display: block;
	height: 100%;
	background-color: #f6f6f6;
	margin-bottom: 30px;
	position: relative;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.brand-c a:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
	-moz-transform: translate3d(0,-8px,0);
	-ms-transform: translate3d(0,-8px,0);
}
.box4 h2{
	margin-bottom: 40px;
	margin-top: 60px;
	font-size: 36px;
    text-align: center;
    color: #333;
}


/* 联系我们 */
.flex{
	display: flex;
	justify-content: space-around;
}
.about-sxy{
	padding:50px 0;
}
.contact-box{
	padding:0 0 50px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.contact-box dl{
	width: 30%;
	overflow: hidden;
}
.contact-box dl dt{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background:#c01920;
	text-align: center;
	line-height: 50px;
	float: left;
	margin-top: 9px;
}
.contact-box dl:first-child dt .iconfont{
	font-size: 34px;
}
.contact-box dl dt .iconfont{
	color:#fff;
	font-size: 28px;
}
.contact-box dl dd{
	width: 83%;
	float: left;
	text-transform: capitalize;
	font-size: 18px;
	color:#333;
	margin-left: 3%;
}
.contact-box dl dd p{
	font-weight: normal;
	font-weight: bold;
	margin-top: 5px;
	font-size: 20px;
}


.message-box{
	width: 70%;
}
.message-box h5{
	font-size: 26px;
    color: #333;
    font-weight: normal;
	margin-bottom: 20px;
}
.message-box em{
	color: #737373;
    margin-left: 5px;
}
.message-box span{
	font-size: 16px;
    color: #737373;
}

.message-box li{
	width: 47.5%;
	float: left;
	margin-right: 5%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	margin-top: 15px;
}
.message-box li:nth-child(2n){
	margin-right:0;
}
.message-box li label{
	font-size: 15px;
	color:#333;
}
.message-box li input,
.message-box li textarea{
	width: 85%;
	float: right;
	height: 50px;
	line-height: 50px;
}
.message-box li input::placeholder,
.message-box li textarea::placeholder{
	color:#bbbbbb;
}
.message-box .btn{
	width: 150px;
	line-height: 50px;
	background:#c01920;
	height: 50px;
	font-size: 16px;
	text-align: center;
	color:#fff;
	margin-top: 40px;
	border-radius: 50px;
	transition: .4s;
	cursor: pointer;
}
.message-box .btn:hover{
	background:#feb609;
}