*{
    margin: 0;
    padding: 0;
    border: 0;
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
body{
    background: #000;
}

#header{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#header .menu{
    width: 90%;
    margin: 0 auto;
    margin-top: 4vw;
}
#header .logo{
    float: left;
    height: 1.3vw;
	margin-top: -0.8vw;
}
#header ul{
    float: right;
    list-style: none;
    color: #fff;
	display: block;
}
#header ul li{
    float: left;
    font-size: 1vw;
    margin: 0 1vw;
}
#header ul li a{
    color: #fff;
	text-decoration: none;
}
#header ul li.on{
    border-bottom: 2px solid #bc9781;
}
#header .banner{
    position: absolute;
    left: 0;
    top: 0;
	z-index: -1;
    width: 100%;
    height: 100vh;
    line-height: 100vh;
    text-align: center;
}
#header .banner span{
    color: #fff;
    font-size: 4vw;
	font-weight: bold;
	position: relative;
}
#header .video-box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
}
#header .video-box video{
	width: 240vh;
	min-width: 100%;
	min-height: 41.66vw;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #000;
	transform: translate(-50%, -50%);
}
#box_1{
    position: relative;
    margin: 7vw 0;
}
#box_1 .box_swiper_1{
    width: 85%;
    height: 25vw;
    margin: 0 auto;
	border-radius: 10px;
}
#box_1 .swiper-slide{
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	border-radius: 10px;
}
#box_1 .swiper-slide ul{
    list-style: none;
    width: 100%;
    height: 100%;
        background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
