@charset "utf-8";

.banner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
	height: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 30px;
}

.banner .swiper-pagination-bullet {
	width: 45px;
	height: 8px;
	opacity: 1;
	background-color: #fff;
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	background-color: #e75138;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 40px;
}

/* cont1 */
.cont1 {
	padding: 50px 0;
}

.cont1-list {
	margin-bottom: 30px;
}

.cont1-img {
	float: right;
	width: 45%;
}

.cont1-img img {
	width: 100%;
	height: auto;
}

.cont1-text {
	float: left;
	width: 55%;
	box-sizing: border-box;
	padding-right: 100px;
}

.cont1-text h4 {
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.cont1-text h4 em {
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 10px;
}

.cont1-text span {
	font-size: 16px;
	display: block;
	color: #666;
	margin: 35px 0;
}

.cont1-text i {
	display: block;
	width: 140px;
	background-color: #999;
	height: 1px;
}

.cont1-text div {
	margin-top: 40px;
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.cont1-text a {
	display: block;
	width: 150px;
	line-height: 40px;
	background-color: #e75138;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	margin-top: 50px;
	text-align: center;
}

.cont1-list:nth-child(2) .cont1-img {
	float: right;
}

.cont1-list:nth-child(2) .cont1-text {
	float: left;
	padding: 0;
	padding-right: 100px;
}

/* 首页项目 */
.cont2-video {
	height: 520px;
	background: url(../img/video.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.cont2-video p {
	font-size: 36px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	top: 280px;
}

.cont2-list li {
	float: left;
	width: 33.333%;
	height: 340px;
	background-color: #9e2c31;
	box-sizing: border-box;
	padding: 0 5%;
	display: flex;
	align-content: center;
	flex-direction: column;
	justify-content: center;
}

.cont2-list li:nth-child(2) {
	background-color: #cfb169;
}

.cont2-list li:nth-child(3) {
	background-color: #e74c3c;
}

.cont2-list li h4 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	width: 100%;
}

.cont2-list li p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	width: 100%;
}

.cont2-list li div {
	margin: 25px 0;
}

.cont2-list li a {
	width: 100px;
	line-height: 30px;
	background-color: #fff;
	color: #333;
	display: block;
	font-size: 12px;
	text-align: center;
}

/* 首页优势 */
.cont3 {
	padding: 110px 0;
}

.cont3 li {
	width: 25%;
	float: left;
}

.cont3 li img {
	margin: 0 auto;
}

.cont3 li em {
	display: block;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color: #e75138;
	line-height: 55px;
	margin-top: 20px;
}

.cont3 li i {
	display: block;
	width: 80px;
	margin: 15px auto;
	height: 1px;
	background-color: #ddd;
}

.cont3 li p {
	text-align: center;
	font-size: 20px;
	color: #333;
}

/* 服务案例 */
.cont4 {
	padding: 70px 0 20px;
	background: url(../img/cont4_bg.jpg) no-repeat center;
	background-size: cover;
}

.title2 {
	margin-bottom: 75px;
}

.title2 h4 {
	font-size: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.title2 i {
	display: block;
	width: 150px;
	height: 1px;
	margin: 15px auto 0;
	background-color: #fff;
}

.cont4-list li {
	float: left;
	width: 28%;
	box-sizing: border-box;
	margin: 0 2.6666% 40px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.2);
}

.cont4-list li h5 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 15px;
}

.cont4-list li p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	height: 72px;
	overflow: hidden;
	text-align: justify;
}

/* 资质荣誉 */
.cont5 {
	padding: 90px 0 50px;
	background-color: #f7f7f7;
}

#certify {
	width: 100%;
	position: relative;
}

#certify .swiper-slide img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-radius: 5px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 107px;
	margin-top: -53.5px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/left.png);
	right: -60px;
	left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/right.png);
	left: -60px;
	right: auto;
}

#certify .swiper-slide {
	height: auto;
	width: 680px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

#certify .swiper-slide p {
	line-height: 65px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

#certify .swiper-container {
	padding-bottom: 30px;
}

#certify .swiper-slide-active p {
	display: block;
}

.cont5 .btn {
	width: 230px;
	display: block;
	text-align: center;
	line-height: 58px;
	background-color: #9e2c31;
	color: #fff;
	border-radius: 5px;
	margin: 40px auto 0;
}

/* cont6 */
.cont6 {
	padding: 60px 0;
	background-color: #fff;
}

