
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: "Microsoft Yahei", Verdana, Simsun, "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Helvetica Neue", Arial;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ul, a, h2,
li {
    margin: 0;
    padding: 0;
    display: block;
}
a{
    transition: all 0.3s ease;
}
.sh-hidden {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sh-link-wrap {
    width: 100%;
    line-height: 40px;
    height: 40px;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

a {
    color: #272a2a;
    text-decoration: none;
    background-color: transparent;
}

a:hover, a:active {
    color: #135da9;

}

a:link {
    text-decoration: none;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

.header {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 120px;
}

.logo {
    position: absolute;
    left: 0;
    width: 300px;
}

.logo img {
    width: 300px;
}

.nav-wrap {
    position: absolute;
    right: 0;
    width: 780px;
}

.nav-wrap ul {
    /*width: 100%;*/
    padding: 5px;
}

.nav-wrap ul li {
    display: inline-block;
    line-height: 72px;
}

.nav-wrap ul > li > a {
    padding: 14px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 23px;
}

.navbar {
    margin-bottom: 0;
    height: 110px;
}

.navbar-default {
    background: none;
    border: 0;
}

.navbar ul > li {
    padding-top: 20px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #135da9;
    background: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #135da9;
    background: none;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #135da9;
    background: none;
}

/*.nav a#sel{border-bottom:3px solid #2a63f3;}*/
.nav a#sel:hover:after {
    opacity: 0;
}

.nav .sub {
    display: none;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 109px;
    overflow: hidden;
    text-align: left;
    z-index: 110;
    left: 0px;
    background: rgba(20, 113, 189, 0.8);
}

.nav .sub .nav_xiao {
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.nav .sub .nav_xiao .xiao_three {
    width: 100%;
}

.nav .sub .nav_xiao .xiao_three ul {
    width: 100%;
}

.nav .sub .nav_xiao .xiao_three ul li {
    display: inline;
    width: 100%%;
    height: 70px;
    overflow: hidden;
    text-align: center;
    position: inherit;
    line-height: 46px;
    margin-left: 0px;
}

.nav .sub .nav_xiao .xiao_three ul li a {
    color: #ffffff;
    width: 100%;
    font-size: 16px;
    height: 100%;
    padding: 0
}

.nav .sub .nav_xiao .xiao_three ul li a:hover {
    color: #f1eec8;
}

.main-fontst {
    padding-top: 100px;
    padding-left: 60px;
}

.main-fontst img {
    margin-top: -15px;
}

.main-fontst p {
    font-size: 36px;
    color: #415461;
    margin-left: 10px;
    display: inline-block;
}

.sublink {
    width: 1200px;
    margin: 0 auto;
}

.sublink ul {
    width: 1200px;
}

.sublink li {
    width: 24%;
    margin: 5px 5px 0 5px;
    float: left;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
}

.sublink > ul > li {
    border-right: 1px solid #dcdbdb;
}

.sublink > ul > li:last-child {
    border: 0;
}

.sublink .sub {
    display: none;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 46px;
    overflow: hidden;
    text-align: left;
    z-index: 110;
    left: 0px;
    background-color: rgba(34, 106, 229, 0.62);
}

.sublink .sub .nav_xiao {
    width: 1200px;
    overflow: hidden;
    padding-top: 5px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.sublink .sub .nav_xiao .xiao_three {
    width: 1200px;
    float: right;
    overflow: hidden;
}

.sublink .sub .nav_xiao .xiao_three ul {
    width: 100%;
}

.sublink .sub .nav_xiao .xiao_three ul li {
    float: left;
    display: inline;
    width: 14.28%;
    height: 60px;
    overflow: hidden;
    text-align: center;
    position: inherit;
    line-height: 46px;
    margin-left: 0px;
}

.sublink .sub .nav_xiao .xiao_three ul li a {
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    height: 100%;
    padding-top: 17px;
}

.sublink .sub .nav_xiao .xiao_three ul li a:hover {
    color: #f1eec8;
}

.sublink .sub .nav_xiao .xiao_three ul li:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/*面包屑*/
.breadcrumb {
    background: #f9f9f9;
    font-size: 14px;
}

.breadcrumb a {
    float: left;
    font-size: 14px;
    /*padding-right: 5px;*/
}

.breadcrumb span {
    padding: 0 5px 0 5px;
    font-size: 14px;
}

.main-content {
    width: 100%;
    position: relative;
}

.main-banner {
    width: 100%;
    position: relative;
}

.swiper-container {

}

.swiper-slide {
    background-position: center !important;
    background-size: cover !important;
}

.swiper-button-prev {
    opacity:0.4;
}
.swiper-button-prev:hover{
    opacity: 1;
}
.swiper-button-next {
    opacity:0.4;
}
.swiper-button-next:hover{
    opacity: 1;
}
.swiper-slide p {
    width: 100%;
    background: rgba(0, 0, 0, 0.52);
    color: #ffffff;
    padding: 5px;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    margin: 0;
}

a.swiper-link {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.banner {
    width: 100%;
    height: 800px;
}
.spc-nav-btn .swiper-button-prev,.swiper-ul .swiper-button-prev{
    background: url("../images/ar-2.png") no-repeat!important;
    width: 60px;
    height: 60px;
    background-position: 0 0!important;
    left: 0;
}
.spc-nav-btn .swiper-button-next,.swiper-ul .swiper-button-next{
    background: url("../images/ar-2.png") no-repeat!important;
    width: 60px;
    height: 60px;
    background-position: -60px 0!important;
    right: 0;
}

/* 内容开始 */
.item-content {
    width: 1200px;
    margin: 0 auto;
}

.item-news {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.item-news-title {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 20px 0 10px 0;
}

.item-news-title h2 {
    font-size: 24px;
    color: #0e3980;
    float: left;
    font-weight: bold;
    background: url("../images/bgline.png") bottom no-repeat;
    line-height: 60px;
}

.item-news-title a {
    float: right;
    font-size: 14px;
    line-height: 60px;
}

.substyle {
    border-bottom: 1px solid #e7e7e7;
}

.substyle h2 {
    background: url("../images/bgline.png") no-repeat bottom;
}

.item-news-con {
    width: 100%;
    float: left;
    height: 200px;
    background: url("../images/zhengzhiyinling.png") no-repeat;
}

.item-news-con .top-news {
    width: 80%;
    text-align: center;
    margin: 30px auto 0 auto;
    font-size: 24px;
    color: #a61f1f;
}

.item-news-con .top-news h2 {
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    font-weight: bold;
    /*border-bottom: 1px solid #d4d4d4;*/
}

.item-news-con .top-news2 {
    width: 80%;
    text-align: center;
    margin: 30px auto 0 auto;
    font-size: 24px;
    color: #a61f1f;
}

.item-news-con .top-news2 h2 {
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    font-weight: bold;
}

.item-news-con .top-news-list {
    width: 90%;
    margin: 0 auto;
}

.item-news-con .top-news-list ul li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 80px;
}

.item-news-con .top-news-list ul li a {
    display: inline-block;
    font-size: 22px;
    width: 100%;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.item-news-con .top-news-list2 {
    width: 90%;
    margin: 0 auto;
}

.item-news-con .top-news-list2 ul li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 80px;
}

.item-news-con .top-news-list2 ul li a {
    display: inline-block;
    font-size: 13px;
    width: 100%;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #7c7c7c;
}

.item-list-circle {
    padding-top: 18px;
}

.item-list-circle li {
    line-height: 34px;
    font-size: 17px;
    color: #333333;
}

.item-list-circle li img {
    margin-right: 10px;
    float: left;
    margin-top: 15px;
}

.item-list-circle li .list-date {
    font-size: 15px;
    color: #333333;
    float: right;
}

.full-line {
    background: #f6f6f6;
    width: 100%;
    height: auto;
    display: inline-block;
}

.item-news-list {
    width: 100%;
    display: inline-block;
}

.item-news-list ul {
    width: 100%;
}

.item-news-list ul li {
    width: 48%;
    margin-bottom: 20px;
}

.item-news-list ul li:nth-child(odd) {
    float: left;
}

.item-news-list ul li:nth-child(even) {
    float: right;
}

.item-news-list .date {
    width: 82px;
    border: 1px solid #c5c9d6;
    color: #8893a3;
    text-align: center;
    float: left;
    padding-bottom: 10px;
    position: relative;
}

.item-news-list .date .date-detail {
    font-size: 34px;
    font-weight: bold;
}

.item-news-list .date .date-year {
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0;
}

.item-news-list .news-list-detail {
    width: 490px;
    float: left;
    padding-left: 20px;
    /*padding-top: 10px;*/
}

.item-news-list .news-list-detail h2 {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    font-size: 17px;
    color: #0b0d0e;
    line-height: 40px;
}

.item-news-list .news-list-detail p {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*-webkit-line-clamp:2;*/
    /*-webkit-box-orient:vertical;*/
    font-weight: normal;
    font-size: 13px;
    color: #6f7679;

}

.item-bottom-img {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.item-bottom-img img {
    opacity: 0.3;
}

.item-news-list .news-list-detail a.abstract {
    font-size: 15px;
    color: #8b8a8a !important;
    line-height: 32px;
}

.group-news-wrap {
    margin-top: 30px;
}

.group-notice {
    background: url("../images/notice.png") no-repeat;
    height: 80px;
    margin-top: 30px;
    position: relative;
}

.group-story {
    display: inline-block;
    margin-top: -10px;
}

.group-story .item-news-list li {
    margin-bottom: 0;
}

.group-story .item-list-circle {
    padding-top: 0;
    display: inline-block;
}

.group-notice .item-news-list {
    padding-left: 160px;
    padding-top: 10px;
    padding-right: 50px;
}

.group-notice .item-news-list li {
    margin-bottom: 0px;
    line-height: 44px;
    font-size: 17px;
}

.group-notice .item-news-list li img {
    padding-right: 10px;
}

.group-notice .more {
    position: absolute;
    right: 20px;
    top: 24px;
}

.group-subject {
    margin-top: 20px;
}

.group-subject .item-content li {
    float: left;
    padding: 40px 10px;

}

.zhuanti-img-title {
    float: left;
    margin-right: 20px;
    margin-top: 21px;
    margin-bottom: 19px;
}

.group-subject .item-content li img {
    width: 353px;
    height: 150px;
}

.media-show {
    width: 50%;
    float: left;
}

.media-show .item-list-circle span {
    line-height: 40px;
    height: 40px;
    display: inline-block;
}

.media-show .item-list-circle span.first-child {
    width: 440px;
}

.item-newsone-list {
    width: 100%;
}

.item-news-topone {
    width: 100%;
    border-bottom: 1px dashed #d2d2d2;
}

.item-news-topone h2 {
    color: #333333;
    font-size: 20px;
    line-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.item-news-topone p {
    font-size: 13px;
    color: #999999;
    line-height: 24px;
}

.group-images {
    width: 48%;
    float: right;
}

.banner2 {
    width: 100%;
    height: 350px;
}

.banner3 {
    width: 100%;
    height: 350px;
}

.img-group {
    width: 60%;
    float: left;
}

.staff-talk {
    width: 38%;
    float: right;
}

.staff-talk img {
    width: 100%;
}

.bottom-line {
    background: #0f4295;
    height: 200px;
    /*margin-top: 30px;*/

}

.item-news {
    position: relative;
}

.bottom-line .item-news p {
    color: #a7bcde;
    font-size: 14px;
    margin-top: 40px;
}

.bottom-line .item-news img {
    position: absolute;
    right: 30px;
    height: 130px;
    top: 0px;
}

/*列表页*/
.main-slide {
    width: 100%;
    height: 330px;
    background-position: center;
    background-size: cover;
}

.item-left {
    width: 240px;
    float: left;
}

.item-left .listpage-title {
    color: #ffffff;
    text-align: center;
    height: 125px;
    padding-top: 45px;
    background: url("../images/list_page_title.png") no-repeat;
}

.item-left ul {
    width: 100%;
    background: #f9f9f9;
}

.item-left ul li {
    font-size: 20px;

}

.item-left ul li a {
    padding: 20px 30px;
    display: inline-block;
    width: 100%;
}

.item-left ul li a:hover {
    background: #0a51c2;
    color: #ffffff;
}

.item-left ul li a.active {
    background: #0a51c2;
    color: #ffffff;
}

.item-right {
    width: 900px;
    float: right;
}

.listpage-title {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.listpage-list ul {
    width: 100%;
}

.listpage-list li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed #cecece;
    padding-top: 20px;
    padding-bottom: 20px;
}

.date-wrap {
    width: 15%;
    float: left;
}

.listpage-list .date {
    width: 82px;
    height: 82px;
    color: #8893a3;
    text-align: center;
    float: left;
}

.listpage-list .date .date-detail {
    font-size: 34px;
    font-weight: bold;
}

.listpage-list .date .date-year {
    font-size: 16px;
}

.listpage-list .news-list-detail {
    width: 83%;
    float: left;
    padding-left: 20px;
    padding-top: 10px;
}

.listpage-list .news-list-detail a {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    color: #0b0d0e;
    line-height: 34px;
}

.listpage-list .news-list-detail a.abstract {
    font-size: 15px;
    color: #8b8a8a !important;
    line-height: 32px;
}


/* 新闻单页面 */

.item-no-padding {
    padding-top: 0;
}


/*集团概况*/

.subpage-imglist {

}

.subpage-imglist .sub-top-img {
    position: relative;
    text-align: center;
    height: 600px;
}

.subpage-imglist .sub-top-img img {
    position: absolute;
    top: 33%;
    left: 36%;
}

.subpage-imglist .sub-bottom-img {
    position: relative;
    text-align: center;
    height: 400px;
    width: 48%;
}

.subpage-imglist .sub-bottom-img img {
    position: absolute;
    top: 26%;
    left: 22%;
}

.party-page .item-news-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.party-page .item-news-img a {
    width: 100%;
    height: 100%;
}

.party-page .item-news-img a span {
    background: rgba(11, 13, 14, 0.45);
    color: #ffffff;
    width: 100%;
    display: inline-block;
    padding: 5px;
    position: absolute;
    bottom: 0;
}
.party-page .item-news-img p span {
    background: rgba(11, 13, 14, 0.45);
    color: #ffffff;
    width: 100%;
    display: inline-block;
    padding: 5px;
    position: absolute;
    bottom: 0;
}

.party-page .col-md-12 {
    height: 246px;
}

.party-page .col-md-8, .party-page .col-md-4 {
    height: 350px;
    margin-top: 20px;
}

.news-heng-list .col-md-4 h2 {
    font-size: 20px;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
    /*white-space: nowrap;*/
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
    line-height: 36px;
}

.news-heng-list .col-md-4 p {
    font-size: 14px;
    color: #707376;
    margin-top: 20px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.subpage-industrial ul li {
    font-size: 18px;
}

.tab-content .row {
    padding: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 2px solid #965959;
    border-bottom-color: #0a51c2;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li a {
    margin-right: 0;
    border: 0;
}

.nav-tabs > li a:hover {
    background: none;
    border: 0;
    margin-right: 0;
}

.tab-content a {
    width: 100%;
    height: 100%;
}

.tab-content .cy1 {
    height: 400px;
    width: 49%;
}

.tab-content .cy2 {
    height: 420px;
    margin-top: 20px;
    width: 32.3%;
    float: left;
    margin-right: 20px;
}

.tab-content .cy3 {
    height: 200px;
    margin-top: 20px;
    width: 32.3%;
}

.tab-content .cy4 {
    height: 200px;
    width: 32.3%;
    margin-top: 20px;
}

.tab-content a span {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: inline-block;
    background: rgba(0, 0, 0, 0.41);
    color: #ffffff;
    left: 0;
    padding: 5px;
    font-size: 20px;
}

.tab-content a span img {
    height: 20px;
    margin-right: 10px;
}

#messages .col-md-4 {
    height: 230px;
    text-align: center;
    width: 32.5%;
    font-size: 24px;

}

#messages .col-md-4 a {
    color: #ffffff;
    padding-top: 50px;
}

#messages .col-md-4 a img {
    height: 70px;
    padding-bottom: 10px;
}

.listpage-img-list {
    padding-bottom: 20px;
}

.list-img-wrap {
    width: 100%;
    height: 200px;
    display: block;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #dedede;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-img-bg {
    width: 100%;
    height: 150px;
}

.list-img-wrap p {
    font-size: 16px;
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list-img-picture {
    max-width: 1200px;
    display: block;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #dedede;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-img-picture img {
    max-width: 1085px;
}

.echarts-wrapper {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: url("../images/11.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}

.echarts-wrapper-china {
    position: absolute;
    bottom: 160px;
    right: 50px;
    width: 220px;
    height: 160px;
    border: 1px solid #09b8c0;
    background: #1a2876;
}