/*css重置样式*/
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,table,th,td,input,textarea{
    margin: 0;
    padding: 0;
}
html,body{
	width: 100%;
	font-family: "PingFangSC-Regular, sans-serif;";
    font-size: 14px;
	color: #666666;
}
a{
    text-decoration: none;
	color: #000;
	box-sizing: border-box;
	cursor: pointer;
}
li{
    list-style: none;
}
img{
    border: none;
}
i{
    font-style: normal;
}
.clearfix::before,
.clearfix::after{
	content: ".";
    display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}
.container{
	margin: 0 auto;
	width: 720px;
	height: 100%;
	background: #F7F7F7;
}
.container .top{
	position: relative;
	width: 100%;
	height: 330px;
	background: url('../image/Background.jpg') no-repeat 56% center;
	background-size: cover;
	overflow: hidden;
}
.container .top .logo{
	position: absolute;
	top: 60px;
	left: 140px;
	width: 176px;
	height: 222px;
	background: url('../image/logo.png?1111') no-repeat;
	background-size: contain;
}
.container .top .mobile{
	position: absolute;
	top: 90px;
	right: 123px;
	width: 134px;
	height: 244px;
	background: url('../image/mobile.png') no-repeat;
	background-size: contain;
}
.container .main{
	width: 100%;
}
.container .main .item .header{
	padding-top: 30px;
	padding-bottom: 36px;
	height: 21px;
	line-height: 21px;
  	display: flex;
  	justify-content: center;
}
.container .main .item .header .header-l,
.container .main .item .header .header-r{
	height: 21px;
  	display: flex;
  	align-items: center;
}
.container .main .item .point-s{
	display: inline-block;
	width: 4px;
	height: 4px;
	line-height: 21px;
	border-radius: 50%;
	background: #FF6634;
}
.container .main .item .point-b{
	display: inline-block;
	margin-left: 5px;
	width: 6px;
	height: 6px;
	line-height: 21px;
	border-radius: 50%;
	background: #FF6634;
}
.container .main .item .header-r .point-b{
	margin-left: 0;
	margin-right: 5px;
}
.container .main .item .header-title{
	position: relative;
  	padding: 0 15px;
  	line-height: 21px;
  	/* 苹方-简 中黑体 */
  	font-family: PingFangSC-Medium, sans-serif;
  	font-size: 15px;
  	color: #FF6634;
}
.container .main .item .header-title::after{
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 1px;
	background: #FF6634;
	border-radius: 1px;
	content: "";
}
/*关于我们*/
.container .main .item .about-box{
	width: 100%;
	min-height: 207px;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
}
.container .main .item .about-box .about{
	display: flex;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}
.container .main .item .about .about-l{
	position: relative;
	width: 212px;
}
.container .main .item .about .about-l .img1{
	position: absolute;
	left: 30px;
	top: 26px;
	z-index: 2;
	width: 110px;
	height: 151px;
}
.container .main .item .about .about-l .img2{
	position: absolute;
	left: 72px;
	top: -16px;
	z-index: 1;
	width: 140px;
	height: 193px;
}
.container .main .item .about .about-r{
	flex: 1;
	padding: 15px 33px 5px 46px;
	line-height: 19px;
	font-size: 8px;
	color: #666666;
	box-sizing: border-box;
}
.container .main .item .about .about-r p{
	margin-bottom: 10px;
}
/*我们的服务*/
.service-box{
	display: flex;
	justify-content: space-around;
	padding-left: 60px;
	padding-right: 60px;
}
.service-box .service-item{
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02);
}
.service-box .service-item:nth-child(2){
	margin-left: 15px;
	margin-right: 15px;
}
.service-box .service-item .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	width: 60px;
	height: 60px;
	background: url('../image/round.png');
	background-size: 60px 60px;
}
.service-box .service-item .icon .img{
	display: block;
	width: 20px;
	height: 20px;
}
.service-box .service-item .name{
	line-height: 13px;
	/* 苹方-简 中黑体 */
  	font-family: PingFangSC-Medium, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
}
.service-box .service-item .desc{
	padding: 21px 10px 15px 10px;
	line-height: 13px;
	font-size: 7px;
	color: #666666;
}
/*享受服务*/
.enjoy-box{
	margin-top: 11px;
	width: 100%;
	height: 214px;
	text-align: center;
	background: url('../image/footerbg.png') no-repeat;
	background-size: 100% 214px;
}
.enjoy-box .enjoy{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -17px auto 0 auto;
	width: 170px;
	height: 170px;
	background: url('../image/round2.png') no-repeat;
	background-size: 170px 170px;
}
.enjoy-box .enjoy .img{
	display: block;
	width: 110px;
	height: 110px;
}
.enjoy-box .txt{
	padding-top: 17px;
	padding-bottom: 30px;
	line-height: 14px;
	font-size: 10px;
	color: #666666;
}