/* reset
================================================================================================= */

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	font-family: "宋体";
	_behavior: url("https://www.easyder.com/Public/Home/css/csshover.htc");
	color: #333;
	background: #fff;
}

body {
	width: auto !important;
	width: 100%;
	min-width: 1300px;
}

html {
	overflow-y: scroll;
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

body,
div,
dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
button,
textarea,
blockquote,
p {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

li {
	list-style-type: none;
	list-style-position: outside;
	list-style: none;
}

ol,
ul,
dl {
	list-style: none;
}

em {
	font-style: normal;
}

img {
	border: none;
	vertical-align: middle;
}

select,
label,
input {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	outline: medium;
	font-size: 12px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cell: show;
}

a {
	text-decoration: none;
	color: #333;
	outline: medium;
	cursor: pointer;
	blr: expression(this.onFocus=this.blur());
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/*针对Firefox*/


/* 共用模块
================================================================================================= */

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}


/* ---以下是布局常用样式--- */

.oz {
	overflow: hidden;
	zoom: 1;
}

.dn {
	display: none;
}


/* ---元素隐藏可以此样式--- *
/* 清除浮动
================================================================================================= */

.clx:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clx {
	zoom: 1;
}


/* ---以下是布局常用样式--- */

.oz {
	overflow: hidden;
	zoom: 1;
}

.dn {
	display: none;
}


/* ---元素隐藏可以此样式--- */

.db {
	display: block;
}

.dib {
	display: inline-block;
}

.di {
	display: inline;
}


/* ---元素的隐藏和显现--- */

.h18 {
	height: 18px;
}

.h20 {
	height: 20px;
}

.h22 {
	height: 22px;
}

.h24 {
	height: 24px;
}

.h30 {
	height: 30px;
}


/* ---关于高度--- */

.lh18 {
	line-height: 18px;
}

.lh20 {
	line-height: 20px;
}

.lh22 {
	line-height: 22px;
}

.lh24 {
	line-height: 24px;
}

.lh26 {
	line-height: 26px;
}

.lh30 {
	line-height: 30px;
}


/* --关于行高-- */

.mf0 {
	margin-left: 0;
}

.mf5 {
	margin-left: 5px;
}

.mf10 {
	margin-left: 10px;
}

.mf14 {
	margin-left: 14px;
}

.mf17 {
	margin-left: 17px;
}

.mf20 {
	margin-left: 20px;
}

.mf30 {
	margin-left: 30px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml35 {
	margin-left: 35px;
}

.mt5 {
	margin-top: 5px;
}

.mt6 {
	margin-top: 6px;
}

.mt7 {
	margin-top: 7px;
}

.mt8 {
	margin-top: 8px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}

.mt13 {
	margin-top: 13px;
}

.mt15 {
	margin-top: 15px;
}

.mt16 {
	margin-top: 16px;
}

.mt18 {
	margin-top: 18px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt23 {
	margin-top: 23px;
}

.mt27 {
	margin-top: 27px;
}

.mt30 {
	margin-top: 30px;
}

.mt34 {
	margin-top: 34px;
}

.mt35 {
	margin-top: 35px;
}

.mt38 {
	margin-top: 38px;
}

.mt40 {
	margin-top: 40px;
}

.mt42 {
	margin-top: 42px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.m05 {
	margin: 0 5px;
}


/* ---关于外边距--- */

.pf5 {
	padding-left: 5px;
}

.pf10 {
	padding-left: 10px;
}

.p5 {
	padding: 5px;
}

.p50 {
	padding: 50px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pt5 {
	padding-top: 5px;
}

.pt7 {
	padding-top: 7px;
}

.pt8 {
	padding-top: 8px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pr5 {
	padding-right: 5px;
}

.pr50 {
	padding-right: 50px;
}

.pr40 {
	padding-right: 40px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb50 {
	padding-bottom: 50px;
}

.p10 {
	padding: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.p20 {
	padding: 20px;
}

.pl10 {
	padding-left: 10px;
}

.p15 {
	padding: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pr20 {
	padding-right: 20px;
}

.pb20 {
	padding-bottom: 20px;
}


/* ---关于内边距--- */

.plr140 {
	padding: 0 140px;
}

.pb140 {
	padding-bottom: 140px;
}

.g0 {
	color: #000;
}

.g3 {
	color: #333;
}

.g6 {
	color: #666;
}

.g9 {
	color: #999;
}

.gf {
	color: #fff;
}

.g30 {
	color: #ec1b30;
}

.g084 {
	color: #008040;
}

.ge33 {
	color: #e33b3d;
}

.g28c {
	color: #258ec7;
}


/* ---关于颜色--- */

.bgf {
	background: #fff;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}


/* ---关于字号--- */

.fa {
	font-family: Arial;
}

.ft {
	font-family: Tahoma;
}

.fv {
	font-family: Verdana;
}

.fw {
	font-family: '微软雅黑';
}


/* ---关于字体--- */

.fn {
	font-weight: normal;
	font-style: normal;
}

.fb {
	font-weight: bold;
}

.fi {
	font-style: italic;
}


/* ---关于字style--- */

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.tj {
	text-align: justify;
}


/* ---关于对齐--- */

.tdl {
	text-decoration: underline;
}


/* ---关于下划线--- */

.lt1 {
	letter-spacing: 1px;
}


/* ---关于字间距--- */

.bk {
	word-wrap: break-word;
}

.vm {
	vertical-align: middle;
}

.vtb {
	vertical-align: text-bottom;
}

.vb {
	vertical-align: bottom;
}

.vt {
	vertical-align: top;
}

.vn {
	vertical-align: -2px;
}

.cl {
	clear: both;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.zx1 {
	z-index: 1;
}

.zx2 {
	z-index: 2;
}

.poi {
	cursor: pointer;
}

.def {
	cursor: default;
}

.ovh {
	overflow: hidden;
}

.vh {
	visibility: hidden;
}

.vv {
	visibility: visible;
}

.z {
	*zoom: 1;
}

.wn {
	width: 100%;
	overflow: hidden;
}

.brno {
	border: none!important;
}


/*============公共部分=========================================================*/

.wraps {
	width: 1200px;
	margin: 0 auto;
}


/*右边客服*/

.service_box {
	width: 128px;
	height: 380px;
	background: url(../image/service_box.png) no-repeat;
	position: fixed;
	right: 0px;
	top: 200px;
	z-index: 999;
}

.service_box i {
	position: absolute;
	right: 0;
	top: -20px;
	background: url(../image/ang_ico.png) no-repeat 0 -182px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.service_box i:hover {
	background-position: -18px -182px;
}

.service_box .portrait {
	text-align: center;
	margin-top: 12px;
}

.service_box .serv_txt {
	height: 35px;
	width: 135px;
	background: url(../image/serv_txt.png) no-repeat;
	margin-left: -3px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 17px;
}

.service_box .serv_txt a {
	color: #FFF;
}

.service_box .serv_txt span {
	margin-left: 18px;
	margin-right: 8px;
}

.service_box .phone {
	text-align: center;
	font-size: 15px;
	color: #FFF;
	font-family: "Arial";
	width: 106px;
	margin: 0 auto;
	border-bottom: 1px solid #3bbbff;
	line-height: 22px;
	margin-bottom: 5px;
}

.service_box .line a {
	display: block;
	width: 100px;
	height: 27px;
	background: #FFF;
	margin: 0 auto;
	text-align: center;
	line-height: 27px;
	color: #00a7ff;
	font-size: 14px;
}

.service_box .code {
	text-align: center;
	margin-top: 13px;
}

.fixhead {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	top: 0;
	box-shadow: 1px 0px 2px #d4d4d4;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#95ffffff, endColorstr=#95ffffff);
}

/*.headcon {
	height: 100px;
	width: 1300px;
	margin: 0 auto
}

.head {
	overflow: hidden;
	position: relative;
}

.head .logo {
	float: left;
	margin-top: 25px;
}

.head .logo a {
	float: left;
}

.head .logo span {
	float: left;
	display: inline-block;
	height: 35px;
	line-height: 35px;
}

.head .logo .hd_cilcle {
	font-size: 30px;
	color: #4c4c4c;
}

.head .logo .hd_subtit {
	font: 22px "微软雅黑";
	color: #4c4c4c;
	vertical-align: top;
}

.head .menu {
	float: right;
	margin-top: 40px;
	position: relative;
	font: 14px "微软雅黑";
	vertical-align: middle;
}

.head .menu li {
	color: #575757;
	float: left;
	height: 55px;
}

.head .menu li a {
	color: #575757;
	padding: 40px 16px 40px;
	position: relative;
}

.head .menu li.on a {
	color: #36a1dd;
}

.head .menu li.cur a {
	color: #36a1dd;
}*/

.submenu {
	position: absolute;
	clear: both;
	display: none;
	left: 40%;
	top: 65px;
	line-height: 18px;
	width: 800px;
	text-align: center;
	margin-left: -400px;
}

.submenu a {
	margin: 0 10px;
	font-size: 12px;
}

.head .menu li .submenu a {
	color: #575757;
	padding: 0;
}

.head .menu li .submenu a:hover {
	color: #333;
	text-decoration: underline;
}

.lsy_mainbox {
	position: relative;
	z-index: 4;
	background-color: #fff;
	height: auto !important;
	height: 850px;
	min-height: 950px;
	/*padding-top: 48px;*/
}

.footer {
	height: 540px;
	position: relative;
	background-color: #2e2e2e;
}

.ft_wbox {
	position: fixed;
	bottom: 35px;
	width: 100%;
}

.footer .flink {
	padding: 5px 0 0 46px;
}

.footer .link {
	font: 14px "微软雅黑";
}

.footer .link a {
	color: #ccc;
	padding: 0 10px;
}

.footer .p1 {
	margin-top: 15px;
	padding-left: 10px;
	color: #7e7e7e;
}

.menu_con {
	height: 45px;
	background: rgba(248, 248, 248, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25f8f8f8, endColorstr=#25f8f8f8);
	display: none;
	box-shadow: 1px 1px 1px #e2e2e2 inset;
}

.head .menu li .circle {
	position: absolute;
	left: 50%;
	top: 65px;
	display: none;
	width: 5px;
	height: 5px;
	background-color: #2c9ddc;
	border-radius: 5px;
	margin-left: -2px;
}

.head .menu li.cur .circle {
	display: block;
}

.head .menu li .point {
	background: url(../image/ang_ico.png) no-repeat 0 -101px;
	width: 12px;
	height: 6px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.head .menu li:hover .point {
	background: url(../image/ang_ico.png) no-repeat 0 -107px;
	vertical-align: 2px;
}

.head .subcon {
	position: absolute;
	z-index: 99;
	top: 56px;
	background-color: #fff;
	display: none;
}

.head.no_havebg .menu li .subcon a,
.head .menu li .subcon a {
	padding: 0;
	color: #777;
	font-size: 12px;
	position: static;
}

.head.no_havebg .menu li .subcon li,
.head .menu li .subcon li {
	height: auto;
	float: auto;
	color: #333
}


/*.head .menu li:hover .subcon{display: block;}*/


/*导航2下拉*/

.dark_bg {
	background-color: #000;
	position: fixed;
	left: 0;
	top: 100px;
	width: 100%;
	height: 100%;
	z-index: 999;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.head .sub_exmple {
	width: 1184px;
	left: 50%;
	margin-left: -547px;
	z-index: 999;
}

.head .subcon .sub_exmplelist {
	margin-left: 90px;
}

.head .subcon .sub_exmplelist li {
	float: left;
	margin: 0px 22px 30px;
	width: 225px;
	overflow: hidden;
}

.head .subcon .sub_exmplelist li .pic img {
	width: 225px;
	height: 90px;
}

.head .subcon .sub_exmplelist li .txt {
	text-align: center;
	color: #36a1dd;
	text-align: center;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
}

.head .subcon .sub_exmplelist li .txt a {
	font-size: 18px;
	color: #36a1dd;
}

.head .sub_terrace {
	width: 1194px;
	left: 50%;
	margin-left: -627px;
	z-index: 999;
	padding-bottom: 44px;
}

.head .sub_terrace .sub_img img {
	float: left;
	padding: 0px 0 0 44px;
	width: 328px;
	height: 440px;
}

.head .sub_terrace .sub_conte {
	width: 355px;
	float: left;
	border-right: 1px solid #ededed;
	margin-left: 66px;
}

.head .sub_terrace .sub_conte .sub_conte_img img {
	width: 332px;
	height: 90px;
}

.head .sub_terrace .sub_conte .sub_conte_h4 {
	font-size: 18px;
	color: #36a1dd;
	line-height: 55px;
	text-align: center;
}

.head .sub_terrace .sub_conte .sub_conte_txt {
	width: 325px;
	line-height: 24px;
	margin-bottom: 40px;
	text-align: center;
}

.head .sub_terrace .sub_conte .sub_conte_txt a {
	font-size: 14px!important;
	color: #777777;
}

.head .sub_terrace .sub_conte .sub_conte_ul li {
	width: 164px;
	height: 44px;
	float: left;
	background: #f3f3f3;
	line-height: 44px;
	font-size: 14px;
	margin-right: 6px;
	margin-bottom: 2px;
	cursor: pointer;
}

.head .sub_terrace .sub_conte .sub_conte_ul li:hover {
	background: #36a1dd;
	color: #FFF;
}

.head .sub_terrace .sub_conte .sub_conte_ul li:hover a {
	color: #FFF;
}

.head .sub_terrace .sub_conte .sub_conte_ul li:hover i {
	background-position: 0px -13px;
}

.head .sub_terrace .sub_conte .sub_conte_ul li a {
	padding-left: 15px;
	color: #707070;
	display: block;
}

.head .sub_terrace .sub_conte .sub_conte_ul li i {
	width: 8px;
	height: 12px;
	background: url(../image/sub_conte_i.png);
	display: inline-block;
	float: right;
	margin: 17px 15px 0 0;
}

.head .sub_terrace .sub_right {
	float: right;
	border-right: none;
	margin-left: 0px;
	margin-right: 25px;
}

.head .sub_terrace .sub_right .sub_conte_h4 {
	font-size: 18px;
	color: #7a1e65;
	line-height: 55px;
}

.head .sub_terrace .sub_right .sub_conte_ul li:hover {
	background: #7a1e65;
}

.head .sub_terrace .sub_right .sub_conte_ul li:hover a {
	color: #FFF;
}

.head .sub_terrace .sub_right .sub_conte_ul li:hover i {
	background-position: 0px -13px;
}

.head .sub_retail {
	width: 600px;
	left: 50%;
	margin-left: -520px;
	padding-bottom: 22px;
}

.head .sub_retail .sub_img img {
	float: left;
	padding-left: 44px;
	width: 277px;
	height: 350px;
}

.head .sub_retail .sub_conte {
	border: none;
	float: right;
	margin-right: 44px;
}

.head .sub_retail .sub_conte .sub_conte_ul li {
	float: none;
	width: 165px;
}

.head .sub_retail .sub_conte .sub_conte_ul li {
	width: 165px;
	height: 44px;
	float: left;
	background: #f3f3f3;
	line-height: 44px;
	font-size: 14px;
	margin-right: 6px;
	margin-bottom: 2px;
	cursor: pointer;
}

.head .sub_retail .sub_conte .sub_conte_ul li {
	float: none;
	width: 165px;
}

.head .sub_retail .sub_conte .sub_conte_ul li:hover {
	background: #36a1dd;
	color: #FFF;
}

.head .sub_retail .sub_conte .sub_conte_ul li:hover a {
	color: #FFF;
}

.head .sub_retail .sub_conte .sub_conte_ul li:hover i {
	background-position: 0px -13px;
}

.head .sub_retail .sub_conte .sub_conte_ul li a {
	padding-left: 15px;
	color: #707070;
	display: block;
}

.head .sub_retail .sub_conte .sub_conte_ul li i {
	width: 8px;
	height: 12px;
	background: url(../image/sub_conte_i.png);
	display: inline-block;
	float: right;
	margin: 17px 15px 0 0;
}

.head .sub_client {
	width: 650px;
	left: 50%;
	margin-left: -160px!important;
	padding-bottom: 44px;
}

.head .sub_client .sub_img img {
	float: left;
	padding: 0px 0 0 44px;
	width: 328px;
	height: 440px;
}

.head .subcon .sub_lelist {
	width: 540px;
	float: left;
	tab-size: inherit;
	overflow: hidden;
}

.head .subcon .sub_lelist li {
	overflow: hidden;
	padding-bottom: 30px;
	border-right: 1px solid #ededed;
	width: 247px;
	margin-right: 20px;
}

.head .subcon .sub_lelist li .pic img {
	width: 225px;
	height: 90px;
}

.head .subcon .sub_lelist li .txt {
	text-align: center;
	color: #36a1dd;
	text-align: center;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}

.head .subcon .sub_lelist li .txt a {
	font-size: 18px;
	color: #36a1dd;
}

.head .sub_exmple .sub_img img {
	float: left;
	padding: 0px 68px 0 44px;
	width: 277px;
	height: 350px;
}

.head .sub_speci {
	width: 600px;
	left: 50%;
	margin-left: -230px;
	padding-bottom: 22px;
}

.head .sub_speci .sub_img img {
	float: left;
	padding-left: 20px;
	width: 327px;
	height: 311px;
	padding-top: 28px;
}

.head .sub_speci .sub_conte {
	border: none;
	float: right;
	margin-right: 44px;
}

.head .sub_speci .sub_conte .sub_conte_ul li {
	float: none;
	width: 165px;
}

.head .sub_speci .sub_conte .sub_conte_ul li {
	width: 165px;
	height: 44px;
	float: left;
	background: #f3f3f3;
	line-height: 44px;
	font-size: 14px;
	margin-right: -26px;
	margin-bottom: 2px;
	cursor: pointer;
}

.head .sub_speci .sub_conte .sub_conte_ul li {
	float: none;
	width: 200px;
}

.head .sub_speci .sub_conte .sub_conte_ul li:hover {
	background: #36a1dd;
	color: #FFF;
}

.head .sub_speci .sub_conte .sub_conte_ul li:hover a {
	color: #FFF;
}

.head .sub_speci .sub_conte .sub_conte_ul li:hover i {
	background-position: 0px -13px;
}

.head .sub_speci .sub_conte .sub_conte_ul li a {
	padding-left: 15px;
	color: #707070;
	display: block;
}

.head .sub_speci .sub_conte .sub_conte_ul li i {
	width: 8px;
	height: 12px;
	background: url(../image/sub_conte_i.png);
	display: inline-block;
	float: right;
	margin: 17px 15px 0 0;
}

.head .sub_lel_right {
	text-align: center;
	float: right;
	margin-right: 44px;
}

.head .sub_lel_right .sub_lel_img img {
	width: 119px;
	height: 119px;
}

.head .sub_lel_right .sub_lel_h4 {
	font-size: 18px !important;
	color: #36a1dd !important;
	line-height: 44px;
	padding-top: 15px !important;
}

.head .sub_lel_right .sub_lel_txt {
	font-size: 14px;
	color: #777777;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 45px;
	line-height: 22px;
}

.head .sub_lel_right .sub_lel_cont {
	width: 165px;
	height: 44px;
	background: #f3f3f3;
	line-height: 44px;
	margin-right: 6px;
	margin-bottom: 2px;
	text-align: left;
	margin-left: 35px;
	cursor: pointer;
}

.head .sub_lel_right .sub_lel_cont a {
	margin-left: 15px;
	color: #777777;
	font-size: 14px;
	display: block;
}

.head .sub_lel_right .sub_lel_cont i {
	width: 8px;
	height: 12px;
	background: url(../image/sub_conte_i.png);
	display: inline-block;
	float: right;
	margin: 17px 15px 0 0;
}

.head .sub_lel_right .sub_lel_cont:hover {
	background: #36a1dd;
	color: #FFF;
}

.head .sub_lel_right .sub_lel_cont:hover a {
	color: #FFF;
}

.head .sub_lel_right .sub_lel_cont:hover i {
	background-position: 0px -13px;
}

.about_us {
	font-family: "微软雅黑";
	overflow: hidden;
}

.about_us .about_title {
	padding: 68px 0 55px 0;
	text-align: center;
	font-size: 32px;
	color: #222;
	font-weight: bold;
	background: url(../image/line.gif) no-repeat center center;
}

.about_us .about_title em {
	font-weight: normal;
	font-size: 18px;
	display: block;
	color: #a9a9a9;
	font-family: Arial, sans-serif;
}

.about_yide .about_txt p {
	font-size: 14px;
	color: #2b2b2b;
	text-indent: 30px;
	line-height: 36px;
}

.about_im01 {
	margin: 60px 0 60px 0;
	overflow: hidden;
}

.about_im01 li {
	float: left;
	margin: 0 12px;
}

.about_im01 li img {
	width: 274px;
	height: 189px;
}

.about_culture {
	background: #f9f9fb;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
}

.about_culture .txt {
	text-align: center;
	font-size: 18px;
	line-height: 32px;
}

.about_im02 {
	margin: 50px 7px 0 7px;
	height: 375px;
	overflow: hidden;
	position: relative;
}

.about_im02 .im02_con {
	width: 100%;
	height: 375px;
	position: relative;
}

.about_im02 .im02_list {
	position: absolute;
	left: 0;
	top: 0;
	height: 375px;
}

.about_im02 .im02_list li {
	float: left;
	width: 477px;
	height: 375px;
	display: inline;
}

.about_im02 .im02_list li img {
	width: 477px;
	height: 375px;
}

.about_im02 .prev {
	width: 44px;
	height: 49px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	background: url(../image/sprite2.png) -356px -1px;
}

.about_im02 .prev:hover {
	background-position: -301px -1px;
}

.about_im02 .next {
	width: 44px;
	height: 49px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	background: url(../image/sprite2.png) -301px -53px;
}

.about_im02 .next:hover {
	background-position: -356px -53px;
}

.about_culture .more {
	text-align: center;
	padding: 50px 0;
}

.about_culture .more_btn {
	width: 180px;
	height: 46px;
	border: 1px solid #999;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	color: #999;
	font-size: 18px;
	border-radius: 2px;
}

.about_culture .more_btn:hover {
	border: 1px solid #686868;
	color: #686868;
}

.intro_info {
	padding: 15px 25px 50px 90px;
}

.intro_info .intro_left {
	width: 330px;
	float: left;
}

.intro_info .intro_left dl {
	margin-bottom: 12px;
}

.intro_info .intro_left .tls {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}

.intro_info .intro_left .lis {
	font-size: 12px;
	color: #333;
	line-height: 25px;
}

.intro_info .intro_left .lis p {
	margin-bottom: 2px;
	line-height: 25px;
}

.intro_info .intro_left .lis i {
	width: 11px;
	height: 11px;
	display: inline-block;
	background: url(../image/sprite2.png) no-repeat -106px -16px;
	vertical-align: middle;
	margin-right: 10px;
}

.intro_info .intro_right {
	width: 590px;
	float: right;
}

.intro_info .intro_right dl {
	border-left: 1px dotted #323232;
}

.intro_info .intro_right .time {
	width: 58px;
	float: left;
	position: relative;
	margin-right: -58px;
	font-size: 12px;
	line-height: 24px;
	color: #808080;
	text-align: center;
}

.intro_info .intro_right .time i {
	width: 12px;
	height: 7px;
	display: inline-block;
	background: url(../image/sprite2.png) no-repeat -106px -33px;
	position: absolute;
	left: -4px;
	top: 8px;
}

.intro_info .intro_right .event {
	float: right;
	width: 100%;
}

.intro_info .intro_right .event p {
	margin-left: 58px;
	padding-left: 45px;
	position: relative;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 15px;
}

.intro_info .intro_right .event i {
	width: 7px;
	height: 10px;
	display: inline-block;
	background: url(../image/sprite2.png) no-repeat -132px 0;
	position: absolute;
	left: 0;
	top: 7px;
	*top: 4px;
}

.about_contact {
	background: #f9f9fb;
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.about_contact .contact_map {
	width: 1206px;
	margin: 0 auto;
}

.contact_form {
	width: 1200px;
	margin: 58px auto 120px auto;
}

.contact_form ul {
	padding: 0 40px;
}

.contact_form li {
	float: left;
	display: inline;
	margin: 0 15px;
}

.contact_form li .txt {
	width: 230px;
	color: #bbb;
	border: 1px solid #d9d9d9;
	padding: 11px 12px;
	background: #fff;
}

.contact_form li .txt:hover {
	border: 1px solid #b3b3b3;
}

.contact_form li .submit {
	width: 220px;
	height: 40px;
	line-height: 40px;
	background: #30a8eb;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 18px;
}

.contact_form li .submit:hover {
	background: #2ba0e2;
}

.dark_bg {
	background-color: #000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	filter: alpha(opacity=84);
	opacity: 0.84;
}


/*黑色背景*/

.popup_tab {
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -290px;
	z-index: 5;
	width: 100%;
	font-family: "微软雅黑";
}

.popup_tab .tab_con {
	width: 1130px;
	height: 660px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

.popup_tab .tab_con .close {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: -20px;
	top: -20px;
	background: url(../image/sprite2.png) no-repeat 0 -71px;
}

.tab_con .tab_list {
	float: left;
	width: 220px;
	height: 100%;
	position: relative;
	margin-right: -220px;
	background: #1f86d6;
}

.tab_con .tab_list .title {
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 32px;
}

.tab_con .tab_ul li {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	background: url(../image/li_icon3.png) no-repeat 20% center;
}

.tab_con .tab_ul li a {
	color: #fff;
	display: block;
}

.tab_con .tab_ul li.active {
	background-color: #fff;
}

.tab_con .tab_ul li.active a {
	color: #1f86d6;
}

.tab_con .tab_content {
	width: 100%;
	float: right;
}

.tab_con .tab_content .tab_pane {
	margin-left: 220px;
	display: none;
	position: relative;
}

.tab_con .tab_content .tab_pane.active {
	display: block;
}

.tab_pane p {
	font-size: 18px;
	color: #222;
	line-height: 40px;
}

.tab_pane .pane_im1 {
	padding: 0 60px 0 50px;
}

.tab_pane .pane_im1 dt {
	width: 310px;
	float: left;
	padding-top: 215px;
}

.tab_pane .pane_im1 dd {
	float: right;
}

.tab_pane .pane_im1 .psn_n1 {
	padding-top: 125px;
}

.tab_pane .pane_im1 .psn_n2 {
	padding-top: 175px;
}

.tab_pane .pane_im1 .psn_n3 {
	padding-top: 57px;
	padding-right: 40px;
}

.tab_pane .pane_im1 .psn_n4 {
	padding-top: 94px;
}

.tab_pane .pane_im2 {
	padding: 160px 45px 0 30px;
}

.tab_pane .pane_im2 dt {
	float: left;
}

.tab_pane .pane_im2 dd {
	float: right;
	width: 390px;
	margin-top: 65px;
}

.tab_pane .pane_im2 .psn_n2 {
	padding-left: 25px;
}

.tab_pane .pane_im3 {
	padding: 80px 62px 0 62px;
}

.tab_pane .pane_im3 dd {
	text-align: right;
	margin-top: 30px;
}

.tab_pane .pane_im3 .tl {
	text-align: left;
	padding-top: 30px;
}

.tab_pane .pane_im4 {
	padding: 55px 68px 0 68px;
}

.tab_pane .pane_im4 dt {
	text-align: center;
	margin-bottom: 40px;
}

.tab_pane .pane_im5 {
	position: relative;
	height: 660px;
}

.tab_pane .pane_im5 dt {
	position: absolute;
}

.tab_pane .pane_im5 dd {
	width: 485px;
	position: absolute;
	right: 30px;
	top: 90px;
}

.tab_pane .pane_im5 .psn_n1 {
	left: 55px;
	bottom: 70px;
}

.tab_pane .pane_im5 .psn_n2 {
	left: 55px;
	bottom: 70px;
}

.tab_pane .pane_im5 .psn_n3 {
	left: 22px;
	bottom: 55px;
}

.tab_pane .pane_im5 .psn_n4 {
	left: 30px;
	bottom: 35px;
}

.tab_pane .pane_im6 {
	position: relative;
	height: 660px;
}

.tab_pane .pane_im6 dt {
	position: absolute;
	left: 50px;
	top: 90px;
	width: 505px;
}

.tab_pane .pane_im6 dd {
	position: absolute;
}

.tab_pane .pane_im6 .psn_n1 {
	right: 45px;
	bottom: 55px;
}

.tab_pane .pane_im6 .psn_n2 {
	right: 45px;
	bottom: 55px;
}

.tab_pane .pane_im6 .psn_n3 {
	right: 65px;
	bottom: 55px;
}

.tab_pane .pane_im6 .psn_n4 {
	right: 55px;
	bottom: 20px;
}


/*微信营销*/

.wxyx_box {
	background-color: #f7f7f7;
	font-family: "微软雅黑";
	overflow: hidden;
}

.wxyx_title {
	width: 168px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background: url(../image/wxyx_tit.gif) no-repeat;
	margin: 95px auto 50px auto;
	font-size: 21px;
}

.wxyx_intro {
	width: 985px;
	margin: 0 auto;
	font-size: 18px;
	color: #444;
	line-height: 44px;
}

.office_intro {
	width: 1022px;
	margin: 50px auto 80px auto;
}

.office_intro .oin_item {
	float: left;
	width: 475px;
	margin: 10px 18px;
	overflow: hidden;
}

.office_intro .oin_item .lico {
	margin-right: -120px;
	float: left;
	position: relative;
	display: block;
	background-color: #ddd;
	border-radius: 50px;
}

.office_intro .oin_item i {
	width: 120px;
	height: 120px;
	background: url(../image/wxyx_ico.png) no-repeat 0 0;
	display: block;
}

.office_intro .oin_item:hover i {
	-webkit-animation: icon-wx 1.2s linear;
	-moz-animation: icon-wx 1.2s linear;
	-ms-animation: icon-wx 1.2s linear;
	-o-animation: icon-wx 1.2s linear;
	animation: icon-wx 1.2s linear;
	transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
}

.office_intro .oin_item .ico_w2 {
	background-position: -120px 0;
}

.office_intro .oin_item .ico_w3 {
	background-position: 0 -120px;
}

.office_intro .oin_item .ico_w4 {
	background-position: -120px -120px;
}

.office_intro .oin_item .text {
	float: right;
	width: 100%;
	padding-top: 10px;
}

.office_intro .oin_item .text p {
	margin-left: 148px;
}

.office_intro .oin_item .text .p1 {
	font-size: 18px;
	color: #222;
	line-height: 36px;
}

.office_intro .oin_item .text .p2 {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

@-moz-keyframes icon-wx {
	0% {
		-moz-transform: scale(0, 0);
		opacity: 0;
	}
	100% {
		-moz-transform: scale(1, 1);
		opacity: 1;
	}
}

@keyframes icon-wx {
	0% {
		transform: scale(0, 0);
		opacity: 0;
	}
	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}

@-ms-keyframes icon-wx {
	0% {
		-ms-transform: scale(0, 0);
		opacity: 0;
	}
	100% {
		-ms-transform: scale(1, 1);
		opacity: 1;
	}
}

@-o-keyframes icon-wx {
	0% {
		-o-transform: scale(0, 0);
		opacity: 0;
	}
	100% {
		-o-transform: scale(1, 1);
		opacity: 1;
	}
}

@-webkit-keyframes icon-wx {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
	26% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.ali_show {
	background-color: #fff;
	font-family: "微软雅黑";
	overflow: hidden;
}

.wxType_box {
	width: 980px;
	margin: 0 auto;
}

.wxType_nav {
	margin-bottom: 70px;
	padding-top: 10px;
	padding-left: 14px;
}

.wxType_nav li {
	float: left;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	text-align: center;
	margin-right: -1px;
	background: #f7f7f7;
	font-size: 16px;
	color: #555;
}

.wxType_nav li a {
	display: block;
}

.wxType_nav li.cur,
.wxType_nav li:hover {
	border-top: 3px solid #bbb;
	border-bottom: none;
	margin-top: -3px;
	background: #fff;
	height: 42px;
	line-height: 42px;
}

.wxType_con {
	position: relative;
}

.wxType_conts {
	width: 980px;
	height: 430px;
	position: relative;
	overflow: hidden;
}

.wxType_list {
	position: absolute;
	left: 0;
	top: 0;
	height: 430px;
}

.wxType_list li {
	width: 220px;
	float: left;
	margin: 0 15px;
}

.wxType_list .pic {
	position: relative;
}

.wxType_list .pic .wximg {
	width: 220px;
	height: 360px;
}

.wxType_list .text {
	margin: 10px 0;
}

.wxType_list .text a {
	font-size: 16px;
	color: #444;
	line-height: 24px;
	display: block;
	text-align: center;
}

.wxType_list .shabox {
	position: absolute;
	left: 0;
	top: -4px;
	background-color: rgba(0, 0, 0, 0.9);
	background: #000;
	filter: alpha(opacity=90);
	opacity: 0.9;
	width: 100%;
	height: 100%;
	border-top: 4px solid #38a9ff;
	display: none;
	z-index: 3;
}

.wxType_list .shabox .im01 {
	width: 161px;
	height: 161px;
	margin: 64px auto 30px auto;
}

.wxType_list .shabox .im02 {
	width: 127px;
	height: 51px;
	margin: 0 auto;
}

.wxType_list .shabox img {
	width: 100%;
}

.wxType_list li:hover .shabox {
	display: block;
}

.wxType_list li:hover .text a {
	color: #38a9ff;
}

.wxTypebtn span {
	cursor: pointer;
	position: absolute;
	background: url(../image/sprite2.png) no-repeat -224px -6px;
	width: 23px;
	height: 66px;
	display: block;
	top: 144px;
}

.wxTypebtn .wxprev {
	left: -65px;
}

.wxTypebtn .wxnext {
	background-position: -249px -6px;
	right: -65px;
}

.wxpoint {
	text-align: center;
	padding-bottom: 120px;
}

.wxpoint span {
	width: 8px;
	height: 8px;
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 50px;
	margin: 5px;
}

.wxpoint span.active {
	background-color: #aaa;
}


/*零售易*/

.pd_hdcon {
	width: 100%;
	height: 540px;
}

.pd_hdbox {
	position: fixed;
	top: 80px;
	width: 100%;
	text-align: center;
}

.lsyconbox {
	position: relative;
	z-index: 4;
}

.lsycon_htit {
	font-size: 34px;
	color: #0061b4;
	text-align: center;
	font-weight: bold;
	line-height: 48px;
}

.lsycon_htxt {
	font-size: 20px;
	color: #444;
	text-align: center;
	line-height: 32px;
}

.lsycon_c1 {
	font-family: "微软雅黑";
	padding-top: 105px;
	padding-bottom: 140px;
	position: relative;
	background: #fff;
}

.lsycon_c1 .lsycon_main {
	padding-top: 75px;
	overflow: hidden;
}

.lsycon_c1 .ani_c1 {
	float: left;
	position: relative;
	width: 440px;
	padding: 30px 0 0 45px;
}

.lsycon_c1 .ani_c1 span {
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
	height: 110px;
	line-height: 115px;
	display: block;
	background: url(../image/lsyc1_n1.png) no-repeat;
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding: 0 4px 5px 0;
}

.lsycon_c1 .ani_c1 .n1 {
	right: 162px;
	top: -34px;
}

.lsycon_c1 .ani_c1 .n2 {
	right: 46px;
	top: 48px;
}

.lsycon_c1 .ani_c1 .n3 {
	right: 14px;
	top: 172px;
}

.lsycon_c1 .ani_c1 .n4 {
	right: 62px;
	bottom: 6px;
	top: auto;
}

.lsycon_c1 .con {
	float: right;
	width: 530px;
	margin-right: 45px;
	padding-left: 44px;
	border-left: 1px solid #ebebeb;
}

.lsycon_c1 .con h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 6px;
	font-weight: bold;
}

.lsycon_c1 .con p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.ani_c1 span {
	opacity: 0;
}

.ani_c1 .n1 {
	-webkit-transform: translate(200px, -50px);
	-moz-transform: translate(200px, -50px);
	-o-transform: translate(200px, -50px);
	-ms-transform: translate(200px, -50px);
	transform: translate(200px, -50px);
}

.ani_c1 .n2 {
	-webkit-transform: translate(200px, 50px);
	-moz-transform: translate(200px, 50px);
	-o-transform: translate(200px, 50px);
	-ms-transform: translate(200px, 50px);
	transform: translate(200px, 50px);
}

.ani_c1 .n3 {
	-webkit-transform: translate(200px, 150px);
	-moz-transform: translate(200px, 150px);
	-o-transform: translate(200px, 150px);
	-ms-transform: translate(200px, 150px);
	transform: translate(200px, 150px);
}

.ani_c1 .n4 {
	-webkit-transform: translate(200px, 260px);
	-moz-transform: translate(200px, 260px);
	-o-transform: translate(200px, 260px);
	-ms-transform: translate(200px, 260px);
	transform: translate(200px, 260px);
}

.ani_c1.active {
	opacity: 1;
}

.lsycon_c1.active .ani_c1 span {
	opacity: 1;
	transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	-webkit-transition: all 0.8s ease-in;
	-ms-transition: all 0.8s ease-in;
	-o-transition: all 0.8s ease-in;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.lsycon_c2 {
	font-family: "微软雅黑";
	padding-top: 80px;
	padding-bottom: 55px;
	background: #f8f8f8;
	position: relative;
}

.lsycon_c2 .lsycon_htxt {
	color: #444;
}

.lsycon_c2 .lsycon_fx1 {
	width: 450px;
	height: 321px;
	padding-right: 5px;
	margin: 35px auto 60px auto;
	background: url(../image/lsyc2_n2.png) no-repeat;
}

.lsycon_c2 .lsycon_fx1 p {
	overflow: hidden;
}

.lsycon_c2 .lsycon_fx1 .p1 {
	height: 118px;
	line-height: 118px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.lsycon_c2 .lsycon_fx1 .p2 {
	padding: 0 82px;
}

.lsycon_c2 .lsycon_fx1 .p3 {
	padding-top: 30px;
}

.lsycon_c2 .lsycon_fx1 i {
	width: 26px;
	height: 35px;
	display: block;
	margin: 0 auto 3px auto;
	background: url(../image/lsyc2_n1.png) no-repeat -73px -82px;
}

.lsycon_c2 .lsycon_fx1 span {
	width: 118px;
	padding-top: 12px;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.lsycon_c2 .lsycon_fx1 .mrb {
	margin-right: 47px;
}

.lsycon_c2 .lsycon_fx2 .title {
	text-align: center;
	font-size: 28px;
	color: #0061b4;
	font-weight: bold;
}

.lsycon_c2 .lsycon_fx2 .con {
	width: 940px;
	margin: 30px auto;
	overflow: hidden;
}

.lsycon_fx2 .con li {
	width: 225px;
	height: 201px;
	float: left;
	margin: 0 10px 10px 0;
	background: url(../image/lsyc2_n3.png) no-repeat;
	text-align: center;
}

.lsycon_fx2 .con li a {
	display: block;
}

.lsycon_fx2 .con li span {
	display: block;
	height: 68px;
	text-align: center;
	padding-top: 65px;
}

.lsycon_fx2 .con li i {
	background: url(../image/lsyc2_n1.png) no-repeat;
	display: inline-block;
}

.lsycon_fx2 .con li:hover i {
	-webkit-animation: ani_c2 1s linear;
	-moz-animation: ani_c2 1s linear;
	-ms-animation: ani_c2 1s linear;
	-o-animation: ani_c2 1s linear;
	animation: ani_c2 1s linear;
}

.lsycon_fx2 .con li .n1 {
	width: 64px;
	height: 53px;
	background-position: 0 -15px;
}

.lsycon_fx2 .con li .n2 {
	width: 35px;
	height: 68px;
	background-position: -64px 0;
}

.lsycon_fx2 .con li .n3 {
	width: 41px;
	height: 68px;
	background-position: -99px -1px;
}

.lsycon_fx2 .con li .n4 {
	width: 64px;
	height: 53px;
	background-position: -140px -15px;
}

.lsycon_fx2 .con li .n5 {
	width: 62px;
	height: 54px;
	background-position: -204px 0;
}

.lsycon_fx2 .con li .n6 {
	width: 64px;
	height: 56px;
	background-position: -266px 0;
}

.lsycon_fx2 .con li .n7 {
	width: 64px;
	height: 64px;
	background-position: -330px 0;
}

.lsycon_fx2 .con li .n8 {
	width: 64px;
	height: 49px;
	background-position: 0 -73px;
}

.lsycon_fx2 .con li em {
	font-size: 17px;
	color: #4d4d4d;
	display: block;
	text-align: center;
	margin-top: 22px;
}

.lsycon_fx1 i {
	opacity: 0;
	-webkit-transform: translate(500px, -50px);
	-moz-transform: translate(500px, -50px);
	-o-transform: translate(500px, -50px);
	-ms-transform: translate(500px, -50px);
	transform: translate(500px, -50px);
}

.lsycon_fx1.active {
	opacity: 1;
}

.lsycon_c2.active .lsycon_fx1 i {
	opacity: 1;
	transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	-webkit-transition: all 0.8s ease-in;
	-ms-transition: all 0.8s ease-in;
	-o-transition: all 0.8s ease-in;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

@-moz-keyframes ani_c2 {
	0% {
		-moz-transform: scale(0, 0);
		opacity: 0;
	}
	100% {
		-moz-transform: scale(1, 1);
		opacity: 1;
	}
}

@keyframes icon-wx {
	0% {
		transform: scale(0, 0);
		opacity: 0;
	}
	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}

@-ms-keyframes icon-wx {
	0% {
		-ms-transform: scale(0, 0);
		opacity: 0;
	}
	100% {
		-ms-transform: scale(1, 1);
		opacity: 1;
	}
}

@-o-keyframes icon-wx {
	0% {
		-o-transform: scale(0, 0);
		opacity: 0;
	}
	100% {
		-o-transform: scale(1, 1);
		opacity: 1;
	}
}

@-webkit-keyframes icon-wx {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}

.lsycon_c3 {
	font-family: "微软雅黑";
	padding-top: 90px;
	padding-bottom: 90px;
	background: url(../image/g_temp8.jpg) no-repeat;
	position: relative;
}

.lsycon_c3 .lsycon_htit {
	color: #fff;
}

.lsycon_c3 .lsycon_htxt {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-top: 12px;
}

.lsycon_c3 .con {
	margin-top: 70px;
	padding: 15px;
	overflow: hidden;
}

.lsycon_c3 .con li {
	width: 144px;
	float: left;
	text-align: center;
	margin: 0 25px;
}

.lsycon_c3 .con li i {
	width: 144px;
	height: 147px;
	background: url(../image/lsyc3_n1.png) no-repeat 0 0;
	display: block;
}

.lsycon_c3 .con li .n2 {
	background-position: -156px 0;
}

.lsycon_c3 .con li .n3 {
	background-position: 0 -153px;
}

.lsycon_c3 .con li .n4 {
	background-position: -156px -153px;
}

.lsycon_c3 .con li .n5 {
	background-position: 0 -310px;
}

.lsycon_c3 .con li .n6 {
	background-position: -156px -310px;
}

.lsycon_c3 .con li em {
	display: inline-block;
	padding-right: 4px;
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}

.lsycon_c3 .con {
	transform: scale(0.2);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	opacity: 0
}

.lsycon_c3.active .con {
	opacity: 1;
	transition: All 1.2s ease;
	-webkit-transition: All 1.2s ease;
	-moz-transition: All 1.2s ease;
	-o-transition: All 1.2s ease;
	-ms-transition: All 1.2s ease;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.lsycon_c4 {
	font-family: "微软雅黑";
	padding-top: 110px;
	padding-bottom: 55px;
	position: relative;
	background: #fff;
}

.lsycon_c4 .lsycon_htit {
	font-size: 38px;
	margin-bottom: 2px;
}

.lsycon_c4 .con {
	width: 955px;
	height: 378px;
	display: block;
	margin: 70px auto 60px auto;
	background: url(../image/lsyc4_n1.jpg) no-repeat;
	position: relative;
}

.lsycon_c4 .con .n1 {
	width: 64px;
	height: 64px;
	display: block;
	background: url(../image/lsyc2_n1.png) no-repeat 0 -132px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -324px;
}

.lsycon_c4 .con .n2 {
	width: 44px;
	height: 64px;
	display: block;
	background: url(../image/lsyc2_n1.png) no-repeat -70px -132px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -35px;
	margin-right: -309px;
}

.lsycon_c4 .con i {
	opacity: 0;
}

.lsycon_c4 .con .n1 {
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.lsycon_c4 .con .n2 {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.lsycon_c4 .con.active {
	opacity: 1;
}

.lsycon_c4.active .con i {
	opacity: 1;
	transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	-webkit-transition: all 0.8s ease-in;
	-ms-transition: all 0.8s ease-in;
	-o-transition: all 0.8s ease-in;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.lsycon_c5 {
	font-family: "微软雅黑";
	padding-top: 85px;
	padding-bottom: 50px;
	background: #fafafa url(../image/lsyc5_n2.jpg) no-repeat center bottom;
	position: relative;
}

.lsycon_c4 .lsycon_htit {
	font-size: 36px;
}

.lsycon_c5 .con {
	margin-top: 60px;
	display: block;
	position: relative;
}

.lsycon_c5 .con .n1 {
	width: 523px;
	height: 478px;
	display: block;
	background: url(../image/lsyc5_n1.png) no-repeat;
	margin: 0 auto;
}

.lsycon_c5 .con i {
	opacity: 0;
}

.lsycon_c5 .con .n1 {
	-webkit-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
	transform: translate(0, 200px);
}

.lsycon_c5 .con.active {
	opacity: 1;
}

.lsycon_c5.active .con i {
	opacity: 1;
	transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	-webkit-transition: all 0.8s ease-in;
	-ms-transition: all 0.8s ease-in;
	-o-transition: all 0.8s ease-in;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.lsycon_c6 {
	font-family: "微软雅黑";
	padding-top: 90px;
	padding-bottom: 85px;
	background: url(../image/g_temp9.jpg) no-repeat;
	position: relative;
}

.lsycon_c6 .lsycon_htit {
	color: #fff;
}

.lsycon_c6 .lsycon_htxt {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-top: 12px;
}

.lsycon_c6 .txt {
	width: 750px;
	margin: 48px auto;
	font-size: 17px;
	color: #fff;
	line-height: 28px;
}

.lsycon_c6 .con {
	width: 268px;
	height: 404px;
	margin: 0 auto;
	background: url(../image/lsyc6_n1.png) no-repeat;
	position: relative;
}

.lsycon_c6 .con span {
	width: 96px;
	height: 96px;
	line-height: 96px;
	display: block;
	border-radius: 50px;
	border: 2px solid #00b3ad;
	text-align: center;
	font-size: 17px;
	color: #fff;
	position: absolute;
}

.lsycon_c6 .con .n1 {
	left: -106px;
	top: 32px;
}

.lsycon_c6 .con .n2 {
	left: -106px;
	top: 160px;
}

.lsycon_c6 .con .n3 {
	left: -106px;
	top: 292px;
}

.lsycon_c6 .con .n4 {
	right: -106px;
	top: 32px;
}

.lsycon_c6 .con .n5 {
	right: -106px;
	top: 160px;
}

.lsycon_c6 .con .n6 {
	right: -106px;
	top: 292px;
}

.lsycon_c6 .con .n7 {
	width: 82px;
	height: 75px;
	background: #00b3ad;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	padding: 27px 10px 0 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}

.lsycon_c6 .con span {
	opacity: 0;
}

.lsycon_c6 .con .n1 {
	-webkit-transform: translate(-200px, -100px);
	-moz-transform: translate(-200px, -100px);
	-o-transform: translate(-200px, -100px);
	-ms-transform: translate(-200px, -100px);
	transform: translate(-200px, -100px);
}

.lsycon_c6 .con .n2 {
	-webkit-transform: translate(-200px, 0);
	-moz-transform: translate(-200px, 0);
	-o-transform: translate(-200px, 0);
	-ms-transform: translate(-200px, 0);
	transform: translate(-200px, 0);
}

.lsycon_c6 .con .n3 {
	-webkit-transform: translate(-200px, 100px);
	-moz-transform: translate(-200px, 100px);
	-o-transform: translate(-200px, 100px);
	-ms-transform: translate(-200px, 100px);
	transform: translate(-200px, 100px);
}

.lsycon_c6 .con .n4 {
	-webkit-transform: translate(200px, -100px);
	-moz-transform: translate(200px, -100px);
	-o-transform: translate(200px, -100px);
	-ms-transform: translate(200px, -100px);
	transform: translate(200px, -100px);
}

.lsycon_c6 .con .n5 {
	-webkit-transform: translate(200px, 0);
	-moz-transform: translate(200px, 0);
	-o-transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
	transform: translate(200px, 0);
}

.lsycon_c6 .con .n6 {
	-webkit-transform: translate(200px, 100px);
	-moz-transform: translate(200px, 100px);
	-o-transform: translate(200px, 100px);
	-ms-transform: translate(200px, 100px);
	transform: translate(200px, 100px);
}

.lsycon_c6 .con .n7 {
	-webkit-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
	transform: translate(0, 200px);
}

.lsycon_c6 .con.active {
	opacity: 1;
}

.lsycon_c6.active .con span {
	opacity: 1;
	transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	-webkit-transition: all 0.8s ease-in;
	-ms-transition: all 0.8s ease-in;
	-o-transition: all 0.8s ease-in;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.lsy_mt {
	padding-top: 0;
}


/*弹窗*/

.com_opp1 {
	width: 718px;
	height: 575px;
	position: fixed;
	left: 50%;
	margin-left: -359px;
	top: 120px;
	z-index: 1001;
	background: #fff;
	font-family: "微软雅黑";
	border-radius: 3px;
}

.com_opp1 .tit {
	text-align: center;
	font-size: 20px;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #ccc;
}

.com_opp1 .sub_tit {
	color: #999;
	font-size: 14px;
	vertical-align: baseline;
}

.com_opp1 .tip1 {
	line-height: 28px;
	color: #3faae1;
	margin-bottom: 6px;
	font-size: 14px;
}

.com_opp1 .cont {
	padding: 15px 25px 55px 25px;
	background: #f5f5f5;
	border-radius: 0 0 3px 3px;
}

.com_opp1 .contact {
	color: #666;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

.com_opp1 .msg_box {
	margin-top: 35px;
}

.com_opp1 .msg_box li {
	margin-bottom: 20px;
}

.com_opp1 .the_name {
	width: 170px;
	text-align: right;
	margin-right: 20px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	background: #f5f5f5;
	font-size: 16px;
	color: #333;
}

.com_opp1 .ipt {
	height: 38px;
	line-height: 38px;
	padding: 0 8px;
	width: 304px;
	border: 1px solid #e0e0e0;
	background: #fff;
}

.com_opp1 .ipt.w2 {
	width: 160px;
}

.com_opp1 .s1 {
	font-size: 12px;
	color: #999;
	margin-left: 20px;
	display: inline-block;
	line-height: 38px;
}

.com_opp1 .sub_btn {
	color: #fff;
	font-size: 20px;
	height: 38px;
	width: 160px;
	margin-top: 40px;
	display: inline-block;
	background: #ff6801;
	border: none;
}

.com_opp1 .opp_close {
	position: absolute;
	right: 20px;
	top: -28px;
	width: 56px;
	height: 56px;
	background: #fff;
	border-radius: 50%;
}

.com_opp1 .opp_close i {
	margin: 5px 0 0 5px;
	display: inline-block;
	width: 46px;
	height: 46px;
	color: #fff;
	font-size: 60px;
	border-radius: 50%;
	background: #d8d8d8 url(../image/close.png) no-repeat center center;
}

.com_opp1 .yzm_btn {
	color: #fff;
	font-size: 16px;
	height: 38px;
	margin-left: 18px;
	position: relative;
	top: 2px;
	line-height: 38px;
	width: 120px;
	display: inline-block;
	background: #ff6801;
	text-align: center;
}

.com_opp1 .yzm_im {
	margin-left: 20px;
	height: 40px;
	width: 120px;
}


/*合作伙伴 合作共赢*/

.pd_banner_w {
	height: 600px;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	margin: 100px auto 80px;
}

.pd_banner_w img,
.infor_banner img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.infor_banner {
	position: relative;
	height: 600px;
}

.fm {
	font-family: "微软雅黑";
}

.mb70 {
	margin-bottom: 70px;
}

.sel_reason_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.sel_reason_box.li_w170 li {
	width: 168px;
	margin-right: 85px;
	text-align: center;
}

.sel_reason_box.li_w170 {
	padding-left: 40px;
}

.sel_reason_tit {
	font-size: 36px;
	margin-left: auto;
	margin-right: 70px;
	width: 1200px;
	overflow: hidden;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-family: "微软雅黑";
}

.sel_reason_tit .bg {
	background: url(../image/line_bg1.jpg) left center no-repeat;
	height: 60px;
	width: 420px;
}

.sel_reason_lis i {
	width: 100px;
	height: 100px;
	background: url(../image/tc_img31.png) no-repeat center center;
	display: inline-block;
}

.sel_reason_lis.sign2 i {
	background: url(../image/tc_img33.png) no-repeat center center;
	height: 102px;
}

.sel_reason_lis .i1 {
	background-position: 0 0;
}

.sel_reason_lis .i2 {
	background-position: -100px 0;
}

.sel_reason_lis .i3 {
	background-position: -200px 0;
}

.sel_reason_lis .i4 {
	background-position: -300px 0;
}

.sel_reason_lis .i5 {
	background-position: -400px 0;
}

.sel_reason_lis.sign2 .i1 {
	background-position: 0 0;
}

.sel_reason_lis.sign2 .i2 {
	background-position: -100px 0;
}

.sel_reason_lis.sign2 .i3 {
	background-position: -200px 0;
}

.sel_reason_lis.sign2 .i4 {
	background-position: -300px 0;
}

.sel_reason_lis.sign2 .i5 {
	background-position: -400px 0;
}

.sel_reason_lis li {
	float: left;
	width: 150px;
	height: 350px;
	margin-right: 110px;
}

.sel_reason_lis {
	width: 1700px;
}

.sel_reason_header {
	font-size: 18px;
	margin: 22px 0 15px 0;
}

.sel_reason_desc {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.sel_reason_box.pd_ch {
	height: 450px;
}

.active .sel_reason_lis i {}

.sel_reason_lis3 li:hover i {
	transition: all ease-in 0.5s;
	-moz-transition: all ease-in 0.5s;
	-webkit-transition: all ease-in 0.5s;
	-ms-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webit-transform: rotateY(360deg);
}

.sel_reason_box li:hover i {
	transition: all ease-in 0.5s;
	-moz-transition: all ease-in 0.5s;
	-webkit-transition: all ease-in 0.5s;
	-ms-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
	transform: scale(0.8) rotate(360deg);
	-ms-transform: scale(0.8) rotate(360deg);
	-o-transform: scale(0.8) rotate(360deg);
	-moz-transform: scale(0.8) rotate(360deg);
	-webit-transform: scale(0.8) rotate(360deg);
}

.sel_reason_box2.active li {
	-webkit-animation: rectR 1.2s linear;
	-moz-animation: rectR 1.2s linear;
	-ms-animation: rectR 1.2s linear;
	-o-animation: rectR 1.2s linear;
	animation: rectR 1.2s linear;
}

@-webkit-keyframes rectR {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

@-moz-keyframes rectR {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

@-ms-keyframes rectR {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

@-o-keyframes rectR {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

.sel_reason_box2 {
	background: url(../image/wbg1.jpg);
	width: 100%;
	height: 1016px;
}

.sel_reason_box2.pd_ch {
	padding-top: -95px;
	height: 1016px;
}

.sel_reason_box2 .inner {
	width: 886px;
	overflow: hidden;
	margin: 0 auto;
}

.sel_reason_tit2 {
	width: 600px;
	font-size: 36px;
	text-align: center;
	margin: 0 auto;
	padding: 90px 0 70px 0;
	font-family: "微软雅黑";
}

.sel_reason_tit2.w500 {
	width: 500px;
}

.sel_reason_tit2 .bg {
	width: 100px;
	height: 50px;
	background: url(../image/line_bg2.png) left center no-repeat;
}

.sel_reason_tit2 .th_2 {
	background: url(../image/line_bg4.png) left center no-repeat;
}

.sel_reason_lis2 {
	width: 950px;
}

.sel_reason_lis2 li {
	width: 200px;
	box-sizing: content-box;
	padding: 40px 30px 0 30px;
	height: 280px;
	text-align: center;
	margin: 0 50px 50px 0;
	background: #fff;
	box-shadow: 5px 5px 5px #cfd0d0;
	float: left;
}

.sel_reason_header2 {
	font-size: 26px;
	color: #555;
}

.sel_reason_desc2 {
	font-size: 13px;
	color: #999;
	line-height: 22px;
	margin: 20px 0;
}

.sel_reason_lis2 .line {
	width: 88px;
	height: 18px;
	background: url(../image/line_bg3.jpg) center center no-repeat;
	margin: 15px auto 20px;
}

.sel_reason_lis2 i {
	background: url(../image/tc_img32.png) no-repeat center center;
	width: 105px;
	height: 83px;
	display: inline-block;
}

.sel_reason_lis2 .i1 {
	background-position: 0 0;
}

.sel_reason_lis2 .i2 {
	background-position: -100px 0;
}

.sel_reason_lis2 .i3 {
	background-position: -200px 0;
}

.sel_reason_lis2 .i4 {
	background-position: -300px 0;
}

.sel_reason_lis2 .i5 {
	background-position: -400px 0;
}

.sel_reason_lis2 .i6 {
	background-position: -500px 0;
}

.mt80 {
	margin-top: 80px;
}

.mb-20 {
	margin-bottom: -20px;
}

.fb {
	font-weight: bold;
}

.sel_reason_box3 {
	background: url(../image/wbg2.jpg);
	height: 460px;
	font-family: "微软雅黑";
}

.sel_reason_box3.pd_ch {
	height: 460px;
}

.sel_reason_box3 .inner {
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}

.sel_reason_lis3 li {
	float: left;
	text-align: center;
}

.sel_reason_desc {
	font-size: 12px;
	color: #666;
	height: 18px;
}

.sel_reason_lis3 i {
	background: url(../image/tc_img35.png) no-repeat center center;
	width: 86px;
	height: 46px;
	display: inline-block;
	margin-top: 22px;
}

.sel_reason_lis3 .i1 {
	background-position: 0 0;
}

.sel_reason_lis3 .i2 {
	background-position: -86px 0;
}

.sel_reason_lis3 .i3 {
	background-position: -172px 0;
}

.sel_reason_lis3 .i4 {
	background-position: -258px 0;
}

.sel_reason_lis3 span {
	width: 86px;
	height: 94px;
	background: url(../image/rhomb.png) no-repeat;
	display: inline-block;
}

.sel_reason_lis3 li {
	width: 168px;
	margin-right: 125px;
	text-align: center;
}

.sel_reason_desc3 {
	color: #666;
	line-height: 18px;
}

.sel_reason_lis3 {
	width: 1200px;
}

.sel_reason_header3 {
	font-size: 18px;
	font-weight: bold;
	margin: 18px 0;
}


/*智慧收银*/

.now_btn {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	background: #16a9eb;
	position: absolute;
	left: 50%;
	bottom: 106px;
	margin-left: -100px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-family: "微软雅黑";
}

.now_btn i {
	width: 26px;
	height: 26px;
	display: inline-block;
	background: url(../image/c_sprite.png) no-repeat 0 0;
	vertical-align: text-bottom;
	margin-left: 15px;
}

.now_btn.bm {
	bottom: 75px;
}

.c_trade,
.c_payment,
.c_moudle {
	width: 100%;
	overflow: hidden;
	font-family: "微软雅黑";
	padding-top: 95px;
	padding-bottom: 75px;
}

.c_trade .inner {
	width: 886px;
	margin: 0 auto;
	overflow: hidden;
}

.c_trade .pic {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 25px;
}

.u_caption {
	text-align: center;
	font-size: 40px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
}

.u_subtitle {
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 32px;
}

.u_subtitle2 {
	text-align: center;
	font-size: 22px;
	color: #333;
	line-height: 32px;
}

.c_trade_list {
	width: 1210px;
	margin-top: 70px;
}

.c_trade_list li {
	float: left;
	width: 292px;
	margin-right: 10px;
}

.c_trade_list .pic {
	width: 292px;
	height: 360px;
	border-radius: 6px;
	overflow: hidden;
}

.c_trade_list .pic img {
	width: 292px;
	height: 360px;
}

.c_trade_list .txt {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	text-align: center;
	padding: 20px 0;
}

.c_trade.bg01 {
	background: url(../image/c_temp6.jpg) no-repeat center top;
}

.c_trade .sel_reason_lis2 {
	margin-top: 80px;
}

.all_hide .c_trade .sel_reason_lis2 {
	opacity: 0;
	transform: translate(0, 200px);
	-webkit-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
}

.all_hide .c_trade.active .sel_reason_lis2 {
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.c_trade .sel_reason_lis2 .line {
	margin: 15px auto;
}

.c_trade .sel_reason_desc2 {
	margin-top: 15px;
}

.c_trade .mac {
	padding: 50px 0;
}

.all_hide .c_trade .mac {
	opacity: 0;
	transform: translate(0, 200px);
	-webkit-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
}

.all_hide .c_trade.active .mac {
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.sel_reason_lis2 em {
	background: url(../image/c_sprite.png) no-repeat;
	display: inline-block;
}

.sel_reason_lis2 .m1 {
	width: 75px;
	height: 99px;
	background-position: -209px 0;
}

.sel_reason_lis2 .m2 {
	width: 42px;
	height: 99px;
	background-position: -287px 0;
}

.sel_reason_lis2 .m3 {
	width: 67px;
	height: 99px;
	background-position: -333px 0;
}

.c_payment {
	height: 413px;
	background: url(../image/c_temp7.jpg) no-repeat center top;
}

.c_payment .sel_reason_lis3 {
	margin-top: 70px;
}

.all_hide .c_payment .sel_reason_lis3 {
	opacity: 0;
	transform: translate(200px, 0);
	-webkit-transform: translate(200px, 0);
	-moz-transform: translate(200px, 0);
	-o-transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
}

.all_hide .c_payment.active .sel_reason_lis3 {
	margin-top: 70px;
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.c_payment .u_caption {
	margin-top: 25px;
}

.c_payment .sel_reason_lis3 i {
	background: url(../image/c_sprite.png) no-repeat center center;
	width: 86px;
	height: 46px;
	display: inline-block;
	margin-top: 30px;
}

.c_payment .sel_reason_lis3 .i1 {
	background-position: 0 -32px;
}

.c_payment .sel_reason_lis3 .i2 {
	background-position: 0 -84px;
}

.c_payment .sel_reason_lis3 .i3 {
	background-position: 0 -135px;
}

.c_payment .sel_reason_lis3 .i4 {
	background-position: 0 -186px;
}

.c_payment .sel_reason_lis3 .i5 {
	background-position: 0 -235px;
}

.c_payment .sel_reason_lis3 span {
	width: 100px;
	height: 110px;
	background: url(../image/rhomb2.png) no-repeat;
	display: inline-block;
}

.c_payment .sel_reason_lis3 li {
	width: 100px;
	margin: 0 70px;
	text-align: center;
}

.c_moudle {
	height: 798px;
	background: url(../image/c_temp8.jpg) no-repeat center top;
}

.c_moudle .sel_reason_lis3 {
	width: 1020px;
	margin: 120px auto 0 auto;
}

.c_moudle .sel_reason_lis3 i {
	background: url(../image/c_icon.png) no-repeat center center;
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-top: 0;
}

.c_moudle .sel_reason_lis3 .i1 {
	background-position: 0 0;
}

.c_moudle .sel_reason_lis3 .i2 {
	background-position: -100px 0;
}

.c_moudle .sel_reason_lis3 .i3 {
	background-position: -200px 0;
}

.c_moudle .sel_reason_lis3 .i4 {
	background-position: -300px 0;
}

.c_moudle .sel_reason_lis3 .i5 {
	background-position: -400px 0;
}

.c_moudle .sel_reason_lis3 .i6 {
	background-position: -500px 0;
}

.c_moudle .sel_reason_lis3 .i7 {
	background-position: 0 -100px;
}

.c_moudle .sel_reason_lis3 .i8 {
	background-position: -100px -100px;
}

.c_moudle .sel_reason_lis3 .i9 {
	background-position: -200px -100px;
}

.c_moudle .sel_reason_lis3 .i10 {
	background-position: -300px -100px;
}

.c_moudle .sel_reason_lis3 .i11 {
	background-position: -400px -100px;
}

.c_moudle .sel_reason_lis3 .i12 {
	background-position: -500px -100px;
}

.c_moudle .sel_reason_lis3 span {
	width: 100px;
	height: 100px;
	background: url(../image/chb.png) no-repeat;
	display: inline-block;
}

.c_moudle .sel_reason_lis3 li {
	width: 100px;
	margin: 70px 35px 0 35px;
	text-align: center;
}

.c_moudle .sel_reason_lis3 li:hover span {
	background: url(../image/chb_hover.png) no-repeat;
}

.c_moudle .sel_reason_header3 {
	font-size: 20px;
	font-weight: normal;
}

.all_hide .c_moudle .sel_reason_lis3 {
	opacity: 0;
	transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
}

.all_hide .c_moudle.active .sel_reason_lis3 {
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}

.c_ticket {
	width: 100%;
	padding: 70px 0;
	font-family: "微软雅黑";
	height: 656px;
	background: url(../image/c_temp10.jpg) no-repeat center top;
	overflow: hidden;
}

.c_ticket_left {
	width: 600px;
}

.c_ticket_left .u_caption,
.c_ticket_left .u_subtitle {
	width: 570px;
	text-align: left;
}

.c_ticket_lis li {
	margin-right: 110px;
	margin-top: 55px;
	width: 90px;
	float: left;
}

.c_ticket_lis i {
	width: 90px;
	height: 90px;
	background: url(../image/c_sprite.png) no-repeat;
	display: inline-block;
}

.c_ticket_lis .i1 {
	background-position: -209px -109px;
}

.c_ticket_lis .i2 {
	background-position: -302px -109px;
}

.c_ticket_lis .i3 {
	background-position: -209px -202px;
}

.c_ticket_lis .i4 {
	background-position: -302px -202px;
}

.c_ticket_lis .i5 {
	background-position: -209px -294px;
}

.c_ticket_lis .i6 {
	background-position: -302px -294px;
}

.c_ticket_lis li .txt {
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 24px;
	padding: 10px 0;
}

.c_ticket_lis li:hover i {
	transition: all ease-in 0.5s;
	-moz-transition: all ease-in 0.5s;
	-webkit-transition: all ease-in 0.5s;
	-ms-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
	transform: scale(0.8) rotate(360deg);
	-ms-transform: scale(0.8) rotate(360deg);
	-o-transform: scale(0.8) rotate(360deg);
	-moz-transform: scale(0.8) rotate(360deg);
	-webit-transform: scale(0.8) rotate(360deg);
}

.c_ticket_pic {
	width: 385px;
	margin-right: 100px;
}

.c_ticket .c_ticket_lis {
	margin-top: 70px;
}

.all_hide .c_ticket .c_ticket_lis {
	opacity: 0;
	transform: translate(-200px, 0);
	-webkit-transform: translate(-200px, 0);
	-moz-transform: translate(-200px, 0);
	-o-transform: translate(-200px, 0);
	-ms-transform: translate(-200px, 0);
}

.all_hide .c_ticket.active .c_ticket_lis {
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}


/*B2B订货*/

.b_order {
	padding: 75px 0;
	font-family: "微软雅黑";
}

.b_order .process {
	width: 1040px;
	height: 80px;
	margin: 35px auto;
	font-size: 20px;
	color: #fff;
	background: url(../image/bord01.png) no-repeat center center;
}

.all_hide .b_order .process {
	opacity: 0;
	transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
}

.b_order .process em {
	margin: 0 90px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	float: left;
	display: inline-block;
}

.b_order_list {
	width: 1215px;
}

.b_order_list li {
	width: 228px;
	float: left;
	margin-right: 15px;
}

.b_order_list .pic {
	width: 228px;
	border-radius: 5px;
	overflow: hidden;
}

.b_order_list .pic img {
	width: 228px;
	height: 130px;
}

.b_order_list .txt {
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 24px;
	padding-top: 10px;
}

.all_hide .b_order.active .process {
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}

.b_order2 .b_pane_01 {
	background: #ececec;
	font-family: "微软雅黑";
}

.b_order2 .b_pane_01 dl {
	height: 490px;
	background: url(../image/bord12.jpg) no-repeat right top;
	overflow: hidden;
}

.b_order2 .b_pane_01 .u_caption {
	color: #16a9eb;
	text-align: left;
	margin-top: 130px;
	margin-left: 110px;
}

.b_order2 .b_pane_01 .u_subtitle2 {
	text-align: left;
	width: 540px;
	line-height: 40px;
	margin-left: 110px;
}

.b_order2 .list {
	width: 1140px;
	margin: -50px auto 0 auto;
	padding-bottom: 55px;
	overflow: hidden;
}

.all_hide .b_order2 .list {
	opacity: 0;
	transform: translate(0, 200px);
	-webkit-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
}

.b_order2 .list li {
	width: 100px;
	float: left;
	margin: 0 90px;
	text-align: center;
	font-family: "微软雅黑";
}

.b_order2 .list i {
	width: 100px;
	height: 100px;
	background: url(../image/bord13.png) no-repeat;
	display: inline-block;
}

.b_order2 .list .n1 {
	background-position: 0 0;
}

.b_order2 .list .n2 {
	background-position: -100px 0;
}

.b_order2 .list .n3 {
	background-position: 0 -100px;
}

.b_order2 .list .n4 {
	background-position: -100px -100px;
}

.b_order2 .list .txt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 32px;
	padding: 15px 0;
}

.b_order2 .list li:hover i {
	transition: all ease-in 0.5s;
	-moz-transition: all ease-in 0.5s;
	-webkit-transition: all ease-in 0.5s;
	-ms-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
	transform: scale(0.8) rotate(360deg);
	-ms-transform: scale(0.8) rotate(360deg);
	-o-transform: scale(0.8) rotate(360deg);
	-moz-transform: scale(0.8) rotate(360deg);
	-webit-transform: scale(0.8) rotate(360deg);
}

.all_hide .b_order2.active .list {
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.b_order3 {
	width: 100%;
	height: 800px;
	padding-top: 100px;
	font-family: "微软雅黑";
	background: url(../image/bord02.jpg) no-repeat center center;
}

.b_order3 .mac {
	margin-top: 40px;
}

.all_hide .b_order3 .mac {
	opacity: 0;
	transform: translate(0, -200px);
	-webkit-transform: translate(0, -200px);
	-moz-transform: translate(0, -200px);
	-o-transform: translate(0, -200px);
	-ms-transform: translate(0, -200px);
}

.all_hide .b_order3.active .mac {
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.b_order4 {
	width: 100%;
	height: 560px;
	padding-top: 100px;
	font-family: "微软雅黑";
	background: url(../image/bord03.jpg) no-repeat center center;
}

.b_order4 .u_caption,
.b_order4 .u_subtitle2 {
	color: #fff;
}

.b_order4 .process {
	width: 1100px;
	height: 240px;
	margin: 90px auto 0 auto;
	background: url(../image/bord04.png) no-repeat top center;
}

.all_hide .b_order4 .process {
	opacity: 0;
	transform: translate(0, 200px);
	-webkit-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
}

.b_order4 .process li {
	float: left;
	width: 150px;
	text-align: center;
	margin: 0 35px;
	font-size: 16px;
	color: #fff;
}

.b_order4 .process .n1 {
	padding-top: 110px;
}

.b_order4 .process .n2 {
	padding-top: 125px;
}

.b_order4 .process .n3 {
	padding-top: 140px;
}

.b_order4 .process .n4 {
	padding-top: 165px;
}

.b_order4 .process .n5 {
	padding-top: 188px;
}

.all_hide .b_order4.active .process {
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.b_order5 {
	width: 100%;
	height: 625px;
	padding-top: 85px;
	background: url(../image/bord05.jpg) no-repeat center center;
	font-family: "微软雅黑";
}

.b_order5 .process {
	width: 1020px;
	margin: 315px auto 0 auto;
	position: relative;
}

.b_order5 .process_bar {
	width: 1010px;
	height: 15px;
	background: #ebebeb;
	position: absolute;
	left: 0;
	top: 37px;
	border-radius: 15px;
	overflow: hidden;
}

.b_order5 .process_bar span {
	position: absolute;
	left: 0;
	top: 0;
	background: #12a000;
	height: 15px;
	display: block;
	border-radius: 15px;
	width: 67%;
}

.all_hide .b_order5 .process_bar span {
	width: 0;
}

.all_hide .b_order5.active .process_bar span {
	transition: all 2s ease;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	width: 67%
}

.b_order5 .list li {
	width: 130px;
	float: left;
	margin-right: 30px;
	font-size: 18px;
	color: #333;
}

.b_order5 .list li .time {
	font-size: 12px;
	margin-top: 40px;
}

.b_order5 .list li.end {
	margin-right: 0;
	width: 50px;
}

.b_order5 .list li.cur {
	color: #12a000;
}

.b_order6 {
	width: 100%;
	height: 395px;
	padding-top: 264px;
	background: url(../image/bord06.jpg) no-repeat center center;
	font-family: "微软雅黑";
}

.b_order6 .process {
	width: 960px;
	margin: 80px auto 0 auto;
	background: url(../image/bord07.png) no-repeat center top;
	padding-top: 70px;
}

.all_hide .b_order6 .process {
	opacity: 0;
	transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
}

.b_order6 .process li {
	width: 150px;
	float: left;
	margin-right: 120px;
	text-align: center;
	line-height: 24px;
}

.b_order6 .process .txt {
	font-size: 16px;
	color: #333;
}

.b_order6 .process .time {
	font-size: 13px;
	color: #666;
}

.b_order6 .process li.end {
	margin-right: 0;
}

.all_hide .b_order6.active .process {
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}

.b_order7 {
	width: 100%;
	height: 776px;
	padding-top: 105px;
	background: url(../image/bord08.jpg) no-repeat center center;
	font-family: "微软雅黑";
}

.b_order7 .u_caption,
.b_order7 .u_subtitle2 {
	color: #fff;
}

.b_order7 .pic {
	margin-top: 60px;
}

.all_hide .b_order7 .pic {
	opacity: 0;
	transform: translate(0, 200px);
	-webkit-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
}

.all_hide .b_order7.active .pic {
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.b_order8 {
	width: 100%;
	height: 600px;
	padding-top: 99px;
	background: url(../image/bord09.jpg) no-repeat center center;
	font-family: "微软雅黑";
}

.b_order8 .api {
	width: 520px;
	height: 215px;
	margin: 40px auto 80px auto;
	background: url(../image/bord10.png) no-repeat center center;
	font-size: 50px;
	color: #16a9eb;
	text-align: center;
	line-height: 215px;
}

.all_hide .b_order8 .api {
	opacity: 0;
}

.b_order8 .btn {
	width: 220px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	background: url(../image/bord11.jpg) no-repeat;
	display: block;
}

.b_order8 .btn i {
	width: 26px;
	height: 26px;
	display: inline-block;
	background: url(../image/c_sprite.png) no-repeat 0 0;
	vertical-align: text-bottom;
	margin-left: 15px;
}

.all_hide .b_order8.active .api {
	opacity: 1;
	transition: all ease-in 0.5s;
	-moz-transition: all ease-in 0.5s;
	-webkit-transition: all ease-in 0.5s;
	-ms-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webit-transform: scale(0.8);
}


/* 专属导购 */

.zsdg_ch {
	height: 767px
}

.zsdg_ch h3 {
	font: bold 40px "微软雅黑";
}

.zsdg_ch .p1 {
	font: 22px/34px "微软雅黑";
	margin-top: 20px;
}

.zsdg_banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.zsdg_banner img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.zsdg_box1 {
	background: #f7f7f7;
}

.zsdg_box1 .zsdg_box1_lf {
	margin-top: 320px;
	width: 590px;
}

.zsdg_box1 .zsdg_box1_rg {
	margin-top: 170px;
}

.all_hide .zsdg_box1 .zsdg_box1_rg {
	opacity: 0;
	transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
}

.all_hide .zsdg_box1.active .zsdg_box1_rg {
	opacity: 1;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	-o-transform: rotateZ(0);
}

.zsdg_box2 {
	background: url(../image/zsdg_bg2.jpg) center no-repeat;
}

.zsdg_box2 .zsdg_box2_lf {
	float: left;
	width: 860px;
	height: 405px;
	overflow: hidden;
}

.zsdg_box2 .zsdg_box2_lf img {
	margin: 100px 0 0 420px;
}

.all_hide .zsdg_box2 .zsdg_box2_lf img {
	opacity: 0;
	margin: 320px 0 0 200px;
}

.all_hide .zsdg_box2.active .zsdg_box2_lf img {
	margin: 100px 0 0 420px;
	opacity: 1;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.zsdg_box2 .wrap {
	position: relative;
}

.zsdg_box2 .zsdg_box2_rg {
	top: 470px;
	right: 0;
	width: 590px;
	text-align: center;
	position: absolute;
}

.zsdg_box3 {
	background: url(../image/zsdg_bg3.jpg) center no-repeat;
}

.zsdg_box3 .zsdg_box3_lf {
	margin-top: 320px;
	width: 590px;
}

.zsdg_box3 .zsdg_box3_rg {
	margin-top: 170px;
}

.all_hide .zsdg_box3 .zsdg_box3_rg {
	opacity: 0;
	transform: translate(200px, 0);
	-webkit-transform: translate(200px, 0);
	-moz-transform: translate(200px, 0);
	-o-transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
}

.all_hide .zsdg_box3.active .zsdg_box3_rg {
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.zsdg_box4 {
	background: url(../image/zsdg_bg4.jpg) center no-repeat;
}

.zsdg_box4 .zsdg_box4_top {
	margin-top: 80px;
	width: 100%;
	text-align: center;
	float: left;
}

.zsdg_box4 .zsdg_box4_bottom {
	margin: 80px 0 0 20px;
	float: left;
}

.all_hide .zsdg_box4 .zsdg_box4_bottom {
	opacity: 0;
}

.all_hide .zsdg_box4.active .zsdg_box4_bottom {
	opacity: 1;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}

.zsdg_box5 {
	background: url(../image/zsdg_bg5.jpg) center no-repeat;
}

.zsdg_box5 .zsdg_box5_lf {
	margin: 105px 0px 0px -80px;
}

.all_hide .zsdg_box5 .zsdg_box5_lf {
	opacity: 0;
}

.all_hide .zsdg_box5.active .zsdg_box5_lf {
	opacity: 1;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
}

.zsdg_box5 .zsdg_box5_rg {
	margin-top: 270px;
	width: 410px;
	color: #fff;
}

.ty_btn {
	float: right;
	font: 14px/52px "微软雅黑";
	color: #fff;
	margin: 15px 0 0 30px;
}

.ty_btn i {
	display: inline-block;
	vertical-align: top;
	background: url(../image/ang_ico.png) no-repeat 0 -43px;
	width: 19px;
	height: 42px;
	overflow: hidden;
	margin-right: 9px;
}

.ty_btn:hover {
	color: #36a1dd;
}

.ty_btn:hover i {
	background-position: -19px -43px;
}

.ty_btn.on {
	color: #575757;
}

.ty_btn.on:hover {
	color: #36a1dd;
}


/*B2B订货*/

.b2b_banner {
	height: 900px;
	position: relative;
	margin-top: 100px;
}

.b2b_banner .banner_img {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.b2b_banner .banner_img img {
	width: 100%;
}

.b2b_banner .b2b_txt {
	position: absolute;
	top: 100px;
	width: 1200px;
	text-align: center;
}

.b2b_banner .b2b_txt .txt1 {
	font-size: 142px;
	color: #fff;
	text-shadow: 0 8px 0 #883ac3;
	font-weight: bold;
}

.b2b_banner .b2b_txt .txt2 {
	font-size: 45px;
	color: #fff;
	margin-top: 10px;
}

.b2b_order1 {
	height: 1149px;
	background: url(../image/b2b_order1_bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.b2b_order1 .order1_txt {
	padding-top: 85px;
	text-align: center;
}

.b2b_order1 .order1_txt .txt1 {
	font-size: 46px;
	color: #000;
}

.b2b_order1 .order1_txt .txt2 {
	font-size: 18px;
	color: #a5a6aa;
	margin-top: 20px;
}

.b2b_order1 .bor span {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #c1c1c1;
}

.b2b_order1 .order1_txt .list {
	margin-top: 64px;
}

.b2b_order1 .order1_txt .list li {
	float: left;
	text-align: center;
	width: 25%;
}

.b2b_order1 .order1_txt .list li img {
	width: 176px;
	height: 176px;
}

.b2b_order1 .order1_txt .list li .list_txt {
	margin-top: 15px;
	font-size: 20px;
	color: #0d2040;
}

.b2b_order1 .order1_txt2 {
	margin-top: 100px;
	text-align: center;
}

.b2b_order1 .order1_txt2 .txt1 {
	font-size: 46px;
	color: #000;
}

.b2b_order1 .type_list_wrap {
	height: 394px;
	position: absolute;
	bottom: -23px;
	width: 1200px
}

.b2b_order1 .type_list_wrap .type_list {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.b2b_order1 .type_list_wrap .type_list ul {
	position: absolute;
	height: 100%;
}

.b2b_order1 .type_list_wrap .type_list .item {
	float: left;
	width: 265px;
	height: 394px;
	position: relative;
	margin: 0 17.5px;
}

.b2b_order1 .type_list_wrap .type_list .item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.b2b_order1 .type_list_wrap .type_list .item span {
	height: 38px;
	position: absolute;
	top: 60px;
	left: 24px;
	color: #fff;
	border-bottom: 2px solid #fff;
	font-size: 24px;
}

.b2b_prev,
.b2b_next {
	display: inline-block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -26px;
}

.b2b_prev {
	background: url(../image/b2b_prev.png) center no-repeat #333dca;
	left: -53px;
}

.b2b_next {
	background: url(../image/b2b_next.png) center no-repeat #333dca;
	right: -53px;
}

.b2b_prev:hover,
.b2b_next:hover {
	background-color: #2a34bf;
}

.b2b_order2 {
	height: 1062px;
	background: url(../image/b2b_order2_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.b2b_order2 .order2_txt {
	padding-top: 110px;
	text-align: center;
}

.b2b_order2 .order2_txt .txt1 {
	font-size: 46px;
	color: #000;
}

.b2b_order2 .order2_txt .txt2 {
	font-size: 18px;
	color: #a5a6aa;
	margin-top: 20px;
}

.b2b_order2 .bor span {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #c1c1c1;
}

.b2b_order2 .order2_txt .order_img {
	text-align: center;
	margin-top: 50px;
}

.b2b_order2 .order2_txt .order_img img {
	width: 941px;
}

.b2b_order3 {
	height: 870px;
	background: url(../image/b2b_order3_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.b2b_order3 .order3_txt {
	padding-top: 85px;
	text-align: center;
}

.b2b_order3 .order3_txt .txt1 {
	font-size: 46px;
	color: #fff;
}

.b2b_order3 .order3_txt .txt2 {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}

.b2b_order3 .bor span {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #fff;
}

.b2b_order3 .img_wrap {
	margin: 88px auto 0;
	position: relative;
	width: 1140px;
	height: 470px;
}

.b2b_order3 .img_wrap li {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	cursor: pointer
}

.b2b_order3 .img_wrap li img {
	width: 100%;
}

.b2b_order3 .img_wrap p.o3_prev,
.b2b_order3 .img_wrap p.o3_next {
	position: absolute;
	width: 180px;
	height: 361px;
	top: 40px;
	z-index: 30;
	cursor: pointer;
}

.b2b_order3 .img_wrap p.o3_prev {
	left: 0;
}

.b2b_order3 .img_wrap p.o3_next {
	right: 0;
	left: auto;
}

.b2b_order4 {
	height: 767px;
	background: url(../image/b2b_order4_bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative
}

.b2b_order4 .order4_txt {
	padding-top: 85px;
	text-align: center;
	position: relative;
}

.b2b_order4 .order4_txt .txt1 {
	font-size: 46px;
	color: #000;
}

.b2b_order4 .order4_txt .txt2 {
	font-size: 18px;
	color: #a5a6aa;
	margin-top: 20px;
}

.b2b_order4 .bor span {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #c1c1c1;
}

.b2b_order4 .order_img {
	width: 900px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -450px;
}

.b2b_order4 .order_img img {
	width: 100%;
}

.b2b_order5 {
	height: 780px;
	background: url(../image/b2b_order5_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.b2b_order5 .order5_txt {
	padding-top: 85px;
	text-align: center;
	position: relative;
}

.b2b_order5 .order5_txt .txt1 {
	font-size: 46px;
	color: #fff;
}

.b2b_order5 .order5_txt .txt2 {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}

.b2b_order5 .bor span {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #c1c1c1;
}

.b2b_order5 .order5_flow {
	margin-top: 210px;
}

.b2b_order5 .order5_flow .flow_item {
	width: 144px;
	float: left;
	margin-right: 32px;
}

.b2b_order5 .order5_flow .flow_item:last-of-type {
	margin-right: 0;
}

.b2b_order5 .order5_flow .flow_item .img {
	padding: 8px;
	border-radius: 50%;
	width: 128px;
	height: 128px;
	overflow: hidden;
}

.b2b_order5 .order5_flow .flow_item .img img {
	width: 100%;
	border-radius: 50%;
}

.b2b_order5 .order5_flow .flow_item .txt {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}

.b2b_order5 .order5_flow .flow_item:hover .img {
	padding: 0;
	border: 8px solid #ff9f29;
}

.b2b_order5 .order5_flow .flow_item:hover img {
	-webkit-transform: scale(1.125);
	-moz-transform: scale(1.125);
	-ms-transform: scale(1.125);
	-o-transform: scale(1.125);
	transform: scale(1.125);
}

.b2b_order6 {
	height: 757px;
	background: url(../image/b2b_order6_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.b2b_order6 .order6_txt {
	padding-top: 85px;
	text-align: center;
}

.b2b_order6 .order6_txt .txt1 {
	font-size: 46px;
	color: #000;
}

.b2b_order6 .order6_txt .txt2 {
	font-size: 18px;
	color: #a5a6aa;
	margin-top: 20px;
}

.b2b_order6 .bor span {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #c1c1c1;
}

.b2b_order6 .order6_txt img {
	margin-top: 150px;
	width: 974px;
}

.b2b_order7 {
	height: 952px;
	background: url(../image/b2b_order7_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.b2b_order7 .order7_txt {
	padding-top: 85px;
	text-align: center;
}

.b2b_order7 .order7_txt .txt1 {
	font-size: 46px;
	color: #000;
}

.b2b_order7 .order7_txt .txt2 {
	font-size: 18px;
	color: #a5a6aa;
	margin-top: 20px;
}

.b2b_order7 .bor span {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #c1c1c1;
}

.b2b_order7 .order7_txt img {
	margin-top: 100px;
	width: 887px;
}

.b2b_order8 {
	height: 420px;
	background: url(../image/b2b_order8_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.b2b_order8 .order8_txt {
	padding-top: 100px;
	text-align: center;
}

.b2b_order8 .order8_txt .txt1 {
	font-size: 46px;
	color: #fff;
}

.b2b_order8 .order8_txt .txt2 {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}

.b2b_order8 .order8_txt a {
	display: inline-block;
	margin-top: 50px;
	width: 177px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #ff9f29;
	-moz-box-shadow: 0px 4px 0px #83542d;
	-webkit-box-shadow: 0px 4px 0px #83542d;
	box-shadow: 0px 4px 0px #83542d;
	border-radius: 24px;
	color: #fff;
	font-size: 18px;
}

.apply_btn {
	cursor: pointer;
}

.head.no_havebg .menu li.cur .point {
	background: url(../image/ang_ico.png) no-repeat 0 -107px;
	vertical-align: 0px;
	transform: rotate(-178deg);
}

.head.no_havebg .menu li.cur:hover .point {
	background: url(../image/ang_ico.png) no-repeat 0 -107px;
	transform: rotate(0deg);
}

.head .menu li.cur .point {
	background: url(../image/ang_ico.png) no-repeat 0 -107px;
	vertical-align: 0px;
	transform: rotate(-178deg)
}

.head .menu li.cur:hover .point {
	background: url(../image/ang_ico.png) no-repeat 0 -107px;
	vertical-align: 0px;
	transform: rotate(0deg)
}


/* .client .b2b_prev {
  background: url(../image/client-btn-l.png) center no-repeat ;
  left: -5px;
}
.client .b2b_next {
  background: url(../image/client-btn-r.png) center no-repeat ;
  right: -5px;
}
.client .b2b_prev:hover {
  background: url(../image/client-btn-lhover.png) center no-repeat ;
  left: -5px;
}
.client .b2b_next:hover {
  background: url(../image/client-btn-rhover.png) center no-repeat;
  right: -5px;
}
.new_box6_list{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.client .client_right .rit_hide{
  height: 180px !important;
  margin: 10px auto 46px !important;
}
.client .client_right .rit_hide .rit_ul{
  top: 50px !important;
}
.client .b2b_prev, .b2b_next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 56%;
  margin-top: -20px;
} */


/* 3-10 修改客户案例样式 */

.client .b2b_prev {
	background: url(../image/client-btn-l.png) center no-repeat;
	left: -5px;
}

.client .b2b_next {
	background: url(../image/client-btn-r.png) center no-repeat;
	right: -5px;
}

.client .b2b_prev:hover {
	background: url(../image/client-btn-lhover.png) center no-repeat;
	left: -5px;
}

.client .b2b_next:hover {
	background: url(../image/client-btn-rhover.png) center no-repeat;
	right: -5px;
}

.client .new_box6_list {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.client .client_right .rit_hide {
	height: 180px !important;
	margin: 10px auto 46px !important;
}

.client .client_right .rit_hide .rit_ul {
	top: 50px !important;
}

.client .b2b_prev,
.b2b_next {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 56%;
	margin-top: -20px;
}

.client .client_right .rit_hide {
	width: 700px !important;
	padding: 0 60px;
}

.client .client_right .rit_hide .rit_ul li {
	margin-right: 0 !important;
	margin-left: 42px !important;
}

.client .client_right .rit_hide .rit_ul li img {
	border-radius: 50%;
	border: 2px solid #F7F7F7;
}

.client .client_right .rit_hide .rit_ul li.hoverClass img {
	border: 2px solid #0062B2;
}

.client .client_right .rit_hide .rit_ul li.hoverClass .rit_txt {
	color: #000;
}

.lsy_mainbox li {
	box-sizing: content-box
}

.lsy_mainbox div {
	box-sizing: content-box
}