﻿body,
p,
form {
	margin: 0
}

input {
	padding: 0
}

::-ms-clear,
::-ms-reveal {
	display: none
}

input:focus {
	outline: 0;
}
a{
	outline:none;
	text-decoration: none!important;
}
a:active,
a:hover {
	cursor: pointer;
	outline: 0!important;
	text-decoration: none!important;
	background-color: transparent;
}

ul,
ol,
li {
	margin: 0;
	padding: 0
}

input::selection,
textarea::selection {
	background: #D8EBFF
}

input::-moz-selection,
textarea::-moz-selection {
	background: #D8EBFF
}

ul,
li {
	list-style: none
}

.clear {
	clear: both
}

.right {
	float: right
}

.left {
	float: left
}

.transparent {
	visibility: hidden
}

html {
	font-size: 62.5%;
	width: 100%;
	overflow-x: hidden!important;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden!important;
}

a {
	outline: none;
	text-decoration: none;
	color: #333
}

a:link,
a:visited,
a:hover,
a:active {
	outline: none;
	cursor: pointer
}

.dn {
	display: none !important
}

.fix {
	zoom: 1
}

.fix:after {
	display: block;
	content: 'clear';
	clear: both;
	line-height: 0;
	visibility: hidden
}

sub {
	display: inline;
	vertical-align: sub
}

hr {
	margin-top: 4px;
	border-bottom: 0;
	border-left: 0;
	border-top: 1px solid #dedede;
	margin-bottom: 4px
}

.backcover {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1000;
	height: 100%;
	width: 100%;
	background: #000;
	filter: alpha(opacity=50);
	opacity: .5;
	display: none
}

.backcover.active {
	display: block
}

.crumb-list {
	line-height: 12px;
	font-size: 0
}

.crumb-list a,
.crumb-list span {
	font-size: 12px;
	display: inline-block;
	padding: 5px;
	border: 1px solid transparent
}

.crumb-list .icon-breadcrumb {
	text-align: center;
	width: 14px
}

.crumb-list .list-crumb-item {
	color: #666;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.crumb-list .crumb {
	color: #6886aa
}

.crumb-list .crumb:hover {
	color: #6290cc
}

.crumb-list .no-crumb {
	color: #666
}

.hicon {
	color: #888
}

.hicon:hover {
	color: #333
}

.hicon:active {
	color: #5e97d4
}

.hicon.active {
	color: #5e97d4
}

input,
div.editable {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #333
}

input:hover,
div.editable:hover {
	border-color: #888
}

input:focus,
div.editable:focus {
	border-color: #5e97d4
}

input.error,
div.editable.error {
	border-color: #ee7b70
}

input:-moz-placeholder,
div.editable:-moz-placeholder {
	color: #cdcdcd
}

input::-moz-placeholder,
div.editable::-moz-placeholder {
	color: #cdcdcd;
	opacity: 1
}

input:-ms-input-placeholder,
div.editable:-ms-input-placeholder {
	color: #cdcdcd
}

input::-webkit-input-placeholder,
div.editable::-webkit-input-placeholder {
	color: #cdcdcd
}

.btn {
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #fbfbfb);
	background: -webkit-linear-gradient(top, #fff, #fbfbfb);
	background: -o-linear-gradient(top, #fff, #fbfbfb);
	background: -ms-linear-gradient(top, #fff, #fbfbfb);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #c3c4c6;
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #53585c;
	font-size: 12px;
	padding: 0 30px
}

.btn:before {
	content: ' ';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px
}

.btn:hover {
	border-color: #9ea0a3;
	color: #41464b
}

.btn:active,
.btn.press,
.btn.active {
	border-color: #8b8e91;
	color: #2c3033
}

.btn.disable {
	border-color: #e8e9e9;
	color: #d6d7d8
}

.btn.disable:active,
.btn.disable:hover,
.btn.disable.press,
.btn.disable.active {
	border-color: #e8e9e9;
	color: #d6d7d8
}

.btn.btn-ok {
	background: #41464b;
	border-color: #41464b;
	color: #fff
}

.btn.btn-ok:before {
	display: none
}

.btn.btn-ok:hover {
	background: #313438;
	border-color: #313438
}

.btn.btn-ok:active,
.btn.btn-ok.press,
.btn.btn-ok.active {
	background: #2c3033;
	border-color: #2c3033
}

.btn.btn-ok.disable {
	background: #41464b;
	border-color: #41464b;
	opacity: .3;
	color: #fff
}

.btn.btn-ok.disable:hover,
.btn.btn-ok.disable.press,
.btn.btn-ok.disable.active {
	background: #41464b;
	border-color: #41464b;
	opacity: .3;
	color: #fff
}

.btn.btn-error {
	background: #e95555;
	border-color: #cd4848;
	color: #fff
}

.btn.btn-error:hover {
	background: #cd4848;
	border-color: #cd4848;
	color: #fff
}

.btn.btn-link {
	background: transparent;
	margin: 0;
	padding: 0;
	color: #6da2d7;
	border: none
}

.btn.btn-link:hover {
	text-decoration: underline
}

.tooltip::after {
	content: attr(data-tooltip);
	position: absolute;
	background: #fff;
	padding: 0 8px;
	text-align: center;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
	height: 16px;
	line-height: 18px;
	bottom: -22px;
	color: #888;
	white-space: nowrap;
	-webkit-box-shadow: 0px 2px 8px #ccc;
	-moz-box-shadow: 0px 2px 8px #ccc;
	-ms-box-shadow: 0px 2px 8px #ccc;
	-o-box-shadow: 0px 2px 8px #ccc;
	box-shadow: 0px 2px 8px #ccc;
	display: none
}

.tooltip:hover:after {
	display: block
}

.sprite {
	background: url(../images/55458c976f0d4673ad5b9ffacf27d0d7.gif) no-repeat;
	background-size: 187px 266px
}

.team-sprite {
	background-image: url("../images/teams-31aea6334f.png");
	background-size: 499px 310px;
	background-repeat: no-repeat
}

.trangle span,
.trangle-box span {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 7px;
	border-style: solid;
	top: -7px;
	background: none
}

.trangle span.top,
.trangle span.down,
.trangle-box span.top,
.trangle-box span.down {
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #fff
}

.trangle span.left,
.trangle span.right,
.trangle-box span.left,
.trangle-box span.right {
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: #fff
}

.trangle span.left,
.trangle-box span.left {
	border-right-color: rgba(136, 136, 136, 0.2)
}

.trangle span.top,
.trangle-box span.top {
	top: -8px;
	border-bottom-color: rgba(136, 136, 136, 0.2);
	z-index: 10
}

.trangle span.down,
.trangle-box span.down {
	z-index: 11
}

.overflow-hidden {
	overflow: hidden
}

.arrow-up {
	display: none
}

.arrow-up span {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: -7px;
	left: 19px;
	background: none
}

.arrow-up .top {
	top: -8px;
	border-bottom-color: rgba(136, 136, 136, 0.15);
	z-index: 10
}

.arrow-up .down {
	z-index: 11
}

.arrow-down {
	display: none
}

.arrow-down span {
	position: absolute;
	bottom: -7px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	left: 19px;
	background: none
}

.arrow-down .top {
	bottom: -8px;
	border-bottom-color: rgba(136, 136, 136, 0.15);
	z-index: 10
}

.arrow-down .down {
	z-index: 11
}

.modal-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.6);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.modal-container {
	position: absolute;
	width: 656px;
	height: 500px;
	border-radius: 2px;
	top: 50%;
	left: 50%;
	margin-left: -327px;
	margin-top: -250px;
	background: #FFF;
	-webkit-box-shadow: 0px 1.5px 3px 1px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 1.5px 3px 1px rgba(0, 0, 0, 0.22);
	-ms-box-shadow: 0px 1.5px 3px 1px rgba(0, 0, 0, 0.22);
	-o-box-shadow: 0px 1.5px 3px 1px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 1.5px 3px 1px rgba(0, 0, 0, 0.22)
}

.modal-close-btn {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 40px;
	height: 40px
}

.modal-close-icon {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background-position: -380px -100px
}

.modal-btn {
	width: 172px;
	height: 34px;
	display: inline-block;
	font-size: 14px;
	border-radius: 1px;
	text-align: center;
	line-height: 34px
}

.modal-confirm-btn,
.modal-default-btn {
	color: #FFF;
	background-color: #41464B
}

.modal-confirm-btn:hover,
.modal-default-btn:hover {
	background-color: #313438
}

.modal-confirm-btn.disable,
.modal-default-btn.disable {
	border-color: #41464b;
	opacity: .3;
	color: #fff;
	pointer-events: none
}

.modal-cancel-btn {
	color: #41464b;
	background-color: #E5E5E5
}

.modal-cancel-btn:hover {
	background-color: #DADADA
}

.one-line-truncated {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.outer-container {
	width: 100vw
}

.disconnect {
	position: fixed;
	bottom: 20px;
	left: 50%;
	width: 350px;
	margin-left: -175px;
	text-align: center;
	background: #e8ecf1;
	border: 1px solid #c7d1df;
	display: none;
	border-radius: 4px;
	z-index: 2000;
	-moz-opacity: .95;
	-khtml-opacity: .95;
	opacity: .95;
	-webkit-box-shadow: 0 1px 6px rgba(102, 102, 102, 0.6);
	-moz-box-shadow: 0 1px 6px rgba(102, 102, 102, 0.6);
	-ms-box-shadow: 0 1px 6px rgba(102, 102, 102, 0.6);
	-o-box-shadow: 0 1px 6px rgba(102, 102, 102, 0.6);
	box-shadow: 0 1px 6px rgba(102, 102, 102, 0.6);
	line-height: 33px;
	font-size: 14px
}

.disconnect .disconnect-info,
.disconnect .hicon {
	color: #53698c
}

.disconnect .hicon {
	margin-left: 10px;
	top: -1px
}

.disconnect-mask {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 66px;
	left: 0;
	background: rgba(255, 255, 255, 0.25);
	z-index: 1000
}

.text-overflow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.hdk-banner-bottom {
	text-align: center;
	height: 480px;
	background-image: url(../images/banner-bottom-bg.jpg);
	background-size: 1280px 480px;
	background-size: cover;
	background-position: center
}

.hdk-banner-bottom .begin-bottom-subtitle {
	color: #D9DADB;
	font-size: 20px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 50px;
	margin-top: 10px
}

.hdk-banner-bottom .hdk-begin-bottom {
	display: inline-block;
	margin-top: 140px
}

.hdk-banner-bottom .hdk-begin-bottom-title {
	width: 800px;
	padding: 0 20px;
	height: 96px;
	margin: 0;
	font-size: 35px;
	color: #fff;
	letter-spacing: 3px;
	font-weight: 600;
	line-height: 45px;
	font-weight: 600;
	text-align: center;
}

.hdk-banner-bottom .hdk-begin-bottom .hdk-begin-slogen {
	width: 600px;
	height: 96px;
	margin: 0;
	margin-top: 30px;
	font-size: 36px;
	line-height: 96px;
	background-image: url("../images/title01-359e0c33c0.png");
	background-size: 600px 96px
}

@media (max-width:992px) {
	.hdk-banner-bottom .hdk-begin-bottom-title{
		width: 768px;
	}
}
@media (max-width:768px) {
	.hdk-banner-bottom .hdk-begin-bottom-title{
		width: 500px;
	}
}
@media (max-width:500px) {
	.hdk-banner-bottom .hdk-begin-bottom-title{
		width: 414px;
	}
}
@media (max-width:414px) {
	.hdk-banner-bottom .hdk-begin-bottom-title{
		width: 320px;
		font-size: 26px;
	}
	.hdk-banner-bottom .begin-bottom-subtitle{
		margin-bottom: 25px;
	}
}
/*caseDetile-page Begin*/

#casedetile-page {
	margin-top: 60px;
	background: #FAFAFA;
}

.module-detial-wrap {
	background: #fff;
	margin-top: 30px;
	margin-bottom: 60px;
}

.module-detial-wrap .module-info {
	width: auto;
	padding: 40px 0 31px;
	margin: 0 40px 30px;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
}

.module-detial-wrap .module-info .app-icon {
	width: 100px;
	height: 100px;
	border-radius: 25px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, .1);
}

.module-detial-wrap .module-info .app-icon .icon-img {
	width: 100%;
	height: 100%;
	border-radius: 25px;
	vertical-align: middle;
}

.module-detial-wrap .module-info .app-info {
	margin-left: 30px;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 14px;
	font-size: 18px;
}

.module-detial-wrap .module-info .app-info .app-name {
	font-size: 20px;
	/*max-width: 100px;*/
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.module-detial-wrap .module-info .app-info .app-name .name {
	font-size: 18px;
}

.module-detial-wrap .module-info .app-info .tag {
	width: 60px;
	height: 20px;
	line-height: 19px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	border: 1px solid #ebebeb;
	margin-left: 10px;
	padding: 0 2px;
	vertical-align: middle;
}

.module-detial-wrap .module-info .app-info .app-intro {
	display: inline-block;
	font-size: 14px;
	color: #999;
	width: 303px;
	height: 45px;
	overflow: hidden;
	margin-top: 10px;
	line-height: 24px;
}

.module-detial-wrap .module-info .buy-btn {
	width: 150px;
	background-color: #38f!important;
	border-radius: 20px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	border: none;
	text-decoration: none;
	box-shadow: none;
}

.module-detial-wrap .module-info .buy-btn:active {
	background-color: rgba(51, 136, 255, .9)!important;
	color: #fff;
}

.module-detial-wrap .screen-info,
.module-detial-wrap .text-intro {
	margin: 0 40px;
	overflow: hidden;
}

.module-detial-wrap .screen-info .preview {
	width: 240px;
	height: 456px;
	margin-right: 33px;
	border: 1px solid #ebebeb;
	background-image: url(../images/phone-2x.png);
	background-size: 100px 106px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fbfbfb;
	border-radius: 4px;
}

.module-detial-wrap .screen-info .preview .qcord {
	width: 160px;
	height: 160px;
	border: 1px solid #ebebeb;
	margin: 70px auto 20px;
}

.module-detial-wrap .screen-info .preview .qcord img {
	width: 100%;
	height: 100%;
}

.module-detial-wrap .screen-info .preview .intro {
	text-align: center;
	margin-bottom: 0;
}

.module-detial-wrap .screen-info .preview .intro>span:first-child {
	margin-bottom: 5px;
}

.module-detial-wrap .screen-info .preview .intro>span {
	display: block;
}

.module-detial-wrap .screen-info .preview .intro .preview-link {
	color: #14A7FF;
	text-decoration: underline;
}

.module-detial-wrap .pic-info {
	display: inline-block;
	width: 240px;
	height: 426px;
	margin-right: 34px;
	border-radius: 4px;
	box-shadow: 1.5px 2.6px 7px 0 rgba(4, 0, 0, .2);
}

.module-detial-wrap .screen-info .screen .pic-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.module-detial-wrap .screen-info .screen-list {
	white-space: nowrap;
	/*width: 792px;*/
	height: 456px;
}

.module-detial-wrap .screen-info .screen-list li {
	display: inline-block;
}

.module-detial-wrap .screen-info .scroll-bar {
	overflow-x: auto;
	overflow-y: hidden;
}

.module-detial-wrap .text-intro {
	min-height: 250px;
	margin: 0 auto 60px;
	color: #333;
	overflow: hidden;
}

.module-detial-wrap .text-intro .feature {
	margin: 50px 40px;
	font-size: 14px;
}

.module-detial-wrap .text-intro .feature>div {
	margin-bottom: 20px;
	font-size: 18px;
}

.module-detial-wrap .footer-btn {
	height: 120px;
	text-align: center;
	margin: auto 40px;
	border-top: 1px solid #ebebeb;
}

.module-detial-wrap .footer-btn .btn-common {
	margin: 40px auto;
	height: 40px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px!important;
	background: #fff;
	width: 80px;
	margin-right: 20px;
}

.module-detial-wrap .footer-btn .btn-primary {
	background: #38f!important;
	width: 150px!important;
	color: #fff;
}

.module-detial-wrap .footer-btn .btn-common:first-child:hover {
	border: 1px solid #14A7FF;
}
@media (max-width: 1200px) {
	.module-detial-wrap .module-info .app-info {
		margin-left: 0;
	}
}
@media (max-width: 992px) {
	.module-detial-wrap .screen-info .screenCodeImg {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	#casedetile-main {
		padding-right: 0;
		padding-left: 0;
	}
	.module-detial-wrap .pic-info {
		margin-left: 28px;
		margin-right: 28px;
	}
}
@media (max-width: 540px) {
	.module-detial-wrap .module-info .buy-btn{
		float: left!important;
		/*margin-top: 10px;*/
	}
}
@media (max-width: 430px) {
	.module-detial-wrap .footer-btn .btn-common {
		margin-right: 10px;
	}
	.module-detial-wrap .module-info .app-info {
		margin-left: 0;
		padding-top: 30px;
	}
	.module-detial-wrap .screen-info .preview {
		margin: 0 auto;
	}
	.module-detial-wrap .module-info .app-info .app-intro {
		width: 100%;
		height: auto;
	}
}


/*caseDetile-page End */


/*nav Begin*/

.hdk-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 999;
	text-align: center;
	transition: background ease-in-out .2s;
	-moz-transition: background ease-in-out .2s;
	-webkit-transition: background ease-in-out .2s;
}

.hdk-header.scroll {
	opacity: .95
}

.hdk-header .hdk-header-brand {
	position: absolute;
	left: 45px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	font-size: 0;
	display: flex;
	align-items: center;
}

.hdk-header .hdk-header-entries {
	position: absolute;
	right: 45px;
	top: 0
}

.hdk-header .join-us-link {
	position: relative;
	display: inline-block;
	line-height: 60px;
	height: 60px;
	width: 71px;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	box-sizing: border-box
}

.hdk-header .dingtalk-entry:hover {
	background-position: 0 -20px
}

.hdk-header .hdk-header-nav {
	display: inline-block;
	margin-left: 50px;
	margin-right: 60px
}

.hdk-header .hdk-header-logo {
	display: inline-block;
	width: 89px;
	height: 24px;
	vertical-align: middle
}

.hdk-header .hdk-nav-item {
	position: relative;
	float: left;
	height: 60px;
	color: #5a5f63
}

.hdk-header .hdk-nav-link {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	color: #5a5f63
}

.hdk-header .hdk-nav-link .hdk-download {
	top: 54px;
	left: -56px;
	cursor: default
}

.hdk-header .hdk-nav-link:hover,
.hdk-header .hdk-nav-link.active {
	color: #6DA2D7
}

.hdk-header .hdk-nav-link:hover .hdk-download,
.hdk-header .hdk-nav-link.active .hdk-download {
	visibility: visible;
	opacity: 1
}

.hdk-header .hdk-nav-link.hdk-btn {
	padding-left: 12px;
	padding-right: 12px;
	border-color: #72767a;
	border-radius: 2px
}

.hdk-header .hdk-nav-link.hdk-btn.hdk-btn-active {
	background: #40454a;
	color: #FFF;
	border-color: #3a3e42
}

.hdk-header .hdk-nav-link.hdk-btn:hover {
	background: #41464b;
	color: #FFF;
	border-color: #41464b
}

.hdk-header .hdk-nav-link.hdk-nav-link-more {
	width: 30px;
	white-space: nowrap;
	overflow: visible
}

.hdk-header .hdk-nav-link.hdk-nav-link-more .hdk-nav-text {
	cursor: pointer
}

.hdk-header .hdk-nav-link .hdk-nav-more {
	position: relative;
	width: 120px;
	left: -45px;
	top: -6px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	border-radius: 1px;
	transition: opacity 0.2s ease-in
}

.hdk-header .hdk-nav-link .nav-more-list {
	padding: 5px 0
}

.hdk-header .hdk-nav-link .nav-more-list-item {
	height: 32px;
	cursor: pointer;
	padding: 0 20px;
	line-height: 32px
}

.hdk-header .hdk-nav-link .nav-more-list-item:hover {
	background: #f5f5f5
}

.hdk-header .hdk-nav-link .nav-more-list-link {
	font-size: 12px;
	color: #666666
}

.hdk-header .hdk-nav-link .nav-more-list-link:hover,
.hdk-header .hdk-nav-link .nav-more-list-link:visited,
.hdk-header .hdk-nav-link .nav-more-list-link:actived {
	color: #666666
}

.hdk-header .hdk-button {
	margin-left: 10px;
	margin-top: 15px;
	display: inline-block
}

.hdk-header.dark .join-us-link {
	background-image: url(../images/858ef9a233994475a5b6d7cacf859b43.gif);
	background-size: 71px 20px;
	background-repeat: no-repeat;
	background-position: center
}

.hdk-header.dark .hdk-nav-link {
	color: #a0a2a5
}

.hdk-header.dark .hdk-nav-link:visited {
	color: #a0a2a5
}

.hdk-header.dark .hdk-nav-link:hover,
.hdk-header.dark .hdk-nav-link.active {
	color: #ffffff
}

.hdk-header.dark .hdk-header-logo {
	background-image: url(../images/899dae4fbbd34410a38b2d4aa276d8e2.gif);
	background-size: 89px 24px
}

.hdk-header.dark .hdk-button.btn-middle.entry-shimo,
.hdk-header.dark .hdk-button.btn-middle.register-shimo {
	color: #fff;
	background-color:#38f;
	background-image:linear-gradient(-40deg, #38f 0%, #38f 95%);
	border: 1px solid #38f;
}

.hdk-header.dark .hdk-button.btn-middle.entry-shimo:hover,
.hdk-header.dark .hdk-button.btn-middle.register-shimo:hover {
	background-color:rgba(51, 136, 255, .95);
	box-shadow: 0 2px 20px 0 rgba(19, 31, 48, 0.06)
}

.hdk-header.dark .hdk-button.btn-middle.login-shimo {
	background-color: rgba(255, 255, 255, 0.06);
	color: #c6c7c9
}

.hdk-header.dark .hdk-button.btn-middle.login-shimo:visited {
	color: #c6c7c9
}

.hdk-header.dark .hdk-button.btn-middle.login-shimo:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff
}

.hdk-header.light {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.hdk-header.light .join-us-link {
	background-image: url(../images/d7ee5d93156d4d22ac29679a925fcb90.gif);
	background-size: 71px 20px;
	background-repeat: no-repeat;
	background-position: center
}

.hdk-header.light .hdk-nav-link {
	color: #a0a2a5
}

.hdk-header.light .hdk-nav-link:visited {
	color: #a0a2a5
}

.hdk-header.light .hdk-nav-link:hover,
.hdk-header.light .hdk-nav-link.active {
	color: #41464b
}

.hdk-header.light .hdk-header-logo {
	background-image: url(../images/582d050018c24dcf993195245eec5966.gif);
	background-size: 89px 24px
}

.hdk-header.light .hdk-button.btn-middle.entry-shimo,
.hdk-header.light .hdk-button.btn-middle.login-shimo {
	background: #ffffff;
	border: 1px solid #a0a2a5;
	color: #676b6f
}

.hdk-header.light .hdk-button.btn-middle.entry-shimo:visited,
.hdk-header.light .hdk-button.btn-middle.login-shimo:visited {
	color: #676b6f
}

.hdk-header.light .hdk-button.btn-middle.entry-shimo:hover,
.hdk-header.light .hdk-button.btn-middle.login-shimo:hover {
	border: 1px solid #676b6f;
	color: #676b6f
}

.hdk-header.light .hdk-button.btn-middle.register-shimo {
	background: #41464b
}

.hdk-header.light .hdk-button.btn-middle.register-shimo:hover {
	color: #fff;
	background: #363B3E
}

.hdk-header .menu-button {
	position: absolute;
	top: 0;
	right: 45px;
	width: 40px;
	text-align: center;
	height: 100%;
}

.hdk-header .menu-button.menu-show {
	left: 0;
}

.hdk-header .menu-button .nav-bar {
	text-align: center;
	position: absolute;
	height: 60px;
	z-index: 1000;
	padding: 22px 15px;
}

.menu-button .nav-bar span {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 20px;
	height: 1px;
	margin-bottom: 6px;
	position: relative;
	border-radius: 2px;
	z-index: 1;
	-webkit-transform-origin: 20px;
	transform-origin: 20px;
	-webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.nav-bar-animate span:nth-last-child(3) {
	opacity: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-bar-animate span:nth-last-child(2) {
	opacity: 0;
}

.nav-bar-animate span {
	opacity: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hdk-header.dark .menu-button .nav-bar span {
	background: #fff;
}

.hdk-header.light .menu-button .nav-bar span {
	background: #000;
}

.hdk-header .menu-button.menu-show .nav-bar {
	padding: 22px 20px 22px 10px;
}

.hdk-header .menu-button.menu-show .nav-bar span {
	background: #000 !important;
}

.menu-wrap-backdrop.fixed-fluid {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.55);
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 430ms;
	animation-duration: 430ms;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.menu-wrap-fixed {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -240px;
	width: 240px;
	overflow: scroll;
	overflow-x: hidden;
	background: #fff;
	z-index: 101;
	padding-top: 60px;
	transform: translate(-300px, 0);
	-webkit-transition: -webkit-transform 430ms cubic-bezier(0.3, 0, 0, 1);
	transition: transform 430ms cubic-bezier(0.3, 0, 0, 1);
}

.menu-wrap-fixed.open-menu-wrap {
	-webkit-transform: translate(240px, 0) !important;
	transform: translate(240px, 0) !important;
}

.menu-wrap-fixed .mobile-menu-nav li {
	position: relative;
	line-height: 40px;
	font-size: 16px;
	transition: height ease-in .5s;
	-webkit-transition: height ease-in .5s;
	-moz-transition: height ease-in .5s;
}

.menu-wrap-fixed .mobile-admin-login {
	padding: 15px 45px;
}

.menu-wrap-fixed .btn-line-geek {
	color: #222;
}

.menu-wrap-fixed .btn-line {
	display: block;
	width: 100px;
	padding: 4px 20px;
	border: 1px solid;
	border-radius: 20px;
	line-height: 20px;
	margin: 0 auto 10px;
}

#menu-fixed {
	text-align: left;
}

#menu-fixed li a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #000;
}

#menu-fixed li a .icon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	fill: currentColor;
	overflow: hidden;
	margin-right: 10px;
}


/*二级菜单*/

.hdk-nav-item.product-dropdown {
	position: static;
}

.hdk-nav-item.more .hdk-nav-more.hdk-modal-wrap,
.hdk-nav-item .hdk-download {
	z-index: 9999;
}

.hdk-nav-item.product-dropdown:hover .dropdown-menu-wrapper {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	-moz-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	max-height: 1000px;
}

.hdk-nav-item.product-dropdown .dropdown-menu-wrapper {
	position: absolute;
	left: 0;
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-moz-transform: rotate3d(1, 0, 0, -90deg);
	transform: rotate3d(1, 0, 0, -90deg);
	z-index: 1000;
	max-height: 0px;
	-webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.07);
	box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.07);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
}

