body {
  font-size: 12px;
  line-height: 1.5;
  background-color: #060843;
  -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;
}

/* mobile head*/
.header__header-2xeK3{height: 43px;width: 100%;position: fixed;z-index: 99;transition: background 1s;display: none;}
.header__container-3-hqh{width: 100%;height: 100%;margin: 0 auto;position: relative;}
.header__logoLink-lQmjz{    position: absolute;
    display: inline-block;
    background: url(../assets/logo.png) 0 0 no-repeat;
    background-position: 0;
    background-size: 60px 20px;
    margin: 12px;
    height: 20px;
    width: 60px;}
.header__logoHolderLink-2nRWj{
	position: absolute;right: 12px;top: 12px;height: 18px;width: 120px;
	background: url(../assets/logo_mobile.png) 0 0 no-repeat;
	background-size: 120px 18px;
}


/* 通用 */
ul, li, form{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.webapp_main{
    width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 60px 0;
}
.webapp_title{
  color: #fff;
  font-size: 30px;
  text-align: center;
	font-weight: bold;
	line-height: 41px;
	font-family: "microsoft yahei";
	background: url(../img/titleBg.png) no-repeat center;
}
.webapp_synopsis{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.sectionBg{
	background: url(../img/sectionBg.png) no-repeat center;
}

/* 清除浮动 */
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }

/*banner*/
.webapp_banner{
    background: url(../img/banner/banner.jpg) no-repeat center;
    background-size: cover;
    height: 550px;
    color: #fff;
    text-align: center;
    position: relative;
		font-size: 24px;
 }
.webapp_banner img,.webapp_banner p{
	position: absolute;
	transform: translateX(-50%);
}
.webapp_banner .br_title1{
	font-size: 76px;
	top: 80px;
	left: 50%;
	font-weight: bold;
	width: 100%;
}
.webapp_banner .br_title2{
	top: 190px;
	left: 50%;
}
.webapp_banner .br_title2 font{
	font-size: 48px;
	color: #f1bc18;
	font-weight: bold;
}
.webapp_banner .br_title3{
	top: 322px;
	left: 50%;
}
.webapp_banner  p{
	top: 390px;
	left: 50%;
}

/* 企业官网移动端解决方案 */
.solution{
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.solution .contact{
	margin-top: 60px;
}
.solution .kuang{
	border: 5px solid;
	border-image: -webkit-linear-gradient( rgb(42,42,160), rgb(28,78,159)) 30 30;
	border-image: -moz-linear-gradient( rgb(42,42,160), rgb(28,78,159)) 30 30;
	border-image: linear-gradient( rgb(42,42,160), rgb(28,78,159)) 30 30;
	padding: 0 40px;
}
/*左边*/
.solution .ct_left{float: left;width: 65%;}
.solution .title li{
	float: left;
	width: calc((100% - 330px)/4);
  margin-right: 100px;
}
.solution .title li:last-child{margin-right: 0;}
.solution .kuang .line{
	padding: 10px 0 25px;
	border-bottom: 1px solid #3c398d;
}
.solution .kuang .line:last-child{
	border-bottom:none;
}
.solution .item{text-align: left;}
.solution .item div span{color:#ccc;padding-left: 7%;font-size: 14px;}
.solution .choose li{float: left;font-size: 16px;line-height: 30px; width: 120px;margin-right: 4%;color: #fff; background-color: #0c1e6e;text-align: center;
margin-top: 5px;cursor: pointer;
}
/*右边*/
.solution .ct_right{float: right;width: 33%;font-size: 18px;padding: 55px 38px 74px;}
.solution .ct_right p:nth-child(2){color: #ea324e;line-height: 1;margin: 25px 0 15px;}
.solution .disprice{font-size: 36px;padding-right: 10px;}
.solution .price{color: #514dc1;text-decoration:line-through;padding-left: 20px;}
.solution .buy{font-size: 24px;line-height: 55px;background-color:#ea324e;display: block;}
.solution .buy:hover{background-color: #f7062b;}
.solution .ct_right .zeng{margin:15px 0;}
.solution .ct_right a:last-child{color: #77348d;}
.solution .ct_right a:last-child:hover{color: #aa62c1;}
.solution .more{display:inline-block;margin-top: 40px;font-size: 24px;}
.solution .more span{transition: all .3s;}
.solution .more:hover{color: #ea324e;}
.solution .more:hover span{padding-left: 10px;transition: all .3s;}
.solution .choose .hot{background-color:#ea324e;}




/* 做网站，为什么要选择我们？ */
.shared_tjsclm{
  text-align: center;
}

.consha_pro .pro_detail {
    color: #fff;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    line-height: 16px;
	margin-top:23px;
}


.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-bottom: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);
}

/* 国内首家深度集成 熊掌ID的建站系统 */
.xiong {text-align: center;}
.blue{color: #1594ef; font-size: 16px;margin: 10px 0 70px;}
.xiong div img{vertical-align: middle;padding: 0 10px;}
.xiong div span{color: #7f66e5;}
.xiong ul{overflow: hidden; margin-top: 60px;}
.xbox{background-color: #fff;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: #fff;line-height: 36px;background-color: #1594ef; margin: 0 60px 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: #1594ef;background-color:#fff;}
.xbox:hover .xtext{color: #fff;}
.x1{background-image:url("../img/xiong/jishu_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/shoulu_02.png"); background-position: 0 0 ;
	background-repeat:no-repeat;background-size:123px;}
.x5{background-image:url("../img/xiong/dakai_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;}

/* 除此之外，我们还可以 */
.wecan{text-align: center;}
.wecan .wc_content{background-color: #fff;padding:60px 0;margin-top:55px;} 
.wecan h2{font-size: 50px;font-weight: normal;line-height: 30px;}
.wecan p{font-size: 24px;color: #666666;margin: 35px 0;}

/* 适用行业 */
.hangye{}
.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-bottom: 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;}

/*footer*/
.footer {
	height: 390px;
	overflow: hidden;
	display: block;
}

.container1 {
	height: 105px;
	width: 100vw;
	background: #383c49;
}

.container2 {
	height: 225px;
	width: 100%;
	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;
	margin-left: 68px;
}

.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;
}

.footer .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;
}
/* mobile footer*/
.footer__footer-23xVB{overflow: hidden;display: none;}
.footer__container1-3PRfW{height: 110px;width: 100vw;background: #2d2d30;}
.footer__service-3YPgG{width: 100vw;margin: 0 auto;}
.footer__service-3YPgG ul{padding: 20px 0;color: #fff;}
.footer__service-3YPgG li{float: left;width: 25%;
    text-align: center;
    border-right: .5px solid #5f5d5d;
	}
.footer__icon-refund-2z-uN{font-size: 24px;}
.footer__main-39ysw, .footer__sub-2-JxN{font-size: 12px;display: block;white-space: nowrap;}
.footer__sub-2-JxN{-webkit-transform: scale(.67);transform: scale(.67);line-height: 25px;color: #bfbfbf;}
.footer__main-39ysw{-webkit-transform: scale(.75);transform: scale(.75);line-height: 20px;margin-top: 5px;}
.footer__container2-1SAMl{text-align: center;background: #000;height: 38px;line-height: 38px;width: 100vw;}
.footer__container2-1SAMl p{font-size: 12px;-webkit-transform: scale(.67);transform: scale(.67);
    margin-left: -27px;
    white-space: nowrap;
    color: #fff;}

@media screen and (max-width:1200px){
	.webapp_main{
	    width: 96%;
	}	
	/* 企业官网移动端解决方案 */
	.solution .title li{width: calc((100% - 150px)/4);margin-right: 50px;}
	.solution .ct_right{padding: 55px 20px 47px;font-size: 20px;}
	.solution .disprice{font-size: 22px;}
	/* 做网站，为什么要选择我们？ */
	.consha_pro ul li{height: 160px;}
	.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);}
	
	/* 适用行业 */
	.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%;}
	
	.xbox{padding: 0 5px;}
	.xbtn{margin: 0 30px 20px;}
}

@media screen and (max-width:768px){
	.webapp_main {padding: 40px 0;}
	.webapp_banner{font-size: 18px;height: 350px;}
	.webapp_banner .br_title1{font-size: 50px;top: 60px;}
	.webapp_banner .br_title2{top: 135px;width: 100%;}
	.webapp_banner .br_title2 font{font-size: 36px;}
	.webapp_banner .br_title3{top: 210px;width: 80%;}
	.webapp_banner p{top: 270px;width: 100%;}
	
	.solution .title li{width: calc((100% - 30px)/4);margin-right: 10px;}
	.solution .ct_right{padding: 40px 20px;}
	.solution .price{padding-left: 0;display: block;padding-top: 6px;}
	/* 做网站，为什么要选择我们？ */
	.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;height: auto;}
	.consha_pro ul li .mk_icon{height: 70px;position:relative;top: 0;}
	.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%);}
	
	/* 熊掌号 */
	.xbox{width: calc((100% - 40px)/5);margin-right: 10px;height: 240px;}
	.xtubiao{margin: 20px auto;}
	.xbtn{margin: 0 10px 20px;}
	
	/* 备案 */
	.wecan h2{font-size: 36px;line-height: 30px;}
	
	.industry li span{margin-top: 5px;}
}

@media screen and (max-width:414px){
	.webapp_main {padding: 20px 0;width: 92%;}
	.webapp_title{font-size: 24px;}
	
	
	.webapp_banner{height: 270px;}
	.webapp_banner .br_title1{font-size: 30px;}
	.webapp_banner{font-size: 12px;}
	.webapp_banner .br_title2{top: 105px;}
	.webapp_banner .br_title2 font{font-size: 24px;}
	.webapp_banner .br_title3{top: 150px;}
	.webapp_banner p{top: 235px;}
	
	.solution{font-size: 14px;}
	.solution .contact {margin-top: 20px;}
	.solution .ct_left {float: none;width: 100%;margin-bottom: 10px;}
	.solution .kuang{padding:4%;}
	.solution .kuang .line{padding: 0 0 25px;}
	.solution .item div span{font-size: 12px;}
	.solution .ct_right{float: none;width: 100%;}
	.solution .more{font-size: 18px;margin-top: 20px;}
	
	.consha_pro .pro_detail{margin-top: 10px;}
	.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 ul{margin-top: 30px;}
	.xbox{margin-right: 2%;width: 49%;margin-bottom: 20px;}
	.xbox:nth-child(2n){margin-right:0}
	.xbox:last-child{display: none;}
	
	.wecan .wc_content{padding: 30px 0;margin-top: 20px;}
	.wecan h2{font-size: 24px;line-height: 36px;padding: 0 5px;}
	.wecan p{font-size: 18px;margin: 20px 0;}
	.wecan img{width: 90%;}
	
	.industry{margin-top: 20px;}
	.industry li {width:32%;margin-right: 0;}
}

@media screen and (max-width:320px){
	.webapp_title {font-size: 22px;}
	.consha_pro ul li{padding: 4%;min-height: 203px;}

	
	
	.footer__container2-1SAMl p{margin-left: -52px;}
}