﻿@charset "UTF-8";

section.top{
	height:100px;
}
section.mainbody{ 
	margin:0 auto; 
	overflow: hidden;
}

.hiddenp{
	display: none;
}
  

div.bottom{
	display: none;
}
.wrapper {
	max-width: 1200px;  
}

footer {
	padding: 75px 0 40px;
	background: #141414;
	color: #646464;
	font-size: 14px;
	overflow: hidden;
}

footer .quick_links {
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	width: 810px;
}

footer .quick_links .col {
	width: 80px;
	margin-right: 70px;
	height: 125px;
	padding: 0;
}

footer .quick_links .col p {
	margin: 0;
	line-height: 30px;
}

footer .quick_links .col p:first-child {
	color: #d3d3d3;
}

footer .quick_links .col p a {
	color: #828282;
	text-decoration: none;
}

footer .quick_links .col p a:hover {
	color: #d4d4d4;
	text-decoration: none;
}

footer .quick_links .feature_col {
	width: 90px;
}

footer .quick_links .feature_col .menu_btn {
	cursor: pointer;
	padding-right: 24px;
	display: inline;
	position: relative;
	line-height: 30px;
	color: #828282;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/public/triangle.png);
}

footer .quick_links .feature_col .menu_btn:hover {
	color: #FFF;
	background-image: url(../images/public/triangle_hover.png);
}

footer .quick_links .feature_col .menu_btn .menu_list {
	opacity: 0;
	transition: 0.2s opacity ease-out;
	background: #120d00;
	position: absolute;
	top: -8px;
	width: 285px;
	border: 1px solid #46402f;
	pointer-events: none;
}

footer .quick_links .feature_col .menu_btn .menu_list a {
	display: inline-block;
	color: #828282;
	background: #120d00;
	padding: 2px 0;
	width: 140px;
	text-align: center;
	text-decoration: none;
}

footer .quick_links .feature_col .menu_btn .menu_list a:hover {
	color: #FFF;
	background: #ac975e;
}

footer .quick_links .feature_col .menu_btn .menu_list_sheji {
	left: 50px;
}

footer .quick_links .feature_col .menu_btn .menu_list_sucai {
	left: 50px;
	width: 140px;
}

footer .quick_links .feature_col .menu_btn .menu_list_print {
	left: 50px;
	width: 140px;
}

footer .quick_links .feature_col .menu_btn .menu_list_zhaopian {
	left: 80px;
	width: 140px;
}

footer .quick_links .feature_col .menu_btn:hover .menu_list {
	opacity: 1;
	z-index: 1;
	top: -18px;
	pointer-events: auto;
}

footer .quick_links .social_col {
	width: 130px;
	margin-right: 0;
	padding-top: 8px;
}

footer .quick_links .icon {
	background: url(../images/public/icon_social.png);
	width: 20px;
	height: 18px;
	float: left;
	margin-right: 30px;
	position: relative;
}

footer .quick_links .icon .notice {
	opacity: 0;
	position: absolute;
	transition: opacity 0.2s ease-out;
	pointer-events: none;
	top: 15px;
	padding-top: 15px;
	z-index: 10;
	background-repeat: no-repeat;
	background-position-y: 10px;
}

footer .quick_links .icon .notice p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
}

footer .quick_links .icon .notice p a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid white;
}

footer .quick_links .icon .notice .qrcode {
	width: 72px;
	height: 72px;
	margin: 0 24px;
}

footer .quick_links .icon:hover {
	background-position-x: -20px;
}

footer .quick_links .icon:hover .notice {
	pointer-events: auto;
	opacity: 1;
}

footer .quick_links .icon:last-child {
	margin-right: 0;
}

footer .quick_links .icon_wechat {
	background-position-y: 0;
	margin-bottom: 20px;
}

footer .quick_links .icon_weibo {
	background-position-y: -18px;
	margin-bottom: 20px;
}

footer .quick_links .icon_qq {
	background-position-y: -36px;
	margin-bottom: 20px;
	margin-right: 0;
}

footer .quick_links .icon_customer {
	background-position-y: -54px;
}

footer .quick_links .icon_zhihu {
	background-position-y: -72px;
}

footer .quick_links .icon_email {
	background-position-y: -90px;
}

footer .quick_links .notice_wechat {
	background: url(../images/public/notice_wechat.png);
	width: 120px;
	height: 126px;
	left: -49px;
}

footer .quick_links .notice_wechat p {
	line-height: 37px !important;
}

footer .quick_links .notice_qq {
	background: url(../images/public/notice_weibo_qq.png);
	width: 140px;
	height: 32px;
	left: -61px;
}

footer .quick_links .notice_zhihu {
	background: url(../images/public/notice_zhihu.png);
	width: 100px;
	height: 32px;
	left: -40px;
}

footer .quick_links .notice_weibo {
	background: url(../images/public/notice_weibo_qq.png);
	width: 140px;
	height: 32px;
	left: -61px;
}

footer .quick_links .notice_email {
	background: url(../images/public/notice_email.png);
	width: 160px;
	height: 32px;
	left: -71px;
	background-size: 160px 32px;
}

footer .friend_links {
	margin: 0 auto;
	padding: 55px 0 0;
	max-width: 800px;
	text-align: center;
	line-height: 30px;
	color: #828282;
	font-size: 12px;
}

footer .friend_links a {
	color: #828282;
	padding: 0 0.3em;
	display: inline-block;
	text-decoration: none;
}

footer .friend_links a:hover {
	color: #d4d4d4;
}

footer .copyright {
	margin: 0;
	padding-top: 65px;
	font-size: 12px;
	text-align: center;
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

#feedbackBtn {
	position: fixed;
	height: auto;
	right: 0;
	bottom: 46px;
	z-index: 999;
}

#feedbackBtn .writer {
	padding: 6px 0;
	display: inline-block;
	margin: 0 0 0 20px;
}

#feedbackBtn .writer a:hover {
	color: #fff !important;
}

#feedbackBtn .sugFeedback {
	border-top-left-radius: 4px;
}

#feedbackBtn .queSurvey {
	border-bottom-left-radius: 4px;
}

#feedbackBtn .sugFeedback, #feedbackBtn .queSurvey {
	width: 104px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.05);
	color: #f0f0f0;
	font-size: 12px;
}

#feedbackBtn .sugFeedback:hover, #feedbackBtn .queSurvey:hover {
	background: #ac975e;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

#feedbackBtn .sugFeedback:active, #feedbackBtn .queSurvey:active {
	color: rgba(255, 255, 255, 0.5);
	background: #978450;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

#feedbackBtn .queSurvey:hover .que_icon {
	background-position-y: -18px;
}

#feedbackBtn .queSurvey:active .que_icon {
	background-position-y: -36px;
}

#feedbackBtn .queSurvey .que_icon {
	background: url(../images/public/icon302170.png);
	width: 17px;
	height: 18px;
	display: inline-block;
	position: relative;
	left: 12px;
	top: 5px;
	background-position-x: 19px;
}

#feedbackBtn .sugFeedback:hover .sug_icon {
	background-position-y: -18px;
}

#feedbackBtn .sugFeedback:hover .sug_icon {
	background-position-y: -36px;
}

#feedbackBtn .sugFeedback .sug_icon {
	background: url(../images/public/icon302170.png);
	width: 17px;
	height: 18px;
	display: inline-block;
	position: relative;
	left: 12px;
	top: 5px;
}

body {
	margin: 0;
	background: #FFF url(../images/public/bg0001.png) no-repeat center top fixed;
}

.loading-template {
	display: none;
	position: absolute;
	text-align: center;
	top: 74%;
	left: 48.5%;
	transform: translateY(-50%);
}

.loading-template .loadDot {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 2px;
	border-radius: 15px;
	background-color: #ac975e;
}

.loading-template .k-line11-1 {
	animation: k-loadingP 1.5s infinite;
}

.loading-template .k-line11-2 {
	animation: k-loadingP 1.5s infinite;
	animation-delay: .15s;
}

.loading-template .k-line11-3 {
	animation: k-loadingP 1.5s infinite;
	animation-delay: .30s;
}

.loading-template .k-line11-4 {
	animation: k-loadingP 1.5s infinite;
	animation-delay: .45s;
}

.loading-template .k-line11-5 {
	animation: k-loadingP 1.5s infinite;
	animation-delay: .60s;
}

/*index animation delay*/
.animation-delay-1 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.animation-delay-2 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.animation-delay-3 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.animation-delay-4 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.animation-delay-5 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.animation-delay-6 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.animated {
	opacity: 1;
}

a.std-btn {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 160px;
	line-height: 36px;
	font-size: 14px;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s all ease-out;
}

a.std-btn.black {
	color: #FFF;
	background: #0b0e11;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -80px;
	background: #0b0e11;
}

a.std-btn.black:hover {
	background: #3c4553;
}

a.std-btn.black:active {
	color: #90959d;
	background: #0b0e11;
}

img.logo {
	height: 60px;
}

section.banner-section { 
	float: inherit;
	display: flex;
	justify-content: space-between; 
	background: none;
	transition: all 0.3s linear;
}

section.banner-section div.banner-holder {
	position: relative;
	height: 400px;
	width: 932px;
}

section.banner-section div.banner-holder a.banner-pic {
	transition: 0.4s all ease-out;
	opacity: 0;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 400px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}

section.banner-section div.banner-holder a.banner-pic:nth-child(1) {
	background-image: url(../images/16e1e6df7a5072a77cf4ceb522e0bec1f.png);
}

section.banner-section div.banner-holder a.banner-pic:nth-child(2) {
	background-image:
		url(../images/banner-weixinfa43e7a160f92297c457dc826cf3c166.jpg);
}

section.banner-section div.banner-holder a.banner-pic:nth-child(3) {
	background-image: url(../images/392e9a1103e1c294bc6d3766f60248ad6.jpg);
}

section.banner-section div.banner-holder a.banner-pic:nth-child(4) {
	background-image:
		url(../images/banner_4c53bc7b37b011b4270c8b392b9859627.jpg);
}

section.banner-section div.banner-holder a.banner-pic.active {
	opacity: 1;
	pointer-events: auto;
}

section.banner-section div.banner-btn-holder {
	display: flex;
	height: 400px;
	width: 198px;
	flex-direction: column;
	justify-content: space-between;
}

section.banner-section div.banner-btn-holder div.banner-btn {
	display: block;
	width: 198px;
	height: 85px;
	cursor: pointer;
	transition: 0.2s all ease-out;
}

section.banner-section div.banner-btn-holder div.banner-btn:nth-child(1)
	{
	background-image:
		url(../images/1-btnd7d00b4e58dde8cbefbea6599f916b5d.jpg);
}

section.banner-section div.banner-btn-holder div.banner-btn:nth-child(2)
	{
	background-image:
		url(../images/sssss3578be68494b7f0e37a1c5b5691e945a.jpg);
}

section.banner-section div.banner-btn-holder div.banner-btn:nth-child(3)
	{
	background-image:
		url(../images/3-btn5ce6a68c594dfdcc6bbcfd3751cee56a.jpg);
}

section.banner-section div.banner-btn-holder div.banner-btn:nth-child(4)
	{
	background-image:
		url(../images/btn_472fa3133a0263bbad62807bdb9184fd5.jpg);
}

section.banner-section div.banner-btn-holder div.banner-btn:before {
	transition: 0.2s all ease-out;
	content: "";
	display: block;
	position: relative;
	left: -17px;
	top: -12px;
	width: 222px;
	height: 108px;
	background-image: url(../images/public/btn-outlinerc45.png);
	opacity: 0;
}

section.banner-section div.banner-btn-holder div.banner-btn.with_new_icon
{
	position: relative;
}

section.banner-section div.banner-btn-holder div.banner-btn.with_new_icon:after
{
	background: url(../images/public/hot_01.png) no-repeat;
	background-size: 68px 40px;
	content: '';
	position: absolute;
	width: 68px;
	height: 40px;
	right: 0;
	top: 0;
}

section.banner-section div.banner-btn-holder div.banner-btn.active:before
{
	opacity: 1;
}

section {
	background: #FFF;
}

section.gray {
	background: #f5f5f5;
}

div.wrapper {
	margin: 0 auto;
}

section.template-section {
	padding: 60px 0;
}

section.template-section div.wrapper {
	position: relative;
	width: 1200px;

	/*模板load*/
}

section.template-section div.wrapper div.title {
	color: #010101;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
}

section.template-section div.wrapper div.search {
	width: 640px;
	margin: 30px auto;
}

section.template-section div.wrapper div.search input.search-input {
	box-sizing: border-box;
	line-height: 20px;
	font-size: 14px;
	padding: 12px 22px;
	padding-left: 40px;
	width: 520px;
	background: #FFF url(../images/public/search_icon.png) no-repeat 14px
		center;
	color: #515865;
	box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1) inset;
	border-radius: 4px 0 0 4px;
	border: 1px solid rgba(146, 146, 146, 0.1);
	transition: 0.3s all ease-out;
}

section.template-section div.wrapper div.search input.search-input::-webkit-input-placeholder
	{
	/* WebKit browsers */
	color: rgba(81, 88, 101, 0.3);
}

