body{
	position: relative;
}
img{
	display: block;
}
.head{
	width: 100%;
	height: 104px;
	background: #090c11;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 13;
}
.head .head_content{
	width: 1200px;
	margin: 0 auto;
}
.head .head_content .logo{
	margin: 24px 0 32px 0;
}
.head .head_content .nav{
	width: 720px;
	margin-left: 110px;
}
.head .head_content .nav .nav_a{
	padding: 0 35px;
	font-size: 20px;
	color: #fff;
	line-height: 104px;
	text-align: center;
	height: 104px;
	float: left;
} 
.head .head_content .nav .active{
	background: url(../img/choose.png) top center no-repeat;
}
.head .head_content .nav .nav_a:hover{
	background: url(../img/choose.png) top center no-repeat;
}
.swiper-container{
	margin-top: 104px;
}
.swiper-slide{
	width: 100%;
	/* height: 976px; */
}
.swiper-slide img{
	width: 100%;
	height: 100%;
}
.content1{
	width: 100%;
	font-size: 0;
}
.content1 .width40{
	width: 40.5%;
}
.content1 .width29{
	width: 29.75%;
}
.content1 .bg_left{
	background: url(../img/bg.jpg) no-repeat;
	background-size: cover;
}
.content1 .width40 img,
.content1 .width29 img{
	width: 100%;
}
.content1 .title{
	width: 38.5%;
	margin-left: 20.05%;
	margin-top: 21.3%;
}
.content1 .title img{
	width: 100%;
}
.content1 .text{
	width: 90%;
	font-size: 14px;
	color: #000;
	padding-left: 20.05%;
	margin-top: 6%;
}
.content2{
	width: 100%;
	padding: 8% 0 8% 8%;
	background: url(../img/bg1.jpg) no-repeat;
	background-size: cover;
}
.content2 .title{
	width: 15.625%;
}
.content2 .title img{
	width: 100%;
}
.content2 .text1{
	margin-top: 5%;
}
.content2 .text1 .p_text{
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}
.content2 .text1 .padd{
	padding-left: 3.7%;
}
.content3{
	width: 100%;
	background: url(../img/bg5.jpg) top center no-repeat;
	background-size: cover;
}
.content3 ul{
	padding-top: 5%;
}
.content3 .list{
	width: 24.7%;
	margin-right: 0.4%;
	margin-bottom: 0.5%;
	cursor: pointer;
	position: relative;
}
.content3 .list .list_div{
	height: 260px;
	overflow: hidden;
}
.content3 .list img{
	width: 100%;
}
.content3 .list:nth-child(4n){
	margin-right: 0;
}
.content3 .list .list_bottom{
	width: 100%;
	/* height: 80px; */
	background: rgba(255, 255, 255,0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
}
.content3 .list .list_bottom p{
	font-size: 18px;
	color: #292626;
	line-height: 40px;
	padding: 10px;
	/* position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20; */
}
.content3 .list .list_bottom p.p1{
	font-weight: bold;
	line-height: 26px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */ 
}
.content3 .list .list_bottom p.p2{
	padding-bottom: 2%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content3 .content3_page{
	width: 100%;
	padding: 3%; 
	position: relative;
}
.content3 .page{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}
.content4{
	width: 100%;
	padding:8% 0 10% 16%;
	background: url(../img/bg2.jpg) no-repeat;
	background-size: cover;
}
.content4 .title{
	width: 15.625%;
}
.content4 .title img{
	width: 100%;
}
.content4 .text2{
	margin-top: 5%;
	height: 300px;
	overflow-y: scroll;
}
.content4 .text2::-webkit-scrollbar{
    display: none;
}
.content4 .text2 a{
	display: inline-block;
	margin-bottom: 1%;
}
.content4 .text2 a span{
	font-size: 16px;
	color: #fff;
	display: block;
	cursor: pointer;
}
.content4 .text2 a .blue:hover{
	color: #7ac7ef;
}
.content4 .text2 a .line{
	width: 100%;
	height: 1px;
	background: #fff;
}
.content4 .btn{
	width: 122px;
	height: 38px;
	font-size: 14px;
	color: #404040;
	text-align: center;
	line-height: 38px;
	background: #fff;
	border-radius: 20px;
	margin: 3% 0 0;
	cursor: pointer;
}
.line_bg1{
	width: 100%;
	height: 103px;
	background: url(../img/line1.jpg) no-repeat;
}
.line_bg2{
	width: 100%;
	height: 132px;
	background: url(../img/line2.jpg) no-repeat;
}
.content5{
	width: 100%;
	background: url(../img/bg3.jpg) no-repeat;
	background-size: cover;
	padding: 1% 0 6% 14%;
}
.content5_left{
	width: 15%;
}
.content5_left .tit{
	font-size: 22px;
	color: #fff;
	margin-top: 20%;
	cursor: pointer;
}
.content5_left .iconright{
	width: 15px;
	height: 19px;
	display: inline-block;
	background: url(../img/right.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;

	visibility: hidden;
}
.content5_left .iconright_show{
	visibility: visible;
}
.content5 .content5_right {
	width: 50%;
}
.content5 .content5_right .address{
	margin-top: 6%;
}
.small_height{
	position: relative;
}
.small_hide{
	display: none;
}
.small_height .open{
	width: 19px;
	height: 15px;
	background: url(../img/choose.png) no-repeat;
	position: absolute;
	right: -20px;
	top: 65px;
	z-index: 11;
}
.content5 .content5_right .address h5{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.content5 .content5_right .address h6{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.content5 .content5_right .address p{
	line-height: 24px;
	font-size:14px ;
	color: #fff;
}
.content5 .content5_right span{
	font-size:14px ;
	color: #fff;
}
.content5 .content5_right .span1{
	padding-right: 6%;
}
.content5 .content5_right .p_top{
	padding-top: 3%;
}
.content5 .content5_right .line2{
	width: 35%;
	height: 1px;
	border-top: 1px dotted #fff;
	margin-top: 2%;
}
.foot{
	width: 100%;
	background: url(../img/bg4.jpg) no-repeat;
}
.foot .foot_content{
	width: 1200px;
	height: 380px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
}
.foot .foot_content .foot_top .logo1{
	width: 125px;
	height: 36px;
	margin: 0 0 0 38px;
}
.foot .foot_content .foot_top .line3{
	margin: 0 0 0 64px;
}
.foot .foot_content .foot_top ul li{
	width: 60px;
	margin-left: 80px;
}
.foot .foot_content .foot_top ul li span,
.foot .foot_content .foot_top ul li span a{
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	display: block;
	color: #ccc;
}
.foot .foot_content .foot_top ul li .span1{
	font-size: 16px;
	color: #fff;
	line-height: 60px;
}
.foot .foot_content .foot_top .top_right{
	width: 127px;
	position: absolute;
	right: 0;
	top: 120px;
	z-index: 3;
}
.foot .foot_content .foot_top .top_right .foucs{
	font-size: 14px;
	color: #fff;
}
.foot .foot_content .foot_top .top_right .sina,
.foot .foot_content .foot_top .top_right .wechat{
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-top: 15px;
	cursor: pointer;
}
.foot .foot_content .foot_top .top_right .sina{
	background: url(../img/sina.png) no-repeat;
	margin-right: 20px;
}
.foot .foot_content .foot_top .top_right .sina:hover{
	background: url(../img/sina_1.png) no-repeat;
}
.foot .foot_content .foot_top .top_right .wechat{
	background: url(../img/wechat.png) no-repeat;
}

.foot .foot_content .foot_top .top_right .show{
	width: 127px;
	height: 127px;
	margin-top: 20px;
	display: none;
}
.foot .foot_content .foot_bottom{
	margin-top: 40px;
	padding-bottom: 20px;
}
.foot .foot_content .foot_bottom .num{
	font-size: 14px;
	color: #ccc;
	text-align: center;
}
#demoContent{
	min-height: 600px;
}
.none{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 15;
	background: url(../img/opacity.png) repeat;
	display: none;
}
.box{
	/* width: 1096px; */
	/* height: 686px; */
	position: fixed;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	z-index: 16;
	background: #161719;
	display: none;
}
.box .image{
	/* height: 360px; */
    margin: auto;

}
.box .video{
	width: 100%;/* 
	height: 360px; */
}
.box .legend{
	margin: 15px 0 5px 20px;
	background: #161719;
	overflow-y: scroll;
}
.box .legend .title{
	font-size: 22px;
	color: #fff;
	line-height: 36px;
}
.box .legend .text{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.box .over{
	overflow: hidden;
	background: #161719;
	display: none;
}
.box .ul{
	position: relative;
	left: 0;

}
.box .ul .list{
	cursor: pointer;
}
.box .ul .active{
	border: 2px solid #00ffff;
}
.box .ul .list img{
	width: 100%;
	height: 100%;
}
.box .turn_left{
	width: 22px;
	height: 27px;
	background: url(../img/turn_left.png) no-repeat;
	position: absolute;
	top:200px;
	left: -40px;
	margin-top: -14px;
	z-index: 12;
	cursor: pointer;
}
.box .turn_right{
	width: 22px;
	height: 27px;
	background: url(../img/turn_right.png) no-repeat;
	position: absolute;
	top:200px;
	right: -40px;
	z-index: 12;
	cursor: pointer;
}
.box .turn_left1{
	width: 15px;
	height: 17px;
	background: url(../img/turn_left1.png) no-repeat;
	position: absolute;
	bottom: 50px;
	left: 20px;
	z-index: 12;
	cursor: pointer;
	display: none;
}
.box .turn_right1{
	width: 15px;
	height: 17px;
	background: url(../img/turn_right1.png) no-repeat;
	position: absolute;
	bottom: 50px;
	right: 20px;
	z-index: 12;
	cursor: pointer;
	display: none;
}
.all_ol{
	width: 100%;
	/* height: 360px; */
	overflow: hidden;
}
.all_ol .ol{
	position: relative;
	left: 0;
	overflow-y: hidden;
}
.ol_list{/* 
	width: 1096px;
	height: 360px; */
	background: #161719;
}
.have{
	display: none;

}
.have1{
	display: block;
	padding-bottom: 130px;
}
.close{
	width: 36px;
	height: 36px;
	background: url(../img/close.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 17;
	cursor: pointer;
}