/* 通用 */
.margin-p-lg {
	margin-top: 50px !important;
}

.margin-b-lg {
	margin-bottom: 50px !important;
}

.margin-p-md {
	margin-top: 30px !important;
}

.margin-b-md {
	margin-bottom: 30px !important;
}

.margin-p-sm {
	margin-top: 20px !important;
}

.margin-b-sm {
	margin-bottom: 20px !important;
}

.margin-p-xs {
	margin-top: 10px !important;
}

.margin-b-xs {
	margin-bottom: 10px !important;
}

.f48 {
	font-size: 48px;
}

.f36 {
	font-size: 36px;
}

.f24 {
	font-size: 24px;
}

.f20 {
	font-size: 20px;
}

.f18 {
	font-size: 18px;
}

.f16 {
	font-size: 16px;
}

.f12 {
	font-size: 12px;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-gray {
	background-color: #F3F3F3;
}

.bg-blue {
	background-color: #22859F;
}

.white {
	color: #FFFFFF;
}

.gray {
	color: #999;
}

.blue {
	color: #22859F;
}

.gradient {
	background: -moz-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -webkit-gradient(linear, right, color-stop(0%, #77B8C9), color-stop(100%, #22859F)) !important;
	background: -webkit-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -o-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -ms-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: linear-gradient(to right, #77B8C9 0%, #22859F 100%) !important;
}

.r-line {
	border-right: 1px solid #999999;
}

.l-line {
	border-left: 1px solid #666;
}

.img img {
	width: auto;
	max-width: 100%;
}

.special-box-wrap {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.special-box-wrap2 {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #22859F;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-default {
	color: #FFFFFF;
	border: 0;
}

.btn-lg:hover {
	color: #FFFFFF;
}

.btn-lg {
	padding: 10px 40px;
	font-size: 16px;
	border-radius: 4px;
}


@media screen and (max-width: 1023px) {
	.margin-p-lg {
		margin-top: 30px !important;
	}

	.margin-b-lg {
		margin-bottom: 30px !important;
	}

	.margin-p-md {
		margin-top: 20px !important;
	}

	.margin-b-md {
		margin-bottom: 20px !important;
	}

	.margin-p-sm {
		margin-top: 10px !important;
	}

	.margin-b-sm {
		margin-bottom: 10px !important;
	}

	.margin-p-xs {
		margin-top: 5px !important;
	}

	.margin-b-xs {
		margin-bottom: 5px !important;
	}

	.f24 {
		font-size: 20px;
	}

	.f20 {
		font-size: 18px;
	}

	.f18 {
		font-size: 16px;
	}

	.f16 {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.special-box-wrap {
		display: block;
	}
}

/* 头图轮播 */
.carousel-control {
	display: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(255, 255, 255, .3);
	border: none;
}

.carousel-caption h1 {
	font-size: 48px;
	line-height: 1.5;
}

.carousel-caption {
	left: 10%;
	right: auto;
	top: 35%;
}

@media screen and (max-width: 1023px) {

	.img-responsive,
	.thumbnail>img,
	.thumbnail a>img,
	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		max-width: 150%;
		margin-left: -30%;
	}

	.carousel-caption h1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 767px) {

	.img-responsive,
	.thumbnail>img,
	.thumbnail a>img,
	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		max-width: 300%;
		margin-left: -90%;
	}

	.carousel-caption h1 {
		font-size: 24px;
	}
}

/* 移动端菜单 */
.index-mobile-nav {
	display: none;
}

@media screen and (max-width: 1200px) {
	.index-mobile-nav {
		display: block;
	}

	.index-mobile-nav ul {
		display: inline-block;
	}

	.index-mobile-nav ul li {
		display: inline-block;
		width: 28.8%;
		background-color: #22859F;
		padding: 20px 30px;
		text-align: center;
		margin: 5px 20px;
	}

	.index-mobile-nav ul li a {
		color: #fff;
		display: block;
	}
	.index-mobile-nav ul li a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 1023px) {
	.index-mobile-nav ul li {
		width: 27%;
	}
}
@media screen and (max-width: 767px) {
	.index-mobile-nav ul li {
		width: 26.5%;
		padding: 10px 10px;
		margin: 5px 10px;
	}
}
/* 用数据连接世界，让出海更简单！ */
/* .adv {
	height: 220px;
} */

.section1 .gray {
	height: 80px;
}

.wrapper-img {
	/*半圆弧*/
	width: 150px;
	height: 75px;
	background-color: transparent;
	border-top-right-radius: 90px;
	border-top-left-radius: 90px;
	/*增加了边框，圆角半径也要变化*/
	border-left: 1px dashed #999999;
	/*边框左边线*/
	border-right: 1px dashed #999999;
	/*边框右边线*/
	border-top: 1px dashed #999999;
	/*边框底边线*/
	margin: 0 auto;
	position: absolute;
	margin-left: -8px;
	margin-top: -10px;
}

.adv .col-md-4:nth-child(2n) .wrapper-img {
	width: 150px;
	height: 75px;
	background-color: transparent;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	/*增加了边框，圆角半径也要变化*/
	border-left: 1px dashed #999999;
	/*边框左边线*/
	border-right: 1px dashed #999999;
	/*边框右边线*/
	border-top: 0px dashed #999999;
	/*边框底边线*/
	margin: 0 auto;
	position: absolute;
	margin-left: -8px;
	margin-top: 69px;
	border-bottom-right-radius: 90px;
	border-bottom-left-radius: 90px;
	border-bottom: 1px dashed #999999;
}

.wrapper-img-shadow::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	border-bottom: 1px dashed #999999;
	top: 75px;
	left: 20px;
}

.wrapper-img-shadow::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	border-bottom: 1px dashed #999999;
	top: 75px;
	right: 20px;
}

.wrapper-img-shadow {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, .1);
	border-radius: 50%;
	width: 134px;
	height: 134px;
	margin: 7px auto;
}

.adv .col-md-4:nth-child(2n) .wrapper-img-shadow {
	box-shadow: 0 -10px 10px rgba(0, 0, 0, .1);
}

.wrapper-img-shadow img {
	width: 50px;
	height: 50px;
	margin: 40px;
}

.wrapper-img-shadow .num {
	background-color: #22859F;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	position: absolute;
	left: 46%;
	top: 120px;
}

.adv .col-md-4:nth-child(2n) .wrapper-img-shadow .num {
	left: 46%;
	top: -10px;
}

@media screen and (max-width: 1023px) {
	.wrapper-img-shadow::before {
		width: 30px;
	}

	.wrapper-img-shadow::after {
		width: 30px;
	}
}

@media screen and (max-width: 767px) {

	/* .adv {
		white-space: nowrap;
		overflow-x: scroll;
		height: 250px;
	} */

	/* .adv>div {
		display: inline-block;
		white-space: nowrap;
		float: none;
		margin-top: 20px;
	} */
}


/* 功能说明 */
.function {
	background-image: url(../image/function-bg.jpg);
	padding: 50px 0;
	background-size: cover;
}

.wrapper {
	padding: 80px 30px;
	background-color: #FFFFFF;
	height: 350px;
	transition: all 0.5s ease 0s;
}

.wrapper:hover {
	box-shadow: 0px 0px 20px #ccc;
}

.wrapper:after {

	content: "";
	width: 0;
	height: 3px;
	background: #22859F;
	position: absolute;
	bottom: 0;
	left: 15px;
	transition: all 0.5s ease 0s;
}

.wrapper:hover:after {
	width: 92%;
}

.wrapper:hover .function-title {
	color: #22859F;
}

.wrapper:hover .gray {
	color: #333;
}

.function-img {
	width: 80px;
}

.function-title {
	font-weight: 600;
}

@media screen and (max-width: 1023px) {
	.wrapper {
		padding: 30px 30px;
		height: 300px;
	}

	.function-img {
		width: 60px;
	}
}

@media screen and (max-width: 767px) {
	.wrapper {
		padding: 30px 30px;
		height: 250px;
	}

	.function-img {
		width: 60px;
	}
}

/* 教程 */
.course .list-tit {
	margin-left: 15px;
}

.course .list-tit::after {
	margin: 10px 0;
}

.course-wrapper {
	margin-top: -80px;
}

.course .nav-tabs>li>a,
.course .nav-tabs>li.active>a:hover,
.course .nav-tabs>li.active>a:focus {
	border: 0px solid #ddd;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-color: transparent;
	border-bottom: 1px solid #ddd;
}

.course .nav-tabs>li>a {
	color: #555;
}

.course .nav-tabs>li.active>a,
.course .nav-tabs>li>a:hover,
.course .nav-tabs>li>a:focus {
	color: #22859F;
}

.course .tab-content ul {
	display: inline-block;
}

.course .tab-content ul li {
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	margin: 5px 0 5px 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.course .tab-content ul li a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.5s ease 0s;
}

.course .tab-content ul li a:hover {
	color: #22859F;
}

@media screen and (max-width: 1023px) {
	.course-wrapper {
		margin-top: -58px;
	}

	.course .tab-content ul li {
		width: 45%;
	}

	.course img {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.course .tab-content ul {
		display: block;
	}

	.course-wrapper {
		margin-top: 0;
	}

	.course .tab-content ul li {
		width: 100%;
	}

	.course .tab-content ul li {
		margin: 5px 0 5px 0;
	}
}

/* 售后服务 */
.missAngle1 {
	position: relative;
	background: linear-gradient(-135deg, transparent 40px, #24242d 0);
	width: 95%;
	height: 300px;
	z-index: 1;
}

.missAngle2 {
	background: linear-gradient(45deg, transparent 40px, #22859F 0);
	width: 95%;
	height: 200px;
	float: right;
	margin-top: -150px;
	z-index: -1;
}

.service-wrapper {
	position: relative;
	z-index: 2;
}

.service-wrapper .grid1 {
	background-image: url(../image/service-grid.png);
	background-position: center 20%;
}

.service-wrapper .col-md-3,
.service-wrapper .col-md-9 {
	margin-top: -300px;
}

.service-wrapper img {
	width: 80px;
}

.service-wrapper .col-md-9 .col-md-4:nth-child(1) {
	background-image: url(../image/service-grid.png);
	background-position: center left;
}

.service-wrapper .col-md-9 .col-md-4:nth-child(3) {
	background-image: url(../image/service-grid.png);
	background-position: top left;
}

.service-wrapper .list-tit:after {
	margin: 10px 0;
}

@media screen and (max-width: 1023px) {
	.service-wrapper .col-md-3 {
		margin-top: -200px;
	}

	.service-wrapper .col-md-9 {
		margin-top: -270px;
	}

	.service-wrapper img {
		width: 60px;
	}
}

@media screen and (max-width: 767px) {
	.missAngle1 {
		width: 100%;
		height: 400px;
	}

	.service-wrapper .col-md-3 {
		margin-top: -350px;
	}

	.service-wrapper .col-md-9 {
		position: absolute;
		top: 50px;
	}

	.missAngle2 {
		background: linear-gradient(45deg, transparent 40px, #22859F 0);
		width: 95%;
		height: 200px;
		float: right;
		margin-top: -150px;
		z-index: -1;
	}
}

/* 客户评价 */
.index-process-wrapper1 {
	width: 100%;
	border-radius: 6px;
	background-color: #f7faff;
	transition: all 0.1s ease 0s;
	margin: 20px auto;
	height: 200px;
}

/* .index-process-wrapper1:after {
	content: " ";
	position: absolute;
	display: inline-block;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	right: 0;
	top: 45%;
	color: #D5D5D5;
} */

.index-process .col-md-3:last-child .index-process-wrapper1:after {
	display: none;
}

.index-process-wrapper1:hover {
	background-color: #22859F;
}

.index-process-wrapper2 {
	background-color: inherit;
	border-top-right-radius: 120px;
	width: 100%;
	height: 100%;
	padding: 50px 20px;
	transition: all 0.5s ease 0s;
}

.index-process-wrapper2:hover {
	background: -moz-linear-gradient(bottom, #77B8C9 0%, #22859F 100%) !important;
	background: -webkit-gradient(linear, bottom, color-stop(0%, #77B8C9), color-stop(100%, #22859F)) !important;
	background: -webkit-linear-gradient(bottom, #77B8C9 0%, #22859F 100%) !important;
	background: -o-linear-gradient(bottom, #77B8C9 0%, #22859F 100%) !important;
	background: -ms-linear-gradient(bottom, #77B8C9 0%, #22859F 100%) !important;
	background: linear-gradient(to bottom, #77B8C9 0%, #22859F 100%) !important;
	transition: all 0.5s ease 0s;
}

.index-process-en {
	text-transform: uppercase;
}

/* .index-process-en::after {
	content: "";
	display: block;
	margin: 10px auto;
	width: 90px;
	height: 1px;
	background: linear-gradient(to right, rgba(90, 110, 180, .1), rgba(90, 110, 180, 1), rgba(90, 110, 180, .1));
	border-radius: 50px;
} */
.index-process-tit {
	color: #999;
}


.index-process-description {
	color: #333;
}

.index-process-wrapper2:hover .index-process-en,
.index-process-wrapper2:hover .index-process-tit,
.index-process-wrapper2:hover .index-process-description
{
	color: #FFFFFF;
}

.index-process-wrapper2:hover .index-process-en::after {
	background: linear-gradient(to right, rgba(255, 255, 255, .1), rgba(255, 255, 255, 1), rgba(255, 255, 255, .1));
}

.index-process-img2 {
	display: none;
}

.index-process-wrapper2:hover:hover .index-process-img1 {
	display: none;
}

.index-process-wrapper2:hover:hover .index-process-img2 {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 1023px) {
	.index-process-wrapper2 {
		padding: 20px 10px;
	}

	.index-process-img1,
	.index-process-img2 {
		width: 40px;
	}
}

@media screen and (max-width: 767px) {
	.process-scroll {
		white-space: nowrap;
		overflow-x: scroll;
	}

	.process-scroll>div {
		display: inline-block;
		white-space: nowrap;
		float: none;
	}
	.index-process-wrapper1 {
		height: 400px;
	}
}



/* 尾部 */
footer {
	background-color: #24242d;
}

.bottom-form {
	background-color: #f7faff !important;
	padding: 50px 0;
}

.bottom-form-wrapper {
	width: 100%;
	margin: 0 auto;
}

.footer-wrapper {
	padding: 50px 0;
}

.footer-wrapper ul {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
	color: #FFFFFF;
}

.footer-wrapper ul a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-wrapper ul li a,
.footer-wrapper ul li {
	color: #999;
	margin: 8px 0;
}

.footer-wrapper .logo-w {
	max-height: 30px;
}

footer a,
footer a:hover {
	color: #999
}

.emw-img {
	text-align: left;
}

.emw-img img {
	width: 80px;
	height: 80px;
}

footer span {
	color: #999999;
}

.copyright {
	text-align: center;
	padding: 10px 0;
	color: #999;
	font-size: 12px;
	background-color: #000;
}

/* 表单 */
.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
	display: none;
}

.form-group .col-sm-9 {
	width: 100%;
}

footer .btn-default {
	color: #FFFFFF;
	border: 0;
	padding: 10px 40px;
	font-size: 16px;
	border-radius: 4px;
	background: -moz-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -webkit-gradient(linear, right, color-stop(0%, #77B8C9), color-stop(100%, #22859F)) !important;
	background: -webkit-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -o-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -ms-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: linear-gradient(to right, #77B8C9 0%, #22859F 100%) !important;
}

footer .btn-default:hover {
	color: #ffffff;
}

@media screen and (max-width: 1023px) {
	.footer-wrapper .col-md-5 {
		margin: 0 auto;
	}

	.bottom-form-wrapper {
		width: 90%;
	}

	.footer-wrapper ul {
		margin: 0 15px;
	}

	.footer-wrapper .l-line {
		border: 0;
	}
}

@media screen and (max-width: 767px) {
	footer .footer-wrapper {
		display: none;
	}
}

/* 二级通用 */
.list-banner {
	background-position: center top;
	background-size: cover;
	height: 700px;
}

.list-top-tit {
	color: #FFFFFF;
	font-size: 36px;
}

.list-top-info {
	color: #FFFFFF;
/* 	font-size: 24px;
 */	margin-top: 20px;
	text-transform: uppercase;
}

.list-tit:after {
	content: "";
	display: block;
	margin: 10px auto;
	width: 50px;
	height: 3px;
	background: -moz-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -webkit-gradient(linear, right, color-stop(0%, #77B8C9), color-stop(100%, #22859F)) !important;
	background: -webkit-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -o-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -ms-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: linear-gradient(to right, #77B8C9 0%, #22859F 100%) !important;
}

.list-nav {
	height: 70px;
}

.list-nav ul {
	display: inline-block;
	width: 100%;
}

.list-nav ul li {
	display: inline-block;
	white-space: normal;
	width: 18%;
	font-size: 18px;
	height: 70px;
	/* float: left; */
}

.list-nav ul li a {
	display: block;
	color: #333333;
	text-align: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	line-height: 70px;
}

.list-nav ul li.active,
.list-nav ul li.active:hover {
	background-color: #22859F;
}

.list-nav ul li.active a {
	color: #FFFFFF;
}

.list-nav ul li:hover {
	background-color: #ebeaea;
}

.list-nav ul li:hover a {
	text-decoration: none;
}

@media screen and (max-width: 1440px) {
	.list-banner {
		height: 450px;
	}
}

@media screen and (max-width: 1023px) {
	.list-top-tit {
		font-size: 28px;
		white-space: pre-wrap;
	}
}

@media screen and (max-width: 767px) {
	
	.list-nav ul {
		white-space: nowrap;
		overflow-x: scroll;
	}
	.list-nav ul li {
		width: 33.33%;
		font-size: 16px;
		display: inline-block;
		white-space: nowrap;
	}

	.list-top-tit {
		font-size: 26px;
		white-space: pre-wrap;
	}
}

/* 关于我们 */
.about-wrapper>div {
	float: left;
}

.about-left {
	width: 55%;
	background-color: #F3F3F3;
	padding: 60px 50px 60px 80px;
	z-index: 998;
	position: relative;
}

.about-left:after {
	position: absolute;
	right: -16px;
	top: 50%;
	content: ">";
	padding: 10px 15px;
	color: #FFFFFF;
	background-color: #22859F;
}

.about-right {
	width: 50%;
	margin-left: -5%;
}

.about-tit:after {
	content: "";
	display: block;
	width: 100px;
	height: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -30px;
	background: -moz-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -webkit-gradient(linear, right, color-stop(0%, #77B8C9), color-stop(100%, #22859F)) !important;
	background: -webkit-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -o-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -ms-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: linear-gradient(to right, #77B8C9 0%, #22859F 100%) !important;
}

.about-info {
	white-space: pre-line;
}

@media screen and (max-width: 1023px) {
	.about-left {
		padding: 30px 30px 30px 40px;
	}
}

@media screen and (max-width: 767px) {
	.about-left {
		width: 100%;
		padding: 50px 30px;
	}

	.about-right {
		width: 100%;
		margin-left: 0;
	}

	.about-left::after {
		display: none;
	}
}

/* 企业文化 */
.culture-bg {
	background-image: url("../image/bg-6.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.culture-wrapper {
	padding: 70px 30px;
	background-color: #FFFFFF;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

.culture-wrapper:hover {
	background: -moz-linear-gradient(bottom, #77B8C9 0%, #22859F 100%) !important;
	background: -webkit-gradient(linear, bottom, color-stop(0%, #77B8C9), color-stop(100%, #22859F)) !important;
	background: -webkit-linear-gradient(bottom, #77B8C9 0%, #22859F 100%) !important;
	background: -o-linear-gradient(bottom, #77B8C9 0%, #22859F 100%) !important;
	background: -ms-linear-gradient(bottom, #77B8C9 0%, #22859F 100%) !important;
	background: linear-gradient(to bottom, #77B8C9 0%, #22859F 100%) !important;
}

.culture-wrapper:hover .culture-info,
.culture-wrapper:hover .culture-tit {
	color: #FFFFFF;
}

.culture-tit {
	margin-top: 20px;
	margin-bottom: 10px;
}

.culture-tit:after {
	content: "";
	display: block;
	margin: 30px auto;
	width: 22px;
	height: 3px;
	background-color: #333;
}

.culture-info {
	height: 90px;
	overflow: hidden;
}

.culture-wrapper:hover .culture-tit:after {
	background-color: #FFFFFF;
}

/* .culture-img-A {
	background-image: url("../image/icon-4.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	width: 50px;
	height: 50px;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
	margin: 0 auto;
} */

/* .culture-wrapper:hover .culture-img-A {
	background-image: url("../image/icon-41.png");
} */

/* .culture-img-B {
	background-image: url("../image/icon-5.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	width: 50px;
	height: 50px;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
	margin: 0 auto;
}

.culture-wrapper:hover .culture-img-B {
	background-image: url("../image/icon-51.png");
}

.culture-img-C {
	background-image: url("../image/icon-6.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	width: 50px;
	height: 50px;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
	margin: 0 auto;
}

.culture-wrapper:hover .culture-img-C {
	background-image: url("../image/icon-61.png");
} */
.culture-wrapper .index-culture-img2 {
	display: none;
}

.culture-wrapper:hover .index-culture-img2 {
	display: block;
	margin: 0 auto;
}

.culture-wrapper:hover .index-culture-img1 {
	display: none;
}

.culture-wrapper img {
	height: 50px;
}

@media screen and (max-width: 1023px) {
	.culture-wrapper {
		padding: 20px 20px;
	}

	.culture-tit:after {
		margin: 10px auto;
	}

	.culture-info {
		height: 120px;
		overflow: hidden;
	}
}

/* 我们的成就 */
.advantage-wrapper>div {
	float: left;
}

.advantage-left {
	width: 45%;
	float: left;
}

.advantage-right {
	width: 45%;
	float: right !important;
}

.advantage-tit {
	text-align: center;
	background-color: #F3F3F3;
	height: 70px;
	line-height: 70px;
}

.advantage-num {
	text-align: center;
	background-color: #999999;
	color: #FFFFFF;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
	height: 70px;
	line-height: 70px;
}

.triangle-right {
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid;
	position: absolute;
	right: -10px;
	margin-top: 20px;
	border-left-color: #999;
}

.triangle-left {
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-right: 10px solid;
	border-bottom: 10px solid transparent;
	position: absolute;
	margin-left: -10px;
	margin-top: 20px;
	border-right-color: #999;
}

.advantage-right:hover .advantage-num {
	background-color: #22859F;
}

.advantage-left:hover .advantage-num {
	background-color: #22859F;
}

.advantage-right:hover .triangle-left {
	border-right-color: #22859F;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

.advantage-left:hover .triangle-right {
	border-left-color: #22859F;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

@media screen and (max-width: 767px) {

	.advantage-left,
	.advantage-right {
		width: 100%;
	}

	.triangle-left,
	.triangle-right {
		display: none;
	}
}

/* 办公环境 */
.office img {
	width: 100%;
}

.add {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
}

.add:hover .add_caption {
	background: rgba(0, 0, 0, .5);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.add .add_caption,
.add .add_caption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
}

.add .add_caption {
	color: #FFFFFF;
	background: rgba(254, 114, 83, 0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	text-align: center;
}

.add_caption_h {
	position: absolute;
	top: 40%;
	left: 40%;
}

/* 联系我们 */
.contact-wrapper .col-md-4:nth-child(1) {
	padding-left: 0;
	border-right: 1px solid #ccc;
}

.contact-wrapper .col-md-4:nth-child(2) {
	padding-left: 50px;
	border-right: 1px solid #ccc;
}

.contact-wrapper .col-md-4:nth-child(3) {
	padding-left: 50px;
}

.contact label {
	display: none;
}

.contact .form-group {
	width: 30%;
	margin-right: 20px;
	display: inline-block;
}

.contact .form-group .col-sm-9 {
	width: 100%;
}

.contact input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 120px;
	display: block;
}

.contact .btn {
	border-radius: 0;
}

.contact .btn-default {
	color: #FFFFFF;
	background-color: #54b9bb;
	border-color: #54b9bb;
}

.contact .form-control {
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	border-radius: 0;
}

@media screen and (max-width: 1023px) {
	.contact-wrapper .col-md-4:nth-child(1) {
		padding-left: 20px;
		border-right: 0;
	}

	.contact-wrapper .col-md-4:nth-child(2) {
		padding-left: 20px;
		border-right: 0;
	}

	.contact-wrapper .col-md-4:nth-child(3) {
		padding-left: 20px;
	}
}

/* 合作伙伴 */
.partner-wrapper {
	border: 1px solid #e1e1e1;
	padding: 10px 0;
	text-align: center;
}

/* 渠道合作 */
.channel-adv-wrapper .view {
	margin: 0;
	width: 100%;
	height: 250px;
}

.channel-adv-wrapper .view-first img {
	width: 60px;
	display: block;
	margin: 0 auto;
	margin-top: 20%;
}

.channel-adv-title {
	font-size: 16px;
	margin-top: 10px;
	color: #333333;
}

.channel-adv-title2 {
	font-size: 20px;
	height: 2;
	color: #fff;
	margin-top: 10px;
}

.channel-adv-title2:after {
	content: "";
	display: block;
	margin: 10px auto;
	width: 22px;
	height: 3px;
	background-color: #FFFFFF;
}

.channel-adv-info {
	height: 2;
	color: #fff;
	white-space: pre-line;
}

.channel-adv-wrapper .mask {
	padding: 30px 50px;
	background: -moz-linear-gradient(bottom, #77B8C9 0%, #22859F 100%) !important;
	background: -webkit-gradient(linear, bottom, color-stop(0%, #77B8C9), color-stop(100%, #22859F)) !important;
	background: -webkit-linear-gradient(bottom, #77B8C9 0%, #22859F 100%) !important;
	background: -o-linear-gradient(bottom, #77B8C9 0%, #22859F 100%) !important;
	background: -ms-linear-gradient(bottom, #77B8C9 0%, #22859F 100%) !important;
	background: linear-gradient(to bottom, #77B8C9 0%, #22859F 100%) !important;
}

@media screen and (max-width: 1023px) {
	.channel-adv-wrapper .view {
		margin: 0;
		width: 100%;
		height: 200px;
	}

	.channel-adv-wrapper .mask {
		padding: 20px 20px;
	}
}

@media screen and (max-width: 767px) {
	.channel-adv-wrapper {
		display: block;
		white-space: nowrap;
		overflow-x: scroll;
	}

	.channel-adv-wrapper .mask {
		padding: 20px 20px;
	}

	.channel-adv-wrapper>div {
		display: inline-block;
		white-space: nowrap;
		float: none;
	}
}

/* 合作形式 */
.modality {
	background-attachment: fixed;
	background-image: url(../image/modality-bg.jpg);
	background-size: cover;
	background-position: center center;
	height: 500px;
}

.modality-content-img {
	background-position: center center;
	background-size: cover;
	height: 280px;
	background-color: rgba(0, 0, 0, .5);
}

.modality-content-img .izk-modality-mask {
	background: rgba(0, 0, 0, .5);
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.modality-content-img:hover .izk-modality-mask {
	background-color: rgba(0, 0, 0, .1);
}

.modality-content-img .izk-modality-txt {
	position: relative;
	top: 45%;
	color: #fff;
	text-align: center;
	z-index: 5;
}

.modality-content-img .izk-modality-txt2 {
	position: absolute;
	left: 31%;
	top: 50%;
	color: #fff;
	z-index: 5;
}

.modality-content-img img {
	width: 100%;
}

@media screen and (max-width: 1023px) {
	.modality {
		background-attachment: scroll;
		height: 300px;
	}

	.modality-content-img {
		height: 150px;
	}
}

@media screen and (max-width: 767px) {
	.modality {
		height: 550px;
	}
}

/* 合作流程 */
.process-img {
	width: 100%;
}

/* 右侧 */
#fp-nav {
	display: none;
}

.izl-rmenu {
	margin-right: 0;
	width: 70px;
	position: fixed;
	right: 2px;
	top: 35%;
	z-index: 999;
}

.izl-rmenu .consult {
	background-image: url(../image/side-tel.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 76px;
	width: 82px;
	background-color: rgba(129, 129, 129, .8);
	border: 1px solid #1e51a2;
	/* 	transition: all 500ms ease;
	-webkit-transition: all 500ms ease; */
}

.izl-rmenu .consult:hover {
	background-image: none;
	background-color: rgba(129, 129, 129, 0);
	border: 0px solid #1e51a2;
}

.izl-rmenu .consult .phone {
	background-color: rgba(34, 133, 159, .8);
	position: absolute;
	width: 160px;
	height: 76px;
	left: -82px;
	bottom: 0px;
	line-height: 73px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	border: 1px solid #22859F;
	display: none;
}

.izl-rmenu a.consult:hover .phone {
	display: inline !important;
}

.izl-rmenu .cart {
	background-image: url(../image/side-ewm.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 76px;
	width: 82px;
	background-color: rgba(129, 129, 129, .8);
	border: 1px solid #1e51a2;
	margin-bottom: 10px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.izl-rmenu .kefu {
	background-image: url(../image/side-kefu.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 76px;
	width: 82px;
	background-color: rgba(129, 129, 129, .8);
	border: 1px solid #1e51a2;
	margin-bottom: 10px;

}

.izl-rmenu a.cart:hover .pic {
	display: block;
}

.izl-rmenu .btn_top {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 39px;
	width: 82px;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.izl-rmenu .cart .pic {
	display: none;
	position: absolute;
	left: -160px;
	top: 0;
	width: 160px;
	height: 160px;
	background: url(../image/ewm.jpg);
	background-size: 100%;
}

#udesk-feedback-tab {
	position: fixed;
	right: 2px;
	top: 65%;
	margin-top: -76px;
	-webkit-box-shadow: #DDD 0px -1px 5px;
	-moz-box-shadow: #DDD 0px -1px 5px;
	box-shadow: #DDD 0px -1px 5px;
	z-index: 10000;
	cursor: pointer;
	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 76px;
	width: 82px;
	background-color: #FFF !important;
	z-index: 999;
}

@media only screen and (max-width: 767px) {
	.izl-rmenu {
		display: none;
	}
}

/* 运营培训 */
.content strong {
	font-size: 20px;
	color: #333333;
	padding-top: 50px;
	display: block;
}

.content p {
	font-size: 16px;
	color: #666;
}

/* 帮助与解决 */
.solution>div:nth-child(even) {
	background-color: #f7faff;
	padding: 50px 0;
}

.solution>div:nth-child(even) img {
	float: right;
}

.solution .description {
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.solution>div:nth-child(even) {
		padding: 30px 0;
	}

	.solution>div:nth-child(even) img {
		margin-top: 30px;
	}

	.solution>div:nth-child(odd) img {
		margin-bottom: 20px;
	}
}

/* 产品介绍 */
.product>div:nth-child(odd) {
	background-color: #f7faff;
	padding: 50px 0;
}

.product>div:nth-child(even) img {
	float: right;
}

@media only screen and (max-width: 767px) {
	.product>div:nth-child(even) {
		padding: 30px 0;
	}

	.product>div:nth-child(even) img {
		margin-top: 20px;
	}

	.product>div:nth-child(odd) img {
		margin-bottom: 20px;
	}
}

/* 产品价格 */
.price table th {
	background-color: #f7faff;
	height: 350px;
	text-align: center;
	width: 28%;
}

.price table th:first-child {
	width: 16%;
}

.price table th .edition {
	display: inline-block;
	height: 40px;
	width: 120px;
	background: -moz-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -webkit-gradient(linear, right, color-stop(0%, #77B8C9), color-stop(100%, #22859F)) !important;
	background: -webkit-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -o-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: -ms-linear-gradient(right, #77B8C9 0%, #22859F 100%) !important;
	background: linear-gradient(to right, #77B8C9 0%, #22859F 100%) !important;
	border-bottom-right-radius: 20px;
	margin-top: 20px;
	position: absolute;
	margin-left: -12%;
	line-height: 40px;
}

.price table th h1 {
	padding: 30px 0;
}

.btn-primary {
	border-radius: 0 !important;
	background-color: #22859F;
	border: 1px solid #22859F;
	padding: 6px 20px;
}

.triangle-topright {
	width: 0;
	height: 0;
	border-top: 12px solid #000;
	border-left: 12px solid transparent;
	margin-top: 60px;
	margin-left: -7%;
}

.price table .bg {
	background-color: #e4eeff;
}

.price table td {
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px !important;
}

.price table td:first-child {
	font-size: 16px;
}

@media only screen and (max-width: 1023px) {
	.price table th .edition {
		margin-left: -14.7%;

	}

	.triangle-topright {
		margin-left: -11%;
	}
}

@media only screen and (max-width: 767px) {
	.price table th {
		height: 200px;
		width: 20%;
	}

	.price table th:first-child {
		width: 40%;
	}

	.btn-primary {
		padding: 6px 8px;
	}

	.price h1 {
		font-size: 16px;
		padding: 10px 0 !important;
	}

	.price table th .edition {
		display: inline-block;
		height: 40px;
		width: 80px;
	}

	.price table td:first-child {
		font-size: 12px;
	}

	.price table td {
		height: 30px;
		font-size: 12px;
		line-height: 30px !important;
	}

	.triangle-topright {
		border-top: 8px solid #000;
		border-left: 8px solid transparent;
		margin-left: -23%;
	}
}
