* {
	margin: 0;
	padding: 0
}

template,
[hidden] {
	display: none
}

a {
	color: inherit;
	text-decoration: none;
	background-color: transparent
}

a:active,
a:hover {
	outline-width: 0
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	vertical-align: baseline
}

img {
	border-style: none
}

[contenteditable],
button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	outline: none
}

[contenteditable]:focus,
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	outline: none
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

textarea {
	resize: none;
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	display: none
}

li {
	list-style: none
}

.color-blue {
	color: #3ea3ff
}

.color-red {
	color: #e2383a
}

.color-gray {
	color: #999
}

.color-orange {
	color: #ff6769
}

.color-error {
	color: #e2383a
}

.mr10 {
	margin-right: 10px
}
.mr7{
	margin-right: 7px
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	content: "";
	display: table;
	line-height: 0;
	clear: both
}

.tal {
	text-align: left
}

.tac {
	text-align: center
}

.tar {
	text-align: right
}

.fl {
	float: left
}

.fr {
	float: right
}

.db {
	display: block
}

.dn {
	display: none
}

.width100{
	width:100%
}

.align-center{
	display: flex;
	display: -webkit-flex;
	align-items: center
}

.position_a{
	position: absolute;
}
.position_r{
	position: relative;
}
.vertical_center{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.vertical_row_center{
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
}
.input-text {
	width: 300px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #eee;
	font-size: 14px;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	box-sizing: border-box;
	color: #3ea3ff
}

.input-text:focus {
	border-color: #3ea3ff
}

.input-text:disabled {
	background: #f5f7fa;
	border-color: #dfe4ed;
	color: #b4bccc;
	cursor: not-allowed
}

.input-file input[type='file'] {
	display: none
}

.input-file span {
	display: inline-block;
	height: 32px;
	min-width: 100px;
	padding: 0 8px;
	background-color: #67c23a;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	border: 0;
	line-height: 32px;
	transition: all .2s
}

.input-file span[disabled] {
	cursor: default !important
}

.input-file span:hover {
	opacity: .9
}

.label-font input {
	display: none
}

.label-font input:checked+span {
	background: #3ea3ff;
	color: #fff
}

.label-font input:disabled+span {
	cursor: not-allowed
}

.label-font span {
	display: inline-block;
	background: #eee;
	height: 30px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	transition: all .2s;
	box-sizing: border-box;
	cursor: pointer
}

.textarea {
	width: 100%;
	height: 100px;
	padding: 5px 8px;
	border: 1px solid #eee;
	border-radius: 4px;
	line-height: 1.5em;
	box-sizing: border-box;
	resize: none;
	overflow: auto
}

.required {
	position: relative;
	display: inline-block
}

.required:before {
	content: '*';
	position: absolute;
	top: 0;
	left: -7px;
	font-size: 16px;
	color: #e2383a
}

.btn-default {
	display: inline-block;
	height: 40px;
	min-width: 120px;
	padding: 0 8px;
	background-color: #ff6769;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	border: 0;
	line-height: 40px;
	transition: all .2s
}

.btn-default[disabled] {
	cursor: default !important
}

.btn-default:hover {
	color: #fff
}

.btn-default:disabled {
	background: #ccc
}

.img-box {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #eee
}

.img-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.img-view {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4)
}

.img-view img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 80%;
	max-height: 80%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.form-list {
	padding: 10px;
	box-sizing: border-box
}

.form-list.col-2:after {
	display: table;
	clear: both;
	content: ''
}

.form-list.col-2 .form-item {
	float: left;
	width: 50%
}

.form-item {
	position: relative;
	min-height: 30px;
	padding-left: 100px;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 14px;
	color: #444;
	box-sizing: border-box
}

.form-item .item-title {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 100%;
	margin-left: -10px;
	text-align: right
}

.form-item .input-text {
	height: 30px
}

.el-form .el-select {
	width: 100%
}

.el-form .el-form-item__content p {
	line-height: 1.5em
}

