@keyframes fadeInLeft {
  0% {
    
    transform: translate3d(-3000px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    
    transform: translate3d(3000px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  0% {
    transform: translate3d(0, 100px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
	animation: fadeInLeft 1.5s;
}
.fadeInRight {
	animation: fadeInRight 1.5s;
}
.fadeInBottom {
	animation: fadeInBottom 1.5s;
}
.myhidden {
	visibility: hidden;
}


/* banner */
#mobile {
	/* height: 220px; */
	width: 100%;
	background-position: 50% 50%!important;
	background-size: cover!important;
	position: relative;
	overflow: hidden;
}

#mobile img {
	width: 100%;
}
#mybanner {
	/* height: 390px; */
	width: 100%;
    background-position: 50% 50%!important;
    background-size: cover!important;
    position: relative;
		cursor: pointer;
	overflow: hidden;
}
#mybanner img {
	width: 100%;
}
#mybanner div {
	position: absolute;
	top: 35%;
	width: 100%;
}
#mybanner h1, #mybanner h2 {
	width: 100%;
	text-align: center;
	color: rgb(181, 139, 114);
	font-family: SimHei;
}
#mybanner h1 {
	font-size: 3.2em;
	line-height: 1.4;
}
#mybanner h2 {
	font-size: 1.1em;
}

/* main */
#main {
	margin: 80px 20px 0px 20px;
	overflow: hidden;
}
.row {
	margin-bottom: 50px;
	line-height: 1.8em;
	font-family: SimHei;
}
#main .row:nth-child(2) {
	background-color: #FCF5F1FF;
}
#main img {
	width: 100%;
	height: 100%;
}
#main .row h1 {
	line-height: 2em;
    color: rgb(181, 139, 114);
    font-size: 2.5em;
}
#main .row h3 {
	font-size: 1.4em;
    color: rgb(129, 101, 84);
    margin-bottom: 5%;
}
#main .row p {
    color: rgb(205, 192, 185);
    font-size: 1em;
}
.info {
	margin-top: 8%;
}
#main .row:nth-child(3) li {
	color: rgb(205, 192, 185);
    font-size: 1em;
    line-height: 2.8em;
}
#contact {
	margin-bottom: 0;
}
#contact h3, #contact p {
	color: rgb(181, 139, 114)!important;
	text-align: center;
	width: 100%;
	line-height: 1;
}

#main2 {
	margin: 80px 20px 0px 20px;
	min-height: 100vh;
}

#swiper1 {
  width: 150px;
  margin: auto;
}
#swiper1 .swiper-slide {
	height: 38px;
	line-height: 38px;
}
#swiper1 .swiper-slide.active {
	color: #B79172;
}

/* #swiper1 .swiper-slide::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 2px solid #B79172;
	width: 0%;
	height: 100%;
}

#swiper1 .swiper-slide.active::before{
	width: 100%;
	transition: 0.2s all linear forwards;
	transition-delay: 0.1s;
} */

#swiper1 .swiper-slide::after{
	content: "";
	position: absolute;
	left: 50%;
	z-index: 2;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	transform: translate(-50%);
}

#swiper1 .swiper-slide.active::after{
	animation: ad_width .3s linear forwards;
	background: #B79172;
}

@keyframes ad_width {
	from {
			width: 0
	}

	to {
			width: 100%
	}
}

.swiper2 {
  background-color: #efefef;
  display: none !important;
}

.swiper2 .swiper-slide {
	height: 32px;
	line-height: 32px;
}

.swiper2 a {
	color: #898989;
	border: none;
	font-size: 12px;
}

.swiper2 a.active{
	color:#B38D70;
}

.swiper2 a:focus, .swiper2 a:hover {
	border: none;
	color: #B38D70;
	text-decoration:none;
}

.swiper {
	margin-bottom: 10px;
}

.list {
	position: relative;
	margin: 0 auto;
	width: 1350px;
}

.menuList {
	position: absolute;
	top: 0px;
	width: 164px;
	z-index: 2;
	background: none;
	padding-bottom: 20px;
	left: -154px;
}

