@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;
}
.m5a:nth-child(1){}
.m5a:nth-child(2),.m5a:nth-child(7){
	animation-delay:.3s;
	-webkit-animation-delay:.3s;
}
.m5a:nth-child(3),.m5a:nth-child(8){
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.m5a:nth-child(4),.m5a:nth-child(9){
	animation-delay:.9s;
	-webkit-animation-delay:.9s;
}
.m5a:nth-child(5),.m5a:nth-child(10){
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
/*视频*/
.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: #D50900;
	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{
	border-bottom: 3px solid #268ce4;
}
.nav span{
	position: relative;
	flex: 1;
}
.logobox{
	margin: 0 25px;
}
.logo{
	position: absolute;
	bottom: -73px;
	z-index: 99;
}
.nava{
	display: block;
	text-align: center;
	line-height: 67px;
	font-size: 20px;
}
.navhide{
	width: 100%;
	position: absolute;
	left: 0;
	top: 90%;
	margin-top: 20px;
	z-index: 99;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.nav span:hover .nava,.nav span.active .nava{
	color: #F68100;
}
.navhide a{
	display: block;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
}
.navhide a:hover{
	color: #F68100;
}
.md{
	padding: 65px 0;
}
.bgsz{
	background-size: cover !important;
}
.mdtop h3{
	font-size: 30px;
}
.mdtop p{
	font-size: 18px;
	color: #ababab;
	margin-top: 10px;
}
.m1a{
	width: 33.333333%;
	border-right: 1px solid #eee;
	padding: 0 7%;
}
.m1a:last-child{
	border: 0;
}
.m1a:hover img {
    -webkit-animation: rotate 1s;
    -o-animation: rotate 1s;
    animation: rotate 1s;
}
@-webkit-keyframes rotate{
    from{-webkit-transform:rotate(0deg)}
    to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
    from{-moz-transform:rotate(0deg)}
    to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
    from{-ms-transform:rotate(0deg)}
    to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
    from{-o-transform:rotate(0deg)}
    to{-o-transform:rotate(360deg)}
}
.m1a h3{
	font-size: 20px;
	margin: 10px 0;
}
.m1a p{
	font-size: 18px;
	line-height: 30px;
	font-weight: 100;
	text-align: left;
}
.m2{
	background: url(../images/m2bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.m2img{
	width: 32.5%;
	margin-left: -100px;
}
.m2img img{
	display: block;
	width: 100%;
}
.m2r{
	width: 60%;
}
.mdtopwt,.mdtopwt p{
	color: #fff;
}
.mdtopwt p{
	opacity: .3;
}
.m2rt ul{
	justify-content: flex-end;
	border-bottom: 2px solid #F68100;
}
.m2rt ul li{
	line-height: 48px;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 6px 6px 0 0;
	transition: .25s;
	cursor: pointer;
}
.m2rt ul li.active{
	background: #F68100;
}
.m2btnl,.m2btnr{
	width: 50px;
	height: 50px;
	background: url(../images/m2btn_03.png) no-repeat center;
	margin-top: -25px;
}
.m2btnl{
	transform:rotate(180deg);
	left: -80px;
}
.m2btnr{
	right: -80px;
}
.m2rb p{
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}
.m3a{
	flex: 1;
}
.m3a img{
	max-width: 100%;
	-webkit-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
}
.m3a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.m3a h3{
	font-size: 20px;
	margin: 10px 0;
}
.m3a p{
	font-size: 18px;
	color: #999;
	font-weight: 100;
	line-height: 30px;
}
.m3w span{
	margin: 0 20px;
}
.hm3w span:nth-child(8){display: none;}
.m3w span:nth-child(10){display: none;}
.m4{
	background: url(../images/m4bg_02.jpg) no-repeat center;
	background-size: cover;
}
.m4top li,.m4top a{
	font-size: 18px;
	padding: 0 15px;
	line-height: 50px;
	border-radius: 4px;
	transition: .25s;
	cursor: pointer;
}
.m4top li.active{
	background: #F68100;
	color: #fff;
}
.m4l{
	width: 45.5%;
	margin-right: 45px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	border-bottom: 2px solid #F68100;
	background: #fff;
}
.m4limg{
	height: 300px;
	overflow: hidden;
}
.m4ltxt{
	padding: 10px 20px;
}
.m4ltxt h3{
	font-size: 18px;
	color: #F68100;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m4ltxt p{
	font-size: 18px;
	margin-top: 10px;
}
.m4ra{
	padding: 25px;
	border-radius: 6px;
}
.m4ra:hover{
	background: #fff;
	box-shadow: 0 5px 12px rgba(246,129,0,.2);
	color: #F68100;
}
.m4ral h3{
	font-size: 18px;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 5px;
}
.m4ral p{
	line-height: 24px;
	color: #777;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m4rar{
	margin-left: 20px;
}
.m4rar h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.m4ra .m4jt{
	filter: grayscale(100%);
	filter: gray;
}
.m4ra:hover .m4jt{
	filter: grayscale(0);
	filter: gray;
}
.m5a{
	width: 20%;
	height: 140px;
	border-radius: 6px;
}
.m5a img{
	max-width: 85%;
	max-height: 85%;
}
.m5a:hover{
	/*box-shadow: 0 5px 12px rgba(246,129,0,.1);*/
}
.m5a:hover img {
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    -ms-transition: .9s ease-out;
    -ms-transform: rotateY(-360deg);
}
.foot{
	background: #474747;
	color: #ABABAB;
}
.ft1{
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.ft1la{
	margin-right: 50px;
}
.ft1la h3{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #fff;
}
.ft1la p a,.ft1la p{
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	color: #ABABAB;
}
.ft1la p {
	display: block;
}
.ft1ra{
	width: 120px;
	margin-left: 30px;
}
.ft1ra p{
	color: #fff;
	margin-top: 10px;
}
.ft2{
	padding: 10px 0;
	line-height: 30px;
	font-size: 16px;
}
.ft2 a{
	color: #ABABAB;
}
.ft2 a:hover{
	color: #fff;
}

.listbn{
	height: 650px;
}
.colorindex{
	color: #F68100;
}
.fw2{
	background: url(../images/fw2bg_02.jpg) no-repeat center;
	background-size: cover;
}
.fw2a{
	margin: 0 10px;
	background: #fff;
	padding: 35px 20px;
	border-radius: 10px;
}
.fw2a h3{
	color: #F68100;
	margin: 20px 0;
}
.fw2a p{
	color: #444;
	text-align: left;
}
.fw3a{
	width: 48.5%;
	margin-top: 40px;
	border-radius: 10px;
	overflow: hidden;
}
.fw3a .txt{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(245,130,0,.8);
	font-size: 30px;
	padding: 15px;
	opacity: 0;
	transition: .5s;
}
.fw3a:hover .txt{
	opacity: 1;
}
.fw4t li{
	display: inline-block;
	line-height: 47px;
	border: 1px solid #F68100;
	cursor: pointer;
	transition: .25s;
	font-size: 18px;
	color: #F68100;
	padding: 0 30px;
	border-radius: 4px;
	margin: 0 10px;
}
.fw4t li.active{
	background: #F68100;
	color: #fff;
}
.fw4a{
	width: 23.5%;
}
.fw4atop{
	background: url(../images/fw4abg_03.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	height: 170px;
	color: #fff;
	padding-top: 30px;
}
.fw4atop h3{
	font-size: 30px;
}
.fw4atop p{
	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
}

.zs1w::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #fac07f;
	position: absolute;
	left: 0;
	bottom: 48px;
}
.zs1a{
	position: relative;
	z-index: 99;
	flex: 1;
}
.zs1a i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
	border: 2px solid #F68100;
	border-radius: 100%;
	margin: 0 auto;
}
.zs1a i img{
	max-width: 80%;
	display: block;
	margin: 0 auto;
	transition: .25s;
}
.zs1a:hover i{
	background: #F68100;
}
.zs1a:hover i img{
	filter: grayscale(100%) brightness(200%);
}
.zs1a p{
	font-size: 19px;
	line-height: 25px;
}
.zs1a em{
	display: block;
	margin: 15px auto;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 3px solid #F68100;
	border-radius: 100%;
	background: #fff;
}
.zs2{
	background: url(../images/zs2bg_02.jpg) no-repeat center;
	background-size: cover;
}
.zs2a{
	width: 24%;
	border-radius: 10px;
	overflow: hidden;
	color: #fff;
}
.zs2atxt{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	background: rgba(245,130,0,.9);
	bottom: 0;
	transition: .5s;
}
.zs2atxt h3{
	font-size: 24px;
}
.zs2atxt p{
	font-size: 18px;
	font-weight: 100;
	line-height: 30px;
}
.zs2atxt i{
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 15px auto;
}
.zs2a:hover .zs2atxt{
	top: 0;
}
.zs2atxt1{
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: rgba(245,130,0,.9);
	bottom: 0;
}
.zs2a:hover .zs2atxt1{
	opacity: 0;
}
.zs3tar{
	width: 30%;
	background: #f6f6f6;
	display: flex;
	align-items: center;
	padding: 0 50px;
	padding-bottom: 80px;
}
.zs3tar::after{
	width: 22px;
	height: 31px;
	background: url(../images/zs3ico_03.png) no-repeat center;
	position: absolute;
	left: -22px;
	top: 15%;
	content: "";
}
.zs3tar h3{
	font-size: 24px;
	color: #F68100;
	border-bottom: 1px solid #F68100;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.zs3tar p{
	font-size: 18px;
	line-height: 30px;
	font-weight: 100;
}
.zs3taimg{
	height: 500px;
	background-size: cover !important;
}
.zs3bw{
	width: 70%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}
.zs3ba{
	text-align: center;
	height: 80px;
	line-height: 80px;
	border-bottom: 2px solid rgba(0,0,0,0);
	cursor: pointer;
	font-size: 18px;
	color: #777;
}
.swiper-slide-thumb-active .zs3ba{
	border-bottom: 2px solid #F68100;
	color: #F68100;
}
.zs3btn{
	height: 80px;
	width: 30%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #F6F6F6;
	z-index: 99;
}
.swiper-button-next-zs3,.swiper-button-prev-zs3{
	background: none;
	font-size: 30px;
	color: #777;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	top: 0;
	margin-top: 0;
}
.zs4ta{
	width: 25%;
}
.zs4ta h3{
	font-size: 20px;
}
.zs4ta p{
	color: #666;
	font-size: 16px;
	margin: 10px 0;
}
.zs4ba{
	width: 32%;
	margin-top: 15px;
}
.zs4ba input{
	width: 100%;
	height: 46px;
	border: 1px solid #E6E6E6;
	background: #fff;
	font-size: 16px;
	padding: 0 20px;
	border-radius: 4px;
}
.zs4ba_active{
	width: 100%;
}
.zs4ba textarea{
	resize: none;
	border: 1px solid #E6E6E6;
	background: #fff;
	font-size: 16px;
	padding: 20px;
	border-radius: 4px;
	width: 100%;
	height: 190px;
}
.zs4ba button{
	line-height: 50px;
	padding: 0 24px;
	font-size: 18px;
	background: #F68100;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
}
.textleft{
	text-align: left;
}
.jrt {
	width: 800px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	box-shadow: 0 5px 12px rgba(246,129,0,.2);
	border-radius: 10px;
	font-size: 30px;
	font-weight: 100;
	background: #fff;
	margin-top: -80px;
	position: relative;
	z-index: 99;
}
.jrt h3{
	font-size: 50px;
	color: #F68100;
	margin-top: 10px;
}
.jr2{
	background: url(../images/jr2bg_02.jpg) no-repeat center;
	background-size: cover;
}
.jr2l{
	width: 170px;
	margin-right: 80px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.jr2r .m3a h3,.jr2r .m3a p{
	color: #fff;
}
.swiper-button-next-jr3,.swiper-button-prev-jr3{
	background: url(../images/jr3btn_03.png) no-repeat center;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	z-index: 9999;
	opacity: .2;
}
.swiper-button-next-jr3{
	margin-right: -80px;
}
.swiper-button-prev-jr3{
	margin-left: -80px;
	transform:rotate(180deg);
}
.swiper-container-jr3 .swiper-slide{
	padding: 10px;
}
.jr3a{
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
	transition: .25s;
}
.jr3a:hover{
	border: 1px solid #fff;
	box-shadow: 0 3px 10px rgba(246,129,0,.2);
}
.jr3a i{
	width: 200px;
	display: block;
}
.jr3a i img{
	display: block;
	width: 100%;
}
.jr3ar{
	padding: 15px;
	font-size: 16px;
	line-height: 30px;
	color: #777;
}
.jr3ar h3{
	font-size: 16px;
	font-weight: normal;
}
.jr3ar h3 i{
	width: auto !important;
}
.jr3ar h3 span{
	border-bottom: 2px solid #F68100;
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
}
.jr3ar p{
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.wma{
	width: 23.5%;
	padding: 15px;
	border: 1px solid #F68100;
	border-radius: 6px;
	font-size: 16px;
	line-height: 30px;
	color: #F68100;
	margin-top: 25px;
}
.wma h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.wma:hover{
	background: #F68100;
	color: #fff;
}
.wm2txt{
	font-size: 18px;
	line-height: 36px;
	text-indent: 2em;
}
.wm2icoa{
	text-align: center;
	font-size: 17px;
	color: #F68100;
}
.wm2icoa img{
	max-width: 90%;
}

.wit{
	border-bottom: 1px solid #F68100;
	padding-bottom: 15px;
}
.wit h3{
	font-size: 30px;
	font-weight: normal;
}
.wit h3 i{
	font-weight: bold;
}
.wiw{
	margin: 30px 0;
}
.wiwa{
	margin-top: 25px;
	font-size: 18px;
	line-height: 36px;
}
.wiwa h3{
	margin-bottom: 10px;
}
.wiwa:first-child{
	margin: 0;
}
.wib{
	border-top: 1px solid #F68100;
	padding-top: 15px;
	line-height: 30px;
	font-size: 16px;
}

.ab1w .wm2txt{
	text-align: center;
	text-indent: 0;
}
.ab1ma h3{
	font-size: 20px;
	color: #F68100;
}
.ab1ma h3 i{
	font-size: 40px;
}
.ab1ma p{
	font-size: 18px;
	margin: 10px 0;
}
.ab1ma span{
	color: #c6c6c6;
	font-size: 16px;
}
.ab2{
	background: url(../images/ab2bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.ab2line{
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
	background: rgba(255,255,255,.2);
}
.ab2a{
	width: 50%;
	position: relative;
	padding: 10px 0;
}
.ab2a::after{
	content: "";
	width: 16px;
	height: 16px;
	border: 3px solid #F68100;
	border-radius: 20px;
	background: #fff;
}
.ab2ar{
	margin-left: 50%;
	padding-left: 25px;
}
.ab2ar::after{
	position: absolute;
	left: 0;
	margin-left: -11px;
	top: 50%;
	margin-top: -8px;
}
.ab2al{
	padding-right: 25px;
}
.ab2al::after{
	position: absolute;
	right: 0;
	margin-right: -11px;
	top: 50%;
	margin-top: -8px;
}
.ab2a_l{
	width: 25%;
}
.ab2a_r{
	width: 70%;
	font-size: 16px;
	line-height: 30px;
}
.ab2a_l{
	padding-bottom: 10px;
	font-size: 20px;
	color: #F68100;
	border-bottom: 2px solid #F68100;
}
.ab2al .ab2a_l{
	text-align: right;
}
.ab2a:nth-child(1)::after{
	border: 3px solid #f65100;
}
.ab2a:nth-child(1) .ab2a_l{
	color: #f65100;
	border-bottom: 2px solid #f65100;
}
.ab2a:nth-child(2)::after{
	border: 3px solid #f65100;
}
.ab2a:nth-child(2) .ab2a_l{
	color: #f65100;
	border-bottom: 2px solid #f65100;
}
.ab2a:nth-child(3)::after{
	border: 3px solid #f38002;
}
.ab2a:nth-child(3) .ab2a_l{
	color: #f38002;
	border-bottom: 2px solid #f38002;
}
.ab2a:nth-child(4)::after{
	border: 3px solid #f68100;
}
.ab2a:nth-child(4) .ab2a_l{
	color: #f68100;
	border-bottom: 2px solid #f68100;
}
.ab2a:nth-child(5)::after{
	border: 3px solid #f68100;
}
.ab2a:nth-child(5) .ab2a_l{
	color: #f68100;
	border-bottom: 2px solid #f68100;
}
.ab2a:nth-child(6)::after{
	border: 3px solid #f5c622;
}
.ab2a:nth-child(6) .ab2a_l{
	color: #f5c622;
	border-bottom: 2px solid #f5c622;
}
.ab2a:nth-child(7)::after{
	border: 3px solid #f5c622;
}
.ab2a:nth-child(7) .ab2a_l{
	color: #f5c622;
	border-bottom: 2px solid #f5c622;
}
.ab2a:nth-child(8)::after{
	border: 3px solid #79aa1b;
}
.ab2a:nth-child(8) .ab2a_l{
	color: #79aa1b;
	border-bottom: 2px solid #79aa1b;
}
.ab2a:nth-child(9)::after{
	border: 3px solid #79aa1b;
}
.ab2a:nth-child(9) .ab2a_l{
	color: #79aa1b;
	border-bottom: 2px solid #79aa1b;
}
.ab3b{
	height: 600px;
}
.zs4tahide{
	width: 140px;
	height: 140px;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 0;
	margin-top: -120px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.zs4ta:hover .zs4tahide{
	opacity: 1;
	visibility: inherit;
	margin-top: -150px;
}
.zs4tahide img{
	display: block;
	width: 100%;
	height: 100%;
}

.net a{
	display: inline-block;
    line-height: 47px;
    border: 1px solid #F68100;
    cursor: pointer;
    transition: .25s;
    font-size: 18px;
    color: #F68100;
	width: 120px;
	text-align: center;
    border-radius: 4px;
    margin: 0 10px;
}
.net a.active{
	background: #F68100;
	color: #fff;
}
.nea{
	padding: 20px;
	border-radius: 10px;
	background: #f9f9f9;
	margin-top: 20px;
}
.near{
	width: 200px;
	height: 140px;
	margin-left: 25px;
}
.neall{
	margin-right: 25px;
	width: 17%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.neall h3{
	font-size: 30px;
	font-weight: normal;
	font-weight: 100;
}
.neall p{
	font-size: 20px;
	color: #ABABAB;
	font-weight: 100;
	margin: 5px 0;
}
.neall img{
	transition: .25s;
	filter: grayscale(100%);
    filter: gray;
}
.nealr h3{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 100;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.nealr p{
	font-size: 16px;
	line-height: 26px;
	color: #ABABAB;
	font-weight: 100;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.nea:hover{
	background: #F68100;
	color: #fff;
	box-shadow: 0 3px 10px rgba(246,129,0,.2);
}
.nea:hover .neall p{
	color: #fff;
}
.nea:hover .neall img{
	filter: grayscale(100%) brightness(200%);
}
.nea:hover .nealr p{
	color: #fff;
}
/*.page a{*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	width: 30px;*/
/*	height: 30px;*/
/*	border: 1px solid #E6E6E6;*/
/*	border-radius: 4px;*/
/*	font-size: 16px;*/
/*	color: #ABABAB;*/
/*	margin: 5px;*/
/*}*/
/*.page a.active,.page a:hover{*/
/*	background: #F68100;ABABAB*/
/*	color: #fff;*/
/*	border: 1px solid #F68100;*/
/*}*/

.nitop h3{
	font-size: 30px;
	margin-bottom: 15px;
}
.nitop p{
	font-size: 14px;
	color: #ABABAB;
	display: inline-block;
	border: 1px solid #E6E6E6;
	line-height: 25px;
	padding: 10px 0;
	border-left: 0;
	border-right: 0;
}
.nitop p span{
	margin: 0 10px;
}
.nitxt{
	font-size: 18px;
	line-height: 36px;
}
.nitxt p{
	text-indent: 2em;
}
.nitxt img,.nitxt video{
	max-width: 100%;
}
.nib{
	line-height: 40px;
	border-top: 1px solid #E6E6E6;
	padding-top: 10px;
	margin-top: 30px;
}
.nib a{
	display: block;
	color: #ABABAB;
	font-size: 16px;
}
.nib a:hover{
	color: #F68100;
}





@media only screen and (min-width:768px) and (max-width:1199px) {
	.nava{
		font-size: 16px;
	}
	.swiper-container-bn .bnimg{
		height: 700px;
	}
	.m2img{
		margin-left: 0;
	}
	.m1a{
		padding: 0 3%;
	}
	.m3a p{
		font-size: 15px;
	}
	.fw3a .txt{
		font-size: 18px;
	}
	.zs1a i{
		width: 80px;
		height: 80px;
	}
	.zs1a i img{
		max-width: 50%;
	}
	.zs2atxt1,.zs2atxt h3{
		font-size: 20px;
	}
	.jr3ar h3 span{
		font-size: 16px;
		display: block;
	}
	.ab2a_l{
		font-size: 16px;
	}
}
@media only screen and (max-width:950px) {
	/*视频*/
	.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_1{
		height: 200px;
	}
	.videohidebox_class{
		margin-top: -110px;
	}
	
	.mt_50,.mt_60,.mt_70,.mt_80{
		margin-top: 25px;
	}
	.md{
		padding: 25px 0;
	}
	.mdtop h3{
		font-size: 20px;
		line-height: 30px;
	}
	.mdtop p{
		font-size: 13px;
	}
	.m1a{
		/*width: 33%;*/
  /*      border: 0;*/
  /*      margin-top: 20px;*/
  /*      padding: 0;*/
        width: 32%;
        margin-top: 20px;
        padding: 0;
        padding-right: .5%;
	}
	.m1a h3{
		font-size: 16px;
	}
	.m1a p{
		font-size: 13px;
		line-height: 2;
	}
	.m1a img{
		width: 80px;
	}
	.m2 .wrap{
		display: block;
	}
	.m2img{
		margin: 0;
		width: 100%;
	}
	.m2r{
		width: 100%;
		margin-top: 20px;
	}
	.m2rt ul li{
		width: 33.333333%;
		padding: 0;
		line-height: 40px;
		font-size: 13px;
		text-align: center;
	}
	.m2rt ul li img{
		height: 17px;
	}
	.m2rb p{
		font-size: 13px;
	}
	.m2rb {
		margin-top: 20px;
	}
	.m2btnl, .m2btnr{
		display: none;
	}
	.m3w{
		flex-wrap: wrap;
		margin: 0;
	}
	.m3w span{
		display: none;
	}
	.m3a p{
		font-size: 13px;
    line-height: 2;
	}
	.m3a h3{
		font-size: 16px;
	}
	.m3a img{
		width: 80px;
	}
	.m3a{
		margin-top: 20px;
		flex: inherit;
		width: 33%;
		    width: 32%;
    border-right: 1px solid #eee;
	}
	.m3a:last-child {
        border: 0;
    }
	.m4t{
		display: block;
	}
	.m4t .mdtop{
		text-align: center;
	}
	.m4top{
		margin-top: 15px;
	}
	.m4top li,.m4top a{
		line-height: 35px;
		font-size: 15px;
		width: 33.333333%;
		text-align: center;
	}
	.m4b{
		margin-top: 20px;
	}
	.m4l{
		width: 100%;
		margin-bottom: 15px;
	}
	.m4limg{
		height: 200px;
	}
	.m4w {
		display: block;
	}
	.m5w{
		margin: 0;
	}
	.m5a{
		height: 100px;
		width: 30%;
		margin-top: 15px;
	}
	.ft1{
		padding: 20px 0;
		display: block;
	}
	.ft1l{
		width: 100%;
		display: block;
	}
	.ft1la {
		margin: 0;
		margin-bottom: 15px;
	}
	.ft1la p {
		display: inline-block;
		margin-right: 10px;
	}
	.ft1la p a, .ft1la p{
		font-size: 13px;
	}
	.ft1la h3{
		font-size: 16px;
	}
	.ft1r {
		justify-content: center;
	}
	.ft1ra{
		margin: 0 10px;
	}
	.ft2{
		font-size: 13px;
		line-height: 25px;
	}
	
	.listbn{
		height: 180px;
	}
	.fw2a{
		margin: 0;
		margin-top: 15px;
		padding: 15px;
	}
	.fw2a h3{
		margin: 10px 0;
	}
	.fw3a .txt{
		font-size: 12px;
	}
	.fw3a {
		margin-top: 15px;
	}
	.fw4t ul{
		justify-content: space-between;
	}
	.fw4t ul li{
		padding: 0;
		text-align: center;
		line-height: 30px;
		width: 24%;
		font-size: 15px;
		margin: 0;
	}
	.fw4a{
		width: 100%;
	}
	
	.zs1w{
		margin: 0;
	}
	.zs1w::after{
		display: none;
	}
	.zs1a i{
		width: 80px;
		height: 80px;
		margin-bottom: 10px;
	}
	.zs1a p{
		font-size: 14px;
	}
	.zs1a i img{
		width: 50%;
	}
	.zs1a{
		flex: inherit;
		width: 33.33%;
		margin-top: 25px;
	}
	.zs1a em{
		display: none;
	}
	.zs2w{
		margin: 0;
	}
	.zs2atxt1{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.zs2atxt h3{
		font-size: 16px;
	}
	.zs2atxt p{
		font-size: 13px;
	}
	.zs2a{
		width: 48%;
		margin-top: 15px;
	}
	.zs3ta {
		display: block;
	}
	.zs3taimg{
		width: 100%;
		height: 200px;
	}
	.zs3tar{
		width: 100%;
		padding-bottom: 0;
		padding: 20px;
	}
	.zs3tar h3{
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.zs3tar p{
		font-size: 15px;
	}
	.zs3btn{
		display: none;
	}
	.zs3bw{
		width: 100%;
		position: relative;
	}
	.zs3ba{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.zs4ta{
		width: 48%;
		margin-top: 20px;
	}
	.zs4ta h3{
		font-size: 15px;
	}
	.zs4ba{
		width: 48%;
	}
	.zs4ba_active{
		width: 100%;
	}
	.zs4ba textarea{
		height: 140px;
	}
	.zs4ba input,.zs4ba textarea{
		font-size: 14px;
	}
	.zs4ba button{
		font-size: 15px;
	}
	.jrt{
		padding: 15px;
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
		font-size: 16px;
	}
	.jrt h3{
		font-size: 24px;
	}
	.jr2w{
		display: block;
	}
	.jr2l{
		margin: 0 auto;
	}
	.jr2r {
		width: 100%;
	}
	.jr2r .m3a {
		width: 32% !important;
	}
	.jr2r .m3a h3{
		font-size: 15px;
	}
	.jr2r .m3a p{
		font-size: 12px;
		line-height: 24px;
		text-align: center;
	}
	.jr3a{
		display: block;
	}
	.jr3a i{
		width: 100%;
	}
	.swiper-button-next-jr3, .swiper-button-prev-jr3{
		display: none;
	}
	
	.wma{
		width: 48%;
		margin-top: 15px;
		font-size: 13px;
		padding: 10px;
	}
	.wma h3{
		font-size: 17px;
		margin-bottom: 0px;
	}
	.wm2w {
		margin-top: 15px;
	}
	.wm2txt{
		font-size: 14px;
		line-height: 26px;
	}
	.wm2ico{
		margin-top: 0;
	}
	.wm2icoa{
		width: 30%;
		font-size: 13px;
		margin-top: 20px;
	}
	.wm2icoa img{
		max-width: 40px;
	}
	
	.wit h3{
		font-size: 22px;
	}
	.wiw{
		margin: 15px 0;
	}
	.wiwa{
		font-size: 14px;
		line-height: 26px;
	}
	.wib{
		font-size: 14px;
	}
	.wib p span{
		display: block;
		margin: 0;
	}
	.ab1m{
		margin: 0;
	}
	.ab1ma h3 i{
		font-size: 30px;
	}
	.ab1ma {
		width: 50%;
		margin-top: 20px;
	}
	.ab2line{
		left: 10px;
		margin-left: 0;
	}
	.ab2ar{
		margin-left: 0;
		width: 100%;
		padding-left: 30px;
	}
	.ab2a_l{
		font-size: 14px;
	}
	.ab2a_r{
		font-size: 13px;
		line-height: 25px;
	}
	.ab2ar::after{
		margin-left: 0;
	}
	.ab2al{
		padding-right: 0;
		padding-left: 30px;
		width: 100%;
		flex-flow: row-reverse
	}
	.ab2al::after{
		right: 0;
		margin-right: 0;
		left: 10px;
		margin-left: -10px;
	}
	.ab2al .ab2a_l{
		text-align: left;
	}
	.ab3b{
		height: 200px;
	}
	
	.net a{
		width: auto;
		padding: 0 15px;
		font-size: 13px;
		line-height: 35px;
		margin: 5px;
	}
	.nea{
		display: block;
		padding: 15px;
	}
	.neall{
		width: 25%;
		margin-right: 15px;
	}
	.neall h3{
		font-size: 16px;
	}
	.neall p{
		font-size: 13px;
	}
	.neall img{
		height: 15px;
	}
	.nealr h3{
		font-size: 16px;
	}
	.nealr p{
		font-size: 13px;
		-webkit-line-clamp:1;
	}
	.near{
		width: 100%;
		margin: 0;
		margin-top: 15px;
		background-size: cover !important;
		height: 200px;
	}
	
	.nitop h3{
		font-size: 20px;
	}
	.nitop p{
		font-size: 12px;
		padding: 5px 0;
	}
	.nitop p span{
		margin: 0 5px;
	}
	.nitxt{
		margin-top: 15px;
		font-size: 14px;
		line-height: 28px;
	}
	.nib{
		margin-top: 20px;
		line-height: 30px;
	}
	.nib a{
		font-size: 14px;
	}
}
.xiaocms-page {
    font-family: "微软雅黑";
    padding: 5px;
    text-align: center;
    margin: auto;
}
.xiaocms-page a {
    border-right: #ddd 1px solid;
    padding-right: 10px;
    border-top: #ddd 1px solid;
    padding-left: 10px;
    padding-bottom: 5px;
    border-left: #ddd 1px solid;
    color: #F68100;
    margin-right: 5px;
    padding-top: 5px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
}
.xiaocms-page a:hover {
    border-right: #F68100 1px solid;
    padding-right: 10px;
    border-top: #F68100 1px solid;
    padding-left: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    border-left: #F68100 1px solid;
    color: #fff;
    margin-right: 5px;
    padding-top: 5px;
    border-bottom: #F68100 1px solid;
    background-color: #F68100;
}
.xiaocms-page a:active {
    color: #000;
}
.xiaocms-page span {
    border-right: #F68100 1px solid;
    padding-right: 10px;
    border-top: #F68100 1px solid;
    padding-left: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    border-left: #F68100 1px solid;
    color: #fff;
    margin-right: 5px;
    padding-top: 5px;
    border-bottom: #F68100 1px solid;
    background-color: #F68100;
}
.xiaocms-page span.disabled {
    border-right: #F68100 1px solid;
    padding-right: 10px;
    border-top: #F68100 1px solid;
    padding-left: 10px;
    padding-bottom: 5px;
    border-left: #F68100 1px solid;
    color: #F68100;
    margin-right: 5px;
    padding-top: 5px;
    border-bottom: #F68100 1px solid;
}