.el-message {
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.el-button.el-button-orange {
	height: 40px;
	min-width: 120px;
	background-color: #ff6769;
	border-color: #ff6769;
	color: #fff;
	font-size: 16px;
	font-weight: normal
}

.el-button.el-button-blue {
	height: 40px;
	min-width: 120px;
	background-color: #3ea3ff;
	border-color: #3ea3ff;
	color: #fff;
	font-size: 16px;
	font-weight: normal
}

.wrapper {
	width: 100%;
	font-size: 14px;
	color: #444
}

.wrapper h4,
.wrapper h5 {
	line-height: 1em
}

.banner-wrap {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 300px;
	overflow: hidden
}

.banner-wrap img {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 2000px;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.banner-enter-active {
	z-index: 1;
	opacity: .2
}

.banner-enter-to,
.banner-leave-active {
	transition: all .6s ease;
	opacity: 1
}

.banner-leave-active {
	z-index: 9
}

.banner-leave-to {
	opacity: 0
}

.bg-gray {
	background-color: #f7f8f9
}
.bg-purple{
	background-color: #9298bb
}
.bg-Wathet{
	background-color: #79bdfb;
}
.bg-Lavender{
	background-color: #f6f7fb
}
.bg-darkblue{
	background-color: #53667f
}
.bg-deepblue{
	background-color: #222b34
}
.bg-Wathet2{
	background-color: #64a0d6
}
.bg-darkgray{
	background-color: #3c3c3c
}
.bg-graytowhite{
	background: linear-gradient(#fcfcfe, #ffffff);
}

.banner-wrap {
	background: #eee
}

.banner-wrap .banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	cursor: pointer
}

.banner-wrap .integrated-banner1 {
	background: #0b0930
}

.banner-wrap .integrated-banner2 {
	background: #28c1fb
}

.banner-wrap .integrated-banner3 {
	background: #0891f1
}

.banner-wrap .integrated-banner4 {
	background: linear-gradient(45deg, #1d93ea, #5754f9)
}

.banner-wrap .integrated-banner5 {
	background: #211428
}

.banner-wrap .integrated-banner6 {
	background: #266ce5
}

.banner-wrap .banner-nav {
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 99;
	width: 100%;
	text-align: center
}

.banner-wrap .banner-nav i {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
	cursor: pointer;
	transition: all .4s
}

.banner-wrap .banner-nav i.active {
	background: #e2383a
}

.banner-wrap .banner-nav i:hover {
	background: #e2383a;
	opacity: .5
}
h4.normal_title {
    position: relative;
    margin-top: 38px;
    margin-bottom: 2px;
    padding: 15px 0;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}
.content-wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	padding-bottom: 70px;
	box-sizing: border-box
}

.content-wrap:after {
	display: table;
	clear: both;
	content: ''
}

.content-wrap * {
	box-sizing: border-box
}

.content-wrap h5.title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px
}

.content-wrap .subtitle {
	font-size: 14px;
	color: #78858a
}

.content-wrap .subtitle a {
	float: right;
	color: #3ea3ff
}

.content-wrap .list {
	padding: 20px 0;
	text-align: center
}

.content-wrap .list li {
	display: inline-block;
	padding: 20px 0
}

.content-wrap .list li i {
	display: block;
	text-align: center;
	margin-bottom: 20px
}

.content-wrap .list li h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px
}

.content-wrap .list li p {
	color: #78858a;
	font-size: 14px
}

.content-wrap .list.col-2 li {
	width: 460px;
	margin: 0 18px
}

.content-wrap .list.col-3 li {
	width: 310px;
	margin: 0 10px
}

.content-wrap .list.col-4 li {
	width: 210px;
	margin: 0 18px
}

.content-wrap .list.col-5 li {
	width: 180px;
	margin: 0 8px
}

.integrated-nav-wrap {
	background: #f7f8f9
}

.integrated-nav-wrap .content-wrap {
	padding: 25px 0
}

.integrated-nav-wrap li {
	float: left;
	width: 155px;
	height: 210px;
	margin-right: 14px;
	padding: 10px 10px 0;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
	transition: all .2s
}

.integrated-nav-wrap li:last-child {
	margin-right: 0
}

.integrated-nav-wrap li:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 0 10px #eaeaea
}

.integrated-nav-wrap li:hover .btn-box {
	opacity: 1
}

.integrated-nav-wrap li i {
	display: block;
	height: 70px
}

.integrated-nav-wrap li h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px
}

