body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div,
a,
span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.title {
	padding-top: 100px;
	font-size: 34px;
	color: #333
}

.nav_title {
	padding-top: 0px;
	font-size: 18px;
	color: #666;
	line-height: 32px
}


.container {
	margin: auto;
	width: 1140px;
}

.shadow {
	box-shadow: 0px 10px 50px -10px rgba(11, 38, 86, 0.15);
	-webkit-box-shadow: 10px 50px -100px rgba(11, 38, 86, .15);
}

.shadow_large {
	box-shadow: 0px 10px 100px -10px rgba(11, 38, 86, 0.15);
	-webkit-box-shadow: 10px 100px -100px rgba(11, 38, 86, .15);
}
.panel .panel-title {
	text-align: center;
	color: rgb(24, 38, 67);
	line-height: 45px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 34px;
}

.panel .panel-title .sub-title {
	color: rgb(140, 142, 165);
	line-height: 33px;
	font-size: 18px;
}

.panel .white.panel-title {
	color: rgb(255, 255, 255);
}

.panel .white.panel-title .sub-title {
	color: rgb(255, 255, 255);
}

.call .robot-list {
	width: 100%;
}

.call .robot-list .robot-item {
	background-position: 0px 0px;
	margin-bottom: 25px;
	 padding: 50px 30px; 
	border-radius: 4px;
	transition: 0.3s linear;
	/* width: 273px; */
	height: 280px;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
}