section.template-section div.wrapper div.search input.search-input:-moz-placeholder
	{
	/* Mozilla Firefox 4 to 18 */
	color: rgba(81, 88, 101, 0.3);
}

section.template-section div.wrapper div.search input.search-input::-moz-placeholder
	{
	/* Mozilla Firefox 19+ */
	color: rgba(81, 88, 101, 0.3);
}

section.template-section div.wrapper div.search input.search-input:-ms-input-placeholder
	{
	/* Internet Explorer 10+ */
	color: rgba(81, 88, 101, 0.3);
}

section.template-section div.wrapper div.search input.search-input:active,
	section.template-section div.wrapper div.search input.search-input:focus
	{
	outline: none;
	box-shadow: 0 0 1px rgba(172, 150, 94, 0.1) inset;
}

section.template-section div.wrapper div.search a.search-btn {
	border-radius: 0 4px 4px 0;
	display: block;
	width: 120px;
	line-height: 46px;
	float: right;
}

section.template-section div.wrapper div.search div.hot-words {
	padding-left: 1em;
	display: none;
}

section.template-section div.wrapper div.search div.hot-words>a {
	color: #515865;
	text-decoration: none;
	font-size: 14px;
	line-height: 50px;
	margin-right: 0.5em;
}

section.template-section div.wrapper div.search div.hot-words>a:hover {
	color: #ac975e;
}

section.template-section div.wrapper div.category-group-wrapper {
	display: flex;
	margin-bottom: 30px;
	justify-content: center;
}

section.template-section div.wrapper div.category-group-wrapper a.category
	{
	width: 152px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	color: #000;
	background-color: #fff;
	transition: .3s;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	margin: 0 10px;
}

section.template-section div.wrapper div.category-group-wrapper a.category:hover
	{
	color: #fff;
	background-color: #000;
}

section.template-section div.wrapper div.category-group-wrapper a.on {
	color: #fff;
	background-color: #000;
}

section.template-section div.wrapper .t-active {
	display: flex !important;
}

section.template-section div.wrapper div#grid {
	/*display: none;

justify-content: center;

flex-wrap: wrap;*/
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

section.template-section div.wrapper div#grid .gridItem {
	/*	width: 214px;
	height: auto;
	margin: 10px 10px 10px 10px;
	outline: 1px solid;
	display: flex;
	align-items: flex-end;*/
	width: 214px;
	height: auto;
	margin: 10px 10px 10px 10px;
	display: flex;
	align-items: flex-end;
}

section.template-section div.wrapper div#grid .gridItem .gridItemInner {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
	transition: top .3s;
	top: 0;
}

section.template-section div.wrapper div#grid .gridItem .gridItemInner:hover
	{
	top: -6px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

section.template-section div.wrapper div#grid .gridItem .project-item-multi-page:hover .project-item-thumb-page
	{
	opacity: 1;
}

section.template-section div.wrapper div#grid .gridItem .project-item-multi-page:hover:after
	{
	transform: scale(1);
}

section.template-section div.wrapper div#grid .gridItem .thumbnailGridItem
	{
	position: relative;
	display: block;
	overflow: hidden;
}

section.template-section div.wrapper div#grid .gridItem .thumbnailGridItem:before
	{
	content: '';
	height: 60px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.04),
		rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.04),
		rgba(0, 0, 0, 0));
}

section.template-section div.wrapper div#grid .gridItem .thumbnailGridItem img
	{
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 600px;
	left: 50%;
	transform: translateX(-50%);
}

section.template-section div.wrapper div#grid .gridItem .thumbnailGridItem .project-item-thumb-page
	{
	position: absolute;
	bottom: 3px;
	right: 5px;
	font-size: 14px;
	color: #8c8c8c;
	z-index: 10;
	opacity: 0;
	transition: opacity .3s ease;
}

section.template-section div.wrapper div#grid .gridItem .thumbnailGridItem .project-item-thumb-page:after
	{
	content:
		url(../images/public/icon-multi-page.png);
	position: absolute;
	right: -5px;
	bottom: -5px;
	transform-origin: 100% 100%;
	transform: scale(0.8);
	transition: transform .3s ease;
	z-index: 5;
	width: 80px;
	height: 74px;
}

section.template-section div.wrapper div#grid .gridItem .infoGridItem {
	background-color: #fff;
	padding: 12px 18px 15px;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.02);
}

section.template-section div.wrapper div#grid .gridItem .infoGridItem .categoryGridItem
	{
	margin: 0;
}

section.template-section div.wrapper div#grid .gridItem .infoGridItem .categoryGridItem a
	{
	font-size: 12px;
	color: #505050;
	display: block;
	line-height: 1.2;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}

section.template-section div.wrapper div#grid .gridItem .infoGridItem .template-designer
	{
	font-size: 12px;
	line-height: 1;
	margin-top: 4px;
	color: #b3becd;
	text-transform: capitalize;
}

section.template-section div.wrapper .btn-holder {
	margin-top: 50px;
}

section.template-section div.wrapper div.template-showcase {
	display: flex;
	width: 960px;
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: baseline;
	justify-content: space-around;
}

section.template-section div.wrapper div.template-showcase a.item {
	display: block;
	text-decoration: none;
	color: #515865;
	font-size: 14px;
	margin-bottom: 40px;
}

section.template-section div.wrapper div.template-showcase a.item img.item-pic
	{
	transition: 0.2s all ease-out;
}

section.template-section div.wrapper div.template-showcase a.item div.item-title
	{
	text-align: center;
	line-height: 34px;
}

section.template-section div.wrapper div.template-showcase a.item.printable div.item-title:after
	{
	content: "";
	width: 56px;
	height: 20px; 
	display: inline-block;
	background-size: 100%;
	position: relative;
	top: 5px;
	left: 6px;
}

section.template-section div.wrapper div.template-showcase a.item:hover img.item-pic
	{
	transform: scale(1.05);
}

section.introduce-section {
	padding: 60px 0;
}

 

section.introduce-section div.wrapper .title {
	color: #010101;
	font-size: 32px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 60px;
}

section.introduce-section div.wrapper .flex-block {
	display: flex;
	width: 920px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

section.introduce-section div.wrapper .flex-block .img-block {
	width: 430px;
	position: relative;
	height: 320px;
	margin: 15px;
}

section.introduce-section div.wrapper .flex-block .img-block img {
	display: block;
	width: 100%;
}

section.introduce-section div.wrapper .flex-block .img-block span {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 24px;
}

/*2018 8 28 模板展示*/
section.templateView-section {
	padding: 60px 0;
}

section.templateView-section .btn-holder {
	margin-top: 40px;
}

 

section.templateView-section .wrapper .title {
	color: #010101;
	font-size: 32px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 60px;
}

section.templateView-section .wrapper .bottom-content {
	margin-top: 65px;
}

section.templateView-section .wrapper .flex-block {
	text-align: center;
	margin-top: 0;
	padding-top:95px;
	justify-content: center;

}




section.templateView-section .wrapper .flex-block .tempContent {
	display: flex;
	justify-content: space-around;
	position: relative;
	align-items: flex-end;
	width: 540px;
	float: left; 
	margin-bottom: 100px;
	margin-left:40px; 
}

section.templateView-section .wrapper .flex-block .tempContent .s-til {
	font-size: 24px;
	color: #000;
	position: absolute;
	top: -55px;
	float: left;
	z-index: 2;
	left: 50%;
	margin-left: -55px;
	font-weight: normal;
	letter-spacing: 2px;
}

section.templateView-section .wrapper .flex-block .tempContent .s-til:before
	{
	position: relative;
	display: block;
	content: '';
	background-color: rgba(55, 111, 253, 0.9);
	width: 110px;
	height: 6px;
	top: 38px;
	z-index: -1;
}

section.templateView-section .wrapper .flex-block .tempContent .template-block
	{
	margin: 0 10px;
	width: 165px;
	position: relative;
	transition: 0.3s all ease-out;
	overflow-y: hidden;
	top: 0;
	height: 292px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	/* justify-content: center; */
}

section.templateView-section .wrapper .flex-block .tempContent .template-block a
	{
	display: block;
	position: absolute;
	bottom: 40px;
}

section.templateView-section .wrapper .flex-block .tempContent .template-block:hover
	{
	top: -10px;
}

section.templateView-section .wrapper .flex-block .tempContent .template-block:hover .template-text
	{
	box-shadow: 0 3px 6px rgba(21, 31, 47, 0.2);
}

section.templateView-section .wrapper .flex-block .tempContent .template-block a.template-img img
	{
	display: block;
	width: 100%;
}

section.templateView-section .wrapper .flex-block .tempContent .template-block .template-text
	{
	height: 42px;
	line-height: 42px;
	margin: 0;
	background-color: #fff;
	font-size: 14px;
	width: 100%;
	box-shadow: 0 2px 4px rgba(0, 53, 92, 0.1);
}

section.highlight-section {
	padding: 70px 0;
}

section.highlight-section div.wrapper {
	width: 918px;
}

section.highlight-section div.wrapper div.text-wrapper {
	position: relative;
	height: 150px;
}

section.highlight-section div.wrapper div.text-wrapper div.highlight-text
	{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	text-align: center;
	width: 100%;
	transition: 2s all cubic-bezier(0.1, 0.35, 0.41, 0.93);
}

section.highlight-section div.wrapper div.text-wrapper div.highlight-text.active
	{
	opacity: 1;
	pointer-events: auto;
}

section.highlight-section div.wrapper div.text-wrapper div.highlight-text div.title
	{
	font-weight: 300;
	font-size: 24px;
	color: #515865;
}

section.highlight-section div.wrapper div.text-wrapper div.highlight-text div.des
	{
	font-size: 14px;
	line-height: 24px;
	color: #656c77;
	margin-top: 1em;
}

section.highlight-section div.wrapper div.pic-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

section.highlight-section div.wrapper div.pic-wrapper div.pic-box {
	transition: 2s all cubic-bezier(0.1, 0.35, 0.41, 0.93);
	background-image:
		url(../images/highlightd5d65c5ad127f5da54ffeffe756c520a.jpg);
	background-repeat: repeat-x;
	width: 918px;
	height: 528px;
}

section.highlight-section div.wrapper div.dot-holder {
	text-align: center;
	margin-top: 45px;
}

section.highlight-section div.wrapper div.dot-holder span.media-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-radius: 5px;
	background: #ebebea;
	cursor: pointer;
	transition: 2s all cubic-bezier(0.1, 0.35, 0.41, 0.93);
}

section.highlight-section div.wrapper div.dot-holder span.media-dot.active
	{
	background: #0b0e11;
}

section.media-section {
	padding: 100px 0 60px;
}

section.media-section div.wrapper img.apostrophe-icon {
	margin: 0 auto;
	display: block;
}

