
a{
	text-decoration:none!important;
}
.navbar-dark .navbar-nav .nav-link{
	color: #707070;
	position: relative
}
.navbar-dark .navbar-nav .cur .nav-link,.navbar-dark .navbar-nav .nav-link:hover{
	color: #FBB32C;
}
.navbar-dark .navbar-nav .cur .nav-link:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #FBB32C;
}
.navbar{
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;

}
.navbar-toggler{
	background-color: #c6c8ca;
}
.collapse .rightInfo{
	text-align: right;
	margin-left: 20px;
}
.collapse .rightInfo a{
	font-size: 16px;
	color: #0a58ca;
	border: 1px solid #0a58ca;
	transition: all .2s;
	padding:  3px 10px;
}
.collapse .rightInfo a:hover{
	color: #fff;
	background-color: #0a58ca;
}
.banner{
	text-align: center;
}
.banner img{
	max-width: 100%;
}
.layBody{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.allTitle{
	text-align: center;
	font-size: 12px;
	color: #ADA9A9;
	margin-bottom: 16px;
}
.allTitle h3{
	position: relative;
	padding-top: 20px;
	font-size: 22px;
	color: #E3E3E3;
}
.allTitle h3 span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 30px;
	color: #000;
}
.allTitle p{
	padding-bottom: 1.6rem;
}
.pt45{ padding-top: 45px;}

.pt455{ padding-top: 45px;padding-bottom: 28px}

.pb24{ padding-bottom: 24px;}

.pb255{ padding-bottom: 55px;}

