body {
	padding-top: 0;
}

#mainRotate {
	height: 600px;
}

.rotateVideo {
	height: 600px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.rotateVideo > .mask,
.rotateArea > .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 70px;
	line-height: 1.5em;
	font-weight: bold;
}

.rotateVideo > video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rotateArea {
	height: 600px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.rotateArea .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 41, 95, 0.6);
	background-image: url("https://f.goodq.top/qfy-content/plugins/qfy_editor/assets/images/grid-30.png");
}

.rotateArea .content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	z-index: 2;
	color: #fff;
}

.rotateArea .content h1 {
	font-weight: normal;
}

.rotateArea .content h5 {
	font-weight: normal;
}

.rotateArea .content a {
	background: #fff;
	display: block;
	font-size: 13px;
	color: var(--primary);
}

.rotateArea .content a:hover {
	background-color: var(--primary);
	color: #fff;
}

#mainRotate .swiper-button-prev,
#mainRotate .swiper-button-next {
	color: #aaa;
	background: rgba(0, 0, 0, 0.3);
	width: 35px;
	height: 70px;
	font-size: 20px;
	border-radius: 3px;
	display: none;
	margin: 0 20px;
	margin-top: -20px;
}

#mainRotate .swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 22px;
}

#mainRotate:hover .swiper-button-next,
#mainRotate:hover .swiper-button-prev {
	display: flex;
}

#mainRotate .swiper-button-next:hover,
#mainRotate .swiper-button-prev:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

#mainRotate .swiper-pagination-bullet {
	border-radius: 0;
	background: none;
	width: 40px;
	height: 30px;
	padding-top: 13px;
}

#mainRotate .swiper-pagination-bullet:after {
	height: 4px;
	width: 40px;
	background-color: #fff;
	content: "";
	display: block;
}

.indexModel {
	padding: 60px 0;
}

.indexModel > div > h4 {
	text-align: center;
	font-size: 34px;
	color: #333;
	font-weight: 400;
	padding-bottom: 10px;
}

.indexModel > div > .more {
	text-align: center;
	padding-bottom: 40px;
}

.indexModel > div > .more > a {
	color: var(--primary);
	text-decoration: none;
}

.indexModel > div > .more > a > i {
	font-size: 12px;
	transition: all 0.3s;
	position: relative;
	display: inline-block;
	right: -4px;
}

.indexModel > div > .more > a:hover > i {
	right: -10px;
}

.indexModel > div > h6 {
	font-weight: normal;
	text-align: center;
	color: #999;
	padding-bottom: 40px;
}

.customItem {
	display: inline-block;
	width: 280px;
	height: 90px;
	position: relative;
	cursor: pointer;
	opacity: 0.7;
	padding: 20px 30px;
}

.customItem:hover {
	opacity: 1;
}

.customItem > div {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.customItem > div.mask {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all 0.3s;
}

.customItem:hover > div.mask {
	opacity: 0;
}

.customListBox {
	width: 100%;
	height: 200px;
	font-size: 0;
	overflow: hidden;
}

.customList {
	width: 1100px;
	position: relative;
	left: 0;
	top: 0;
}

.customList .col-3 {
	padding: 0;
	flex: 0 0 20%;
	max-width: 20%;
	margin-top: -1px;
	margin-left: -1px;
}

.tiyanmap {
	width: 100%;
}

.exampleItem {
	border: 1px solid #ebebeb;
	padding: 15px;
	border-radius: 3px;
	margin-bottom: 40px;
	transition: all 0.3s;
	position: relative;
}

.exampleItem:hover {
	box-shadow: 0px 10px 50px 0px rgb(84 110 122 / 35%);
}

.animated {
	visibility: hidden;
}

.animate__animated {
	visibility: visible;
}

.exampleItem .pic {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding-bottom: 62%;
}

.exampleItem h5 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 0;
	color: #333;
	font-size: 16px;
	transition: all 0.3s;
}

.exampleItem:hover h5 {
	color: var(--primary);
}

.moxingItem {
	border-radius: 5px;
	padding: 20px;
}

.moxingItem:hover h5 {
	color: var(--primary);
}

.moxingItem:hover i {
	color: #777 !important;
}

.moxingItem {
	background: #fff;
	text-align: center;
}

.moxingItem > .icon > i {
	font-size: 50px;
	color: #999;
	transition: all 0.3s;
}

.moxingItem > h5 {
	color: #333;
	padding-top: 10px;
	transition: all 0.3s;
}

.moxingItem > .text {
	color: #777;
}

.changyuList .col-2 {
	max-width: 20%;
	flex: 0 0 20%;
	padding: 8px;
}

.changyuList .exampleItem {
	padding: 8px;
}

#partnerRotate {
	padding-bottom: 60px;
}

.mapInfoBox {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
	padding: 30px;
}

.mapInfoBox > div {
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	width: 300px;
	position: relative;
	overflow: hidden;
	padding-top: 40px;
}

