body{
	background:  #F1F4F8 ;
}
header{
	 background: #ffffff;
}
.headBar {
    width: 100%;
    height: 107px;
    width: 1230px;
    min-width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

header nav ul li {
    float: left;
}
header nav ul li a {
    display: inline-block;
    margin-left: 30px;
    line-height: 107px;
    height: 107px;
    font-size: 18px;
    color: #666666;
}
header nav ul li a:hover { 
	color:#35BBA9;
	}
	

.about_main{
	width: 1230px;
	min-width: 1200px;
	margin: 0 auto;
}
.about_mains{
	background: #ffffff;
}
.about-main1{
	width: 1230px;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 93px;
	padding-bottom: 71px;
	/*background: #ffffff;*/
}
.Introduction{
	width: 540px;
	float: left;
}
.Introduction h3{
	font-size: 24px;
	color: #35BBA9;
	margin: 21px 0 10px 0;
}
.Introduction img{
	width: 40px;
	height: 4px;
	margin-bottom: 40px;
}
.Introduction p{
	font-size: 16px;
	color: #666666;
	text-align: justify;
}
.Introduction_pho{
	width: 582px;
	float: right;
}
.about-main2 h3{
	font-size: 24px;
	color: #35BBA9;
	text-align: center;
	margin: 68px 0 22px 0;
}
.border-b{
	position: relative;
	left: 50%;
	transform: translate(-50%);
	width: 40px;
	height: 4px;
	margin-bottom: 104px;
}
.about-ad{
	width:290px;
	margin: 0 56px ;
	display: inline-block;
}
.about-ad img{
	position: relative;
	left: 50%;
	transform: translate(-50%);
	width: 66px;
}
.about-ads{
	position: relative;
	top: -22px;
}
.border-main{
	width:290px;
height:140px;
background:rgba(255,255,255,1);
border:1px solid rgba(215,215,215,1);
margin-top: 17px;
}
.border-main h4{
	font-size: 18px;
	color: #35BBA9;
	margin: 30px 0 12px 0;
	text-align: center;
}
.border-main p{
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	color: #666666;
}
.map{
	position: relative;
	left: 50%;
	transform: translate(-50%);
	margin: 89px 0 59px 0;
	width: 1200px;
}
footer{
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background:rgba(51,51,51,1);
	box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.03);
}
.super{display: none;}
.apply{display: none;}
.application{
	width: 200px;
	height: 280px;
	background: url(img/application.png) no-repeat;
	background-size: 200px;
	position: fixed;
	right: 0;
	top: 50%;   
	transform: translate(-50%, -50%);
	z-index: 999999999999;
}

@media screen and  (max-width: 640px){
	.header,.about_mains,.about_main,.footers,.banner-w{display: none;}
    /*#superContainer{display: block;}*/
   .about-web{background: url(../img/about-banner.png)no-repeat;background-size: 7.5rem;position: absolute;bottom: 0;top: 1rem;}
   .about-com{background: url(../img/about-compy.png)no-repeat;background-size: 7.5rem;position: absolute;bottom: 0;top: 1rem;}
   .web-adress{background: url(../img/about-adr.png)no-repeat;background-size: 7.5rem;position: absolute;bottom: 0;top: 1rem;}
}