@font-face {
    font-family: "SourceHanSansSC-Regular";
    src: url("../fonts/SourceHanSansSC-Regular.woff2") format("woff2"),
        url("../fonts/SourceHanSansSC-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansSC-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansSC-Regular.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansSC-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body,
html,
* {
    font-family: "SourceHanSansSC-Regular" !important;
}

/*----首页----*/
i {
    font-style: normal;
}



.wrap-layer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrap-layer2 {
    max-width: 1500px;
    min-width: 1200px;
    margin: 0 auto;
}

/*头部*/

.mod-headers {
    height: 98px;
}

.header {
    height: 98px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 88;
}

.mod-headers .header {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}


.topr-wraps {
    float: right;
    width: 1150px;
}

.logos {
    float: left;
    width: 120px;
    padding-top: 15px;
}

.logos img {
    display: block;
	max-width: 180px;
}

.wrap-nav .navMenu {
    float: left;
    padding-top: 28px;
    width: 1060px;
    height: 68px;
    white-space: nowrap;
}

.wrap-nav {}

.topr-links {
    float: right;
    position: relative;
}


/*导航*/
.navMenu {
    text-align: right;
}

.navMenu>li {
    display: inline-block;
    margin: 0 23px;
}

.navMenu>li>a {
    cursor: pointer;
    white-space: nowrap;
    font-size: 18px;
    display: block;
    padding: 0 0;
    height: 42px;
    line-height: 42px;
    color: #000;
    /*border-bottom:transparent solid 2px;*/
    /*text-shadow:#fff 1px 1px;*/
}

.navMenu>li.cr>a,
.navMenu>li>a:hover {
    /**/
    border-bottom: #de0010 solid 4px;
    /*color: #de0010;*/
}

.navMenu>li.cr>a,
.navMenu>li:hover>a {
    height: 67px;
}

.sub-menus {
    position: absolute;
    top: 99px;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    /*height:80px;*/
    background: #fff;
    transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    opacity: 0;
    z-index: -1;
    text-align: left;
}

.sub-menus ul li {
    line-height: 80px;
    /*min-width: 72px;*/
    text-align: center;
    font-size: 18px;
    margin: 0 30px;
    display: inline-block;
}

.sub-menus ul {
    /* position: relative;*/
    display: inline-block;
    text-align: left;
}

/*.sub-menus ul li.cr,*/
.sub-menus ul li:hover {
    border-bottom: 4px solid #f60007;
    height: 76px;
}

.navMenu>li:hover {}

.navMenu>li:hover .sub-menus {
    opacity: 1;
    z-index: 10000;
    height: 80px;
}



.enlinks a {
    display: inline-block;
    width: 26px;
    font-size: 12px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #175fb2;
    border: 1px solid #175fb2;
    border-radius: 26px;
}

.psearch,
.enlinks {
    display: inline-block;
}

.psearch a:after {
    font-family: "iconfont" !important;
    font-size: 20px;
    color: #666;
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6a6";
}

.psearch {
    margin: 0 0 0 0;
}

.psearch a {
    display: block;
    width: 85px;
    text-align: center;
    height: 98px;
    line-height: 98px;
    color: #666;
}

.enlinks a:hover,
.psearch a:hover {
    background: #f70007;
    color: #fff;
}

.psearchcr>a {
    background: #f70007;
    color: #fff;
}

.psearch a:hover:after,
.psearchcr>a:after {
    color: #fff;
}

.topr-links {}







/*首页banner切换*/


.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.swiper-pagination-bullet-active {
    background: #005f29;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 99;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    pointer-events: all;
}

* {
    outline: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 888;
}

.swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border-radius: 10px;
    display: inline-block;
    background: #cbcbcb;
}

.swiper-pagination span.swiper-active-switch {
    background: #de0010;
}



.banner img {
    max-width: 100%;
}

/*.swiper-slide{   float: none;}*/
.banner,
.banner .swiper-container {
    position: relative;
    max-height: 980px;
    overflow: hidden;
}

/*.banner .swiper-wrapper,.banner .swiper-wrapper *{ height: auto!important;}*/
.banner .swiper-slide {
    position: relative;
}

.banner .swiper-pagination {
    background: url(../img/pagebgs2.png) 0 0 repeat-x;
    line-height: 200px;
    height: 140px;
}

.banner .swiper-pagination {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 899988;
}

.banner .swiper-pagination span {
    width: 40px;
    height: 8px;
    margin: 0 20px;
    /* border-radius:10px;*/
    display: inline-block;
    background: #fff;
    opacity: .6;
    filter: alpha(opacity=60);
    border-radius: 0;
}

.banner .swiper-pagination span.swiper-active-switch {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 120px;
}

.mode-banner {
/*    margin-top: -80px;*/
}
.mode-banner img{ display: block;}
.mode-banner .swiper-wrapper,
.mode-banner .item-cell {
    height: auto !important;
}

.banner img {
    display: block;
}

.swiper-pagination-nums {
    position: absolute;
    z-index: 999;
    color: #fff;
    text-align: center;
    bottom: 40px;
    left: 0;
    right: 0;
}

.swiper-pagination-nums span {
    width: 40px;
    text-align: left;
    display: inline-block;
    margin: 0 20px;
}

.swiper-pagination-nums span i {
    display: none;
    font-size: 24px;
    color: #fff;
    font-family: "arial" !important
}

.swiper-pagination-nums span.cr {
    width: 120px;
}

.swiper-pagination-nums span.cr i {
    display: block;
}


.mod-adbtns {
    position: absolute;
    top: 50%;
    z-index: 6;
    height: 60px;
    width: 1500px;
    left: 50%;
    margin-left: -750px;
    margin-top: -13px;
    right: auto;
}

a.btnl:after,
a.btnr:after {
    cursor: pointer;
    display: inline-block;
    font-family: "iconfont" !important;
    color: #b7b7b7;
    font-size: 50px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e60f";
    float: left;
}

a.btnl {
    float: left;
}

a.btnr {
    float: right;
}

a.btnr:after {
    content: "\e67a";
}

a.btnl:after,
a.btnr:after {
    color: #fff;
}

a.btnl:hover:after,
a.btnr:hover:after {
    color: #f70007;
}

.H50 {
    height: 50px;
}

.H40 {
    height: 30px;
}

.H80 {
    height: 80px;
}

/*标题*/
.com-tit {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.com-tit span {
    display: inline-block;
    min-width: 46px;
    text-align: center;
    font-size: 28px;
    color: #333;
}

.com-tit {
    background: url(../images/tit_bg2.png) center bottom no-repeat;
    padding-bottom: 55px;
}

.com-tit2 {
    color: #333;
    font-size: 18px;
    text-align: center;
    padding-bottom: 5px;
}

.com-desc {
    text-align: center;
}

.com-desc span {
    font-size: 14px;
    color: #666;
}


/*规模*/
.mod-totals {
    margin-right: -17px;
}

.mod-totals .item-cell {
    width: 285px;
    text-align: center;
    height: 200px;
    border-radius: 5px;
    float: left;
    margin-right: 17px;
    border: 1px solid #ccc
}

.mod-totals .item-cnt {}

.mod-totals .item-pic {
    padding-top: 45px;
    padding-bottom: 8px;
}

.mod-totals .item-pic img {
    height: auto;
    width: auto;
}

.mod-totals .item-tit * {}

.mod-totals .item-tit {
    font-size: 16px;
    color: #333;
}

.mod-totals .item-tit span {
    font-size: 26px;
    font-weight: bold;
    padding: 0 3px;
}

/*股票*/
.mod-stock {
    background: url(../images/tz_bg.jpg) center 0 no-repeat;
    height: 550px;
    overflow: hidden;
}

.stock-bg {
    background: #fff;
    min-height: 405px;
    overflow: hidden;
    margin-top: 85px;
    border-radius: 5px;
}

.tab-ui {
    border-bottom: 2px solid #f70007;
    height: 98px;
}

.tab-ui li {
    line-height: 98px;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

.tab-ui li a {
    font-size:18px;
}

.tab-ui li.cr:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 2px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f70007;
    height: 0;
    width: 0;
    left: 50%;
    margin-left: -15px;
}

.tab-ui li:before {
    display: block;
    content: "";
    background: #eee;
    left: 0;
    position: absolute;
    width: 1px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
}

.tab-ui li:nth-child(1):before {
    display: none;
}

.stock-info {
    overflow: hidden;
}

.stock-cnt {
    position: relative;
    min-height: 230px;
    width: 360px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
}

.stock-tit {
    background: url(../images/icon_6.png) left 0 bottom 8px no-repeat;
    padding-left: 40px;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.stock-tit2 {
    background: url(../images/icon_7.png) left 0 bottom 8px no-repeat;
}

.stock-tit3 {
    background: url(../images/icon_8.png) left 0 bottom 8px no-repeat;
}

.stock-tit span {
    color: #f70007;
    font-size: 24px;
}

.stock-desc {
    padding-left: 40px;
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

.stock-desc * {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

.stock-cnt:after {
    content: "";
    display: block;
    position: absolute;
    right: -25px;
    top: 60px;
    height: 150px;
    border-left: 1px solid #eee;
}

.stock-prices {
    margin-bottom: 5px;
}

.stock-prices span {
    font-size: 30px;
    color: #00b03d;
    font-weight: bold;
    margin-right: 30px;
}

.stock-prices em {
    color: #00b03d;
    font-size: 18px;
    margin-right: 25px;
}

.prices-up * {
    color: #f70007 !important;
}


/*您熟悉的品牌*/
.mod-brand {
    background: url(../images/brand_bg2.jpg) center 0 no-repeat;
    min-height: 300px;
}

.brand-links {
    overflow: hidden;
}

.brand-links .item-cell {
    /*float: left;*/
    width: 240px;
    height: 480px;
}

.brand-links .item-cell img {
    display: block;
}

.brand-links .item-logo {
    position: relative;
    z-index: 8;
}

.brand-links .item-logo:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    display: block;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.brand-links .item-2 .item-logo:after {
    border-bottom: 15px solid transparent;
    border-top: 15px solid #fff;
    botom: -30px;
    top: auto;
}

.brand-links .item-pic {
    overflow: hidden;
}

.brand-links .item-pic img {
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.brand-links .item-pic:hover img {
    transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
}

.news-showers {
    background: #fff;
    box-shadow: -10px 0 10px rgba(175, 215, 254, 0.04), 10px 0 10px rgba(175, 215, 254, 0.04), 0 -10px 10px rgba(175, 215, 254, 0.04), 0 10px 10px rgba(175, 215, 254, 0.04);
    padding: 20px;
    min-height: 100px;
    border-radius: 8px;
}

/*顶部栏目更多*/
.com-top span {
    background: url(../images/icon_9.png) 0 center no-repeat;
    line-height: 24px;
    display: inline-block;
    color: #111111;
    padding-left: 40px;
    font-size: 22px;
}

.com-top a.more {
    float: right;
    font-size: 16px;
}

.com-top a.more:after {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
    content: "\e67a";
}

.com-top {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-top: 5px;
    margin-bottom: 25px;
}

/*企业新闻*/
.nlayer-1 {
    width: 560px;
    float: left;
}

.nlayer-2 {
    width: 560px;
    float: right;
    overflow: hidden;
}

.mod-news1 {}

.mod-news1 .item-cell {}

.mod-news1 .item-cnt {
    margin-bottom: 20px;
}

.mod-news1 .item-pic {}

.mod-news1 .item-pic img {}

.mod-news1 .item-tit * {
    color: #333333;
    font-size: 18px;
}

.mod-news1 .item-tit {
    text-align: center;
    margin-bottom: 10px;
    margin-top: -2px;
}

.mod-news1 .item-desc,
.mod-news1 .item-desc * {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.mod-news1 .item-mores {
    margin-top: 15px;
}

.mod-news1 .item-mores a {
    display: block;
    line-height: 42px;
    height: 42px;
    border-radius: 5px;
    background: #f70007;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.mod-news2 {
    overflow: hidden;
    margin-top: -55px;
}

.mod-news2 .item-cell {
    border-top: 1px solid #ccc;
    padding-top: 26px;
    margin-top: 26px;
}

.mod-news2 .item-cnt {}

.mod-news2 .item-pic {}

.mod-news2 .item-pic img {
    height: auto;
    width: auto;
}

.mod-news2 .item-tit * {
    font-size:18px;
    color: #333;
}

.mod-news2 .item-tit {
    margin-bottom: 10px;
    position: relative;
    padding-right: 80px;
}

.mod-news2 .item-desc *,
.mod-news2 .item-desc {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.mod-news2 .item-tit span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
}

/*党建要闻*/
.com-top2 span {
    background: url(../images/icon_10.png) 0 center no-repeat;
}

.mod-news3 {
    height: 200px;
    position: relative;
}

.mod-news3 .item-cell {
    width: 565px;
    float: left;
    /*margin-right: 30px;*/
}

.mod-news3 .swiper-container,
.mod-news3 .swiper-wrapper,
.mod-news3 .item-cell {
    height: 195px !important;
}

.mod-news3 .item-pic {
    width: 180px;
    float: left;
    margin-right: 10px;
}

.mod-news3 .item-pic img {
    display: block;
}

.mod-news3 .item-tit * {
    font-size: 18px;
    color: #333;
}

.mod-news3 .item-tit {
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 5px;
}

.mod-news3 .item-tit:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #f70007;
    width: 100px;
    height: 1px;
}

.mod-news3 .item-desc *,
