@charset "utf-8";
.amt1{
	animation-delay:.3s;
	-webkit-animation-delay:.3s;
}
.amt2{
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.amt3{
	animation-delay:.9s;
	-webkit-animation-delay:.9s;
}
.amt4{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.amt5{
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}
.amt6{
	animation-delay:1.8s;
	-webkit-animation-delay:1.8s;
}
.amt7{
	animation-delay:2.1s;
	-webkit-animation-delay:2.1s;
}
.amt8{
	animation-delay:2.4s;
	-webkit-animation-delay:2.4s;
}
/*视频*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    opacity: 0;
	transition: .5s;
}
.videohide_class{
	visibility: visible;
	opacity: 1; 
}
.videohidebg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.videohidebox i{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #32fac0;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover{
	-webkit-filter: brightness(110%);
}
.videohidebox{
	width: 50%;
	height: 600px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 25%;
	z-index: 20;
	padding: 10px;
	margin-top: -500px;
	transition: .5s;
}
.videohidebox_class{
	margin-top: -300px;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: 530px;
}
.videohidebox_1 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

.head{
	width: 150px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,.5);
	display: flex;
	flex-direction: column;
}
.logo{
	width: 100%;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo img{
	display: inline-block;
	height: 80px;
}
@media screen and (max-width: 1024px){
	.logo img{
		height: 28px;
	}
}

.nav span{
	flex: 1;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.nava{
	font-size: 16px;
	color: #fff;
	border-bottom: 2px solid #fff;
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
.nav span:hover .nava{
	color: #32fac0;
	border-bottom: 2px solid #32fac0;
}
.nav span.active .nava{
	color: #32fac0;
	border-bottom: 2px solid #32fac0;
}
.navhide{
	width: 150px;
	position: absolute;
	left: 80%;
	top: 30px;
	z-index: 9;
	background: rgba(0,0,0,.5);
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	left: 100%;
}
.navhide a{
	color: #fff;
	display: block;
	line-height: 45px;
	text-align: center;
}
.navhide a:hover{
	color: #32FAC0;
}

/*指示点*/
.ui-loop{
	position:absolute;
	width:3.5vw;
	height:3.5vw;
	bottom:12%;
	right:12%;
	z-index: 999;
}
	
.path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}	
	
.path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}

.bntxt{
	position: absolute;
	left: 0;
	bottom: 15%;
	width: 100%;
	color: #fff;
	padding-left: 10%;
	letter-spacing: 5px;
}
.bntxt h3{
	font-size: 90px;
}
.bntxt p{
	font-size: 68px;
	letter-spacing: 0;
}
.bn_vd{
	width: 110px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -80px 0 0 -55px;
	cursor: pointer;
}
.bnimg_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background-size: cover !important;
	background: #081124;
}
.bn_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center center;
}
.idxbg{
	background: #081124;
}
.md{
	word-wrap:break-word;
	padding: 85px 0;
}
.m1{
	height: 700px;
	color: #fff;
}
.m1p{
	font-size: 24px;
	position: absolute;
}
.m1p1{
	left: 10%;
	top: 10%;
}
.m1p2{
	right: 10%;
	top: 12%;
}
.m1p3{
	font-size: 60px;
	left: 30%;
	top: 30%;
}
.m1p4{
	opacity: .5;
	left: 5%;
	top: 60%;
}
.m1p5{
	font-size: 36px;
	right: 12%;
	top: 70%;
}
.m2l,.m2r{
	width: 50%;
}
.m2box{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(31,31,31,.15);
}
.m2ltxt{
	background: rgba(0,0,0,.5);
	padding: 150px 50px;
}
.m2atxt{
	color: #fff;
	font-size: 30px;
}
.m2atxt h3{
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 15px;
}
.m2rtxt{
	padding: 30px;
}
.m2r_vd{
	width: 46px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	z-index: 99;
}
.vd_click{
	cursor: pointer;
}
.idx_wrap{
	padding: 0 5%;
}
.mdtop{
	color: #fff;
}
.mdtop h3{
	font-size: 36px;
}
.mdtop p{
	font-size: 20px;
	margin-top: 15px;
}
.m3w{
	padding: 0 45px;
}

