body {
	background: #fff;
}

.banner {
	width: 100%;
	height: 480px;
	margin: 0 auto;
	background: url(../images/index2/img_top_banner.png) center top no-repeat;
	background-size: 1920px 480px;
}

.nav {
	width: 1200px;
	height: 68px;
	margin: 0 auto;
}

.navL {
	float: left;
	width: 208px;
	height: 35px;
	margin-top: 17px;
}

.navL a {
	display: inline-block;
	width: 208px;
	height: 35px;
	background: url(../images/logo.png) left top no-repeat;
	background-size: 100% auto;
}

.navR {
	float: right;
	width: 584px;
}

.navR a {
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	height: 69px;
	line-height: 69px;
	margin-left: 85px;
}

.navLine {
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.15;
}

.howMake {
	background: #F6F6F6;
	padding: 100px 0 90px;
}

.howMakeTop {
	width: 1200px;
	margin: 0 auto;
}

.howMakeTop1 span {
	display: inline-block;
}

.howMakeTop1 span i {
	display: inline-block;
	width: 2px;
	height: 16px;
	background: #333333;
	float: left;
	margin-top: 7px;
}

.howMakeTop1 span p {
	font-size: 20px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0 13px;
	font-weight: bold;
}

.howMakeTop2 {
	font-size: 12px;
	color: #000000;
	height: 20px;
	line-height: 20px;
}

.howMakeTop3 {
	margin: 50px auto 0;
}

.howMakeTop3 ul li {
	float: left;
	margin-right: 30px;
}

.howMakeTop3 ul li img {
	display: block;
}

.howMakeTop3 ul li:first-child {
	width: 385px;
	height: 397px;
}

.howMakeTop3 ul li:nth-child(2) {
	width: 385px;
	height: 397px;
}

.howMakeTop3 ul li:last-child {
	width: 357px;
	height: 397px;
	margin-right: 0 !important;
}

.easyMake {
	background: #fff;
	padding: 80px 0 60px;
}

.easyMakeTop {
	width: 1200px;
	margin: 0 auto;
}

.easyMakeTop1 span {
	display: inline-block;
}

.easyMakeTop1 span i {
	display: inline-block;
	width: 2px;
	height: 16px;
	background: #333333;
	float: left;
	margin-top: 7px;
}

.easyMakeTop1 span p {
	font-size: 20px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0 13px;
	font-weight: bold;
}

.easyMakeTop2 {
	font-size: 12px;
	color: #000000;
	height: 20px;
	line-height: 20px;
}

.easyMakeTop3 {
	margin: 56px auto 0;
}

.easyMakeTop3 ul li {
	width: 380px;
	height: 340px;
	float: left;
	margin-bottom: 18px;
	margin-right: 18px;
	position: relative;
}