#box_1 .swiper-slide ul li{
    display: flex;
}
#box_1 .swiper-slide .cp_logo{
    width: 15vw;
    margin: 5vw 0 0 5vw;
}
#box_1 .swiper-slide .cp_title{
    font-size: 3vw;
    letter-spacing: 0.2vw;
    color: #fff;
    margin: 0 0 0 5vw;
	font-weight: bold;
}
#box_1 .swiper-slide .cp_bt{
    width: 10vw;
    margin: 2vw 0 0 5vw;
}
#box_1 .swiper-slide .cp_bt img{
    width: 100%;
}
#box_1 .swiper-button-prev{
    left: 3vw;
}
#box_1 .swiper-button-next{
    right: 3vw;
}
#box_1 .swiper-pagination{
    bottom: -2vw;
    left: 0;
    width: 100%
}
#box_1 .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    opacity: .3;
    width: 0.8vw;
    height: 0.8vw;
    margin: 0 0.3vw;
}
#box_1 .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}
#box_2{
    position: relative;
    padding: 7vw 0;
    background: #0e0e0e;
}
#box_2 .box_swiper_2{
    width: 100%;
    height: 20vw;
}
#box_2 .swiper-slide{
    width: 40%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
	overflow: hidden;
}
#box_2 .swiper-slide ul{
    list-style: none;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.6);
}
#box_2 .swiper-slide ul li{
    display: flex;
    color: #fff;
}
#box_2 .swiper-slide .cp_title{
    font-size: 3vw;
    margin: 2vw 0 0 5vw;
	position: relative;
	font-weight: bold;
}
#box_2 .swiper-slide .cp_title::before{
    content: "";
    width: 1.3vw;
    height: 1.3vw;
	position: absolute;
	top: 50%;
	left: -2vw;
	transform: translateY(-50%);
    background-image: url('../image/sx.png');
    background-size: 100% 100%;
}
#box_2 .swiper-slide .cp_span{
    font-size: 1vw;
    margin: 0.3vw 0 0 5vw;
}
#box_2 .swiper-slide .cp_bt{
	position: absolute;
    width: 10vw;
    right: 10%;
	bottom: 20%;
}
#box_2 .swiper-scrollbar{
	height: 10px;
	bottom: -7vw;
	background: rgb(255,255,255,0);
}
#box_2 .swiper-scrollbar-drag{
	background: rgb(255,255,255,0.5);
}
#box_3{
	width: 100%;
	height: 30vw;
	background-color: rgba(0, 0, 0, 0.6);
	background-image: url(../image/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
background-blend-mode: overlay;
	text-align: center;
	color: #fff;
	padding-top: 5vw;
}
#box_3 .box_title{
	font-size: 3vw;
	letter-spacing: 0.2vw;
	padding-top: 3vw;
	font-weight: bold;
}
#box_3 .box_title::after{
	content: '';
	display: block;
	margin: 0 auto;
	margin-top: 3vw;
	width: 5vw;
	height: 1px;
	background: #fff;
}
#box_3 .box_span{
	font-size: 1vw;
	padding-top: 2vw;
	line-height: 2vw;
}
#box_3 .box_span img{
	width: 10vw;
}
#box_3 .cp_bt{
	display: block;
	margin: 0 auto;
	margin-top: 5vw;
	width: 10vw;
}
#box_3 .cp_bt img{
	width: 100%;
}
#box_4{
	width: 90%;
	padding: 0 5%;
	padding-top: 7vw;
	color: #fff;
	overflow: hidden;
	background: #0e0e0e;
}
#box_4 ul{
	float: left;
	width: 30%;
	height: 23vw;
	list-style: none;
}
#box_4 ul:nth-child(2), #box_4 ul:nth-child(3){
	margin-left: 5%;
}
#box_4 .new_fm{
	width: 100%;
	height: 65%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#box_4 .new_fm a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	background-image: url(../image/ljgd.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30%;
	opacity: 0;
}
#box_4 ul:hover a{
	opacity: 1;
	transition-duration: 0.3s;
}
#box_4 .new_title{
	font-family: '宋体';
	font-size: 1.7vw;
	margin-top: 0.5vw;
	color: #c6c6c6;
	font-weight: bold;
}
#box_4 .new_span{
	font-size: 1vw;
	margin-top: 0.5vw;
	color: #9f9f9f;
}
.new_more{
	height: 3vw;
	font-size: 0.9vw;
	text-align: center;
	padding: 3vw 0;
	background: #0e0e0e;
}
.new_more a{
	color: #ab8975;
}
#box_5{
	width: 90%;
	height: 40vw;
	margin: 0 auto;
	margin-top: 5vw;
	margin-bottom: 10vw;
	color: #fff;
	overflow: hidden;
}
#box_5 ul{list-style: none;}
#box_5 .con_left{
	float: left;
	width: 50%;
	height: 100%;
}
#box_5 .con_left .con_img{
	width: 100%;
	height: 60%;
	background-image: url(../image/cont.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#box_5 .con_info li:nth-child(1) {
	margin-top: 2vw;
	font-size: 1.5vw;
	font-weight: bold;
}
#box_5 .con_info li:nth-child(2) {
	font-size: 1vw;
	margin-bottom: 2vw;
}
#box_5 .con_info li:nth-child(3) img {
	width: 2vw;
}
#box_5 .con_info li:nth-child(2){
	
}
#box_5 .con_info li:nth-child(4) {
	font-size: 1vw;
}
#box_5 .con_info li:nth-child(4) a {
	color: #fff;
}
#box_5 .con_right{
	width: 42%;
	height: 100%;
	float: right;
	color:#000;
	background: #cccccc;
	padding: 0 4%;
}
#box_5 .con_right li:nth-child(1){
	font-size: 3vw;
	margin-top: 2vw;
}
#box_5 .con_right li:nth-child(2){
	font-size: 2vw;
	margin-top: -1vw;
	margin-bottom: 3vw;
}
#box_5 .con_right li:nth-child(3),#box_5 .con_right li:nth-child(4),#box_5 .con_right li:nth-child(5){
	font-size: 1.2vw;
	margin-bottom: 2.5vw;
}
#box_5 .con_right li:nth-child(3) input,#box_5 .con_right li:nth-child(4) input,#box_5 .con_right li:nth-child(5) input{
	width: 100%;
	height: 3vw;
	background: none;
	border-bottom: 1px solid #ab8975;
	font-size: 1.5vw;
	color: #ab8975;
}
#box_5 .con_right li input:focus{
	outline: none;
}
#box_5 .con_right li:nth-child(6) a{
	display: block;
	width: 100%;
	height: 4vw;
	background: #ab8975;
	text-align: center;
	color: #fff;
	font-size: 1.2vw;
	line-height: 4vw;
	text-decoration: none;
}
.bl_box{
	position: relative;
	margin-top: -35vw;
	z-index: -10;
	height: 35vw;
	width: 100%;
	overflow: hidden;
}
.wow { visibility: hidden; }

.hamburger{
	position: absolute;
	right: 10vw;
	top: 7vw;
	cursor: pointer;
	width: 5vw;
	height: 2vw;
	z-index: 99;
	display: none;
}
 
.line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
 
.hamburger.active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
 
.hamburger.active .line:nth-child(2) {
  opacity: 0;
}
 