.hdk-nav-item.product-dropdown .dropdown-menu-wrapper .dropdown-menu {
	position: relative;
	margin: 30px auto;
	width: 100%;
	float: none;
	overflow: hidden;
	border: none;
	box-shadow: none;
	display: block;
	max-width: 1100px;
	zoom: 1;
}

.hdk-nav-item.product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product {
	/*width: 240px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 80px;
	float: left;
}

.hdk-nav-item.product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product-link:hover {
	background: #f8f8f8;
}

.hdk-nav-item.product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product-link {
	display: block;
	width: 100%;
	height: 100%;
}

.hdk-nav-item.product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product-link h3 {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	padding: 16px 0px 10px 20px;
}

.hdk-nav-item.product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product-link p {
	font-size: 12px;
	line-height: 12px;
	color: #999999;
	padding-left: 20px;
}

.hdk-nav-item.product-dropdown .bottom-contact-container {
	margin: 0 auto;
	width: 1100px;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.hdk-nav-item.product-dropdown .bottom-contact-container .bottom-contact {
	font-size: 12px;
	line-height: 30px;
	color: #666;
}

.hdk-nav-item.product-dropdown .bottom-contact-container .bottom-contact .dividing-line {
	display: inline-block;
	padding: 0px 20px;
}

.hdk-nav-item.product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product-link h3 span.icon-pay {
	background-image: url(../images/icon-pay.png);
}

.hdk-nav-item.product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product-link h3 span {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: cover;
	vertical-align: middle;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
}

#menu-fixed .child-menu {
	background: #efefef;
	padding-left: 40px;
	height: 0;
	overflow: hidden;
	display: none;
}

#menu-fixed .mobile-menu-nav li {
	line-height: 40px;
	font-size: 16px;
}

#menu-fixed .mobile-menu-nav li a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #000;
}

#menu-fixed .menu-item-has-children:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 200;
	font-size: 20px;
	position: absolute;
	width: 10px;
	line-height: 40px;
	right: 20px;
	top: 0;
	text-align: center;
	color: #50514f;
	z-index: 3;
	content: "\f106";
}

#menu-fixed .menu-item-has-children.active:after {
	right: 17px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}


/*nav End */


/*footer Begin*/

.hdk-footer {
	background-color: #2c3033;
	text-align: center
}

.hdk-footer-cols {
	display: inline-block;
	margin-top: 80px;
	font-size: 0;
	width: 50%;
}

.hdk-footer-col {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	vertical-align: top
}

.hdk-footer-col-title {
	display: block;
	color: #676b6f;
	line-height: 1;
	padding-bottom: 13px
}

.hdk-footer-col-link {
	display: block;
	color: #c6c7c9;
	letter-spacing: 0;
	line-height: 30px
}

.hdk-footer-col-link:visited {
	color: #c6c7c9
}

.hdk-footer-col-link:hover {
	color: #fff
}

.hdk-footer-col-link:active {
	color: #c6c7c9
}

.hdk-footer-col-link.no-use {
	cursor: default;
	color: #676b6f
}

.hdk-footer-col-link.no-use:visited,
.hdk-footer-col-link.no-use:active {
	color: #676b6f
}

.hdk-footer-col-link.footer-download-app {
	cursor: pointer;
	position: relative
}

.hdk-footer-col-link.footer-download-app .hdk-download {
	top: auto;
	bottom: 35px;
	left: -64px;
	cursor: default;
	-webkit-box-shadow: 0 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 0 transparent;
	-o-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent
}

.hdk-footer-col-link.footer-download-app:hover .hdk-download {
	opacity: 1;
	visibility: visible;
	display: block
}

.hdk-footer-col .social-contact {
	margin-top: 60px
}

.hdk-footer-col .social-contact-wechat,
.hdk-footer-col .social-contact-weibo,
.hdk-footer-col .social-contact-qq,
.hdk-footer-col .social-contact-twitter {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}

.hdk-footer-col .social-contact-wechat {
	position: relative;
	background-image: url(../images/f3e70aeb264343b98e49b5a2be22e9a6.gif);
	background-size: 24px 24px
}

.hdk-footer-col .social-contact-wechat:hover,
.hdk-footer-col .social-contact-wechat.preload-hover-source {
	background-image: url(../images/64a9924426734fd9b6e85010a6cf5618.gif);
	background-size: 24px 24px
}

.hdk-footer-col .social-contact-weibo {
	background-image: url(../images/563d59a87fef460594a917611cd81367.gif);
	background-size: 24px 24px
}

.hdk-footer-col .social-contact-weibo:hover,
.hdk-footer-col .social-contact-weibo.preload-hover-source {
	background-image: url(../images/32beb0eac1ac4ab4bb717557ba7bde27.gif);
	background-size: 24px 24px
}

.hdk-footer-col .social-contact-qq,
.hdk-footer-col .social-contact.preload-hover-source {
	position: relative;
	background-image: url(../images/0f870ce4e66e49f38cb7ab583bfadd7e.gif);
	background-size: 24px 24px
}

.hdk-footer-col .social-contact-qq:hover,
.hdk-footer-col .social-contact-qq.preload-hover-source,
.hdk-footer-col .social-contact.preload-hover-source:hover,
.hdk-footer-col .social-contact.preload-hover-source.preload-hover-source {
	background-image: url(../images/a2008122257c42ea8367e7a89b8b8eda.gif);
	background-size: 24px 24px
}

.hdk-footer-col .social-contact-twitter,
.hdk-footer-col .social-contact.preload-hover-source {
	background-image: url(../images/c5f519d383844066a6d77c51a8c8b6c3.gif);
	background-size: 24px 24px
}

.hdk-footer-col .social-contact-twitter:hover,
.hdk-footer-col .social-contact-twitter.preload-hover-source,
.hdk-footer-col .social-contact.preload-hover-source:hover,
.hdk-footer-col .social-contact.preload-hover-source.preload-hover-source {
	background-image: url(../images/7cbee082ca274421b2bb914455046f42.gif);
	background-size: 24px 24px
}

.hdk-footer-col .social-contact .social-wechat-wrap {
	position: absolute;
	width: 158px;
	height: 210px;
	padding-top: 18px;
	top: -220px;
	left: -70px;
	background: #ffffff;
	border-radius: 2px;
	font-size: 14px;
	color: #41464b;
	line-height: 20px;
	text-align: center;
	box-sizing: border-box
}

.hdk-footer-col .social-contact .social-wechat-wrap .hdk-wechat-qrcode {
	display: inline-block;
	margin-top: 10px;
	width: 124px;
	height: 124px;
	background-image: url("../images/follow_shimo-55bc6e690a.jpg");
	background-size: 124px 124px
}

.hdk-footer-col .social-contact .social-qq-wrap {
	position: absolute;
	background: #ffffff;
	border-radius: 2px;
	padding-top: 20px;
	width: 158px;
	height: 90px;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;
	box-sizing: border-box
}

.hdk-footer .hdk-footer-line {
	margin-top: 87px;
	padding-bottom: 26px;
	font-size: 14px;
	color: #676b6f;
	line-height: 24px
}

.hdk-footer .hdk-footer-line .footer-copyright,
.hdk-footer .hdk-footer-line .footer-safety,
.hdk-footer .hdk-footer-line .footer-epilogue {
	vertical-align: middle
}

.hdk-footer .hdk-footer-line .footer-safety {
	display: inline-block;
	width: 70px;
	height: 28px;
	margin: 0 24px;
	background-image: url(../images/230caedee7634e6cbb1685290dc085d6.gif);
	background-size: 70px 28px
}

.hdk-footer .hdk-footer-line .footer-safety:hover,
.hdk-footer .hdk-footer-line .footer-safety.preload-hover-source {
	background-image: url(../images/c419033503ff4085b2ce7d307e93577c.gif);
	background-size: 70px 28px
}

.copyright-m {
	display: none;
}

.hdk-footer .links {
	display: none;
	border-top: 1px solid #41464B;
	padding: 25px 0;
	width: 80%;
	margin: 0 auto;
}

.hdk-footer .links .link-item {
	font-size: 14px;
	color: #C6C7C9;
	padding: 10px;
	display: inline-block;
}

@media (min-width: 768px) and (max-width: 992px) {
	body {
		overflow-x: hidden!important;
	}
	.hdk-button.btn-large {
		margin: 10px 5!important;
	}
	.begin-bottom-subtitle {
		padding: 0 15px;
	}
	.hdk-help-begin {
		margin-top: 0;
		height: 240px;
	}
	.hdk-footer-col {
		text-align: center!important;
		margin: 30px 0;
	}
	.hdk-footer .links {
		display: block;
	}
	.hdk-footer-col.company,
	.hdk-footer-col.product,
	.hdk-footer-col.server {
		display: none!important;
	}
	.hdk-footer-col.concat {
		text-align: left!important;
	}
	.hdk-footer .hdk-footer-line .copyright-c {
		display: none;
	}
	.hdk-footer-cols.row .social-contact {
		margin-top: 36px!important;
	}
	.hdk-footer-line {
		margin-top: 0!important;
	}
	.hdk-footer-cols {
		width: 80%!important;
		margin-top: 45px!important;
	}
	.copyright-m {
		display: block;
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 13px;
		color: #676B6F;
		text-align: center;
		margin-left: 30px;
		margin-right: 30px;
		border-top: 1px solid #41464B;
	}
	.social-contact>a {
		margin-top: 10px;
		width: 25%!important;
		height: 30px!important;
		background-size: 30px 30px!important;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0!important;
	}
	.footer-safety,
	.footer-epilogue {
		display: none!important;
	}
}

@media (max-width: 768px) {
	.hdk-footer-col {
		text-align: center!important;
		margin: 30px 0;
	}
	.hdk-button.btn-large {
		margin: 10px 5!important;
	}
	.begin-bottom-subtitle {
		padding: 0 15px;
	}
	.hdk-footer .links {
		display: block;
	}
	.hdk-footer-col.company,
	.hdk-footer-col.product,
	.hdk-footer-col.server {
		display: none!important;
	}
	.hdk-footer-col.concat {
		text-align: left!important;
	}
	.hdk-footer .hdk-footer-line .copyright-c {
		display: none;
	}
	.hdk-footer-cols.row .social-contact {
		margin-top: 36px!important;
	}
	.hdk-footer-line {
		margin-top: 0!important;
	}
	.hdk-footer-cols {
		width: 80%!important;
		margin-top: 45px!important;
	}
	.copyright-m {
		display: block;
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 13px;
		color: #676B6F;
		text-align: center;
		margin-left: 30px;
		margin-right: 30px;
		border-top: 1px solid #41464B;
	}
	.social-contact>a {
		margin-top: 10px;
		width: 25%!important;
		height: 30px!important;
		background-size: 30px 30px!important;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0!important;
	}
	.footer-safety,
	.footer-epilogue {
		display: none!important;
	}
	.hdk-cover {
		height: 498px!important;
		background-position: center 0!important;
		background-repeat: no-repeat!important;
		background-size: cover!important;
	}
	.hdk-footer .hdk-footer-line {
		padding-bottom: 0;
	}
}

@media (max-width: 356px) {
	.hdk-button.btn-large {
		margin: 10px 0!important;
	}
}


/*footer End */


/*init Begin*/

.preload-hover-source {
	position: fixed !important;
	left: -999px;
	top: -999px;
	opacity: 0;
	pointer-events: none
}

.hdk-button {
	display: inline-block;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	background: #41464b;
	color: #fff;
	border: 1px solid transparent
}

.hdk-button:visited {
	color: #fff
}

.hdk-button.blue {
	background: #38f;
	background-image: linear-gradient(-40deg, #38f 0%, #38f 95%);
	border: 1px solid #38f;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1)
}

.hdk-button.blue:visited {
	background-image: linear-gradient(-40deg, #38f 0%, #38f 95%);
	border: 1px solid #38f;
}

.hdk-button.blue:hover {
	color: #fff;
	background: rgba(51, 136, 255, 0.95);
	box-shadow: 0 2px 20px 0 rgba(51, 136, 255, 0.06)
}

.hdk-button.glass {
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1)
}

.hdk-button.glass:visited {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.hdk-button.glass:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.hdk-button.dark {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	background: #41464b
}

.hdk-button.dark:hover {
	background: #363B3E
}

.hdk-button.glass-dark {
	color: #c6c7c9;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(65, 70, 75, 0.2)
}

.hdk-button.glass-dark:visited {
	color: #c6c7c9
}

.hdk-button.glass-dark:hover {
	color: #ffffff
}

.hdk-button.default {
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	color: #c6c7c9
}

.hdk-button.default:visited {
	color: #c6c7c9
}

.hdk-button.default:hover {
	color: #ffffff
}

.hdk-button.btn-large {
	height: 39px;
	width: 160px;
	line-height: 39px;
	min-width: 120px;
	box-sizing: border-box;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 16px
}

.hdk-button.btn-middle {
	height: 30px;
	padding: 0 20px;
	line-height: 28px;
	font-size: 14px;
	border: 1px solid transparent;
	border-radius: 2px;
	box-sizing: border-box
}

.hdk-modal-trigger .hdk-modal-wrap {
	visibility: hidden;
	opacity: 0;
	cursor: default;
	transition: opacity 0.2s ease-in-out;
	-webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1)
}

.hdk-modal-trigger:hover .hdk-modal-wrap {
	visibility: visible;
	opacity: 1
}

.hdk-trangle-wrap {
	position: absolute;
	height: 20px;
	width: 100%;
	text-align: center
}

.hdk-trangle-wrap .hdk-trangle-top,
.hdk-trangle-wrap .hdk-trangle-down {
	position: absolute;
	left: 50%;
	margin-left: -7px;
	z-index: 11;
	width: 0;
	height: 0;
	border-width: 7px;
	border-style: solid;
	background: transparent
}

.hdk-trangle-wrap.up {
	top: -20px
}

.hdk-trangle-wrap.up .hdk-trangle-top,
.hdk-trangle-wrap.up .hdk-trangle-down {
	bottom: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #fff;
	border-top: none
}

.hdk-trangle-wrap.up .hdk-trangle-top {
	bottom: 1px;
	border-bottom-color: rgba(135, 135, 135, 0.2);
	z-index: 10
}

.hdk-trangle-wrap.down {
	bottom: -20px
}

.hdk-trangle-wrap.down .hdk-trangle-top,
.hdk-trangle-wrap.down .hdk-trangle-down {
	top: -1px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: #fff;
	border-bottom: none
}

.hdk-trangle-wrap.down .hdk-trangle-top {
	top: 0;
	border-top-color: rgba(135, 135, 135, 0.2);
	z-index: 10
}

.hdk-download {
	position: absolute;
	top: 44px;
	left: -47px;
	opacity: 0;
	visibility: hidden;
	box-sizing: content-box;
	height: 277px;
	width: 130px;
	padding: 25px 30px 0;
	background-color: #FFF;
	background-image: url(../images/65c23944598e4d0e8a88c2dbfd7b16dc.gif);
	background-size: 130px 130px;
	background-position: 30px 57px;
	background-repeat: no-repeat;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	-webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in
}

.hdk-trangle-item {
	left: 84px
}

.hdk-download-text {
	height: 12px;
	width: 130px;
	font-size: 12px;
	line-height: 12px;
	color: #41464b;
	text-align: center;
	margin-bottom: 168px
}

.hdk-download-btn {
	display: block;
	width: 100%;
	height: 20px;
	padding: 5px 0;
	margin-bottom: 10px;
	background-color: #41464b;
	border-radius: 2px;
	text-align: center
}

.hdk-download-btn:hover {
	background-color: #26272c
}

.hdk-download-btn-img {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/b9fd3691ca9346c383350372354457e1.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 40px 20px;
	vertical-align: top
}

.hdk-download-btn-img2 {
	background-position: -20px 0
}

.hdk-download-btn-text {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left
}

.fix:after {
	display: block;
	content: 'clear';
	clear: both;
	line-height: 0;
	visibility: hidden
}

a,
a:visited {
	text-decoration: none;
	color: inherit
}

.hdk-view {
	opacity: 1
}

a.hdk-btn-left {
	margin-right: 0
}


.foot-item {
	margin-left: 40px
}

.foot-item:first-child {
	margin-left: 0
}

.foot-item.weixin {
	position: relative;
	cursor: pointer
}

.foot-item.weixin.active {
	font-weight: bold
}

.foot-item.weixin.active .wx-qrcode {
	display: block
}

.foot-item.safe {
	display: inline-block;
	width: 69px;
	height: 25px;
	margin-bottom: -6px;
	background-image: url("../images/safe-d066688fa4.png");
	background-size: 280px 40px;
	background-repeat: no-repeat;
	background-position: -141px -14px
}

.foot-item.safe:hover {
	background-position: -70px -14px
}

a.foot-item:hover {
	font-weight: bold
}

.payment-view .safe {
	background-position: -141px -14px
}

.ding-footer .safe,
.about-footer .safe {
	background-position: -211px -14px
}

.about-bg {
	background-image: url("../images/about-5a3b2742e9.png");
	background-repeat: no-repeat
}

.wx-qrcode {
	display: none;
	position: absolute;
	height: 137px;
	width: 129px;
	top: -144px;
	left: -30px;
	background-image: url("../images/wx_qrcode-984720309b.png");
	background-size: 129px 137px
}

.blank {
	height: 20px
}

.hdk-begin {
	position: relative;
	height: 560px;
	text-align: center;
	background: -ms-linear-gradient(top, #fff, #f6f6f6)
}

.ding-begin-text-1 {
	margin-bottom: 20px
}

.ding-begin-text-2 {
	margin-bottom: 50px
}

a.ding-btn {
	display: inline-block;
	width: 226px;
	height: 44px;
	border-radius: 2px;
	background-color: #22a5fa;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 44px;
	cursor: pointer
}

a.ding-btn:hover {
	background-color: #0B96F2
}

a.ding-btn:visited {
	color: #FFF
}

.hdk-footer-text {
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px
}

.hdk-footer-use {
	width: 380px;
	margin-top: 50px;
	margin-bottom: 210px
}

.hdk-footer-use.enter-shimo {
	width: 160px
}

.hdk-index-video {
	display: block;
	position: fixed;
	width: 1024px;
	height: 576px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background: #fff
}

.hdk-index-video video {
	width: 1024px;
	height: 576px
}

.hdk-video-active {
	display: block
}


/*init End*/


/*help Begin*/

.hdk-help-view {
	background: #FAFAFA;
}

.help-main-box .hdk-section>div,
.help-main-box .hdk-section>ul {
	margin-left: auto;
	margin-right: auto
}

.help-main-box .hdk-banner-bottom {
	text-align: center;
	height: 480px;
	background-image: url("../images/pic05-c39de888ff.jpg");
	background-size: 1280px 480px;
	background-size: cover;
	background-position: center
}

.help-main-box .hdk-banner-bottom .begin-bottom-subtitle {
	color: #D9DADB;
	font-size: 20px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 50px;
	margin-top: 10px
}

.help-main-box .hdk-banner-bottom .hdk-begin-bottom {
	display: inline-block;
	margin-top: 140px
}

.help-main-box .container {
	margin: 0 auto
}

.help-main-box .hide {
	display: none
}

.help-main-box .ding-text {
	background-image: url("../images/ding_text-be1cd1fbe3.png");
	background-repeat: no-repeat;
	background-size: 1000px 620px
}

.help-main-box .hdk-text {
	font-size: 35px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 32px;
	font-weight: 600;
	text-align: center;
}


/*features Begin*/

.mb-30 {
	margin-bottom: 30px !important;
}

@media (min-width: 1025px) {
	.features .features-info {
		height: 441px;
	}
}

@media (min-width: 768px) {
	.features .feature-item,
	.features .features-info {
		height: 410px;
	}
}

.features .feature-item,
.features .features-info {
	display: block;
	padding: 40px 30px;
	margin-bottom: 30px;
	background-color: #ffffff;
	text-align: center;
}

.features .features-info h6 {
	font-size: 18px;
	font-weight: 600;
	color: #2d3757;
	text-align: left;
	cursor: pointer;
}

.features .feature-item:hover .border-decor span.line,
.features .features-info:hover .border-decor span.line {
	width: 100%;
	left: 0;
	margin-left: 0;
	transition: width 0.5s ease-in-out;
	-webkit-transition:width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
}

.border-decor {
	position: relative;
	margin-bottom: 48px !important;
}

.border-decor span.line {
	position: absolute;
	display: block;
	content: '';
	width: 6%;
	bottom: -26px;
	left: 0;
	border-top: solid 2px #ebebeb;
	transition: width 0.5s ease-in-out;
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
}

.features .features-info ul {
	font-weight: lighter;
	margin-top: -12px;
	text-align: left;
}

.features .features-info ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.features .features-info ul li:first-child {
	border: none;
}

.features .features-info ul li {
	padding: 12px 0;
	border-top: 1px solid #f7f7f7;
}

.hdk-help-begin {
	margin-top: 50px;
	padding-top: 167px;
	height: 301px;
	background-image: url(../images/helpbg.jpg);
	background-position: center;
	background-size: cover;
	box-sizing: content-box;
}

.hdk-help-title {
	width:580px;
	padding: 0 20px;
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 40px
}

.hdk-help-search-wrap {
	position: relative;
	width: 580px;
	box-sizing: content-box;
}

.hdk-search-box {
	position: absolute;
	width: 5%;
	height: 50px;
	top: 0;
	left: 0;
}

.hdk-help-search {
	display: block;
	padding: 10px 10px 10px 15%;
	height: 30px;
	margin: 0 auto;
	width: 83%;
	border-radius: 4px;
	outline: none;
	border: none;
	font-size: 14px;
	color: #333;
	line-height:0;
	box-sizing: content-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	position: relative;
	text-overflow: ellipsis;
}

.hdk-help-search:hover,
.hdk-help-search:active,
.hdk-help-search:focus {
	border: none;
	outline: none
}

.hdk-search-result {
	display: none;
	position: absolute;
	left: 0px;
	top: 55px;
	width: 100%;
	min-height: 183px;
	max-height: 200px;
	padding-top: 20px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 3px 4px #c8c8c8;
	-moz-box-shadow: 0px 3px 4px #c8c8c8;
	-ms-box-shadow: 0px 3px 4px #c8c8c8;
	-o-box-shadow: 0px 3px 4px #c8c8c8;
	box-shadow: 0px 3px 4px #c8c8c8;
	z-index: 1000;
	border-radius: 4px;
	overflow-y: auto;
}

.hdk-search-result li a {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
	padding-left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hdk-search-result li.active {
	background-color: #eee;
}

.hdk-search-result li:hover {
	background-color: #eee;
}

.hdk-search-result li.no-result {
	padding: 0;
	margin: 55px auto 0 auto;
	height: 35px;
	text-align: center;
}

.hdk-search-result li a {
	display: block
}

.hdk-search-box .hdk-search-icon {
	position: absolute;
	width: 25px;
	height: 25px;
	background-position: -399px -799px;
	top: 17px;
	color: #363B3E;
	left: 100%;
	font-size: 24px;
	font-weight: 100!important;
}

.hdk-search-icon:before {
	position: absolute;
	left: 0;
	top: -4px;
}

.hdk-search-btn {
	width: 86px;
	height: 30px;
	border-left: 1px solid #ddd;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 10px;
	cursor: default
}

.hdk-help-question {
	background: #FAFAFA;
}

.hdk-help-question-inner {
	padding: 70px 20px;
	position: relative;
}

.hdk-help-question-list {
	position: relative;
	width: 203px;
	margin-left: 145px;
	margin-top: 83px;
	padding-top: 30px;
	border-right: 1px solid #ddd
}

.hdk-help-question-item {
	height: 26px;
	padding-left: 45px;
	margin-bottom: 45px;
	font-size: 16px;
	color: #888;
	line-height: 26px;
	cursor: pointer
}

.hdk-help-question-item:nth-child(1) .hdk-help-question-icon {
	background-position: -34px 0
}

.hdk-help-question-item:nth-child(2) .hdk-help-question-icon {
	background-position: -102px 0
}

.hdk-help-question-item:nth-child(3) .hdk-help-question-icon {
	background-position: -170px 0
}

.hdk-help-question-item:nth-child(4) .hdk-help-question-icon {
	background-position: -238px 0
}

.hdk-help-question-item:nth-child(5) .hdk-help-question-icon {
	background-position: -306px 0
}

.hdk-help-question-item:nth-child(6) .hdk-help-question-icon {
	background-position: -374px 0
}

.hdk-help-question-item:nth-child(7) .hdk-help-question-icon {
	background-position: -442px 0
}

.hdk-help-question-item:nth-child(8) .hdk-help-question-icon {
	background-position: -510px 0
}

.hdk-help-question-item.active {
	font-weight: bold
}

.hdk-help-question-item.active,
.hdk-help-question-item:hover {
	color: #333
}

.hdk-help-question-item.active:nth-child(1) .hdk-help-question-icon,
.hdk-help-question-item:hover:nth-child(1) .hdk-help-question-icon {
	background-position: 0 0
}

.hdk-help-question-item.active:nth-child(2) .hdk-help-question-icon,
.hdk-help-question-item:hover:nth-child(2) .hdk-help-question-icon {
	background-position: -68px 0
}

.hdk-help-question-item.active:nth-child(3) .hdk-help-question-icon,
.hdk-help-question-item:hover:nth-child(3) .hdk-help-question-icon {
	background-position: -136px 0
}

.hdk-help-question-item.active:nth-child(4) .hdk-help-question-icon,
.hdk-help-question-item:hover:nth-child(4) .hdk-help-question-icon {
	background-position: -204px 0
}

.hdk-help-question-item.active:nth-child(5) .hdk-help-question-icon,
.hdk-help-question-item:hover:nth-child(5) .hdk-help-question-icon {
	background-position: -272px 0
}

.hdk-help-question-item.active:nth-child(6) .hdk-help-question-icon,
.hdk-help-question-item:hover:nth-child(6) .hdk-help-question-icon {
	background-position: -340px 0
}

.hdk-help-question-item.active:nth-child(7) .hdk-help-question-icon,
.hdk-help-question-item:hover:nth-child(7) .hdk-help-question-icon {
	background-position: -408px 0
}

.hdk-help-question-item.active:nth-child(8) .hdk-help-question-icon,
.hdk-help-question-item:hover:nth-child(8) .hdk-help-question-icon {
	background-position: -476px 0
}

.hdk-help-question-icon {
	width: 25px;
	height: 25px;
	float: left;
	margin-left: -45px
}

.hdk-help-question-content {
	position: absolute;
	left: 443px;
	top: 30px
}

.hdk-help-questions li {
	float: left;
	margin-bottom: 28px;
	margin-right: 49px;
	margin-left: -22px;
	padding-left: 22px;
	width: 341px;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.hdk-help-questions li::before {
	content: '';
	float: left;
	width: 5px;
	height: 5px;
	background-color: #ddd;
	border-radius: 50%;
	margin-left: -22px;
	margin-top: 4px
}

.hdk-help-questions li:hover {
	color: #333
}

.hdk-help-trangle-wrap {
	position: absolute;
	right: -8px;
	-webkit-transform: scaleX(0.8);
	-moz-transform: scaleX(0.8);
	transform: scaleX(0.8)
}

.hdk-help-trangle-wrap[data-index="0"] {
	top: 34px
}

.hdk-help-trangle-wrap[data-index="1"] {
	top: 105px
}

.hdk-help-trangle-wrap[data-index="2"] {
	top: 176px
}

.hdk-help-trangle-wrap[data-index="3"] {
	top: 247px
}

.hdk-help-trangle-wrap[data-index="4"] {
	top: 318px
}

.hdk-help-trangle-wrap[data-index="5"] {
	top: 389px
}

.hdk-help-trangle-wrap[data-index="6"] {
	top: 460px
}

.hdk-help-trangle-wrap[data-index="7"] {
	top: 531px
}

.hdk-help-trangle {
	float: left;
	height: 10px;
	width: 10px;
	border: 1px solid #ddd;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}

.hdk-help-trangle.blank {
	border-color: #FFF;
	background-color: #FFF;
	margin-left: -10px
}

@media (max-width: 768px) {
	.hdk-help-search-wrap,
	.hdk-help-search {
		width: 76%;
	}
	.hdk-help-search {
		padding-left: 20%;
	}
	.hdk-search-box .hdk-search-icon {
		left: 100%;
	}
	.hdk-help-begin {
		margin-top: 0;
		height: 240px;
	}
	.hdk-help-title{
		width: 500px;	
	}
}

@media (max-width: 524px) {
	.hdk-search-box .hdk-search-icon {
		left: 100%;
	}
	.hdk-search-result li a {
		padding-left: 15px;
		font-size: 12px;
	}
	.hdk-help-title{
		width: 320px;	
	}
}
@media (max-width: 420px) {
	.hdk-help-title{
		font-size: 26px;	
	}
}
	

/*help End*/


/*archive Begin*/

#archive-page {
	padding: 45px 0 80px 0;
}

.archive-main-box {
	background-color: #efefef;
}

.fa.fa-bookmark-o {
	vertical-align: baseline;
}

.archive-main-box .swiper {
	margin-top: 45px;
}

.custom-carousel .carousel-item {
	position: relative;
	height: 180px;
	color: #fff;
	font-size: 14px;
	max-width: 360px;
}

.custom-carousel .custom-carousel-info {
	z-index: 2;
	padding: 10px;
	text-shadow: 0 0 2px #000;
	font-size: 12px;
}

.vertical-middle {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mb-1 {
	margin-bottom: 5px;
}

.custom-carousel .custom-carousel-info {
	z-index: 2;
	padding: 10px;
	text-shadow: 0 0 2px #000;
	font-size: 12px;
}

.custom-carousel .custom-carousel-info .custom-carousel-info-description {
	font-size: 18px;
}

.mb-3 {
	margin-bottom: 15px;
}

.custom-carousel .custom-carousel-info .custom-carousel-info-name {
	border: 1px solid #fff;
	margin: 0 auto;
}

.custom-carousel .owl-dots {
	text-align: right;
}

.custom-carousel .owl-dot {
	display: inline-block;
	margin-top: 5px;
	margin-right: -4px;
}

.custom-carousel .owl-dots .owl-dot.active span {
	background: #000;
}

.custom-carousel .owl-dots .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	background: #bbb;
	margin: 3px 4px;
	opacity: 1;
}

.btn-line {
	display: inline-block;
	padding: 4px 20px;
	border: 1px solid;
	border-radius: 20px;
	line-height: 20px;
}

.mask-animate:after {
	opacity: 0.3;
	background: #000;
	transition: opacity .4s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	overflow: hidden;
	display: block;
}

.archive-body {
	overflow: hidden;
}

.archive-body .row {
	margin-right: 0;
	margin-left: 0;
}

.container-fluid {
	margin-top: 60px;
}

.category-child.py-3 {
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.category-child.py-3 .container {
	overflow: auto;
}

.category-child ul {
	white-space: nowrap;
	padding: 0 20px;
}

.category-child ul li {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.category-child ul li a.active {
	border: 1px solid #38f;
	background: #38f;
	color: #fff;
}

.category-child ul li a {
	padding: 6px 22px;
	border: 1px solid #DBDBDB;
	margin: 0 10px 2px 0;
	border-radius: 20px;
}

.category-child ul li a:hover {
	background: #38f;
	color: #fff;
	border: 1px solid #38f;
}

.mb-1 {
	margin-bottom: 5px;
}

.container-fluid .page-category-img .page-category-info .page-category-description {
	font-size: 24px;
}

.mb-2 {
	margin-bottom: 10px;
}

.container-fluid .page-category-img .page-category-info .page-category-title {
	font-size: 13px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 20px;
}

.post-style-card {
	margin-bottom: 30px;
	padding: 0 !important;
}

.post {
	margin-bottom: 30px;
	padding: 25px;
	background: #fff;
}

.post .post-meta-top {
	margin-bottom: 10px;
	font-size: 13px;
}

.post .post-body a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	color: #777;
}

.post-style-card .post-img {
	height: 0;
	padding-bottom: 60%;
	position: relative;
	display: block;
	overflow: hidden;
}

.gradient-mask {
	position: relative;
}

.gradient-mask:hover:after {
	opacity: 0.5;
	transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
}

.gradient-mask:after {
	opacity: 0;
	transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.95));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	overflow: hidden;
	display: block;
}

.img-response {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.post .post-title {
	margin-bottom: 5px;
}

.post .post-title a {
	color: #000;
	font-size: 24px;
}

.post-type-aside .post-left {
	margin-right: 10px;
}

.post-type-aside .post-left .post-img {
	width: 200px;
	height: 0;
	padding-bottom: 77%;
}

.post-type-aside .post-right .post-body {
	margin-bottom: 6px;
	padding: 0;
}

.post-type-aside .post-right {
	overflow: hidden;
}

.post .post-body {
	word-break: break-all;
}

.post-style-card .post-top {
	padding: 15px 15px 0;
}

.post-style-card .post-title a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	display: block;
	color: #000;
}

.post-style-card .post-top-meta {
	overflow: hidden;
	color: #aaa;
}

.post-style-image {
	overflow: hidden;
	position: relative;
	padding: 0;
}

.post-style-image .post-style-image-content {
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: 0;
	right: 0;
	padding: 25px 30px;
	background: rgba(0, 0, 0, 0.6);
}

.post-style-image .post-meta-top,
.post-style-image .post-meta-bottom {
	color: #f0f0f0;
	font-size: 13px;
	line-height: 20px;
}

.post-style-image .post-title a {
	color: #fff;
	font-size: 24px;
}

.post-style-image .post-img {
	height: 0;
	padding-bottom: 48%;
}

.mb-2 {
	margin-bottom: 10px;
}

.post-style-card .post-top-meta .post-time {
	float: right;
}

.p-3 {
	padding: 15px;
}

.post .post-meta-bottom li:first-child {
	margin-left: 0;
}

.post .post-meta-bottom li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.post-style-card .post-meta-bottom,
.post-style-card .post-tag a,
.post-type-status .post-meta-bottom,
.post-style-standard .post-meta-bottom,
.post-type-aside .post-meta-bottom {
	color: #8a8a8a;
	line-height: 21px;
}

.post-style-card .post-meta-author a,
.post-type-status .post-meta-author a,
.post-style-standard .post-meta-author a,
.post-type-aside .post-meta-author a {
	color: #404040;
}

.post-style-image-content .post-meta-author a {
	color: #fff;
}

.post .post-meta-author img {
	width: 22px;
	height: 22px;
	border-radius: 22px;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: middle;
}

.d-block {
	display: block;
}

.post .post-meta-bottom li i {
	font-size: 16px;
}

.post-style-standard .post-img {
	height: 0;
	padding-bottom: 50%;
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.archive-main-box .post {
		padding: 15px;
		margin-bottom: 10px;
	}
	.archive-main-box .post-type-aside .post-left .post-img {
		width: 104px;
	}
	.archive-main-box .post-style-image .post-style-image-content {
		padding: 10px;
	}
}

@media (max-width: 1200px) {
	.archive-main-box #archive-page {
		padding: 90px 0 80px 0;
	}
}

@media (min-width: 576px) {
	.archive-main-box .container {
		width: 560px;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.archive-main-box .container {
		width: 720px;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.archive-main-box .container {
		width: 960px;
		max-width: 100%;
	}
	.archive-main-box .post-type-aside .post-left .post-img {
		padding-bottom: 102%;
	}
}

@media (min-width: 1200px) {
	.archive-main-box .container {
		width: 1110px;
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.archive-main-box #archive-page {
		padding: 30px 0 20px 0;
	}
	.archive-main-box .page-category-img {
		padding-bottom: 140px!important;
	}
	.archive-main-box .post {
		padding: 15px;
		margin-bottom: 10px;
	}
	.archive-main-box .post-title a {
		font-size: 16px!important;
		font-weight: 600;
	}
	.archive-main-box .post .post-meta-top {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.archive-main-box .no-gutter-xs {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.archive-main-box .container-fluid .page-category-img .page-category-info .page-category-description {
		font-size: 18px;
	}
}


/*archive End*/


/*info Begin*/

.info-main-box {
	background-color: #efefef;
}

#info-page {
	padding: 90px 0 80px 0;
}

#info-main .article {
	background: #fff;
	margin-bottom: 10px;
	padding: 25px 30px;
	overflow: hidden;
}

.article-img {
	margin: -25px -30px 0;
}

.article-img img {
	display: block;
	width: 100%;
	max-height: 620px;
	height: auto;
	margin-bottom: 8px;
}

.article-title {
	font-size: 28px;
	margin-top: 12px;
}

.article-title a {
	text-decoration: none;
	color: #000;
	font-weight: 800;
}

.article-meta {
	margin-bottom: 12px;
	position: relative;
	color: #aaa;
}

.article-meta .article-meta-time {
	margin-right: 12px;
}

[class^="czs-"],
[class*=" czs-"] {
	font-family: 'strawberryicon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.article-meta a {
	text-decoration: none;
	color: #aaa;
	margin-right: 12px;
}

.article-meta .article-meta-comment {
	position: relative;
	margin-right: 6px;
}

.article-meta .article-meta-tags {
	margin-top: 6px;
	overflow: hidden;
}

.article-meta .article-meta-tags a {
	padding: 2px 8px;
	text-decoration: none;
	font-size: 14px !important;
	color: #fff;
	border-radius: 2px;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
	background-color: #171717;
	transition: all 0.1s;
}

.article-body {
	margin-bottom: 28px;
	overflow: hidden;
}

.article-body h2,
.article-body h3 {
	border-left: 5px solid #171717;
	font-weight: 600;
}

.article-body ul li,
.article-body ol li {
	margin-bottom: 12px;
}

.article-body h2,
.article-body h3 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 32px;
	padding-left: 9px;
}

.article-body p {
	font-size: 14px;
	line-height: 1.8;
	word-break: break-all;
	margin: 0 0 20px;
	word-wrap: break-word;
}

#post-link {
	overflow: hidden;
	border-radius: 2px;
	background: #fff;
	margin-bottom: 10px;
}

#post-link .post-link-previous,
#post-link .post-link-next {
	padding: 12px 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

#post-link a {
	text-decoration: none;
	color: #000;
}

.panel-geek {
	border-color: #111;
}

.panel-geek .panel-title {
	color: #fff;
	background-color: #222;
	border-color: #111;
}

.panel-title {
	padding: 6px 12px;
}

.panel-content {
	padding: 12px;
}

#sidebar {
	position: relative;
}

#sidebar .widget {
	background: #fff;
	margin-bottom: 30px;
	padding: 25px;
	position: relative;
}

