@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
	margin: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.moudle {
	padding: 50px 0;
}
.title1 {
	font-size: 26px;
	color: #333;
}
.title2 {
	font-size: 26px;
	color: #367bf0;
}
.advContent {
	background: url( ../zt-cards/s_03.png) no-repeat center;
	height: 418px;
	margin-top: 30px;
	position: relative;
}
.chara {
	background: url(  ../zt-cards/s_06.jpg) no-repeat center;
	text-align: center;
}
.charItems {
	width: 62%;
}
.charList {
	text-align: left;
	width: 45%;
	float: left;
	margin-top: 40px;
}
.charList p {
	font-size: 24px;
	color: #333;
	margin-top: 20px;
}
.charList span {
	font-size: 16px;
	color: #666;
	margin: 26px 0 0 0;
	display: block;
	line-height: 26px;
	height: 78px;
	text-align: justify;
}
.charList:nth-child(2n-1) {
	margin-right: 10%;
}
.chara .title1 {
	margin-bottom: 20px;
}
.imgBox {
	margin-left: 13px;
	margin-top: 36px;
	width: 301px;
	height: 603px;
}
.charImg {
	width: 328px;
	height: 675px;
	background: url(  ../zt-cards/s_14.png) no-repeat center;
	margin-top:30px;
}
.swiper-container {
	width: 301px;
	height: 675px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.char-swiper .imgItems {
	float: left;
	width: 301px;
	height: 603px;
}
.lc {
	text-align: center;
}
.lcContent {
	margin-top: 20px;
}
.lcItems {
	text-align: center;
	position: relative;
}
.lcItems span {
	display: inline-block;
	font-size: 16px;
	color: #666;
	margin-top: 28px;
	background: url( ../zt-cards/s_22.jpg) no-repeat top center;
	padding: 40px 82px 0;
}
.lcItems:before {
	content: "";
	diaplay: block;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	top: 40px;
	z-index: -1;
}
.case {
	background: #f7f7f7;
	text-align: center;
}
.caseImg {
	text-align: center;
	margin-top: 60px;
}
.caseImg span {
	margin: 0 90px;
}
.ask {
	text-align: center;
}
.askDetail {
	margin-top: 60px;
	width: 45%;
}
.askDetail:nth-child(2n-1) {
	margin-right: 10%;
}
.askDetail p {
	background: url(  ../zt-cards/s_39.png) no-repeat left center;
	padding-left: 40px;
	font-size: 18px;
	color: #333;
	text-align: left;
}
.askDetail span {
	background: url(  ../zt-cards/s_42.png) no-repeat left top;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: block;
	margin-top: 20px;
	text-align: left;
	height: 72px;
}
.advContent span {
	position: absolute;
	display: block;
}
.advLeft {
	font-size: 18px;
	color: #666;
	text-align: right;
}
.advContent span:first-child {
	left: 45px;
	top: 55px;
}
.advContent span:nth-child(2) {
	left: 20px;
	top: 175px;
}
.advContent span:nth-child(3) {
	left: 50px;
	bottom: 58px;
}
.advRight {
	font-size: 18px;
	color: #588cf4;
	text-align: left;
}
.advContent span:nth-child(4) {
	right: 94px;
	top: 55px;
}
.advContent span:nth-child(5) {
	right: 15px;
	top: 188px;
}
.advContent span:nth-child(6) {
	right: 64px;
	bottom: 68px;
}
.consult{text-align: center;margin-bottom:60px;}
.consult a{
	display:inline-block;
	padding:12px 40px;
	background:#367bf0;
	color:#fff;
	border-radius: 10px;
	font-size:16px;
	transition: all 0.5s;
	-webkit-transition: 0.5s all;
                -o-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -ms-transition: 0.5s all;
}
.consult a:hover{background:#1f62d4;}