.infoTitle {
	height: 40px;
	line-height: 40px;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.infoTitle > div {
	display: inline-block;
	font-size: 13px;
	width: 100px;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	color: #777;
}

.infoTitle > div:hover {
	background: rgba(255, 255, 255, 0.8);
}

.infoTitle > div.active {
	background: #ff3c00;
	font-weight: bold;
	color: #fff;
}

.infoTitle > div.active:nth-child(2) {
	background: #f9cc14;
}

.infoTitle > div.active:nth-child(3) {
	background: #029fe9;
}

.infoList {
	background: #fff;
	height: 100%;
	overflow: scroll;
	display: none;
}

.infoList.acitve {
	display: block;
}

.infoList > div {
	padding: 15px;
	height: 70px;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #f1f1f1;
	cursor: pointer;
	color: #555;
	position: relative;
}

.infoList > div > .pic {
	width: 60px;
	height: 40px;
	background-size: cover;
	float: left;
	margin-right: 10px;
	border-radius: 2px;
	overflow: hidden;
}

.infoList > div > i {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 15px;
	top: 25px;
	color: #aaa;
	font-size: 12px;
}

.infoList > div:hover {
	background: #f1f1f1;
}

.infoList::-webkit-scrollbar {
	width: 0px;
	margin-right: 2px;
}

.infoList::-webkit-scrollbar-track-piece {
	background-color: white;
}

.infoList::-webkit-scrollbar:horizontal {
	height: 0px;
	margin-bottom: 2px;
}

.infoList::-webkit-scrollbar-track-piece {
	background-color: white;
}

.infoList::-webkit-scrollbar-thumb {
	width: 0px;
	background: #cbcbcb;
}

.infoList::-webkit-scrollbar-thumb:hover {
	background: #909090;
}

.infoListBox {
	height: 100%;
	width: 100%;
}

.fuwuqiye {
	background: url("https://cdn.qipengit.com/image/dc0af9ee-2d07-49eb-8b8f-4a3b3b20cdd6.jpg");
	background-size: cover;
	background-position: center;
}

#a1 {
	overflow: hidden;
}

#a1 > ul {
	height: 180px;
	overflow: hidden;
}

#a1 > ul > li {
	display: inline-block;
	width: 280px;
	height: 90px;
	color: #fff;
}

.indexVideo {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	background: #fff;
}

.indexVideo > video {
	width: 100%;
}

.fieldWindow {
	padding: 10px;
	padding-top: 0;
	display: inline-block;
	width: 388px;
}

.fieldWindow > .left {
	width: 120px;
	height: 100px;
	background-size: cover;
	background-position: center;
	float: left;
}

.fieldWindow > .right {
	width: 238px;
	float: left;
	padding-left: 15px;
}

.mapLinkBtn {
	background: #dbaa55;
	display: inline-block;
	padding: 5px 12px;
	margin-top: 15px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
	font-size: 13px;
}

.mapLinkBtn:hover {
	text-decoration: none;
	color: #fff;
	opacity: 1;
}

.logoItem > .pic {
	background-size: cover !important;
}

#videoRotate {
	overflow: visible;
}

#videoRotate .swiper-slide {
	background: #f1f1f1;
	height: 22.5vw;
	width: auto;
	box-shadow: 0px 10px 50px 0px rgb(84 110 122 / 45%);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transform: scale(1);
	transition: all 0.3s;
	text-align: center;
	cursor: pointer;
}

#videoRotate .swiper-slide-active {
	transform: scale(1.2);
	z-index: 2;
}

#videoRotate .swiper-slide video {
	height: 100%;
	display: inline-block;
	position: relative;
}

.videoArea {
	padding: 120px 0;
	position: relative;
}

.videoCover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 99;
}

#videoRotate .i-play {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 100;
	font-size: 40px;
}

#videoRotate .swiper-slide i {
	display: flex;
}

.fieldCopyright {
	font-size: 20px;
	margin-right: 3px;
}

.indexVideoBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	align-items: center;
	justify-content: center;
}

.indexVideoBox > .mask {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.video-js {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	overflow: hidden;
	max-width: 70%;
	max-height: 70%;
}

.vjs-poster {
	background-size: cover;
}

#closeBtn {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	color: #aaa;
	display: none;
	text-shadow: 1px 1px #000;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	padding: 8px;
	font-weight: bold;
}

#closeBtn:hover {
	color: #fff;
}

.video-js:hover #closeBtn {
	display: block;
}

#videoRotate .swiper-button-prev,
#videoRotate .swiper-button-next {
	color: #eee;
	background: rgba(0, 0, 0, 0.3);
	width: 35px;
	height: 70px;
	font-size: 20px;
	border-radius: 3px;
	display: none;
	margin: 0 20px;
	margin-top: -20px;
}

#videoRotate .swiper-button-prev:after,
#videoRotate .swiper-button-next:after {
	font-size: 22px;
}

#videoRotate:hover .swiper-button-next,
#videoRotate:hover .swiper-button-prev {
	display: flex;
}

#videoRotate .swiper-button-next:hover,
#videoRotate .swiper-button-prev:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

#videoRotate .swiper-pagination-bullet {
	border-radius: 0;
	background: none;
	width: 40px;
	height: 30px;
	padding-top: 13px;
}

#videoRotate .swiper-pagination-bullet:after {
	height: 4px;
	width: 40px;
	background-color: #292b35;
	content: "";
	display: block;
}

#videoRotate .swiper-pagination {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	margin-top: 50px;
}
.navbar {
	background: none !important;
}
.navbar.active {
	background: var(--primary) !important;
}
