﻿@charset "UTF-8";

/* CSS Document */

.top {
    width: 1000px;
    margin: 0 auto;
}

.banner {
    height: 262px;
}

.content {
    width: 960px;
    background: #fff;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 20px;
    margin: 0 auto;
}

.col_1_l,
.col_2_l,
.col_3_l,
.col_1_r,
.col_2_r,
.col_3_r {
    width: 468px;
}

.news_pic_box {
    height: 292px;
}

.news_tit {
    height: 40px;
    border-bottom: 1px solid #f6f5f5;
    overflow: hidden;
}

.news_tab {
    margin-left: 20px;
    position: relative;
    bottom: 2px;
}

.news_tab a:link,
.news_tab a:visited {
    display: block;
    padding: 0 10px;
    margin: 0 10px;
    font-size: 18px;
    text-decoration: none;
    float: left;
    line-height: 36px;
    padding-bottom: 4px;
}

.news_tab a:hover,
.news_tab a.curr {
    border-bottom: 2px solid #00acee;
    font-weight: bold;
    color: #00acee;
}

.more {
    float: right;
}

.more a,
.more a:hover {
    color: #999;
    line-height: 36px;
}

.topnews h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 16px 0 10px 0;
    text-align: center;
}

.topnews p {
    color: #666;
    line-height: 28px;
    border-bottom: 1px dotted #e8e8e8;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.topnews p a {
    color: #ff7800;
}

.xx_btn {
    padding-top: 8px;
}

.xx_btn a {
    background: #f3f3f3;
    display: inline-block;
    width: 110px;
    height: 72px;
    padding-top: 16px;
    margin-left: 5px;
    text-decoration: none;
    text-align: center;
}

.xx_btn a:hover {
    background-color: #c6efff;
}

.xx_btn em {
    display: block;
    margin: 0 auto;
    width: 38px;
    height: 34px;
    background-image: url(2017fz_rf_icon1.png);
    background-repeat: no-repeat;
    margin-bottom: 6px;
}

.xb_icon1 {
    background-position: 4px 0;
}

.xb_icon2 {
    background-position: -116px 0;
}

.xb_icon3 {
    background-position: -234px 0;
}

.xb_icon4 {
    background-position: -354px 0;
}

.xx_btn a:first-child {
    margin-left: 0;
}

.box_tit {
    height: 40px;
    border-bottom: 1px solid #f6f5f5;
    overflow: hidden;
}

.box_tit h4 {
    border-bottom: 2px solid #00acee;
    font-weight: bold;
    color: #00acee;
    padding: 6px 8px 10px 8px;
    float: left;
    font-size: 18px;
    position: relative;
}

.box_cont {
    padding-top: 10px;
}

.voide_list {
    padding-top: 6px;
}

.voide_list li {
    width: 230px;
    float: left;
    margin-left: 13px;
    position: relative;
    height: 177px;
}

.voide_list li:first-child {
    margin-left: 0;
}

.voide_list li span {
    position: absolute;
    width: 230px;
    left: 0;
    bottom: 0px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    background-color: rgba(0, 0, 0, 0.5);
}

.voide_list li a {
    color: #fff;
}


/*概览*/

.d_cont {
    height: auto;
    min-height: 600px;
}

.gl_left {
    width: 220px;
    float: left;
    background: #FFF;
}

.gl_right {
    width: 680px;
    float: right;
    background: #FFF;
    padding: 0 20px;
    border: 1px solid #e2e2e2;
    border-top: 2px solid #00acee;
}

.gl_left_tit {
    height: 50px;
    background: #00acee;
}

.gl_left_tit h4 {
    color: #fff;
    padding: 17px 0 0 14px;
}

.gl_left_tit h4 span {
    color: #fff;
    display: block;
    border-left: 5px solid #fff;
    height: 16px;
    line-height: 16px;
    font-weight: bold;
    padding-left: 14px;
    font-size: 16px;
}

.gl_left_nr {
    border: 1px solid #e2e2e2;
    border-top: none;
}

.gl_left_nr ul li {
    font-size: 15px;
}

.gl_left_nr ul li a em {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    display: block;
}

.gl_left_nr ul li a {
    height: 50px;
    display: block;
    padding-left: 30px;
    padding-right: 24px;
    line-height: 50px;
    color: #000;
    text-decoration: none;
}

.gl_left_nr ul li a:hover,
.gl_left_nr ul li.gl_curr a {
    color: #00acee;
    background: #f7f7f7;
}

.gl_left_nr ul li a:hover span,
.gl_left_nr ul li.gl_curr span {
    color: #00acee;
}

.gl_left_nr ul li a span {
    font-size: 20px;
    color: #999;
    float: right;
    line-height: 50px;
}

.gl_r_tit {
    height: 50px;
    border-bottom: 1px solid #cccccc;
}

.gl_r_tit span {
    float: right;
    line-height: 30px;
    font-size: 12px;
}

.gl_r_tit span a {
    color: #999;
}

.gl_r_tit h4 {
    line-height: 50px;
    font-size: 18px;
    color: #00acee;
    font-weight: bold;
}

.gl_lb {
    padding: 12px 0px;
    border-bottom: 1px dashed #d1d1d1;
}

.fgl_lb {
    padding: 12px 0px;
}


/*----------细缆-------------*/

.loca {
    color: #888;
    margin-bottom: 14px;
}

.loca a {
    color: #888;
    display: inline-block;
    margin: 0 5px;
}

.loca a:last-child,
.loca a.curr {
    color: #00acee;
}

.xl_main {
    padding: 0px 20px;
    border-top: 1px solid #e8e8e8;
}

.n-tit {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.n-tit h3 {
    font-size: 22px;
    font-weight: bold;
    padding-top: 45px;
    text-align: center;
    line-height: 36px;
}

.n-tit h4 {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    padding-top: 5px;
    text-align: center;
    line-height: 25px;
}

.n-tit p {
    color: #6e6e6e;
    font-size: 12px;
    font-weight: normal;
    padding-top: 24px;
    text-align: center;
}

.n-tit p a {
    color: #6e6e6e;
    font-size: 12px;
    font-weight: normal;
    padding-top: 24px;
    text-align: center;
}

.n-tit p a:hover,
.n-tit h5 a.dz_curr {
    color: #f26522;
}

.box1 {
    margin-top: 20px;
    padding: 0px 36px 18px 36px;
    font-size: 16px;
    color: #000000;
}

.box1 p {
    font-size: 16px;
    line-height: 32px;
}

.xl_btn_box {
    margin-top: 35px;
}

.xl_btn_icon {
    width: 250px;
    float: left;
    height: 16px;
}

.xl_btn_icon span {
    line-height: 16px;
}

.xl_btn_btn {
    width: 250px;
    margin: 0 auto;
}

.btn_iconp {
    width: 42px;
    height: 16px;
    background: url(2016xyty_XL_icon7.jpg) left center no-repeat;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.xl_btn {}

.xl_btn a {
    display: inline-block;
    background: url(2017fz_rf_XL_btn.jpg) left top no-repeat;
    width: 60px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    margin: 0 10px;
}

.fjxz_tit {
    height: 40px;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 30px;
}

.fjxz_tit h4 {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.xl_list ul li {
    line-height: 32px;
    background: url(201710_qslt_index_09.jpg) left center no-repeat;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xl_list ul li span {
    float: right;
    color: #999;
}

.xglj_tit {
    height: 40px;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 10px;
}

.xglj_tit h4 {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.xl_all {
    background: #FFF;
}