.hamburger.active .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.no-scroll {
    overflow: hidden;
}
/* 竖版方向样式调整 */
@media (orientation: portrait) {
	#header .menu{
		position: fixed;
		width: 100%;
		height: 20vw;
		margin: 0;
		z-index: 9;
		background: #0e0e0e;
	}
	#header .logo{
		position: absolute;
	    height: 4vw;
		margin: 0 auto;
		margin-left: 10vw;
		margin-top: 8vw;
		z-index: 9;
	}
	#header ul{
		width: 100%;
		height: 100vh;
		margin: 0vw;
		padding-top: 25vw;
		top: 0;
		left: 0;
		position: absolute;
		display: none;
		background-color: #0e0e0e;
	}
	#header ul li{
		float: none;
		font-size: 5vw;
		padding: 5vw 0;
		margin: 0;
		margin-left: 10vw;
	}
	#header ul li.on{
		color: #bc9781;
	}
	#header .banner span{
		font-size: 8vw;
		top: -15vw;
	}
	.hamburger{
		display: block;
	}
	#box_1{
		margin: 0 0;
	}
	#box_1 .box_swiper_1{
		height: 60vw;
		width: 100%;
		border-radius: 0;
	}
	#box_1 .swiper-button-next, #box_1 .swiper-button-prev{
		display: none;
	}
	#box_1 .swiper-pagination{
		display: none;
	}
	#box_1 .swiper-pagination .swiper-pagination-bullet{
		width: 2vw;
		height: 2vw;
		margin: 0 1vw;
	}
	#box_1 .swiper-slide .cp_logo{
		width: 25vw;
		margin: 0 auto;
		margin-top: 15vw;
	}
	#box_1 .swiper-slide .cp_bt{
		width: 18vw;
		margin: 0 auto;
		margin-top: 5vw;
	}
	#box_1 .swiper-slide .cp_title{
	    width: 100%;
	    font-size: 5vw;
        text-align: center;
        margin-top: 0vw;
	}
	#box_1 .swiper-slide{
	    border-radius: 0;
	}
	#box_1 .swiper-slide ul{
	    background: rgba(0,0,0,0.6);
	}
	#box_2{
		padding: 10vw 0;
	}
	#box_2 .box_swiper_2{
		height: 200vw;
	}
	#box_2 .swiper-slide{
		width: 86%;
		margin-left: 7%;
	}
	#box_2 .swiper-scrollbar{
		height: 1vw;
		bottom: -10vw;
	}
	#box_2 .swiper-slide .cp_title{
		font-size: 5vw;
		margin-left: 10vw;
		margin-top: 5vw;
	}
	#box_2 .swiper-slide .cp_title::before{
		width: 3vw;
		height: 3vw;
		left: -4vw;
	}
	#box_2 .swiper-slide .cp_span{
		font-size: 3vw;
	}
	#box_2 .swiper-slide .cp_bt{
		width: 20vw;
	}
	#box_3 .box_title{
		font-size: 5vw;
		padding-top: 10vw;
	}
	#box_3{
		height: 55vw;
	}
	.bl_box{
		height: 55vw;
		margin-top: -55vw;
	}
	#box_3 .box_span{
		font-size: 3vw;
		line-height: 5vw;
	}
	#box_3 .box_span img{
		width: 30vw;
	}
	#box_3 .cp_bt{
		width: 20vw;
	}
	#box_4{
		padding-top: 10vw;
	}
	#box_4 ul{
		width: 100%;
		height: 50vw;
	}
	#box_4 ul:nth-child(2), #box_4 ul:nth-child(3){
		margin: 0;
	}
	#box_4 .new_title{
	    text-align: center;
		font-size: 5vw;
		margin: 1vw 0;
		text-decoration: underline;
	}
	#box_4 .new_span{
		font-size: 3vw;
		display: none;
	}
	.new_more{
		font-size: 3vw;
		height: 10vw;
	}
	#box_5{
		height: 170vw;
		margin-top: 10vw;
		margin-bottom: 20vw;
	}
	#box_5 .con_info{
		margin-top: 5vw;
	}
	#box_5 .con_right{
		width: 90%;
		padding: 0 5%;
		height: 47%;
		float: left;
	}
	#box_5 .con_left{
		width: 100%;
		height: 53%;
		float: right;
		text-align: center;
		
	}
	#box_5 .con_info li:nth-child(1){
		font-size: 5vw;
	}
	#box_5 .con_info li:nth-child(2){
		font-size: 3vw;
	}
	#box_5 .con_info li:nth-child(3) img{
		width: 5vw;
	}
	#box_5 .con_info li:nth-child(4){
		font-size: 3vw;
		margin-top: 5vw;
	}
	#box_5 .con_right li:nth-child(1){
		font-size: 5vw;
	}
	#box_5 .con_left .con_img{
		height: 40%;
	}
	#box_5 .con_right li:nth-child(3), #box_5 .con_right li:nth-child(4), #box_5 .con_right li:nth-child(5){
		font-size: 3vw;
		margin-top: 5vw;
	}
	#box_5 .con_right li:nth-child(3) input, #box_5 .con_right li:nth-child(4) input, #box_5 .con_right li:nth-child(5) input{
		height: 7vw;
		font-size: 3vw;
	}
	#box_5 .con_right li:nth-child(6) a{
		height: 8vw;
		font-size: 3vw;
		line-height: 8vw;
		
	}
	#box_5 .con_right li:nth-child(2){
		font-size: 5vw;
	}
}