/*box_brand*/
.box_brand .content {
	padding: 4rem 4rem 2rem;
	border-radius: 1rem;
}
.box_brand .content .img_wrap {
	text-align: center;
	margin-bottom: 2rem;
}
.box_brand .content .img_wrap img {
	height: 5rem;
}
.box_brand .content .txt_wrap div {
	margin-bottom: 1rem;
}
.box_brand .content .txt_wrap div .tit {
	font-size: 1.2rem;
	font-weight: bold;
	height: 3rem;
	line-height: 3rem;
}
.box_brand .content .txt_wrap div p {
	line-height: 1.5rem;
}
.box_brand .content .txt_wrap div .video_wrap {
	padding-top: .5rem;
}
.box_brand .content .txt_wrap div .video_wrap video {
	width: 100%;
	border-radius: 1rem;
}

/*box_goods*/
.box_goods {
	margin-top: 5rem;
}
.box_goods .content {
	display: flex;
	flex-wrap: wrap;
}
.box_goods .content .grid {
	width: 320px;
	margin: 0 5px 10px;
	border-radius: .5rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.box_goods .content .grid dl {
	padding: 2rem 2rem 0;
	flex-grow: 1;
}
.box_goods .content .grid dl dt {
	padding-left: .8rem;
	margin-bottom: .5rem;
	overflow: hidden;
	font-size: 1.2rem;
	font-weight: bold;
}
.box_goods .content .grid dl dd {
	height: 2.5rem;
	line-height: 2.5rem;
	display: flex;
}
.box_goods .content .grid dl dd .dot {
    width: .3rem;
    height: .3rem;
    margin: 1.1rem .5rem 1.1rem 0;
    border-radius: .5rem;
    border: 1px solid #194A65;
    flex-shrink: 0;
}
.box_goods .content .grid dl dd .txt {
	height: 2rem;
	width: 304px;
	overflow: hidden;
	border-bottom: 2px solid #E5E6E6;
}
.box_goods .content .grid dl dd .txt a:hover {
	border-bottom: 2px solid;
}
.box_goods .content .grid .a_wrap {
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: right;
	padding: 0 1rem 1rem;
}
.box_goods .content .grid .a_wrap a {
	font-size: .8rem;
	border-bottom: 1px solid #E5E6E6;
}
.box_goods .content .grid .a_wrap a:hover {
	border-bottom: 1px solid;
}
.box_goods .content .grid .img_wrap {
	height: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
/*.box_goods .content .grid .img_wrap img {
	float: left;
	width: 100%;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}*/

/*box_experience*/
.box_experience {
	margin-top: 5rem;
}
.box_experience .content .tab_btn ul {
	display: flex;
	margin-bottom: 1rem;
}
.box_experience .content .tab_btn ul li {
	cursor: pointer;
	border-bottom: 3px solid #EEEFF0;
	margin-left: 1.5rem;
}
.box_experience .content .tab_btn ul li.active {
	font-weight: bold;
	border-bottom: 3px solid;
}
.box_experience .content .tab_cont {
	min-height: 600px;
}
.box_experience .content .tab_cont .grid {
	display: none;
	padding: 2rem;
	border-radius: 1rem;
}
.box_experience .content .tab_cont .grid.active {
	display: flex;
	flex-wrap: wrap;
}
.box_experience .content .tab_cont .grid .img_wrap {
	width: 300px;
	height: 260px;
	overflow: hidden;
	margin-top: 18px;
	margin-right: 18px;
	border-radius: 5px;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
}
.box_experience .content .tab_cont .grid .img_wrap:hover {
	box-shadow: 0 0 5px;
}
.box_experience .content .tab_cont .grid .img_wrap:nth-child(1), .box_experience .content .tab_cont .grid .img_wrap:nth-child(2), .box_experience .content .tab_cont .grid .img_wrap:nth-child(3) {
	margin-top: 0;
}
.box_experience .content .tab_cont .grid .img_wrap:nth-child(3n) {
	margin-right: 0;
}
.box_experience .content .tab_cont .grid .img_wrap img {
	float: left;
	width: 300px;
	height: 260px;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
}
.box_experience .content .tab_cont .grid .img_wrap:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
}

/*box_mountain*/
.box_mountain {
	margin-top: 4rem;
}
.box_mountain .content {
	padding: 0 2rem;
}
.box_mountain .content .img {
	min-height: 2000px;
}
.box_mountain .content .img img {
	width: 100%;
}

/*box_news*/
.box_news {
	margin-top: 4rem;
}
.box_news .content .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_news .content .list ul li {
	width: 490px;
	margin-top: 20px;
	border-radius: .5rem;
	overflow: hidden;
	border: 1px solid;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
}
.box_news .content .list ul li:nth-child(1), .box_news .content .list ul li:nth-child(2) {
	margin-top: 0;
}
.box_news .content .list ul li:hover {
	box-shadow: 0 0 5px;
}
.box_news .content .list ul li a {
	display: flex;
	float: left;
}
.box_news .content .list ul li a .number {
	width: 8.5rem;
	line-height: 8.5rem;
	text-align: center;
	font-size: 2rem;
	flex-shrink: 0;
	color: #FFF;
	position: relative;
	background-color: #C7C7C7;
}
.box_news .content .list ul li:hover a .number {
	background-color: #B9B997;
}
.box_news .content .list ul li a .number .date {
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	font-size: .8rem;
}
.box_news .content .list ul li a .txt {
	padding: 1rem;
}
.box_news .content .list ul li a .txt .tit {
	height: 2rem;
	font-size: 1.1rem;
	font-weight: bold;
}
.box_news .content .list ul li a .txt .desc {
	height: 4.5rem;
	line-height: 1.5rem;
	overflow: hidden;
	font-size: .8rem;
}

/*more*/
.more {
	text-align: center;
	padding: 2rem 0 1rem;
}
.more a {
	display: inline-block;
	padding: .5rem 1rem;
	font-size: .8rem;
	background-color: #194A65;
	color: #FFF;
	border-radius: 2px;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}
.more a:hover {
	box-shadow: 0 0 5px #194A65;
}