section.media-section div.wrapper div.media-wrapper {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

section.media-section div.wrapper div.media-wrapper div.btn-holder {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.media-section div.wrapper div.media-wrapper div.btn-holder.left
	{
	float: left;
}

section.media-section div.wrapper div.media-wrapper div.btn-holder.right
	{
	float: right;
}

section.media-section div.wrapper div.media-wrapper div.btn-holder a.media-nav-btn
	{
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/public/media_nav.png);
}

section.media-section div.wrapper div.media-wrapper div.btn-holder a.media-nav-btn.left
	{
	background-position-x: 0;
}

section.media-section div.wrapper div.media-wrapper div.btn-holder a.media-nav-btn.right
	{
	background-position-x: -24px;
}

section.media-section div.wrapper div.media-wrapper div.btn-holder a.media-nav-btn:hover
	{
	background-position-y: -24px;
}

section.media-section div.wrapper div.media-wrapper div.media-text-holder
	{
	height: 170px;
	display: flex;
	align-items: center;
	justify-items: center;
	width: 900px;
	margin: 0 auto;
}

section.media-section div.wrapper div.media-wrapper div.media-text-holder div.media-text
	{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 900px;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	color: #515865;
	transition: 0.3s all ease-out;
}

section.media-section div.wrapper div.media-wrapper div.media-text-holder div.media-text.active
	{
	opacity: 1;
	pointer-events: auto;
}

section.media-section div.wrapper div.logo-holder {
	display: flex;
	flex-wrap: wrap;
	width: 800px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

section.media-section div.wrapper div.logo-holder>img {
	margin: 0 0 40px 30px;
	border-right: 1px solid #d2d4d7;
	padding-right: 30px;
}

section.media-section div.wrapper div.logo-holder>img.no-right-border {
	border-right: none;
}

section.blog-section {
	padding: 100px 0 70px;
}



section.blog-section div.wrapper div.title {
	color: #010101;
	font-size: 32px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 60px;
}

section.blog-section div.wrapper div.blog-list {
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
}

section.blog-section div.wrapper div.blog-list a.entry {
	display: block;
	border-radius: 4px;
	box-shadow: 1px 2px rgba(0, 53, 91, 0.1);
	text-decoration: none;
	transition: 0.3s all ease-out;
	width: 270px;
	height: auto;
	position: relative;
	top: 0;
}

section.blog-section div.wrapper div.blog-list a.entry img {
	width: 100%;
}

section.blog-section div.wrapper div.blog-list a.entry div.blog-title {
	color: #515865;
	font-size: 14px;
	line-height: 20px;
	padding: 20px;
	background: #FFF url(../images/public/blog_enter_arrow7.png) no-repeat;
	background-position: 305px 20px;
}

section.blog-section div.wrapper div.blog-list a.entry:hover {
	box-shadow: 0 8px 16px rgba(21, 31, 47, 0.2);
	transition: 0.3s all ease-out;
	top: -15px;
}

section.features-section {
	padding: 100px 0 100px;
}

section.features-section div.wrapper {
	width: 1200px;
}

section.features-section div.wrapper div.title {
	color: #010101;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 60px;
}

section.features-section div.wrapper div.features-holder {
	display: flex;
	justify-content: space-between;
}

section.features-section div.wrapper div.features-holder div.feature-item
	{
	width: 330px;
	height: 270px;
	border-radius: 4px;
	box-shadow: 2px 2px 4px rgba(21, 39, 52, 0.3);
	overflow: hidden;
}

section.features-section div.wrapper div.features-holder div.feature-item div.item-wrapper
	{
	transition: 0.5s all ease-in-out;
}

section.features-section div.wrapper div.features-holder div.feature-item div.item-wrapper:hover
	{
	transform: translateY(-270px);
	transition: 0.3s all cubic-bezier(0.39, 0.58, 0.57, 1);
}

section.features-section div.wrapper div.features-holder div.feature-item div.item-wrapper div.cover
	{
	height: 270px;
	background: #4675da;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	font-weight: 300;
}

section.features-section div.wrapper div.features-holder div.feature-item div.item-wrapper div.cover div.icon
	{
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/public/features_icon31.png);
}

section.features-section div.wrapper div.features-holder div.feature-item div.item-wrapper div.cover div.icon.pmsj
	{
	background-position-x: 0;
}

section.features-section div.wrapper div.features-holder div.feature-item div.item-wrapper div.cover div.icon.cysc
	{
	background-position-x: -50px;
}

section.features-section div.wrapper div.features-holder div.feature-item div.item-wrapper div.cover div.icon.zpbj
	{
	background-position-x: -100px;
}

section.features-section div.wrapper div.features-holder div.feature-item div.item-wrapper div.cover div.subtitle
	{
	font-size: 18px;
	margin: 10px 0;
}

section.features-section div.wrapper div.features-holder div.feature-item div.item-wrapper div.cover div.des
	{
	font-size: 12px;
}

section.features-section div.wrapper div.features-holder div.feature-item div.item-wrapper div.content
	{
	height: 270px;
	padding: 20px;
	background: #FFF;
	box-sizing: border-box;
	color: #515865;
	font-size: 14px;
	line-height: 26px;
}

section.features-section div.wrapper div.features-holder div.feature-item div.item-wrapper div.content>a
	{
	text-decoration: underline;
	color: #ac975e;
}

section.features-section div.wrapper div.recommended-template .btn-holder
	{
	position: relative;
	width: 160px;
	margin: 75px auto 40px;
}

section.features-section div.wrapper div.recommended-template .btn-holder .std-btn
	{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.features-section div.wrapper div.recommended-template .btn-holder .btn-text
	{
	margin-left: 10px;
}

section.features-section div.wrapper div.recommended-template .btn-holder .arrow
	{
	content: "\F104";
	display: inline-block;
	position: relative;
	font-size: 0;
	line-height: 0;
	border-width: 5px;
	border-color: #fff;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	margin-left: 6px;
}

section.features-section div.wrapper div.recommended-template .btn-holder .open
	{
	transform: rotate(180deg);
}

section.features-section div.wrapper div.recommended-template .template-link ul
	{
	list-style: none;
	padding: 0;
	width: 1008px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: center;
}

section.features-section div.wrapper div.recommended-template .template-link ul li
	{
	width: 168px;
}

section.features-section div.wrapper div.recommended-template .template-link ul li a
	{
	color: #515865;
	font-size: 14px;
	line-height: 25px;
	transition: .3s all;
}

section.features-section div.wrapper div.recommended-template .template-link ul li a:hover
	{
	color: #ac957e;
	text-decoration: underline;
}

.sdk-section {
	padding: 100px 0;
}

.sdk-section .wrapper {
	width: 1200px;
}

.sdk-section .title {
	color: #010101;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
}

.sdk-section .des {
	font-size: 14px;
	line-height: 24px;
	color: #656c77;
	margin-top: 1em;
	text-align: center;
}

.sdk-section img {
	display: block;
	margin: 50px auto 75px;
}

div#common-header.shadow {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#userinfo .dropdown-message .dropdown-message-num {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	min-width: 20px;
	height: 16px;
	font-size: 12px;
	color: white;
	background: #f0526b;
	border-radius: 20px;
	text-align: center;
	line-height: 16px;
	position: relative;
	top: -2px;
	margin-left: 4px;
}

#userinfo .dropdown-wrapper {
	width: 134px;
	min-width: 0 !important;
	right: -22px !important;
	left: auto;
}

#userinfo .user-message {
	width: 20px !important;
	height: 14px;
	display: block;
	background: url(static/images/public/msg_icon.png);
	background-size: 20px 14px;
	float: left;
	margin: 12px 20px 0 0;
	position: relative;
}

#userinfo .user-message .message-num {
	position: absolute;
	width: auto;
	min-width: 20px;
	height: 16px;
	font-size: 12px;
	color: white;
	background: #f0526b;
	border-radius: 20px;
	text-align: center;
	left: 10px;
	top: -10px;
	line-height: 16px;
}

#userinfo .user-message .message-num span {
	display: block;
	transform: scale(0.8333);
}

.onc {
	color: #ac957e;
}

div.logo-icon {
	background: url(../images/public/logo.png) no-repeat;
	background-size: 70px;
	margin-top: 6px;
	width: 114px;
	height: 60px;
}

.wider {
	width: 120px !important;
}

img.logo {
	height: 60px;
}

div#common-header {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 10;
	transition: 0.3s all ease-out;
}

div#common-header ul#top-nav {
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
	height: 60px;
	box-sizing: border-box;
	padding: 0 20px 0 42px;
	list-style: none;
}

div#common-header ul#top-nav li {
	display: inline-block;
	position: relative;
}

div#common-header ul#top-nav li.features:hover ul {
	display: block;
	animation: fadeDownAnimation .3s;
	-moz-animation: fadeDownAnimation .3s;
	-webkit-animation: fadeDownAnimation .3s;
}

div#common-header ul#top-nav li.features:hover ul ul {
	display: none;
}

div#common-header ul#top-nav li.features:hover ul li:hover ul {
	display: block;
}

div#common-header ul#top-nav li.features ul {
	padding-left: 0;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 63px;
	cursor: pointer;
	margin: 0;
}

div#common-header ul#top-nav li.features ul:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -0.7rem 0 0 -0.35rem;
	width: 0;
	height: 0;
	border: 7px transparent solid;
	border-bottom-color: #0b0e11;
}

div#common-header ul#top-nav li.features ul:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: -1.5rem 0 0;
	width: 100%;
	height: 1.5rem;
	background: #f30;
	opacity: 0;
}

div#common-header ul#top-nav li.features ul li {
	display: block;
	font-size: 12px;
	padding: 0;
	margin: 0;
	width: 100%;
	background: #0b0e11;

	/*----Third Level Menu------*/
}

div#common-header ul#top-nav li.features ul li a {
	display: block;
	color: #FFF;
	white-space: nowrap;
	line-height: 30px;
	text-decoration: none;
	padding: 0 0.5rem 0 1.75rem;
	transition-property: backgroundColor;
	background-repeat: no-repeat;
	background-size: 30px;
}

div#common-header ul#top-nav li.features ul li a.edit {
	background-image: url(static/images/public/icon_edit.png);
}

div#common-header ul#top-nav li.features ul li a.template {
	background-image: url(static/images/public/icon_template.png);
}

div#common-header ul#top-nav li.features ul li a.print {
	background-image: url(static/images/public/icon_print.png);
}

div#common-header ul#top-nav li.features ul li a.design {
	background-image: url(static/images/public/icon_design.png);
}

div#common-header ul#top-nav li.features ul li a.goArt {
	background-image: url(static/images/public/icon_palette.png);
}

div#common-header ul#top-nav li.features ul li a.more {
	background-image: none;
	padding-left: 0.5rem;
}

div#common-header ul#top-nav li.features ul li a:hover {
	color: #FFF;
}

div#common-header ul#top-nav li.features ul li:hover a {
	background-color: #3c4553;
}

div#common-header ul#top-nav li.features ul li ul {
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
}

div#common-header ul#top-nav li.features ul li ul:before, div#common-header ul#top-nav li.features ul li ul:after
	{
	display: none;
}

div#common-header ul#top-nav li.features ul li:hover ul {
	display: block;
}

div#common-header ul#top-nav li.features ul li:hover ul li a {
	padding: 0 0.5rem;
	color: #FFF;
	background: #3c4553;
}

div#common-header ul#top-nav li.features ul li:hover ul li a:hover {
	color: #FFF;
	background: #444;
}

div#common-header ul#top-nav li.logo {
	padding: 0;
	position: relative;
	float: left;
	height: 60px;
	margin-right: 20px;
}

div#common-header ul#top-nav li.logo:hover {
	background: none;
}

div#common-header ul#top-nav li a.top-link {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	padding: 22px 24px 18px;
	display: block;
	position: relative;
	z-index: 1;
	transition: 0.2s all ease-out;
}

div#common-header ul#top-nav li a.top-link.hot:after {
	content: "HOT";
	display: block;
	background: #F0526B;
	color: #FFF;
	position: absolute;
	top: 12px;
	right: -8px;
	font-size: 10px;
	line-height: 12px;
	border-radius: 26px;
	text-align: center;
	padding: 2px 5px 2px;
	z-index: -1;
}

div#common-header ul#top-nav li a.top-link:hover {
	cursor: pointer;
}

div#common-header ul#top-nav li:hover {
	background: #0b0e11;
}

div#common-header ul#top-nav li:hover a.top-link {
	color: #FFF;
}

div#common-header ul#top-nav li.sign {
	float: right;
	padding: 18px 24px 18px;
	font-size: 22px;
}

div#common-header ul#top-nav li.sign a.sign-link {
	color: #000 !important;
	text-decoration: none;
}

div#common-header ul#top-nav li.sign a.sign-link:hover {
	text-decoration: underline;
}

div#common-header ul#top-nav li.sign:hover {
	background: none;
}

div#common-header ul#top-nav div#userinfo {
	top: 13px;
	right: 40px;
}

div#common-header ul#top-nav div#userinfo .user-info {
	color: #000;
}

div#common-header ul#top-nav div#userinfo .dropdown-wrapper li {
	width: 133px;
}

div#common-header ul#top-nav div#userinfo .dropdown-wrapper li a {
	text-decoration: none;
}

div#common-header.shadow {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/*-----------designer beta header-------*/
#common-header-beta {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 10;
	transition: 0.3s all ease-out;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: block;
}

#common-header-beta ul#top-nav {
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
	height: 60px;
	box-sizing: border-box;
	padding: 0 20px 0 42px;
	list-style: none;
}

#common-header-beta ul#top-nav li .logo {
	padding: 0;
	position: relative;
	float: left;
	height: 60px;
	margin-right: 20px;
}

#common-header-beta ul#top-nav li .logo a .logo-icon-beta {
	background-size: cover;
	width: 155px;
	height: 100%;
}

#common-header-beta ul#top-nav li .logo a .logo-icon-beta img {
	width: 100%;
}

a {
	text-decoration: none;
}

.copyright a {
	color: #646464;
	text-decoration: none;
	font-size: 12px;
}

.copyright a:hover {
	text-decoration: underline;
}

footer {
	width: 100%;
	background: #010101;
	padding: 80px 0;
}

.footer_wrap {
	width: 500px;
	margin: 0 auto;
}

