@charset "utf-8";
/* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input,hr{
	margin: 0;
	padding: 0;
}
body{
	font-size: 12px;
	font-family:"Microsoft YaHei","微软雅黑";
}
img,hr{
	border: none;
}
img{
	width:100%;
	display:block;
}
li {
	list-style: none;
}
input,select,textarea,button {
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	resize: none;
}
a {
	text-decoration: none;
	-webkit-appearance: none;
}
a:link, a:visited {
	text-decoration: none;
	-webkit-appearance: none;
}
a:focus, input {
	outline: 0;
	-webkit-appearance: none;
}
.none {
	display: none;
}
.clearfloat {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.mainBox{
	width:750px;
	margin:0 auto;
	box-sizing: border-box;
	min-height:1000px;
	overflow:hidden;
	position:relative;
}
.header{
	width:730px;
	height:88px;
	overflow:hidden;
    padding-left:20px;
    border-bottom:#dddddd 1px solid;
}
.header img{
    width:230px;
}
.banner{
    width:750px;
    height:395px;
    overflow: hidden;
    background-color:#f9f9f9;
    position: relative;
    top:0;
    left:0;
    z-index:1;
}
.banner .img{
    width:750px;
    height:375px;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}  
.banner .bannerCont{
    width:750px;
    overflow: hidden;
    position:absolute;
    top:70px;
    left:0;
    z-index:99;
    text-align: center;
}
.banner .bannerCont .text{
    font-size:80px;
    font-weight:600;
    color:#ffffff;
    text-shadow:#000 3px 4px 5px
} 
.banner .bannerCont .btn{
    display: inline-block;
    margin-top:40px;
    font-size:40px;
    color:#ffffff;
    padding:10px;
    background-color: rgba(0, 0, 0, 0.45);
} 
.erweimaBox{
    display:none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999999;
    background-color: rgba(0, 0, 0, 0.7);
}
.erweimaBox .close{
    width:40px;
    height:40px;
    border:#ffffff 2px solid;
    border-radius:50%;
    position: absolute;
    top:10px;
    right:10px;
    color:#ffffff;
    font-size:30px;
    z-index:99;
    text-align: center;
} 
.erweimaBox .erweima{
    width:700px;
    height:860px;
    background-color:#ffffff;
    margin:100px auto 0;
}
.erweimaBox .erweima img{
    width:100%;
}
.phone{
    padding-top:16px;
    color:#000;
    font-size:30px;
    line-height:50px;
    padding-left:40px;
}
.phone a{
    color:#000;
    text-decoration:underline;
}
.panoBox,.aboutBox,.joinUsBox{
    padding-bottom: 20px;
    background-color:#f9f9f9;
}
.panoBoxTitle{
    text-align: center;
    background-color:#ffffff;
}
.panoBoxTitle h3{
    font-size:40px;
	color:#000000;
	height:66px;
	padding:35px 0px 0px;
}
.panoBoxTitle p{
	font-size:25px;
	color:#333333;
	height:60px;
}
.panoContBox .panoCont{
    width:750px;
    padding-bottom:10px;
    background-color:#ffffff;
}
.panoContBox .panoCont img{
    width:100%;
}
.panoContBox .panoCont p{
    padding:0 10px 10px 10px;
	line-height:70px;
	font-size:30px;
	color:#333333;
}
.aboutBoxCont{
    padding:10px;
    background-color:#ffffff;
}
.aboutBoxCont p{
    font-size:24px;
    line-height: 60px;
    color: #313131;
    text-indent: 2em;
}
.joinUsBox .phone{
    background-color:#ffffff;
    padding-bottom:20px;
}
.footerBox{
    background: #404042;
    padding:0 10px;
    color:#ffffff;
    text-align: center;
    line-height:40px;
}
.footerBox a{
    color:#ffffff;
}

