.top{
	min-width: 1070px;
	padding-top: 60px;
}
.top1{
	width: 100%;
	    height: 60px;
	    line-height: 60px;
	    position: fixed;
	    background: black;
	    min-width: 1070px;
	    top: 0px;
	    padding: 0 30px;
	    box-sizing: border-box;
	        z-index: 9999;
	    background:url(../img/bg.png);
		
}

body{
	background: url(../img/bodybg.jpg);
}
 .a-icon{
	 float: left;
 }
 
 .ul-nav{
	     float: left;
	     height: 60px;
	     position: absolute;
	     left: 50%;
	     margin-left: -464px;
		 margin-top: -34px;
		 
 }
 
 li {
     list-style-type: none;
 }
 
 .li1{
	     padding-left: 24px;
	     padding-right: 24px;
 }
 .topzit{
	 color: #ab192d;
	 font-style: oblique;
	 font-weight: bolder;
	 font-size: 15.5px;
	 letter-spacing: 1px;
 }
 .topzit1{
	 color: #838383;
	 font-style: oblique;
	 font-weight: bolder;
	 font-size: 15.5px;
	 letter-spacing: 1px;
 }
 .logo2{
	 float: right;
	 margin-top: 14px;
 }
 
  
/*底部*/
.footer{
	    width: 100%;
	    height: 80px;
	    line-height: 80px;
	    background: #1b1b1b;
}
.content{
	    height: 100%;
	    padding: 0 60px;
	    position: relative;	
}
.typeface{
	    color: #888b85;
	    margin-right: 24px;
}

/*中间*/
.banner{
	    position: relative;
	    background: url(../img/banner.jpg) no-repeat;
	    background-size: cover;
	    
	    background-position: center center;
	
}
.box {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 28%;
}
.title {
    margin-bottom: 40px;
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    font-style: oblique;
    letter-spacing: 2px;
}
p {
            font-size: 24px;
            width: auto;
	        color: #fff;
	     	font-style: oblique;
		    letter-spacing: 1px;
			line-height: 36px;
}
span {
    font-size: 36px;
    font-style: oblique;
    color: #fff;
}
