@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #fa5b00;
}
.bgcolor,.hvbgcolor:hover{
	background: #fa5b00;
	color: #fff;
}
.hvline:hover{
	text-decoration: underline;
}

.head{
	height: 80px;
	width: 100%;
	border-bottom: 1px solid #dee3e8;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	padding: 0 25px;
}
.head_height{
	height: 80px;
}
.logo{
	display: inline-block;
	height: 50px;
}
.htr input{
	width: 230px;
	height: 45px;
	border-radius: 45px 0 0 45px;
	background: none;
    font-size: 14px;
    border: 1px solid #dee3e8;
    border-right: 0;
    padding: 0 20px;
}
.htr button{
	height: 45px;
	padding: 0 20px;
	border-radius: 0 45px 45px 0;
	background: none;
	color: #fff;
	cursor: pointer;
	background: #fa5b00;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav{
	margin-left: 2%;
}
.nav li{
	margin-left: 5%;
}
.nava{
	font-size: 16px;
	color: #90969b;
	display: block;
	line-height: 80px;
	font-weight: bold;
}
.nav li:hover .nava,
.nav li.active .nava{
	color: #000;
}
.navhide a:hover{
	color: #fa5b00;
}
.nav li{
	position: relative;
}
.navhide{
	width: 150px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	padding: 7px 0;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 100;
}
.navhide a{
	font-size: 15px;
	line-height: 40px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}
.nav li:hover .navhide,
.hdr:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.indexcolor,.hvcolor:hover{
	color: #fa5b00;
}
.bgcolor{
	background: #fa5b00;
	color: #fff;
}
.htrlg{
	margin-left: 25px;
}
.hdr{
	position: relative;
	margin-left: 25px;
}
.hdra{
	line-height: 80px;
	display: block;
	cursor: pointer;
}
.hdr .navhide{
	width: 100px;
	margin-left: -50px;
}

.bnl{
	width: 50%;
}
.bnbg{
	height: 80%;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9));
	display: flex;
	align-items: flex-end;
	padding: 30px;
	padding-bottom: 50px;
	color: #fff;
	top: inherit;
	bottom: 0;
}
.bntxt p{
	opacity: .7;
}
.bqico{
	background: #fa5b00;
	color: #fff;
	display: inline-block;
	padding: 4px 12px;
	font-size: 12px;
	border-radius: 20px 20px 0 20px;
}
.bnimg:hover .bntxt h3{
	text-decoration: underline;
}
.itra1:hover,.itra2a:hover{
	text-decoration: underline;
}
.bnra .bnbg{
	padding: 20px;
}
.bnra:hover h3{
	text-decoration: underline;
}
.right{
    position: fixed;
    bottom: 12%;
    right: 20px;
    z-index: 50;
}
.rta{
	margin-bottom: 10px;
}
.rta_a{
	width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 40px;
    background: #fa5b00;
    color: #fff;
    box-shadow: 0 0 25px rgba(250,91,0,.5);
    transition: .5s;
}
.rtahide{
	position: absolute;
	right: 100%;
	top: 0;
	background: #fff;
	width: 240px;
	font-size: 15px;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: .25s;
	visibility: hidden;
	margin-right: 15px;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	border-radius: 4px;
}
.rta:hover .rtahide{
	opacity: 1;
	visibility: inherit;
	margin-right: 8px;
}
.rtahide_ewm{
	padding: 7px;
	width: 130px;
	text-align: center;
}
.md{
	padding: 60px 0;
}
.itopl h2 i{
	width: 10px;
	height: 10px;
	background: #FA5B00;
	border-radius: 100%;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
	display: inline-block;
}
.itopm{
	margin-left: 22px;
}
.itopr{
	margin-left: 22px;
}
.morea{
	display: flex;
	align-items: center;
}
.morea i{
	width: 16px;
	height: 16px;
	background: #FA5B00;
	color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}