.integrated-nav-wrap li p {
	color: #999;
	font-size: 12px
}

.integrated-nav-wrap li .btn-box {
	padding-top: 10px;
	opacity: 0;
	transition: all .2s
}

.integrated-nav-wrap li .btn-box .btn-click {
	display: inline-block;
	height: 22px;
	min-width: 70px;
	padding: 0 8px;
	background-color: #fff;
	border-radius: 12px;
	color: #444;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #eee;
	line-height: 20px;
	margin-right: 10px
}

.integrated-nav-wrap li .btn-box .btn-click[disabled] {
	cursor: default !important
}

.integrated-nav-wrap li .btn-box .btn-click.btn-1 {
	border-color: #8692ff;
	color: #8692ff
}

.integrated-nav-wrap li .btn-box .btn-click.btn-2 {
	border-color: #86b4ff;
	color: #86b4ff
}

.integrated-nav-wrap li .btn-box .btn-click.btn-3 {
	border-color: #fe5d3a;
	color: #fe5d3a
}

.integrated-nav-wrap li .btn-box .btn-click.btn-4 {
	border-color: #2dcb78;
	color: #2dcb78
}

.integrated-nav-wrap li .btn-box .btn-click.btn-5 {
	border-color: #007eff;
	color: #007eff
}

.integrated-nav-wrap li .btn-box .btn-click.btn-6 {
	border-color: #ff3030;
	color: #ff3030
}

.integrated-nav-wrap li .btn-box .btn-info {
	display: inline-block;
	height: 22px;
	min-width: 50px;
	padding: 0 8px;
	background-color: #fff;
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #eee;
	line-height: 20px
}

.integrated-nav-wrap li .btn-box .btn-info[disabled] {
	cursor: default !important
}

.integrated-nav-wrap li .btn-box .btn-info.btn-1 {
	border-color: #8692ff;
	background: #8692ff
}

.integrated-nav-wrap li .btn-box .btn-info.btn-2 {
	border-color: #86b4ff;
	background: #86b4ff
}

.integrated-nav-wrap li .btn-box .btn-info.btn-3 {
	border-color: #fe5d3a;
	background: #fe5d3a
}

.integrated-nav-wrap li .btn-box .btn-info.btn-4 {
	border-color: #2dcb78;
	background: #2dcb78
}

.integrated-nav-wrap li .btn-box .btn-info.btn-5 {
	border-color: #007eff;
	background: #007eff
}

.integrated-nav-wrap li .btn-box .btn-info.btn-6 {
	border-color: #ff3030;
	background: #ff3030
}

.integrated-list-wrap {
	padding: 40px 0
}

.integrated-list-wrap.content-wrap {
	padding: 80px 0
}

.integrated-kky-wrap .content-wrap {
	padding: 40px 0
}

.integrated-kky-wrap h4.title {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 0;
	font-size: 24px;
	font-weight: normal;
	text-align: center
}

.integrated-kky-wrap h4.title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 60px;
	height: 1px;
	margin-left: -30px;
	background: #8692ff
}

.integrated-kky-wrap .kky-intro li {
	position: relative;
	height: 210px;
	padding: 15px 50px
}

.integrated-kky-wrap .kky-intro li:nth-child(1) .intro-img {
	background: #f0f0f0
}

.integrated-kky-wrap .kky-intro li:nth-child(2) .intro-img {
	background: #fff1d1
}

.integrated-kky-wrap .kky-intro li:nth-child(3) .intro-img {
	background: #d0e8fe
}

.integrated-kky-wrap .kky-intro li .intro-img {
	width: 400px;
	height: 100%;
	text-align: center;
	line-height: 180px
}

.integrated-kky-wrap .kky-intro li .intro-text {
	position: absolute;
	top: 50%;
	left: 550px;
	width: 400px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.integrated-kky-wrap .kky-intro li .intro-text h5 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px
}

.integrated-kky-wrap .kky-intro li .intro-text p {
	font-size: 16px;
	color: #78858a
}

.integrated-kky-wrap .btn-box {
	padding-top: 20px;
	text-align: center
}

