.ry_box {
	/*height: 500px;*/
	width: 100%;
	margin: 0 auto;
}

.ry_ul_box {
	position: relative;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: -17px !important;
	--swiper-theme-color: #fe6501 !important;
	/* 设置Swiper风格 */
	--swiper-navigation-color: #fe6501 !important;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 35px;
	/* 设置按钮大小 */
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: -17px !important;
	--swiper-theme-color: #fe6501 !important;
	/* 设置Swiper风格 */
	--swiper-navigation-color: #fe6501 !important;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 35px;
	/* 设置按钮大小 */
}



.ry_ul_box div.slide-items {
	float: left;
	width: 150px;
	margin: 0 15px 10px 0;
	background: #fff;
	height: 150px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	border: solid 1px #ddd;
}

.ry_ul_box div.slide-items img {
	height: 100%;
	width: auto;
	display: inline-block;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.ry_ul_box div.slide-items:hover img {
	transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
}

.zzc {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 11000;
	top: 0;
	display: none;
}

.big_img_box {
	width: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -300px;
	height: 600px;
	z-index: 33333;
	display: none;
}

.big_img_c {
	background: rgba(255, 255, 255, 0.2);
}

.big_img_c img {
	width: 100%;
}

.big_img_t {
	font-size: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	color: #000;
	background: #fff;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
}

.whbig_img_box {
	width: 800px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px;
	height: 600px;
	z-index: 33333;
	display: none;
}

.whbig_img_c {
	background: rgba(255, 255, 255, 0.2);
}

.whbig_img_c img {
	width: 100%;
}

.whbig_img_t {
	font-size: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	color: #000;
	background: #fff;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.ry_box {
		width: 100%;
	}

	.big_img_box {
		width: 100%;
		margin-top: -250px;
	}
}

/*龙商的文化*/
.wh_box {
	width: 100%;
	background: #F5F5F5;
}

.wh_cont {
	width: 1400px;
	margin: 0 auto;
	height: 477px;
	position: relative;
}

.wh_cont img {
	width: 100%;
}

.wh_ph {
	overflow: hidden;
	width: 209px;
	height: 209px;
	border-radius: 209px;
	position: absolute;
	z-index: 33;
	top: 126px;
	display: block;
}

.wh_cont .wh_ph:first-of-type {
	left: 61px;
}

.wh_cont .wh_ph:nth-of-type(2) {
	left: 328px;
}

.wh_cont .wh_ph:nth-of-type(3) {
	left: 594px;
}

.wh_cont .wh_ph:nth-of-type(4) {
	left: 860px;
}

.wh_cont .wh_ph:nth-of-type(5) {
	left: 1127px;
}

.wh_ph img {
	width: 100%;
	height: 100%;
	display: block;
}

.wh_cont_mob {
	display: none;
}

.wh_cont .wh_title {
	color: #fff;
	position: absolute;
	top: -209px;
	left: 0;
	font-size: 20px;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	height: 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;
}

.wh_cont .wh_title div {
	margin-top: 90px;
}

.wh_cont .wh_ph:hover .wh_title {
	top: 0px;
}

@media screen and (max-width: 1399px) {
	.wh_cont {
		width: 1000px;
		margin: 0 auto;
	}

	.wh_ph {
		overflow: hidden;
		width: 149px;
		height: 149px;
		border-radius: 149px;
		position: absolute;
		z-index: 33;
		top: 90px;
	}

	.wh_cont .wh_ph:first-of-type {
		left: 44px;
	}

	.wh_cont .wh_ph:nth-of-type(2) {
		left: 234px;
	}

	.wh_cont .wh_ph:nth-of-type(3) {
		left: 425px;
	}

	.wh_cont .wh_ph:nth-of-type(4) {
		left: 615px;
	}

	.wh_cont .wh_ph:nth-of-type(5) {
		left: 806px;
	}

	.wh_cont .wh_title {
		color: #fff;
		position: absolute;
		top: -149px;
		left: 0;
		font-size: 16px;
		width: 100%;
		text-align: center;
		background: rgba(0, 0, 0, 0.7);
		height: 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;
	}

	.wh_cont .wh_title div {
		margin-top: 60px;
	}

	.wh_cont .wh_ph:hover .wh_title {
		top: 0px;
	}
}

@media screen and (max-width: 800px) {
	.wh_cont {
		display: none;
	}

	.wh_cont_mob {
		display: block;
		width: 100%;
	}

	.wh_cont_mob img {
		width: 80%;
		margin: 0 auto 10px;
		display: block;
	}
}

.fgs_box {
	/*width: 1170px;*/
	margin: 0 auto;
	position: relative;
}

.fgs_box>div {
	position: absolute;
	z-index: 22;
	cursor: pointer;
}

