
.warp {
	width: 100%;
	min-width: 1280px;
	max-width: 1920px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background: #F6F7FB;
}
.w1200{ width:1200px;}
.w1280{ width:1280px;}
.clear{ clear:both; float:none;}
.Box{ position:relative; overflow:hidden;}
.aBox{ position:relative;}
.Top {
	width: 100%;
	height: 748px;
	background: url(zdly_top_bg1.png) no-repeat center top;
	background-size: 100% 100%;
}

.topMain {
	height: 468px;
}

.szfBtn {
	position: absolute;
	left: 0px;
	top: 20px;
}

.szfBtn img {}

.LOGO {
	width: 750px;
	position: relative;
	margin: 0 auto;
	top: 300px;
}

.LOGO a {
	display: block;
	height: 100%;
}

/*é‡ç‚¹é¢†åŸŸä¿¡æ¯æ¿å—æŒ‰é’®-æ”¹ç‰ˆ*/
.PageNavBox {
	width: 1200px;
	height: 150px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 7px;
	z-index: 99;
}
.PageNavBox ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.PageNavBox li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 173px;
	height: 151px;
	background: url(zdly_ico2.png);
	display: flex;
	justify-content: center;
	align-items: center;
	
}



.PageNavBox li.T {}

.PageNavBox li.T a {
	display: block;
	position: relative;
	font-family: Microsoft YaHei;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.PageNavBox li.T.br a {
	height: auto;
	line-height: 1.2;
	padding: 51px 36px;
}

.PageNavBox li.T a::before,
.PageNavBox li.T a::after {
	content: '';
	display: block;
	position: absolute;
	left: 5%;
	width: 90%;
	height: 0;
	transition: height 0.5s;
}



.PageNavBox li.T:hover a::before,
.PageNavBox li.T:hover a::after {
	height: 27px;
}

/*é‡ç‚¹é¢†åŸŸä¿¡æ¯æ¿å—æŒ‰é’®-æ”¹ç‰ˆç»“æŸ*/




.Ml15 {
	margin-left: 15px;
}

.MT10 {
	margin-top: 10px;
}

.MT15 {
	margin-top: 15px;
}

.MT25 {
	margin-top: 25px;
}

.MT30 {
	margin-top: 30px;
}

.MT45 {
	margin-top: 45px;
}




.Part1 .Title {
	height: 36px;
	position: relative;
	overflow: hidden;
	text-align: center;
	    background: url(zdly_title1.png) no-repeat center center;
}
.Part2 .Title {
	height: 36px;
	position: relative;
	overflow: hidden;
	text-align: center;
	    background: url(zdly_title2.png) no-repeat center center;
}
.Part3 .Title {
	height: 36px;
	position: relative;
	overflow: hidden;
	text-align: center;
	    background: url(zdly_title3.png) no-repeat center center;
}
.Part4 .Title {
	height: 36px;
	position: relative;
	overflow: hidden;
	text-align: center;
	    background: url(zdly_title4.png) no-repeat center center;
}
.Part5 .Title {
	height: 36px;
	position: relative;
	overflow: hidden;
	text-align: center;
	    background: url(zdly_title5.png) no-repeat center center;
}
.Part6 .Title {
	height: 36px;
	position: relative;
	overflow: hidden;
	text-align: center;
	    background: url(zdly_title6.png) no-repeat center center;
}

.Title>a {
	display: inline-block;
	position: relative;
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
	color: #333;
}

.Title>a em {
	display: block;
	width: 110px;
	height: 30px;
	position: absolute;
	top: 0;
}

.Main {
	
margin-bottom: 40px;}

.SixCardList{
}

.SixCardList ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

.SixCardList li {
	width: 245px;
	height: 245px;
	background: #FFFFFF;
	box-shadow: 0px 8px 17px 0px #D9E1F5;
	border-radius: 8px;
	margin-top: 30px;
}


.SixCardList li a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.SixCardList li a div{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

.SixCardList li a span {
	position: relative;
	display: block;
	text-align: center;
	color: #333333;
	font-size: 18px;
	z-index: 1;
	margin-top: 40px;
font-weight: 700;}
.SixCardList li :hover  span::after {
	content: "";
	width: 50px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 2px;
	position: absolute;
	bottom: -25px;
	left: calc((100% - 50px) /2);
}

.SixCardList li a  img {
	width: 54px;
	height: 60px;
}

.SixCardList li a  img{transition:1s;-webkit-transition:1s;-moz-transition:1s;}
.SixCardList li a:hover img{-webkit-transform:rotateY(180deg) scale(1.0); -moz-transform:rotateY(180deg) scale(1.0);-ms-transform:rotateY(180deg) scale(1.0);-o-transform:rotateY(180deg) scale(1.0);}

    

.SixCardList li img:hover {
	animation-name: bounce;
	transform-origin: center bottom;
}


.SixCardList li.btn1 em {
	background-color: #f9a1a1;
}

.SixCardList li.btn2 em {
	background-color: #f8b98b;
}

.SixCardList li.btn3 em {
	background-color: #a3bbea;
}

.SixCardList li.btn4 em {
	background-color: #a3bbea;
}

.SixCardList li.btn5 em {
	background-color: #7edbde;
}

.SixCardList li.btn6 {
	margin-left: 139px;
}

.SixCardList li.btn6 em {
	background-color: #84cf99;
}

.SixCardList li.btn7 em {
	background-color: #eca5cb;
}

.SixCardList li.btn8 em {
	background-color: #9ed9f2;
}

.SixCardList li.btn9 em {
	background-color: #8bb2ea;
}







.ColourList {
	padding-bottom: 10px;
}

.ColourList ul {
	
}

.ColourList li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 152px;
	height: 132px;
	margin-top: 30px;
	margin-left: 5px;
}

.ColourList li span.ico {
	display: block;
	width: 150px;
	height: 120px;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	text-align: center;
	line-height: 120px;
	
	margin: 0 auto;
}

.ColourList li span.ico img {
	animation-duration: 0.8s;
	animation-fill-mode: both;
}

.ColourList li p {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	padding-top: 20px;
	text-align: center;
}

.ColourList li.br p {
	padding-top: 10px;
}

.ColourList li:hover span.ico img {
	animation-name: bounce;
	transform-origin: center bottom;
}

.ColourList li:hover p {
	text-decoration: underline;
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}

	70% {
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}


.ButtonList {
	padding-bottom: 10px;
}

.ButtonList ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

.ButtonList li {
	color: #000;
	transition: box-shadow 0.5s;
	width: 270px;
	height: 60px;
	border-radius: 6px;
	margin-top: 30px;
}

.ButtonList li a {
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	background: #FFFFFF;
}

.ButtonList li:hover {
	box-shadow: 0px 0px 5px -1px #796f6f;
}

.ButtonList li:hover a {
	color: #FFF;
	background-color: #246ad8;
	border-radius: 6px;
}

.ColourList.infor li {
	height: 140px;
}

.ColourList.infor li span.ico {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F6F7FB;
}

.ColourList.infor li span.ico img {
	margin-right: 1em;
	width: 54px;
	
}
.Part4 .ColourList ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.Part4 .ColourList li {
	width: 152px;
	height: 132px;
	background: url(zdly_ico4.png) no-repeat center center;
	background-size: 100% 100%;
	display: flex;
	
	justify-content: center;
	align-items: center;
}
.Part4 .ColourList li a{
	display: inline-block;
	width: 140px;
	height: 122px;
	background: url(zdly_ico4_s.png) no-repeat center center;
	background-size: 100% 100%;
	overflow: hidden;
}

.Part4 .ColourList li:nth-child(1):hover a{
	background: url(zdly_img1.png) no-repeat center center;
	background-size: 100% 100%;
}
.Part4 .ColourList li:nth-child(2):hover a{
	background: url(zdly_img2.png) no-repeat center center;
	background-size: 100% 100%;
}
.Part4 .ColourList li:nth-child(3):hover a{
	background: url(zdly_img3.png) no-repeat center center;
	background-size: 100% 100%;
}
.Part4 .ColourList li:nth-child(4):hover a{
	background: url(zdly_img4.png) no-repeat center center;
	background-size: 100% 100%;
}
.Part4 .ColourList li:nth-child(5):hover a{
	background: url(zdly_img5.png) no-repeat center center;
	background-size: 100% 100%;
}
.Part4 .ColourList li:nth-child(6):hover a{
	background: url(zdly_img6.png) no-repeat center center;
	background-size: 100% 100%;
}
.Part4 .ColourList li:nth-child(7):hover a{
	background: url(zdly_img7.png) no-repeat center center;
	background-size: 100% 100%;
}

.Part4 .ColourList li span{
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 15px;
}
.Part4 .ColourList li:hover span{
	
	
}
.Part4 .ColourList li div{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.Part4 .ColourList li div img{
	width: 40px;
}
.Part4 .ColourList li:last-child div img {margin-top:-5px}
.Part5 .ColourList li {
	width: 580px;
	height: 120px;
	background: #0099FF;
	border-radius: 10px;
	margin-left: 0;
}
.Part5 .ColourList ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* .Part5 .ColourList li+li {
	margin-left: 30px;
} */

.Part5 .ColourList li span.ico {
	width: 100%;
	height: 120px;
}

.Part6 .ColourList ul{
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Part6 .ColourList li {
	width: 270px;
	margin-left: 0;
}



.Part6 .ColourList li{
	width: 154px;
	height: 150px;
	background: #0063D9;
	border-radius: 10px;
position: relative;}
.Part6 .ColourList li div{
	width: 154px;
	height: 150px;
	display: flex;
	flex-direction: column;
	
	
	
padding-top: 68px;text-align: center;}

.Part6 .ColourList li img {
	width: 40px;
	animation-duration: 0.8s;
	animation-fill-mode: both;
position: absolute;left: 56px;top: 27px;}
.Part6 .ColourList li:first-child + li + li + li + li + li img {top: 34px;}
.Part6 .ColourList li:last-child img {width:30px;left: 62px;}
.Part6 .ColourList li span{
	margin-top: 14px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFAFA;
}
.Part6 .ColourList li:hover img {
	animation-name: bounce;
	transform-origin: center bottom;
}

.FixedNavs {display:none;}