
body {
  font-size: 12px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
	}
* {
    font-family: Microsoft Yahei,Arial,Lantinghei SC,Hiragino Sans GB,Helvetica Neue,Helvetica,sans-serif;
    box-sizing: border-box;
		font-style: normal;
		padding: 0;
		margin: 0;
}

[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {

    font-family: Microsoft Yahei,Arial,Lantinghei SC,Hiragino Sans GB,Helvetica Neue,Helvetica,sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*header*/
.header {
		height: 60px;
		background: #131d34;
		display: block;
		font-family: Microsoft Yahei, Arial, Lantinghei SC, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif;
		box-sizing: border-box;

}

.container {
		width: 1180px;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 1;
}

.container nav {
		height: 100%;
		margin-left: 150px;
}

.logoLink {
		background-image: url(../assets/logo.png);
		padding: 15px 0;
		height: 60px;
		width: 130px;
		background-size: 86px 30px;
		background-repeat: no-repeat;
		display: inline-block;
		background-position: 0 center;
		position: absolute;
		top: 0;
		left: 0;
}

.nav {
		display: inline-block;
		color: #fff;
		font-weight: 100;
		margin: 12px 0;
		font-size: 14px;
}

.commonNav {
		font-size: 14px;
		float: right;
		color: #fff;
		margin-top: 12px;
}

.navs li {
		display: inline-block;
		margin-right: 24px;
		padding: 10px 0;
		float: left;
}

.navs li a {
		color: #fff;
}

.navs li a:hover {
		color: #0b9eff;
}

.navs .controlli {
		margin-right: 0;
}

.controlli a {
		border: 1px solid #fff;
		border-radius: 2px;
		padding: 7px 7px 7px 30px;
		background: url(../assets/control.png) no-repeat 7px;
		background-size: 16px;
}

.navs .controlli a:hover {
		opacity: 1;
		background-color: #0b83e1;
		border-color: #0b83e1;
		color: #fff;
}

.showName span {
		display: none;
}

.showName {
		cursor: pointer;
		position: relative;
}

.showName span a {
		color: #0b9eff;
}

.showName:hover span {
		display: block;
		position: absolute;
		background: #fff;
		height: 40px;
		width: 100px;
		color: #333;
		text-align: center;
		font-size: 14px;
		line-height: 2.857;
		z-index: 99;
		border: 1px solid #ddd;
		top: 35px;
}


.login-li {
		position: relative;
}

.sub-nav {
		position: absolute;
		background: #fff;
		height: 40px;
		width: 100px;
		color: #333;
		text-align: center;
		font-size: 14px;
		line-height: 2.857;
		z-index: 99;
		border: 1px solid #ddd;
		top: 35px;
}

.logout-nav {
		
}

.logout-btn {
		color: #0b9eff!important;
		padding: 0!important;
		margin: 0!important;
}
.logout-btn a {
		color: #0b9eff!important;
}

.login-li:hover>.logout-nav {
		display: flex!important;
		justify-content: center;
		align-items: center;
}



/* 通用 */
ul, li, form {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.bg_gray{
    background: #e6e6ea;
}
.webapp_main{
    width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 68px 0;
}
.webapp_title{
    color: #000;
    font-size: 30px;
    text-align: center;
}
.webapp_synopsis{
    font-size: 16px;
    color: #53aff2;
    text-align: center;
    margin-top: 16px;
}

/* 清除浮动 */
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }

/*banner*/
.webapp_banner{
    background: url("../img/banner_02.png") no-repeat center;
    background-size: cover;
    height: 500px;
    font-size:16px;
    color: #fff;
    text-align: center;
    position: relative;
 }
.webapp_banner .br_title1{
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
  transition: all 0.15s ease-out 0.05s;
}
.webapp_banner .br_title2{
	position: absolute;
	top: 275px;
	left: 50%;
	transform: translateX(-50%);
}
.webapp_banner h1{
	font-size: 36px;
	position: absolute;
	top: 375px;
	left: 50%;
	transform: translateX(-50%);
}
.webapp_banner  p{
	font-size: 16px;
	position: absolute;
	top: 463px;
	left: 50%;
	transform: translateX(-50%);
}

/*智营销建站*/
.jianzhan{
  text-align: center;
	background: url("../img/jianzhan/bg2.png") no-repeat center top;
	padding: 30px 0;
}
.jianzhan ul{
    margin: 50px 0 28px;
   /* height: 440px; */
}
.jianzhan ul li{
	width: calc((100% - 90px)/4);
	float: left;
	margin-right: 30px;
	box-sizing: border-box;
}
.jianzhan ul li:last-child{
	margin-right: 0px;
}
.jianzhan ul li img{
	display: inline-block;
  vertical-align: top;
  transition: all 1s;
}
.jianzhan ul li:hover img{
  transform: rotate(360deg);
}

.jianzhan ul li div{
    font-size: 14px;
    color: #000;
    display: inline-block;
    text-align: left;
    line-height: 26px;
    margin-top: 4px;
    margin-left: 20px;
		width: 68%;
}
.jianzhan .shounian{
	display: block;
	font-size: 28px;
	color: #FFFFFF;

}
.jianzhan .shounian span{
	font-size: 56px;
	font-size: 56px;
    padding: 0 10px;
}
.jianzhan .wgw{
	margin-top: 60px;
}
.jianzhan .btnline{
	margin-top: 40px;
}
.btn{
	display: inline-block;
	width: 330px;
	height: 80px;
	background-color: #ff5400;
	margin: 0 45px;
	font-size: 18px;
  line-height: 80px;
  border-radius: 50px;
	color: #fff;
	box-shadow: 5px 5px 8px #888;
}
.btn:hover{
	transform: translate3d(0,-3px,0);
	transition: all .5s;
}
.jianzhan .btnline span{
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
	color: #53aff2;
  transition: all 0.5s;
}

/*熊掌号人工托管服务*/
.rengong{
	background-color: #f5f5f6;
}
.rengong .webapp_main{
	padding-top: 30px;
}
.rengong ul{
	margin-top: 60px;
}
.rengong ul li{
  width: calc((100% - 190px)/4);
  float: left;
	margin-right: 60px;
  box-sizing: border-box;
	text-align: center;
}
.rengong ul li:last-child{
	margin-right: 0;
}
.rengong ul li img{
	margin-bottom: 30px;
  transition: all 1s;
}
.rengong ul li:hover img{
  transform: rotateY(180deg);
}
.rengong p{font-size: 16px;}

/* 为什么要使用智慧营销建站 */
.shared_tjsclm{
  background:url("../img/youshi/bg3_02.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

.consha_pro .pro_detail {
    color: #fff;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    line-height: 16px;
	margin-top:23px;
}

.why_use{
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  font-family: "microsoft yahei";
  color: #fff;
}


.consha_pro ul{
	width:100%;
	overflow:hidden;
	margin-top:35px;
	text-align:center;
	font-size:0;
	text-size-adjust:none;
}
.consha_pro ul li{
	display:inline-block;
	overflow:hidden;
	margin-right:20px;
	width:280.5px;
	width:calc((100% - 60px)/4);
	width:-webkit-calc((100% - 60px)/4);
	width:-moz-calc((100% - 60px)/4);
	margin-top:20px;
	background:#fff;
	position:relative;
	box-sizing:border-box;
	padding: 30px 15px;
	vertical-align: top;
}
.consha_pro ul li:nth-child(4n){
  margin-right:0;
}
.consha_pro ul li .mk_icon{
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
  width: 85px;
}
.consha_pro ul li .mk_content{
  width: calc(100% - 100px);
  float: right;
  text-align: left;
}
.consha_pro ul li .mk_content h3{
  font-size: 18px;
  font-family: "Microsoft YaHei", "verdana";
  font-weight: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.consha_pro ul li .mk_content p{
  color: #666;
  margin-top: 10px;
  overflow: hidden;
  font-size: 12px;
  font-family: "Microsoft Yahei";
  line-height: 24px;
}
.consha_pro ul li .mk_content{
  width: calc(100% - 85px);
}
.consha_pro .mk_icon img{
	transition: all 0.5s;
}
.consha_pro li:hover img{
	transform: rotateX(360deg);
}

/* 熊掌号五大优势 */
.xiong {text-align: center;}
.blue{color: #1594ef; font-size: 16px;margin: 10px 0 70px;}
.xiong h1{font-size: 30px;line-height: 60px;}
.xiong h1 span{margin-left: 10px;}
.xiong ul{overflow: hidden; margin-top: 60px;margin-bottom: 55px;}
.xbox{float: left; width: calc((100% - 120px)/5); height: 308px;border: 1px solid #1594ef;position: relative;margin-right: 30px;box-sizing: border-box;}
.xbox:last-child{margin-right: 0;}
.xtubiao{width: 60px;height: 60px;overflow:hidden; margin: 50px auto 20px;}
.xbtn{font-size: 18px;color: #000;line-height: 36px;margin: 0 0 20px;}
.xtext{font-size: 14px;color: #999999;line-height: 20px;}
.xbox:hover{background:url("../img/xiong/bagbg_03.jpg") no-repeat center;}
.xbox:hover .xbtn{color: #fff;}
.xbox:hover .xtext{color: #fff;}
.x1{background-image:url("../img/xiong/shoulu_02.png"); background-position: 0 0 ;
	background-repeat:no-repeat;background-size:123px;}
.x2{background-image:url("../img/xiong/caozuo_02.png"); background-position: 0 0 ;
	background-repeat:no-repeat;background-size:123px;}
.x3{background-image:url("../img/xiong/tuisong_02.png"); background-position: 0 0 ;
	background-repeat:no-repeat;background-size:123px;}
.x4{background-image:url("../img/xiong/fugai_02.png"); background-position: 0 0 ;
	background-repeat:no-repeat;background-size:123px;}
.x5{background-image:url("../img/xiong/jishu_02.png"); background-position: 0 0 ;
	background-repeat:no-repeat;background-size:123px;}
.xbox:hover .x1,.xbox:hover .x2,.xbox:hover .x3,.xbox:hover .x4,.xbox:hover .x5{background-position:-60px 0;}
.xiong .more{display: block;font-size: 18px; color:#1594ef;width:250px;margin: 25px auto 0;}


/* 适用行业 */
.hangye{background-color: #f5f5f6;/* padding: 30px 0 65px; */}
.industry{text-align:center;text-size-adjust: none;font-size:0;margin-top:40px;}
.industry li{width: calc((100% - 120px)/7);height: 150px;margin-right: 20px;margin-top: 20px; vertical-align: top;background-repeat:no-repeat;background-position:center;background-size:cover;float: left;}
.industry li:nth-child(7n) {margin-right: 0;}
.industry li div{height:100%;position:relative;}
.industry li img{transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;}
.industry li:hover div{
  background: -webkit-linear-gradient(-45deg, rgba(59,101,253,0.8), rgba(92,207,255,0.8));
  background: -o-linear-gradient(-45deg, rgba(59,101,253,0.8), rgba(92,207,255,0.8));
  background: -moz-linear-gradient(-45deg, rgba(59,101,253,0.8), rgba(92,207,255,0.8));
  background: linear-gradient(-45deg, rgba(59,101,253,0.8), rgba(92,207,255,0.8));
}
.industry li p{width: 100%;text-align:center;position:absolute;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);}
.industry li span{font-size:18px;color:#fff;font-family:microsoft yahei;margin-top:30px;display:block;}
.industry li:hover img{transform: rotate(720deg);-ms-transform: rotate(720deg);-moz-transform: rotate(720deg);-webkit-transform: rotateX(720deg);-o-transform: rotate(720deg);}
.industry li .industry_height{height:0;}

/* 截止到目前 */
.use_num {
    position: relative;
    height: 160px;
    background: url(../img/boxren.jpg) center no-repeat;
    background-size: cover;}
.use_num .webapp_main p {font-size: 26px;color: #fff;text-align: center;padding-top: 70px;font-family: microsoft yahei;padding-top:0;position: absolute;top: 50%;left: 50%;display: table;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.use_num p .num { font-size: 56px; font-family: Georgia,Tahoma; margin: 0 15px; color: #FFEF2C;}

/* 案例 */
.partner{background:#fff; width:100%; padding-top:40px;}
.partner ul{overflow:hidden; padding:50px 0 30px; float:left; width:1182px;}
.partner ul li{float:left; width:calc(100%/6); margin-bottom:35px;}
.partner ul li img{width:70%; cursor:pointer;}
.partner .slide_warp{width:100%; overflow:hidden; position:relative;}
.partner .slide{width:calc(1182px*2); position:relative;}
.partner .slide_nav{text-align:center;}
.partner .slide_nav a{display:inline-block; border-radius:100%; width:16px; height:16px; background:#eee; margin:0 6px}
.partner .slide_nav a.current{background:#c00;}
.partner .view{position:fixed; top:0; left:0; width:100%; height:100%;display:none; z-index:999; background:rgba(0,0,0,0.3);}
.partner .view ul{width:900px; height:500px; box-sizing:border-box; position:relative; top:calc((100% - 500px)/2); left:calc((100% - 900px)/2); background:#fff; box-shadow:0 0 20px rgba(0,0,0,.1); }
.partner .view ul li{position:absolute; top:20px; left:20px; width:860px; height:460px; overflow-x:hidden; overflow-y:scroll;}
.partner .view ul li img{width:100%; height:auto;}

/*他们都在用智营销建站 H5响应式建站*/
.partner{text-align: center;}
.partner .slide{width: 200%;}
.partner ul{width: 50%;}
.partner .view ul{padding:0;width:100%;max-width:900px;height:60%;position:absolute;left:50%;top:50%;-o-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.partner .view ul li{margin:0;width: -webkit-calc(100% - 40px);width: -moz-calc(100% - 40px);width: calc(100% - 40px);max-width:860px;height:-webkit-calc(100% - 40px);height:-moz-calc(100% - 40px);height:calc(100% - 40px);position:absolute;left:50%;top:50%;-o-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}

/*footer*/
.footer {
    height: 390px;
    overflow: hidden;
    display: block;
}
.container1 {
    height: 105px;
    width: 100vw;
    background: #383c49;
}
.container2 {
    height: 225px;
    width: 100vw;
    background: #444855;
}
.container3 {
    height: 60px;
    text-align: center;
    width: 100vw;
    border-top: solid #656973 1px;
    background: #444855;
}
.container3 p {
    font-size: 12px;
    line-height: 60px;
    color: #ebebeb;
    margin-top: 0;
}
.container3 p a:hover {
    text-decoration: underline;
    color: #ebebeb;
}
.service {
    width: 1180px;
    margin: 0 auto;
}
.service ul {
    padding: 30px 0;
    color: #fff;
}
.service li {
    display: inline-block;
    width: 275px;
}
.main {
    font-size: 16px;
    display: block;
    line-height: 20px;
    margin-top: 5px;
}
.sub {
    font-size: 14px;
    line-height: 25px;
    color: #bfbfbf;
}
.icon-refund,
.text {
    float: left;
}

.icon-refund {
    font-size: 50px;
}

.text {
    margin-left: 25px;
}

.container2 dl {
    float: left;
    color: #fff;
    font-size: 16px;
}

.group {
    width: 1180px;
    margin: 0 auto;
    padding-left: 230px;
}

.group dl {
    width: 185px;
    color: #fff;
    margin: 0;
}

.group dt {
    margin: 40px 0 30px 0;
    font-size: 16px;
}

.group dd {
    font-size: 14px;
    margin: 10px 0;
    color: #a6a7aa;
    line-height: 18px;
}

.group dd a:hover {
    text-decoration: underline;
    color: #a6a7aa;
}

.group .phone {
    width: auto;
}

.phone dd {
    font-size: 26px;
    position: relative;
    color: #fff;
}

.phone span {
    color: #0b83e1;
    position: absolute;
    left: -36px;
    top: -6px;
}


@media screen and (max-width:1200px){
	.webapp_main{
	    width: 96%;
	}
	/*建站*/
	.jianzhan ul li {
    width: calc((100% - 30px)/4);
    margin-right: 10px;
		}
	.jianzhan ul li div{
		margin-top: 0px;
    margin-left: 10px;
    width: 70%;
	}
	
	/*适用行业*/
	.industry{text-align: center;display: flex;display: -moz-flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
	ul.industry li{height:auto;}
	.industry li .industry_height{margin-top:100%;}
	
	 /* 为什么要使用建站宝盒V10 智慧营销建站 */
  .consha_pro ul li .mk_icon{width:80px;}
  .consha_pro ul li .mk_content{width: calc(100% - 80px);width: -moz-calc(100% - 80px);width: -ms-calc(100% - 80px);width: -webkit-calc(100% - 80px);width: -o-calc(100% - 80px);}
	
}

@media screen and (max-width:1024px){
	.webapp_main {
    padding: 60px 0;
		width: 96%;
	}
	.jianzhan{
		background-position-y: 30px;
	}
	.jianzhan ul{
		margin: 48px 0 15px;
	}
	.jianzhan ul li{
		width: calc((100% - 30px)/4);
    margin-right: 10px;
	}
	.jianzhan ul li div{
		width: 90%;
	}
	/*他们都在用智营销建站 H5响应式建站*/
	.partner ul li{width:25%;}
	.partner{padding-top: 20px;}
	.partner ul{padding: 40px 0 0;}
	.partner .slide_nav{padding-bottom: 40px;}
	
	/* 为什么要使用建站宝盒V10 智慧营销建站 */
	.consha_pro ul li{margin-right: 2%;margin-top: 2%;width: 23.5%;padding: 20px 15px 20px 0;min-height:143px;}
	
	/*熊掌号*/
  .xiong .xbox{width:17%;height: 280px;}
  .xiong .xbtn{margin: 0 40px 20px;}
  .xiong .xtext{font-size:12px;}
	
	/*案例*/
	.moban{display:none;}
	.moban_mobile{display:block;}
	.moban_mobile .mainPage ul{clear: both;overflow: hidden;margin: 20px 0 20px 0;}
	.moban_mobile .mainPage ul li{box-sizing:border-box;width:-moz-calc(95.5%/4);width:-webkit-calc(95.5%/4);width:calc(95.5%/4);margin:0 1.5% 1.5% 0;height: 300px;overflow: hidden;float: left;padding: 10px;background: rgba(224, 224, 224, 1);}
	.moban_mobile .mainPage ul li:nth-of-type(4n) {margin-right: 0;}
	.moban_mobile .mainPage ul li .hImg{overflow: hidden;height: 100%;background: #fff;}
	.moban_mobile .mainPage ul li .hImg img {width: 100%;}
	.moban_mobile{height:auto;}
	.moban_mobile #border{clear: both;overflow: hidden;}
	#templatelistBg{padding-top: 25px;padding-bottom: 45px;}
	.moban_mobile .mainPage ul li:nth-of-type(9) {display:none;}
	.moban_mobile .mainPage ul li:nth-of-type(10) {display:none;}
	#templatelistBg{padding:60px 0;}
	.moban_mobile .content{padding: 20px 0 10px;}

	
}

@media screen and (max-width:768px){
	/* banner */
	.webapp_banner{height: 380px;}
	.webapp_banner .br_title1{top: 48px;left: 50%;width: 50%;}
	.webapp_banner .br_title2{top: 190px;left: 50%;width: 80%;}
	.webapp_banner h1{font-size: 24px;top: 274px;}
	.webapp_banner p{font-size: 14px;top: 350px;width: 70%;}
	
	
	
	.jianzhan ul{margin: 20px 0 30px;}
	.jianzhan ul li div{margin-top: 10px;}
	.jianzhan ul li div i{display: none;}
	
	/* 为什么要使用建站宝盒V10 智慧营销建站 */
	.consha_pro ul li .mk_icon,.consha_pro ul li .mk_content {text-align:center;width: 100%;float:none;position:static;-webkit-transform: translate(0,0);-o-transform: translate(0,0);-ms-transform: translate(0,0);-moz-transform: translate(0,0);transform: translate(0,0);}
	.consha_pro ul li{padding:10px 10px 20px;}
	.consha_pro ul li .mk_icon{height: 70px;position:relative;}
	.consha_pro ul li .mk_icon img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}

	.xiong .xbox{width:20%;margin-right: 0;}
	
	.industry li span{margin-top: 10px;}
}

@media screen and (max-width:414px){
	.webapp_main{padding: 30px 0;}
	
	.webapp_banner{height: 260px;}
	.webapp_banner .br_title1{top: 48px;width: 60%;}
	.webapp_banner .br_title2{top: 150px;width: 100%;}
	.webapp_banner h1{font-size: 18px;top: 196px;width: 80%;}
	.webapp_banner p{font-size: 12px;top: 238px;width: 100%;}
	
	.webapp_title{font-size: 24px;}
	.webapp_synopsis{font-size: 12px;}
	
	.jianzhan {
	    background-position-y: 212px;
	}
	.jianzhan ul{margin: 50px 0 10px;}
	.jianzhan ul li {
    width: 50%;
    margin-bottom: 20px;
		margin-right: 0;
	}

	.rengong ul li{width: 50%;margin-bottom: 50px;margin-right: 0;}
	.rengong ul li img{margin-bottom: 20px;}
	
	.btn{width: 270px;height: 70px;line-height: 70px;}
	
	
	
	
	/* 为什么要使用建站宝盒V10 智慧营销建站 */
	.why_use{font-size: 24px;}
	.consha_pro ul li{margin-right: 2%;width: 49%;padding: 15px 10px 20px;min-height:184px;}
	.consha_pro ul li:nth-of-type(2n){margin-right:0;}
	.consha_pro ul {margin-top: 20px;}
	
	/*熊掌号五大优势*/
	.xiong h1{font-size: 24px;}
	.xiong ul{margin-top: 30px;margin-bottom: 20px;}
	.xiong .xbox{width: 45%;margin: 0 9px 20px;}
	
	/*行业适用*/
	.industry li {
    width: 32%;
		margin-right: 0;
	}
	
	.use_num{height: 125px;}

	.use_num .webapp_main p{font-size: 20px;}
	.use_num p span{display: block;}
	.use_num p .num{font-size: 30px;}
	
	
	.partner ul li{width: calc(100% / 3);margin-bottom: 2%;}
}

@media screen and (max-width:320px){
	.webapp_banner .br_title1{top: 30px;width: 70%;}
	.webapp_banner .br_title2{top: 115px;}
	.webapp_banner h1{top: 157px;}
	.webapp_banner p{top: 197px;width: 75%;}
	
	.webapp_title{font-size: 20px;}
	
	/*慧营销建站*/
	.jianzhan{background-position-y: 260px;}
	
	.btn{width: 220px;}
	
	.xiong h1{font-size: 20px;}
	.xiong .xbox{height: 245px;width: 47%;margin: 0 4px 20px;}
	.xtubiao{margin: 30px auto 20px;}
	
	
	.why_use{font-size: 20px;}
	.consha_pro ul li{height: 208px;}
	.consha_pro ul li .mk_icon{top: 0;}
}