.layer {
	width: 100%;
	padding: 11vh 6vw 2% 280px;
	box-sizing: border-box;
	position: relative;
}

.header {
	height: 65vh;
	display: flex;
	justify-content: space-between;
}

.header .right {
	width: 52vw;
	overflow: hidden;
}

.header .left {
	width: 17vw;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	padding: 4vw 0;
}

.header .leftHead span {
	font-size: 18px;
	color: #999;
	font-weight: 300;
}

.header .leftHead h4 {
	font-size: 20px;
	color: #333;
	padding: 1vw 0 2vw;
}

.header .leftHead a {
	font-size: 16px;
	color: #898989;
	line-height: 30px;
	display: inline-block;
	position: relative;
	font-weight: 300;
}

.header .leftHead a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #a6a6a6;
	transition: all .5s;
}

.header .leftHead a:hover::before {
	width: 100%;
}

.header .leftBtn {
	width: 100%;
}
.dropdown{
	position: relative;
}
.dropdown  .btn{
	display: inline-block;
	width: 100%;
	padding: 6px 22px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 300;
	color: #040000;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom: 1px solid #040000;
	/* background-color: #fff; */
}
.curstr {
  float: left;
}
.caret {
	display: block;
	position: absolute;
	right: 5px;
	top: 12px;
	width: 16px;
	height: 9px;
	background: url(../images/jt_down.png) no-repeat;
}

