@charset "utf-8";

header {
	width: 100%;
	height: 84px;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: #fff;
}

header .fr .nav li.cur i, header .fr .nav li:hover i {
	display: none;
	width: 100%;
}

.banner {
	padding-top: 84px;
}

.banner img {
	width: 100%;
	display: block;
}

.meun .search-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.meun .search-tit h3 {
	font-size: 36px;
	font-weight: bold;
	color: #5E4638;
	height: 75px;
	line-height: 75px;
}

.meun .search-tit span {
	font-size: 15px;
	height: 75px;
	line-height: 75px;
}
/*meun*/
.meun {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-top: 90px;
	/* margin-bottom: 64px; */
}

.meun .w1400 {
	position: relative;
}

.meun .meun_ul {
	width: 1300px;
	margin: 0 auto;
	/* overflow: hidden; */
}

.meun .meun_ul ul {
	height: 79px;
}

.meun .meun_ul ul li {
	width: 200px;
	float: left;
	margin-right: 45px;
	text-align: center;
}

.meun .meun_ul ul li a {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 80px;
	display: inline-block;
	width: 100%;
}

.meun .meun_ul ul li.cur,.meun .meun_ul ul li.active,.meun .meun_ul ul li:hover {
	/* border-bottom: 5px solid #A08572; */
}
/*.meun .meun_ul ul li.swiper-slide-active a*/
.meun .meun_ul ul li.cur a,.meun .meun_ul ul li.active a,.meun .meun_ul ul li:hover a {
	font-size: 36px;
	font-weight: bold;
	color: #5E4638;
	height: 75px;
	line-height: 75px;
	border-bottom: 5px solid #A08572;
}

.ejlm.swiper-button-next,.ejlm.swiper-button-prev {
	position: absolute;
	top: 41%;
	width: 20px;
	height: 17px;
	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;
}

.ejlm.swiper-button-next, .swiper-container-rtl .ejlm.swiper-button-prev {
	background-image: url(../images/right.png)!important;
	background-size: 100%;
	background-repeat: no-repeat;
	right: 0;
	left: auto;
}

.ejlm.swiper-button-prev, .swiper-container-rtl .ejlm.swiper-button-next {
	background-image: url(../images/left.png)!important;
	background-size: 100%;
	background-repeat: no-repeat;
	left: 0;
	right: auto;
}

/*container*/
.container {
	margin: 64px auto 120px;
}

/*product_list*/
.product_list {
}
.nodata{
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    color: #ccc;
    line-height: 60px;
}
.product_list ul.list {
	display: grid;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-template-columns: repeat(auto-fill, 22%);
}

.product_list ul.list li {
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}

.product_list ul.list li .img {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.product_list ul.list li .img img {
	width: 100%;
	display: block;
	border-radius: 10px;
	transition: all ease 0.5s;
}

.product_list ul.list li:hover .img img {
	transform: scale(1.05);
}

.product_list ul.list li p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 78px;
}


/*图片放大*/
.js-lightBox {
	cursor: pointer;
  /*opacity: .8;*/
}

.js-lightBox:hover {
	opacity: 1;
}

.lightBox-view img {
	display: block;
	display: none;
	border: 0px;
	margin: 0px !important;
}

.lightBox-popupMask {
	position: fixed;
	background: black;
	filter: alpha(opacity=80);
/* IE */
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	background-image: url('../images/icon/overlay.png');
}

.lightBox-popup {
}

.lightBox-popup {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0%;
	left: 50%;
	height: 50%;
	background-color: white;
  /* margin-left:-500px; */
	border: 5px solid white;
/*  overflow: hidden;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/loading.gif');
	background-size: 8%;
}

.lightBox-btn {
 /*  position: absolute;
  top:0; */
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	filter: alpha(opacity=100);
/* IE */
	opacity: 1;
	background-image: url('../images/opacity.png');
	position: absolute;
	top: 42%;
	border-radius: 50%;
	border: 1px solid #fff;
}

.lightBox-description .lightBox-btn:hover {
	filter: alpha(opacity=60);
/* IE */
	opacity: 0.6;
}

/* .lightBox-view .lightBox-prev-btn{
  left:0; 
}
.lightBox-view .lightBox-next-btn{
  right:0;
} */

.lightBox-prev-btn.active {
	background: url('../images/iconBox.png') 100px;
	left: -70px;
}

.lightBox-next-btn.active {
	background: url('../images/iconBox.png') 50px;
	right: -70px;
}