.integrated-kky-wrap .btn-box a {
	display: inline-block;
	height: 40px;
	min-width: 210px;
	padding: 0 8px;
	background-color: #fff;
	border-radius: 4px;
	color: #8692ff;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #8692ff;
	line-height: 38px;
	transition: all .2s
}

.integrated-kky-wrap .btn-box a[disabled] {
	cursor: default !important
}

.integrated-kky-wrap .btn-box a:hover {
	background: #8692ff;
	color: #fff
}

.integrated-kky-wrap .kky-compare li h4 {
	font-size: 20px
}

.integrated-kky-wrap .kky-compare li p {
	font-size: 16px;
	line-height: 30px
}

.integrated-kky-wrap .kky-compare li:first-child {
	text-align: right
}

.integrated-kky-wrap .kky-compare li:last-child {
	text-align: left
}

.integrated-wz-wrap .content-wrap .subtitle {
	color: #444;
	font-size: 16px;
	text-align: center
}

.integrated-wz-wrap h4.title {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 0;
	font-size: 24px;
	font-weight: normal;
	text-align: center
}

.integrated-wz-wrap h4.title:after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 50%;
	display: block;
	width: 160px;
	height: 40px;
	margin-left: -80px;
	background: url(../images/integrated-wz-title-line.png) no-repeat center
}

.integrated-wz-wrap .wz-sale {
	position: relative;
	padding: 20px 10px 20px 486px;
	margin-top: 40px;
	background: #fff;
	border-left: 4px solid #3ea3ff
}

.integrated-wz-wrap .wz-sale .sale-text {
	position: absolute;
	top: 50%;
	left: 50px;
	width: 360px;
	line-height: 36px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.integrated-wz-wrap .banner-img {
	position: relative;
	width: 100%;
	height: 620px
}

.integrated-wz-wrap .banner-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .4s
}

.integrated-wz-wrap .banner-nav {
	width: 900px;
	margin: 0 auto
}

.integrated-wz-wrap .banner-nav:after {
	display: table;
	clear: both;
	content: ''
}

.integrated-wz-wrap .banner-nav li {
	float: left;
	width: 300px;
	padding: 24px 0;
	background: #e3f2ff;
	text-align: center;
	color: #3ea3ff;
	transition: all .4s;
	cursor: pointer
}

.integrated-wz-wrap .banner-nav li.active {
	background: #3ea3ff;
	color: #fff
}

.integrated-wz-wrap .banner-nav li h5 {
	font-size: 16px;
	margin-bottom: 10px
}

.integrated-wz-wrap .banner-nav li p {
	font-size: 12px
}

.integrated-wz-wrap .bg-blue {
	background: #3ea3ff
}

.integrated-wz-wrap .bg-blue h4.title {
	color: #fff
}

.integrated-wz-wrap .bg-blue h4.title:after {
	background: url(../images/integrated-wz-title-line-white.png) no-repeat center
}

.integrated-wz-wrap .bg-blue .subtitle {
	color: #fff;
	margin-bottom: 30px
}

.integrated-wz-wrap .bg-blue .wz-tool-list {
	width: 100%;
	height: 526px;
	background: url(../images/integrated-wz-15.png) no-repeat center
}

.integrated-wz-wrap .bg-blue .wz-tool-list:after {
	display: table;
	clear: both;
	content: ''
}

.integrated-wz-wrap .bg-blue .wz-tool-list li {
	float: left;
	width: 140px;
	height: 248px;
	margin-right: 32px;
	margin-bottom: 30px;
	padding-top: 130px;
	color: #fff;
	text-align: center
}

.integrated-wz-wrap .bg-blue .wz-tool-list li:nth-child(6n) {
	margin-right: 0
}

.integrated-wz-wrap .bg-blue .wz-tool-list li h5 {
	font-size: 18px;
	font-weight: normal;
	line-height: 40px
}

.integrated-wz-wrap .bg-blue .wz-tool-list li p {
	font-size: 14px;
	line-height: 1.5em
}

.integrated-wz-wrap .wz-scene-list {
	padding: 40px 14px 0
}

.integrated-wz-wrap .wz-scene-list:after {
	display: table;
	clear: both;
	content: ''
}

.integrated-wz-wrap .wz-scene-list li {
	float: left;
	width: 300px;
	height: 340px;
	margin: 0 12px 30px
}