.title {
	margin-bottom: 65px;
}

.title h4 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.title i {
	display: block;
	width: 62px;
	height: 1px;
	background-color: #ccc;
	margin: 15px auto;
}

.title p {
	text-align: center;
	font-size: 14px;
	color: #999;
}

.cont6-list a {
	float: left;
	width: 31%;
	margin-right: 3.5%;
}

.cont6-list a i {
	display: block;
	overflow: hidden;
}

.cont6-list a:last-child {
	margin-right: 0;
}

.cont6-list a i img {
	width: 100%;
	height: auto;
}

.cont6-list a h4 {
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 50px;
}

/*  */
.cont7 {
	padding: 100px 0;
}

.cont7-box .swiper-container {
	margin-left: -20px;
	padding: 40px 20px 50px;
}

.cont7-box a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 18px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}

.cont7-box a i {
	display: block;
}

.cont7-box a i img {
	width: 100%;
	height: auto;
}

.cont7-box a:last-child {
	margin-right: 0;
}

.cont7-box a em {
	display: block;
	font-size: 36px;
	color: #565656;
	line-height: 40px;
	margin-top: 20px;
}

.cont7-box a span {
	display: block;
	font-size: 12px;
	color: #b0b0b0;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	width: 45px;
	margin-bottom: 30px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}

.cont7-box a h4 {
	font-size: 16px;
	color: #454545;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cont7-box a p {
	font-size: 12px;
	color: #787878;
	line-height: 22px;
	margin-top: 15px;
	height: 44px;
	overflow: hidden;
	margin-bottom: 10px;
}

.cont7-box a:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	transform: translate3d(0, -8px, 0);
	-webkit-transform: translate3d(0, -30px, 0);
	-moz-transform: translate3d(0, -30px, 0);
	-ms-transform: translate3d(0, -30px, 0);
}

.cont7-box a:hover span {
	width: 100%;
}

.cont7-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.cont7-box .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background-color: #ccc;
}

.cont7-box .swiper-pagination-bullet-active {
	background-color: #d80100;
}

/* cont8 */
.cont8 {
	padding: 70px 0;
	background-color: #f7f7f7;
}

.cont8-list img {
	width: 100%;
	height: auto;
}

/* crumbs */
.crumbs {
	background-color: #f4f4f4;
	font-size: 16px;
	color: #666;
	line-height: 80px;
}

.crumbs a {
	color: #333;
}

.crumbs .sobtitle {
	float: right;
	padding-left: 18px;
	background: url(../img/dd.png) no-repeat left center;
	background-size: 12px auto;
}

.crumbs .tab {
	float: left;
}

.crumbs .tab a {
	height: 80px;
	line-height: 80px;
	display: block;
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
}

.crumbs .tab a.active,
.crumbs .tab a:hover {
	color: #e75138;
	font-weight: bold;
	border-bottom: 2px solid #e75138;
}

.contact-list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.contact-list li {
	width: 31%;
	background-color: #e75138;
	box-sizing: border-box;
	padding: 50px 0;
	text-align: center;
}

.contact-list li img {
	margin: 0 auto;
	width: 30px;
	height: auto;
}

.contact-list li em {
	display: block;
	font-size: 18px;
	color: #fff;
	margin: 15px 0;
}

.contact-list li span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

#allmap {
	width: 100%;
	height: 500px;
	margin-top: 30px;
}

.contact-ly {
	margin-top: 40px;
}

.contact-ly h2 {
	font-size: 30px;
	color: #e75138;
	margin-bottom: 30px;
}

.ly-box {
	padding: 50px;
	background-color: #ededed;
}

