@charset "utf-8";
body{
	background: #f4f4f4;
}
/*banner*/
.banner .banner_img{
	opacity: 0.44;
}
.banner_title{
	text-align: center;
	color:#fff;
	font-size: 65px;
}
.banner_nav{
	color:#fff;
	font-size: 20px;
	margin-top: 50px;
}
.banner_nav .banner_nav_dian{
	margin: 0 30px;
}
.banner_nav.on{
	background: rgba(0,0,0,0.5);
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	position: fixed;
	left: 0;
	top:0;
	z-index: 999;
	width: 100%;
}
.banner_nav .banner_nav_title{
	color:#fff;
	position: relative;
}
.banner_nav .banner_nav_title:after{
	content: "";
	width: 0;
	bottom: -10px;
	background:#b78f5a;
	position: absolute;
	left: 0;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	height: 2px;
}
.banner_nav .banner_nav_title:hover:after{
	width: 100%;
}
.banner_nav .banner_nav_title.on:after{
	width: 100%;
}
.banner_nav .banner_nav_title:hover{
	color: #b78f5a;
}
.banner_nav .banner_nav_title.on{
	color: #b78f5a;
}
.a1_box{
	width: 100%;
}
.a1_box .a1_nav{
    width: 100%;
    height: 34vw;
    color:#222;
}

.a1_box .a1_nav .a1_inner{
	width: 100%;
	margin: auto;
	height: 100%;
	position: relative;
}
.a1_box .a1_nav .a1_nav_box{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}
.a1_box .a1_nav .a1_nav_box .video_box{
	width: auto;
	display: block;
	margin: 0;
	padding: 0;
	object-fit: cover;
	max-height: 100%;
	max-width: 100%;
}
.a1_box .a1_nav .a1_nav_box .video_img{
	width: 77px;
	height: 77px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -38px;
	margin-top: -38px;
	z-index: 10;
}
.a1_box .a1_nav .a1_nav_inner{
	padding:0 10%;
}
.a1_box .a1_nav:nth-child(2n) .a1_nav_box{
	float: right;
}	
.a1_box .a1_nav:nth-child(n) .a1_nav_box:first-child{
	background: #f2f3f5;
}
.a1_box .a1_nav:nth-child(2n) .a1_nav_box:first-child{
	background: #181818;
}
.a1_box .a1_nav .video_con{
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #000;

	display: flex;
	align-items: center;
}
.a1_box .a1_nav .a1_title{
	font-size: 50px;
	padding-bottom: 12px;
}
.a1_box .a1_nav .a1_e{
	font-size: 34px;
}
.a1_box .a1_nav .a1_content{
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	padding-top: 16px;
	color:#444;
	letter-spacing: -2px;
	width:80%;
}
.a1_box .a1_nav:nth-child(2n){
	color:#fff;
}
.a1_box .a1_nav:nth-child(2n) .a1_content{
	color:#fff;
}
/*页面2*/
.about_list{
	width: 100%;
	margin-bottom: 74px;
}
.about_inner_title{
	font-size: 50px;
	color:#222222;
	width: 73%;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 70px;
}
.about_inner{
	width: 73%;
	margin: auto;
}
.about_list .about_nav{
	width: calc((100% - 74px) / 2);
	float: left;
	background: #fff;
	margin-right: 74px;
	margin-bottom: 74px;
	display: block;
}
.about_list .about_nav:nth-child(2n){
	margin-right: 0;
}
.about_list .about_nav .about_nav_img{
	width: 100%;
	overflow: hidden;
}
.about_list .about_nav .about_nav_img .img{
	width: 100%;
	-webkit-transition: 0.6s all;
	transition: 0.6s all;
}
.about_list .about_nav .about_nav_img:hover .img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.about_list .about_nav .about_nav_inner{
	padding:40px;
}
.about_list .about_nav .about_nav_title{
	font-size: 28px;
	line-height: 34px;
	height: 68px;
	margin-bottom: 20px;
}
.about_list .about_nav .about_nav_time{
	color:#666666;
	font-size: 20px;
	padding-left: 30px;
	background: url(../img/time_icon.png) no-repeat left center;
	background-size: 20px 20px;
}
/*页面3*/
.a3_inner{
	width: 73%;
	margin: auto;
	margin-bottom: 80px;
}
.a3_title{
	font-size: 50px;
	margin-top: 60px;
	margin-bottom: 100px;
}
.a3_box .a3_nav{
	font-size: 24px;
	text-align: center;
}
.a3_box .a3_nav .a3_nav_img{
	margin: auto;
}
.a3_box .a3_nav .a3_nav_title{
	margin-top: 30px;
}

/*地图 */
.map_con{
	width: 100%;
	height: 550px;
}
.BMapLabel{
	display: none !important;
}
.BMap_mask{ display:none;}
.BMap_stdMpZoom{ display:none;}
.BMap_stdMpPan{ display:none;}
.BMap_cpyCtrl{ display:none;}
.BMap_scaleTxt{ display:none;}
.BMap_scaleCtrl{ display:none;}
.BMap_omCtrl{ display:none;}
.anchorBL{ display:none;}

