@keyframes move-up {
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}

.header {
	color: #2f2f2f;
	position: relative;
	z-index: 150;
}

.title a {
	color: #2f2f2f;
}

.header-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 60px;
}

.header-main {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-main-item {
	display: flex;
	align-items: center;
}

.logo {
	width: 62px;
	height: 23px;
}

.title {
	margin-left: 176px;
	display: flex;
	font-size: 18px;
}

.title>li {
	margin-right: 68px;
}

.show {
	position: relative;
}

.showMore {
	/* color: #FF3618; */
	cursor: pointer;
}

.hotProduct {
	width: 200px;
	position: absolute;
	top: 46px;
	left: -15px;
	background-color: #fff;
	box-shadow: 0px 0px 40px 0px rgba(72, 72, 72, 0.04);
	border-radius: 6px;
	z-index: 30;
	transition: all .5s;
	overflow: hidden;
	height: 0;
}

.show:hover .hotProduct {
	height: 322px;
}

.phone {
	/* margin-left: 165px; */
	font-size: 22px;
	display: flex;
	align-items: center;
}

.phone img {
	width: 21px;
	height: 21px;
	margin-right: 9px;
}

.hotProduct-container {
	padding: 22px;
}

.hotProduct-container li {

	margin-top: 22px;
	cursor: pointer;
}

.hotProduct-container li a {
	display: flex;
	align-items: center;
}

.hotProduct-container li:hover .hotProduct-container-right .t1 {
	color: #1A7AFF;
}

.hotProduct-container li:first-child {
	margin-top: 0;
}

.hotProduct-container li img {
	width: 35px;
	height: 35px;
}

.hotProduct-container-right {
	margin-left: 11px;
}

.hotProduct-container-right .t1 {
	font-size: 14px;
	color: #131313;
	line-height: 20px;
}

.hotProduct-container-right .t2 {
	color: #868686;
	font-size: 12px;
	line-height: 18px;
}

/* banner */
.banner {
	position: relative;
}

.main-bg {
	width: 100%;
	height: 781px;
	display: block;
}

.main {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.main .main-left {
	position: absolute;
	top: 250px;
	left: -778px;
	display: flex;
	flex-direction: column;
	opacity: 0;
	animation: move-left 2s forwards;
}

.main .main-left .main-left1 {
	display: block;
	width: 471px;
	height: 75px;
}

.main .main-left .main-left2 {
	display: block;
	margin-top: 55px;
	margin-bottom: 30px;
	width: 633px;
	height: 46px;
}

.main .main-left .main-left3 {
	display: block;
	width: 263px;
	height: 147px;
	transform: translateX(-44px);
	cursor: pointer;
}

.main .main-right {
	position: absolute;
	top: 191px;
	right: -900px;
	opacity: 0;
	animation: move-right1 2s forwards;
}

.main .main-right img {
	width: 589px;
	height: 573px;
}


@keyframes move-right1 {
	100% {
		right: -362px;
		opacity: 1;
	}
}

@keyframes move-left {
	100% {
		left: 0;
		opacity: 1;
	}
}

/* introduce */
.introduce {
	overflow: hidden;
}

.introduce-title {
	font-size: 36px;
	font-family: Microsoft YaHei;
	color: #202020;
	text-align: center;
	font-weight: 700;
}


/* footer */
.footer {
	position: relative;
	height: 229px;
	background: #1F2533;
	color: #FFFFFF;
	overflow: hidden;
}

.footer-bg {
	position: absolute;
	top: 0;
	left: 0;

}

.footer-container {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}

.footer-logo {
	width: 184px;
	height: 67px;
}

.footer-main {
	font-size: 12px;
	margin-left: 310px;
	margin-right: 116px;
}

.footer-main-phone {
	display: flex;
	align-items: center;
}

.footer-main-phone .footer-phone {
	width: 29px;
	height: 29px;

}

.number {
	margin-left: 18px;
	font-size: 30px;
	/* color: #8A88FF; */
}

.footer-main .text2 {
	margin: 25px 0 15px 0;
	line-height: 1.8;
}

.footer-main .text2 a {
	color: #fff;
}

.ewm {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ewm img {
	width: 90px;
	height: 90px;
	margin-bottom: 14px;
}



/* 联系我们 */
.contactUs {
	width: 81px;
	height: 202px;
	background: #FFFFFF;
	position: fixed;
	top: 40%;
	right: 62px;
	/* transform: translateY(-50%); */
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	box-shadow: 0px 0px 40px 0px rgba(72, 72, 72, 0.04);
	border-radius: 8px;
	z-index: 100;
	opacity: 0;
	transition: all .4s;
}

.contactUs>div {
	position: relative;
	height: 33%;
	cursor: pointer;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* .onLine {
    height: 33%;
    cursor: pointer;
}
.dial {
    height: 33%;
    cursor: pointer;
}
.back {

    height: 33%;
width: 100%;
    cursor: pointer;
} */
.onLine-icon {
	position: relative;
	top: 0;
	left: 0;
}

.onLine-item {
	position: absolute;
	top: 0;
	right: 80px;
	cursor: default;
	/* background-color: red; */
}

.onLine-container {
	margin-right: 10px;
	width: 181px;
	height: 179px;
	box-shadow: 0px 0px 40px 0px rgba(72, 72, 72, 0.04);
	border-radius: 6px;
	/* position: absolute;
    top: 0;
    right: 86px; */
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.onLine-container img {
	width: 100px;
	height: 100px;
}

.onLine-container .text2 {
	margin-top: 12px;
}

.dial-icon {
	position: relative;
	top: 0;
	left: 0;
}

.dial-item {
	position: absolute;
	top: 6px;
	right: 80px;
	cursor: default;
}

.dial-container {
	margin-right: 10px;
	width: 181px;
	height: 86px;
	/* position: absolute;
    top: 108px;
    right: 86px; */
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 40px 0px rgba(72, 72, 72, 0.04);
	border-radius: 6px;
	font-size: 13px;
}

.dial-container .text2 {
	margin-top: 13px;
	font-size: 18px;
	color: #2380FF;
}



/* 客服咨询 */
/* 瀹㈡湇鍜ㄨ寮圭獥寮€濮� */
.servicePopup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 150;
	display: none;
}

.servicePopup .serviceInner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -188px;
	margin-left: -170px;
	width: 377px;
	height: 340px;
	background: #fff;
	border-radius: 5px;
}

.servicePopup .serviceInner .serviceTitle {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #303133;
	padding: 45px 20px 10px;
}

.servicePopup .serviceInner .serviceTitle .closeIcon {
	display: block;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.servicePopup .serviceInner .serviceTitle .closeIcon::before,
.servicePopup .serviceInner .serviceTitle .closeIcon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1px;
	margin-top: -7px;
	display: block;
	width: 2px;
	height: 14px;
	background: #ccc;
}

.servicePopup .serviceInner .serviceTitle .closeIcon::before {
	transform: rotate(45deg);
}

.servicePopup .serviceInner .serviceTitle .closeIcon::after {
	transform: rotate(-45deg);
}

.servicePopup .serviceInner .serveContent {
	text-align: center;
	padding: 18px 25px 30px;
	position: relative;
}

.servicePopup .serviceInner .serveContent .serviceCode {
	width: 162px;
	height: 162px;
}

.servicePopup .serviceInner .serveContent .serviceText {
	color: #666;
	font-size: 16px;
	margin-top: 16px;
}

/* 分页 */
.pagination {
	text-align: center;
	padding: 20px 0;
	background-color: #ffffff;
}

.pagination li {
	display: inline-block;
	border-radius: 5px;
	margin: 0 2px;
	border: 1px solid #e2e2e2;
}

.pagination a {
	padding: 6px 10px;
	font-size: 12px;
	color: #999999;
}

.pagination span {
	padding: 6px 10px;
	font-size: 12px;
	color: #999999;
}

/*.pagination li.disabled{
    background-color:#e9e9e9;
}*/
.pagination li.active {
	background: #1787fb;
	border-color: #1787fb;
}

.pagination li.active span {
	color: #f4f8ff;
}

.pagination li:hover {
	background-color: #1787fb;
	border-color: #1787fb;
}

.pagination li:hover a,
.pagination li:hover span {
	color: #f4f8ff;
	text-decoration: none;
}

.pagination-simple {}

.pagination-simple li {
	display: inline-block;
	margin: 0 2px;
}

.pagination-simple li a {
	color: #1787fb;
}

.pagination-simple li.disabled a {
	color: #bcbcbc;
	cursor: default;
	text-decoration: none;
}

.pagination-simple li.pagenum {
	cursor: default;
}

.pagination-simple li.pagenum .color {
	color: #1787fb;
}

/* footer */
.bottomBox {
	width: 100%;
	background: #19233A;
	padding: 40px 0 30px;
}

.bottomBox .bottomBoxContent1 .bottomTitle {
	font-size: 18px;
	color: #9297A4;
}

.bottomBox .bottomBoxContent1 .bottomLabel {
	margin: 27px 0 0;
	border-bottom: 1px solid rgba(179, 186, 202, .29);
	padding-bottom: 40px;
}

.bottomBox .bottomBoxContent1 .bottomLabel a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}

.bottomBox .bottomBoxContent2 {
	padding-top: 30px;
}

.bottomBox .bottomBoxContent2 div {
	font-size: 14px;
	color: #9297A4;
	text-align: center;
}

.bottomBox .bottomBoxContent2 div a {
	color: #9297A4;
}

.bottomBox .bottomBoxContent2 div:first-child {
	margin-bottom: 10px;
}