.ly-box li {
	position: relative;
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

.ly-box li:nth-child(2n) {
	float: right;
	margin-left: 0;
}

.ly-box li label {
	position: absolute;
	line-height: 46px;
	height: 46px;
	font-size: 14px;
	color: #666;
	left: -40px;
}

.ly-box li input {
	width: 100%;
	line-height: 46px;
	height: 46px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}

.ly-box li:last-child {
	width: 98%;
}

.ly-box li textarea {
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #666;
	resize: none;
}

.ly-box form>input {
	display: block;
	width: 184px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	background-color: #e75138;
	margin-left: 22px;
	margin-top: 10px;
}

.mains {
	margin-bottom: 40px;
}

/* 产品中心 */
.produdct-list {
	margin-top: 40px;
}

.produdct-list li {
	float: left;
	width: 32%;
	transition: all .4s;
	margin-right: 2%;
	margin-bottom: 25px;
}

.produdct-list li:hover {
	transform: translate3d(0, -12px, 0);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.produdct-list li:nth-child(3n) {
	margin-right: 0;
}

.produdct-list li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.produdct-list li a img {
	width: 100%;
	height: auto;
}

.produdct-list li a h4 {
	line-height: 70px;
	padding: 0 10px 0 20px;
	color: #fff;
	position: absolute;
	font-size: 16px;
	width: 100%;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	background-image: linear-gradient(to bottom, transparent, #000000);
}

/*新闻详情*/
.news-xq {
	margin-top: 40px;
}

.news-xq-tit h4 {
	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: #999;
	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: #666;
	line-height: 24px;
	margin-bottom: 10px;
}

.news-xq ul li a {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.news-xq-c img {
	max-width: 100%;
	margin: 0 auto;
}

.product-xq .news-xq-c {
	border: none;
}

.news-xq-c {
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.news-xq ul li:first-child {
	margin-bottom: 20px;
}

/* 新闻中心 */
.news-list {
	margin-top: 40px;
}

.news-list a {
	display: block;
	padding: 30px 20px;
	overflow: hidden;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.news-list a:hover {
	background-color: #f1f1f1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -6px, 0);
	-webkit-transform: translate3d(0, -6px, 0);
	-moz-transform: translate3d(0, -6px, 0);
	-ms-transform: translate3d(0, -6px, 0);
}

.news-list a .time {
	float: left;
	margin-top: 25px;
}

.news-list a .time em {
	font-size: 30px;
	font-weight: bold;
	color: #666;
	line-height: 28px;
	display: block;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

.news-list a:hover .time em {
	color: #a90101;
}

.news-list a .time i {
	display: block;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 40px;
	font-weight: lighter;
}

.news-list a .time span {
	display: block;
	width: 108px;
	text-align: center;
	border-top: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	line-height: 40px;
}

.news-list a .news-txt {
	float: left;
	width: 60%;
	margin-left: 3%;
	margin-top: 15px;
}

.news-list a .news-txt h4 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list a .news-txt p {
	margin-top: 15px;
	font-size: 12px;
	color: #666;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-list a>i {
	float: right;
	width: 260px;
	height: 140px;
}

.news-list a>i img {
	width: 100%;
	height: 100%;
}

/* 招商加盟 */
.box {
	min-height: 500px;
}

.jianshe {
	font-size: 20px;
	text-align: center;
	color: #666;
	text-align: center;
	margin-top: 50px;
}

.about-box {
	margin-top: 40px;
}

.about h4 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
	color: #333;
}

.about-txt p {
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	max-width: 80%;
	margin: 0 auto;
}

.about2 {
	min-height: 300px;
	background-color: #f4f4f4;
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 50px 0;
}

.about3-list a {
	float: left;
	width: 23%;
	margin-right: 0;
	margin-right: 2.666%;
	margin-bottom: 25px;
}

.about3-list a i {
	display: block;
	overflow: hidden;
}

.about3-list a img {
	width: 100%;
	height: auto;
}

.about3-list a span {
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 55px;
	background-color: #f4f4f4;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.about3-list a:hover span {
	background-color: #9e2c31;
	color: #fff;
}

.about3-list a:nth-child(4n) {
	margin-right: 0;
}

.about2-l {
	float: left;
	width: 45%;
}

.about2-r {
	float: right;
	width: 55%;
}

.about2-r img {
	width: 100%;
	height: auto;
}

.about2-l h5 {
	font-size: 36px;
	color: #3333;
	margin-bottom: 20px;
	color: #333;
}

.about2-l div {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

/* 修改 */
.md-box {
	margin-top: 40px;
}

.join-tj {
	margin-top: 50px;
	margin-bottom: 50px;
}

.join-tj .join-tj-l {
	float: left;
	width: 45%;
}

.join-tj .join-tj-l img {
	width: 100%;
	height: auto;
}

.join-tj .join-tj-r {
	float: right;
	width: 50%;
}

.jion3 {}

.jliucheng {
	color: #fff;
}

.jliucheng li {
	position: relative;
	width: 402px;
	margin-bottom: 60px;
	padding: 50px 45px;
	border-radius: 20px;
	line-height: 1;
	/* background: linear-gradient(to bottom right, #933835, #c4201b, #e35a55); */
	background-color: #e75138;
}

.jliucheng li i {
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin-left: -10px;
	margin-top: -20px;
	display: block;
	border-radius: 50%;
	background: #fff;
	/* box-shadow: 3px 2px 0px #fc8130; */
	color: #e75138;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.jliucheng li .cn {
	margin: 30px 0 20px 0;
	font-size: 28px;
}

.jliucheng li .en {
	font-size: 14px;
	text-transform: uppercase;
}

.jliucheng li .icong {
	position: absolute;
	right: 30px;
	top: 40px;
}
.jliucheng li .icong img{
	height: 72px;
	width: auto;
}
.jliucheng_txt {
	position: relative;
	padding-left: 20px;
	margin-bottom: 60px;
	font-size: 20px;
	line-height: 1.5;
}

.jliucheng_txt:after {
	display: block;
	content: ' ';
	width: 5px;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 0;
	background: #e75138;
	border-radius: 10px;
}

.jbox {}

.hd {
	padding: 40px 0;
	text-align: center;
	line-height: 1;
}

.hd .cn {
	margin-bottom: 20px;
    font-size: 50px;
    color: #333;
    font-weight: 600;
}

.hd .cn span {
	color: #e75138;
}

.hd .en {
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
}

.jliucheng li {
	float: left;
	width: 23%;
	margin-right: 2.666%;
	margin-bottom: 2.666%;
	box-sizing: border-box;
}

.jliucheng li:nth-child(4n) {
	margin-right: 0;
}
.comt{
		float: left;
		margin-top: 18px;
	}
	.comt a{
		float: left;
		line-height: 44px;
		padding: 0px 34px;
		color: #666;
		background-color:#ddd;
		margin-left: 20px;
		font-size: 14px;
	}
	.comt a:hover,.comt a.active{
		background-color:#e75138;
		color: #fff;
	}
	/* 特色菜品 */
	.cpzs-c-list{
	    display: grid;
	    grid-template-columns: repeat(3,1fr);
	    grid-gap: 25px 25px;
		margin-top: 40px;
	}
	.cpzs-c-list dl{
	    position: relative;
	    overflow: hidden;
	}
	.cpzs-c-list dl a{
	    display: block;
	}
	.cpzs-c-list dl dt{
	    width: 100%;
	    height: 280px;
	    overflow: hidden;
	    position: relative;
	}
	.cpzs-c-list dl dt img{
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    transition: 0.4s;
	}
	.cpzs-c-list dl:hover dt img{
	    transform: scale(1.1);
	    transition: 0.4s;
	}
	.cpzs-c-list dl dd{
	    position: relative;
	    text-align: center;
	    background: #f5f5f5;
	    height: 100px;
	    /* line-height: 70px; */
	    overflow: hidden;
	    padding: 0 20px;
	    padding-top: 20px;
	    font-size: 17px;
	    font-weight: normal;
	    -webkit-transition: margin .3s;
	    -moz-transition: margin .3s;
	    -ms-transition: margin .3s;
	    -o-transition: margin .3s;
	    transition: margin .3s;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    color: #333;
	}
	.cpzs-c-list dl .view{
	    position: absolute;
	    left: 0;
	    bottom: -47px;
	    /*height: 21px;*/
	    width: 100%;
	    padding: 11px 0;
	    background: #e75138;
	    display: block;
	    -webkit-transition: bottom .3s;
	    -moz-transition: bottom .3s;
	    -ms-transition: bottom .3s;
	    -o-transition: bottom .3s;
	    transition: bottom .3s;
	}
	.cpzs-c-list dl .view .icon{
	    display: block;
	    margin: 0 auto;
	    background: url(../img/index.png) -545px -62px no-repeat;
	    width: 40px;
	    height: 20px;
	}
	.cpzs-c-list dl:hover .view{
	    bottom:0;
	}
	.cpzs-c-list dl:hover{
	    box-shadow: 3px 3px 10px #888888;
	}
	.cpzs-c-list dl .line-i{
	    width: 100%;
	    height: 280px;
	    border:1px solid rgba(255, 255, 255, 0.6);
	    margin:0 auto;
	    position: absolute;
	    top:0;
	    left: 0;
	    /*display: none;*/
	    transition: 0.4s;
	}
	.cpzs-c-list dl:hover .line-i{
	    transform: scale(0.9);
	    transition: 0.4s;
	}
	.cpzs-c-list dl:nth-child(4n){
	    margin-right: 0;
	}