.footer_wrap .footer_links dl {
	margin: 0 74px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.footer_wrap .footer_links dl:last-child {
	margin-right: 0;
}

.footer_wrap .footer_links dl dt {
	color: #d4d4d4;
	margin: 0;
	padding: 0;
}

.footer_wrap .footer_links dl dd {
	color: #828282;
	margin: 14px 0 0;
	padding: 0;
}

.footer_wrap .footer_links dl dd a {
	color: #828282;
}

.footer_wrap .footer_links dl dd a:hover {
	color: white;
}

.footer_wrap .friend_links {
	margin: 0 auto;
	padding: 55px 0 0;
	max-width: 800px;
	text-align: center;
	line-height: 30px;
	color: #828282;
	font-size: 12px;
}

.footer_wrap .friend_links p {
	height: 30px;
}

.footer_wrap .friend_links a {
	color: #828282;
	padding: 0 0.3em;
	display: inline-block;
	text-decoration: none;
}

.footer_wrap .friend_links a:hover {
	color: #d4d4d4;
}

.footer_wrap .footer_link_more {
	color: #d4d4d4;
	text-align: center;
	border-top: 1px solid rgba(245, 243, 246, 0.1);
	margin: 18px 0 0;
	padding-top: 18px;
}

.footer_wrap .footer_link_more a {
	color: #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

.div_first { 
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
	font-size: 0;
}

.div_second {
	width: 400%;
	position: relative;
	animation: myimg 12s linear infinite normal;
}

.div_second img{
	width: 25%; 
}

@keyframes myimg { 
	0{
		left: 0;
	}
	28%{
	left:0;
	}
	33%{
		left:-100%;
	}
	61%{
		left:-100%;
	}
	66%{
		left:-200%;
	}
	95%{
		left:-200%;
	}
	100%{
		left:-300%;
	}
}

.print_feature {
	margin: 80px auto;
}

.print_feature .feature_item {
	display: inline-block;
	width: 256px;
	position: relative;
}

.print_feature .feature_item:after {
	content: '';
	height: 76px;
	width: 1px;
	background: #aab5bd;
	opacity: .4;
	position: absolute;
	right: 0;
	bottom: 8px;
}

.print_feature .feature_item:last-child:after {
	display: none;
}

.print_feature .feature_item .feature_title {
	font-size: 20px;
	color: #010101;
	margin: 20px 0;
}

.print_feature .feature_item .feature_desc {
	font-size: 14px;
	color: #676666;
	line-height: 24px;
}

.print_feature .feature_item .feature_icon {
	width: 106px;
	height: 68px;
	margin: 0 auto;
}

.print_feature .feature_item .feature_icon.feature_icon1 {
	background-image:
		url(../images/public/icon_feature1.png);
}

.print_feature .feature_item .feature_icon.feature_icon2 {
	background-image:
		url(../images/public/icon_feature2.png);
}

.print_feature .feature_item .feature_icon.feature_icon3 {
	background-image:
		url(../images/public/icon_feature3.png);
}

.print_feature .feature_item .feature_icon.feature_icon4 {
	background-image:
		url(../images/public/icon_feature4.png);
}

.print_category .print_cat_title {
	width: 222px;
	height: 58px;
	background:
		url(../images/public/bg_title161.png);
	text-indent: 55px;
	margin: 0 auto 44px;
	line-height: 58px;
	font-size: 24px;
}

.print_category .print_cat_list {
	text-align: center;
}

.print_category .print_cat_list li {
	width: 434px;
	height: 325px;
	display: inline-block;
	margin: 15px 15px 15px;
	position: relative;
	transition: all .3s ease-out;
}

.print_category .print_cat_list li.print_cat_item1 {
	background: #17dee3;
}

.print_category .print_cat_list li.print_cat_item2 {
	background: #e92dca;
}

.print_category .print_cat_list li.print_cat_item3 {
	background: #e7e731;
}

.print_category .print_cat_list li.print_cat_item4 {
	background: #565656;
}

.print_category .print_cat_list li .print_cat_pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	transition: all .3s ease-out;
}



.print_category .print_cat_list li:hover .print_cat_pic {
	left: -15px;
	top: -15px;
}

.print_step {
	margin: 80px auto 46px;
}

.print_step .print_step_title_main {
	width: 374px;
	height: 60px;
	background:
		url(../images/public/bg_title258.png);
	text-indent: 30px;
	margin: 0 auto 62px;
	line-height: 58px;
	font-size: 24px;
}

.print_step .print_step_block {
	max-width: 1084px;
	margin-left: auto;
	margin-right: auto;
}

.print_step .print_step_block:hover .print_step_info.print_step_info1 {
	background-position: left -200px;
}

.print_step .print_step_block:hover .print_step_info.print_step_info2 {
	background-position: right -200px;
}

.print_step .print_step_block:hover .print_step_info.print_step_info3 {
	background-position: left -202px;
}

.print_step .print_step_block:last-child {
	margin-bottom: 0;
}

.print_step .line {
	height: 1px;
	background: #aab5bd;
	opacity: .4;
	margin: 80px auto;
	max-width: 1084px;
}

.print_step .try_now_wrap p {
	font-size: 22px;
	color: #010101;
	line-height: 24px;
	margin-bottom: 38px;
}

.print_step .try_now_wrap .btn_try_now {
	display: inline-block;
	width: 150px;
	height: 46px;
	line-height: 46px;
	background: #56b3a8;
	color: #fff;
	border-radius: 4px;
}

.print_step .try_now_wrap .btn_try_now:hover {
	background: #68c2b7;
	color: white;
}

.print_step .try_now_wrap .btn_try_now:active {
	background: #419d91;
	color: #68c2b7;
}

.print_step_block {
	position: relative;
	margin-bottom: 58px;
	text-align: right;
}

.print_step_block .print_step_info {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
	-moz-transform: translateY(-50%); /* Firefox */
	-webkit-transform: translateY(-50%); /* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	text-align: left;
}

.print_step_block .print_step_info .print_step_title {
	font-weight: bold;
	font-size: 22px;
	line-height: 50px;
	margin-bottom: 24px;
}

.print_step_block .print_step_info .print_step_title2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0px;
}

.print_step_block .print_step_info .prin_step_desc {
	color: #676666;
	line-height: 24px;
}

.print_step_block .print_step_info .print_step_info_inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
	-moz-transform: translateY(-50%); /* Firefox */
	-webkit-transform: translateY(-50%); /* Safari 和 Chrome */
	-o-transform: translateY(-50%);
}

.print_step_block .print_step_info.print_step_info1 {
	height: 200px;
	color: #999;
	width: 530px;
	background: url(../images/index/num01.png) no-repeat left top;
}

.print_step_block .print_step_info.print_step_info1 .print_step_info_inner
	{
	left: 207px;
}

.print_step_block .print_step_info.print_step_info2 {
	height: 200px;
	color: #999;
	width: 510px;
	background: url(../images/index/num02.png) no-repeat right top;
}

.print_step_block .print_step_info.print_step_info2 .print_step_info_inner
	{
	right: 234px;
}

.print_step_block .print_step_info.print_step_info3 {
	height: 202px;
	color: #999;
	width: 530px;
	background: url(../images/index/num03.png) no-repeat left top;
}

.print_step_block .print_step_info.print_step_info3 .print_step_info_inner
	{
	left: 240px;
}

.print_step_block.print_step_text_right {
	text-align: left;
}

.print_step_block.print_step_text_right .print_step_info {
	left: auto;
	right: 0;
	text-align: right;
}

.print_step_text_left:hover .print_step_info1 {
	height: 200px;
	width: 530px;
	color: #333;
	background: url(../images/index/num01.png) no-repeat left bottom;
}

.print_step_text_right:hover .print_step_info2 {
	height: 200px;
	width: 510px;
	color: #333;
	background: url(../images/index/num02.png) no-repeat right bottom;
}

.print_step_text_left2:hover .print_step_info3 {
	height: 202px;
	color: #333;
	width: 530px;
	background: url(../images/index/num03.png) no-repeat left bottom;
}

/******关于我们******/
.about-tit {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.about-tit span {
	height: 32px;
	line-height: 30px;
	font-size: 28px;
	text-align: left;
	color: #000000;
	font-weight: 400;
	margin-bottom: 30px;
	border-left: 5px solid #e60012;
	padding-left: 16px;
}

.about-video {
	width: 600px;
	float: left;
}

.video-tit {
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	color: #3c3c3c;
	margin-top: 15px;
	float: right;
	width: 550px;
}

.video-text {
	width: 500px;
	font-size: 16px;
	margin-top: 20px;
	padding: 25px;
	float: right;
	background-color: #f9f9f9;
	border-top: 3px solid #e60012;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.video-text p {
	line-height: 1.5;
}

.companyProfileList {
	width: 100%;
	float: left;
	margin-top: 30px;
	padding-left: 0;
}

li {
	list-style: none;
}

.companyProfileList li:first-child {
	margin-left: 0;
}

.companyProfileList li {
	width: 23.5%;
	margin-left: 2%;
	float: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.companyProfileList li:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.profileListImg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.profileListImg>img {
	display: block;
	width: 100%;
	-webkit-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-ms-transition: transform .3s linear;
	-o-transition: transform .3s linear;
	transition: transform .3s linear;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}

.profileListText {
	width: 100%;
	padding: 8% 0;
	line-height: 1;
	padding-left: 20px;
	font-size: 22px;
	color: #3c3c3c;
}

.profileListImg:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.innovation {
	background: #f9f9f9;
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 40px;
}

.innovationTit {
	width: 100%;
	padding: 0;
	line-height: 1;
	text-align: center;
	font-size: 22px;
	color: #3c3c3c;
}

.innovationList {
	width: 100%;
	height: 190px;
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	position: relative;
	background-color: #fff;
}

.innovationArrow {
	display: block;
	width: 20px;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -10px;
}

.innovationArrow img {
	display: block;
	width: 100%;
}

.innlistBox {
	width: 86%;
	height: 70px;
	margin: 70px auto 0;
	position: relative;
}

.innlistBox li {
	height: 70px;
}

.innlistBoxone {
	position: absolute;
	top: 0;
	left: 0%;
}

.innlistBoxtwo {
	width: 240px;
	margin: 0 auto;
}

.innlistBoxthree {
	width: 300px;
	position: absolute;
	top: 0;
	left: 74%;
}

.innlistBoxImg {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
}

.innlistBoxImg img {
	display: block;
	width: 100%;
}

.innlistBoxLine {
	display: block;
	width: 0px;
	height: 100%;
	float: left;
	margin: 0 18px 0 14px;
	border-right: 1px dashed #b2b0a8;
}

.innlistBoxText {
	display: block;
	float: left;
	line-height: 1;
}

.innlistBoxTextTit {
	display: block;
	color: #e60012;
	font-size: 22px;
	margin-bottom: 14px;
}

.innlistBoxTextTit span {
	font-size: 38px;
}

.innlistBoxTextp {
	display: block;
	line-height: 1.5;
	font-size: 16px;
	color: #3c3c3c;
}

.innovationBott {
	padding-bottom: 50px;
}

.columWrapBox { 
	height: 100%;
	padding: 0 16px; 
	position: relative;
}

/******行业案例******/
.case h1 {
	font-size: 30px;
	color: #171717;
	text-align: center;
	font-weight: 520;
	margin: 60px 0 30px 0;
	background: url(../images/public/fxcasebg.png) no-repeat center;
	text-indent: 10px;
}

.case { 
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.case dl { 
    overflow: hidden;
    width: 33.33%;
    min-width: 300px;
    margin: 10px auto;
    background-color: #fff;
    float: left;
    text-align: center;
}

.case dl dd {
	margin-top: 10px;
	margin-left: 0;
}

.case dl dt {
	font-size: 18px;
	line-height: 30px;
	margin: 20px 0;
}

/******新闻中心******/
.index-middle {
	width: 660px;
	float: left;
}

.article-box {
	min-height: 200px;
}

.article-box .article-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	color: #222;
}

.article-sub {
	margin-top: 12px;
	margin-bottom: 20px;
	font-size: 13px;
}

.article-sub span {
	color: #777;
	margin-right: 2px;
}

.article-box .article-content, .article-box .article-content>div {
	font-size: 16px;
	line-height: 28px;
	color: #222;
	word-wrap: break-word;
	margin-bottom: 100px;
}

.article-box .article-content>div>p, .article-box .article-content>p {
	margin: 16px 0;
}

.article-box .article-content>div img, .article-box .article-content img
	{
	max-width: 100%;
	display: block;
	margin: 10px auto;
}

.index-right {
	width: 400px;
	float: right;
}

.pane-module {
	width: 360px;
	border-top: 2px solid #ed4040;
	background-color: #f4f5f6;
	margin-bottom: 16px;
	padding: 15px 20px 20px;
	float: left;
}

.user-card-head {
	display: table;
}

.user-card-avatar {
	float: left;
	margin-right: 12px;
	display: table-cell;
	vertical-align: middle;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid #e8e8e8;
	background: #ddd;
	overflow: hidden;
}

.user-card-avatar>img {
	width: 100%;
	height: 100%;
}

.user-card-name {
	display: table-cell;
	vertical-align: middle;
}

.user-card-name a {
	display: inline-block;
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
	color: #222;
	margin-bottom: 4px;
}

.subscribe .left-arrow {
	width: 66px;
	border-radius: 3px;
	position: relative;
	font-size: 14px;
	cursor: pointer;
}

.subscribe .subscribe-btn {
	width: 74px;
	background: #2a90d7;
	color: #fff;
	height: 24px;
	border: 1px solid #2a90d7;
	text-align: center;
}

.subscribe .left-arrow span {
	font-size: 14px;
	vertical-align: middle;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.subscribe .subscribe-btn span {
	color: #fff;
}

.user-card-article-list {
	margin-top: 16px;
	border-top: 1px solid #e8e8e8;
}

ul {
	padding-left: 0;
}

.user-card-article-item {
	margin-top: 12px;
	line-height: 20px;
	font-size: 14px;
	padding-left: 9px;
	position: relative;
	text-align: justify;
}

.user-card-article-item a {
	color: #222;
	line-height: 20px;
}

.user-card-article-item:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #999;
	left: 0;
	top: 6px;
}

.pane-module .module-head {
	color: #222;
	padding: 0;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
}

.module-head span {
	float: right;
	margin-right: 10px;
	font-size: 14px;
	margin-top: 3px;
}

.module-head span a {
	color: #333;
}

.picture-list {
	margin-right: -12px;
	margin-bottom: -16px;
}

.picture-list .picture-item {
	width: 45%;
	float: left;
	margin-left: 3.33%;
}

.pane-module .module-pic {
	overflow: hidden;
	position: relative;
	transform-style: preserve-3d;
	display: inline-block;
	text-align: center;
	background: #e8e8e8;
}

.picture-list .picture-img {
	position: relative;
	width: 100%;
	height: 90px;
}

.picture-list .picture-item p {
	margin-top: 6px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	color: #333;
	-webkit-line-clamp: 2;
}

.pane-module .module-pic img {
	width: 100%;
	height: 100%;
}

.pane-module .module-tag {
	position: absolute;
	right: 8px;
	bottom: 8px;
	padding: 0 6px;
	border-radius: 10px;
	background: #000;
	background: rgba(0, 0, 0, .7);
}

.pane-module .module-tag span {
	line-height: 20px;
	font-size: 12px;
	color: #fff;
}

.pages-list {
	width: 100%;
	float: left;
}

.pages-list ul {
	margin-left: 40px;
}

.pages-list li {
	float: left;
	border: 1px solid #ddd;
	background: #fbfbfb;
	font-size: 14px;
	cursor: pointer;
	color: #666;
	margin-left: -1px; 
}

.pages-list li a{
	display:block; 
}

.pages-list li.tou {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pages-list li.wei {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pages-list li.on, .pages-list li:hover {
	color: #fff;
	background: #0c66af;
	border: 1px solid #0c66af;
}


.pages-list li a  { 
	padding: 4px 12px;
	
}

.pages-list li.on a, .pages-list li:hover a {
	color: #fff;  
}

.pages-list li.hui {
	color: #e6e1df;
	background: #fff;
}

.pages-list li.hui:hover {
	color: #e6e1df;
	background: #fff;
	border: 1px solid #ddd;
}

/******合作方式*******/
.process {
	background: #fff;
	padding: 30px 0px 60px;
	text-align: center;
}

.process>h3 {
	color: #333;
	font-size: 40px;
	margin-bottom: 40px;
	font-weight: normal;
}

.process>p {
	color: #606060;
	font-size: 12px;
	margin-bottom: 60px;
}

.pro_items { 
	margin: 0 auto;
	overflow: hidden;
}

.pro_item {
	position: relative;
	float: left;
	margin-left: 62px;
	width: 220px;
	height: 220px;
	box-sizing: border-box;
	border: 1px solid #efedeb;
	padding-top: 45px;
	border-radius: 5px;
}

.pro_item:last-child {
	margin-right: 0;
}

.pro_item img {
	width: 87px;
	transition: all .5s
}

.pro_item div {
	font-size: 24px;
	color: #505050;
	letter-spacing: 3px;
	position: absolute;
	bottom: 15px;
	left: 55px;
}

.pro_item img:hover {
	width: 103px;
}

.joint_items { 
	margin: 0 auto;
	overflow: hidden;
	padding: 0 45px;
}

.joint_item {
	float: left;
	width: 136px;
	height: 136px;
	border-radius: 50%;
	margin-right:0;
	position: relative;
	margin-left: 92px;
}

.joint_item:last-child {
	margin-right: 0;
}

.joint_item>div {
	position: absolute;
	width: 136px;
	height: 136px;
	border-radius: 50%;
	line-height: 136px;
	font-size: 18px;
	color: #fff;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
}

.joint_item>div:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.4);
}

.joint {
	padding: 48px 0;
	text-align: center;
	background: #f0f0f0;
}

.joint>h3 {
	color: #333;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: normal;
}

.joint>p {
	color: #505050;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 60px;
}

.service {
	background: #fff;
}

.service_items { 
	margin: 0 auto;
}

.service_item {
	width: 900px;
	margin: 30px auto;
	height: 145px;
	position: relative;
}

.service_item div.service_title {
	position: absolute;
	height: 145px;
	top: 0;
	width: 900px;
	line-height: 145px;
	color: #fff;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.7);
}

.distribution_items { 
	margin: 0 auto;
	overflow: hidden;
}

.distribution_item>img {
	width: 100%;
}

.distribution_item>div {
	margin-top: -30px;
	width: 278px;
	border: 1px solid #ddd;
	border-top: none;
	height: 170px;
}

.distribution_item>div h3 {
	font-weight: normal;
	font-size: 18px;
	color: #606060;
	padding-top: 20px;
}

.distribution_item>div p {
	font-weight: normal;
	font-size: 12px;
	color: #606060;
	padding: 0 5px;
	letter-spacing: 1px;
	text-align: left;
}

.distribution_item:hover {
	cursor: pointer;
}

.distribution_item:hover div h3 {
	color: #ff8e2f;
}

.distribution_item:hover div {
	border: 1px solid #ff8e2f;
	border-top: none;
}

.distribution_item {
	float: left;
	width: 280px;
	height: 347px;
	box-sizing: border-box;
	margin-right: 26px;
}

.distribution_item:last-child {
	margin-right: 0px;
}

.after_service {
	background: #fff;
}

.after_items {
	width: 1000px;
	margin: 0 auto;
	height: 500px;
	background: url(../images/cooperation/i_07.png) no-repeat 50% 80%;
	position: relative;
}

.after_item_01 {
	width: 130px;
	height: 80px;
	line-height: 80px;
	background: #f18d31;
	position: absolute;
	top: 15%;
	left: 43.5%;
	transform: rotate(90deg);
	transition: all .5s;
}

.after_item_01:before {
	content: "";
	position: absolute;
	top: -35px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
	border-bottom: 35px solid #f18d31;
}

.after_item_01:after {
	content: "";
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
	border-top: 35px solid #f18d31;
}

.after_item_02 {
	background: #f7c865;
	top: 33%;
	left: 23%;
	transform: rotate(90deg);
}

.after_item_02:after {
	border-top: 35px solid #f7c865;
}

.after_item_02:before {
	border-bottom: 35px solid #f7c865;
}

.after_item_03 {
	background: #32a8d4;
	top: 70%;
	left: 20%;
	transform: rotate(90deg);
}

.after_item_03:after {
	border-top: 35px solid #32a8d4;
}

.after_item_03:before {
	border-bottom: 35px solid #32a8d4;
}

.after_item_04 {
	background: #d54853;
	top: 33%;
	left: 65%;
	transform: rotate(90deg);
}

.after_item_04:after {
	border-top: 35px solid #d54853;
}

.after_item_04:before {
	border-bottom: 35px solid #d54853;
}

.after_item_05 {
	background: #851b3c;
	top: 70%;
	left: 65%;
	transform: rotate(90deg);
}

.after_item_05:after {
	border-top: 35px solid #851b3c;
}

.after_item_05:before {
	border-bottom: 35px solid #851b3c;
}

.after_item_01 span {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 50px solid #f18d31;
	position: absolute;
	left: 78%;
	top: 19%;
	transform: rotate(89deg);
}

.after_item_02 span {
	border-bottom: 50px solid #f7c865;
	left: 55%;
	top: -39%;
	transform: rotate(29deg);
}

.after_item_03 span {
	border-bottom: 50px solid #32a8d4;
	left: 20%;
	top: -42%;
	transform: rotate(100deg);
}

.after_item_04 span {
	border-bottom: 50px solid #d54853;
	left: 60%;
	top: 60%;
	transform: rotate(30deg);
}

.after_item_05 span {
	border-bottom: 50px solid #851b3c;
	left: 6%;
	top: 63%;
	transform: rotate(-30deg);
}

.after_item_01:hover {
	transform: scale(1.2) rotate(90deg);
}

.after_item_01 div {
	transform: rotate(-90deg);
	font-size: 17px;
	color: #fff;
}

.icon_items {
	padding-left: 60px;
	position: absolute;
	height: 145px;
	top: 0;
	width: 840px;
	color: #fff;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
}

.icon_items li {
	float: left;
	height: 107px;
	margin: 0 40px;
	margin-top: 38px;
}

.icon_items li i {
	font-size: 42px;
}

.icon_items li p {
	padding-top: 5px;
	font-size: 12px;
	color: #fff;
}

.icon_items_02 li {
	margin: 0 30px;
	margin-top: 38px;
}

.project {
	background: #fff;
	padding-top: 60px;
}

.project h3 {
	font-size: 40px;
	color: #333;
	text-align: center;
	font-weight: normal;
}

.project_items {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.project_item {
	float: left;
	width: 330px;
	text-align: center;
	padding: 80px 0;
}

.project_item img {
	height: 95px;
	margin-bottom: 70px;
}

.project_item p {
	margin-bottom: 20px;
}

.project_item div {
	padding: 0 50px;
}

.global {
	background: #f0f0f0;
	text-align: center;
	padding: 70px 0;
}

.circle_01 {
	box-sizing: border-box;
	width: 300px;
	height: 300px;
	border: 1px dashed #666;
	border-radius: 50%;
	padding: 80px 0;
	cursor: pointer;
}

.circle_01 p {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.circle_01 div {
	font-size: 18px;
	color: #505050;
	margin: 10px 0;
}

.circle_02 {
	box-sizing: border-box;
	width: 360px;
	height: 360px;
	padding-top: 30px;
	border: 1px dashed #999;
	border-radius: 50%;
}

.circle_03 {
	box-sizing: border-box;
	width: 420px;
	height: 420px;
	padding-top: 30px;
	border: 1px dashed #999;
	border-radius: 50%;
	position: relative;
}

.group_01 {
	position: absolute;
	left: -123px;
	top: 10px;
}

.group_01>div>div {
	height: 97px;
	width: 97px;
	line-height: 97px;
	border: 1px solid #ff8e2f;
	border-radius: 50%;
	background: #f0f0f0;
}

.group_01>div {
	padding: 12px;
	height: 97px;
	width: 97px;
	background: #f2e1d3;
	border-radius: 50%;
}

.group_01 span {
	position: absolute;
	height: 20px;
	width: 20px;
	background: #ff8e2f;
	border-radius: 50%;
	bottom: -10px;
	right: -25px;
}

.group_02 span {
	background: #77bd3f;
}

.group_02 {
	left: -130px;
	top: 275px;
	transform: rotate(-60deg);
}

.group_02>div {
	background: #dee8d6;
}

.group_02>div>div {
	border: 1px solid #77bd3f;
	transform: rotate(60deg);
}

.group_03 {
	left: 454px;
	top: 167px;
	transform: rotate(148deg);
}

.group_03 span {
	background: #7ba4e7;
}

.group_03>div {
	background: #dfe5ef;
}

.group_03>div>div {
	border: 1px solid #7ba4e7;
	transform: rotate(-148deg);
}

.gl {
	background: #fff;
	text-align: center;
	padding: 80px 0;
}

.gl_items {
	width: 1000px;
	margin: 0 auto;
	padding: 0 50px;
}

.gl_item h3 {
	font-weight: normal;
	font-size: 24px;
	padding: 30px 0;
	color: #505050;
}

.gl_item p {
	font-size: 12px;
	letter-spacing: 1px;
	color: #606060;
}

.bg_a {
	position: relative;
	margin: 100px 0;
	height: 546px;
	background: url(../img/i_24.png) no-repeat;
	background-size: cover;
}

.title_a {
	position: absolute;
	width: 290px;
	top: 187px;
	left: 388px;
	text-align: left;
	line-height: 35px;
}

.circ_01 {
	position: absolute;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 1px solid #ff8e2f;
	color: #ff8e2f;
	top: -65px;
	left: 43%;
}

.circ_01 div {
	padding-top: 60px;
}

.circ_01 ul {
	list-style: disc;
	text-align: left;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
}

.circ_01:hover div {
	padding-top: 25px;
	cursor: pointer;
}

.circ_01:hover {
	background: #ff8e2f;
	color: #fff;
}

.circ_02 {
	top: 37%;
	left: 13%;
}

.circ_03 {
	top: 37%;
	left: 73%;
}

.circ_04 {
	top: 88%;
	left: 43%;
}

.gl_item {
	padding: 50px 0;
	border-bottom: 1px solid #ddd;
}

.bg_b {
	background: url(../img/i_25.png) no-repeat;
	background-size: cover;
	height: 435px;
	position: relative;
}

.tri_01 {
	position: absolute;
	width: 150px;
	height: 47px;
	line-height: 47px;
	color: #7ba4e7;
	border: 1px solid #7ba4e7;
	border-radius: 5px;
	top: 10%;
	left: 7%;
}

.tri_02 {
	top: 10%;
	left: 42.5%;
}

.tri_03 {
	top: 10%;
	left: 77%;
}

.tri_04 {
	width: 100px;
	top: 58%;
	left: 45%;
}

.det_01 {
	position: absolute;
	font-size: 12px;
	letter-spacing: 1px;
	color: #606060;
	top: 18%;
	left: 29%;
}

.det_02 {
	top: 18%;
	left: 62%;
}

.det_03 {
	top: 45%;
	left: 18%;
}

.det_03 li:first-child {
	font-size: 18px;
	padding: 3px 0;
}

.det_04 {
	top: 45%;
	left: 76%;
}

.det_04 li:first-child {
	font-size: 18px;
	padding: 3px 0;
}

.bot {
	position: absolute;
	font-size: 18px;
	bottom: 0%;
	left: 0%;
	color: #606060;
	text-align: left;
	width: 100%;
	text-align: center;
	line-height: 35px;
}

.bg_c {
	margin: 50px 0;
	position: relative;
	height: 247px;
	background: url(../img/i_26.png) no-repeat;
	background-size: cover;
}

.bg_c_title {
	width: 300px;
	height: 70px;
	position: absolute;
	border: 2px solid #77bd3f;
	border-radius: 50px;
	top: -2%;
	left: 34%;
}

.bg_c_01 {
	width: 127px;
	height: 90px;
	box-sizing: border-box;
	border: 2px solid #77bd3f;
	border-radius: 6px;
	position: absolute;
	top: 51%;
	left: 8%;
}

.bg_c_01 li:first-child {
	background: #77bd3f;
	color: #fff;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
}

.bg_c_01 li:last-child {
	font-size: 12px;
	color: #606060;
	height: 58px;
	padding-top: 10px;
	letter-spacing: 1px;
}

.bg_c_02 {
	left: 26%;
}

.bg_c_03 {
	left: 44%;
}

.bg_c_04 {
	left: 62%;
}

.bg_c_05 {
	left: 80%;
}

.bg_c_title p {
	font-size: 24px;
	color: #505050;
	padding: 5px 0;
}

.bg_c_title div {
	font-size: 12px;
	color: #606060;
}

.gl_item:last-child {
	border: none;
}

.unify_img a {
	width: 192px;
	height: 53px;
	border: 1px solid #92638b;
	border-radius: 6px;
	font-size: 24px;
	color: #e60012;
	line-height: 53px;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.unify_img a:hover {
	background: rgba(255, 255, 255, 0.8);
}

.wms {
	background: #fff;
	padding: 50px 0;
	text-align: center;
}

.wms>h3 {
	font-size: 40px;
	color: #333;
	font-weight: normal;
}

.wms_dec {
	position: relative;
	width: 1000px;
	height: 350px;
	background: url(../img/i_28.png) no-repeat 15% 40%;
}

.wms_dec span {
	position: absolute;
	font-size: 24px;
	color: #505050;
	left: 18%;
	bottom: 13%;
}

.wms_dec ul {
	position: absolute;
	width: 400px;
	font-size: 18px;
	color: #505050;
	line-height: 36px;
	top: 20%;
	right: 9%;
}

.wms_02 {
	background: #f0f0f0;
}

.wms_dec_02 {
	background: url(../img/i_29.png) no-repeat 80% 40%;
}

.wms_dec_02 span {
	position: absolute;
	font-size: 24px;
	color: #505050;
	left: 67%;
	bottom: 13%;
}

.wms_dec_02 ul {
	position: absolute;
	width: 400px;
	font-size: 18px;
	color: #505050;
	line-height: 36px;
	top: 24%;
	left: -50%;
}

.value {
	width: 1000px;
	margin: 50px auto;
	overflow: hidden;
}

.value_items {
	float: left;
	width: 250px;
	text-align: center;
}

.value_item {
	height: 90px;
	line-height: 90px;
	color: #505050;
	font-size: 18px;
	padding: 0 30px;
	margin: 0 25px;
}

.value_item i {
	font-size: 22px;
	position: relative;
	top: -2px;
}

.value_item.active {
	background: #ff8e2f;
	color: #fff;
	cursor: pointer;
}

.value_item:last-child {
	border-bottom: 2px solid #ff8e2f;
}

.value_box {
	float: left;
	width: 673px;
	height: 274px;
	background-color: #f0f0f0;
}

.value_box div {
	width: 673px;
	height: 274px;
	background: url(../img/i_30.png) no-repeat 88% 5%;
	box-sizing: border-box;
}

.value_box div {
	padding-right: 275px;
	padding-top: 80px;
	width: 673px;
	float: left;
	margin-left: 50px;
	line-height: 30px;
	color: #606060;
	font-size: 14px;
	text-align: left;
	line-height: 23px;
}

.value_box div p {
	margin-bottom: 10px;
}

.saas {
	background: #f0f0f0;
}

.saas>p {
	font-size: 12px;
	padding: 30px 0;
	color: #505050;
}

.saas_items {
	width: 1000px;
	height: 690px;
	background: url(../img/i_37.png) no-repeat 50% 45%;
	position: relative;
}

.saas_item {
	position: absolute;
	left: 43%;
	top: 4%;
}

.saas_item_02 {
	left: 15%;
	top: 22%;
}

.saas_item_03 {
	left: 15%;
	top: 53%;
}

.saas_item_04 {
	left: 43%;
	top: 73%;
}

.saas_item_05 {
	left: 72%;
	top: 22%;
}

.saas_item_06 {
	left: 72%;
	top: 53%;
}

.sys_items {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

.sys_item {
	float: left;
	width: 250px;
	box-sizing: border-box;
	padding: 5px 55px;
}

.sys_item>div {
	width: 150px;
	height: 150px;
	line-height: 150px;
	background: #938cd8;
	color: #fff;
	border-radius: 50%;
}

.sys_item>div i {
	font-size: 80px;
}

.sys_item>ul {
	width: 150px;
	font-size: 12px;
	color: #606060;
	line-height: 30px;
}

.sys_item>ul>li:first-child {
	font-size: 18px;
	color: #505050;
	padding-top: 20px;
}

.sys_item_02>div {
	background: #7ba4e7;
}

.sys_item_03>div {
	background: #4fcddb;
}

.sys_item_04>div {
	background: #88ce51;
}

.cwtx_main .unify_img {
	position: relative;
}

.cwtx_title {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: 110px;
	color: #fff;
	width: 100%;
}

.cwtx_title li:first-child {
	font-size: 60px;
	padding: 25px 0;
}

.cwtx_title li:last-child {
	font-size: 18px;
	padding: 15px 76px;
	line-height: 35px;
}

.cw_value {
	background: #fff;
	padding: 60px 0;
	text-align: center;
}

.cw_value h3 {
	font-weight: normal;
	color: #333;
	font-size: 40px;
}

.cw_detail {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 587px;
	background: url(../img/i_38.png) no-repeat 50% 70%;
}

.cw_item {
	width: 200px;
	text-align: center;
	position: absolute;
	font-size: 18px;
	color: #ff8e2f;
	left: 40%;
	top: 5%;
}

.cw_item li:last-child {
	padding-top: 15px;
	color: #606060;
	font-size: 12px;
	line-height: 20px;
}

.cw_item_02 {
	left: 15%;
	top: 23%;
}

.cw_item_03 {
	left: 8%;
	top: 60%;
}

.cw_item_04 {
	left: 68%;
	top: 23%;
}

.cw_item_05 {
	left: 70%;
	top: 60%;
}

.cw_fb {
	background: #f0f0f0;
	padding: 60px 0;
	text-align: center;
}

.cw_fb>h3 {
	font-size: 40px;
	color: #333;
	margin-bottom: 30px;
	font-weight: normal;
}

.cw_fb>p {
	color: #606060;
	font-size: 12px;
}

.cw_map {
	width: 1000px;
	margin: 0 auto;
}

.cw_circles {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
}

.cw_circle {
	position: relative;
	float: left;
	margin: 0 20px;
	height: 125px;
	width: 125px;
	border: 15px solid #ff8e2f;
	border-radius: 50%;
	border-top: 15px solid #e4ddd9;
	border-right: 15px solid #e4ddd9;
	transform: rotate(135deg);
	transition: all .5s;
	top: 0px;
}

.cw_circle span:first-child {
	position: absolute;
	transform: rotate(-135deg);
	color: #ff8e2f;
	font-size: 40px;
	left: 24%;
	top: 37%;
}

.cw_circle span:last-child {
	position: absolute;
	transform: rotate(-135deg);
	color: #ff8e2f;
	font-size: 18px;
	left: 56%;
	top: 26%;
}

.cw_circle:hover {
	cursor: pointer;
	top: -25px;
}

.cw_circle_02 {
	transform: rotate(-45deg);
}

.cw_circle_02 span:first-child {
	transform: rotate(45deg);
	top: 23%;
	left: 30%;
}

.cw_circle_02 span:last-child {
	transform: rotate(45deg);
	left: 11%;
	top: 57%;
}

.cw_circle_05 span:last-child {
	left: 44%;
	top: 23%;
}

.cw_circle_05 span i {
	font-size: 12px;
	font-style: normal;
}

.cw_circle_05 span:first-child {
	left: 16%;
	top: 37%;
}

.cw_over_title {
	font-size: 24px;
	color: #505050;
}

.cw_model {
	background: #fff;
}

.model_fc {
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	background: url(../img/i_40.png) no-repeat 50% 80%;
	position: relative;
}

.fc_01 {
	box-sizing: border-box;
	height: 316px;
	position: absolute;
	width: 240px;
	left: 30%;
	top: 13%;
	border: 2px solid #ff8e2f;
}

.fc_01 ul {
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	line-height: 44px;
	color: #505050;
	overflow: hidden;
	border: 1px solid #ff8e2f;
	border-left: none;
	border-right: none;
}

.fc_01 ul li {
	float: left;
	width: 50%;
	cursor: pointer;
}

.fc_01 ul li.active {
	background: #ff8e2f;
	color: #fff;
}

.zimu {
	height: 270px;
	background: url(../img/i_41.png) no-repeat 35% 10%;
	position: relative;
}

.zimu_01 {
	position: absolute;
	top: 21%;
	left: 18%;
	color: #ff8e2f;
	font-size: 18px;
}

.zimu_02 {
	top: 7%;
	left: 55%;
}

.zimu_03 {
	top: 33%;
	left: 55%;
}

.zimu_04 {
	position: absolute;
	color: #505050;
	font-size: 12px;
	width: 210px;
	padding: 0 15px;
	text-align: left;
	bottom: 20%;
	line-height: 20px;
}

.pingxing {
	height: 270px;
	background: url(../img/i_42.png) no-repeat 35% 8%;
	position: relative;
}

.px_01 {
	position: absolute;
	top: 8%;
	left: 20%;
	color: #ff8e2f;
	font-size: 18px;
}

.px_02 {
	top: 8%;
	left: 58%;
}

.px_03 {
	top: 36%;
	left: 20%;
}

.px_04 {
	top: 36%;
	left: 58%;
}

.fc_02 {
	box-sizing: border-box;
	width: 135px;
	text-align: center;
	position: absolute;
	border: 1px solid #ff8e2f;
	font-size: 18px;
	color: #505050;
	top: 13%;
	left: 5%;
	padding: 8px 0px;
}

.fc_02:hover {
	color: #fff;
	background: #ff8e2f;
}

.fc_02 p {
	font-size: 14px;
}

.fc_03 {
	top: 44.5%;
	left: 5%;
}

.fc_04 {
	top: 76%;
	left: 5%;
}

.fc_05 {
	width: 164px;
	top: 44%;
	left: 59.7%;
}

.fc_06 {
	top: 44%;
	left: 82%;
}

.cw_swip_lists {
	border: 1px solid #ff8e2f;
	width: 300px;
	margin: 0 auto;
	color: #ff8e2f;
	overflow: hidden;
	border-radius: 6px;
}

.cw_swip_lists li {
	width: 100px;
	border-radius: 5px;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	text-align: center;
	float: left;
}

.cw_swip_lists li.active {
	color: #fff;
	background: #ff8e2f;
}

.hzjm_main .cwtx_title li:last-child {
	font-size: 36px;
	line-height: 50px;
}

.hzjm_team {
	padding: 60px 0;
	background: #fff;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.hzjm_team>h3 {
	font-weight: normal;
	color: #333;
	font-size: 40px;
}

.team_work {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding: 40px 30px;
	overflow: hidden;
}

.team_work>img {
	float: left;
}

.team_right {
	float: left;
	width: 520px;
	padding-left: 100px;
	text-align: left;
}

.team_right ul {
	font-size: 18px;
	color: #505050;
	line-height: 50px;
	text-align: left;
	list-style: disc;
	margin-bottom: 45px;
}

.team_right a {
	display: inline-block;
	width: 192px;
	height: 53px;
	line-height: 53px;
	color: #fff;
	background: #ff8e2f;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}

.team_right a:hover {
	background: #ed6c00;
}

.hzjm_process {
	background: #f0f0f0;
}

.process_items {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0px;
	overflow: hidden;
}

.process_item {
	float: left;
	margin-left: 50px;
	height: 277px;
	position: relative;
}

.process_number {
	z-index: 11;
	position: absolute;
	width: 33px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #ff8e2f;
	transform: rotate(45deg);
	left: 49px;
	top: -18px;
	background: #fafafa;
	color: #ff8e2f;
}

.process_number span {
	position: absolute;
	font-size: 18px;
	transform: rotate(-45deg);
	left: 11px;
	top: 0px;
}

.process_bg {
	z-index: 10;
	position: absolute;
	top: 0;
	height: 277px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.process_bg ul {
	font-size: 12px;
	position: absolute;
	bottom: 15px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	transition: all .8s;
}

.process_bg ul li:first-child {
	font-size: 18px;
	margin-bottom: 8px;
}

.process_item:hover {
	cursor: pointer;
}

.process_item:hover .process_number {
	background: #ff8e2f;
	color: #fff;
}

.process_item:hover .process_bg {
	background: rgba(0, 0, 0, 0.2);
}

.process_item:hover .process_bg ul {
	bottom: 105px;
}

.hzjm_team p {
	font-size: 12px;
	color: #606060;
	padding: 25px 0;
}

.hzjm_location {
	background: #fafafa;
}

.hzjm_convoy {
	background: #f0f0f0;
	padding-bottom: 0;
}

.convoy_items {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0px;
	overflow: hidden;
}

.convoy_item {
	float: left;
	width: 310px;
}

.convoy_it {
	width: 160px;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	color: #606060;
	margin-bottom: 60px;
}

.convoy_it li:first-child {
	color: #ff8e2f;
	font-size: 18px;
}

.convoy_item:nth-child(2) {
	width: 308px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.convoy_item ul.convoy_it:last-child {
	margin-bottom: 0;
}

.cooperate_img {
	width: 1002px;
	margin: 0 auto;
	height: 114px;
	position: relative;
}

.cooperate_img img {
	width: 100%;
}

.cooperate_bg {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
}

.cooperate_img:hover .cooperate_bg {
	background: rgba(0, 0, 0, 0.2);
}

.cooperate_detail {
	padding: 25px 0;
	font-size: 18px;
	color: #505050;
}

.cooperate_detail span {
	color: #ff8e2f;
}

.hzjm_contrast {
	background: #f0f0f0;
}

.contrast_items {
	width: 1002px;
	margin: 0 auto;
}

.contrast_item {
	width: 100%;
	box-sizing: border-box;
}

.contrast_item img {
	width: 100%;
}

.contrast_item_01 {
	height: 40px;
	position: relative;
	color: #505050;
}

.contrast_item_01 span:first-child {
	font-size: 18px;
	position: absolute;
	top: 8px;
	left: 16%;
}

.contrast_item_01 span:last-child {
	font-size: 18px;
	position: absolute;
	top: 8px;
	right: 16%;
}

.contrast_item_01:hover {
	background: #ff8e2f;
	color: #fff;
	cursor: pointer;
}

.contrast_item_02 {
	height: 60px;
	position: relative;
}

.contrast_item_02 span:first-child {
	top: 12px;
	font-size: 24px;
	position: absolute;
	top: 8px;
	left: 16%;
}

.contrast_item_02 span:last-child {
	top: 12px;
	font-size: 24px;
	position: absolute;
	top: 8px;
	right: 16%;
}

.guess_items {
	border-spacing: 20px;
}

.guess_items thead td {
	text-align: center;
	background: #bcbcbc;
	width: 152px;
	height: 50px;
	line-height: 50px;
	color: #505050;
	font-size: 24px;
}

.guess_items tbody td {
	background: #ff8e2f;
	width: 152px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.guess_items tbody td:hover {
	background: #ed6c00;
}

.guess_items tr td:first-child {
	width: 52px;
	background: #bcbcbc;
	color: #505050;
}

.guess_items caption {
	width: 912px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: #ff8e2f;
}

.guess_items tbody tr td:last-child {
	background: #6698f9;
}

.guess_items tbody tr td:last-child:hover {
	background: #0d5699;
}

.hzjm_guess h3 {
	margin-bottom: 50px;
}

.gyyt_main .cwtx_title li:last-child {
	font-size: 36px;
}

.gyyt_tixi {
	background: #fafafa;
	padding: 60px 0;
	text-align: center;
}

.common_title {
	font-weight: normal;
	font-size: 40px;
	color: #333;
	margin-bottom: 45px;
}

.common_detail {
	color: #606060;
	font-size: 12px;
	margin-bottom: 30px;
	font-family: "å®‹ä½“";
}

.tixi_center {
	width: 1001px;
	margin: 0 auto;
	height: 759px;
	background: #fafafa url(../img/i_54.png) no-repeat;
	position: relative;
}

.center_top_titles {
	width: 1001px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
}

.center_top_title {
	float: left;
	width: 89px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #ff8e2f;
	font-size: 18px;
	position: relative;
	margin-right: 15px;
	margin-left: 20px;
}

.center_top_title span {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 16px solid #ff8e2f;
	bottom: -38%;
	left: 42%;
}

.center_top_title_03 {
	margin-left: 100px;
}

.center_top_title_04 {
	margin-left: 116px;
}

.center_top_title_05 {
	margin-left: 45px;
}

.center_top_title_06 {
	margin-left: 63px;
}

.center_top_title:hover {
	transform: scale(1.3);
}

.center_box {
	box-sizing: border-box;
	width: 33px;
	height: 102px;
	border: 1px solid #ff8e2f;
	font-size: 12px;
	color: #505050;
	position: absolute;
	top: 25.2%;
	left: 5%;
	padding: 12px 10px;
}

.center_box:hover {
	color: #fff;
	background: #ff8e2f;
}

.center_box_02 {
	top: 62%;
}

.center_box_03 {
	width: 33px;
	height: 534px;
	padding: 220px 10px;
	top: 15%;
	right: -81%;
}

.center_left_boxes {
	width: 120px;
	height: 534px;
	position: absolute;
	border: 1px solid #ddd;
	top: 14%;
	left: 13%;
	padding: 24px 0;
}

.center_left_box {
	margin-bottom: 25px;
}

.center_left_box:hover {
	transform: scale(1.1);
}

.center_left_box p {
	font-size: 12px;
	color: #505050;
	padding: 5px 0;
}

.center_left_box:nth-child(2) {
	margin-bottom: 58px;
}

.center_mid_box {
	position: absolute;
	top: 17%;
	left: 27.6%;
}

.center_mid_box:hover {
	transform: scale(1.1);
}

.center_mid_box p {
	font-size: 12px;
	color: #505050;
	padding: 5px 0;
}

.center_mid_box_02 {
	top: 33%;
}

.center_mid_box_03 {
	top: 53.5%;
}

.center_mid_box_04 {
	top: 70.2%;
}

.center_mid_font {
	position: absolute;
	width: 70px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #ff8e2f;
	color: #505050;
	font-size: 12px;
	bottom: 27%;
	left: 58.3%;
}

.center_mid_font_02 {
	bottom: 18%;
}

.center_right_img {
	position: absolute;
	top: 31%;
	left: 71%;
}

.center_right_img_02 {
	top: 76%;
}

.center_right_img p {
	font-size: 12px;
	color: #505050;
	padding: 6px 0;
}

.center_tip {
	position: absolute;
	top: 40%;
	left: 85%;
	font-size: 12px;
	color: #505050;
}

.center_mid_font:hover {
	color: #fff;
	background: #ff8e2f;
}

.center_tip_02 {
	top: 68%;
	left: 77%;
}

.center_tip_03 {
	top: 77%;
	left: 85%;
}

.center_tip_04 {
	top: 88%;
	left: 40%;
	font-size: 18px;
}

.gyyt_solution {
	background: #f0f0f0;
	text-align: center;
	padding: 60px 0;
	padding-bottom: 0;
}

.solution_box {
	width: 1001px;
	margin: 0 auto;
	height: 390px;
	background: #f0f0f0 url(../img/i_62.png) no-repeat 7% 92%;
	position: relative;
}

.solution_box_title {
	position: absolute;
	color: #cc204f;
	font-size: 24px;
	top: 12%;
	left: 60%;
	text-align: left;
	transition: all 1s;
	transform: translate(0px);
}

.solution_box_title p {
	padding: 15px 0;
	font-size: 18px;
}

.solution_box_title_02 {
	color: #e37015;
	top: 40%;
	left: 53%;
}

.solution_box_title_03 {
	color: #36ac88;
	top: 68%;
	left: 46%;
}

.solution_box_title:hover {
	cursor: pointer;
	transform: translate(40px);
}

.gyyt_core {
	background: #fafafa;
	padding: 60px 0;
	text-align: center;
}

.core_items {
	width: 1001px;
	margin: 0 auto;
	overflow: hidden;
}

.core_item {
	margin: 40px 95px;
	float: left;
	height: 250px;
}

.core_item p {
	font-size: 24px;
	color: #505050;
	padding: 40px 0;
}

.core_item img {
	position: relative;
	top: 0;
	transition: all .5s;
}

.core_item img:hover {
	top: 15px;
}

.kjfw_title {
	background: #fafafa;
	font-size: 40px;
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid #ddd;
	position: relative;
}

.kjfw_title div {
	float: left;
	font-size: 12px;
	color: #606060;
	position: absolute;
	top: 6%;
	left: 24%;
}

.kjfw_title div a:hover {
	color: #ff8e2f;
}

.kjfw_record {
	background: #f0f0f0;
	padding: 50px 0;
	text-align: center;
}

.kjfw_record>h3 {
	font-size: 24px;
	color: #505050;
	font-weight: normal;
}

.kjfw_record>p {
	font-size: 18px;
	padding: 25px 0;
	color: #505050;
}

.record_items {
	width: 1001px;
	margin: auto auto;
	overflow: hidden;
	padding: 30px 0px;
}

.record_item {
	float: left;
	width: 300px;
}

.record_icon {
	width: 160px;
	height: 160px;
	background: #7ba4e7;
	line-height: 160px;
	border-radius: 50%;
	position: relative;
	top: 0;
	transition: all .5s;
}

.record_icon i {
	font-size: 68px;
	color: #fff;
}

.record_title {
	width: 220px;
	text-align: left;
	color: #606060;
	padding-left: 100px;
	padding-top: 30px;
}

.record_title p {
	font-size: 18px;
	padding: 25px 0;
}

.record_title ul {
	padding: 0 15px;
	font-size: 12px;
	list-style: disc;
}

.record_icon_02 {
	background: #4fcddb;
}

.record_icon_03 {
	background: #77bd3f;
}

.record_icon:hover {
	top: -30px;
}

.kjfw_declare {
	background: #fafafa;
}

.declare_items {
	width: 1001px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

.declare_item {
	float: left;
	box-sizing: border-box;
	width: 200px;
	padding: 0 35px;
}

.declare_item img {
	transition: all .5s;
}

.declare_item img:hover {
	transform: rotate(360deg)
}

.declare_item>div {
	color: #606060;
	padding: 8px 0;
	font-size: 12px;
}

.declare_item>div p {
	font-size: 18px;
	padding: 20px 0;
}

.kjfw_cang {
	background: #f0f0f0;
}

.kjfw_xiang {
	background: #fafafa;
}

.kjfw_wuliu {
	background: #f0f0f0;
}

.kjfw_peisong {
	background: #fafafa;
}

.banner_one {
	width: 100%;
	height: 452px;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-bottom: 50px;
}

.banner_one img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.sidebar {
	position: fixed;
	width: 56px;
	right: 0%;
	top: 25%;
	background: transparent;
	z-index: 10001;
}

.sidebar>li {
	height: 55px;
	line-height: 55px;
	background: #d9dbdd;
	text-align: center;
	margin-bottom: 1px;
	position: relative;
}

.sidebar>li i {
	font-size: 32px;
	color: #606060;
}

.sidebar>li:hover {
	background: #ff8e2f;
}

.sidebar>li:hover i {
	color: #fff;
}

.sidebar>li div {
	display: none;
}

.sidebar>li:hover div {
	display: block;
	background: #fff;
}

.side_list_one {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.side_list_one div {
	position: absolute;
	left: -222px;
	top: 0px;
	padding: 10px;
	background: #f5f5f5;
}

.side_list_one div img {
	width: 220px;
}

.side_list_four {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.side_list_two div {
	width: 167px;
	position: absolute;
	right: 55px;
	top: 0;
	height: 55px;
	background: #f5f5f5;
	line-height: 55px;
	font-size: 18px;
	color: #505050;
}

.side_list_two div img {
	margin-right: 15px;
}

.side_list_three div {
	position: absolute;
	right: 55px;
	top: 0;
	height: 55px;
	background: #f5f5f5;
	width: 300px
}

.side_list_three div input {
	height: 30px;
	width: 200px;
	line-height: 30px;
	margin: 11px;
	border: 1px solid #d5d5d5;
	position: relative;
	background-color: #fff;
	float: left;
}

.side_list_three div button {
	height: 30px;
	width: 70px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
	margin-top: 11px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background-color: #00aef3;
	float: left;
}

.sqdk_select {
	float: left;
	font-size: 18px;
	color: #333;
	border: 1px solid #bcbcbc;
	padding: 12px 70px 12px 32px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../img/ss_down.png) no-repeat scroll 90% center #fafafa;
}

.form1 .input_control.input_control_01 {
	width: 1002px
}

.input_control.input_control_01 .sqdk_select {
	margin-right: 30px;
	float: left;
}

.input_control.input_control_01 input {
	margin-left: 330px;
	margin-top: 20px;
}

.input_control.input_control_01 label {
	margin-left: 70px;
}

.sqdk_form_02 .sqdk_select {
	float: left;
	box-sizing: border-box;
	width: 546px;
	background: url(../img/ss_down.png) no-repeat scroll 95% center #fafafa
}

.sqdk_form_02 .input_control input[type="checkbox"] {
	width: 15px;
	float: none;
}

.sqdk_checkbox {
	width: 95px;
	overflow: hidden;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-bottom: 12px;
	margin-right: 40px;
}

.sqdk_checkboxex {
	width: 546px;
	overflow: hidden;
	margin: 0;
}

.sqdk_form_02 .input_control .sqdk_checkbox label {
	width: unset;
	text-align: justify;
	height: 30px;
	line-height: 30px;
	width: 95px;
	margin-right: 0px;
}

.sqdk_textarea textarea {
	float: left;
	margin-left: 0px;
	box-sizing: border-box;
	height: 136px;
	width: 598px;
	background: #fafafa;
	border: 1px solid #ddd;
	text-align: left;
	padding: 10px 30px;
	font-size: 18px;
	resize: none;
}

.form1 .input_control.sqdk_textarea {
	width: 1002px;
}

.form1 .input_control.sqdk_textarea label {
	margin-left: 70px;
}

.newsmain a:hover {
	background: #ed6c00;
}

.bj_summer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999999;
}

.bj_order {
	width: 1000px;
	margin: 0 auto;
	height: 450px;
	background: #fff;
	text-align: center;
	margin-top: 15%;
	box-sizing: border-box;
	padding-top: 105px;
	position: relative;
}

.bj_order i {
	font-size: 150px;
}

.bj_order p {
	font-size: 24px;
	padding-top: 60px;
	color: #505050;
}

.bj_order span {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
	cursor: pointer;
	color: #505050;
}

.bj_order span:hover {
	color: #000;
}

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

.scale_block {
	position: relative;
}

.scroll-box1 {
	position: absolute;
	left: 30%;
	z-index: 100;
	background: #fff;
}

.scroll-box2 {
	position: absolute;
	left: 35%;
	z-index: 19;
	background: #fff;
}

#wrapper {
	position: relative;
	margin: 30px auto;
	width: 1000px;
	height: 186px;
}

#banner {
	position: relative;
	width: 1000px;
	height: 220px;
	overflow: hidden;
}

.imgList {
	position: relative;
	width: 2000px;
	height: 220px;
	z-index: 10;
	overflow: hidden;
}

.imgList li {
	float: left;
	display: inline;
	width: 1000px;
}

#next {
	position: absolute;
	top: 80px;
	z-index: 20;
	cursor: pointer;
	opacity: 0.2;
	filter: alpha(opacity = 20);
}

#next:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.indexList {
	position: absolute;
	right: 45%;
	bottom: 2px;
	z-index: 30;
}

.indexList li {
	float: left;
	margin-right: 5px;
	border: 1px solid #ff8e2f;
	background: #fafafa;
	cursor: pointer;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.indexList .indexOn {
	background: #ff8e2f;
	font-weight: bold;
	color: white;
}

.imgList li img {
	margin-right: 20px;
	margin-bottom: 28px;
	margin-left: 0;
	width: 143px;
	border: 1px solid #ddd;
}

.imgList li img.nomargin {
	margin-right: 0px;
}

.service_title {
	display: none;
}

.service_title.active {
	display: block;
}

.icon_items {
	display: none;
}

.icon_items.active {
	display: block;
}

.ad_li_01:hover {
	cursor: pointer;
}

.cirr_items {
	display: none;
}

.cirr_items.active {
	display: block;
}

.circ_02 ul {
	list-style: disc;
	text-align: left;
	padding-left: 28px;
	font-size: 12px;
	line-height: 20px;
}

.zimu {
	display: none;
}

.zimu.active {
	display: block;
}

.pingxing {
	display: none;
}

.pingxing.active {
	display: block;
}

#wwrapper {
	position: relative;
	margin: 30px auto;
	width: 1000px;
	height: 186px;
}

#bbanner {
	position: relative;
	width: 1000px;
	height: 220px;
	overflow: hidden;
}

#wwwrapper {
	position: relative;
	margin: 30px auto;
	width: 1000px;
	height: 186px;
}

#bbbanner {
	position: relative;
	width: 1000px;
	height: 220px;
	overflow: hidden;
}

#wwwwrapper {
	position: relative;
	margin: 30px auto;
	width: 1000px;
	height: 186px;
}

#bbbbanner {
	position: relative;
	width: 1000px;
	height: 220px;
	overflow: hidden;
}

.imgListt {
	width: 1000px;
	height: 216px;
	margin: 30px auto;
	margin-bottom: 0;
}

.imgListt li {
	width: 1000px;
	height: 216px;
}

.imgListt li img {
	margin-right: 20px;
	margin-bottom: 28px;
	margin-left: 0;
	width: 143px;
	border: 1px solid #ddd;
}

.imgListt li img.nomargin {
	margin-right: 0px;
}

.value_box div.value_box_02 {
	background: url(../img/i_88.png) no-repeat 91% 50%;
}

.value_box div.value_box_03 {
	background: url(../img/i_89.png) no-repeat 91% 50%;
}

.unify_img div {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 25%;
}

.map_show {
	position: absolute;
	top: 6%;
	right: 5%;
	padding: 2px 8px;
	height: 30px;
	text-align: center;
	border: 1px solid #ddd;
	background: #ff8e2f;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
}

.banner_img {
	width: 100%;
	max-width: 1920px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.banner_app_img {
	width: 100%;
	max-width: 1920px;
}

.app_detail {
	position: relative;
	width: 100%;
	height: 532px;
	background: url(../img/b_0.png) no-repeat center;
}

.app_phone_img {
	transition: all 1s;
	position: absolute;
	top: -40%;
	left: 12%;
}

.app_title {
	position: absolute;
	width: 35%;
	text-align: center;
	top: 18%;
	left: 42%;
}

.app_title h3 {
	font-weight: normal;
	font-size: 45px;
	vertical-align: baseline;
	margin-bottom: 50px;
}

.app_title h3 img {
	margin-right: 20px;
}

.app_title_detail {
	color: #999;
	text-align: center;
	font-size: 20px;
}

.app_title_detail p {
	margin-bottom: 5px;
}

.app_download {
	position: absolute;
	top: 38%;
	left: 38%;
}

.app_download a {
	padding: 10px 28px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 4px;
	font-size: 22px;
	margin-right: 100px;
}

.app_download a i {
	font-size: 30px;
	position: relative;
	top: -3px;
	left: -10px;
}

.app_download a:hover {
	background: #fff;
	color: #000;
}

.banner_img_02 .app_phone_img {
	left: 60%;
}

.banner_img_02 .app_title {
	left: 15%;
}

.banner_img_02 .app_download {
	top: 30%;
	left: 57%;
}

.banner_img_02 .app_download.app_download_02 {
	top: 38%;
	left: 38%;
}

.app_section {
	background: #fff;
	width: 100%;
	text-align: center;
}

.app_phone_img:hover {
	transform: rotateY(360deg);
}

.icon_items li i {
	font-size: 42px;
}

/*联系我们   contact_us.shtml*/
.content { 
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.hn_contactbanner {
	width: 100%;
	height: 150px;
	background: url(../images/contact/bg_contact_banner.jpg) center;
	background-size: auto 100%;
}

.hn_contactbanner h1 {
	line-height: 150px;
	font-size: 28px;
	color: #666666;
}

.custom_service_box {
	padding: 50px 0px;
	border-bottom: 1px solid #e5e5e5;
	width: 1236px;
	margin-bottom: 33px;
}

.customer_hotline i {
	background: url(../images/public/hn_iocn_contact.png);
	width: 48px;
	height: 48px;
	background-position: left 0px;
	display: inline-block;
	margin-right: 20px;
	float: left;
}

.customer_hotline_txt {
	margin-right: 34px;
}

.customer_hotline_txt .name {
	font-size: 18px;
	color: #333333;
}

.customer_hotline_txt .type {
	font-size: 12px;
	line-height: 24px;
	color: #999999;
}

.customer_hotline_phone {
	font-size: 32px;
	font-family: Arial;
	line-height: 53.07px;
	color: #005aab;
	float: left;
	padding-right: 100px;
	margin-right: 100px;
	border-right: 1px solid #E5E5E5;
}

.online_customer_service i {
	background: url(../images/public/hn_iocn_contact.png);
	width: 48px;
	height: 43px;
	background-position: left -51px;
	display: inline-block;
	margin-right: 20px;
	float: left;
}

.consulted {
	width: 150px;
}

.consulted_type {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 28px;
}

.consulted_type_title {
	padding: 17px 0px;
	font-size: 18px;
	line-height: 21px;
	color: #333333;
}

.products_and_services {
	width: 850px;
	font-size: 0;
}

.products_and_services_title {
	padding: 17px 0px;
	font-size: 16px;
	line-height: 21px;
	color: #2095f2;
}

.products_and_services_txt {
	font-size: 14px;
	line-height: 21px;
	color: #666666;
	width: 210px;
	cursor: pointer;
	padding: 17px 0px;
	display: inline-block;
}

.products_and_services_txt i {
	width: 18px;
	height: 18px;
	background: url(../images/public/hn_iocn_contact.png);
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.products_advisory i {
	background-position: left -97px;
}

.sales_advisory i {
	background-position: left -115px;
}

.install_and_maintain i {
	background-position: left -135px;
}

.after_service i {
	background-position: left -154px;
}

.suggestion_feedback i {
	background-position: left -173px;
}

.repair_and_maintain i {
	background-position: left -298px;
}

.products_and_services .member_service_support i {
	background-position: left -192px;
}

.collaborate {
	
}

.collaborate_title {
	font-size: 16px;
	line-height: 21px;
	color: #00bcd5;
	padding: 17px 0px;
}

.collaborate .member_service_support i {
	background-position: left -211px;
}

.candidates i {
	background-position: left -230px;
}

.contact_way {
	padding: 50px 0px 80px 0px;
}

.contact_way_img, .contact_way_img img {
	width: 396px;
	height: 198px;
	display: inline-block;
}

.contact_way_text {
	margin-left: 25px;
}

.contact_way_text h1 {
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	margin: 0;
	margin-top: -3px;
}

.contact_way_text .name {
	font-size: 14px;
	line-height: 28px;
	color: #999999;
}

.contact_way_text .type {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}

.pop_up_layer {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #001426;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0.9;
	display: none;
}

.js_content .ha-want-to-date {
	position: absolute;
	z-index: 1000;
	width: 617px;
	background-color: #fff;
	/*top: -340px;*/
	left: 50%;
	margin-left: -308.5px;

	/*display: none;*/
}

.js_content .ha-title {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
}

.js_content .ha-want-to-date .ha-title {
	padding-left: 20px;
}

.js_content .ha-want-to-date .ha-table {
	padding: 20px;
	font-size: 14px;
	color: #666666;
}

.js_content .ha-A-close {
	display: inline-block;
	width: 32px;
	height: 32px;
	cursor: default;
	vertical-align: middle;
	background: url(../images/hn_ico_close_ha.png) no-repeat left 0px;
	float: right;
	margin: 10px 20px 0px 0px;
}

.current_service_txt {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.js_content .ha-lable {
	text-align: right;
	padding-right: 15px;
}

.js_content .ha-want-to-date .ha-table .pure-g {
	line-height: 50px;
}

.js_content .ha-inputtext {
	width: 300px !important;
	height: 38px;
	border: 1px solid #e5e5e5;
	padding: 0 4px;
	font-size: 14px;
	vertical-align: middle;
	line-height: 40px;
}

.asterisk {
	color: #ff3131;
	margin-right: 5px;
}

.js_content .qd_select li.sname span {
	color: #999999;
}

.ha-textarea {
	width: 300px !important;
	height: 100px;
	border: 1px solid #e5e5e5;
	padding: 0 4px;
	font-size: 14px;
	vertical-align: middle;
	line-height: 24px;
	margin: 5px 0px;
}

.browse {
	width: 64px;
	margin-left: 5px;
}

.contact_us_btn {
	width: 150px;
}

.fe_select {
	width: 310px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e5e5e5;
}

.jqTransformSelectWrapper {
	position: relative;
	height: 38px;
	/* background: url(un_select_left.gif) no-repeat top left; */
	float: left;
	width: 308px !important;
	top: 4px;
	border: 1px solid #e5e5e5;
	line-height: 38px;
}

.jqTransformSelectWrapper div span {
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 40px;
	line-height: 12px;
	/* padding: 8px 0 0 10px; */
	overflow: hidden;
	cursor: pointer;
	width: 280px;
	line-height: 38px;
	padding-left: 10px;
}

.jqTransformSelectWrapper a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 28px;
	top: 4px;
	background: url(../images/hy2_narrow.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 308px !important;
	top: 38px;
	left: -1px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
}

.jqTransformSelectWrapper ul li a {
	width: 90%;
	padding: 0px 5%;
	display: inline-block;
}

.jqTransformSelectWrapper ul li a:hover {
	background-color: #e5e5e5;
}

.jqTransformHidden {
	display: none;
}

#productCategoryMark {
	display: none;
}

.hy2_vip_list, .hy2_vip_input {
	width: 310px !important;
}

.hy2_vip_arrow {
	top: 20px !important;
}

.hy2_xherrors {
	left: 421px;
	bottom: 20px;
	position: absolute;
}

.hy2_vip_xiala {
	width: 308px !important;
	height: 108px;
	top: 45px !important;
	background: #fff !important;
	border: 1px solid #e5e5e5 !important;
}

.hy2_vip_xiala .hy2_vip_scroll ul {
	display: inline-block;
	width: 290px;
}

.hy2_tishi {
	width: 308px !important;
	top: 45px;
}

.collaboration_icon i {
	background-position: 0 -276px;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.table {
	display: table;
}

.wrapper img.aboutmain {
	width: 600px;
	float: left;
}