* {
	scrollbar-width: thin;
	/*//设置火狐滚动条宽度*/
	scrollbar-color: #9b9b9b #ffffff;
	/*//设置火狐滚动条颜色*/
}

body {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	background: #ffffff;
}


.w1416 {
	width: 1416px;
	margin: 0px auto;
	overflow: hidden;
}

.w1200 {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.w1280 {
	width: 1280px;
	margin: 0px auto;
	overflow: hidden;
}


/*头部*/
.head_top {
	width: 100%;
	height: 120px;
	background: #ffffff;
	z-index: 10005;
}

.head_flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head_logo {
	cursor: pointer;
}

.head_logo img {
	width: 380px;
}

.headTopFlex {
	width: 100%;
	height: 100px;
	background: #ffffff;
	z-index: 10005;
}

.headFlex {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0px auto;
	width: 1280px;
	z-index: 10005;
}

/* 头部 */
.headerView {
	width: 900px;
}

.headerView nav ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 15px;
}

.headerView nav ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	padding: 0px 15px;
	height: 100px;
}


.headerBorder {
	display: none;
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #EE9E07;
}

.headerView nav ul li:hover .headerBorder {
	display: flex;
}

.headerView nav ul li a {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

.headerView nav ul li:hover a {
	font-weight: 400;
	font-size: 16px;
	color: #EE9E07;
}


.headerView nav ul li .headBox {
	display: none;
	position: absolute;
	top: 100px;
	left: 0px;
	min-width: 420px;
	flex-direction: row;
	background: #FFFFFF;
	padding: 20px;
	opacity: 0.9;
	z-index: 10000;
}

.headerView nav ul li:hover .headBox {
	display: flex;
	flex-direction: row;
	box-shadow: 0px 3px 10px 0px rgba(153,153,153,0.2);
	z-index: 10000;
}

.headBox-menu {
	display: flex;
	flex-direction: column;
}

.headBox-menu-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 0;
	cursor: pointer;
}

.headBox-menu-item img {
	width: 12px;
	height: 12px;
}

.headBox-menu-item span {
	flex: 1;
	padding-left: 20px;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

.headBox-menu-item:hover span {
	font-weight: 400;
	font-size: 16px;
	color: #EE9E07;
}


.headBoxImg {
	width: 265px;
    object-fit: contain;
	margin-left: 38px;
}


/* 头部 */
header {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 9999;
	min-width: 1280px;
	background: #586B79;
	margin: 0px auto;

}

header nav {
	max-width: 1280px;
	width: 100%;
	margin: 0px auto;
}

header nav ul {
	width: 100%;
	justify-content: space-between;
	margin: 0px auto;
	font-size: 0px;
	position: relative;
	padding: 0px 0px;
}

header nav ul li {
	width: 10%;
	display: inline-block;
	text-align: center;
}

header nav ul li:hover {
	background: #EE9E07;
}

header nav ul li .nav-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
	font-size: 16px;
	color: #ffffff;
}

header nav ul li .subBox {
	display: none;
	position: absolute;
	left: 0px;
	max-width: 1280px;
	width: 100%;
	min-height: 240px;
	background: #ffffff;
	overflow: hidden;
	flex-direction: row;
	align-items: center;
	border-top: 2px solid #f00;
	border-bottom: 1px solid #F47322;
}

header nav ul li:hover .subBox {
	display: flex;
	flex-direction: row;
	align-items: center;
}

/* banner 效果开始 */
#banner {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
}

#banner .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
	display: inline-block;
	border-radius: 5px;
	background: #fff;
	opacity: 1;
}

#banner .swiper-pagination-bullet-active {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 30px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
	display: inline-block;
	border-radius: 5px;
	background: #fff;
	opacity: 1;
}

#banner .swiper-button-next,
#banner .swiper-button-prev {
	/* background: rgba(207, 207, 207, .8); */
	padding: 20px 10px;
	color: #ffffff;
	top: calc(50% - 40px);
	margin-left: 330px;
	margin-right: 330px;
}

#banner .swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0px;
}

#banner .swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0px;
}

#banner .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 45px;
}

#banner .swiper-slide img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}


/* swiper 点自定 */
.diySwiperPagination .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
	display: inline-block;
	border-radius: 5px;
	background: #fff;
	opacity: 1;
}

.diySwiperPagination .swiper-pagination-bullet-active {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 30px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
	display: inline-block;
	border-radius: 5px;
	background: #fff;
	opacity: 1;
}

.diySwiperPagination>.swiper-pagination-bullets {
	bottom: 15px;
}



.footerView {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #333333;
	padding-top: 50px;
	padding-bottom: 20px;
	width: 100%;
}

.footerInfo {
	display: flex;
	flex-direction: column;
}

.footerHead {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer-line {
	width: 100%;
	height: 1px;
	background: #CCCCCC;
	opacity: 0.2;
}

.footerTab {
	width: 190px;
	padding: 10px 0;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 1px;
	cursor: pointer;
}

.footerTab:hover {
	color: #EE9E07;
}

.footerItem {
	display: flex;
	flex-direction: row;
	width: 1280px;
	margin: auto;
}

.footerItemTab {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 190px;
}

.footer-line2 {
	width: 1px;
	height: 270px;
	background: #CCCCCC;
	opacity: 0.2;
}

.footerTab2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 150px;
	padding: 8px;
	cursor: pointer;
}

.footerTab2 img {
	/* width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #999999; */
	width: 10px;
	height: 12px;
}

.footerTab2 span {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 10px;
}

.footerTab2:hover span {
	color: #EE9E07;
}

.contact {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-left: 50px;
}

.contactTitle {
	font-weight: 400;
	font-size: 16px;
	color: #B8B8B8;
	margin-top: 10px;
}

.contactTel {
	font-weight: 400;
	font-size: 24px;
	color: #F47322;
	margin-top: 15px;
}

.contactImage {
	width: 160px;
	height: 160px;
	background: #FFFFFF;
	border-radius: 6px;
	margin-top: 15px;
}

.contactText {
	font-weight: 400;
	font-size: 16px;
	color: #B8B8B8;
	margin-top: 5px;
}

.copyright {
	display: flex;
	flex-direction: column;
	background: #1A1A1A;
	align-items: center;
	padding: 30px 0;
}

.copyrightText2 {
	font-weight: 400;
	font-size: 14px;
	color: #B8B8B8;
	margin-bottom: 10px;
}

.copyrightText {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}

.copyrightText img {
	width: 20px;
	height: 20px;
}

.copyrightText span {
	font-weight: 400;
	font-size: 14px;
	color: #B8B8B8;
	margin-left: 15px;
	cursor: pointer;
}

.topView {
	position: fixed;
	top: 220px;
	right: 20px;
	display: flex;
	flex-direction: column;
	z-index: 100;
	width: 160px;
	height: 220px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 3px solid #00A3E2;
}

.qrcodeView {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.wxIcon {
	width: 42px;
	height: 42px;
}

.qrcodeIcon {
	width: 120px;
	height: 120px;
	margin: 15px 20px;
}

.qrcodeView span {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	margin-left: 10px;
}

.qrcode-line {
	width: 120px;
	height: 1px;
	background: #D1D1D1;
	margin-left: 20px;
	margin-top: 5px;
}