#sidebar .widget .widget-title {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

#sidebar .widget-hotpost-brief li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 12px;
}

#sidebar .widget ul a {
	text-decoration: none;
	color: #555;
}

#sidebar .widget-hotpost-brief li .widget-hotpost-brief-time {
	color: #bbb;
}

#sidebar .widget-follow table {
	width: 100%;
}

#sidebar .widget-follow table .follow-wechat {
	position: relative;
}

#sidebar .widget-follow table td {
	text-align: center;
	font-size: 18px;
	color: #999;
	cursor: pointer;
	transition: all .3s;
	vertical-align: middle;
}

#sidebar .widget-follow table .follow-wechat-popup {
	left: -8px;
}

#sidebar .follow-wechat-popup img {
	display: block;
	width: 100%;
}

.follow-wechat-popup {
	width: 120px;
	height: 120px;
	position: absolute;
	z-index: 10;
	opacity: 0;
	display: none;
	bottom: 58px;
	left: -8px;
	box-shadow: 0 0 6px rgba(14, 22, 30, 0.3);
	/*transition:all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s; 
	-webkit-transition: all ease-in-out .2s;*/
}

.follow-wechat-popup:after {
	content: "";
	height: 10px;
	width: 10px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-left: 0;
	border-bottom: 0;
	position: absolute;
	z-index: 0;
	bottom: -4px;
	left: 56px;
}

