﻿@charset "utf-8";

@font-face {
	font-family:BarlowCondensed-Bold; src:url(../fonts/barlowcondensed-bold.ttf);
}

@font-face {
	font-family:BarlowCondensed-Italic; src:url(../fonts/barlowcondensed-italic.ttf);
}

/*==========================================公共 开始=============================================*/

.zt01_container01 {
	background: url(../images/mtzp/zt01_container01_bg.png) center top no-repeat;
	height: 380px;
	margin: 70px 0 62px
}

.zt01_container01 .left {
	padding: 75px 0 0 45px;
}

.zt01_container01 .left h2 {
	font-size: 60px;
	color: #6c15a2;
	font-weight: bold
}

.zt01_container01 .left h3 {
	font-size: 48px;
	color: #212121;
	font-weight: bold;
	margin: 24px 0 8px
}

.zt01_container01 .left h4 {
	font-size: 36px;
	color: #212121;
	margin-bottom: 12px
}

.zt01_container01 .left h5 {
	font-size: 18px;
	line-height: 30px;
	color: #212121
}

.zt01_container01 .right {
	background: #efeef3;
	width: 506px;
	height: 364px;
	margin: 10px 20px 0 0;
	border-bottom-right-radius: 120px;
	padding: 78px 40px 0
}

.zt01_container01 .right h3 {
	margin-bottom: 30px
}

.zt01_container01 .right h3 img {
}

.zt01_container01 .right p {
	font-size: 14px;
	line-height: 30px;
	color: #636363
}

.zt01_container02 {
	text-align: center
}

.zt01_container02 img {
	position: relative;
	right: -10px;
	display: inline-block
}

.zt01_container03 {
	background: url(../images/mtzp/zt01_container03_bg.png) center top no-repeat;
	height: 864px;
	padding: 105px 0 0;
	position: relative;
}

.zt01_container00 .title {
	text-align: center;
	margin-bottom: 55px;
}

.zt01_container00 .title h2 big {
	font-size: 72px;
	font-family: BarlowCondensed-Bold;
	text-transform: uppercase;
	vertical-align: middle;
	margin: -6px 10px 0 0;
	display: inline-block;
}

.zt01_container00 .title h2 small {
	font-size: 48px;
	color: #212121;
	vertical-align: middle;
	display: inline-block;
}

.zt01_container00 .title h2 small font {
	font-size: 48px;
	color: #6c15a2;
	font-weight: bold
}

.zt01_container00 .title h3 {
	font-size: 30px;
	color: #4d4d4d;
	margin: 8px 0 8px
}

.zt01_container00 .title h6 {
	font-size: 12px;
	line-height: 16px;
	color: #4d4d4d;
	text-transform: uppercase;
	transform: scale(0.9)
}

.zt01_container03 ul {
	font-size: 0;
	margin: 0 -6px;
	margin-bottom: 48px
}

.zt01_container03 ul li {
	display: inline-block;
	padding: 0 6px;
	width: 20%;
}

.zt01_container03 ul li a {
	display: block;
	background-image: linear-gradient(#7579ff, #b224ef);
	border-radius: 12px;
	height: 360px;
	position: relative
}

.zt01_container03 ul li a:before {
	content: "";
	position: absolute;
	bottom: 65px;
	border-top: transparent 15px solid;
	border-bottom: transparent 15px solid;
	border-left: #fec925 15px solid;
	left: 0px;
}

.zt01_container03 ul li a:after {
	content: "";
	position: absolute;
	bottom: 60px;
	border-top: transparent 20px solid;
	border-bottom: transparent 20px solid;
	border-left: #a437f3 20px solid;
	left: -12px;
}

.zt01_container03 ul li a h3 {
	font-size: 60px;
	color: #fff;
	font-family: BarlowCondensed-Italic;
}

.zt01_container03 ul li a h4 {
	font-size: 24px;
	color: #fff;
	margin: 35px 0 18px
}

.zt01_container03 ul li a p {
	font-size: 16px;
	line-height: 24px;
	color: #e4d3fc;
	margin-bottom: 42px
}

.zt01_container03 ul li a h2 {
	line-height: 50px;
}

.zt01_container03 ul li:nth-child(2n-1) a:before {
	top: 65px;
	bottom: auto
}

.zt01_container03 ul li:nth-child(2n-1) a:after {
	top: 60px;
	bottom: auto;
	border-left: #8366fb 20px solid;
}

.zt01_container03 ul li:first-child a:before {
	display: none
}

.zt01_container03 ul li:first-child a:after {
	display: none
}

.zt01_container03 .more {
	text-align: center;
}

.zt01_container03 .more a {
	display: inline-block;
	width: 290px;
	height: 60px;
	line-height: 54px;
	text-align: center;
	font-size: 20px;
	color: #212121;
	border-radius: 30px;
	position: relative;
	transition: 0.6s
}

.zt01_container03 .more a:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 284px;
	height: 54px;
	border: #eebf30 3px solid;
	top: 0px;
	left: -3px;
	border-radius: 30px;
}