.lightBox-description .lightBox-prev-btn.disable {
	background: url('../images/iconBox.png') 100px;
	opacity: 0.1;
	cursor: default;
}

.lightBox-description .lightBox-next-btn.disable {
	background: url('../images/iconBox.png') 50px;
	opacity: 0.1;
	cursor: default;
}

.lightBox-view {
	position: relative;
	height: 100%;
}

.lightBox-view .lightBox-description {
  /*position: relative;

  display: none;
  color:white;
  background-color: black;
  filter:alpha(opacity=80);
  background: rgba(0,0,0,.8);
      margin-top: -55px;
    line-height: 50px;*/
}

.lightBox-view .lightBox-description .lightBox-current-index {
}

.lightBox-view .lightBox-description .lightBox-close {
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url('../images/iconBox.png');
	background-position: 0;
	position: absolute;
	top: -5px;
	right: -55px;
	background-color: #535353;
}

.lightBox-description .lightBox-title {
	position: relative;
	color: #333;
    /* background-color: black; */
	filter: alpha(opacity=80);
	background: #fff;
    /* background: rgba(0,0,0,.8); */
	margin-top: -55px;
	line-height: 58px;
	text-align: center;
	display: block !important;
	font-size: 20px;
    /* text-align: center; */
/*    font-weight: bold;*/
}

.lightBox-description .btn-position {
	float: right;
	position: absolute;
	width: 50px;
	height: 100px;
	right: -55px;
	top: 45px;
	background-color: #535353;
	display: none;
}

.lightBox-view .lightBox-current-index {
	background: rgba(30, 70, 161, 0.95);
	display: block;
	color: #fff;
	margin-left: -5px;
	width: calc(100% + 10px) !important;
	margin-top: 5px;
	line-height: 28px;
	position: relative;
}

.lightBox-view .lightBox-current-index .lightBox-current {
	font-size: 14px;
	font-weight: normal;
	width: 94%;
	margin: 0 auto;
}

/* pager */
.pager {
	width: 100%;
	height: 38px;
	padding: 40px 0 0;
	text-align: center;
}

.pager > * {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background: #FFF;
	border: 1px solid #ccc;
	margin: 0 5px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.pager > *:first-child {
	display: none;
}

.pager > *:first-child + * {
	margin-left: 0px;
}

.pager > span {
	cursor: no-drop;
}

.pager > span.cur {
	cursor: default;
	background: #f8f8f8;
	color: #d9324c;
	font-weight: bold;
}

.pager > a:hover {
	color: #333333;
	font-weight: bold;
}

.pager .current {
	font-weight: bold;
}

/*job*/
.job_banner {
	width: 100%;
	height: 500px;
	background: url(../images/job.png) left no-repeat;
	background-size: cover;
	padding-top: 0;
	margin-top: 84px;
}

.job_banner h4.tit {
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	padding-top: 168px;
	margin-bottom: 32px;
}

.job_banner div.des {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
}

.job {
}

.job .job_top {
	width: 100%;
	height: 72px;
	background: #A08572;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.job .job_top li {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	border-right: 1px solid #fff;
	width: 100%;
	text-align: center;
}

.job .job_top li:last-child {
	border-right: none;
}
/*job_list*/
.job .job_list {
}

.job .job_list li {
	width: 100%;
	height: 64px;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.job .job_list li .div1 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	text-align: center;
	width: 100%;
}

.job .job_list li .div2 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	text-align: center;
	width: 100%;
}

.job .job_list li .div3 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	text-align: center;
	width: 100%;
}

.job .job_list li .div4 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	text-align: center;
	width: 100%;
}

.job .job_list li .div5 {
	text-align: center;
	width: 100%;
}

.job .job_list li .div5 span.mo {
	width: 120px;
	line-height: 40px;
	background: #A08572;
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06);
	border-radius: 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	transition: all .5s;
}

.job .job_list li .div5 span.mo:hover {
	background: #604639;
}

.job .job_list li .con {
	display: none;
}

/*job_tck*/
.job_tck {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,.2);
	transition: all .5s;
	display: none;
}

.job_tck .job_tck_con {
	width: 830px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 4px 32px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 28px 28px 40px 58px;
}

.job_tck .hide {
	height: 40px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.job_tck .hide img {
	cursor: pointer;
}

.job_tck h4 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 35px;
	margin-bottom: 30px;
}

.job_tck .con {
	display: flex;
	justify-content: space-between;
	min-height: 130px;
	margin-bottom: 15px;
	overflow: hidden;
}

