@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;
}
.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;
/*    border-bottom: 1px solid #EDEDED;*/
}
.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: 5px;
    margin-bottom: 5px;
}

/* footer */
.footer {
	width: 100%;
	min-width: 1200px;
	background-color: #212121;
}

.footer-bottom {
	height: 100px;
	text-align: center;
	padding-top: 27px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
	line-height: 26px;
	font-size: 14px;
	color: #9C9999;
}

.footer-bottom a {
	color: #9C9999;
}

.footer-bottom p span {
	margin-left: 6px;
}