﻿body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei";
	cursor: default;
}

h1,h2,h3,h4,p{margin: 0;}

.contentWidth{width: 1200px;}

.zcm-webContent div{box-sizing: border-box;}

/*banner*/
.banner-box {
	width: 100%;
	height: 680px;
	color: #FFFFFF;
	background: url("./img/banner.jpg") center no-repeat;
	background-size: 1920px;
	position: relative;
	z-index: 1;
}

.banner-content {
	height: 100%;
	margin: auto;
	position: relative;
}

.banner-content .title {
	position: absolute;
	top: 200px;
	font-size: 50px;
	font-weight: bold;
}

.banner-content .info {
	position: absolute;
	top: 295px;
	font-size: 18px;
	font-weight: 400;
}

.banner-content .btn {
	position: absolute;
	top: 410px;
	width: 200px;
	height: 54px;
	background: #F43F3F;
	border-radius: 4px;
	text-align: center;
	line-height: 54px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: background 0.5s;
}

.banner-content .btn:hover {
	background: #E42D2D;
}

.banner-menu-block {
	position: absolute;
	top: 648px;
	height: 140px;
	background: #ffffff;
	box-shadow: 0px 5px 20px 0px rgba(50, 49, 94, 0.15);
	border-radius: 4px;
	z-index: 999;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
}

.banner-menu-block .banner-menu-item {
	width: 260px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.banner-menu-block .banner-menu-item .banner-menu-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-size: 60px;
	margin-right: 20px;
}

.banner-menu-block .banner-menu-item .icon-1 {background-image: url(./img/banner-icon1.png);}
.banner-menu-block .banner-menu-item .icon-2 {background-image: url(./img/banner-icon2.png);}
.banner-menu-block .banner-menu-item .icon-3 {background-image: url(./img/banner-icon3.png);}

.banner-menu-block .banner-menu-item .text-block {
}

.banner-menu-block .banner-menu-item .title1 {
	font-size: 24px;
	font-weight: bold;
	color: #1F1F1F;
	line-height: 24px;
	margin: 10px 0;
}

.banner-menu-block .banner-menu-item .info1 {
	font-size: 16px;
	font-weight: 400;
	color: #6B6B6B;
	margin: 0;
	line-height: 24px;
	white-space: nowrap;
}

.part-title{
	height: 32px;
	font-size: 32px;
	font-weight: 400;
	color: #1F1F1F;
	line-height: 32px;
	margin-bottom: 19px;
}

.part-title2{
	height: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #1F1F1F;
	line-height: 16px;
}