.fgs1 {
	left: 50px;
	top: 117px;
	width: 148px;
	height: 148px;
	border-radius: 150px;
}

.fgs2 {
	left: 261px;
	top: 37px;
	width: 148px;
	height: 148px;
	border-radius: 150px;
}

.fgs3 {
	left: 444px;
	top: 88px;
	width: 208px;
	height: 208px;
	border-radius: 210px;
}

.fgs4 {
	left: 753px;
	top: 135px;
	width: 148px;
	height: 148px;
	border-radius: 150px;
}

.fgs5 {
	left: 968px;
	top: 75px;
	width: 148px;
	height: 148px;
	border-radius: 150px;
}

.fgs_txt {
	background: transparent;
	color: transparent;
	position: absolute;
	top: 10px;
	right: -210px;
	font-size: 20px;
	line-height: 25px;
	padding: 10px;
	width: 200px;
	overflow: hidden;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	height: 0px;
	border-radius: 20px;
}

.fgs_box>div:nth-of-type(4) .fgs_txt {
	left: -210px;
	right: auto;
}

.fgs_box>div:nth-of-type(5) .fgs_txt {
	left: -210px;
	right: auto;
}

.fgs_txt div {}

.fgs_box .fgs1:hover .fgs_txt {
	height: 177px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.fgs_box .fgs2:hover .fgs_txt {
	height: 150px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.fgs_box .fgs3:hover .fgs_txt {
	height: 148px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.fgs_box .fgs4:hover .fgs_txt {
	height: 154px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.fgs_box .fgs5:hover .fgs_txt {
	height: 150px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.jscontent{
	width: 100%;
	padding: 45px 0 175px;
	/* position: absolute;
	top: 0; */
}
.jscontent>.container{
	margin: 0 auto;
}
.js .slide-items {
	width: 100%;
}
.js .slide-items img{
	margin: 0 auto;
	display: block;
}
.js .swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(228, 108, 31, .5), rgba(228, 108, 31, .5));
}
.js .swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(228, 108, 31, .5), rgba(228, 108, 31, .5));
}
.jscontent .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.jscontent .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}
.jscontent .swiper-pagination1 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.jscontent .container h2 {
	margin:60px 0 80px;
	color:#fff;
	text-align: center;
}
.mySwiper1line{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}
.mySwiper1line .centerLine{
	flex:1;
	width: 100%;
	height: 1px;
	background-color: rgb(255, 202, 167);
}
.mySwiper1line .LineDate{
	display: flex;
}
.mySwiper1line .LineDate span{
	flex:1;
	text-align: center;
	position: relative;
	color: rgb(255, 202, 167);
}
.mySwiper1line .LineDate span::after{
    content: '';
    width: 10px;
    height: 10px;
    background: rgb(255, 202, 167);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    left: 45%;
}
.mySwiper1line  .LineDate .active {
	color: #fff !important;
}
.mySwiper1line .LineDate span.active::after {
	background: #fff !important;
}
@media screen and (max-width: 800px){
	.jscontent h2{
		margin:40px 0 60px;
	}
	.mySwiper1line .LineDate span::after{
		left: 49%;
	}
	.mySwiper1line{
		margin-top: 40px;
	}
.centerLine .LineDate span{
	display: none;

}
.mySwiper1line img{
	width: 70%;
	margin: 0 15%;
}
.centerLine .LineDate span.active{
	display: block;
}
.jscontent{
	padding-bottom: 100px;
}
}
@media screen and (max-width: 1000px) {
	
	.container h2 {
		margin: 0px 0 !important;
	}

	.container {
		padding-bottom: 10px !important;
	}

	.wenhs1 h3 {
		font-size: 16px !important;
		line-height: 1.8em;
	}

	.wenhs1 h5 {
		font-size: 14px !important;
		line-height: 1.8em;
	}

	.wenhua {
		height: 300px;
	}

	.wenhs1 h5:nth-child(2) {
		margin-top: 20px !important;
	}

	.ry_ul_box {
		width: 100%;
	}

	.ry_ul_box li {
		width: 43%;
	}

	/*#leftsead {
		display: none;
	}
	#backtotop {
		display: none;
	}*/
	.big_img_box {
		margin-left: -180px;
	}

	.whbig_img_box {
		margin-left: -180px;
		width: 100%;
		margin-top: -150px;
	}

	.wh_cont_mob .wh_m_txt {
		font-size: 18px;
		color: #333;
		line-height: 20px;
		text-align: center;
		margin-bottom: 25px;
	}
}

.swiper {
	--swiper-theme-color: #fe6501;
	/* 设置Swiper风格 */
	--swiper-navigation-color: #fe6501;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;
	/* 设置按钮大小 */
}