* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}
html{
    font-size: 62.5%;
}
body{
    font-size: 1.4rem;
}
input {
	border: none;
}
input::-webkit-input-placeholder {
color: #c7c7cc;
font-size: 1.4rem;
}
input:focus { 
	outline: none; 
}
select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
select:focus { 
	outline: none; 
}
span,
em,
i,
b,
strong,
a {
	display: inline-block;
	vertical-align: middle;
}

i {
	color: #999 !important;
	font-size: 24px !important;
}

div {
	display: block;
	vertical-align: bottom;
	text-align: justify;
}

ul {
	list-style: none;
}

a {
	color: black;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

a:link {
	text-decoration: none;
}

img {
	width: 100%;
	height: 100%;
}

p {
	text-align: center;
}

.over {
	overflow: hidden;
}
.flex {
	display: flex;
	justify-content: space-between;
}

.nav{
	width: 100%;
	line-height: 100px;
    background: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}
.nav.projectInt,.nav.coreServiceHeader,.nav.expertsHeader{
	background: #ffffff;
	position: relative;
}
.nav>.nav_cont{
	padding: 0 9%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 85%;
	margin: 0 auto;
}
.nav>.nav_cont>img{
	width: 204px;
	height: auto;
}
.nav>.nav_cont>.nav_tit{
    width: calc(85% - 204px);
    display: flex;
    justify-content: space-evenly;
}
.nav>.nav_cont>.nav_tit>a{
	width: 22%;
	text-align: center;
	color: #323232;
	font-size: 1.9rem;
}
.nav>.nav_cont>.nav_tit>a.nav_active{
	border-bottom: 6px solid #0baf61;
}
.section1{
	width: 18%;
	height: 50px;
	margin: 7% auto 0;
}
.footsBox{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #39c3c2;
}
.footsBox>p{
	color: #FFFFFF;
	font-size: 1rem;
}
/*专家支持*/
.textIntr1,.textIntr2{
	width: 63%;
    margin: 0 auto;
}
.textIntr1>p{
	text-align: left;
	color: #333333;
	font-size: 2.4rem;
	text-indent: 2em;
	line-height: 50px;
	margin-bottom: 40px;
}
.textIntr2 {
	justify-content: space-around;
	align-items: center;
}
.textIntr2 p{
	color: #333333;
	font-size: 2.4rem;
	line-height: 50px;
	text-align: left;
}
.textIntr2 p:nth-of-type(2){
	color: #747474;
}
.textIntr2>img{
	width: 50%;
	height: auto;
}
.textIntr3{
	width: 63%;
	margin: 38px auto;
	text-align: left;
	font-size: 2rem;
	color: #333333;
	line-height: 36px;
}
.homeAlert{
	width:100%;
	height:100%;
	position: fixed;
	top: 0;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homeAlert>img{
	width: 50%;
	height: auto;
	cursor: pointer;
}
/*新改官网样式*/
.nav .officLogin{
    position: absolute;
    top: 29px;
    right: 14%;
    width: 110px;
    height: 42px;
    line-height: 42px;
    background-color: #e9fff5;
    border-radius: 110px;
    border: 1px solid #19dd84;
    text-align: center;
    color: #0baf61;
    font-size: 1.6rem;
    cursor: pointer;
}
.applyAlert{
	width: 550px;
	max-height: 95%;
	position: fixed;
	top: 5%;
	left: 50%;
	margin-left: -275px;
	background-color: #f7f7f7;
	border-radius: 30px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.16);
	display: none;
	overflow: scroll;
}
.applyAlert::-webkit-scrollbar{
	display: none;
}
.applyAlert .top{
	width: 100%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
  padding: 2% 3%;
}
.applyAlert .top img{
	width: 204px;
	height: 84px;
}
.applyAlert .top p{
	text-align: left;
	color: #18dd85;
	font-size: 24px
}
.applyAlert .top span{
	width: 1px;
	height: 70px;
	background-color: #dbdbdb;
}
.applyAlert .sbBox .sbBox-tip{
	font-size: 2.1rem;
	color: #323232;
  padding: 17px 0 14px 0;
	text-align: center;
}
.submitBox{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.submitItem{
	width: 100%;
	padding: 0 0 17px 0;
	font-size: 21px;
	color: #888888;
	display: flex;
	align-items: center;
}
.applyAlert .submitBox .subBtn{
    width: 60%;
    background-color: #18dd85;
    border-radius: 20px;
    text-align: center;
    font-size: 2.2rem;
    color: #ffffff;
    margin: 1% auto 6%;
    padding: 2% 0;
    cursor: pointer;
}
.applyBox{
	position: relative;
}
.applyBox .applyBtn{
    position: absolute;
    bottom: 10%;
    left: 6%;
    width: 22%;
    height: 20%;
    cursor: pointer;
}
.applyBox .applyBtnPro{
    bottom: 20%;
    left: 39%;
}
.threeAlert{
	width: 60%;
    background-color: rgba(0,0,0,.7);
    position: absolute;
    top: 50%;
    left: 23%;
    text-align: center;
    line-height: 55px;
    color: #FFFFFF;
    font-size: 20px;
    display: none;
}
.mb60{
	margin-bottom: 60px;
}
.mb100{
	margin-bottom: 100px;
}
.w70{
	width: 70%;
}
.w80{
	width: 80%;
}
.m0a{
	margin: 0 auto;
}

.m60a{
	margin: 0 auto 60px;
}

/* 必填项 */
.required{
	color: #f3434f;
}

/* 顶部右边关闭按钮 */
.top-right-close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	background: url(../img/icon_close.png) 0 0 no-repeat;
}
.applyAlert .submitBox .submitLeftTip{
	display: inline-block;
	width: 150px;
	text-align: right;
	box-sizing: border-box;
}
.applyAlert .submitBox input{
	flex: 1;
	height: 45px;
	margin-left: 30px;
	margin-right: 30px;
	border-radius: 10px;
	border: 1px solid #cecece;
	padding-left: 14px;
	color: #323232;
	font-size: 18px;
}
.applyAlert .submitBox .areaForm{
	flex: 1;
	display: flex;
}
/* 区域选择框 */
.applyAlert .submitBox .areaSelect{
	flex: 1;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid #cecece;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
}
.applyAlert .submitBox .areaSelect select{
	flex: 1;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	border: none;
	box-sizing: border-box;
	padding: 0 10px;
}
.applyAlert .submitBox .areaSelect :nth-child(1){
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-right: 1px solid #cecece;
}
.applyAlert .submitBox .areaSelect :nth-child(2){
	border-right: 1px solid #cecece;
}
.applyAlert .submitBox .areaSelect :nth-child(3){
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}