.zt01_container03 .more a:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 284px;
	height: 54px;
	border: #fff 3px solid;
	top: -3px;
	left: -3px;
	border-radius: 30px;
	transition: 0.6s
}

.zt01_container03 .more a span {
	position: relative;
	z-index: 1
}

.zt01_container03 .more a:hover {
	color: #fff
}

.zt01_container03 .more a:hover:after {
	background: #6c15a2;
	border: #6c15a2 3px solid
}

.zt01_container04 {
	background: #efeef3;
	padding: 110px 0;
	margin-top: -20px;
}

.zt01_container04 .left {
	width: 480px;
}

.zt01_container04 .box {
	width: 480px;
	padding: 8px;
	background: #fff;
	overflow: hidden
}

.zt01_container04 .box .img,.zt01_container04 .box .img img {
	width: 224px;
	height: 224px;
	overflow: hidden;
	float: left;
	object-fit: cover;
}

.zt01_container04 .box .con {
	width: 224px;
	height: 224px;
	float: right;
	padding: 0 20px;
	position: relative
}

.zt01_container04 .box .con h3 {
	font-size: 30px;
	color: #161616;
	font-weight: bold
}

.zt01_container04 .box .con h5 {
	font-size: 16px;
	color: #6c15a2;
	margin: 12px 0 44px;
	position: relative
}

.zt01_container04 .box .con h5:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -12.5px;
	width: 25px;
	height: 1px;
	background: #6c15a2;
	bottom: -25px
}

.zt01_container04 .box .con p {
	font-size: 16px;
	line-height: 30px;
	color: #353535
}

.zt01_container04 .left .box01 {
	margin-bottom: 10px
}

.zt01_container04 .left .box02 {
	width: 230px;
}

.zt01_container04 .left .box02 .img,.zt01_container04 .left .box02 .img img {
	width: 214px;
	height: 224px;
}

.zt01_container04 .left .box02 .con {
	width: 214px;
	height: 240px;
}

.zt01_container04 .left .box03 {
	width: 240px;
	height: 230px;
	background: #6c15a2
}

.zt01_container04 .left .box03 h2 {
	font-size: 30px;
	color: #fff
}

.zt01_container04 .left .box03 h3 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin: 5px 0
}

.zt01_container04 .left .box03 h4 {
	font-size: 24px;
	color: #fff
}

.zt01_container04 .box01 .con:after {
	content: "";
	position: absolute;
	border-top: transparent 7px solid;
	border-bottom: transparent 7px solid;
	border-right: #fff 10px solid;
	left: -26px;
	top: 50%;
	margin-top: -7px;
}

.zt01_container04 .box02 .con:after {
	content: "";
	position: absolute;
	border-left: transparent 7px solid;
	border-right: transparent 7px solid;
	border-bottom: #fff 10px solid;
	left: 50%;
	top: -10px;
	margin-left: -7px;
}

.zt01_container04 .box04 .con:after {
	content: "";
	position: absolute;
	border-left: transparent 7px solid;
	border-right: transparent 7px solid;
	border-bottom: #fff 10px solid;
	left: 50%;
	top: -10px;
	margin-left: -7px;
}

.zt01_container04 .right {
	width: 960px;
	margin-left: -240px
}