.m3aimg{
	width: 76%;
	overflow: hidden;
	border-radius: 25px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	background-size: cover !important;
}
.m33aimg{ width: 100%; overflow: hidden;}
.m3aimg img,.m33aimg img{
	width: 100%;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.m3aimg::after{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -62px;
	content: "";
	height: 62px;
	background: url(../images/m3abg_03.png) no-repeat center;
	background-size: 100% 100%;
}
.swiper-container-m3 .swiper-slide:hover .m3aimg img{
	-o-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.swiper-container-m3 .swiper-slide:hover .m33aimg img{
	-o-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}


.m3atxt{
	border-radius: 24px;
	background: #fff;
	padding: 20px;
	padding-top: 350px;
	margin-top: -330px;
	text-align: center;
}
.m3atxt h3{
	position: relative;
	z-index: 9;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 10px;
}
.m3atxt p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.h3_text{
	font-size: 24px;
	font-weight: normal;
}
.p_text{
	font-size: 16px;
	line-height: 36px;
}
.swiper-button-next-m3,.swiper-button-prev-m3{
	width: 75px;
	height: 100px;
	background: #eeeeee;
	font-size: 25px;
	color: #bbbbbb;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-button-next-m3{
	right: 0;
	border-radius: 20px 0 0 20px;
}
.swiper-button-prev-m3{
	left: 0;
	border-radius: 0 20px 20px 0;
}

.m4a{
	width: 22%;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
	text-align: center;
}
.m4aimg{
	overflow: hidden;
}
.m4atxt{
	padding: 15px;
}
.m4atxt p,.m4atxt h3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m4atxt p{
	margin-top: 5px;
}
.m5a{
	width: 49%;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
	text-align: center;
}
.m5aimg{
	/*height: 350px;*/
	overflow: hidden;
}
.m5atxt{
	position: relative;
	padding: 15px 25px;
}
.m5atxt::after,.m5atxt::before{
	width: 20px;
	height: 20px;
	content: "";
	border-radius: 20px;
	background: #081124;
	position: absolute;
	top: 0;
	margin-top: -10px;
}
.m5atxt::after{
	left: -10px;
}
.m5atxt::before{
	right: -10px;
}
.m5atxt h3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m5atxt p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 5px;
}
.m6l{
	padding: 40px;
	border-radius: 25px;
	width: 30%;
	background: #fff;
	position: relative;
	z-index: 9;
}
.m6l h3{
	font-size: 36px;
}
.m6r{
	margin-left: -10%;
	border-radius: 50px 0 0 50px;
	overflow: hidden;
}
.m6r video{
	width: 100%;
}

.foot{
	background: #161d2b;
	color: #fff;
}
.ft{
	padding: 35px 0;
}
.fb{
	border-top: 1px solid rgba(255,255,255,.35);
	padding: 20px 0;
	line-height: 30px;
	color: #fff;
}
.fb a{
	color: #fff;
	margin: 0 5px;
}
.flogo{
	display: inline-block;
	height: 60px;
}
.ftlm{
	margin: 30px 0;
	line-height: 30px;
	font-size: 15px;
}
.ftlm span{
	font-size: 18px;
	margin-right: 10px;
}
.ftlm a{
	color: #fff;
}
.ftlm i{
	margin: 0 15px;
}
.ftlm i:last-child{
	display: none;
}
.ftlb{
	font-size: 14px;
	color: #fceaa6;
}
.ftlb b{
	font-size: 25px;
}
.ftr h3{
	color: #fceaa6;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}
.ftr p{
	font-size: 14px;
	line-height: 35px;
}
.bgsz{
	background-size: cover !important;
}
.lbntxt{
	color: #fff;
	height: 603px;
	background: url(../images/lbnbg_03.png) no-repeat center;
}
.lbntxt h3{
	font-size: 100px;
	font-weight: normal;
}
.lbntxt p{
	font-size: 72px;
}
.listnav{
	padding: 35px 0 15px 0;
	line-height: 30px;
	color: #999;
	font-size: 18px;
}
.listnav a{
	color: #999;
}
.listnav a:hover{
	color: #000;
}
.ab1tl,.ab1tr{
	width: 100%;
	color: #1f1f1f;
}
.ab1tl h3{
	font-size: 36px;
}
.ab1tl i{
	display: block;
	width: 110px;
	height: 6px;
	background: #1F1F1F;
	margin: 25px 0;
}
.ab1tl span{
	font-size: 20px;
}
.ab1tl .txt{
	font-size: 20px;
	color: #535353;
	line-height: 48px;
	margin-top: 25px;
	text-indent: 2em;
}
.imgmax{
	max-width: 100%;
}
.ab1br{
	margin-left: 50px;
}
.ab1bla{
	width: 270px;
	height: 290px;
	background-size: cover !important;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ab1bla p{
	font-size: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ab1bla:last-child{
	margin-top: 100px;
}

.yd1{
	padding: 0 75px;
}
.yd1a{
	border-radius: 15px;
	width: 100%;
}
.yd1 .swiper-button-next-m3, .yd1 .swiper-button-prev-m3{
	margin-top: -50px;
}
.yd1 .swiper-button-next-m3{
	border-radius: 0 20px 20px 0;
}
.yd1 .swiper-button-prev-m3{
	border-radius: 20px 0 0 20px;
}
.yd2title h3{
	font-size: 40px;
	color: #1F1F1F;
}
.yd2t{
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	padding: 20px;
}
.yd2tl{
	width: 85px;
	line-height: 45px;
	font-size: 18px;
	color: #535353;
}
.yd2tslt{
	margin-right: 20px;
}
.yd2tslt select{
	width: 160px;
	height: 45px;
	border-radius: 45px;
	padding: 0 10px;
	font-size: 15px;
	color: #535353;
	background: url(../images/sltico_03.png) no-repeat right center;
	border: 2px solid #d2d2d2;
	cursor: pointer;
	text-align: center;
}
.yd2a{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.yd2aimg{
	width: 130px;
	height: 130px;
	display: block;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 50px;
}
.yd2aimg img{
	border-radius: 100%;
	overflow: hidden;
}
.yd2atxt span{
	font-size: 18px;
	color: #535353;
}
.yd2atxt h3{
	font-size: 22px;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.yd2atxt p{
	font-size: 18px;
	color: #535353;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.yd2_more a{
	display: inline-block;
	line-height: 62px;
	border: 2px solid #d2d2d2;
	font-size: 24px;
	color: #888;
	padding: 0 80px;
	border-radius: 62px;
}
.yd2_more a:hover{
	border: 2px solid #20A49F;
	color: #20A49F;
}

.prd_bg{
	background: #eee;
}
.pd1ta_t h3{
	font-size: 40px;
}
.pd1ta_t p{
	font-size: 24px;
	color: #535353;
	margin-top: 15px;
	line-height: 30px;
}
.pd1b{
	padding: 0 10%;
}
.pd1ba{
	width: 140px;
	height: 140px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border: 2px solid #002147;
	color: #002147;
	transition: .25s;
	cursor: pointer;
	margin: 0 auto;
}
.swiper-slide-thumb-active .pd1ba{
	background: #002147;
	color: #fff;
}
.pd2a{
	border-radius: 20px;
	overflow: hidden;
}
.pd2 .swiper-slide .pd2a{
	transform: scale(.9);
	transition: .5s;
}
.pd2 .swiper-slide-active .pd2a, .pd2 .swiper-slide-duplicate-active .pd2a{
	transform: scale(1);
}
.swiper-pagination-pd2{
	position: relative;
	width: 100%;
	margin-top: 60px;
}
.swiper-pagination-pd2 .swiper-pagination-bullet{
	width: 80px;
	height: 5px;
	background: #c9c9c9;
	border-radius: 0;
	margin: 0 10px;
	opacity: 1;
	transition: .25s;
}
.swiper-pagination-pd2 .swiper-pagination-bullet-active{
	background: #002147;
}

.new_bg{
	background: #f7f7f7;
}
.newl{
	width: 32%;
	margin-right: 20px;
}
.newltop{
	background: #002147;
	color: #fff;
	line-height: 65px;
	font-size: 18px;
}
.newlb{
	padding: 25px;
	height: 680px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.newlb::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.newlb::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
.newlb::-webkit-scrollbar-thumb{
	background: #aaa;
	border-radius:2px;
}
.newlb::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.newlb::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.newlba{
	/*height: 195px;*/
	height: 165px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}
.newlba:last-child{
	margin-bottom: 0;
}
.newr{
	padding: 50px;
}
.newr1 {
	height: 430px;
}
.newr1 video{
	/*width: 100%;
	height: 100%;*/
	object-fit: fill;
}
.newr2 .newlba{
	width: 48%;
}

.hztop h3{
	font-size: 30px;
	font-weight: normal;
	color: #1F1F1F;
}
.hza{
	width: 23.6%;
	margin: 0 .7%;
	border: 2px solid #dcdcdc;
	margin-top: 20px;
	height: 170px;
}
.hza img{
	transition: .5s;
	max-width: 70%;
	max-height: 70%;
}
.hza:hover img{
	transform: scale(1.1);
}
.hza:hover{
	border: 2px solid #002147;
}

.hztop p{
	font-size: 20px;
	color: #535353;
	margin-top: 20px;
	line-height: 30px;
}
.jlatxt,.jlaimg{
	width: 47%;
}
.jlaimg{
	border-radius: 30px;
	overflow: hidden;
}
.jlaimg img{
	border-radius: 30px;
}
.jlatxt1 i{
	font-size: 80px;
	color: #858585;
	font-weight: bold;
	position: relative;
	margin-right: 20px;
	letter-spacing: -3px;
}
.jlatxt1 i::after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/jlico_03.png) no-repeat right bottom;
	position: absolute;
	right: -5px;
	bottom: 5px;
}
.jlatxt1r h3{
	font-size: 28px;
	font-weight: normal;
	color: #002147;
}
.jlatxt1r p{
	font-size: 19px;
	color: #639a94;
	margin-top: 5px;
}
.jlatxt1r{
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
.jlatxtb{
	padding-left: 110px;
	font-size: 23px;
	color: #535353;
	line-height: 38px;
}

.ty2w{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 7%;
}
.ty2a{
	width: 560px;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	background: #fff;
}
.ty2a h3{
	font-size: 26px;
	font-weight: normal;
	color: #1F1F1F;
}
.ty2a .txt{
	font-size: 18px;
	line-height: 32px;
	margin-top: 20px;
}

.newr1_htat{
	height: auto !important;
}
.vdbox .newr,.vdbox .newl{
	background: none;
	padding: 0;
	margin: 0;
}
.vdbox .newl{
	width: 25%;
	margin-left: 20px;
}
.page a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #cccccc;
	font-size: 18px;
	color: #fff;
	width: 40px;
	height: 40px;
	margin: 7px;
}
.page a.active{
	background: #333333;
}
.page a.pagea{
	background: none;
	width: auto;
	color: #999;
	margin: 7px 10px;
}
.page a.pagea:hover{
	color: #333;
}
.vdboxb{
	padding: 0;
	height: auto;
}

.left_padding{
	padding-left: 150px !important;
}




@media only screen and (max-width:1600px) {
	.wrap{
		width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width:1400px) {
	.bntxt{
		padding-left: 150px;
	}
	.bntxt p{
		font-size: 40px;
		margin-top: 15px;
	}
	.bntxt h3{
		font-size: 60px;
	}
	.bn_vd{
		width: 80px;
		margin: -80px 0 0 -40px;
	}
	.m2atxt h3{
		font-size: 32px;
	}
	.m2atxt{
		font-size: 20px;
	}
	.videohidebox{
		width: 70%;
		left: 15%;
	}
	.mdtop h3{
		font-size: 30px;
	}
	.mdtop p{
		font-size: 18px;
	}
	.h3_text{
		font-size: 20px;
	}
	.m3aimg::after{
		height: 40px;
		bottom: -40px;
		background-size: 100% 100%;
	}
	.p_text{
		font-size: 14px;
		line-height: 27px;
	}
	.m6l h3{
		font-size: 24px;
	}
	.flogo{
		height: 40px;
	}
	.m5aimg{
		height: 300px;
	}
	
	.ab1bla{
		width: 200px;
		height: 220px;
	}
	
	.ty2w{
		padding: 0 5%;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 50px 0;
	}
	.bntxt{
		padding-left: 150px;
	}
	.bntxt p{
		font-size: 30px;
		margin-top: 15px;
	}
	.bntxt h3{
		font-size: 50px;
	}
	.bn_vd{
		width: 80px;
		margin: -80px 0 0 -40px;
	}
	.m2atxt h3{
		font-size: 24px;
	}
	.m2atxt{
		font-size: 16px;
	}
	.m4a{
		width: 23%;
	}
	.videohidebox{
		width: 70%;
		left: 15%;
	}
	.mdtop h3{
		font-size: 30px;
	}
	.mdtop p{
		font-size: 18px;
	}
	.h3_text{
		font-size: 17px;
	}
	.m3aimg::after{
		height: 40px;
		bottom: -40px;
		background-size: 100% 100%;
	}
	.p_text{
		font-size: 14px;
		line-height: 25px;
	}
	.m3aimg{
		width: 70%;
	}
	.m6l h3{
		font-size: 24px;
	}
	.flogo{
		height: 40px;
	}
	.m6l{
		padding: 30px;
	}
	.m5aimg{
		height: 300px;
	}
	
	.lbntxt{
		height: 380px;
		background-size: auto 100%;
	}
	.lbntxt h3{
		font-size: 50px;
	}
	.lbntxt p{
		font-size: 32px;
	}
	.ab1tl h3{
		font-size: 24px;
	}
	.ab1tl i{
		display: block;
		height: 3px;
		width: 50px;
	}
	.ab1tl span{
		font-size: 15px;
	}
	.ab1tl .txt{
		font-size: 15px;
		line-height: 34px;
	}
	
	.yd2title h3{
		font-size: 24px;
	}
	.yd2aimg{
		margin-right: 25px;
	}
	.yd2atxt h3{
		font-size: 18px;
	}
	.yd2atxt span,.yd2atxt p{
		font-size: 15px;
	}
	.yd2_more a{
		line-height: 50px;
		padding: 0 50px;
		font-size: 18px;
	}
	.yd1a{
		width: 100%;
	}
	
	.pd1ta_t h3{
		font-size: 24px;
	}
	.pd1ta_t p{
		font-size: 15px;
	}
	.pd1b{
		padding: 0;
	}
	.swiper-pagination-pd2 .swiper-pagination-bullet{
		width: 50px;
		height: 3px;
	}
	
	.newl{
		width: 28%;
	}
	.newlba{
		height: 170px;
	}
	.newr{
		padding: 35px;
	}
	
	.hza{
		height: 130px;
		width: 23%;
		margin: 0 1%;
		margin-top: 20px;
	}
	
	.hztop p{
		font-size: 16px;
		line-height: 28px;
	}
	.jlatxt1 i{
		font-size: 60px;
	}
	.jlatxt1 i::after{
		background-size: 100%;
	}
	.jlatxtb{
		padding-left: 0;
		margin-top: 15px;
		font-size: 16px;
		line-height: 30px;
	}
	.jlatxt1r h3{
		font-size: 20px;
	}
	
	.ty2w{
		padding: 0 20px;
	}
	.ty2a{
		width: 400px;
	}
	
}
@media only screen and (max-width:950px) {
	.left_padding{
		padding-left: 0 !important;
	}
	.mt_30,.mt_35,.mt_40,.mt_45,.mt_50,.mt_60,.mt_70,.mt_80,.mt_100{
		margin-top: 25px;
	}
	/*视频*/
	.videohidebox{
		width: 90%;
		left: 5%;
		margin-left: 0;
		height: 250px;
		margin-top: -210px;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.videohidebox_class{
		margin-top: -110px;
	}
	.m1{
		height: 400px;
	}
	.m1p{
		font-size: 18px;
	}
	.m1p3{
		font-size: 24px;
		left: 35%;
	}
	.swiper-container-bn .bnimg{
		height: 500px !important;
	}
	.bntxt{
		padding-left: 0;
	}
	/*.swiper-container-bn .swiper-pagination-bullet{
		width: 28px;
		height: 28px;
	}
	.swiper-container-bn .swiper-pagination-bullet::after{
		width: 10px;
		height: 10px;
		margin-left: -5px;
		margin-top: -5px;
	}*/
	.bntxt p{
		font-size: 18px;
		margin-top: 10px;
	}
	.bntxt h3{
		font-size: 30px;
	}
	.bn_vd{
		width: 60px;
		margin: -60px 0 0 -30px;
	}
	.m2atxt h3{
		font-size: 20px;
	}
	.m2atxt{
		font-size: 14px;
	}
	.m4a{
		width: 23%;
	}
	.videohidebox{
		width: 70%;
		left: 15%;
		height: 400px;
	}
	.videohidebox_1{
		height: 350px;
	}
	.m3w{
		padding: 0 20px;
	}
	.m4a{
		width: 48%;
		margin-top: 20px;
	}
	.m4aimg{
		/*height: 500px;*/
		height: auto;
	}
	.mdtop h3{
		font-size: 30px;
	}
	.mdtop p{
		font-size: 18px;
	}
	.h3_text{
		font-size: 17px;
	}
	.m3aimg::after{
		height: 40px;
		bottom: -40px;
		background-size: 100% 100%;
	}
	.p_text{
		font-size: 14px;
		line-height: 25px;
	}
	.m3aimg{
		width: 70%;
	}
	.m6l h3{
		font-size: 20px;
	}
	.flogo{
		height: 40px;
	}
	.m6l{
		padding: 30px;
	}
	.m5aimg{
		height: 200px;
	}
	.listbn {
		height: 500px !important;
		padding-top: 50px;
	}
	
	.yd1a{
		width: 100%;
	}
	.swiper-pagination-pd2{
		margin-top: 25px;
	}
	
	.newl{
		width: 100%;
		margin-right: 0;
	}
	.newlb{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: auto;
	}
	.newlba,.newr2 .newlba{
		width: 49%;
		height: 190px;
	}
	.newr{
		padding: 20px;
		margin-top: 20px;
	}
	
	.hza{
		height: 130px;
		width: 31.3333%;
		margin: 0 1%;
		margin-top: 20px;
	}
	
	.vdboxb{
		padding: 0;
		margin-top: 20px;
	}
	.vdbox{
		display: block;
	}
	.vdbox .newl{
		width: 100%;
		margin-left: 0;
	}
	.page a{
		font-size: 14px;
		width: 30px;
		height: 30px;
		margin: 3px;
	}
	.page a.pagea{
		margin: 3px 5px;
	}
	
}
@media only screen and (max-width:768px) {
	.md{
		padding: 30px 0;
	}
	.m1{
		height: 250px;
	}
	.bntxt h3{
		font-size: 24px;
		letter-spacing: 2px;
	}
	.bntxt p{
		font-size: 14px;
	}
	.m1p{
		font-size: 14px;
	}
	.m1p3{
		font-size: 16px;
		left: 35%;
		top: 35%;
	}
	.m2l, .m2r{
		width: 100%;
	}
	.m2r_vd{
		width: 36px;
		margin: -18px 0 0 -18px;
	}
	.m2ltxt{
		padding: 50px;
	}
	.videohidebox{
		height: 250px;
		width: 90%;
		left: 5%;
	}
	.videohidebox_1{
		height: 200px;
	}
	.mdtop h3{
		font-size: 22px;
	}
	.mdtop p{
		font-size: 14px;
		margin-top: 7px;
	}
	.m3aimg{
		width: 85%;
	}
	.swiper-button-next-m3, .swiper-button-prev-m3{
		width: 45px;
		height: 70px;
	}
	.m4a,.m5a{
		width: 100%;
		margin-top: 15px;
	}
	.m5aimg{
		height:auto;
	}
	.m5atxt{
		padding: 15px;
	}
	.m6w {
		display: block;
		padding: 0 15px;
	}
	.m6l,.m6r{
		width: 100%;
		margin: 0;
	}
	.m6l{
		padding: 20px;
		border-radius: 10px;
	}
	.m6r{
		margin-top: 15px;
		border-radius: 10px;
	}
	.ft{
		padding: 20px 0;
	}
	.ftl{
		width: 100%;
	}
	.ftr{
		width: 100%;
	}
	.flogo{
		height: 28px;
	}
	.ftlm{
		margin: 15px 0;
		font-size: 12px;
	}
	.ftlm span{
		font-size: 12px;
	}
	.ftlb img{
		height: 20px;
	}
	.ftlb b{
		font-size: 16px;
	}
	.ftr{
		margin-left: 0;
		margin-top: 15px;
	}
	.ftr h3{
		font-size: 20px;
	}
	.ftr p{
		line-height: 25px;
	}
	.fb{
		font-size: 12px;
		line-height: 26px;
	}
	
	.lbntxt{
		height: 200px;
		background-size: auto 100%;
	}
	.lbntxt h3{
		font-size: 30px;
	}
	.lbntxt p{
		font-size: 18px;
	}
	.listbn {
		height: 400px !important;
		padding-top: 50px;
	}
	.listnav{
		padding: 15px 0;
		font-size: 14px;
	}
	.ab1tl, .ab1tr{
		width: 100%;
	}
	.ab1tl h3{
		font-size: 18px;
	}
	.ab1tl i{
		display: block;
		height: 2px;
		width: 30px;
		margin: 15px 0;
	}
	.ab1tl span{
		font-size: 14px;
	}
	.ab1tl .txt{
		font-size: 14px;
		line-height: 30px;
		margin-top: 15px;
	}
	.ab1tr{
		margin-top: 15px;
	}
	.ab1b{
		display: block;
	}
	.ab1bl {
		width: 100%;
	}
	.ab1bla{
		width: 50%;
		height: 180px;
	}
	.ab1bla p{
		font-size: 18px;
	}
	.ab1br{
		margin-left: 0;
	}
	
	.yd1{
		padding: 0 45px;
	}
	.yd2title h3{
		font-size: 24px;
	}
	.yd2tl{
		font-size: 17px;
		width: 100%;
		margin-bottom: 5px;
	}
	.yd2tslt {
		width: 48%;
		margin-right: 2%;
	}
	.yd2tslt select{
		width: 100%;
		height: 40px;
		border: 1px solid #D2D2D2;
	}
	.yd2t{
		padding: 15px;
	}
	.yd2aimg{
		width: 80px;
		height: 80px;
		margin-right: 15px;
	}
	.yd2atxt span,.yd2atxt p{
		font-size: 12px;
	}
	.yd2atxt h3{
		font-size: 16px;
	}
	.yd2_more a{
		border: 1px solid #D2D2D2;
		line-height: 40px;
		padding: 0 30px;
		font-size: 14px;
	}
	.yd2_more a:hover{
		border: 1px solid #20A49F;
	}
	
	.swiper-pagination-pd2 .swiper-pagination-bullet{
		width: 20px;
		height: 2px;
		margin: 0 5px;
	}
	.pd1{
		margin-top: 15px;
	}
	.pd1ta_t h3{
		font-size: 20px;
	}
	.pd1ta_t p{
		font-size: 14px;
		line-height: 25px;
		margin-top: 10px;
	}
	.pd1b{
		padding: 0;
	}
	.pd1ba{
		width: 80px;
		height: 80px;
		font-size: 14px;
	}
	
	.ne1{
		margin-top: 15px;
	}
	.newltop{
		line-height: 45px;
		font-size: 16px;
	}
	.newlb{
		padding: 15px;
	}
	.newlba{
		width: 100%;
		height: 170px;
	}
	.newr1{
		height: 200px;
	}
	.newr{
		padding: 15px;
	}
	.newlba, .newr2 .newlba{
		width: 100%;
	}
	
	.hztop h3{
		font-size: 22px;
	}
	.hza img{
		max-width: 60%;
	}
	.hzw{
		margin-top: 10px;
		justify-content: space-between;
	}
	.hza{
		height: 80px;
		width: 48%;
		margin: 0;
		margin-top: 15px;
	}
	
	.hztop p{
		font-size: 14px;
		line-height: 25px;
		margin-top: 10px;
	}
	.jlatxt1 i{
		font-size: 50px;
	}
	.jlatxt1 i::after{
		background-size: 100%;
	}
	.jlatxtb{
		padding-left: 0;
		margin-top: 15px;
		font-size: 14px;
		line-height: 27px;
	}
	.jlatxtb i{
		margin-top: 2px;
	}
	.jlatxtb img{
		height: 15px;
	}
	.jla{
		display: block;
		border-bottom: 1px solid #eee;
		padding-bottom: 25px;
	}
	.jlatxt, .jlaimg{
		width: 100%;
		padding: 10px 0;
	}
	.jlatxt1r h3{
		font-size: 17px;
	}
	.jlatxt1r p{
		font-size: 14px;
	}
	
	.jlaimg{
		border-radius: 15px;
		overflow: hidden;
	}
	.jlaimg img{
		border-radius: 15px;
	}
	
	.ty2w{
		position: relative;
		padding: 20px;
	}
	.ty2a{
		width: 100%;
		box-shadow: inherit;
		padding: 0;
	}
	.ty2a h3{
		font-size: 20px;
	}
	.ty2a .txt{
		margin-top: 10px;
		font-size: 15px;
		line-height: 28px;
	}
	
	.vdboxb{
		padding: 0;
		margin-top: 20px;
	}
	.newl{ padding-bottom: 20px;}
	
}

/*分页*/
.search-pagination{ width:100%; margin:auto; margin-top:30px;}
.search-pagination .pagination{ width: 100%; text-align: center; display: block;}
.search-pagination .pagination>li{ margin: 0 5px; display: inline-block;}
.search-pagination .pagination>li a{ float: none; color: #555; border: solid 1px #e7e7e7; padding: 4px 12px; border-radius: 0;}
.search-pagination .pagination>li a:hover{ background-color:#fceaa6; border-color: #fceaa6; color: #fff;}
.search-pagination .pagination>li.active{ background:#fceaa6;}
.search-pagination .pagination>li.active a{ color:#fff; background-color:#fceaa6; border-color: #fceaa6;}

.xw_xq{ padding: 30px 0px;}
.xw_xq .xq_lf .xq_tl{ text-align: center; font-size: 30px; font-weight: bold; margin-bottom: 15px;}
.xw_xq .xq_lf .xq_fc{ width: 100%; border-bottom: solid 1px #cacaca; padding: 20px 0px; }
.xw_xq .xq_lf .xq_fc .right{text-align: right;}
.xw_xq .xq_nr{ width: 100%; overflow: hidden; padding: 20px 0px; line-height: 30px; font-size: 14px;}
.xw_xq .xq_nr img{ max-width: 100%; display: block;}
.xw_xq .xq_fy{ text-align: center; padding: 15px 0px;}
.xw_xq .xq_fy a{ display: inline-block; margin: 0px 15px; padding: 10px 20px; background-color: #000000; color: #FFFFFF; font-size: 14px;}
.xw_xq .xq_rt{ width: 100%; overflow: hidden; margin-top: 56px; }
.xw_xq .xq_rt .rt_bt{font-size: 24px; font-weight: bold;background-color: #000000; color: #FFFFFF; padding: 15px 0px; text-align: center;}
.xw_xq .xq_rt .rt_lb li a{ display: block; border-bottom: dashed 1px #cccccc; line-height: 56px; font-size: 14px; color: #666;}
@media only screen and (max-width:640px) {

    .xw_xq{ padding: 20px 0px;}
    .xw_xq .xq_lf .xq_tl{font-size: 22px;}
    .xw_xq .xq_lf .xq_fc{padding: 15px 0px; }
    .xw_xq .xq_lf .xq_fc .right{text-align: center;}
    .xw_xq .xq_fy{  padding: 10px 0px;}
    .xw_xq .xq_fy a{ margin: 0px 10px; padding: 10px 15px; }
    .xw_xq .xq_rt{  margin-top: 15px; }
    .xw_xq .xq_rt .rt_bt{font-size: 20px;  padding: 10px 0px; }
    .xw_xq .xq_rt .rt_lb li a{ line-height: 40px;}
}

.wd-div-w{ width: 100%; overflow: hidden;}
.wd-div{ float: left; margin-right: 3%;}

/*详情页*/
.show_bk{ margin-bottom: 80px;}
.show_title{ width: 100%; text-align: left;}
.show_title span{ display: block; font-size: 28px; line-height: 28px; font-weight: bold;}
.show_title i{ display: block; text-transform: uppercase; font-size: 20px; color: #639a94; line-height:24px; margin-top: 10px; font-weight: 200;}

.show_nr{margin-top: 50px;}
.show_nr li{ border-right: solid 2px #c4c4c4;}
.show_nr li:last-child{ border: none;}
.show_nr_div{ width: 100%; height: 100%; line-height: 24px; font-size: 16px; padding: 0 15px;}

.show_sp_list{ width: 100%; margin-top: 50px;}

.swiper-spp {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-spp .swiper-spp-d{ width: 88.7%; overflow: hidden; margin: auto;}

.swiper-spp .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 15px;
	overflow: hidden;
}
.swiper-spp .swiper-slide .img{ width: 100%;}
.swiper-spp .swiper-slide .bn_vda{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-spp .swiper-slide .disblock{ width: 60px; height: 60px;}

.swiper-spp .swiper-button-prev,.swiper-spp .swiper-button-next{
	width: 79px;
	height: 105px;
	/*background: #EEEEEE;*/
	color: #f00;
	top: 43%;
}
.swiper-spp .swiper-button-prev{
	background:url(../images/left-ico.png) center center no-repeat, #EEEEEE;
	left: 0;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}
.swiper-spp .swiper-button-next{
	background:url(../images/right-ico.png) center center no-repeat, #EEEEEE;
	right: 0;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}


.swiper-sppx {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-sppx .swiper-spp-d{ width: 88.7%; overflow: hidden; margin: auto;}

.swiper-sppx .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 15px;
	overflow: hidden;
}
.swiper-sppx .swiper-slide .img{ width: 100%;}
.swiper-sppx .swiper-slide .bn_vda{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-sppx .swiper-slide .disblock{ width: 60px; height: 60px;}

.swiper-sppx .swiper-button-prev,.swiper-sppx .swiper-button-next{
	width: 79px;
	height: 105px;
	/*background: #EEEEEE;*/
	color: #f00;
	top: 43%;
}
.swiper-sppx .swiper-button-prev{
	background:url(../images/left-ico.png) center center no-repeat, #EEEEEE;
	left: 0;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}
.swiper-sppx .swiper-button-next{
	background:url(../images/right-ico.png) center center no-repeat, #EEEEEE;
	right: 0;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}



.show_jl_list{ width: 100%; margin-top: 50px; background: url(../images/bjmap_1.png) top 20px center no-repeat; background-size: 100%; position: relative;}
.show_jl_list::before{
	content: "";
	width: 100%;
	height: 6px;
	background: #ABABAB;
	position: absolute;
	left: 0;
	top: 238px;
}
.swiper-jl {
	width: 100%;
	height: 722px;
	overflow: hidden;
	position: relative;
}

.swiper-jl .swiper-slide {
	height: 482px;
	text-align: center;
	font-size: 18px;
	border-radius: 15px;
	/*display: flex;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	flex-flow:column-reverse!important;*/
}

.swiper-jl .swiper-slide .img{ width: 100%;}
.swiper-jl .swiper-slide .bn_vda{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-jl .swiper-slide .disblock{ width: 60px; height: 60px;}

.swiper-slide-ms{ font-size: 14px; width: 100%; height: 58px; overflow: hidden; color: #333; line-height: 22px; position: absolute; top: 0; left: 0;
	border: solid 1px transparent;
	padding: 10px;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}
.swiper-slide-nf{ width: 101px; height: 101px; margin: auto; border: solid 3px #8A8A8A; border-radius: 100%; margin-top: 78px;
	position: relative;
	font-size: 30px;
	color: #292929;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide-nf::before{
	content: "";
	position: absolute;
	left: 48.5%;
	bottom: -58px;
	width: 4px;
	height: 55px;
	background: #8A8A8A;
	border-right: solid 1px #C1C1C1;
	border-left: solid 1px #C1C1C1;
}
.swiper-slide-nf::after{
	content: "";
	position: absolute;
	left: 44.25%;
	bottom: -71px;
	width: 13px;
	height: 13px;
	background: #fff;
	border: solid 2px #757575;
	border-radius: 100%;
}

.swiper-jl .swiper-slide .swiper-slide-ms:hover {
	height: auto;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	z-index: 999;
	border: solid 1px #f1f1f1;
	overflow: hidden;
}

.swiper-jl .swiper-slide:nth-child(2n) .swiper-slide-nf::before{
	content: "";
	position: absolute;
	left: 48.5%;
	top: -58px;
	width: 4px;
	height: 55px;
	background: #8A8A8A;
	border-right: solid 1px #C1C1C1;
	border-left: solid 1px #C1C1C1;
}

.swiper-jl .swiper-slide:nth-child(2n) .swiper-slide-nf::after{
	content: "";
	position: absolute;
	left: 44.25%;
	top: -71px;
	width: 13px;
	height: 13px;
	background: #fff;
	border: solid 2px #757575;
	border-radius: 100%;
}
.swiper-jl .swiper-slide:nth-child(2n) .swiper-slide-ms{
	margin-bottom: 0;
	bottom: 0;
	top: auto;
}

.swiper-jl .swiper-slide:nth-child(2n) .swiper-slide-nf{
	top:225px;
}


.show_brbt_pr{ position: relative;}
.show_brbt{ width: 100%; position: absolute; left: 0; bottom: 90px; font-size: 30px; color: #fff; line-height: 60px;}
.swiper-slide-wap{ display: none;}

@media only screen and (max-width:768px){
	.swiper-jl{ height: 530px;}
	.show_nr li{ border-right: none; height: 300px;}
	.show_nr_div{ border-bottom: solid 1px #c4c4c4; padding: 15px 0;}
	.swiper-slide-ms{ position: relative; height: auto;}
	.swiper-slide-nf{ margin-top: 0;}

}
.new_jm{height: 560px; overflow: hidden;}
.new_sp{ width: 100%; height:100%; overflow: hidden;}

@media only screen and (max-width:576px){
	.swiper-jl{ height: 300px;}
	.swiper-jl .swiper-slide{}
	.swiper-slide-nf{ display: none;}
	.swiper-slide-ms{
		float: right;
		width: 90%;
		height: auto;
		background: #fff;
		border-radius: 5px;
		padding: 10px;
		z-index: 999;
		border: solid 1px #f1f1f1;
		overflow: hidden;
	}
	.show_jl_list::before{ height: 100%; width: 2px; top: 0; left: 5px;}
	.swiper-slide-wap{ display: block; text-align: left; width: 90%; float: right; padding: 15px 0; position: relative;}
	.swiper-slide-wap:before{ content: "";}
	.swiper-slide-wap:after{ content: ""; width: 10px; height: 10px; position: absolute; background: #fff; border: solid 2px #c4c4c4; border-radius: 100%; left: -36px; top: 41%;}

	.show_nr li{ height: auto;}
	.show_brbt{ font-size: 15px; line-height: 26px; padding: 0 15px;}

}


