/**********************************************************************************************/
.wrap, .full-wrap {
    margin: 0 auto;
}
/**,
::before,
::after {
  box-sizing: border-box;
}*/
body {
    min-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-family: "Microsoft YaHei", "SimSun", "Arial Narrow";
    color: #117bdf;
    background-color: #fff;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0;
}
a {
    text-decoration: none;
    color: #117bdf;
}
a:hover {
    color: #333;
    text-decoration: underline;
}
input {
    all: unset;
    padding: 0;
    background: none;
    border: none;
}
input:focus {
    outline: none;
}
.of-hide,
.wrap
 {
    overflow: hidden;
}
.hidden {
    display: none;
}
.of-visi {
    overflow: visible;
}
.posi-rela {
    position: relative;
}
.clr-flt {
    zoom: 1;
}
.clr-flt::after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.flt-l {
    float: left;
}
.flt-r {
    float: right;
}
.clr-mar {
    margin: 0 !important;
}
.clr-mar-t {
    margin-top: 0 !important;
}
.clr-mar-r {
    margin-right: 0 !important;
}
.clr-mar-b {
    margin-bottom: 0 !important;
}
.clr-mar-l {
    margin-left: 0 !important;
}
.clr-both {
    clear: both;
}
.clr-pad {
    padding: 0 !important;
}
.clr-pad-t {
    padding-top: 0 !important;
}
.clr-pad-r {
    padding-right: 0 !important;
}
.clr-pad-b {
    padding-bottom: 0 !important;
}
.clr-pad-l {
    padding-left: 0 !important;
}
.text-center {
    text-align: center;
}
.font-text-clr {
    font-size: 0;
}
.wrap {
    width: 1166px;
}
.full-wrap {
    width: 1200px;
}
.x-pad-17-bg {
    padding: 17px;
    background-color: #fff;
}
.x-l-r-pad {
    padding: 0 17px;
}
.x-pad-17 {
    padding: 17px;
}
.bgc-n {
    background: none;
}
/***********************************************************/
/* site-top */
.ipv6{
    font-size: 14px;
    color: #fff;
}
.site-top-wrap {
    background-color: #397adc;
    height: 48px;
}
.site-nav-ul {
    vertical-align: middle;
    font-size: 0;
    /* overflow: hidden; */
}
.site-list-li {
    float: left;
    vertical-align: middle;
    padding-top: 14px;
}
.site-list-li + .site-list-li {
    margin-left: 10px;
}
.site-list-li a {
    font-size: 14px;
    color: #fff;
}
.site-list-li a[class^="icon"] {
    display: block;
    font-size: 14px;
    color: #117bdf;
    text-indent: -9999px;
    background: url("../images_flie/sprite.png") no-repeat;
}
.site-list-li a.icon-weibo {
    width: 28px;
    height: 22px;
    background-position: -30px -30px;
}
.site-list-li a.icon-weixin {
    width: 27px;
    height: 21px;
    background-position: -30px -82px;
}
.site-list-li a.icon-phone {
    width: 11px;
    height: 21px;
    background-position: -30px -133px;
}
.site-list-li a.icon-email {
    width: 21px;
    height: 15px;
    background-position: -30px -184px;
}
.ipv6 {
    padding: 4px 12px;
    background-color: #035ad1;
    border-radius: 15px;
}
.line,
.line + .line {
    position: relative;
    margin-right: 12px;
}
.line:after,
.line + .line:after {
    content: "|";
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 14px;
    right: -13px;
}
/* banner */
.banner-top-wrap {
    background: url("../images_flie/banner_bg.jpg") center top no-repeat ;
    background-size: cover;
    padding-top:30px;
    height: 120px;
}
.logo-x-h1 {
    float: left;
    font-size: 0;
}
.logo-x-h1 .home-link-a {
    display: block;
    font-size: 0;
    color: #117bdf;
    overflow: hidden;
}
.data-search-x {
    margin-top: 21px;
}
.data-search-form {
    display: inline-block;
    padding: 6px 17px;
    background-color: #ffffff;
    border-radius: 16px;
    border: solid 1px #397adc;
    font-size: 0;
    vertical-align: middle;
}
.data-search-form .data-site-search-txt {
    font-size: 14px;
    vertical-align: middle;
}
.data-search-form .data-search {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url("../images_flie/sprite.png") no-repeat -30px -229px;
    cursor: pointer;
    font-size: 0;
}
.data-level-search {
    margin-left: 5px;
    font-size: 14px;
    color: #014eac;
    vertical-align: middle;
    cursor: pointer;
}
/* nav-menu */
.nav-menu-wrap {
    position: relative;
    z-index: 100;
    background: url("../images_flie/cover_bg.png") no-repeat center top;
}
.nav-menu-ul {
    display: inline-block;
}
.nav-menu-ul .nav-menu-list {
    float: left;
    height: 46px;
    position: relative;
    z-index: 100;
    padding: 0 22px 0 50px;
    background: url("../images_flie/sprite.png") no-repeat;
}
.nav-menu-ul .nav-menu-list.icon-home {
    background-position: -11px -263px;
}
.nav-menu-ul .nav-menu-list.icon-about {
    background-position: -24px -314px;
}
.nav-menu-ul .nav-menu-list.icon-rele {
    background-position: -10px -365px;
}
.nav-menu-ul .nav-menu-list.icon-build {
    background-position: -11px -417px;
}
.nav-menu-ul .nav-menu-list.icon-regul {
    background-position: -13px -471px;
}
.nav-menu-ul .nav-menu-list.icon-team {
    background-position: -8px -523px;
}
.nav-menu-ul .nav-menu-list.icon-comm {
    background-position: -15px -576px;
}
.nav-menu-ul .nav-menu-list.icon-activity {
    background-position: -8px -625px;
}
.nav-menu-ul .nav-menu-list:hover {
    background-color: #0150be;
    background-color: rgba(1, 80, 190, 0.9);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.nav-menu-ul .nav-menu-list:hover .sub-nav-menu-nav {
    display: block;
}
.nav-menu-ul .nav-menu-list a {
    font-weight: 600;
    font-size: 20px;
    line-height: 46px;
    color: #fff;
}
.sub-nav-menu-nav {
    display: none;
    background-color: #0150be;
    background-color: rgba(1, 80, 190, 0.9);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.sub-nav-menu-nav .sub-nav-menu-list a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #8cd9fd;
    position: relative;
}
.sub-nav-menu-nav .sub-nav-menu-list a:hover {
    text-decoration: none;
    color: #fff;
    background: url("../images_flie/sprite.png") no-repeat -24px -2176px;
}
.sub-nav-menu-nav .sub-nav-menu-list.mar-b {
    margin-bottom: 10px;
}
/*********************other change****************************/
.hlw-alert {
    width: 254px;
    height: 172px;
    position: fixed;
    bottom: 176px;
    left: 0;
    z-index: 9998;
}
.gg-alert {
    z-index: 9997;
}
.hlw-close {
    display: none;
    cursor: pointer;
    background: #e60012;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 5px;
}
.layui-layer {
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.layui-layer-dialog {
    min-width: 260px;
}
.layui-layer-shade {
    z-index: 19814;
    background-color: black;
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
}
.layui-layer-shade > div {
    margin-top: 30px;
    font-size: 16px;
}
.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}
.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    font-size: 14px;
    overflow: auto;
}
.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
    font-size: 0;
    line-height: initial;
}
.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
}
.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}
.layui-layer-setwin .layui-layer-close2 {
    cursor: pointer;
    position: absolute;
    right: -28px;
    top: -28px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
    *right: -18px;
    _display: none;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}