.call .robot-list .robot-item:hover {
	z-index: 3;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.call .robot-list .robot-item::before {
	background: rgb(69, 149, 239);
	transition: 20s linear;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 8px;
	display: block;
	position: absolute;
	content: " ";
	opacity: 0;
	transform: translate(-100%);
	-webkit-transform: translate(-100%);
	-webkit-transition: all .2s linear;
}

.call .robot-list .robot-item:hover::before {
	opacity: 1;
	transform: translate(0px);
	-webkit-transform: translate(0);
}

.call .robot-list .robot-item .robot-title {
	color: rgb(24, 38, 67);
	line-height: 28px;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 10px;
}

.call .robot-list .robot-item .robot-desc {
	color: rgb(140, 142, 165);
	line-height: 20px;
	font-size: 14px;
}

.spacing-mt_50 {
	margin-top: 50px;
}

.spacing-mt_100 {
	margin-top: 100px;
}

.call .industry-cover {
	background-position: 50%;
	left: 0px;
	top: -120px;
	width: 100%;
	height: 750px;
	text-align: center;
	padding-top: 220px;
	padding-bottom: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.call .industry-cover .title-text {
	color: rgb(255, 255, 255);
	line-height: 56px;
	font-size: 34px;
}

.call .industry-cover .industry-list {
	margin: 50px 0px 50px -145px;
}

.call .industry-cover .industry-list .industry-item {
	width: 100px;
	height: 148px;
	margin-right: 0px;
	margin-left: 145px;
	float: left;
}

.call .industry-cover .industry-list .industry-item .industry-icon {
	background: hsla(0, 0%, 100%, 0.2);
	border-radius: 2px;
	border: 0.01rem solid hsla(0, 0%, 100%, 0.3);
	transition: 0.3s linear;
	border-image: none;
	width: 100px;
	height: 100px;
	color: rgb(255, 255, 255);
	line-height: 100px;
	position: relative;
	z-index: 2;
	-webkit-transition: all .3s linear;
}

.call .industry-cover .industry-list .industry-item .industry-icon:hover {
	z-index: 3;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.call .industry-cover .industry-list .industry-item .title {
	color: rgb(255, 255, 255);
	line-height: 28px;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.call .industry-cover .btn {
	width: 300px;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/icon.png);
	background-size: 544px 499px
}

.icon-ai-1 {
	background-position: -146px -414px;
	width: 32px;
	height: 31px;
}

.icon-ai-4 {
	background-position: -104px -414px;
	width: 32px;
	height: 32px;
}

.icon-5 {
	background-position: -272px -414px;
	width: 32px;
	height: 30px;
}

.icon-4 {
	background-position: -188px -414px;
	width: 32px;
	height: 30px;
}

.icon-3 {
	background-position: -514px -40px;
	width: 27px;
	height: 32px;
}

.shadow {
	box-shadow: 0px 10px 50px -10px rgba(11, 38, 86, 0.15);
	-webkit-box-shadow: 10px 50px -100px rgba(11, 38, 86, .15);
}

.shadow_large {
	box-shadow: 0px 10px 100px -10px rgba(11, 38, 86, 0.15);
	-webkit-box-shadow: 10px 100px -100px rgba(11, 38, 86, .15);
}

.title {
	padding-top: 100px;
	font-size: 34px;
	color: #333
}

.nav_title {
	padding-top: 0px;
	font-size: 18px;
	color: #666;
	line-height: 32px
}

.container {
	margin-right: auto;
	margin-left: auto
}

@media(min-width:768px) {
	.container {
		width: 750px
	}
}

@media(min-width:992px) {
	.container {
		width: 970px
	}
}

@media(min-width:1200px) {
	.container {
		width: 1200px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.icon_helpcore-banner {
	height: 100%;
}

/*call begin*/
.common-color {
	background-color: #050b25;
}

.call-bg {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	position: relative;
	opacity: 1;
	display: flex;
	z-index: 2;
}

.function {
	min-height: 500px;
}

.function-white {
	background-color: #ffffff;
}

.function-gray {
	background-color: #F7F7F8;
}

.function_link {
	text-align: left;
	margin-top: 45px;
}

.function-tit {
	text-align: left;
	color: #ffffff;
	margin-top: 140px;
}

.function-tit h3 {
	font-size: 48px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.5;
}

.function-tit p {
	font-size: 16px;
	font-weight: 400;
	padding-top: 0px;
	color: #FFF;
	width: 52%;
	line-height: 150%
}

.function-tit .function-tit_btn {
	display: inline-flex;
	margin-top: 20px;
}

.function-tit .function-tit_btn a {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	padding: 20px 40px;
	line-height: 1;
	background-color: #0F50B6;
}

.function-tit .function-tit_btn a:hover {
	background-color: #2885ff;
}

.function-pt {
	padding-top: 100px;
}

.function_pl-110 {
	padding-left: 110px;
}

.function_pr-70 {
	padding-right: 70px;
}

.function_pr-70 {
	padding-right: 70px;
}

a img {
	border: 0px currentColor;
	border-image: none;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

dt {}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h1 {
	font-weight: 400;
}

h2 {
	font-weight: 400;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
}

h5 {
	font-weight: 400;
}

::-ms-clear {
	display: none;
}

::-ms-reveal {
	display: none;
}

.clearfix {
	-ms-zoom: 1;
}

.clearfix::after {
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
	content: "";
}

a {
	color: rgb(51, 51, 51);
}

a.link {
	color: rgb(255, 139, 2);
	cursor: pointer;
}

a.link .more {
	background: url("") no-repeat -36px -28px / 134px 42px;
	width: 15px;
	height: 20px;
	line-height: 100%;
	font-style: normal;
	vertical-align: middle;
	display: inline-block;
}

a.link:hover {
	color: rgb(255, 120, 2);
}

a.link:hover .more {
	background-position: -52px -28px;
	transition: transform 0.3s, -webkit-transform 0.3s;
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
}

a.blue {
	color: rgb(0, 123, 219);
	cursor: pointer;
}

a.blue .more {
	background: url("") no-repeat -72px -28px / 134px 42px;
	width: 15px;
	height: 20px;
	line-height: 100%;
	font-style: normal;
	vertical-align: middle;
	display: inline-block;
}

a.blue:hover {
	color: rgb(2, 95, 209);
}

a.blue:hover .more {
	background-position: -90px -28px;
	transition: transform 0.3s, -webkit-transform 0.3s;
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
}

a.white {
	color: rgb(255, 255, 255);
	cursor: pointer;
}

a.white .more {
	background: url("") no-repeat -108px -28px / 134px 42px;
	width: 15px;
	height: 20px;
	line-height: 100%;
	font-style: normal;
	vertical-align: middle;
	display: inline-block;
}

a.white:hover {
	color: rgb(255, 255, 255);
}

a.white:hover .more {
	background-position: -108px -28px;
	transition: transform 0.3s, -webkit-transform 0.3s;
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
}

.none {
	display: none !important;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
	-ms-text-justify: inter-ideograph;
}

.tb-rl {
	text-align: right;
}

.tb-rl img {
	float: right;
}

.section {
	margin: 0px auto;
	width: 1170px;
}

.btn {
	padding: 0px 26px;
	outline: 0px;
	border-radius: 2px;
	border: currentColor;
	transition: 0.3s;
	border-image: none;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	min-width: 98px;
	-ms-user-select: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.btn-default.btn {
	border: 2px solid rgb(255, 139, 2);
	border-image: none;
	height: 46px;
	color: rgb(255, 139, 2);
	line-height: 46px;
}

.btn-default.btn:hover {
	background-color: rgb(255, 248, 239);
}

.btn-primary.btn {
	background: linear-gradient(-55deg, rgb(255, 120, 0), rgb(255, 153, 2));
	color: rgb(255, 255, 255);
	box-shadow: 0px 4px 20px 0px rgba(255, 128, 0, 0.4);
	-webkit-box-shadow: 0 4px 20px 0 rgba(255, 128, 0, .4);
}

.btn-primary.btn:hover {
	background: linear-gradient(-55deg, rgb(255, 102, 0), rgb(255, 139, 2));
}

.btn-ghost.btn {
	padding: 0px 24px;
	border: 2px solid rgb(255, 255, 255);
	border-image: none;
	height: 46px;
	color: rgb(255, 255, 255);
	line-height: 48px;
}

.btn-ghost.btn:hover {
	background-color: rgba(255, 255, 255, 0.19);
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 26px;
}

.container {
	transition: width 0.5s cubic-bezier(1, -0.02, 0, 1.04);
	margin-right: auto;
	margin-left: auto;
	min-width: 960px;
	box-sizing: border-box;
	-webkit-transition: width .5s cubic-bezier(1, -.02, 0, 1.04);
	-o-transition: width .5s cubic-bezier(1, -.02, 0, 1.04);
	-webkit-box-sizing: border-box;
}

.container-fluid {
	transition: width 0.5s cubic-bezier(1, -0.02, 0, 1.04);
	margin-right: auto;
	margin-left: auto;
	min-width: 960px;
	box-sizing: border-box;
	-webkit-transition: width .5s cubic-bezier(1, -.02, 0, 1.04);
	-o-transition: width .5s cubic-bezier(1, -.02, 0, 1.04);
	-webkit-box-sizing: border-box;
}

.container-fluid {
	width: 100%;
	min-width: 0px;
}

@media all and (max-width:768px) {
	.container {
		width: 748px;
		min-width: 0px;
	}
}

@media all and (min-width:768px) {
	.container {
		width: 748px;
		min-width: 0px;
	}
}

@media all and (min-width:1008px) {
	.container {
		width: 984px;
		min-width: 0px;
	}
}

@media all and (min-width:1200px) {
	.container {
		width: 1170px;
		min-width: 0px;
	}
}
.row {
	clear: both;
	margin-right: -15px;
	margin-left: -15px;
	min-height: 1px;
}

.row::after {
	clear: both;
	display: table;
	content: "";
}

.row::before {
	clear: both;
	display: table;
	content: "";
}

.row .pdl-row {
	padding-left: 15px !important;
}

.row .pdr-row {
	padding-right: 15px !important;
}

.extend-left {
	margin-right: 0px !important;
	margin-left: -30px !important;
}

.extend-right {
	margin-right: -30px !important;
	margin-left: 0px !important;
}

.row .col-1 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row .col-10 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row .col-11 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row .col-12 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row .col-2 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row .col-3 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row .col-4 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row .col-5 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row .col-6 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row .col-7 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row .col-8 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row .col-9 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row .col-1 {
	width: 8.33%;
	_overflow: hidden;
}

.row .col-2 {
	width: 16.66%;
	_overflow: hidden;
}

.row .col-3 {
	width: 25%;
	_overflow: hidden;
}

.row .col-4 {
	width: 33.33%;
	_overflow: hidden;
}

.row .col-5 {
	width: 41.66%;
	_overflow: hidden;
}

.row .col-6 {
	width: 50%;
	_overflow: hidden;
}

.row .col-7 {
	width: 58.33%;
	_overflow: hidden;
}

.row .col-8 {
	width: 66.66%;
	_overflow: hidden;
}

.row .col-9 {
	width: 75%;
	_overflow: hidden;
}

.row .col-10 {
	width: 83.33%;
	_overflow: hidden;
}

.row .col-11 {
	width: 91.66%;
	_overflow: hidden;
}

.row .col-12 {
	width: 100%;
	_overflow: hidden;
}

.cc_group {
	overflow: hidden;
}

.customercare_professional .pro-module3 {
	background-color: #fff;
	-webkit-box-shadow: 0 28px 46px 0 rgba(18, 18, 49, .12);
	box-shadow: 0 28px 46px 0 rgba(18, 18, 49, .12);
	border-radius: 6px;
	margin-top: 107px;
	padding-top: 66px;
	padding-bottom: 36px
}

.customercare_professional .pro-module3 .module-title {
	color: #454545;
	margin-bottom: 0px
}

.customercare_professional .pro-module3 img {
	margin-top: 45px
}

.cc_group .icon1 {
	width: 110px;
	height: 60px;
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
}

.cc_group .icon2 {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
}

.cc_group .icon1-1 {
	background-position: -20px 0px;
}

.cc_group .icon1-2 {
	background-position: -170px 0px;
	width: 130px;
}

.cc_group .icon1-3 {
	background-position: -340px 0px;
}

.cc_group .icon1-4 {
	background-position: -500px 0px;
}

.cc_group .icon1-5 {
	background-position: -655px 0px;
	width: 120px;
}

.cc_group .icon1-6 {
	background-position: -800px 0px;
	width: 150px;
}

.cc_group .icon1-7 {
	background-position: -10px -60px;
	width: 120px;
}

.cc_group .icon1-8 {
	background-position: -170px -60px;
	width: 130px;
}

.cc_group .icon1-9 {
	background-position: -340px -60px;
}

.cc_group .icon1-10 {
	background-position: -490px -60px;
	width: 132px;
}

.cc_group .icon1-11 {
	background-position: -658px -60px;
}

.cc_group .icon1-12 {
	background-position: -812px -60px;
	width: 130px;
}

.cc_group .icon2-1 {
	background-position: 0px 0px;
}

.cc_group .icon2-2 {
	background-position: -108px 0px;
}

.cc_group .icon2-3 {
	background-position: -36px 0px;
}

.cc_group .icon2-4 {
	background-position: -144px 0px;
}

.cc_group .icon2-5 {
	background-position: -72px 0px;
}

.cc_group .icon2-6 {
	background-position: -180px 0px;
}

.cc_group .icon2-7 {
	background-position: -216px 0px;
}

.cc_group .icon2-8 {
	background-position: -252px 0px;
}

.cc_group .icon2-9 {
	background-position: -288px 0px;
}

.cc_group .icon2-10 {
	background-position: -324px 0px;
}

.cc_group .icon2-11 {
	background-position: -360px 0px;
}

.cc_group .icon2-12 {
	background-position: -396px 0px;
}

.cc_group .icon2-13 {
	background-position: -432px 0px;
}

.cc_group .cc_group-head {
	background: url("") no-repeat right bottom / auto 100%;
	height: 450px;
	color: rgb(245, 245, 245);
	overflow: hidden;
	position: relative;
}

.cc_group .cc_group-head .group-canvas {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.cc_group .cc_group-head .mask {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.cc_group .cc_group-head .mask {
	z-index: -2;
	background-color: rgb(7, 9, 28);
}

.cc_group .cc_group-header {
	padding-top: 160px;
}

.cc_group .cc_group-header h1 {
	font-weight: 400;
}

.cc_group .cc_group-header p {
	padding: 0px 0px 25px;
	line-height: 170%;
	font-size: 18px;
}

.cc_group .cc_group-header .btn {
	margin-right: 20px;
}

.cc_group .cc_group-box1 .title_2 {
	line-height: 90px;
	padding-top: 50px
}

.cc_group .cc_group-box1 p {
	margin: 0px auto;
	text-align: center;
	line-height: 170%;
	font-size: 15px;
}

.cc_group .cc_group-box1 .link {
	line-height: 36px;
	margin-top: 10px;
}

.cc_group .cc_group-box1 .wrap {
	height: 572px;
	position: relative;
}

.cc_group .cc_group-box1 img {
	left: 50%;
	height: 572px;
	margin-left: -644px;
	position: absolute;
}

.cc_group .cc_group-box2 .title_2 {
	line-height: 96px;
	padding-top: 70px;
}

.cc_group .cc_group-box2 p {
	margin: 0px auto;
	text-align: center;
	line-height: 150%;
	font-size: 16px;
}

.cc_group .cc_group-box2 .link {
	line-height: 36px;
	margin-top: 20px;
}

.cc_group .cc_group-box2 .wrap {
	margin: 30px -15px 0px;
	width: 1200px;
}

.cc_group .cc_group-box2 .wrap .ie-routers {
	display: none;
}

.cc_group .cc_group-box2 .routers {
	position: relative;
}

.cc_group .cc_group-box2 .routers .box1 {
	background: url("../images/IVR-1.png") no-repeat 0px 0px;
}

.cc_group .cc_group-box2 .routers .box4 {
	background: url("../images/IVR-1.png") no-repeat 0px 0px;
}

.cc_group .cc_group-box2 .routers .box4-1 {
	background-position: 10px -114px;
}

.cc_group .cc_group-box2 .routers .current.box4-1 {
	background-position: 10px -224px;
}

.cc_group .cc_group-box2 .routers .box4-2 {
	background-position: -115px -114px;
}

.cc_group .cc_group-box2 .routers .current.box4-2 {
	background-position: -115px -224px;
}

.cc_group .cc_group-box2 .routers .box4-3 {
	background-position: -230px -114px;
}

.cc_group .cc_group-box2 .routers .current.box4-3 {
	background-position: -230px -224px;
}

.cc_group .cc_group-box2 .routers .box4-4 {
	background-position: -345px -114px;
}

.cc_group .cc_group-box2 .routers .current.box4-4 {
	background-position: -345px -224px;
}

.cc_group .cc_group-box2 .routers .box4-5 {
	background-position: -460px -114px;
}

.cc_group .cc_group-box2 .routers .current.box4-5 {
	background-position: -460px -224px;
}

.cc_group .cc_group-box2 .routers .items {
	text-align: center;
	font-size: 16px;
	margin-bottom: 80px;
}

.cc_group .cc_group-box2 .routers .items .box1 {
	background-position: -190px -10px;
	margin: 0px 10px 0px 8px;
	width: 140px;
	height: 75px;
	text-align: center;
	line-height: 54px;
	display: inline-block;
	_height: 55px;
}

.cc_group .cc_group-box2 .routers .items .current.box1 {
	background-position: -15px -10px;
	color: rgb(255, 255, 255);
}

.cc_group .cc_group-box2 .routers .items .box2 {
	margin: 0px 20px 0px 15px;
	border-radius: 2px;
	width: 136px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	display: inline-block;
	box-shadow: 0px 6px 21px 0px rgba(23, 29, 53, 0.08);
	background-color: rgb(221, 222, 226);
	-webkit-box-shadow: 0 6px 21px 0 rgba(23, 29, 53, .08);
}

.cc_group .cc_group-box2 .routers .items .current.box2 {
	background: linear-gradient(-55deg, rgb(69, 74, 97), rgb(113, 120, 146));
	color: rgb(255, 255, 255);
}

.cc_group .cc_group-box2 .routers .items .box3 {
	margin: 0px 22px 0px 8px;
	padding: 0px 28px;
	border-radius: 2px;
	border: 1px solid rgb(221, 221, 221);
	border-image: none;
	height: 54px;
	text-align: center;
	line-height: 54px;
	display: inline-block;
	box-shadow: 0px 6px 21px 0px rgba(23, 29, 53, 0.1);
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 6px 21px 0 rgba(23, 29, 53, .1);
}

.cc_group .cc_group-box2 .routers .items .current.box3 {
	background: linear-gradient(-55deg, rgb(23, 29, 53), rgb(67, 83, 160));
	color: rgb(255, 255, 255);
}

.cc_group .cc_group-box2 .routers .items .box4 {
	margin: 0px 42px 0px 25px;
	width: 105px;
	height: 86px;
	text-align: center;
	display: inline-block;
}

.cc_group .cc_group-box2 .routers .dot {
	font-size: 14px;
}

.cc_group .cc_group-box2 .routers .first-items {
	margin-bottom: 60px;
}

.cc_group .cc_group-box2 .routers .current {
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
}

.cc_group .cc_group-box2 .routers .arrows {
	height: 1px;
	position: relative;
}

.cc_group .cc_group-box2 .routers .arrows .arrow-1 {
	background: url("../images/arrow_1.png") no-repeat center;
	left: 234px;
	top: 40px;
	width: 337px;
	height: 332px;
	position: absolute;
	z-index: -2;
}

.cc_group .cc_group-box2 .routers .arrows .current.arrow-1 {
	z-index: -1;
	background-image: url("../images/arrow_1_1.png");
}

.cc_group .cc_group-box2 .routers .arrows .arrow-2 {
	background: url("../images/arrow_2.png") no-repeat center;
	left: 425px;
	top: 40px;
	width: 170px;
	height: 332px;
	position: absolute;
	z-index: -2;
}

.cc_group .cc_group-box2 .routers .arrows .current.arrow-2 {
	z-index: -1;
	background-image: url("../images/arrow_2_1.png");
}

.cc_group .cc_group-box2 .routers .arrows .arrow-3 {
	background: url("../images/arrow_3.png") no-repeat center;
	left: 245px;
	top: 40px;
	width: 356px;
	height: 332px;
	position: absolute;
	z-index: -2;
}

.cc_group .cc_group-box2 .routers .arrows .current.arrow-3 {
	z-index: -1;
	background-image: url("../images/arrow_3-1.png");
}

.cc_group .cc_group-box2 .routers .arrows .arrow-4 {
	background: url("../images/arrow_6.png") no-repeat center;
	left: 616px;
	top: 40px;
	width: 342px;
	height: 332px;
	position: absolute;
	z-index: -2;
}

.cc_group .cc_group-box2 .routers .arrows .current.arrow-4 {
	z-index: -1;
	background-image: url("../images/arrow_6-1.png");
}

.cc_group .cc_group-box2 .routers .arrows .arrow-5 {
	background: url("../images/arrow_5.png") no-repeat center;
	left: 634px;
	top: 40px;
	width: 303px;
	height: 332px;
	position: absolute;
	z-index: -2;
}

.cc_group .cc_group-box2 .routers .arrows .current.arrow-5 {
	z-index: -1;
	background-image: url("../images/arrow_5-1.png");
}

.cc_group .cc_group-box3 .title_2 {
	line-height: 96px;
}

.cc_group .cc_group-box3 h3.title_1 {
	padding-top: 60px;
	margin-top: 0px;
}

.cc_group .cc_group-box3 p {
	margin: 0px auto;
	text-align: center;
	line-height: 160%;
	font-size: 16px;
}

.cc_group .cc_group-box3 .link {
	line-height: 36px;
	margin-top: 20px;
}

.cc_group .cc_group-box3 .wrap {
	margin: 0px auto;
	width: 970px;
	_overflow: hidden;
}

.cc_group .cc_group-box3 .wrap .slides img {
	width: 100%;
}

.cc_group .cc_group-box3 .wrap .flex-control-nav {
	bottom: 0px;
}

.cc_group .cc_group-box3 .custom {
	margin-top: 20px;
	margin-bottom: 50px;
}

.cc_group .cc_group-box3 .custom .col-2 {
	padding: 15px 0px;
	text-align: center;
}

.cc_group .cc_group-box4 {
	padding-bottom: 40px;
	background-color: rgb(247, 247, 248);
}

.cc_group .cc_group-box4 .title_2 {
	line-height: 96px;
	padding-top: 70px;
}

.cc_group .cc_group-box4 p {
	margin: 0px auto;
	text-align: center;
	line-height: 170%;
	font-size: 15px;
}

.cc_group .cc_group-box4 .link {
	line-height: 36px;
	margin-top: 10px;
}

.cc_group .cc_group-box4 .row {
	margin-top: 75px;
}

.cc_group .cc_group-box4 .mgt-0 {
	margin-top: 0px;
}

.cc_group .cc_group-box4 dt {
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 8px;
	vertical-align: middle;
}

.cc_group .cc_group-box4 dd {
	color: rgb(102, 102, 102);
	line-height: 170%;
	font-size: 15px;
	margin-bottom: 38px;
	margin-left: 32px;
}

.cc_group .cc_group-box5 .title_2 {
	line-height: 195px;
	padding-top: 20px;
}

.cc_group .cc_group-box5 dl {
	margin-top: 90px;
}

.cc_group .cc_group-box5 dt {
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 8px;
	vertical-align: middle;
}

.cc_group .cc_group-box5 dd {
	color: rgb(102, 102, 102);
	line-height: 170%;
	font-size: 15px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 32px;
}

.cc_group .cc_group-box5 .link {
	line-height: 15px;
}

.cc_group .cc_group-box5 img {
	width: 686px;
	height: 502px;
}

.cc_group .cc_group-box6 .title_2 {
	line-height: 145px;
	padding-top: 45px;
}

.cc_group .cc_group-box6 dl {
	margin-top: 110px;
}

.cc_group .cc_group-box6 dt {
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 8px;
	vertical-align: middle;
}

.cc_group .cc_group-box6 dd {
	color: rgb(102, 102, 102);
	line-height: 170%;
	font-size: 15px;
	margin-bottom: 30px;
	margin-left: 32px;
}

.cc_group .cc_group-box6 .link {
	line-height: 20px;
}

.cc_group .cc_group-box7 .title_2 {
	line-height: 185px;
}

.cc_group .cc_group-box7 dl {
	margin-top: 30px;
}

.cc_group .cc_group-box7 dt {
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 8px;
	vertical-align: middle;
}

.cc_group .cc_group-box7 dd {
	color: rgb(102, 102, 102);
	line-height: 170%;
	font-size: 15px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 32px;
}

.cc_group .cc_group-box7 .link {
	line-height: 20px;
}

.cc_group .cc_group-box7 img {
	width: 876px;
	height: 586px;
}

.cc_group .cc_group-box7 .custom {
	margin-top: 30px;
	margin-bottom: 50px;
}

.cc_group .cc_group-box7 .custom .col-2 {
	padding: 15px 0px;
	text-align: center;
}

.cc_group .cc_group-box8 .col-7 {
	_position: relative;
}

.cc_group .cc_group-box8 {
	margin-top: 130px;
	padding-bottom: 100px
}

.cc_group .cc_group-box8 img {
	height: 419px;
	padding-top: 0px;
	margin-right: 100px
}

.cc_group .cc_group-box8 .wrap {
	height: 420px;
	vertical-align: middle;
	display: table-cell;
}

.cc_group .cc_group-box8 p {
	line-height: 170%;
	font-size: 15px;
}

.cc_group .cc_group-box8 .title_3 {
	line-height: 100%;
	padding-bottom: 26px;
}

.cc_group .cc_group-box9 {
	margin-top: 50px;
	border-bottom: 40px;
	padding-bottom: 50px
}

.cc_group .cc_group-box9 img {
	height: 460px;
	padding-top: 0px;
	margin-right: 150px
}

.cc_group .cc_group-box9 .wrap {
	height: 380px;
	vertical-align: middle;
	display: table-cell;
}

.cc_group .cc_group-box9 p {
	line-height: 170%;
	font-size: 15px;
}

.cc_group .cc_group-box9 .title_3 {
	line-height: 100%;
	padding-bottom: 26px;
}

.cc_group .cc_group-box10 {
	margin-bottom: 20px;
	margin-top: 50px
}

.cc_group .cc_group-box10 img {
	height: 515px;
	padding-top: 0px;
	margin-right: 30px;
}

.cc_group .cc_group-box10 .wrap {
	height: 320px;
	vertical-align: middle;
	display: table-cell;
}

.cc_group .cc_group-box10 p {
	line-height: 170%;
	font-size: 15px;
}

.cc_group .cc_group-box10 .title_3 {
	line-height: 100%;
	padding-bottom: 26px;
}

.cc_group .title_1 {
	text-align: center;
	line-height: 50px;
	padding-top: 70px;
	font-size: 26px;
	font-weight: 400;
}

.cc_group .title_2 {
	text-align: center;
	line-height: 230px;
	font-size: 35px;
	font-weight: 400;
}

.cc_group .title_3 {
	font-size: 34px;
}

.cc_group .link {
	line-height: 350%;
	font-size: 15px;
	display: inline-block;
}


/*case*/
.case {
	height: 800px;
	padding: 100px 0 120px;
	box-sizing: border-box;
	background: #fff;
}

.case h2 {
	font-size: 40px;
	color: #373d40;
	text-align: center;
	margin-bottom: 80px;
}

.case .items {
	position: relative;
	margin: 0 auto;
	height: 240px;
	z-index: 1;
}

.case .items li {
	cursor: pointer;
}

.case .items li.item {
	width: 720px;
	height: 300px;
	position: absolute;
	transition: all 0.3s ease-in-out;
	border: 1px solid #ecf0f0;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(53, 55, 75, 0.13);
	border-radius: 4px;
}

.case .items li[data-index='0'] {
	left: 260px;
	z-index: 50;
	transform: scale(0.7, 0.7);
}

.case .items li[data-index='1'] {
	z-index: 105;
	left: 50%;
	transform: translateX(-50%);
}

.case .items li[data-index='1'] .content {
	margin: 30px auto 50px;
	width: 540px;
	text-align: center;
}

.case .items li[data-index='1'] .content img {
	width: 160px;
	height: 100px;
}

.case .items li[data-index='1'] .content p {
	margin-top: 10px;
	width: 540px;
	font-size: 16px;
	color: #70727d;
	text-align: center;
	line-height: 24px;
}

.case .items li[data-index='1']::before {
	content: "";
	display: block;
	background-image: url(../images/main_a.png);
	background-size: 100% 100%;
	width: 28px;
	height: 24px;
	position: absolute;
	left: 60px;
	top: 80px;
}

.case .items li[data-index='1']::after {
	content: "";
	display: block;
	background-image: url(../images/main_b.png);
	background-size: 100% 100%;
	width: 28px;
	height: 24px;
	position: absolute;
	right: 60px;
	bottom: 30px;
}

.case .items li[data-index='2'] {
	right: 260px;
	z-index: 50;
	transform: scale(0.7, 0.7);
}

.case .items li.before,
.case .items li.after {
	width: 50px;
	height: 50px;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.case .items li.before {
	left: 180px;
	background-image: url(../images/main_img_a.png);
}

.case .items li.after {
	right: 180px;
	background-image: url(../images/main_img_b.png);
}

.case .logo {
	display: block;
	margin: 130px auto 0;
	height: 70px;
	width: auto
}

.case .logo {
	height: 140px;
}

.w {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.core-case-box {
	background-color: #08061E;
}

.box_case {
	padding: 0 0 80px 0;
	position: relative;
	background-color: #fff;
}

h2 {
	font-size: 32px;
	color: #000000;
	line-height: 180%;
	text-align: center;
	margin-bottom: 15px;
	font-family: PingFangSC-Thin;
}

.box_case.gradient-blue h2 {
	color: #fff;
}

.title-region {
	text-align: center;
	padding-top: 80px;
	margin-bottom: 50px;
	position: relative;
	z-index: 3;
}

.case-core {
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 413px;
	transition: background-image 0.5s;
	margin-bottom: 60px;
	background-color: #08061E;
}

.case-core-list {
	height: 100%;
	width: 25%;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	padding: 100px 35px 0;
	position: relative;
	transition: all 0.5s;
	cursor: pointer;
}

.case-core-hover .case-core-list {
	padding-top: 62px;
	width: 20%;
}

.case-core-hover.cell2 .case-core-list {
	width: 33.3%;
}

.case-core-hover.cell3 .case-core-list {
	width: 25%;
}

.case-core-hover .case-core-list.current {
	width: 40%;
}

.case-core-hover.cell1 .case-core-list.current {
	width: 100%;
}

.case-core-hover.cell2 .case-core-list.current {
	width: 66.7%;
}

.case-core-hover.cell3 .case-core-list.current {
	width: 50%;
}

.case-core-list:last-of-type {
	border-right: none;
}

.case-core-list .case-logo {
	height: 58px;
	margin-bottom: 10px;
}

.case-core-list .case-title {
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 10px;
	color: #fff;
}

.case-logo img {
	height: 100%;
	width: auto;
}

.case-summary h3 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 150%;
	margin-bottom: 15px;
}

.en .case-summary h3 {
	text-align: left;
}

.case-summary p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 150%;
	transition: all 0.5s;
	opacity: 0;
}

.case-core-list.current .case-summary p {
	opacity: 0.8;
}

.case-core-list.current .case-more-btn {
	opacity: 0;
}

.case-wrapper {
	padding: 80px 0;
	background: #fff;
}

.case-type {
	width: 140px;
	float: left;
}

/*case*/
@media screen and (min-width:280px) and (max-width:767px) {
		.btns-wrapper .btn.btn-line-blue{
			font-size:30px!important;
			width:260px!important;
			background:transparent!important;
			border: 1px solid #599cc3;
		}
		.common-color .container{
			width: 90%!important;
			margin: 0 auto;
		}
		.function {
			min-height: 700px;
		}
		.function-tit .ydescrip {
			width:60%;
			font-size: 30px;
			font-weight: 300;
		}
		.call .container{
				width: 80%;
		}
		.panel .panel-title {
			line-height: 60px;
			padding-right: 40px;
			padding-left: 40px;
			font-size: 60px;
			font-weight: 600;
		}	
		.call .robot-list .robot-item {
			text-align: center;
		}
		.call .robot-list .robot-item img{
			width:80px;
			height:80px;
		}
		.call .robot-list .robot-item .robot-title {
			line-height:45px;
			font-size:50px;
			margin-top: 50px;
			margin-bottom: 30px;
		}
		
		.call .robot-list .robot-item .robot-desc {
			line-height: 40px;
			font-size: 30px;
		}
		.customercare_professional{
			width: 80%;
			margin: 0 auto;
		}
		.customercare_professional .container{
			width: 100%!important;
		}
		.customercare_professional .pro-module3 {
			margin-top:50px;
			padding: 60px 50px 36px;
		}
		
		.customercare_professional .pro-module3 .module-title {
			color: #454545;
			margin-bottom: 0px;
			font-size: 60px;
			font-weight: 600;
		}
		
		.customercare_professional .pro-module3 img {
			margin-top: 45px;
			width: 80%;
		}
		.customercare_professional .pro-module3 p{
			font-size: 35px;
			color: gray;
			opacity: 0.8;
		}
		.cc_group .cc_group-box2{
			width: 100%!important;
		}
		.cc_group .cc_group-box2 .title_2 {
			font-size: 60px;
			font-weight: 600;
			line-height: 100px;
			padding-top: 50px;
		}
		
		.cc_group .cc_group-box2 p {
			line-height: 150%;
			font-size: 35px;
			color: gray;
			opacity: 0.8;
		}
		
		.cc_group .cc_group-box2 .link {
			line-height: 36px;
			margin-top: 20px;
		}
		
		.cc_group .cc_group-box2 .wrap {
			margin: 30px -15px 0px;
			width: 100%!important;
		}
		.cc_group .cc_group-box2 .routers .items {
			text-align: center;
			font-size:35px;
			margin-bottom: 80px;
		}
		.cc_group-box10{
			width: 80%;
		}
		.cc_group .cc_group-box10 .title_3 {
			line-height: 100%;
			padding-bottom: 26px;
			font-size: 50px;
		}
		.cc_group .cc_group-box10 p {
			line-height: 170%;
			font-size: 35px;
		}
		.cc_group-box9{
			width: 80%;
		}
		.cc_group .cc_group-box9 .title_3 {
			line-height: 100%;
			padding-bottom: 26px;
			font-size: 50px;
		}
		
		.cc_group .cc_group-box9 p {
			line-height: 170%;
			font-size:35px;
		}
		.cc_group .cc_group-box9 .secondfont {
			line-height:45px!important;
			font-size:35px;
		}
		.cc_group-box8{
			width: 90%;
			
		}
		.cc_group .cc_group-box8 img {
			height: 419px;
			padding-top: 0px;
			margin-right:50px
		}
		.cc_group .cc_group-box8 .title_3 {
			line-height: 100%;
			padding-bottom: 26px;
			font-size: 50px;
		}
		
		.cc_group .cc_group-box8 p {
			line-height: 170%;
			font-size:35px;
		}
		.box_case .title-region h2{
			font-size: 60px;font-weight: 600;
		}
		.box_case  .title-region p{
			color:#9b9ba3;font-size:45px;margin-top: 20px;
		}
		.case-summary h3 {
			font-size:45px;
			line-height: 150%;
			margin-bottom: 15px;
		}
		.case-summary p {
			font-size:30px;
			line-height:35px;
		}
		.case-core {
			height:900px;
			margin-bottom: 60px;
			background-color: #08061E;
		}
		
		.case-core-list {
			height: 100%;
			width: 25%;
			padding: 300px 35px 0;
		}
		.case-core-list .case-logo {
			height: 220px;
			margin-bottom: 10px;
		}
	    /* .case-core-list .largeicon{
			height: 220px!important;
		} */
		.case-core-list .case-logo .ptimg{
			width: 200px;
			height: 200px;
		}
		.case-core-list .case-logo .tsimg{
			width: 200px;
			height: 150px;
			margin-top: 30px;
		}
		
		.box2 .title-region h2{
			font-size: 60px;font-weight: 600;
		}
		.box2 .producttit{
			font-size: 45px;
			padding-top: 150px;
			background-size: 100px;
		}
		
		/* 颜色 */
		.cc_group .cc_group-box2 .routers .box1 {
			width: 200px!important;
			line-height: 75px!important;
			background:#2586e5;
		}
		.cc_group .cc_group-box2 .routers .items .current.box2 {
			background:#2586e5;
			color: rgb(255, 255, 255);
		}
		.cc_group .cc_group-box2 .routers .items .box2 {
			background-color: #ffb153;
			color: rgb(255, 255, 255);
		}
		.cc_group .cc_group-box2 .routers .items .current.box3 {
			background:#2586e5;
			color: rgb(255, 255, 255);
		}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.cc_group .cc_group-box2{
		width: 100%!important;
	}
	.cc_group .cc_group-box2 .wrap {
		margin: 30px -15px 0px;
		width: 100%!important;
	}
}