/*====================通用*********/

/* @media (min-width: 1680px) {
	.container {
		width: 1600px;
	}
}

@media (min-width: 1440px) {
	.container {
		width: 1370px;
	}
} */

body {
	background-color: #fff;
	text-align: center;
	font-family: Lantinghei SC Extralight,Lantinghei SC Demibold,Lantinghei SC Heavy, "Helvetica Neue", "microsoft yahei", Helvetica, Arial, sans-serif;
	font-size: 2rem;
}

p {
	margin: 2rem 0;
	text-align: justify;
}

a,
a:active,
a:visited,
a:link {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #122E8D;
}

.special-box-wrap {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

@media screen and (max-width:767px) {
.special-box-wrap {
	display: block;
}
}

/* 图片通用样式 */

.img img,
img {
	width: auto;
	max-width: 100%;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

a:hover .img img {
	transform: scale(1.05);
}

.img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* 定义字号 */

html {
	font-size: 10px;
	color: #333;
}

@media screen and (min-width:320px) {
	html {
		font-size: 7px
	}
}

@media screen and (min-width:768px) {
	html {
		font-size: 6px
	}
}

@media screen and (min-width:1023px) {
	html {
		font-size: 7px
	}
}

@media screen and (min-width:1280px) {
	html {
		font-size: 8px
	}
}


/* 定义边距 */
.margin-p-lgx {
	margin-top: 15rem !important;
}

.margin-p-lg {
	margin-top: 10rem !important;
}

.margin-b-lg {
	margin-bottom: 10rem !important;
}

.margin-p-md {
	margin-top: 8rem !important;
}

.margin-b-md {
	margin-bottom: 8rem !important;
}

.margin-p-sm {
	margin-top: 5rem !important;
}

.margin-b-sm {
	margin-bottom: 5rem !important;
}

.margin-p-xs {
	margin-top: 3rem !important;
}

.margin-b-xs {
	margin-bottom: 3rem !important;
}

@media screen and (max-width:776px) {
	.margin-b-xs-m {
		margin-bottom: 3rem !important;
	}
	.margin-p-md {
		margin-top: 5rem !important;
	}
}

/* 定义颜色 */
.bg-black {
	background-color: #333;
}

.bg-gray {
	background-color: #f3f3f3;
}

.gray {
	color: #eaeaea !important;
}

.darkgray {
	color: #666 !important;
}

.shadow {
	box-shadow: 0px 0px 30px #c3c3c3;
}

.white {
	color: #fff !important;
}

.black {
	color: #333 !important;
}

/* 按钮通用样式 */
.btn {
	border: 1px solid #fff;
	border-radius: 0;
	padding: 6px 30px;
}

.new-btn {
	margin-top: 195px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 26px 205px;
	border: 1px solid #979797;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
}

.new-btn:hover {
	border: 1px solid #a97456;
	color: #a97456;
}

.btn-default {
	width: 25rem;
	color: #fff;
	background-color: #675D4C;
	border-color: #675D4C;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
	padding: 2rem 0;
	text-align: center;
	border-radius: 5px;
}

.btn-default1 {
	width: 45rem;
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0.8);
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
	padding: 2rem 0;
	font-size: 2rem;
	text-align: center;
}

.btn-default2 {
	width: 25rem;
	color: #888;
	background-color: #ECE5E1;
	border-color: #979797;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
	padding: 2rem 0;
	text-align: center;
	border-radius: 5px;
}

.btn-default:hover a {
	color: #a97456;
	
}

.btn-default:hover {
	color: #a97456;
	background-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	border-color: #a97456;
}

.btn-default:hover a {
	color: #a97456;
}

.btn-default2:hover {
	color: #a97456;
	background-color: rgba(0, 0, 0, 0);
	border-color: #a97456;
}

.btn-default1:hover {
	color: #a97456;
	background-color: rgba(0, 0, 0, 0);
	border-color: #a97456;
}

.btn-primary {
	color: #333;
	background-color: #f3f3f3;
	border-color: #e7e7e7;
	margin: 0 auto;
	text-align: center;
	display: block;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #c13759;
	border-color: #c13759;
}

@media screen and (max-width:776px) {
.btn-default {
	width: 40rem;
}

}



/* 全局导航自定义 */
.top-wrapper {
	padding-left: 100px;
	padding-right: 100px;
}

.header .left {
	line-height: 11rem;
}

.header .nav {
	line-height: 11rem;
}

.header .navbar_nav li {
	font-size: 2.2rem;
}

@media screen and (max-width:776px) {

	.header .left {
		height: 8rem;
	}
}

/* .header .left a img {
	height: 5rem;
} */

/* 全局导航-白色头部 */

.header.on {
	height: 11rem;
}

.header.on .left .img2 {
	/* 	display: table-cell;
	vertical-align: middle; */
	margin-top: 3rem;
}

.header.on .navbar_nav li {
	position: relative;
	transition: all 0.5s ease 0s;
}

.header.on .navbar_nav li.active::after {
	content: "/";
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 767px) {
	.header, .header.on {
		height: 8rem;
	}
	
	.header {
		height: 8rem;
		position: relative;
		background-color: #000;
	}

	
	.header img {
		height: 2rem;
	}
}

/* 表单 */



.biaodan {
	background: url('../image/customize_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10rem 0;
}

.biaodan-wrap {
	width: 85%;
	margin: auto;
}

.biaodan .title {
	margin-top: 0;
	color: #fff;
	text-align: left;
	margin-top: 5rem;
}

.biaodan-righr-box {
	background-color: #D7CEC8;
	border-radius: 15px;
/* 	margin-top: -10%; */
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 40px 0;
}

.biaodan .des {
	color: #fff;
}

.biaodan .title img {
	margin-top: -5px;
	height: 4rem;
}
/* .form-horizontal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
} */

@media screen and (max-width:1440px) {
.biaodan {
/* 	background-size: 120%;
 */	background-repeat: no-repeat;
 background-position: center;
}
}

@media screen and (max-width:1023px) {
.biaodan {
	background-size: cover;
	background-repeat: no-repeat;
}
}

/* @media screen and (max-width:767px) {
.biaodan {
	background-size: 500%;
	background-repeat: no-repeat;
}
} */

.biaodan-righr-box {
/* 	margin-top: -50px; */
}

.form-horizontal label {
	display: none;
}

.form-horizontal .form-control {
	margin: 0 12px;
	margin: auto;
}

.form-horizontal .col-sm-9 {
	width: 100%;
}

.form-horizontal .btn.btn-default.btn-block {
/* 	margin: 0 20rem; */
	width: 45rem;
	margin: auto;
}

.form-horizontal .n-top {
	position: absolute;
}

.form-control {
	width: 45rem !important;
	height: 6rem;
	font-size: 1.8rem;
	line-height: 1.42857143;
	color: #BDBDBD;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(18, 46, 141, 0.3);
	border-radius: 0;
	margin: 0 auto;
	padding: 6px 2rem;
	margin-bottom: 5rem;
	border-radius: 5px;
}

@media screen and (max-width: 1440px) {
	.form-control {
		width: 35rem !important;
	}

	.form-horizontal .btn.btn-default.btn-block {
		width: 35rem;
	}
}

@media screen and (max-width: 767px) {
	.index-des-wrap {
		width: 95%;
		margin: 0 auto;
	}

	.form-control {
		width: 30rem !important;
	}

	.form-horizontal .btn.btn-default.btn-block {
		width: 30rem;
		margin: 0 auto;
	}
	
	.biaodan-righr-box {
		margin-top: 30px;
	}
}

/*====================通用*********/


/*====================首页*********/


/* 轮播图 */

/* .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 8;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    text-align: center;
} */


/* .carousel {
	clip-path: ellipse(100% 100% at 50% 0%);
} */

/* .carousel:after {
	content: "";
	width: 160%;
	position: absolute;
	left: -30%;
	top: 0;
	z-index: -1;
	border-radius: 0 0 50% 50%;
} */

.carousel-caption {
	margin-bottom: 19.5rem;
}

.carousel-caption .carousel-tit {
	font-size: 7rem;
	text-align: left;
	display: none;
}

.carousel-indicators li {
	border: 0;
	background-color: #fff;
    /* display: inline-block;
	width: 14px;
    height: 10px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    
    
   border-radius: 0; */
}
.carousel-indicators .active {
/*    width: 43px;
    height: 10px;
    margin: 0; */
    background-color: #a97456;
}

.carousel-control.left, .carousel-control.right {
	background-color: rgba(0,0,0,0);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0) 100%);
}

