﻿@charset "utf-8";

/* 标签初始化 ---------------------------------------------------------------*/
#标签初始化{}

html {
    font-weight: 100;
    color: rgba(0,0,0,0.64);
    font-size: 100%;
}

@media (min-width: 2500px) {
    html {
        font-size: 125%;
    }
}

body {
    /*color: #3d3d3d;*/
    /*color: rgba(0,0,0,0.7);*/
}

a, a:visited {
    color:#3d3d3d;
}

a:hover {
    color:#07eff3;
}

/* 字体 ---------------------------------------------------------------*/
#字体{}

#模块字体{}
.module h3 {
    /*font-family: SourceHanSansCN-Regular;*/
    font-weight: 400;
    font-size: 1.625rem;
    letter-spacing: 3px;
    text-align: center;
}

.module em {
     font-size: 1.25rem;
}

.module em:before {
     content: "";
     display: inline-block;
 }

.module span {
    font-size: 1.063rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

#菜单字体{}
.menu {
    font-size: 1.25rem;
    line-height: 2.4;
    letter-spacing: 2.5px;
    text-align: center;
}

#标题体{}
.title {
    /*font-family: SourceHanSansCN-Regular;*/
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center;
}

#副标题字体{}
.title_sub {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 2.5;
    letter-spacing: 0;
    text-align: center;
}

#内容字体{}
.detail, .detail p {
    font-weight: 100;
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: justify;
}

#按钮分页字体{}
.pager_button {
    font-size: 0.813rem;
    line-height: 1.8;
    text-align: center;
}

#文字分页字体{}
.pager_text {
    font-size: 1.125rem;
    line-height: 1.8;
    text-align: center;
}

#底部导航字体{}
.footer {
    font-size: 1rem;
}


/* 其它 ---------------------------------------------------------------*/

#通用LOGO{}
.logo_normal {
    width: 16.947vw;
    height: 6.368vw;
    margin: 0 auto;
    background-image: url(../images/logo_normal.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999em;
}

#首页宣传图片{}
.banner {
    position: relative;
    width: 100%;
    height: 56.842vw;
    overflow: hidden;
}


#简介宣传图片{}
.banner_about {
    position: relative;
    width: 100%;
    height: 54.316vw;
}

#通用宣传图片{}
.banner_normal {
    position: relative;
    width: 100%;
    height: 43.211vw;
}


#通用模块{}
.module_normal {
    /*color: #484848;*/
}

.module_normal h3 {
    letter-spacing: 4px;
}

.module_normal span {
    letter-spacing: 2px;
}

#通用窗格列表{}
#【窗格布局（3）列】{}
.list_grid {

}

.list_grid .item {
    width: calc(33.333% - 1.421vw + 1.421vw/3);
    background-color: #f7f8f8;
    margin-top: 2.316vw;
}

.list_grid .box_root:before {
    padding-bottom: 64%;
}

.list_grid .item .text {
    /*height: 14.737vw;*/
    height: 200px;
    padding: 1.895vw 2.211vw 2.105vw 2.015vw;
    /*color: #606060;*/
}

.list_grid .item .text h3 {
    /*font-family: SourceHanSansCN-Normal;*/
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: justify;
    overflow: hidden;
}

.list_grid .item .text p {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0;
}

#通用按钮分页{}
.pager_button {
    height: 23px;
}

.pager_button a {
    display: block;
    width: 23px;
    height: 23px;
    border: 1px solid #d5d2d2;
    margin-left: 13px;

    /*font-family: SegoeUIEmoji;*/
    /*color: #8b8b8b;*/
}

.pager_button a:first-child{
    margin-left: 0;
}

.pager_button a:first-child, .pager_button a:last-child{
    font-family: 隶书;
}

.pager_button a:hover, .pager_button a.on {
    background-color: #d3d1d1;
    color: #fff;
}

.pager_button .disabled {
    cursor: not-allowed;
}

.pager_button .disabled:hover {
    background-color: transparent;
    /*color: #8b8b8b;*/
}

#通用文字分页{}
.pager_text {
    height: 18px;
    /*color: #4a4a4a;*/
}

.pager_text a {
    display: block;
    margin-left: 33px;
    text-align: center;
}

.page_text a:first-child{
    margin-left: 0;
}

.pager_text .split {
    width: 2px;
    height: 100%;
    /*background-color: #959595;*/
    margin-left: 33px;
}

.pager_text .disabled {
    cursor: not-allowed;
}

.pager_text .disabled:hover {
    color: #4a4a4a;
}


/* 头部 ---------------------------------------------------------------*/
#头部{}

.header_view {
    position: relative;
}

.header {
    position: absolute;
    z-index: 20000;
    height: 10vw;
    background-color: #000;
    opacity: 0.8;
}

.header .logo_box {
    width:30%;
}

.header .nav_box {
    width: 58%;
}

.header .search_box {
    width: 12%;
}

#头部LOGO{}

.header .logo {
    width: 21.579vw;
    margin-top:2.632vw;
}


#头部导航{}
.header .nav {
    height: 3.158vw;
    margin-top:5.789vw;
    background-image: url(../images/nav_bg.png);
    background-repeat: repeat-x;
    background-position-y:center;
}

.header .nav ul, .header .nav li {
    height: 100%;
}

.header .nav li {
    width:15.48%;
}

.header .nav li:first-child {
    width: 7.14%;
}

.header .nav li:hover, .header .nav li.on {
    background-image: url(../images/nav_bg_on_normal.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}

@media (max-width: 1440px) {
    .header .nav li:hover, .header .nav li.on {
        background-size: 60%;
    }

    .header .nav li.index:hover, .header .nav li.index.on {
        background-size: 100%;
    }
}

.header .nav a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.header .nav .index a {
    background-image: url(../images/nav_index.png);
}

.header .nav .index a:hover, .header .nav .index a.on {
    background-image: url(../images/nav_index_on.png);
}

.header .nav .gsgk a {
    background-image: url(../images/nav_gsgk.png);
}

.header .nav .gsgk a:hover, .header .nav .gsgk a.on {
    background-image: url(../images/nav_gsgk_on.png);
}

.header .nav .xwdt a {
    background-image: url(../images/nav_xwdt.png);
}

.header .nav .xwdt a:hover, .header .nav .xwdt a.on {
    background-image: url(../images/nav_xwdt_on.png);
}

.header .nav .qxyt a {
    background-image: url(../images/nav_qxyt.png);
}

.header .nav .qxyt a:hover, .header .nav .qxyt a.on {
    background-image: url(../images/nav_qxyt_on.png);
}

.header .nav .xxgk a {
    background-image: url(../images/nav_xxgk.png);
}

.header .nav .xxgk a:hover, .header .nav .xxgk a.on {
    background-image: url(../images/nav_xxgk_on.png);
}

.header .nav .djzc a {
    background-image: url(../images/nav_djzc.png);
}

.header .nav .djzc a:hover, .header .nav .djzc a.on {
    background-image: url(../images/nav_djzc_on.png);
}

.header .nav .lxwm a {
    background-image: url(../images/nav_lxwm.png);
}

.header .nav .lxwm a:hover, .header .nav .lxwm a.on {
    background-image: url(../images/nav_lxwm_on.png);
}


#头部搜索{}
.header .search_box_sub {
    height: 3.158vw;
    margin-top:5.789vw;
}

.header .search {
    width: 7.789vw;
    height: 1.263vw;
    background-image: url(../images/search_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x:left;
    background-position-y:center;
}

.header .search .body {
    position: relative;
}

.header .search .text {
    width: 5.895vw;
    height: 100%;
    margin-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    /*border: 1px solid deepskyblue;*/
    border:none;
    background-color: transparent;
    color:#fff;
    font-size:0.75rem;
}

@media (max-width: 1590px) {
    .header .search .text {
        height: 9px;
        font-size: 0.563rem;
    }
}

.header .search .button {
    width: 1.895vw;
    height: 100%;
    /*border: 1px solid red;*/
    border: none;
    background-color:transparent;
    cursor: pointer;
}


/* 底部 ---------------------------------------------------------------*/
#底部{}

.footer {
    height: 16.842vw;
    padding-bottom: 0.789vw;
    background-color: #404144;
    font-size: 1rem;
}

.footer .flogo_box {
    width:27%;
}

.footer .nav_box {
    width: 44%;
}

.footer .follow_box {
    width: 16%;
}

.footer .qrcode_box {
    width: 13%;
}


#底部副LOGO{}
.footer .flogo {
    /*width: 15.579vw;*/
    width: 70%;
}


#底部导航{}
.footer .text {
    /*height:3.158vw;*/
    min-height: 65px;
    line-height: 40px;
}

.footer .text, .footer .text a {
    color:#fff;
}

.footer .text .nav {
    /*width:32.368vw;*/
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 90%;
}

.footer .text .copyright {
    text-align:center;
    letter-spacing:2px;
}

@media (max-width: 1400px) {
    .footer .text .copyright {
        letter-spacing:1px;
    }
}


#底部关注{}
.footer .follow {
    /*width: 6.632vw;*/
    width: 46%;
}


#底部二维码{}
.footer .qrcode {
    /*width: 6.526vw;*/
    width: 65%;
}


/* 内容 ---------------------------------------------------------------*/
#内容{}
.content {
    background-color: #d4d2d2;
}

.content .view_sub {
    background-color: #fff;
}


/* 首页 ---------------------------------------------------------------*/
#首页{}
#首页宣传图片{}

.index .banner {
    position: relative;
}

.index .banner .banner_enter {
    position: absolute;
    z-index: 1000;
    left: 20.526vw;
    bottom: 8.421vw;
    width: 9.684vw;
    height: 1.579vw;
    background-image: url("../images/index/banner_enter.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.index .banner .banner_logo {
    position: absolute;
    z-index: 1000;
    left: 16.947vw;
    top: 13.895vw;
    width: 31.316vw;
    height: 12.632vw;
    background-image: url("../images/index/banner_logo_1.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.index .banner .progressbar_bg {
    position: absolute;
    z-index: 1001;
    bottom: 7.947vw;
    width: 27.895vw;
    height: 3px;
    background-color: #fff;
}

.index .banner .progressbar {
    position: absolute;
    z-index: 1002;
    bottom: 7.947vw;
    width: 27.895vw;
    height: 3px;
    background-color: #26c8db;
}

.index .banner .slick-arrow {
    display: none;
}

.index .banner .slick-dots {
    position:absolute;
    z-index:1001;
    left: 27.895vw;
    bottom: 7.895vw;
    height: 5px;
}

.index .banner .slick-dots li {
    z-index: 1;
    width: 5px;
    height: 5px;
    margin: 0 1vw 0 0;
    background-color:#fff;
    border-radius:50%;
    cursor:pointer;
}

.index .banner .slick-dots li.slick-active {
    background-color:#26c8db
}


#首页模块{}
.index .module {
    font-size: 1.438rem;
    /*color: #484848;*/
}

.index .module h3{
    font-size: 1.438rem;
    letter-spacing: 3px;
}

.index .module span{
    font-size: 0.813rem;
    letter-spacing: 2px;
}

.index .module div {
    width: 27px;
    height: 3px;
    margin: 12px auto;
    background-color: #909191;
}

.index .module div.nobg {
    background-color: transparent;
}

.index .line_index {
    width: 100%;
    height: 2px;
    background-color: #e8e8e8;
}

#更多{}

.more {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 2px;
    /*color: #393939;*/
    text-align: right;
}

.more em {
    font-family: 隶书;
}

#首页按钮{}
.index .button {

}

.index .button > div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.index .nav_button > div {
    width: 8.421vw;
}

.index .button_video {
    height: 7.263vw;
    background-position-x: left;
    background-image: url("../images/index/index_nav_video.png");
}

.index .button_video:hover, .index .button_video[class*="active"] {
    background-image: url("../images/index/index_nav_video_on.png");
}

.index .button_info {
    height: 7.421vw;
    background-position-x: center;
    background-image: url("../images/index/index_nav_info.png");
}

.index .button_info:hover, .index .button_info[class*="active"] {
    background-image: url("../images/index/index_nav_info_on.png");
}

.index .button_business {
    height: 7.263vw;
    background-position-x: right;
    background-image: url("../images/index/index_nav_business.png");
}

.index .button_business:hover, .index .button_business[class*="active"] {
    background-image: url("../images/index/index_nav_business_on.png");
}

.index .business_button > div {
    width: 6.684vw;
}

.index .button_sc {
    height: 5.211vw;
    background-position-x: left;
    background-image: url("../images/index/index_business_sc.png");
}

.index .button_sc:hover, .index .button_sc[class*="active"] {
    background-image: url("../images/index/index_business_sc_on.png");
}

.index .button_jd {
    height: 4.842vw;
    background-position-x: center;
    background-image: url("../images/index/index_business_jd.png");
}

.index .button_jd:hover, .index .button_jd[class*="active"] {
    background-image: url("../images/index/index_business_jd_on.png");
}

.index .button_wl {
    height: 4.789vw;
    background-position-x: right;
    background-image: url("../images/index/index_business_wl.png");
}

.index .button_wl:hover, .index .button_wl[class*="active"] {
    background-image: url("../images/index/index_business_wl_on.png");
}

.index .button_gw {
    height: 5.263vw;
    background-position-x: left;
    background-image: url("../images/index/index_business_gw.png");
}

.index .button_gw:hover, .index .button_gw[class*="active"] {
    background-image: url("../images/index/index_business_gw_on.png");
}

.index .button_zs {
    height: 5.263vw;
    background-position-x: center;
    background-image: url("../images/index/index_business_zs.png");
}

.index .button_zs:hover, .index .button_zs[class*="active"] {
    background-image: url("../images/index/index_business_zs_on.png");
}

.index .button_zs_new {
    height: 5.263vw;
    background-position-x: left;
    background-image: url("../images/index/new_index_business_zs.png");
}

.index .button_zs_new:hover, .index .button_zs_new[class*="active"] {
    background-image: url("../images/index/new_index_business_zs_on.png");
}

.index .button_jj {
    height: 5.316vw;
    background-position-x: right;
    background-image: url("../images/index/index_business_jj.png");
}

.index .button_jj:hover, .index .button_jj[class*="active"] {
    background-image: url("../images/index/index_business_jj_on.png");
}

#首页新媒体视频{}

.index .video_text {
    width: 42%;
}

.index .video_text .box_root:before {
    padding-bottom: 67%;
}

.index .video_text h3 {
    /*font-family: SourceHanSansCN-Regular;*/
    font-weight: 400;
    font-size: 1.399rem;
    letter-spacing: 3px;
    /*color: #000000;*/
    text-align: center;
}

.index .video_text p{
    margin-top: 1.105vw;
    font-size: 1rem;
    line-height: 1.98;
    text-indent: 2rem;
    /*color: #000000;*/
    text-align: justify;

    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;
    -webkit-box-align: start;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;*/
}

.index .video_media {
    width: 51%;
}

.index .video_media .box_root:before{
    padding-bottom: 55%;
}

#首页信息公开{}

.index .info_img {
    width: 48%;
    overflow: hidden;
    position: relative;
    background-color: gray;
}

.index .info_img img {
    width: 100%;
    height: 100%;
}

.index .info_img .box_root:before {
    padding-bottom: 64%;
}

.index .info_img .slick-dots {
    position:absolute;
    z-index:1001;
    right: 2vw;
    bottom: 2vw;
    height: 10px;
}

.index .info_img .slick-dots li {
    z-index: 1;
    width: 0.5vw;
    height: 0.5vw;
    margin: 0 1vw 0 0;
    background-color:#fff;
    border-radius:50%;
    cursor:pointer;
}

.index .info_img .slick-dots li.slick-active {
    background-color:#26c8db
}

.index .info_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.index .info_list {
    width: 46%;
}

.index .info_list li {
    font-size: 1.125rem;
    letter-spacing: 0;
    /*color: #3d3d3d;*/
    height: 48px;
    line-height: 48px;
}

.index .more_info {
    font-size: 0.887rem;
}

.index .info_list li span {
    letter-spacing: 2px;
    /*color: #838282;*/
}

.index .info_list li a:hover span {
    /*color:#3d3d3d;*/
}

#首页主营业务{}

.index .business_img {
    width: 36%;
}

.index .business_img .box_root:before {
    padding-bottom: 55%;
}

.index .business_img h3 {
    font-weight: 400;
    margin-top: 1.158vw;
    text-align: center;
    font-size: 1.25rem;
    /*color: #1f1f1f;*/
}

.index .business_text {
    width: 58%;
}

.index .business_text .box_root:before {
    padding-bottom: 28%;
}

.index .business_text h3 {
    /*font-family: SourceHanSansCN-Medium;*/
    font-weight: 400;
    font-size: 1.375rem;
    letter-spacing: -0.5px;
    text-align: center;
    /*color: #585858;*/
}

.index .business_text p {
    margin-top: 2.512rem;
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0;
    /*color: #1f1f1f;*/
    text-indent: 2.25rem;
    text-align: justify;

    /*overflow: hidden;
    text-overflow: ellipsis;*/
    /*display: -webkit-box;
    -webkit-box-align: start;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;*/
}

.index .business_text .more {
    font-size: 0.887rem;
}

#显示更多主营业务{}
.index .business_text .show {
    overflow: visible;
}

.index .business_text .show:before {
    display: none;
}

.index .business_text .show .box_sub {
    position: relative;
}


/* 公司概况 ---------------------------------------------------------------*/
#公司概况横线{}
.about .line_about {
    width: 100%;
    height: 4px;
    background-color: #e8e8e8;
}

#公司概况{}
.about h3 {
    letter-spacing: 3px;
    /*color: #575757;*/
}

.about p {
    letter-spacing: 1px;
    /*color: #5b5b5b;*/
}

.gsgk .button {

}

.gsgk .button > div {
    background-size: contain;
    background-repeat: no-repeat;
}

.gsgk .nav_button > div {
    width: 5.105vw;
}

.gsgk .button_jj {
    height: 7.105vw;
    background-image: url("../images/gsgk/gsgk_nav_jj.png");
}

.gsgk .button_jj:hover, .gsgk .button_jj[class*="active"] {
    background-image: url("../images/gsgk/gsgk_nav_jj_on.png");
}

.gsgk .button_zz {
    height: 7.211vw;
    background-image: url("../images/gsgk/gsgk_nav_zz.png");
}

.gsgk .button_zz:hover, .gsgk .button_zz[class*="active"] {
    background-image: url("../images/gsgk/gsgk_nav_zz_on.png");
}

.gsgk .button_wh {
    height: 7.105vw;
    background-image: url("../images/gsgk/gsgk_nav_wh.png");
}

.gsgk .button_wh:hover, .gsgk .button_wh[class*="active"] {
    background-image: url("../images/gsgk/gsgk_nav_wh_on.png");
}

.gsgk .button_lc {
    height: 7.105vw;
    background-image: url("../images/gsgk/gsgk_nav_lc.png");
}

.gsgk .button_lc:hover, .gsgk .button_lc[class*="active"] {
    background-image: url("../images/gsgk/gsgk_nav_lc_on.png");
}

.gsgk .button_wh {
    height: 7.105vw;
    background-image: url("../images/gsgk/gsgk_nav_wh.png");
}

.gsgk .button_wh:hover, .gsgk .button_wh[class*="active"] {
    background-image: url("../images/gsgk/gsgk_nav_wh_on.png");
}

.gsgk .button_ly {
    height: 7.263vw;
    background-image: url("../images/gsgk/gsgk_nav_ly.png");
}

.gsgk .button_ly:hover, .gsgk .button_ly[class*="active"] {
    background-image: url("../images/gsgk/gsgk_nav_ly_on.png");
}

#公司概况文化{}
#【窗格布局（3）列】{}
.gsgk #about_wh .detail_list {

}

.gsgk #about_wh .detail_list .item {
    width: calc(33.333% - 2.737vw + 2.737vw/3);
    margin-top: 2.158vw;
}

.gsgk #about_wh .detail_list .box_root:before{
    padding-bottom: 63%;
}

#公司概况荣誉{}
#【窗格布局（4）列】{}
.gsgk #about_ly .detail_list {

}

.gsgk #about_ly .detail_list .item {
    width: calc(25% - 2.536vw + 2.536vw/4);
    margin-top: 3.053vw;
}

.gsgk #about_ly .detail_list .box_root:before {
    padding-bottom: 67%;
}

