/*页面初始化    #########################################################################################*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea, th,td,menu,nav,img{
    margin: 0;
    padding: 0;
    font-family:"微软雅黑","Microsoft Yahei",arial,  helvetica, sans-serif;
}
html,body {
    height:100%;
    color: #333;
    -webkit-overflow-scrolling : touch;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
em{
    font-style: normal;
}
mark{
    background:none;
}
small {
    font-size: 12px;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    outline: none;
}
td {
    text-align: left;
}
.bg_white{
    background: #fff;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;
    cursor: pointer;
}
label, button {
    cursor: pointer;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
/*公用样式      #########################################################################################*/
.db{
    display: block;
}
.hide {
    display: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.mb10 {
    margin-bottom: 10px;
}
.vt{
    vertical-align: top;
}
.vm{
    vertical-align: middle;
}
.vb{
    vertical-align: sub
}
.pf{
    position: fixed;
}
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_align_items{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_space_around {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.flex_start{
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.flex_wrap{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex_space_between{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_last_end{
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}
.mr20{
    margin-right: 20px;
}
.ml20{
    margin-left: 20px;
}
.mt20{
    margin-top: 20px
}
.mb20{
    margin-bottom: 20px;
}
.wh{
    width: 100%;
}
.pr{
    position: relative
}
.tc{
    text-align: center;
}
.limit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.limit2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.limit3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.dib{
    display: inline-block
}
.red{
    color: #D00000
}
i{
    font-style: normal;
}
ins{
    color: #d22222;
    text-decoration: none;
}
.triangle{
    display: none
}
.triangle:before {
    content: '';
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 10px solid rgba(0, 8, 13, 0.8);
    position: absolute;
    top: -10px;
    right: 7px;
}




/* 头部样式*/
.logo{
    width: 137px;
    height: 50px;
}
.nav_bar{
    height: 64px;
    margin-top: 30px;
    line-height: 64px;
}
.nav_bar>div{
    height: 100%;
}
.nav_bar ul{
    /* width: 50%; */
}
.nav_bar ul li{
    margin-left: 55px;
}
.nav_bar ul li a{
    font-size: 16px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    vertical-align: bottom;
}
.nav_bar ul li:last-child:hover .select_content{
    display: inline-block;
}
.select_content{
    position: absolute;
    right: -103px;
    padding: 0 10px;
    background: #fff;
    width: 150px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
}
.select_content a{
    display: block;
    line-height: 42px;
}

#top{
    background-color: #3e3e3e;
    font-size: 12px;
    height: 30px;
    line-height: 30px;

    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}
#top a {
    display: inline-block;
    color: #fff;
    padding: 0 8px;
}
#top a:hover {
    color: #CCC;
    text-decoration: none;
    background-color: #6F6F6F;
}
.quick-menu {
    padding: 0 15px;
}
.quick-menu {
    float: left;
}
.quick-menu li {
    float: left;
}
.quick-menu a:hover {
    background: none;
}
.notice {
    float: right;
    padding-left: 24px;
    margin-right: 20px;
    color: #fff;
    background: url(/skin-2012/images/notice.png) no-repeat 0 3px;
}
.my-info {
    float: right;
    position: relative;
    z-index: 100;
}
.u-info {
    float: left;
}
.u-info img {
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.drop-icon {
    *float: left;
    *margin-top: 4px;
    padding-right: 16px;
    background: url(/skin-2012/images/arrow.png) no-repeat 5px 1px;
}
.login-info {
    float: right;
    margin-right: 15px;
}
.top-dropdown:hover .drop-icon {
    background-position: 5px -43px;
}
.top-dropdown-menu {
    position: absolute;
    right: 0;
    top: -9999px;
    width: 130px;
    padding: 9px 0;
    background: #111;
    z-index: 100;
    box-shadow: 2px 2px 3px #999;
}
#top .top-dropdown-menu a {
    font-size: 14px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #ccc;
    white-space: nowrap;
}
.top-dropdown-menu a:hover {
    color: #fff;
    text-decoration: none;
    background: #999;
}
.icons {
    display: inline-block;
}
#NITopAdLeft {
    float: left;
    height: 90px;
    overflow: hidden;
    width: 728px;
}
#NITopAdRight {
    float: right;
    height: 90px;
    overflow: hidden;
    width: 260px;
}
.quick-menu a:hover{
    background: #000000;
}
.d-corner {
    font: 8px/25px arial;
    color: #999;
    font-style: normal;
    float: right;
    margin-left: 2px;
    margin-top: 4px;
}
.up-arrow{
    display: none;
}
#website_ind_wrap:hover #website_nav{
    display: block;
}
#website_ind_wrap:hover .up-arrow{
    display: block;
}
#website_ind_wrap:hover .down-arrow{
    display: none;
}
#top #website_ind_wrap:hover{
    background: #d00 !important;
}
#top #website_nav:hover{
    background: #fff;
    color: #666 !important;
}
#top .wraplist_title:hover{
    background: #fff;
    color: #666 !important;
}
#top a:hover{
    background: #000;
    color: #fff;
}
#website_nav{
    display: none;
    position: absolute;
    top: 31;
    left: 15.5px;
    width: 966px;
    z-index: 999;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sub_dis_wrap{
    height: 180px;
    border-right: 1px solid #d9d9d9;
    text-align: left;
    margin: 10px 0;
    padding: 0 38px 10px;
    z-index: 1000;
    float: left;
}
.sub_dis_wrap .disList {
    list-style: none;
    display: block;
    margin-right: 10px;
    float: left;
}
.sub_dis_wrap .disList li {
    float: none;
    padding-left: 0;
    background: none;
    margin: 0 0 10px;
    padding-right: 0;
}
#top #website_nav a {
    color: #666666 !important;
}
#top #website_nav a:hover{
    background: #fff;
}
.sub_dis_wrap .disTitle a {
    font-size: 14px;
    font-family: "Microsoft YaHei","微软雅黑";
    font-weight: bold;
    color: #444444;
    height: 40px;
    line-height: 40px;
}
/* 头部样式*/




