.f30{
	font-size: 30px;
}
.f24{
	font-size: 24px;
}
.f40{
	font-size: 40px;
}
h3,h4 {
   font-weight:normal;
    font-family: "Microsoft YaHei", sans-serif, Arial;
	color: #333333;
}
.fl{
	float: left;
}
.show{
	display: show;
}
.noShow{
	display: none;
}
/* 头部菜单样式 */

.IndexTitle{
	width: 100%;
	height: 60px;
	background: #2f2f2f;
}
.TitleCenter{
	width: 1200px;
	margin: auto;
	display: flex;
}
.menu{
	margin-left: auto;
	display: flex;
	color: #ffffff;
	/* line-height: 60px; */
	/* height: 60px; */
	width: 80%;
	 align-items: center;
	  justify-content: space-around;
	  font-size: 16px;
}

.Logo{
	height: 60px;
	line-height: 60px;
}
.Logo img{
	height: 40px;
	/* width: 100%; */
	vertical-align: middle;
	
}
.active{
	/* color: #4c9dff; */
	color: #357dcf;
	cursor: pointer;
}
.product{
	cursor: pointer;
}
.product a{
	color: #FFFFFF;
}
.product a:hover{
	color: #4c9dff;
}
.product img{
	width: 16px;
	margin-left: 4px;
}
.top-apply{
	width: 100px;
	height: 32px;
	background: #2B90ED;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	border-radius: 4px;
	display: inline-block;
}
.top-apply:hover{
	    background: #4a81e8;
	    color: white;
}
.jion-in{
	width: 100px;
	height: 32px;
	background: #FFFFFF;
	color: #2B90ED;
	text-align: center;
	line-height: 32px;
	border-radius: 4px;
	display: inline-block;
}
.jion-in:hover{
	background: #2B90ED;
	color: #FFFFFF;
}

/* 下拉菜单定位 */
.ProCenter{
	position: relative;
}
.ProList{
	position: absolute;
	background: #FFFFFF;
	color: #000033;
	z-index: 100;
	width: 160px;
	padding: 0 20px;
	left: -20px;
}
.ProList p{
	height: 30px;
	line-height: 30px;
}
.productList{
	display: block;
	position: relative;
	top: 60px;
}

.product a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/* 底部申请 */
.regTitle {
    width: 1200px;
    margin: 20px auto 80px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}
.AllpyList{
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
	position: relative;
}
.Allcontact{
	height: 100%;
	width: 100%;
	position: absolute;
	top:55%;
	left: 50%;
	transform:translate(-50%,-50%);
}
.AllpyInfo{
	width: 100%;
	height: 110px;
	
	border-bottom: 1px solid rgba(255,255,255,0.5);
	

}
.CPExplain{
	width: 1200px;
	display: flex;
	justify-content:space-around;
	margin: 0 auto;
}
.SPDetail{
	display: flex;
	width: 250px;
	color: #FFFFFF;
	align-items:center;
	
}
.SPDetail img{
	margin-right: 10px;
}
.fillIn{
	width: 1200px;

		margin: 80px auto 0px;
}
.fillInTitle1{
	color: #FFFFFF;
	font-size: 28px;
	text-align: center;
}
.fillInTitle2{
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	text-align: center;
}
.InputList{
	width: 1200px;
	display: flex;
	justify-content:space-around;

	margin: 80px auto 0px;
}
.InputList input{
	border: 1px solid #FFFFFF;
	height: 50px;
	width: 350px;
	padding: 0 15px;
}
.Consultation{
	width: 1200px;
	display: flex;
	justify-content:center;

		margin: 50px auto 0px;
}
.btn1{
	width: 200px;
	height: 50px;
	background: rgba(255,255,255,0.5);
	border-radius: 30px;
	color: #000000;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	margin-right: 30px;
	cursor:pointer;
	
}
.btn2{
	width: 200px;
	height: 50px;
	   background: -webkit-linear-gradient(left, #ffac1e , #ffea3c); /* Safari 5.1 - 6.0 */
	    background: -o-linear-gradient(right, #ffac1e, #ffea3c); /* Opera 11.1 - 12.0 */
	    background: -moz-linear-gradient(right, #ffac1e, #ffea3c); /* Firefox 3.6 - 15 */
	    background: linear-gradient(to right, #ffac1e , #ffea3c); /* 标准的语法（必须放在最后） */
	border-radius: 30px;
	color: #000000;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	cursor:pointer;
}
.ConsultationTel{
	text-align: center;
	color: rgba(255,255,255,0.8);
	font-size: 28px;
	margin-top: 60px;
}



/* 底部 */

.commbottom{
	height: 500px;
	width: 100%;
	background: #333333;
	color: #FFFFFF;
	padding: 50px 0;

}

.Connection-type{
	width: 1200px;
	margin: auto;
	display: flex;
	margin-bottom: 80px;
}
.connetn{
	/* margin-left: 40px; */
	margin:auto 40px auto 40px;
}
.telNo{
	font-size: 26px;
	margin-bottom: 4px;
}
.wxTips{
	font-size: 16px;
	color: #acacac;
	text-align: left;
}

.WX-Connection{
	display: flex;
}
.cpList{
	width: 1200px;
	margin: auto;
}
.Connection-Title{
	margin:auto 0 auto auto ;
}
.BigTItle{
	font-size: 28px;
	margin-bottom: 4px;
}
.smallTitle{
	font-size: 16px;
		color: #acacac;
		text-align: left;
}
.cpList{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.cpTitle{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}
.cpContent{
	height: 40px;
	line-height: 40px;
	color: #acacac;
	font-size: 16px;
}
.cpContent a{
	color: #acacac;
	text-decoration: none;
}
.cpContent a:hover{
	color: #acacac;
	text-decoration: none;
}