.integrated-wz-wrap .wz-case-list li {
	position: relative
}

.integrated-wz-wrap .wz-case-list li:hover .img-code {
	display: block
}

.integrated-wz-wrap .wz-case-list li .img-code {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 2;
	display: none
}

.integrated-wz-buy {
	padding: 40px 0
}

.integrated-wz-buy h5.title {
	font-weight: normal
}

.integrated-wz-buy .el-form {
	width: 500px
}

.integrated-wx-wrap h4.title {
	position: relative;
	margin-bottom: 40px;
	padding-top: 40px;
	font-size: 36px;
	color: #e8f2f4;
	font-weight: bold;
	text-align: center
}

.integrated-wx-wrap h4.title p {
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 2;
	width: 100%;
	font-size: 30px;
	color: #444
}

.integrated-wx-wrap .wx-ensure-list:after {
	display: table;
	clear: both;
	content: ''
}

.integrated-wx-wrap .wx-ensure-list li {
	position: relative;
	float: left;
	width: 420px;
	height: 250px;
	margin: 0 40px 30px;
	padding: 80px 10px 10px 250px;
	background: #fff;
	border-radius: 8px
}

.integrated-wx-wrap .wx-ensure-list li i {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 170px;
	height: 170px;
	margin-top: -85px;
	background: #f7f8f9;
	border-radius: 6px
}

.integrated-wx-wrap .wx-ensure-list li i img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.integrated-wx-wrap .wx-ensure-list li h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px
}

.integrated-wx-wrap .wx-ensure-list li p {
	font-size: 14px;
	color: #78858a
}

.integrated-wx-wrap .integrated-wx-team {
	height: 620px;
	background: #3ab3a6 url(../images/integrated-wx-team-bg.png) no-repeat center
}

.integrated-wx-wrap .integrated-wx-team h4.title {
	color: #41c4b6
}

.integrated-wx-wrap .integrated-wx-team h4.title p {
	color: #fff
}

.integrated-wx-wrap .wx-team-list {
	padding: 100px 2px 0
}

.integrated-wx-wrap .wx-team-list:after {
	display: table;
	clear: both;
	content: ''
}

.integrated-wx-wrap .wx-team-list li {
	float: left;
	width: 160px;
	margin: 0 3px;
	color: #fff
}

.integrated-wx-wrap .wx-team-list li h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 40px
}

.integrated-wx-wrap .wx-team-list li p {
	font-size: 14px;
	line-height: 30px
}

.integrated-wx-wrap .wx-service-list li {
	width: 160px
}

.integrated-wx-wrap .wx-trade-banner {
	position: relative;
	padding: 500px 0 40px
}

.integrated-wx-wrap .wx-trade-banner .list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .4s ease
}

.integrated-wx-wrap .wx-trade-banner .banner-nav {
	text-align: center
}

.integrated-wx-wrap .wx-trade-banner .banner-nav i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	margin: 0 8px;
	cursor: pointer
}

.integrated-wx-wrap .wx-trade-banner .banner-nav i.active {
	background: #3ab3a6
}

.integrated-hw-wrap h4.title {
	margin-bottom: 40px;
	text-align: center;
	font-weight: normal
}

.integrated-hw-wrap h4.title span {
	display: inline-block;
	height: 63px;
	border-bottom: 1px solid #f1720c;
	line-height: 62px;
	color: #f1720c;
	font-size: 24px
}

.integrated-hw-wrap .hw-case-wrap .title {
	margin-bottom: 70px
}

.integrated-hw-wrap .hw-case-wrap p {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #78858a
}

.integrated-hw-wrap .hw-case-wrap img {
	position: relative;
	bottom: -60px
}

.integrated-hw-wrap .hw-list:after {
	display: table;
	clear: both;
	content: ''
}

.integrated-hw-wrap .hw-list li {
	float: left;
	width: 50%;
	padding: 20px
}

.integrated-hw-wrap .hw-list li.item-text {
	color: #78858a;
	font-size: 16px;
	line-height: 30px
}

.integrated-hw-wrap .hw-list li.item-text em {
	display: block;
	padding-top: 20px;
	width: 400px;
	font-style: normal
}