.zt01_container04 .right .top .box {
	width: 710px
}

.zt01_container04 .right .top {
	padding-left: 250px;
}

.zt01_container04 .right .top .img,.zt01_container04 .right .top .img img {
	width: 694px;
	height: 224px;
}

.zt01_container04 .right .top .box .con {
	width: 100%;
	height: 240px;
}

.zt01_container04 .right .top .box .con h6 {
	font-size: 12px;
	color: #bfbfbf;
	text-transform: uppercase;
	letter-spacing: 4px;
	transform: scale(0.8);
	margin: 0 -50px;
	margin-top: 20px
}

.zt01_container04 .right .bottom {
	margin-top: 10px
}

.zt01_container04 .right .bottom .box {
	width: 640px;
}

.zt01_container04 .right .bottom .box .img, .zt01_container04 .right .bottom .box .img img {
	width: 304px;
	height: 224px;
}

.zt01_container04 .right .bottom .box .con {
	width: 304px;
	height: 224px;
}

.zt01_container04 .right .bottom .more {
	width: 310px;
	height: 240px;
	background: #6c15a2 url(../images/mtzp/more_bg.png) center bottom no-repeat;
}

.zt01_container04 .right .bottom .more font {
	display: inline-block;
	width: 206px;
	height: 54px;
	line-height: 50px;
	border: #8944b5 2px solid;
	border-radius: 25px;
	; margin-bottom: 20px;
	transition: 0.6s
}

.zt01_container04 .right .bottom .more font span {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin: 0 8px
}

.zt01_container04 .right .bottom .more h5 {
	font-size: 16px;
	color: #fff;
	letter-spacing: 8px;
}

.zt01_container04 .right .bottom .more:hover font {
	background: #8944b5;
}

.zt01_container05 {
	padding: 108px 0 120px
}

.zt01_container05 ul {
	font-size: 0;
	margin: 0 -6px;
}

.zt01_container05 ul li {
	display: inline-block;
	padding: 0 6px;
	width: 20%;
	vertical-align: top
}

.zt01_container05 ul li a {
	display: block;
	background: #efeef3;
	height: 550px;
	position: relative;
	padding-top: 10px
}

.zt01_container05 ul li a .con {
	padding: 10px 25px;
}

.zt01_container05 ul li a .con h3 {
	font-size: 26px;
	color: #515151;
	line-height: 90px;
	height: 72px;
	margin-bottom: 20px
}

.zt01_container05 ul li a .con h3 big {
	float: right;
	font-size: 72px;
	color: #dedde2;
	font-family: BarlowCondensed-Italic;
	height: 72px;
	vertical-align: top;
	display: inline-block;
	line-height: 72px;
}

.zt01_container05 ul li a .con h5 {
	font-size: 14px;
	line-height: 24px;
	color: #515151
}

.zt01_container07 {
	border-bottom: #eeeeee 3px solid;
	background: url(../images/mtzp/zt01_container07_bg.png) center 130px no-repeat;
	padding: 170px 0 80px
}

.zt01_container07 .top {
	background: url(../images/mtzp/kuang.png) center top no-repeat;
	height: 56px;
	text-align: center;
	padding: 12px 0;
	margin-bottom: 55px
}

.zt01_container07 .top p {
	font-size: 18px;
	line-height: 30px;
	color: #212121
}

.zt01_container07 ul {
	font-size: 0;
	position: relative;
	text-align: center
}

.zt01_container07 ul li {
	display: inline-block;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 -63.5px
}

.zt01_container07 ul li.li01 {
	background: url(../images/mtzp/zt01_container07_bg01.png) center no-repeat;
	padding-right: 40px
}

.zt01_container07 ul li.li02 {
	background: url(../images/mtzp/zt01_container07_bg02.png) center no-repeat;
	padding-left: 40px
}

.zt01_container07 ul .li03 {
	background: url(../images/mtzp/zt01_container07_bg03.png) center no-repeat;
	width: 127px;
	height: 334px;
	position: absolute;
	left: 50%;
	margin-left: -63.5px;
	top: 50%;
	margin-top: -167px
}