.gsgk #about_ly .detail_list .item h3 {
    font-size: 0.875rem;
    line-height: 2;
    /*color: #606060;*/
    text-align: center;
    margin-top: 3.053vw;
}

.gsgk .title_sub {
    /*color: #606060;*/
}


/* 新闻动态 ---------------------------------------------------------------*/
#新闻动态{}

#新闻动态菜单{}
.xwdt .menu {
    width: 40%;
    border: solid 1px #d3d1d1;
    /*color: #484848;*/
}

.xwdt .menu li {
    width: 33.333%;
    border-left: solid 1px #dadada;
}
.xwdt .menu li:first-child{
    border: none;
}

.xwdt .menu li:hover, .xwdt .menu li.on {
    background-color: #e9e9e9;
}

.xwdt .menu a:hover, .xwdt .menu a.on {
    color: #484848;
}

#新闻动态列表{}
.xwdt .list {

}

#新闻动态明细{}
.xwdt .title {
    /*color: #606060;*/
}

.xwdt .title_sub {
    /*color: #606060;*/
}

.xwdt .detail, .xwdt p {
    /*color: #474747;*/
}


/* 旗下业态 ---------------------------------------------------------------*/
#旗下业态{}

#旗下业态列表{}
#【窗格布局（3）列】{}
.qxyt .list {

}