.job_tck .con .con1 {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	width: 10%;
	letter-spacing: 1px;
}

.job_tck .con .con2 {
	width: 90%;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 29px;
	overflow: hidden;
}

.job_tck .ljtd {
	width: 120px;
	line-height: 40px;
	background: #A08572;
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06);
	border-radius: 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	float: right;
	transition: all .5s;
	text-align: center;
	margin-right: 33px;
}

.job_tck .ljtd:hover {
	background: #604639;
}

.brand {
	margin: 0;
	margin-top: 85px;
}

.brand .brand_con {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.brand .brand_con section.nr {
	width: 50%;
	position: relative;
}

.brand .brand_con section.nr .img {
	width: 100%;
	height: 100%;
	position: relative;
}

.brand .brand_con section.nr .img .zzc {
	width: 100%;
	height: 100%;
	background: rgba(10, 8, 6, .56);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	display: block;
}

.brand .brand_con section.nr .img img {
	width: 100%;
	display: block;
}

.brand .brand_con section.nr .con {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9;
}

.brand .brand_con section.nr .con h4 {
	font-size: 36px;
	font-weight: bold;
	color: #FEFEFE;
	text-align: center;
	margin-bottom: 5%;
	width: 100%;
	margin-top: 25%;
}

.brand .brand_con section.nr .con ul.succession {
	width: 61%;
	margin: 0 auto;
	display: grid;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-template-columns: repeat(2, 43%);
}

.brand .brand_con section.nr .con ul.succession a {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	line-height: 70px;
	margin: 20px 0;
	transition: all .5s;
	/* background: linear-gradient(to top, #ECE2DA, #ECE2DA) no-repeat; */
	/* background-size: 0% 100%; */
}

.brand .brand_con section.nr .con ul.succession a:hover {
	background: #ECE2DA;
	font-size: 16px;
	font-weight: 400;
	color: #0A0806;
	/* background-size: 100% 100%; */
}

.mdzs {
	margin-bottom: 0;
}
/*store*/
.store {
	margin-bottom: 90px;
}

.store .bk_tit {
	text-align: center;
	margin-bottom: 28px;
}

.store .bk_tit h4 {
	font-size: 36px;
	font-weight: bold;
	color: #604639;
	line-height: 30px;
}

.store .bk_tit p {
	font-size: 18px;
	font-weight: 400;
	color: #604639;
	line-height: 49px;
}

.store .jm_con {
}

.store .jm_con img {
	width: 100%;
	display: block;
}

.store .jm_con .img {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 39px;
}

.store .jm_con .img .img1 {
	width: 40%;
}

.store .jm_con .img .img2 {
	width: 57%;
}

.mall {
	width: 100%;
	padding: 70px 0 105px;
	background: #EDEDED;
}

.mall .bk_tit {
	text-align: center;
	margin-bottom: 28px;
}

.mall .bk_tit h4 {
	font-size: 36px;
	font-weight: bold;
	color: #604639;
	line-height: 30px;
}

.mall .bk_tit p {
	font-size: 18px;
	font-weight: 400;
	color: #604639;
	line-height: 49px;
}

.mall ul {
	display: grid;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-template-columns: repeat(auto-fill, 15%);
}

.mall ul li {
	width: 100%;
	height: 87px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
}

.mall ul li img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	transition: all ease 0.5s;
}

.mall ul li:hover img {
	transform: scale(1.05);
}

/*hzcl*/
.hzcl {
	margin: 0;
	background: url(../images/hzcl1.png) center no-repeat;
	padding: 109px 0 138px;
	position: relative;
}

.hzcl .hzcl_con {
	position: relative;
	z-index: 9;
}

.hzcl .hzcl_con .hzcl_box1 {
	display: grid;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-template-columns: repeat(3, 260px);
	margin-bottom: 160px;
}

.hzcl .hzcl_con .hzcl_box1 li {
	text-align: center;
}

.hzcl .hzcl_con .hzcl_box1 li h4 {
	font-size: 36px;
	font-weight: bold;
	color: #604639;
	line-height: 42px;
}

.hzcl .hzcl_con .hzcl_box1 li p {
	font-size: 12px;
	font-weight: 400;
	color: #604639;
	line-height: 33px;
	text-transform: uppercase;
}

.hzcl .hzcl_con .hzcl_box1 li .line {
	width: 56px;
	height: 6px;
	background: #A08572;
	display: block;
	margin: 15px auto 25px;
}

