﻿@charset "utf-8";
html{color:#000;background:#FFF; }
body { color:#666;font:12px/1.231 arial,helvetica,clean,sans-serif,"思源雅黑","黑体";    font-family: "思源雅黑";} /*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
i,em{ font-style:normal;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}
a:focus, a:hover {
    color:#601a00;
    text-decoration: none;
}
.fr{
	float: right;
}
table,table tr,table tr td{
    border:1px solid #484848;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.hr1 {
    margin-top: 24px;
    margin-bottom: 18px;
    border: 0;
    border-top: 2px solid #601a00;
    width: 15%;
}

.mt10{ margin-top:10px;}

a { color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
.vam { vertical-align:middle;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}

/* 公用模块 */
.container{
	padding:0;
}



/* 抬头模块 */
.header-bg{
	display: block;
	width: 100%;
	min-height: 120px;
	background-color: #d5d5d5;
	position: relative;
}
.header-bg::after {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #601a00;
    display: table;
	position: absolute;
	bottom: 0;
}

.logo {
    display: block;
    width: 193px;
    height: 70px;
    background: url(../images/logo.png) no-repeat center top;
    margin-top: 28px;
}

.logo h3{
	font-size: 12px;
	text-indent: -9999999px;
}

.header-text-img {
    line-height: 30px;
    display: table;
    float: right;
    margin-top: 8px;
}

.header-text-img ul li {
    float: left;
    margin-right: 18px;
}

.header-text-img ul li a {
    font-size: 14px;
}

.header-text-img ul li a i {
    font-size: 18px;
    line-height: 32px;
}

/* 搜索 */
.seachBox {
    float: right;
    background: #fff;
    margin-top: 0px;
}

.seachBox form {
    overflow: hidden;
    height: 30px;
}

.seachBox .word {
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    border-right: none;
    color: #828282;
    border: 0;
    float: left;
    background: #d5d5d5;
    border-bottom: 1px solid #666666;
}

.seachBox .sousuo {
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background:#d5d5d5 url(../images/search.png) no-repeat center center;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #666;
}

/* 导航栏 */
.header-nav {
    float: left;
    width: 100%;
    margin-top: 26px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: inherit;
    border: 0;
}
.navbar-default {
    background-color: inherit;
    border-color: #e7e7e7;
    border: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: inherit;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
}

.nav>li {
    position: relative;
    display: block;
    padding: 0 16px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
}
.nav .active>a:after {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #fff;
    display: table;
    position: absolute;
    bottom: -13px;
    z-index: 15;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: inherit;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.main-content h4 {
    font-size: 34px;
    color: #595959;
    margin-top: 15px;
    font-weight: 300;
    text-align: center;
}

.main-content span {
    width: 50px;
    height: 2px;
    background: #601a00;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 16px;
}

.txt-bg{
	font-size: 14px;
	line-height: 30px;
}


.recommend {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.recommend>span {
    display: table;
    width: 100%;
    line-height: 50px;
    font-size: 20px;
    background: #f5f5f5;
    text-indent: 10px;
    margin-bottom: 30px
}

.name-text{
    font-size: 14px;
    text-align: center;
    display: table;
    width: 100%;
    line-height: 30px;
}


.footer-nav{
    clear: both;
    display: table;
    float: none;
}


.footer-body-bg {
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-body {
    font-size: 13px;
    line-height: 25px;
    color: #d8d8d8;
}

.footer-body h3 {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.footer-code {
    display: block;
    width: 14%;
}

.footer-code h3 {
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: table;
    margin-bottom: 10px;
	margin-top: 3px;
}

.footer-logo {
    margin-top: 45px;
}

.font-bottom{
    background: #2e2e2e;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    color: #d8d8d8;
    border-top: 1px solid #4c4c4c;
}

.footer-bg span img {
    width: 80%;
    display: table;
    margin: 0 auto;
}


.footer-body-bg {
    display: table;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}