.qxyt .list .item {
    width: calc(33.333% - 1.421vw + 1.421vw/3);
    background-color: #f6f6f6;
    padding: 1.579vw 1.368vw 1.737vw 1.053vw;
    margin-top: 4.368vw;
}

.qxyt .list .box_root:before {
    padding-bottom: 62%;
}

.qxyt .list .item .text {
    padding-top: 1.368vw;
    /*color: #606060;*/
}

.qxyt .list .item .text h3 {
    /*font-family: SourceHanSansCN-Normal;*/
    font-weight: 500;
    font-size: 1.463rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}

.qxyt .list .item .text p {
    font-size: 0.875rem;
    line-height: 2;
    text-align: center;
}

#旗下业态明细横线{}

.qxyt .line_detail {
    width: 100%;
    height: 2px;
    background-color: #d3d1d1;
}

#旗下业态明细{}
.qxyt .title {
    /*color: #606060;*/
}

.qxyt .title_sub {
    /*color: #606060;*/
}

.qxyt .detail, .qxyt p {
   /*color: #606060;*/
}


#旗下业态明细列表{}
#【窗格布局（2）列】{}
.qxyt .detail_list {

}

.qxyt .detail_list .item {
    width: calc(50% - 3vw + 3vw/2);
    margin-top: 4.368vw;
}