.integrated-hw-wrap .hw-list li.item-text h5 {
	padding-left: 20px;
	margin-bottom: 20px;
	border-left: 4px solid #3ab3a6;
	line-height: 30px;
	font-size: 20px;
	font-weight: normal;
	color: #444
}

.integrated-hw-wrap .hw-list li.item-text h5 p {
	padding-left: 0;
	font-size: 16px
}

.integrated-hw-wrap .hw-list li.item-text p {
	padding-left: 24px;
	font-size: 14px;
	color: #78858a;
	line-height: 1.5em
}

.integrated-hw-wrap .hw-list li.item-img {
	text-align: center
}

.contract-wrap {
	width: 100%;
	height: 560px;
	padding: 0 30px;
	background: rgba(39, 40, 45, 0.95) url(../images/integrated-contract-bg.png) center no-repeat;
	box-sizing: border-box;
	margin-bottom: -10px
}

.contract-wrap h4 {
	position: relative;
	padding: 15px 0;
	margin-bottom: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #fff
}

.contract-wrap h4:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 74px;
	height: 1px;
	margin-left: -37px;
	background: #fff
}

.contract-wrap .contract-type {
	position: relative;
	width: 100%;
	min-height: 290px;
	padding: 25px 25px 25px 430px;
	background: #fff
}

.contract-wrap .contract-type:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 75px;
	display: block;
	width: 240px;
	height: 240px;
	margin-top: -120px;
	background: url(../images/integrated-contract-img.png) center no-repeat
}

.contract-wrap .contract-type .contract-name {
	position: relative;
	padding: 10px 6px 20px;
	font-size: 26px;
	font-weight: normal;
	line-height: 50px
}

.contract-wrap .contract-type .contract-name span {
	display: inline-block;
	border-bottom: 2px solid #444
}

.contract-wrap .contract-type p {
	position: relative;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 40px;
	line-height: 40px;
	font-size: 18px
}

.contract-wrap .contract-type p:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-position: center;
	background-repeat: no-repeat
}

.contract-wrap .contract-type .contract-phone:before {
	background-image: url(../images/integrated-contract-phone.png)
}

.contract-wrap .contract-type .contract-mobile:before {
	background-image: url(../images/integrated-contract-mobile.png)
}

.contract-wrap .contract-type .contract-address:before {
	background-image: url(../images/integrated-contract-address.png)
}

