@charset "UTF-8";

* {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    min-width: 1250px;
    font: 16px/24px "Î¢ÈíÑÅºÚ";
    color: #666;
    background-color: #f9f9f9;
}

div {
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a, img {
    border: 0 none;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clearfix {
    display: inline-table;
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.header{
    background-color: #262626;
    padding: 10px;
    color: #fff;
}
.header-content a{
    color: #fff;
    font-size: 12px;
}
.header-content a:hover{
    color: #FFA924;
}

.nav-body {
    padding-top: 20px;
    padding-bottom: 20px;
    transition-duration:0.2s;
    color: #666;
    background:#212121;
}
.nav-logo {
    color: #fff;
    height: 34px;
    line-height: 34px;
}

.nav-logo img {
    width: 96px;
    height: 24px;
    vertical-align: middle;
    margin-top: -5px;
}

.nav-logo b {
    display: inline-block;
    font-size: 20px;
    color: #C79053;
}
.nav-title{
    padding-top: 5px;
}
.nav-title li {
    float: left;
    display: inline;
    padding: 0 10px;
}

.nav-title a {
    color: #ffffff;
    font-size: 14px;
}

.nav-title a:hover {
    color: #FFA924;
}

.content-body{
    background: #fff;
    width: 1200px;
    padding: 0 10px;
    margin:30px auto;
    overflow: hidden;
    position: relative;
}
.content-box{
    padding:30px 40px 40px 40px;
}
.content-title{
    text-align: center;
}
.content-title h1{
    font-size: 24px;
    color: rgba(37,43,58,1);
    font-weight: 400;
    height: 90px;
    line-height: 90px;
}
.content-main{
    color: #666;
    line-height: 28px;
    min-height: 500px;
}
.content-wrap{
    margin-top:30px;
}
.content-wrap h2{
    font-size: 16px;
    color: #333;
}
.content-wrap p{
    margin-top: 20px;
    margin-bottom: 20px;
}

.pic {
    text-align: center;
    padding-bottom: 48px;
}
.pic img{
    box-shadow: 1px 1px 3px 3px #ccc;
}