.qxyt .detail_list .box_root:before{
    padding-bottom: 62%;
}

.qxyt .detail_list .item h3 {
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0;
    /*color: #191919;*/
    text-align: center;
    margin-top: 1.25rem;
}


/* 信息公开 ---------------------------------------------------------------*/
#信息公开{}
#信息公开菜单{}
.xxgk .menu {
    width: 40%;
    border: solid 1px #bfbfbf;
    /*color: #000000;*/
}

.xxgk .menu li {
    width: 50%;
    border-left: solid 1px #bfbfbf;
}
.xxgk .menu li:first-child{
    border: none;
}

.xxgk .menu li:hover, .xxgk .menu li.on {
    background-color: #efefef;
}

.xxgk .menu a:hover, .xxgk .menu a.on {
    color: #000000;
}

#信息公开横线{}
.xxgk .line_xxgk {
    width: 100%;
    height: 2px;
    background-color: #e8e8e8;
}

#信息公开列表{}
.xxgk .list {

}

#信息公开通知列表{}
.xxgk .notice .list {
    border-top: solid 2px #d3d3d3;
}

.xxgk .notice .list .item {
    height: 5.789vw;
    margin-top: 1.579vw;
    border-bottom: solid 2px #d3d3d3;
}

.xxgk .notice .list .item .img {
    width: 5.737vw;
    height: 4.368vw;
    background-color: #f8f8f8;
    background-image:url("../images/xxgk/xxgk_notice_list_bg.png");
    background-size: 42.202%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.xxgk .notice .list .item .text {
    width: 90%;
    flex-grow: 1;
    flex-shrink: 100;
    height: 4.168vw;
    padding-left: 1.632vw;
}

.xxgk .notice .list .item .text h3 {
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 2.5px;
    /*color: #393939;*/

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xxgk .notice .list .item .text .read_count {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0;
    /*color: #606060;*/
}

.xxgk .notice .list .item .text .more {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 2px;
    /*color: #393939;*/
}

.xxgk .notice .list .item .text .more em {
    font-family: 隶书;
}

#信息公开通知明细{}
.xxgk .notice .title {
    /*color: #323232;*/
}

.xxgk .notice .title_sub {
    /*color: #323232;*/
}

.xxgk .notice .title_sub span {
    cursor: pointer;
}

.xxgk .notice .detail {
    /*color: #323232;*/
}

#信息公开招聘列表{}
.xxgk .job .list {
    border-top: 2px solid #d3d3d3;
}

.xxgk .job .list .item {
    height: 7.526vw;
    border-bottom: 2px solid #d3d3d3;
}

.xxgk .job .list .item .img {
    width: 5.737vw;
    height: 4.368vw;
    background-color: #41cbcd;
    background-image:url("../images/xxgk/xxgk_job_list_bg.png");
    background-size: 48.624%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.xxgk .job .list .item a:hover .img {
    background-image:url("../images/xxgk/xxgk_job_list_bg_on.png");
}

.xxgk .job .list .item .text {
    width: 90%;
    flex-grow: 1;
    flex-shrink: 100;

    height: 1vw;
    padding-left: 1.632vw;
}

.xxgk .job .list .item .text h3 {
    width: 70%;
    flex-grow: 0.5;
    flex-shrink: 100;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 2.5px;
    /*color: #393939;*/
}

.xxgk .job .list .item .text span {
    /*font-family: SimHei;*/
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0;
    /*color: #696969;*/
}

#信息公开招聘明细{}



/* 党建之窗 ---------------------------------------------------------------*/
#党建之窗{}
#党建之窗横线{}
.djzc .line_djzc {
    width: 100%;
    height: 2px;
    background-color: #e8e8e8;
}

#党建之窗明细{}
.djzc .title {
    /*color: #393939;*/
}

.djzc .title_sub {
    /*color: #606060;*/
}

.djzc .detail {
    /*color: #393939;*/
}


/* 联系我们 ---------------------------------------------------------------*/
#联系我们{}
#联系我们模块{}

.module_lxwm h3 {
    letter-spacing: -2px;
    /*color: #363636;*/
}

.module_lxwm span {
    letter-spacing: 0;
    /*color: #515152;*/
    margin-left: 0.684vw;
}

#联系我们公司模块{}

.module_lxwm_company h3 {
    font-size: 1.5rem;
    letter-spacing: 6px;
    /*color: #4b4a4a;*/
}

.module_lxwm_company span {
    font-size: 1rem;
    letter-spacing: 2px;
    /*color: #8c8c8c;*/
}

#联系我们联系方式{}

.lxwm .contact li {
    font-size: 1.166rem;
    line-height: 2.4;
    letter-spacing: 0;
    /*color: #4b4a4a;*/
    background-repeat: no-repeat;
    background-position-y: center;
    text-transform: uppercase;
}

.lxwm .contact li.img_phone {
    background-size: 17px 21px;
    padding-left: 40px;
}

.lxwm .contact li.img_url {
    background-size: 17px 17px;
    padding-left: 40px;
}

.lxwm .contact li.img_postcode {
    background-size: 23px 16px;
    padding-left: 46px;
}

.lxwm .contact li.img_address {
    background-size: 17px 21px;
    padding-left: 40px;
}

.lxwm .contact li.img_company {
    background-size: 19px 19px;
    padding-left: 42px;
}

.lxwm .contact li.img_phone {
    background-image: url("../images/lxwm/lxwm_contact_phone.png");
}

.lxwm .contact li.img_url {
    background-image: url("../images/lxwm/lxwm_contact_url.png");
}

.lxwm .contact li.img_postcode {
    background-image: url("../images/lxwm/lxwm_contact_postcode.png");
}

.lxwm .contact li.img_address {
    background-image: url("../images/lxwm/lxwm_contact_address.png");
}

.lxwm .contact li.img_company {
    background-image: url("../images/lxwm/lxwm_contact_company.png");
}

.lxwm .map {
    width: 100%;
    height: 27.789vw;
    background-color: #888888;
    position: relative;
}

.lxwm #allmap {
    width: 100%;
    height: 100%;
}

.lxwm .map .menu {
    position: absolute;
    top:0;
    left:0;
    width: 19.895vw;
    height: 100%;
    padding: 2.737vw 2.263vw;
    background-color: #2b2b2b;
    opacity: 0.86;
}

.lxwm .map .menu li {
    font-size: 1rem;
    line-height: 2.6;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
    cursor:pointer;
}

.lxwm .map .menu li:hover, .lxwm .map .menu li.on {
    color: #0091dc;
}

.lxwm .map .card {
    position: absolute;
    top:30%;
    left:40%;
    width: 40%;
    background-color: #ffffff;
    opacity: 0.9;
    padding: 3% 0 3% 5%;
}

.lxwm .card .contact {
    height: 100%;
}

.lxwm .card .contact li {
    padding-left: 2.2rem;
    /*color: #2a2a2a;*/
}

.lxwm .map .card .close {
    position: absolute;
    top:19px;
    right:22px;
    width: 13px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/lxwm/lxwm_contact_close.png");
    cursor: pointer;
}


/* 搜索 ---------------------------------------------------------------*/
#搜索{}
/*同信息公开通知*/


/* 定位（放最后生效） ---------------------------------------------------------------*/
#定位（放最后生效）{}

.view_root {
    width: 100%;
}

@media (min-width: 1940px) {
    .view_root {
        width: 1900px;
        margin: 0 auto;
    }
}

.view_sub {
    width: 1590px;
    height: 100%;
    margin: 0 auto;
}

@media (max-width: 1610px) {
    .view_sub {
        width: 100%;

    }

    .view_fit {
        padding: 0 10px;
    }
}

/* 通用交叉轴内间距 */
#通用交叉轴内间距{}
.padding_y_4x5, .padding_y_normal {
    padding-top: 4vw;
    padding-bottom: 5vw;
}

/* 首页交叉轴内间距 */
#首页交叉轴内间距{}
.padding_y_5x4, .padding_y_index {
    padding-top: 5vw;
    padding-bottom: 4vw;
}


/* 通用主轴内间距 --------------------------------------------------------------- */
#通用主轴内间距{}
.padding_x_5d3 {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
}

.padding_x_5d4 {
    padding-left: 5.4vw;
    padding-right: 5.4vw;
}

.padding_x_5d5 {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
}

.padding_x_6d3 {
    padding-left: 6.3vw;
    padding-right: 6.3vw;
}

.padding_x_6d8 {
    padding-left: 6.8vw;
    padding-right: 6.8vw;
}

.padding_x_7 {
    padding-left: 7vw;
    padding-right: 7vw;
}

.padding_x_7d6 {
    padding-left: 7.6vw;
    padding-right: 7.6vw;
}

.padding_x_8d2 {
    padding-left: 8.2vw;
    padding-right: 8.2vw;
}

.padding_x_8d3 {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
}

.padding_x_9d4 {
    padding-left: 9.4vw;
    padding-right: 9.4vw;
}

.padding_x_9d5 {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
}

.padding_x_9d8 {
    padding-left: 9.8vw;
    padding-right: 9.8vw;
}

.padding_x_10d4 {
    padding-left: 10.4vw;
    padding-right: 10.4vw;
}

.padding_x_10d6 {
    padding-left: 10.6vw;
    padding-right: 10.6vw;
}

.padding_x_11d6 {
    padding-left: 11.6vw;
    padding-right: 11.6vw;
}

.padding_x_12d6 {
    padding-left: 12.6vw;
    padding-right: 12.6vw;
}

.padding_x_13 {
    padding-left: 13vw;
    padding-right: 13vw;
}

.padding_x_13d6 {
    padding-left: 13.6vw;
    padding-right: 13.6vw;
}

.padding_x_14d6 {
    padding-left: 14.6vw;
    padding-right: 14.6vw;
}

.padding_x_15d5 {
    padding-left: 15.5vw;
    padding-right: 15.5vw;
}

.padding_x_16d6 {
    padding-left: 16.6vw;
    padding-right: 16.6vw;
}


/* 通用交叉轴上外间距 --------------------------------------------------------------- */
#通用交叉轴上外间距{}
.margin_top_0d5 {
    margin-top: 0.5vw;
}

.margin_top_1 {
    margin-top: 1vw;
}

.margin_top_1d5 {
    margin-top: 1.5vw;
}

.margin_top_2 {
    margin-top: 2vw;
}

.margin_top_2d5 {
    margin-top: 2.5vw;
}

.margin_top_3 {
    margin-top: 3vw;
}

.margin_top_3d5 {
    margin-top: 3.5vw;
}

.margin_top_4 {
    margin-top: 4vw;
}

.margin_top_4d5 {
    margin-top: 4.5vw;
}

.margin_top_5 {
    margin-top: 5vw;
}

.margin_top_5d5 {
    margin-top: 5.5vw;
}


/* 通用主轴外间距 --------------------------------------------------------------- */
#通用主轴外间距{}
.margin_x_auto {
    margin-left: auto;
    margin-right: auto;
}


/* 通用按空格列数设置第一行元素上外间距 --------------------------------------------------------------- */
#通用按列数设置元素上外间距{}
.grid_cols_1 > div:nth-child(1) {
    margin-top: 0 !important;
}

.grid_cols_2 > div:nth-child(1),
.grid_cols_2 > div:nth-child(2) {
    margin-top: 0 !important;
}

.grid_cols_3 > div:nth-child(1),
.grid_cols_3 > div:nth-child(2),
.grid_cols_3 > div:nth-child(3) {
    margin-top: 0 !important;
}

.grid_cols_4 > div:nth-child(1),
.grid_cols_4 > div:nth-child(2),
.grid_cols_4 > div:nth-child(3),
.grid_cols_4 > div:nth-child(4) {
    margin-top: 0 !important;
}

.grid_cols_5 > div:nth-child(1),
.grid_cols_5 > div:nth-child(2),
.grid_cols_5 > div:nth-child(3),
.grid_cols_5 > div:nth-child(4),
.grid_cols_5 > div:nth-child(5) {
    margin-top: 0 !important;
}


/* 窗格占位样式 ---------------------------------------------------------------*/
#窗格占位样式{}
.grid_place {
    background-color: transparent !important;
    height: 0 !important;
}


/* 调试 ---------------------------------------------------------------*/
#调试{}

#调试按钮{}

/*.button {
    background-color: lightgrey;
    background-image: url("../images/dot.png");
    background-repeat: repeat-x;
    background-position-y: 4.579vw;
}

.button > div {
    background-color: lightblue;
}*/