.menuList .menu {
	margin-bottom: 20px;
}

.menu p{
	color: #B79172;
	font-size: 16px;
	margin: 0;
	line-height: 16px;
	height: 26px;
	margin-top: 20px;
}

.menu p:first-child{
	margin-top: 0;
}

.menu li{
	padding-left: 20px;
	height: 36px;
}

.tabs {
	border-bottom: none;
	border: none;
}

.tabs::before {
	content: none;
}

.tabs::after {
	content: none;
}

.tabs>li>a{
	color: #898989;
	margin-right: 0;
	padding: 5px 0;
	border: none;
	/* padding-bottom: 10px; */
	font-size: 16px;
	/* transition: 0.3s;
	transform: translateZ(0); */
}

/* .tabs>li>a:hover {
	transform:scale(1.1);
} */

.tabs>li>a:focus, .tabs>li>a:hover {
	background: none;
	border-color: transparent;
}

.tabs>li.active>a, .tabs>li.active>a:focus, .tabs>li.active>a:hover {
	border: none;
	/* border-bottom: 2px solid #B58B72; */
	color: #B38D70;
}

.listUl {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.clearfix {
	overflow: auto;
	zoom: 1;
}

.listUl li {
	box-sizing: border-box;
	width: 400px;
	margin: 24px;
	border: 1px solid #848281;
	float: left;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.listUl .item {
	width: 100%;
	height: 100%;
}

.listUl .item .img {
	/*width: 100%;*/
	margin: 30px;
	height: 340px;
	background-position: center;
	background-size: cover;
	transition: 0.5s;
}

.listUl .item .img img {
	/*width: 100%;*/
	width: 100%;
	height: 100%;
}

.listUl .item .img:hover {
	/*width: 100%;*/
	transform: scale(1.1);
}


.listUl .item .text_1 {
	width: 85%;
	margin: 0 auto;
	color: #b79172;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	font-family: "Helvetica Light";
	white-space: pre-wrap;
}

.listUl .item .line {
	width: 83px;
	height: 1px;
	background: #4c4948;
	margin: 10px auto;
}

.listUl .item .text_2 {
	width: 90%;
	margin: 0 auto;
	color: #4c4948;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 4px;
	height: 44px;
	overflow: hidden;
}

.list-btn {
	display: inline-block;
	width: 190px;
	height: 34px;
	border: #878787 solid 1px;
	border-radius: 4px;
	/* position: relative; */
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	margin-top: 30px;
}

.list-btn p {
	text-align: center;
	color: #4c4948;
	height: 34px;
	line-height: 34px;
	width: 130px;
	margin: 0 auto;
}

@media screen and (max-width: 992px) and (min-width:768px) { 
	
}
@media (max-width:767px) {
    #mybanner {
    	height: 220px;
    }
    #mybanner h1 {
		font-size: 2em;
		line-height: 1.4;
	}
	#mybanner h2 {
		font-size: 1em;
	}

	#main {
		margin: 1% 15px;
	}

	.row {
		margin-bottom: 20px;
	}

	.row h1 {
	    font-size: 2em;
	}
	.info {
		margin: 2% 0;
	}
	.listUl li {
		width: 48%;
		margin: 0;
		margin-bottom: 20px;
	}
	.listUl li:nth-child(2n+1) {
		margin-right: 4%;
	}

	.listUl .item .img {
		/*width: 100%;*/
		margin: 10px 20px;
		height: 135px;
	}

	.list {
		width: 92vw;
	}

	#main2 {
		margin: 0 auto;
		min-height: 50vh;
		
	}

	.list-btn {
    width: 99px;
    height: 17px;
    line-height: 17px;
    border-radius: 2px;
	}
	
	.list-btn p {
		width: 69px;
    height: 17px;
		line-height: 17px;
		font-size: 10px;
	}

	.listUl .item .text_1 {
    font-size: 10px;
    line-height: 16px;
    height: 48px;
	}

	.listUl .item .text_2 {
		font-size: 11px;
		line-height: 28px;
		height: 28px;
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 2px;
	}
}