.dropdown ul {
  width: 100%;
}
.dropdown-menu{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	/* min-width: 160px; */
	padding: 5px 0;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #040000;
	border-top: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a {
	display: block;
	padding: 6px 20px;
	clear: both;
	color: #999;
	white-space: nowrap;
	font-weight: 300;
	cursor: pointer;
}
.dropdown-menu > li > a:hover{
	background: #f5f5f5;
	color: #333;
}



.header .leftBtn .search {
	width: 16vw;
	height: 2vw;
	border: solid 1px #040000;
	text-align: center;
	line-height: 2vw;
	margin-top: 40px;
}

.header .leftBtn .search a {
	font-size: 16px;
	color: #040000;
	font-weight: 300;
}

.slider {
	/* display: flex;
	justify-content: space-between;
	align-items: flex-end; */
	margin-top: 3vw;
}

.slider .left {
	width: 100%;

}

.slider .right {
	float: right;
	/* margin-top: 4vh; */
	width: 8vw;
	display: flex;
	justify-content: space-between;
}

.slider .right div {
	width: 40px;
	height: 40px;
	cursor: pointer;
	outline: none;
}

.slider .right .slider-prev {
	background: url(../images/jtFl.png)no-repeat;
	background-size: 100% 100%;
}

.slider .right .slider-next {
	background: url(../images/jtFr.png)no-repeat;
	background-size: 100% 100%;
}

.slider .right .slider-prev:hover {
	background: url(../images/jtFlOn.png)no-repeat;
	background-size: 100% 100%;
}

.slider .right .slider-next:hover {
	background: url(../images/jtFrOn.png)no-repeat;
	background-size: 100% 100%;
}

.slider .sliderUl {
	display: flex;
}

.slider .sliderUl li {
	width: calc((100% - 8vw)/5);
	/* float: left; */
	/* margin-right: 2vw; */
	height: 22vw;
	cursor: pointer;
}
.slider .sliderUl li div{
	width: 12vw;
}

.slider .swiper-slide {
	overflow: hidden;
}
.information{
	margin-top: 4vw;
}
.information .item{
	margin-bottom: 4vw;
}

.information .item .left,.information .item .right{
	display: flex;
	padding: 0 6vw;
	z-index: 2;
	position: relative;
}
.information .item .left{
	z-index: 0;
}
.information .item .right{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: -5vw;
	z-index: 1;
}
.information .item .itemImg {
	width: 21vw;
	position: relative;
}
/* .information .item .bottomMask::before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	height: 120%;
	content: '';
	background-color: #faf9f5;
	transform: rotate(90deg) translate(-70%,6vw);
	transform-origin: 0% 100%;
} */
/* .information .item .topMask::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 70%;
	height: 120%;
	content: '';
	background-color: #faf9f5;
	transform: rotate(90deg) translateX(-100%);
} */
.information .item .itemImg img{
	position: relative;
	z-index: 2;
}
.information .item .itemInfo {
	width: 40%;
	padding: 4vw;
	height: 100%;
	position: relative;
	z-index: 2;
}

.information .item .itemInfo span {
	font-size: 16px;
	color: #151111;
	font-weight: 300;
}

.information .item .itemInfo div {
	font-size: 20px;
	color: #040000;
	padding: 26px 0 30px;
	font-weight: 300;
}

.information .item .itemInfo p{
	font-size: 14px;
	line-height: 30px;
	color: #898989;
	font-weight: 300;
}

.footer{
	text-align: right;
	font-size: 14px;
	line-height: 30px;
	color: #898989;
	margin-top: 10vw;
}
.footer a{
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #898989;
}


.bigMask{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}
.bigMask .big_img_close{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 40px;
	top: 35px;
	background: url(../images/big_img_close.png) no-repeat center;
	background-size: 100% 100%;
	cursor:pointer;
	z-index: 99999;
}
.bigMask .big_img_main{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}
.big_img_main .bigImg-container{
	width: 600px;
	/* height: 1080px; */
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: zoom-in;
	overflow: hidden;
	transform:translate(-50%,-50%) scale(.85, .85);
	transition: none 0s ease 0s;
	opacity: 1;
}
.big_img_main .bigImg-container.on{
	cursor: grab;
	transform:translate(-50%,-50%) scale(1, 1);
}

.bigMask .sliders-prev{
	position: absolute;
	left: 3.7%;
	top: 35%;
	width: 200px;
	height: 200px;
	/* z-index: 99999; */
	cursor: pointer;
	background: url(../images/jtFl.png)no-repeat center center;
	background-size: 40px 40px;
	outline: none;
}
.bigMask .sliders-next{
	position: absolute;
	right: 3.7%;
	top: 35%;
	width: 200px;
	height: 200px;
	/* z-index: 99999; */
	cursor: pointer;
	background: url(../images/jtFr.png)no-repeat center center;
	background-size: 40px 40px;
	outline: none;
}

.bigMask .sliders-prev:hover {
	background:url(../images/jtFlOn.png)no-repeat center center;
	background-size: 40px 40px;
}

.bigMask .sliders-next:hover {
	background: url(../images/jtFrOn.png)no-repeat center center;
	background-size: 40px 40px;
}
.bigMask .swiper-pagination-fraction{
	position: absolute;
	left: 14%;
	top: 35%;
	width: 200px;
	height: 200px;
	line-height: 200px;
	/* z-index: 9999; */
	font-weight: 300;
}
.bigMask .swiper-pagination-current{
	font-size: 40px;
}


/* 分页 */
.page .pagination {
	text-align: center;
	font-size: 0;
	height:60px;
}

.page .pagination:after {
	display: block;
	content: '';
	clear: both;
}

.page .pagination li {
	display: inline-block;
	height:60px;
}

.page.pagination li a,
.page .pagination li span {
	height:20px;
	color: #333333;
	padding: 0 10px;
}

.page .pagination li a:hover,
.page .pagination li.active a,
.page .pagination li.active span,
.page .pagination li a.active {
	color: #cfb675;
}

/* 按钮 */
.page{
	margin: 10vh 0;
}
.page .pagination li:first-of-type a,
.page .pagination li:last-of-type a,
.page .pagination li:first-of-type span,
.page .pagination li:last-of-type span {
	display: block;
	position: relative;
	height:60px;
	width: 60px;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}

.page .pagination li:first-of-type a:after,
.page .pagination li:last-of-type a:after,
.page .pagination li:first-of-type span:after,
.page .pagination li:last-of-type span:after {
	display: inline;
	content: '1';
	opacity: 0;
}

.page .pagination li.disabled {
	pointer-events: none;
	cursor: disabled;
}

.page .pagination li:first-of-type a {
	display: block;
	height:60px;
	width: 60px;
}

.page .pagination li:first-of-type {
	background: url(../images/jtFl.png)no-repeat center;
	background-size: 40px 40px;
}

.page .pagination li:last-of-type {
	background: url(../images/jtFr.png)no-repeat center;
	background-size: 40px 40px;
}

.page .pagination li:first-of-type:not(.disabled):hover {
	background: url(../images/jtFlOn.png)no-repeat center center;
	background-size: 40px 40px;
}

.page .pagination li:last-of-type:not(.disabled):hover {
	background: url(../images/jtFrOn.png)no-repeat center center;
	background-size: 40px 40px;
}

.page .pagination li {
	height:60px;
	width: 60px;
	font-size: 16px;
	color: #333333;
	line-height: 60px;
}
.page .pagination li a{
	color: #333;
}

.page .pagination li:not(:last-of-type) {
	margin-right: 10px;
}

.page.pagination li:first-of-type,
.page .pagination li:last-of-type {
	margin: 0 30px;
}



/* 大屏幕适配 */
@media (min-width: 1920px){ 
	.layer{
		padding: 8vh 6vw 2% 18.58vw;
	}
	.header .left{
		width: 15vw;
		padding: 5vw 0;
	}
	.header .leftHead span{
		font-size: 22px;
	}
	.header .leftHead h4{
		font-size: 24px;
	}
	.header .leftHead a{
		font-size: 20px;
	}
	.dropdown .btn{
		font-size: 20px;
	}
	.information{
		margin-top: 2vw;
	}
	.information .item .right{
		margin-top: -7vw;
	}
	.information .item .itemInfo span{
		font-size: 22px;
	}
	.information .item .itemInfo div{
		font-size: 26px;
		padding: 26px 0 35px;
	}
	.information .item .itemInfo p{
		font-size: 19px;
		line-height: 36px;
	}
	
	
}

































