*{
	margin:0;
	padding: 0;	
}
@font-face {
  font-family: 'MyNewFont';   /*字体名称*/
  src: url('../font/AdobeHeitiStd-Regular.ttf');       /*字体源文件*/
}
html,body{
	height: auto;
	overflow-x: hidden;
	font-family: MyNewFont;
}
a{
	color: black;
	text-decoration: none;
}
.row{
	display: flex;
	flex-direction: row;
}
.cloumn{
	display: flex;
	flex-direction: column;
}
.center{
	display: flex;
	justify-content: center;
}
.pointer{
	cursor: pointer;
}

/*在线咨询*/
.onlineService{
	position:fixed;
	right:1rem;
	top: 20%;
	z-index: 9999;
	box-sizing: border-box;
	
}

.onlineService .serviceBtn{
	border-radius: .1rem;
	color: white;
	padding: .05rem .05rem;
	text-align: center;	
	background-color: #44a1e2;
	margin-bottom: .1rem;
	
}
.onlineService .serviceBtn img{
	width: .36rem;
	height: .36rem;
	margin-top: .14rem;
}
.onlineService .serviceBtn p{
	font-size: .18rem;
}

.chatBox{
	width: 3.44rem;
	height: 4.96rem;
	box-sizing: border-box;
	border:.01rem solid #999999;
	border-radius: .2rem;
	overflow: hidden;
	position: absolute;
	left: -3.54rem;
	top: 0;
	display: none;
}
.chatBox .chatHeader{
	box-sizing: border-box;
	border-radius: .2rem .2rem 0 0;
	width: 100%;
	height: .56rem;
	background-color: #44a1e2;
	color: white;
	position: relative;
}
.chatBox .chatHeader  img{
	margin-top: .08rem;
	margin-left: .28rem;
	width: 1.02rem;
	height: .4rem;
}
.chatBox .chatHeader .closeBtn{
	margin-top: .1rem;
	position: absolute;
	right: .1rem;
	display: inline-block;
	width: .14rem;
	height: .14rem;
	background-image: url("http://rengxingbao.oss-cn-shenzhen.aliyuncs.com/img1/2018/09/21/a7011c8b164e4f4baa65a336b9d6f213a7011c8b164e4f4baa65a336b9d6f213a7011c8b164e4f4baa65a336b9d6f213.png");
	background-size: .14rem .14rem;
}
.chatBox .contentBox {
	
	background-color: white;
	padding-top: .22rem ;
	height: 3.14rem;
	overflow-y: auto;
    
	box-sizing: border-box;
}
.chatBox .contentBox .title{
	text-align: center;
	margin-bottom:.17rem;
	font-size: .14rem;
}
.chatBox .contentBox .chatContent{
	margin-bottom: .16rem;
	box-sizing: border-box;
}
.chatBox .contentBox .chatContent .chatName{
	font-size: .14rem;
}
.chatBox .contentBox .chatContent .detailsContent{
	font-size: .12rem;
	background-color: #44a1e2;
	display: inline-block;
	color:white;
	padding:.1rem;
	margin-top: .1rem;
	width: auto;
	position: relative;
	box-sizing: border-box;
}
.chatBox .contentBox .leftContent{
	padding: 0 .86rem 0 .18rem;
}
.chatBox .contentBox .chatContent .detailsContent::before{
	content: "";
	position: absolute;
	top:-.2rem;
	width: 0;
	height: 0;
	border-width: .1rem;
	border-style: solid ;
	border-color: transparent transparent #44a1e2 transparent;
}
.chatBox .contentBox .rightContent .detailsContent::before{
	right: .1rem;
	
}
.chatBox .contentBox .rightContent{
	padding: 0 .18rem 0 .86rem;
	text-align: right;
}
.chatBox .inputBox{
	border-top: .01rem solid #999999;
	background-color: white;
	border-radius: 0 0 .2rem .2rem;
	height: 1.26rem;
	width: 3.44rem;
	padding-top:.09rem; 
	bottom: 0;
	box-sizing: border-box;
}
.chatBox .inputBox .img{
	width: .2rem;
	height: .15rem;	
	margin-left: .18rem;
	background:url("http://rengxingbao.oss-cn-shenzhen.aliyuncs.com/img1/2018/09/21/cd4000e651e444e8b5be2382a9a785decd4000e651e444e8b5be2382a9a785decd4000e651e444e8b5be2382a9a785de.png");
	background-size: .2rem .15rem;

}
.chatBox .inputBox div{
	margin-top: .14rem;
	padding-left:  .18rem;
	width: 3.44rem;
	height: .91rem;
	box-sizing: border-box;
	overflow-y:hidden;
	position: relative;
}
.chatBox .inputBox textarea{
	padding: .05rem .05rem;
	box-sizing: border-box;
	width: 2.42rem;	
	height: .55rem;
}
.chatBox .inputBox div p{
	border-radius: .2rem;
	height: .26rem;
	font-size: .12rem;
	line-height: .26rem;
	padding:0 .1rem ;
	margin-left: .1rem;
	box-sizing: border-box;
	background: #44a1e2;
	color: white;
}
/*留言*/
.chatEmail{
	border:.01rem solid #dedede;
	border-radius: .1rem; 
	background:white;
	width: 3.44rem;
	position: absolute;
	left: -3.54rem;
	top: .9rem;
	display: none;
}
.chatEmail .chatEmailHeader{
	border-bottom: .01rem solid #dedede;
	padding:0 .18rem;
	height: .65rem;
	justify-content: space-between;
}
.chatEmail .chatEmailHeader .title{
	font-size:.24rem; 
	margin-top:.23rem;
}
.chatEmail .chatEmailHeader .closeChatEmail{
	width: .14rem;
	height: .14rem;
	background: url(http://rengxingbao.oss-cn-shenzhen.aliyuncs.com/img1/2018/09/21/8919d15a4f9f47559937a83522c096378919d15a4f9f47559937a83522c096378919d15a4f9f47559937a83522c09637.png);
	background-size: .14rem .14rem;
	margin-top: .1rem;
}
.chatEmail .content{
	padding: .1rem .18rem;
}
.chatEmail .content p{
	font-size: .18rem;
}
.chatEmail .content .title{
	font-size: .18rem;
	color:#dedede;
	margin-top: .1rem;
}
.chatEmail .content textarea{
	width: 3.02rem;
	height: 1.26rem;
	border-radius: .05rem;
}
.chatEmail .content .isProblem{
	color:red;
	margin-top: .05rem;
	margin-bottom:.06rem;
	display: none;
}
.chatEmail .content input{
	width: 2.98rem;
	height: .34rem;
}
.chatEmail .content .submitEmail{
	background-color: #44a1e2;
	width: 1.44rem;
	height: .3rem;
	color: white;
	line-height: .3rem;
	text-align: center;
	margin:0 auto;
	margin-top: .24rem;
}
.chatEmail .content .overLength{
	color: red;
	display: none;
}
.isNotPhone{
	font-size: .24rem;
	color: red;
	text-align: left;
	margin-top: .1rem;
	display: none;
}
.weChateImg{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.52rem;
	height: 2.48rem;
	background: #44A1E2;
	position: absolute;
	top: 1.8rem;
	left: -2.62rem;
	border-radius: .2rem;
	display: none;
}
.weChateImg img{
	width:2.1rem ;
	height: 2.1rem;
}
.onlineService .toTop img{
	width: .62rem;
	height: .54rem;
}


/*头部*/
.nav{
	font-size: .2rem;
	height: 1.38rem;
}
.nav div{
	float: left;
}
.navLogo{
	width: 1.86rem;
	height: 1.38rem;
	margin-left: 2.80rem;	
}
.navLogo img{
	width: 1.86rem;
	height: .74rem;
	margin-top: .52rem;
}
.navTitle{
	width:auto;
	margin-left: 1.02rem;
	font-size: .2rem;
	padding-top: .84rem;
}
 .titleActive{
	color: #44a1e2;
}
.navTitle span{
	margin-right: .45rem;
	font-size: .2rem;
}
.navBtn{
	padding-top: .72rem;
	margin-left: 0.1rem;
}
.navBtn span{
	display: inline-block;
	width: 1.18rem;
	height: .42rem;
	margin-right: .28rem;
	background:#44a1e2;
	text-align: center;
}
.navBtn span a{
	font-size:.2rem;
	color: white;
	line-height: .42rem;
}
.navBox{
	display: none;
}
.phoneNav{
	display: none;
}
/*尾部*/
.footer{
	background: #3a3a3a;
	
	padding-top: .8rem;
	padding-bottom: .22rem;
}
.footer .footerBox{
	justify-content: center;
}
.footer .link .title{
	font-size: .22rem;
	color: white;
	margin-bottom:.24rem;
}
.footer .link .linkContent{
	font-size: .16rem;
	color: white;
	margin-bottom: .14rem;
}
.footer .link .linkContent a{
	color:white;
}

.contact{
	margin-left: 1.76rem;
	width:3.88rem;
}
.gzh{
	width: 1.1rem;
	margin-left:.96rem;
	font-size: .22rem;
	color:white;
}
.gzh .gzhImg{
	width: 1.06rem;
	height: 1.06rem;
	margin-top:.38rem;
}
.footerContent{
	width: 100%;
	text-align: center;
	color: white;
	font-size: .16rem;
	margin-top: 1rem;
}

.phoneFooter{
	display: none;
}
@media screen and (max-width: 1125px){
	html,body{
		padding-bottom: .86rem;
	}
	.onlineService{
		display: none;
	}
/*	.phoneChat{
		width: .66rem;
		height: .66rem;
		background-color: #44A1E2;
		display: block;
		position: fixed;
		left: 0;
		top: 2rem;
		z-index: 22;
		padding-top: .14rem;
		text-align: center;
		box-sizing: border-box;
	}
	.phoneChat img{
		 width: .34rem;
		 height: .34rem;
	}*/
	.nav{
		width:100%;
		height:.58rem;
		position: relative;
	}
	.nav .navLogo{
		width:1.18rem;
		height:.58rem;
		margin-left: .26rem;
	}
	.nav .navLogo img{
		width:1.18rem;
		height: .46rem;
		margin-top:.06rem;
	}
	.navTitle, .navBtn{
		display: none;
	}
	.navBox{
		display: block;
		position: absolute;
		right:.26rem;
	}
	.navBox img{
		width:.32rem;
		height:.26rem;
		margin-top: .16rem;
	}
	.phoneNav{
		display: none;
		width: 100%;
		height:100%;
		position: absolute;
		left: 0;
		
		background-color: rgba(0,0,0,0.4);
		z-index: 2;
	}
	.phoneNavTitle{
		position: absolute;
		right: 0;
		background-color: #fafafa;
		width:3rem;
		height: 100%;
	}
	.phoneNavTitle span{
		display: block;
		padding: .25rem .2rem;
		text-align: left;
		box-sizing: border-box;
		font-size: .24rem;
		border-bottom: .01rem solid black;
		
	}
	.phoneNavTitle span a{
	
		font-size: .24rem;
	}
	.phoneNavTitle .phoneTitle{
		border:0;
	}
	.phoneNavTitle .phoneNumber{
		color:#44a1e2;
		font-size: .22rem;
		padding-top: 0;
		border:0;
	}
	/*尾部*/
	.footer{
		background: #3a3a3a;
		padding: .25 .4rem;
		display: none;
	}
	.footer .footerBox{
		margin-top:.25rem;
		display: flex;
		flex-direction: column;
	}
	.footer .link .title{
		font-size: .26rem;
		color: white;
		margin-bottom:.28rem;
	}
	.footer .link .friendShipBox{
		display: flex;
		justify-content: space-around;
	}
	.footer .link .linkContent{
		
		font-size: .2rem;
		color: white;
		margin-bottom: .5rem;
	}
	.footer .link .linkContent a{
		color:white;
		font-size: .2rem;
	}

	.contact{
		margin-left: 0;
		width:auto;
	}
	.contact .contactBox{
		text-align: left;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.contact .contactBox .contactContent{
		
		margin-bottom: .12rem;
		font-size: .2rem;
	}
	.contactEmail{
		margin-left: .85rem;
	}
	.contact .columnBox{
		display: flex;
		flex-direction: column;
	}
	.gzh{
		margin-top:.5rem;
		width: auto;
		margin-left:.0;
		font-size: .26rem;
		color:white;
	}
	.gzh .gzhImg{
		width: 2rem;
		height: 2rem;
		margin-top:.48rem;
	}
	.footerContent{
		width: 100%;
		text-align: center;
		color: white;
		font-size: .2rem;
		margin-top: .5rem;
		margin-bottom: .5rem;
		max-height: 100%;
	}
	/*移动端尾部*/
	.phoneFooter{
		position: fixed;
		bottom: 0;
		display: flex;
		justify-content: space-around;
		width: 100%;
		border-top: 1px solid #cccccc;
		background: white;
		height: .98rem;
	}
	.phoneFooter .item {
		padding-top: .1rem;
		text-align: center;
	}
	.phoneFooter .item img{
		width: .48rem;
		height: .48rem;
	}
	.phoneFooter .item p{
		font-size: .2rem;
	}
}


/*下拉*/
.xlfhz{
	position: relative;display: inline-block;
}
.subnav{
	position: absolute;left: -70%;width: 100px;text-align: center;display: none;
}
.subnav a{
	color: #fff;background: #44a1e2;font-size: .18rem;display: block;
}
.subnav a:hover{
	background: #70bff7
}
.xlfhz:hover .subnav{
	display: block;
}

/*手机下拉*/
.sjsubnav a{
	color: #000;
	font-size: .22rem!important;display: block;
}
.sjxlbt{
	position: absolute;right: 0;top: 50%;height: .2rem;transform: translate(0, -50%);transition: all 0.2s linear;
}
.flm{
	position: relative;
}
.sjsubnav{
	display: none;
}
.gbnav{
	margin: 30px auto;display: block;
}