#sidebar .widget-follow table td a {
	display: block;
	line-height: 21px;
	color: #999;
}

.fa.fa-weibo,
.fa.fa-rss {
	font-size: 22px;
}

.fa.fa-qq {
	padding-bottom: 2px;
}

.fa.fa-weixin,
.fa.fa-rss,
.fa.fa-weibo,
.fa-fa-qq {
	overflow: hidden;
	transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
}

.follow-wechat:hover .follow-wechat-popup {
	display: block;
	opacity: 1;
	bottom: 40px;
	/*transition:all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s; 
	-webkit-transition: all ease-in-out .5s;*/
}

.follow-wechat:hover .fa.fa-weixin {
	color: #5FC26E;
	transition: color ease-in-out .2s;
	-moz-transition: color ease-in-out .2s;
	-webkit-transition: color ease-in-out .2s;
}

.follow-weibo:hover .fa.fa-weibo {
	color: #DD3D53;
	transition: color ease-in-out .2s;
	-moz-transition: color ease-in-out .2s;
	-webkit-transition: color ease-in-out .2s;
}

.follow-qq:hover .fa.fa-qq {
	color: #38B7EA;
	transition: color ease-in-out .2s;
	-moz-transition: color ease-in-out .2s;
	-webkit-transition: color ease-in-out .2s;
}

.follow-rss:hover .fa.fa-rss {
	color: #f2c136;
	transition: color ease-in-out .2s;
	-moz-transition: color ease-in-out .2s;
	-webkit-transition: color ease-in-out .2s;
}

