#fullpage {
	width: 100%;
}

#fullpage .section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 1090px;
	background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    object-fit: cover;
	overflow: hidden;
	position: relative;

	display: table;
    table-layout: fixed;
}

#fullpage .section .fp-tableCell {
	display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#fullpage .section .fp-tableCell .fp-scroller {
	/* position: static;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; */
	/* height: 100%; */
}

#fullpage .section:first-child {
	/* background-image: url('../img/sy_bj.png'); */
	/* background-image: url('../img/he_bj.png'); */
	/* transform: scale(0.8, 1); */
	/* transform-origin: center center; */
	/* opacity: 0; */
	/* transition: all 4s; */

	position: relative;
}

#fullpage .section .one-img {
    width: 100%;
	height: 100%;
	vertical-align: top;
    transform: scale(1);
    opacity: 0;
    transition: all 3s linear;
    position: absolute;
    left: 0;
    top: 0;
	/* top: 50%; */
	/* transform: translateY(-50%); */
    z-index: 1;
}

#fullpage .section .two-img {
    opacity: 1;
    /* transition: all 2s linear; */
}

#fullpage .section:nth-child(2) {
	/* background-image: url('../img/gy_bj.png'); */
}

#fullpage .section:nth-child(3) {
	background-image: url('../img/yw_bj.png');
}

#fullpage .section:nth-child(4) {
	background-image: url('../img/he_bj.png');
	/* padding-top: 180px; */
	vertical-align: baseline;
}

