﻿@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: #666;
    text-decoration: none;
}
.container-fluid,.navbar-collapse{
	padding:0;
}



.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-top {
    display: block;
    width: 100%;
    height: 45px;
    background-color: #666;
}

.header-top .col-lg-5{
    width: 35%;
}

.header-top .col-lg-5 span {
    line-height: 45px;
    color: #fff;
    font-size: 14px;
}

.header-top .col-lg-7 {
    float: right;
    width: 60.333333%;
}

.header-top .col-lg-7 span {
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    float: right;
    margin-left: 20px;
}

.header-top .col-lg-7 span i {
    margin-right: 5px;
}


.header-bg {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}
.header-bg::after {
    content: "";
    width: 100%;
    display: table;
    position: absolute;
    bottom: 0;
}

.logo {
    display: block;
    width: 155px;
    height: 45px;
    background: url(../images/logo.png) no-repeat center top;
    margin-top: 0px;
    background-size: cover;
    margin-top: 10px;
}

.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;
}

.language {
    display: block;
    float: right;
    width: auto;
    line-height: 25px;
    height: 25px;
    margin-top: 12px;
    text-align: center;
    margin-left: 20px;
    position: relative;
    padding: 0 10px;
}

.language>a {
    display: block;
    color: #4c4c4c;
    line-height: 25px;
    float: left;
    background: #fff;
    padding: 0 5px;
    margin: 0 5px;
}

.language>a>i {
    margin-right: 5px;
}


.language ul {
    background-color: #b5b5b5;
    position: absolute;
    width: 100%;
    display: none;
    opacity: 0;
}



/* 搜索 */
.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: 15px;
}

.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:#d20d0d;
    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: 18px;
}
.nav>li {
    position: relative;
    display: block;
    padding: 0 20px;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
}
.nav>li>a:after {
    content: "";
    width:0;
    height: 3px;
    background-color: #757575;
    display: table;
    position: absolute;
    bottom: -2px;
    z-index: 15;
	transition: all 0.5s;
}


.nav .active>a:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color:#d20d5b;
    display: table;
    position: absolute;
    bottom: 0px;
    z-index: 15;
    transition: all 0.5s;
}
.nav>li:hover>a:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color:#d20d5b;
    display: table;
    position: absolute;
    bottom: 0px;
    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: #000;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #f5f5f5;
}

.navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 20px;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}


.header-bg .col-lg-10 {
    width: 76.333333%;
    float: right;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #d20d5b;
    background-color: transparent;
}