*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "punctuation", "Microsoft YaHei", Arial, sans-serif;
    background: #E5E5E5;
    min-width: 1200px;
}
a{
    text-decoration: none;
    font-size: 14px;
    color: #777;

    }
.clearfix::after{
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.nav{
    width: 1200px;  
    height: 90px;
    line-height: 90px;
    background-color: #FFF;
    margin: 0 auto;
    background: no-repeat url(../image/top.jpg) scroll center ;
}
.loglink{
    float: left;
    margin: 0 45px;
}
.loglink img{
    vertical-align: -20px;
    width: 160px;
    margin-top: 20px;
    height: 50px;       
}
ul li{
    float: left;            
    list-style: none;
    margin-right: 45px;
}
.active{
   color: #e70034;
}

ul li a:hover{
    color:#333;
}
.phone{
    float:right;
    width: 266px; 
    color: #777;
    font-size:14px;  
}
.phone img{
    vertical-align: -8px;
    width: 40px;  
    height: 40px;
}

.content{
    width:1200px;
    background-color: #eee;
    margin: 0 auto;
}
.secondpagetop{
    background: no-repeat url(../image/guanyuhezhi-top.jpg) fixed center;
    width: 950px;
    height: 350px;
    margin: 0 auto;
}
.abouttile{
    margin-top:40px;
    text-align: center;
    font-size: 28px;
    color:#777;
    font-weight: 700;
}
.stylesp{
    margin: 10px auto;  
}
.abouttile hr{
    margin: 0 auto;
    width: 50%;
    color: #777;
    size: 2px;
}
.abouthezhi{
    margin: 40px auto 0 auto;
    width: 50%;
    color: #777; 
    font-size: 14px;
    line-height: 30px;
}


.footer{
    background-color: #969696;
    padding: 20px 100px;
    font-size: 14px;
    color: #FFF;
	}
.footerleft{
    float: left;
}
.footerleft a{
    color: #FFF;
}
.footerleft a:hover{
    text-decoration: underline;
}

.footerright{
    float: right;	
}