.content-wrap h5.main-title {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.content-wrap .list li .explain-wz{
	margin-bottom: 21px;
	font-size: 12px;
}
.content-wrap .list li .content-vz{
	text-align: left;
	width: 100%;
	height: 171px;
	background-color: #fafafa;
	padding: 21px 29px;
}
.content-wrap .list li .content-vz .main_items_active{
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background:url('../images/vz-v2-lable.png');
}
.content-wrap .list li .content-vz .main_items_active:hover{
	width: 100px;
	background:url('../images/vz-v2-lable2.png');
}
.integrated-v2-title{
	width: 100%;
	height: 120px;
	text-align: center;
}
.integrated-v2-title p{
	font-size: 29px;
	line-height: 29px;
	color: #FFFFFF;
	padding-top: 35px;
	margin-bottom: 21px;
	font-weight: bold;
}
.content-wrap .wz-more-list li i{
	width: 140px;
	height: 140px;
	line-height: 140px;
	background: linear-gradient(#feffff, #f8f9fd);
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 23px;
	display: flex;
	align-items: center;
}
.content-wrap .wz-more-list li img{
	width:90px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.content-wrap .wz-more-list li p{
	font-size: 17px;
	color: #3f3f3f;
}

.integrated-wz-wrap h4.normal_title{
	position: relative;
    margin-top: 38px;
    margin-bottom: 2px;
    padding: 15px 0;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}

.content-wrap .markway li p{
	font-size: 17px;
	margin-bottom: 55px;
	color:#000000;
}
.content-wrap .markway li .markeimg{
	position: relative;
	right: 42px;
}
.content-wrap .markingword{
	position: absolute;
	font-size: 15px;
	color: #7c7c7c;
}
.rerail_part4{
	padding-bottom: 70px !important
}
.rerail_part4 .normal_title{
	margin-bottom: 50px !important
}
.rerail_part4 .list li i{
	margin-bottom: 46px !important
}

.education_part1 ul li img{
	width:220px；
}
.education_part1 ul li .ed_part1_info{
	width: 251px;
	height: 100px;
	line-height: 100px;
	position: absolute;
	right: 0px;
	top: 21%;
	opacity: 0.7;
	background-color: #e9ebf1;
}
.education_part1 ul li .ed_part1_info p{
	font-size: 14px;
	line-height: 25px;
	color: #000000;
}
.education_part2 ul{
	display: flex;
	flex-direction: row;
	margin-top: 29px;
}
.education_part2 ul li:first-child{
	margin-right: 19px;
}
.education_part2 ul li:nth-child(2) , .education_part2 ul li:nth-child(3){
	width:283px;
}
.education_part2 ul li .ed_part2_info{
	line-height: 76px;
	font-size: 17px;
}
.education_part2 ul li .ed_part2_info span:first-child{
	color:#e86800;
	margin-right: 18px;
	font-weight: bold;
}
.education_part4{
	padding-bottom: 60px;
}
.education_part4 h4 , .education_part4 p{
	color:#FFFFFF;
}
.education_part4 p:first-child{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.education_part4 .list li img{
	width: 33px;
	margin-right: 9px;
}
.education_part4 .list li p{
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
}
.education_part4 .list li p:first-child{
	margin-bottom: 15px;
}
.education_part4 .list li .ed_part4_title{
	font-size: 18px;
	color: #ffd15c
}
.education_part5 .list li{
	height: 231px;
}
.education_part5 .list li:first-child{
	background: url(../images/integrated_v2_education16.png) no-repeat center
}
.education_part5 .list li:nth-child(2){
	background: url(../images/integrated_v2_education17.png) no-repeat center
}
.education_part5 .list li:nth-child(3){
	background: url(../images/integrated_v2_education18.png) no-repeat center
}
.education_part5 .list li:nth-child(4){
	background: url(../images/integrated_v2_education19.png) no-repeat center
}

.education_part5 .list .mgr11{
	margin-right: 11px;
}
.education_part5 .list .mgr11 h4{
	margin-top: 51px;
	font-weight: bold;
	color: #FFFFFF;
}
.education_part5 .list .mgr11 p{
	color: #FFFFFF;
	line-height: 21px;
}
.property_part2{
	padding-bottom: 112px;
}

.property_part3 .normal_title , .property_part3 .list h4 , .property_part3 .list p{
	color:#FFFFFF !important
}

#clothing_part1{
	padding-bottom: 0px !important
}
.clothing_part1_main{
	padding-bottom: 0px !important
}
.clothing_part1_main li{
	position: relative;
	right: 107px;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important
}
.clothing_part1_main li i{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.clothing_part1_info{
	display: flex !important;
	height: 392px;	
	width: 210px !important;
	bottom: 34px;
}
.clothing_part1_info h4{
	margin-bottom: 25px;
}
.clothing_part1_info p{
	line-height: 38px;
}
.clothing_part1_info p:before{
	content: '';
	display: inline-block;
	width:5px;
	height: 12px;
	border-radius: 39%;
	margin-right: 20px;
	background-color: #e0632f;
}
#clothing_part2{
	padding-bottom: 110px;
}
.clothing_part2_info{
	margin-top: 75px;
}
.clothing_part2_info h4{
	font-size: 17px;
	margin-bottom: 23px;
}
.clothing_part2_info p{
	font-size: 12px;
	line-height: 22px;
	color: #919191
}
.clothing_part2_info .clothing_part2_word{
	font-size: 15px;
	color: #ffffff;
}
#clothing_part3 h4{
	color:#ffffff !important
}
#clothing_part3 ul li p{
	line-height: 24px;
	color: #ffffff !important
}
.clothing_part4and5_info{
	margin-top: 53px;
}
.clothing_part4and5_info i{
	margin-bottom: 38px;
}
.clothing_part4and5_info p{
	line-height: 24px;
}
.fademain-enter-active,.fademain-leave-active {
    transition: all .5s linear;
}
.fademain-enter,.fademain-leave-active {
   opacity: 0;
   transform:translateX(50px);
}
/*# sourceMappingURL=integrated.css.map */