.layui-layer-btn a {
    height: 28px;
    line-height: 28px;
    margin: 0 6px;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
/********************************************************/
body {
    background: url("../images_flie/footer_bg.png") no-repeat center bottom;
}
.main {
    background: url("../images_flie/cover_bg.png") no-repeat center -46px;
}
.headline-x {
    margin-bottom: 20px;
    text-align: center;
}
.headline-x h2 a {
    font-weight: 600;
    font-size: 38px;
    color: #117bdf;
}
.headline-x h4 {
    font-weight: 500;
    font-size: 16px;
    color: #505050;
    margin: 5px 0;
}
.headline-x h4 a {
    color: unset;
    margin: 0 4px;
}
/* flexslider */
/*****************************************************/
.flexslider{
    height: 463px;
    overflow: hidden;
}
.flexslider img {
    display: block;
}
.flexslider, .flexslider .slides li {
    z-index: 99;
    position: relative;
}
.flexslider li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    color: #fff;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    position: absolute;
    text-indent: 2em;
    bottom: 0;
    left: 0;
}
.flex-control-nav {
    position: absolute;
    right: 5px;
    bottom: 10px;
}
.flex-control-nav li {
    margin-right: 5px;
    float: left;
    zoom: 1;
}
.flex-control-paging li a {
    background: #dcdcdc;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    float: left;
    width: 10px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
.flex-control-paging li a.flex-active {
    background: #117bdf;
}
.flex-direction-nav a {
    cursor: pointer;
    width: 40px;
    height: 68px;
    position: absolute;
    top: 50%;
    line-height: 0;
    font-size: 0;
    margin-top: -34px;
}
.flex-direction-nav .flex-prev {
    background: url("../images_flie/icon_focus_btn.png") 0 0 no-repeat;
    left: 0;
}
.flex-direction-nav .flex-next {
    background: url("../images_flie/icon_focus_btn.png") -50px 0 no-repeat;
    right: 0;
}
/**********************************************************/
.module-1 {
    margin-top: 50px;
}
/* news-tab-slider */
.news-slider.news-tab-slider-x {
    box-sizing: content-box;
    width: 790px;
    padding-right: 28px;
    border-right: 1px dashed #ccc;
}
.news-tab-slider-nav-li {
    float: left;
    width: 150px;
    height: 74px;
    background: url("../images_flie/sprite.png") no-repeat -30px -936px;
}
.news-tab-slider-nav-li + .news-tab-slider-nav-li {
    margin-left: 10px;
}
.news-tab-slider-nav-li.active {
    background-position: -30px -832px;
}
.news-tab-slider-nav-li a {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 74px;
    color: #fff;
}
.news-tab-slider-con-wrap {
    margin-top: 25px;
    height: 240px;
    _height: 248px;
    *height: 248px;
}
.news-tab-slider-con-ul {
    display: none;
}
.news-tab-slider-con-ul.active {
    display: block;
}
.news-tab-slider-con-li {
    padding-left: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url("../images_flie/sprite.png") no-repeat -28px -1021px;
}
.news-tab-slider-con-li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color: #333;
    float: left;
    width: 680px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-tab-slider-con-li span {
    float: right;
    padding-left: 10px;
    font-size: 14px;
    line-height: 40px;
    color: #373737;
}
/* website-query */
.website-query-x {
    width: 279px;
    height: 299px;
    padding: 10px 18px;
    background: url("../images_flie/website_query_bg.png") no-repeat center;
}
.website-query-x-title {
    padding-left: 35px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5em;
    color: #2d7bf6;
    background: url("../images_flie/sprite.png") no-repeat -30px -1070px;
}
.website-search-form {
    margin-top: 8px;
}
.website-site-search-txt {
    display: block;
    width: 257px;
    padding: 3px 10px;
    font-size: 16px;
    color: #8a8a8a;
    border: 1px solid #117bdf;
}
.website-level-search-form {
    margin-top: 30px;
}
.website-date-txt {
    width: 112px;
    height: 30px;
    padding-left: 14px;
    border: 1px solid #117bdf;
}
.website-search {
    margin-top: 8px;
    width: 279px;
    font-size: 16px;
    line-height: 2em;
    color: #fff;
    text-align: center;
    background-color: #2d7bf6;
    border-radius: 3px;
    cursor: pointer;
}
/* server */
.server-warp {
    margin-top: 10px;
    padding-top: 68px;
    padding-bottom: 23px;
    background: url("../images_flie/server_wrap_bg.png") no-repeat center;
}
/* build-tab-slider-x */
.build-tab-slider-nav-ul {
    position: relative;
    z-index: 8;
}
.build-tab-slider-nav-li {
    width: 178px;
    height: 57px;
    background: url("../images_flie/sprite.png") no-repeat;
}
.build-tab-slider-nav-li + .build-tab-slider-nav-li {
    margin-top: 5px;
}
.build-tab-slider-nav-li.active a {
    font-weight: 500;
    color: #fff;
}
.build-tab-slider-nav-li.icon-facility {
    background-position: -30px -1130px;
}
.build-tab-slider-nav-li.icon-facility.active {
    background-position: -30px -1570px;
}
.build-tab-slider-nav-li.icon-teamwork {
    background-position: -30px -1218px;
}
.build-tab-slider-nav-li.icon-teamwork.active {
    background-position: -30px -1658px;
}
.build-tab-slider-nav-li.icon-server {
    background-position: -30px -1306px;
}
.build-tab-slider-nav-li.icon-server.active {
    background-position: -30px -1746px;
}
.build-tab-slider-nav-li.icon-shared {
    background-position: -30px -1394px;
}
.build-tab-slider-nav-li.icon-shared.active {
    background-position: -30px -1834px;
}
.build-tab-slider-nav-li.icon-comm {
    background-position: -30px -1482px;
}
.build-tab-slider-nav-li.icon-comm.active {
    background-position: -30px -1922px;
}
.build-tab-slider-nav-li a {
    display: block;
    font-size: 20px;
    line-height: 55px;
    color: #174395;
    padding-left: 63px;
}
.build-tab-slider-con-wrap {
    background-color: #fff;
    position: relative;
    left: -6px;
    z-index: 7;
    width: 532px;
    height: 281px;
    padding: 12px 42px 11px 42px;
    _height: 295px;
    *height: 295px;
}
.build-tab-slider-con-x {
    display: none;
}
.build-tab-slider-con-x.active {
    display: block;
}
.build-con-img-wrap{
    width: 550px;
    overflow: hidden;
    margin-bottom: 10px;
}
.build-con-img-wrap a {
    overflow: hidden;
    float: left;
    margin-right: 15px;
    height: 146px;
}
build-con-img-wrap img{
    display: block;
}
.build-tab-slider-con-ul {
    height: 120px;
}
.build-tab-slider-con-li {
    padding-left: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url("../images_flie/sprite.png") no-repeat -28px -1020px;
}
.build-tab-slider-con-li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #333;
}
.build-tab-slider-con-li span {
    float: right;
    padding-left: 10px;
    font-size: 14px;
    line-height: 40px;
    color: #373737;
}
/* comm */
.comm-entra-x {
    width: 285px;
    height: 271px;
    padding-top: 12px;
    padding-right: 14px;
    padding-bottom: 20px;
    padding-left: 14px;
    background: url("../images_flie/comm_x_bg.png") no-repeat;
}
.rela-video-x {
    height: 161px;
}
.rela-video-x a {
    display: block;
    position: relative;
    font-size: 0;
}
.rela-video-x a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-indent: 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.entra-x-ul {
    padding-top: 13px;
    padding-right: 39px;
    padding-left: 39px;
}
.entra-x-ul .entra-x-li {
    float: left;
    padding-top: 78px;
    width: 72px;
}
.entra-x-ul .entra-x-li a {
    font-weight: 500;
    font-size: 18px;
    color: #373c41;
}
.entra-x-ul .entra-x-li.icon-boss-mail {
    background: url("../images_flie/comm_icon_mail.png") no-repeat center top;
}
.entra-x-ul .entra-x-li.icon-invest {
    float: right;
    background: url("../images_flie/comm_icon-invest.png") no-repeat center top;
}
/* topic */
.topic-x {
    margin-top: 22px;
    background: url("../images_flie/topic_bar_bg.png") no-repeat center top;
}
.topic-title-x {
    text-align: center;
}
.topic-title-x h4 {
    font-size: 20px;
    color: #117bdf;
}
.topic-title-x a {
    color: #117bdf;
}
/* topic auto slider*/
/**************************************************/
.sub-list-wrap {
    margin-top: 15px;
    margin-bottom: 38px;
    height: 77px;
    overflow: hidden;
}
.scrolllist {
    position: relative;
}
.scrolllist ul {
    position: absolute;
    left: 0;
}
.site-sub-list {
    width: 1186px;
    overflow: hidden;
    margin-bottom: 38px;
}
.site-sub-list li {
    float: left;
    width: 376px;
    height: 77px;
    margin-right: 18px;
}
/***************************************************/
/* links */
.links-x {
    padding-top: 21px;
    background: url("../images_flie/links_bar_bg.png") no-repeat center top;
}
/****************************************/
.link-site-wrap {
    margin-top: 25px;
}
.link {
    border-top: 8px solid #0077d1;
    margin-top: 35px;
    padding: 0 0 35px;
}
.link-detail {
    border-bottom: 1px solid #bababa;
    height: 220px;
    margin-bottom: 10px;
    padding: 20px 0;
}
.link-tab {
    position: relative;
}
.tab-link-con {
    background: #eee;
    height: 250px;
    padding-top: 20px;
}
.tab-link-nav {
    display: inline-block;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -30px;
}
.tab-link-nav li {
    float: left;
    line-height: 30px;
    padding: 0 10px 5px 10px;
}
.tab-link-nav li.cur {
    background: #eee;
}
.tab-link-nav span {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.tab-link-nav a {
    color: #5a5b5b;
    text-decoration: none;
    padding-right: 5px;
}
.link-sort {
    color: #4a4a4a;
    float: left;
    line-height: 22px;
    padding-left: 4%;
    width: 10%;
}
.link-sort p {
    font-weight: bold;
}
.link-sort a {
    color: #5a5b5b;
}
#tabLinkCon ul {
    width: 95%;
    height: 220px;
    margin: auto;
    overflow-y: auto;
    clear: both;
}
#tabLinkCon ul li {
    width: 19%;
    padding-right: 1%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    float: left;
}
#tabLinkCon .gx_area p {
    font-weight: bold;
    clear: both;
}
.zhiNengShenPi li {
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    margin-right: 6px;
    width: auto;
}
.link-site {
    margin-bottom: 27px;
    overflow: hidden;
}
.link-site a {
    color: #434242;
}
.title-site-link {
    background-position: 6px -1829px;
}
.tab-link-nav-site {
    overflow: hidden;
}
.tab-link-nav-site li {
    background-color: #117bdf;
    cursor: pointer;
    color: #fff;
    width: 161px;
    height: 30px;
    line-height: 30px;
    float: left;
    padding-left: 50px;
}
.tab-link-nav-site li + li {
    margin-left: 27px;
}
.tab-link-nav-site li.cur, .link-site-gird6 .tab-link-nav-site li.cur {
    background: #eee;
    color: #117bdf !important;
    font-weight: bold;
    font-size: 14px;
}
.tab-link-nav-site li.last, .link-site-gird6 .tab-link-nav-site li.last {
    margin-right: 0;
}
.link-site-gird6 .tab-link-nav-site li a, .tab-link-nav-site li a {
    color: #fff;
}
.link-site-gird6 .tab-link-nav-site li {
    background-color: #117bdf;
    width: 131px;
    margin-right: 15px;
    padding-left: 42px;
}
.link-site-gird6 .tab-link-nav-site li.last {
    width: 134px;
}
.link-list p {
    font-weight: bold;
    line-height: 40px;
    clear: both;
}
.link-list a:hover {
    color: #117bdf;
}
/**********************************************************/
/*********************************************************/
/* More Public*/
.more-body.banner-bg {
    background: url("../images_flie/cover_bg.png") no-repeat center -46px;
}
.cover-bg {
    height: 360px;
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 0;
    text-align: center;
}
.bread-crumbs-x {
    font-weight: 500;
    font-size: 18px;
    color: #333;
}
.bread-crumbs-x a {
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.current-section-x {
    margin-bottom: 25px;
}
.current-section-x h2 {
    padding-left: 35px;
    height: 66px;
    background: url("../images_flie/more_section_bar_bg.png") no-repeat center;
    font-size: 20px;
    font-weight: bold;
    line-height: 66px;
    color: #fff;
}
.current-section-x h2 a {
    font-size: 20px;
    line-height: 66px;
    color: #fff;
}
.section-nav-li {
    /*position: relative;*/
    width: 193px;
    height: 55px;
    background: url("../images_flie/sprite.png") no-repeat -30px -2282px;
	padding-left:15px;
	font-size: 20px;
    line-height: 55px;
    color: #117bdf;
}
.section-nav-li:hover, .section-nav-li.active {
    background-position: -30px -2370px;
	font-weight: 600;
    color: #fff;
}
.section-nav-li:hover a, .section-nav-li.active a {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.section-nav-li:hover img.active, .section-nav-li.active img.active {
    display: inline;
}
.section-nav-li:hover img.default, .section-nav-li.active img.default {
    display: none;
}
.section-nav-li + .section-nav-li {
    margin-top: 10px;
}
.section-nav-li img {
    /*position: absolute;
    top: 5px;
    left: 15px;*/
	vertical-align:middle;
}
.section-nav-li img.active {
    display: none;
}
.section-nav-li a {
    /*display: block;
    text-indent: 3em;
	*/
    font-size: 20px;
    line-height: 55px;
    color: #117bdf;
}
/******/
/* More Section list */
.section-con-x {
    width: 950px;
}
.article-row-ul .article-row-li {
    line-height: 34px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url("../images_flie/sprite.png") no-repeat -30px -2460px;
}
.article-row-ul .article-row-li span {
    float: right;
    font-size: 16px;
    color: #7b7b7b;
    padding-left: 20px;
}
.article-row-ul .article-row-li a {
    font-size: 16px;
    color: #434242;
}
/* More page */
/*page*/
.pagination-x {
    height: 40px;
    text-align: center;
    clear: both;
    position: relative;
    left: 50%;
    float: left;
    padding: 35px 0;
}
.pagination-x a, .pagination-x span, .pagination-x em {
    border-right: 1px solid #fff;
    font: normal 14px/40px "Microsoft YaHei";
    height: 40px;
    padding: 0 15px;
    display: block;
    float: left;
    position: relative;
    left: -50%;
}
.pagination-x a {
    background: #f2f2f2;
    color: #898989;
}
.pagination-x .here {
    background: #3a7adc;
    color: #fff;
}
.more-page a.color {
    color: #3a7adc;
}
/*********/
/** More details list**/
.article-details-li + .article-details-li {
    margin-top: 40px;
}
.article-img-x a {
    display: block;
    font-size: 0;
}
.article-img-x img{
    margin-right: 20px;
}
.article-details-x {
    width: 600px;
}
.article-details-x .article-title-x {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-details-x .article-title-x a {
    font-size: 18px;
    line-height: 1em;
    color: #123470;
}
.article-details-x .article-about-x {
    font-size: 14px;
    line-height: 3em;
    color: #5b5b5b;
}
.article-details-x .article-summary {
    font-size: 16px;
    line-height: 28px;
    color: #343434;
    /*height: 84px;*/
    overflow: hidden;
}
/*********/
/** More video list**/
.article-video-li {
    float: left;
    width: 226px;
    margin-right: 15px;
    margin-bottom: 25px;
}
.article-video-li .article-video-img-x {
    display: block;
    position: relative;
    font-size: 0;
}
.article-video-li .article-video-img-x .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    background-image: url("../images_flie/sprite.png");
    background-repeat: no-repeat;
    background-position: 55px -2490px;
}
.article-video-li .article-video-img-x:hover .video-mask, .article-video-li .article-video-img-x.active .video-mask {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    background-position: 55px -2644px;
}
.article-video-li .article-video-title {
    margin-top: 5px;
    padding-left: 20px;
    height: 48px;
    overflow: hidden;
    background: url("../images_flie/sprite.png") no-repeat -28px -2832px;
}
.article-video-li .article-video-title a {
    font-size: 16px;
    line-height: 24px;
    color: #434242;
}
.article-video-li .article-video-title a:hover, .article-video-li .article-video-title a.active {
    color: #117bdf;
}
/*********/
/** More Activity list**/
.toggle-slider-wrap {
    margin: 0 50px;
    position: relative;
}
.activity-con-x {
    width: 400%;
}
.article-item-ul {
    display: none;
    width: 1066px;
    height: 444px;
}
.article-item-ul.active {
    display: block;
}
.article-item-li {
   float: left;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 35px;
    width: 323px;
}
.article-item-li.mar-l {
    margin-left: 10px;
}
.article-item-li .activity-item-img-x {
    margin-bottom: 5px;
}
.article-item-li .activity-item-img-x a {
    display: block;
    font-size: 0;
    width: 323px;
    height: 80px;
    border: 1px solid #cecece;
}
.article-item-li .activity-item-img-x a:hover, .article-item-li .activity-item-img-x a.active {
    border: 1px solid #197ae1;
    box-shadow: 0 0 10px 1px #197ae1;
}
.article-item-li > a {
    font-size: 18px;
    line-height: 24px;
    color: #434242;
}
.article-item-li > a:hover, .article-item-li > a.active {
    color: #117bdf;
}
.activity-prev-btn, .activity-next-btn {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 50%;
    margin-top: -25px;
    background: url("../images_flie/sprite.png") no-repeat;
    cursor: pointer;
}
.activity-prev-btn {
    background-position: -30px -3029px;
    left: -49px;
}
.activity-next-btn {
    background-position: -30px -2950px;
    right: -49px;
}
.activity-article-row-wrap {
    max-height: 172px;
    margin-top: 30px;
    margin-right: 60px;
    margin-bottom: 0;
    margin-left: 60px;
}
/***************/
/****More build list****/
.object-class-x span, .city-class-x span, .object-search-x span {
    color: #111;
}
.class-select-x, .city-class-x {
    text-align: right;
    margin-top: 26px;
}
.object-class-x .object-select, .object-class-x .city-select, .city-class-x .object-select, .city-class-x .city-select {
    padding: 8px;
    width: 380px;
    border-color: #bfbfbf;
}
.object-search-x {
    margin-left: 50px;
    text-align: left;
}
.object-search-x .object-search-txt {
    width: 348px;
    border: 1px solid #bfbfbf;
    padding: 7px 8px;
}
.object-search-x .object-search {
    display: block;
    margin-top: 26px;
    width: 53px;
    height: 34px;
    padding-left: 47px;
    color: #fff;
    cursor: pointer;
    background: url("../images_flie/sprite.png") no-repeat -30px -3107px;
}
/* footer */
.footer {
    padding-top: 32px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
}
.gov {
    float: left;
}
.copyright-x {
    float: left;
    margin-left: 15px;
}
.copyright-x p {
    margin: 15px 0;
    font-size: 16px;
    color: #333;
}
.copyright-x p a {
    font-size: 16px;
    color: #333;
}
.qr-code-x {
    float: left;
    margin-left: 80px;
}
.qr-code-x .qr-code-list {
    float: left;
    width: 81px;
    text-align: center;
}
.qr-code-x .qr-code-list [class^="qr-icon"] {
    display: inline-block;
    margin-top: 5px;
    background: url("../images_flie/sprite.png") no-repeat;
}
.qr-code-x .qr-code-list .qr-icon-weixin {
    width: 35px;
    height: 27px;
    background-position: -30px -719px;
}
.qr-code-x .qr-code-list .qr-icon-weibo {
    width: 34px;
    height: 26px;
    background-position: -30px -776px;
}
.qr-code-list + .qr-code-list {
    margin-left: 10px;
}
.crumb-nav{
    line-height: 40px;
}
.sitemap{
    border:1px solid #ddd;
    margin-bottom:20px;
}
.sitemap h2{
    font-size: 18px;
    color: #005294;
    line-height: 40px;
    height: 40px;
    padding-left: 25px;
    background: #dcdcdd;
}
.sitemap a{
    color: #434242;
}
.sitemap-list{
    padding:30px;
    overflow:hidden;
}
.sitemap-list li{
    width:260px;
    float:left;
    height:30px;
    line-height:30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.article-body-wrap{
    line-height: 30px;
}
.found-404{
    background: url("../images/bg404.jpg") center top no-repeat #838efd;
    height: 950px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.found-404-wrap{
    width: 1000px;
    margin: 0 auto;
    padding-top:10%;
}
.found-404-wrap p{
    line-height: 90px;
}
.btn-wrap{
    padding-left: 310px;
    overflow: hidden;
}
.btn-wrap span{
    cursor: pointer;
    border-radius: 5px;
    display: block;
    background: #545add;
    width: 165px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 50px;
}
.website-site-select{
    background: none;
    border: 1px solid #117bdf;
    color: #757575;
    height: 32px;
    line-height: 32px;
    width: 100%;
    margin-top: 8px;
    font-size: 16px;
}
.title-gov{
    background-position: -30px -3156px;
    margin-top: 10px;

}
.gov-button-list{
    width: 295px;
    overflow: hidden;
}
.gov-button-list li{
    border-radius: 3px;
    background: #5fa0fa;
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-top: 8px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    width: 134px;
}
.gov-button-list li a{
    color: #fff;
}
.article h2 {
    text-align: center;
    font-size: 22px;
    color: #525353;
}

/* 顶部微信微博二维码 start */
.top-hover {
    float: left;
}
.top-hover {
    cursor: pointer;
    position: relative;
    display: inline;
    padding: 0 5px;
}
i.icon {
    display: block;
    background-image: url(http://dmxxg.gxzf.gov.cn/imagesq/dsjfzj/iconsite.png);
}
.i-data-weibo {
    background-position: 0px -765px;
    width: 28px;
    height: 22px;
}
.i-data-weibo, .i-data-wechat {
    margin-top: 13px;
}
.top-hover img {
    top: 47px;
}
.top-hover img {
    display: none;
    position: absolute;
    top: 39px;
    left: 50%;
    margin-left: -50px;
    z-index: 999;
}
i.icon {
    display: block;
    background-image: url(http://dmxxg.gxzf.gov.cn/imagesq/dsjfzj/iconsite.png);
}
.i-data-wechat {
    background-position: 0px -550px;
    width: 27px;
    height: 21px;
}
.i-wza-people {
    cursor: pointer;
    background-position: 7px 2px;
    padding-left: 25px;
    margin-right: 3px;
    margin-top: 10px;
}
.i-wza {
    background-image: url(http://dmxxg.gxzf.gov.cn/imagesq/gxzf/icon-wza.png) !important;
    background-repeat: no-repeat;
}

/* 顶部微信微博二维码 end */