﻿*{
    margin: 0;
    padding:0;
}
body{
    position: relative;
}
a{
    text-decoration: none;
}
ul li {
    list-style: none;
}

header{
    width: 100%;
    height: 120px;
    background: #ffffff;
    z-index: 99;
}
.header-contianer{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

.logo{
    width:   100px;
    margin-left: 100px;
    margin-top: 10px;
    margin-bottom: 5px;
    float: left;
}

.header-contianer ul{
    width: 850px;
    height: 80px;
    position: absolute;
    top:40px;
    right: 0px;
}
.header-contianer ul li{
    float: left;
    padding-left: 20px;
    overflow: hiddem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-contianer ul li a{
    display: block;
    width: 120px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: black;
}

.header-contianer ul li a:hover{
    /*background: url(../images/nav_clickbg.png) no-repeat 10px 0px;*/
    color: blue;
}

/*.header-contianer ul li a:link{
    color: black;
}

.header-contianer ul li a:visited{
    color: blue;
}*/

section{
    width: 100%;
    height: 470px;
    background: #fff;
}
/*.section-banner{
    width: 100%;
    height: 600px;
    background: #ff6a1a;
}*/

footer{
    width: 100%;
    height: 280px;
    background: #222;
}
.footer-contianer{
    margin: 0 auto;
    width: 1200px;
    padding-top: 15px;

}
.footer-contianer p{
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}


.profile{
    width: 1200px;
    margin: 0 auto;
}
.profile h1{
    font-size: 28px;
    text-align: center;
   line-height: 60px;
    padding-top: 40px;
}
.profile p{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 50px;
}

/************middleNav ***************/
.middleNavWrapper{ background:#FFF; overflow:hidden; margin:12px 50px; height:22px;}
.middleNavWrapper .middleNav{ max-width:1180px; margin:0 auto; height:22px; }

.middleNavWrapper .middleNav li{ height:22px; line-height:22px; float:left;}
.middleNavWrapper .middleNav .middleNav{  color:#757575; font-size:16px;  font-family: Arial,"微软雅黑","黑体",sans-serif;}
.middleNavWrapper .middleNav .middleNav_active{ color:#0c0c0c;}
/************middleNav topPic***************/