.hzcl .hzcl_con .hzcl_box1 li .des {
	font-size: 18px;
	font-weight: 400;
	color: #604639;
	line-height: 36px;
}

.hzcl .hzcl_con .hzcl_box2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.hzcl .hzcl_con .hzcl_box2 .fl {
	display: flex;
	align-items: center;
}

.hzcl .hzcl_con .hzcl_box2 .fl .nr1 {
	width: 212px;
	height: 212px;
	background: #ECE2DA;
	border-radius: 50%;
	text-align: center;
}

.hzcl .hzcl_con .hzcl_box2 .fl .nr1 h4 {
	font-size: 36px;
	font-weight: bold;
	color: #604639;
	line-height: 37px;
	margin-top: 72px;
}

.hzcl .hzcl_con .hzcl_box2 .fl .nr1 p {
	font-size: 12px;
	font-weight: 400;
	color: #604639;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.hzcl .hzcl_con .hzcl_box2 .fl .nr2 {
	margin-left: 44px;
	position: relative;
}

.hzcl .hzcl_con .hzcl_box2 .fl .nr2 .line {
	width: 4px;
	height: 250px;
	background: #ECE2DA;
	border-radius: 2px;
	display: block;
	position: absolute;
	left: 24px;
}

.hzcl .hzcl_con .hzcl_box2 .fl .nr2 ul {
	position: relative;
}

.hzcl .hzcl_con .hzcl_box2 .fl .nr2 ul li {
	display: flex;
	margin-bottom: 21px;
	cursor: pointer;
}

.hzcl .hzcl_con .hzcl_box2 .fl .nr2 ul li span {
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: block;
	background: #A08572;
	border-radius: 50%;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-right: 23px;
}

.hzcl .hzcl_con .hzcl_box2 .fl .nr2 ul li p {
	font-size: 18px;
	font-weight: 400;
	color: #604639;
	line-height: 48px;
}

.hzcl .hzcl_con .hzcl_box2 .fl .nr2 ul li:hover span {
	background: rgba(96, 70, 57, 1);
}

.hzcl .hzcl_con .hzcl_box2 .fl .nr2 ul li:hover p {
	color: rgba(96, 70, 57, 1);
}

.hzcl .hzcl_con .hzcl_box2 .fr {
	display: flex;
	align-items: center;
}

.hzcl .hzcl_con .hzcl_box2 .fr .nr1 {
	width: 120px;
	height: 120px;
	margin-right: 20px;
}

.hzcl .hzcl_con .hzcl_box2 .fr .nr1 img {
	width: 120px;
	height: 120px;
	display: block;
}

.hzcl .hzcl_con .hzcl_box2 .fr .nr2 {
}

.hzcl .hzcl_con .hzcl_box2 .fr .nr2 h4 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	margin-bottom: 12px;
}

.hzcl .hzcl_con .hzcl_box2 .fr .nr2 p {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
}

