﻿.fl {
    float: left;
}

.fr {
    float: right;
}
/*公共样式*/
/*.topContent, .content_con01_news, .biaoti_Sy, .tablebox, .zbbase, .container, .content_con {
    width: 1400px;
    margin: 0px auto;
}*/
.layout_top, .header, .nav, .content, .footer {
    width: 100%;
    margin: 0px auto;
}

/*顶部*/
.layout_top {
    height: 40px;
    line-height: 40px;
    background-color: #222222;
}

.topContent {
    width: 1400px;
    margin: 0px auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
}

.topContent .top_title2 a {
    color: #ffffff;
    display: inline-block;
    height: 40px;
}

.topContent .top_title2 a:hover {
    color: #ff3329;
}

.topContent .top_title2 a.top_title2_a {
    padding-left: 26px;
    background: url(/IMG/user_ico_03.png ) no-repeat 3px 11px;
}
/*头部*/
.header {
   
    height: 144px;
    line-height: 144px;
    z-index: 10001;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    background-color: #f8f8f8;
    border-bottom: 1px solid #dddddd;
}
.headerContent {
    width: 1400px;
    margin: 0px auto;
    overflow: hidden;
    background: url(/IMG/headerbg.png ) no-repeat;
    position: relative;
}
/*logo*/
.header .headerContent_logo {
    width: 610px;
    height: 144px;
    background: url(../IMG/logo_03.png ) no-repeat center center;
}

.header .headerContent_nav {
    margin-left: 74px;
    margin-top: 46px;
    width: auto;
}
/*导航*/
.headerContent_nav ul {
    overflow: hidden;
    position: relative;
}

.headerContent_nav ul li {
    float: left;
    margin-right: 73px;
    font-size: 18px;
    line-height: 58px;
    height: 47px;
}

.headerContent_nav ul li:nth-of-type(6) {
    margin-right: 0px;
}

.headerContent_nav ul li a {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
} 

/*搜索框*/
.header .headerContent_search {
    margin-top: 60px;
    width: 407px;
    height: 42px;
    position: relative;
    background-color: #ffffff;
    margin-right: 110px;
}

.datas_search_text {
    width:377px;
    height: 42px;
    line-height: 36px;
    padding: 0px 15px;
    font-size: 14px;
    color: #a0a0a0;
    background: none;
    font-family: '微软雅黑';
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.datas_search_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    width: 80px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    background-color: #005389;
    color: #ffffff;
    font-size: 18px;
}

input, textarea, button, select, option {
    font-family: Microsoft Yahei UI,Microsoft Yahei, Arial;
}

a, input, select:focus, option {
    outline: none !important;
}
/*底部版权*/
.footer {
    background-color: #1d1d1d;
}

.footer .container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.space {
    padding-bottom: 10px;
    padding-top: 30px;
}

.col-xs-2 {
    width: 312px;
    float: left;
    line-height: 36px;
}

.footer .container p {
    color: #999999;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
/*分页*/
.tcdPageCode {
    text-align: center;
    color: #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tcdPageCode a {
    display: inline-block;
    color: #333;
    width: 64px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    border-radius: 2px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}

.tcdPageCode a:hover {
    background-color: #e3e3e3 !important;
}

.tcdPageCode span.current {
    display: inline-block;
    width: 64px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    border-radius: 2px;
    vertical-align: middle;
    background: #1182c9;
    border-color: #1182c9;
    color: #fff;
}

.tcdPageCode span.disabled {
    display: inline-block;
    width: 64px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    border: 1px solid #ededed;
    color: #bcbcbc;
    background-color: #e3e3e3 !important;
    border-radius: 2px;
    vertical-align: middle;
}
