.wrap_con {
	background-color: #f8f8f8;
}


/*首页*/

.in_mpicbox {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 5;
	height: 647px;
	background-color: #fff;
}

.in_mp4 {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 5;
	height: 647px;
	background-color: #fff;
}

.in_mpiclist01 {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

.in_mpiclist01 li {
	position: absolute;
	left: 0;
	top: 0;
}

.in_mnumbtn {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 150px;
	width: 100%;
}

.in_mnumbtn span {
	background: url(../../images/yimei/sprite1.png) no-repeat 0 -53px;
	margin: 0 5px;
	width: 11px;
	height: 11px;
	display: inline-block;
}

.in_mnumbtn span.cur {
	background-position: 0 -64px;
}

.in_arrows a {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../../images/yimei/arrows.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.in_arrows .prev {
	background-position: 0 0;
	left: 46px;
}

.in_arrows .prev:hover {
	background-position: 0 -40px;
}

.in_arrows .next {
	background-position: -40px 0;
	right: 46px;
}

.in_arrows .next:hover {
	background-position: -40px -40px;
}

.category_box {
	padding: 50px 11.5%;
	background-color: #fff;
	padding-bottom: 50px;
}

.category_list {
	overflow: hidden;
}

.category_list li {
	float: left;
	width: 25%;
	font-family: "微软雅黑";
	margin: 0 0 -1px -1px;
	overflow: hidden;
}

.category_list li dl {
	padding: 27px 29px 0 29px;
	position: relative;
}

.category_list li .tit {
	margin-top: 3px;
}

.category_list li .tit i {
	width: 52px;
	height: 52px;
	float: left;
	background: url(../../images/yimei/sprite1.png) no-repeat -76px 0;
}

.category_list li:hover .tit i {
	-webkit-animation: icon-ani 0.5s linear;
	-moz-animation: icon-ani 0.5s linear;
	-ms-animation: icon-ani 0.5s linear;
	-o-animation: icon-ani 0.5s linear;
	animation: icon-ani 0.5s 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%;
}

@-moz-keyframes icon-ani {
	0% {
		-moz-transform: scale(0.3, 0.3);
		opacity: 0;
	}
	100% {
		-moz-transform: scale(1, 1);
		opacity: 1;
	}
}

@keyframes icon-ani {
	0% {
		transform: scale(0.3, 0.3);
		opacity: 0;
	}
	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}

@-ms-keyframes icon-ani {
	0% {
		-ms-transform: scale(0.3, 0.3);
		opacity: 0;
	}
	100% {
		-ms-transform: scale(1, 1);
		opacity: 1;
	}
}

@-o-keyframes icon-ani {
	0% {
		-o-transform: scale(0.3, 0.3);
		opacity: 0;
	}
	100% {
		-o-transform: scale(1, 1);
		opacity: 1;
	}
}

@-webkit-keyframes icon-ani {
	0% {
		-webkit-transform: scale(0.3, 0.3);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}

@-moz-keyframes icon2-ani {
	0% {
		-moz-transform: scale(1, 1);
		opacity: 1;
	}
	50% {
		-moz-transform: scale(0.5, 0.5);
		opacity: 0.3;
	}
	100% {
		-moz-transform: scale(1, 1);
		opacity: 1;
	}
}

@keyframes icon2-ani {
	0% {
		transform: scale(1, 1);
		opacity: 1;
	}
	50% {
		transform: scale(0.5, 0.5);
		opacity: 0.3;
	}
	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}

@-ms-keyframes icon2-ani {
	0% {
		-ms-transform: scale(1, 1);
		opacity: 1;
	}
	50% {
		-ms-transform: scale(0.5, 0.5);
		opacity: 0.3;
	}
	100% {
		-ms-transform: scale(1, 1);
		opacity: 1;
	}
}

@-o-keyframes icon2-ani {
	100% {
		-o-transform: scale(1, 1);
		opacity: 1;
	}
	50% {
		-o-transform: scale(0.5, 0.5);
		opacity: 0.3;
	}
	100% {
		-o-transform: scale(1, 1);
		opacity: 1;
	}
}

@-webkit-keyframes icon2-ani {
	0% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}

@-moz-keyframes scale-ani {
	0% {
		-moz-transform: scale(0.9, 0.9);
	}
	100% {
		-moz-transform: scale(1, 1);
	}
}

@keyframes scale-ani {
	0% {
		transform: scale(0.9, 0.9);
	}
	100% {
		transform: scale(1, 1);
	}
}

@-ms-keyframes scale-ani {
	0% {
		-ms-transform: scale(0.9, 0.9);
	}
	100% {
		-ms-transform: scale(1, 1);
	}
}

@-o-keyframes scale-ani {
	0% {
		-o-transform: scale(0.9, 0.9);
	}
	100% {
		-o-transform: scale(1, 1);
	}
}

@-webkit-keyframes scale-ani {
	0% {
		-webkit-transform: scale(0.9, 0.9);
	}
	100% {
		-webkit-transform: scale(1, 1);
	}
}

.category_list li .tit .ic2 {
	background-position: -129px 0;
}

.category_list li .tit .ic3 {
	background-position: -76px -56px;
}

.category_list li .tit .ic4 {
	background-position: -129px -56px;
}

.category_list li .tit .ic5 {
	background-position: -76px -112px;
}

.category_list li .tit .ic6 {
	background-position: -129px -112px;
}

.category_list li .tit .ic7 {
	background-position: -76px -168px;
}

.category_list li .tit .ic8 {
	background-position: -129px -168px;
}

.category_list li:hover .tit .ic1 {
	background-position: -186px 0;
}

.category_list li:hover .tit .ic2 {
	background-position: -243px 0;
}

.category_list li:hover .tit .ic3 {
	background-position: -186px -55px;
}

.category_list li:hover .tit .ic4 {
	background-position: -243px -55px;
}

.category_list li:hover .tit .ic5 {
	background-position: -186px -111px;
}

.category_list li:hover .tit .ic6 {
	background-position: -243px -111px;
}

.category_list li:hover .tit .ic7 {
	background-position: -186px -167px;
}

.category_list li:hover .tit .ic8 {
	background-position: -243px -167px;
}

.category_list li .tit h3 {
	margin-left: 67px;
	font-size: 16px;
}

.category_list li .tit p {
	margin-left: 67px;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #b9b9b9;
	margin-top: 3px;
}

.category_list li .con {
	clear: both;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 18px;
}

.category_list li .more {
	padding: 10px 0 17px 0;
	font-size: 14px;
}

.category_list li .more a {
	color: #36a1dd;
}

.category_list li .more a i {
	background: url(../../images/yimei/sprite1.png) no-repeat 0 -81px;
	width: 12px;
	height: 5px;
	vertical-align: 2px;
	display: inline-block;
	margin-left: 10px;
}

.category_list li .bar1 {
	position: absolute;
	left: 0;
	top: 29px;
	height: 127px;
	width: 1px;
	background-color: #ececec;
}

.category_list li .bar2 {
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #ececec;
}

.customer_box2 {
	padding: 60px 0 0 0;
	background: #F6F6F6;
}

.customer_paly_inner {
	overflow: hidden;
	position: relative;
}

.lsy_case_box {
	background: #fff;
	padding-bottom: 50px;
}

.case_box .customer_tit h3 {
	margin-bottom: 5px;
}

.case_box .customer_tit p {
	color: #999;
}

.wrap1400 {
	width: 1400px;
	margin: 0 auto;
}

.case_list li {
	width: 330px;
	float: left;
	margin: 0 10px 25px 10px;
	overflow: hidden;
}

.case_list li a {
	display: block;
	overflow: hidden;
}

.case_list li a .pic {
	width: 330px;
	height: 211px;
	overflow: hidden;
}

.case_list li a img {
	width: 100%;
	height: auto;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.case_list li a:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}

.case_list li a dl {
	display: block;
	text-align: center;
	font: 14px/20px "微软雅黑";
	height: 20px;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}

.case_list li a .txt {
	color: #2a374e;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case_list li a .txt_hover {
	color: #1b74bd;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case_list li a:hover .txt_hover {
	bottom: 0;
}

.case_list li a:hover .txt {
	top: 20px;
}

.customer_paly_inner .more {
	padding-top: 25px;
	padding-bottom: 56px;
}

.customer_paly_inner .more a {
	width: 356px;
	height: 56px;
	border: 1px solid #dfdfdf;
	border-radius: 50px;
	display: block;
	margin: 0 auto;
	background: #FAFAFA;
	position: relative;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.customer_paly_inner .more i {
	width: 120px;
	height: 16px;
	display: block;
	background: url(../../images/yimei/index_w1_3.png) no-repeat 0px -8px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -60px;
	margin-top: -8px;
}

.customer_paly_inner .more a:hover {
	background: #2792CC;
	border: 1px solid #1b74bd;
}

.customer_paly_inner .more a:hover i {
	background-position: 0px -34px;
}


/*
.customer_paly a{display:block;}
.customer_paly .list{width:3000px;position:absolute;text-align:center; height:260px; overflow:hidden;}
.customer_paly  li{float:left;margin-right:41px;position:relative;}
.customer_paly .list img{width:205px;height:205px;text-align:center;border:1px solid #d9d9d9;}
.customer_paly .p_n{position:absolute;background:url(../../images/yimeis/img/arrow.png) no-repeat;width:30px;height:56px;top:69px;}
.customer_paly .prev{left:-74px;background-position:0 0;}
.customer_paly .next{right:-74px;background-position:-30px 0;}
.customer_paly dd{margin-top:20px;}
.customer_paly .banner_sign{display:inline-block;height:21px;}
.customer_paly .banner_sign img{margin-left:auto;margin-right:auto;width:140px;height:70px;}
.customer_paly .banner_sign span{display:inline-block;background:#f6f6f8;width:100%;padding:6px 0;border-radius:3px;}
.customer_paly .no{opacity:0.4;}
.customer_paly .desc{margin-top:23px;text-align:center;font-size:18px;font-family:'微软雅黑';}
.customer_paly .mask{vertical-align:middle;position:absolute;top:0;left:0;width:147px;height:132px;padding:75px 30px 0;background:rgba(0,0,0,0.8);font-size:14px;line-height:23px;color:#fff;display:table-cell; display:none;}
.customer_paly  li:hover .mask{display:block;display:table-cell;font-family:"微软雅黑";}
*/


/*资讯*/

.infor_box {
	font-family: '微软雅黑';
}

.infor_box .infor_title {
	font-size: 14px;
	color: #333;
	padding: 20px 15px;
}

.infor_box .infor_title .icon_loca {
	float: left;
	width: 10px;
	height: 14px;
	display: inline-block;
	background: url(../../images/yimei/sprite2.png) no-repeat -1px -1px;
	margin-top: 2px;
	margin-right: 12px;
}

.infor_box .infor_title b {
	font-weight: normal;
	color: #999;
}

.infor_box .infor_main {
	width: 100%;
}

.infor_box .infor_type {
	width: 240px;
	float: left;
	margin-right: -240px;
	position: relative;
}

.infor_type .infor_search {
	background: #f4f3f3;
	padding: 10px;
}

.infor_type .infor_search .sear {
	border: 1px solid #e0e0e0;
	background: #fff;
	height: 27px;
	position: relative;
}

.infor_type .infor_search .txt {
	width: 180px;
	height: 27px;
	line-height: 27px;
	border: none;
	background: none;
	margin-left: 10px;
}

.infor_type .infor_search .icon_sear {
	width: 28px;
	height: 27px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.infor_type .infor_search .icon_sear i {
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url(../../images/yimei/sprite2.png) no-repeat -16px -2px;
	margin-top: 7px;
}

.infor_type_list {
	background: #fff;
	padding: 0 10px 5px 10px;
}

.infor_type_list li a {
	display: block;
	height: 54px;
	line-height: 54px;
	padding-left: 50px;
	border-bottom: 1px solid #f4f4f4;
	font-size: 14px;
	color: #666;
	background: url(../../images/yimei/li_icon2.png) no-repeat 22px center;
}

.infor_type_list li a:hover,
.infor_type_list li a.cur {
	background: #36a1dd url(../../images/yimei/li_icon.png) no-repeat 22px center;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.infor_doc {
	background: #f4f3f3;
	min-height: 375px;
	margin-bottom: 96px;
}

.infor_doc .tit {
	font-size: 14px;
	color: #333;
	padding: 15px 10px;
}

.infor_doc .con {
	padding: 2px;
	overflow: hidden;
}

.infor_doc .con a {
	float: left;
	width: 100px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ebebeb;
	text-align: center;
	margin: 8px;
	font-size: 12px;
	color: #999;
}

.infor_doc .con a.cur,
.infor_doc .con a:hover {
	background: #fff;
	border: 1px solid #36a1dd;
}

.infor_box .infor_con {
	width: 100%;
	float: right;
	margin-bottom: 96px;
}

.infor_box .infor_con .con_title {
	margin-left: 255px;
	background: #f4f3f3;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	padding-left: 22px;
}

.infor_box .infor_con .infor_con_box {
	margin-left: 255px;
	padding-top: 10px;
	background: #fff;
}

.infor_list {
	padding: 0 30px;
}

.infor_list .infor_item {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.infor_list .infor_item .pic {
	width: 210px;
	float: left;
	margin-right: -210px;
	position: relative;
}

.infor_list .infor_item .con {
	width: 100%;
	float: right;
}

.infor_list .infor_item .con p {
	margin-left: 235px;
}

.infor_list .infor_item .con .tit {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	margin-bottom: 15px;
}

.infor_list .infor_item .con .txt {
	font-size: 14px;
	color: #999;
	line-height: 22px;
}

.infor_list .infor_item .con .time {
	font-size: 14px;
	color: #999;
	margin-top: 28px;
}

.infor_list .infor_item .con .icon_clock {
	float: left;
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../../images/yimei/sprite2.png) no-repeat -54px -2px;
	margin-top: 3px;
	margin-right: 10px;
}

.infor_btn {
	padding: 50px 0;
	text-align: center;
}

.infor_btn a {
	width: 385px;
	height: 56px;
	line-height: 56px;
	display: inline-block;
	background: #36a1dd;
	margin: 6px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
}

.infor_btn a:hover {
	background: #3fafed;
}

.infor_btn a.disable {
	background: #c4c4c4;
}

.infor_btn a:hover.disable {
	background: #c4c4c4;
}

.infor_article {
	padding: 0 40px;
}

.art_head {
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.art_head .art_title {
	font-size: 35px;
	color: #333;
	font-weight: bold;
	padding: 22px 0 18px 0;
}

.art_head .art_time {
	font-size: 14px;
	color: #999;
	margin-bottom: 25px;
	margin-top: 0px;
}

.art_head .art_time .t1 {
	margin-right: 50px;
}

.art_head .art_time .t2 a {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	border: 1px solid #ddd;
	color: #999;
	margin: 0 2px;
}

.art_head .art_time .t2 a.cur,
.art_head .art_time .t2 a:hover {
	background-color: #37b0e9;
	border: 1px solid #37b0e9;
	color: #fff;
}

.art_con {
	padding: 30px 0;
}

.art_con .pic {
	margin-bottom: 28px;
}

.art_con .txt {
	margin-bottom: 28px;
	color: #333;
	line-height: 30px;
	text-indent: 33px;
}

.art_code {
	padding-bottom: 50px;
	position: relative;
}

.art_like {
	width: 88px;
	height: 88px;
	display: block;
	margin: 0 auto;
}

.icon_like {
	width: 88px;
	height: 88px;
	display: inline-block;
	background: #36a1dd;
	border-radius: 50px;
}

.icon_like:hover {
	background-color: #55b5eb;
}

.icon_like i {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../../images/yimei/sprite2.png) no-repeat -2px -26px;
	margin-top: 24px;
}

.art_like:hover .code_con {
	display: block;
}

.code_con {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	cursor: default;
	position: absolute;
	left: 50%;
	bottom: 160px;
	margin-left: -110px;
	z-index: 999;
	width: 220px;
	padding-top: 20px;
	display: none;
}

.code_con em {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #999;
	padding: 12px 0;
}

.code_con .icon_weixin {
	width: 20px;
	height: 15px;
	display: inline-block;
	background: url(../../images/yimei/sprite2.png) no-repeat -74px -1px;
	vertical-align: middle;
	margin-right: 5px;
}

.sanjiao {
	width: 21px;
	height: 11px;
	background: url(../../images/yimei/sprite2.png) no-repeat -101px 0;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 150px;
	z-index: 999;
	display: none;
}

.art_like:hover .sanjiao {
	display: block;
}

.art_page {
	border-top: 1px solid #e8e8e8;
	padding: 30px 45px;
}

.art_page p {
	width: 50%;
}

.art_page a {
	font-size: 16px;
	color: #999;
}

.art_page a:hover {
	color: #37b0e9;
}

.infor_banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.about_nav {
	font-size: 18px;
	color: #f9f9f7;
	width: 1200px;
	margin: 0 auto;
	line-height: 30px;
	padding: 35px 0;
}

.about_nav em {
	margin: 0 5px;
}

.about_nav .nav_link {
	float: right;
	font-size: 14px;
	color: #f9f9f7;
}

.about_nav .nav_link a {
	color: #f9f9f7;
}

.about_nav .nav_link a:hover {
	text-decoration: underline;
}

.infor_menu {
	padding: 60px 0;
	text-align: center;
	overflow: hidden;
	font-family: '微软雅黑';
}

.infor_menu a {
	width: 128px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	display: inline-block;
	color: #444;
	font-size: 16px;
	border: 1px solid transparent;
	margin: 0 20px;
}

.infor_menu a.cur,
.infor_menu a:hover {
	border: 1px solid #37b0e9;
	color: #36a1dd;
}

.infor_tabcon {
	width: 1220px;
	overflow: hidden;
	font-family: '微软雅黑';
}

.infor_tabcon .infor_tabitem {
	width: 246px;
	float: left;
	border: 1px solid #ddd;
	padding: 16px;
	margin-right: 25px;
	margin-bottom: 30px;
}

.infor_tabitem .time {
	height: 40px;
	line-height: 40px;
	font-family: Arial;
	font-size: 12px;
	color: #bbb;
	margin-bottom: 12px;
}

.infor_tabitem .time em {
	float: left;
	font-size: 30px;
	line-height: 38px;
	padding: 0 3px;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	margin-top: -5px;
	margin-right: 10px;
	color: #333;
	font-weight: bold;
}

.infor_tabitem .pic {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

.infor_tabitem .pic img {
	width: 100%;
}

.infor_tabitem .tit {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.infor_tabitem .txt {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	margin: 10px 0;
	height: 40px;
	overflow: hidden;
}

.infor_tabitem .more {
	text-align: center;
	padding: 5px 0;
}

.infor_tabitem .more a {
	width: 98px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	color: #999;
	border: 1px solid #999;
	border-radius: 50px;
	text-align: center;
}

.infor_tabitem .more a.cur,
.infor_tabitem .more a:hover {
	color: #36a1dd;
	border: 1px solid #36a1dd;
}

.more_all {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
}

.more_all a {
	width: 220px;
	height: 48px;
	font-family: '微软雅黑';
	line-height: 48px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #ccc;
	color: #999;
	font-size: 18px;
	display: inline-block;
}

.more_all a:hover {
	border: 1px solid #666;
}

.more_all .t1 {
	width: 15px;
	height: 8px;
	display: inline-block;
	background: url(../../images/yimei/sprite2.png) no-repeat -53px -31px;
	vertical-align: middle;
	margin-left: 10px;
}

.more_all a:hover {
	color: #686868;
}


/*合作伙伴*/

.cooperate_list1 {
	margin: 75px 0;
}

.cooperate_list1 img {
	border: 1px solid #e8e8e8;
}

.cooperate_list1 a {
	float: left;
	margin: 0 45px 40px 0;
}

.cooperate_list1 .inner {
	width: 1245px;
}

.intfor_intro {
	padding: 15px 12px 22px;
	background: #fff;
	line-height: 26px;
}

.infor_im_box {
	margin-left: 255px;
}

.infor_im_list {
	width: 1231px;
}

.infor_im_list li {
	padding: 12px 12px 15px;
	margin: 0 15px 20px 0;
	float: left;
	background: #fff;
	width: 279px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.infor_im_list li:hover {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
}

.infor_im_list li a {
	display: block;
}

.infor_im_list img {
	width: 279px;
	height: 222px;
}

.infor_im_list .detail {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.infor_im_list .love {
	color: #999;
}

.infor_im_list .love i {
	display: inline-block;
	width: 14px;
	height: 12px;
	background: url(../../images/yimei/sprite2.png) no-repeat -70px -25px;
	margin-right: 6px;
	position: relative;
	top: 1px;
}

.infor_detai_box {
	margin-left: 255px;
	background: #fff;
}

.infor_detai_box .infor_detai_article {
	padding: 45px 40px 0px;
}

.infor_detai_box .intro {
	font-size: 14px;
	color: #4e4e4e;
	line-height: 30px;
	padding: 10px 20px 0 0;
}

.infor_detai_box .pt130 {
	padding-top: 130px;
}

.infor_detai_box .mt {
	margin-top: 60px;
}

.infor_detai_box .img_list {
	margin: 0 50px 40px 48px;
}

.infor_detai_box .img_list a {
	margin-right: 5px;
}

.infor_detai_box .img_list a img {
	width: 157px;
	height: 125px;
}

.art_time {
	color: #999;
	margin: 50px 0 25px 48px;
}

.art_time .love {
	display: inline-block;
	width: 14px;
	height: 12px;
	background: url(../../images/yimei/sprite2.png) no-repeat -70px -25px;
	margin: 0 6px 0 15px;
	position: relative;
	top: 1px;
}


/*频道页*/

.pd_banner {
	position: relative;
	height: 438px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.pd_banner img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.pd_banner.banner_h2 {
	height: 510px;
}

.pd_ch {
	height: 600px;
	overflow: hidden;
}

.pd1_lf {
	width: 555px;
	position: relative;
}

.pd1_lf img {
	margin-top: 106px;
}

.pd1_rg {
	width: 540px;
}

.pd_ch h3 {
	font: bold 35px "微软雅黑";
	margin-top: 95px;
}

.pd_ch .p1 {
	font: 15px/24px "微软雅黑";
	color: #444;
	margin: 20px 0 35px 0;
}

.pd1_rg .p2 span {
	float: left;
	font: 17px/28px "微软雅黑";
	color: #0096ff;
	height: 28px;
	border: 1px solid #69b6de;
	padding: 0 4px;
	margin: 0 48px 18px 0;
}

.detail_btn {
	width: 134px;
	height: 37px;
	font: 16px/37px "微软雅黑";
	color: #fff;
	background-color: #0096ff;
	border-radius: 37px;
	display: block;
	text-align: center;
	margin-top: 88px;
}

.pd1_lf i {
	position: absolute;
	left: 0;
	top: 0;
}

.pd1_lf .n1 {
	background: url(../../images/yimei/pd_sprite.png) no-repeat 0 0;
	width: 45px;
	height: 45px;
	left: 413px;
	top: 404px;
}

.pd1_lf .n2 {
	background: url(../../images/yimei/pd_sprite.png) no-repeat 0 -45px;
	width: 39px;
	height: 39px;
	left: 494px;
	top: 308px;
}

.pd1_lf .n3 {
	background: url(../../images/yimei/pd_sprite.png) no-repeat 0 -87px;
	width: 76px;
	height: 75px;
	left: 441px;
	top: 72px;
}

.pd1_lf .n4 {
	background: url(../../images/yimei/pd_sprite.png) no-repeat -48px 0;
	width: 49px;
	height: 49px;
	left: 103px;
	top: 150px;
}

.pd1_lf .n5 {
	background: url(../../images/yimei/pd_sprite.png) no-repeat -100px 0;
	width: 33px;
	height: 33px;
	left: 140px;
	top: 242px;
}

.pd_box2,
.pd_box4,
.pd_box6,
.pd_box8 {
	background-color: #f8f8f8;
}

.pd2_lf {
	width: 528px;
}

.pd2_rg {
	width: 622px;
	position: relative;
}

.pd2_rg img {
	margin-top: 65px;
}

.pd2_n1 {
	position: absolute;
	left: 58px;
	top: 64px;
	background: url(../../images/yimei/pd2_n1.png) no-repeat;
	width: 551px;
	height: 414px;
}

.pd3_lf {
	width: 596px;
	position: relative;
}

.pd3_rg {
	width: 530px;
}

.pd3_lf img {
	margin-top: 240px;
}

.pd3_lf .n1 {
	background: url(../../images/yimei/pd_sprite.png) no-repeat -183px 0;
	width: 217px;
	height: 217px;
	left: 300px;
	top: 58px;
	position: absolute;
}

.pd3_rg .p2 {
	background: url(../../images/yimei/pd3_c1.png) no-repeat;
	width: 500px;
	height: 55px;
	overflow: hidden;
	font: 18px/55px "微软雅黑";
}

.pd3_rg .p2 span {
	float: left;
	width: 110px;
	text-align: center;
	margin-right: 14px;
}

.pd4_lf {
	width: 500px;
}

.pd4_rg {
	width: 629px;
	position: relative;
}

.pd4_rg img {
	margin-top: 47px;
}

.pd4_n1 {
	background: url(../../images/yimei/pd4_n1.png) no-repeat;
	width: 238px;
	height: 233px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50px
}

.pd4_lf .p2 {
	background: url(../../images/yimei/pd4_c1.png) no-repeat;
	width: 385px;
	height: 63px;
	overflow: hidden;
	font: 17px/63px "微软雅黑";
	color: #fff;
}

.pd4_lf .p2 span {
	float: left;
	width: 87px;
	text-align: center;
	margin-right: 4px;
}

.pd5_lf {
	width: 530px;
	position: relative;
}

.pd5_lf img {
	margin-top: 35px;
}

.pd5_rg {
	width: 544px;
}

.pd5_n1 {
	background: url(../../images/yimei/pd5_n1.png) no-repeat;
	width: 286px;
	height: 225px;
	overflow: hidden;
	position: absolute;
	left: 107px;
	top: 120px;
}

.pd5_n2 {
	background: url(../../images/yimei/pd5_n2.png) no-repeat;
	width: 183px;
	height: 194px;
	overflow: hidden;
	position: absolute;
	left: 145px;
	bottom: -63px;
}

.pd5_rg .p2 span {
	float: left;
	margin-right: 10px;
	font: 17px "微软雅黑";
}

.pd5_rg .p2 span em {
	color: #0096ff;
}

.pd6_lf {
	width: 535px;
}

.pd6_rg {
	width: 526px;
	position: relative;
}

.pd6_rg img {
	margin-top: 87px;
}

.pd6_lf .p2 {
	background: url(../../images/yimei/pd6_c1.png) no-repeat;
	width: 363px;
	height: 60px;
	overflow: hidden;
	font: 16px/60px "微软雅黑";
	color: #fff;
}

.pd6_lf .p2 span {
	float: left;
	width: 90px;
	text-align: center;
}

.pd6_n1 {
	background: url(../../images/yimei/pd6_n1.png) no-repeat;
	width: 61px;
	height: 116px;
	overflow: hidden;
	position: absolute;
	left: -51px;
	bottom: 29px;
}

.pd6_n2 {
	background: url(../../images/yimei/pd6_n2.png) no-repeat;
	width: 179px;
	height: 111px;
	overflow: hidden;
	position: absolute;
	left: -45px;
	top: 144px;
}

.pd7_lf {
	width: 665px;
	position: relative;
}

.pd7_rg {
	width: 493px;
}

.pd7_n1 {
	background: url(../../images/yimei/pd_sprite.png) no-repeat 0 -211px;
	width: 66px;
	height: 85px;
	overflow: hidden;
	position: absolute;
	left: 80px;
	top: 135px;
}

.pd7_n2 {
	background: url(../../images/yimei/pd_sprite.png) no-repeat -66px -211px;
	width: 61px;
	height: 87px;
	overflow: hidden;
	position: absolute;
	left: 375px;
	top: 135px;
}

.pd7_n3 {
	position: absolute;
	left: 55px;
	bottom: 202px;
}

.pd7_n3 span {
	margin-left: 146px;
	background: url(../../images/yimei/pd_sprite.png) no-repeat 0 -306px;
	width: 36px;
	height: 50px;
	float: left;
}

.pd7_rg .p2 span {
	background: url(../../images/yimei/pd_sprite.png) no-repeat -48px -302px;
	margin-right: 5px;
	width: 111px;
	height: 54px;
	float: left;
	font: 16px/54px "微软雅黑";
	color: #fff;
	text-indent: 10px;
}

.pd8_lf {
	width: 474px;
}

.pd8_lf .p2 {
	font: 16px/28px "微软雅黑";
}

.pd8_lf .p2 {
	width: 360px;
}

.pd8_lf .p2 span {
	margin-right: 20px;
}

.pd8_rg {
	width: 405px;
	position: relative;
	height: 376px;
}

.pd8_rg img {
	margin: 126px 0 170px 0;
	position: relative;
	z-index: 1;
}

.pd8_n1 {
	background: url(../../images/yimei/pd8_n1.png) no-repeat;
	width: 160px;
	height: 122px;
	overflow: hidden;
	position: absolute;
	left: -151px;
	top: 225px;
}

.pd8_n2 {
	background: url(../../images/yimei/pd8_n2.png) no-repeat;
	width: 173px;
	height: 58px;
	overflow: hidden;
	position: absolute;
	left: 398px;
	top: 228px;
}

.all_hide .pd1_lf i {
	opacity: 0;
}

.all_hide .pd1_lf .n1 {
	-webkit-transform: translate(-100px, 0);
	-moz-transform: translate(-100px, 0);
	-o-transform: translate(-100px, 0);
	-ms-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
}

.all_hide .pd1_lf .n2 {
	-webkit-transform: translate(-150px, 50px);
	-moz-transform: translate(-150px, 50px);
	-o-transform: translate(-150px, 50px);
	-ms-transform: translate(-150px, 50px);
	transform: translate(-150px, 50px);
}

.all_hide .pd1_lf .n3 {
	-webkit-transform: translate(-130px, 260px);
	-moz-transform: translate(-130px, 260px);
	-o-transform: translate(-130px, 260px);
	-ms-transform: translate(-130px, 260px);
	transform: translate(-130px, 260px);
}

.all_hide .pd1_lf .n4 {
	-webkit-transform: translate(150px, 260px);
	-moz-transform: translate(150px, 260px);
	-o-transform: translate(150px, 260px);
	-ms-transform: translate(150px, 260px);
	transform: translate(150px, 260px);
}

.all_hide .pd1_lf .n5 {
	-webkit-transform: translate(150px, 100px);
	-moz-transform: translate(150px, 100px);
	-o-transform: translate(150px, 100px);
	-ms-transform: translate(150px, 100px);
	transform: translate(150px, 100px);
}

.all_hide .pd_box1.active {
	opacity: 1;
}

.all_hide .pd_box1.active .pd1_lf i {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s 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);
}

.all_hide .pd2_n1 {
	opacity: 0;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
}

.all_hide .pd_box2.active .pd2_n1 {
	opacity: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.all_hide .pd3_lf .n1 {
	opacity: 0;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	-moz-transform: rotate(-90deg);
	/* Firefox */
	-webkit-transform: rotate(-90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-90deg);
	/* Opera */
}

.all_hide .pd_box3.active .pd3_lf .n1 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-moz-transform: rotate(0deg);
	/* Firefox */
	-webkit-transform: rotate(0deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(0deg);
	/* Opera */
}

.all_hide .pd4_n1 {
	opacity: 0;
	-webkit-transform: translate(-100px, 0);
	-moz-transform: translate(-100px, 0);
	-o-transform: translate(-100px, 0);
	-ms-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
}

.all_hide .pd_box4.active .pd4_n1 {
	opacity: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.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);
}

.all_hide .pd5_n2 {
	opacity: 0;
	-webkit-transform: translate(0, 100px);
	-moz-transform: translate(0, 100px);
	-o-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

.all_hide .pd_box5.active .pd5_n2 {
	opacity: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.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);
}

.all_hide .pd5_n1 {
	opacity: 0;
}

.all_hide .pd_box5.active .pd5_n1 {
	opacity: 1;
	transition: all 0.5s ease 0.5s;
	-moz-transition: all 0.5s ease 0.5s;
	-webkit-transition: all 0.5s ease 0.5s;
	-ms-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
}

.all_hide .pd6_n1 {
	opacity: 0;
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	/* IE 9 */
	-moz-transform: rotate(-180deg);
	/* Firefox */
	-webkit-transform: rotate(-180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-180deg);
	/* Opera */
}

.all_hide .pd_box6.active .pd6_n1 {
	opacity: 1;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-moz-transform: rotate(0deg);
	/* Firefox */
	-webkit-transform: rotate(0deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(0deg);
	/* Opera */
}

.all_hide .pd6_n2 {
	opacity: 0;
	height: 0;
}

.all_hide .pd_box6.active .pd6_n2 {
	opacity: 1;
	transition: all 0.5s ease-in 0.2s;
	-moz-transition: all 0.5s ease-in 0.2s;
	-webkit-transition: all 0.5s ease-in 0.2s;
	-ms-transition: all 0.5s ease-in 0.2s;
	-o-transition: all 0.5s ease-in 0.2s;
	height: 111px;
}

.all_hide .pd7_n1,
.all_hide .pd7_n2,
.all_hide .pd7_n3 {
	opacity: 0
}

.all_hide .pd_box7.active .pd7_n1 {
	opacity: 1;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.all_hide .pd_box7.active .pd7_n2 {
	opacity: 1;
	transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
}

.all_hide .pd_box7.active .pd7_n3 {
	opacity: 1;
	transition: all 0.3s ease-in 0.6s;
	-moz-transition: all 0.3s ease-in 0.6s;
	-webkit-transition: all 0.3s ease-in 0.6s;
	-ms-transition: all 0.3s ease-in 0.6s;
	-o-transition: all 0.3s ease-in 0.6s;
}

.all_hide .pd8_n1 {
	-webkit-transform: translate(180px, 0);
	-moz-transform: translate(180px, 0);
	-o-transform: translate(180px, 0);
	-ms-transform: translate(180px, 0);
	transform: translate(180px, 0);
}

.all_hide .pd8_n2 {
	-webkit-transform: translate(-180px, 0);
	-moz-transform: translate(-180px, 0);
	-o-transform: translate(-180px, 0);
	-ms-transform: translate(-180px, 0);
	transform: translate(-180px, 0);
}

.all_hide .pd_box8.active .pd8_n1,
.pd_box8.active .pd8_n2 {
	opacity: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.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);
}

.fontsize_0 {
	font-size: 16px;
}

.fontsize_1 {
	font-size: 14px;
}

.fontsize_2 {
	font-size: 12px;
}

.choice_box {
	background: url(../../images/yimei/g_pic1.jpg) no-repeat center top;
	height: 624px;
	overflow: hidden;
}

.choice_tit h3 {
	text-align: center;
	font: 16px "微软雅黑";
	color: #bdced6;
	padding-top: 8px;
}

.choice_tit p {
	text-align: center;
	/*font:20px Arial; color:#ccc; */
	margin-top: 70px;
}

.choice_list {
	margin-top: 75px;
}

.choice_list li {
	float: left;
	width: 210px;
	height: 245px;
	margin: 0 45px;
	color: #fff;
	position: relative;
	padding-top: 55px;
	background: url(../../images/yimei/index_w3.jpg) no-repeat 0 400px;
	overflow: hidden;
}

.choice_list li i {
	background: url(../../images/yimei/index_w2.png) no-repeat 0 0;
	display: block;
	margin: 0 auto;
	height: 46px;
	position: relative;
	overflow: hidden;
}

.choice_list .n1 i {
	background-position: -54px -5px;
	width: 46px;
}

.choice_list .n2 i {
	background-position: -152px -5px;
	width: 47px;
}

.choice_list .n3 i {
	background-position: -54px -59px;
	width: 41px;
}

.choice_list .n4 i {
	background-position: -158px -59px;
	width: 34px;
}

.choice_list li h4 {
	font: 18px/30px "微软雅黑";
	text-align: center;
	margin: 42px 0 12px 0;
}

.choice_list li p {
	font: 14px/20px "微软雅黑";
	color: #ccc;
	text-align: center;
	margin-top: 40px;
}

.choice_list .line {
	width: 40px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background: #00a7ff;
}

.choice_list b {
	display: block;
	position: absolute;
	width: 96px;
	height: 96px;
	left: 50%;
	margin-left: -48px;
	margin-top: -25px;
	background: url(../../images/yimei/index_w2.png) no-repeat no-repeat -2px -126px;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.choice_list .c2 {
	display: block;
	position: absolute;
	width: 96px;
	height: 96px;
	left: 50%;
	margin-left: -48px;
	margin-top: -25px;
	background: url(../../images/yimei/index_w2.png) no-repeat no-repeat -204px -126px;
}

.choice_box .choice_list li b.cl {
	clip: rect(0px, 48px, -10px, 48px);
}

.choice_box.active .choice_list li b.cl {
	clip: rect(0px, 96px, 96px, 48px);
}

.choice_box .choice_list li b.cr {
	clip: rect(96px, 48px, 96px, 0px);
}

.choice_box.active .choice_list li b.cr {
	clip: rect(0px, 48px, 96px, 0px);
}

.choice_box .choice_list li:hover b.cl {
	clip: rect(0px, 96px, -10px, 48px);
}

.choice_box .choice_list li:hover b.cr {
	clip: rect(96px, 48px, 96px, 0px);
}

.choice_list li:hover {
	background-position: 0 0;
	-webkit-transition: all .5s ease-in-out .3s;
	-moz-transition: all .5s ease-in-out .3s;
	-ms-transition: all .5s ease-in-out .3s;
	-o-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s;
}

.choice_list li:hover .c2 {
	background-position: -102px -126px;
	-webkit-transition: all .5s ease-in-out .5s;
	-moz-transition: all .5s ease-in-out .5s;
	-ms-transition: all .5s ease-in-out .5s;
	-o-transition: all .5s ease-in-out .5s;
	transition: all .5s ease-in-out .5s;
}

.choice_list li:hover i {
	-webkit-transition: all .5s ease-in-out .4s;
	-moz-transition: all .5s ease-in-out .4s;
	-ms-transition: all .5s ease-in-out .4s;
	-o-transition: all .5s ease-in-out .4s;
	transition: all .5s ease-in-out .4s;
}

.choice_list .n1:hover i {
	background-position: -4px -5px;
}

.choice_list .n2:hover i {
	background-position: -104px -5px;
}

.choice_list .n3:hover i {
	background-position: -8px -59px;
}

.choice_list .n4:hover i {
	background-position: -114px -59px;
}

.choice_box .choice_list li:hover .line {
	background: #fff;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.choice_box .choice_list li:hover p {
	-webkit-animation: bounceInUp .3s ease-in-out .5s;
	-moz-animation: bounceInUp .3s ease-in-out .5s;
	-ms-animation: bounceInUp .3s ease-in-out .5s;
	-o-animation: bounceInUp .3s ease-in-out .5s;
	animation: bounceInUp .3s ease-in-out .5s;
	color: #fff;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
		transform: translateY(200px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}


/*
.choice_list .n1 i{background-position:-4px -60px;}
.choice_list .n2 i{background-position:-58px -60px;}
.choice_list .n3 i{background-position:-113px -60px;}
.choice_list .n4 i{background-position:-162px -60px;}
*/


/*
.choice_tit{
margin-top:-100px;
opacity:0;
}
.w3c_style.active .choice_tit{
margin-top:0px;
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
-ms-transition:All 1s ease;
opacity:1;

}
*/

.w3c_style .choice_list li {
	opacity: 0;
}

.w3c_style .choice_list .n1 {
	margin-left: -600px;
}

.w3c_style .choice_list .n2 {
	margin-left: -800px;
}

.w3c_style .choice_list .n3 {
	margin-left: -1000px;
}

.w3c_style .choice_list .n4 {
	margin-left: -1200px;
}

.w3c_style.active .choice_list .n1 {
	opacity: 1;
	margin-left: 0;
	transition: All 0.8s ease 0s;
	-webkit-transition: All 0.8s ease 0s;
	-moz-transition: All 0.8s ease 0s;
	-o-transition: All 0.8s ease 0s;
	-ms-transition: All 0.8s ease 0s;
}

.w3c_style.active .choice_list .n2 {
	opacity: 1;
	margin-left: 0;
	transition: All 0.8s ease 0.5s;
	-webkit-transition: All 0.8s ease 0.5s;
	-moz-transition: All 0.8s ease 0.5s;
	-o-transition: All 0.8s ease 0.5s;
	-ms-transition: All 0.8s ease 0.5s;
}

.w3c_style.active .choice_list .n3 {
	opacity: 1;
	margin-left: 0;
	transition: All 0.8s ease 1s;
	-webkit-transition: All 0.8s ease 1s;
	-moz-transition: All 0.8s ease 1s;
	-o-transition: All 0.8s ease 1s;
	-ms-transition: All 0.8s ease 1s;
}

.w3c_style.active .choice_list .n4 {
	opacity: 1;
	margin-left: 0;
	transition: All 0.8s ease 1.5s;
	-webkit-transition: All 0.8s ease 1.5s;
	-moz-transition: All 0.8s ease 1.5s;
	-o-transition: All 0.8s ease 1.5s;
	-ms-transition: All 0.8s ease 1.5s;
}

.customer_box {
	padding: 60px 0 88px 0;
	background-color: #fff;
}

.customer_tit {
	text-align: center;
	margin-bottom: 60px;
}

.customer_tit h3 {
	font: bold 36px "微软雅黑";
	margin-bottom: 25px;
	color: #2a374e;
}

.customer_tit p {
	font: 16px/26px "微软雅黑";
	color: #2a374e;
}

.customer_list li {
	float: left;
	width: 198px;
	height: 88px;
	margin: 1px 1px 0 0;
}

.customer_list li img {
	width: 198px;
	height: 88px;
}

.customer_list li:hover img {
	transition: All 0.8s ease;
	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.w3c_style2 .customer_list {
	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
}

.w3c_style2.active .customer_list {
	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);
}

.ft_box {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 530px;
}

.ft_contact {
	text-align: center;
	padding-bottom: 57px;
	padding-top: 45px;
}

.ft_contact .pic {
	margin: 5px 0 3px 0;
}

.ft_contact .con p {
	font: 14px/30px "微软雅黑";
	color: #666;
}

.ft_contact .tel {
	font: 30px Impact;
	color: #c5c5c6;
	margin-top: 15px;
}

.ft_contact .tel i {
	background: url(../../images/yimei/tel.png) no-repeat;
	width: 30px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
}

.footer.page_ft .ft_box {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 380px;
}

.ft_tlink {
	padding: 35px 0 0;
	border-bottom: 1px solid #282828;
}

.ft_tlink ul li {
	float: left;
	width: 209px;
}

.ft_tlink ul li h3 {
	color: #999;
	font: 14px "微软雅黑";
	margin-bottom: 10px;
	font-weight: bold;
}

.ft_tlink ul li p {
	font: 14px/26px "微软雅黑";
}

.ft_tlink ul li p a {
	color: #666;
	font-size: 12px;
}

.ft_tlink ul li p a:hover {
	color: #fff;
}

.ft_tlink ul li.last {
	width: auto;
}

.ft_tlink ul li.last h3 {
	padding-left: 8px;
}

.ftips .ftips_link {
	display: inline-block;
}

.ftips {
	padding-top: 8px;
	width: 364px;
}

.ftips .ftips_link {
	height: 34px;
	line-height: 34px;
	border: 1px solid #626262;
	border-radius: 17px;
	padding: 0 14px 0 10px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	font-size: 12px;
	color: #999;
	margin-bottom: 14px;
	font-family: "微软雅黑";
	width: 139px;
	float: left;
}

.ftips .blog:hover,
.ftips .chat:hover {
	color: #fff;
}

.ftips .ftips_link i {
	background: url(../../images/yimei/ftips_wb.jpg) no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 7px 0 0 0;
	float: right;
	display: inline;
}

.ftips .ewm {
	position: absolute;
	text-align: center;
	display: none;
}

.ftips .ftips_link .ewm {
	top: -1px;
	font-size: 12px;
	color: #999;
	left: -1px;
	padding: 5px 0 18px;
	background: #252525;
	border-radius: 16px;
	width: 165px;
}

.ftips .ewm .s1 {
	background-color: #fff;
	display: inline-block;
	margin-top: 5px;
}


/*.ftips .ewm b{position:absolute; bottom:11px; left:70px;background:url(../../images/yimei/sprite1.png) no-repeat -46px 0;width:21px; height:9px; overflow:hidden;}*/

.ftips .ftips_link:hover .ewm {
	display: block;
}

.ftips .ftips_link:hover {
	z-index: 11;
}

.ftips .ewm_txt {
	color: #FFF;
	width: 106px;
	float: left;
	text-align: center;
	margin-right: 66px;
	line-height: 32px;
	font-size: 12px;
	color: #999;
}

.section-wrap {
	width: 100%;
	height: 100%;
	overflow: visible;
	transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.section-wrap .section {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section-wrap .section .title {
	width: 100%;
	position: absolute;
	top: 10%;
	color: #fff;
	font-size: 2.4em;
	text-align: center;
}

.section-wrap .section .title p {
	padding: 0 4%;
	opacity: 0
}

.section-wrap .section .title.active .tit {
	opacity: 1;
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
	-webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}


/*.section-wrap .section-1{ background-color:#00c6ff}*/


/*.section-wrap .section-2{ background-color:#2edaa8}*/


/*.section-wrap .section-3{ background-color:#ee5859}*/


/*.section-wrap .section-4{ background-color:#f5f4f2}*/


/*.section-wrap .section-5{ background-color:#f5c238}*/


/*.section-wrap .section-6{ background-color:#fffcbf}*/

.put-section-0 {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.put-section-1 {
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.put-section-2 {
	transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	-webkit-transform: translateY(-200%);
}

.put-section-3 {
	transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	-webkit-transform: translateY(-300%);
}

.put-section-4 {
	transform: translateY(-400%);
	-ms-transform: translateY(-400%);
	-webkit-transform: translateY(-400%);
}

.put-section-5 {
	transform: translateY(-500%);
	-ms-transform: translateY(-500%);
	-webkit-transform: translateY(-500%);
}

.put-section-6 {
	transform: translateY(-600%);
	-ms-transform: translateY(-600%);
	-webkit-transform: translateY(-600%);
}

.put-section-7 {
	transform: translateY(-700%);
	-ms-transform: translateY(-700%);
	-webkit-transform: translateY(-700%);
}

.put-section-8 {
	transform: translateY(-800%);
	-ms-transform: translateY(-800%);
	-webkit-transform: translateY(-800%);
}

.put-section-9 {
	transform: translateY(-900%);
	-ms-transform: translateY(-900%);
	-webkit-transform: translateY(-900%);
}

.put-section-10 {
	transform: translateY(-1000%);
	-ms-transform: translateY(-1000%);
	-webkit-transform: translateY(-1000%);
}

.put-section-11 {
	transform: translateY(-1100%);
	-ms-transform: translateY(-1100%);
	-webkit-transform: translateY(-1100%);
}

.section-btn {
	width: 14px;
	position: fixed;
	right: 4%;
	top: 50%;
	margin-top: -54px;
}

.section-btn li {
	width: 12px;
	height: 12px;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 15px;
	background: none;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: 2px solid #54C3F1;
}

.section-btn li.on {
	background: #54C3F1;
	border: 2px solid #54C3F1;
}

.arrow {
	opacity: 1;
	background: rgba(255, 255, 255, 0.6);
	animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	-webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #999;
	border: 1px solid #ccc;
	cursor: pointer;
	overflow: hidden;
}

.arrow:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

@keyframes arrow {
	%0,
	%100 {
		bottom: 10px;
		opacity: 1;
	}
	50% {
		bottom: 50px;
		opacity: .5
	}
}

@-webkit-keyframes arrow {
	%0,
	%100 {
		bottom: 10px;
		opacity: 1;
	}
	50% {
		bottom: 50px;
		opacity: .5
	}
}

.ani_wrap {
	width: 1128px;
	margin: 0 auto;
}

.section .section_title {
	position: relative;
	cursor: pointer;
	z-index: 999;
	background: url(https://www.easyder.com/Public/Home/images/2_03_03.png);
	width: 477px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: -46px;
}

.section .section_title p {
	width: 336px;
	margin-left: 40px;
	color: #fff;
	font-size: 18px;
	text-align: left;
}

.section .section_title ul {
	width: 477px;
	position: absolute;
	top: 45px;
	left: 0;
	border-top: 10px solid transparent;
	display: none
}

.section .section_title:hover ul {
	display: block
}

.section .section_title ul li {
	width: 393px;
	height: 44px;
	margin-bottom: 2px;
}

.section .section_title ul li:nth-child(odd) {
	background: url(https://www.easyder.com/Public/Home/images/8-1_03.png);
}

.section .section_title ul li:nth-child(even) {
	background: url(https://www.easyder.com/Public/Home/images/8-1_06.png);
}

.choice {
	text-align: left;
	margin-top: 50px;
}

.choice button {
	width: 158px;
	height: 36px;
	font-size: 18px;
	color: #9d9d9d;
	border: 1px solid #9d9d9d;
	border-radius: 20px;
	cursor: pointer
}

.choice button:nth-child(1) {
	margin-right: 20px;
}

.ani_wrap {
	position: relative
}

.ani_wrap .textDesc {
	margin-top: -145px;
	width: 465px;
	text-align: left;
	font-family: "微软雅黑";
}

.ani_wrap .textDesc h2 {
	font-size: 34px;
	line-height: 50px;
	font-weight: normal;
}

.ani_wrap .textDesc p {
	font-size: 18px;
	padding: 15px 0;
	line-height: 36px;
}

.ani_wrap .imgDesc img {
	margin-top: -255px;
}

.section-1 .ani_wrap .textDesc p {
	width: 475px;
}

.section-1 .ani_wrap .imgDesc img {}

.section-2 .ani_wrap .textDesc {
	width: 530px;
	margin-top: -225px;
}

.section-2 .ani_wrap .imgDesc {}

.section-4 .ani_wrap .textDesc {
	width: 509px;
}

.section-4 .ani_wrap .imgDesc {}

.section-5 .ani_wrap .textDesc {
	width: 503px;
}

.section-5 .ani_wrap .imgDesc {}

.section-5 .ani_wrap .imgDesc img {}

.section-6 .ani_wrap .textDesc p {
	width: 430px;
}

.section-6 .ani_wrap .imgDesc {}

.section-7 .ani_wrap .textDesc {
	float: none;
	width: 100%;
	padding: 0;
	text-align: center;
	margin-top: 25px;
}

.section-7 .ani_wrap .imgDesc {
	float: none;
}

.section-7 .ani_wrap .imgDesc img {
	margin-top: 10px
}

.section-8 .ani_wrap .textDesc {
	float: none;
	width: 100%;
	padding: 0;
	text-align: center;
	margin-top: 25px;
}

.section-8 .ani_wrap .imgDesc {
	float: none;
}

.section-8 .ani_wrap .imgDesc img {
	margin-top: 10px
}

.animate.section-9 .ani_wrap .imgDesc {}

.section-10 .ani_wrap .textDesc {
	float: none;
	width: 100%;
	padding: 0;
	text-align: center;
	margin-top: 25px;
}

.section-10 .ani_wrap .imgDesc {
	float: none;
	text-align: center
}

.section-10 .ani_wrap .imgDesc img {
	margin-top: 10px
}

.section-11 .ani_wrap .textDesc {
	width: 609px;
}

.section-11 .ani_wrap .textDesc p {
	text-indent: 2em
}

/*.header {
	width: 100%;
	height: 80px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9000;
	box-shadow: 0 0 4px #e8e8e8;
	background-color: #fff;
}

.header {
	background: #fff;
}*/

.center960 {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

/*.header h1 {
	position: absolute;
	left: 0px;
	top: 18px;
}*/

.header nav {
	position: absolute;
	right: 0px;
	height: 56px;
	top: 24px;
	width: 620px;
}

.center960 ul {
	width: 620px/9;
	;
	float: right
}

.center960 li {
	float: left;
	position: relative;
	margin-right: 10px/9;
}

.header nav li.active a,
.header nav li:hover>a {
	color: #fff !important;
	background: #45b6dc;
}

.header li>a {
	display: block;
	font-family: "Microsoft YaHei";
	padding: 0px 5px;
	/* height:56px;*/
	line-height: 25px;
	color: #717171;
	font-size: 15px;
	border-radius: 5px;
	margin-right: 10px;
}

@media (max-width:1200px) {
	.section .section_title {
		top: 0;
	}
}

.section_st {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4;
}

.section_st .section-1 {
	background: url(../../images/yimei/ani_bg1.png) center top;
}

.section_st .section-2 {
	background: url(../../images/yimei/ani_bg2.png) center top;
}

.section_st .section-3 {
	background: url(../../images/yimei/ani_bg3.png) center top;
}

.section_st .section-4 {
	background: url(../../images/yimei/ani_bg4.png) center top;
}

.section_st .section-5 {
	background: url(../../images/yimei/ani_bg5.png) center top;
}

.section_st .ani_wrap .textDesc h2 {
	color: #5eeaff
}

.section_st .ani_wrap .textDesc p {
	color: #fff
}

.section_st .section-btn li {
	border-color: #fff;
}

.section_st .section-btn li.on {
	background-color: #fff;
}

.section_st .section-3 .textDesc {
	text-align: center;
	height: 120px;
	width: 800px;
	margin: 0 auto;
	margin-top: -80px;
}

.section_st .section-3 .imgDesc {
	position: relative;
	height: 421px;
	background: url(https://www.easyder.com/Public/Home/css/_blank);
	margin-top: 100px;
}

.section_st .section-3 .imgDesc img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -150px;
}

.sel_tit {
	position: absolute;
	top: 0;
	left: 0;
}

.sel_tit a {
	position: absolute;
	background: url(../../images/yimei/ani_circle.png) no-repeat 0 0;
	width: 134px;
	height: 134px;
	font: 20px/134px "微软雅黑";
	text-align: center;
	color: #054e91;
}

.sel_tit a.cur {
	background-position: -134px 0;
}

.sel_tit .a1 {
	left: 169px;
	top: 95px;
}

.sel_tit .a2 {
	left: 328px;
	top: 32px;
}

.sel_tit .a3 {
	left: 487px;
	top: 0px;
}

.sel_tit .a4 {
	left: 646px;
	top: 32px;
}

.sel_tit .a5 {
	left: 805px;
	top: 95px;
}

.section_st .section-4 .textDesc {
	text-align: center;
	margin-top: -130px;
	width: 100%;
}

.ani_list1 {
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
}

.ani_list1 li {
	padding: 26px 0 0 0;
	font: 16px "微软雅黑";
	margin-bottom: -1px;
}

.ani_list1 li i {
	float: left;
	background: url(../../images/yimei/ani_circle.png) no-repeat 0 -145px;
	width: 50px;
	height: 50px;
	margin-top: -8px;
}

.ani_list1 .n2 i {
	background-position: -60px -145px
}

.ani_list1 .n3 i {
	background-position: -120px -145px
}

.ani_list1 li dl {
	margin-left: 70px;
	border-bottom: 1px solid #1f7ec1;
	padding-bottom: 26px;
}

.ani_list1 li dt {
	font-size: 22px;
	margin: 0 0 12px 0;
	color: #5eeaff
}

.ani_list1 li dd {
	color: #fff;
	line-height: 28px;
}

.section_st .section-5 .textDesc {
	text-align: center;
	margin-top: -130px;
	width: 100%;
}

.ani_list2 {
	width: 1040px;
	margin: 90px auto 0;
}

.ani_list2 li {
	float: left;
	margin: 0 57px;
	width: 144px;
	text-align: left;
}

.ani_list2 li i {
	width: 144px;
	height: 144px;
	background: url(../../images/yimei/ani_circle2.png) no-repeat 0 0;
	display: block;
	margin: 0 auto;
}

.ani_list2 .n2 i {
	background-position: -145px 0;
}

.ani_list2 .n3 i {
	background-position: -290px 0;
}

.ani_list2 .n4 i {
	background-position: -435px 0;
}

.ani_list2 li h3 {
	font: 20px "微软雅黑";
	padding: 0 10px;
	color: #fff;
	margin: 25px 0 10px 0;
}

.ani_list2 li p {
	font: 13px "微软雅黑";
	color: #fff;
	padding: 0 10px;
}

.section_st .section-2 .textDesc {
	margin-top: -150px;
}

.section_st .section-2 .imgDesc {
	position: relative;
	margin-top: -225px;
}

.section_st .section-2 .imgDesc img {
	margin: 0;
}

.section_st .section-2 .cm {
	background: url(../../images/yimei/ani_c1.png) no-repeat;
	width: 84px;
	height: 174px;
	overflow: hidden;
	position: absolute;
	left: 132px;
	top: 53px;
}

.animate.section-2 .ani_wrap .cm {
	-webkit-animation: left-infinite 1.5s infinite linear;
	-moz-animation: left-infinite 1.5s infinite linear;
	-o-animation: left-infinite 1.5s infinite linear;
	-ms-animation: left-infinite 1.5s infinite linear;
	animation: left-infinite 1.5s infinite linear;
}

@keyframes left-infinite {
	%0,
	%100 {
		left: 132px;
	}
	50% {
		left: 252px;
	}
}

-moz-@keyframes left-infinite {
	%0,
	%100 {
		left: 132px;
	}
	50% {
		left: 252px;
	}
}

-o-@keyframes left-infinite {
	%0,
	%100 {
		left: 132px;
	}
	50% {
		left: 252px;
	}
}

-ms-@keyframes left-infinite {
	%0,
	%100 {
		left: 132px;
	}
	50% {
		left: 252px;
	}
}

-webkit-@keyframes left-infinite {
	%0,
	%100 {
		left: 132px;
	}
	50% {
		left: 252px;
	}
}

.text_list li {
	display: none;
}

.page_ft {
	height: 380px;
	padding: 0;
}

.page_ft .ft_tlink {}

.news_box .customer_tit h3 {
	margin-bottom: 12px;
}

.news_box .customer_tit p {
	color: #999;
}

.funding_state {
	margin-top: 54px;
	overflow: hidden;
	font-family: "微软雅黑";
	padding-bottom: 40px;
}

.funding_state_tit {
	line-height: 23px;
	height: 23px;
	font-size: 20px;
	margin-bottom: 18px;
}

.funding_state_more {
	float: right;
	font-size: 12px;
	color: #999;
}

.funding_state_lis {
	width: 1432px;
	margin: 0 auto;
}

.funding_state_item {
	width: 308px;
	margin: 0 25px;
	float: left;
}

.funding_state_im {
	display: block;
	width: 308px;
	height: 107px;
}

.funding_state_breif {
	text-indent: 16px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #f6f6f6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #0075c2;
}

.funding_state_desc {
	margin-top: 24px;
}

.funding_state_desc dd {
	font-size: 14px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.funding_state_desc dd a {
	color: #666;
}

.funding_state_desc dd a:hover {
	color: #000;
}

.funding_state_desc i {
	width: 3px;
	height: 3px;
	margin-right: 11px;
	vertical-align: middle;
	display: inline-block;
	background: #999;
	position: relative;
	top: -3px;
}

.friendship {
	height: 105px;
	width: 100%;
	border-bottom: 1px solid #282828;
	color: #666666;
}

.friendship p {
	margin-left: -17px;
	font-size: 12px;
	line-height: 28px;
	padding-top: 25px;
}

.friendship p span {
	margin: 0 17px;
}

.frien_top {
	text-align: center;
	height: 105px;
	color: #666666;
	width: 100%;
	line-height: 32px;
	font-size: 12px;
	padding-top: 30px;
}


/*零售易c*/

.pd_banner.h560 {
	height: 560px;
}

.pd_banner.h560 img {
	height: 560px;
}

.lsy_free .btn {
	font-family: "微软雅黑";
	height: 149px;
	line-height: 64px;
	width: 149px;
	background: url(../../images/yimei/lsy_free.png) no-repeat;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	font-size: 24px;
	position: absolute;
	bottom: 69px;
	left: 50%;
	margin-left: -74.5px;
	text-align: center;
	z-index: 2;
}

.lsy_free .is_rotate {
	background: url(../../images/yimei/lsy_rotate.png) no-repeat;
	width: 212px;
	height: 208px;
	position: absolute;
	bottom: 36px;
	left: 50%;
	margin-left: -106px;
	z-index: 1
}

.lsy_free:hover .is_rotate {
	animation: is_rotate 2.5s infinite linear;
	-moz-animation: is_rotate 2.5s infinite linear;
	-webkit-animation: is_rotate 2.5s infinite linear;
	-ms-animation: is_rotate 2.5s infinite linear;
	-o-animation: is_rotate 2.5s infinite linear;
}

@keyframes is_rotate {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes is_rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-o-keyframes is_rotate {
	0% {
		-o-transform: rotate(0deg);
	}
	50% {
		-o-transform: rotate(180deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes is_rotate {
	0% {
		-ms-transform: rotate(0deg);
	}
	50% {
		-ms-transform: rotate(180deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}

@-moz-keyframes is_rotate {
	0% {
		-moz-transform: rotate(0deg);
	}
	50% {
		-moz-transform: rotate(180deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

.globle_box {
	padding: 60px 0;
	font-family: "微软雅黑";
}

.globle_box_tit {
	color: #1381da;
	font-size: 38px;
	padding-top: 200px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: "微软雅黑";
	max-width: 535px;
}

.globle_box_tit span {
	color: #333;
	font-size: 32px;
	font-weight: normal;
}

.globle_box_ {
	width: 545px;
}

.globle_box_breif {
	font-size: 20px;
	line-height: 32px;
	max-width: 535px;
}

.globle_box_earth {
	position: absolute;
	left: 166px;
	top: 168px;
	border-radius: 60px;
}

.all_hide .globle_box_earth {
	opacity: 0;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.globle_box3 {
	background: url(../../images/yimei/wbg3.jpg) repeat-x;
	padding: 60px;
	font-family: "微软雅黑";
}

.globle_box4 {
	background: #fafafa url(../../images/yimei/wbg_1.jpg) no-repeat left bottom;
	padding: 100px 0 53px 0;
	font-family: "微软雅黑";
}

.wrap1120 {
	margin: 0 auto;
	width: 1120px;
}

.ani_box .ani_item1 i {
	display: inline-block;
	background: url(../../images/yimei/ani1_3.png) no-repeat;
	width: 60px;
	height: 57px;
	position: absolute;
}

.ani_box .ani_item1 .i1 {
	background-position: 0 0;
	left: 86px;
	top: 2px;
}

.ani_box .ani_item1 .i2 {
	background-position: -60px 0;
	left: 345px;
	top: -5px;
}

.ani_box .ani_item1 .i3 {
	background-position: -120px 0;
	left: 460px;
	top: 220px;
}

.ani_box .ani_item1 .i4 {
	background-position: -180px 0;
	left: 320px;
	top: 438px;
}

.ani_box .ani_item1 .i5 {
	background-position: -240px 0;
	left: 70px;
	top: 420px;
}

.ani_box .ani_item1 .i6 {
	background-position: -305px 0;
	left: -40px;
	top: 200px;
}

.all_hide .ani_box .ani_item1 i {
	opacity: 0;
	left: 210px;
	top: 210px;
}

.all_hide .ani_box.active .ani_item1 .i0 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.all_hide .ani_box.active .ani_item1 .i1 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(-124px, -208px);
	-webkit-transform: translate(-124px, -208px);
	-moz-transform: translate(-124px, -208px);
	-o-transform: translate(-124px, -208px);
	-ms-transform: translate(-124px, -208px);
}

.all_hide .ani_box.active .ani_item1 .i2 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(130px, -215px);
	-webkit-transform: translate(130px, -215px);
	-moz-transform: translate(130px, -215px);
	-o-transform: translate(130px, -215px);
	-ms-transform: translate(130px, -215px);
}

.all_hide .ani_box.active .ani_item1 .i3 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(261px, 0);
	-webkit-transform: translate(250px, 10px);
	-moz-transform: translate(250px, 10px);
	-o-transform: translate(250px, 10px);
	-ms-transform: translate(250px, 10px);
}

.all_hide .ani_box.active .ani_item1 .i4 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(110px, 228px);
	-webkit-transform: translate(110px, 228px);
	-moz-transform: translate(110px, 228px);
	-o-transform: translate(110px, 228px);
	-ms-transform: translate(110px, 228px);
}

.all_hide .ani_box.active .ani_item1 .i5 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(-140px, 210px);
	-webkit-transform: translate(-140px, 210px);
	-moz-transform: translate(-140px, 210px);
	-o-transform: translate(-140px, 210px);
	-ms-transform: translate(-140px, 210px);
}

.all_hide .ani_box.active .ani_item1 .i6 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(-250px, -10px);
	-webkit-transform: translate(-250px, -10px);
	-moz-transform: translate(-250px, -10px);
	-o-transform: translate(-250px, -10px);
	-ms-transform: translate(-250px, -10px);
}

.globle_box2 {
	background: #f8f8f8;
	font-family: "微软雅黑";
	padding: 80px 0;
}

.ani_item2 {
	margin-right: 100px;
}

.ani_item2 p {
	width: 140px;
	height: 145px;
	background: url(../../images/yimei/ani2_2.png) no-repeat;
	position: absolute;
}

.ani_item2 p span {
	font-size: 25px;
	color: #1f465e;
	position: absolute;
	top: -40px;
	width: 50px;
	left: 45px;
}

.ani_item2 .n1 {
	top: 50px;
	left: -100px;
}

.ani_item2 .n2 {
	top: 50px;
	left: 280px;
}

.ani_item2 .n3 {
	top: 270px;
	left: -60px;
	background-position: -219px 0;
	height: 130px;
	width: 130px;
}

.ani_item2 .n4 {
	top: 315px;
	left: 111px;
	background-position: 0 -146px;
	height: 130px;
	width: 130px;
}

.ani_item2 .n5 {
	top: 270px;
	left: 265px;
	background-position: -131px -146px;
	height: 130px;
	width: 130px;
}

.ani_item2 .n1 .i1 {
	width: 75px;
	height: 63px;
	background: url(../../images/yimei/ani2_2.png) no-repeat -143px 0;
	display: inline-block;
	margin: 45px 0 0 35px;
}

.ani_item2 .n2 .i2 {
	width: 75px;
	height: 63px;
	background: url(../../images/yimei/ani2_2.png) no-repeat -143px -80px;
	display: inline-block;
	margin: 45px 0 0 35px;
}

.all_hide .ani_item2 .n1 {
	top: -100px;
}

.all_hide .ani_item2 .n2 {
	top: -100px;
}

.all_hide .ani_item2 p {
	opacity: 0;
}

.all_hide .ani_box.active .ani_item2 .n1 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(0, 150px);
	-webkit-transform: translate(0, 150px);
	-moz-transform: translate(0, 150px);
	-o-transform: translate(0, 150px);
	-ms-transform: translate(0, 150px);
}

.all_hide .ani_box.active .ani_item2 .n2 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(0, 150px);
	-webkit-transform: translate(0, 150px);
	-moz-transform: translate(0, 150px);
	-o-transform: translate(0, 150px);
	-ms-transform: translate(0, 150px);
}

.all_hide .ani_box.active .ani_item2 .n3 {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in 0.5s;
	-moz-transition: all 0.5s ease-in 0.5s;
	-ms-transition: all 0.5s ease-in 0.5s;
	-o-transition: all 0.5s ease-in 0.5s;
}

.all_hide .ani_box.active .ani_item2 .n4 {
	opacity: 1;
	transition: all 0.5s ease-in 1s;
	-webkit-transition: all 0.5s ease-in 1s;
	-moz-transition: all 0.5s ease-in 1s;
	-ms-transition: all 0.5s ease-in 1s;
	-o-transition: all 0.5s ease-in 1s;
}

.all_hide .ani_box.active .ani_item2 .n5 {
	opacity: 1;
	-moz-transition: all 0.5s ease-in 1.5s;
	-webkit-transition: all 0.5s ease-in 1.5s;
	-ms-transition: all 0.5s ease-in 1.5s;
	-o-transition: all 0.5s ease-in 1.5s;
}

.ani_item3 {
	padding-left: 115px;
}

.ani_item3 i {
	position: absolute;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 1px solid #00b3ad;
	color: #00b3ad;
	font-size: 18px;
	text-align: center;
	line-height: 110px;
	display: inline-block;
	font-style: normal;
}

.ani_box.active .ani_item3 {
	padding-left: 115px;
}

.ani_box .style2 {
	position: relative;
	left: -100px;
	width: 395px;
}

.ani_item3 .i1 {
	left: -15px;
	top: 35px;
}

.ani_item3 .i2 {
	left: 418px;
	top: 35px;
}

.ani_item3 .i3 {
	left: -15px;
	top: 175px;
}

.ani_item3 .i4 {
	left: 418px;
	top: 175px;
}

.ani_item3 .i5 {
	left: -15px;
	top: 315px;
}

.ani_item3 .i6 {
	left: 418px;
	top: 315px;
}

.all_hide .ani_item3 i {
	opacity: 0;
	top: 175px;
	left: 205px;
}

.all_hide .ani_box.active .ani_item3 .i1 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(-220px, -140px);
	-webkit-transform: translate(-220px, -140px);
	-moz-transform: translate(-220px, -140px);
	-o-transform: translate(-220px, -140px);
	-ms-transform: translate(-220px, -140px);
}

.all_hide .ani_box.active .ani_item3 .i2 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(213px, -140px);
	-webkit-transform: translate(213px, -140px);
	-moz-transform: translate(213px, -140px);
	-o-transform: translate(213px, -140px);
	-ms-transform: translate(213px, -140px);
}

.all_hide .ani_box.active .ani_item3 .i3 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(-220px, 0px);
	-webkit-transform: translate(-220px, 0px);
	-moz-transform: translate(-220px, 0px);
	-o-transform: translate(-220px, 0px);
	-ms-transform: translate(-220px, 0px);
}

.all_hide .ani_box.active .ani_item3 .i4 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(213px, 0px);
	-webkit-transform: translate(213px, 0px);
	-moz-transform: translate(213px, 0px);
	-o-transform: translate(213px, 0px);
	-ms-transform: translate(213px, 0px);
}

.all_hide .ani_box.active .ani_item3 .i5 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(-220px, 140px);
	-webkit-transform: translate(-220px, 140px);
	-moz-transform: translate(-220px, 140px);
	-o-transform: translate(-220px, 140px);
	-ms-transform: translate(-220px, 140px);
}

.all_hide .ani_box.active .ani_item3 .i6 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: translate(213px, -140px);
	-webkit-transform: translate(213px, 140px);
	-moz-transform: translate(213px, 140px);
	-o-transform: translate(213px, 140px);
	-ms-transform: translate(213px, 140px);
}

.all_hide .ani_item4 .i1 {
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
}

.all_hide .ani_box.active .ani_item4 .i1 {
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.ani_item5 img {
	margin-left: 115px;
}

.ani_item5 i {
	width: 77px;
	height: 94px;
	background: url(../../images/yimei/ani5.png) no-repeat;
	position: absolute;
}

.ani_item5 .i1 {
	background-position: 0 0;
	left: 30px;
	top: -40px;
}

.ani_item5 .i2 {
	background-position: -77px 0;
	left: 360px;
	top: -45px;
}

.ani_item5 .i3 {
	background-position: -154px 0;
	left: 393px;
	top: 110px;
}

.ani_item5 .i4 {
	background-position: -231px 0;
	left: 0;
	top: 110px;
}

.ani_item5 .i5 {
	background-position: -308px 0;
	left: 67px;
	top: 234px;
}

.all_hide .ani_item5 i {
	opacity: 0;
	transition: all 0.5s ease-in 0.5s;
}

.all_hide .ani_box.active .ani_item5 .i1 {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

.all_hide .ani_box.active .ani_item5 .i2 {
	opacity: 1;
	transition: all 0.5s ease-in 0.3s;
	-webkit-transition: all 0.5s ease-in 0.3s;
	-moz-transition: all 0.5s ease-in 0.3s;
	-ms-transition: all 0.5s ease-in 0.3s;
	-o-transition: all 0.5s ease-in 0.3s;
}

.all_hide .ani_box.active .ani_item5 .i3 {
	opacity: 1;
	-moz-transition: all 0.5s ease-in 0.6s;
	-webkit-transition: all 0.5s ease-in 0.6s;
	-ms-transition: all 0.5s ease-in 0.6s;
	-o-transition: all 0.5s ease-in 0.6s;
}

.all_hide .ani_box.active .ani_item5 .i4 {
	opacity: 1;
	transition: all 0.5s ease-in 1s;
	-webkit-transition: all 0.5s ease-in 0.9s;
	-moz-transition: all 0.5s ease-in 0.9s;
	-ms-transition: all 0.5s ease-in 0.9s;
	-o-transition: all 0.5s ease-in 0.9s;
}

.all_hide .ani_box.active .ani_item5 .i5 {
	opacity: 1;
	-moz-transition: all 0.5s ease-in 1.2s;
	-webkit-transition: all 0.5s ease-in 1.2s;
	-ms-transition: all 0.5s ease-in 1.2s;
	-o-transition: all 0.5s ease-in 1.2s;
}

.globle_box_tit.pt0 {
	padding-top: 0;
}

.mt-20 {
	margin-top: -20px;
}

.ani_item6 .p1 {
	background: url(../../images/yimei/wbg_2.png) no-repeat;
	width: 145px;
	height: 147px;
	display: inline-block;
}

.ani_item6 .p1 i {
	background: url(../../images/yimei/ani6.png) no-repeat;
	width: 60px;
	height: 57px;
	display: inline-block;
	margin: 48px 0 0 44px;
}

.ani_item6 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);
	-webkit-transform: rotateY(360deg);
}

.ani_item6 .p1 .i1 {
	background-position: -2px 0;
}

.ani_item6 .p1 .i2 {
	background-position: -60px 0;
}

.ani_item6 .p1 .i3 {
	background-position: -120px 0;
}

.ani_item6 .p1 .i4 {
	background-position: -180px 0;
}

.ani_item6 .p1 .i5 {
	background-position: -240px 0;
}

.ani_item6 .p1 .i6 {
	background-position: -300px 0;
}

.ani_item6 li {
	float: left;
	margin-right: 50px;
}

.ani_item6 .list {
	width: 1230px;
	padding-top: 90px;
	margin-bottom: 15px;
}

.ani_item6 .p2 {
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}

.service_fixed {
	widows: 90px;
	height: 90px;
	position: fixed;
	top: 468px;
	right: 0;
	z-index: 6;
}


/*技术天使*/

.pd_banner.h689 {
	height: 689px;
}

.btn_creat {
	width: 296px;
	height: 54px;
	line-height: 54px;
	z-index: 10;
	text-align: center;
	border: 1px solid #fff;
	font-size: 27px;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 120px;
	margin-left: -149px;
	font-family: "微软雅黑";
	border-radius: 50px;
}

.btn_creat:hover {
	background: #fff;
	color: #333;
}

.angel_box1 {
	background: url(../../images/yimei/v2_ab1.jpg) no-repeat center top;
	padding: 110px 0;
	height: 600px;
	overflow: hidden;
}

.v2_title .angel_title .tit {
	font-size: 52px;
	color: #222;
	line-height: 52px;
	letter-spacing: 3px;
}

.v2_title .angel_title .tit i {
	width: 8px;
	height: 48px;
	display: inline-block;
	background: #dc1818;
	vertical-align: -7px;
	margin-right: 20px;
}

.v2_title .angel_title .txt {
	font-size: 26px;
	color: #333;
	padding-top: 30px;
	letter-spacing: 2px;
}

.angel_title {
	text-align: center;
	font-family: "微软雅黑";
	position: relative;
}

.angel_title.b1 {
	background: url(../../images/yimei/ang_tit01.png) no-repeat center bottom;
}

.angel_title.b2 {
	background: url(../../images/yimei/ang_tit02.png) no-repeat center bottom;
}

.angel_title.b3 {
	background: url(../../images/yimei/ang_tit03.png) no-repeat center bottom;
}

.angel_title.b4 {
	background: url(../../images/yimei/ang_tit04.png) no-repeat center bottom;
}

.angel_title.b5 {
	background: url(../../images/yimei/ang_tit05.png) no-repeat center bottom;
}

.angel_title.b6 {
	background: url(../../images/yimei/ang_tit06.png) no-repeat center bottom;
}

.angel_title.b7 {
	background: url(../../images/yimei/ang_tit07.png) no-repeat center bottom;
}

.angel_title .tit {
	font-size: 46px;
	color: #000;
	font-weight: bold;
}

.angel_title .line {
	width: 60px;
	height: 1px;
	display: inline-block;
	background: #09f;
	margin-top: 8px;
}

.angel_title .txt {
	font-size: 21px;
	color: #666;
	padding: 10px 0;
}

.angel_box1 .angel_mian {
	position: relative;
	font-family: "微软雅黑";
}

.angel_box1 .boxlis {
	padding-top: 135px;
	padding-bottom: 30px;
	overflow: hidden;
}

.angel_box1 .boxlis li {
	width: 290px;
	float: left;
	padding: 0 55px;
	text-align: center;
	background: url(../../images/yimei/v2_aline.png) no-repeat right center;
}

.angel_box1 .boxlis li.end {
	background: none;
}

.angel_box1 .boxlis li i {
	width: 145px;
	height: 145px;
	display: inline-block;
	background: url(../../images/yimei/v2_a1.png) no-repeat;
}

.angel_box1 .boxlis .i1 {
	background-position: -8px -8px;
}

.angel_box1 .boxlis .i2 {
	background-position: -155px -8px;
}

.angel_box1 .boxlis .i3 {
	background-position: -302px -8px;
}

.angel_box1 .boxlis .txt01 {
	font-size: 26px;
	color: #222;
	font-weight: bold;
	padding-top: 5px;
}

.angel_box1 .boxlis .txt02 {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	padding: 11px 0;
}

.angel_box1 .boxlis .txt03 {
	font-size: 16px;
	color: #092a43;
	padding-top: 10px;
}

.all_hide .angel_box1 .boxlis li i {
	opacity: 0;
	transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
}

.all_hide .angel_box1.active .boxlis li i {
	opacity: 1;
	transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.angel_box2 {
	height: 137px;
	background: url(../../images/yimei/v2_ab2.jpg) no-repeat center top;
}

.angel_box2 .boxlis {
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	padding-left: 20px;
	border-left: 8px solid #dc1818;
	margin-top: 52px;
}

.angel_box2 .boxlis em {
	font-size: 12px;
	color: #fff;
	margin-left: 15px;
	text-transform: uppercase;
}

.angel_box3 {
	background: url(../../images/yimei/v2_ab3.jpg) no-repeat center top;
	height: 700px;
	padding: 100px 0;
}

.angel_box3 .angel_title .tit {
	padding-bottom: 25px;
}

.angel_box3 .angel_mian {
	position: relative;
	font-family: "微软雅黑";
	margin-top: 60px;
}

.angel_box3 .boxlis {
	width: 1200px;
	height: 490px;
	margin: 0 auto;
	position: relative;
}

.angel_box3 .boxlis .a1 {
	position: absolute;
	left: 80px;
	top: 0;
	z-index: 1;
}

.angel_box3 .boxlis .a2 {
	position: absolute;
	left: 50%;
	top: -21px;
	margin-left: -185px;
	z-index: 2;
}

.angel_box3 .boxlis .a3 {
	position: absolute;
	right: 80px;
	top: 0;
	margin-left: -185px;
	z-index: 1;
}

.angel_box4 {
	height: 507px;
	padding: 105px 0;
	background: url(../../images/yimei/v2_ab4.jpg) no-repeat center top;
}

.angel_box4.v2_title .angel_title .tit,
.angel_box4.v2_title .angel_title .txt {
	color: #fff;
}

.angel_box4 .angel_mian {
	margin-top: 70px;
}

.angel_box4 .boxlis {
	width: 1055px;
	margin: 0 auto;
	padding-top: 70px;
}

.angel_box4 .boxlis li {
	width: 251px;
	height: 233px;
	position: relative;
	float: left;
	display: block;
	margin: 0 50px;
	text-align: center;
	background: url(../../images/yimei/v2_a3.png) no-repeat left top;
}

.angel_box4 .boxlis i {
	width: 106px;
	height: 106px;
	display: block;
	background: url(../../images/yimei/v2_a1.png) no-repeat;
	position: absolute;
	left: 50%;
	top: -58px;
	margin-left: -53px;
}

.angel_box4 .boxlis .i1 {
	background-position: -20px -303px;
}

.angel_box4 .boxlis .i2 {
	background-position: -134px -303px;
}

.angel_box4 .boxlis .i3 {
	background-position: -248px -303px;
}

.angel_box4 .boxlis .txt01 {
	font-size: 36px;
	font-weight: bold;
	color: #282828;
	padding-top: 75px;
}

.angel_box4 .boxlis .txt02 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	padding-top: 15px;
}

.all_hide .angel_box4 .boxlis {
	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 .angel_box4.active .boxlis {
	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);
}

.angel_box5 {
	padding: 100px 0;
	height: 619px;
	background: url(../../images/yimei/v2_ab5.jpg) no-repeat center top;
}

.angel_box5 .angel_mian {
	position: relative;
	font-family: "微软雅黑";
	padding-top: 95px;
	overflow: hidden;
}

.all_hide .angel_box5 .angel_mian .a1 {
	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 .angel_box5.active .a1 {
	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);
}

.angel_box6 {
	padding: 110px 0;
	height: auto;
	background: url(../../images/yimei/v2_ab6.jpg) repeat;
}

.angel_box6 .angel_mian {
	position: relative;
	font-family: "微软雅黑";
	padding-top: 125px;
	overflow: hidden;
}

.angel_box6 .boxlis li {
	width: 208px;
	float: left;
	text-align: center;
	margin-right: 40px;
}

.angel_box6 .boxlis li.end {
	margin-right: 0;
}

.angel_box6 .boxlis .pic {
	width: 208px;
	height: 122px;
	border-radius: 3px;
	overflow: hidden;
}

.angel_box6 .boxlis .pic img {
	width: 100%;
}

.angel_box6 .boxlis .txt01 {
	font-size: 22px;
	color: #222;
	padding: 20px 0;
}

.angel_box6 .boxlis .txt02 {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	padding: 0 18px;
}

.all_hide .angel_box6 .boxlis {
	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 .angel_box6.active .boxlis {
	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);
}

.angel_box7 {
	padding-top: 100px;
	height: 517px;
	background: url(../../images/yimei/v2_ab7.jpg) no-repeat center top;
}

.angel_box7.v2_title .angel_title .tit,
.angel_box7.v2_title .angel_title .txt {
	color: #fff;
}

.angel_box7 .angel_mian {
	position: relative;
	font-family: "微软雅黑";
	padding-top: 60px;
	overflow: hidden;
}

.angel_box7 .boxlis {
	margin: 0 30px;
	position: relative;
}

.angel_box7 .boxlis li {
	float: left;
	width: 188px;
	text-align: center;
	margin-right: 50px;
}

.angel_box7 .boxlis li.end {
	margin-right: 0;
}

.angel_box7 .boxlis i {
	width: 36px;
	height: 36px;
	display: inline-block;
	background: url(../../images/yimei/v2_a1.png) no-repeat;
	margin-bottom: 55px;
}

.angel_box7 .boxlis .i1 {
	background-position: -460px -162px;
}

.angel_box7 .boxlis .i2 {
	background-position: -460px -204px;
}

.angel_box7 .boxlis .i3 {
	background-position: -460px -247px;
}

.angel_box7 .boxlis .i4 {
	background-position: -460px -291px;
}

.angel_box7 .boxlis .i5 {
	background-position: -460px -334px;
}

.angel_box7 .boxlis .txt {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-top: 55px;
}

.angel_box7 .process {
	width: 100%;
	height: 28px;
	background: #006577;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
	border-radius: 15px;
}

.angel_box7 .process .bar {
	margin: 6px;
	height: 16px;
	position: relative;
	display: block;
}

.angel_box7 .process .bar i {
	position: absolute;
	left: 0;
	top: 0;
	width: 82%;
	height: 100%;
	background: #fff600;
	border-radius: 15px;
	display: block;
}

.all_hide .angel_box7 .process .bar i {
	width: 0;
}

.all_hide .angel_box7.active .process .bar i {
	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: 82%
}

.angel_box8 {
	padding: 100px 0;
	height: 564px;
	background: url(../../images/yimei/v2_ab8.jpg) no-repeat;
}

.angel_box8 .angel_mian {
	position: relative;
	font-family: "微软雅黑";
	padding-top: 100px;
	overflow: hidden;
}

.angel_box8 .boxlis li {
	width: 274px;
	float: left;
	background: #fff;
	text-align: center;
	margin-right: 32px;
	border: 1px solid #ccc;
}

.angel_box8 .boxlis li.end {
	margin-right: 0;
}

.angel_box8 .boxlis .icon {
	height: 120px;
	background: url(../../images/yimei/v2_a5.jpg) repeat;
	text-align: center;
}

.angel_box8 .boxlis .icon i {
	width: 58px;
	height: 58px;
	display: inline-block;
	background: url(../../images/yimei/v2_a1.png) no-repeat;
	margin-top: 31px;
}

.angel_box8 .boxlis .icon .i1 {
	background-position: -16px -430px;
}

.angel_box8 .boxlis .icon .i2 {
	background-position: -89px -430px;
}

.angel_box8 .boxlis .icon .i3 {
	background-position: -162px -430px;
}

.angel_box8 .boxlis .icon .i4 {
	background-position: -235px -430px;
}

.angel_box8 .boxlis .txt01 {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	margin-top: 40px;
}

.angel_box8 .boxlis .txt02 {
	font-size: 12px;
	color: #bbb;
	text-transform: uppercase;
	line-height: 30px;
}

.angel_box8 .boxlis .txt03 {
	font-size: 16px;
	color: #444;
	padding: 20px 20px 30px 20px;
	line-height: 28px;
}

.all_hide .angel_box8 .boxlis {
	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 .angel_box8.active .boxlis {
	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);
}

.angel_box9 {
	padding: 100px 0;
	height: 620px;
	background: url(../../images/yimei/v2_ab9.jpg) no-repeat;
}

.angel_box9 .angel_mian {
	margin-top: 120px;
}

.angel_box9 .boxlis {
	width: 620px;
	margin-right: 105px;
}

.angel_box9 .boxlis li {
	position: relative;
	padding-left: 85px;
	margin-bottom: 35px;
}

.angel_box9 .boxlis i {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../../images/yimei/v2_a1.png) no-repeat;
	position: absolute;
	left: 0;
	top: 10px;
}

.angel_box9 .boxlis .i1 {
	background-position: -308px -430px;
}

.angel_box9 .boxlis .i2 {
	background-position: -368px -430px;
}

.angel_box9 .boxlis .i3 {
	background-position: -430px -430px;
}

.angel_box9 .boxlis .txt01 {
	font-size: 26px;
	color: #222;
	font-weight: bold;
	margin-bottom: 10px;
}

.angel_box9 .boxlis .txt02 {
	font-size: 18px;
	color: #333;
	line-height: 24px;
}

.all_hide .angel_box9 .left {
	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 .angel_box9.active .left {
	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);
}

.all_hide .angel_box9 .right {
	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 .angel_box9.active .right {
	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);
}

.infor_h436 {
	height: 436px;
}

.infor_520 {
	height: 520px;
}

.infor_436 {
	height: 436px;
}

.about_banner {
	background: url(../../images/yimei/temp13.jpg) no-repeat center center;
}


/*股东看账*/

.mt-80 {
	margin-top: -80px;
}

.wrap1150 {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	font-family: "微软雅黑";
}

.globle_box_tit.c_3 {
	color: #333;
}

.globle_box_tit.pt110 {
	padding-top: 110px;
}

.crowd_funding_tit {
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
	color: #333;
	font-size: 20px;
	display: inline-block;
	margin: 200px 0 -45px 0;
}

.mt100 {
	margin-top: 100px
}

.gdbox01 {
	height: 600px;
	padding-top: 60px;
}

.ani_box .angel_title .tit {
	letter-spacing: 8px;
}

.ani_box .angel_title .txt {
	font-size: 24px;
	color: #333;
	letter-spacing: 2px;
}

.gdbox01 .pic {
	margin-top: 60px;
}

.all_hide .gdbox01 .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 .ani_box.active .gdbox01 .pic {
	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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.gdbox02 {
	height: 620px;
	background: url(../../images/yimei/gd_temp1.jpg) no-repeat center center;
}

.gdbox02 .angel_title {
	margin-top: 245px;
	margin-right: 40px;
}

.g_ani_item2 {
	position: relative;
	background: url(../../images/yimei/gd02.png) no-repeat;
	width: 298px;
	height: 520px;
	background-position: -183px -26px;
	margin-left: 145px;
	margin-top: 80px;
}

.g_ani_item2 i {
	background: url(../../images/yimei/gd02.png) no-repeat;
	position: absolute;
}

.g_ani_item2 span {
	background: url(../../images/yimei/gd02.png) no-repeat;
}

.g_ani_item2 .i1 {
	width: 146px;
	height: 146px;
	background-position: 0 -9px;
	left: -50px;
	top: 70px;
}

.g_ani_item2 .i2 {
	width: 146px;
	height: 146px;
	background-position: 0 -157px;
	left: 210px;
	top: 32px;
}

.g_ani_item2 .i3 {
	width: 112px;
	height: 112px;
	background-position: 0 -306px;
	left: -15px;
	top: 260px;
}

.g_ani_item2 .i4 {
	width: 112px;
	height: 112px;
	background-position: 0 -422px;
	left: 210px;
	top: 265px;
}

.all_hide .g_ani_item2 .i1 {
	opacity: 0;
	transform: translate(-200px, -100px);
	-webkit-transform: translate(-200px, -100px);
	-moz-transform: translate(-200px, -100px);
	-o-transform: translate(-200px, -100px);
	-ms-transform: translate(-200px, -100px);
}

.all_hide .g_ani_item2 .i2 {
	opacity: 0;
	transform: translate(200px, -100px);
	-webkit-transform: translate(200px, -100px);
	-moz-transform: translate(200px, -100px);
	-o-transform: translate(200px, -100px);
	-ms-transform: translate(200px, -100px);
}

.all_hide .g_ani_item2 .i3 {
	opacity: 0;
	transform: translate(-200px, 100px);
	-webkit-transform: translate(-200px, 100px);
	-moz-transform: translate(-200px, 100px);
	-o-transform: translate(-200px, 100px);
	-ms-transform: translate(-200px, 100px);
}

.all_hide .g_ani_item2 .i4 {
	opacity: 0;
	transform: translate(200px, -100px);
	-webkit-transform: translate(200px, -100px);
	-moz-transform: translate(200px, -100px);
	-o-transform: translate(200px, -100px);
	-ms-transform: translate(200px, -100px);
}

.all_hide .ani_box.active .g_ani_item2 .i1,
.all_hide .ani_box.active .g_ani_item2 .i2,
.all_hide .ani_box.active .g_ani_item2 .i3,
.all_hide .ani_box.active .g_ani_item2 .i4 {
	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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.shareholder_app {
	width: 192px;
	height: 192px;
	display: inline-block;
	background: #f0f0f0;
	border-radius: 50%;
	font-size: 20px;
	line-height: 192px;
	text-align: center;
	margin-top: 210px;
	position: relative;
	left: -152px;
}

.gdbox03 .angel_title {
	margin-top: 245px;
}

.g_ani_item3 {
	position: relative;
	height: 620px;
}

.g_ani_item3 .i1 {
	background: url(../../images/yimei/g_ani4.png) no-repeat;
	width: 425px;
	height: 485px;
	display: inline-block;
	margin-top: 70px;
}

.all_hide .g_ani_item3 .i1 {
	opacity: 0;
	transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}

.all_hide .ani_box.active .g_ani_item3 .i1 {
	opacity: 1;
	transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.gdbox04 {
	height: 649px;
	padding-top: 70px;
	background: url(../../images/yimei/gd_temp2.jpg) no-repeat;
}

.gdbox04 .pic {
	margin-top: 30px;
}

.all_hide .gdbox04 .pic {
	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 .ani_box.active .gdbox04 .pic {
	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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.global_box.trade_new_order {
	background: url(../../images/yimei/g_banner3.jpg) no-repeat;
	height: 616px;
}

.g_ani_item1.g_ani_item4 {
	top: 20px;
}

.g_ani_item1.g_ani_item4 i {
	background: url(../../images/yimei/g_ani5.png) no-repeat;
}

.g_ani_item1.g_ani_item4 .i1 {
	width: 243px;
	height: 143px;
	background-position: -70px -50px;
}

.g_ani_item1.g_ani_item4 .i2 {
	width: 140px;
	height: 49px;
	background-position: -177px 0;
}

.g_ani_item1.g_ani_item4 .i3 {
	width: 164px;
	height: 145px;
	background-position: -332px -292px;
}

.g_ani_item1.g_ani_item4 .i4 {
	width: 70px;
	height: 128px;
	background-position: -397px -146px;
	position: absolute;
	top: 206px;
	left: 527px;
}

.g_ani_item1.g_ani_item4 .i5 {
	width: 196px;
	height: 255px;
	background-position: -129px -194px;
	top: 256px;
	left: 258px;
}

.g_ani_item1.g_ani_item4 .i6 {
	width: 68px;
	height: 129px;
	background-position: 0 -145px;
	top: 206px;
	left: 128px;
	position: absolute;
}

.gdbox05 {
	height: 630px;
}

.gdbox05 .angel_title {
	margin-top: 260px;
}

.g_ani_item5 i {
	background: url(../../images/yimei/g_ani6.png) no-repeat;
	display: inline-block;
}

.g_ani_item5 .i1 {
	width: 184px;
	height: 340px;
	background-position: -614px 0;
	margin-right: 275px;
	margin-top: 306px;
	position: relative;
	z-index: 2;
}

.g_ani_item5 .i2 {
	width: 614px;
	height: 340px;
	background-position: 0 0;
	position: absolute;
	left: -175px;
	top: 45px;
}

.all_hide .g_ani_item5 .i2 {
	opacity: 0;
	transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
}

.all_hide .ani_box.active .g_ani_item5 .i2 {
	opacity: 1;
	transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.global_box {
	background-position: top center;
}

.global_box.h616 {
	height: 616px;
}

.globle_box_tit.c_f {
	color: #fff;
}

.globle_box_breif.c_f {
	color: #fff;
}

.global_box.up_all_deep {
	background: url(../../images/yimei/g_banner4.jpg) no-repeat top center;
	height: 616px;
}

.gdbox06 {
	height: 620px;
	background: url(../../images/yimei/gd_temp3.jpg) no-repeat center center;
}

.gdbox06 .angel_title {
	margin-top: 220px;
}

.g_ani_item6 {
	width: 588px;
	height: 360px;
	background: url(../../images/yimei/g_ani8.png) no-repeat;
	margin-top: 145px;
}

.g_ani_item6 i {
	background: url(../../images/yimei/g_ani7.png) no-repeat;
	display: inline-block;
	position: absolute;
}

.g_ani_item6 .i1 {
	width: 613px;
	height: 332px;
	background: url(../../images/yimei/g_ani9.png) no-repeat;
	position: absolute;
	right: 125px;
	top: 90px;
	display: inline-block;
}

.g_ani_item6 .i2 {
	width: 82px;
	height: 82px;
	left: 119px;
	top: 73px;
}

.g_ani_item6 .i3 {
	width: 62px;
	height: 62px;
	background-position: -82px -1px;
	left: 225px;
	top: 30px;
}

.g_ani_item6 .i4 {
	width: 50px;
	height: 50px;
	background-position: -145px -1px;
	left: 328px;
	top: 29px;
}

.g_ani_item6 .i5 {
	width: 42px;
	height: 42px;
	background-position: -198px -1px;
	left: 404px;
	top: 73px;
}

.all_hide .g_ani_item6 .i1 {
	opacity: 0;
	transform: translate(-200px, 100px);
	-webkit-transform: translate(-200px, 100px);
	-moz-transform: translate(-200px, 100px);
	-o-transform: translate(-200px, 100px);
	-ms-transform: translate(-200px, 100px);
}

.all_hide .g_ani_item6 .i2 {
	opacity: 0;
	transform: translate(-200px, -100px);
	-webkit-transform: translate(-200px, -100px);
	-moz-transform: translate(-200px, -100px);
	-o-transform: translate(-200px, -100px);
	-ms-transform: translate(-200px, -100px);
}

.all_hide .g_ani_item6 .i3 {
	opacity: 0;
	transform: translate(-100px, -100px);
	-webkit-transform: translate(-100px, -100px);
	-moz-transform: translate(-100px, -100px);
	-o-transform: translate(-100px, -100px);
	-ms-transform: translate(-100px, -100px);
}

.all_hide .g_ani_item6 .i4 {
	opacity: 0;
	transform: translate(100px, -100px);
	-webkit-transform: translate(100px, -100px);
	-moz-transform: translate(100px, -100px);
	-o-transform: translate(100px, -100px);
	-ms-transform: translate(100px, -100px);
}

.all_hide .g_ani_item6 .i5 {
	opacity: 0;
	transform: translate(200px, -100px);
	-webkit-transform: translate(200px, -100px);
	-moz-transform: translate(200px, -100px);
	-o-transform: translate(200px, -100px);
	-ms-transform: translate(200px, -100px);
}

.all_hide .ani_box.active .g_ani_item6 .i1,
.all_hide .ani_box.active .g_ani_item6 .i2,
.all_hide .ani_box.active .g_ani_item6 .i3,
.all_hide .ani_box.active .g_ani_item6 .i4,
.all_hide .ani_box.active .g_ani_item6 .i5 {
	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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.globle_box_tit.pt284 {
	padding-top: 284px;
}

.globle_box_tit.f36 {
	font-size: 36px;
	text-align: right;
}


/*三级分销*/

.lsy_mainbox.no_padding_top {
	padding-top: 0;
}

.fx_ch {
	height: 640px;
}

.fx1_lf {
	margin-top: 145px;
}

.fx_ch h3 {
	font: bold 40px "微软雅黑";
	padding-bottom: 25px;
	letter-spacing: 4px
}

.fx_ch .p1 {
	font: 16px/34px "微软雅黑";
	margin-top: 23px;
	letter-spacing: 1px
}

.fx1_rg {
	margin-top: 270px;
	width: 627px;
}

.fx1_rg h3 {
	background: url(../../images/yimei/fx_br.png) no-repeat left bottom;
}


/*.fx1_rg h3 em{color:#1888d9}*/

.all_hide .fx_box1 .fx1_lf {
	opacity: 0;
}

.all_hide .fx_box1.active .fx1_lf {
	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);
	/* IE 9 */
	-moz-transform: rotateY(360deg);
	/* Firefox */
	-webkit-transform: rotateY(360deg);
	/* Safari 和 Chrome */
	-o-transform: rotateY(360deg);
	/* Opera */
}

.fx_box2 {
	background: url(../../images/yimei/fx_bg2.jpg) no-repeat;
	overflow: hidden;
}

.fx_box2 h3,
.fx_box2 .p1 {
	text-align: center;
	color: #fff;
}

.fx_box2 h3 {
	background: url(../../images/yimei/fx_br2.png) no-repeat center bottom;
}

.fx2_tit {
	padding-top: 51px;
}

.fx2_con {
	text-align: center;
}

.all_hide .fx2_con {
	padding-top: 66px;
}

.all_hide .fx_box2 .fx2_con {
	opacity: 0;
	transform: translate(0, 300px);
	-webkit-transform: translate(0, 300px);
	-moz-transform: translate(0, 300px);
	-o-transform: translate(0, 300px);
	-ms-transform: translate(0, 300px);
}

.all_hide .fx_box2.active .fx2_con {
	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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.fx3_lf {
	width: 453px;
	height: 565px;
	margin-top: 30px;
	background: url(../../images/yimei/fx_img3_01.png) no-repeat 0 100px;
}

.fx3_rg {
	margin-top: 253px;
	width: 636px;
}

.fx3_lf img {
	margin-top: 117px;
}

.fx3_rg h3 {
	background: url(../../images/yimei/fx_br.png) no-repeat left bottom;
}

.all_hide .fx_box3 .fx3_lf img {
	opacity: 0;
	transform: translate(250px, -150px);
	-webkit-transform: translate(250px, -150px);
	-moz-transform: translate(250px, -150px);
	-o-transform: translate(250px, -150px);
	-ms-transform: translate(250px, -150px);
}

.all_hide .fx_box3.active .fx3_lf img {
	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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.fx_box3 {}

.fx_box4 {
	background: url(../../images/yimei/fx_bg2.jpg) no-repeat;
	overflow: hidden;
}

.fx_box4 h3,
.fx_box4 .p1 {
	text-align: center;
	color: #fff
}

.fx4_tit {
	padding-top: 65px;
}

.fx4_con {
	text-align: center;
	padding-top: 38px;
}

.fx_ch .fx4_tit .p1,
.fx_ch .fx2_tit .p1 {
	margin-top: 20px;
}

.fx_box4 h3 {
	background: url(../../images/yimei/fx_br2.png) no-repeat center bottom;
}

.all_hide .fx_box4 .fx4_con {
	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 .fx_box4.active .fx4_con {
	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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.fx_box5 {}

.fx5_lf {
	width: 547px;
	margin-top: 128px;
}

.fx5_rg {
	margin-top: 265px;
	width: 604px;
}

.fx5_rg h3 {
	background: url(../../images/yimei/fx_br.png) no-repeat left bottom;
}

.all_hide .fx_box5 .fx5_lf {
	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 .fx_box5.active .fx5_lf {
	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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.free_btn {
	background: url(../../images/yimei/free_btn.png) no-repeat;
	width: 279px;
	height: 79px;
	position: absolute;
	bottom: 112px;
	left: 50%;
	margin-left: -140px;
	text-indent: -999px;
}


/*CRM系统*/

.cr_ch {
	height: 560px;
}

.cr_ch h3 {
	font: bold 40px "微软雅黑";
}

.cr_ch .p1 {
	font: 18px/30px "微软雅黑";
	margin-top: 20px;
}


/*box1*/

.cr_box1 {
	background: url(../../images/yimei/cr_bg1.jpg) no-repeat;
}

.cr_box1 .cr1_lf {
	margin-top: 210px;
	width: 605px;
}

.cr_box1 .cr1_rg {
	margin-top: 98px;
}

.all_hide .cr_box1 .cr1_rg {
	opacity: 0;
}

.all_hide .cr_box1.active .cr1_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: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	/* IE 9 */
	-moz-transform: rotateY(360deg);
	/* Firefox */
	-webkit-transform: rotateY(360deg);
	/* Safari 和 Chrome */
	-o-transform: rotateY(360deg);
	/* Opera */
}


/*box2*/

.cr_box2 {
	background: #fff;
}

.cr_box2 .cr2_lf {
	margin-top: 128px;
	width: 523px;
}

.all_hide .cr_box2 .cr2_lf {
	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 .cr_box2.active .cr2_lf {
	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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.cr_box2 .cr2_rg {
	margin-top: 170px;
}


/*box3*/

.cr_box3 {
	background: url(../../images/yimei/cr_bg3.jpg) no-repeat;
}

.cr_box3 .cr3_lf {
	margin-top: 190px;
	width: 605px;
}

.cr_box3 .cr3_rg {
	margin-top: 90px;
}

.all_hide .cr_box3 .cr3_rg {
	opacity: 0;
	transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
}

.all_hide .cr_box3.active .cr3_rg {
	opacity: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	-o-transform: rotateZ(0);
}


/*box4*/

.cr_box4 {
	background: #fff;
}

.cr_box4 .cr4_lf {
	margin-top: 128px;
	width: 523px;
}

.all_hide .cr_box4 .cr4_lf {
	opacity: 0;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
}

.all_hide .cr_box4.active .cr4_lf {
	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: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}

.cr_box4 .cr4_rg {
	margin-top: 210px;
}


/*box5*/

.cr_box5 {
	background: url(../../images/yimei/cr_bg5.jpg) no-repeat;
}

.cr_box5 .cr5_lf {
	margin-top: 190px;
	width: 605px;
}

.cr_box5 .cr5_rg {
	margin-top: 65px;
}


/*.all_hide .cr_box5 .cr5_rg {opacity:0;
  transform:translate(200px,0) rotateZ(160deg);
  -ms-transform:translate(200px,0) rotateZ(160deg);
  -moz-transform:translate(200px,0) rotateZ(160deg);
  -webkit-transform:translate(200px,0) rotateZ(160deg);
  -o-transform:translate(200px,0) rotateZ(160deg);}*/


/*.all_hide .cr_box5.active .cr5_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) rotateZ(0);
  -ms-transform:translate(0,0) rotateZ(0);
  -moz-transform:translate(0,0) rotateZ(0);
  -webkit-transform:translate(0,0) rotateZ(0);
  -o-transform:translate(0,0) rotateZ(0);
}*/


/*box6*/

.cr_box6 {
	background: #fff;
	overflow: hidden;
}

.cr_box6 .cr6_lf {
	margin-top: 80px;
	width: 523px;
}

.all_hide .cr_box6 .cr6_lf {
	opacity: 0;
	transform: translate(-300px, 0px);
	-webkit-transform: translate(-300px, 300px);
	-moz-transform: translate(-300px, 300px);
	-o-transform: translate(-300px, 300px);
	-ms-transform: translate(-300px, 300px);
}

.all_hide .cr_box6.active .cr6_lf {
	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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.cr_box6 .cr6_rg {
	margin-top: 210px;
	width: 563px;
}


/*box7*/

.cr_box7 {
	background: url(../../images/yimei/cr_bg7.jpg) no-repeat;
	position: relative;
}

.cr_box7 .cr7_lf {
	margin-top: 190px;
	width: 605px;
}

.cr_box7 .cr7_rg {
	position: absolute;
	right: 340px;
	top: 70px;
	z-index: 100;
}

.all_hide .cr_box7 .cr7_rg {
	opacity: 0;
	transform: rotateZ(-90deg) scale(0, 0);
	-ms-transform: rotateZ(-90deg) scale(0, 0);
	-moz-transform: rotateZ(-90deg) scale(0, 0);
	-webkit-transform: rotateZ(-90deg) scale(0, 0);
	-o-transform: rotateZ(-90deg) scale(0, 0);
}

.all_hide .cr_box7.active .cr7_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: rotateZ(0) scale(1, 1);
	-ms-transform: rotateZ(0) scale(1, 1);
	-moz-transform: rotateZ(0) scale(1, 1);
	-webkit-transform: rotateZ(0) scale(1, 1);
	-o-transform: rotateZ(0) scale(1, 1);
}

.cr_box7 .cr9_rg {
	position: absolute;
	right: 100px;
	top: 147px;
	z-index: 100;
}

.all_hide .cr_box7 .cr9_rg {
	opacity: 0;
	transform: translate(10px, 0px);
	-webkit-transform: translate(10px, 300px);
	-moz-transform: translate(10px, 300px);
	-o-transform: translate(10px, 300px);
	-ms-transform: translate(10px, 300px);
}

.all_hide .cr_box7.active .cr9_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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}


/*box8*/

.cr_box8 {
	background: #ffffff;
}

.cr_box8 .cr8_lf {
	margin-top: 80px;
	width: 523px;
}

.all_hide .cr_box8 .cr8_lf {
	opacity: 0;
	transform: skew(45deg, 0);
	-webkit-transform: skew(45deg, 0);
	-moz-transform: skew(45deg, 0);
	-o-transform: skew(45deg, 0);
	-ms-transform: skew(45deg, 0);
}

.all_hide .cr_box8.active .cr8_lf {
	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: skew(0, 0);
	-webkit-transform: skew(0, 0);
	-moz-transform: skew(0, 0);
	-o-transform: skew(0, 0);
	-ms-transform: skew(0, 0);
}

.cr_box8 .cr8_rg {
	margin-top: 210px;
}


/*电商ERP系统*/

.erp_now_btn {
	width: 200px;
	height: 50px;
	line-height: 48px;
	background: #fc540b;
	position: absolute;
	left: 50%;
	bottom: 106px;
	margin-left: -100px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-family: "微软雅黑";
}

.erp_now_btn i {
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-left: 15px;
	top: -1px;
	position: relative;
	background: url(../../images/yimei/c_sprite.png) no-repeat 0 0;
	vertical-align: text-bottom;
}

.all_hide .erp_box1 .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 .erp_box1.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);
}

.erp_box2 {
	height: 647px;
	background: url(../../images/yimei/erp_bg2.jpg) no-repeat;
}

.all_hide .erp_box2 .pic {
	opacity: 0;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
}

.all_hide .erp_box2.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: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}

.erp_box3 {}

.erp_box3 .u_subtitle {
	margin-bottom: 50px;
}

.erp_box3_l {
	width: 570px;
	float: left;
}

.erp_box3_l_title {
	width: 120px;
	height: 340px;
	float: left;
	background: #f99021;
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	padding-top: 100px;
}

.erp_box3_l_content {
	float: left;
}

.erp_box3_l_content h2 {
	font-size: 26px;
	color: #f99021;
	padding: 0 0 10px 20px;
}

.erp_box3_l_content p {
	font-size: 16px;
	padding: 0 0 20px 20px;
	line-height: 1.55em;
}

.erp_box3_r {
	float: right;
}

.all_hide .erp_box3 .erp_box3_l {
	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 .erp_box3.active .erp_box3_l {
	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);
}

.all_hide .erp_box3 .erp_box3_r {
	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 .erp_box3.active .erp_box3_r {
	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);
}

.erp_box4 {
	height: 588px;
	background: url(../../images/yimei/erp_bg4.jpg) no-repeat;
}

.erp_box4 .u_subtitle {
	margin-bottom: 90px;
}

.erp_box4 .erp_platform_box {
	width: 840px;
	margin: 0 auto;
}

.erp_box4 .erp_platform {
	width: 100px;
	height: 150px;
	margin: 0 20px 60px 20px;
	float: left;
	display: inline;
}

.erp_box4 .erp_platform_ico {
	width: 100px;
	height: 100px;
	background: url(../../images/yimei/erp_platform_ico.png);
}

.erp_box4 .erp_platform_ico.taobao {
	background-position: 0 0;
}

.erp_box4 .erp_platform_ico.tianmao {
	background-position: -100px 0;
}

.erp_box4 .erp_platform_ico.weidian {
	background-position: -200px 0;
}

.erp_box4 .erp_platform_ico.jindong {
	background-position: -300px 0;
}

.erp_box4 .erp_platform_ico.nuomi {
	background-position: -400px 0;
}

.erp_box4 .erp_platform_ico.weipinhui {
	background-position: -500px 0;
}

.erp_box4 .erp_platform_ico.meituan {
	background-position: 0 -100px;
}

.erp_box4 .erp_platform_ico.ehaodian {
	background-position: -100px -100px;
}

.erp_box4 .erp_platform_ico.jumei {
	background-position: -200px -100px;
}

.erp_box4 .erp_platform_ico.suning {
	background-position: -300px -100px;
}

.erp_box4 .erp_platform_ico.dangdang {
	background-position: -400px -100px;
}

.erp_box4 .erp_platform_ico.yamaxun {
	background-position: -500px -100px;
}

.erp_box4 .erp_platform_title {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 3em;
	font-size: 16px;
}

.all_hide .erp_box4 .erp_platform .erp_platform_ico {
	transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	-o-transform: rotateZ(0);
}

.all_hide .erp_box4 .erp_platform:hover .erp_platform_ico {
	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(360deg);
	-ms-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
}

.all_hide .erp_box4 .erp_platform {
	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 .erp_box4.active .erp_platform {
	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);
}


/*erp_box5*/

.erp_box5 {
	background: #ffffff;
}

.erp_box5 .erp_box5_lf {
	margin-top: 190px;
	width: 530px;
}

.erp_box5 .erp_box5_rg {
	margin-top: 40px;
}

.all_hide .erp_box5 .erp_box5_rg {
	opacity: 0;
}

.all_hide .erp_box5.active .erp_box5_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: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}


/*erp_box6*/

.erp_box6 {
	background: #f7f7f7;
}

.erp_box6 .erp_box6_lf {
	margin-top: 30px;
	width: 530px;
}

.all_hide .erp_box6 .erp_box6_lf {
	opacity: 0;
}

.all_hide .erp_box6.active .erp_box6_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;
}

.erp_box6 .erp_box6_rg {
	margin-top: 170px;
}


/*erp_box7*/

.erp_box7 {
	background: #ffffff;
	overflow: hidden;
}

.erp_box7 .erp_box7_lf {
	margin-top: 190px;
	width: 530px;
}

.erp_box7 .erp_box7_rg {
	margin-top: 100px;
}

.all_hide .erp_box7 .erp_box7_rg {
	margin-top: 100px;
	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 .erp_box7.active .erp_box7_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);
}


/*专题-分享电商*/

body {
	overflow: hidden;
}

.s_icon {
	background: url(../../images/yimei/s_sprite.png) no-repeat;
	display: inline-block;
}

.s_now_use {
	background-position: -1px -530px;
	width: 220px;
	height: 60px;
	position: absolute;
	z-index: 10;
	top: 434px;
	left: 50%;
	margin-left: -110px;
}

.s_now_use.t95 {
	top: 95px;
}

.global_box.share_theme1 {
	background: url(../../images/yimei/s_banner2.jpg) bottom center no-repeat;
	height: 660px;
}

.global_box.share_theme2 {
	background: url(../../images/yimei/s_banner3.jpg) no-repeat top center;
	height: 800px;
}

.global_box.share_theme3 {
	background: url(../../images/yimei/s_banner7.jpg) no-repeat top center;
	height: 660px;
}

.global_box.share_theme4 {
	background: url(../../images/yimei/s_banner5.jpg) no-repeat top center;
	height: 649px;
}

.global_box.share_theme5 {
	background: #f6f6f6 url(../../images/yimei/s_banner6.jpg) no-repeat top center;
	height: 642px;
}

.global_box.share_theme6 {
	background: url(../../images/yimei/s_banner4.jpg) no-repeat top center;
	height: 759px;
}

.global_box.share_theme7 {
	background: url(../../images/yimei/s_banner8.jpg) no-repeat top center;
	height: 660px;
}

.global_box.share_theme8 {
	background: url(../../images/yimei/s_banner9.jpg) no-repeat top center;
	height: 255px;
	background-size: 100% auto;
}

.global_box.share_theme9 {
	background: #f8f8f8;
	height: 526px;
}

.share_tit_breif {
	color: #333;
	font-size: 24px;
	text-align: center;
	font-family: 'Microsoft YaHeiLight'
}

.share_tit_breif.c_f {
	color: #fff;
}

.share_tit_breif.c_f5 {
	color: #f56d7b;
}

.share_tit {
	color: #333;
	font-size: 40px;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'Microsoft YaHei';
}

.share_tit.c_f {
	color: #fff;
}

.share_tit.c_f5 {
	color: #f56d7b;
}

.share_tit.f60 {
	font-size: 60px;
}

.share_tit.pt95 {
	padding-top: 95px;
}

.share_theme3 .share_tit {
	position: relative;
	z-index: 1;
}

.s_ani_item1 {
	background-position: -502px 0;
	height: 146px;
	width: 239px;
	margin: 70px auto 12px;
	position: relative;
}

.all_hide .s_ani_item1 {
	opacity: 0;
	-o-transform: translate(0, -100px);
	-ms-transform: translate(0, -100px);
	-webkit-transform: translate(0, -100px);
	-moz-transform: translate(0, -100px);
	transform: translate(0, -100px);
}

.all_hide .ani_box.active .s_ani_item1 {
	opacity: 1;
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.s_ani_item2 {
	width: 1230;
	height: 499px;
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -615px;
}

.all_hide .s_ani_item2 {
	opacity: 0;
	-o-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	-moz-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
}

.all_hide .ani_box.active .s_ani_item2 {
	opacity: 1;
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.pt255 {
	padding-top: 255px;
}

.pt75 {
	padding-top: 75px;
}

.s_ani_item3 {
	width: 410px;
	height: 409px;
	position: absolute;
	background-position: 0 -120px;
	left: 50%;
	margin-left: -205px;
	top: 115px;
}

.all_hide .s_ani_item3 {
	opacity: 0;
}

.all_hide .ani_box.active .s_ani_item3 {
	opacity: 1;
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.s_ani_item4 {
	margin-top: 45px;
}

.s_ani_item4 li {
	float: left;
	margin-right: 20px;
	position: relative;
}

.s_ani_item4 li img {
	border-radius: 8px;
}

.s_ani_item4 span {
	color: #fff;
	font-weight: bold;
	margin-top: 157px;
	font-size: 30px;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	font-family: 'Microsoft YaHei';
}

.wrap1240 {
	margin-right: auto;
	margin-left: auto;
	width: 1240px;
	padding-left: 20px;
}

.all_hide .s_ani_item4 li:nth-child(odd) {
	top: -400px;
}

.s_ani_item4 li.end {
	margin-right: 0;
}

.all_hide .s_ani_item4 li:nth-child(even) {
	bottom: -400px;
}

.all_hide .s_ani_item4 li {
	opacity: 0;
}

.all_hide .ani_box.active .s_ani_item4 li:nth-child(odd) {
	opacity: 1;
	-o-transform: translate(0, 400px);
	-ms-transform: translate(0, 400px);
	-webkit-transform: translate(0, 400px);
	-moz-transform: translate(0, 400px);
	transform: translate(0, 400px);
	transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.all_hide .ani_box.active .s_ani_item4 li:nth-child(even) {
	opacity: 1;
	-o-transform: translate(0, -400px);
	-ms-transform: translate(0, -400px);
	-webkit-transform: translate(0, -400px);
	-moz-transform: translate(0, -400px);
	transform: translate(0, -400px);
	transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.s_com_style li {
	float: left;
}

.s_com_style .share_cir {
	width: 140px;
	height: 140px;
	display: inline-block;
	background-position: -361px 0;
	cursor: pointer;
}

.s_com_style .share_chat {
	width: 60px;
	height: 60px;
	display: inline-block;
}

.s_ani_item5 .share_chat {
	margin: 38px 0 0 35px;
}

.s_com_style .share_chat.i2 {
	background-position: -60px 0;
}

.s_com_style .share_chat.i3 {
	background-position: -120px 0;
}

.s_com_style .share_chat.i4 {
	background-position: -180px -1px;
}

.s_com_style .share_chat.i5 {
	background-position: -240px 0;
}

.s_com_style .share_chat.i6 {
	background-position: -300px 0;
}

.s_com_style .share_chat.i7 {
	background-position: 0 -60px;
}

.s_com_style .share_chat.i8 {
	background-position: -60px -60px;
}

.s_com_style .share_chat.i9 {
	background-position: -120px -60px;
}

.s_com_style .share_chat.i10 {
	background-position: -180px -60px;
}

.s_com_style .share_chat.i11 {
	background-position: -241px -60px;
}

.s_com_style p {
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
	font-family: 'Microsoft YaHei';
}

.mt120 {
	margin-top: 120px;
}

.s_ani_item5 li {
	margin-right: 72px;
}

.s_ani_item5 li.end {
	margin-right: 0;
}

.s_ani_item5 .share_cir:hover .share_chat {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-webkit-transform-origin: center;
	transition: all 0.8s ease;
}

.wrap1200 {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}

.s_ani_item5 {
	position: relative;
}

.all_hide .s_ani_item5 {
	-o-transform: translate(400px, 0);
	-ms-transform: translate(400px, 0);
	-webkit-transform: translate(400px, 0);
	-moz-transform: translate(400px, 0);
	transform: translate(400px, 0);
}

.all_hide .ani_box.active .s_ani_item5 {
	opacity: 1;
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.s_ani_item6 {
	text-align: center;
	bottom: 76px;
	position: absolute;
	margin-left: -258px;
	left: 50%;
}

.all_hide .s_ani_item6 {
	opacity: 0;
	-o-transform: scale(0.2, 0.2);
	-ms-transform: scale(0.2, 0.2);
	-webkit-transform: scale(0.2, 0.2);
	-moz-transform: scale(0.2, 0.2);
	transform: scale(0.2, 0.2);
}

.all_hide .ani_box.active .s_ani_item6 {
	opacity: 1;
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.pt85 {
	padding-top: 85px;
}

.s_ani_item7 {
	margin-left: 150px;
	margin-top: 44px;
}

.s_ani_item7 li {
	width: 200px;
	height: 150px;
	background: #fff;
	box-shadow: 2px 2px 5px #e4e5e4;
	margin: 0 20px 20px 0;
	text-align: center;
}

.s_ani_item7 .share_chat {
	margin: 26px 0 7px 0;
}

.s_ani_item7_l {
	position: relative;
}

.all_hide .s_ani_item7_l {
	transform: translate(-600px, 0);
	-webkit-transform: translate(-600px, 0);
	-moz-transform: translate(-600px, 0);
	-o-transform: translate(-600px, 0);
	-ms-transform: translate(-600px, 0);
}

.s_ani_item7 li:last-child {
	margin-right: 0;
}

.s_ani_item7_r {
	position: relative;
}

.all_hide .s_ani_item7_r {
	transform: translate(600px, 0);
	-webkit-transform: translate(600px, 0);
	-moz-transform: translate(600px, 0);
	-o-transform: translate(600px, 0);
	-ms-transform: translate(600px, 0);
}

.all_hide .s_ani_item7 li {
	opacity: 0;
}

.all_hide .ani_box.active .s_ani_item7_l {
	opacity: 1;
	-o-transform: translate(600px, 0);
	-ms-transform: translate(600px, 0);
	-webkit-transform: translate(600px, 0);
	-moz-transform: translate(600px, 0);
	transform: translate(600px, 0);
	transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.all_hide .ani_box.active .s_ani_item7_r {
	opacity: 1;
	-o-transform: translate(-600px, 0);
	-ms-transform: translate(-600px, 0);
	-webkit-transform: translate(-600px, 0);
	-moz-transform: translate(-600px, 0);
	transform: translate(-600px, 0);
	transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.s_ani_item8 {
	text-align: center;
	position: absolute;
	margin-left: -206px;
	left: 50%;
	background-position: -412px -297px;
	width: 409px;
	height: 245px;
	top: 117px;
}

.all_hide .s_ani_item8 {
	opacity: 0;
	-o-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	-moz-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
}

.all_hide .ani_box.active .s_ani_item8 {
	opacity: 1;
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.globle_box_tit.w_auto {
	max-width: 100%;
}

.globle_box_breif.w_auto {
	max-width: 100%;
}

.s_com_style.mr37 li {
	margin-right: 36px;
}

.s_com_style.mr37 li.end {
	margin-right: 0;
}

.mt70 {
	margin-top: 70px;
}

.s_ani_item1_1 {
	position: relative;
}

.all_hide .s_ani_item1_1 {
	opacity: 0;
	-o-transform: translate(-400px, 0);
	-ms-transform: translate(-400px, 0);
	-webkit-transform: translate(-400px, 0);
	-moz-transform: translate(-400px, 0);
}

.s_ani_item1_1 p {
	font-size: 20px;
	margin-top: 10px;
}

.all_hide .ani_box.active .s_ani_item1_1 {
	opacity: 1;
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.s_ani_item9 {
	margin-top: 128px;
	margin-left: 50px;
}

.s_ani_item9 .p1 {
	margin: 80px 0 12px;
}

.s_ani_item9 .p2 {
	font-size: 16px;
	color: #666;
}

.s_ani_item9 li {
	width: 260px;
	height: 160px;
	background: #fff;
	position: relative;
	margin-right: 19px;
}

.s_ani_item9 img {
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -72px;
	top: -70px;
}


/*零售易官网2g*/

body {
	font-family: '微软雅黑';
}

.container_box1 {
	height: 900px;
	padding-top: 90px;
}

.container_box1 .angel_title .tit,
.container_box1 .angel_title .txt {
	letter-spacing: 0;
}

.mt90 {
	margin-top: 90px;
}

.g2_ani_item1 {
	text-align: center;
}

.all_hide .g2_ani_item1 .im1 {
	opacity: 0;
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.all_hide .g2_ani_item1 .im2 {
	position: absolute;
	margin-left: -285px;
	left: 50%;
	opacity: 0;
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.all_hide .ani_box.active .g2_ani_item1 .im1 {
	opacity: 1;
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
}

.all_hide .ani_box.active .g2_ani_item1 .im2 {
	opacity: 1;
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	transition: all 1.5s 0.6s;
	-o-transition: all 1.5s 0.6s;
	-ms-transition: all 1.5s 0.6s;
	-moz-transition: all 1.5s 0.6s;
	-webkit-transition: all 1.5s 0.6s;
}

.container_box2 {
	padding-top: 100px;
	height: 845px;
	background: #fcfcfc url(../../images/yimei/g2_bg2.jpg) center top no-repeat;
}

.container_box2 .angel_title .tit,
.container_box2 .angel_title .txt {
	letter-spacing: 0;
}

.g2_ani_item2 {
	text-align: center;
}

.g2_icon {
	background: url(../../images/yimei/g_ani1_01.png)no-repeat;
	display: inline-block;
}

.g2_ani_item2 {
	margin-top: 280px;
}

.g2_ani_item2 .i1 {
	width: 809px;
	height: 388px;
	background-position: 0 -378px;
}

.g2_ani_item2 .i2 {
	width: 812px;
	height: 256px;
	background-position: 0 -120px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 65px;
}

.all_hide .g2_ani_item2 .i2 {
	height: 0;
	opacity: 0;
}

.all_hide .ani_box.active .g2_ani_item2 .i2 {
	height: 256px;
	opacity: 1;
	transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.g2_ani_item3 {
	width: 1070px;
	position: absolute;
	left: 50%;
	margin-left: -535px;
	margin-top: 100px;
}

.g2_ani_item3 li {
	float: left;
}

.g2_ani_item3 i {
	width: 108px;
	height: 103px;
	float: left;
}

.g2_ani_item3 .i2 {
	background-position: -113px 0;
}

.g2_ani_item3 .i3 {
	background-position: -223px 0;
}

.g2_ani_item3 .g2_arrow {
	width: 29px;
	height: 57px;
	background-position: -338px 0;
	margin: 24px 50px 0 50px;
}

.g2_ani_item3 .tit {
	font-size: 26px;
	font-weight: bold;
	color: #222;
	padding-bottom: 10px;
	display: inline-block;
}

.g2_ani_item3 .breif {
	font-size: 20px;
	color: #222;
}

.g2_ani_item3 p {
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}

.all_hide .g2_ani_item3 {
	opacity: 0;
	-o-transform: translate(-200px, 0);
	-ms-transform: translate(-200px, 0);
	-webkit-transform: translate(-200px, 0);
	-moz-transform: translate(-200px, 0);
	transform: translate(-200px, 0);
}

.all_hide .ani_box.active .g2_ani_item3 {
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	transition: all 1.1s 0.5s;
	-o-transition: all 1.1s 0.5s;
	-ms-transition: all 1.1s 0.5s;
	-moz-transition: all 1.1s 0.5s;
	-webkit-transition: all 1.1s 0.5s;
}

.container_box3 {
	padding-top: 100px;
	height: 611px;
	background: url(../../images/yimei/g2_bg3.jpg) center top no-repeat;
}

.container_box3 .angel_title .tit,
.container_box3 .angel_title .txt {
	color: #fff;
	letter-spacing: 0;
}

.g2_ani_item4 {
	margin-top: 50px;
}

.g2_ani_item4 li {
	float: left;
	width: 178px;
	padding: 0 30px;
	border-right: 1px solid #687eaf;
}

.g2_ani_item4 li.end {
	border-right: none;
}

.g2_ani_item4 li .tit {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 40px 0;
	line-height: 24px;
}

.g2_ani_item4 li .txt {
	font-size: 15px;
	text-align: center;
	line-height: 28px;
	color: #eee;
}

.g2_ani_item4 i {
	width: 111px;
	height: 113px;
	display: block;
	background: url(../../images/yimei/g_ani1_01.png) no-repeat;
	margin: 0 auto;
}

.g2_ani_item4 .i1 {
	background-position: -367px 0;
}

.g2_ani_item4 .i2 {
	background-position: -478px 0;
}

.g2_ani_item4 .i3 {
	background-position: -589px 0;
}

.g2_ani_item4 .i4 {
	background-position: -700px 0;
}

.g2_ani_item4 .i5 {
	background-position: -811px 0;
}

.all_hide .g2_ani_item4 i {
	opacity: 0;
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.all_hide .ani_box.active .g2_ani_item4 i {
	opacity: 1;
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.container_box4 {
	padding-top: 95px;
	height: 505px;
	background: url(../../images/yimei/g2_bg4.jpg) center top no-repeat;
}

.container_box4 .globle_box_tit {
	font-size: 46px;
	color: #000;
	padding-top: 120px;
}

.container_box4 .globle_box_breif {
	font-size: 24px;
	color: #333;
}

.container_box5 {
	padding-top: 86px;
	height: 570px;
	background: url(../../images/yimei/g2_bg5.jpg) center top no-repeat;
}

.container_box5 .globle_box_tit {
	font-size: 46px;
	color: #000;
	padding-top: 180px;
	margin-right: 60px;
}

.container_box5 .globle_box_breif {
	font-size: 24px;
	color: #333;
	margin-right: 60px;
}

.container_box5 .bcon {
	width: 338px;
	height: 510px;
	background: url(../../images/yimei/g_ani1_01.png) no-repeat -809px -135px;
	position: relative;
}

.container_box5 .bcon .list {
	position: relative;
	width: 200px;
	height: 355px;
	margin: 60px 0 0 0;
	overflow: hidden;
}

.lsy_listbox {
	width: 200px;
	overflow: hidden;
	margin-left: 19px;
}

.container_box5 .bcon .list li {
	float: left;
	width: 200px;
	height: 355px;
}

.container_box5 .caption {
	width: 210px;
	position: absolute;
	right: -185px;
	top: 58px;
}

.container_box5 .caption span {
	width: 137px;
	height: 63px;
	margin-bottom: 38px;
	background: url(../../images/yimei/g2_ani5.png) no-repeat -2px -199px;
	display: block;
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 63px;
}

.container_box5 .caption span.cur {
	background-position: -2px -133px;
}

.container_box5 .caption span.s3 {
	width: 157px;
	height: 63px;
	background-position: -2px -68px;
}

.container_box5 .caption span.s3.cur {
	background-position: -2px -3px;
}

.container_box5 .caption span.s2,
.container_box5 .caption span.s3 {
	margin-left: 38px;
}

.container_box5 .btn_point {
	position: absolute;
	bottom: 0;
	left: 96px;
}

.container_box5 .btn_point span {
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	border: 1px solid #222;
	background: #222;
	border-radius: 10px;
	margin: 0 2px;
}

.container_box5 .btn_point span.cur {
	background: #fff;
}

.container_box6 {
	padding-top: 100px;
	height: 720px;
	background: url(../../images/yimei/g2_bg6.jpg) center top no-repeat;
}

.container_box6 .angel_title .tit {
	color: #fff;
	letter-spacing: 0;
}

.container_box6 .angel_title .txt {
	font-size: 18px;
	color: #eee;
	line-height: 34px;
}

.container_box6 .g2_ani_item5 {
	position: relative;
	margin-top: 60px;
}

.container_box6 .list {
	width: 600px;
}

.container_box6 .list span {
	width: 141px;
	height: 144px;
	display: block;
	float: left;
	background: url(../../images/yimei/g2_ani5.png) no-repeat -181px -3px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #222;
	line-height: 142px;
	margin: 10px 55px 44px 0;
}

.container_box6 .arr_left {
	width: 36px;
	height: 73px;
	display: block;
	background: url(../../images/yimei/g2_ani5.png) no-repeat -210px -167px;
	margin: 145px 0 0 -15px;
}

.container_box6 .mac {
	width: 762px;
	height: 431px;
	display: block;
	background: url(../../images/yimei/g2_ani5.png) no-repeat -322px -28px;
	position: absolute;
	right: -195px;
	top: 0;
}

.all_hide .container_box6 .g2_ani_item5 {
	opacity: 0;
	-o-transform: translate(0, 500px);
	-ms-transform: translate(0, 500px);
	-webkit-transform: translate(0, 500px);
	-moz-transform: translate(0, 500px);
	transform: translate(0, 500px);
}

.all_hide .ani_box.active .container_box6 .g2_ani_item5 {
	opacity: 1;
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.resetbox .ani_box .angel_title .tit {
	letter-spacing: 3px;
}


/*微商城栏目*/

.pd_banner .w_ewm img {
	width: 88px;
	height: 88px;
	overflow: hidden;
	position: static;
	margin: 0;
	left: 0;
}

.pd_banner .w_btn1,
.pd_banner .w_btn2 {
	width: 140px;
	left: 50%;
	line-height: 51px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	height: 51px;
	border-radius: 51px;
	position: absolute;
	bottom: 122px;
}

.pd_banner .w_btn1 {
	background-color: #06b6fe;
	margin-left: -102px;
}

.pd_banner .w_btn2 {
	background-color: #22c491;
	margin-left: 75px;
}

.pd_banner .w_ewm {
	bottom: 106px;
	margin-left: 245px;
	position: absolute;
	left: 50%;
	width: 88px;
	height: 88px;
}

.w_main1 {
	padding: 70px 92px;
}

.w_main1 h3 {
	font-size: 46px;
	font-weight: bold;
	text-align: center;
}

.w_main1 h3 em {
	color: #00a8ee;
}

.w_main1 p {
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
}

.w_list1 {
	margin-top: 50px;
	width: 102%;
}

.w_list1 li {
	float: left;
	position: relative;
	width: 290px;
	height: 290px;
	overflow: hidden;
	margin-right: 14px;
}

.w_list1 li .pic img {
	width: 290px;
	height: 290px;
}

.w_list1 li .txt {
	position: absolute;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	bottom: -71px;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
	height: 71px;
	color: #fff;
	width: 100%;
	text-align: left;
}

.w_list1 li .txt p {
	padding: 7px 40px 0;
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.w_list1 li:hover .txt {
	bottom: 0;
}

.w_main2 {
	background: url(../../images/yimei/w_bg1.jpg) no-repeat center top;
	height: 806px;
}

.w_main2 h3 {
	font-size: 46px;
	margin-top: 73px;
	font-weight: bold;
	text-align: center;
}

.w_main2 h3 em {
	color: #fff;
}

.w_main2 p {
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}

.w_main2 .w_c1 {
	margin-top: 150px;
	opacity: 0
}

.w_main2.active .w_c1 {
	margin-top: 50px;
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	opacity: 1
}

.w_main3 {
	padding: 106px 0 98px;
}

.w_main3 h3 {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}

.w_main3 h3 em {
	color: #00a8ee;
}

.w_main3 p {
	font-size: 18px;
	text-align: center;
	margin-top: 25px;
}

.w_main4 {
	background-color: #42bbf6;
	padding: 70px 0 95px 0;
}

.w_main4 h3 {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.w_main4 p {
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin: 20px 0 0 0;
}

.w_main4 .w_c2 {
	-moz-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	-o-transform: scale(0.5, 0.5);
	margin-top: 50px;
	opacity: 0;
}

.w_main4.active .w_c2 {
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

.w_example_tip {
	position: relative;
}

.w_example_tip p {
	position: absolute;
	bottom: -42px;
}


/*专题-美业翼*/

.beauty_banner {
	height: 926px;
	position: relative;
	overflow: hidden;
}

.beauty_banner .beauty_img {
	width: 1920px;
	height: 926px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	-webkit-animation: banner 8s infinite ease-in-out;
	-moz-animation: banner 8s infinite ease-in-out;
	-ms-animation: banner 8s infinite ease-in-out;
	-o-animation: banner 8s infinite ease-in-out;
	animation: banner 8s infinite ease-in-out;
}

.beauty_banner .beauty_left {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;
}

.beauty_banner .beauty_right {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(48, 23, 43, 0.67) none repeat scroll 0 0 !important;
}

.beauty_banner .beauty_txt {
	height: 388px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 6px solid #FFF;
	margin-top: -194px;
	margin-left: -186px;
	text-align: center;
}

.beauty_banner .beauty_txt .beauty_tl {
	width: 180px;
	height: 388px;
	background: rgba(206, 206, 206, 0.8) none repeat scroll 0 0 !important;
	float: left;
}

.beauty_banner .beauty_txt .beauty_tl img {
	margin-top: 33px;
	width: 75px;
	height: 322px;
}

.beauty_banner .beauty_txt .beauty_tr {
	width: 590px;
	height: 388px;
	text-align: center;
	float: left;
}

.beauty_banner .beauty_txt .beauty_tr img {
	margin-top: 130px;
	margin-bottom: -100px;
}


/*
.beauty_banner:hover .beauty_img{     -o-transition:All 0.6s ease-in-out; -ms-transition:All 0.6s ease-in-out; -webkit-transition:All 0.6s ease-in-out;transition:All 0.6s ease-in-out; transform:scale(1.05);    -webkit-transform:scale(1.05);    -moz-transform:scale(1.05);    -o-transform:scale(1.05);    -ms-transform:scale(1.05);}
*/

.beauty_shape {
	-webkit-animation: shape 7s infinite;
	-moz-animation: shape 7s infinite;
	-ms-animation: shape 7s infinite;
	-o-animation: shape 7s infinite;
	animation: shape 7s infinite;
}

.beauty_shape2 {
	-webkit-animation: shape2 10s infinite;
	-moz-animation: shape2 10s infinite;
	-ms-animation: shape2 10s infinite;
	-o-animation: shape2 10s infinite;
	animation: shape2 10s infinite;
}

@-moz-keyframes banner {
	0% {
		-moz-transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.03);
	}
	100% {
		-moz-transform: scale(1);
	}
}

@keyframes banner {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(1);
	}
}

@-ms-keyframes banner {
	0% {
		-ms-transform: scale(1);
	}
	50% {
		-ms-transform: scale(1.03);
	}
	100% {
		-ms-transform: scale(1);
	}
}

@-o-keyframes banner {
	0% {
		-o-transform: scale(1);
	}
	50% {
		-o-transform: scale(1.03);
	}
	100% {
		-o-transform: scale(1);
		;
	}
}

@-webkit-keyframes banner {
	0% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.03);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes shape {
	0% {
		-moz-transform: translate(0, 0);
	}
	25% {
		-moz-transform: translate(-12px, 0);
	}
	50% {
		-moz-transform: translate(-12px, -12px);
	}
	75% {
		-moz-transform: translate(-12px, 12px);
	}
	100% {
		-moz-transform: translate(0, 0);
	}
}

@keyframes shape {
	0% {
		transform: translate(0, 0);
	}
	25% {
		transform: translate(-12px, 0);
	}
	50% {
		transform: translate(-12px, -12px);
	}
	75% {
		transform: translate(-12px, 12px);
	}
	100% {
		transform: translate(0, 0);
	}
}

@-ms-keyframes shape {
	0% {
		-ms-transform: translate(0, 0);
	}
	25% {
		-ms-transform: translate(-12px, 0);
	}
	50% {
		-ms-transform: translate(-12px, -12px);
	}
	75% {
		-ms-transform: translate(-12px, 12px);
	}
	100% {
		-ms-transform: translate(0, 0);
	}
}

@-o-keyframes shape {
	0% {
		-o-transform: translate(0, 0);
	}
	25% {
		-o-transform: translate(-12px, 0);
	}
	50% {
		-o-transform: translate(-12px, -12px);
	}
	75% {
		-o-transform: translate(-12px, 12px);
	}
	100% {
		-o-transform: translate(0, 0);
	}
}

@-webkit-keyframes shape {
	0% {
		-webkit-transform: translate(0, 0);
	}
	25% {
		-webkit-transform: translate(-12px, 0);
	}
	50% {
		-webkit-transform: translate(-12px, -12px);
	}
	75% {
		-webkit-transform: translate(-12px, 12px);
	}
	100% {
		-webkit-transform: translate(0, 0);
	}
}

@-moz-keyframes shape2 {
	0% {
		-moz-transform: translate(0, 0);
	}
	25% {
		-moz-transform: translate(15px, 0);
	}
	50% {
		-moz-transform: translate(-15px, 15px);
	}
	75% {
		-moz-transform: translate(15px, 15px);
	}
	100% {
		-moz-transform: translate(0, 0);
	}
}

@keyframes shape2 {
	0% {
		transform: translate(0, 0);
	}
	25% {
		transform: translate(15px, 0);
	}
	50% {
		transform: translate(-15px, 15px);
	}
	75% {
		transform: translate(15px, 15px);
	}
	100% {
		transform: translate(0, 0);
	}
}

@-ms-keyframes shape2 {
	0% {
		-ms-transform: translate(0, 0);
	}
	25% {
		-ms-transform: translate(15px, 0);
	}
	50% {
		-ms-transform: translate(-15px, 15px);
	}
	75% {
		-ms-transform: translate(15px, 15px);
	}
	100% {
		-ms-transform: translate(0, 0);
	}
}

@-o-keyframes shape2 {
	0% {
		-o-transform: translate(0, 0);
	}
	25% {
		-o-transform: translate(15px, 0);
	}
	50% {
		-o-transform: translate(-15px, 15px);
	}
	75% {
		-o-transform: translate(15px, 15px);
	}
	100% {
		-o-transform: translate(0, 0);
	}
}

@-webkit-keyframes shape2 {
	0% {
		-webkit-transform: translate(0, 0);
	}
	25% {
		-webkit-transform: translate(15px, 0);
	}
	50% {
		-webkit-transform: translate(-15px, 15px);
	}
	75% {
		-webkit-transform: translate(15px, 15px);
	}
	100% {
		-webkit-transform: translate(0, 0);
	}
}


/*	模块1 	*/

.beauty1_box {
	background: url(../../images/yimei/beauty1_box.png) no-repeat #F7F7F7;
	height: 765px;
	background-position: 110px 130px;
	position: relative;
}

.beauty1_gard {
	width: 870px;
	margin: 0 auto;
}

.beauty1_gard .ting {
	height: 68px;
	width: 100%;
	background: #7a1e65;
}

.beauty1_cont {
	margin-top: 85px;
	position: relative;
	height: 610px;
}

.beauty1_cont .br_left {
	position: absolute;
	bottom: 0px;
	left: 15px;
	display: block;
	height: 455px;
	width: 3px;
	background: #7a1e65;
}

.beauty1_cont .beauty1_txt {
	width: 370px;
	height: 600px;
	float: left;
}

.beauty1_cont .beauty1_txt .txt_h4 {
	font-size: 36px;
	color: #222;
	margin-left: 65px;
}

.beauty1_cont .beauty1_txt .txt_h4 i {
	width: 36px;
	height: 3px;
	background: #7a1e65;
	display: block;
	margin-top: 10px;
}

.beauty1_cont .beauty1_txt .txt_p {
	padding: 85px 51px 0 65px;
	font-size: 15px;
	color: #8e8d8d;
	line-height: 34px;
}

.beauty1_cont .beauty1_img {
	position: absolute;
	right: 0px;
	top: 0px;
}

.beauty1_box .beauty1_s1 {
	position: absolute;
	right: 80px;
	top: 95px;
}

.beauty1_box .beauty1_s2 {
	position: absolute;
	left: 80px;
	bottom: 80px;
}

.beauty1_box .beauty1_s3 {
	position: absolute;
	left: -16px;
	bottom: -150px;
	z-index: 99;
}


/*	模块2 	*/

.beauty2_box {
	width: 100%;
	background: url(../../images/yimei/beauty2_box.png) no-repeat ;
	height: 800px;
	background-position: 130px 90px;
	position: relative;
}

.beauty2_box .beauty2_borleft {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 800px;
	width: 39px;
	background: #7a1e65;
}

.beauty2_box .beauty2_h4 {
	font-size: 60px;
	color: #222;
	font-family: "微软雅黑";
	padding-top: 140px;
	letter-spacing: 5px;
}

.beauty2_cont .beauty_list {
	text-align: center;
	margin-top: 120px;
	width: 102%;
	z-index: 99;
}

.beauty2_cont .beauty_list li {
	width: 228px;
	border: 1px solid #dadadc;
	float: left;
	margin-right: 12px;
	background: #FFF;
	border-radius: 3px;
	height: 296px;
}

.beauty2_cont .beauty_list li:hover {
	background: #7a1e65;
	border: 1px solid #7a1e65;
	-webkit-animation: ani-height 0.3s linear;
	-moz-animation: ani-height 0.3s linear;
	-ms-animation: ani-height 0.3s linear;
	-o-animation: ani-height 0.3s linear;
	animation: ani-height 0.3s linear;
	height: 340px;
}

.beauty2_cont .beauty_list li .list_img {}

.beauty2_cont .beauty_list li:hover .list_img {}

.beauty2_cont .beauty_list li.pr .list_txt2 {
	padding: 50px 9px;
}

@-moz-keyframes ani-height {
	0% {
		height: 296px;
	}
	50% {
		height: 350px;
	}
	100% {
		height: 340px;
	}
}

@keyframes ani-height {
	0% {
		height: 296px;
	}
	50% {
		height: 350px;
	}
	100% {
		height: 340px;
	}
}

@-ms-keyframes ani-height {
	0% {
		height: 296px;
	}
	50% {
		height: 350px;
	}
	100% {
		height: 340px;
	}
}

@-o-keyframes ani-height {
	0% {
		height: 296px;
	}
	50% {
		height: 350px;
	}
	100% {
		height: 340px;
	}
}

@-webkit-keyframes ani-height {
	0% {
		height: 296px;
	}
	50% {
		height: 350px;
	}
	100% {
		height: 340px;
	}
}

.list_img {
	background: url(../../images/yimei/list_img.png) no-repeat;
	width: 93px;
	height: 93px;
	margin: 50px auto 30px auto;
}

.beauty2_cont .beauty_list .icon_c1 {
	background-position: 0px 0px;
}

.beauty2_cont .beauty_list .icon_c2 {
	background-position: 0 -113px;
}

.beauty2_cont .beauty_list .icon_c3 {
	background-position: 0px -226px;
}

.beauty2_cont .beauty_list .icon_c4 {
	background-position: 0px -341px;
}

.beauty2_cont .beauty_list .icon_c5 {
	background-position: 0px -461px;
}

.beauty2_cont li:hover .icon_c1 {
	background-position: -150px 0;
}

.beauty2_cont li:hover .icon_c2 {
	background-position: -149px -113px;
}

.beauty2_cont li:hover .icon_c3 {
	background-position: -148px -225px;
}

.beauty2_cont li:hover .icon_c4 {
	background-position: -149px -341px;
}

.beauty2_cont li:hover .icon_c5 {
	background-position: -148px -462px;
}

.beauty2_cont li:hover .list_txt {
	color: #FFF;
}

.beauty2_cont li:hover .list_txt2 {
	display: block;
	color: #FFF;
}

.beauty2_cont li:hover .list_txt span {
	width: 74px;
	background-color: #fff;
	margin-left: -37px;
}

.beauty2_cont li:hover .list_pull {
	display: none;
}

.beauty2_cont .beauty_list .list_pull {
	width: 16px;
	height: 10px;
	background: url(../../images/yimei/list_img.png) no-repeat;
	background-position: -114px 0;
	margin: 55px auto;
}

.beauty2_cont .beauty_list .list_txt {
	font-size: 16px;
	color: #4a454b;
	font-weight: bold;
	position: relative;
}

.beauty2_cont .beauty_list .list_txt span {
	width: 34px;
	display: block;
	left: 50%;
	margin-left: -17px;
	bottom: -15px;
	position: absolute;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-ms-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
	font-weight: normal;
	height: 2px;
	background-color: #dadadc
}

.beauty2_cont .beauty_list .list_txt2 {
	padding: 50px 15px;
	font-size: 14px;
	display: none;
	line-height: 24px;
}


/*	模块3 	*/

.module {
	background: url(../../images/yimei/module.png) no-repeat;
	margin: 38px auto 15px auto;
	height: 60px;
	width: 75px;
}

.beauty3_box .beauty3_s1 {
	position: absolute;
	right: 80px;
	top: 5px;
}

.beauty4_box .beauty4_s2 {
	position: absolute;
	left: 60px;
	top: -100px;
	z-index: 1
}

.beauty3_box {
	height: 970px;
	background: url(../../images/yimei/beauty3_box.png) no-repeat #f7f7f7;
	background-position: 380px 28px;
	position: relative;
}

.beauty3_cont {
	position: relative;
	padding-top: 146px;
}

.beauty3_cont .beauty_left {
	width: 777px;
	height: 578px;
	background: #7a1e65;
	float: left;
	z-index: 9;
	position: absolute;
}

.beauty3_cont .beauty_left .txt_h4 {
	font-size: 36px;
	color: #FFF;
	padding: 46px 0 25px 46px;
}

.beauty3_cont .beauty_left ul {
	margin-left: 49px;
	border-bottom: 1px solid #a6418f;
	border-right: 1px solid #a6418f;
	height: 393px;
	width: 684px;
	text-align: center;
}

.beauty3_cont .beauty_left ul li {
	width: 170px;
	height: 196px;
	position: relative;
	float: left;
	border-top: 1px solid #a6418f;
	border-left: 1px solid #a6418f;
}

.beauty3_cont .beauty_left ul li .mod_show {
	width: 206px;
	height: 227px;
	background: #c542a7;
	position: absolute;
	left: -18px;
	top: -15px;
	z-index: 99;
	display: none;
}

.beauty3_cont .beauty_left ul li:hover .mod_show {
	display: block;
	-webkit-animation: scale-ani 0.3s linear;
	-moz-animation: scale-ani 0.3s linear;
	-ms-animation: scale-ani 0.3s linear;
	-o-animation: scale-ani 0.3s linear;
	animation: scale-ani 0.3s 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%;
}

.beauty3_cont .beauty_left ul li .icon_c1 {
	background-position: 0 -338px;
}

.beauty3_cont .beauty_left ul li .icon_c2 {
	background-position: 0 -268px;
}

.beauty3_cont .beauty_left ul li .icon_c3 {
	background-position: 0 -479px;
}

.beauty3_cont .beauty_left ul li .icon_c4 {
	background-position: 0 -409px;
}

.beauty3_cont .beauty_left ul li .icon_c5 {
	background-position: 0 -66px;
}

.beauty3_cont .beauty_left ul li .icon_c6 {
	background-position: 0 0px;
}

.beauty3_cont .beauty_left ul li .icon_c7 {
	background-position: 0 -199px;
}

.beauty3_cont .beauty_left ul li .icon_c8 {
	background-position: 0 -132px;
}

.beauty3_cont .beauty_left ul li .list_txt2 {
	padding: 0 15px;
	font-size: 14px;
	color: #ef95da;
	line-height: 24px;
}

.beauty3_cont .beauty_left ul li .list_txt {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 10px;
}

.beauty3_cont .beauty_right {
	background: url(../../images/yimei/beauty_right.png) no-repeat;
	width: 638px;
	height: 654px;
	position: absolute;
	right: -45px;
	top: 223px;
}

.beauty3_cont .beauty_right .txt_h4 {
	font-size: 36px;
	color: #222;
	margin-top: 65px;
	margin-left: 210px;
}

.beauty3_cont .beauty_right .txt_h4 i {
	width: 36px;
	height: 3px;
	background: #7a1e65;
	display: block;
	margin: 18px 0 0 0px;
}

.beauty3_cont .beauty_right .txt_p {
	text-align: left;
	padding-left: 210px;
	padding-right: 100px;
	margin-top: 40px;
	color: #8e8d8d;
	font-size: 15px;
	line-height: 32px;
}

.beauty3_cont .beauty_right .txt_img {
	position: absolute;
	right: 100px;
	bottom: 100px;
	color: #ababab;
	font-size: 14px;
}

.beauty3_cont .beauty_right .txt_img span {
	display: block;
}

.beauty3_cont .beauty_right .txt_img span img {
	margin-left: 120px;
	padding-bottom: 8px;
}

.beauty3_cont .beauty_right .base {
	width: 78px;
	height: 500px;
	border: 10px solid #7a1e65;
	position: absolute;
	right: -40px;
	top: 110px;
}


/*	模块4 	*/

.pr {
	position: relative;
}

.beauty4_box {
	height: 830px;
	background: url(../../images/yimei/beauty4_box.png) no-repeat #FFF;
	background-position: 288px 65px;
	position: relative;
	z-index: 10;
}

.beauty4_cont {
	padding-top: 130px;
	position: relative;
}

.beauty4_cont .control_left .txt_h4 {
	font-size: 60px;
	color: #2b2d31;
	letter-spacing: 5px;
}

.beauty4_cont .control_left ul {
	padding-left: 40px;
	margin-top: 80px;
	background: url(../../images/yimei/control_left.png) 14px no-repeat;
	height: 153px;
}

.beauty4_cont .control_left ul li {
	font-size: 16px;
	color: #777;
	margin-bottom: 22px;
}

.beauty4_cont .control_right {
	position: absolute;
	right: 0px;
	top: -80px;
	width: 550px;
	height: 550px;
	background: url(../../images/yimei/control_right1.png) no-repeat;
	429 458
}

.beauty4_cont .control_right .right_ul {
	width: 426px;
	height: 454px;
	background: #FFF;
	margin: 20px 0 0 40px;
	position: relative;
	overflow: hidden;
}

.beauty4_cont .control_right .right_ul li {
	position: absolute;
	left: 0;
	top: 0
}

.beauty4_cont .control_right .right_ul li img {
	width: 426px;
	height: 454px;
}

.special {
	margin-top: 210px;
	position: relative;
	border-top: 1px solid #DDD;
}

.beauty4_box .beauty4_s1 {
	position: absolute;
	right: 60px;
	top: 160px;
}

.special .special_p {
	position: absolute;
	top: -22px;
	left: 0px;
	width: 110px;
	height: 43px;
	border-radius: 23px;
	background: #81296d;
	font-size: 16px;
	color: #FFF;
	line-height: 43px;
	padding-left: 12px;
}

.special .special_p img {
	margin-left: 9px;
	margin-bottom: 7px;
}

.special .special_p i {
	width: 29px;
	height: 30px;
	background: url(../../images/yimei/special_p.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-left: 12px;
}

.special_con {
	margin-left: 150px;
}

.special .spe_dl {
	width: 140px;
	float: left;
	text-align: center;
	position: relative;
	cursor: pointer;
	margin-right: 35px;
}

.special .spe_dl .spe_ico {
	position: absolute;
	top: -70px;
	right: 50px;
	background: url(../../images/yimei/special.png) no-repeat;
	width: 40px;
	height: 40px;
}

.special .spe_dl .ico_1 {
	background-position: -22px 4px;
}

.special .spe_dl .ico_2 {
	background-position: -78px 1px;
}

.special .spe_dl .ico_3 {
	background-position: -123px 0px;
}

.special .spe_dl .ico_4 {
	background-position: -170px 0px;
}

.special .spe_dl .ico_5 {
	background-position: -214px 0px;
}

.special .spe_dl .ico_6 {
	background-position: -260px 0px;
}

.special .spe_dl.active .ico_1 {
	background-position: -23px -44px;
}

.special .spe_dl.active .ico_2 {
	background-position: -79px -47px;
}

.special .spe_dl.active .ico_3 {
	background-position: -123px -48px;
}

.special .spe_dl.active .ico_4 {
	background-position: -170px -49px;
}

.special .spe_dl.active .ico_5 {
	background-position: -214px -49px;
}

.special .spe_dl.active .ico_6 {
	background-position: -261px -48px;
}

.special .spe_dl.active .spe_cen {
	background-position: -18px -99px;
}

.special .spe_dl .spe_cen {
	position: absolute;
	top: -5px;
	right: 65px;
	background: url(../../images/yimei/special.png) no-repeat;
	width: 11px;
	height: 11px;
	background-position: -0px -99px;
}

.special .spe_dl .spe_txt {
	padding: 35px 7px 0 7px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.special .spe_dl.active .spe_txt {
	color: #81296d
}


/*	模块5 	*/

.beauty5_box {
	height: 755px;
	background: url(../../images/yimei/beauty5_box.jpg) no-repeat #f5f5f5;
	z-index: 11;
	position: relative;
}

.beauty5_box .beauty5_h4 {
	font-size: 60px;
	color: #FFF;
	padding: 70px 0 65px 940px;
	letter-spacing: 5px;
}

.beauty5_cont {
	width: 1158px;
	height: 452px;
	margin: 0 auto;
	background: url(../../images/yimei/beauty5_cont.jpg) no-repeat;
}

.beauty5_cont .beauty_list {
	text-align: center;
	width: 102%;
	padding: 80px 0 0 110px;
}

.beauty5_cont .beauty_list li {
	width: 215px;
	float: left;
	margin-right: 30px;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-ms-transition: All 1s ease;
	-o-transition: All 1s ease;
	border-radius: 3px;
	height: 296px;
}

.beauty5_cont .beauty_list li.active .list_icon {
	-webkit-animation: scale-ani 0.5s linear;
	-moz-animation: scale-ani 0.5s linear;
	-ms-animation: scale-ani 0.5s linear;
	-o-animation: scale-ani 0.5s linear;
	animation: scale-ani 0.5s 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%;
}

.beauty5_cont li {
	position: relative;
}

.beauty5_cont .beauty_list .cr {
	border: 1px solid #81296d;
	left: 76.5px;
	top: 49px;
	position: absolute;
	width: 58px;
	height: 58px;
	border-radius: 50%;
}

.beauty5_cont .beauty_list .cr1 {
	clip: rect(0px, 60px, 0px, 0px);
}

.list_icon {
	background: url(../../images/yimei/list_icon.png) no-repeat;
	width: 60px;
	height: 60px;
	margin: 50px auto 20px auto;
}

.beauty5_cont .beauty_list .icon_c1 {
	background-position: -3px 6px;
}

.beauty5_cont .beauty_list .icon_c2 {
	background-position: -88px 3px;
}

.beauty5_cont .beauty_list .icon_c3 {
	background-position: -183px 7px;
}

.beauty5_cont .beauty_list .icon_c4 {
	background-position: -277px 9px;
}

.beauty5_cont li.cur .icon_c1 {
	background-position: -4px -54px;
}

.beauty5_cont li.cur .icon_c2 {
	background-position: -89px -55px;
}

.beauty5_cont li.cur .icon_c3 {
	background-position: -184px -55px;
}

.beauty5_cont li.cur .icon_c4 {
	background-position: -278px -55px;
}

.beauty5_cont li.active .cr1 {
	clip: rect(0px, 100px, 100px, 0px);
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.beauty5_cont li.active .cr2 {
	display: none;
}

.beauty5_cont .beauty_list .list_txt {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	position: relative;
}

.beauty5_cont .beauty_list .list_txt span {
	width: 37px;
	display: block;
	left: 50%;
	margin-left: -18.5px;
	bottom: -15px;
	position: absolute;
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-ms-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
	font-weight: normal;
	height: 2px;
	background-color: #81296d
}

.beauty5_cont .beauty_list .list_txt1 {
	padding: 30px 0px;
	font-size: 14px;
	line-height: 24px;
	color: #777;
}


/*	模块6 	*/

.beauty6_box {
	height: 895px;
	background: url(../../images/yimei/beauty6_box.jpg) no-repeat;
	position: relative;
	z-index: 12
}

.beauty6_s2 {
	position: absolute;
	top: 100px;
	right: 110px;
}

.beauty6_s1 {
	position: absolute;
	bottom: -160px;
	left: 100px;
	z-index: 99;
}

.beauty6_cont {
	padding-top: 110px;
}

.beauty6_cont .beauty6_h4 {
	font-size: 60px;
	color: #FFF;
	text-align: center;
	letter-spacing: 5px;
}

.list_mat {
	width: 268px;
	height: 385px;
}

.list_matt {
	width: 105%;
	padding-top: 160px;
	text-align: center;
}

.beauty6_cont .list_matt li {
	float: left;
	margin-right: 45px;
	color: #FFF;
	font-size: 16px;
}

.beauty6_cont .list_matt li dl {
	float: left;
	position: relative;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	height: 384px;
	overflow: hidden;
}

.beauty6_cont .list_matt li p {
	padding: 133px 30px 0 30px;
	line-height: 36px;
	height: 155px;
	font-weight: bold;
	text-align: center;
}

.beauty6_cont .list_matt li a {
	position: absolute;
	left: 50%;
	margin-left: -64px;
	bottom: 50px;
	width: 128px;
	height: 36px;
	border: 1px solid #e9d9e6;
	color: #FFF;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}

.beauty6_cont .list_matt .matt_1,
.beauty6_cont .list_matt .matt_3 {
	margin-top: 50px;
}

.beauty6_cont .list_matt .bg1,
.beauty6_cont .list_matt .bg2 {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../../images/yimei/list_matt.png) no-repeat;
	width: 268px;
	height: 385px;
	z-index: -1;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.beauty6_cont .list_matt .bg2 {
	transform: translate(0, 384px);
	-webkit-transform: translate(0, 384px);
	-moz-transform: translate(0, 384px);
	-o-transform: translate(0, 384px);
	-ms-transform: translate(0, 384px);
}

.beauty6_cont .list_matt .matt_1 .bg1 {
	background-position: 0px 0px;
}

.beauty6_cont .list_matt .matt_2 .bg1 {
	background-position: -272px 0px;
}

.beauty6_cont .list_matt .matt_3 .bg1 {
	background-position: -543px 0px;
}

.beauty6_cont .list_matt .matt_4 .bg1 {
	background-position: -810px 0px;
}

.beauty6_cont .list_matt .matt_1 .bg2 {
	background-position: 0px -397px;
}

.beauty6_cont .list_matt .matt_2 .bg2 {
	background-position: -272px -397px;
}

.beauty6_cont .list_matt .matt_3 .bg2 {
	background-position: -543px -397px;
}

.beauty6_cont .list_matt .matt_4 .bg2 {
	background-position: -813px -397px;
}

.beauty6_cont .list_matt li:hover dl .bg2 {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.beauty6_cont .list_matt li:hover p,
.beauty6_cont .list_matt li:hover a {}


/*
.beauty6_cont .matt_1:hover{background-position:0px -397px;}
.beauty6_cont .matt_2:hover{background-position:-272px -397px;}
.beauty6_cont .matt_3:hover{background-position:-543px -397px;}
.beauty6_cont .matt_4:hover{background-position:-813px -397px;}
*/


/*	模块7 	*/

.beauty7_box {
	height: 825px;
	background: url(../../images/yimei/beauty7_box.png) no-repeat;
	position: relative;
}

.beauty7_box .beauty7_s1 {
	position: absolute;
	right: 600px;
	top: 40px;
}

.beauty7_cont .order_left {
	float: left;
	font-family: "microsoft yahei";
}

.beauty7_cont .order_h4 {
	font-size: 60px;
	color: #1b1b1b;
	letter-spacing: 5px;
	padding: 160px 0 11px 0;
}

.beauty7_cont .buty7_list {
	padding: 33px 0 79px;
	margin-top: 25px;
}

.beauty7_cont .buty7_list li {
	width: 743px;
	height: 145px;
}

.beauty7_cont .buty7_list li dl {
	padding-left: 78px;
	position: relative;
	width: 665px;
	height: 145px;
	overflow: hidden;
}

.beauty7_cont .buty7_list li .num {
	font-size: 24px;
	color: #333333;
	padding: 35px 0 15px 30px;
	position: absolute;
}

.beauty7_cont .buty7_list li .con {
	font-size: 16px;
	color: #777777;
	padding-left: 30px;
	position: absolute;
	top: 85px;
}

.beauty7_cont .buty7_list li dl.cur {
	color: #FFF;
	position: relative;
}

.beauty7_cont .buty7_list li dl.cur .num {
	color: #FFF;
}

.beauty7_cont .buty7_list li dl.cur .con {
	color: #FFF;
}

.beauty7_cont .buty7_list li dl .lis_bk {
	width: 643px;
	height: 145px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #e271c8;
	transform: translate(-400px, 0);
	-webkit-transform: translate(-400px, 0);
	-moz-transform: translate(-400px, 0);
	-o-transform: translate(-400px, 0);
	-ms-transform: translate(-400px, 0);
	opacity: 0;
}

.beauty7_cont .buty7_list li dl .lis_bk b {
	width: 11px;
	height: 20px;
	display: block;
	background: url(../../images/yimei/list_li.png) no-repeat 0 -217px;
	position: absolute;
	right: -11px;
	top: 65px;
}

.beauty7_cont .buty7_list li i {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../../images/yimei/list_li.png) no-repeat;
	position: absolute;
	left: 28px;
	top: 50px;
}

.beauty7_cont .buty7_list li i.b7_i1 {
	background-position: -14px -80px;
}

.beauty7_cont .buty7_list li i.b7_i2 {
	background-position: -117px -81px
}

.beauty7_cont .buty7_list li i.b7_i3 {
	background-position: -202px -81px;
}

.beauty7_cont .buty7_list li dl.cur .b7_i1 {
	background-position: -14px -12px;
}

.beauty7_cont .buty7_list li dl.cur .b7_i2 {
	background-position: -117px -11px
}

.beauty7_cont .buty7_list li dl.cur .b7_i3 {
	background-position: -202px -11px;
}

.beauty7_cont .buty7_list li dl.cur .lis_bk {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	opacity: 1;
}

.beauty7_cont .order_right {
	width: 355px;
	height: 575px;
	background: url(../../images/yimei/list_li.png) -30px -424px no-repeat;
	float: right;
	margin-right: 100px;
}

.right_cont {
	width: 309px;
	height: 487px;
	margin: 88px 0 0 22px;
	position: relative;
	overflow: hidden;
}

.right_cont .circle {
	position: absolute;
	text-align: center;
	bottom: -10px;
	height: 30px;
	line-height: 34px;
	width: 100%;
}

.right_cont .circle span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 2px;
	background: #FFF;
	border-radius: 50%;
	text-indent: -99999px;
}

.right_cont .circle .cur {
	background: #81296d;
}

.right_cont ul {
	height: 487px;
	position: absolute;
	left: 0;
	top: 0;
	width: 9999px;
}

.right_cont ul li {
	float: left;
	width: 309px;
	height: 487px;
}

.right_cont ul li img {
	width: 309px;
}


/*模块9*/

.beauty8_box {
	background: #fff;
	font-family: "Microsoft YaHei";
	position: relative;
}

.beauty8_box .beauty8_head {
	height: 199px;
	background: url(../../images/yimei/b9_head_bg.png) -171px 6px #81296d no-repeat;
}

.beauty8_box .beauty8_head h3 {
	font-size: 60px;
	color: #fff;
	line-height: 199px;
	letter-spacing: 5px;
}

.beauty8_box .beauty8_list {
	padding: 33px 0 79px;
	position: relative;
	float: left;
}

.beauty8_box .beauty8_pic {
	float: right;
	margin-top: 110px;
}

.beauty8_box .beauty8_list li.img {
	position: absolute;
	width: 647px;
	height: 547px;
	right: 0;
	top: 105px;
}

.beauty8_box .beauty8_list li {
	padding-left: 78px;
	width: 402px;
	height: 131px;
	position: relative;
	border-bottom: 1px solid #e6e6e7;
}

.beauty8_box .beauty8_list li i {
	display: inline-block;
	width: 49px;
	height: 57px;
	background: url(../../images/yimei/b9_list_s.png) no-repeat;
	position: absolute;
	left: 0;
	top: 34px;
}

.beauty8_box .beauty8_list li i.b9_i2 {
	background-position: 0 -57px;
}

.beauty8_box .beauty8_list li i.b9_i3 {
	background-position: 0 -114px;
}

.beauty8_box .beauty8_list li i.b9_i4 {
	background-position: 0 -171px;
}

.beauty8_box .beauty8_list li p.num {
	font-family: "Hobo Std";
	font-size: 20px;
	color: #222;
	font-style: italic;
	padding-top: 42px;
}

.beauty8_box .beauty8_list li p.con {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.beauty8_box .beauty8_list li:hover .b9_i1 {
	background-position: -49px 0;
}

.beauty8_box .beauty8_list li:hover i.b9_i2 {
	background-position: -49px -57px;
}

.beauty8_box .beauty8_list li:hover i.b9_i3 {
	background-position: -49px -114px;
}

.beauty8_box .beauty8_list li:hover i.b9_i4 {
	background-position: -49px -171px;
}

.beauty8_box .beauty8_list li:hover p.con {
	color: #666;
	font-weight: bold;
}

.beauty8_box .beauty8_g1 {
	position: absolute;
	width: 197px;
	height: 206px;
	top: 122px;
	right: 20px;
}

.beauty8_box .beauty8_g2 {
	position: absolute;
	width: 251px;
	height: 260px;
	bottom: 0;
	left: -65px;
}

@-moz-keyframes ani-opacity {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

@keyframes ani-opacity {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes ani-opacity {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes ani-opacity {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes ani-opacity {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}


/*=======*/


/*模块10*/

.beauty9_box {
	background: url(../../images/yimei/beauty9_box.jpg) no-repeat center;
	padding: 90px 0 106px;
	font-family: "Microsoft YaHei";
	position: relative;
	z-index: 13
}

.beauty9_box .beauty9_con h3.title {
	font-size: 60px;
	text-align: center;
	color: #fff;
	letter-spacing: 5px;
}

.beauty9_box .beauty9_con .beauty9_list {
	padding-top: 70px;
}

.beauty9_box .beauty9_list li.b10_li {
	width: 260px;
	float: left;
	margin: 0 20px;
	text-align: center;
}

.beauty9_box .beauty9_list li.b10_li dl {
	width: 260px;
	float: left;
	cursor: pointer;
	height: 338px;
	padding-top: 47px;
	position: relative;
	height: 338px;
	-webkit-perspective: 1000;
}

.beauty9_box .beauty9_list li.b10_li .bg1,
.beauty9_box .beauty9_list li.b10_li .bg2 {
	height: 385px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../../images/yimei/b10_li_s.png) no-repeat 0 0;
	width: 260px;
	z-index: -1;
}

.beauty9_box .beauty9_list li.b10_li .bg2 {
	background-position: -270px 0;
	opacity: 0;
}

.beauty9_box .b10_li i {
	display: inline-block;
	width: 85px;
	height: 85px;
	background: url(../../images/yimei/b10_s.png) no-repeat;
}

.beauty9_box .b10_li i.c2 {
	background-position: -85px 0;
}

.beauty9_box .b10_li i.c3 {
	background-position: 0 -85px;
}

.beauty9_box .b10_li i.c4 {
	background-position: -85px -85px;
}

.beauty9_box .b10_li h4 {
	margin-top: 25px;
	font-size: 24px;
	color: #222;
}

.beauty9_box .b10_li p {
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}

.beauty9_box .beauty9_list li:hover dl {
	transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transition: transform .8s ease-in-out;
	-o-transition: transform .8s ease-in-out;
	-webkit-transition: transform .8s ease-in-out;
	-o-transition: transform .8s ease-in-out;
	-ms-transition: .8s ease-in-out;
	-moz-transition: .8s ease-in-out;
}

.beauty9_box .beauty9_list li:hover i,
.beauty9_box .beauty9_list li:hover h4,
.beauty9_box .beauty9_list li:hover p {
	color: #fff;
	transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
}

.beauty9_box .beauty9_list li:hover dl .bg1,
.beauty9_box .beauty9_list li:hover dl .bg2 {
	transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out;
	-ms-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
}

.beauty9_box .beauty9_list li:hover dl .bg1 {
	opacity: 0;
}

.beauty9_box .beauty9_list li:hover dl .bg2 {
	opacity: 1;
}


/*===*/

@-moz-keyframes light-ani {
	0% {
		-moz-transform: scale(0.3, 0.3);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1.5, 1.5);
		opacity: 0;
	}
}

@keyframes light-ani {
	0% {
		transform: scale(0.3, 0.3);
		opacity: 1;
	}
	100% {
		transform: scale(1.5, 1.5);
		opacity: 0;
	}
}

@-ms-keyframes light-ani {
	0% {
		-ms-transform: scale(0.3, 0.3);
		opacity: 1;
	}
	100% {
		-ms-transform: scale(1.5, 1.5);
		opacity: 0;
	}
}

@-o-keyframes light-ani {
	0% {
		-o-transform: scale(0.3, 0.3);
		opacity: 1;
	}
	100% {
		-o-transform: scale(1.5, 1.5);
		opacity: 0;
	}
}

@-webkit-keyframes light-ani {
	0% {
		-webkit-transform: scale(0.3, 0.3);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.5, 1.5);
		opacity: 0;
	}
}

.beauty10_box {
	background: url(../../images/yimei/beauty10_box.png) no-repeat center 52px #fff;
	font-family: "Microsoft YaHei";
	padding-top: 151px;
	position: relative;
	z-index: 14
}

.beauty10_box h3.title {
	font-size: 60px;
	text-align: center;
	color: #222;
	letter-spacing: 5px;
}

.beauty10_box .b11_img {
	text-align: center;
	padding-left: 50%;
	margin-left: -960px;
	position: relative;
}

.beauty10_box .b11_img p {
	height: 135px;
	width: 48px;
	text-align: center;
}

.beauty10_box .b11_txt1 {
	position: absolute;
	top: 236px;
	margin-left: 447px;
}

.beauty10_box .b11_txt1 span {
	display: block;
	background: url(../../images/yimei/beauty_box10.png) no-repeat;
	margin: 0 auto
}

.beauty10_box .b11_txt1 .icon_1 {
	background-position: -127px -26px;
	width: 3px;
	height: 110px;
}

.beauty10_box .b11_txt1 .icon_2 {
	background-position: -9px -7px;
	width: 28px;
	height: 28px;
	z-index: 99;
	margin-top: -1px;
}

.beauty10_box .b11_txt1 .icon_3 {
	background-position: -229px -26px;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: -22.5px;
	bottom: -11px;
	-webkit-animation: light-ani 2s ease-in-out infinite;
	-moz-animation: light-ani 2s ease-in-out infinite;
	-ms-animation: light-ani 2s ease-in-out infinite;
	-o-animation: light-ani 2s ease-in-out infinite;
	animation: light-ani 2s ease-in-out infinite;
}

.beauty10_box .b11_txt2 {
	position: absolute;
	top: 225px;
	margin-left: 760px;
}

.beauty10_box .b11_txt2 span {
	display: block;
	background: url(../../images/yimei/beauty_box10.png) no-repeat;
	margin: 0 auto
}

.beauty10_box .b11_txt2 .icon_1 {
	background-position: -151px -26px;
	width: 3px;
	height: 110px;
}

.beauty10_box .b11_txt2 .icon_2 {
	background-position: -69px -7px;
	width: 28px;
	height: 28px;
	z-index: 99;
	margin-top: -1px;
}

.beauty10_box .b11_txt2 .icon_3 {
	background-position: -295px -26px;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: -22.5px;
	bottom: -11px;
	-webkit-animation: light-ani 2s ease-in-out infinite 0.8s;
	-moz-animation: light-ani 2s ease-in-out infinite 0.8s;
	-ms-animation: light-ani 2s ease-in-out infinite 0.8s;
	-o-animation: light-ani 2s ease-in-out infinite 0.8s;
	animation: light-ani 2s ease-in-out infinite 0.8s;
}

.beauty10_box .b11_txt3 {
	position: absolute;
	top: 185px;
	margin-left: 1070px;
}

.beauty10_box .b11_txt3 span {
	display: block;
	background: url(../../images/yimei/beauty_box10.png) no-repeat;
	margin: 0 auto
}

.beauty10_box .b11_txt3 .icon_1 {
	background-position: -171px -26px;
	width: 3px;
	height: 110px;
}

.beauty10_box .b11_txt3 .icon_2 {
	background-position: -9px -83px;
	width: 29px;
	height: 29px;
	z-index: 99;
	margin-top: -1px;
}

.beauty10_box .b11_txt3 .icon_3 {
	background-position: -229px -84px;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: -22.5px;
	bottom: -11px;
	-webkit-animation: light-ani 2s ease-in-out infinite 0.5s;
	-moz-animation: light-ani 2s ease-in-out infinite 0.5s;
	-ms-animation: light-ani 2s ease-in-out infinite 0.5s;
	-o-animation: light-ani 2s ease-in-out infinite 0.5s;
	animation: light-ani 2s ease-in-out infinite 0.5s;
}

.beauty10_box .b11_txt4 {
	position: absolute;
	top: 90px;
	margin-left: 1380px;
}

.beauty10_box .b11_txt4 span {
	display: block;
	background: url(../../images/yimei/beauty_box10.png) no-repeat;
	margin: 0 auto
}

.beauty10_box .b11_txt4 .icon_1 {
	background-position: -190px -26px;
	width: 3px;
	height: 110px;
}

.beauty10_box .b11_txt4 .icon_2 {
	background-position: -69px -83px;
	width: 28px;
	height: 28px;
	z-index: 99;
	margin-top: -1px;
}

.beauty10_box .b11_txt4 .icon_3 {
	background-position: -295px -84px;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: -22.5px;
	bottom: -11px;
	-webkit-animation: light-ani 2s ease-in-out infinite 1s;
	-moz-animation: light-ani 2s ease-in-out infinite 1s;
	-ms-animation: light-ani 2s ease-in-out infinite 1s;
	-o-animation: light-ani 2s ease-in-out infinite 1s;
	animation: light-ani 2s ease-in-out infinite 1s;
}

.beauty10_box .beauty10_con {
	height: 461px;
	position: relative
}

.beauty10_box .beauty10_con .b10_img {
	position: absolute;
	top: 0;
	right: 0;
}

.beauty10_box .beauty10_con h4 {
	font-size: 36px;
	color: #333;
}

.beauty10_box .beauty10_con .b11_list {
	padding-left: 40px;
	margin-top: 40px;
	background: url(../../images/yimei/b11_con_leftbg.png) 14px no-repeat;
	height: 134px;
}

.beauty10_box .beauty10_con .b11_list li {
	font-size: 16px;
	color: #777;
	margin-bottom: 36px;
}

.beauty10_box .beauty10_g1 {
	position: absolute;
	top: 119px;
	right: 74px;
}

.beauty10_box .beauty10_g2 {
	position: absolute;
	top: 887px;
	left: 0;
}


/*=====*/

.beauty11_box {
	background: url(../../images/yimei/beauty11_box.png) no-repeat center 48px #f7f7f7;
	font-family: "Microsoft YaHei";
	padding: 140px 0 188px;
	position: relative;
	z-index: 15
}

.beauty11_box h3.title {
	font-size: 60px;
	text-align: center;
	color: #222;
	letter-spacing: 5px;
}

.beauty11_box .beauty11_con .b12_list {
	padding-top: 120px;
	;
}

.beauty11_box .beauty11_con .b12_list li {
	width: 270px;
	text-align: center;
	margin: 0 15px;
	float: left;
	cursor: pointer;
}

.beauty11_box .beauty11_con .b12_list li i {
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url(../../images/yimei/b12_s.png) no-repeat;
}

.beauty11_box .beauty11_con .b12_list li h4 {
	margin: 35px 0 30px;
	font-size: 16px;
	color: #333;
}

.beauty11_box .beauty11_con .b12_list li span.line {
	width: 31px;
	height: 3px;
	display: block;
	margin: 0 auto;
	background: #81296d;
}

.beauty11_box .beauty11_con .b12_list li p {
	margin-top: 35px;
	font-size: 14px;
	color: #777;
}

.beauty11_box .beauty11_con .b12_list li i.c2 {
	background-position: 0 -120px;
}

.beauty11_box .beauty11_con .b12_list li i.c3 {
	background-position: 0 -240px;
}

.beauty11_box .beauty11_con .b12_list li i.c4 {
	background-position: 0 -360px;
}

.beauty11_box .beauty11_con .b12_list li:hover i {}

.beauty11_box .beauty11_con .b12_list li:hover i {
	background-position: -120px 0;
}

.beauty11_box .beauty11_con .b12_list li:hover i.c2 {
	background-position: -120px -120px;
}

.beauty11_box .beauty11_con .b12_list li:hover i.c3 {
	background-position: -120px -240px;
}

.beauty11_box .beauty11_con .b12_list li:hover i.c4 {
	background-position: -120px -360px;
}

.beauty11_box .beauty11_g1 {
	position: absolute;
	top: -24px;
	right: 630px;
}

.beauty11_box .beauty11_g2 {
	position: absolute;
	bottom: 0;
	right: 20px;
}


/*========================*/


/*高端定制*/

.custom_banner {
	height: 904px;
	position: relative;
	font-family: "Microsoft YaHei"
}

.custom_banner .custom_img {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.custom_banner .custom_img img {
	width: 100%;
	height: 100%;
}

.custom_banner .custom_txt {
	position: absolute;
	top: 260px;
	text-align: center;
	width: 1200px;
}

.custom_banner .custom_txt p.txt1 {
	font-size: 72px;
	color: #fff;
	line-height: 107px
}

.custom_banner .custom_txt p.txt2 {
	font-size: 48px;
	color: #fff;
	font-weight: lighter;
	line-height: 107px
}

.custom_banner .custom_txt p.borderB {
	width: 100px;
	height: 4px;
	display: inline-block;
	background: #b68551;
}

.custom_banner i.mouse {
	height: 41px;
	width: 25px;
	display: inline-block;
	position: absolute;
	bottom: 31px;
	left: 50%;
	margin-left: -12px;
	background: url(../../images/yimei/mouse.gif);
}

.custom1_box {
	background: url(../../images/yimei/custom1_box_bg.jpg) #f4f4f4 no-repeat;
	height: 855px;
	background-size: 100% 100%;
}

.custom1_box .custom1_txt {
	text-align: center;
	width: 100%;
	padding-top: 120px;
}

.custom1_box .custom1_txt p.txt1 {
	font-size: 36px;
	color: #2f2f2f;
	margin: 0 0 35px;
}

.custom1_box .custom1_txt p.txt1 span {
	color: #b68551;
	font-weight: bold;
}

.custom1_box .custom1_txt p.txt2 {
	font-size: 18px;
	color: #2f2f2f;
	padding-bottom: 100px;
}

.custom1_box .custom1_txt img {
	width: 733px;
	height: 436px;
}

.custom2_box {
	background: url(../../images/yimei/custom2_box_bg.jpg) #f4f4f4 no-repeat;
	background-size: 100% 100%;
}

.custom2_box .custom2_wrap {
	height: 578px;
	width: 100%;
	padding: 116px 0 110px;
	position: relative
}

.custom2_box .custom2_wrap .custom2_txt {
	text-align: center;
	width: 100%;
}

.custom2_box .custom2_wrap .custom2_txt p.txt1 {
	font-size: 36px;
	color: #2f2f2f;
	margin-bottom: 14px/*padding:114px 0 14px;*/
}

.custom2_box .custom2_wrap .custom2_txt p.txt2 {
	font-size: 18px;
	color: #2f2f2f;
}

.custom2_box .custom2_wrap .ct2_list {
	position: relative;
	width: 1200px;
	height: 387px
}

.custom2_box .custom2_wrap .custom2_list {
	width: 1200px;
	padding: 85px 104px 0;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0;
}

.custom2_box .custom2_wrap .custom2_list {
	display: none;
}

.custom2_box .custom2_wrap .custom2_list.show {
	display: block;
}

.custom2_box .custom2_wrap .custom2_list li {
	width: 196px;
	text-align: center;
	float: left;
	padding: 0 26px;
}

.custom2_box .custom2_wrap .custom2_list li img {
	width: 173px;
	height: 194px;
}

.custom2_box .custom2_wrap .custom2_list li p.title {
	font-size: 18px;
	font-weight: bold;
	color: #2f2f2f;
	padding: 28px 0 6px;
}

.custom2_box .custom2_wrap .custom2_list li p.list_txt {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.custom2_box .custom2_wrap .custom_pager {
	margin-top: 74px;
	height: 22px;
	text-align: center;
	position: absolute;
	bottom: -96px;
	width: 100%
}

.custom2_box .custom2_wrap .custom_pager span {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ac8052;
	margin-left: 7px;
	cursor: pointer;
}

.custom2_box .custom2_wrap .custom_pager span.on {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ac8052;
}

.custom_prev,
.custom_next {
	display: inline-block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -26px;
}

.custom_prev {
	background: url(../../images/yimei/s_prev.png) center no-repeat #c2c0bd;
	left: -53px;
}

.custom_next {
	background: url(../../images/yimei/s_next.png) center no-repeat #c2c0bd;
	right: -53px;
}

.custom_prev:hover,
.custom_next:hover {
	background-color: #86827b;
}

.custom3_box {
	background: url(../../images/yimei/custom3_box_bg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 869px;
}

.custom3_box .custom3_txt {
	text-align: center;
	width: 100%;
	padding-top: 118px;
}

.custom3_box .custom3_txt p.txt1 {
	font-size: 36px;
	color: #fff;
	margin: 0 0 20px;
}

.custom3_box .custom3_txt p.txt2 {
	font-size: 18px;
	color: #fff;
}

.custom3_box .custom3_txt img {
	margin-top: 96px;
}

.custom4_box {
	background: url(../../images/yimei/custom4_box_bg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 768px;
}

.custom4_box .custom4_txt {
	text-align: center;
	width: 100%;
}

.custom4_box .custom4_txt p.txt1 {
	font-size: 36px;
	color: #2f2f2f;
	margin: 118px 0 20px;
}

.custom4_box .custom4_txt p.txt2 {
	font-size: 18px;
	color: #2f2f2f;
}

.custom4_box .ct4_list_wrap {
	margin-top: 94px;
	height: 338px;
	position: relative;
}

.custom4_box .ct4_list_wrap .ct4_list {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.custom4_box .ct4_list_wrap .custom4_list {
	height: 100%;
	width: 150%;
	position: absolute;
	left: 0;
}

.custom4_box .ct4_list_wrap .custom4_list li {
	width: 256px;
	height: 338px;
	margin: 0 22px;
	float: left;
	text-align: center;
}

.custom4_box .ct4_list_wrap .custom4_list li p {
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	display: inline-block;
	height: 100%;
	font-size: 22px;
	color: #fff;
}

.custom4_box .ct4_list_wrap .custom4_list li.bg_c2986b {
	background: #c2986b;
}

.custom4_box .ct4_list_wrap .custom4_list li.bg_i1 {
	background: url(../../images/yimei/custom4_bg1.jpg);
}

.custom4_box .ct4_list_wrap .custom4_list li.bg_i2 {
	background: url(../../images/yimei/custom4_bg2.jpg);
}

.custom4_box .ct4_list_wrap .custom4_list li.bg_i3 {
	background: url(../../images/yimei/custom4_bg3.jpg);
}

.custom5_box {
	background: url(../../images/yimei/custom5_box_bg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 671px;
}

.custom5_box .custom5_txt {
	text-align: center;
	width: 100%;
	padding-top: 177px;
}

.custom5_box .custom5_txt p {
	text-align: center;
	color: #fff;
}

.custom5_box .custom5_txt p.txt1 {
	font-size: 52px;
	margin: 0 0 26px;
}

.custom5_box .custom5_txt p.txt2 {
	font-size: 28px;
	font-weight: lighter;
}

.custom5_box .custom5_txt p.ct5_btn {
	margin-top: 54px;
}

.custom5_box .custom5_txt p.ct5_btn a {
	display: inline-block;
	width: 199px;
	height: 71px;
	border-radius: 43px;
	border: 8px solid #252626;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 71px;
	background: #c2986b;
}


/*客户案例*/

.lsy_mainimg {
	position: relative;
	z-index: 4;
	background-color: #fff;
	height: auto !important;
	position: relative;
	height: 755px;
}

.lsy_mainimg img {
	height: 755px;
}

.client {
	background: #FFF;
	height: 1000px;
	width: 100%;
}

.client .client_left {
	width: 304px;
	height: 1100px;
	background: #3e8ddc;
	position: absolute;
	left: 0px;
	top: -100px;
	z-index: 9
}

.client .client_left li {
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #327fcf;
}

.client .client_left li:last-child {
	border-bottom: none;
}

.client .client_left li a {
	padding-left: 40px;
	color: #FFF;
	font-size: 15px;
	display: block;
}

.client .client_left li:hover {
	background: url(../../images/yimei/clileft_img.png) no-repeat;
}

.client .client_left .cur {
	background: url(../../images/yimei/clileft_img.png) no-repeat;
}

.client .client_left li a i {
	width: 10px;
	height: 16px;
	background: url(../../images/yimei/clileft_img.png) no-repeat 0 -86px;
	display: block;
	float: right;
	margin: 20px 34px 0 0;
}

.client .client_right {
	width: 896px;
	height: 1100px;
	background: #f7f7f7;
	position: absolute;
	right: 0px;
	top: -100px;
	z-index: 9
}

.client .client_right .rit_hide {
	width: 785px;
	margin: 50px auto;
	height: 80px;
}

.client .client_right .rit_hide .rit_p {
	margin-top: 100px;
}

.client .client_right .rit_hide .rit_ul {
	position: absolute;
	left: 0px;
	top: -45px;
	text-align: center;
	width: 102%;
}

.client .client_right .rit_hide .rit_ul li {
	float: left;
	margin-left: 55px;
	margin-right: 50px;
	width: 90px;
}

.client .client_right .rit_hide .rit_ul li p {
	height: 90px;
}

.client .client_right .rit_hide .rit_ul li img {
	width: 90px;
	height: 90px;
}

.client .client_right .rit_hide .rit_ul li .rit_txt {
	margin-top: 17px;
	color: #666666;
	font-size: 14px;
}

.client .client_right .rit_cont {
	margin: 0 auto;
	width: 785px;
}

.client .client_right .rit_cont .ric_h4 {
	height: 13px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 25px;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
}

.client .client_right .rit_cont .ric_h4 i {
	float: left;
	width: 3px;
	height: 13px;
	display: block;
	background: #ffae39;
	margin: 8px 15px 0 0;
}

.client .client_right .rit_cont .ric_txt {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
}

.client .client_right .rib_botm {
	width: 255px;
	height: 520px;
	background: url(../../images/yimei/rib_botm.png) no-repeat;
	margin: 100px auto;
	position: relative;
}

.client .client_right .rib_botm .rid_box {
	width: 225px;
	height: 400px;
	margin: 60px 0 0 15.3px;
	position: absolute;
	overflow: hidden;
}

.client .client_right .rib_botm .rib_ul {
	position: absolute;
	height: 460px;
	overflow: hidden;
}

.client .client_right .ovbox {
	overflow: hidden;
	padding-top: 60px;
	position: relative;
	height: 460px;
	margin-left: 15px;
	width: 225px;
}

.client .client_right .rib_botm .rib_ul {
	width: 99999px;
}

.client .client_right .rib_botm .rib_ul li {
	float: left;
	width: 225px;
	height: 400px;
}

.client .client_right .rib_botm .rib_ul li img {
	width: 225px;
	height: 400px;
}

.client .client_right .rib_botm .circle {
	position: absolute;
	text-align: center;
	bottom: -45px;
	height: 30px;
	line-height: 34px;
	width: 100%;
	width: 100%;
	text-align: center;
}

.client .client_right .rib_botm .circle span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #9b9b9b;
	display: block;
	margin: 0 3px;
	cursor: pointer;
	display: inline-block;
}

.client .client_right .rib_botm .circle .cur {
	border: 1px solid #068cdb;
}


/*百货商超解决方案*/

.blue_img {
	position: relative;
	height: 730px;
}

.blue_img img {
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}

.blue_box1 {
	height: 655px;
}

.blue_pint1 .prin1_h4 {
	font-size: 45px;
	text-align: center;
	padding-top: 110px;
	height: 90px;
}

.blue_pint1 .prin1_h4 span {
	display: block;
	width: 70px;
	height: 2px;
	background: #cbcbcd;
	margin: 30px auto;
}

.blue_pint1 .prin1_list li {
	width: 225px;
	text-align: center;
	float: left;
	margin: 0 38px;
}

.blue_pint1 .prin1_list {
	width: 103%;
	margin-top: 80px;
}

.blue_pint1 .prin1_list .list_im {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.blue_pint1 .prin1_list .list_txt {
	color: #4d5359;
	font-size: 16px;
	font-family: "microsoft yahei";
	line-height: 55px;
	font-weight: bold;
}

.blue_pint1 .prin1_list .list_txt span {
	width: 28px;
	height: 2px;
	display: block;
	background: #e0e0e1;
	margin: 0 auto;
}

.blue_pint1 .prin1_list .list_txt1 {
	color: #828282;
	font-size: 15px;
	margin-top: 20px;
	line-height: 26px;
}

.blue_box2 {
	height: 838px;
	background: url(../../images/yimei/blue_box2.jpg) no-repeat;
}

.blue_pint2 .prin1_h4 {
	font-size: 45px;
	padding-top: 110px;
	height: 90px;
	color: #df4a43;
	width: 870px;
	margin-left: 110px;
}

.blue_pint2 .prin1_h4 span {
	display: block;
	width: 70px;
	height: 2px;
	background: #cbcbcd;
	margin: 30px auto;
}

.blue_pint2 .mobile_left {
	width: 350px;
	height: 520px;
	margin-top: 119px;
	float: left;
	margin-left: 110px;
}

.blue_pint2 .mobile_right {
	float: left;
	margin-top: 120px;
	margin-left: 90px;
}

.blue_pint2 .mobile_right li {
	color: #b7b7bb;
	position: relative;
	height: 100px;
	width: 550px;
	margin-bottom: 65px;
}

.blue_pint2 .mobile_right li .mob_img {
	position: absolute;
}

.blue_pint2 .mobile_right li p {
	padding-left: 130px;
}

.blue_pint2 .mobile_right li .mob_txt {
	font-size: 16px;
	color: #df4a43;
	line-height: 40px;
	font-weight: bold;
}

.blue_pint2 .mobile_right li .mob_txt1 {
	font-size: 16px;
	line-height: 26px;
}

.blue_box3 {
	height: 1300px;
}

.blue_pint3 .prin1_h4 {
	font-size: 45px;
	text-align: center;
	padding-top: 100px;
	height: 90px;
}

.blue_pint3 .prin1_h4 span {
	display: block;
	width: 70px;
	height: 2px;
	background: #cbcbcd;
	margin: 30px auto;
}

.blue_pint3 .pint_txt {
	width: 570px;
	margin: 0 auto;
	color: #828282;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	padding-top: 30px;
}

.blue_pint3 .flow_path {
	width: 992px;
	height: 822px;
	float: right;
	margin-top: 70px;
	background: url(../../images/yimei/flow_path.png) no-repeat;
	position: relative;
}

.blue_pint3 .flow_path .path_one {
	height: 74px;
	line-height: 74px;
}

.blue_pint3 .flow_path .path_one p {
	float: left;
	color: #df4a43;
	font-size: 16px;
}

.blue_pint3 .flow_path .path_one .one_txt {
	margin-left: 122px;
}

.blue_pint3 .path_one .one_img {
	width: 230px;
	height: 76px;
	margin-left: 33px;
	margin-right: 24px;
}

.blue_pint3 .path_two {
	width: 745px;
	height: 55px;
	background: #383c4b;
	margin: 30px 40px;
	text-align: center;
	line-height: 55px;
	color: #FFF;
	font-size: 18px;
}

.blue_pint3 .path_three {
	padding-top: 35px;
	height: 253px;
}

.blue_pint3 .path_three li {
	width: 178px;
	height: 253px;
	border: 1px solid #e56e69;
	float: left;
	margin-right: 32px;
	position: relative;
	text-align: center;
}

.blue_pint3 .path_three .th_img img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: 50px;
}

.blue_pint3 .path_three .th_txt {
	margin: 50px auto auto auto;
	font-size: 16px;
	color: #df4a43;
	font-weight: bold;
}

.blue_pint3 .path_three .th_txt span {
	width: 70px;
	height: 2px;
	display: block;
	background: #e0e0e1;
	margin: 10px auto;
}

.blue_pint3 .path_three .th_text a {
	display: block;
	font-size: 15px;
	color: #4d5359;
	line-height: 30px;
}

.blue_pint3 .path_four {
	height: 74px;
	line-height: 74px;
	margin-top: 65px;
}

.blue_pint3 .path_four p {
	float: left;
	color: #df4a43;
	font-size: 16px;
}

.blue_pint3 .path_four .one_txt {
	margin-left: 165px;
}

.blue_pint3 .path_four .one_img {
	width: 230px;
	height: 76px;
	margin-left: 33px;
	margin-right: 31px;
}

.blue_pint3 .path_five {
	width: 280px;
	height: 50px;
	background: #383c4b;
	margin: 52px 263px;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	font-size: 18px;
}

.blue_pint3 .path_six li {
	text-align: center;
	line-height: 44px;
	float: left;
	margin: 7px 5px 0 22px;
	font-family: "microsoft yahei";
}

.blue_pint3 .path_six li a {
	width: 165px;
	height: 44px;
	background: #df4a43;
	display: block;
	color: #FFF;
	font-size: 15px;
}

.blue_pint3 .flow_gly {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -35px;
	text-align: center;
}

.blue_pint3 .flow_gly span img {
	margin-bottom: 10px;
}

.blue_pint3 .flow_gly span {
	display: block;
	font-size: 18px;
	color: #828282;
	font-weight: bold;
}

.blue_box4 {
	height: 730px;
	background: url(../../images/yimei/blue_box4.jpg);
}

.blue_box4 .prin1_h4 {
	font-size: 45px;
	text-align: center;
	padding-top: 100px;
	height: 90px;
}

.blue_box4 .prin1_h4 span {
	display: block;
	width: 70px;
	height: 2px;
	background: #cbcbcd;
	margin: 30px auto;
}

.blue_box4 .type_list_wrap {
	height: 350px;
	position: absolute;
	width: 1200px;
	padding-top: 90px;
}

.blue_box4 .type_list {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.blue_box4 .type_list ul {
	position: absolute;
	height: 100%;
}

.blue_box4 .type_list .item {
	float: left;
	width: 265px;
	height: 347px;
	position: relative;
	margin: 0 16px;
	border: 1px solid #e0e0e1;
	background: #FFF;
}

.blue_box4 .type_list .item img {
	width: 100%;
	height: 188px;
}

.blue_box4 .type_list .item .it_txt {
	color: #575757;
	font-size: 16px;
	line-height: 67px;
	text-align: center;
	font-weight: bold;
}

.blue_box4 .type_list .item .it_txt1 {
	color: #828282;
	font-size: 15px;
	line-height: 30px;
	padding-left: 18px;
	padding-right: 20px;
}

.btn_prev,
.btn_next {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	position: absolute;
	top: 60%;
	margin-top: -26px;
	background: url(../../images/yimei/btn_img.png) center no-repeat;
}

.btn_prev {
	left: -53px;
	background-position: -2px -4px;
}

.btn_next {
	right: -53px;
	background-position: -53px -4px;
}

.blue_box5 {
	height: 438px;
	background: url(../../images/yimei/blue_box5.jpg) no-repeat;
}

.blue_box5 .prin1_h4 {
	font-size: 45px;
	text-align: center;
	padding-top: 100px;
	height: 90px;
	color: #FFF;
}

.blue_box5 .prin1_h4 span {
	display: block;
	width: 70px;
	height: 2px;
	background: #FFF;
	margin: 30px auto;
}

.blue_box5 .box5_txt {
	margin: 78px auto;
	width: 620px;
}

.blue_box5 .box5_txt a {
	width: 272px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	border: 1px solid #FFF;
	display: block;
	float: left;
	margin-right: 35px;
	font-size: 20px;
	color: #FFF;
}

.blue_box5 .box5_txt .on {
	background: #3b3b48;
	border: 1px solid #3b3b48;
}


/*零售易*/

.lsy_mainbox .b_temp8 {
	width: 100%;
	height: 858px;
	background: url(../../images/yimei/b_temp8.jpg) no-repeat;
}

.vision_s1 {
	position: absolute;
	right: 50px;
	top: -150px;
}

.vision_s2 {
	position: absolute;
	right: 220px;
	bottom: 150px;
}

.vision_box {
	width: 100%;
	height: 1653px;
	background: url(../../images/yimei/vision_box.jpg) no-repeat;
}

.vision_one {
	padding-top: 115px;
	height: 615px;
}

.vision_one .vision_txt {
	width: 332px;
	height: 430px;
	float: left;
	margin-left: 115px;
	text-align: right;
}

.vision_one .vision_txt .txt_h3 {
	color: #323232;
	font-size: 28px;
	margin-top: 50px;
}

.vision_one .vision_txt .txt_h4 {
	color: #222222;
	font-size: 56px;
}

.vision_one .vision_txt ul {
	margin-top: 110px;
	text-align: left;
	float: right;
}

.vision_one .vision_txt ul li {
	font-size: 16px;
	color: #323232;
	line-height: 44px;
	font-weight: bold;
}

.vision_one .vision_txt ul li i {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../../images/yimei/ang_ico.png) no-repeat 0 -137px;
	margin-right: 20px;
}

.vision_one .vision_img {
	width: 752px;
	height: 613px;
	position: absolute;
	left: 332px;
}

.vision_two {
	text-align: center;
	margin-top: 50px;
}

.vision_two .two_h4 {
	font-size: 56px;
	color: #222222;
}

.vision_two .two_ul {
	margin-top: 80px;
}

.vision_two .two_ul li {
	width: 337px;
	height: 515px;
	float: left;
	background: url(../../images/yimei/vis_li.png) no-repeat;
	margin-left: 40px;
	position: relative;
}

.vision_two .two_ul .li_2 {
	background-position: -363px;
	0px
}

.vision_two .two_ul .li_3 {
	background-position: -738px;
	0px
}

.vision_two .two_ul .vis_p {
	width: 320px;
	height: 170px;
	background: #FFF;
	position: absolute;
	bottom: 15px;
	left: 7px;
	text-align: center;
}

.vision_two .two_ul .vis_p span {
	display: block;
	color: #323232;
	font-size: 24px;
	margin: 30px 0 25px 0;
}

.vision_two .two_ul .vis_p a {
	padding: 0 20px;
	display: block;
	color: #888888;
	font-size: 15px;
	line-height: 26px;
}

.data_s1 {
	position: absolute;
	left: 62px;
	bottom: 40%;
}

.data_s2 {
	position: absolute;
	right: 62px;
	bottom: 50%;
}

.data_box {
	height: 810px;
	width: 100%;
	background: url(../../images/yimei/data_box.jpg) no-repeat;
	text-align: center;
}

.data_box .data_p {
	font-size: 28px;
	color: #FFF;
	padding-top: 125px;
}

.data_box .data_h4 {
	font-size: 56px;
	color: #FFF;
	padding-top: 20px;
}

.data_box .data_ul {
	padding-top: 100px;
	width: 102%;
}

.data_box .data_ul li {
	width: 337px;
	height: 363px;
	background: #FFF;
	float: left;
	margin: 0 33px;
}

.data_box .data_ul .da_img {
	width: 117px;
	height: 117px;
	margin: 37px auto;
}

.data_box .data_ul .da_txt {
	font-size: 24px;
	color: #323232;
	margin: 25px;
}

.data_box .data_ul .ta_txt {
	font-size: 16px;
	color: #888888;
	padding: 0 30px;
	line-height: 30px;
}

.tend_s1 {
	position: absolute;
	left: 62px;
	bottom: 10%;
}

.tend_s2 {
	position: absolute;
	right: 28%;
	top: 20%;
}

.tend_box {
	height: 890px;
	background: url(../../images/yimei/trend_box.jpg) no-repeat;
}

.tend_box .tend_p {
	font-size: 28px;
	color: #323232;
	padding-top: 80px;
}

.tend_box .tend_h4 {
	font-size: 56px;
	color: #222222;
	padding-top: 20px;
}

.tend {
	width: 1180px;
	height: 498px;
	background: url(../../images/yimei/trend_img.jpg) no-repeat;
	margin-top: 50px;
	margin-left: 35px;
}

.tend .tend_img {
	width: 445px;
	height: 400px;
	float: left;
	margin: 67px 30px 0 72px;
	float: left;
}

.tend .tend_ul {
	padding-top: 100px;
	width: 570px;
	float: left;
}

.tend .tend_ul li {
	line-height: 75px;
	background: #0194eb;
	margin-bottom: 13px;
}

.tend .tend_ul li a {
	color: #FFF;
	font-size: 16px;
}

.tend .tend_ul li i {
	width: 105px;
	height: 75px;
	display: inline-block;
	float: left;
}

.tend .tend_ul li img {
	margin: 15px 0 0 25px;
	width: 70px;
	height: 66px;
}

.kernel_s1 {
	position: absolute;
	right: 100px;
	bottom: 50%;
}

.kernel_box {
	height: 875px;
	background: url(../../images/yimei/kernel_box.jpg) no-repeat;
	text-align: center;
}

.kernel_box .txt1 {
	font-size: 56px;
	text-align: center;
	padding-top: 100px;
	height: 90px;
	color: #FFF;
}

.kernel_box .kernel_list {
	height: 440px;
	width: 1140px;
	position: relative;
	margin-top: 86px;
	margin-left: 55px;
}

.kernel_box .type_list {
	width: 1050px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.kernel_box .type_list ul {
	height: 100%;
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.kernel_box .type_list .item {
	float: left;
	width: 238px;
	height: 349px;
	position: relative;
	margin-right: 30px;
	border: 1px solid #e0e0e1;
	background: #FFF;
	margin-top: 45px;
}

.kernel_box .list_txt {
	color: #323232;
	font-size: 16px;
	position: relative;
	font-weight: bold;
}

.kernel_box .list_txt span {
	width: 37px;
	display: block;
	left: 50%;
	margin-left: -18.5px;
	bottom: -15px;
	position: absolute;
	height: 2px;
	background-color: #cbcbcd
}

.kernel_box .list_txt1 {
	padding: 30px;
	font-size: 15px;
	line-height: 24px;
	color: #888888;
	text-align: center;
}

.kernel_box .type_list .item:hover {
	background: #01a1ff;
	border: 1px solid #01a1ff;
}

.kernel_box .type_list .item:hover .list_txt1 {
	color: #FFF;
}

.kernel_box .type_list .item:hover .list_txt {
	color: #FFF;
}

.kernel_box .type_list .item:hover span {
	background-color: #FFF;
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-ms-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
	font-weight: normal;
}

.kernel_box .type_list .item:hover .icon_c1 {
	background-position: -0 -113px;
}

.kernel_box .type_list .item:hover .icon_c2 {
	background-position: -105px -113px;
}

.kernel_box .type_list .item:hover .icon_c3 {
	background-position: -210px -113px;
}

.kernel_box .type_list .item:hover .icon_c4 {
	background-position: -315px -113px;
}

.kernel_box .type_list .item:hover .icon_c5 {
	background-position: -428px -113px;
}

.kernel_box .type_list .item .icon_c2 {
	background-position: -105px -0px;
}

.kernel_box .type_list .item .icon_c3 {
	background-position: -210px -4px;
}

.kernel_box .type_list .item .icon_c4 {
	background-position: -315px -0px;
}

.kernel_box .type_list .item .icon_c5 {
	background-position: -428px -0px;
}

.kernel_box .type_list .item img {
	width: 100%;
	height: 188px;
}

.kernel_box .ker_prev,
.ker_next {
	display: inline-block;
	width: 22px;
	height: 39px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	background: url(../../images/yimei/ker_prev.png) center no-repeat;
}

.kernel_box .ker_prev {
	left: 7px;
	background-position: 0px 0px;
}

.kernel_box .ker_next {
	right: 13px;
	background-position: -26px 0px;
}

.kernel_box .ker_prev:hover {
	background-position: -53px 0px;
}

.kernel_box .ker_next:hover {
	background-position: -75px 0px;
}

.kes_icon {
	width: 100px;
	height: 100px;
	background: url(../../images/yimei/kes_icon.png) no-repeat;
	margin: 20px auto;
}

.keting_box {
	height: 440px;
	background: url(../../images/yimei/keting_box.jpg) no-repeat;
}

.line_s1 {
	position: absolute;
	right: 100px;
	bottom: 50%;
}

.line_box {
	height: 168px;
	background: #8ecf3f;
}

.line_box .on_line {
	float: left;
	padding-top: 15px;
	margin-left: 139px;
}

.line_box .line_dl {
	padding-top: 22px;
	width: 460px;
	border-right: 1px solid #FFF;
	height: 125px;
}

.line_box .line_dl dt {
	float: left;
	margin-right: 25px;
}

.line_box .line_dl .line_dd {
	float: left;
}

.line_box .line_dl .line_dd h4 {
	border-bottom: 1px solid #FFF;
	font-size: 16px;
	color: #fff;
	padding-bottom: 2px;
	width: 35px;
}

.line_box .line_dl .line_dd p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}

.line_box .off_line {
	float: left;
	margin-left: 70px;
	padding-top: 15px;
}

.line_box .off_line .line_dl {
	border: none;
}

.technique {
	height: 770px;
	background: url(../../images/yimei/technique.jpg) no-repeat;
	position: relative;
}

.technique .teue_ul {
	width: 400px;
	height: 330px;
	position: absolute;
	top: 300px;
	left: 510px;
}

.technique .teue_ul li {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 15px;
}

.technique .teue_ul li i {
	width: 43px;
	height: 43px;
	margin-right: 25px;
}

.technique .teue_h4 {
	font-size: 56px;
	padding: 145px 0 0 125px;
}


/*跨境电商*/

.bor_cross1 {
	height: 915px;
	background: url(../../images/yimei/cross_bor1.jpg) no-repeat;
	overflow: hidden;
}

.bor_cross1 .cross1_img {
	position: absolute;
	left: 50%;
	margin-left: -525px;
	bottom: -500px;
}

.bor_cross2 {
	height: 915px;
	background: url(../../images/yimei/cross_bor2.jpg) no-repeat;
	overflow: hidden;
}

.bor_cross2 .cross2_left {
	float: left;
}

.bor_cross2 .cross2_left .cro_h4 {
	font-size: 44px;
	color: #000000;
	font-weight: bold;
	margin-top: 175px;
	margin-bottom: 70px;
}

.bor_cross2 .cross2_left .crp_txt {
	width: 400px;
	font-size: 16px;
	color: #222222;
	line-height: 45px;
	margin-top: 40px;
}

.bor_cross2 .cross2_right {
	float: right;
	position: absolute;
	right: 0px;
	bottom: -80px;
}

.bor_cross3 {
	height: 915px;
	background: url(../../images/yimei/bor_cross3.jpg) no-repeat;
	overflow: hidden;
}

.bor_cross3 .cor_h4 {
	font-size: 46px;
	color: #FFF;
	text-align: center;
	padding-top: 95px;
	padding-bottom: 30px;
}

.bor_cross3 .cor_p {
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

.bor_cross3 .strait_img {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -207px;
}

.bor_cross3 .strait {
	width: 1240px;
	background: rgba(29, 29, 29, 0.4);
	height: 170px;
	margin-top: 100px;
}

.bor_cross3 .strait ul {
	width: 100%;
	height: 140px;
	position: absolute;
	top: -22px;
	left: 75px;
}

.bor_cross3 .strait ul li {
	width: 100px;
	height: 140px;
	margin-right: 100px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
}

.bor_cross3 .strait ul li img {
	width: 100px;
	height: 100px;
}

.bor_cross3 .strait ul li p {
	line-height: 60px;
}

.bor_cross4 {
	height: 915px;
	background: url(../../images/yimei/bor_cross4.jpg) no-repeat;
	overflow: hidden;
}

.bor_cross4 .cro4_left {
	float: left;
}

.bor_cross4 .cor4_top {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	background: #222222;
}

.bor_cross4 .cro4_rig {
	float: left;
	text-align: left;
	margin-left: 50px;
}

.bor_cross4 .rig4_h4 {
	font-size: 44px;
	color: #000;
	margin-top: 120px;
}

.bor_cross4 .rig4_p {
	font-size: 16px;
	color: #444444;
	margin: 32px 0 70px 0;
}

.bor_cross4 .rig4_ul li {
	height: 100px;
	margin-left: 30px;
}

.bor_cross4 .rig4_ul li span {
	float: left;
	width: 48px;
	height: 54px;
	margin-right: 40px;
}

.bor_cross4 .rig4_ul .ri4_txt {
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}

.bor_cross4 .rig4_ul .rg4_txt {
	font-size: 14px;
	color: #666666;
}


/*
.bor_cross4 .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);}
.bor_cross4 .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);
}

*/

.bor_cross5 {
	height: 915px;
}

.bor_cross5 .cro5_h4 {
	font-size: 44px;
	color: #000;
	margin: 110px 0 30px 0;
	text-align: center;
}

.bor_cross5 .cro5_p {
	font-size: 16px;
	color: #444444;
	text-align: center;
}

.bor_cross5 .cro_ul {
	margin-top: 110px;
}

.bor_cross5 .cro_ul li {
	width: 400px;
	height: 250px;
	float: left;
}

.bor_cross5 .cro_ul li p {
	padding: 0 30px;
}

.bor_cross5 .cro_ul li .cr_tp {
	font-size: 20px;
	color: #000000;
	margin: 70px 0 18px 0;
}

.bor_cross5 .cro_ul li .cr_cp {
	font-size: 14px;
	color: #444444;
	line-height: 28px;
}

.bor_cross6 {
	height: 519px;
	background: url(../../images/yimei/bor_cross6.jpg) no-repeat;
	overflow: hidden;
	text-align: center;
}

.bor_cross6 .cro6_h4 {
	font-size: 44px;
	color: #FFF;
	margin-top: 140px;
}

.bor_cross6 .cro6_p {
	height: 3px;
	width: 170px;
	background: #FFF;
	margin: 30px auto;
}

.bor_cross6 .cro6_a {
	margin: 0 auto;
	width: 440px;
}

.bor_cross6 .cro6_a a {
	font-size: 22px;
	color: #FFF;
	width: 180px;
	height: 66px;
	background: #ff1c1c;
	line-height: 66px;
	display: block;
	margin: 40px auto;
	float: left;
	margin-right: 35px;
}

.bor_cross6 .cro6_a .cur {
	border: 3px solid #ff1c1c;
	background: none;
	height: 60px;
}


/*服饰鞋帽*/

.cl_banner {
	height: 897px;
	background: url(../../images/yimei/clothes_ban.jpg) no-repeat;
}

.cl_banner .ban_img {
	width: 1060px;
	margin: 0 auto;
	padding-top: 240px;
}

.cl_banner .ban_p {
	position: absolute;
	left: 50%;
	margin-left: -19px;
	bottom: 110px;
}

.clothes_box2 {
	background: url(../../images/yimei/clothes_box2.jpg) no-repeat;
	height: 788px;
}

.clothes_box2 .clo_h4 {
	font-size: 40px;
	color: #191919;
	text-align: center;
	padding-top: 90px;
}

.clothes_box2 .clo_h4 span {
	display: block;
	width: 90px;
	height: 2px;
	background: #d7d8da;
	margin: 0 auto;
	margin-bottom: 35px;
}

.clothes_box2 .clo_ul {
	width: 102%;
	padding-top: 85px;
}

.clothes_box2 .clo_ul .clo_li {
	position: relative;
	width: 224px;
	height: 378px;
	float: left;
	margin-right: 20px;
}

.clothes_box2 .clo_ul .clo_li .li_pt {
	position: absolute;
	width: 224px;
	height: 378px;
	top: 0px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
}

.clothes_box2 .clo_ul .clo_li .li_pt:hover {
	position: absolute;
	width: 224px;
	height: 378px;
	top: 0px;
	background: rgba(142, 206, 131, 0.9);
}

.clothes_box2 .clo_ul .clo_li .sp_txt {
	font-size: 16px;
	padding-top: 113px;
}

.clothes_box2 .clo_ul .clo_li .sp_wire {
	display: block;
	width: 32px;
	height: 1px;
	background: #FFF;
	margin: 12px auto;
}

.clothes_box2 .clo_ul .clo_li .sp_tet {
	font-size: 15px;
	padding-top: 5px;
}

.clothes_box2 .clo_ul .clo_li span {
	display: block;
	color: #FFF;
}

.clothes_box3 {
	height: 670px;
	background: url(../../images/yimei/clothes_box3.jpg) no-repeat;
}

.clothes_box3 .clo_con {
	padding-top: 160px;
	padding-left: 50px;
}

.clothes_box3 .sp_wire {
	width: 77px;
	height: 2px;
	background: #7dc770;
}

.clothes_box3 .clo3_h4 {
	font-size: 60px;
	padding-top: 40px;
}

.clothes_box3 .clo3_h3 {
	font-size: 50px;
	letter-spacing: 8px;
}

.clothes_box3 .clo3_tet {
	font-size: 18px;
	color: #7dc770;
	line-height: 60px;
}

.clothes_box3 .clo3_txt {
	width: 485px;
	line-height: 28px;
	color: #919194;
	font-size: 16px;
}

.clothes_box4 {
	height: 825px;
	background: #f7f7f7;
}

.clothes_box4 .clo_h4 {
	font-size: 40px;
	color: #191919;
	text-align: center;
	padding-top: 90px;
}

.clothes_box4 .clo_h4 span {
	display: block;
	width: 90px;
	height: 2px;
	background: #d7d8da;
	margin: 0 auto;
	margin-bottom: 35px;
}

.clothes_box4 .clo4_ul {
	width: 100%;
	margin-top: 95px;
}

.clothes_box4 .clo4_ul .clo4_li {
	width: 370px;
	height: 465px;
	background: #FFF;
	float: left;
	margin: 0 15px;
}

.clothes_box4 .clo4_ul .clo4_li h4 {
	line-height: 60px;
	font-size: 18px;
	color: #444444;
	border-bottom: 1px solid #f6f6f6;
	margin: 0 30px;
}

.clothes_box4 .clo4_ul .clo4_li p {
	margin: 15px 30px;
	color: #666666;
	font-size: 15px;
	line-height: 26px;
}

.clothes_box4 .clo4_ul .clo4_li span {
	color: #7dc770;
}

.clothes_box5 {
	height: 798px;
	background: url(../../images/yimei/clothes_box5.jpg) no-repeat;
}

.clothes_box5 .clo_h4 {
	font-size: 40px;
	color: #191919;
	text-align: center;
	padding-top: 90px;
	color: #FFF;
}

.clothes_box5 .clo_h4 span {
	display: block;
	width: 90px;
	height: 2px;
	background: #d7d8da;
	margin: 0 auto;
	margin-bottom: 35px;
}

.clothes_box5 .clo5_ul {
	margin-top: 110px;
	width: 103%;
}

.clothes_box5 .clo5_ul .clo5_li {
	width: 280px;
	height: 400px;
	background: #FFF;
	float: left;
	margin-right: 27px;
	text-align: center;
}

.clothes_box5 .clo5_ul .clo5_li i {
	margin-top: 55px;
	display: block;
}

.clothes_box5 .clo5_ul .clo5_li h4 {
	margin: 35px 0 30px;
	font-size: 16px;
	color: #333;
}

.clothes_box5 .clo5_ul .clo5_li span.line {
	width: 30px;
	height: 1px;
	display: block;
	margin: 0 auto;
	background: #686868;
	border-bottom: 1px solid #d3d3d3;
}

.clothes_box5 .clo5_ul .clo5_li p {
	margin: 35px;
	font-size: 14px;
	color: #777;
}

.clothes_box6 {
	height: 438px;
	background: url(../../images/yimei/clothes_box61.jpg) no-repeat;
	overflow: hidden;
	text-align: center;
}

.clothes_box6 .cro6_h4 {
	font-size: 44px;
	color: #FFF;
	margin-top: 140px;
}

.clothes_box6 .cro6_p {
	height: 2px;
	width: 70px;
	background: #FFF;
	margin: 30px auto;
}

.clothes_box6 .cro6_a {
	margin: 0 auto;
	width: 620px;
}

.clothes_box6 .cro6_a a {
	font-size: 22px;
	color: #444444;
	width: 272px;
	height: 80px;
	background: #FFF;
	line-height: 80px;
	display: block;
	margin: 40px auto;
	float: left;
	margin-right: 35px;
}

.clothes_box6 .cro6_a .cur {
	border: 2px solid #FFF;
	background: none;
	height: 76px;
	color: #FFF;
}

.solution_box {
	height: 898px;
	background: url(../../images/yimei/solution.jpg) no-repeat;
}

.lu_new {
	padding-top: 290px;
	text-align: center;
	margin-left: 25px;
}

.solution_box2 {
	height: 690px;
	background: url(../../images/yimei/solution_box2.jpg) no-repeat;
}

.solution_box2 .sing_img {
	padding-top: 90px;
	margin-left: 50px;
}

.solution_box2 .haird {
	margin-top: 110px;
}

.solution_box2 .haird .hei_li {
	width: 210px;
	text-align: center;
	float: left;
	margin-right: 30px;
}

.solution_box2 .haird .hei_li .hei_h4 {
	font-size: 18px;
	color: #3b3b3b;
	font-weight: bold;
	padding: 30px 0 25px 0;
}

.solution_box2 .haird .hei_li .hei_p {
	padding: 0 20px;
	font-size: 14px;
	color: #898989;
	line-height: 24px;
}

.solution_box3 {
	background: url(../../images/yimei/solution_box3.jpg) no-repeat;
	height: 650px;
}

.ternet {
	background: url(../../images/yimei/ternet.jpg) no-repeat;
	height: 430px;
	width: 1165px;
	position: absolute;
	left: 17px;
	top: 130px;
}

.ternet .ter_img {
	position: absolute;
	top: -30px;
	float: left;
	left: 30px;
}

.all_hide .solution_box3 .ter_img {
	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 .solution_box3.active .ter_img {
	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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.ternet .ter_txt {
	border: 12px solid #914282;
	width: 417px;
	height: 340px;
	float: right;
	margin: 33px 27px 0 0;
	color: #FFF;
}

.ternet .ter_txt h3 {
	font-size: 48px;
	margin: 40px 0 0 27px;
}

.ternet .ter_txt h4 {
	font-size: 36px;
	margin: 0 27px;
}

.ternet .ter_txt p {
	font-size: 18px;
	margin: 0 20px 0 27px;
	line-height: 32px;
}

.ternet .ter_txt span {
	width: 83px;
	height: 3px;
	display: block;
	background: #FFF;
	margin: 23px 27px;
}

.solution_box4 {
	height: 620px;
	background: url(../../images/yimei/back_img.png);
	width: 100%;
	position: relative;
}

.choice_img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.choice_img img {
	background: url(../../images/yimei/back_img.png);
	height: 588px;
	width: 910px;
}

.all_hide .solution_box4 .choice_img {
	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 .solution_box4.active .choice_img {
	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: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.verbal {
	width: 1370px;
	height: 590px;
	background: url(../../images/yimei/verbal.png);
	position: absolute;
	right: 0px;
	top: 30px;
}

.verbal .verb_cont {
	width: 600px;
	height: 500px;
	margin-left: 510px;
	margin-top: 50px;
}

.verbal .verb_cont .vnt_dl {
	color: #FFF;
	height: 100px;
	width: 540px;
	margin-top: 60px;
}

.verbal .verb_cont .vnt_dl dt {
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 20px;
}

.verbal .verb_cont .vnt_dl dd {
	width: 460px;
	float: left;
}

.verbal .verb_cont .vnt_dl dd span {
	display: block;
	width: 18px;
	height: 2px;
	background: #8b9840;
}

.verbal .verb_cont .vnt_dl dd h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 64px;
}

.verbal .verb_cont .vnt_dl dd P {
	font-size: 16px;
	color: #dddddd;
	line-height: 28px;
}

.solution_box5 {
	height: 785px;
	background: url(../../images/yimei/back_img.png);
	width: 100%;
}

.operate {
	width: 835px;
	height: 530px;
	margin: 0 auto;
	background: url(../../images/yimei/verbal.png);
	position: absolute;
	left: 17px;
	top: 160px;
}

.operate .per_ul {
	width: 1140px;
	height: 475px;
	margin: 30px;
}

.operate .per_ul li {
	width: 285px;
	height: 235px;
	float: left;
	position: relative;
	text-align: center;
	position: relative;
}

.operate .per_ul li .per_img {
	position: absolute;
}

.operate .per_ul li .per_img img {
	width: 286px;
	height: 235px;
}

.operate .per_ul li .per_txt {
	width: 286px;
	height: 235px;
	background: rgba(122, 30, 101, 0.7);
	position: absolute;
}

.operate .per_ul li .per_txt:hover {
	background: rgba(132, 160, 39, 0.7);
	width: 286px;
	height: 235px;
}

.operate .per_ul li .per_txt:hover .pe_txt {
	display: block;
}

.operate .per_ul li span {
	display: block;
	color: #FFF;
}

.operate .per_ul li .pe_img {
	margin: 32px auto 0 auto;
	;
	width: 99px;
	height: 99px;
}

.operate .pe_img {
	background: url(../../images/yimei/per_img.png) no-repeat;
}

.operate .per_ul li .per_txt .ico_1 {
	background-position: -3px 0;
}

.operate .per_ul li .per_txt .ico_2 {
	background-position: -107px 0;
}

.operate .per_ul li .per_txt .ico_3 {
	background-position: -215px 0;
}

.operate .per_ul li .per_txt .ico_4 {
	background-position: -327px 0;
}

.operate .per_ul li .per_txt .ico_5 {
	background-position: -442px 0;
}

.operate .per_ul li .per_txt .ico_6 {
	background-position: -555px 0;
}

.operate .per_ul li .per_txt .ico_7 {
	background-position: -667px 0;
}

.operate .per_ul li .per_txt:hover .ico_1 {
	background-position: -3px -110px;
}

.operate .per_ul li .per_txt:hover .ico_2 {
	background-position: -107px -110px;
}

.operate .per_ul li .per_txt:hover .ico_3 {
	background-position: -215px -110px;
}

.operate .per_ul li .per_txt:hover .ico_4 {
	background-position: -327px -110px;
}

.operate .per_ul li .per_txt:hover .ico_5 {
	background-position: -442px -110px;
}

.operate .per_ul li .per_txt:hover .ico_6 {
	background-position: -555px -110px;
}

.operate .per_ul li .per_txt:hover .ico_7 {
	background-position: -667px -110px;
}


/*.operate .per_ul li .pe_img  {border-radius: 50%;margin-top:32px;}
*/

.operate .per_ul li .pe_txt {
	display: none;
	font-size: 15px;
	padding-bottom: 20px;
	padding: 0 20px;
	margin-top: -10px;
}

.operate .per_ul li .per_top {
	font-size: 16px;
	line-height: 50px;
}

.operate .per_ul .per_ul_li {
	background: none;
	text-align: left;
	color: #FFFFFF;
}

.operate .per_ul .per_ul_li h3 {
	font-size: 50px;
	padding-top: 45px;
}

.operate .per_ul .per_ul_li h4 {
	font-size: 28px;
	line-height: 66px;
}

.operate .per_ul .per_ul_li span {
	width: 86px;
	height: 3px;
	background: #FFF;
}

.solution_box6 {
	height: 697px;
	background: url(../../images/yimei/solution_box6.jpg);
}

.service {
	text-align: center;
	font-size: 48px;
	color: #FFF;
	padding-top: 70px;
}

.service .ser_line {
	display: block;
	width: 87px;
	height: 3px;
	background: #84a027;
	margin: 45px auto;
}

.serv_img {
	float: left;
	width: 622px;
	height: 422px;
	margin: 0 70px 0 45px;
}

.all_hide .solution_box6 .serv_img {
	opacity: 0;
}

.all_hide .solution_box6.active .serv_img {
	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);
	/* IE 9 */
	-moz-transform: rotateY(360deg);
	/* Firefox */
	-webkit-transform: rotateY(360deg);
	/* Safari 和 Chrome */
	-o-transform: rotateY(360deg);
	/* Opera */
}

.serv_cter {
	float: left;
	margin-top: 30px;
}

.serv_cter p {
	line-height: 31px;
	font-size: 16px;
	color: #d2d2d2;
	padding-bottom: 20px;
}

.serv_cter p span {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: #84a027;
	color: #FFF;
	text-align: center;
	line-height: 31px;
	font-size: 16px;
	margin-right: 15px;
}

.solution_box7 {
	height: 728px;
	background: url(../../images/yimei/solution_box7.jpg);
}

.syhy {
	color: #1e1e1e;
	font-size: 58px;
	padding-top: 60px;
}

.solution_box7 .apply {
	width: 102%;
}

.solution_box7 .apply li {
	width: 288px;
	height: 178px;
	background: #FFF;
	border: 1px solid #dedede;
	float: left;
	margin-right: 13px;
	margin-bottom: 42px;
	position: relative;
}

.solution_box7 .apply li .apply_img {
	position: absolute;
	left: 9px;
	top: 9px;
	height: 160px;
	width: 270px;
	overflow: hidden;
}

.solution_box7 .apply li .apply_cter {
	text-align: center;
	line-height: 160px;
	width: 270px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 9px;
	top: 9px;
	background: rgba(122, 30, 101, 0.35);
}

.solution_box8 {
	height: 439px;
	background: url(../../images/yimei/solution_box8.jpg) no-repeat;
	overflow: hidden;
	text-align: center;
}

.solution_box8 .cro6_h4 {
	font-size: 44px;
	color: #FFF;
	margin-top: 100px;
}

.solution_box8 .cro6_p {
	height: 3px;
	width: 70px;
	background: #FFF;
	margin: 30px auto;
}

.solution_box8 .cro6_a {
	margin: 0 auto;
	width: 440px;
}

.solution_box8 .cro6_a a {
	font-size: 22px;
	color: #444444;
	width: 180px;
	height: 66px;
	background: #FFF;
	line-height: 66px;
	display: block;
	margin: 40px auto;
	float: left;
	margin-right: 35px;
}

.solution_box8 .cro6_a .cur {
	border: 3px solid #FFF;
	background: none;
	height: 60px;
	color: #FFF;
}


/*生鲜电商*/

.fresh_box {
	height: 917px;
	background: url(../../images/yimei/fresh_box.jpg);
}

.fresh_box .merce {
	font-size: 54px;
	color: #FFF;
	font-weight: bold;
	padding-top: 230px;
	padding-bottom: 45px;
}

.fresh_box .fresh {
	font-size: 22px;
	color: #FFF;
	line-height: 55px;
}

.fresh_box .fre_txt {
	font-size: 12px;
	color: #FFF;
}

.fresh_box .prawn {
	color: #FFF;
	padding-top: 110px;
	margin-left: -11px;
}

.fresh_box .prawn span {
	margin: 0 11px;
}

.fresh_box2 {
	height: 830px;
}

.actuality {
	font-size: 40px;
	color: #000;
	text-align: center;
	line-height: 50px;
	padding-top: 100px;
}

.actuality .actua {
	font-size: 14px;
	color: #333333;
	display: block;
}

.fresh_box2 .actua_ul {
	width: 101%;
	padding-top: 120px;
}

.fresh_box2 .actua_ul .tua_li {
	width: 290px;
	height: 378px;
	border: 1px solid #e0e0e0;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.fresh_box2 .actua_ul .tua_li span {
	margin: 11px;
	height: 237px;
	display: block;
	width: 268px;
}

.fresh_box2 .actua_ul .tua_li span img {
	margin-top: -30px;
}

.fresh_box2 .actua_ul .tua_li h4 {
	font-size: 16px;
	color: #111111;
	font-weight: bold;
	line-height: 40px;
}

.fresh_box2 .actua_ul .tua_li p {
	font-size: 14px;
	color: #444444;
	margin: 0 25px;
	line-height: 24px;
}

.fresh_box3 {
	height: 820px;
	background: url(../../images/yimei/fresh_box3.jpg) no-repeat;
}

.fresh_box3 .fre_h4 {
	text-align: center;
	font-size: 40px;
	color: #FFF;
	padding-top: 90px;
	padding-bottom: 35px;
}

.fresh_box3 .fre_txt {
	text-align: center;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
	width: 380px;
	margin: 0 auto;
}

.fresh_box3 .trolley {
	margin: 100px auto;
	width: 489px;
	height: 544px;
	position: relative;
}

.fresh_box3 .trolley .gwv {
	position: absolute;
	top: 115px;
	left: 50%;
	margin-left: -50px;
}

.fresh_box4 {
	height: 1100px;
}

.fresh_box4 .fre_h4 {
	text-align: center;
	font-size: 40px;
	color: #000;
	padding-top: 90px;
	padding-bottom: 35px;
}

.fresh_box4 .fre_txt {
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	width: 380px;
	margin: 0 auto;
}

.fresh_box4 .system {
	width: 107%;
	padding-top: 100px;
}

.fresh_box4 .system li {
	float: left;
	width: 310px;
	height: 270px;
	text-align: center;
	margin-right: 115px;
	padding-bottom: 60px;
}

.fresh_box4 .system li h4 {
	font-size: 16px;
	color: #111111;
	font-weight: bold;
	line-height: 60px;
}

.fresh_box4 .system li p {
	color: #444444;
	font-size: 12px;
	line-height: 24px;
}

.fresh_box5 {
	height: 700px;
	background: url(../../images/yimei/fresh_box5.jpg) no-repeat
}

.fresh_box5 .fre_h4 {
	text-align: center;
	font-size: 40px;
	color: #FFF;
	padding-top: 90px;
	padding-bottom: 35px;
}

.fresh_box5 .fre_txt {
	text-align: center;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
	width: 360px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.fresh_box5 .kernel_ul {
	width: 980px;
	margin: 0 auto;
}

.bor_no {
	border-right: none !important;
}

.bor_top {
	border-top: 1px solid #464646;
}

.fresh_box5 .kernel_ul li {
	width: 244px;
	float: left;
	margin-bottom: 48px;
	text-align: center;
}

.fresh_box5 .kernel_ul li p {
	font-size: 14px;
	color: #FFF;
	height: 90px;
	margin-top: 50px;
	border-right: 1px solid #464646;
}

.fresh_box5 .kernel_ul li span {
	display: block;
	line-height: 50px;
}

.fresh_box6 {
	height: 788px;
	background: url(../../images/yimei/fresh_box6.jpg) no-repeat;
}

.fresh_box6 .fre_h4 {
	text-align: center;
	font-size: 40px;
	color: #000;
	padding-top: 90px;
	padding-bottom: 35px;
}

.fresh_box6 .worth_ul {
	padding-top: 71px;
	height: 300px;
}

.fresh_box6 .worth_ul li {
	width: 345px;
	float: left;
	height: 50px;
	margin-left: 30px;
	margin-right: 20px;
	padding-bottom: 100px;
}

.fresh_box6 .worth_ul .worth_left {
	text-align: right;
}

.fresh_box6 .worth_ul .worth_cont {
	text-align: center;
}

.fresh_box6 .worth_ul .worth_right {
	text-align: left;
}

.fresh_box6 .worth_ul li h4 {
	font-size: 18px;
	color: #111111;
	font-weight: bold;
	line-height: 40px;
}

.fresh_box6 .worth_ul li p {
	font-size: 14px;
	color: #444444;
}

.fresh_box6 .worth_img {
	position: relative;
}

.fresh_box6 .worth_img img {
	position: absolute;
	left: 150px;
	top: -160px;
}

.fresh_box7 {
	height: 439px;
	background: url(../../images/yimei/bor_cross6.jpg) no-repeat;
	overflow: hidden;
	text-align: center;
}

.fresh_box7 .cro6_h4 {
	font-size: 44px;
	color: #FFF;
	margin-top: 140px;
}

.fresh_box7 .cro6_p {
	height: 3px;
	width: 70px;
	background: #FFF;
	margin: 30px auto;
}

.fresh_box7 .cro6_a {
	margin: 0 auto;
	width: 440px;
	font-weight: bold;
}

.fresh_box7 .cro6_a a {
	font-size: 22px;
	color: #FFF;
	width: 180px;
	height: 66px;
	background: #478001;
	line-height: 66px;
	display: block;
	margin: 40px auto;
	float: left;
	margin-right: 35px;
}

.fresh_box7 .cro6_a .cur {
	border: 3px solid #478001;
	background: none;
	height: 60px;
	color: #FFF;
}

.country_bus1 {
	background: url(../../images/yimei/country_bus1.jpg) no-repeat;
	height: 917px;
	margin-top: 101px;
}

.country_bus1 .content {
	position: relative;
	padding-top: 300px
}

.country_bus1 .content img {
	position: absolute;
	top: 207px;
	left: 240px;
	width: 203px;
}

.country_bus1 .content .title {
	font-size: 78px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.country_bus1 .content .txt {
	font-size: 32px;
	color: #fff;
	text-align: center;
}

.country_bus2 {
	background: url(../../images/yimei/country_bus2.jpg) no-repeat;
	height: 917px
}

.country_bus2 .content {
	padding-top: 110px;
	text-align: center;
}

.country_bus2 .content .title {
	font-size: 46px;
	color: #111;
	margin-bottom: 15px;
}

.country_bus2 .content .txt {
	font-size: 14px;
	color: #444;
	line-height: 34px;
}

.country_bus2 .content .list {
	margin-top: 115px;
}

.country_bus2 .content .list li {
	float: left;
	width: 50%;
	text-align: center;
}

.country_bus2 .content .list .border {
	position: absolute;
	left: 50%;
	width: 1px;
	height: 330px;
	background: #e3e4e4;
	top: 40px;
}

.country_bus3 {
	background: url(../../images/yimei/country_bus3.jpg) no-repeat;
	;
	height: 817px;
}

.country_bus3 .content {
	position: relative;
}

.country_bus3 .content .left_con {
	position: absolute;
	top: 86px;
	left: -124px;
	width: 800px;
	height: 545px;
	background: rgba(0, 0, 1, .82);
	padding: 100px 0 0 124px;
}

.country_bus3 .content .left_con .title {
	font-size: 42px;
	color: #fff;
}

.country_bus3 .content .left_con .list {
	margin-top: 100px;
}

.country_bus3 .content .left_con .list li {
	position: relative;
	padding: 0 40px 55px 55px;
	color: #fff;
	float: left;
	width: 145px;
}

.country_bus3 .content .left_con .list li .icon {
	position: absolute;
	left: 3px;
	top: -15px
}

.country_bus3 .content .left_con .list li .txt1 {
	font-size: 16px;
	font-weight: bold;
}

.country_bus3 .content .left_con .list li .border {
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 20px 0;
	background: #474748;
}

.country_bus3 .content .left_con .list li .txt2 {
	font-size: 14px;
	line-height: 28px;
}

.country_bus4 {
	background: url(../../images/yimei/country_bus4.jpg) no-repeat;
	height: 917px
}

.country_bus4 .content {
	padding-top: 90px;
	text-align: center;
}

.country_bus4 .content .title {
	font-size: 40px;
	margin-bottom: 30px;
	color: #111;
}

.country_bus4 .content .txt {
	font-size: 14px;
	color: #333;
}

.country_bus4 .content .list {
	margin-top: 60px;
	position: relative;
	height: 560px;
}

.country_bus4 .content .list .btn {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -26px;
}

.country_bus4 .content .list .btn.prev {
	left: -58px;
}

.country_bus4 .content .list .btn.next {
	right: -58px;
}

.country_bus4 .content .list .pager {
	text-align: center;
	position: absolute;
	bottom: -64px;
	width: 100%;
}

.country_bus4 .content .list .pager span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #bdbac3;
	margin-right: 14px;
}

.country_bus4 .content .list .pager span.on {
	background: #484848;
	border-color: #484848;
}

.country_bus4 .content .list ul {
	position: absolute;
	top: 0;
}

.country_bus4 .content .list ul.hide {
	display: none;
}

.country_bus4 .content .list .list_one {
	width: 1120px;
	left: 50%;
	margin-left: -560px;
}

.country_bus4 .content .list .list_two {
	width: 840px;
	left: 50%;
	margin-left: -420px
}

.country_bus4 .content .list li {
	width: 280px;
	text-align: center;
	padding: 30px 0 60px;
	float: left;
}

.country_bus4 .content .list li .country_icon {
	display: block;
	width: 101px;
	height: 100px;
	margin: 0 auto;
}

.country_bus4 .content .list li h3 {
	font-size: 20px;
	color: #333;
	margin: 20px 0;
}

.country_bus4 .content .list li .list_txt {
	display: inline-block;
	padding: 0 23px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}

.country_bus5 {
	background: url(../../images/yimei/country_bus5.jpg) no-repeat;
	height: 740px
}

.country_bus5 .content {
	padding-top: 80px;
}

.country_bus5 .content .title {
	font-size: 46px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center
}

.country_bus5 .content .title strong {
	color: #008eff;
}

.country_bus5 .content .txt {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
}

.country_bus5 .content .list {
	width: 881px;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, .18);
	border-bottom: none;
	margin-top: 60px;
}

.country_bus5 .content .list li {
	padding: 36px;
	width: 221px;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, .18);
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.country_bus5 .content .list li:nth-of-type(3n) {
	border-right: none;
}

.country_bus5 .content .list li .list_title .country_icon {
	display: inline-block;
	width: 41px;
	height: 41px;
	float: left;
}

.country_bus5 .content .list li .list_title .list_title_txt {
	display: inline-block;
	line-height: 41px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-left: 18px;
}

.country_bus5 .content .list li .border {
	display: inline-block;
	width: 41px;
	height: 1px;
	margin: 16px 0;
	background: rgba(255, 255, 255, .2);
}

.country_bus5 .content .list li .list_con {
	font-size: 14px;
	color: rgba(255, 255, 255, .68);
	line-height: 22px;
}

.country_bus6 {
	background: url(../../images/yimei/country_bus6.jpg) no-repeat;
	height: 917px;
}

.country_bus6 .content {
	padding-top: 115px;
}

.country_bus6 .content .title {
	font-size: 44px;
	margin-bottom: 20px;
	color: #111;
	text-align: center
}

.country_bus6 .content .txt {
	font-size: 14px;
	color: #444;
	text-align: center;
}

.country_bus6 .content .list {
	margin: 100px auto 0;
	width: 1167px;
}

.country_bus6 .content .list li {
	position: relative;
	float: left;
	width: 285px;
	height: 234px;
	background: pink;
	margin: 0 7px 7px 0;
}

.country_bus6 .content .list .item_one {
	width: 576px;
	height: 475px;
}

.country_bus6 .content .list li img {
	width: 100%;
}

.country_bus6 .content .list li span {
	position: absolute;
	right: 0;
	bottom: 16px;
	width: 133px;
	height: 26px;
	background: rgba(0, 0, 0, .78);
	text-align: center;
	font-size: 18px;
	color: #f6f6f6;
}

.country_bus7 {
	background: url(../../images/yimei/country_bus7.jpg) no-repeat;
	height: 519px;
}

.country_bus7 .content {
	padding-top: 140px;
}

.country_bus7 .content .title {
	font-size: 44px;
	margin-bottom: 90px;
	color: #fff;
	text-align: center
}

.country_bus7 .content .btn {
	text-align: center;
	font-size: 0;
}

.country_bus7 .content .btn a {
	display: inline-block;
	width: 176px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	font-size: 26px;
	color: #fff;
}

.country_bus7 .content .btn a.consult_btn {
	border: 2px solid #00af62;
	margin-right: 50px;
}

.country_bus7 .content .btn a.tryout_btn {
	padding: 2px;
	background: #00af62;
}

.country_icon {
	background: url(../../images/yimei/country_bus_s.png) no-repeat;
}

.country_bus4 .ic1 {
	background-position: -5px -50px;
}

.country_bus4 .ic2 {
	background-position: -110px -50px;
}

.country_bus4 .ic3 {
	background-position: -215px -50px;
}

.country_bus4 .ic4 {
	background-position: -320px -50px;
}

.country_bus4 .ic5 {
	background-position: -425px -50px;
}

.country_bus4 .ic6 {
	background-position: -5px -158px;
}

.country_bus4 .ic7 {
	background-position: -110px -158px;
}

.country_bus4 .ic8 {
	background-position: -215px -158px;
}

.country_bus4 .ic9 {
	background-position: -320px -158px;
}

.country_bus4 .ic10 {
	background-position: -425px -158px;
}

.country_bus4 .ic11 {
	background-position: -5px -266px;
}

.country_bus4 .ic12 {
	background-position: -110px -266px;
}

.country_bus4 .ic13 {
	background-position: -215px -266px;
}

.country_bus4 .ic14 {
	background-position: -320px -266px;
}

.country_bus4 .prev.country_icon {
	background-position: -348px -1px;
}

.country_bus4 .next.country_icon {
	background-position: -299px -1px;
}

.country_bus4 .btn:hover {
	background-color: rgba(255, 255, 255, .5)
}

.country_bus5 .ic1 {
	background-position: -5px -1px;
}

.country_bus5 .ic2 {
	background-position: -54px -1px;
}

.country_bus5 .ic3 {
	background-position: -103px -1px;
}

.country_bus5 .ic4 {
	background-position: -152px -1px;
}

.country_bus5 .ic5 {
	background-position: -201px -1px;
}

.country_bus5 .ic6 {
	background-position: -250px -1px;
}


/*新零售*/

.resale_box {
	height: 897px;
	background: url(../../images/yimei/resale_box.jpg) no-repeat;
}

.resale_box .resale_txt {
	text-align: center;
	padding-top: 160px;
}

.resale_box2 {
	height: 785px;
	background: #f2f2f2;
}

.merce {
	text-align: center;
	font-size: 48px;
	color: #000;
	padding-top: 70px;
	padding-bottom: 60px;
}

.merce .ser_line {
	display: block;
	width: 87px;
	height: 3px;
	background: #84a027;
	margin: 45px auto;
}

.merce_img {
	float: left;
	width: 615px;
	height: 422px;
	margin: 0 70px 0 45px;
}

.merce_cter {
	float: right;
	margin-top: 30px;
}

.merce_cter h4 {
	font-size: 20px;
	font-weight: bold;
	color: #01a1ff;
	padding-bottom: 30px;
}

.merce_cter p {
	line-height: 31px;
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
}

.merce_cter p span {
	display: block;
	float: left;
	width: 35px;
	height: 31px;
	border-radius: 50%;
	background: url(../../images/yimei/ct_img.png);
	color: #FFF;
	text-align: center;
	line-height: 31px;
	font-size: 16px;
	margin-right: 15px;
}

.resale_box3 {
	height: 630px;
	background: url(../../images/yimei/resale_box3.jpg) no-repeat;
}

.resale_box3 .plussign {
	width: 104%;
	margin-top: 40px;
}

.resale_box3 .future {
	width: 193px;
	height: 193px;
	font-weight: bold;
	border-radius: 50%;
	border: 4px solid #FFF;
	float: left;
	margin: 0 10px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
}

.resale_box3 .future span {
	display: block;
	margin: 35px 0 25px 0;
	height: 60px;
	line-height: 60px;
}

.resale_box3 .plus_sign {
	display: block;
	float: left;
	line-height: 193px;
	font-size: 46px;
	color: #7ecaff;
	font-weight: normal;
}

.resale_box4 {
	height: 940px;
	background: #f2f2f2;
	position: relative;
}

.resale_box4 .resale4_s2 {
	position: absolute;
	left: 0px;
	top: 290px;
}

.resale_box4 .tradition {
	width: 1212px;
	height: 558px;
	margin: 0 auto;
	position: relative;
}

.resale_box4 .tradition .tra_img {
	position: absolute;
}

.resale_box4 .tradition .tra_left {
	position: absolute;
	font-size: 16px;
	color: #333333;
	width: 520px;
	left: 65px;
	top: 65px;
	line-height: 26px;
}

.resale_box4 .tradition .tra_left span {
	display: block;
	color: #8ecf3f;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.resale_box4 .tradition .tra_right {
	position: absolute;
	font-size: 16px;
	color: #333333;
	width: 520px;
	right: 65px;
	bottom: 65px;
	line-height: 26px;
}

.resale_box4 .tradition .tra_right span {
	display: block;
	color: #8ecf3f;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.resale_box5 {
	height: 770px;
	text-align: center;
	position: relative;
}

.resale_box5 .resale4_s1 {
	position: absolute;
	right: 225px;
	top: 115px;
}

.resale_box5 .system {
	padding-top: 121px;
}

.resale_box5 .order3_txt {
	padding-top: 85px;
	text-align: center;
}

.resale_box5 .order3_txt .txt1 {
	font-size: 46px;
	color: #fff;
}

.resale_box5 .order3_txt .txt2 {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}

.resale_box5 .bor span {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #fff;
}

.resale_box5 .img_wrap {
	margin: 0px auto 0;
	position: relative;
	width: 1140px;
	height: 330px;
	overflow: hidden;
}

.resale_box5 .img_wrap li {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	cursor: pointer
}

.resale_box5 .img_wrap li img {
	width: 100%;
}

.resale_box5 .img_wrap p.o3_prev,
.resale_box5 .img_wrap p.o3_next {
	position: absolute;
	width: 180px;
	height: 361px;
	top: 40px;
	z-index: 30;
	cursor: pointer;
}

.resale_box5 .img_wrap p.o3_prev {
	left: 0;
}

.resale_box5 .img_wrap p.o3_next {
	right: 0;
	left: auto;
}

.resale_box6 {
	height: 910px;
	background: #f2f2f2;
	position: relative;
}

.resale_box6 .resale_s1 {
	position: absolute;
	bottom: 160px;
	left: -20px;
}

.resale_box6 .system {
	width: 107%;
}

.resale_box6 .system li {
	float: left;
	width: 310px;
	height: 270px;
	text-align: center;
	margin: 0 35px 0 55px;
	padding-bottom: 50px;
}

.resale_box6 .system li h4 {
	font-size: 16px;
	color: #01a1ff;
	font-weight: bold;
	line-height: 45px;
}

.resale_box6 .system li p {
	color: #444444;
	font-size: 15px;
	line-height: 24px;
	padding: 0 45px;
}

.resale_box7 {
	height: 625px;
	background: url(../../images/yimei/resale_box7.jpg) no-repeat;
}

.resale_box7 .idea_ul {
	margin-left: 170px;
	padding-top: 80px;
}

.resale_box7 .idea_ul li {
	float: left;
	text-align: center;
	width: 220px;
	margin-right: 100px;
}

.resale_box7 .idea_ul li p {
	color: #e9e9e9;
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
}

.resale_box8 {
	height: 750px;
}

.resale_box8 .industry {
	padding-top: 50px;
}

.resale_box8 .industry li {
	width: 300px;
	height: 200px;
	float: left;
	position: relative;
}

.resale_box8 .industry li .per_img {
	position: absolute;
	width: 300px;
	height: 200px;
	overflow: hidden;
}

.resale_box8 .industry li .per_txt {
	width: 300px;
	height: 200px;
	background: url(../../images/yimei/per_txt9.png) no-repeat 0px 10px;
	position: absolute;
}


/*.resale_box8 .industry li .per_txt:hover{background:rgba(1,158,255,0.7);}
.resale_box8 .industry li .per_txt:hover .pe_txt{display:block;}
.resale_box8 .industry li .per_txt:hover .per_top{display:none;}*/

.resale_box8 .industry li span {
	display: block;
	color: #FFF;
}

.resale_box8 .industry li .per_top {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-top: 140px;
}

.resale_box8 .industry li .pe_txt {
	display: none;
	font-size: 14px;
	text-align: center;
	padding: 0 40px;
	line-height: 26px;
	padding-top: 80px;
}

.resale_box9 {
	height: 438px;
	background: url(../../images/yimei/resale_box9.jpg) no-repeat;
	overflow: hidden;
	text-align: center;
}

.resale_box9 .cro6_h4 {
	font-size: 44px;
	color: #FFF;
	margin-top: 140px;
}

.resale_box9 .cro6_p {
	height: 3px;
	width: 70px;
	background: #FFF;
	margin: 30px auto;
}

.resale_box9 .cro6_a {
	margin: 20px auto;
	width: 625px;
}

.resale_box9 .cro6_a a {
	font-size: 20px;
	color: #444444;
	width: 276px;
	height: 80px;
	background: #FFF;
	line-height: 80px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-left: 20px;
}

.resale_box9 .cro6_a .cur {
	border: 1px solid #FFF;
	background: none;
	height: 80px;
	color: #FFF;
}


/*   新增 service window */

.service-window {
	padding: 60px 0 60px 0;
	background: #F9F9F9;
}

.service-window-content {}

.service-window-content ul {
	overflow: hidden;
	margin-right: -52px;
}

.service-window-content ul li {
	width: 306px;
	height: 132px;
	border: 1px solid #CCCCCC;
	margin-right: 52px;
	background: #FFFFFF;
	margin-bottom: 42px;
	transition: .3s all;
	float: left;
}

.service-window-content ul li .icon-img {
	width: 120px;
	height: 132px;
	background: url(../../images/yimei/service-window-icon1h.png) no-repeat center center;
	float: left;
	transition: .3s all;
}

.service-window-content ul li:hover {
	background: #F7F7F7;
	border: 1px solid #00A7FF;
}

.service-window-content ul .li-1:hover .icon-img {
	background: url(../../images/yimei/service-window-icon1.png) no-repeat center center;
}

.service-window-content ul li .li-text {
	margin-right: 10px;
}

.service-window-content ul li .li-text span {
	font-size: 24px;
	color: #2a2a2a;
	padding-top: 30px;
	display: block;
	position: relative;
	top: -4px;
}

.service-window-content ul li .li-text p {
	font-size: 16px;
	color: #666;
	line-height: 22px;
}

.service-window-content ul .li-2 .icon-img {
	background: url(../../images/yimei/service-window-icon2.png) no-repeat center center;
}

.service-window-content ul .li-3 .icon-img {
	background: url(../../images/yimei/service-window-icon3.png) no-repeat center center;
}

.service-window-content ul .li-4 .icon-img {
	background: url(../../images/yimei/service-window-icon4.png) no-repeat center center;
}

.service-window-content ul .li-5 .icon-img {
	background: url(../../images/yimei/service-window-icon5.png) no-repeat center center;
}

.service-window-content ul .li-6 .icon-img {
	background: url(../../images/yimei/service-window-icon6.png) no-repeat center center;
}

.service-window-content ul .li-7 .icon-img {
	background: url(../../images/yimei/service-window-icon7.png) no-repeat center center;
}

.service-window-content ul .li-8 .icon-img {
	background: url(../../images/yimei/service-window-icon8.png) no-repeat center center;
}

.service-window-content ul .li-2:hover .icon-img {
	background: url(../../images/yimei/service-window-icon2h.png) no-repeat center center;
}

.service-window-content ul .li-3:hover .icon-img {
	background: url(../../images/yimei/service-window-icon3h.png) no-repeat center center;
}

.service-window-content ul .li-4:hover .icon-img {
	background: url(../../images/yimei/service-window-icon4h.png) no-repeat center center;
}

.service-window-content ul .li-5:hover .icon-img {
	background: url(../../images/yimei/service-window-icon5h.png) no-repeat center center;
}

.service-window-content ul .li-6:hover .icon-img {
	background: url(../../images/yimei/service-window-icon6h.png) no-repeat center center;
}

.service-window-content ul .li-7:hover .icon-img {
	background: url(../../images/yimei/service-window-icon7h.png) no-repeat center center;
}

.service-window-content ul .li-8:hover .icon-img {
	background: url(../../images/yimei/service-window-icon8h.png) no-repeat center center;
}

.banner-bottom-icon {
	width: 100%;
	height: 110px;
	background: rgba(38, 177, 199, 0.2);
	position: absolute;
	bottom: 0;
	z-index: 99;
}

.banner-bottom-icon ul {
	width: 1410px;
	height: 110px;
	background: url(../../images/yimei/banner-bottom-bg.png) no-repeat;
	margin: 0 auto;
	position: relative;
}


/* .banner-bottom-icon ul li{float: left;font-size: 17px; color: #fff;position: absolute; top: 32px;}
.banner-bottom-icon ul li.li-1{left: 84px;}
.banner-bottom-icon ul li.li-2{left: 440px;}
.banner-bottom-icon ul li.li-3{left: 724px;}
.banner-bottom-icon ul li.li-4{left: 996px;}
.banner-bottom-icon ul li.li-5{left: 1316px;} */

.head .menu li a.hot-t {
	position: relative;
}

.head .menu li a.hot-t:after {
	position: absolute;
	width: 22px;
	height: 10px;
	background: url(../../images/yimei/menu-hot.gif) no-repeat;
	content: "";
	left: 84px;
	top: 38px;
}


/*   新增 Electricity supplier solutions*/

.ess-box {
	padding: 60px 0 60px 0;
	background: #FFFFFF;
}

.solu {
	display: block;
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	margin-top: 56px;
}

.solu li {
	display: block;
	float: left;
	width: 231px;
	height: 399px;
	cursor: pointer;
}

.solu li.li1 {
	background: url(../../images/yimei/ess-img1.jpg) no-repeat;
}

.solu li.li2 {
	background: url(../../images/yimei/ess-img2.jpg) no-repeat;
}

.solu li.li3 {
	background: url(../../images/yimei/ess-img3.jpg) no-repeat;
}

.solu li.li4 {
	background: url(../../images/yimei/ess-img4.jpg) no-repeat;
}

.solu li.li5 {
	background: url(../../images/yimei/ess-img5.jpg) no-repeat;
}

.solu li.li6 {
	background: url(../../images/yimei/ess-img6.jpg) no-repeat;
}

.soludiv {
	display: block;
	height: 408px;
	background: rgba(16, 151, 213, 0);
	padding-top: 115px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}

.soludiv span {
	display: block;
	width: 84px;
	height: 84px;
	margin: 0 auto;
}

.soludiv .icon1 {
	background: url(../../images/yimei/ess-icon1.png) no-repeat;
}

.soludiv .icon2 {
	background: url(../../images/yimei/ess-icon2.png) no-repeat;
}

.soludiv .icon3 {
	background: url(../../images/yimei/ess-icon3.png) no-repeat;
}

.soludiv .icon4 {
	background: url(../../images/yimei/ess-icon4.png) no-repeat;
}

.soludiv .icon5 {
	background: url(../../images/yimei/ess-icon5.png) no-repeat;
}

.soludiv .icon6 {
	background: url(../../images/yimei/ess-icon6.png) no-repeat;
}

.soludiv h2 {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.soludiv h3 {
	display: block;
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.soludiv p {
	opacity: 0;
	display: blocl;
	font-size: 14px;
	height: 80px;
	color: #fff;
	padding: 10px 15px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}

.soludiv .but {
	opacity: 0;
	display: block;
	font-size: 16px;
	color: #fff;
	width: 100px;
	height: 38px;
	border: solid 1px #fff;
	border-radius: 3px;
	text-align: center;
	line-height: 38px;
	margin: 0 auto;
	margin-top: 30px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}

.soludiv:hover {
	background: rgba(16, 151, 213, 0.6);
	padding-top: 25px
}

.soludiv:hover p {
	opacity: 1
}

.soludiv:hover .but {
	opacity: 1
}

.customer_paly_inner .more a {
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #3B4759;
}

.customer_paly_inner .more a:hover {
	color: #fff;
}

.ess-box .more {
	padding-top: 60px;
}

.ess-box .more a {
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #3B4759;
	width: 356px;
	height: 56px;
	border: 1px solid #dfdfdf;
	border-radius: 50px;
	display: block;
	margin: 0 auto;
	background: #FAFAFA;
	position: relative;
	transition: .3s all;
}

.ess-box .more a:hover {
	color: #fff;
	background: #2792CC;
	border: 1px solid #1B74BD;
}


/*首页右侧*/

.concat-us {
	position: fixed;
	top: 350px;
	right: 10px;
	z-index: 99;
}

.concat-us .fix {
	width: 70px;
	height: 70px;
	text-align: center;
	margin-bottom: 10px;
	ursor: pointer;
	position: relative;
	cursor: pointer;
}

.concat-us .fix>p {
	font-size: 12px;
	color: #fff;
	padding-top: 50px;
	line-height: inherit;
}

.concat-us .fix {
	width: 70px;
	height: 70px;
}

.concat-us .qq-f {
	background: url(../../images/yimei/qq-f.png) no-repeat;
}

.concat-us .phone2-f {
	background: url(../../images/yimei/phone2-f.png) no-repeat;
}

.concat-us .phone2-f-left {
	position: absolute;
	left: -264px;
	top: -7px;
	width: 260px;
	height: 0px;
	background: url(../../images/yimei/phone-bg2.png) no-repeat;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	transition: .5s all;
	opacity: 0;
	overflow: hidden;
}

.concat-us .phone2-f-left span {
	margin-top: 20px;
	display: block;
	margin-left: -42px;
}

.concat-us .phone2-f-left p {
	margin-left: -45px;
	margin-top: 2px;
}

.concat-us .phone2-f:hover .phone2-f-left {
	opacity: 1;
	left: -264px;
	height: 84px;
}

.concat-us .wx-f {
	background: url(../../images/yimei/wx-f.png) no-repeat;
}

.concat-us .wx-f-left {
	position: absolute;
	left: -180px;
	top: -118px;
	width: 175px;
	height: 0px;
	background: url(../../images/yimei/qrcode-bg.png) no-repeat;
	font-size: 14px;
	color: #fff;
	transition: .5s all;
	text-align: center;
	opacity: 0;
	overflow: hidden;
}

.concat-us .wx-f-left img {
	width: 134px;
	height: 134px;
	margin-top: 20px;
	margin-left: -1px;
}

.concat-us .wx-f-left span {
	display: inline-block;
	line-height: 30px;
}

.concat-us .wx-f:hover .wx-f-left {
	opacity: 1;
	left: -180px;
	height: 195px;
}

.concat-us .phone-f {
	background: url(../../images/yimei/phone-f.png) no-repeat;
}

.concat-us .phone-f-left {
	position: absolute;
	top: -8px;
	width: 260px;
	height: 0px;
	background: url(../../images/yimei/phone-bg.png) no-repeat;
	transition: .5s all;
	text-align: center;
	opacity: 0;
	left: -264px;
	overflow: hidden;
}

.concat-us .phone-f-left input {
	width: 150px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #999;
	position: absolute;
	left: 22px;
	top: 29px;
	background: none;
	border: none;
	padding-left: 10px;
}

.concat-us .phone-f-left button {
	width: 40px;
	height: 30px;
	position: absolute;
	left: 198px;
	top: 29px;
	background: none;
	border: none;
	cursor: pointer;
}

.concat-us .phone-f:hover .phone-f-left {
	opacity: 1;
	left: -264px;
	height: 84px;
}

.banner_img a.free-btn {
	width: 200px;
	height: 50px;
	background: url(../../images/yimei/free-test-btn.png) no-repeat;
	position: absolute;
	bottom: 50px;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -25px;
}

.banner_img a.free-btn span {
	font-size: 22px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding-left: 22px;
	float: left;
	letter-spacing: 5px;
}


/* 店铺小程序 */

.container {
	position: relative;
	z-index: 9;
	/*background: #F4F4F4;*/
}

.shopstore-header {
	width: 100%;
	background: #4966D6;
	height: 560px;
	margin-top: 100px;
}

.shopstore-header-content {
	width: 1310px;
	height: 560px;
	background: url(../../images/yimei/shopstore-header-bg.jpg) no-repeat center top;
	margin: 0 auto;
	position: relative;
	padding-left: 90px;
	z-index: 9;
}

.shopstore-header-content h2 {
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	padding-top: 80px;
	line-height: 90px;
}

.shopstore-header-content p,
.shopstore-header-content span {
	font-size: 18px;
	color: #D3D9F3;
	line-height: 38px;
}

.shopstore-header-content span {
	display: block;
}

.shopstore-header-content a {
	display: block;
	width: 166px;
	height: 62px;
	border: 2px solid #FFCE1F;
	font-size: 24px;
	color: #ffce1f;
	font-weight: bold;
	text-align: center;
	line-height: 62px;
	margin-top: 55px;
}

.shopstore-apart1 {
	width: 1400px;
	height: 780px;
	background: #fff;
	margin: -60px auto;
	position: relative;
}

.shopstore-apart-title {
	width: 1400px;
	text-align: center;
}

.shopstore-apart1 .shopstore-apart-title p {
	background: #fff;
	position: relative;
}

.shopstore-apart-title p {
	font-size: 32px;
	font-weight: bold;
	color: #232639;
	padding-top: 80px;
	line-height: 70px;
	position: relative;
}

.shopstore-apart-title p:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #BFCBF7;
	bottom: 10px;
	margin-left: 5px;
}

.shopstore-apart-title span {
	font-size: 18px;
	color: #666666;
	display: block;
}

.shopstore-apart1-list {
	width: 1200px;
	text-align: center;
	margin: 60px 0 0 120px;
}

.shopstore-apart1-list li {
	float: left;
	width: 273px;
	height: 396px;
	border: 1px solid #D8D8D8;
	margin-right: 20px;
	cursor: pointer;
	transition: .3s all;
}

.shopstore-apart2-list li {
	transition: .3s all;
	cursor: pointer;
}

.shopstore-apart2-list li:hover {
	-moz-box-shadow: 0px 2px 5px #999;
	-webkit-box-shadow: 0px 2px 5px #999;
	box-shadow: 0px 2px 5px #999;
}

.shopstore-apart1-list li:hover {
	-moz-box-shadow: 0px 2px 5px #999;
	-webkit-box-shadow: 0px 2px 5px #999;
	box-shadow: 0px 2px 5px #999;
}

.shopstore-apart1-list li span {
	color: #232639;
	font-size: 24px;
	line-height: 100px;
}

.shopstore-apart1-list li img {}

.shopstore-apart1-list li p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 10px 27px;
}

.shopstore-apart2 {
	width: 100%;
	height: 720px;
	background: #fff;
	margin: 270px auto;
}

.shopstore-apart2-content {
	width: 1400px;
	margin: 0 auto;
}

.shopstore-apart2-content .shopstore-apart-title {
	margin-top: -90px;
}

.shopstore-apart2-title {
	width: 100%;
	height: 256px;
	background: #4966D6;
	position: relative;
	top: -125px;
}

.shopstore-apart2-title img {
	width: 240px;
	height: 280px;
	position: relative;
	margin: -40px 40px 0 40px;
	float: left;
}

.shopstore-apart2-title h2 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	padding: 50px 0 30px;
}

.shopstore-apart2-title span {
	font-size: 18px;
	color: #C4CCEF;
	float: left;
	width: 486px;
}

.shopstore-apart2-i {
	position: absolute;
	width: 50px;
	height: 60px;
	background: url(../../images/yimei/shopstore-apart2-icon.png) no-repeat;
	right: 30px;
	bottom: 30px;
}

.shopstore-apart2-list {
	width: 100%;
	margin-top: 80px;
}

.shopstore-apart2-list li {
	float: left;
	width: 436px;
	height: 170px;
	padding: 15px;
}

.shopstore-apart2-list li.li-3 {
	width: 435px;
	height: 170px;
}

.shopstore-apart2-list li img {
	width: 140px;
	height: 170px;
	float: left;
	margin-right: 20px;
}

.shopstore-apart2-list li .text {
	float: left;
	width: 266px;
}

.shopstore-apart2-list li .text h3 {
	font-size: 24px;
	color: #333;
}

.shopstore-apart2-list li .text p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-top: 30px;
}

.shopstore-apart3 {
	width: 100%;
	background: #F8F8F8;
	margin-top: -270px;
}

.shopstore-apart3-content {
	margin: 0 auto;
	width: 1400px;
	height: 700px;
	background: #F8F8F8;
}

.shopstore-apart3-content-l {
	float: left;
	margin-left: 155px;
	width: 930px;
	height: 100%;
}

.shopstore-apart3-content .shopstore-apart-title {
	float: left;
	text-align: left;
	margin-top: 100px;
}

.shopstore-apart3-content .shopstore-apart-title p {
	padding: 0;
}

.shopstore-apart3-content .shopstore-apart-title span {
	margin-bottom: 50px;
	display: block;
}

.tab-left {
	display: none;
}

.tab-left {
	float: left;
	width: 930px;
	height: 365px;
}

.tab-left-c {
	float: left;
	width: 430px;
}

.tab-left a {
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
	width: 134px;
	height: 50px;
	background: #4966D6;
	font-size: 22px;
	color: #fff;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
}

.tab-left p {
	font-size: 16px;
	color: #333;
	float: left;
	line-height: 28px;
	width: 430px;
}

.tab-right {
	width: 315px;
	float: right;
	margin-top: 130px;
}

.tab-right li {
	border-left: 6px solid #E0E0E0;
	height: 66px;
	padding-left: 20px;
	margin-bottom: 44px;
	cursor: pointer;
}

.tab-right li.cur {
	border-left: 6px solid #4966D6;
}

.tab-right li.cur p {
	color: #4966D6;
}

.tab-right li p {
	font-size: 22px;
	color: #444;
	margin-bottom: 10px;
}

.tab-right li span {
	font-size: 16px;
	color: #666;
}

.shopstore-apart4 {
	width: 100%;
	background: url(../../images/yimei/shopstore-apart4-bg.jpg) no-repeat center top;
	height: 488px;
}

.shopstore-apart4-c {
	margin: 0 auto;
	width: 1400px;
}

.shopstore-apart4-c .shopstore-apart-title p {
	color: #fff;
}

.shopstore-apart4-c .shopstore-apart-title span {
	color: #fff;
}

.apart4-c-list {
	margin: 80px auto;
	overflow: hidden;
	width: 1225px;
	margin-left: 30px;
	margin-left: 175px;
	text-align: center;
}

.apart4-c-list li {
	float: left;
	width: 160px;
	margin-right: 140px;
}

.apart4-c-list li p {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	line-height: 58px;
	padding: 0 16px;
}

.apart4-c-list li span {
	font-size: 16px;
	line-height: 48px;
	color: #D6DAEE;
}

.shopstore-apart5 {
	width: 100%;
	height: 690px;
	background: #fff;
	border-bottom: 1px solid #F4F4F4;
	position: relative;
}

.apart5-content {
	width: 1400px;
	margin: 0 auto;
}

.shopstore-apart5-l {
	float: left;
	width: 870px;
	text-align: center;
}

.shopstore-apart5-l .shopstore-apart-title {
	width: 860px;
	margin: 10px;
}

.apart5-list {
	margin-top: 80px;
}

.apart5-list li {
	float: left;
	width: 370px;
	height: 155px;
	margin-bottom: 40px;
	margin-right: 26px;
	padding: 15px;
	transition: .3s all;
	cursor: pointer;
}

.apart5-list li:hover {
	-moz-box-shadow: 0px 2px 5px #999;
	-webkit-box-shadow: 0px 2px 5px #999;
	box-shadow: 0px 2px 5px #999;
}

.apart5-list li img {
	float: left;
	width: 84px;
	height: 140px;
}

.apart5-list .apart5-list-t {
	width: 260px;
	float: left;
	text-align: left;
	margin-left: 26px;
	margin-top: 20px;
}

.apart5-list li p {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.apart5-list li span {
	font-size: 16px;
	color: #666;
	line-height: 24px;
}

.apar5-img-box {
	float: right;
	width: 490px;
	height: 730px;
	margin-top: -40px;
	background: url(../../images/yimei/apart5-img-bg.png) no-repeat;
	position: relative;
	overflow: hidden;
}

.apar5-img-box-ct {
	position: absolute;
	top: 115px;
	left: 37px;
	width: 418px;
	height: 615px;
	overflow: hidden;
}

.apar5-img-box ul {
	height: 615px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 999px;
}

.apar5-img-list li {
	width: 418px;
	height: 730px;
	border-radius: 5px;
	float: left;
}

.apar5-img-list li img {
	width: 418px;
	height: 615px;
}

.apar5-img-box .circle {
	position: absolute;
	text-align: center;
	bottom: 10px;
	height: 30px;
	line-height: 34px;
	width: 100%;
}

.apar5-img-box .circle p {
	width: 50px;
	padding: 0 12px;
	border-radius: 20px;
	background: #ABABAB;
	display: inline-block;
	height: 24px;
	line-height: 28px;
}

.apar5-img-box .circle span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 2px;
	background: #DADADA;
	border-radius: 50%;
	text-indent: -99999px;
	cursor: pointer;
}

.apar5-img-box .circle .cur {
	background: #FFFFFF;
}

.shopstore-apart6 {
	width: 100%;
	height: 690px;
	background: #fff;
}

.apart6-content {
	width: 1400px;
	margin: 0 auto;
}

.apart6-list {
	margin: 80px auto;
	width: 1015px;
}

.apart6-list li {
	float: left;
	width: 460px;
	height: 128px;
	margin: 0 40px 40px 0;
	background: #F4F4F4;
	cursor: pointer;
	transition: .3s all;
}

.apart6-list li:hover {
	-moz-box-shadow: 0px 2px 5px #999;
	-webkit-box-shadow: 0px 2px 5px #999;
	box-shadow: 0px 2px 5px #999;
}

.apart6-list li img {
	float: left;
	width: 147px;
	height: 128px;
}

.apart6-list li .apart6-list-t {
	float: left;
	border-left: 1px solid #D0D0D0;
	width: 290px;
	height: 60px;
	padding-left: 20px;
	margin-top: 34px;
}

.apart6-list li .apart6-list-t p {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}

.apart6-list li .apart6-list-t span {
	font-size: 16px;
	color: #666;
}

.shopstore-apart6 .shopstore-apart-title {
	margin: 0;
}

.apart4-c-list li {
	position: relative;
}

.apart4-c-list li .process_bar {
	width: 83%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 60px;
	overflow: hidden;
}

.apart4-c-list li .process_bar span {
	position: absolute;
	left: 0;
	top: 0;
	background: #FFCE1F;
	height: 15px;
	display: block;
}

.apart4-c-list li .process_bar span {
	width: 0;
}

.shopstore-apart4-c.fadeInUp .apart4-c-list li .process_bar span {
	width: 100%;
	transition: all 2s ease;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
}


/* 新零易售 */

.new-banner {
	width: 100%;
	height: 647px;
	position: relative;
}

.new-banner img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

.head .menu li a {
	font-size: 16px;
}

.head .menu li.mark a {
	color: #36a1dd;
	position: relative;
}

.head .menu>li.mark>a:before {
	position: absolute;
	content: "";
	width: 68%;
	height: 2px;
	background: #36a1dd;
	bottom: 30px;
	left: 15%
}

.head .menu>li.mark {
	padding: 0;
}


/* .head .menu>li.mark>a>i:before{position: absolute; content: "";width:20px;height: 2px;background: #fff;right: 18px; bottom: 30px;}
.head.no_havebg .menu li.mark>a i:before{background: #fff;}
.head .menu li.mark {height: 34px;}
*/

.head.no_havebg .menu li.mark a {
	color: #36a1dd;
}

.head .new-menu li {
	padding: 0 10px;
}

.new-ct-1 {
	width: 100%;
	height: 620px;
	background: #fff;
}

.new-ct {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.new-title-h2 {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	line-height: 80px;
	padding-top: 40px;
}

.new-title-p {
	font-size: 18px;
	color: #666;
	margin-bottom: 40px;
	display: inline-block;
	text-align: center;
	width: 860px;
}

.new-ct-1-list {
	margin-right: -16px;
}

.new-ct-1-list li {
	float: left;
	width: 288px;
	height: 348px;
	border: 1px solid #EBEBEB;
	margin-right: 14px;
	text-align: center;
	transition: .3s all;
}

.new-ct-1-list li img {
	width: 287px;
	height: 152px;
}

.new-ct-1-list li p {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 60px;
	padding-top: 5px;
}

.new-ct-1-list li span {
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin: 0 30px;
}

.new-ct-1-list li a {
	width: 142px;
	height: 38px;
	background: #fff;
	color: #4966D6;
	border: 1px solid #4966D6;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
}

.new-ct-1-list li:hover {
	border: 1px solid #4966D6;
	-moz-box-shadow: 0px 1px 15px #999;
	-webkit-box-shadow: 0px 1px 15px #999;
	box-shadow: 0px 1px 15px #999;
}

.new-ct-1-list li:hover a {
	background: #4966D6;
	color: #fff;
}

.new-ct-2 {
	width: 100%;
	height: 880px;
	background: #F7F7FB;
}

.new-ct-2 img {
	margin-top: 30px;
}

.new-ct-3 {
	width: 100%;
	height: 990px;
	background: #fff;
}

.new-ct-4 {
	width: 100%;
	height: 1028px;
	background: #F7F7FB;
}

.new-ct-5 {
	width: 100%;
	height: 944px;
	background: #ffffff;
}

.new-ct-6 {
	width: 100%;
	height: 914px;
	background: url(../../images/yimei/new-ct6-bg.jpg) no-repeat center top;
}

.new-ct-6 .new-title-h2 {
	color: #fff;
}

.new-ct-6 .new-title-p {
	color: #C5D1E1;
	font-size: 18px;
	line-height: 28px;
}

.ct6-tab {
	width: 1200px;
	height: 666px;
	margin: 0 auto;
}

.list-title {
	margin-right: -8px;
	height: 55px;
}

.list-title li {
	width: 294px;
	height: 55px;
	background: #D5D5D5;
	margin-right: 8px;
	float: left;
	line-height: 55px;
	cursor: pointer;
	transition: .3s all;
	position: relative;
}

.list-title li:hover,
.list-title li.cur {
	background: #4966D6;
}

.list-title li:hover span,
.list-title li.cur span {
	color: #fff;
}

.list-title .li-1:hover span {
	background: url(../../images/yimei/new-ct6-icon1hover.png) no-repeat left center;
}

.list-title .li-2:hover span {
	background: url(../../images/yimei/new-ct6-icon2hover.png) no-repeat left center;
}

.list-title .li-3:hover span {
	background: url(../../images/yimei/new-ct6-icon3hover.png) no-repeat left center;
}

.list-title .li-4:hover span {
	background: url(../../images/yimei/new-ct6-icon4hover.png) no-repeat left center;
}

.list-title li span {
	font-size: 20px;
	color: #888888;
	text-align: center;
	display: inline-block;
	padding-left: 45px;
}

.list-title .li-1 span {
	background: url(../../images/yimei/new-ct6-icon1.png) no-repeat left center;
}

.list-title .li-2 span {
	background: url(../../images/yimei/new-ct6-icon2.png) no-repeat left center;
}

.list-title .li-3 span {
	background: url(../../images/yimei/new-ct6-icon3.png) no-repeat left center;
}

.list-title .li-4 span {
	background: url(../../images/yimei/new-ct6-icon4.png) no-repeat left center;
}

.list-ct {
	margin-top: 30px;
}

.list-ct ul {
	margin-right: -8px;
	display: none;
}

.list-ct ul li {
	width: 294px;
	height: 246px;
	background: #E5E4E4;
	margin: 0 8px 12px 0;
	float: left;
}

.list-ct ul li p {
	font-size: 18px;
	color: #333;
	line-height: 46px;
}

.list-ct ul li span {
	font-size: 14px;
	color: #666;
	margin: 0 30px;
	display: inline-block;
	line-height: 26px;
}

.triangle_border_down {
	display: none;
	width: 0;
	height: 0;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #4966D6 transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	transition: .3s all;
}

.list-title .li-1.cur span {
	background: url(../../images/yimei/new-ct6-icon1hover.png) no-repeat left center;
}

.list-title .li-2.cur span {
	background: url(../../images/yimei/new-ct6-icon2hover.png) no-repeat left center;
}

.list-title .li-3.cur span {
	background: url(../../images/yimei/new-ct6-icon3hover.png) no-repeat left center;
}

.list-title .li-4.cur span {
	background: url(../../images/yimei/new-ct6-icon4hover.png) no-repeat left center;
}

.list-title li.cur .triangle_border_down {
	display: block;
}

.list-title .li-1:hover i,
.list-title .li-2:hover i,
.list-title .li-3:hover i,
.list-title .li-4:hover i {
	display: block;
}

.new-ct-7 {
	width: 100%;
	height: 520px;
	background: #ffffff;
}

.ct-7-list {
	overflow: hidden;
	margin-right: -26px;
}

.ct-7-list li {
	width: 176px;
	height: 214px;
	border-radius: 2px;
	border: 1px solid #E3E3E3;
	float: left;
	margin-right: 26px;
	text-align: center;
}

.ct-7-list li p {
	color: #333;
	font-size: 18px;
	line-height: 56px;
}

.new-ct-8 {
	height: 560px;
	background: #fff;
}

.ct-8-list {
	margin-right: -13px;
}

.ct-8-list li {
	width: 189px;
	height: 127px;
	margin-right: 13px;
	float: left;
	position: relative;
}

.ct-8-list li p {
	position: absolute;
	font-size: 16px;
	color: #fff;
	width: 176px;
	height: 214px;
	line-height: 214px;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -88px;
	margin-top: -107px;
}

.new-ct-9 {
	height: 398px;
	width: 100%;
	background: url(../../images/yimei/new-ct9-bg.jpg) no-repeat center top;
}

.new-ct-9 .new-title-p {}

.new-ct-9 .new-title-p:before {
	display: inline-block;
	width: 190px;
	height: 10px;
	background: url(../../images/yimei/new-ct9-t1.png) no-repeat;
	content: "";
	margin-right: 10px;
}

.new-ct-9 .new-title-p:after {
	display: inline-block;
	width: 190px;
	height: 10px;
	background: url(../../images/yimei/new-ct9-t2.png) no-repeat;
	content: "";
	margin-left: 10px;
}

.ct-9-btn {
	width: 1200px;
	margin-top: 70px;
}

.ct-9-btn a {
	width: 270px;
	height: 64px;
	background: #fff;
	border: 1px solid #CDCDCD;
	border-radius: 50px;
	font-size: 30px;
	line-height: 64px;
	text-align: center;
	display: inline-block;
	margin-right: 24px;
	transition: .3s all;
}

.ct-9-btn a:hover {
	background: #4966D6;
	border: 1px solid #4966D6;
	color: #fff;
}

.new-ct-1,
.new-ct-2,
.new-ct-3,
.new-ct-4,
.new-ct-5,
.new-ct-6,
.new-ct-7,
.new-ct-8,
.new-ct-9,
.new-banner {
	position: relative;
	z-index: 4;
}

.head .subcon {
	border: 1px solid #ECEBEF;
	border-top: none;
}

.head .menu>li.mark>a.acontent:before {
	width: 55%
}

.head .menu>li.mark>a.index-mark:before {
	width: 55%;
	left: 22%;
}

.head .menu {
	position: relative;
}

#one,
#two,
#three,
#four {
	position: absolute;
	top: -100px;
}

.beauty_bbg .go_try {
	position: absolute;
	width: 160px;
	height: 50px;
	left: 50%;
	bottom: 120px;
	margin-left: -80px;
}

.go_lsy_box {
	position: relative;
	text-align: center;
	top: 44px;
}

.go_lsy_btn {
	width: 850px;
	height: 88px;
	background: -webkit-linear-gradient(#4947CF, #6E30D8);
	display: inline-block;
	border-radius: 60px;
	line-height: 88px;
	text-align: center;
	font-size: 32px;
	color: #fff;
	position: relative;
	transition: .3s all;
}

.go_lsy_btn:before {
	position: absolute;
	content: "";
	width: 130px;
	height: 130px;
	background: url(../../images/yimei/new_lsy_icon.png) no-repeat;
	left: 114px;
	top: -50px;
}

.go_lsy_btn:after {
	position: absolute;
	content: "";
	width: 40px;
	height: 20px;
	background: url(../../images/yimei/right_white.png) no-repeat;
	margin-left: 20px;
	top: 50%;
	margin-top: -10px;
}

.go_lsy_btn:hover {
	background: -webkit-linear-gradient(#5544D0, #8E2DD9);
	box-shadow: 7px 7px 30px #CFCDEF;
}

.service-window .customer_tit {
	padding-top: 50px;
}

.li-banner-bt {
	position: absolute;
	width: 440px;
	left: 50%;
	margin-left: -130px;
	bottom: 222px;
}

.li-banner-bt a {
	display: inline-block;
	width: 168px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #FFFBF4;
	font-size: 24px;
	color: #fff;
	letter-spacing: 5px;
	margin-right: 40px;
}

.country_bus1 .go_try {
	cursor: pointer;
	position: absolute;
	width: 160px;
	height: 50px;
	left: 50%;
	bottom: 250px;
	margin-left: -80px;
}