.hzcl .hzcl_con .hzcl_box2 .fr .nr2 span {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

.hzcl .hzcl_bk {
	width: 45%;
	height: 311px;
	background-color: #A08572;
	border-radius: 156px 0 0 156px;
	position: absolute;
	right: 0;
	bottom: 120px;
	background: url(../images/hzcl2.png) left no-repeat #A08572;
	background-size: contain;
	background-position-x: 24%;
}

/*about*/
.gywm_lbt {
	position: relative;
}

.gywm_lbt .jt {
	position: absolute;
	bottom: 7%;
	z-index: 9;
	width: 100%;
	display: flex;
	justify-content: center;
}

.gywm_lbt .jt img {
	width: 56px;
	height: 56px;
	display: block;
	-webkit-animation: mouseRollDelay 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite backwards alternate;
	animation: mouseRollDelay 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite backwards alternate;
}

@-webkit-keyframes mouseRollDelay {
	0% {
		-webkit-transform: translate(-50%, 15%);
		transform: translate(-50%, 15%);
	}

	75%,
  100% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@keyframes mouseRollDelay {
	0% {
		-webkit-transform: translate(-50%, 15%);
		transform: translate(-50%, 15%);
	}

	75%,
  100% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.about {
}

.about .box1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about .box1 .fl {
	width: 44%;
	/*background: url(../images/about3.png) top center no-repeat;
	background-size: 100%;
	margin-left: 7%;*/
}

.about .box1 .fl .img {
}

.about .box1 .fl .img img {
	width: 100%;/*width: 72%;*/
	background: #FFFFFF;
	/*border-radius: 0px 0px 200px 200px;*/
	margin: 0 auto;
}

.about .box1 .fr {
	width: 32%;
	margin-right: 13%;
}

.about .box1 .fr .nr1 {
	margin-bottom: 13%;
}

.about .box1 .fr .nr1 h4 {
	font-size: 36px;
	font-weight: bold;
	color: #5E4637;
	line-height: 48px;
	margin-bottom: 7%;
}

.about .box1 .fr .nr1 .des {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
}

.about .box1 .fr .nr2 {
}

.about .box1 .fr .nr2 h4 {
	font-size: 36px;
	font-weight: bold;
	color: #5E4637;
	line-height: 48px;
	margin-bottom: 7%;
}

.about .box1 .fr .nr2 ul {
}

.about .box1 .fr .nr2 ul li {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	transition: 0.5s;
}

.about .box1 .fr .nr2 ul li:hover {
	cursor: pointer;
}

.about .box1 .fr .nr2 ul li:last-child {
	margin-bottom: 0;
}

.about .box1 .fr .nr2 ul li span {
	min-width: 68px;
	height: 31px;
	background: #5E4637;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 31px;
	margin-right: 17px;
}

/*.about .box1 .fr .nr2 ul li:hover span {
	background: #A08572;
}*/

/*.about .box1 .fr .nr2 ul li:hover p {
	color: #A08572;
}*/

.about .box1 .fr .nr2 ul li p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 31px;
}

.about .box2 {
	margin: 94px auto 0;
	display: flex;
	justify-content: space-between;
}

.about .box2 .fl {
	width: 35%;
	margin-left: 13%;
	text-align: center;
}

.about .box2 .fl h4 {
	font-size: 36px;
	font-weight: bold;
	color: #5E4637;
	line-height: 75px;
}

.about .box2 .fl .des {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-indent: 2em;
	margin: 4% 0 8%;
}

.about .box2 .fl ul {
	display: grid;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-template-columns: repeat(auto-fill, 31.5%);
	margin-bottom: 11%;
}

.about .box2 .fl ul li {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.about .box2 .fl ul li img {
	width: 100%;
	display: block;
	transition: transform .5s ease-out;
}

.about .box2 .fl ul li:hover img {
	transform: scale(1.05);
}

.about .box2 .fr {
	width: 50%;
}

.about .box2 .fr img {
	width: 100%;
	display: block;
}

.about .box3 {
	display: flex;
	justify-content: space-between;
	padding-top: 110px;
}

.about .box3 .fl {
	width: 50%;
	display: inline-block;
}

.about .box3 .fl img {
}

.about .box3 .fr {
	width: 32%;
	margin-right: 13%;
	padding: 7% 0;
}

.about .box3 .fr h4 {
	font-size: 36px;
	font-weight: bold;
	color: #5E4637;
	line-height: 60px;
	margin-left: -2px;
	margin-bottom: 3%;
}

.about .box3 .fr .div1 {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 6%;
}
.about .box3 .fr .div1 strong {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-top: 6%;
	margin-right: 4px;
}
.about .box3 .fr .div2 {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-align: justify;
	margin: 3% 0 5%;
}

.about .box3 .fr .des {
}

.about .box3 .fr .des p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	cursor: pointer;
}

/*.about .box3 .fr .des p:hover {
	color: #5E4637;
}*/

@media screen and (max-width:1500px) {
	.w1400 {
		width: 1200px;
		margin: 0 auto;
	}

	.about .box1 .fl .img img {
		border-radius: 0px 0px 150px 150px;
	}

	.about .box1 .fr .nr1 h4 {
		margin-bottom: 5%;
	}

	.about .box1 .fr .nr1 {
		margin-bottom: 11%;
	}

	.about .box1 .fr .nr2 h4 {
		margin-bottom: 6%;
	}

	.about .box1 .fr .nr2 ul li span {
		margin-right: 15px;
	}

	.about .box1 .fr .nr2 ul li {
		margin-bottom: 17px;
	}

	.about .box1 .fr {
		width: 39%;
		margin-right: 6.8%;
	}

	.about .box2 .fl {
		width: 41.5%;
		margin-left: 6%;
		text-align: center;
	}

	.about .box2 .fr,.about .box3 .fl {
		background-position: center!important;
	}

	.about .box3 .fr {
		width: 39%;
		margin-right: 5.8%;
		padding: 4.5% 0;
	}


}