/* 分页 */
.pagination {
    text-align: center;
    width: 1200px;
    min-width: 1200px;
    margin: 50px auto 20px auto;
}
.pagination span {
    border: 1px solid #e4e4e4;
    height: 25px;
    display: inline-block;
    line-height: 22px;
    margin-right: 2px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.pagination span a {
    color: #333333;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
    height: 100%;
}
.page-selected {
    background-color: rgba(208, 0, 0, 1);
    color: #FFFFFF !important;
}
.pagination span:hover {
    border: 1px solid #d22222;
}
.pagination span a:hover {
    color: #d22222;
}
@media screen and (max-width: 800px) {
    .pagination{
        width: 100%;
        min-width: 100%;
    }
}
/* 分页 */



/* footer ------------*/
.footer {
    font: 12px/30px "微软雅黑";
    color: #fff;
    width: 100%;
    padding: 20px 0;
    background: #333;
    border-top: 2px solid #eee;
    text-align: center;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.contact {
    width: 100%;
    padding: 8px 0;
    color: #fff;
    background: #a0a0a0;
    text-align: center;
}
/* footer ------------*/


/* 顶部原厂入驻链接 */
#top .origin-item {
    float: right;
    margin-right: 20px;
}
#top .origin-item:hover {
    background-color: transparent;
}
#top .origin-item .hot {
    position: relative;
    margin: -15px 0 0 10px;
    padding: 1px 2px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #d00000;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
}
#top .origin-item .hot:before {
    position: absolute;
    left: -4px;
    top: 3px;
    content: "";
    width: 0;
    height: 0;
    line-height: 1;
    background-color: #d00000;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: #3e3e3e #d00000 #3e3e3e #3e3e3e;
}
/* 顶部原厂入驻链接 end */