/*响应式适配*/

@media screen and (max-width: 1861px) {
	.a1_box .a1_nav .a1_content{
		width:90%;
	}
}
@media screen and (max-width: 1681px) {
	
}
@media screen and (max-width: 1440px) {
	.banner_title {
	    font-size: 54px;
	}
	.about_inner_title,
	.a3_title{
		font-size: 42px;
	}
	.a1_box .a1_nav .a1_e{
		font-size: 30px;
	}
	.about_list .about_nav .about_nav_title{
		font-size: 24px;
	}
	.a1_box .a1_nav .a1_nav_inner{
		padding:0 5%;
	}
	.a1_box .a1_nav .a1_title{
		font-size: 40px;
	}
	.a1_box .a1_nav .a1_e {
    	font-size: 26px;
	}
	.video_left_title{
		width: 90%;
	}
	.a1_box .a1_nav .a1_content{
		width:90%;
	}
}
@media screen and (max-width: 1335px) {
	.about_inner{
		width: 80%;
	}
	.about_inner_title{
		width: 80%;
	}
	.a3_inner{
		width: 80%;
	}
	.a1_box .a1_nav .a1_title{
		font-size: 36px;
	}
	.a1_box .a1_nav .a1_e {
    	font-size: 24px;
	}
	.a1_box .a1_nav .a1_content{
		font-size: 16px;
	}
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 500px) {
	.banner_title {
	    font-size: 36px;
	}
	.banner_nav {
	    color: #fff;
	    font-size: 12px;
	    margin-top: 20px;
	    white-space: nowrap;
	}
	.banner_nav .banner_nav_dian {
	    margin: 0 5px;
	}
	.a1_box .a1_nav {
	    height: auto;
	    padding: 40px 0;
	    padding-top: 20px;
	}
	.a1_box .a1_nav .a1_inner{
		width: 90%;
	}
	.a1_box .a1_nav .a1_title {
	    font-size: 24px;
	    padding-bottom: 12px;
	    line-height: 30px;
	}
	.a1_box .a1_nav .a1_e {
	    font-size: 24px;
	    line-height: 28px;
	}
	.a1_box .a1_nav .a1_content {
	    font-size: 14px;
	    line-height: 20px;
	    padding-top: 6px;
	    width: 100%;
	}
	.a1_box .a1_nav .a1_nav_box{
		width: 100%;
		height: auto;
	}
	.a1_box .a1_nav .a1_nav_inner{
		padding: 0;
	}
	.a1_box .a1_nav .a1_nav_box .video_box{
		height: auto;
		width: 100%;
	}
	.a1_box .a1_nav .video_con{
		height: auto;
	}
	.a1_box .a1_nav:nth-child(1n) .a1_nav_box:last-child{
		margin-top: 16px;
		margin-bottom: 20px;
	}
	.a1_box .a1_nav:nth-child(2n) .a1_nav_box:first-child{
		padding:20px 0;
	}
	.a1_box .a1_nav:nth-child(2n) .a1_nav_box:last-child{
		margin-top: 0 !important;
		margin-bottom: 30px !important;
	}
	.a1_box .a1_nav:nth-child(2n) .a1_nav_inner {
	    padding: 0 20px;
	}
	.a1_box .a1_nav .a1_nav_box .video_img {
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-left: -20px;
	    margin-top: -20px;
	    z-index: 10;
	}
	.page_number_con .page_number {
	    width: 36px;
	    height: 36px;
	    line-height: 36px;
	    margin-right: 5px;
	    font-size: 16px;
	    border-radius: 5px;
	}
	.page_number_con {
	    margin-top: 30px;
	}
	.about_inner_title {
	    width: 90%;
	}
	
	
	
	.about_inner_title {
	    font-size: 24px;
	    width: 90%;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.about_list .about_nav {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 20px;
	    height: auto;
	}
	.about_inner{
		width: 90%;
	}
	.about_list .about_nav .about_nav_inner {
	    padding: 10px;
	}
	.about_list .about_nav .about_nav_title {
	    font-size: 20px;
	    line-height: 28px;
	    height: auto;
	    margin-bottom: 12px;
	}
	.about_list .about_nav .about_nav_time {
	    font-size: 16px;
	    padding-left: 24px;
	    background-size: 16px 16px;
	}
	.about_list {
	    margin-bottom: 30px;
	}
	.a3_inner {
	    width: 90%;
	}
	.a3_inner {
	    width: 90%;
	    margin-bottom: 30px;
	}
	.a3_title {
	    font-size: 24px;
	    margin-top: 30px;
	    margin-bottom: 30px;
	    line-height: 32px;
	    text-align: justify;
	}
	.a3_box{
		display: block;
	}
	.a3_box .a3_nav .a3_nav_title {
	    margin-top: 10px;
	    font-size: 16px;
	}
	.a3_box .a3_nav {
	    margin-bottom: 30px;
	    width: 48.5%;
	    float: left;
	    margin-right: 3%;
	}
	.a3_box .a3_nav:nth-child(2n){
		margin-right: 0;
	}
	.a3_title .fontScaleX{
		-o-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}