@charset "utf-8";
a:hover {
	text-decoration: none;
	cursor: pointer;
}


/*头部*/

.relative {
	position: relative;
}

.contain {
	width: 1180px;
	margin: 0 auto;
}

.name-top {
	font-size: 18px;
	/*font-weight: bold;*/
	margin-top: 10px;
	vertical-align: middle;
}

.name-bot {
	text-align: center;
	font-size: 16px;
}

.header {
	/*height: 74px;*/
	min-width: 1180px;
}

.header-nav {
	height: 33px;
	margin-top: 22px;
	/*overflow: hidden;*/
	line-height: 30px;
	font-size: 16px;
	margin-left: 15%;
}

.header-nav ul li {
	text-align: center;
	padding: 0 10px;
	position: relative;
}

.header-nav dl {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 10;
}

.header-nav dl dd {
	color: #000;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background-color: #fff;
	opacity: 0.9;
}

.header-nav ul li a {
	display: inline-block;
	color: #000;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.header-nav ul li a:hover {
	/*background-color: #83878e;*/
	background-color: #ece9e9;
}

.header-nav ul li:hover {
	background-color: #ece9e9;
}

.header-nav ul li:last-child {
	border-right: none;
}

.logo {
	vertical-align: middle;
	/*width: 125px;*/
	text-align: center;
	margin-left: 5%;
}
.gologin{
	display: inline-block;
	border-radius: 4px;
	padding:0 10px;
	height: 30px;
	line-height: 30px;
	background: #29a6e2;
	color: #fff;
	text-align: center;
	margin-left: 10px;
	font-size: 14px;
}
.hotlinebox{
	font-size: 16px;
	margin-top: 22px;
	margin-right: 5%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
	.header-nav{
		margin-left: 10%;
	}
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
	.header-nav{
		margin-left: 6%;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
	.header-nav{
		margin-left: 4%;
	}
}
@media only screen and (min-width: 1260px) and (max-width: 1399px) {
	.hotlinebox{
		margin-bottom: 10px;
		margin-top: 10px;
		margin-right: 5%;
	}
	.header-nav{
		float: right !important;
		margin-right: 5%;
	}
}
@media only screen  and (max-width: 1259px) {
	.hotlinebox{
		margin-bottom: 10px;
		margin-top: 10px;
		margin-right: 5%;
	}
}
.business-scopebox {
	width: 100%;
	position: relative;
	height: 540px;
	background: url(../img/装饰.png) no-repeat;
	background-size: 100% 100%;
}

.img-scopebox {
	position: absolute;
	width: 756px;
	bottom: 8%;
	left: 52%;
	margin-left: -378px;
}

.title-scopebox {
	position: absolute;
	top: 14%;
	width: 300px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	left: 48%;
	margin-left: -150px;
}

.user-experiencebox {
	width: 100%;
	background: #f1f1f1;
	height: 716px;
}

.img-experience {
	width: 50%;
	margin-top: 130px;
	margin-left: 100px;
}

.title-experience {
	margin-top: 130px;
	margin-left: 100px;
}

.go-experience {
	display: block;
	border: 1px solid #7fabf4;
	padding: 10px 20px;
	width: 120px;
	color: #287ef9;
	font-size: 18px;
	text-align: center;
}

.title-experience ul {
	margin-top: 30px;
	margin-bottom: 50px;
	color: #626262;
	line-height: 34px;
	font-size: 16px;
}

.go-experience img {
	width: 20px;
	margin-left: 10px;
}


/*行业需求*/

.demandbox {
	width: 100%;
	height: 380px;
	background: url(../img/demand.png) no-repeat;
	background-size: 100% 100%;
}

.demandbox-top {
	width: 250px;
	font-size: 24px;
	font-weight: bold;
	margin: auto;
	padding: 60px 0;
}

.demandbox-bot {
	padding: 0 20px;
	position: absolute;
	left: 0;
	z-index: 10;
}

.relative {
	position: relative;
}

.demand-showbox {
	width: 200px;
	height: 260px;
	padding: 5px;
	background: #fff;
	text-align: center;
	margin-left: 60px;
}

.img-demand {
	width: 200px;
	height: 150px;
	overflow: hidden;
}

.img-demand img {
	width: 200px;
	height: 150px;
}

.img-demand:hover img {
	transition: all 1s;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.title-china {
	font-size: 20px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 10px;
}

.title-english {
	color: #dedede;
}


/*流程*/

.process-box {
	background: #f1f1f1;
	height: 800px;
	width: 100%;
}

.title-process {
	margin-top: 290px;
	width: 400px;
	margin-left: 80px;
	margin-right: 80px;
}

.img-process {
	margin-top: 200px;
	width: 600px;
}

.process-word {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #626262;
	line-height: 34px;
	font-size: 16px;
}

.operation-modebox {
	height: 910px;
	width: 100%;
}


/*.img-modebox {
	margin-top: 70px;
}*/

.contain-mode {
	width: 73%;
	margin-left: 5%;
}

.title-mode {
	width: 420px;
	position: absolute;
	right: -250px;
	bottom: 103px;
}


/*.img-modebox {
	width: 1000px;
}*/

.upload-box {
	width: 100%;
	height: 410px;
	background: url(../img/upload-banner.png) no-repeat;
	background-size: 100% 100%;
}

.img-iphonebox {
	width: 160px;
	height: 180px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 20px;
	top: 50px;
}

.img-iphone {
	margin: 10px 0;
}

.img-androidbox {
	width: 160px;
	height: 180px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 200px;
	top: 50px;
}

.img-android {
	margin: 15px 0;
}

.img-windowsbox {
	width: 160px;
	height: 180px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 100px;
	bottom: 0px;
}

.img-windows {
	margin: 10px 0;
}

.title-upload {
	position: absolute;
	width: 600px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	top: 150px;
	right: 80px;
	text-align: center;
	line-height: 50px;
}

.method {
	line-height: 34px;
	padding-top: 10px;
	font-size: 18px;
}


/*底部*/

.footbox {
	background: #6f6e6e;
	text-align: center;
	width: 100%;
	height: 125px;
	color: #fff;
	padding: 6px 0;
	font-size: 16px;
}

.title-foot {
	line-height: 30px;
}

.mainbox {
	width: 100%;
	min-width: 1180px;
}


/*服务支持页*/

.our-servicebox {
	width: 100%;
	height: 430px;
}

.service-top {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.service-top h2 {
	font-weight: bold;
}

.service-casebox {
	width: 222px;
	height: 240px;
	padding: 10px;
	text-align: center;
	margin-left: 41px;
}

.service-name {
	margin-top: 20px;
	margin-bottom: 36px;
	font-size: 20px;
	font-weight: bold;
}

.service-englishes {
	color: #b6b6b6;
}

.service-caseimg {
	height: 80px;
}

.our-technologybox {
	width: 100%;
	height: 850px;
	background: #F1F1F1;
}

.our-technology-top {
	font-size: 30px;
	font-weight: bold;
	padding-top: 55px;
	margin-bottom: 40px;
	text-align: center;
}

.our-technology-title {
	width: 880px;
	margin: auto;
	color: #626262;
	line-height: 34px;
	font-size: 18px;
	margin-bottom: 30px;
}

.lunbo-box {
	/*width: 730px;
	margin-left: 240px;*/
	width: 1000px;
	margin-left: 80px;
}

.shadow {
	width: 300px;
	height: 30px;
	margin-top: -4px;
	margin-left: -43px;
	-webkit-transform: rotateX(30deg);
	transform: rotateX(30deg);
	ms-transform: rotateX(30deg);
	o-transform: rotateX(30deg);
	ransform: rotateX(30deg);
	display: none;
}


/*分享到微信*/

.weixinbox {
	width: 220px;
	padding: 20px 30px;
	border: 1px solid #ccc;
	position: absolute;
	left: 40%;
	top: 25px;
	background: #fff;
	z-index: 100;
	display: none;
	border-radius: 4px;
}

.weixin-top {
	padding: 0 10px 10px 0;
	line-height: 30px;
	position: relative;
	font-size: 16px;
}

.close-weixin {
	position: absolute;
	top: 0;
	right: 0px;
	cursor: pointer;
}

#Wcode {
	width: 200px;
	height: 200px;
	margin: auto;
	margin-bottom: 10px;
}


/*帮助中心*/

.self-servicebox {
	background: #f1f1f1;
	width: 100%;
	height: 600px;
}

.self-service-top {
	padding: 36px 0;
}

.span-china {
	font-size: 30px;
	font-weight: 600;
	margin-right: 15px;
}

.span-english {
	font-size: 18px;
	color: #b9b9b9;
}

.self-service-case {
	width: 214px;
	height: 214px;
	background: #fff;
	text-align: center;
	margin-left: 64px;
	margin-bottom: 15px;
}

.self-service-imgbox {
	height: 134px;
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

.self-service-imgbox img {
	width: 116px;
	height: 134px;
}

.self-service-title {
	color: #828282;
	font-size: 18px;
}

.common-problem-casebox {
	width: 320px;
	border: 1px solid #c9c5c4;
	margin-left: 50px;
}

.common-problem-casetop {
	background: #5fb2ff;
	color: #fff;
	font-size: 24px;
	padding: 10px 20px;
}

.common-problem-casecon {
	padding: 20px 15px;
	color: #828282;
}

.common-problem-casecon a {
	color: #828282;
}

.common-problem-casecon ul li {
	/*margin-bottom: 10px;*/
	padding: 5px 0;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.common-problem-casecon ul li:hover {
	background: #f1f1f1;
}

.common-problem-casebot {
	padding: 20px 15px;
	text-align: right;
	font-size: 16px;
}

.more {
	color: #74bdff;
}

.qq-imgbox {
	margin-right: 30px;
}

.qq-title {
	font-size: 20px;
	margin-bottom: 5px;
}

.qq-title-bot {
	color: #828282;
	font-size: 16px;
}

.atonce {
	display: block;
	width: 220px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	background: #5fb2ff;
	margin-top: 20px;
	border-radius: 4px;
}

.contact-us-bot {
	margin-bottom: 50px;
}

.link-qqbox {
	width: 500px;
	margin-left: 50px;
}


/*左侧菜单*/

.problem-leftbox .menu_dropdown dl {
	margin-bottom: 0
}

.problem-leftbox .menu_dropdown dt {
	display: block;
	line-height: 46px;
	padding-left: 15px;
	cursor: pointer;
	position: relative;
	font-weight: 600;
	font-size: 16px;
}

.problem-leftbox .menu_dropdown dt .menu_dropdown-arrow {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 24px;
	transition-duration: 0.3s;
	transition-property: all;
	font-weight: bold;
}

.problem-leftbox .menu_dropdown #menu-article .icon-left {
	padding: 6px;
	border-radius: 4px;
	font-size: 18px;
}

.problem-leftbox .menu_dropdown dd {
	display: none;
	/*padding-left:30px*/
}

.problem-leftbox .menu_dropdown #menu-article dt.selected .icon-left {
	color: #fff;
	background: #1194ef;
}

.problem-leftbox .menu_dropdown dt.selected .menu_dropdown-arrow {
	transform: rotate(90deg)
}


/*.problem-leftbox .menu_dropdown dt.selected{background:#f3fcff;}*/

.problem-leftbox .menu_dropdown dd.selected {
	display: block;
	margin-left: 0px;
	background: #e6f7ff
}

.problem-leftbox .menu_dropdown ul {
	margin-left: 15px;
}

.problem-leftbox .menu_dropdown li {
	line-height: 46px;
	zoom: 1;
	border-bottom: 1px solid #ccc;
}

.problem-leftbox .menu_dropdown li a {
	display: block;
	font-weight: bold;
	padding-left: 15px
}

.problem-leftbox .menu_dropdown li a i {
	font-weight: normal
}

.problem-leftbox .menu_dropdown dd ul {
	padding: 3px 0;
	margin-left: 16px;
	margin-right: 16px;
}

.problem-leftbox .menu_dropdown dd li {
	line-height: 46px;
	position: relative;
	margin-bottom: 5px;
}

.problem-leftbox .menu_dropdown dd li a {
	line-height: 46px;
	border-bottom: none;
	font-weight: normal;
	color: #828282;
}

.problem-leftbox .menu_dropdown li a:hover {
	text-decoration: none
}

.problem-leftbox .menu_dropdown li.current a,
.menu_dropdown li.current a:hover {
	background-color: rgba(255, 255, 255, 0.2)
}

.problem-leftbox {
	width: 210px;
	padding-top: 30px;
	padding-bottom: 30px;
	/*max-height: 440px;*/
	overflow: auto;
}

.problem-leftbox .menu_dropdown dd .active {
	border: 1px solid #aed8ff;
	border-radius: 4px;
}

.problem-leftbox .menu_dropdown dd .active a {
	color: #76bdfd !important;
}

.problem-leftbox .menu_dropdown dd .active .youjian-box {
	display: block;
}

.problem-leftbox .menu_dropdown .selected+dd {
	display: block !important;
}

.youjian-box {
	width: 24px;
	height: 100%;
	line-height: 46px;
	color: #fff;
	background: #5fb2ff;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	display: none;
}

.problem-rightbox {
	width: 968px;
	border-left: 1px solid #acacac;
	padding-top: 30px;
	padding-bottom: 60px;
	min-height: 600px;
}

.top-tip {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #aed8fe;
	width: 100%;
}

.top-tip span {
	display: block;
	padding-bottom: 5px;
	border-bottom: 2px solid #5fb2ff;
	width: 140px;
	text-align: center;
}

.problem-right-top {
	padding-left: 50px;
}

.problem-right-bot {
	padding-left: 50px;
	position: relative;
}

.problem-right-bot ul {
	padding-left: 10px;
	margin-top: 20px;
}

.problem-right-bot ul a {
	color: #828282;
}

.problem-right-bot ul li:hover {
	background: #f1f1f1;
}

.problem-case {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 0;
}

.problem-case-r {
	width: 6%;
	text-align: center;
	padding: 8px 0;
	font-weight: bold;
}

.suggest-input {
	width: 190px;
}

.suggest-textarea {
	width: 650px;
}

.suggest-list label {
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 15px;
}

.suggest-list label span {
	margin-right: 10px;
	color: #d00012;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

.suggest-list {
	margin-bottom: 14px;
}

.martop {
	margin-top: 30px;
}

.suggest-content {
	vertical-align: top;
}

.codebox {
	display: inline-block;
	width: 650px;
	vertical-align: middle;
}

.codebox .suggest-input {
	width: 80px;
}

.codebox .code {
	display: inline-block;
	background: #ebebeb;
	width: 80px;
	text-align: center;
	border-radius: 4px;
	margin-left: 6px;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	color: #636363;
	cursor: pointer;
}

.sugest-btn {
	background: #5fb2ff;
	color: #fff;
	width: 190px;
	height: 31px;
	line-height: 31px;
	border: none;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
}

.banner-china {
	color: #fff;
	font-size: 57px;
}

.banner-english {
	color: #fff;
	font-size: 33px;
}

.banner-content-top {
	margin-top: 110px;
}

.banner-search {
	width: 600px;
	height: 50px;
	border-radius: 300px;
	background: #fff;
	margin: 36px auto;
}

.search-btn {
	background: #6898e0;
	color: #fff;
	width: 140px;
	height: 40px;
	border-radius: 70px;
	margin-top: 5px;
	font-size: 16px;
}

.search-text {
	width: 410px;
	height: 40px;
	margin-top: 5px;
	border: none;
	padding-left: 20px;
	font-size: 16px;
}


/*下载页*/

.download-containbox {
	width: 100%;
	height: 870px;
	background: url(../img/banner-03.png) no-repeat;
	background-size: 100% 100%;
}

.downlowd-leftbox {
	position: relative;
	margin-top: 40px;
}

..downlowd-rightbox {
	margin-top: 40px;
}

.iphone-black {
	position: absolute;
	left: 225px;
	top: 40px;
}

.iphone-white {
	margin-top: 40px;
}

.downlowd-right-top {
	width: 450px;
	color: #fff;
	margin-top: 140px;
}

.download-title {
	font-size: 36px;
}

.download-word {
	width: 400px;
	font-size: 19px;
	margin: 40px 0 50px 0;
	line-height: 30px;
}

.downlowd-leftbox img {
	width: 85%;
}

.download-bot-img {
	margin-top: 20px;
}

.download-down {
	width: 210px;
	height: 54px;
	text-align: center;
	background: #e0e0e0;
	line-height: 54px;
	font-size: 20px;
	border-radius: 4px;
}

.iphone-black.hui-bounceinL {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.banner-content-top1 {
	margin-top: 180px;
}


/*首页轮播图的内容*/

.banner-first-top {
	color: #fff;
	margin-top: 170px;
}

.first-top-china {
	font-size: 40px;
}

.first-top-english {
	margin-top: 15px;
	font-size: 17px;
}

.banner-first-bot span {
	display: inline-block;
	padding: 0 10px;
}

.banner-first-bot {
	border: 1px solid #fff;
	font-size: 20px;
	color: #fff;
	width: 300px;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	margin-top: 70px
}

.second-top-china {
	font-size: 40px;
	margin-top: 270px;
}

.second-top-english {
	font-size: 18px;
}


/*服务支持页的轮播图*/

.support-firstbox {
	width: 500px;
	text-align: left;
	padding-left: 200px;
}

.support-first-top {
	font-size: 36px;
	margin-top: 100px;
}

.support-first-con {
	font-size: 30px;
}

.support-first-bot {
	font-size: 17px;
	color: #999;
	margin-top: 10px;
}


/*高端定制*/

.high-banleft {
	width: 416px;
	color: #fff;
	margin-left: 100px;
}

.high-banleft-top {
	font-size: 50px;
	border-bottom: 2px solid #fff;
	margin-top: 40px;
}

.high-banleft-bot {
	font-size: 16px;
	text-align: left;
	margin-top: 15px;
}

.high-banright {
	margin-top: 70px;
}

.custom-servicebox {
	background: url(../img/custom-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 830px;
	margin-top: -1px;
}

.heng-line {
	display: inline-block;
	width: 130px;
	height: 1px;
	background: #a9aaae;
	vertical-align: middle;
}

.custom-service-top {
	text-align: center;
	padding-top: 80px;
}

.custom-service-china {
	font-size: 30px;
	/*font-weight: bold;*/
	margin-bottom: 15px;
}

.service-english {
	display: inline-block;
	color: #a9aaae;
	vertical-align: middle;
	margin: 0 15px;
	font-size: 20px;
}

.custom-service-bot {
	margin-top: 70px;
}

.custom-service-case {
	margin-left: 70px;
}

.custom-service-conbox {
	width: 240px;
	height: 450px;
	background: #5aa7f7;
	padding: 0 30px;
}

.custom-imgbox {
	padding: 100px 0;
	text-align: center;
}

.custom-imgbox img {
	width: 90px;
	height: 90px;
}

.custom-casetitle {
	color: #fff;
	font-size: 15px;
}

.custom-active {
	/*padding: 20px;
	border: 1px solid #2087fe;*/
	transition: all 1s;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.custom-processbox {
	height: 670px;
}

.custom-process-bot {
	margin-top: 50px;
}

.custom-process-list {
	width: 140px;
	height: 180px;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.custom-process-img img {
	width: 34px;
	height: 34px;
}

.custom-process-img {
	height: 80px;
	width: 80px;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin: auto;
	line-height: 80px;
}

.custom-process-num {
	font-size: 24px;
	margin-top: 10px;
}

.custom-process-title {
	margin-bottom: 10px;
}

.process-t {
	display: inline-block;
	margin-right: 150px;
}

.process-b {
	display: inline-block;
	margin-left: 149px;
}

.left-line {
	position: absolute;
	width: 1px;
	height: 127px;
	background: #ccc;
	transform: rotate(135deg);
	left: -12px;
	top: -82px;
}

.right-line {
	position: absolute;
	width: 1px;
	height: 127px;
	background: #ccc;
	transform: rotate(45deg);
	right: -12px;
	top: -82px;
}

.custom-showbox {
	height: 950px;
	background: url(../img/custom-show.png) no-repeat;
	background-size: 100% 100%;
}

.custom-tubox {
	padding-top: 150px;
	position: relative;
	color: #fff;
}

.star {
	font-size: 16px;
	margin-right: 10px;
	vertical-align: middle;
}

.star-title {
	font-size: 20px;
	vertical-align: middle;
}

.subject-custombox {
	position: absolute;
	left: 0px;
	top: 280px;
}

.subject-custom-top {
	margin-bottom: 10px;
}

.subject-custom-bot {
	width: 280px;
	font-size: 16px;
	padding-left: 28px;
}

.formulabox {
	position: absolute;
	left: 60px;
	top: 464px;
}

.logic-setbox {
	position: absolute;
	left: 160px;
	top: 684px;
}

.logic-setbox .subject-custom-bot {
	width: 350px;
}

.lastest-casebox {
	height: 750px;
	background: #fff;
}

.lastest-imgbox {
	margin-top: 60px;
}

.lastest-imglist {
	width: 274px;
	height: 175px;
	margin-left: 10px;
	margin-bottom: 50px;
}


/*.lastest-imglist img{
	width: 274px;
	height: 175px;
}*/

.lastest-imglist1 {
	background: url(../img/custom-12.png) no-repeat center center;
	background-size: contain;
}

.lastest-imglist2 {
	background: url(../img/custom-13.png) no-repeat center center;
	background-size: contain;
}

.lastest-imglist3 {
	background: url(../img/custom-14.png) no-repeat center center;
	background-size: contain;
}

.lastest-imglist4 {
	background: url(../img/custom-15.png) no-repeat center center;
	background-size: contain;
}

.lastest-imglist5 {
	background: url(../img/custom-16.png) no-repeat center center;
	background-size: contain;
}

.lastest-imglist6 {
	background: url(../img/custom-17.png) no-repeat center center;
	background-size: contain;
}

.lastest-imglist7 {
	background: url(../img/custom-18.png) no-repeat center center;
	background-size: contain;
}

.lastest-imglist8 {
	background: url(../img/custom-19.png) no-repeat center center;
	background-size: contain;
}

.custom-systembox {
	height: 730px;
	background: url(../img/custom-system.png) no-repeat;
	background-size: 100% 100%;
}

.custom-system-bot {
	margin-top: 100px;
}

.custom-system-left {
	width: 50%;
	text-align: center;
}

.custom-system-right {
	width: 50%;
	color: #fff;
}

.system-safety-list {
	margin-top: 20px;
}

.safety-list-left {
	width: 10%;
	text-align: center;
	font-size: 20px;
}

.safety-list-right {
	width: 70%;
	font-size: 16px;
}


/*大屏的定制图片*/

.custom-showbox-large .custom-tubox {
	padding-top: 0;
}

.custom-showbox-large {
	height: 1000px;
}

.custom-showbox-large .subject-custombox {
	left: 7%;
	top: 200px;
}

.custom-showbox-large .formulabox {
	left: 11%;
}

.custom-showbox-large .logic-setbox {
	left: 18%;
	top: 740px;
}

.custom-systembox-large {
	height: 1000px;
}

.custom-systembox-large .custom-system-bot {
	margin-top: 40px;
}

.custom-systembox-large .custom-system-left {
	width: 58%;
	margin-left: 7%;
}

.custom-systembox-large .custom-system-right {
	width: 30%;
	margin-top: 60px;
	line-height: 60px;
}

.user-experiencebox-large {
	height: 1000px;
}

.user-experiencebox-large .img-experience {
	width: 70%;
	margin-top: 0px;
	margin-left: 0px;
}

.user-experiencebox-large .title-experience {
	margin-left: 0;
	margin-top: 270px;
}

.process-box-large {
	height: 1000px;
}

.process-box-large .img-process {
	width: 70%;
	margin-top: 0;
}

.process-box-large .title-process {
	margin-top: 370px;
	width: 400px;
	margin-left: 160px;
	margin-right: 0px;
}

@media only screen and (max-width:1800px) {
	.custom-showbox-large .custom-tubox {
		padding-top: 150px;
	}
	.custom-showbox-large {
		height: 950px;
	}
	.custom-showbox-large .subject-custombox {
		left: 2%;
		top: 28%;
	}
	.custom-showbox-large .formulabox {
		left: 4%;
		top: 49%;
	}
	.custom-showbox-large .logic-setbox {
		left: 8%;
		top: 79%;
	}
	.custom-tubox img {
		max-height: 865px !important;
		margin-top: -70px !important;
	}
	.custom-systembox-large {
		height: 730px;
	}
	.custom-systembox-large .custom-system-bot {
		margin-top: 40px;
	}
	.custom-systembox-large .custom-system-left {
		width: 50%;
		margin-left: 7%;
	}
	.custom-systembox-large .custom-system-left img {
		width: 100%;
		max-height: 530px;
		min-height: 450px;
	}
	.custom-systembox-large .custom-system-right {
		width: 38%;
		margin-top: 2%;
		line-height: 30px;
	}
	.user-experiencebox-large {
		height: 716px;
	}
	.user-experiencebox-large .img-experience {
		width: 70%;
		margin-top: 0px;
		margin-left: 0px;
	}
	.user-experiencebox-large .img-experience img {
		/*max-width: 1018px;*/
		max-height: 780px;
	}
	.user-experiencebox-large .title-experience {
		margin-left: 0;
		margin-top: 8%;
	}
	.custom-systembox-large .service-english {
		color: #fff;
	}
	.custom-systembox-large .heng-line {
		background: #fff;
	}
}

.img-modebox img {
	margin-left: -5%;
}

@media only screen and (max-width:1890px) {
	.process-box-large {
		height: 800px;
	}
	.process-box-large .img-process {
		width: 50%;
		margin-top: 170px;
		overflow: hidden;
	}
	.title-processbox {
		width: 50%;
	}
	.process-box-large .img-process img {
		min-width: 640px;
		max-width: 820px;
	}
	.process-box-large .title-process {
		/*margin-top: 370px;*/
		width: 400px;
		margin: 45% auto 0;
	}
}

@media only screen and (min-width: 1401px) and (max-width: 1800px) {
	.contain-mode {
		width: 73%;
		/*margin: 0;*/
	}
	.img-modebox {
		margin-top: 20%;
	}
	.title-mode {
		right: -300px;
		bottom: 4%;
	}
}

@media only screen and (min-width: 1301px) and (max-width:1400px) {
	/*.contain-mode {
		margin-left: 0;
	}*/
	.contain-mode .img-modebox img {
		width: 950px;
	}
	.img-modebox {
		margin-top: 20%;
	}
	.title-mode {
		width: 350px;
		right: -270px;
		bottom: -33px;
	}
}

@media only screen and (max-width:1300px) {
	/*.contain-mode {
		margin-left: 0;
	}*/
	.contain-mode .img-modebox img {
		width: 900px;
	}
	.img-modebox {
		margin-top: 20%;
	}
	.title-mode {
		width: 300px;
		right: -250px;
		bottom: 0px;
	}
}

.english-white .heng-line {
	background: #fff;
}

.english-white .service-english {
	color: #fff;
}


/*帮助中心问题详情页*/

.problem-navbox {
	margin: 10px 0;
	padding-left: 10px;
	font-size: 16px;
}

.problem-navbox span {
	vertical-align: middle;
}

.problemtip {
	color: #76bdfd;
	font-size: 16px;
}

.problem-tipwidth {
	display: inline-block;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

.detail-box {
	font-size: 16px;
	line-height: 30px;
}

.detail-imgbox {
	margin: 10px 0;
	text-align: center;
}

.problem-right-bot .detail-box ul li:hover {
	background: none;
}


/*短信服务*/

.message-banleft {
	margin-left: 160px;
}

.message-banright {
	margin-left: 50px;
	width: 416px;
	color: #fff;
}

.message-banright-top {
	font-size: 40px;
	margin-top: 140px;
	text-align: left;
}

.message-banright-bot {
	font-size: 16px;
	text-align: left;
	margin-top: 15px;
}

.short-messagebox {
	background: url(../img/message7.png) no-repeat;
	background-size: 100% 100%;
	height: 720px;
}

.message-advantagebox {
	margin-top: 80px;
}

.message-advantagebox ul li {
	border: 1px solid #0d81f2;
	width: 570px;
	margin-bottom: 30px;
}

.message-advantage-list {
	padding: 20px 0;
}

.message-imgbox {
	width: 25%;
	text-align: center;
	height: 120px;
	line-height: 120px
}

.message-imgbox img {
	width: 80px;
}

.message-wordbox {
	width: 70%;
	margin-left: 2%
}

.message-word-top {
	font-size: 24px;
}

.message-word-china {
	font-size: 16px;
	color: #747273;
	margin-top: 10px;
}

.message-word-english {
	font-size: 14px;
	color: #939393;
}

.sms-servicebox {
	background: url(../img/message8.png) no-repeat;
	background-size: 100% 100%;
	height: 1320px;
}

.sms-circlebox {
	width: 85%;
	margin: auto;
	position: relative;
	padding-top: 110px;
}

.sms-phonebox {
	position: absolute;
	left: 355px;
	top: 257px;
}

.sms-phonebox img {
	width: 340px;
}

.news-infobox {
	background: url(../img/message12.png) no-repeat;
	background-size: 100% 100%;
	height: 310px;
}

.news-info {
	width: 370px;
	margin: auto;
	padding-top: 70px;
}

.news-infotop {
	height: 60px;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 3px;
	position: relative;
	border-bottom: none;
}

.news-info-tip {
	position: absolute;
	color: #fff;
	font-size: 24px;
	bottom: -17px;
	width: 100%;
}

.news-infospan {
	margin: 0 6px;
}

.hengline {
	display: inline-block;
	width: 67px;
	height: 1px;
	background: #fff;
	vertical-align: middle;
}

.news-infobot {
	background: #f5f7f6;
	text-align: center;
	color: #0078f3;
	font-size: 26px;
	font-weight: 600;
	height: 70px;
	line-height: 70px;
	margin-top: 50px;
}

.high-contactbox {
	background: url(../img/high-contact1.png) no-repeat;
	background-size: 100% 100%;
	height: 380px;
}

.high-contact {
	margin-top: 30px;
	padding-left: 280px;
}

.contact-phonebox {
	/*width: 225px;*/
	text-align: center;
	margin-right: 200px;
}

.phone-number {
	color: #0077f1;
	font-size: 30px;
	font-weight: 600;
	margin-top: 10px;
}

.sms-top {
	font-size: 20px;
	font-weight: 600;
}

.first-word {
	font-size: 32px;
	color: #1b8bf2;
}

.sms-bot {
	font-size: 16px;
	width: 285px;
}

.sms-one {
	position: absolute;
	left: 378px;
	top: 24px;
}

.sms-two {
	position: absolute;
	left: -30px;
	top: 254px;
}

.sms-three {
	position: absolute;
	right: -105px;
	top: 254px;
}

.sms-four {
	position: absolute;
	left: -33px;
	top: 656px;
}

.sms-five {
	position: absolute;
	right: -105px;
	top: 656px;
}


/*广告服务*/

.advertise-banleft {
	margin-left: 120px;
	width: 300px;
	color: #fff;
}

.advertise-banleft-top {
	font-size: 40px;
	margin-top: 100px;
	text-align: left;
}

.advertise-banleft-bot {
	font-size: 16px;
	text-align: left;
	margin-top: 15px;
	line-height: 30px;
}

.advertise-banright {
	margin-top: 15px;
	margin-right: 30px;
}

.ad-formatbox {
	height: 700px;
	background: #fff;
	position: relative;
}

.ad-bottombox {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	width: 30%;
	text-align: right;
}

.ad-bottombox img {
	width: 90%;
}

.ad-format-left {
	width: 48%;
	text-align: right;
	height: 700px;
	line-height: 700px;
}

.ad-format-right {
	width: 45%;
	margin-left: 6%;
}

.ad-format-top {
	margin-top: 150px;
	font-size: 30px;
	font-weight: 600;
}

.blue-circle {
	width: 10px;
	height: 10px;
	background: #3a94f5;
	border-radius: 50%;
	margin-right: 14px;
	display: inline-block;
	vertical-align: middle;
}

.ad-format-listop {
	font-size: 30px;
	color: #3a94f5;
}

.ad-format-listbot {
	font-size: 24px;
	padding-left: 36px;
	margin: 10px 0;
}

.ad-format-listbox {
	margin-top: 40px;
}

.ad-functionbox {
	width: 100%;
	height: 660px;
	background: #f6fbff;
	position: relative;
}

.ad-function-leftbox {
	width: 50%;
}

.ad-function-left {
	width: 70%;
	margin: auto;
}

.ab-function-right {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 660px;
	line-height: 660px;
	background: #3791ff;
	color: #000;
}

.ab-function-right img {
	position: absolute;
	width: 90%;
	left: -5%;
	top: 50%;
	transform: translateY(-50%);
}

.ad-function-top {
	font-size: 30px;
	font-weight: 600;
	padding-top: 150px;
}

.ad-valuebox {
	background: url(../img/advertise8.png) no-repeat;
	background-size: 100% 100%;
	height: 560px;
	position: relative;
}

.ad-leftbox {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.4;
	width: 3%;
}

.ad-leftbox img {
	width: 100%;
}

.ad-value-leftbox {
	margin-top: 50px;
	margin-left: 160px;
	margin-right: 100px;
}

.ad-value-rightbox {
	width: 430px;
}

.ad-value-rightop {
	font-size: 30px;
	font-weight: 600;
	margin-top: 150px;
}

.ad-value-rightbot {
	font-size: 24px;
	margin-top: 20px;
}

.ad-contact-top {
	font-size: 34px;
	color: #007ef5;
	font-weight: 600;
}

.ad-contact-phone {
	font-size: 34px;
	color: #007ef5;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 15px;
	font-weight: 600;
}

.blue-one {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #007ef5;
	border-radius: 50%;
	opacity: 0.3;
	margin-right: 10px;
	vertical-align: middle;
}

.blue-two {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #007ef5;
	border-radius: 50%;
	opacity: 0.5;
	margin-right: 10px;
	vertical-align: middle;
}

.blue-three {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #007ef5;
	border-radius: 50%;
	opacity: 0.8;
	margin-right: 10px;
	vertical-align: middle;
}

.ad-contact {
	width: 500px;
	padding-top: 100px;
	margin-left: 30%;
}

.ad-contactbox {
	height: 290px;
	background: url(../img/advertise5.png) no-repeat;
	background-size: 100% 100%;
}


/*价格*/

.price-banleft {
	width: 420px;
	text-align: left;
	margin-left: 120px;
}

.price-banleft-top {
	color: #fff;
	font-size: 40px;
	margin-top: 140px;
}

.price-banleft-bot {
	color: #fff;
	font-size: 22px;
	margin-top: 15px;
	line-height: 30px;
}

.price-banright {
	margin-right: 8%;
	margin-top: 15px;
}

.service-standardbox {
	background: #fff;
	height: 430px;
	text-align: center;
}

.standard-top {
	font-size: 30px;
	font-weight: 600;
	padding-top: 70px;
}

.standard-con {
	width: 1030px;
	font-size: 22px;
	margin: 45px auto;
}

.standard-bot {
	font-size: 70px;
	color: #22b7fb;
}

.price-budgetbox {
	background: #F7F7F7;
	padding: 30px 0;
}

.price-budget-containbox {
	width: 1300px;
	background: #fff;
	margin: 0 auto;
	padding: 30px;
}

.price-timebox {
	font-size: 20px;
	margin: 30px 0;
	padding-left: 10px;
	padding-top: 20px;
}

.price-time {
	width: 110px;
	text-align: center;
	padding: 10px;
	display: inline-block;
	background: #efefef;
	margin-right: 15px;
	vertical-align: middle;
	font-size: 16px;
	position: relative;
}

.price-percent {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #ffb001;
	color: #FFF;
	border-radius: 50%;
	font-size: 12px;
	line-height: 30px;
	position: absolute;
	right: -10px;
	top: -12px;
}

.price-time-bot {
	color: #f76a6c;
	font-size: 20px;
	padding-left: 10px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}

.your-budgetbox {
	font-size: 30px;
	font-weight: 600;
	padding-left: 10px;
	margin: 30px 0;
}

.person-num {
	display: inline-block;
	width: 60px;
	padding: 6px;
	border: 1px solid #92c4ff;
	font-size: 20px;
	border-radius: 4px;
	margin: 0 5px;
}

.choose-time {
	display: inline-block;
	width: 100px;
	padding: 6px;
	border: 1px solid #92c4ff;
	font-size: 20px;
	border-radius: 4px;
	margin: 0 5px;
}

.sales-hotline {
	height: 370px;
	background: url(../img/price4.png) no-repeat;
	background-size: 100% 100%;
}

.sales-contact-top {
	font-size: 34px;
	color: #fff;
	font-weight: 600;
}

.sales-contact-phone {
	font-size: 34px;
	color: #fff;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 15px;
	font-weight: 600;
}

.white-one {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	opacity: 0.3;
	margin-right: 10px;
	vertical-align: middle;
}

.white-two {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	opacity: 0.5;
	margin-right: 10px;
	vertical-align: middle;
}

.white-three {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	opacity: 0.8;
	margin-right: 10px;
	vertical-align: middle;
}

.sales-contact {
	width: 500px;
	border: 1px solid #fff;
	border-radius: 4px;
	margin: auto;
	text-align: center;
}

.sales-contactbox {
	padding-top: 140px;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.price-count {
	display: inline-block;
	background: #5ea8ff;
	color: #FFF;
	font-weight: 100;
	padding: 6px;
	text-align: center;
	width: 200px;
	margin-left: 50px;
	font-size: 20px;
}

.your-moneybox {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.your-pay {
	color: #5ba7ff;
	font-size: 40px;
	font-weight: 600;
	margin-right: 10px;
}

.arrow-right {
	display: inline-block;
}

.price-table {
	border: 1px solid #ccc;
	text-align: center;
}

.price-table th {
	border-top: none;
	text-align: center;
	height: 70px;
	line-height: 70px;
	padding: 0 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	width: 17%;
}

.price-table td {
	border-bottom: none;
	height: 50px;
	line-height: 50px;
	padding: 0 8px;
	font-size: 18px;
}

.price-table i {
	font-size: 24px;
}

.th-one {
	background: #808c8c;
	width: 15% !important;
}

.th-two {
	background: #22ad38;
	position: relative;
}

.th-three {
	background: #00a0ea;
	position: relative;
}

.th-four {
	background: #f39801;
	position: relative;
}

.th-five {
	background: #7e318f;
	position: relative;
}

.th-six {
	background: #f55152;
	position: relative;
}

.test2 {
	position: absolute;
	left: 45%;
	bottom: -8px;
	width: 0;
	height: 0;
	border-top: 10px solid #22ad38;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.test3 {
	position: absolute;
	left: 45%;
	bottom: -8px;
	width: 0;
	height: 0;
	border-top: 10px solid #00a0ea;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.test4 {
	position: absolute;
	left: 45%;
	bottom: -8px;
	width: 0;
	height: 0;
	border-top: 10px solid #f39801;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.test5 {
	position: absolute;
	left: 45%;
	bottom: -8px;
	width: 0;
	height: 0;
	border-top: 10px solid #7e318f;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.test6 {
	position: absolute;
	left: 45%;
	bottom: -8px;
	width: 0;
	height: 0;
	border-top: 10px solid #f55152;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

@media only screen and (min-width: 800px) and (max-width: 1400px) {
	.ad-format-left img {
		width: 90%;
	}
	.ad-format-listop {
		font-size: 24px;
	}
	.ad-format-listbot {
		font-size: 20px;
	}
	.ad-value-rightbot {
		font-size: 20px;
	}
	.price-budget-containbox {
		width: 1100px;
	}
	.price-time {
		width: 100px;
	}
}

.detail-ulbox {
	padding-left: 32px;
	margin-top: 0;
	font-size: 15px;
}

.company-information {
	font-size: 16px;
	line-height: 40px;
	margin-top: 20px;
}

.link-servicer {
	position: absolute;
	right: 20px;
	top: 190px;
	display: block;
}

.contract-servicebox {
	margin-top: 120px;
}


/*iframe高度*/

.iframe {
	height: 137px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.iframe-head{
	height: 74px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/*客服*/
.rides-cs {  font-size: 12px; background:#29a7e2; position: fixed; top: 220px; right: 0px; _position: absolute; z-index: 1500; border-radius:6px 0px 0 6px;}
.rides-cs a { color: #00A0E9;}
.rides-cs a:hover { color: #ff8100; text-decoration: none;}
.rides-cs .floatL { width: 36px; float:left; position: relative; z-index:1;margin-top: 21px;height: 181px;}
.rides-cs .floatL a { font-size:0; text-indent: -999em; display: block;}
.rides-cs .floatR { width: 130px; float: left; padding: 5px; overflow:hidden;}
.rides-cs .floatR .cn {background:#F7F7F7; border-radius:6px;margin-top:4px;}
.rides-cs .cn .titZx{ font-size: 14px; color: #333;font-weight:600; line-height:24px;padding:5px;text-align:center;}
.rides-cs .cn ul {padding:0px;}
.rides-cs .cn ul li { line-height: 38px; height:38px;border-bottom: solid 1px #E6E4E4;overflow: hidden;text-align:center;}
.rides-cs .cn ul li span { color: #777;}
.rides-cs .cn ul li a{color: #777;}
.rides-cs .cn ul li img { vertical-align: middle;}
.rides-cs .btnOpen, .rides-cs .btnCtn {  position: relative; z-index:9; top:25px; left: 0;  background-image: url(../img/shopnc.png); background-repeat: no-repeat; display:block;  height: 146px; padding: 8px;}
.rides-cs .btnOpen { background-position: -410px 0;}
.rides-cs .btnCtn { background-position: -450px 0;}
.rides-cs ul li.top { border-bottom: solid #ACE5F9 1px;}
.rides-cs ul li.bot { border-bottom: none;}
.rides-cs .cn ul li:last-child span{
	color: red;
}
/*400电话*/
.iphone-400{
	font-size: 40px;
	color: #ef2c2c;
	position: fixed;
	right: 5px;
	top: 130px;
	z-index: 1000;
}