.head {
	height: 80px;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.head-con {
	height: 100%;
	width: 80%;
	min-width: 1090px;
	margin: 0 auto;
}

.head-con-l img {
	height: 48px;
	margin-right: 130px;
	user-select: none;
}

.head-con-l ul li {
	margin: 0 50px;
}

.head-con-l ul li a {
	font-size: 16px;
	font-weight: 400;
	font-family: Source Han Sans CN;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
}

.head-con-l ul li.active a {
	color: #FC5A3C !important;
}

.head-con-r {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	font-family: Source Han Sans CN;
	cursor: pointer;
	color: #fff;
	user-select: none;
}

.head-con-r a {
	text-decoration: none;
	color: #fff;
}

.section-content {
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-content-one {
	transform: translateY(-60px);
}

.logo2 {
	display: none;
}

.contact-box {
	/* width: 72px; */
	width: 380px;
	height: 72px;
	/* background: #E5573D; */
	background: #f95335;
	/* box-shadow: 0px 0px 3px 0px #E2E2E2; */
	border-radius: 6px 0px 0px 6px;
	position: fixed;
	top: 52%;
	right: -302px;
	z-index: 99;
	text-align: center;
	display: flex;
	align-items: center;
	transition: all 1s;
}

.contact-box:hover {
	right: 0;
}

.contact-box span {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
}

.contact-box .su {
	width: 1px;
	height: 42px;
	background: #FFFFFF;
	margin-right: 12px;
}

.contact-box .contact-box-left {
	width: 78px;
	text-align: center;
}

.contact-box .contact-box-left img {
	margin: 0 auto 6px;
}

.contact-box .contact-box-right img {
	margin-right: 8px;
}

.contact-box .contact-box-right > div:first-child {
	margin-bottom: 10px;
}


/* 第一页 */
.title, .sub-title {
	font-size: 58px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
}

.title, .sub-title-but {
	font-size: 58px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 15px;
}

.sub-title {
	margin-top: 46px;
}

.slide-box {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	animation: slidemove 1.5s infinite;
	z-index: 9999;
}

.slide-box > div {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.slide-box > img {
	margin: 8px auto 0;
	height: 20px;
}

@keyframes slidemove {
	from {
		bottom: 40px;
		opacity: 1;
	}

	to {
		bottom: 10px;
		opacity: 0;
	}
}

@-webkit-keyframes slidemove { /*Safari and Chrome*/
	from {
		bottom: 40px;
		opacity: 1;
	}

	to {
		bottom: 10px;
		opacity: 0;
	}
}

/* 第二页 */
.title-two {
	width: 658px;
	height: 170px;
	background: url('../img/abt.png') no-repeat;
	margin: 0 auto;
	padding: 66px 0 0;
}

.title-two > h3 {
	font-size: 50px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 38px;
}

.title-two > .xian {
	display: block;
	width: 74px;
	height: 3px;
	background: #F95335;
	margin: 0 auto;
}

.two-paragraph {
	margin-top: 46px;
}

.two-paragraph p {
	text-align: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}

#fullpage .section:nth-child(2) .fp-tableCell {
	vertical-align: baseline;
	/* padding-top: 130px; */
}

/* 第三页 */
.title-three {
	width: 724px;
	height: 78px;
	background: url('../img/Introduction.png') no-repeat;
	margin: 20px auto 0;
	padding-top: 36px;
}

.title-three h3 {
	font-size: 50px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
}

.three-xian {
	width: 74px;
	height: 3px;
	background: #F95335;
	margin: 40px auto 68px;
}

.product-box {
	width: 410px;
	height: 530px;
	margin: 0 auto;
	padding: 15px;
	display: block;
	background-color: #fff;
	box-shadow: 0px 18px 38px 0px rgba(237, 237, 237, 0.46);
}

.product-sun {
	display: flex;
	width: 1300px;
	margin: auto;
}

.product-item {
	flex: 1;
}

.product-item{
	margin:0 5px;
}

.product-item ul {
	padding: 20px 0 0 28px;
	color: #F96C35;
	width: 100%;
}

.product-item ul li {
	text-align: left;
	position: relative;
	/* display: flex; */
	list-style: square;
}

.product-item ul li p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

/* .product-item ul li::before {
	display: block;
	content: '';
	height: 8px;
	width: 8px;
	background-color: #F96C35;
	margin-top: 4px;
} */

.product-item .img-box {
	overflow: hidden;
}

.product-item img {
	width: 100%;
	margin: 0 auto;
	transition: all 1.3s;
}

.product-item img:hover {
	transform: scale(1.3);
}

.slide-box.three > div {
	color: #333;
}

/* 第四页 */
.title-three.four {
	width: 428px;
	height: 70px;
	background: url('../img/Partner.png') no-repeat;
	padding-top: 28px;
	margin: 0 auto;
}

.brand-box .brand-item {
	width: 220px;
	height: 88px;
	margin: 32px 32px 0 0;
}

.brand-box .brand-item:last-child {
	margin-right: 0;
}

.brand-box .brand-item img {
	width: 100%;
}

.brand-col-one .brand-item {
	margin-top: 0;
}

.go-register {
	height: 180px;
	width: 100%;
	background: url('../img/zc_bj.png') no-repeat;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-top: 88px;
	background-size: 100% 100%;
}

.go-register h3 {
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FEFDFD;
}

.go-register .register-btn a {
	display: block;
	margin-top: 30px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FEFDFD;
	cursor: pointer;
	text-decoration: none;
}

.bottom-box {
	height: 280px;
	width: 100%;
	background: #111820;
}

.bottom-box ul {
	height: 100%;
	display: flex;
	justify-content: space-between;
	width: 80%;
	max-width: 1230px;
	margin: 0 auto;
}

.bottom-box ul li {
	padding-top: 36px;
	text-align: left;
	max-width: 294px;
}

.bottom-box ul li h4 {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FEFEFE;
	margin-bottom: 22px;
}

.bottom-box ul li p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
}

.address-p {
	margin-bottom: 10px;
}

.address-name {
	min-width: 42px;
}

.bottom-box ul li .logo {
	width: 166px;
	height: 48px;
	margin-bottom: 12px;
}

.qr-code {
	height: 96px;
	width: 96px;
	margin: 0 0 20px;
}

.guohui {
	margin-right: 8px;
}

.bottom-box ul li.bottom-last-item p {
	line-height: 34px;
}

.bottom-box ul li.bottom-last-item p a {
	color: #999;
	text-decoration: none;
}

.title-three.four h3 {
	color: #333;
}
