/* 浏览器取消滚动条 */
::-webkit-scrollbar{
display:none;
}
/* html ,body {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
} */
.layui-laypage-em{ 
	background-color:#186CB5 !important;
}
.nav-login{ background:#333333; }
.nav-login-dl{ color: #d6d6d6; }
.nav-login-dl:hover{ color: #186CB5; }

.top-user,.top-sign-out{
	color:#d6d6d6;
	cursor: pointer;		  
	font-weight: 100;			
}

.top-user:hover,.top-sign-out:hover{
	color:#186CB5;
}
/* 公共宽度 */
.pub-width{
    width:1200px;
    margin:0 auto;
}
/* 公共文字 */
    /* 标题 */
.font-1{font-size:22px !important;}
    /* 二级标题 */
.font-2{font-size:18px !important;}
    /* 主要内容 */
.font-3{font-size:14px !important;}


/* 公共头部 */
.icon{display: none;}
.nav1{display: inline;}

/* 菜单栏 */
.nav-box {
    width: 100%;
    margin: 0 auto;
    position: relative;    
    top:0;
    transition: 0.3s; 
    z-index: 9;
}
.nav-con-box{
	position: absolute;
	left: 50%;
	margin-left: -600px;
}
.nav-conbox-box{
	float: left;
	position: relative;
	width: 100%;
	height: 100px;
    background: linear-gradient(180deg, #000000 10%, rgba(0, 0, 0, 0) 100%);
}
.nav-login-title{
    height: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #d6d6d6;
}
.nav-login-text{
    height: 17px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #d6d6d6;
}
.logo{
    display: inline-block;
    width: 300px;
    height: 70px;
    background: url(/static/frontend/img/pc/icon_logo.png) no-repeat;
    background-position-y: 20px;
    background-size: 100% 50px;
}
.top-nav-li{
    float: right;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    cursor: pointer;   
    position: relative;
	color: #d6d6d6;
	margin-left: 50px;
}

.top-nav-li:hover,.open{
    font-weight: bold;
}
.top-nav-li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #ffffff;
    left: 50%;
    margin-left: -28.5px;
	top: 70px;
}
.top-nav-ul .open:after{
    width: 57px;
}
.top-nav-li a{
    color: #666666;
}
.phone{
    margin-right: 10px;
}
.phone::after {
    content: '';
    position: relative;
    width: 1px;
    height: 15px;
    background: #989494;
    top: 2px;
    display: inline-block;
    left: 7px;
}
.phone::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/frontend/img/pc/index/icon_kfrx.png) no-repeat ;
    top: 2px;
    left: -5px;
}
.top-scanCode-box{
    width: 210px;
    height: 320px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-shadow: 6px 12px 36px 0px rgba(51, 51, 51, 0.12);
    border-radius: 10px;
    z-index: 10;
    position: relative;
    top: 35px;
    left: -35px;
    display: none;
    float: left;
}
.top-sm:hover .top-scanCode-box{display: block;}
.right-scanCode-box{
    width: 210px;
    height: 320px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-shadow: 6px 12px 36px 0px rgba(51, 51, 51, 0.12);
    border-radius: 10px;
    z-index: 10;
    position: relative;
    bottom: 226px;
    right: 240px;
    display: none;
    float: left;
}
.icon-li-img1:hover .right-scanCode-box{
    display: block;
}
/* 公共margin*/
.mg30{ margin-top: 30px;}
.mg70{ margin-top: 70px;}

.mr26{ margin-right: 26px;}
.mr20{ margin-right: 20px;}
.mr10{ margin-right: 10px;}
.mb20{ margin-bottom: 20px;}
.mb10{ margin-bottom: 10px;}

.pt20{ padding-top: 20px;}
.pd70{ padding-top: 70px;}

.mr-15{ margin-right: 1.5%;}
.mr-2{ margin-right: 2%;}

/* 公共按钮*/
.service-button-box{
    text-align: center;
}
.service-button{
    margin: 0 auto;
    width:150px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(0deg, #186CB5 0%, #6094F9 100%);
    border-radius: 31px;
    font-size:22px;
    cursor: pointer;
    font-weight: 400;
    color: #FFFFFF;
    border: unset;
}
.common-button{
    margin: 0 auto;
    width:180px;
    height: 62px;
    line-height: 62px;
    background: linear-gradient(0deg, #186CB5 0%, #6094F9 100%);
    border-radius: 31px;
}
.common-button-text{
    font-size:26px;
    text-align: center;
    cursor: pointer;
    display: block;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.zyzx-button{
    width:150px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(0deg, #186CB5 0%, #6094F9 100%);
    border-radius: 31px;
}
.zyzx-button-text{
    font-size:22px;
    text-align: center;
    cursor: pointer;
    display: block;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.information-title{
    color: white;
}

/* 公共字体*/
.common-text{
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-indent:32px;
    line-height: 30px;
    letter-spacing: 2px;
}

/* 公共标题*/
.con-text-box{
    display: inline-block;
    width:59%;
    padding:5px 0;
}
.con-title{
    text-align: center;
    height: 29px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}
.common-con-icon{
    width: 20%;
    height: 30px;
    border-bottom: 1px solid #AAA;
    opacity: 0.4;
}
.con-text{
    text-align: center;
    height: 19px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #CCCCCC;
    line-height: 48px;
    opacity: 0.5;
}

/* 底部样式 */
.pc-bottom-box{
    width: 100%;
    height: 336px;
    background: #333333;
}
.bottom-nav-ul{
    margin-top: 25px;
}
.bottom-nav-li{
    height: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.bottom-img{
    display: inline-block;
    width: 598px;
    height: 160px;
    background: url(/static/frontend/img/pc/index/smgz_banner.png)no-repeat;
    background-size: 100% 100%;
}
/* 侧面锚点列表*/
.icon-img-text{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
    display: none;
    text-align: center;
    line-height: 50px;
    position: relative;
    left: 20px;
}
.icon-img1{
    display: inline-block;
    position: relative;
    top: 3px;
    left: 3px;
}
.icon-img1-text{
    width: 38px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    margin: 10px 0 0 8px;
    letter-spacing:3px;
}
.icon-li-img1{
    position: fixed;
    z-index: 99999;
    top: 390px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height: 110px;
	background: #186CB5;
	border-radius: 25px;
}
.icon-img2-box{
    position: fixed;
    z-index: 99999;
    top: 510px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
	background: #4C4C4C;
	border-radius: 25px;
}
.icon-img2{
    display: inline-block;
    position: relative;
    top: 12px;
    left: 12px;
}
.icon-img2-box:hover{
    width: 140px;
    background-size: 140px 50px;
	background: #186CB5;
	border-radius: 25px;
}
.icon-img2-box:hover > p{ display: inline-block;}
.icon-img2-box:hover > img{left: 34px;top:-1px;}
.icon-img3-box{
    position: fixed;
    z-index: 99999;
    top: 570px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
	background: #4C4C4C;
	border-radius: 25px;
}
.icon-img3{
    display: inline-block;
    position: relative;
    top: 13px;
    left: 14px;
}
.icon-img3-box:hover{
    width: 245px;
    background-size: 245px 50px;
	background: #186CB5;
	border-radius: 25px;
}
.icon-img3-box:hover > p{ display: inline-block;}
.icon-img3-box:hover > img{left: 47px;top:-1px;}
.icon-li-img4{
    position: fixed;
    z-index: 99999;
    top: 630px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
	background: #4C4C4C;
	border-radius: 25px;
}
.icon-img4{
    display: inline-block;
    position: relative;
    top: 10px;
    left: 10px;
}



/* 园区、服务公共样式*/
.common-body-color{
    background: #F4F4F4;
    padding-bottom: 70px;
}
.common-yq-img{
    margin-top:10px;
    height: 200px;
    padding-top: 150px;
}
.park-service-comBox{
    margin-top: 40px;
    padding-bottom: 70px;
}
.common-list{
    width: 240px;
}
.common-list-img{
    width: 240px;
    height: 100px;
    background-size: 100% 100%;
}
.common-list-title{
    margin-bottom: 1px;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    color: #FFFFFF;
}
.common-li:hover a{
    color: #186CB5;
}
.common-li{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    margin-bottom: 2px;
    font-size: 16px;
    text-align: center;
    cursor:pointer;
}
.common-li > a{
    font-weight: 400;
    color: #414141;
}
.common-list-text{
    margin-bottom: 1px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}
.list-pt {
    position: relative;
}
.list-pt a{
    color: #186CB5 !important;
}

.list-pt::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 25px;
    background: #186CB5;
    display: block;
    top: 12px;
    border-radius: 0px 4px 4px 0px;
}
.common-rlist{
    width: 930px;
    background: #FFFFFF;
}
.support-policy-list{
	width: 100%;
}

/* 锚点样式*/
.con-anchor {
    position: relative;
    opacity: 0;
    height: 1px;
    overflow: hidden;
}



/* 移动端菜单栏样式 */
.icon { float: right;margin-top: 18px;display: none;}
.icon-bar{
    background-color: black;
    color: #000;
    transform: rotate(0);
    transform-origin: 30%;
    transition: all 0.2s;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    box-sizing: border-box;
}
.bottom-bar,.middle-bar {margin-top: 4px;}
.for-m{ height:100%;background: #FFFFFF}
.mobile-box {margin-top:-15px !important; }
.for-m li{ margin-top: -1px; }
.mobile-box li{padding-left: 0 !important;margin-left: 0 !important;background: #FFFFFF;}
.mobile-box li a{color:#333333;font-size: 15px;font-weight:bold;letter-spacing:3px;}
.for-m li {width: 129%; position: relative; left: -15%;line-height: 50px;text-align: center;}
.for-m li:hover:after{content:none;}
.collapsed .top-bar{transform: rotate(45deg);top: 5px;position: relative;}
.collapsed .middle-bar{display: none;}
.collapsed .bottom-bar{transform: rotate(-45deg);top: 5px;position: relative;}



/* 我要服务样式*/
    .service-text-box{
        width: 100%;
        margin-top: 30px; }
	.backg-box{
		display:none;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index:10;
        background-color: rgb(0, 0, 0);
        opacity: 0.3;
        left:0px;
        top:0px;
    }
	.service-backg-box{
		display:none;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index:10;
        background-color: rgb(0, 0, 0);
        opacity: 0.3;
        left:0px;
        top:0px;
	}
    .service-box{
		display:none;
        z-index:11;
        width: 850px;
        height: 600px;
        background: #FFFFFF;
        position:fixed;
        left: 0;
        right: 0;
        margin:0 auto;
        top: 5%;
		overflow:scroll;
    }
    .service-width{
        width: 750px;
        margin: 0 auto;
		min-height:700px;
    }
    .service-text{
        margin-top: 20px;
        text-align: center;
        font-size: 22px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #323232;
        letter-spacing: 2px;
    }
    .service-input-box{
        margin-top: 20px;
    }
    .input-box{
        display: inline-block;
    }
    .input-box:nth-child(2),.input-box:nth-child(4){
        margin-right: 25px;
    }
    .common-input:nth-child(1){
        margin-top: 0px;
    }
    .common-input{
        width: 655px;
        height: 56px;
        background: #F4F4F4;
        border-radius: 4px 4px 4px 4px;
        border: 0px;
        margin-top: 20px;
        padding-left: 95px;
        font-size: 16px;
    }
    .service-type{
        width: 750px;
		padding-left: unset;
		text-indent: 95px;
    }
    .describe{
        height: 80px;
        padding-top: 15px;
    }
    .name,.email{
        width: 300px;
        padding-left: 60px;
    }
    .telphone, .company-name{
        width: 265px;
    }
    .input-p{
        width: 90px;
        position: relative;
        top: -39px;
        left: 14px;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #999999;
    }
    .iw-service-type{
        top:-40px;
    }
    .describe-text{
        top: -84px;
    }
    .service-buttton-box{
        margin-top: 10px;
    }
    .service-icon{
        background: url(/static/frontend/img/pc/icon_gb.png)no-repeat center;
        width: 18px;
        height: 18px;
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
        cursor: pointer;
    }
    .service-icon-bar{
        background-color: black;
        color: #000;
        transform-origin: 40%;
        display: block;
        width: 16px;
        height: 2px;
        border-radius: 1px;
        box-sizing: border-box;
    }
    .service-top-bar{transform: rotate(45deg);}
    .service-bottom-bar{transform: rotate(-45deg);}

/* 移动端底部样式*/
.mobile-bottom-box{width: 100%;height: 50px;display: none;box-shadow:0px -2px 1px rgba(157, 157, 157, 0.5)}
.mobile-server-box , .mobile-phone-box{ width: 50%;height: 70px;display: inline-block; }
.mobile-server , .mobile-phone{ font-size: 16px; line-height: 70px;color: #333333;text-align: center;}
.mobile-server-box:after{
    content: '';
    position: relative;
    width: 1px;
    height: 15px;
    background: #F5F5F5;
    top: -32px;
    display: inline-block;
    left: 100%;
}
.mobile-server:before{
    display: inline-block;
    width: 22px;
    height: 22px;
    content: '';
    position: relative;
    background: url(/static/frontend/img/phone/index/icon_wyfw.png);
    background-size: 100% 100%;
    right:10px;
    top: 5px;
}
.mobile-phone:before{
    display: inline-block;
    width: 22px;
    height: 22px;
    content: '';
    position: relative;
    background: url(/static/frontend/img/phone/index/icon_dhzx.png);
    background-size: 100% 100%;
    right:10px;
    top: 5px;
}
.mobile-footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: white;
}
.erweima{
    text-align: center;
	padding: 50px 100px 100px;
}
.login-img{
	height:198px;
}
.page-box{
    text-align:center;
    margin-bottom: 20px;
	padding-top:10px;
}
/* 轮播文字移入效果*/
.rotation-text:hover{
    color: #186CB5;
    cursor: pointer;
}
.box{
    height: 60px;
    background: #fbfbfb;
    overflow: hidden;
    font-size: 16px;
    border: 1px solid #DDDDDD;
}
.t_news{
    width: 1200px;
    height: 20px;
    color: #666666;
    padding-left: 40px;
    margin: 8px auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.t_news b{
    line-height:19px;
    font-weight:bold;
    display:inline-block;
}
.news_li,.swap{
    line-height: 19px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 120px;
}
.news_li a,.swap a{
    color:#666666;
}
.swap{
    top:19px;
}


/* 移动端个人中心*/
.phone-topPerCenter-box{
	margin-top: 20px;
	margin-right: 10px;
	display:none;
}
.phone-topPerCenter-icon{
	background: url(/static/frontend/img/phone/index/icon_grzx.png)no-repeat;
	width:22px;
	height:22px;
	background-size:100% 100%;
	display: block;
    margin: 0 auto;
}
.phone-topPerConter-text{
	font-size: 12px;
	color: #999;
	transform: scale(0.8);
	font-weight:600;
	width:100px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}



@media (min-width:541px) and (max-width:800px){
	.logo{ background:url(/static/frontend/img/phone/index/LOGO.png)no-repeat; }
    .nav-conbox-box{ background: white;position:fixed;top:0;float:unset;height:70px; }
    .nav-con-box{ position:unset;left:unset;margin: 0 auto; }
	.nav-box{ background:white; }
	.common-input:nth-child(1){ margin-bottom: 20px; }
	.phone-topPerCenter-box{ display:block; }
	.mobile-box{margin-top: -15px !important;}
    .backg-box{ z-index: 1; }
	.service-backg-box{ z-index:-1; }
    .information-title{color:#333333}
    .pub-width{ width:80%; }
    .icon{ display: block;margin-top: 28px; }
    .pc-bottom-box{ display: none; }
    .mobile-bottom-box{ display: block;height: 70px;}
    .icon-ul{ display: none; }
    .nav1{ display: none; }
    .nav-login{ display: none; }
    .common-con-icon{ display: none; }
    .con-text-box{ width: 100%; }
    .con-title{ font-size: 15px;height: 28px; }
    .con-text{ font-size: 11px;line-height: 10px;height: 25px;font-weight:500;color:#ccc; }
    .mg70{ margin-top: 25px; }
    .mg30{ margin-top: 15px; }
    .mb20{ margin-bottom: 10px !important;}
    .font-2{ font-size: 12px !important; }
    .common-text{ line-height: 18px;}
    .mr26{ margin-right: 15px; }
    .pd70{ padding-top: 25px; }
    .fookey-bottom{margin-top: 0px;}
    .service-box{ top: 0%;width: 100%;height: 100%;margin: 70px 0;z-index: 1;}
    .service-width{ width: 520px;height: 100%; }
    .input-box{ width: 520px; margin: 0 auto;text-align:left;position: relative; }
	.input-box:nth-child(2), .input-box:nth-child(4){ margin-right:unset; }
	.service-input-box{ text-align: center;width:520px;margin:40px auto 0; }
    .common-input{ width: 450px;padding-left: 70px;height: 44px;border-radius: 0;font-size:12px;color: #999999;line-height:44px; }
    .service-type{ width: 100%;text-indent:70px;padding-left:unset; }
    .name,.email{ width: 470px;padding-left: 50px;}
    .service-text-box{ margin-top: 25px; }
    .service-text{ font-size: 12px;color: #323232; }
    .input-p{ width:unset;font-size: 12px;top:0px;color:#333333;position: absolute;left: 14px;line-height: 44px; }
    .describe{ height: 90px;line-height:14px; }
    .describe-text{ top:0px; }
    .iw-service-type{ top:0px; }
    .service-buttton-box{ margin-top: 120px; }
    .service-buttton-box > .common-button{ width: 90%;border-radius: 0;height: 44px;line-height: 44px; }
    .service-icon{ left: 90%; top: 13px; }




    /* 园区和服务公共移动端样式*/
    .common-yq-img{ margin-top: 70px;height: 92px;padding-top: 40px; }
    .common-body-color{ background: white; }
    .park-service-comBox{ margin-top: 0px;padding-bottom: unset;}
    .common-list{ width: 100%; }
	.service-common-list{ width:unset;white-space: nowrap; }
    .common-list-img{ display: none; }
    .common-li{ width: unset;height:60px;margin-bottom:0px;font-size:13px;line-height:50px;display: inline-block;margin-right:10px; }
    .common-li > a { color: #999999; }
    .common-list-text{ font-size: 14px;}
    .common-rlist{ width: 100%; }
	.support-policy-list{ margin-top: 20px; }
    .list-pt a{ color:#414141 !important; }
    .list-pt::after{ width: 100%;height: 3px;top: 57px;border-radius: 50px 50px 0px 0px; }










    /* 孵化服务*/
    .common-list-box{ overflow: auto;overflow-y: hidden; }
    .common-serviceBox{ width: 100%;margin-top: 15px }
}














@media (min-width: 431px) and (max-width: 540px) {
	.logo{ background:url(/static/frontend/img/phone/index/LOGO.png)no-repeat; }
    .nav-conbox-box{ background: white;position:fixed;top:0;float:unset;height:70px; }
    .nav-con-box{ position:unset;left:unset;margin: 0 auto; }
	.nav-box{ background:white; }
	.common-input:nth-child(1){ margin-bottom: 20px; }
	.phone-topPerCenter-box{ display:block; }
	.mobile-box{margin-top: -15px !important;}
    .backg-box{ z-index: 1; }
	.service-backg-box{ z-index:-1; }
    .information-title{color:#333333}
    .pub-width{ width:80%; }
    .icon{ display: block;margin-top: 28px; }
    .pc-bottom-box{ display: none; }
    .mobile-bottom-box{ display: block;height: 70px;}
    .icon-ul{ display: none; }
    .nav1{ display: none; }
    .nav-login{ display: none; }
    .common-con-icon{ display: none; }
    .con-text-box{ width: 100%; }
    .con-title{ font-size: 15px;height: 28px; }
    .con-text{ font-size: 11px;line-height: 10px;height: 25px;font-weight:500;color:#ccc; }
    .mg70{ margin-top: 25px; }
    .mg30{ margin-top: 15px; }
    .mb20{ margin-bottom: 10px !important;}
    .font-2{ font-size: 12px !important; }
    .common-text{ line-height: 18px;}
    .mr26{ margin-right: 15px; }
    .pd70{ padding-top: 25px; }
    .fookey-bottom{margin-top: 0px;}
    .service-box{ top: 0%;width: 100%;height: 100%;margin: 70px 0;z-index: 1;}
    .service-width{ width: 400px;height: 100%; }
    .input-box{ width: 400px; margin: 0 auto;text-align:left;position: relative; }
	.input-box:nth-child(2), .input-box:nth-child(4){ margin-right:unset; }
	.service-input-box{ text-align: center;width:400px;margin: 40px auto 0; }
    .common-input{ width: 330px;padding-left: 70px;height: 44px;border-radius: 0;font-size:12px;color: #999999;line-height: 44px; }
    .service-type{ width: 100%;text-indent:70px;padding-left:unset; }
    .name,.email{ width: 350px;padding-left: 50px;}
    .service-text-box{ margin-top: 25px; }
    .service-text{ font-size: 12px;color: #323232; }
    .input-p{ width:unset;font-size: 12px;top:0px;color:#333333;left: 14px;position: absolute;line-height: 44px; }
    .describe{ height: 90px;line-height:14px;}
    .describe-text{ top:0px; }
    .iw-service-type{ top:0px; }
    .service-buttton-box{ margin-top: 120px; }
    .service-buttton-box > .common-button{ width: 90%;border-radius: 0;height: 44px;line-height: 44px; }
    .service-icon{ left: 90%; top: 13px; }




    /* 园区和服务公共移动端样式*/
    .common-yq-img{ margin-top: 70px;height: 92px;padding-top: 40px; }
    .common-body-color{ background: white; }
    .park-service-comBox{ margin-top: 0px;padding-bottom: unset;}
    .common-list{ width: 100%;}
	.service-common-list{ width:unset;white-space: nowrap; }
    .common-list-img{ display: none; }
    .common-li{ width: unset;height:60px;margin-bottom:0px;font-size:13px;line-height:50px;display: inline-block;margin-right:10px; }
    .common-li > a { color: #999999; }
    .common-list-text{ font-size: 14px; }
    .common-rlist{ width: 100%; }
	.support-policy-list{ margin-top:20px; }
    .list-pt a{ color:#414141 !important; }
    .list-pt::after{ width: 100%;height: 3px;top: 57px;border-radius: 50px 50px 0px 0px; }










    /* 孵化服务*/
    .common-list-box{ overflow: auto;overflow-y: hidden; }
    .common-serviceBox{ width: 100%;margin-top: 15px }
	

}


@media screen and (max-width: 430px) {
	.logo{ background:url(/static/frontend/img/phone/index/LOGO.png)no-repeat; }
	.nav-conbox-box{ background: white;position:fixed;top:0;float:unset;height:50px; }
	.nav-con-box{ position:unset;left:unset;margin: 0 auto; }
	.nav-box{ background:white; }
	.common-input:nth-child(1){ margin-bottom: 20px; }
	.phone-topPerCenter-box{ display:block;margin-top:7px; }
    .backg-box{ z-index: 1; }
	.service-backg-box{ z-index:-1; }
    .information-title{color:#333333}
    .pub-width{ width:330px; }
    .icon{ display: block; }
    .pc-bottom-box{ display: none; }
    .mobile-bottom-box{ display: block; }
    .icon-ul{ display: none; }
    .nav1{ display: none; }
    .nav-login{ display: none; }
    .common-con-icon{ display: none; }
    .con-text-box{ width: 100%; }
    .con-title{ font-size: 15px;height: 28px; }
    .con-text{ font-size: 11px;line-height: 10px;height: 25px;font-weight:500;color:#ccc }
    .mg70{ margin-top: 25px; }
    .mg30{ margin-top: 15px; }
    .mb20{ margin-bottom: 10px !important;}
    .font-2{ font-size: 12px !important; }
    .common-text{ line-height: 18px;}
    .mr26{ margin-right: 15px; }
    .pd70{ padding-top: 25px; }
    .fookey-bottom{margin-top: 0px;}
    .service-box{ top: 0%;width: 100%;height: 100%;margin: 50px 0;z-index: 1;}
    .service-width{ width: 330px;height: 100%; }
    .input-box{ width: 330px; margin: 0 auto;text-align:left;position: relative; }
	.input-box:nth-child(2), .input-box:nth-child(4){ margin-right:unset; }
	.service-input-box{ text-align: center;width:330px;margin:40px auto 0; }
    .common-input{ width: 79%;padding-left: 70px;height: 44px;border-radius: 0;font-size:12px;color: #999999;line-height: 44px; }
    .service-type{ width: 100%;text-indent:70px;padding-left:unset; }
    .name,.email{ width: 85%;padding-left: 50px;}
    .service-text-box{ margin-top: 25px; }
    .service-text{ font-size: 12px;color: #323232; }
    .input-p{ width:unset;font-size: 12px;top:0px;color:#333333;position: absolute;left: 14px;line-height: 44px; }
    .describe{ height: 90px;line-height:14px; }
    .describe-text{ top:0px; }
    .iw-service-type{ top:0px; }
    .service-buttton-box{ margin-top: 120px; }
    .service-buttton-box > .common-button{ width: 90%;border-radius: 0;height: 44px;line-height: 44px; }
    .service-icon{ left: 90%; top: 13px; }
	.mobile-server-box, .mobile-phone-box{ height: 50px; }
	.mobile-server, .mobile-phone{ line-height: 50px;font-size: 14px; }
	.mobile-server:before{ right: 5px; }
	.mobile-phone:before{ right: 5px; }


    /* 园区和服务公共移动端样式*/
    .common-yq-img{ margin-top: 50px;height: 92px;padding-top: 40px; }
    .common-body-color{ background: white; }
    .park-service-comBox{ margin-top: 0px;padding-bottom: unset;}
    .common-list{ width: 330px; }
	.service-common-list{ width:unset;white-space: nowrap; }
    .common-list-img{ display: none; }
    .common-li{ width: unset;height:60px;margin-bottom:0px;font-size:13px;line-height:50px;display: inline-block;margin-right:10px }
    .common-li > a { color: #999999; }
    .common-list-text{ font-size: 14px;}
    .common-rlist{ width: 330px; }
	.support-policy-list{ margin-top:20px;width:330px; }
    .list-pt a{ color:#414141 !important; }
    .list-pt::after{ width: 100%;height: 3px;top: 57px;border-radius: 50px 50px 0px 0px; }










    /* 孵化服务*/
    .common-list-box{ overflow: auto;overflow-y: hidden; }
    .common-serviceBox{ width: 330px;margin-top: 15px }
    .common-rlist{ width: 330px; }
}