@media (min-width: 576px) {
	.info-main-box .container {
		width: 560px;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.info-main-box .container {
		width: 720px;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.info-main-box .container {
		width: 960px;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.info-main-box .container {
		width: 1110px;
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.info-main-box #sidebar {
		margin-left: 0;
		margin-right: 15px;
	}
}

@media (max-width: 768px) {
	.info-main-box .article-img img {
		margin: 0;
	}
	.article-title {
		font-size: 18px;
	}
}

@media (max-width: 576px) {
	.info-main-box #info-page {
		padding: 90px 0 10px 0;
	}
}


/*info End*/


/*hdk Begin*/

.fixed-box {
	position: fixed;
	background-color: #fbfbfb;
	width: 24px;
	height: 100px;
	bottom: 48px;
	left: -30px;
	z-index: 122;
	right: auto;
	outline: transparent;
	border: 1px solid #eee;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in
}

.fixed-box.active {
	left: 0;
	-webkit-box-shadow: 0px 1px 4px rgba(102, 102, 102, 0.2);
	-moz-box-shadow: 0px 1px 4px rgba(102, 102, 102, 0.2);
	-ms-box-shadow: 0px 1px 4px rgba(102, 102, 102, 0.2);
	-o-box-shadow: 0px 1px 4px rgba(102, 102, 102, 0.2);
	box-shadow: 0px 1px 4px rgba(102, 102, 102, 0.2);
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px
}

.fixed-button {
	cursor: pointer;
	padding: 9px 0;
	margin: 0 6px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 12px !important;
	line-height: 16px;
	color: #666
}

.fixed-button:hover {
	color: #333
}

.fixed-button:active {
	color: #333;
	font-weight: bold
}

.meiqia-feedback {
	position: fixed;
	background-color: #fbfbfb;
	width: 24px;
	height: 50px;
	bottom: 98px;
	left: -30px;
	z-index: 100;
	right: auto;
	outline: transparent;
	border: 1px solid #eee;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in
}

.meiqia-feedback.active {
	left: 0;
	-webkit-box-shadow: 0px 1px 4px rgba(102, 102, 102, 0.2);
	-moz-box-shadow: 0px 1px 4px rgba(102, 102, 102, 0.2);
	-ms-box-shadow: 0px 1px 4px rgba(102, 102, 102, 0.2);
	-o-box-shadow: 0px 1px 4px rgba(102, 102, 102, 0.2);
	box-shadow: 0px 1px 4px rgba(102, 102, 102, 0.2);
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px
}

.meiqia-custom-show {
	position: absolute;
	width: 24px;
	height: 50px;
	display: inherit;
	cursor: pointer
}

.meiqia-btn-show {
	padding-top: 9px;
	padding-left: 6px;
	padding-bottom: 9px;
	font-size: 12px !important;
	line-height: 16px;
	color: #666
}

.meiqia-btn-show:hover {
	color: #333
}

.meiqia-btn-show:active {
	color: #333;
	font-weight: bold
}

.meiqia-custom-box-status {
	padding-left: 6px;
	font-size: 14px;
	color: #bcc3cd;
	height: 16px;
	position: relative;
	top: -2px
}

.meiqia-iframe-hidebtn {
	width: 0;
	height: 0;
	top: 4px;
	right: 6px;
	border: solid 15px;
	position: absolute;
	cursor: pointer;
	opacity: 0
}

.meiqia-msg-count {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #41464b;
	border-radius: 10px;
	color: #fff;
	transform: scale(0.8)
}

.meiqia-unread-msg {
	position: absolute;
	top: -10px;
	right: -10px
}

.mobile .meiqia-feedback {
	display: none
}

.hdk-section>div,
.hdk-section>ul {
	margin-left: auto;
	margin-right: auto
}

.preload-hover-source {
	position: fixed !important;
	left: -999px;
	top: -999px;
	opacity: 0;
	pointer-events: none
}

.hdk-button {
	display: inline-block;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	background: #41464b;
	color: #fff;
	border: 1px solid transparent
}

.hdk-button:visited {
	color: #fff
}

.hdk-trangle-wrap.up .hdk-trangle-top {
	bottom: 1px;
	border-bottom-color: rgba(135, 135, 135, 0.2);
	z-index: 10
}

.hdk-trangle-wrap.down {
	bottom: -20px
}

.hdk-trangle-wrap.down .hdk-trangle-top,
.hdk-trangle-wrap.down .hdk-trangle-down {
	top: -1px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: #fff;
	border-bottom: none
}

.hdk-trangle-wrap.down .hdk-trangle-top {
	top: 0;
	border-top-color: rgba(135, 135, 135, 0.2);
	z-index: 10
}

.hdk-index .hdk-section {
	text-align: center;
}

.hdk-index .margin-top180 {
	margin-top: 180px
}

.hdk-index .margin-top50 {
	margin-top: 50px
}

.hdk-index .margin-top80 {
	margin-top: 80px
}

.hdk-index .hdk-begin {
	width: 100%;
	height: 580px;
	margin: 0 auto;
}

.hdk-index .hdk-begin .hdk-swiper-box {
	position: absolute;
	/*height: 580px;*/
	width: 100%;
}

.hdk-index .hdk-begin .hdk-swiper-box .hdk-swiper {
	width: 100%;
	/*height: 580px;*/
	margin: 0 auto;
}

.hdk-index .hdk-swiper-box .banner-link {
	display: block;
	position: relative;
	height: 580px;
	background-repeat: no-repeat;
	background-size: cover;
}

.hdk-index .hdk-begin-slogen {
	width:auto !important;
	height: 96px;
	margin: 0 auto 50px;
	font-size: 34px;
	line-height: 96px;
	color: #fff;
	letter-spacing: 2px;
}

.hdk-index .hdk-begin-inner {
	display: inline-block;
	padding-top: 200px;
	opacity: 0;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in
}

.hdk-index .hdk-begin-inner.active {
	opacity: 1;
	z-index: 99
}

.hdk-index .hdk-begin-use {
	text-align: center;
	left: 0;
}

.hdk-index .hdk-what {
	padding-top: 75px;
	text-align: center
}

.hdk-index .hdk-what .g-box-cell {
	width: 20%;
	display: inline-block;
}

.hdk-index .hdk-what-title {
	height: 36px;
	background-repeat: no-repeat
}

.hdk-index .hdk-what-title.doc-title {
	/*width: 480px;*/
}

.hdk-index .hdk-what-title.doc-title h2,
.hdk-index .hdk-what-title.sheet-title h2 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
}

.hdk-index .hdk-sync .hdk-sync-title h2 {
	font-size: 34px;
	font-weight: bold;
}

.hdk-index .hdk-partners-title h2 {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
}

.hdk-index .hdk-what-privew {
	display: inline-block;
	width: 90%;
	/*height: 260px;*/
	margin-top: 40px
}

.hdk-index .pricing-row1-item {
	width: 100%;
	text-align: center;
	background: #fff;
	margin-bottom: -7px;
	padding-top: 15px;
	padding-bottom: 30px;
}

.hdk-index .pricing-row1-item.on {
	border-bottom: 2px solid #70a3e6;
}

.hdk-index .pricing-row1-item.on a {
	color: #70a3e6!important;
}

.hdk-index .pricing-row1-item .pro-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	vertical-align: middle;
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
}

.hdk-index .pricing-row1-item a {
	display: block;
	font-size: 18px;
	color: #666;
}

.hdk-index .pricing-row1-item .pro-icon.icon_1 {
	background: url(../images/earth.png) no-repeat center;
	background-size: cover;
}

.hdk-index .pricing-row1-item .pro-icon.icon_2 {
	background: url(../images/phone.png) no-repeat center;
	background-size: cover;
}

.hdk-index .pricing-row1-item .pro-icon.icon_3 {
	background: url(../images/shop.png) no-repeat center;
	background-size: cover;
}

.hdk-index .pricing-row1-item .pro-icon.icon_4 {
	background: url(../images/computer.png) no-repeat center;
	background-size: cover;
}

.hdk-index .pricing-row1-item .pro-icon.icon_5 {
	background: url(../images/more-product.png) no-repeat center;
	background-size: cover;
}

.hdk-index .pricing-row1-item:hover a {
	color: #70a3e6;
}

.hdk-index .pricing-row1-item:hover .pro-icon.icon_1,
.hdk-index .pricing-row1-item.on .pro-icon.icon_1 {
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	background-image: url(../images/earth1.png);
}

.hdk-index .pricing-row1-item:hover .pro-icon.icon_2,
.hdk-index .pricing-row1-item.on .pro-icon.icon_2 {
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	background-image: url(../images/phone1.png);
}

.hdk-index .pricing-row1-item:hover .pro-icon.icon_3,
.hdk-index .pricing-row1-item.on .pro-icon.icon_3 {
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	background-image: url(../images/shop1.png);
}

.hdk-index .pricing-row1-item:hover .pro-icon.icon_4,
.hdk-index .pricing-row1-item.on .pro-icon.icon_4 {
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	background-image: url(../images/computer1.png);
}

.hdk-index .pricing-row1-item:hover .pro-icon.icon_5,
.hdk-index .pricing-row1-item.on .pro-icon.icon_5 {
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	background-image: url(../images/more-product1.png);
}

.hdk-index .conWrapBox {
	background-color: #F7F7F7;
}

.hdk-index .hdk-case-model .case-warp-box .hdk-what-title {
	margin-top: 75px;
	margin-bottom: 75px;
}


/*新闻*/

.hdk-index .hdk-news {
	padding-top: 75px;
	padding-bottom: 75px;
}

.hdk-index .news-message-box .news_list {
	margin-top: 60px;
}

.hdk-index .news-message-box .news_list .news_item {
	padding-bottom: 20px;
}

.hdk-index .news_list .news_item li {
	position: relative;
}