.part1-box {
	width: 100%;
	height: 710px;
	color: #111111;
	background: url("./img/part1-bg.jpg") center no-repeat;
	background-size: 1920px;
	overflow: hidden;
	padding-top: 189px;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.part1-box .part1-info{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 42px;
}

@keyframes part1-keyframes
{
    from {top: 0px;}
    to {top: -6px;}
}
 
@-webkit-keyframes part1-keyframes /* Safari 与 Chrome */
{
    from {top: 0px;}
    to {top: -6px;}
}

.part1-box .part1-info-item{
	width: 225px;
	height: 358px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px #E6E6E6;
	border-radius: 12px;
	padding: 5px 0 0 29px;
	-webkit-transition: margin-top 0.3s;
/* 	position: relative;
	animation-name: part1-keyframes;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running; */
	/* Safari 与 Chrome: */
	/* -webkit-animation-name: part1-keyframes;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running; */
}

.part1-box .move-box:hover .part1-info-item{
	margin-top: -6px;
	box-shadow: 0px 30px 60px 0px #D1D1D1;
	animation-play-state: paused;
}

.part1-box .part1-info-item .solid-line{
	height: 1px;
    background-color: #E7E7E7;
	margin:0px 30px;
}

.part1-box .part1-info-item .list-title p{
	font-size: 20px;
	font-weight: 400;
	color: #1F1F1F;
	height: 28px;
	line-height: 28px;
}

.part1-box .part1-info-item .item-list{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	margin: 22px 0;
	font-size: 16px;
	font-weight: 400;
	color: #1F1F1F;
	line-height: 20px;
}

.part1-box .part1-info-item .item-list .img{
    margin-right: 10px;
    margin-left: -5px;
}

.part1-box .part1-info-item .item-list .item-img{
    margin-right: 15px;
	width: 20px;
	height: 20px;
}

.icon1-1 {background: url(./img/part1-icon1-1-default.png) center no-repeat;}
.icon1-2 {background: url(./img/part1-icon1-2-default.png) center no-repeat;}
.icon1-3 {background: url(./img/part1-icon1-3-default.png) center no-repeat;}
.icon1-4 {background: url(./img/part1-icon1-4-default.png) center no-repeat;}
.icon2-1 {background: url(./img/part1-icon2-1-default.png) center no-repeat;}
.icon2-2 {background: url(./img/part1-icon2-2-default.png) center no-repeat;}
.icon2-3 {background: url(./img/part1-icon2-3-default.png) center no-repeat;}
.icon2-4 {background: url(./img/part1-icon2-4-default.png) center no-repeat;}
.icon3-1 {background: url(./img/part1-icon3-1-default.png) center no-repeat;}
.icon3-2 {background: url(./img/part1-icon3-2-default.png) center no-repeat;}
.icon3-3 {background: url(./img/part1-icon3-3-default.png) center no-repeat;}
.icon3-4 {background: url(./img/part1-icon3-4-default.png) center no-repeat;}
.icon4-1 {background: url(./img/part1-icon4-1-default.png) center no-repeat;}
.icon4-2 {background: url(./img/part1-icon4-2-default.png) center no-repeat;}
.icon4-3 {background: url(./img/part1-icon4-3-default.png) center no-repeat;}
.icon4-4 {background: url(./img/part1-icon4-4-default.png) center no-repeat;}

.part1-box .part1-info-item .item-list:hover{color: #E42D2D;cursor: default;}

.item-list1-1:hover .icon1-1{background: url(./img/part1-icon1-1-active.png) center no-repeat;}
.item-list1-2:hover .icon1-2 {background: url(./img/part1-icon1-2-active.png) center no-repeat;}
.item-list1-3:hover .icon1-3 {background: url(./img/part1-icon1-3-active.png) center no-repeat;}
.item-list1-4:hover .icon1-4 {background: url(./img/part1-icon1-4-active.png) center no-repeat;}
.item-list2-1:hover .icon2-1 {background: url(./img/part1-icon2-1-active.png) center no-repeat;}
.item-list2-2:hover .icon2-2 {background: url(./img/part1-icon2-2-active.png) center no-repeat;}
.item-list2-3:hover .icon2-3 {background: url(./img/part1-icon2-3-active.png) center no-repeat;}
.item-list2-4:hover .icon2-4 {background: url(./img/part1-icon2-4-active.png) center no-repeat;}
.item-list3-1:hover .icon3-1 {background: url(./img/part1-icon3-1-active.png) center no-repeat;}
.item-list3-2:hover .icon3-2 {background: url(./img/part1-icon3-2-active.png) center no-repeat;}
.item-list3-3:hover .icon3-3 {background: url(./img/part1-icon3-3-active.png) center no-repeat;}
.item-list3-4:hover .icon3-4 {background: url(./img/part1-icon3-4-active.png) center no-repeat;}
.item-list4-1:hover .icon4-1 {background: url(./img/part1-icon4-1-active.png) center no-repeat;}
.item-list4-2:hover .icon4-2 {background: url(./img/part1-icon4-2-active.png) center no-repeat;}
.item-list4-3:hover .icon4-3 {background: url(./img/part1-icon4-3-active.png) center no-repeat;}
.item-list4-4:hover .icon4-4 {background: url(./img/part1-icon4-4-active.png) center no-repeat;}

.part2-box {
	width: 100%;
	height: 1681px;
	color: #111111;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding-top: 81px;
}

.part2-box .part2-info{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 80px;
	height: 420px;
}

.part2-box .part2-info img{
	width: 690px;
	height: 100%;
}

.part2-box .part2-info .info-content{
	width: 510px;
	height: 100%;
}

.part2-box .part2-info .info-content .content-item{
	width: 510px;
	margin: 40px 0;
	font-size: 16px;
}

.part2-box .content-title {
	text-align: left;
	font-size: 24px;
	color: #1F1F1F;
	font-weight: 400;
}

.part2-box .title-big{
	color: #F43F3F;
	font-size: 30px;
	font-weight: 600;
}

.part2-box .content-item .content-item-title {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0;
	font-weight: 800;
}

.part2-box .content-item .content-item-title img{
	width: 18px;
	height: 18px;
	margin-right: 20px;
}

.part2-box .img{
	width: 690px;
	height: 420px;
}

.part2-box .part3-1{background: url(./img/part3-1.png) center no-repeat;}
.part2-box .part3-2{background: url(./img/part3-2.png) center no-repeat;}
.part2-box .part3-3{background: url(./img/part3-3.png) center no-repeat;}

/* .part2-box .part3-1{background: url(./img/part3-1.gif) center no-repeat;}
.part2-box .part3-2{background: url(./img/part3-2.gif) center no-repeat;}
.part2-box .part3-3{background: url(./img/part3-3.gif) center no-repeat;}

.part2-box .part3-1:hover{background: url(./img/part3-1.png) center no-repeat;}
.part2-box .part3-2:hover{background: url(./img/part3-2.png) center no-repeat;}
.part2-box .part3-3:hover{background: url(./img/part3-3.png) center no-repeat;} */

.part2-box .content-item .content-item-p{
	text-align: left;
	margin: 0;
	margin-left: 40px;
}

.part2-box .part2-info .btn {
	display: block;
	line-height: 48px;
	width: 168px;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #F43F3F;
	border-radius: 12px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #F43F3F;
	text-decoration: none;
	margin: 40px 0 0 40px;
	-webkit-transition: background 0.5s;
}

.part2-box .part2-info .btn:hover {
	background: #F43F3F;
	color: #ffffff;
}

.part3-box {
	width: 100%;
	height: 620px;
	color: #111111;
	background-color: #f3f4fd;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding-top: 80px;
}

.part3-box .content-info{
	width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	margin-top: 60px;
}

.part3-box .content-info .item1{background: url(./img/part4-1-default.png) center no-repeat;}
.part3-box .content-info .item2{background: url(./img/part4-2-default.png) center no-repeat;}
.part3-box .content-info .item3{background: url(./img/part4-3-default.png) center no-repeat;}
.part3-box .content-info .item4{background: url(./img/part4-4-default.png) center no-repeat;}
.part3-box .content-info .item5{background: url(./img/part4-5-default.png) center no-repeat;}

.part3-box .content-info .item1:hover{background: url(./img/part4-1-active.png) center no-repeat;}
.part3-box .content-info .item2:hover{background: url(./img/part4-2-active.png) center no-repeat;}
.part3-box .content-info .item3:hover{background: url(./img/part4-3-active.png) center no-repeat;}
.part3-box .content-info .item4:hover{background: url(./img/part4-4-active.png) center no-repeat;}
.part3-box .content-info .item5:hover{background: url(./img/part4-5-active.png) center no-repeat;}

.part3-box .content-info .content-item{
    width: 220px;
    height: 311px;
	/* display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-end; */
	border-radius: 12px;
	padding-left: 30px;
	padding-bottom: 49px;
	background-size: cover;
	position: relative;
}

.part3-box .content-info .content-item .item-info{
	text-align: left;
	margin-bottom: -20px;
	position: absolute;
	bottom: 49px;
	-webkit-transition: bottom 0.5s;
}

.part3-box .content-info .item1:hover .item-info{bottom: 160px;}
.part3-box .content-info .item2:hover .item-info{bottom: 160px;}
.part3-box .content-info .item3:hover .item-info{bottom: 160px;}
.part3-box .content-info .item4:hover .item-info{bottom: 160px;}
.part3-box .content-info .item5:hover .item-info{bottom: 160px;}

.part3-box .content-info .content-item .item-info h4{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
}


.part3-box .content-info .content-item .item-info p{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 3px 0;
	height: 19px;
}

.part3-box .content-info .content-item .btn{
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 62px;
	position: absolute;
	bottom: 49px;
	opacity: 0;
}

.part3-box .content-info .content-item .btn:hover{
	background-color: #ffffff;
	color: #f43f3f;
}

/* .part3-box .content-info .content-item:hover .btn{
	display: block;
} */

.part3-box .content-info .item1:hover .btn{opacity: 1;transition: opacity 2s;-webkit-transition: opacity 1s,background 0.5s;}
.part3-box .content-info .item2:hover .btn{opacity: 1;transition: opacity 2s;-webkit-transition: opacity 1s,background 0.5s;}
.part3-box .content-info .item3:hover .btn{opacity: 1;transition: opacity 2s;-webkit-transition: opacity 1s,background 0.5s;}
.part3-box .content-info .item4:hover .btn{opacity: 1;transition: opacity 2s;-webkit-transition: opacity 1s,background 0.5s;}
.part3-box .content-info .item5:hover .btn{opacity: 1;transition: opacity 2s;-webkit-transition: opacity 1s,background 0.5s;}

.part4-box {
	width: 100%;
	height: 600px;
	color: #111111;
	background: url("./img/part5-bg.jpg") center no-repeat;
	background-size: 1920px;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.part4-box .content{
	position: absolute;    
	right: 20px;
	top: 200px;
	text-align: left;
}

.part4-box .content > p{
	font-size: 16px;
	font-weight: 400;
	color: #1F1F1F;
	margin: 15px 0;
}

.part4-box .content .btn{
	display: block;
	width: 168px;
	height: 48px;
	background: #F43F3F;
	border: 1px solid #F43F3F;
	border-radius: 4px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	margin: 10px 0 50px 0;
	-webkit-transition: background 0.5s;
}

.part4-box .content .btn:hover {
	background: #E42D2D;
}

.part4-box .content .img-box{
	width: 110%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.part4-box .content .img-box .img p{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #1F1F1F;
	margin-top: 8px;
}