.tnmm{
	color: white;padding: 10px 28px;
	background: #FBB32B;
	border-radius: 34px;
}
.tnmm:hover{
	color: white;
}
.tnmma{
	color: black;padding: 10px 28px;
	background: white;
	border-radius: 34px;
}
.pb100{ padding-bottom: 100px;}
.tac{ text-align: center;}
.newLeft{
	text-align: center;
}
.newLeft .info{
	text-align: left;
}
.newRight h4,.newRight h5{ font-weight: normal;}
.newRight h4{
	margin-bottom: 20px;
}
.newRight .list{
	color: #707070;
	cursor: pointer;
}
.newRight .list:hover{
	color: #0A0A0A;
}
.bg-gray{
	background-color: #F0F0F0;
}
.bg-grayz{
	background-color: #F0F0F0;
	padding-bottom: 30px;
}
.bg-graye{
	background-color: #FBB32B;
}
.uiopo{
	width: 79px;
	height: 2px;
	background: #FFFFFF;
	margin-left: 35%;

}
.tityu{
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.tityua{
	font-size:16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.tio00{
	padding: 30px 0px;
}
.slideInfo{
	display: flex;
	align-items: center;
	color: #949494;
}
.listBody{
	color: #8A8A8A;
}
.listBody h5{
	font-weight: normal;
	margin-top: 1rem;
}
.listBody>section{
	margin-bottom: 1rem;
}
.listBody>section:hover{
	color: #FBB32C;
}
.listBody .hideImg{ display: none;}
.listBody>section:hover .showImg{ display: none;}
.listBody>section:hover .hideImg{ display: inline-block;}

footer{
	background-color: #000;
	padding: 43px 0 62px;
	color: #fff;
}
footer img{ max-width: 100%;}
footer .logo{
	display: flex;
	align-items: center;
}
.ltBor{
	border-left: 1px solid #fff;
}




.swiperTwo {
	width: 100%;
	height: 400px;
	margin-bottom: 60px;
	padding: 20px 0;
}
.swiperTwo .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;
	transition: 300ms;
	background-size: cover;
	transform: scale(0.8);
	box-shadow: 0 0 10px #ccc;
	border-radius: 20px;
}
.swiperTwo .swiper-slide-active,.swiperTwo .swiper-slide-duplicate-active{
	color: #fff;
	transform: scale(1);
	background-color: #FBB32C;
}
.swiperTwo .swiper-slide.swiper-slide-active h5{
	border-radius: 20px 20px 0 0;
}
.swiperTwo .swiper-slide.swiper-slide-active h5,.swiperTwo .swiper-slide.swiper-slide-active .tips{
	background-color: #fff;
}
.swiperTwo .swiper-slide div{
	height: 100%;
	width: 100%;
}
.swiperTwo .swiper-slide h5{
	font-weight: normal;
	color: #F8B652;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	padding-top: 16px;
	margin-bottom: 0;
}
.swiperTwo .swiper-slide .tips{
	color: #8D8D8D;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.swiperTwo .swiper-slide .info{
	width: 80%;
	margin: 0 auto;
	position: relative;
	padding-left: 18px;
	text-align: left;
	height: 100px;
	/* overflow: hidden;
	display:-webkit-box; */
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	/* overflow:hidden; */
	text-overflow:ellipsis;
}
.swiperTwo .swiper-slide .info i{
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #F8B652;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.swiperTwo .swiper-slide.swiper-slide-active .info i{ background-color: #fff;}
@media (max-width: 768px){
	.collapse .rightInfo{ text-align: left; margin-left: 0;}
	.layBody{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.ltBor{ border: 0;}
}


.tuye{
	background: #FFFFFF;
	box-shadow: 0px 6px 15px 0px rgba(13,5,9,0.1700);
	border-radius: 8px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;

}

.showImga{
	width: 120px;
	height: 120px;
}

.tbna{
	background: #000000;
	border-radius: 16px 0px 0px 0px;
}
.tbnc{
	background: #FC934D;
	border-radius: 0px 16px 0px 0px;
}
.tbtxta{
	font-family: Microsoft YaHei;
	color: #FFFFFF;padding-top: 3px;
	margin-bottom: 3px;
}


.tyuia{
	width: 136px;
	height: 40px;
	border: 1px solid #D9D9D9;
	border-radius: 20px;
	color: #999999;
	padding: 10px 20px;

}

.tyuiaf{
	width: 136px;
	height: 40px;
	border: 1px solid #FCB329;
	background-color: #FCB329;
	border-radius: 20px;
	color: white;
	padding: 10px 20px;

}
.tyuib{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding-top: 15px;
}
.tyuic{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 25px;
	height: 100px;

}
.tyuicd{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 25px;
	height: 70px;

}
.tyuicdw{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 25px;
	height: 150px;
	padding: 10px 30px;
}
.tyuid{
	padding: 8px 11px;
	background: #FCB329;
	border-radius: 50%;
	font-size: 16px;
	color: white;
}
.tyuide{
	padding: 2px 5px;
	background: white;
	border-radius: 50%;
	font-size: 20px;
	color: #FCB329;
}
.tyuie{
	padding-top: 20px;
}

.bagimga{
	background-image: url(../images/a77.png);
}

.bagimgd{
	background-color: #FBB32B;
}

.bagimgf{
	background-color: #FBB32B;
}

.bger{
	width: 100%;

	background: #FFFFFF;
	box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.1300);
	border-radius: 19px;
}
.tyuip{
	width: 32px;
	height: 2px;
	background: #FCB329;
	margin-left: 20px;

}
.tuiaa{
	width: 100%;background-color: #FBB32B;color: white;height: 70px;border-radius: 12px 12px 0px 0px;
	padding: 10px 0px;font-size: 20px;
}

.tyuwea{
	padding: 18px 50px
}
.tyuweb{
	background-color: white;border-radius: 20px
}
.tyuwec{
	border-radius: 10px 0px 0px 10px;height: 100%
}
.tyuwed{
	padding: 18px 16px
}
.tyuwee{
	font-size: 18px;color: black;
}
.tyuwef{
	font-size: 13px;color: #adb5bd
}
.tyuweg{
	font-size: 13px;color: #adb5bd
}
.tyuwea:hover .tyuweb{
	background-color: #FCB329;
}
.tyuwea:hover .tyuwee{
	color: white;
}
.tyuwea:hover .tyuwef{
	color: white;
}
.tyuwea:hover .tyuweg{
	color: white;
}
.tyuweh{
	color: #FCB329;font-size: 20px;font-weight: bold;
}
.tyuwei{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}
.uipa{
	padding-top: 60px;
}
.uipd{
	padding-top: 50px;
	padding-bottom: 80px;
}
.qihxyy{
	position: fixed;right: 20px;bottom: 100px;
	font-size: 18px;
	z-index: 999;
}
.atia{
	color: white;
}


.rua{
	padding: 20px 10px
}
.rub{
	background: #FCB329;height: 150px;
}
.rubs{
	background: #FCB329;height: 180px;
}
.ruc{
	padding-top: 28px;font-size: 20px;font-weight: 400;color: white
}
.rud{
	font-size: 16px;padding-bottom: 20px;padding-left: 10px;padding-right: 10px;color: white
}

.rues{
	background: #F4F4F4;height: 180px;
}
.rue{
	background: #F4F4F4;height: 150px;
}
.ruf{
	padding-top: 28px;font-size: 20px;font-weight: 400;
}
.rug{
	color: #999999;font-size: 16px;padding-bottom: 20px;padding-left: 10px;padding-right: 10px
}
.tips{
	font-size: 16px;
	padding-top: 10px;
}
.ruh{
	padding-top: 28px;font-size: 20px;font-weight: 400;box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.0600);padding-left: 20px;padding-bottom: 20px
}

.opa{
	background-image: url('../images/a69.jpg');background-size:100%;height: 370px
}
.opaa{
	background-image: url('../images/a7.png');background-size:100%;height: 400px
}

.opb{
	padding-top: 66px;font-size: 45px
}
.opc{
	color: white;font-size: 18px;padding-left: 30px
}
.opd{
	color: black
}
.ope{
	padding-bottom: 66px;padding-left: 30px;padding-right: 40px
}
.opf{
	margin-bottom: 0px
}
.opg{
	width: 36px;vertical-align: middle;padding-right: 10px;margin-bottom: 10px
}

.oph{
	font-size: 28px;padding-top: 20px
}
.opi{
	font-size: 16px;color: white
}

.opj{
	background-color: white;padding: 15px 20px;border-radius: 12px;width: 300px
}
@media (max-width: 976px) {
	.opa{
		background: url('../images/a69.jpg') no-repeat;
		background-size: auto 260px;
	}
	.opaa{
		background: url('../images/a7.png') no-repeat;
		background-size: auto 500px;
	}
	.opb{
		padding-top: 6px;font-size: 15px
	}
	.opc{
		color: white;font-size: 12px;padding-left: 30px
	}
	.opd{
		color: black
	}
	.ope{
		padding-bottom: 1px;padding-left: 1px;padding-right: 40px;font-size: 12px;
	}
	.opf{
		margin-bottom: 0px
	}
	.opg{
		width: 26px;vertical-align: middle;padding-right: 10px;margin-bottom: 10px
	}
	.yuiyu{
		height: 260px;
	}
	.yuiyu{
		height: 400px;
	}

	.oph{
		font-size: 15px;padding-top: 50px
	}
	.opi{
		font-size: 13px;color: white
	}
	.opj{
		background-color: white;padding: 15px 20px;border-radius: 12px;
	}

}


.opk{

}
.opl{

}
.opo{

}
.opp{

}