.i1a_a{
	display: block;
}
.vdico{
	width: 50px;
	height: 50px;
	background: rgba(250,91,0,.9);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 2;
}
.i2l{
	width: 70%;
}
.i2r{
	width: 27%;
}
.i2la{
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
}
.i2laimg{
	width: 33%;
	margin-right: 25px;
	min-width: 260px;
	max-width: 330px;
}
.swiper-button-next-i2r1,.swiper-button-prev-i2r1{
	width: 30px;
	height: 50px;
	background: rgba(0,0,0,.5);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	top: 35%;
	transition: .25s;
	opacity: 0;
}
.i2r1w:hover .swiper-button-next-i2r1,
.i2r1w:hover .swiper-button-prev-i2r1{
	opacity: 1;
}
.swiper-button-next-i2r1:hover,.swiper-button-prev-i2r1:hover{
	background: #FA5B00;
}
.i2r2t{
	background: #FA5B00;
	color: #fff;
	text-align: center;
	padding: 15px;
}
.i2r{
	position: sticky;
	top: 100px;
}
.i2r2a{
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #E6E6E6;
}
.i2r2aimg{
	width: 140px;
	margin-left: 15px;
}
.foot{
	text-align: center;
	padding: 20px 0;
	background: #2d3237;
	color: rgba(255,255,255,.6);
}
.foot a{
	color: rgba(255,255,255,.6);
}
.foot a:hover{
	color: #FA5B00;
	text-decoration: underline;
}
.ftul li{
	margin: 3px 5px;
}
.ftul li:last-child{
	display: none;
}
.rgg{
	width: 200px;
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 50;
}
.rgga{
	display: block;
	position: relative;
	margin-top: 10px;
}
.rgga a{
	display: block;
}
.rgga a:hover{
	opacity: .85;
}
.rgga_close{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	background: rgba(0,0,0,.7);
	z-index: 9;
}
.rgga:first-child{
	margin-top: 0;
}

.i2l_w100{
	width: 100%;
}
.page span{
	color: #999;
	margin: 4px;
}
.page a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	color: #999;
	margin: 4px;
}
/*.page a.pagea{
	width: auto;
	padding: 0 12px;
}*/
.page a:hover,.page a.active{
	background: #fa5b00;
	border: 1px solid #fa5b00;
	color: #fff;
}
.vdbg{
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/vdico.png) no-repeat center rgba(0,0,0,.25);
	background-size: 15%;
	position: absolute;
	left: 0;
	top: 0;
}
.iftopw{
	padding: 15px;
}
.iftopwa{
	color: #FA5B00;
	font-weight: bold;
}
.iftopwa:hover{
	text-decoration: underline;
}
.iftopw a,.iftopw span{
	margin: 3px 10px;
}
.iftxt *{
	max-width: 100%;
}
.iftxt img{
	max-width: 750px;
}
.ni_video{
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.ni_video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width:768px) and (max-width:1299px) {
	.md{
		padding: 50px 0;
	}
	.head{
		padding: 0 20px;
	}
	.nav{
		margin-left: 0;
	}
	.htr input{
		width: 170px;
	}
	.nav li{
		margin-left: 3.5%;
	}
	.vdico{
		width: 40px;
		height: 40px;
	}
	.logo{
		height: 40px;
	}
	.i2l_w100 .i1a{
		width: 33.33%;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 40px 0;
	}
	.bnbox {
		display: block;
	}
	.bnbox .wrap_1400{
		display: block;
	}
	.bnl{
		width: 100%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	
	.bnbg{
		padding: 20px;
		padding-bottom: 40px;
	}
	.itopl h2 i{
		width: 8px;
		height: 8px;
	}
	.vdico{
		width: 40px;
		height: 40px;
	}
	.i2la{
		display: block;
	}
	.i2laimg{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		max-width: 100%;
	}
	.foot{
		padding: 20px 0;
	}
	.bntxt p{
		display: none;
	}
	.bnra{
		margin-top: 15px;
	}
	.rgg{
		padding: 15px;
		position: static;
		width: 100%;
	}
	
	.page a{
		width: 30px;
		height: 30px;
	}
	
	.iftxt img{
		max-width: 100%;
	}
	.iftxt video{
		min-width: 100%;
	}
	.ni_video{
		height: auto;
	}
	.rta_a{
		width: 32px;
		height: 32px;
		font-size: 14px;
	}
}