/*********************************************************************************/
/* Base                                                                          */
/*********************************************************************************/
/* { margin:0; padding:0; }*/
/*p { font:62.5% "Microsoft Yahei","宋体", sans-serif; }*/
ul, li { margin:0; padding:0; list-style-type:none; }
dl, dt { margin:0; padding:0 }
img{border:none;}
.img-responsive { display: block; max-width: 100%; height: auto; }
h1,h2,h3,h4,h5,h6 { letter-spacing: 1px; }
/* 定义浮动居中 */
.fl, .pullleft { float:left; display: inline }
.fr, .pullright { float:right; display: inline }
.center-block { display: block; margin-right: auto; margin-left: auto; }
/*清除浮动*/
.clearfix:before,
	.clearfix:after{ display: table; content: " "; }
.clearfix:after { clear: both; }

.show { display:block; }
.hide, .h { display:none; }
.oh { overflow:hidden; }
.mt8 { margin-top:8px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.ml30 { margin-left:30px }
.mb30 { margin-bottom:30px }
.mb50 { margin-bottom:50px }
.pd8 { padding:8px }
.pd10 { padding:10px }
.pd20 { padding:20px }
.pdtb8 { padding:8px 0 }
.pdtb10 { padding:10px 0 }
.pdtb20 { padding:20px 0 }
.pdtb30 { padding:30px 0 }
.pdtb50 { padding:50px 0 }

/*fontsize*/
.fs30 { font-size:3em; }
.fs28 { font-size:2.8em; }
.fs26 { font-size:2.6em; }
.fs24 { font-size:2.4em; }
.fs20 { font-size:2em; }
.fs18 { font-size:1.8em; }
.fs16 { font-size:1.6em; }
.fs14 { font-size:1.4em; }

/*line-height*/
.lh50 { line-height:5em; }
.lh30 { line-height:3em; }
.lh28 { line-height:2.8em; }
.lh26 { line-height:2.6em; }
.lh24 { line-height:2.4em; }
.lh20 { line-height:2em; }
.lh18 { line-height:1.8em; }
.lh16 { line-height:1.6em; }
.lh14 { line-height:1.4em; }

.tal { text-align:left; }
.tac { text-align:center; }
.tar { text-align:right; }
/*font color*/
.fc-red { color:red }
.fc-fff { color:#fff }

/*border*/
.bdr-b-333 { border-bottom: 1px solid #333; }

/*background */
.bgfff { background:#fff }
.bged { background:#ededed }
.bg333 { background:#333 }


/*********************************************************************************/
/* 本站通用                                                                      */
/*********************************************************************************/

body {
	margin:0; padding:0;
	overflow-x: hidden;
	background: #fff;
	font:100% "Microsoft Yahei","宋体", Arial;
	/*font-style font-variant font-weight font-size/line-height font-family
	62.5%默认是18px*/
	line-height:1;
	color:#000;
	-webkit-font-smoothing: antialiased;
}

a { color:#000; text-decoration:none }
a:link { color:#000; }
a:visited { color:#000; }
a:hover { color:#ba2636; text-decoration:underline }
a:active { color:#ba2636; }


.container { width:1200px; margin:0 auto; } /* overflow:hidden; border:1px solid #ff0000; */

.titlebar { padding:30px 0; text-align:center; }
.titlebar h3 { margin-bottom:0; font-size:2.2rem; color:#d10000; line-height:2; }
.titlebar h4 { font-size:1.2rem; color:#000; line-height:2; }
.titlebar p { padding:0 10%; font-size:0.8rem; color:#888; line-height:2; }
.titlebar .divider { position: relative; height: 0; } /* border-bottom: 1px solid #bababa; */
.titlebar .divider:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -40px;
	margin-top: -3px;
	width: 80px;
	height: 3px;
	background: #d10000;
	border-radius: 6px;
}
.titlebar.whitefont h3 { color:#fff }
.titlebar.whitefont p { color:#fff; }

a.btnmore {
	clear: both;
	display:block;
	width:130px;
	margin:30px auto;
	padding:12px 50px;
	border: 2px solid #f80d4a;
	border-radius: 25px;
	font-size: 1.5rem;
	font-family: Arial;
	text-align:center;
	color:#f80d4a;
}
a.btnmore:hover {
	background: #f80d4a;
	color: #ffffff;
}



.header {
	width:100%;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 3px 3px rgba(150, 150, 150, 0.15);
	position: fixed;
	top: 0px;
	z-index: 9999;
}
.header .logo {
	float: left;
	overflow: hidden;
	width: 160px;
	height: 70px;
	padding: 15px 0px;
}
.header .nav {
	float: right;
	position: relative;
	width: 80%;
}
.header .nav > ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	margin-top: 50px;
}
.header .nav > ul > li {
	position: relative;
	float:left;
	width:12.5%;
	height: 48px;
	font-size: 14px;
	line-height: 48px;
}
.header .nav > ul > li > a {
	display: block;
	overflow: hidden;
	/*padding:0 25px; */
	line-height: 48px;
	height: 48px;
	color: #282828;
	font-weight: 500;
	font-size:1.2rem;
	text-align:center;
}
.header .nav > ul > li > a span {
	position: relative;
	display: inline-block;
	transition: all ease-out .3s;
	color: #282828;
}
.header .nav > ul > li > a span:after {
	position: absolute;
	left: 0;
	width: 100%;
	color: #fe0000;
	content: attr(data-title);
	transform: translateY(100%);
}
.header .nav > ul > li.active > a
	, .header .nav > ul > li:hover > a {
		color:#fe0000
}
.header .nav > ul > li.active > a span,
	.header .nav > ul > li:hover > a span {
		transform: translateY(-100%);
}


.header .nav > ul > li:hover .subnav {
	visibility: visible;
	opacity: 1;
}
.header .nav .subnav {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	visibility: hidden;
	overflow: hidden;
	width: 150px;
	height: auto;
	border-top: 2px solid #e40807;
	background-color: #fff;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
	opacity: 0;
	transition: all .36s ease;
}
.header .nav .subnav li a {
	display: block;
	padding: 9pt 24px;
	padding-left: 40px;
	color: #666;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	transition: all .2s ease-in-out;
}
.header .nav .subnav li a.active,
	.header .nav .subnav li a:hover {
		padding-left: 40;
		background-color: #f9f9f9;
		color: #fe0000;
}

.nav-top { float:right; padding-top:10px; }
.nav-top span { display:inline-block; padding-left:10px; }
a.nav-login {
	display:block;
	width:60px;
	height:30px;
	background:#042b4c;
	color:#fff;
	text-align:center;
	line-height:30px;
	border-radius: 5px;
}
/*首页-回电*/
.nav-call { display:inline-block; }
.nav-call #callmobile {
	background: #fff;
	width: 150px;
	height: 22px;
	border: solid 1px #ccc;
	padding-left: 10px;
	border-radius: 5px 0 0 5px;
	border-right:0;
}
.nav-call #callbtn {
	background: #707070 url("../images/callmobile.png") no-repeat 8px center;
	margin-left:-5px;
	padding-left: 20px;
	height: 26px;
	cursor: pointer;
	border: none;
	border-radius: 0 3px 3px 0;
	color: #fff;
	line-height: 25px;
	outline: none;
}
/*首页-回电 end*/



/* banner */
.banner { overflow:hidden; width:100%; margin-top:100px; }


/* footer */
.footer {
	background: url("../images/footerbg.jpg") no-repeat;
	width: 100%;
	clear: both;
	background-size: 100% 100%;
	/*margin-top: 90px;
	display: inline-block;*/
	padding-bottom: 90px;
}
.footer .titlebar h3 {
	color:#fff;
}
.footer .titlebar .divider:after {
	background:#fff;
}
.footer .footer-con  { padding:0 70px }
.footer .footer-contact {
	float:left;
	margin-top: 65px;
	color:#888;
}
.footer .footer-contact h2 {
	color: #fff;
	font-size: 1.5rem;
}
.footer .footer-map {
	float:right;
	width:516px; height:340px;
}
.footer-bottom {
	width: 100%;
	overflow:hidden;
	background: #000;
	padding-bottom: 50px;
}
.footer-bottom {
	color:#888;
}
.footer-bottom a {
	color:#888
}
.footer-bottom .footer-menu {
	padding:0 100px;
	height: 160px;
	line-height: 160px;
	overflow:hidden;
}
.footer-bottom .footer-logo {
	float:left;
	width: 20%;
	padding-top: 30px;
}
.footer-bottom .footer-menu .nav {
	float:left;
	width:80%;
}
.footer-bottom .footer-menu .nav li { display:inline-block; }
.footer-bottom .footer-menu .nav a {
	float: left;
	padding: 0px 13px;
	color: #ffffff;
}
.footer-bottom .footer-about {
	padding:40px 0 30px 0;
}
.footer-bottom .footer-about-con {
	float: left;
	width: 26%;
	margin-top: -20px;
	color: #888;
	font-size: 0.9rem;
	line-height: 30px;
}
.footer-bottom .footer-ewm {
	width: 53%;
	float: left;
	font-size:0.8rem;
	color:#888;
	text-align:center;
}
.footer-bottom .footer-ewm ul {
	width:300px;
	margin:0 auto;
}
.footer-bottom .footer-ewm li {
	float:left;
	width:150px;
}
.footer-bottom .footer-ewm li span {
	line-height:1.5;
}
.footer-bottom .footer-tel {
	width: 20%;
	float: right;
	color: #888;
	text-align: right;
}
.footer-bottom .footer-tel .tel {
	color:#fff; font-size:1.5rem;
}

.links {
    font-size: 0.8rem;
	line-height: 2;
    padding: 30px 0;
    overflow: hidden;
}
.links a {
    font-size: 0.8rem;
}


/* 悬浮功能条 */
.iwindow {
	height: 340px;
	position: fixed;
	top: 200px;
	right: 5px;
	z-index: 100000;
	}
.iwindow .iwin-item {
	position: relative;
	width: 46px; height: 46px;
	margin-bottom:10px;
	border-radius: 5px;
	font-size: 12px;
	background:#f1f1f1 url("../images/iwin-icon.png") no-repeat;
	/*background: #d0d0d0; fbfbfb border:1px solid #d0d0d0;*/
	transition: .5s;
}
.iwindow .iwin-item:hover .iwinbox { display:block; }
.iwindow .iwin-item .iwinbox {
	display:none;/**/
	position: absolute; top:0;
	width: 245px;
	margin-left: -245px;
}
.iwindow .iwinbox-con {
	width: 210px;
	padding:10px;
	border-radius:6px;
	background: #f1f1f1;
}
.iwindow .iwinbox-con:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid #f1f1f1;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	top: 18px;
	right:0;
}
.iwindow .qq-consult { color: #e0681e; background-image:none; }
.iwindow .qq-consult:hover { background-position:0 -50px; }
.iwindow .qq-consult h6 {
	margin: 10px 0; font-size:1.4em;
}
.iwindow .qq-consult ul {
	overflow:hidden; margin-bottom:20px;
}
.iwindow .qq-consult ul li {
	/*float: left;
	margin: 0 12px 15px 12px;*/
	margin: 0 6px 15px 6px;
	height: 18px;
}
.iwindow .qq-consult ul li a {
	/*display: block;
	padding-left: 22px;*/
	line-height: 18px; font-size: 14px; color: #777;
	/*background: url("iwin-qq-icon3.png") no-repeat 0 0;*/
	text-decoration:none
}
.iwindow .qq-consult ul li a:hover { color:#ff6000 }
/*
.iwindow .tips {
	width: 205px;
	margin:10px auto; padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	color: #727171; line-height:2;
}
*/
.iwindow .hotline {
	padding-top:15px;
	font-size: 12px; color: #e0681e; /*text-indent: 35px;*/
	border-top: 1px solid #ddd;
}
.iwindow .hotline .phone-num {
	color: #e0681e;
	font-size: 22px;
	background: url("../images/iwin-icon.png") no-repeat 5px -195px;
	/*text-indent: 28px;*/ text-align:center;
}
/*.iwindow .buy-cart {}*/
.iwindow .iwin-item.ewm { background-position:-50px 0; }
.iwindow .iwin-item.ewm:hover { background-position:-50px -50px; }
.iwindow .iwin-item.ewm .iwinbox-con { text-align:center; }
.iwindow .iwin-item.ewm .iwinbox-con img { padding:20px 0; }
.iwindow .iwin-item.to-top { cursor:pointer; background-position:-100px 0; }
.iwindow .iwin-item.to-top:hover {background-position:-100px -50px; }
/*.iwindow .iwin-item.to-top a { display:block; height:46px; }*/
/* 悬浮功能条 end */







/*首页*/
.titlebar-m strong { color:#fe0000; font-size:0.8rem; }
.titlebar-m h3 { margin:0; color:#fe0000; background:url("../images/home/titlebar-m-bg.png") no-repeat center center; }
.titlebar-m .divider:after { background:#fe0000; }

.titlebar-m.titlebar-white strong { color:#fff; }
.titlebar-m.titlebar-white h3 { color:#fff; }
.titlebar-m.titlebar-white .divider:after { background:#fff; }


/*首页-服务 */
.server-img-list li {
	float: left;
	width: 208px;
	padding: 0px 16px;
}
.server-img-list a{
	color: #000;
	display:block;
	overflow:hidden
}

.server-img-list .item {
	width: 208px;
	height: auto;
	position: relative;
	background: :#000;
}
.server-img-list .item a img {
	transition: all ease-out .3s;
}
.server-img-list .item a:hover img{
	transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
}
.server-img-list .item .item-info {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
}
.server-img-list .item a:hover .item-info {
	background: #fe0000;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.server-img-list .item .item-info div {
	position: relative;
	top: 50%;
	margin-top: -15px;
}
.server-img-list .item .item-info span {
	display:none;
	width:28px;
	height:28px;
	margin:0 auto;
	transition: all ease-out .3s;
	background:url("../images/home/big.png") no-repeat;
}
.server-img-list .item a:hover span {
	display:block;
}

.server-img-list .item-title {
	margin: 25px 0px;
	height: 50px;
	display: inline-block;
}
.server-img-list .item-title a:hover{
	border-bottom:2px solid red;
	padding-bottom:5px;
}
.server-img-list .item-title .ico-image {
	float: left;
	width: 25px;
	height: 25px;
	padding: 0px 20px;
}
.server-img-list .item-title .server-name {
	float: left;
	width: 140px;
	font-size: 1rem;
	line-height:1.2;
}
.server-img-list .item-title .server-name span {
	display: block;
	font-weight: normal;
	font-size: 0.6rem;
	color: #aaa;
}

.server-img-list .item-desc {
	clear:both;
	color:#8c8c8c;
	font-size:0.9rem;
	text-align:center;
}

.server-store {
	clear: both;
	display: inline-block;
	margin: 85px 0px 75px 0px;
}
.server-store li {
	float: left;
	padding: 0px 80px;
	width: 134px;
	text-align: center;
}
.server-store .counterDX {
	position:relative;
	display: block;
	border: 2px solid #fe0000;
	border-radius:50%;
	width: 134px;
	height: 134px;
	line-height: 134px;
	font-weight: bold;
	color: #fe0000;
	font-size: 50px;
}
.server-store .counterDX sup {
	position:absolute;
	top:30%;
	font-size:0.8rem;
	line-height:1;
}
.server-store p {
	padding-top: 15px;
	font-weight: normal;
	color: #aaa;
	font-size: 0.9rem;
}
/*首页-服务 end*/


/*首页-团队 */
.team {
	clear: both;
	overflow:hidden;
	width: 100%;
	padding:30px 0;
	background: #E21A45;
}
.team .team-desc {
	float:left;
	width:45%;
	color: #f3a3b5;
	line-height:1.5;
}
.team .team-pic {
	/*overflow:hidden;*/
	float:right;
	width:50%;
	height:378px;
	margin:40px 0 30px 0;
}
.team .team-pic img {
	border-radius:10px;
}
.team .team-pic .flexslider {
	width:500px;
	margin:0 auto;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.team .team-pic .flexslider .flex-prev {
	left:-50px;
}
.team .team-pic .flexslider .flex-next {
	right:-50px;
}
.team .team-pic .flexslider .flex-control-nav {
	bottom:-30px;
}
/*首页-团队 end*/


/*首页-成功案例 */
.banner-case {
	height:500px; background:url("../images/page/about/newsbanner.jpg") no-repeat center top;
}
.caselist {
	padding-bottom:50px
}
.caselist li {
}
.caselist .item {
	float:left;
	width:380px;
	padding:0 7px;
	text-align:center;
}
.caselist .item a {
	position:relative;
	overflow:hidden;
	display:block;
}
.caselist .item a img {
	transition: all ease-out .3s;
}
.caselist .item a:hover img.item-pic {
	transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
}
.caselist .item .item-shaow {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	left: 0;
	top: 0;
	transition: all ease-out .3s;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	text-align:center;
}
.caselist .item a:hover .item-shaow {
	background: #fe0000;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.caselist .item .item-more {
	display:none;
	position:absolute;
	z-index:1;
	top: 40%;
	left:50%;
	width:60px;
	margin-left:-30px;
	border-bottom:2px solid #fff;
	text-align:center;
	color:#fff;
	line-height:2.5;
}
.caselist .item a:hover .item-more {
	display:block;
}
.caselist .item .item-ewm {
	position:absolute;
	top:-50%;
	left:50%;
	z-index:1;
	margin:-50px 0 0 -50px;
	transition: all ease-out .3s;
}
.caselist .item a:hover .item-ewm {
	display:block;
	top:50%;
}
.caselist .item .item-info h5 {
	margin:20px 0 -5px 0;
	font-size:1rem;
	font-weight:normal;
}
.caselist .item .item-info p {
	color:#999;
	font-size:0.9rem;
}
.caselist .item .item-info em {
	display:block;
	width:36px;
	height:20px;
	margin:10px auto;
	background:url("../images/home/add.png") no-repeat;
}
	/*不需要阴影*/
.caselist .flexslider {
	box-shadow:none;
	-webkit-box-shadow:none;
}
.caselist .flexslider .slides img{
	width:auto;
}
.caselist .flexslider .flex-prev {
	left: 0px;
}
.caselist .flexslider .flex-next {
	right: 0px;
}
.caselist .flexslider .flex-control-nav {
	bottom:-30px;
}
/*首页-成功案例 end*/

/*首页-合作品牌 */
.brand {
	background:url("../images/home/brand-bg.jpg") no-repeat center top;
	padding-bottom:50px;
}
.brandlist ul {
	width:1060px;
	margin:0 auto;
}
.brandlist li {

}
.brandlist .brand-item {
	float:left;
	width:25%;
	margin:15px 0;
}
.brandlist .brand-item a {
	display: block;
	width: 155px;
	height: 86px;
	margin: 0 auto;
	transition: all 0.3s ease 0s;
}
.brandlist .brand-item > a:hover {
	box-shadow: 0px 14px 40px rgb(214, 224, 255);
	border-color: #fff;
}
.brandlist .brand-item img {
	padding: 3px;
	background:#fff;
	border: 1px solid #ccc;
	border-radius:8px;
	text-align:center;
	box-shadow: inset 0px 0px 30px #ccc;
	transition: all ease-out .3s;
}
/*.brandlist.flexslider .slides a:hover img {
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}*/
.brandlist.flexslider {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
/*首页-合作品牌 end*/


/*首页-新闻动态 */
.h-newslist {
	float:left;
	width:47%;
}
.h-newslist .newsitem {
	position: relative;
	width: 100%;
	margin-bottom:10px;
	padding:10px 0;
	transition: all ease-out .2s;
	color:#4d4d4d;
}
.h-newslist .newsitem h5 {
	overflow:hidden;
	width:80%;
	height:18px;
	margin:0 0 10px 0;
	font-size:1rem;
}
.h-newslist .newsitem:hover {
	background: #f80d4a;
	margin-left: -60px;
	padding-left: 80px;
	color:#fff;
}
.h-newslist .newsitem:hover a {
	color:#fff;
}
.h-newslist .newsitem span {
	float:right;
}
.h-newslist .newsitem p {
	clear:both;
	overflow:hidden;
	width:80%;
	height:32px;
}
.h-newspiclist {
	overflow:hidden;
	float:right;
	width:47%;
	height:426px;
}
.h-newspiclist .flexslider { border-radius:0; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; }
.h-newspiclist .flexslider .flex-control-nav { bottom:-10px; }
/*首页-新闻动态 end*/


/*首页 end*/


/*内页通用*/
.banner-page { height:580px; }
.location {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
	border-bottom: 2px solid #eaeaea;
	padding-bottom: 20px;
}


.sub_menu {
	overflow:hidden;
	margin:50px 170px 0 170px;
	height:50px;
	text-align:center;
}
.sub_menu li{
	/*float:left; */
	display:inline-block;
}
.sub_menu li img{
	margin-top:-5px;
}
.sub_menu li.first{
	background:none;
}
.sub_menu li a{
	font-size:18px;
	color:#282828;
	padding:20px 34px;
	text-decoration: none;
}
.sub_menu li a:hover {
	background:url("../images/tabbg.png") no-repeat;
	background-position:center 50px;
	color:#f80d4a;
}
.sub_menu li.selected a,
	.sub_menu li.layer2curr a {
	background:url("../images/tabbg.png") no-repeat;
	background-position:center 50px;
	color:#f80d4a;
}
.fenye { overflow:hidden; clear:both; height:30px; margin-top:10px; }
	.fenye a { display:block; float:left; margin:0 5px; padding:0 8px; background:#fff; border:1px solid #cccccc; color:#000; line-height:22px; }
	.fenye a:hover,
		.fenye a.curr { background:#ff6212; border:1px solid #cccccc; color:#fff; line-height:22px; font-weight:bold; }
	.fenye a.curr font { color:#fff }
/*内页通用 end*/




/*内页-电商运营 */
.banner-tmall { background:url("../images/page/yewu-daiyunying/banner.jpg") no-repeat center top; }

.titlebar-yw-1 h2 { margin:25px 0; font-size:3rem; }
.titlebar-yw-1 h3 { color:#000; font-weight:normal; }
.titlebar-yw-1 h3 span { color:#e40807 }
.titlebar-yw-1 h3.bgred { background:#e40807; color:#fff; }
.titlebar-yw-1 p { margin:0 0 10px 0; font-size:1.8rem; }

.yewu-dyy-section-line {
	height:50px;
	margin-top:60px;
	background:url("../images/page/yewu-daiyunying/section-1-03.jpg") no-repeat center top;
}

.yewu-dyy-section1 {
	position:relative;
	height:900px;
	background:url("../images/page/yewu-daiyunying/section-1-01.jpg") no-repeat center center;
}
.yewu-dyy-section1 .item {
	position:absolute;
	border-radius:50%;
	text-align:center;
	color:#fff;

	width:130px;
	height:130px;
	background:#f29191;
	font-size:1.6rem;
}
.yewu-dyy-section1 .item p {
	display:block;
	width:100px;
	height:60px;
	margin:40px auto;
}
.yewu-dyy-section1 .item.itembig {
	width:150px;
	height:150px;
	background:#e40807;
	font-size:2rem;
}
.yewu-dyy-section1 .item.itembig p {
	width:120px;
	height:60px;
}
.yewu-dyy-section1 .item.item1 {
	top:50px;
	left:370px;
}
.yewu-dyy-section1 .item.item2 {
	top: 175px;
	left: 180px;
}
.yewu-dyy-section1 .item.item3 {
	top: 400px;
	left: 147px;
}
.yewu-dyy-section1 .item.item4 {
	top: 595px;
	left: 190px;
}
.yewu-dyy-section1 .item.item5 {
	top: 730px;
	left: 370px;
}
.yewu-dyy-section1 .item.item6 {
	top: 730px;
	left: 620px;
}
.yewu-dyy-section1 .item.item7 {
	top: 645px;
	left: 850px;
}
.yewu-dyy-section1 .item.item8 {
	top: 410px;
	left: 910px;
}
.yewu-dyy-section1 .item.item9 {
	top: 208px;
	left: 890px;
}
.yewu-dyy-section1 .item.item10 {
	top: 15px;
	left: 650px;
}
.yewu-dyy-section1-2 {
	overflow:hidden;
	height:120px;
	background:url("../images/page/yewu-daiyunying/section-1-02.jpg") repeat center top;
	color:#fff;
	text-align:center;
}
.yewu-dyy-section1-2 h3 {
	font-size:1.8rem;
}
.yewu-dyy-section1-2 h3 {
}


.yewu-dyy-section2 {
	overflow:hidden;
	margin-top:60px;
}
.yewu-dyy-section2 li {
	float:left;
	width:50%;
	margin-bottom:30px;
}
.yewu-dyy-section2 li.item {
	width:570px;
	height:145px;
	background:url("../images/page/yewu-daiyunying/section-2-01.jpg") no-repeat;
}
.yewu-dyy-section2 li div {
	margin:0 10px 0 236px;
}
.yewu-dyy-section2 li h3 {
	margin:20px 0;
	color:#e40807;
	font-size:1.6rem;
}
.yewu-dyy-section2 li p {
	color:#666;
	text-indent:2rem;
}
.yewu-dyy-section2 li.item.item2 {
	float:right;
	background-position:-632px 0;
}

.yewu-dyy-section2 li.item.item3 {
	background-position:0 -173px;
}
.yewu-dyy-section2 li.item.item4 {
	float:right;
	background-position:-632px -173px;
}

.yewu-dyy-section2 li.item.item5 {
	background-position:0 -346px;
}
.yewu-dyy-section2 li.item.item6 {
	float:right;
	background-position:-632px -346px;
}
.yewu-dyy-section2-2 {
	height:253px;
	background:url("../images/page/yewu-daiyunying/section-2-02.jpg") no-repeat center top;
}


.yewu-dyy-section3 {
	overflow:hidden;
	position:relative;
}
.yewu-dyy-section3 li.item0 {
	position:absolute;
	z-index:0;
	left:50%;
	margin-left:-210px;
	width:420px;
	height:500px;
	background:url("../images/page/yewu-daiyunying/section-3-01.jpg") no-repeat;
}
.yewu-dyy-section3 li.item {
	float:left;
	width:350px;
	margin-bottom:36px;
	background:#efefef;
}
.yewu-dyy-section3 li div {
	padding:20px 30px;
}
.yewu-dyy-section3 li h3 {
	display:inline-block;
	margin:0;
	padding-right:10px;
	font-size:2rem;
}
.yewu-dyy-section3 li span {
	font-size:1.4rem;
	color:#e40807;
}
.yewu-dyy-section3 li p {
	text-indent:2rem;
	color:#666;
	line-height:2;
}
.yewu-dyy-section3 li.item.item2,
	.yewu-dyy-section3 li.item.item4 {
		float:right;
}


.yewu-dyy-section4 li {
	float:left;
	width:544px;
	height:143px;
	margin-bottom:30px;
	background:url("../images/page/yewu-daiyunying/section-4-01.jpg") no-repeat;
}
.yewu-dyy-section4 li .item-con {
	padding:20px;
	text-align:right;
}
.yewu-dyy-section4 li .item-title {
	float:right;
	width:165px;
	height:143px;
	margin-left:15px;
	text-align:center;
	color:#fff;
}
.yewu-dyy-section4 li .item-title h3 {
	margin: 50px 0 10px 0;
	font-size: 1.4rem;
}

.yewu-dyy-section4 li .item-title span {
	font-size: 0.8rem;
}
.yewu-dyy-section4 li.itemright {
	float: right;
	background-position: -594px 0;
}
.yewu-dyy-section4 li.itemright .item-title {
	float: left;
	margin: 0 15px 0 0;
}
.yewu-dyy-section4 li.itemright .item-con {
	text-align: left;
}


.yewu-dyy-section6 { overflow:hidden; padding:30px 0 60px 0; }
.yewu-dyy-section6 li {
	float:left;
	width:16.66%;
}
.yewu-dyy-section6 li div {
	width:158px;
	margin:0 auto;
	text-align:center;
	color:#666;
	font-size:0.9rem;
}
.yewu-dyy-section6 li div em {
	display:block;
	width:158px;
	height:158px;
	background:url("../images/page/yewu-daiyunying/section-6-01.jpg") no-repeat;
}
.yewu-dyy-section6 .item2 em { background-position: -200px 0; }
.yewu-dyy-section6 .item3 em { background-position: -400px 0; }
.yewu-dyy-section6 .item4 em { background-position: -600px 0; }
.yewu-dyy-section6 .item5 em { background-position: -800px 0; }
.yewu-dyy-section6 .item6 em { background-position: -1000px 0; }
/*内页-电商运营 end*/




/*内页-众筹 */
.banner-zhongchou { height:1080px; background:url("../images/page/yewu-zhongchou/banner.jpg") no-repeat center top; background-size: cover; }
/*.yewu-zhongchou-1 { height:700px; background:url("../images/page/yewu-zhongchou/1.jpg") no-repeat center top; background-size: cover; }*/
.yewu-zhongchou-2 { height:700px; background:#e3ecf3 url("../images/page/yewu-zhongchou/2.jpg") no-repeat center top; background-size: cover;}
.yewu-zhongchou-3 { height:776px; background:url("../images/page/yewu-zhongchou/3.jpg") no-repeat center top; background-size: cover;}
.yewu-zhongchou-4 { height:700px; background:url("../images/page/yewu-zhongchou/4.jpg") no-repeat center top; background-size: cover;}
.yewu-zhongchou-5 { height:654px; background:url("../images/page/yewu-zhongchou/5.jpg") no-repeat center top; background-size: cover;}
.yewu-zhongchou-6 { height:620px; background:url("../images/page/yewu-zhongchou/6.jpg") no-repeat center top; background-size: cover;}
.yewu-zhongchou-7 { height:692px; background:url("../images/page/yewu-zhongchou/7.jpg") no-repeat center top; background-size: cover;}

@media only screen and (max-width: 800px) {
	.yewu-zhongchou-1 { height:250px; }
	.yewu-zhongchou-2 { height:200px; }
	.yewu-zhongchou-3 { height:210px; }
	.yewu-zhongchou-4 { height:200px; }
	.yewu-zhongchou-5 { height:200px; }
	.yewu-zhongchou-6 { height:200px; }
	.yewu-zhongchou-7 { height:300px; }
}
/*内页-众筹 end*/



/*内页-关于我们 */
#imgAbout { display:none; }
.banner-about { height:500px; background:url("../images/page/about/banner.jpg") no-repeat center top; }
.about-job { overflow:hidden; margin-bottom:50px; }
.about-job li { float:left; width:33.3%; text-align:center; }

.joblist { margin:0 50px 30px 50px; }
.joblist dt { font-size:1.2rem; font-weight:bold; }
.joblist dd { margin:15px 0 0 0; padding: 25px; background:#f5f5f5; color:#888 }
/*内页-关于我们 end*/

/*内容-新闻*/
.banner-news { height:500px; background:url("../images/page/about/newsbanner.jpg") no-repeat center top; }

.newslist_shu {}
.newslist_shu li { margin-bottom:20px; }
.newslist_shu a { display:block; overflow:hidden; height:225px; background-color: #f3f3f3; border:1px solid #f3f3f3; text-decoration:none;		transition: all .3s ease-in; }
.newslist_shu .date { float:left; width:120px; height:187px; padding:38px 20px 0 0; color:#fff; background-color: #f17277; text-align:right; }
.newslist_shu .date span {display:none;}
.newslist_shu .month { font-size:1rem; }
.newslist_shu .day { font-size:5rem; }
.newslist_shu .pic { float:left; width:300px; }
.newslist_shu .info { padding-left:460px; }
.newslist_shu h4 { color:#000 }
.newslist_shu span { color:#666 }
.newslist_shu a:hover { border:1px solid #da251d; }
.newslist_shu a:hover h4 { color:#da251d }
.newslist_shu a:hover span { color:#000 }

/*.article-content { padding:8px 0; line-height:30px; }
.article-content a { color:#00a2e9; }
.article-content b, .article .article-content strong { color:#ff0000; }
.article-link, .article-link a { font-size:0.8rem; }*/

.article .title { margin-bottom:25px; text-align:center; color:#f80d4a; }
.article .title h2 { margin-bottom: 19px; font-size: 2rem; font-weight: normal; color: #010101; }
.article .title p { font-size:0.8rem; color: #999999; }
.article-content { padding-bottom:54px; line-height:1.6; font-size:1.1rem; color: #333; }
.article-content img { vertical-align: middle; }
/*.articon-content p { text-indent:2rem; }*/
.article .prevnext { color:#999; font-size:0.8rem; border-top:1px solid #d9d9d9; }
.article .prevnext .fr { margin-top:10px }
.article a.btnBack { display: inline-block; width:130px; height:39px; line-height:39px;
	text-align:center; font-weight: bold; font-size:0.9rem; color: #fff; border:1px solid #ddd; background:#f80d4a; border-radius:20px;		transition: all .3s ease-in; }
.article a.btnBack:hover { color: #fff; border:1px solid #dc2639; background:#dc2639; }

/*内容-新闻 end*/





/*首页-文章-提交表单*/
/*提交需求*/
.demand { background:#1C8CFF; text-align: center; }
.demand .demand-contact { margin-top:50px }
.demand .demand-contact,
.demand .demand-qq,
.demand .demand-description { clear:both; margin-bottom:35px; }

.demand .demand-contact div { float:left; width:50%; margin-bottom:35px; }
.demand .demand-contact input,
.demand .demand-qq input,
.demand .demand-description { width:95%; padding: 6px 12px; font-size:1rem; color: #3C4B6C; border: 1px solid #ccc; border-radius: 4px; }
.demand .demand-contact input { width:90%; }
.demand .demand-submit { font-size: 1rem;
	color: #1c8cff;
	background-color: #fff;
	border-radius: 28px;
	border-width: 0px;
	line-height: 44px;
	padding: 0 66px 0 66px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.2s ease-out, color 0.2s ease-out, background-color 0.2s ease-out;
	cursor:pointer;
}
/*首页-文章-提交表单*/



.am-topwin { float:right; margin: 10px 8px 0 0; }
.am-topwin-con { display:none; position:fixed; left:0; top:62px; z-index:999; width: 100%; height:0px; background: #f1f1f1; }
.twindow { padding:10px; color: #e0681e; }
.twindow a { color: #e0681e; }
.twindow h6 { margin: 10px 0; font-size:1rem; color:#333 }
.twindow ul li { margin: 0 6px 15px 6px; height: 18px; }
.twindow ul li, .twindow ul li a { font-size:0.8rem; }
.twindow a.phone { display:inline-block; width:20px; height:20px; background:url("../images/iwin-icon.png") no-repeat; background-position:0 -200px; }

.am-topbar-btn{ float: right; display:none; margin:12px 10px 10px 10px; padding: .625rem 0.8rem; vertical-align: middle; line-height: 1.2; color: #fff; background-color: #fe0000; /*border-color: #5eb95e;*/ cursor:pointer; border:none; border-radius: 8px; }
.am-topbar-btn .am-sr-only { display:none; }
.am-topbar-btn .am-icon-bars { display:block; padding:0.5rem; background:url("../images/am-btn-bg.png") no-repeat; background-size:contain;/*cover*/ }
.am-topbar-btn:focus { background:#fe0000; }

.am-topbar-collapse { position:fixed; left:0; top:62px; z-index:1000; clear:both; display:none; width:100%; height:0; padding-bottom: 1.5rem; background:#f8f8f8;  -webkit-overflow-scrolling:touch}
.am-topbar-collapse ul { padding:10px; }
.am-topbar-collapse ul li { margin-bottom:5px; }
.am-topbar-collapse ul li a { display:block; color: #666; padding: .6rem 1rem; text-decoration:none; }
.am-topbar-collapse ul li a:hover { background:#eeeeee; }
.am-topbar-bg { display:none; position:absolute; left:0; top:0; z-index:998; width:100%; height:100%;
background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
filter:Alpha(opacity=60); background:#000;/*实现IE背景透明*/}

@media only screen and (max-width:800px){
	.am-topbar-btn{display:block;}

	.navbar-toggle{margin-top: 14px;}
	.navbar-default .navbar-toggle{border-color: #8fd13f;}
	.navbar-default .navbar-toggle .icon-bar{background-color: #8fd13f;}
}



@media only screen and (max-width: 800px) {
	.container { width:95%; }
	#bdshare { display:none; }
	/*.flexslider .slides > li { display:block; }*/
	.header .logo { width:100px; height:auto; padding:8px 0; }

	.header .nav { display:none; }
	.banner { margin-top:60px }
	.titlebar h3 { font-size:1.8rem; line-height:1.8 }
	.server-img-list {  }
	.server-img-list li { width:50%; margin-bottom:30px; padding:0; }
	.server-img-list li .item { width:100%; text-align:center; }
	.server-img-list .item-title { margin:10px 0; }
	.server-img-list .item-desc { font-size:0.7rem; text-align:left; }

	.server-store { margin:0; }
	.server-store li { width:25%; padding:0; }
	.server-store .counterDX { width:64px; height:64px; margin:0 auto; line-height:64px; font-size:22px; }
	.server-store p { margin-top:0; }

	.team .team-desc { float:none; width:86%; margin:0 auto; }
	.team .team-desc img { width:80%; }
	.team .team-pic { float:none; width:86%; height:auto; margin:0 auto; }
	.team .team-pic .flexslider { width:100%; }
	.team .team-pic .flexslider .flex-prev { left:-20px; }
	.team .team-pic .flexslider .flex-next { right:-20px; }


	.caselist .slides > li { display:block; }
	.caselist .item { width:45%; }
	.caselist .flexslider .slides img { width:100%; height:auto; }
	.caselist .item .item-info h5 { overflow:hidden; height:0.9rem; font-size:0.9rem; }
	.caselist .item .item-info p { font-size:0.8rem; line-height: 1.2; }

	.brandlist ul { width:90%; margin:0 auto; }
	.brandlist .brand-item { width:33.33%; margin-top:0; }
	.brandlist .brand-item a { width:80%; height:auto; margin:0 auto; }
	.brandlist .brand-item img { width:100%; height:auto; }



	.h-newslist { float:none; width:90%; margin:0 auto; }
	.h-newslist .newsitem span { display:none; }
	.h-newslist .newsitem h5 { width:auto; line-height: 1.2; }
	.h-newslist .newsitem p { width:auto; }
	.h-newspiclist { float:none; width:90%; height:auto; margin:0 auto; }
	.h-newspiclist .slides > li { clear:both; display:block; overflow:hidden; width:100%; margin-bottom:20px; }
	.h-newspiclist li > p { padding-left:130px; text-align:left; }
	.h-newspiclist li > a { float:left; display:block; width:120px; margin:0 auto; font-size:0.6rem; }
	/*.h-newspiclist li > a { display:block; width:80%; margin:0 auto; font-size:0.6rem; }*/
	.h-newspiclist li > a img { width:120px; height:80px; }
	a.btnmore { width:100px; margin:20px auto; padding:12px 20px; }


	.footer { padding-bottom:10px; }
	.footer a { color:#888 }
	.footer p { font-size:0.8rem; }
	.footer .footer-map { display:none; }
	.footer .footer-con { width:auto; padding:0; text-align:center; }
	.footer .footer-contact { float:none; margin-top:0; }
	.footer .footer-contact h2 { font-size:1rem; }
	.footer-bottom { display:none; }




	.banner-zhongchou { height:260px; }
	.titlebar-yw-1 h2 { font-size:2rem; }
	.titlebar-yw-1 p { font-size:1.2rem; }
	.yewu-dyy-section6 li { width:50%; }

}
.footlink {
    background-color: #000;
    color: #fff;
}
.footlink ul {
    width: 1200px;
    margin: 0 auto;
}
.footlink a {
    color: #fff;
}
