/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;font-weight: normal;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}

del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#000;outline:0; font-family: ''} 
body{background:#fff;}
a,a:hover{color:#333;}
a:hover{color:#333;}
a,a:hover{text-decoration: none;}
a:link, a:visited, a:active, a {
    text-decoration: none !important;
}
.clearfix,.clearfix:before,.clearfix:after{
	display: table;
	clear: both;
	content: "";
}
@media screen and (min-width: 1200px) {
	.container-wd{width: 85%;margin: 0 auto;}
}
.fl{
	float: left;
}
.rt{
	float: right;
}
.clear{clear: both;}
body,html{min-width: 320px;}
#alla,#content{width: 100%;overflow: hidden;}
.space-4{width: 100%;height: 4rem;}
.space-6{width: 100%;height: 6rem;}
@media (max-width: 768px) {
.space-6,.space-4{width: 100%;height: 2rem;}
}
.wd{width: 1200px;margin: 0 auto;}


/* ----------------------------------------------------通用样式-------------------------------------------------------------- */


/* 头部开始 */
.header{width: 100%;position: absolute;top: 0;left: 0;z-index: 9;}
.logo{float: left;margin-top: 13px;}
.navbox{float: left;}
.navbox ul{margin-top: 20px;}
.navbox ul li{float: left;margin-left: 48px;position: relative;}
.navbox ul li h2 a{
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 36px;
	padding-bottom: 24px;
	
}
.navicon{
	transform: rotate(-90deg);
	position: relative;
	top: -2px;
	transition: all ease 0.3s;
}
.navbox ul li:hover .navicon{
	transform: rotate(0deg);
}
.navbox ul li:hover h2 a{text-shadow: 1px 3px 5px #333333;}
.nav-cp{
	position: absolute;
	top: 50px;
	left: -40px;
	width: 800px;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 0px 1px 20px #868585;
	box-sizing: border-box;
	padding: 40px 0;

	display: none;
}
.navbox ul li:hover .nav-cp{

	display: block;
}
.navcplist{
	float: left;
	width: 205px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
}
.navcptop{
width: 100%;
border-bottom: 1px solid #bfbfbf;
display: block;text-align: left;
padding-bottom: 10px;
}
.navcptop span{color: #575555;
	font-size: 18px;
	line-height: 36px;
	margin-left: 5px;
	}
.navcptop img{vertical-align:middle;}
.navcpbot a{
	color: #575555;display: block;font-size: 18px;line-height: 24px;
	margin-top: 20px;
}
.navcpbotlist span{
	color: #bfbfbf;
}
.navcpbotlist span img{width: 16px;height: 16px;vertical-align: middle;transition: all ease 0.6s;}
.navcpbotlist:hover{color: #476efc;}
.navcpbotlist:hover  span img{
	transform: rotateX(60deg);
}

.bannerbut{
	position: relative;
	bottom: 20%;
	height: 100%
}
.bannerbutbox{
	position: absolute;
	bottom: 80px;
	width: 100%;
}


/* 中小企业开始 */
.syzxqy{
	width: 100%;
	padding: 60px 0;
	background-color: #f6f8f5;
	text-align: center;
}
.syzxqyp1{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 72px;
	display: block;
}
.syzxqyp2{
	font-size: 30px;
	color: #333333;
	line-height: 72px;
}
.syyxqyimgbox{
	margin-top: 80px;
	width: 100%;
	position: relative;
}
.syyxqyyoushi{
	position: absolute;
	left: 14px;
	top: 300px;
	animation-name: syyxqyyoushi;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	
}

@keyframes syyxqyyoushi {
  0%   {transform: rotateY(0deg);}
  100% {transform: rotateY(-45deg);}
}

.syyxqyyoushi2{
	position: absolute;
	left: 265px;
	top: 5px;
	animation-name: syyxqyyoushi2;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

@keyframes syyxqyyoushi2 {
  0%   {transform: scale(0.6);opacity: 1;transform: translateY(-20px);}
 80% {transform: scale(1);opacity:0.5;transform: translateY(0px);}
  100% {transform: scale(1);opacity:0.5;}
}
.syyxqyyoushi3{
	position: absolute;
	left: 530px;
	top: 130px;
	animation-name: syyxqyyoushi2;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
.syyxqyyoushi4{
	position: absolute;
	left: 800px;
	top: 5px;
	animation-name: syyxqyyoushi2;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
.syyxqyyoushi5{
	position: absolute;
	left: 1070px;
	top: 130px;
	animation-name: syyxqyyoushi2;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}




.syzxqyimg{width: 100%;}
.syzxqymore{
	display: block;
	background-color: #476efc;
	color: #ffffff;
	font-size: 16px;
	line-height: 42px;
	width: 245px;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 40px;
	transition: all ease 0.3s;
}
.syzxqymore svg{vertical-align: text-bottom;}
.syzxqymore:hover{	
	color: #ffffff;
	background-color: #1a3ec2;
}


/* 生意好帮手开始 */
.sysyhbs{padding: 70px 0;text-align: center;}
.sysyhbsp1{overflow: hidden; font-size: 40px;color: #333333;line-height: 60px;font-weight: bold;display: block;position: relative;}
.sysyhbsp2{font-size: 20px;color: #333333;line-height: 48px;margin-top: 20px;}
.syzxqyzz{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255, 0.3);
	animation-name: syzxqyzz;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
@keyframes syzxqyzz {
  0%   {transform: translateX(0);}
  100% {transform: translateX(1000px);}
}
.sysyhbsbox{margin-top: 50px;}
.sysyhbsnrlist{float: left;margin-left: 18px;margin-right: 18px;text-align: center;}
.sysyhbsicon{
	margin-top: 170px;
	animation-name: sysyhbsicon;
	animation-duration:2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes sysyhbsicon {
  0%   {opacity: 0;transform: rotateX(0deg);}
 50%   {transform: rotateX(180deg);}
  100% {opacity: 1;transform: rotateX(0deg);}
}
.sysywz{
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
}



/* 四大权益开始 */
.sysidaqy{
	padding: 70px 0;
	width: 100%;
	background: url(syquanyibj.png);
}

.syquanyip1{
	text-align: center;
	overflow: hidden; font-size: 44px;color: #333333;line-height: 60px;font-weight: bold;display: block;position: relative;
}

.sysidaqyimgbox{margin-top: 40px;}
.sysidaqyimgboxlist{
	width: 25%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 25px 0;
	border: 3px solid #f0f0fc;
}
.sysidaqyimglistnei{
	width: 90%;
	margin: 0 auto;
}
.sysidaqyimglistnei img{width: 40%;transition: all ease 0.3s;}
.sysidaqyimgwz{
	margin-top: 20px;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 48px;
}
.sysidaqyimgwz2{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	height: 64px;
}

.sysidaqyimgboxlist:hover{
	background-color: #eaecfb;
	border: 3px solid #e5eafc;
	border-radius: 5px;
}
.sysidaqyimgboxlist:hover .sysidaqyimglistnei img{
	animation-name: sysidaqyimglistnei;
	animation-duration:1s;
	animation-fill-mode: forwards;
}
@keyframes sysidaqyimglistnei {
 0%   {transform: rotateY(0deg);}
  100% {transform: rotateY(180deg);}
}
.sysidaqy-modle{margin-top: 40px;}
.sysidaqymodlelist{
	float: left;
	text-align: center;
}
.sysidaqymodlelistspace{
	padding: 0 60px;
}
.sysidaqymodlelistspaceright{
	padding: 0 60px;
	width: 188px;
	
}


.sysidaqymodlewz{
	margin-top: 20px;	
	font-size: 24px;
	color: #333333;
	line-height: 48px;
}
.sysidaqymodlelistpc{
	width: 509px;
}

/* 实力供应商开始 */
.syshili{
	width: 100%;
	padding: 70px 0;
	background: url(syshilibj.jpg) no-repeat;
}
.syshilip1{
	font-size: 44px;
	color: #333;
	line-height: 120px;
	font-weight: bold;
}
.syshililine{
	width: 132px;
	height: 8px;
	background-color: #ff7536;
	margin-top: 20px;
	margin-bottom: 32px;
}
.syshiliwz{
	font-size: 20px;
	color: #555555;
	line-height: 48px;
	width: 60%;
}
.syshiliiconbox{
	margin-top: 84px;
}
.sjyshiliiconlist{
	width: 106px;
	text-align: center;
	float: left;
	margin-right: 15px;
}
.sjyshiliiconlistwz{
	font-size: 20px;
	line-height: 48px;
	color: #555555;
}
.syshilimorebtn{
	display: block;
	margin-top: 78px;
	width: 209px;
	height: 56px;
	background: url(symorebtnbj.png) no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 56px;
}

.syslspan01{
	animation-name: syslspan;
	animation-duration:2s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
animation-fill-mode: forwards;
}

@keyframes syslspan {
 0%   {opacity: 1;}
  100% {opacity: 0.5;}
}
.syslspan02{
	animation-name: syslspan;
	animation-duration:2s;
	animation-delay: 2.3s;
	animation-iteration-count: infinite;
animation-fill-mode: both;
}
.syslspan03{
	animation-name: syslspan;
	animation-duration:2s;
	animation-delay: 2.6s;
	animation-iteration-count: infinite;
animation-fill-mode: forwards;
}
.syslspan04{
	animation-name: syslspan;
	animation-duration:2s;
	animation-delay: 2.9s;
	animation-iteration-count: infinite;
animation-fill-mode: both;
}
.syslspan05{
	animation-name: syslspan;
		animation-duration:2s;
		animation-delay: 3.1s;
		animation-iteration-count: infinite;
	animation-fill-mode: both;
}

.syshilimorebtn:hover{
	color: #ff7536;
}




/* 运营减负开始 */
.syyyjf{
	width: 100%;
	background: url(syyunyingjf.jpg) no-repeat;
	padding: 60px 0;
}
.syysjfbox{padding-left: 460px;width: 740px;}
.syysjfp1{
	font-size: 44px;
	font-weight: bold;
	line-height: 128px;
	text-align:center;
}
.syysjfp2{
	font-size: 30px;
	color: #333333;
	width: 670px;
	line-height: 72px;
	margin-left: 70px;
	margin-top: 40px;	
}
.syysjfp3{
	font-size: 20px;
	color: #333333;
	display: block;
	width: 100%;
	line-height: 48px;
	padding-top: 25px;
	border-top: 1px solid #7b79ff;
	margin-top: 25px;
	text-align: center;
}
.syysjfsz{
	margin-top: 20px;
}
.syysjfszlist{float: left;}
.syysjfszlistp1{
	font-size: 54px;
	font-weight: bold;
	line-height: 108px;
}
.syysjfszlistp2{
	font-size: 18px;
	margin-right: 70px;
}


/* 入住开始 */
.syruzhu{
	padding: 70px 0;
}
.syruzhuwz{
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	line-height: 96px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.syruzhubox{margin-top: 60px;}
.syruzhuimg{
	width: 100%;
}



/* 授权开始 */
.sysqbox{
	width: 100%;
	padding: 70px 0;
	background: url(sybotbj.png) no-repeat;
	background-size: 100% 100%;
	
}
.sysqtit{
	font-size: 44px;
	color: #333333;
	line-height: 96px;
	text-align: center;font-weight: bold;
}
.sysqtit2{
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}
.sysqbtn{
	display: block;
	width: 177px;
	height: 50px;
	margin: 0 auto;
	background: url(sybotbtnbj.png) no-repeat;
	margin-top: 20px;
	color: #ffffff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	
}
.sysqbtn:hover{
	color: #fa8a68;
}
/* foot开始 */
.foot{
	padding-top: 60px;
	background-color: #2d3741;
	color: #ffffff;
}
.foot a{color: #ffffff;}
.footlistp1{
	font-size: 18px;
	line-height: 48px;
	/* font-weight: bold; */
}
.footlisttitline{
	width: 55px;
	height: 2px;
	background-color: #facd89;
	margin-top: 10px;
}
.footlist{float: left;width: 33.33%;}
.footlf{margin-bottom: 20px;}
.footlf li{width: 50%;float: left;margin-top: 25px;font-size: 14px;line-height: 32px;}
.footlf li a{font-size: 14px;line-height: 32px;}
.footzj li{
	margin-top: 25px;font-size: 14px;line-height: 32px;
}
.footrt{margin-top: 20px;}

.footrtb{
	text-align: center;
	float: left;
	
}
.footrtb a{display: block;}
.ox2{
	padding-left: 55px;margin-top: 30px;
}
.footwxwz{
	font-size: 12px;
	line-height: 36px;
}
.footbot{
	width: 100%;
	height: 51px;
	background: url(foot-botbj.png) no-repeat;
background-color: #2d3741;color: #ffffff;font-size: 12px;
	line-height: 51px;
	
}

.footbot a{color: #ffffff;font-size: 12px;
	line-height: 51px;
	}
	
.footbotlf{width: 50%;text-align: left;}	
.footbotrt{
	width: 50%;
	float: right;
	text-align: center;
	color: #9d9d9d;
}

.footbotrt a{color: #9d9d9d;margin-right: 5px;}


/* ---------------------------------------------爱采购会员页开始 */
.bannernei img{width: 100%;}

.hy-huiyuan{
	width: 100%;
	padding: 70px 0;
}
.hy-hytit{
	font-size: 44px;
	font-weight: bold;
	color: #333333;
	line-height: 108px;
	text-align:center;
}
.hy-hytit2{
	font-size: 20px;
	text-align:center;
	color: #333333;
	line-height: 40px;
	margin-bottom: 70px;
}
.hy-hybox1{
	/* margin-top: 70px; */
	width: 100%;
}
.hy-hybox1lf{
	width: 400px;
	position: relative;
	box-shadow: 1px 1px 20px #9db9e7;
	
	padding: 70px 30px;
}
.hy-hybox1right{
	
	width: 578px;
	text-align: right;
}
.hy-hybox1lfwz{
	font-size: 20px;
	line-height: 40px;
	color: #333333;
}
.hy-hybox1lflinetop{
	width: 132px;
	height: 11px;
	background-color: #0056dc;
	position: absolute;
	top: 0;
	left: 160px;
}
.hy-hybox1lflinebot{
	width: 132px;
	height: 11px;
	background-color: #0056dc;
	position: absolute;
	bottom: 0;
	left: 160px;
}
.hy-hybox2img{
	position: relative;
	left: -100px;
}
.hy-hybox2rt{
	margin-top: 110px;
}


/* 四大权益开始 */
.hy-quanyi{
	width: 100%;
	padding: 60px 0;
	background: url(hy-quanyibj.png) no-repeat;
	color: #ffffff;
	text-align: center;
}
.hyqytit{
	font-size: 44px;
	font-weight: bold;
	line-height: 96px;
}
.hyqytit span{
	color: #ffff00;
}
.hyqytit2{
	font-size: 20px;
	line-height: 48px;
}
.hy-qybox{
	margin-top: 30px;
}


.hyqu-wz{margin-top: 10px;width: 100%;}
.hyqu-wz span{width: 33.33%;float: left;font-size: 24px;}


/* 三大赋能开始 */
.hy-funeng{
	width: 100%;
	padding: 70px 0;
}
.hyfunengbox{
	width: 1150px;
	margin: 0 auto;
	margin-top: 60px;
}
.hyfnlf{
	width: 325px;
	color: #ffffff;
	height: 540px;
	overflow: hidden;
}
.hyfnrt{
	width: 825px;
	text-align: center;
	height: 540px;
	overflow: hidden;
	background-color: #eef3fc;
}
.hyfnlfbox{
	text-align: center;
	width: 100%;
	padding: 24px 0;
	background-color: #2e354a;
}
.hyfnactive{
	background-color: #4f7ed9;
}
.hyfnlfwz{
	font-size: 24px;
	line-height: 60px;
}
.hy-fntit{
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	line-height: 96px;
	
}
.hyfnlfbox img{
	width: 70px;
}

.hyfnrttit{
	font-size: 24px;
	line-height: 60px;
	padding-top: 30px;
	display: block;
	width: 100%;
}
.hyfnrtimg{
	margin-top: 22px;
}
.hyfnrtbox{
	width: 100%;
	height: 100%;
	display: none;
}
.hyfnrtboxactive{
	display: block;
}
.hyfnrtbox2botwz{
	width: 100%;
	text-align: center;
}
.hyfnrtbox2botwz span{
	float: left;
	width: 33.33%;
	font-size: 18px;
	line-height: 36px;
}



/* 入住流程kaishi */

.hyruzhu{
	width: 100%;
	padding-bottom: 60px;
}
.hyruzhuboximg{width: 100%;}
.hyruzhuwz{
	text-align: center;
	width: 100%;
}
.hyruzhuwz span{
	float: left;
	width: 220px;
	font-size: 20px;
	line-height: 46px;
}
.hyruzhuwzspan02{
	margin-left: 105px;
}
.hyruzhuwzspan03{
	margin-left: 105px;
}
.hyruzhuwzspan04{
	margin-left: 105px;
}




/* ---------------------------------------------案例列表页开始 */
.case{
	padding: 70px 0;
	width: 100%;
}
.casebox{
	width: 1230px;
	margin: 0 auto;
}
.caseboxlist{
	width: 585px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 60px;
}
.caseboxlist img{width: 100%;}
.casetit{
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	line-height: 122px;
}
.casetit2{
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}


/*分页样式开始*/
.ye_ma{text-align: center;margin: 0px;clear: none;width: 100%;padding-top:50px; font-size:14px; color:#666;}
.ye_ma a{line-height: 35px;clear: none; height: 35px; font-size:14px; color:#333; padding:0 15px; border:1px solid #cccccc; border-radius:6px; display:inline-block; margin:0 3px;}
.ye_ma a:hover{background-color:#2b55ef; border:1px solid #2b55ef; color:#FFF;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
/*分页样式结束*/


/* -------------------------------------------------------加油包页面开始 */
.jyb-smsjyb{
	width: 100%;
	padding: 70px 0 0 0;
}
.jyb-smsjybtit{
	text-align: center;
	font-size: 54px;
	font-weight: bold;
	line-height: 108px;
}
.jyb-smsjybtit2{
	text-align: center;
	font-size: 20px;	
	line-height: 40px;
}
.jyb_smsjybbox{
	margin-top: 50px;
	width: 100%;
}
.jyb_smsjybboxlist{
	width: 25%;
	float: left;
	text-align: center;
}
.jyb_smsjybboxlistp1{
	font-size: 24px;
	line-height: 48px;
}
.jyb_smsjybboxlistp2{
	font-size: 14px;
	line-height: 28px;
	color: #555555;
}


/* 优质资源展位开始 */
.jyb-yzzy{
	margin-top: 60px;
	width: 100%;
}
.jyb-yzzynav{
	width: 424px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.jyb-yzzynavspan{
	width: 96px;
	float: left;
	margin-left: 58px;
	margin-right: 58px;
	font-size: 30px;
	line-height: 60px;
	font-weight: bold;
	border-bottom: 3px solid #ffffff;
	cursor: pointer;
}
.yzzynavspanactive{
	border-bottom: 4px solid #3b55ec;
}
.jyb-yzzybox{
	margin-top: 60px;
	width: 100%;
	height: 478px;
}
.jyb-yzzyboxlist{
	width: 100%;
	text-align: center;
	display: none;
}
.yzzyboxlistactive{
	display: block;
}

.jyb-sycj{
	padding-bottom: 70px;
}
.jyb-sycjbox{
	width: 100%;
	margin-top: 60px;
}
.jyb-sycjboxlist{
	float: left;
	width: 46%;
	padding: 2%;
}
.jyb-sycjboxlistbox{
	box-shadow: 1px 1px 15px #e6e5e5;
}
.jyb-sycjboxlistbox:hover{
	box-shadow: 1px 1px 15px #cdd7fb;
}
.sycjboxlistboximg{
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}

.jyb-sycjboxlistwz{
	float: left;
	margin-top: 20px;
	margin-left: 38px;
}
.jyb-sycjboxlistwzp1{
	font-size: 30px;
	line-height: 50px;
}

.jyb-sycjboxlistwzp2{
	font-size: 18px;
	line-height: 36px;
}



/*------------------------------------------------ 联系我们页开始 */
.lxwmbox{
	width: 100%;
	margin-top: 60px;
	background: url(lxwm-box1bj.png) no-repeat;
}
.lxwmboxtit{
	margin-top: 80px;
	margin-left: 125px;
	font-weight: bold;
	color: #ffffff;
}
.lxwmboxtit1{
	font-size: 48px;
	line-height: 48px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
}
.lxwmboxtit2{
	font-size: 48px;
	line-height: 96px;font-weight: bold;
}

.lxwmbox2{
	width: 965px;
	height: 464px;
	margin: 0 auto;
	margin-top: 55px;
	background: url(lxwm-box2bj.png) no-repeat;
	box-shadow: 1px 1px 30px rgba(186, 211, 256, 0.3);
	margin-bottom: 30px;
	
}
.lxwmbox2lf{
	float: left;
	width: 592px;
	height: 100%;
}
.lxwmbox2lftit{
	font-size: 30px;
	line-height: 60px;
	margin-top: 30px;
	margin-left: 60px;
	font-weight: bold;
	
}
.lxwmform{
	width: 470px;
	margin: 0 auto;
	margin-top: 20px;
}
.msgtitle{
	display: block;
}
.lxwmform ul{
	width: 105%;
	position: relative;
	left: -2%;
}
.lxwmform ul .msgitem{
	width: 42%;
	padding-right: 6%;
	float: left;
	padding-left: 2%;
	margin-bottom: 20px;
}
.msgstr{
	border: none;
	border-bottom: 1px solid #d2d2d2;
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	height: 28px;
}
.msgtitle{
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
}
.msgitem2{
	width: 92%!important;
}
.msgitembtn{
	display: block;
	background-color: #2b55ef;
	color: #ffffff;
	text-align: center;	
	border: none;
	border-radius: 20px;
	width: 104px!important;
	padding: 0 !important;
	float: left;cursor: pointer;
}
.subbtn{
	background: none;
	border: none;
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	
}
.msgitemyzm{
	text-align: center;
	width: 260px;
	float: left;
}
.msgstrck{
display: inline;
font-size: 14px;
	line-height: 28px;
	color: #999999;
	height: 28px;
	width: 70px;
	padding: 0 2px;
	border: none;
	border-bottom: 1px solid #d2d2d2;
}
.msgitemyzm img{
	display: inline;
	
}

.msgitembtn:hover{
	background-color: #1b3db8;
}


.lxwmbox2rt{
	width: 370px;
	float: right;
	padding-top: 30px;
}
.lxwmbox2rtbox{
	width: 295px;
	margin: 0 auto;
}
.lxwmbox2rtboxtit{
	font-size: 30px;
	    line-height: 60px;
	    font-weight: bold;
		margin-bottom: 35px;
}
.lxwmbox2rtboxlist{
	margin-bottom: 20px;
}
.lxwmbox2rtboxlist span{
	font-size: 18px;
	margin-left: 20px;
}
.lxwmbox2rtboxlist img{
	vertical-align: middle;
	
}
.lxwmbox2rtboxlistwx{margin-top: 40px;}
.lxwmbox2rtboxlistwx img{
	float: left;
}
.lxwmbox2rtboxlistwxsz{
	float: left;
	margin-left: 20px;
	font-size: 18px;
	line-height: 36px;
}


/* ----------------------------------------------------------实地商家开始 */
.sdsj-shuzi{
	position: relative;
	top: -145px;
	
}
.sdsj-shuzilist{
	width: 33.33%;
	float: left;
	color: #ffffff;
	padding: 20px 0;
}
.sdsjshuzilist01{
	background-color: #305cc4;
}
.sdsjshuzilist02{
	background-color: #2a55bd;
}
.sdsjshuzilist03{
	background-color: #2a4ca0;
}
.sdsj-shuzilistlf{
	margin-top: 32px;
	margin-left: 32px;
	float: left;
}
.sdsj-shuzilistlfp1{
	font-size: 54px;
	line-height: 60px;
	
}
.sdsj-shuzilistlfp2{
	font-size: 60px;
	line-height: 60px;
	
}
.sdsj-shuzilistrt{
	float: right;
	width: 210px;
}
.sdsj-shuzilistrtp1{
	font-size: 20px;
	line-height: 50px;
}
.sdsj-shuzilistrtp2{
	font-size: 16px;
}
.sdsj-shuzilistrt img{margin-top: 30px;}

/* 爱采购实力供应商 */
.sdsj-acg{
	position: relative;
	top: -90px;
	text-align: center;
}
.sdsjacgtit{
	font-size: 44px;
	line-height: 108px;
	font-weight: bold;
}
.sdsjacgtit2{
	font-size: 20px;
	line-height: 40px;
}
.sdsjacgbox1030{
	margin: 0 auto;
	margin-top: 60px;
	width: 1030px;
	
}
.sdsjacgboxlist{
	float: left;
	width: 33%;
	box-sizing: border-box;
	cursor: pointer;
}
.sdsjacgboxlistzj{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.sdsjacgboxlistwz{
	font-size: 28px;
	line-height: 72px;
}

.sdsj-ppsp{
	margin: 0 auto;
	margin-top: 80px;
	position: relative;
	width: 1166px;
	box-shadow: 1px 1px 20px #bdcce4;
	display: none;
}
.sdsj-ppsplf{
	width: 421px;
	float: left;
	padding-left: 34px;
}
.sdsj-ppsplftit{
	font-size: 28px;
	line-height: 72px;
	font-weight: bold;
	margin-top: 26px;
	text-align: center;
	position: relative;
	left: -17px;
}

.sdsj-ppsplfwz{
	text-align: left;
	font-size: 18px;
	line-height: 32px;
}
.sdsj-ppsplfhx{
	text-align: left;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 20px;
}
.sdsjppdpline{
	width: 132px;
	height: 11px;
	background-color: #00b7ee;
	position: absolute;
	
}
.sdsjppdpline1{
	top: 0;
	left: 165px;
}
.sdsjppdpline2{
	bottom: 0;
	left: 165px;
}
.sdsj-ppsprt{
	float: right;
	margin-right: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sdsjppdpline3{
	top: 0;
	left: 165px;
	background-color: #f19149;
}
.sdsjppdpline4{
	bottom: 0;
	left: 165px;
	background-color: #f19149;
}
.sdsjppdpline5{
	top: 0;
	left: 165px;
	background-color: #1f8def;
}
.sdsjppdpline6{
	bottom: 0;
	left: 165px;
	background-color: #1f8def;
}
.sdsj-ppspactive{
	display: block;
}
.sdsjppdphz{width: 100%;height: 390px;}
.sdsjactive{
	color: #1f8def;
}






/* 五大特权kaishi */
.sdsj-wdtq{
	padding-top: 56px;
	padding-bottom: 96px;
	width: 100%;
	background-color: #305cc4;
	color: #ffffff;
	text-align: center;
}
.sdsjwdtqp1{
	font-size: 44px;
	line-height: 120px;
	font-weight: bold;
}
.sdsjwdtqp2{
	font-size: 24px;
	line-height: 48px;
	color: #8096d6;
}


.sdsj-wdtqbox{
	position: relative;
	padding: 50px 0; 
	background-color: #ffffff;
	top: -48px;
}
.sdsj-wdtqboxlist{
	float: left;
	width: 239px;
	text-align: center;
	border-right: 1px solid #c9c9c9;
}
.sdsj-wdtqboxlistlast{
	border-right: none;
}
.sdsj-wdtqboxlistwz{
	font-size: 20px;
	line-height: 48px;
}
.sdsj-yytq{
	padding-bottom: 60px;
}
.sdsj-yytqlf{
	float: left;
	width: 660px;
}
.sdsj-yytqrt{
	float: right;
}
.sdsj-yytqlfp1{
	font-size: 40px;
	line-height: 120px;
	font-weight: bold;
}
.sdsj-yytqlfnr{
	font-size: 20px;
	line-height: 60px;
}



/* 认证特权开始 */
.sdsj-rztqbox{
	position: relative;
}
.sdsj-rztq{
	width: 100%;
	background: url(sdsj-rztq-bj.jpg) no-repeat;
	padding: 60px 0;
	color: #ffffff;
	height: 522px;
}
.sdsj-rztqlf{
	position: absolute;
	left: -90px;
}
.sdsj-rztqrt{
	width: 550px;
}
.sdsj-rztqrtp1{
	font-size: 44px;
	line-height: 80px;
	font-weight: bold;
}

.sdsj-rztqrtp2{
	font-size: 20px;
	line-height: 50px;
	margin-top: 25px;
}



.sdsj-zxtq{
	padding: 60px 0;
}

.sdsj-bstq{
	width: 100%;
	padding: 60px 0;
}

.sdsjbstqslgc{
	margin-top: 30px;
}

.sdsj-gntq{width: 100%;padding: 70px 0;background: url(sdsj-gntqbj.jpg) no-repeat;color: #ffffff;}
.sdsj-gntqlf{float: left;}
.sdsj-gntqrt{float: right;}
.sdsjgntqlficon{margin-top: 30px;}

.sdsj-ruzhu{padding: 70px 0;}



/* 运营相关开始 */
.yy-kunrao{
	padding: 60px 0;
	width: 100%;
}
.yytitboxp1{
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	position: relative;
	z-index: 2;
}
.yytitboxp2{
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	color: #f3d8d4;
	position: relative;
	z-index: 1;
	top: -30px;
}
.yy-kunrongimg{width: 100%;margin-top: 30px;}
.yy-kunrongimg img{width: 100%;}

.yy-tisheng{
	font-size: 44px;
	line-height: 96px;
	font-weight: bold;
	margin-top: 10px;
	
	text-align: center;
}
.yyzsmtit{margin-top: 80px;}
.yy-zsm{
	width: 100%;
	background: url(yy-zsmbj.png) no-repeat;
	height: 745px;
	margin-top: 20px;
}
.yyzsmbox{
	width: 1150px;
}
.yyzsmboxlist{
	float: left;
	margin-top: 54px;
	width: 33.33%;
	text-align: center;
}
.yyzsmboxlistp1{
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	margin-top: 20px;
}

.yyzsmboxlistp2{
	font-size: 20px;
	line-height: 40px;
	
}
.yy-ffjs{width: 100%;}
.yy-ffjs img{width: 100%;}

.yy-spfbzj{
	width: 100%;
	padding-top: 100px;
	background: url(yy-daiyybj.jpg) no-repeat;
	background-size: 100% 100%;
	height: 2672px;
}
.yy-spfbtitboxp1{
	text-align: center;
	font-size: 44px;
	line-height: 120px;
	font-weight: bold;
}
.yy-spfbtitboxp2{
	text-align: center;
	font-size: 20px;
	line-height: 56px;
	
}
.spfbtitbox2{
	margin-top: 620px;
}

.yy-pmanli{
	width: 100%;
	background-color: #ff4747;
	padding: 70px 0 90px 0;
	color: #ffffff;text-align: center;
}
.yy-pmanlip1{
	font-size: 44px;
	line-height: 120px;
	font-weight: bold;
}
.yy-pmanlip2{
	font-size: 20px;
	line-height: 48px;
	
}
.yy-pmanliboxhz{
	background-color: #ffffff;
	position: relative;
	top: -48px;
}
.yy-pmanliboxtit{
	text-align: center;
	font-weight: bold;
	font-size: 44px;
	line-height: 120px;padding-top: 20px;
}

.yy-pmanliboximg{
	width: 1162px;
	margin: 0 auto;
	margin-top: 30px;
	box-shadow: 1px 1px 25px #f8dddd;
}
.yy-pmanliboximg img{width: 100%;}
.yy-pmanliboximgbtn{
	display: block;
	margin: 0 auto;
	color: #ffffff;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	
	border-radius: 40px;
	margin-top:60px;
	margin-bottom: 40px;
	background-color: #ff4747;
	width: 400px;
}
.yy-pmanliboximgbtn:hover{background-color: #c61d1d;color: #ffffff;}





/* 装修页面开始 */
.zx-box1{
	width: 100%;
	padding: 60px 0;
	background-color: #f5f5f5;
}

.zx-titp1{
	text-align: center;
	font-size: 54px;
	line-height: 108px;
	font-weight: bold;
}
.zx-titp2{
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}

.zx-box1main{
	width: 100%;
	margin-top: 60px;
}
.zx-box1mainlist{
	width: 200px;
	text-align: center;
	float: left;
}
.zx-box1mainlistp1{
	font-size: 24px;
	line-height: 48px;
	color: #303030;
	margin-top: 10px;
}

.zx-box1mainlistp2{
	font-size: 14px;
	text-transform: uppercase;
	color: #cfcfcf;
}

.zx-anli{width: 100%;padding: 70px 0;}

.zxanlibox{
	width: 100%;
	margin-top: 100px;
	position: relative;
}
.zxmySwiper{
	overflow: hidden;
}
.zxmySwiper .swiper-slide img{width: 100%;}

.zxswiperdian{
	position: absolute;
	top: -50px;
	text-align: center;
	left: 455px;
}
.zxswiperdian span{
	display: block;
	width: 70px;
	height: 4px;
	border-radius: 5px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

.zx-anlibtn{
	display: block;
	    margin: 0 auto;
	    color: #ffffff;
	    font-size: 30px;
	    line-height: 60px;
	    text-align: center;
	    border-radius: 40px;
	    margin-top: 60px;
	    
	    background-color: #2b55ef;
	    width: 360px;
}

.zx-anlibtn:hover{
	color: #fa8a68;
}


/* 新增页面开始 */
.sjtbanbox{
	background:#f9fdff;
	
}
.sjtbnahz img{
	width: 100%;
}
.bannerneisjt{
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	
	}
.bannerneisjtwp{
	cursor: pointer;
}
.bannerneisjt img{
	min-width: 1920px;
}
.neisjttext{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 80px;
}
.neisjttexttit{
	font-size:83px;
	font-weight: bold;
	color: #257af5;
}
.neisjttexttit span{
	color: #091221;
}
.newisjtdec{
	font-size: 28px;
	color: #091221;
	margin-top: 40px;
	line-height: 3rem;
	margin-bottom: 40px;
}
.neisjtljty{
	display: block;
	margin: 0 auto;
	width: 285px;
	height: 62px;
	line-height: 62px;
	background: linear-gradient(to right,#2571f4,#28a3fc);
	color: #fff;
	font-size: 28px;
	border-radius: 20px;
}
.neisjtljty:hover{
	color: #fa8a68;
}
.sjthexin{
	padding: 55px 0 80px 0;
	/* background: linear-gradient(to right,#f2f6ff,#fafbff); */
	background: url(sjtimg_bj.jpg) no-repeat;
	background-size: 100% 100%;
}
.sjthexylb{
	margin-top: 43px;
	padding:0 115px;
	box-sizing: border-box;
	width: 100%;
}
.sjthexylb ul{
	background-color: #fff;
	width: 100%;
	box-shadow: 0 0 20px #e7e7e7;
	box-sizing: border-box;
	padding: 2px 20px;
	color: #333;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 30px;
}
.sjthexylb ul li{
	width: 100%;
	padding: 12px 20px;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
}
.sjtxlbactive{
	background-color: #00b7ee;
	color: #fff;
}
.sjthexinmain{
	margin-top: 40px;
}
.sjthexinmain ul li {
	display: none;
}
.sjthexinmain ul li img{
	width: 100%;
}
.sjthexinlbactive{
	display: block !important;
}
.sjthtctit{
	line-height: 1rem;
	margin-bottom: 35px;

}

.sjtdabhz{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.sjtabhzlist{
	padding: 38px 32px;
	background-color: #dfeefb;
	color: #3399ff;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 0 20px #c9d3ea;
}
.sjtdtitone{
	font-size: 50px;
}
.sjtdtittwo{
	font-size: 22px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 30px;
}
.sjtdtitthree{
	font-size: 60px;
}
.sjtdtitthree span{
	font-size: 30px;
}

.sjtdtitfour{
	display: inline-block;
	margin: 0 auto;
	padding: 0 30px;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	background-color: #3399ff;
	border-radius: 20px;
	margin-top: 30px;
}
.sjtabhzlisttwo{
	color: #0066ff;
}
.sjtabhzlisttwo .sjtdtitfour{
	background-color: #0066ff;
}
.sjtabhzlistthree{
	color: #0033cc;
}
.sjtabhzlistthree .sjtdtitfour{
	background-color: #0033cc;
}
.sjtabhzlist:hover .sjtdtitfour{
	background-color: #fa8a68;
}
.bannerwpbox{
	width: 100%;
	position: relative;
	left: 0;
	top: -85px;

}
.bannerwptop{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.bannerwptop p{
	display: block;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	padding: 0 38px;
	background: linear-gradient(to right,#97abff,#5b88ff);
	border-bottom-left-radius: 40px;
}
.bannerwphz{
	width: 100%;
	background: #eef5fd;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 20px #becce7;
}

.bannerwpnr{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 20px;
}

.wpmainks{
	background-color: #eef5fd;
	padding-top: 0;
}
.wpmainks .hy-hytit{
	line-height: 2rem;
	margin-bottom: 24px;
	font-size: 54px;
}
.bannerwpnrlist{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.banwplistit{
	font-size: 32px;
	font-weight: bold;
	color: #333;
}
.banwplisdec{
	font-size: 22px;
	margin-top: 10px;color: #333;
}
.bannerwpnrlist img{
	margin-right: 10px;
}
.wphz{
	width: 100%;
	background-color: #e6f0fc;
	padding: 0 50px 50px 50px;
	box-shadow: 0 0 20px #c8d4eb;
	border-radius: 20px;
	box-sizing: border-box;
}
.wphzline{
	width: 300px;
	height: 12px;
	margin: 0 auto;
	background-color: #ff3300;
}

.wphztit{
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	margin-top: 45px;
	margin-bottom: 40px;color: #333;
}
.wphztit span{
	color:#ff3300;
}
.wphzimg{
	width: 100%;
}

.wphztwo{
	margin-top: 70px;
}
.wphztwo .wphzline{
	background-color: #0066ff;
}
.wphztwo .wphztit span{
	color:#0066ff;
}

.wphzthree{
	margin-top: 70px;
}
.wphzthree .wphzline{
	background-color: #009944;
}
.wphzthree .wphztit span{
	color:#009944;
}
.wphzfoure{
	margin-top: 70px;
}
.wphzfoure .wphzline{
	background-color: #e60012;
}
.wphzfoure .wphztit span{
	color:#e60012;
}
.wphzfive{
	margin-top: 70px;
}
.wphzfive .wphzline{
	background-color: #111167;
}
.wphzfive .wphztit span{
	color:#111167;
}
.wpruzhu{
	width: 100%;
	background: linear-gradient(to bottom,#1964f0,#52afff);
	color: #fff;
	padding: 60px 0 135px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wpruzhubox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.wpruzhutit{
	font-size: 48px;
}
.wpruzhudec{
	font-size: 24px;
	margin-top: 25px;
}
.wpruzhuboxrt{
	display: block;
	padding: 5px 25px;
	background-color: #fff;
	color: #1965f1;
	font-size: 24px;
	border-radius: 5px;
	
}
.wpruzhuboxrt:hover{
	color: #fa8a68;
}
.wpruzhubotlisttit{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}

.wpruzhubotbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -90px;
}
.wpruzhubotlist{
	border-radius: 10px;
	background: linear-gradient(to bottom,#e6eefb,#deeefc,#feffff);
padding: 28px 25px;
box-shadow: 0px 20px 20px #e2e9f2;
width: 43%;
}
.wpruzubottextbox{
	margin-top: 15px;
	width: 100%;
	display: flex;
	align-items: start;
}
.wpruzuicon{
	width: 18px;
	margin-right: 5px;
	position: relative;
	top: 12px;
}
.wpruzuwz{
	font-size: 24px;
	line-height:2.5rem;color: #333;
}