.hdk-index .news_list .news_item li .img_box {
	width: 100%;
	height: 150px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.hdk-index .news_list .news_item li .img_box img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.hdk-index .news_list .news_item li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.hdk-index .news_list .news_item li .item_name {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 40px;
}

.hdk-index .news_list .news_item li:hover .news .news_name {
	color: #f8ab37;
}

.hdk-index .news_list .news_item li .news_text {
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 30px;
	top: 72px;
}

.hdk-index .news_list .news_item li .news {
	display: block;
	width: 100%;
	margin-bottom: 7px;
}

.hdk-index .news_list .news_item li .news .date {
	width: 15%;
	font-size: 14px;
	color: #999;
	text-align: left;
}

.hdk-index .news_list .news_item li .news .news_name {
	width: 85%;
	font-size: 14px;
	color: #666;
	text-align: left;
}

@media (max-width: 490px) {
	.hdk-index .hdk-news {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

.hdk-index .hdk-defined {
	transition: all 1s;
	overflow: hidden;
	background: url(../images/ecshop.png) center center no-repeat rgba(0, 0, 0, .95);
}

.hdk-index .hdk-defined .defined {
	padding: 145px 0 160px;
}

.hdk-index .hdk-defined .dingdone-server {
	width: 300px;
	height: 400px;
	position: relative;
}

.hdk-index .hdk-defined .dingdone-server .opacty {
	width: 100%;
	height: 400px;
	background-color: #fff;
	opacity: .2;
	z-index: 98;
	position: absolute;
	left: 0;
}

.hdk-index .hdk-defined .dingdone-pic {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 200;
}

.hdk-index .hdk-defined .dingdone-server div:last-child {
	border: none;
}

.hdk-index .hdk-defined .dingdone-server .programme {
	width: 100%;
	height: 100px;
	line-height: 100px;
	cursor: pointer;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 40px;
	text-align: left;
	transition: all .3s;
	margin-right: -4px;
}

.hdk-index .hdk-defined .dingdone-server .programme.acent {
	background: -webkit-linear-gradient(left, rgb(97, 87, 254), rgb(7, 147, 238));
	background: -o-linear-gradient(right, rgb(97, 87, 254), rgb(7, 147, 238));
	background: -moz-linear-gradient(right, rgb(97, 87, 254), rgb(7, 147, 238));
	background: linear-gradient(to right, rgb(97, 87, 254), rgb(7, 147, 238)); 
}

.hdk-index .hdk-defined .dingdone-server .ways-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 38px;
	margin-right: 20px;
	background: url() no-repeat center;
	transition: all .3s;
}

.hdk-index .hdk-defined .dingdone-server .ways-icon>img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.hdk-index .hdk-defined .dingdone-server .ways-comment {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.hdk-index .hdk-defined .dingdone-linking-ways {
	height: 335px;
	max-width:750px;
	margin-left: 90px;
	display: none;
	text-align: left;
}

.hdk-index .hdk-defined .dingdone-linking-ways.link-show {
	display: block;
}

.hdk-index .hdk-defined .dingdone-linking-ways .app-props {
	height: 30px;
	font-size: 36px;
	color: #fff;
	font-weight: 200;
	white-space: nowrap;
}

.hdk-index .hdk-defined .dingdone-linking-ways .app-lines {
	display: block;
	width: 51px;
	padding-top: 30px;
	border-bottom: 2px solid #4776f8;
}

.hdk-index .hdk-defined .dingdone-linking-ways .sec_title {
	position: relative;
	color: #fff;
	margin-top: 60px;
	margin-bottom: 30px;
}

.hdk-index .hdk-defined .dingdone-linking-ways .sec_title p {
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
}

.hdk-index .hdk-defined .dingdone-linking-ways .sec_title_main {
	/*position: absolute;*/
	/*width: 148px;*/
	height: 28px;
	top: 3px;
	line-height: 20px!important;
	display: inline-block;
	vertical-align: top;
}

.hdk-index .hdk-defined .dingdone-linking-ways .sec_title_main .sec-border {
	width: 148px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 1px solid #ccc;
	border-radius: 2px;
	opacity: .5;
}

.hdk-index .hdk-defined .dingdone-linking-ways .sec_title_main .sec-image {
	width: 148px;
	height: 28px;
	left: 1px;
	top: 1px;
	z-index: 20;
	background-color: #fff;
	opacity: .1;
	margin-left: -15px;
}

.hdk-index .hdk-defined .dingdone-linking-ways .sec_title_main .navsection {
	position: absolute;
	width: 148px;
	left: 0;
	top: 0;
	font-size: 14px;
	height: 28px;
	line-height: 28px!important;
	z-index: 100;
	text-align: center;
}

.hdk-index .hdk-defined .dingdone-linking-ways .third_title {
	margin-top: 5px;
}

.hdk-index .hdk-defined .dingdone-linking-ways .third_title p {
	font-size: 14px;
	color: #fff;
	padding-bottom: 12px;
}

.hdk-index .hdk-defined .dingdone-linking-ways .link-btn {
	padding-bottom: 30px;
	cursor: pointer;
}

.hdk-index .hdk-defined .dingdone-linking-ways .link-btn a {
	color: #4776f8;
	font-size: 14px;
	text-decoration: underline;
}

.hdk-index .hdk-defined .dingdone-linking-ways .main-core {
	margin-bottom: 12px;
	color: #fff;
}

.hdk-index .hdk-defined .dingdone-linking-ways .main-core p {
	display: inline-block;
	width: 230px;
	font-size: 14px;
	color: #fff;
}

.hdk-index .hdk-advantage {
	background-color: #f7f7f7;
}

.hdk-index .hdk-advantage .hdk-what-title h2 {
	margin-top: 0;
}

.hdk-index .hdk-advantage .hdk-what-title h5,
.hdk-index .hdk-create-get .hdk-what-title h5 {
	font-size: 16px;
	color: #999;
	margin-top: 22px;
	line-height: 30px;
}

.hdk-index .advantage-box {
	padding-top: 60px;
	padding-bottom: 20px;
}

.hdk-index .advantage-list,
.hdk-index .create-get-list {
	margin-top: 120px;
	overflow: hidden;
}

.hdk-index .advantage-list,
.hdk-index .create-get-list .item {
	margin-bottom: 40px;
}

.hdk-index .advantage-list .item {
	width: 100%;
	height: 220px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 2px 5px rgba(0, 0, 0, .01)!important;
	-webkit-box-shadow: 0px 0px 2px 5px rgba(0, 0, 0, .01)!important;
	-moz-box-shadow: 0px 0px 2px 5px rgba(0, 0, 0, .01)!important;
	-o-box-shadow: 0px 0px 2px 5px rgba(0, 0, 0, .01)!important;
	text-align: center;
	padding: 10px 5px;
	text-align: justify;
	display: inline-block;
	vertical-align: top;
}

.hdk-index .advantage-list .item .ico {
	display: inline-block;
	width: 100%;
	line-height: 120px;
	height: 120px;
	text-align: center;
}

.hdk-index .advantage-list .item .ico span {
/*	display: inline-block;
	width: 260px;
	height: 120px;
	text-align: center;
	vertical-align: middle;*/
	display: flex;
	width:55px;
	height:120px;
	align-items:center;
	margin: 0 auto;
}

.hdk-index .advantage-list .item img {
	display: inline-block;
	width: 55px;
}

.hdk-index .advantage-list .item .text {
	margin-top: 5px;
	text-align: center;
}

.hdk-index .advantage-list .item .text h5 {
	font-size: 18px;
	line-height: 25px;
	color: #333;
}

.hdk-index .advantage-list .item .text p {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin-top: 8px;
}

.hdk-index .create-get-box {
	padding-top: 60px;
	padding-bottom: 100px;
}

.hdk-index .create-get-list .list .item {
	width: 100%;
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.hdk-index .create-get-list .item::after {
	position: absolute;
}

.hdk-index .create-get-list .item::before {
	position: absolute;
	display: none;
	content: "";
	width: 35px;
	height: 19px;
	left: 50%;
	margin-left: -17px;
	top: 200px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	background: url(../images/ico_jt.png) no-repeat;
}

.hdk-index .create-get-list>div:last-child .item::after,
.hdk-index .create-get-list>div:last-child .item::before {
	display: none!important;
}

.hdk-index .create-get-list .item .ico {
	display: inline-block;
	width: 115px;
	height: 115px;
	background-color: #ebf2fe;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

.hdk-index .create-get-list .item .ico span {
	display: table-cell;
	width: 115px;
	height: 115px;
	text-align: center;
	vertical-align: middle;
}

.hdk-index .create-get-list .item .ico img {
	display: inline-block;
	width: 50px;
	height: auto;
}

.hdk-index .create-get-list .item .text {
	color: #666;
	line-height: 24px;
	font-size: 16px;
	margin-top: 16px;
}

.hdk-index .create-get-list .item:after {
	content: "";
	width: 35px;
	height: 19px;
	background: url(../images/ico_jt.png) no-repeat;
	position: absolute;
	right: -35px;
	top: 48px;
}

.Micromall {
	padding-top: 95px;
	padding-bottom: 95px;
}

.Micromall .mall_left {
	text-align: left;
	padding-left: 25px;
}

.Micromall .mall_left .pro_name {
	margin-top: 0;
	font-size: 24px;
	color: #333;
	text-align: left;
	margin-bottom: 15px;
}

.Micromall .mall_left .mall_text {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	text-align: left;
	line-height: 160%;
}

.Micromall .mall_left .info-btn {
	display: inline-block;
	width: 100px;
	text-align: center;
	height: 40px;
	line-height: 38px;
	border: 1px solid #9c9c9c;
	border-radius: 3px;
	margin-top: 65px;
	font-size: 14px;
	color: #666;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
}

.Micromall .mall_left .info-btn:hover {
	color: #70a3e6;
	border-color: #70a3e6;
}

.Micromall .mall_right dl dd {
	display: inline-block;
	width: 20%;
	text-align: center;
	height: 80px;
	margin-bottom: 65px;
	float: left;
	cursor: default!important;
}

.Micromall.pro_xcx {
	overflow: hidden;
}

.Micromall.pro_xcx .mall_right dl dd {
	width: 20%;
	margin-right: 0;
	float: left;
}

.Micromall .mall_right dl dd a {
	display: block;
	width: 100%;
	height: 80px;
	color: #999;
	font-size: 14px;
	cursor: default!important;
}

.Micromall .mall_right dl dd a .fa {
	font-size: 40px;
	color: #777;
	opacity: .8;
	height: 40px;
	width: 40px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.Micromall .mall_right dl dd a .name {
	display: block;
	margin-top: 7px;
	font-size: 14px;
	color: #999;
}


/*公用部分*/

.Micromall .mall_right dl dd a .fa.dyj {
	background-image: url(../images/dyj.png);
}

.Micromall .mall_right dl dd a .fa.dpzx {
	background-image: url(../images/dpzx.png);
}

.Micromall .mall_right dl dd a .fa.hxkj {
	background-image: url(../images/hxkj.png);
}

.Micromall .mall_right dl dd a .fa.more {
	background-image: url(../images/more.png);
}

.Micromall .mall_right dl dd a .fa.yhj {
	background-image: url(../images/yhj.png);
}


/*拼团icon*/

.Micromall .mall_right dl dd a .fa.pwoer {
	background-image: url(../images/pwoer.png);
}

.Micromall .mall_right dl dd a .fa.spzq {
	background-image: url(../images/spzq.png);
}

.Micromall .mall_right dl dd a .fa.tzmd {
	background-image: url(../images/tzmd.png);
}

.Micromall .mall_right dl dd a .fa.xfyl {
	background-image: url(../images/xfyl.png);
}

.Micromall .mall_right dl dd a .fa.xrt {
	background-image: url(../images/xrt.png);
}


/*商城icom*/

.Micromall .mall_right dl dd a .fa.gzhbd {
	background-image: url(../images/gzhbd.png);
}

.Micromall .mall_right dl dd a .fa.ggzs {
	background-image: url(../images/ggzs.png);
}

.Micromall .mall_right dl dd a .fa.mjmz {
	background-image: url(../images/mjmz.png);
}

.Micromall .mall_right dl dd a .fa.shsjd {
	background-image: url(../images/shsjd.png);
}

.Micromall .mall_right dl dd a .fa.zkgl {
	background-image: url(../images/zkgl.png);
}


/*门店icon*/

.Micromall .mall_right dl dd a .fa.dpgl {
	background-image: url(../images/dpgl.png);
}

.Micromall .mall_right dl dd a .fa.hygl {
	background-image: url(../images/hygl.png);
}

.Micromall .mall_right dl dd a .fa.hyk {
	background-image: url(../images/hyk.png);
}

.Micromall .mall_right dl dd a .fa.mdgl {
	background-image: url(../images/mdgl.png);
}

.Micromall .mall_right dl dd a .fa.sjgk {
	background-image: url(../images/sjgk.png);
}

.hdk-index .hdk-partners {
	text-align: center
}


/*微站*/

.Micromall .mall_right dl dd a .fa.bdxx {
	background-image: url(../images/bdxx.png);
}

.Micromall .mall_right dl dd a .fa.cpal {
	background-image: url(../images/cpal.png);
}

.Micromall .mall_right dl dd a .fa.qyxx {
	background-image: url(../images/qyxx.png);
}

.Micromall .mall_right dl dd a .fa.wzgg {
	background-image: url(../images/wzgg.png);
}

.item-m {
	display: none!important;
}

@media (min-width: 1200px) {
	.hdk-index .hdk-what-privew {
		width: 992px;
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 1200px) {
	.hdk-index .margin-top180 {
		margin-top: 140px;
	}
	/*defined-box Begin*/
	.hdk-index .hdk-defined .defined {
		padding: 0 0 600px;
	}
	.hdk-index .hdk-defined .dingdone-server {
		width: 25%;
		height: 100px;
	}
	.hdk-index .hdk-defined .dingdone-server .opacty {
		width: 400%;
		height: 100px;
	}
	.hdk-index .hdk-defined .dingdone-pic {
		white-space: nowrap;
	}
	.hdk-index .hdk-defined .dingdone-server .programme {
		display: inline-block;
		padding-left: 0;
	}
	.hdk-index .hdk-defined .defined.container {
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
	.hdk-index .hdk-defined .dingdone-linking-ways {
		position: absolute;
		margin: 160px auto 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		left: 50%;
	}
	.hdk-index .hdk-defined .dingdone-server .ways-icon {
		margin-left: 20%;
	}
	/*defined-box End*/
}

@media (max-width: 992px) {
	.hdk-index .margin-top180 {
		margin-top: 110px;
	}
	.hdk-index .hdk-what-title.doc-title h2,
	.hdk-index .hdk-what-title.sheet-title h2,
	.hdk-index .hdk-partners-title h2 {
		font-size: 24px;
		line-height: 35px;
	}
	.hdk-index .hdk-begin-slogen {
		font-size: 28px;
	}
	.hdk-index .Micromall {
		padding-bottom: 20px;
	}
	.hdk-index .Micromall .mall_right {
		margin-top: 50px;
	}
	.hdk-index .hdk-defined .dingdone-linking-ways .sec_title_main .sec-image {
		margin-left: 0;
	}
	.hdk-index .hdk-defined .dingdone-linking-ways .sec_title_main .sec-border,
	.hdk-index .hdk-defined .dingdone-linking-ways .sec_title_main .navsection {
		margin-left: 15px;
	}
	/*defined-box Begin*/
	.hdk-index .hdk-defined .dingdone-server .ways-icon {
		margin-left: 10%;
		margin-right: 10px;
	}
	.hdk-index .hdk-defined .dingdone-server .ways-comment {
		font-size: 14px;
	}
	.hdk-index .hdk-defined .dingdone-linking-ways .sec_title p {
		margin-bottom: 20px;
	}
	/*defined-box End*/
}

@media (max-width: 768px) {
	.hdk-index .container {
		max-width: 375px;
		width: 100%;
		margin: 0 auto;
	}
	.hdk-index .conWrap.container {
		max-width: 495px;
	}
	.hdk-index .Micromall .mall_left .info-btn {
		margin-top: 35px;
	}
	.Micromall .mall_right dl dd {
		width: 25%!important;
	}
	.hdk-index .g-box.m-dl>div,
	.hdk-what-privew .container {
		padding-right: 0;
		padding-left: 0;
	}
	.hdk-index .pricing-row1-item .pro-icon {
		display: block;
		margin: 0 auto 10px;
	}
	.Micromall .mall_right dl dd {
		margin-bottom: 50px;
	}
	.hdk-index .hdk-swiper-box .banner-link {
		height: 510px;
	}
	.hdk-cover .container .subtitle {
		position: absolute;
		width: 200px;
		height: 80px;
		left: 50%;
		top: 160px;
		margin: 0 0 0 -100px;
		padding: 0;
		font-weight: 400;
		font-size: 18px;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 26px;
		text-shadow: 0 0 32px rgba(65, 70, 75, 0.3);
	}
	.hdk-cover .container .hdk-button {
		position: absolute;
		height: auto;
		line-height: 31px;
		width: 150px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		font-size: 13px;
	}
	.hdk-cover .container .blue {
		top: 0;
	}
	.hdk-begin-use {
		height: 90px;
		top: 280px;
		position: absolute;
		width: 100%;
	}
	.hdk-cover .container .glass {
		top: 38px;
		margin-left: 0!important;
		background: rgba(255, 255, 255, 0.25);
		box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	}
	.item-p {
		display: none!important;
	}
	.item-m {
		display: block!important;
	}
	.hdk-index .hdk-what {
		margin-top: 40px!important;
	}
	.hdk-what-title.doc-title.text-indent-all {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		width: auto;
		background-size: contain;
	}
	.hdk-index .hdk-what-privew {
		display: inline-block;
		height: auto;
		margin-top: 40px;
		width: 100%;
		position: relative;
	}
	.hdk-what-privew .what-privew-image {
		position: absolute;
		width: 340px;
		height: 239px;
		left: 50%;
		margin-left: -170px;
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.hdk-office {
		position: relative;
		height: 884px;
		margin-top: 100px;
	}
	.privew-doc-01 {
		top: 0;
	}
	.privew-doc-01 {
		top: 603px;
	}
	.hdk-office .glyph-office {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-office .glyph-office {
		position: absolute;
		left: 50%;
		top: 90px;
		margin-left: -165px;
	}
	.hdk-glyph.glyph-office {
		width: 329px;
		height: 23px;
		background-position: center -30px;
	}
	.hdk-office .office-text-1 {
		top: 138px;
	}
	.hdk-index .hdk-text {
		font-size: 14px;
		color: #41464B;
		line-height: 24px;
		opacity: 0.8;
		position: absolute;
		left: 0;
		text-align: center;
		width: 100%;
	}
	.hdk-office .hdk-image-2 {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-office .office-text-2 {
		top: 536px;
	}
	.hdk-office .hdk-image-2 {
		position: absolute;
		width: 340px;
		height: 239px;
		left: 50%;
		top: 206px;
		margin-left: -170px;
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.hdk-office .hdk-image-3 {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-office .hdk-image-3 {
		position: absolute;
		width: 340px;
		height: 239px;
		left: 50%;
		top: 603px;
		margin-left: -170px;
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.hdk-bye-email {
		position: relative;
		height: 920px;
	}
	.hdk-bye-email .glyph-bye-email {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-bye-email .glyph-bye-email {
		position: absolute;
		left: 50%;
		margin-left: -140px;
		top: 93px;
	}
	.hdk-glyph.glyph-bye-email {
		width: 277px;
		height: 57px;
		background-position: center -60px;
	}
	.hdk-bye-email .bye-email-text-1 {
		top: 176px;
	}
	.hdk-bye-email .hdk-image-4 {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-bye-email .hdk-image-4 {
		position: absolute;
		width: 340px;
		height: 239px;
		left: 50%;
		top: 244px;
		margin-left: -170px;
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.hdk-bye-email .bye-email-text-2 {
		top: 573px;
	}
	.hdk-bye-email .hdk-image-5 {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-bye-email .hdk-image-5 {
		position: absolute;
		width: 340px;
		height: 239px;
		left: 50%;
		top: 641px;
		margin-left: -170px;
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.hdk-sync-title .text-indent-all h2 {
		font-size: 14px!important;
	}
	.hdk-index .create-get-list .item {
		margin-bottom: 100px;
	}
	.hdk-index .create-get-box {
		padding-bottom: 0;
	}
	/*defined-box Begin*/
	.hdk-index .hdk-defined .dingdone-server .ways-icon {
		display: block;
		margin: 15px auto 0;
	}
	.hdk-index .hdk-defined .dingdone-server .ways-comment {
		display: table;
		line-height: 1em;
		margin: 20px auto 0;
	}
	.hdk-index .hdk-defined .dingdone-linking-ways {
		width: 495px;
		padding: 0 60px;
	}
	.hdk-index .hdk-defined .dingdone-linking-ways .app-props {
		font-size: 22px;
	}
	.hdk-index .hdk-defined .dingdone-linking-ways .sec_title {
		margin-top: 20px;
	}
	.hdk-index .hdk-defined .dingdone-linking-ways .sec_title p {
		font-size: 18px;
	}
	/*defined-box End*/
}

@media only screen and (min-width: 768px) {
	.hdk-index .create-get-list .item::after {
		display: inline-block;
	}
	.hdk-index .create-get-list .item::before {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.hdk-index .container {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.hdk-index .create-get-list .item::after {
		display: none;
	}
	.hdk-index .create-get-list .item::before {
		display: inline-block;
	}
}

@media (max-width: 490px) {
	.hdk-index .Micromall {
		padding-top: 60px;
	}
	.hdk-index .hdk-defined .dingdone-linking-ways .app-props {
		font-size: 20px;
	}
	.hdk-index .hdk-what {
		margin-top: 0!important;
	}
	.hdk-index .pricing-row1-item {
		width: 80%;
	}
	.hdk-index .pricing-row1-item a {
		font-size: 14px;
	}
	.Micromall .mall_left .pro_name {
		font-size: 18px;
	}
	.Micromall .mall_right dl dd {
		width: 33.33%!important;
		margin-bottom: 30px;
	}
	.hdk-index .hdk-what-title.doc-title.text-indent-all {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		width: auto;
		background-size: contain;
	}
	.hdk-index .hdk-what-privew {
		display: inline-block;
		height: auto;
		margin-top: 40px;
		width: 100%;
		position: relative;
	}
	.hdk-index .hdk-what-privew .what-privew-image {
		position: absolute;
		width: 340px;
		height: 239px;
		left: 50%;
		margin-left: -170px;
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.hdk-index .hdk-sync .hdk-sync-img {
		width: 340px!important;
		height: 239px!important;
		margin-left: -170px;
		left: 50%;
		position: relative;
		background-position: center 0!important;
		background-repeat: no-repeat!important;
		background-size: cover!important;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-index .hdk-office {
		position: relative;
		height: 884px;
		margin-top: 100px;
	}
	.hdk-index .privew-doc-01 {
		top: 0;
	}
	.hdk-index .privew-doc-01 {
		top: 603px;
	}
	.hdk-index .hdk-office .glyph-office {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-index .hdk-office .glyph-office {
		position: absolute;
		left: 50%;
		top: 90px;
		margin-left: -165px;
	}
	.hdk-index .hdk-glyph.glyph-office {
		width: 329px;
		height: 23px;
		background-position: center -30px;
	}
	.hdk-index .hdk-office .office-text-1 {
		top: 138px;
	}
	.hdk-index .hdk-text {
		font-size: 14px;
		color: #41464B;
		line-height: 24px;
		opacity: 0.8;
		position: absolute;
		left: 0;
		text-align: center;
		width: 100%;
	}
	.hdk-index .hdk-office .hdk-image-2 {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-index .hdk-office .office-text-2 {
		top: 536px;
	}
	.hdk-index .hdk-office .hdk-image-2 {
		position: absolute;
		width: 340px;
		height: 239px;
		left: 50%;
		top: 206px;
		margin-left: -170px;
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.hdk-index .hdk-office .hdk-image-3 {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-index .hdk-office .hdk-image-3 {
		position: absolute;
		width: 340px;
		height: 239px;
		left: 50%;
		top: 603px;
		margin-left: -170px;
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.hdk-index .hdk-bye-email {
		position: relative;
		height: 920px;
	}
	.hdk-index .hdk-bye-email .glyph-bye-email {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-index .hdk-bye-email .glyph-bye-email {
		position: absolute;
		left: 50%;
		margin-left: -140px;
		top: 93px;
	}
	.hdk-index .hdk-glyph.glyph-bye-email {
		width: 277px;
		height: 57px;
		background-position: center -60px;
	}
	.hdk-index .hdk-bye-email .bye-email-text-1 {
		top: 176px;
	}
	.hdk-index .hdk-bye-email .hdk-image-4 {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-index .hdk-bye-email .hdk-image-4 {
		position: absolute;
		width: 340px;
		height: 239px;
		left: 50%;
		top: 244px;
		margin-left: -170px;
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.hdk-index .hdk-bye-email .bye-email-text-2 {
		top: 573px;
	}
	.hdk-index .hdk-bye-email .hdk-image-5 {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.hdk-index .hdk-bye-email .hdk-image-5 {
		position: absolute;
		width: 340px;
		height: 239px;
		top: 641px;
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	/*defined Begin*/
	.hdk-index .hdk-defined .dingdone-linking-ways {
		width: 320px;
		padding: 20px;
		box-sizing: border-box;
	}
	.hdk-index .hdk-defined .dingdone-server .ways-comment {
		font-size: 12px;
		white-space: normal;
		text-align: center;
		line-height: 12px;
	}
	.hdk-index .hdk-defined .dingdone-server .ways-comment {
		padding: 0 5px;
	}
	.hdk-index .advantage-list {
		margin-top: 80px;
		margin-bottom: -20px;
	}
	/*defined End*/
}


/*hdk End*/


/*about Begin*/

.about-main-box .about-cover {
	height: 582px;
	background-image: url(../images/aboutbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-main-box .about-article {
	position: relative;
	margin-top: -227px;
	margin-bottom: 100px;
}

.about-cover .container .about-number {
	padding-top: 173px;
	text-align: center;
}

.about-glyph.glyph-number+.about-glyph.glyph-number {
	margin-left: -3.3px;
}

.about-article .container {
	padding: 100px;
}

.about-article .small {
	box-sizing: border-box;
}

.about-article .border {
	background-color: #fff;
	border: 1px solid #D6DDE4;
	box-shadow: 0 -20px 24px 0 rgba(19, 31, 48, 0.1);
}

.about-article:after {
	content: ' ';
	bottom: -44px;
	left: 0;
	width: 100%;
	height: 75px;
	position: absolute;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 38%);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 38%);
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 38%);
	background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 38%);
}

.about-article .container .about-context {
	font-size: 16px;
	color: #676B6F;
	line-height: 24px;
	letter-spacing: 1.3px;
	text-align: justify;
}

.about-article .container .about-title {
	font-size: 20px;
	color: #41464B;
	line-height: 28px;
	letter-spacing: 1.6px;
	font-weight: bold;
	margin: 64px 0 20px;
}

.about-article .container .about-context {
	font-size: 16px;
	color: #676B6F;
	line-height: 24px;
	letter-spacing: 1.3px;
}

.about-article .container .about-context.line-gap {
	margin-top: 20px;
}

.about-article .container .about-contact {
	font-size: 16px;
	color: #676B6F;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 20px;
}

.about-article .container .about-sns {
	font-size: 0;
	margin-top: 21px;
}

.about-article .container .about-sns .glyph-weixin {
	margin-left: 0;
}

.about-article .container .about-sns .hdk-modal-trigger {
	position: relative;
}

.about-glyph {
	display: inline-block;
	width: 22px;
	height: 22px;
	opacity: .5;
	vertical-align: middle;
}

.about-glyph:hover {
	opacity: 1;
}

.about-glyph.fa-weixin {
	font-size: 20px;
	overflow: visible;
}

.about-glyph.fa-weixin:hover .hdk-modal-wrap {
	visibility: visible!important;
	opacity: 1!important;
}

.about-glyph.fa-qq {
	font-size: 20px;
}

.about-glyph.fa-twitter {
	font-size: 22px;
}

.about-article .container .about-sns .fa-weixin~a.about-glyph {
	margin-left: 18px;
}

#about-number .glyph-wz {
	font-size: 32px;
	color: #fff;
	width: 1200px;
	opacity: 1;
	height: 90px;
	letter-spacing: 3px;
	font-weight: 600;
	margin: 0 auto;
}

.about-glyph.glyph-weixin~a.about-glyph {
	margin-left: 18px;
}

.about-article .container .about-sns .hdk-modal-trigger .hdk-modal-wrap {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	text-indent: 0;
	font-size: 14px;
	color: #41464b;
	position: absolute;
	background: #ffffff;
	border-radius: 2px;
	text-align: center;
	box-sizing: border-box;
}

.about-article .container .about-sns .hdk-modal-wrap .weixin-title {
	margin-top: 18px;
}

.about-article .container .about-sns .hdk-modal-wrap .weixin-qrcode {
	display: inline-block;
	margin-top: 10px;
	width: 124px;
	height: 124px;
	background-image: url(../images/follow_shimo-55bc6e690a.jpg);
	background-size: 124px 124px;
}

.about-article .container .about-sns .hdk-trangle-wrap.down {
	bottom: -20px;
}

.about-article .container .about-sns .hdk-trangle-wrap {
	position: absolute;
	height: 20px;
	width: 100%;
	text-align: center;
}

.about-article .container .about-sns .hdk-trangle-wrap.down .hdk-trangle-top {
	top: 0;
	border-top-color: rgba(135, 135, 135, 0.2);
	z-index: 10;
}

@media (min-width: 1200px) {
	.about-main-box .about-article .container {
		width: 992px;
		max-width: 100%;
	}
	#about-number .glyph-wz{
		width: 840px;
	}
}
@media (max-width: 1200px) {
	#about-number .glyph-wz{
		width: 740px;
	}
}

@media (max-width: 840px) {
	.about-main-box .about-article .container {
		width: 620px;
	}
	#about-number .glyph-wz{
		width: 600px;
	}
}

@media (max-width: 700px) {
	.about-main-box .about-article .container {
		width: 600px;
	}
	.about-article .container {
		padding: 50px;
	}
	.about-article .container .about-context,
	.about-article .container .about-contact {
		font-size: 14px;
	}
	.about-article .container .about-title {
		font-size: 18px;
		margin: 53px 0 20px;
	}
	.about-main-box .about-cover {
		height: 458px;
	}
	.about-main-box .about-article {
		margin-top: -160px;
	}
	#about-number .glyph-wz{
		width: 530px;
	}
}

@media (max-width: 600px) {
	.about-main-box .about-article .container {
		width: 430px;
	}
	#about-number .glyph-wz{
		width: 450px;
	}
}

@media (max-width: 490px) {
	.about-main-box .about-article .container {
		width: 320px;
	}
	.about-article .container {
		padding: 35px;
	}
	.about-main-box .about-article {
		margin-bottom: 45px;
	}
	#about-number .glyph-wz{
		width: 380px;
	}
}

@media (max-width: 425px) {
	#about-number .glyph-wz {
		width: 230px;
		font-size: 26px;
		height: 74px;
	}
	.about-main-box .about-article .container {
		width: 320px;
	}
	.about-article .container {
		padding: 35px;
	}
	.about-main-box .about-article {
		margin-bottom: 45px;
	}
	#about-number .glyph-wz{
		width: 320px;
	}
}

@media (max-width: 320px) {
	.about-article .border {
		border: none;
	}
}


/*about End*/


/*cooperative Begin*/


/*2c7beb*/

.cooperative-main-box .cooperative-cover {
	position: relative;
	height: 440px;
	margin-top: 60px;
	background-image: url(../images/cooperativebanner.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.cooperative-main-box .banner-item-container {
	position: relative;
	height: 300px;
	margin: 0 auto;
	padding-top: 106px;
	z-index: 99;
}

.cooperative-main-box .bannerCenter {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
}

.cooperative-main-box .banner-item-content {
	position: absolute;
	border-radius: 2px;
	font-size: 14px;
	color: white;
	width: 800px;
	top: 50%;
}

.cooperative-main-box .banner-item-content-title {
	min-height: 50px;
	letter-spacing: 3px;
	margin: 10px 0 0 0;
	font-size: 34px;
	padding: 0 20px;
}

.cooperative-main-box .banner-item-content-context {
	margin: 20px 0 0;
	word-break: break-all;
	font-size: 20px;
}

.cooperative-main-box .banner-item-btn {
	width: 100%;
	overflow: hidden;
}

.cooperative-main-box .banner-item-btn a {
	display: inline-block;
	width: 145px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 53px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.cooperative-main-box .banner-item-btn a:hover {
	background-color: rgba(255, 255, 255, .1)!important;
	border-color: rgba(255, 255, 255, .7)!important;
}

.cooperative-main-box .about-page .mod-title {
	margin: 58px auto 20px;
	text-align: center;
	font-size: 36px;
	height: 63px;
	line-height: 63px;
	font-weight: normal;
}

.website-floor2 {
	width: 100%;
	/*	padding: 0 0 40px 0;*/
	overflow: hidden;
}

.website-floor2-list {
	margin: 0 auto;
	/*border: solid 1px #eaebec;*/
	box-sizing: border-box;
	/*overflow: hidden;*/
}

.website-floor2 ul li {
	position: relative;
	list-style: none;
	height: auto;
	margin: 0 0 40px;
	border-right: none;
	box-sizing: border-box;
	text-align: center;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.website-floor2 ul li:last-child {
	margin-right: 0;
}

.website-floor2 ul li a {
	display: block;
	text-decoration: none;
}

.website-floor2 ul li a:hover {
	cursor: default;
}

.website-floor2 ul li .item-img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.website-floor2 .item-img img {
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}

.website-floor2 ul li .item-img .shade-layer {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.cooperative-cover .shade-layer,
.banner_coop .shade-layer {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
}

.website-floor2 .item-content .floor2-list-title {
	color: #000;
	font-weight: 600;
	font-size: 18px;
}

.website-floor2 .item-content {
	border: 1px solid #eaebec;
	border-top: 0;
	background: #fff;
	height: 90px;
	padding-top: 20px;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
}

.website-floor2 .item-content p {
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
	text-align: center;
	width: 215px;
	margin: 0 auto 8px;
	color: #999;
}

.about-item2 {
	width: 100%!important;
	padding-right: 0;
	padding-left: 0;
	background: #f6f6f6;
}

.about-item2 .coomperative {
	width: 100%;
	/*	height: 380px;*/
	box-sizing: border-box;
	padding: 50px 15%;
}

.about-item5 .coomperative {
	width: 100%;
	/*	height: 380px;*/
	box-sizing: border-box;
	padding: 10px 15% 50px;
}

.about-item2 .coomperative-list li .coomperative-warp {
	/*height: 150px;*/
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 25px 20px;
}

.about-item2 .coomperative-list li .ico_box {
	width: 82px;
	height: 82px;
	/*border: 1px dashed #d2d2d2;*/
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	margin: 4px 0;
}

.about-item2 .coomperative-list li .ico_box span {
	display: table-cell;
	width: 82px;
	height: 82px;
	text-align: center;
	vertical-align: middle;
}

.coomperative-list .ico_box span img {
	width: 100%;
	display: inline-block;
}

.coomperative-list li .text {
	/*width: 225px;*/
}

.coomperative-list li .tit {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
}

.coomperative-list li p {
	font-size: 14px;
	height: 44px;
	line-height: 22px;
	color: #999;
}

.about-item2 .coomperative .btn-container {
	margin: 25px 0 20px;
}

.about-item2 .coomperative .btn-container .btn.action {
	background: #FFF;
	color: #2d9afa;
}

.about-item2 .coomperative .btn-container .btn {
	width: 179px;
	height: 50px;
	display: inline-block;
	margin-right: 17px;
	border: 1px solid #FFFFFF;
	background: transparent;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
}

.about-item2 .coomperative .more {
	font-size: 16px;
	line-height: 26px;
}

.about-item3 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.about-item3 .flow-center ul.lc {
	margin: 11px 0 0;
	position: relative;
}

.about-item3 .flow-center ul.lc:before {
	content: "";
	display: block;
	position: absolute;
	top: 52px;
	left: 10%;
	right: 10%;
	border-bottom: 2px solid #38f;
}

.about-item3 .flow-center ul.lc li {
	float: left;
	width: 20%;
	padding: 30px 0;
	cursor: default;
	border-radius: 10px;
	cursor: pointer;
}

.about-item3 .flow-center ul.lc span {
	display: block;
	transition: all .3s ease;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #38f;
	border: 2px solid #38f;
	box-shadow: 0 0 10px rgba(51, 136, 255, .4);
	background: #fff;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	font-size: 22px;
}

.about-item3 .flow-center ul.lc h3 {
	margin: 15px 0;
	text-align: center;
	color: #636161;
}

.about-item3 .flow-center ul.lc p {
	font-size: 14px;
	opacity: 0.7;
	padding: 0 15px;
}

.about-item3 .flow-center ul.lc li:hover span {
	transition: all .3s ease;
	background: #38f;
	color: #000;
	transform: scale(1.3);
	box-shadow: 0 1px 10px rgba(51, 136, 255, .4), 0 1px 10px rgba(51, 136, 255, .3);
}

.about-item4,
.about-item5 {
	width: 100%!important;
	padding-right: 0;
	padding-left: 0;
}

.about-item4 .coomperative {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/aboutbg.jpg);
	/*background: -moz-linear-gradient(top, #89f7fe, #66a6ff);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#89f7fe), to(#66a6ff));
	background: -o-linear-gradient(top, #89f7fe, #66a6ff);*/
}

.g-section.g-section-joinForm .g-section-joinForm__content {
	position: relative;
	z-index: 1;
}

.m-joinForm {
	box-sizing: border-box;
	padding: 50px;
	width: 530px;
	margin: 0 auto;
	/* border: 1px solid #0fdebd; */
	background-color: #fff;
	border-radius: 4px;
}

.m-joinForm .m-joinForm__head {
	padding-bottom: 20px;
	text-align: center;
}

.m-joinForm .m-joinForm__head .center {
	display: inline-block;
}

.m-joinForm .m-joinForm__head .logo {
	width: 48px;
	height: 43px;
	vertical-align: top;
}

.m-joinForm .m-joinForm__head .ttl {
	display: inline-block;
	margin-left: 20px;
	font-size: 34px;
	color: #383838;
	vertical-align: top;
	line-height: 1.3;
}

.m-joinForm .m-joinForm__body {
	text-align: center;
}

.m-joinForm .m-joinForm__body .m-form {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #373d40;
	text-align: left;
	padding-bottom: 10px;
}

.m-joinForm .m-joinForm__body .m-form .m-form__item {
	position: relative;
	padding: 10px;
	white-space: nowrap;
	margin-top: 20px;
	margin-bottom: 20px;
}

.m-joinForm .m-joinForm__body .m-form .m-form__itemError {
	color: #f00;
	margin-top: -10px;
	margin-bottom: -10px;
}

.m-joinForm .m-joinForm__body .m-form .m-form__item-lab {
	box-sizing: border-box;
	position: absolute;
	left: 15px;
	top: 15px;
	width: 95px;
	padding-right: 20px;
}

.m-joinForm .m-joinForm__body .m-form .m-form__item-ipt {
	padding-left: 95px;
}

.m-joinForm .m-joinForm__body .m-form .m-form__input {
	margin: 0;
	padding: 0;
}

.m-joinForm .m-joinForm__body .m-form .m-form__item-require {
	position: absolute;
	right: 20px;
	top: 2px;
	color: #f00;
}

.m-joinForm .m-joinForm__body .m-form .m-form__input .m-form__input-wgt {
	box-sizing: border-box;
	position: relative;
	padding: 4px 0;
	padding-right: 30px;
	width: 100%;
	border: 0;
	z-index: 1;
	font-size: 14px;
	line-height: 1.5;
}

.m-joinForm .m-joinForm__body .m-form .m-form__border {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #d7d7db;
	border-radius: 5px;
	user-select: none;
	z-index: 0;
	transition: 0.3s;
}

.m-joinForm .m-joinForm__body .m-form .m-form__iptClear {
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 50px;
	font-size: 30px;
	color: #c7c7c7;
	cursor: pointer;
	user-select: none;
	z-index: 2;
}

.m-joinForm .m-joinForm .m-joinForm__foot {
	margin-top: 45px;
}

.m-joinForm .u-btn.u-btn-submit {
	display: block;
	width: 100%;
	padding: 10px 25px;
	background-color: #488bff;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	border: 0;
}

.about-item5 {
	background-color: #f6f6f6;
}

.about-item5 .service-ul {
	position: relative;
	font-size: 14px;
	margin-top: 30px;
}

.about-item5 .service-ul li {
	position: relative;
	padding: 0 50px;
	height: 220px;
	border-bottom: 45px;
	float: left;
	margin: 30px 0;
}

.about-item5 .service-ul li .left-li-box {
	height: 100%;
}

.about-item5 .service-ul li .left-li-img {
	position: absolute;
	box-sizing: content-box;
	background-color: white;
	text-align: left;
	margin-left: 8px;
	width: 176px;
	height: 140px;
	padding: 18px 0;
	-moz-border-radius: 140px;
	-webkit-border-radius: 140px;
	border-radius: 140px;
	z-index: 2;
	overflow: hidden;
	transition: all ease-in-out .2s;
	right: 50%;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-moz-transform: translateX(50%);
}

.about-item5 .service-ul li .left-li-img:hover {
	width: 615px;
	z-index: 4;
	transition: all ease-in-out .2s;
	-webkit-transform: all ease-in-out .2s;
	-ms-transform: all ease-in-out .2s;
	-moz-transform: all ease-in-out .2s;
}

.about-item5 .left-li-img img {
	display: block;
	position: absolute;
	left: 2px;
	top: 2px;
	width: 172px;
	height: 172px;
}

.about-item5 .left-li-name {
	text-align: center;
	color: #666;
	overflow: hidden;
	position: relative;
	top: 90%;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.about-item5 .img-con {
	position: absolute;
	left: 180px;
	overflow: hidden;
	width: 365px;
}

.about-item5 .con-two {
	margin: 8px 0;
}

.about-item5 .con-two span {
	display: inline-block;
	margin-right: 30px;
}

.about-item5 .con-three {
	color: #ff7f00;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}

.about-item5 .seven-til {
	font-size: 36px;
	color: #333;
	text-align: center;
	margin-top: 40px;
}

.about-item5 .seven-til font {
	color: #fa4f4f;
}

@media (min-width: 1200px) {
	.cooperative-main-box .container {
		width: 992px;
		max-width: 100%;
	}
	
	.coomperative .container,
	.about-item3 {
		width: 1170px!important;
	}
}
@media (max-width: 1600px) {
	.about-item2 .coomperative,
	.about-item5 .coomperative {
		padding: 50px 10%;
	}
}
@media (max-width: 1400px) {
	.about-item2 .coomperative,
	.about-item5 .coomperative {
		padding: 50px 5%;
	}
}
@media (max-width: 1200px) {
	.about-item2 .coomperative,
	.about-item5 .coomperative {
		padding: 50px 0;
	}
}
@media (max-width: 992px) {
	.container.about-item3 .website-swiper,
	.container.about-item3 .flow-center+.mod-title {
		display: none;
	}
	
	.cooperative-main-box .about-page .mod-title {
		margin: 30px auto 20px;
		font-size: 28px;
	}
	
	.about-item2 .coomperative-list li .ico_box {
		margin: 4px auto;
	}
	
	.about-item2 .coomperative-list li .coomperative-warp {
		text-align: center;
	}
	
	.container.about-item5 {
		display: none;
	}
}
@media (max-width: 992px){
	.cooperative-main-box .banner-item-content{
		width: 702px;
	}
}
@media (max-width: 738px) {
	.cooperative-main-box .banner-item-content-title {
		font-size: 32px;
	}
	
	.cooperative-main-box .about-page .mod-title {
		font-size: 28px;
	}
	
	.cooperative-main-box .banner-item-content{
		width: 652px;
	}
}
@media (max-width: 672px) {
	.about-item2 .coomperative {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.cooperative-main-box .banner-item-content{
		width: 580px;
	}
	
	.about-item2 .coomperative .btn-container {
		margin-top: 43px;
	}
	
	.about-item2 .coomperative .btn-container .btn {
		margin-bottom: 15px;
	}
	
	.m-joinForm {
		width: 440px;
		padding: 35px;
	}
}
@media (max-width: 610px) {
	.about-item2 .coomperative .btn-container {
		margin-top: 40px;
	}
	
	.cooperative-main-box .banner-item-content{
		width: 472px;
	}
	
	.cooperative-main-box .about-page .mod-title {
		font-size: 18px;
		line-height: 38px;
		height: auto;
		margin: 30px auto 0;
	}
}
@media (max-width: 492px) {
	.cooperative-main-box .banner-item-content{
		width: 400px;
	}
	
	.m-joinForm {
		width: 360px;
		padding: 25px;
	}
	
	.m-joinForm .m-joinForm__head .ttl {
		font-size: 28px;
	}
}
@media (max-width: 430px) {
	.cooperative-main-box .banner-item-content {
		min-width: 240px;
		max-width: 320px;
	}
	
	.cooperative-main-box .about-page .mod-title {
		font-size: 16px;
	}
	
	.cooperative-main-box .banner-item-content-title {
		font-size: 26px;
	}
	
	.about-item2 .coomperative {
		padding: 30px 0;
	}
	
	.m-joinForm {
		width: 300px;
	}
	
	.m-joinForm .m-joinForm__body .m-form .m-form__input .m-form__input-wgt {
		padding-right: 0;
		font-size: 12px;
	}
	
	.m-joinForm .m-joinForm__body .m-form .m-form__item-lab {
		width: 90px;
	}
}
@media (max-width: 375px) {
	.container {
		padding-right: 0;
		padding-left: 0;
	}
	
	.about-item3 .flow-center ul.lc h3 {
		font-size: 12px;
	}
	
	.about-item3 .flow-center ul.lc p {
		font-size: 12px;
		opacity: 0.7;
		padding: 0px 10px;
		text-align: justify;
	}
}

/*cooperative End*/

/*detileMessage Begin*/
#pjax-content {
	padding: 68px;
}
#pjax-content .article {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px 30px 0;
	overflow: hidden;
}
#pjax-content .announcement_title {
	margin-bottom: 40px!important;
	padding-bottom: 0!important;
	text-align: left!important;
	margin-top: 32px!important;
	padding-left: 20px!important;
}
#pjax-content .article-copyright {
	margin-top: 15px;
	margin-bottom: 48px;
	font-size: 13px;
	color: #ccc;
	text-align: center;
	letter-spacing: 1px;
	line-height: 16px;
	text-overflow: inherit;
	overflow: hidden;
	word-wrap: break-word;
	word-break: normal;
}
#pjax-content .article-copyright a {
	text-decoration: none;
	color: #ccc;
	font-size: 13px;
}
#pjax-content .article-support {
	margin-bottom: 22px;
	position: relative;
}
#pjax-content .article-support .article-support-title {
	background: #fff;
	font-size: 14px;
	text-align: center;
	color: #888;
	margin-bottom: 20px;
}
@media (max-width: 672px) {
	#pjax-content {
		padding: 30px;
	}
}
@media(max-width: 576px) {
	#pjax-content {
		padding: 30px 0;
	}
	
	#pjax-content .announcement_title {
		font-size: 14px!important;
	}
}

/*detileMessage End*/

/*appWarp Begin*/
#appWarp-main {
	padding-right: 0;
}
.appwarp-banner .app-focus {
	margin-top: 60px;
	height: 360px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.appwarp-list {
	min-height: 400px;
	padding: 50px 0 60px;
	margin-left: -15px;
	overflow: hidden;
}
.appwarp-list li {
	position: relative;
	overflow: hidden;
	padding: 10px;
	margin-top: 0;
	text-align: center;
}
.appwarp-list li .ui-listItem {
	position: relative;
	width: 304px;
	top: 0;
	display: inline-block;
	vertical-align: top;
	padding: 8px 7px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity .7s, box-shadow .3s linear, top .2s linear;
	-webkit-transition: opacity .7s, box-shadow .3s linear, top .2s linear;
	-moz-transition: opacity .7s, box-shadow .3s linear, top .2s linear;
	-ms-transition: opacity .7s, box-shadow .3s linear, top .2s linear;
}
.appwarp-list li .ui-listItem:hover {
	top: -8px;
	box-shadow: 1px 4px 10px 2px #ccc;
	transition: box-shadow .3s linear, top .2s linear;
	-webkit-transition: box-shadow .3s linear, top .2s linear;
	-moz-transition: box-shadow .3s linear, top .2s linear;
	-ms-transition: box-shadow .3s linear, top .2s linear;
}
.appwarp-list li .ui-listItem .link {
	display: block;
	font-size: 16px;
	color: #34495e;
	text-decoration: none;
	outline: 0 none;
}
.appwarp-list li .ui-listItem .img {
	width: 100%;
	/*max-height: 172px;*/
	
	height: auto;
	display: block;
}
.appwarp-list li .ui-listItem .util-text {
	font-size: 100%;
	font-weight: 400;
	color: #34495e;
	padding: 0 6px;
	margin-top: 16px;
	text-align: left;
	margin-bottom: 20px;
	transition: all .1s;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	word-break: break-all;
	overflow: hidden;
}
.appwarp-list li .ui-listItem .util-text:hover {
	color: #1987d7;
	transition: all .1s;
}
.appwarp-list li .ui-listItem .detail {
	color: #9aabb8;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	padding: 0 6px;
	word-break: break-all;
}
@media (min-width: 1200px) {
	.appwarp-list li .ui-listItem {
		width: 354px;
	}
}
@media (max-width: 992px) {
	.appwarp-list li {
		margin-top: 0;
	}
	
	.appwarp-list li .ui-listItem {
		width: 450px;
	}
}

/*@media (max-width: 768px) {
	
}*/
@media (max-width: 500px) {
	.appwarp-list {
		padding: 20px 0 20px;
	}
	
	.appwarp-list li .ui-listItem {
		width: 304px;
		margin-bottom: 0;
	}
}

/*appWarp End*/

/*blog-page Begin*/
#blog-page {
	padding: 30px 0 80px 0;
}
.blog-article-list li {
	background: #fff;
	padding: 20px;
	padding-right: 50px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	position: relative;
	min-height: 135px;
	margin-bottom: 20px;
	overflow: hidden;
}
.blog-article-list .images {
	position: relative;
	left: 0;
	top: 0;
	height: 135px;
	cursor: pointer;
}
.blog-article-list .images>img:before {
	content: "";
	display: block;
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	z-index: 1;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.blog-article-list .images>img:hover:before {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.blog-article-list .images>img {
	position: relative;
	display: block;
	height: 135px;
	width: 225px!important
}
.blog-article-list .images.products-news>img:after {
	background: #21d376;
	content: "动态";
}
.blog-article-list .images>img:after {
	content: "";
	display: block;
	position: absolute;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.blog-article-list .images>img:hover:before {
	background-image: url(../images/ccc85828bbf64427b5bebb96f1853663.gif);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.blog-article-list .info {
	padding-left: 20px;
}
.blog-article-list .info h3 {
	margin-bottom: 10px;
	margin-top: -3px;
}
.blog-article-list .info h3>a {
	font-size: 20px;
	color: #444;
	line-height: 1.3em;
	font-weight: bold;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.blog-article-list .info h3>a:hover {
	color: rgb(0, 180, 222);
}
.blog-article-list .info .author {
	line-height: 22px;
	min-height: 22px;
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
}
.blog-article-list .info .author a {
	color: #00b4de;
}
.blog-article-list .info .author-pic {
	margin-right: 8px;
}
.blog-article-list .info .author-pic>img {
	float: left;
	height: 22px;
	width: 22px;
	border-radius: 100%;
}
.blog-article-list .info .quote {
	font-size: 14px;
	color: #555;
	line-height: 1.5em;
}
.blog-article-list li:after {
	content: "";
	display: block;
	opacity: 0;
	border-width: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #f7f8f8 #f7f8f8 transparent transparent;
	background: #e8e8e8;
	-webkit-transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	-moz-transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	-o-transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
}
.blog-article-list li:before {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	-webkit-transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	-moz-transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	-o-transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	opacity: 0;
	border-width: 0;
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #f7f8f8 #f7f8f8 transparent transparent;
}
.blog-article-list li:hover:before {
	-webkit-transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	-moz-transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	-o-transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	opacity: 1;
	border-width: 10px;
}
.blog-article-list li:hover:after {
	-webkit-transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	-moz-transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	-o-transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	transition: border-width 0.2s ease-in, opacity 0ms ease-in 0ms;
	opacity: 1;
	border-width: 8px;
}
.blog-search {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.blog-search input[type=search] {
	height: 38px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	background: #fff;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 48px 0 10px;
	font-size: 14px;
	border-radius: 0;
	outline: none;
}
.blog-search input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	height: 38px;
	width: 38px;
	border: none;
	background: #00c8f2;
	outline: none;
	z-index: 10;
	opacity: 0;
}
.blog-search:after {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 15px;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	background: #00c8f2;
	position: absolute;
	right: 0;
	top: 0;
}
.sidebar-section {
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	margin: 0;
}
.sidebar-section h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.blog-category li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 18px;
}
.blog-category li:before {
	content: "";
	height: 15px;
	width: 15px;
	display: inline-block;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.blog-category li h3 {
	font-size: 14px;
	margin-bottom: 8px;
}
.blog-category li a {
	color: #00b4de;
}
.blog-category li p {
	font-size: 13px;
	color: #666;
	line-height: 1.4em;
}
.blog-category .list1:before {
	background: #ff6868;
}
.blog-category .list2:before {
	background: #308fff;
}
.blog-category .list3:before {
	background: #f5a623;
}
.blog-category .list4:before {
	background: #21d376;
}
.sidebar-section {
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
.sidebar-section h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
.hot-articles li {
	position: relative;
	padding-left: 85px;
	margin-bottom: 20px;
	min-height: 54px;
}
.hot-articles .image {
	height: 54px;
	width: 72px;
	position: absolute;
	left: 0;
	top: 0;
}
.hot-articles .image img {
	display: block;
	height: 54px;
	width: 72px;
}
.hot-articles h3 a {
	font-size: 13px;
	color: #333;
	line-height: 1.4em;
	vertical-align: text-top;
}
.hot-articles h3 a:hover {
	color: #00b4de;
}
.hot-articles li h3 {
	font-size: 100%;
}
.blog-article {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	padding: 50px 30px;
	position: relative;
	margin-bottom: 20px;
}
.blog-article .viewpoint {
	background: #21d376;
}
.blog-article .viewpoint {
	position: absolute;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
	left: 0;
	top: 0;
}
.blog-article h2 {
	font-size: 36px;
	color: #444;
	line-height: 1.4em;
	margin-bottom: 30px;
}
.blog-article .author-share {
	margin-bottom: 20px;
}
.blog-article .author-share .author {
	float: left;
	white-space: nowrap;
}
.blog-article .author-share .author img {
	height: 32px;
	width: 32px;
	border-radius: 100%;
	float: left;
	margin-right: 10px;
}
.blog-article .author-share .author p {
	font-size: 14px;
	line-height: 1.4em;
	color: #333;
}
.blog-article .author-share .author time {
	font-size: 12px;
	color: #999;
}
.blog-article .author-share:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.blog-article-content {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 50px;
	color: #333;
}
.blog-article-content p {
	margin-bottom: 20px;
}
.blog-article h2 {
	font-size: 36px;
	color: #444;
	line-height: 1.4em;
	margin-bottom: 30px;
}
.blog-article-content img {
	display: block;
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}
.blog-article-content h3 {
	padding-bottom: 0!important;
	padding-left: 15px!important;
	margin-bottom: 42px!important;
	border-left: 4px solid #00c8f2;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 20px;
	margin-top: 30px;
	text-align: left!important;
}
@media (max-width: 1200px) {
	.blog-article-list li {
		padding-right: 0;
	}
	
	.blog-article-list .info {
		padding-left: 60px;
	}
}
@media (max-width: 992px) {
	.blog-article-list .info {
		padding-left: 0px;
		margin-top: 20px;
	}
}
@media (max-width: 463px) {
	#blog-page {
		padding-bottom: 30px;
	}
	
	.blog-article {
		padding: 30px 20px;
	}
	
	.blog-article h2 {
		font-size: 22px;
	}
	
	.blog-article-content h3 {
		font-size: 14px!important;
	}
}

/*blog-page End*/

/*case Begin*/
.case-banner {
	height: 360px;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	
	background-position: bottom center;
	text-align: center;
	color: #fff;
	padding-top: 90px;
	margin-top: 60px;
	position: relative;
}
.case-banner h5 {
	font-size: 36px;
	line-height: 60px;
	margin-bottom: 45px;
}
.case-banner h5 {
	margin: 35px 0 30px;
}
.case-banner .banner p {
	font-size: 24px;
	line-height: 30px;
	margin: 7px 0;
}
.case-cooperation .coop_block {
	background-color: #F5F6F6;
}
.case-cooperation .pub_tit {
	padding-top: 60px;
	text-align: center;
}
.case-cooperation .pub_tit h5 {
	font-size: 36px;
	color: #000;
	line-height: 50px;
}
.case-cooperation .wrap {
	margin: 0 auto;
}
.coop_block .partner_list {
	margin-top: 60px;
	margin-bottom: 60px;
}
.coop_block .partner_list .case-cell {
	margin-top: 10px;
	margin-bottom: 10px;
}
.coop_block .partner_list .item {
	text-align: center;
	padding: 50px 25px;
	background-color: #fff;
}
.coop_block .partner_list .item .ico {
	display: inline-block;
	width: 115px;
	height: 115px;
	border: 1px solid #e7e8ea;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	box-sizing: border-box;
}
.coop_block .case-warp-box {
	width: 100%!important;
	background: #fff;
}
.coop_block .case-warp-box .category-child ul li a {
	/*width: 130px;
    height: 42px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;*/
}
.case-warp-box .more-loading {
	padding: 10px 70px;
	border: 1px solid #3388ff;
	font-size: 20px;
	border-radius: 30px;
	color: #3388ff;
	display: inline-block;
}
.partner_list .item .ico img {
	display: inline-block;
	max-width: 100%;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
}
.partner_list .item h6 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	line-height: 36px;
	margin: 20px 0;
}
.partner_list .item p {
	font-size: 14px;
	color: #999;
	text-align: left;
	line-height: 1.5;
}
.resolve-model-box .resolve-model {
	margin-bottom: 45px;
	text-align: center;
}
.resolve-model-img {
	width: 250px;
	height: 511px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-image: url(../images/mobile.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.resolve-model-img-bg {
	position: relative;
	width: 210px;
	margin-top: 63px;
	margin-left: 19px;
}
.resolve-model-img-bg>img {
	width: 100%;
	height: auto;
}
.resolve-model-img-bg>div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.resolve-model-img:hover div {
	opacity: 0.95;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	/*	border: 1px solid #ebebeb;*/
}
.resolve-model-img-text {
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	position: absolute;
	top: 15%;
	height: auto;
	line-height: 26px;
	text-align: left;
	width: 75%;
	left: 15%;
	color: black;
}
.resolve-model-img-text>p{
	padding-left: 10px;
}
.resolve-model-img-qr {
	position: absolute;
	top: 50%;
	padding: 5px;
	width: 60%;
	left: 20%;
	border: 2px solid #d5ecda;
}
.resolve-model-text {
	font-size: 20px;
	margin-top: 15px;
	text-align: center;
	color: #666;
}

/*.partner_list .item .btn_ckal {
    display: block;
    width: 132px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    background-color: #FFD100;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 16px;
    color: #000;
}*/
@media (min-width: 1200px) {
	.warp.container {
		width: 1200px;
	}
}
@media (max-width: 768px) {
	.case-banner h5 {
		font-size: 48px;
	}
	
	.case-banner h5+p {
		padding: 0 90px;
	}
	
	.coop_block .partner_list .item p {
		text-align: center;
	}
}
@media (max-width: 645px) {
	.case-banner h5 {
		font-size: 32px;
	}
	
	.case-banner h5+p {
		padding: 0 20px;
	}
}
@media (max-width: 463px) {
	.case-banner h5 {
		font-size: 22px;
	}
	
	.case-banner h5+p {
		padding: 25px 20px;
	}
	
	.case-cooperation .pub_tit h5 {
		font-size: 24px;
	}
	
	.case-cooperation .pub_tit {
		padding-top: 20px;
	}
	
	.coop_block .partner_list {
		margin-top: 0;
	}
}

/*case End*/

/*concat Begin*/
.concat-box {
	width: 182px;
	height: auto;
	position: fixed;
	right: -182px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-family: "Microsoft Yahei";
	z-index: 200;
	background: rgb(255, 255, 255);
	box-shadow: 2px 6px 30px rgba(0, 0, 0, 0.2);
}
.concat-float {
	position: absolute;
	overflow: hidden;
	width: 74px;
	height: auto;
	left: -74px;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background: rgba(255, 255, 255, .8);
	display: none;
	cursor: pointer;
	padding-bottom: 58px;
	border-radius: 37px;
	box-shadow: 0 0 100px #dcdcdc
}
.concat-float .des-text {
	padding: 22px 0;
	text-align: center;
}
.concat-float .go_top {
	position: absolute;
	bottom: 0;
	width: 74px;
	height: 58px;
	border-radius: 0 0 37px 37px;
	-moz-border-radius:0 0 37px 37px;
	-ms-border-radius:0 0 37px 37px;
	-o-border-radius:0 0 37px 37px;
	background: rgba(247, 247, 247, .5);
}
.concat-float .go_top .des-text {
	padding: 0;
}
.concat-float .qq {
	display: block;
	width: 20px;
	height: auto;
	margin: 0 auto;
}
.concat-float .fa-wechat {
	font-size: 21px;
	color: #1AAD16;
	margin: 20px 0;
}
.concat-box:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 3px;
	width: 100%;
	background: #70a3e6;
	background-image: linear-gradient(90deg, #70a3e6, #3388ff);
}
.concat-box .service {
	text-align: center;
	/*border-bottom: 1px solid #e8e8e8;*/
}
.concat-box .top-title {
	/*width: 100%;*/
	
	height: 43px;
	/*border-bottom: 1px solid #e8e8e8;*/
	
	position: relative;
	font-size: 18px;
	color: #000;
	line-height: 43px;
	text-align: center;
}
.concat-box .service .p {
	/*width: 100%;*/
	
	cursor: pointer;
	height: 43px;
}
.concat-box .service img {
	vertical-align: middle;
	margin: auto;
	display: inline-block;
}
.concat-box .service img.QQ {
	width: 20px;
	height: auto;
}
.concat-box .service img.weixin {
	width: 144px;
	height: 144px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.concat-box .service h3.phone {
	text-align: center;
	font-size: 18px;
	line-height: 42px;
	margin: 0;
	cursor: text;
	color: #E64340;
}
.concat-box .service h3.phone:hover,
.concat-box .service p:hover {
	background: #f5f7f9;
}
.concat-box .service a {
	display: inline-block;
	height: 43px;
	font-size: 14px;
	color: #70a3e6;
	padding-left: 10px;
	line-height: 43px;
}
.concat-box .bd-t {
	position: relative;
}
.concat-box .bd-t:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}
#concat-close-icon {
	position: absolute;
	top: -22px;
	right: -26px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background: rgba(51, 136, 255, 0.6);
	cursor: pointer;
}
#concat-close-icon:after {
	content: 'x';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	font-size: 16px;
}
@media (max-width: 463px) {
	#concat-close-icon {
		top: 0;
	}
	
	.concat-box {
		margin-top: 40px;
	}
	
	.concat-box .top-title {
		font-size: 14px;
	}
	
	.concat-box .service h3.phone {
		font-size: 16px;
	}
	
	.concat-box .service a {
		font-size: 12px;
	}
	
	.concat-float {
		width: 60px;
		left: -60px;
	}
	
	.concat-float .des-text {
		font-size: 12px;
	}
	
	.concat-float .qq {
		width: 16px;
	}
	
	.concat-float .weixin {
		font-size: 16px;
	}
	
	.concat-float .go_top {
		width: 60px;
	}
}

/*concat End*/

/*base*/
.main.container.pt-xs-6 {
	overflow-x: hidden!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ellips_line2 {
	-webkit-line-clamp: 2;
}
.ellips_line3 {
	-webkit-line-clamp: 3;
}
.ellips_line4 {
	-webkit-line-clamp: 4;
}
.ellips_line2,
.ellips_line3,
.ellips_line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.no-pad-row {
	padding-right: 0!important;
	padding-left: 0!important;
}

/*base*/