.zt01_container07 ul li h3 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	margin-bottom: -15px;
}

.zt01_container07 ul li h2 big {
	font-size: 200px;
	color: #fff;
	font-family: BarlowCondensed-Bold
}

.zt01_container07 ul li h2 small {
	font-size: 36px;
	color: #fff;
	font-family: BarlowCondensed-Bold
}

.zt01_container07 ul li.li02 h2 big,.zt01_container07 ul li.li02 h2 small,.zt01_container07 ul li.li02 h3 {
	color: #392c03
}

.zt01_container08 {
	padding: 50px 0 100px;
	position: relative
}

.zt01_container08:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 340px;
	background: #eff1f4;
}

.zt01_container08 ul {
	font-size: 0;
	margin: 0 -7px;
}

.zt01_container08 ul li {
	display: inline-block;
	padding: 0 7px;
	width: 20%;
}

.zt01_container08 ul li .img_box {
	position: relative
}

.zt01_container08 ul li .img {
	width: 229px;
	height: 200px;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.zt01_container08 ul li .img>img {
	width: 229px;
	height: 200px;
	transition: 0.6s
}

.zt01_container08 ul li .img_box .icon {
	background: url(../images/mtzp/kuang01.png) center no-repeat;
	width: 83px;
	height: 83px;
	position: absolute;
	bottom: -41.5px;
	left: 50%;
	margin-left: -41.5px;
	text-align: center;
	line-height: 82px;
	transition: 0.6s
}

.zt01_container08 ul li .img_box .icon img {
	transition: 0.6s
}

.zt01_container08 ul li .box {
	background: #fff;
	border: #e9e9e9 1px solid;
	text-align: center;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.zt01_container08 ul li .box .line {
	margin: 62px 0 30px;
	position: relative;
	width: 182px;
	background: #f6f6f6;
	height: 1px;
	left: 50%;
	margin-left: -91px;
}

.zt01_container08 ul li .box .line:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #f6f6f6;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -4px;
	border-radius: 50%
}

.zt01_container08 ul li .box .line .yuan {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	left: 50%;
	margin-left: -10px;
}

.zt01_container08 ul li .box h5 {
	font-size: 22px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #444444;
	margin-bottom: 22px;
}

.zt01_container08 ul li .box .more {
	margin-bottom: 35px;
}

.zt01_container08 ul li .box .more a {
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #eff1f4;
	border-radius: 20px;
	font-size: 15px;
	color: #7d7d7d;
	position: relative;
	overflow: hidden
}

.zt01_container08 ul li .box .more a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 0;
	transition: 0.6s;
	background: #6c15a2;
}

.zt01_container08 ul li .box .more a span {
	position: relative
}

.zt01_container08 ul li:hover .img_box .icon {
	transform: rotate(90deg)
}

.zt01_container08 ul li:hover .img_box .icon img {
	transform: rotate(-90deg)
}

.zt01_container08 ul li:hover .img>img {
	transform: scale(1.06)
}

.zt01_container08 ul li:hover .box .more a:before {
	left: 0;
	width: 100%
}

.zt01_container08 ul li:hover .box .more a {
	color: #fff
}

.container061 {
	background: #f8f9fa;
	border-top: #e6e9eb 1px solid;
	padding: 85px 0
}

.container061 .title h3:before {
	z-index: 0
}

.container061 .title h3 span {
	position: relative
}

.container061 .title h5 {
	color: #17254a
}

.container061 ul li .yuan {
	background: #f8f9fa url(../images/baiyuan.png) center no-repeat
}

.container061 ul li h4 {
	font-size: 24px;
	color: #00304c;
	font-weight: bold
}

.container061 ul li h5 {
	font-size: 16px;
}

@media(min-width: 768px) {
}

@media(min-width: 992px) and (max-width: 1300px) {
}

@media(max-width: 1800px) {
}

@media(max-width: 1600px) {
}

@media(max-width: 1430px) {
}

@media(max-width: 1330px) {
}

@media(max-width: 1200px) {
}

@media(max-width: 1060px) {
}

@media(max-width: 992px) {
}

@media(max-width: 768px) {
}

@media(max-width: 456px) {
} 