#headerPart {
    height: auto;
    position: relative;
    z-index: 100;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

#headerPart div.header-top-wrap {
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #f2f2f2
}

#headerPart div.header-top-wrap .content {
    width: 1200px;
    margin: 0 auto;
    color: #696969;
}

#headerPart div.header-top-wrap .content div i.icon {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

#headerPart div.header-top-wrap .content div span {
    margin-right: 20px;
}

#headerPart div.header-top-wrap .content .left {
    float: left;
}

#headerPart div.header-top-wrap .content .right {
    float: right;
}

#headerPart div.header-top-wrap .content .right span {
    cursor: pointer;
}

#headerPart div.header-top-wrap .content .right span:first-child {
    border-right: 2px solid #696969;
    padding-right: 18px;
}

#headerPart div.header-top-wrap .content .right span i {
    margin-left: 5px;
}

#headerPart div.header-top-wrap .content .right span i.icon-d {
    background-position: -48px 0;
}

#headerPart div.header-top-wrap .content .right span i.icon-e {
    background-position: -64px 0;
}

#headerPart div.header-wrap {
    padding: 30px 0;
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 30px;
}

#headerPart div.header-wrap div.navbar .h-logo {
    width: 250px;
    height: 65px;
    position: absolute;
    background: url(../images/common2.png) no-repeat;
    cursor: pointer;
    top: 12px;
}

#headerPart div.header-wrap div.navbar ul {
    margin-left: 178px;
    line-height: 88px;
    height: 88px;
    position: absolute;
    top: 0;
    right: 0;
}

#headerPart div.header-wrap div.navbar ul > li {
    font-size: 18px;
    float: left;
    margin-left: 38px;
    color: #565d66;
    cursor: pointer;
    width: 100px;
    text-align: center;
}

#headerPart div.header-wrap div.navbar ul > li > a {
    color: #565d66;
    display: inline-block;
    text-decoration: none;
    height: 60px;
}

#headerPart div.header-wrap div.navbar ul > li > a:hover {
    color: #6fb9f3;
}

#headerPart div.header-wrap div.navbar ul > li .line {
    border-right: 1px solid #ccc;
    display: inline-block;
    height: 15px;
    position: relative;
    right: -30px;
    top: 3px;
}

#headerPart div.header-wrap div.navbar ul > li .nav-icon {
    background: url(../images/nav-icon.png) no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

#headerPart div.header-wrap div.navbar ul > li .navicon1 {
    background-position: 0 0;
}

#headerPart div.header-wrap div.navbar ul > li .navicon2 {
    background-position: -17px 0;
}

#headerPart div.header-wrap div.navbar ul > li .navicon3 {
    background-position: -34px 0;
}

#headerPart div.header-wrap div.navbar ul > li:hover .subnav {
    display: block;
}

#headerPart div.header-wrap div.navbar ul li.active a {
    color: #6fb9f3;
    border-bottom: 2px solid #6fb9f3;
}

.header-top-wrap a {
    color: #696969
}

.subnav {
    background-color: #2d81aa;
    position: relative;
    left: -15px;
    top: -20px;
    color: #fff;
    display: none;
}

.subnav a {
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    display: block;
    text-decoration: none;
    color: #fff;
}

.subnav a:hover {
    background-color: #38a6dc;
    color: #fff;
}

.header-top-wrap .content .icon-a {
    background-position: 0 0;
}

.header-top-wrap .content .icon-b {
    background-position: -16px 0;
}

.header-top-wrap .content .icon-c {
    background-position: -32px 0;
}

#FooterPart {
    background-color: #323745;
    width: 100%;
}

#FooterPart p {
    text-align: center;
    line-height: 50px;
    color: #c8c9ca;
    font-size: 15px;
    border-top: 1px solid #3e4555;
}

#FooterPart .top-part-wrap {
    border-bottom: 1px solid #2a2e3c;
}

#FooterPart .top-part-wrap .top-part {
    overflow: hidden;
    height: 200px;
    width: 1100px;
    margin: 0 auto;
}

#FooterPart .top-part-wrap .top-part ul {
    float: left;
    margin-top: 50px;
}

#FooterPart .top-part-wrap .top-part ul li {
    color: #c8c9ca;
    font-size: 15px;
    margin-bottom: 15px;
}

#FooterPart .top-part-wrap .top-part ul li.title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

#FooterPart .top-part-wrap .top-part .mid {
    margin-left: 200px;
    padding-top: 20px;
}

#FooterPart .top-part-wrap .top-part .right {
    float: right;
}

#FooterPart .top-part-wrap .top-part .right img {
    width: 105px;
    height: 105px;
    background: #ccc;
}
