@charset "utf-8";
html{scroll-behavior: smooth;}
body {
    font-size: 14px;
    font-family: STHeiti, Microsoft YaHei, Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #626262;
    min-width: 1200px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
   /* display: inline;*/
}
h3{display: inline;}
*, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    border: 0;
}
a img {
    border: none;
}
a:link {
    text-decoration: none;
    color: #626262;
    transition: 0.5s;
}
a:visited {
    color: #626262;
    text-decoration: none;
}
a:hover {
    color: #FB6000;
    text-decoration: none;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.clearfix {
*+height:1%;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
*zoom:1;
}
#top_header {
    width: 100%;
    float: left;
    z-index: 999;
    height: auto;
}
.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.6);
}
/*头部联系方式*/

.header_title {
    height: 40px;
    width: 100%;
    background-color: #333
}
.header_titlebox {
    height: 40px;
    width: 1200px;
    margin: 0 auto;
    color: #dadada;
}
.header_titlebox .ddhh {
    float: right;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    display: block;
    width: 560px;
}
.header_titlebox .ddhh img {
    float: left;
    height: 20px;
    margin-top: 10px;
    margin-right: 20px;
}
.header_titlebox .ddhh .lianxi {
    float: left;
}
.header_titlebox .txt {
    display: inline;
    line-height: 40px;
    font-size: 14px;
    float: left;
}
/*头部联系方式结束*/





/*顶部导航*/

#head {
    background: url(../img/head_bj.jpg) repeat-x;
    height: 85px;
    width: 100%;
    box-shadow: 0 1px 3px #000;
}
.head {
    width: 1200px;
    margin: 0 auto;
    height: 85px;
    /**overflow: hidden;**/

    line-height: 85px;
    position: relative;
}
.logo {
    position: absolute;
    width: 180px;
    height: 82px;
    float: left;
    margin-top: 3px;
}
.nav_menu {
    float: right;
    height: 85px;
    width: 1000px;
}
.navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation li {
    float: left;
    position: relative;
    height: 85px;
}
.navigation li a {
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 85px;
    height: 85px;
    width: 110px;
    color: #FFF;
    transition: 0.5s;
}
.navigation li a:hover {
    background-color: #FB6000;
    color: #FFF;
}
.navigation .current {
    background-color: #FB6000;
    color: #FFF;
}
.navigation ul {
    position: absolute;
    display: none;
    background-color: #25252D;
    z-index: 999;
}
.navigation ul li {
    width: 110px;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 50px;
    border-bottom: dashed 1px #FB6000
}
.navigation ul li:last-child {
    border-bottom: none;
}
.navigation ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 110px;
    font-size: 12px;
}
.navigation ul a:hover {
    color: #FFF;
}
.nav {
    float: right;
    height: 100px;
}
.nav ul {
    float: left;
}
.nav ul li {
    float: left;
}
.nav ul li a {
    display: block;
    color: #FFF;
    font-size: 16px;
    white-space: nowrap;
    padding: 0 20px;
}
.nav ul li a:hover {
    color: #FFF;
    background-color: #FB6000;
    height: 100px;
}
.nav ul li .thisclass {
    color: #FFF;
    background-color: #FB6000;
    height: 100px;
}
/*顶部导航*/



#foot {
    width: 100%;
    margin: 0;
    background: url(../img/head_bj.jpg);
}
.foot_bq {
    font-size: 12px;
    font-style: normal;
    line-height: 22px;
    text-align: center;
    width: 1200px;
    color: #999;
    padding-bottom: 5px;
    padding-top: 20px;
    /*background: url(../img/wx_2wm.jpg) no-repeat right center;*/

    margin: 0 auto;
}
.foot_bq a:link {
    color: #999;
}
.foot_bq a:visited {
    color: #999;
}
/*--中间主要内容--*/

.main {
    width: 1200px;
    margin: 0 auto 50px;
    height: auto;
}
/*--中间主要内容结束--*/

.crumb {
    font-size: 14px;
    white-space: pre-wrap;
    padding-top: 20px;
    line-height: 20px;
    height: 20px;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.crumb img {
    float: left;
    margin-right: 5px;
}
/**子栏目**/

.son_menu {
    float: left;
    width: 1200px;
    height: auto;
    margin-bottom: 20px;
}
.son_menu ul {
    float: left;
    width: 1197px;
    border-right: solid 1px #ccc;
}
.son_menu ul li {
    display: block;
    float: left;
    height: auto;
}
.son_menu ul li a {
    color: #333;
    text-align: center;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 398px;
}
.son_menu ul li a:hover {
    color: #FB6000;
    border-bottom: 2px solid #FB6000;
    padding-bottom: 9px;
}
.son_menu ul li .thisclass {
    color: #FB6000;
    border-bottom: 2px solid #FB6000;
    padding-bottom: 9px;
}
/**子栏目**/

/*******************分页********************/

.page {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.page ul li {
    display: inline;
    font-size: 12px;
}
.page ul li .disabled {
    border: 1px solid #FB6000;
    color: #666666;
    margin-right: 4px;
    padding: 4px 7px;
}
.page .thisclass {
    background-color: #FB6000;
    border: 1px solid #E0E0E0;
    color: #FFF;
    margin-right: 5px;
    padding:2px 5px;
}
.page a {
    border: 1px solid #DDDDDD;
    color: #666666;
    margin-right: 5px;
    padding: 2px 5px;
}
.pageinfo {
    border: 1px solid #E0E0E0;
    color: #666666;
    margin-right: 4px;
    padding: 4px 7px;
}
.page select {
    border: 1px #E0E0E0 solid;
    height: 22px;
}
.page option {
    line-height: 18px;
    height: 18px;
    padding: 0 5px;
}
.page select:focus {
    border: 1px #FB6000 solid;
}
.page option:hover {
    background-color: #FB6000;
}

/*分页结束*/