/* 品质与服务 */

/* #index.container {
	width: 100%;
} */


/* 我们的品牌 */


/* @media screen and (max-width: 1023px) {
	.brand img {
	  height: 60px;
	  margin: 30px 0;
	}
} */

.quality_bg {
	width: 100%;
	height: 600px;
	background: url('../image/quality.jpg');
	background-size: cover !important;
	background-position: center top;
	background-repeat: no-repeat !important;
	/* background-attachment: fixed; */
	/* filter: brightness(50%); */
	/* filter: grayscale(1); */
	/* background-color: #8C7965; */
	text-align: left;
	color: #fff;
}

.brand .brand-wrapper-box {
	position: relative;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

.brand .brand-wrapper:first-child .brand-img-box {
	border-radius: 50px 0 0 0;
}

.brand .brand-wrapper-box:hover {
	transform: scale(1.2);
	z-index: 2;
}

.brand .brand-wrapper:last-child .brand-img-box {
	border-radius: 0 50px 0 0;
}

.brand-wrapper-box .brand-img-box {
	overflow: hidden;
	height: 51rem;
}

.brand-wrapper-box .brand-img {
	height: auto;
}

.brand-wrapper:hover .brand-img-box img {
	transform: scale(1.05);
}

.brand .mask1, .brand .mask {
	background-color: #D7CEC8;
	width: 100%;
	padding: 20px;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

.brand .mask2 {
	display: none;
	background-color: #a97456;
}

.brand-wrapper:hover .mask2 {
	display: block;
}

.brand-wrapper:hover .mask1 {
	display: none;
}

.brand .mask img {
	height: 6rem;
}

@media screen and (max-width: 1023px) {
	.brand-wrapper-box .brand-img-box {
		height: 40rem;
	}
}

@media screen and (max-width: 767px) {
.brand .brand-wrapper {
	margin-bottom: 20px;
}

.brand .brand-wrapper:first-child .brand-img-box {
	border-radius: 0;
}

.brand .brand-wrapper:last-child .brand-img-box {
	border-radius: 0;
}

.brand-wrapper-box .brand-img-box {
	height: 51rem;
}
}

.title {
	font-size: 4rem;
	position: relative;
/* 	margin-top: -6%; */
	/* color: #a97456; */
	color: #333;
}

/* .title::before {
  content: "";
  width: 39%;
  height: 2px;
  background: #f3f3f3;
  position: absolute;
  bottom: -20px;
  left: 30.5%;
  transition: all 0.5s ease 0s;
}

.title::after {
  content: "";
  width: 43px;
  height: 10px;
  background: #a97456;
  position: absolute;
  bottom: -24px;
  left: 48.5%;
  transition: all 0.5s ease 0s;
} */

/* @media screen and (max-width: 767px) {
	.title::after {
	  left: 42.5%;
	}
} */


.des {
	color: #888;
	text-align: left;
}



.index-des-wrap {
	width: 50%;
	margin: 0 auto;
	line-height: 2;
/* 	text-align: center; */
}

.product-wrap {
	position: relative;
}

.product-wrap:hover .product-inner {
	opacity: 1;
}

.product-wrap .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.product-wrap:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: pointer;
}

.product .nav-tabs {
	display: inline-block;
	border-bottom: 0 solid #ddd;
	top: 0;
	left: 0;

}

.product-inner {
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	margin-bottom: -9rem;
	height: 9rem;
	opacity: 0;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
	z-index: 99;
}

.product .nav>li>a {
	position: relative;
	display: block;
	padding: 0 15px;
}

.product .nav-tabs li:before {
	content: "/";
	position: absolute;
	left: 0;
	bottom: 35%;
}

.product .nav-tabs li:hover:before,
.product .nav-tabs li.active:before {
	color: #122E8D;
}

.product .nav-tabs>li>a {
	margin-right: 2rem;
	border: 0;
	font-size: 2rem;
	line-height: 9rem;
	background-color: rgba(0, 0, 0, 0);
}

.product .nav-tabs>li.active>a,
.product .nav-tabs>li.active>a:hover,
.product.nav-tabs>li.active>a:focus {
	border: 0 solid #ddd;
	background-color: rgba(0, 0, 0, 0);
}

.product .nav-tabs>li.active a {
	color: #122E8D;
}

.product .nav-tabs>li>a:hover {
	border-color: #fff;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 1680px) {
	.title {
		margin-top: -2%;
	}
}

@media screen and (max-width: 1023px) {
	.index-des-wrap {
		width: 70%;
		margin: 0 auto;
	}

	.product-wrap .product-inner {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.index-des-wrap {
		width: 95%;
		margin: 0 auto;
	}

	.product-wrap:hover .mask {
		opacity: 0;
	}

	.product-inner {
		margin-bottom: 0;
	}

	.product .nav-tabs {
		white-space: nowrap;
		overflow-x: scroll;
		/* display: flex;	 */
		width: 100%;
	}

	.product .nav-tabs li {
		display: inline-block;
		white-space: nowrap;
		float: none;
	}

	.header .left a img {
		height: 3rem;
		margin-bottom: 20px;
	}
}

/* 品质与服务 */

/* .index-quality-wrapper .title {
	margin-top: -22%;
} */


/* 定制 */
.customized {
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	/* filter: grayscale(1); */
}

/* .customized .des {
	color: #ffffff;
} */

.customized .content {
	width: 100%;
	text-align: center;
	padding: 10rem 0px 6rem;
	background-color: rgba(0, 0, 0, 0.2);

}

.customized .content .info {
	width: 100%;
	margin-bottom: 20rem;
}

@media screen and (max-width:776px) {
	.customized .content .info {
		margin-bottom: 5rem;
	}
}


.customized .content .article {
	height: 100%;

}

.customized .content .article>p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 2.8rem;
	font-weight: 400;
	text-align: left;
	margin-top: 2rem;

}

.customized .content .article .ar-title {
	font-size: 5.4rem;
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
	padding-left: 1rem;
	text-transform: uppercase;
}

.customized .content .article .ar-title:before {
	content: "/";
	position: absolute;
	left: 0;
}

/* 品牌故事 */
.ab-customized {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.ab-customized .content {
/* 	width: 100%; */
	text-align: center;
	padding: 15rem 0px 15rem;
}

.ab-customized-bg {
	background-color: rgba(0, 0, 0, 0.5);
}

.ab-customized .content .article {
	height: 100%;
}

.ab-customized .content .article p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	margin-top: 2rem;
}

.ab-customized .content .article p:first-child {
	color: rgba(255, 255, 255, 1);
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.ab-customized .content .article div {
	color: rgba(255, 255, 255, 0.6);
	font-size: 2.4rem;
	font-weight: 400;
	text-align: center;
	margin-top: 1.5rem;
}

.ab-customized .content .article .ab-des:last-child {
	margin-top: 8rem;
	width: 80%;
	margin: 0 auto;
}

.ab-customized .content .article .ab-title {
	font-size: 5.4rem;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding-left: 1rem;
}

/* 品牌历程 */
.ab-progress .content {
	display: flex;
	flex-wrap: wrap;
}

.ab-progress .content .info {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ab-progress .content .info .info-box {
	/* transform: translateX(30%); */
	/* transform: translateX(45%); */
	width: 60%;
	text-align: left;
}

.ab-progress .content img {
	/* width: 50%; */
	padding: 0;
	margin: 0;
}

.ab-progress .content .info .time-title {
	font-size: 3rem;
	font-weight: 500;
	color: #a97456;
	line-height: 4.2rem;
	/* margin-top: 9rem; */
	margin-bottom: 2rem;
}

.ab-progress .content .info .info-title {
	font-size: 2.8rem;
	font-weight: 500;
	color: #666666;
	line-height: 4rem;
}

.ab-progress .content .info .des {
	margin-top: 2rem;
/* 	white-space: pre-line;
 */}

/* .ab-progress .content .info .des p {
	font-size: 1.8rem;
	font-weight: 400;
	color: #666666;
	line-height: 2.5rem;
	margin: 0;
} */

.ab-progress .content:hover img {
	transform: scale(1.05);
}

.ab-progress .col-md-6 {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.ab-progress .content:nth-of-type(even) {
		display: flex;
		flex-direction: column-reverse;
	}

	.ab-progress .content .info {
		background: none !important;
	}

	.ab-progress .content .info .info-box {
		transform: translateX(0%);
		margin: 2rem 15px;
		width: 100%;
	}
	
}


/* 关于我们 */
.about-bg {
	width: 100%;
	height: 600px;
	background: url('../image/about.jpg');
	background-size: cover !important;
	background-position: center top;
	background-repeat: no-repeat !important;
	/* background-attachment: fixed; */
	/* filter: brightness(50%); */
	/* filter: grayscale(1); */
	/* background-color: #8C7965; */
	text-align: left;
	color: #fff;
}

.about-bg .title-en {
	font-size: 17rem;
	color: rgba(255,255,255,.1);
	line-height: 1;
}

/* .about-bg .title {
	margin-top: 5%;
	position: absolute;
	color: #fff;
} */

/* .about-bg .title span {
	font-size: 6rem;
	color: #fff;
} */

/* .about-bg .des {
	color: rgba(255,255,255,.9);
} */

.index-about-wrapper {
	position: relative;
	margin-top: -15%;
}

.index-about-wrapper-box {
	width: 80%;
	padding-left: 30px;
}

.title-white {
	font-size: 32px;
	color: #fff;
}

.des-white {
	color: #fff;
	line-height: 2;
	text-align: justify;
}

.index-about-img-wrapper {
	margin-top: -6%;
}

/* .index-about-img-wrapper img {
	filter: brightness(1.2);	
} */

.nav .tabs {
	text-align: center;
}
.nav ul.tabs {
	width: 80%;
	margin: 0 auto;
}

.nav ul.tabs a {
	padding: 20px 40px;
	font-size: 2rem;
	font-weight: 600;
	width: 80%;
	display: inline-block;
}

/* .nav ul.tabs a.active {
	color: #a97456;
} */

.nav ul.tabs a.active {
	color: #ffffff;
	background-color: #a97456;
}

.nav ul a:hover {
	color: #a97456;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

/* 关于我们 */
/* 公司概况 */

#about ul li:nth-child(2) {
	display: none;
}

#about ul li {
	width: 32%;
	display: inline-block;
}
.company {
	background: url(../image/about-bg-1.jpg) no-repeat center;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 200px;
}

.company-left {
	float: left;
	position: relative;
}

.company-left-top {
	background: #3e3a39;
	padding: 50px 20px;
	position: absolute;
	top: 60%;
	left: 40%;
	font-size: 16px;
	color: #fff;
	line-height: 2em;
	right: -50px;
}

.company-right {
	float: right;
	width: 88%;
	line-height: 2em;
	position: relative;
	color: #646464;
}

.company-right h1 {
	font-size: 32px;
}

.company-right h1 {
	border-bottom: 1px solid #959595;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

.company-right h1::after {
	content: "";
	width: 120px;
	height: 3px;
	position: absolute;
	top: 84px;
	left: 0;
	background: #c13759;
}

.company-right-con {
	font-size: 16px;
	height: 310px;
	overflow: auto;
}

.company-left img {
	width: 100%;
}

@media screen and (max-width: 1023px) {
	.company {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.company-left {
		margin-left: 30px;
	}

	.company-left-top {
		padding: 30px 20px;
		top: 76%;
		left: 0;
		right: 0;
	}

	.company-right {
		width: 96%;
		margin-top: 30px;
	}
	
	.index-about-wrapper {
		margin-top: -35%;
	}
	
	.index-about-wrapper-box {
		width: 90%;
		margin-top: 100px;
	}
	.index-about-img-wrapper {
		margin-top: 6%;
	
	}
	.nav ul.tabs {
		width: 90%;
	}
	
	.nav ul.tabs a {
		padding: 20px ;
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.company-right {
		margin-top: 130px;
	}

	.company-left {
		margin-left: 0;
	}
	
/* 	.about-bg {
		display: none;
	} */
	
	.index-about-wrapper {
		margin-top: 0;
	}
	
	.title-white {
		font-size: 24px;
	}
	#about ul {
		width: 100%;
	}
	
	#about ul li {
		width: 32%;
	}
}

/* 绿色环保 */
.env-title {
	color: #fff;
	font-size: 18px;
	margin-top: 28%;
}

.env-des {
	color: #fff;
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.env-wrapper {
		display: block;
		white-space: nowrap;
		overflow-x: scroll;
	}

	.env-wrapper div {
		display: inline-block;
		white-space: nowrap;
		float: none;
	}
}

/* 设计理念 */
.index-design-wrapper-box {
	width: 70%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.design-info {
	color: rgba(255, 255, 255, .1);
	font-size: 98px;
	position: absolute;
	margin-top: 17%;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.index-design-wrapper-box {
		width: 90%;
	}
}

/* 招商加盟 */
.join-wrapper {
	border: 1px solid #c2c1c1;
}

.join-title {
	font-size: 18px;
	padding: 20px 0;
	text-align: center;
}

.join-wrapper:hover .join-title {
	color: #c13759;
}

.join-wrapper:hover {
	box-shadow: 0px 0px 10px #c3c3c3;
}

@media screen and (max-width: 1023px) {
	.join-title {
		font-size: 16px;
		padding: 10px 0;
	}
}

@media screen and (max-width: 767px) {
	.join-wrapper-box {
		display: block;
		white-space: nowrap;
		overflow-x: scroll;
	}

	.join-wrapper-box>div {
		display: inline-block;
		white-space: nowrap;
		float: none;
	}
}

/* 联系我们 */
.contact-wrapper {
	width: 80%;
	padding: 50px 0;
	margin: 0 auto;
}

.contact-title {
	font-size: 22px;
	color: #fff;
	line-height: 3;
}

.contact-en {
	font-size: 16px;
	color: #fff;
	line-height: 3;
	text-transform: uppercase;
}

.contact-info {
	font-size: 16px;
	color: #fff;
	line-height: 3;
}

.contact-info img {
	margin-right: 10px;
}

@media screen and (max-width: 1023px) {
	.contact-title {
		font-size: 18px;
	}

	.contact-en {
		font-size: 14px;
	}

	.contact-info {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.contact-wrapper {
		width: 90%;
		padding: 20px 0;
		margin: 0 auto;
	}
}

/* 尾部 */
footer {
	color: #fff;
	padding: 2rem 0 3rem;
	font-size: 1.8rem;
	/* background-color: #655645; */
	background-color: #D4CFC9;
	text-align: left;
}

.media-img img{
	width: 100%;
	/* margin-right: 5px; */
	margin-bottom: 10px;
	/* float: right; */
}

.media-img .media-title {
	text-align: center;
	margin-bottom: 20px;
	color: #333;
}

/* new */
footer .comInfo {
	color: #333;
	font-weight: 400;
	text-align: right;
}

footer .comTitle a {
	color: #333;
}

footer li {
	/* list-style-type: disc; */
}

footer li:hover, footer li a:hover {
	color: #cd9477;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

footer .comInfo p {
	margin-top: 6.4rem;
	margin: 0;
	margin-bottom: 7px;
	text-align: right;
}

footer .comTitle {
	/* text-align: center; */
	line-height: 2.5;
}


/* footer .comTitle span {
	display: inline-block;
	margin-left: 7.5rem;
} */

footer .logo {
	height: 6rem;
}

footer .img {
	text-align: right;
	margin-top: 9rem;
}

footer .img1 {
	height: 3.5rem;
}

footer .img img {
	margin-left: 2rem;
	width: 80px;
}

.footer-wrapper {
	width: 70%;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	footer .comTitle span {
		margin-right: 5.5rem;
		margin-left: 0;
	}
	
	footer .comTitle {
		text-align: left;
		display: none;
	}
	
	footer .img {
	  text-align: left;
	  margin-top: 4rem;
	}
	
	footer .img img {
	  margin-left: 0;
	  margin-right: 2rem;
	}
	
	.footer-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}
	
/* 	.media-img img {
		width: 30%;
	} */
	
	footer .img1 {
		margin-bottom: 20px;
	}
}


/* end */



.footer-tit {
	font-size: 18px;
	line-height: 3;
}

.footer-min-tit a {
	color: #999;
	line-height: 2.5;
	text-align: center;
}

.footer-min-tit a:hover {
	color: #fff;
}

.line-left {
	border-left: 1px solid #666;
}

.footer-img-wrapper {
	padding: 20px 0;
}

.footer-img-wrapper img {
	margin: 0 auto;
	display: block;
}

.copyright,
.copyright a {
	color: rgba(255, 255, 255, .8);
}

.copyright {
	position: relative;
	border-top: 1px solid #666;
	/* 	padding: 10px 0;
 */
	/* font-size: 12px; */
	font-size: 1.6rem;
	height: 6rem;
	/* line-height: 10rem; */

	display: flex;
	align-items: center;
	flex-wrap: wrap;

	border-top: 1px solid #3D352C;
	background-color: #3D352C;
	text-align: center;
}

/* .copyright::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background-color: #000;

} */

/* .copyright::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	height: 100%;
	border: 0px solid transparent;
	border-right: 6rem solid #000;
	border-top: 5.5rem solid transparent;
} */

@media screen and (max-width: 767px) {
	footer .container.wrapper {
		display: none;
	}

	.copyright::before {
		display: none;
	}

	.copyright::after {
		display: none;
	}
}


/* 二级公共 */

.list-banner {
	width: 100%;
	height: 450px;
	background-size: 100% auto !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.list-title {
	font-size: 36px;
	text-shadow: 0 0 5px #000;
	color: #fff;
	margin-top: 10%;
	margin-bottom: 10px;
}

.list-en {
	font-size: 24px;
	text-shadow: 0 0 5px #000;
	color: #fff;
	text-transform: uppercase;
}

.list-bg-black {
	background-color: rgba(0, 0, 0, .1);
	height: 100%;
}

@media screen and (max-width: 1440px) {
	.list-banner {
		height: 337px;
	}
}

@media screen and (max-width: 1023px) {
	.list-banner {
		height: 350px;
		background-size: 200% auto !important;
		background-repeat: no-repeat !important;
	}

	.list-title {
		font-size: 24px;
		margin-top: 18%;
	}
}

@media screen and (max-width: 767px) {
	.list-banner {
		height: 300px;
		background-size: 350% auto !important;
		background-repeat: no-repeat !important;
		background-position: 50% !important;
	}

	.list-title {
		font-size: 24px;
		margin-top: 30%;
	}
}

/* 招商加盟二级 */
/* 介绍 */
.intro-box {
	padding-bottom: 12rem;
	background-image: url('../image/city.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.introduce {
	margin-top: 10rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.introduce .box {
	position: relative;

}

.introduce .box img {
	z-index: 1;
	position: relative;

}

.introduce .line-box {
	width: 100%;
	height: 100%;
	position: absolute;
	border: 6px solid rgba(18, 46, 141, 0.5);
	top: 4rem;
	right: 4rem;
	/* z-index: -1; */
}

.introduce .introduce-title {
	display: inline-block;
	font-size: 5rem;
	font-weight: 400;
	color: #a97456;
	line-height: 7rem;
	padding-bottom: 3rem;
	border-bottom: 4px solid #122E8D;
	margin: 0;
}

.introduce .line {
	height: 1px;
	background: #D8D8D8;
	margin: 0;
	margin-bottom: 5rem;
}

.introduce .introduce-info {
	font-size: 2rem;
	font-weight: 400;
	color: #333333;
	line-height: 3.5rem;
}

@media screen and (max-width: 767px) {
	.introduce .left {
		margin-bottom: 6rem;
	}
}

/* 加盟支持 */
.join .info {
	padding: 0;
	margin: 0;
	position: relative;
}

.join .info img {
	width: 100%;
	/* height: 30rem; */
}

.join .info p {
	position: absolute;
	bottom: 0;
	height: 7rem;
	background: rgba(255, 255, 255, 0.8);
	font-size: 3rem;
	font-weight: 400;
	color: #333333;
	line-height: 7rem;
	margin: 0;
	width: 100%;
	text-align: center;
}

/* 加盟条件 */
.join-requirement .list div:hover {
	transform: scale(1.02);
	transition: all 0.3s;
	box-shadow: 2px 2px 26px 0px #C6CBD5;
}

.join-requirement .list p {
	font-size: 1.8rem;
	font-weight: 400;
	color: #666666;
	line-height: 2.5rem;
	padding: 3rem 2.5rem;
	background: #FAFAFA;
	margin: 0;
}

/* 加盟流程 */
.join-pro {
	background: #F6F6F6;
	padding: 4rem 0;
}

/* 产业分布 */
.distribution {
	background: #F5F0EB;
}

.distribution .container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.distribution .distribution-title {
	font-size: 5rem;
	font-weight: 500;
	color: #a97456;
	line-height: 7rem;
	margin-bottom: 5rem;
}

.distribution .distribution-content {
	width: 60%;
	font-size: 2rem;
	font-weight: 400;
	color: #a97456;
	line-height: 2.8rem;
	margin-bottom: 5rem;
}

/* 产品列表 */
/* 产品故事 */

#product .dropdown_menu {
	display: none;
}

#product .dropdown_menu a {
	background-color: #f3f3f3;
}
#product ul li:nth-child(1):hover .dropdown_menu {
	display: block;
	position: absolute;
}

#product .nav ul li {
	width: 32%;
	display: inline-block;
}
.product-list .content {
	position: relative;
}

.product-list .content .nav {
	height: 10rem;
	background: rgba(255, 255, 255, 0.8);
	border: none;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.product-list .content .nav .tabs {
	margin: 0;
	white-space: nowrap;
	display: flex;
	width: 100%;
}

.product-list .content .nav .tabs li {
	display: inline-block;
	white-space: nowrap;
	float: none;
	/* margin: 0 15rem; */
	flex: 1;
}

.product-box img:hover {
	filter: brightness(80%);
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

.product li {
	list-style-type: disc; 
	margin-left: 40px;
}

.product-min-title {
	color: #003399;
}

.product-title-s {
	font-size: 2.4rem;
	color: #333333;
}

.product b {
	color: #333333;
}

@media screen and (max-width: 1023px) {
	#product .nav ul.tabs {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.product-list .content .nav .tabs {
		display: inline-block;
		overflow-x: scroll;
	}

	.product-list .content .nav .tabs li {
		margin: 0 5rem;
	}

}


.product-list .content .nav .tabs li {
	text-align: center;
}

.product-list .content .nav li a {
	font-size: 2.4rem;
	color: #666666;
	display: block;
	line-height: 10rem;
	border: none;
}

.product-list .content .nav .active a {
	color: #122E8D;
}

.product-list .content .nav li.active a::before {
	content: '/';

}

.product-more {
	margin-top: 5rem;
	margin-bottom: 7.5rem;
	text-align: center;
	/* display: none; */
}

.product-more .more-title {
	font-size: 3rem;
	font-weight: bold;
	color: #a97456;
	line-height: 4.2rem;
	letter-spacing: 1rem;
	margin-bottom: 2rem;
	text-align: center;
}

.product-more .des {
	text-align: center;
}

/* 产品详情 */

.pro-content {
	width: 70%;
}

@media screen and (max-width: 767px) {
	.pro-content {
		width: 100%;
	}

}
.product-detail .list {
	border: 1px solid #979797;
	padding: 2rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.product-detail .list:hover {
	box-shadow: 0px 2px 25px 0px rgba(156, 156, 156, 0.5);
	transform: scale(1.01);
	transition: all 0.3s;
}

.product-detail .list {
	margin-bottom: 3rem;
}

/* .product-detail .list .right {
	padding: 8rem 0;
} */

.product-detail .list .right p {
	margin-bottom: 5rem;
}

.product-detail .list .right .list-title1 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #a97456;
	line-height: 3.3rem;

}

.product-detail .list .right .list-info {
	font-weight: 400;
	color: #666666;
	line-height: 3rem;
}


/* 案例详情 */
/* 产品详情 */
.content-box {
	background-color: #F6F6F6;
	padding-top: 8rem;
}

.content-box .title {
	margin: 0;
}

.pro-detail {
	margin-bottom: 10rem;
}

.pro-detail .swiper-button-next {
	background-image: url('../image/right.png');
	color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 4rem;
	height: 4rem;
	margin: 0;
	/* right: 0; */
	transform: translateY(-50%);
}

.pro-detail .swiper-button-prev {
	background-image: url('../image/left.png');
	color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 4rem;
	height: 4rem;
	margin: 0;
	/* left: 0; */
	transform: translateY(-50%);

}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10%;
}



.pro-detail .breadcrumb {
	padding: 0;
	padding-bottom: 20px;
	list-style: none;
	background-color: #fff;
	border-radius: 0;
	border-bottom: 1px solid #f3f3f3;
}

.pro-detail-title {
	font-size: 24px;
}

.pro-detail .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.pro-detail .swiper-slide {
	background-size: cover;
	background-position: center;
}

.pro-detail .gallery-top {
	height: 600px;
	width: 100%;
}

.pro-detail .gallery-thumbs {
	height: 200px;
	box-sizing: border-box;
	padding: 20px 0;
	position: relative;
	background-color: #000;
	margin-top: 10px;

}

.pro-detail .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.pro-detail .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 2px solid #fff;
}

.line-fr {
	border-right: 1px solid #e7e7e7;
}

.line-fl {
	border-left: 1px solid #e7e7e7;
}

.pro-detail-box {
	padding: 20px 0;
}

.pro-detail-info {
	font-size: 16px;
}

.pager-con {
	margin: 0px auto;
	padding: 14px 0px;
	width: 100%;
	/* border-bottom: 2px solid #e1e1e1; */
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.pager-con .prev {
	background: url(../image/left.png) left center no-repeat;
}

.pager-con .prev:hover {
	background: url(../image/left.png) left center no-repeat;
}

.pager-con .btn {
	display: block;
	padding: 0;
	padding-left: 40px;
	float: left;
	color: #333333;
	font-size: 22px;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

.pager-con .btn:hover {
	color: #a97456;
}

.pager-con .next {
	float: right;
	padding: 0px 40px 0px 0px;
	background: url(../image/right.png) right center no-repeat;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

.pager-con .next:hover {
	background: url(../image/right.png) right center no-repeat;
}

.pager-con .back-btn {
	padding-left: 28px;
	color: #333333;
	font-size: 14px;
	background: url(../image/back.png) left center no-repeat;
	margin: 0px auto;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

.pager-con .back-btn:hover {
	color: #c13759;
	background: url(../image/back1.png) left center no-repeat;
}

@media screen and (max-width: 1023px) {
	.pro-detail .gallery-top {
		height: 450px;
		width: 100%;
	}

	.pro-detail .gallery-thumbs {
		height: 150px;
	}
}

@media screen and (max-width: 767px) {
	.pro-detail .gallery-top {
		height: 250px;
		width: 100%;
	}

	.pro-detail .gallery-thumbs {
		height: 100px;
	}
}

/* 绿色环保 */
/* V3定制 */
.environment .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.environment .list .list-title1 {
	font-size: 3rem;
	font-weight: 400;
	color: #666666;
	line-height: 4.2rem;
	margin-bottom: 1rem;
}

.environment .list .list-info {
	font-size: 1.8rem;
	font-family: ArialMT;
	color: #666666;
	line-height: 3.2rem;
	margin-top: 3rem;
	word-break: break-word;
/* 	white-space: pre; */
}

.customized-wrap {
	width: 80%;
	margin: 3rem auto;
}

@media screen and (max-width: 767px) {
	.environment .list:nth-of-type(2) {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.customized-wrap {
		width: 100%;
	}
}

/* 加入我们*/
/* 云设计*/
.design .list {
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	padding: 2rem;
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.design .list img {
	width: 100%;
}

.design .list .list-title1 {
	font-size: 2.8rem;
	font-weight: 500;
	color: #333333;
	line-height: 4rem;
}

.design .list .list-info {
	font-size: 2rem;
	font-weight: 400;
	color: #666666;
	line-height: 2.8rem;
}

.design .list .line {
	height: 1px;
	background: #D8D8D8;
	margin: 2rem 0;
}

.design .list:hover {
	box-shadow: 0px 2px 20px 0px rgba(156, 156, 156, 0.5);
	transform: scale(1.01);
	transition: all 0.3s;
}

/* 新闻详情 */
.recruit-detail .list {
	margin-top: 5rem;
}

.recruit-detail .list p {
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #666666;
	line-height: 2.8rem;
	letter-spacing: 1px;
	margin-top: 2rem;
}



/* 设计理念 */
.about_cul {
	position: relative;
	background: url(../image/about-bg-2.jpg) no-repeat;
	background-size: auto;
	width: 100%;
	padding: 80px 0;
	background-size: cover;
}

.aboutcul {
	padding: 80px 25px 40px;
	background: rgba(255, 255, 255, .85);
	color: #5d5d5d;
	height: 300px;
	overflow: hidden;
	margin: 0 10px;
}

.title14 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}

.title-en {
	color: rgba(0, 0, 0, 0.1);
	font-size: 12rem;
	text-transform: uppercase;
	font-weight: 100;
	/* margin-top: -50px; */
	display: none;
}

.about_cul .title {
	margin-top: -4.5%;
}

.aboutcul .title14 img {
	width: 50px;
}

@media screen and (max-width: 1023px) {
	.about_cul .title {
		margin-top: -8%;
	}

	.aboutcul {
		padding: 20px 10px 0;
		height: 200px;
		margin: 0;
	}
	
	.title-en {
		margin-top: -50px;
	}
}

@media screen and (max-width: 767px) {
	.about_cul .title {
		margin-top: -11%;
	}
}

/* 优质服务 */
.service-wrapper-box {
	padding: 50px;
}

.service-title {
	font-size: 22px;
	line-height: 2;
}

.service-info {
	color: #666;
}

@media screen and (max-width: 1023px) {
	.service-wrapper-box {
		padding: 15px;
	}
}

/* 
@media screen and (max-width: 767px){
.service-wrapper {
  white-space: nowrap;
  overflow-x: scroll;
}
.service-wrapper > div {
  display: inline-block;
  white-space: nowrap;
  float: none;
}
.service-wrapper p {
  white-space: normal;
}
}
 */


/* 门店展示 */
.shop .swiper-container {
	padding: 0 40px;
}

.shop .swiper-button-next {
	background-image: url('../image/right.png');
	color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 4rem;
	height: 4rem;
	margin: 0;
	/* right: 0; */
	transform: translateY(-50%);
}

.shop .swiper-button-prev {
	background-image: url('../image/left.png');
	color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 4rem;
	height: 4rem;
	margin: 0;
	/* left: 0; */
	transform: translateY(-50%);

}

/* .shop .swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0);
	color: #333;
	padding: 10px 14px;
	border-radius: 50%;
} */

@media screen and (max-width: 1023px) {
	.shop .swiper-container {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.shop .swiper-container {
		padding: 0;
	}
}

/* 侧边栏 */
#c_onlineService_categorylay-15296548077738582 {
	position: fixed;
	top: 20%;
	left: auto;
	bottom: 3567.2px;
	right: 0px;
	transform: none;
	width: 38px;
	height: 152px;
	z-index: 8;
	content: normal;
	max-width: none;
	min-width: 0px;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	-webkit-transform: none;
}

.c_onlineService_categorylay-01001 {
	width: 38px;
	height: 152px;
	position: fixed !important;
	right: 0 !important;
	top: 20% !important;
	left: initial !important;
	font-size: 0;
}

.c_onlineService_categorylay-01001 .p_btnBox {
	height: inherit;
	width: inherit;
	background-color: #fe7600;
	text-align: center;
	position: inherit;
	display: block;
}

.e_box {
	position: relative;
	border: 0;
	width: inherit;
	height: inherit;
	margin: 0;
	padding: 0;
}

.c_onlineService_categorylay-01001 .p_btn {
	font-size: 14px;
	height: inherit;
	width: inherit;
	color: rgba(255, 255, 255, 1);
	position: inherit;
	display: block;
}

.e_btn {
	display: table;
	width: inherit;
	height: inherit;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	color: inherit;
	font-size: 18px;
	font-family: inherit;
	font-weight: inherit;
	text-decoration: none;
	background-size: 100% 100%;
}

.c_onlineService_categorylay-01001 .p_btn .font {
	display: block;
	vertical-align: middle;
	margin-top: 25px;
	height: auto;
}

.e_btn .font {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	height: inherit;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
	position: relative;
	text-align: center;
}

.iconfont {
	display: inline;
	color: inherit;
	height: 100%;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	font-size: inherit;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	text-decoration: none;
}

[class~="iconfont"],
[class*="iconfont"],
[class~="e_icon"],
[class*="e_icon"],
[class*="in_icon"],
[class~="in_icon"],
[class*="link_icon"],
[class~="icon-from-user"]::after,
[class*="icon-from-user"]::after,
.arrow {
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 新闻资讯 */

.news-title {
	font-size: 5rem;
	color: #333;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #a97456;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li > a {
	color: #333;
}
.pagination > .active > span, .pagination > .active > span:hover {
	background-color: #a97456;
	border-color: #a97456;
}

.news-des-wrap {
	width: 80%;
	margin: 0 auto;
	line-height: 2;
}

@media screen and (max-width: 1023px) {
.news-des-wrap {
	width: 90%;
}
}

/* 联系我们 */

.contact img{
	width: 50px;
	padding: 10rem 0 0 0;
}

.contact p {
	padding: 2rem 2rem 10rem 2rem;
	height: 30px;
	text-align: center;
}

/* 品牌实力 */

.shili .info-box {
	padding: 30px;
	min-height: 30rem;
}

.shili .info-box .des {
	padding: 30px 0;
	min-height: 20rem;
	width: 100%;
}

.shili .index-about-wrapper-box {
	width: 100%;
}

.info-box-1 {
	display: none;
	height: 30rem;
	padding: 30px 0;
	min-height: 42rem;
}

.info-box-1 .des {
	padding: 30px;
	
}

.shili .img {
	overflow: hidden;
}

.shili .col-md-4:hover .info-box-1 {
	display: block;
	transition:all .25s linear;
}

.shili .col-md-4:hover .info-box {
	display: none;
	transition:all .25s linear;
}

.shili .col-md-4:hover img {
	transform: scale(1.05);
	transition:all .2s linear;
}
/* .info-box:hover .info-box-1 {
	display: block;
}

.info-box .des:hover {
	display: none;
} */

.shili .info-title {
	color: #a97456;
}

/* 发展历程 */

.licheng  span,.product span {
	font-size: 3.6rem;
	color: #a97456;
}

.licheng  .title-en {
	font-size: 5rem;
	line-height: 1.2;
}

/* 荣誉资质 */

.honer {
	min-height: 80rem;
	background-size: 100%;
	line-height: 2;
	background-repeat: no-repeat;
}

.honer .title {
	margin: 2rem 0 2rem;
	font-size: 3.6rem;
}

@media screen and (max-width: 1023px) {
	.about2 li:before {
		left: -15.5%;
	}
	.about2 li:nth-child(2n):before {
		right: -16%;
	}
}

@media screen and (max-width: 667px) {
	.honer .title {
		margin: 2rem 0 2rem;
	}
	.honer {
		min-height: 50rem;
		background-size: 200%;
		background-position: 80%;
	}
	
	.about2 li, .about2 li:nth-child(2n) {
	  height: 280px;
	}
	
	.about2 ul {
		background-position-x: 50% !important;
	}
	
	.about2 li:before {
		left: -20%;
	}
	
	.about2 li:nth-child(2n):before {
		right: -20%;
	}
	
	.span {
		font-size: 18px;
	}
}