.easyMakeTop3 ul li div {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.easyMakeTop3 ul li.easyMakeAct div {
	display: block;
}

.easyMakeTop3 ul li .pic {
	width: 81px;
	height: 78px;
	line-height: 80px;
	left: 40%;
	top: 0;
	position: absolute;
	display: none;
}

.easyMakeTop3 ul li.easyMakeAct .pic {
	display: block;
	-webkit-animation: easyMake1 0.5s linear both;
	animation: easyMake1 0.5s linear both;
}

@-webkit-keyframes easyMake1 {
	from {
		top: 0
	}
	to {
		top: 110px
	}
}

@keyframes easyMake1 {
	from {
		top: 0
	}
	to {
		top: 110px
	}
}

.easyMakeTop3 ul li .title {
	width: 378px;
	height: 80px;
	font-size: 20px;
	background: #000000;
	opacity: 0.5;
	color: #FFFFFF;
	line-height: 80px;
	left: 0;
	top: 258px;
	position: absolute;
	font-weight: bold;
}

.easyMakeTop3 ul li.easyMakeAct .title {
	-webkit-animation: easyMake2 0.5s linear both;
	animation: easyMake2 0.5s linear both;
}

@-webkit-keyframes easyMake2 {
	from {
		top: 258px
	}
	to {
		top: 190px
	}
}

@keyframes easyMake2 {
	from {
		top: 258px
	}
	to {
		top: 190px
	}
}

.easyMakeTop3 ul li .con {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 265px;
	display: none;
}

.easyMakeTop3 ul li.easyMakeAct .con {
	display: block;
	-webkit-animation: easyMake3 0.5s linear both;
	animation: easyMake3 0.5s linear both;
}

@-webkit-keyframes easyMake3 {
	from {
		top: 200px
	}
	to {
		top: 265px
	}
}

@keyframes easyMake3 {
	from {
		top: 200px
	}
	to {
		top: 265px
	}
}

.easyMakeTop3 ul li .bgImg {
	display: block;
	/* width: 380px;
	height: 380px; */
}

.easyMakeTop3 ul li .bgImg:nth-child(4) {
	width: 780px !important;
}

.diversified {
	padding-bottom: 15px;
}

.diversifiedTop {
	width: 1200px;
	margin: 0 auto;
}

.diversifiedTop1 span {
	display: inline-block;
}

.diversifiedTop1 span i {
	display: inline-block;
	width: 2px;
	height: 16px;
	background: #333333;
	float: left;
	margin-top: 7px;
}

.diversifiedTop1 span p {
	font-size: 20px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0 13px;
	font-weight: bold;
}

.diversifiedTop2 {
	font-size: 12px;
	color: #000000;
	height: 20px;
	line-height: 20px;
}

.diversifiedTop3 {
	width: 100%;
	margin: 46px auto 0;
}

.diversifiedTop3 ul li {
	width: 385px;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	height: 199px;
	position: relative;
}

.diversifiedTop3 ul li img {
	display: block;
	width: 387px;
	height: 201px;
}

.diversifiedTop3 ul li h2 {
	font-size: 20px;
	color: #FFFFFF;
	height: 46px;
	line-height: 46px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
}

.diversifiedTop3 ul li p {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 197px;
}

.horizonScreen {
	float: left;
	width: 244px;
}

.horizonScreen h2 {
	width: 139px;
	height: 44px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 44px;
	margin: 0 auto;
}

.horizonScreenDe {
	margin-top: 47px;
	width: 244px;
	padding-top: 64px;
	height: 415px;
	background: url(../images/zlPic1.png) left top no-repeat;
	background-size: 100% auto;
}

.horizonScreenDe h3 {
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
}

.horizonScreenDe p {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
}

.horizonScreenVideo {
	width: 216px;
	height: 122px;
	margin-left: 13px;
}

.horizonScreenVideo video {
	width: 216px;
	height: 122px;
	object-fit: fill;
}

.verticalScreen {
	float: right;
	width: 243px;
}

.verticalScreen h2 {
	width: 139px;
	height: 44px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 44px;
	margin: 0 auto;
}

.verticalScreenDe {
	margin-top: 47px;
	width: 243px;
	padding-top: 64px;
	height: 415px;
	background: url(../images/zlPic2.png) left top no-repeat;
	background-size: 100% auto;
	position: relative;
}

.verticalScreenVideo {
	width: 215px;
	height: 381px;
	margin-left: 13px;
}

.verticalScreenVideo video {
	width: 215px;
	height: 381px;
	object-fit: fill;
}

.verticalScreenDe h3 {
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 71px;
}

.verticalScreenDe p {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 98px;
}

.verticalScreenDe img {
	width: 160px;
	height: 182px;
	position: absolute;
	top: 251px;
	left: 42px;
}

.footer {
	width: 100%;
	height: 480px;
	margin: 0 auto;
	background: url(../images/index2/bg_sm1.png) center top no-repeat;
	background-size: 1920px 480px;
	position: relative;
}

.footer .footerWrap .code p {
	font-size: 22px;
	margin-top: 20px;
}

.footer .footerWrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.footer .footerWrap .txt {
	font-size: 26px;
	position: absolute;
	top: 44%;
	left: 28%;
}

.footer .footerWrap .code {
	position: absolute;
	top: 35%;
	left: 55%;
}

.footer .code img {
	display: block;
	width: 177px;
	height: 177px;
}


/* 更多产品 */

.moreproduct {
	color: #000;
}

.pro_list {
	margin-top: 34px;
	height: 360px;
	overflow: hidden;
}

.pro_list ul li {
	height: 360px;
	width: 298px;
	float: left;
	/* border: 1px solid; */
	position: relative;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.pro_pic {
	height: 360px;
	width: 298px;
	position: relative;
}

.pro_pic img {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.pro_mask {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	pointer-events: none;
}

.pro_mask h3 {
	font-size: 28px;
	color: #fff;
	text-align: center;
	height: 360px;
	line-height: 360px;
}

.pro_mask p {
	font-size: 14px;
	display: none;
	/* width: 200px; */
	margin: 0 50px;
	text-align: left;
	color: #fff;
}

.pro_mask .btn {
	display: none;
	cursor: pointer !important;
}

.pro_mask .btn a {
	color: #fff;
}

.more {
	width: 110px;
	height: 30px;
	line-height: 30px;
	background-color: #000;
	color: #fff;
	float: right;
	margin-right: 5px;
	margin-top: 18px;
	margin-bottom: 70px;
}

.more a {
	color: #fff;
}

.active {
	background-color: rgba(72, 124, 186, 0.8);
	padding-top: 81px;
	height: 279px;
}

.active h3 {
	font-size: 28px;
	height: 54px;
	line-height: 54px;
	font-weight: normal;
	-webkit-animation: up1 0.2s linear both;
	animation: up1 0.2s linear both;
}

.active p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	display: block;
	-webkit-animation: up2 0.4s linear both;
	animation: up2 0.4s linear both;
}

.active .btn {
	height: 40px;
	line-height: 40px;
	width: 148px;
	background-color: #698ab4;
	border: 1px solid #fff;
	border-radius: 2px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	margin: 0 auto;
	-webkit-animation: up2 0.4s linear both;
	animation: up2 0.4s linear both;
}
.exchange {
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #216dd7;
	border: 1px solid #226ed8;
	display: inline-block;
	margin: 40px 0;
	cursor: pointer;
}
.moreproduct .title {
	margin-top: 60px;
	display: inline-block;
}

.moreproduct .title span i {
	display: inline-block;
	border-left: 2px solid #2d58a3;
	height: 16px;
	float: left;
	margin-top: 5px;
}

.we_strength .title span i {
	border-left: 2px solid #fff;
}

.moreproduct .title span p {
	font-size: 20px;
	line-height: 24px;
	float: left;
	margin: 0 10px 0;
	font-weight: bold;
}

.moreproduct .t1 {
	font-size: 12px;
	line-height: 24px;
	/* margin-top: 4px; */
}
@-webkit-keyframes up1 {
	from {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	to {
		opacity: 1;
	}
}

@keyframes up1 {
	from {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes up2 {
	from {
		opacity: 0;
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}
	to {
		opacity: 1;
	}
}

@keyframes up2 {
	from {
		opacity: 0;
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}
	to {
		opacity: 1;
	}
}