.news-pic-list {
    margin-right: -32px;
    margin-top: 32px;
}

.news-pic-list .item {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 32px;
    margin-bottom: 32px;
}

.news-pic-list .item .inner {
    width: 100%;
}

.news-pic-list .item .pic {
    display: block;
    width: 100%;
    padding-top: 58.221%;
    position: relative;
    overflow: hidden;
    transition: box-shadow 300ms ease;
}

.video-pic-list .item .pic:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/videoicon1.png) no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.news-pic-list .item .pic:hover {
    box-shadow: 0px 0px 13px 0px rgba(73, 73, 73, 0.5);
}

.news-pic-list .item .pic:hover img {
    transform: scale(1.1);
}


.news-pic-list .item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 300ms ease;
}

.news-pic-list .item .context {
    overflow: hidden;
}

.news-pic-list .item .context .time {
    font-size: 16px;
    color: #ccc;
    line-height: 18px;
    margin: 10px 0;
    float: left;
}

.news-pic-list .item .context .from {
    float: none;
    overflow: hidden;
    text-align: right;
    font-size: 15px;
    margin: 10px 0;
    line-height: 18px;
    color: #5f7da2;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-pic-list .item .context .title {
    font-size: 18px;
    line-height:26px;
    height:52px;
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    clear: both;
}
.video-pic-list .item .context .title{
    margin-bottom:0;
}
.news-pic-list .item .context .title:hover {
    color: #d6000f;
}

.news-pic-list .item .context .desc {
    font-size: 14px;
    line-height: 22px;
    color: #999;
    height: 44px;
    overflow: hidden;
}

.pdf-list .item .context .title,
.ewm-list .item .context .title {
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 18px;
}
.ewm-list .item {
    width:20%;
}
.ewm-list .item .pic {
    padding-top: 100%;
    box-sizing: border-box;
    border: 1px solid #ededed;
}

.ewm-list .item .pic img {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
}

.news-list .item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.news-list .item .date {
    float: left;
    margin-right: 30px;
    width: 89px;
    height: 89px;
    background-color: #d5d5d5;
    text-align: center;
}

.news-list .item .date .day {
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 32px;
}

.news-list .item .date .year {
    margin: 0 1px;
    line-height: 33px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

.news-list .item .con {
    float: none;
    overflow: hidden;
}

.news-list .item .con .title { padding-top: 6px;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.news-list .item .con .desc {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    max-height: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.news-list .item .con .detail {
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-top: 10px;
    display: inline-block;
}

.news-list .item:hover .date {
    background-color: #d6000f;
}

.news-list .item:hover .con .title {
    color: #d6000f;
}

.current-menu {
    font-size: 32px;
    line-height: 77px;
    border-bottom: 1px solid #eeeeee; position: relative;
}
.current-menu span{ position: absolute; left: 176px; top: 28px; line-height: 150%;}
.recommand-news {
    background-color: #f8f8f8;
    padding: 55px 0;
}

.recommand-news .list .item {
    background-color: #fff;
    display: none;
}

.recommand-news .list .item .pic {
    float: left;
    width: 47.7215%;
}

.recommand-news .list .item .pic a {
    display: block;
    width: 100%;
    padding-top: 62.8647%;
    position: relative;
}

.recommand-news .list .item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.recommand-news .list .item .context {
    float: none;
    overflow: hidden;
    padding-top: 90px;
    padding-right: 50px;
    padding-left: 50px;
}

.recommand-news .list .item .context .title {
    display: block;
    font-size: 34px;
    line-height: 54px;
}

.recommand-news .list .item .context .time {
    font-size: 20px;
    color: #999;
    margin: 15px 0;
}

.recommand-news .list .item .context .desc {
    font-size: 16px;
    line-height: 36px;
    color: #999;
}

.recommand-news .list .item .context .detail {
    font-size: 18px;
    color: #d6000f;
    margin-top: 40px;
    display: inline-block;
}

.recommand-news .wrapper {
    position: relative;
}

.recommand-news .tab {
    overflow: hidden;
    position: absolute;
    left: 47.7215%;
    top: 30px;
    padding-left: 50px;
}

.recommand-news .tab span {
    float: left;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #efefef;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.recommand-news .tab span.active {
    color: #fff;
    background-color: #d6000f;
}


.news-types ul {
    overflow: hidden;
}

.news-types ul li {
    float: left;
    font-size: 20px;
    padding: 25px 0;
    cursor: pointer;
}

.news-types ul li+li {
    margin-left: 100px;
}

.news-types ul li.cr {
    color: #d6000f;
    border-bottom: 4px solid #d6000f;
}

.newsinfo-page {
    margin-top: 40px;
}

.newsinfo-page .layer-wrapper {
    width: 1600px;
}

.newsinfo-page .more-list {
    float: right;
    width: 320px;
    margin-left: 60px;
    border: 1px solid #ececec;
}

.newsinfo-page .more-list .more {
    line-height: 50px;
    padding: 0 15px;
    overflow: hidden;
}

.newsinfo-page .more-list .more span {
    float: left;
    font-size: 20px;
}

.newsinfo-page .more-list .more a {
    float: right;
    font-size: 12px;
    color: #999;
}

.newsinfo-page .more-list .list .item {
    display: block;
}

.newsinfo-page .more-list .list .item .date {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    padding: 0 15px;
    background-color: #f8f8f8;
}

.newsinfo-page .more-list .list .item .title {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px;
    display: block;
}

.newsinfo-page .more-list .list .item:hover .date {
/*    background-color: #d6000f;
    color: #fff;*/
}

.newsinfo-page .more-list .list .item:hover .title{ color: #d6000f;}

.newsinfo-page .content {
    float: none;
    overflow: hidden;
}

.news-info-title {
    padding-bottom: 40px;
    text-align: center;
    margin-top: 20px;
}

.news-info-title .title {
    font-size: 34px;
    color: #040404;
    line-height: 54px;
}

.news-info-title .source {
    text-align: center;
    margin-top: 15px;
    line-height: 32px;
    position: relative;
}

.news-info-title .source .news-share{
    position: absolute;
    right:0;
    top:0;
}
.news-info-title .time {
    font-size: 20px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
}

.news-info-title .from {
    font-size: 16px;
    color: #000;
    float: left;
    margin-bottom:20px;
    padding-bottom:3px;
    border-bottom:2px solid #a4000c;
}
.news-info-title .from a{
    display:block;
    background-color: #a4000c;
    color: #fff;
    padding: 5px 20px;
}

.news-info-title .title{
    clear:both;
}
.news-info-title .title:after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    background-color: #d6000f;
    margin: 0 auto;
    margin-top: 25px;
}

.news-share{
    margin-bottom:50px;
    text-align: right;
}
.news-share * {
    vertical-align: middle;
}

.news-share span {
    margin-right: 5px;
    font-size:14px;
}

.news-share em {
    margin-right: 10px;
    cursor: pointer;
    display:inline-block;
}

.content-text-body {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
}
.content-text-body *{
    font-size: 20px !important;
    line-height: 36px !important;
    font-family:"syht","宋体" !important;
}
.content-text-body p {
    text-align: justify;
    margin-bottom: 1em;
    text-indent: 2em !important;
}

.content-text-body img {
    display: block;
    width:800px !important;
    max-width: 100%;
    height: auto !important;
    margin:0 auto;
}

.content-text-body .from-link {
    text-align: left;
    text-decoration: underline;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}

/* 党群建设 */
.party-page {
    margin-bottom: 30px;
}

.party-page .table {
    margin: 0 -20px;
}

.party-page .table table {
    width: 100%;
    table-layout: fixed;
}

.party-page .table table td {
    padding: 40px 20px 0 20px;
    vertical-align: top;
}

.party-tit {
    line-height: 53px;
    height: 53px;
    color: #fff;
    margin-bottom: 20px;
}

.party-tit .more {
    float: right;
    width: 105px;
    height: 100%;
    text-transform: uppercase;
    background: url(../images/party-tit-more.png) no-repeat left center;
}

.party-tit .title {
    float: none;
    overflow: hidden;
    height: 100%;
    background-color: #d6000f;
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    padding-left: 85px;
}

.party-tit .title:before {
    content: "";
    position: absolute;
    width: 53px;
    height: 100%;
    border-right: 3px solid #fff;
    left: 0;
    top: 0;
    background: url(../images/danghui.png) no-repeat center center;
}
.swiper-container-djxx,.swiper-container-jjjc{
    overflow: hidden;
    position: relative;
}
.swiper-container-djxx .swiper-wrapper,.swiper-container-jjjc .swiper-wrapper{
    width: 100%;
    padding-top: 50%;
    position: relative;
}
.swiper-container-djxx .swiper-wrapper .swiper-slide,.swiper-container-jjjc .swiper-wrapper .swiper-slide{
    position: absolute !important;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.swiper-container-djxx .djxx-pagination,.swiper-container-jjjc .jjjc-pagination{
    position: absolute;
    bottom:20px;
    right:10px;
    font-size:0;
    line-height: 0;
}
.swiper-container-djxx .djxx-pagination .swiper-pagination-switch,.swiper-container-jjjc .jjjc-pagination .swiper-pagination-switch{
    margin:0 5px;
    background-color:rgba(255, 255, 255, 0.5);
    width:20px;
    height:8px;
}
.swiper-container-djxx .djxx-pagination .swiper-active-switch,.swiper-container-jjjc .jjjc-pagination .swiper-active-switch{
    background-color:rgba(255, 255, 255,1)
}
.party-page .list{
    margin-top:20px;
}
.party-page .list .item {
    display: block;
    line-height: 30px;
    padding: 5px 0;
}

.party-page .list .item .time {
    float: right;
    margin-left: 10px;
    font-size: 16px;
    color: #999;
}

.party-page .list .item .name {
    float: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    position: relative;
}

.party-page .list .item .name:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #d6000f;
    border-radius: 100%;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.party-page .recommand {
    /* padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 16px; */
}

.party-page .recommand .pic {
    /* float: left;
    margin-right: 20px; */
    float:none;
    width:100%;
    height:100%;
}

.party-page .recommand .pic a {
    display: block;
    width:100%;
    height:100%;
    position: relative;
}

.party-page .recommand .pic img {
    /* width: 274px;
    height: 186px; */
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}

.party-page .recommand .context {
    float: none;
    overflow: hidden;
    position: absolute;
    left:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.5);
    width:100%;
}

.party-page .recommand .context .name {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:10px;
    padding-right:120px;
}

.party-page .recommand .context .time {
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin: 10px 0;
    display:none;
}

.party-page .recommand .context .desc {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:none;
}

.party-page .recommand .context .detail {
    color: #999;
    font-size: 16px;
    display: inline-block;
}

.party-page .topic .item {
    display: block;
    overflow: hidden;
}

.party-page .topic .item+.item {
    margin-top: 20px;
}

.party-page .topic img {
    /* height:248px; */
}

.good-partyer {
    margin-top: 60px;
}

.partyer-list {
    text-align: center;
    margin-top: 35px;
}

.partyer-list .item {
    width: 14.2857%;
    float: left;
}

.partyer-list .item .pic {
    width: 169px;
    max-width: 100%;
    margin: 0 auto;
}

.partyer-list .item .name {
    font-size: 18px;
    margin-top: 10px;
}

/* common */
.square {
    width: 100px;
    height: 100px;
    padding-right: 44px;
    padding-bottom: 44px;
    position: relative;
}

.square span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d6000f;
}

.square:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    background-color: #333333;
    right: 0;
    bottom: 0;
}

/* 公司概况 */
.company-desc {
    margin-top: 40px;
}

.company-desc .d-left {
    float: left;
    margin-right: 80px;
}

.company-desc .d-right {
    float: none;
    overflow: hidden;
}

.company-desc .square {
    float: left;
}

.company-desc .com-tit {
    float: right;
    padding-right: 55px;
    padding-top: 35px;
    text-align: left;
}

.company-desc .d-left .pic {
    margin-top: 40px;
}

.company-desc .d-left .pic img {
    width: 450px;
    height: 554px;
}

.company-desc .d-right .title {
    font-size: 24px;
    color: #000;
    margin: 30px 0;
    font-weight: bold;
}

.company-desc .d-right .desc {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-indent: 2em;
    text-align: justify;
}

.company-desc .d-right .desc img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

.core-linian {
    background: url(../images/liannianbg.jpg) no-repeat center bottom;
    padding: 90px 0;
}
.core-linian .wrapper{
    margin-right:-5px;
}
.core-linian .tab-tit{
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-right:0;
    margin-bottom: 50px;
}
.core-linian .tab-tit li {
    display: table-cell;
    box-sizing: border-box;
    padding-right: 5px;
    position: relative;
}
/* .core-linian .tab-tit {
    margin-right: -5px;
    margin-bottom: 50px;
}

.core-linian .tab-tit:after {
    content: "";
    display: table;
    clear: both;
} 

.core-linian .tab-tit li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding-right: 5px;
    position: relative;
}
*/
.core-linian .tab-tit li span {
    display: block;
    line-height: 100px;
    text-align: center;
    font-size: 22px;
    background-color: #e1dad6;
    cursor: pointer;
}

.core-linian .tab-tit li.active:after {
    content: "";
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    margin-left: -22px;
    bottom: -50px;
}

.core-linian .tab-tit li.active span {
    background-color: #d6000f;
    color: #fff;
}

.core-linian .tab-tit li.active span:before {
    content: "";
    height: 1px;
    background-color: #e24d57;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.core-linian .tab-tit li.active span:after {
    content: "";
    height: 1px;
    background-color: #e24d57;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.core-linian .info {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    box-shadow: 2px 4px 24px 0px rgba(155, 155, 155, 0.23);
    font-size: 16px;
    line-height: 30px;
    display: none;
}

.core-linian .info .slogin {
    font-size: 22px;
    color: #d6000f;
    cursor: pointer;
    font-family: 'hxbnst';
    position: relative;
}

.core-linian .info .slogin .detail {
    position: absolute;
    right: 0;
    font-size: 14px;
    user-select: none;
}

.core-linian .info .slogin.open .detail {
    font-size: 0;
    line-height: 0;
}

.core-linian .info .slogin.open .detail:after {
    content: "收起>";
    font-size: 14px;
    line-height: normal;
}

.core-linian .info .desc {
    display: none;
    text-indent: 2em;
    margin-top: 20px;
}

.core-linian .info .block {
    display: block;
}

.core-linian img {
    display: inline-block;
}


.company-leader {
    margin-top: 40px;
    border-bottom: 1px solid #e7e7e7;
}

.company-leader .l-left {
    float: left;
    /* width:23.4177%; */
/*    width: 270px;*/
	    width: 210px;
    position: relative;
}

.company-leader .l-right {
    float: none;
    overflow: hidden;
}

.company-leader .com-tit {
    text-align: left;
    margin-top: 40px;
}





.company-leader .l-right .leaders .swiper-slide {
    /* height:250px; 
    border-bottom:1px solid #e1e1e1;*/
    float: left;
    width: 33.3332%;
    overflow: hidden;
    margin-bottom:30px;
}

.company-leader .l-right .leaders .pic {
    float: right;
    width: 30%;
    height: 100%;
    overflow: hidden;
}

.company-leader .l-right .leaders .pic img {
    width: 200px;
    height: 100%;
    float: right;
}

.company-leader .l-right .leaders .con {
    float: none;
    height: 100%;
    overflow: hidden;
}
.company-leader .l-right .leaders .swiper-wrapper{ display:  flex;  flex-wrap: wrap;align-items: flex-start;}
.company-leader .l-right .leaders .con .name{ display: flex; min-height: 48px; align-items:center;/* padding-right: 10px; */padding-right: 20px; }
.company-leader .l-right .leaders .mod-td{}
.company-leader .l-right .leaders .con .name span {
    font-size: 24px;
    display: inline-block;
    line-height: 30px;
    border-right: 2px solid #d6000f;
    padding-right: 10px;
    margin-right: 10px;
}

.company-leader .l-right .leaders .con .name em {
    font-size: 16px;
	flex: 1;
}

.company-leader .l-right .leaders .con .desc {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    margin-top: 30px;
}

.ctrl-btn {
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

.ctrl-btn .prev {
    width: 50px;
    height: 50px;
    float: left;
    background: url(../images/prev.png) no-repeat center center #d6000f;
}

.ctrl-btn .next {
    width: 50px;
    height: 50px;
    float: left;
    background: url(../images/next.png) no-repeat center center #333333;
}

.leader-speech {
    padding: 65px 0;
    margin-top: 65px;
    background: url(../images/leaderspeech-bg.jpg);
}

.leader-speech .pre-next {
    width: 240px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-top: 25px;
}

.leader-speech .pre-next .swiper-pagination-switch {
    background-color: #333333;
    margin: 0 8px;
    cursor: pointer;
}

.leader-speech .pre-next .swiper-active-switch {
    background-color: #ed2326;
}

.leader-speech .speech-swiper {
    overflow: hidden;
}

.leader-speech .swiper-slide {
    vertical-align: top;
}

.leader-speech .speecher {
    float: left;
    margin-right: 120px;
}

.leader-speech .speecher img {
    width: 240px;
    height: 270px;
}

.leader-speech .speecher .tit {
    width: 100%;
    text-align: center;
    background-color: #d6000f;
    color: #fff;
    padding: 20px 0 15px 0;
    line-height: 1;
}

.leader-speech .speecher .tit h2 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 10px;
}

.leader-speech .speecher .tit span {
    opacity: 0.3;
    font-size: 16px;
}

.leader-speech .speechcon {
    float: none;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    /* background: url(../images/yinhao.png) no-repeat left top; */
    background-size: auto 50px;
    /* padding-top: 50px;
    padding-left: 30px; */
    text-indent: 2em;
}

.leader-speech .speechcon img {
    display: inline-block;
}

.company-organization {
    padding: 40px 0;
}

.company-organization img {
    display: inline-block;
    height: auto !important;
}

.company-event-title {
    padding: 20px 0;
    background: url(../images/leaderspeech-bg.jpg);
}

.company-event .wrapper {
    position: relative;
}

.event-swiper {
    position: relative;
    margin: 20px;
    padding: 400px 0;
    overflow: hidden;
}

.company-event .wrapper .event-prev {
    position: absolute;
    left: 0;
    top: 50%;
    color: #d6000f;
    margin-top: -16px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}

.company-event .wrapper .event-next {
    position: absolute;
    right: 0;
    top: 50%;
    color: #d6000f;
    margin-top: -16px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}

.event-swiper .swiper-slide {
    height: 1px;
    position: relative;
    overflow: visible;
    background-color: #ed0104;
}

.event-swiper .swiper-slide .circle {
    width: 26px;
    height: 26px;
    padding: 3px;
    border: 1px solid #ed0104;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 50%;
    margin-top: -17px;
}

.event-swiper .swiper-slide .circle:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ed0104;
    border-radius: 100%;
}

.event-swiper .swiper-slide .time {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px;
    font-size: 44px;
    font-family: Arial, Helvetica, sans-serif;
}

.event-swiper .swiper-slide .text {
    text-align: center;
    position: absolute;
    top: 130px;
}

.event-swiper .swiper-slide .text .title {
    font-size: 18px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    display: none;
}

.event-swiper .swiper-slide .text .desc {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    max-height: 354px;
    overflow: hidden;
    text-align: justify;
    white-space: pre-line;
}

.event-swiper .swiper-slide:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    left: 50%;
    top: 17px;
    background-color: #ed0104;
}

.event-swiper .swiper-slide:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #ed0104;
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -7px;
}

.event-swiper .swiper-slide.odd .time {
    bottom: inherit;
    bottom: initial;
    top: 40px;
}

.event-swiper .swiper-slide.odd .text {
    top: inherit;
    top: initial;
    bottom: 150px;
}

.event-swiper .swiper-slide.odd:before {
    top: inherit;
    top: initial;
    bottom: 17px;
}

.event-swiper .swiper-slide.odd:after {
    top: inherit;
    top: initial;
    bottom: 95px;
}

/* 人才发展 */
.talent-page-title {
    margin: 40px 0 30px 0;
}

.talent-page-title .square {
    width: 80px;
    height: 80px;
    padding-right: 35px;
    padding-bottom: 35px;
}

.talent-page-title .square:after {
    width: 35px;
    height: 35px;
}

.talent-page-title .square+.com-tit {
    margin-top: -90px;
}

.talent-list {
    margin-right: -25px;
}

.talent-list .item {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding-right: 25px;
    margin-bottom: 40px;
}

.talent-list .item .inner {
    width: 100%;
    box-shadow: 0px 0px 7px 0px rgba(151, 151, 151, 0.24);
}

.talent-list .item .inner .pic {
    display: block;
    width: 100%;
    padding-top: 54.9019%;
    position: relative;
}

.talent-list .item .inner .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}



.talent-list .item .inner .name {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 66px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}

/* 人才招聘 */
.joblist {
    border-top: 4px solid #004ea2;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 30px;
}

.joblist .title,
.joblist .list {
    padding: 0 30px;
}

.joblist .title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
}

.joblist table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.joblist table td {
    height: 50px;
    text-align: center;
}

.joblist .title table td {
    height: 60px;
}

.joblist .list table td {
    border-bottom: 1px dashed #dbdbdb;
}

.joblist table .name {
    width: 320px;
    text-align: left;
}

.joblist table td.slide {
    width: 140px;
}

.joblist .core {
    margin-bottom: -1px;
}

.joblist .core .con {
    position: relative;
    border-bottom: 1px dashed #dbdbdb;
    padding: 25px 0;
    line-height: 28px;
    display: none;
}

.joblist .core .con .apply {
    position: absolute;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #f39800;
    width: 130px;
    text-align: center;
    right: 0;
    bottom: 25px;
}

.joblist .core .con .tit {
    line-height: 1;
    border-left: 4px solid #fabe00;
    padding-left: 8px;
    margin-bottom: 10px;
}

.joblist .core .con .cell+.cell {
    margin-top: 25px;
}

.joblist table td .slideIcon .icon-jiantoushang1 {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f39800;
    display: none;
    margin: 0 auto;
    margin-top: -5px;
}

.joblist table td .slideIcon .icon-jiantouxia1 {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #999999;
    margin: 0 auto;
    margin-top: 15px;
}

.joblist .openSlide .con {
    display: block;
}

.joblist .openSlide table td .slideIcon .icon-jiantouxia1 {
    display: none;
}

.joblist .openSlide table td .slideIcon .icon-jiantoushang1 {
    display: block;
}


/* 社会责任 */
.social-management {
    padding: 30px 0 50px 0;
    background: url(../images/leaderspeech-bg.jpg);
}

.social-page-title .square {
    width: 80px;
    height: 80px;
    padding-right: 35px;
    padding-bottom: 35px;
}

.social-page-title .square:after {
    width: 35px;
    height: 35px;
}

.social-page-title .square+.com-tit {
    margin-top: -90px;
}

.social-three {
    margin-right: -40px;
    margin-top: 30px;
}

.social-three .item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}

.social-three .item .inner {
    width: 100%;
}

.social-three .item .pic {
    width: 100%;
    padding-top: 62.3376%;
    display: block;
    position: relative;
}

.social-three .item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.social-three .item .pic .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
}

.social-three .item .pic .cover .box {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    padding: 0 40px 20px 40px;
}

.social-three .item1 .pic .cover {
    background: url(../images/social-bg1.png) no-repeat center bottom;
    background-size: 100% auto;
}

.social-three .item2 .pic .cover {
    background: url(../images/social-bg2.png) no-repeat center bottom;
    background-size: 100% auto;
}

.social-three .item3 .pic .cover {
    background: url(../images/social-bg3.png) no-repeat center bottom;
    background-size: 100% auto;
}

.social-three .item .pic .cover .title {
    font-size: 24px;
    line-height: 1;
}

.social-three .item .pic .cover .title:after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    background-color: #fff;
    margin: 20px 0 15px 0;
}

.social-three .item .pic .cover .desc {
    font-size: 16px;
    line-height: 26px;
}

.social-three .item .pic .cover .more {
    font-size: 14px;
    margin-top: 10px;
}

.social-three .item .pic .cover .more span {
    display: inline-block;
    padding-right: 20px;
    background: url(../images/arrow.png) no-repeat right center;
    background-size: auto 12px;
}

.social-practice {
    margin-top: 35px;
    padding-bottom: 20px;
}

.social-practice .table {
    margin: 0 -20px;
}

.social-practice .table>table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
}

.social-practice .table>table td {
    background-color: #f5f5f5;
    padding: 20px 24px 0 24px;
    vertical-align: top;
}

.social-practice .table .social-swiper {
    margin-top: 20px;
}

.social-practice .table .swiper-slide {
    padding-right: 20px;
    box-sizing: border-box;
    width: 33.3333%;
    vertical-align: top;
    opacity: 0.3;
    transition: opacity 300ms ease;
}

.social-practice .table .swiper-slide-visible {
    opacity: 1;
}

.social-practice .table .wrap {
    background-color: #f5f5f5;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 24px 0 24px;
}

.social-practice .table .wrap .title {
    line-height: 28px;
    margin-bottom: 20px;
}

.social-practice .table .wrap .title .more {
    float: right;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

.social-practice .table .wrap .title .name {
    float: none;
    overflow: hidden;
    font-size: 22px;
    color: #d6000f;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.social-practice .table .wrap .pic {
    display: block;
    width: 100%;
    padding-top: 51.6129%;
    position: relative;
}

.social-practice .table .wrap .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.social-practice .table .wrap ul {
    overflow: hidden;
    padding: 15px 0;
}

.social-practice .table .wrap ul li {
    float: left;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    padding-left: 20px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.social-practice .table .wrap ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #d6000f;
    position: absolute;
    left: 0;
    top: 15px;
}

.social-practice .pre-next {
    text-align: center;
    margin-top: 45px;
    font-size: 0;
    line-height: 0;
}

.social-practice .pre-next .pre-button {
    display: inline-block;
    width: 80px;
    height: 20px;
    /* background-color:#e21800; */
    background: url(../images/prev2.png) no-repeat center center #e21800;
    cursor: pointer;
}

.social-practice .pre-next .next-button {
    display: inline-block;
    width: 80px;
    height: 20px;
    /* background-color:#333333; */
    margin-left: 15px;
    background: url(../images/next2.png) no-repeat center center #333333;
    cursor: pointer;
}

/* 投资领域 */
.business-core {
    padding: 40px 0;
    background: url(../images/leaderspeech-bg.jpg);
}

.core-industry {
    margin-top: 40px;
}

.core-industry table {
    width: 100%;
}

.core-industry table .percent1 {
    width: 44.3038%;
    max-width: 700px;
    min-width: 580px;
}

.core-industry table .cont {
    background-color: #fff;
    padding: 0 20px;
}

.core-industry .four-core {
    float: left;
    width: 100%;
    margin-bottom: -20px;
    position: relative;
}

.core-industry .four-core:after {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    background-color: #fff;
    border-radius: 100%;
    z-index: 4;
    left: 50%;
    margin-left: -27px;
    top: 50%;
    margin-top: -37px;
}

.core-industry .four-core .wrap {
    margin-right: -20px;
}

.core-industry .four-core .item {
    float: left;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.core-industry .four-core .item .pic {
    width: 100%;
    padding-top: 92.6471%;
    position: relative;
}

.core-industry .four-core .item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.core-industry .four-core .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(214, 0, 15, 0.8);
    z-index: 2;
    text-align: center;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    opacity: 0;
    transform: opacity 400ms ease;
}

.core-industry .four-core .cover .icon1 {
    width: 50px;
    height: 50px;
    background: url(../images/business-icon1.png) no-repeat center center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.core-industry .four-core .active .cover {
    opacity: 1;
}

.core-industry .content {
    width: 100%;
    max-width: 746px;
    margin: 0 auto;
}

.core-industry .content .name {
    font-size: 36px;
    color: #d6000f;
    margin-bottom: 20px;
}

.core-industry .content .desc {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.core-industry .content .logos {
    margin-right: -20px;
    margin-top: 15px;
}

.core-industry .content .logos .item {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 30px;
}

.core-industry .content .logos .item .inner {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
}

.core-industry .content .logos .item .pic {
    display: block;
    width: 100%;
    height: 55px;
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
}

.core-industry .content .logos .item .pic:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    content: "";
}

.core-industry .content .logos .item .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.core-industry .content .logos .item .title {
    font-size: 14px;
    color: #999;
    background-color: #f7f7f7;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.industry-core .tab-tit {
    overflow: hidden;
    margin-right: -5px;
}

.industry-core .tab-tit li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 5px;
}

.industry-core .tab-tit li span {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background-color: #e7e7e7;
    cursor: pointer;
}

.industry-core .tab-tit li.active span {
    background-color: #d6000f;
    color: #fff;
}

.industry-core .info {
    margin-top: 30px;
    display: none;
    overflow: hidden;
    margin-bottom: 30px;
}

.industry-core .info .intro .pic {
    float: left;
    margin-right: 40px;
    width: 44.3308%;
    max-width: 700px;
}

.industry-core .info .intro .con {
    float: none;
    overflow: hidden;
}

.industry-core .info .intro .con .title {
    font-size: 36px;
    color: #d6000f;
}

.industry-core .info .intro .con .desc {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-top: 20px;
    text-align: justify;
}

.industry-core .info .list {
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
    margin-right: -20px;
    overflow: hidden;
}
.industry-core .info .list .item {
    display: block;
    float: left;
    width: 50%;
    padding-right: 20px;
    margin-top: 30px;
    box-sizing: border-box;
}

.industry-core .info .one-child{
    text-align: center;
    margin-right:0;
}
.industry-core .info .one-child .item{
    float:none;
    display:inline-block;
    padding-right:0;
    text-align: left;
}
.industry-core .info .list .item .wrap {
    background-color: #f7f7f7;
    padding: 10px;
    transition: all 300ms ease;
}

.industry-core .info .list .item .left {
    float: left;
    width: 234px;
    margin-right: 30px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
}

.industry-core .info .list .item .pic {
    display: block;
    width: 100%;
    height: 110px;
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    background-color: #fff;
}

.industry-core .info .list .item .pic:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    content: "";
}

.industry-core .info .list .item .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.industry-core .info .list .item .title {
    font-size: 14px;
    color: #999;
    background-color: #f7f7f7;
    line-height: 45px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.industry-core .info .list .item .right {
    float: none;
    overflow: hidden;
    height: 110px;
}

.industry-core .info .list .item .right:before {
    content: "";
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
}

.industry-core .info .list .item .name {
    font-size: 18px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.industry-core .info .list .item .name .detail{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.industry-core .info .list .item .desc {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin-top: 15px;
    width: 100%;
    max-width: 800px;
}

.industry-core .info .list .item .desc .en {
    font-size: 12px;
}

.industry-core .info .list .item:hover .wrap {
    background-color: #d6000f;
}

.industry-core .info .list .item:hover .name .detail {
    color: #fff;
}

.industry-core .info .list .item:hover .name {
    color: #fff;
}


.business-page-title {
    margin: 30px 0;
}

.business-page-title .square+.com-tit {
    margin-top: -90px;
}

.business-project {
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
}

.business-project .business-project-swiper,
.business-project .business-gc-swiper {
    margin: 0 -9px;
}

.business-project .swiper-slide {
    box-sizing: border-box;
    padding: 0 9px;
}

.business-project .swiper-slide .pic {
    display: block;
    width: 100%;
    padding-top: 54.3689%;
    position: relative;
    overflow: hidden;
}

.business-project .swiper-slide .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.business-project .swiper-slide .pic .name {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}

.business-project .swiper-slide .pic .cover {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 3;
    opacity: 0;
    transition: opacity 300ms ease;
    ;
}

.business-project .swiper-slide .pic:hover .cover {
    opacity: 1;
}

.business-project .swiper-slide .pic:hover .name {
    display: none;
}

.business-project .swiper-slide .pic .cover .mod-td {
    padding: 0 50px;
}

.business-project .swiper-slide .pic .cover .tit {
    font-size: 26px;
}

.business-project .swiper-slide .pic .cover .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}

.business-project .swiper-slide .pic .cover .go {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #d6000f;
    font-family: serif;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 15px;
}

.project-prev-btn {
    width: 42px;
    height: 42px;
    background: url(../images/prev-swiper.png) no-repeat center center;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -21px;
    z-index: 3;
    cursor: pointer;
}

.project-next-btn {
    width: 42px;
    height: 42px;
    background: url(../images/next-swiper.png) no-repeat center center;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -21px;
    z-index: 3;
    cursor: pointer;
}


.major-list {
    margin-right: -37px;
    margin-top: 30px;
}

.major-list .item {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding-right: 37px;
    margin-bottom: 20px;
}

.major-list .item .inner {
    width: 100%;
}

.major-list .item .inner .pic {
    display: block;
    width: 100%;
    padding-top: 52.5896%;
    position: relative;
    box-shadow: 0px 0px 7px 0px rgba(151, 151, 151, 0.24);
}

.major-list .item .inner .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.major-list .item .inner .name {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    text-align: center;
}

.project-list .item {
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
}
.project-list .item .inner{
    background:url(../images/background.png) no-repeat right bottom;
}
.project-list .item .pic {
    float: left;
    width: 292px;
    height: 176px;
    margin-right: 30px;
}

.project-list .item img {
    width: 100%;
    height: 100%;
}

.project-list .item .con {
    float: none;
    overflow: hidden;
    padding-right:50px;
}

.project-list .item .name {
    display: block;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 2px;
    position: relative;
    padding-left:20px;
}
.project-list .item .name:before{
    content:"";
    position: absolute;
    left:0;
    height:20px;
    top:8px;
    width:3px;
    background-color:#d6000f;
}
.project-list .item .desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    letter-spacing: 2px;
}

.project-list .item .detail {
    color: #999;
    font-size: 14px;
    display: inline-block;
    margin-top: 30px;
}

/* 产业详情 */
.business-project-info {
    margin-top: 50px;
}

.business-project-info .image {
    float: left;
    margin-right: 50px;
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
}

.business-project-info .image:before {
    content: "";
    width: 72px;
    height: 72px;
    background-color: #d6000f;
    position: absolute;
    left: 0;
    top: 0;
}

.business-project-info .image img {
    position: relative;
    z-index: 1;
    width: 514px;
    max-width: 100%;
}

.business-project-info .content {
    float: none;
    overflow: hidden;    
    display: flex;
    flex-direction: column;
    height: 580px;
}

.business-project-info .content .con {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    text-indent: 2em;
    text-align:justify;
    flex: 1;
    overflow: auto;
    height:500px;
}

.business-project-info .content .con .ewm {
    width: 120px;
    height: 120px;
}

.business-project-info .content .con .from-link {
    text-align: left;
    text-indent: 0em;
    margin-top: 20px;
    font-size: 16px;
    text-decoration: underline;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.business-project-info .content .title {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size:0;
    line-height: 0;
}

.business-project-info .content .title .weburl {
    /* float: right; */
    display:inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    background: #d6000f;
    padding: 0 10px;
}

.business-project-info .content .title .name {
    display:inline-block;
    vertical-align: middle;
    line-height: normal;
    /* float:none */
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
}
.business-project-info .content .title .clear{
    width:100%;
    display:inline-block;
}
.business-project-info .important-proejct {
    background-color: #f8f8f8;
    padding: 30px 0 50px 0;
    margin-top: 40px;
}

.business-project-info .business-project {
    margin: 0;
    margin-top: 30px;
}

.business-project-info .business-project-swiper {
    margin: 0 -18px 0 0;
}

.business-project-info .business-project-swiper .swiper-slide {
    float: left;
    display: block;
    width: 33.3333%;
    box-sizing: border-box;
    padding: 0 18px 0 0;
}

.major-proejct .business-project-swiper .swiper-slide {
    margin-bottom: 20px;
}

.project-info {
    margin-top: 30px;
    margin-bottom: 45px;
}

.project-info .image {
    float: left;
    margin-right: 50px;
    width: 536px;
    max-width: 100%;
}

.project-info .content {
    float: none;
    overflow: hidden;
}

.project-info .content .name {
    font-size: 20px;
}

.project-info .content .con {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
}



.business-gc-info .title {
    background-color: #f8f8f8;
    border-bottom: 1px solid #d9d9d9;
    font-size: 32px;
    text-align: center;
    padding: 20px 0;
}
.business-gc-info .subtitle{
    text-align:center;
    font-size:24px;
    margin-top:30px;
}
.business-gc-info .content {
    font-size: 20px;
    line-height: 36px;
    padding: 30px 0;
    text-align: justify;
}
.business-gc-info .content .layer-wrapper {
    width: 1280px;
}

.business-gc-info .content .from-link {
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: underline;
}

.business-gc-info .content *{
    font-size: 20px !important;
    line-height: 36px !important;
    font-family:"syht","宋体" !important;
}
.business-gc-info .content p {
    margin-bottom: 1em;
    text-indent: 2em;
}

.business-gc-info .content table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 40px;
    border-collapse: separate;
}

.business-gc-info .content table td {
    vertical-align: top;

    box-shadow: 0px 0px 13px 0px rgba(196, 196, 196, 0.33);
}

.business-gc-info .content img {
    display: block;
    width:800px !important;
    max-width: 100%;
    height: auto !important;
    margin:0 auto;
}

.sub-menu {
    background-color: #f8f8f8;
    height: 45px;
    padding-bottom: 15px;
}

.sub-menu .title {
    float: left;
    min-width: 162px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: relative;
    top: -15px;
    box-sizing: border-box;
}

.sub-menu .title span {
    display: block;
    position: relative;
    z-index: 2;
    background-color: #d6000f;
    color: #fff;
    font-size: 24px;
    padding: 0 10px;
}

.sub-menu .title:after {
    content: "";
    background-color: #a4000c;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 2px;
    top: 2px;
}

.sub-menu .list {
    float: none;
    overflow: hidden;
}

.sub-menu .list li {
    float: left;
    margin-left: 40px;
    position: relative;
}

.sub-menu .list li a {
    display: block;
    font-size: 18px;
    line-height: 45px;
}

.sub-menu .list li.cr {
    color: #d6000f;
}

.sub-menu .list li.cr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #d6000f;
    left: 0;
    bottom: 0;
}

.responsible-page {
    margin-top: 40px;
}

.responsible-page .responsible-title {
    font-size: 32px;
    color: #d6000f;
    text-align: center;
    margin-bottom: 40px;
}

.responsible-page .slogin {
    margin: 0 -20px;
}

.responsible-page .slogin table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 20px;
}

.responsible-page .slogin table td {
    background-color: #f8f8f8;
    padding: 30px 40px;
    font-size: 18px;
    line-height: 36px;
    vertical-align: top;
}

.responsible-page .slogin .text {
    text-indent: 2em;
}

.responsible-page .slogin .source {
    text-align: right;
    margin-top: 20px;
}

.responsible-page .responsible-list {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.responsible-page .responsible-tit {
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.responsible-page .responsible-tit .anchor{
    position: absolute;
    top:-80px;
}
.responsible-page .responsible-tit .title {
    font-size: 26px;
    color: #111;
    display: block;
    position: relative;
}

.responsible-page .responsible-tit .title span {
    display: inline-block;
    border-bottom: 5px solid #d6000f;
    position: relative;
    padding: 0 10px;
}

.responsible-page .responsible-tit .title:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #e1e1e1;
}

.responsible-page .responsible-tit .desc {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    margin-top: 30px;
}

.supervise-button {
    width: 160px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: #ed0104;
    display: block;
    margin: 40px auto;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}



.formBox {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.form-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    border: 1px solid #dedede;
}

.form-table .required:before {
    content: "*";
    color: Red;
    display: inline-block;
    padding-right: 3px;
    font-size: 20px;
    vertical-align: middle;
}

.form-table td {
    padding: 10px;
}

.form-table thead {
    text-align: center;
    border-bottom: 1px solid #dedede;
    background-color: #f7f7f7;

}

.form-table thead h2 {
    font-size: 16px;
}

.form-table thead h2 span {
    font-weight: normal;
}

.form-table .label {
    width: 110px;
    text-align: right;
    padding-right: 0;
    vertical-align: top;
}

.form-table .verCode .layui-input-block {
    float: left;
}

.form-table .verCode .code {
    float: left;
    height: 34px;
    width: 100px;
    margin-left: 10px;
    object-fit: none;
}

.form-table .label .layui-form-label {
    float: none;
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 24px;
    padding-right: 0;
    padding-left: 0;
    width: auto;
    font-size: 15px;
}

.form-table .label-nowrap {
    white-space: nowrap;
}

.layui-input {
    height: 34px;
    border-color: #bbbbbb;
    max-width: 100%;
    font-size: 14px;
}

.layui-select {
    max-width: 460px;
}

.layui-input,
.layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
}

.layui-textarea {
    min-height: 200px;
    padding: 10px;
}



@media screen and (max-width:1440px) {
    .business-project-info .content .con {
        font-size: 16px;
        line-height: 26px;
    }

    .social-practice .table>table td {
        padding: 20px 20px 0 20px;
    }

    .social-practice .table .wrap ul li {
        font-size: 14px;
        line-height: 30px;
        padding-left: 10px;
    }

    .social-practice .table .wrap ul li:before {
        width: 4px;
        height: 4px;
        top: 13px;
    }

    .leader-speech .speecher {
        margin-right: 70px;
    }

    .company-leader .l-right .leaders .swiper-slide {
        width: 33.3333%;
        margin-bottom: 30px;
    }

    .company-leader .l-right .leaders .con .name span {
        font-size: 20px;
    }

    .company-leader .l-right .leaders .con .name em {
        font-size: 14px;
    }

    .company-leader .l-left {
        width: 260px;
    }

    .core-linian .tab-tit li span {
        line-height: 80px;
    }

    .core-linian .tab-tit li.active span:before,
    .core-linian .tab-tit li.active span:after {
        display: none;
    }

    .news-pic-list .item .context .title{
        font-size:16px;
        line-height: 24px;
        height:48px;
    }
    .news-pic-list .item .context .desc{
        font-size:12px;
        line-height: 20px;
        height:40px;
    }
    .news-pic-list .item .context .time,.news-pic-list .item .context .from{
        font-size:14px;
    }
}

@media screen and (max-width:767px) {
    .mode-banner .mode-inner img {
        max-height: 120px;
        max-width: inherit;
    }

    .square {
        display: none;
    }

    .sub-menu {
        display: none;
    }

    .current-menu {
        font-size: 18px;
        line-height: 40px;
    }

    /* about.html */
    .company-desc {
        margin-top: 20px;
    }

    .company-desc .d-left {
        float: none;
        margin: 0;
    }

    .company-desc .com-tit {
        float: none;
        text-align: center;
        padding: 0;
    }

    .company-desc .d-left .pic {
        margin-top: 10px;
        display: none;
    }

    .company-desc .d-left .pic img {
        width: 100%;
        height: auto;
    }

    .company-desc .d-right .title {
        margin: 10px 0;
        font-size: 22px;
    }

    .company-desc .d-right .desc {
        font-size: 14px;
        line-height: 24px;
    }

    .company-desc .d-right .desc img {
        display: block;
        margin: 0 auto;
    }

    .core-linian {
        padding: 20px 0;
        background-size: cover;
    }

    .core-linian .info {
        padding: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .core-linian .tab-tit {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .core-linian .tab-tit li {
        padding-right: 0px;
    }

    .core-linian .tab-tit li span {
        font-size: 12px;
        line-height: 35px;
    }

    .core-linian .tab-tit li.active span:before,
    .core-linian .tab-tit li.active span:after {
        display: none;
    }

    .core-linian .tab-tit li.active:after {
        display: none;
    }

    .core-linian .info .slogin {
        font-size: 18px;
    }

    .core-linian .info .slogin .detail {
        display: none;
    }

    .core-linian .info .desc {
        margin-top: 10px;
    }


    .company-leader {
        margin-top: 20px;
    }

    .company-leader .l-left {
        float: none;
        height: auto;
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .company-leader .com-tit {
        float: left;
        margin: 0;
    }

    .company-leader .ctrl-btn {
        float: right;
        position: static;
    }

    .company-leader .l-right .leaders .pic {
        float: none;
        width: 100%;
        height: 200px;
        box-sizing: border-box;
        background-color: #f1f1f1;
        border: 1px solid #dedede;
        text-align: center;
    }

    .company-leader .l-right .leaders .pic:before {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
        content: "";
    }

    .company-leader .l-right .leaders .pic img {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: auto;
        float: none;
        max-width: 100%;
        max-height: 100%;
    }

    .company-leader .l-right .leaders .con {
        height: auto;
        margin-top: 10px;
    }

    .company-leader .l-right .leaders .swiper-slide {
        height: initial;
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    /* .company-leader .l-right .leaders .con .name span{
        display:block;
        margin:0;
        padding:0;
        border:none;
        font-size:22px;
        line-height: normal;
    }
    .company-leader .l-right .leaders .con .name em{
        font-size:16px;
    }
    .company-leader .l-right .leaders .con .desc{
        font-size:14px;
        line-height: 24px;
        margin-top:10px;
    } */
    .company-organization {
        padding: 30px 0;
    }

    .leader-speech {
        margin-top: 30px;
        padding: 15px 0;
    }

    .leader-speech .pre-next {
        width: 100%;
    }

    .leader-speech .speecher {
        float: none;
        margin: 0;
    }

    .leader-speech .speecher img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .leader-speech .speecher .tit {
        padding: 10px 0;
    }

    .leader-speech .speecher .tit h2 {
        font-size: 24px;
    }

    .leader-speech .speechcon {
        font-size: 14px;
        line-height: 24px;
    }

    .leader-speech .speechcon img {
        display: block;
        margin: 0 auto;
    }

    .event-swiper .swiper-slide:before {
        height: 40px;
    }

    .event-swiper .swiper-slide.odd:before {
        top: 17px;
        bottom: initial;
    }

    .event-swiper .swiper-slide.odd .time {
        bottom: 40px;
        top: initial;
    }

    .event-swiper .swiper-slide .text,
    .event-swiper .swiper-slide.odd .text {
        top: 90px;
        bottom: initial
    }

    .event-swiper .swiper-slide:after,
    .event-swiper .swiper-slide.odd:after {
        top: 57px;
        bottom: initial;
    }

    .event-swiper {
        padding-top: 100px;
        padding-bottom: 350px;
    }

    .company-event .wrapper .event-prev,
    .company-event .wrapper .event-next {
        top: 100px;
    }


    /* business.html */
    .business-core {
        padding: 20px 0;
    }

    .core-industry {
        margin-top: 20px;
    }

    .core-industry table,
    .core-industry table tr,
    .core-industry table td {
        display: block;
    }

    .core-industry table .percent1 {
        width: 100%;
        min-width: 0;
    }

    .core-industry .four-core {
        margin-bottom: 0;
        float: none;
    }

    .core-industry .four-core .wrap {
        margin-right: -10px;
    }

    .core-industry .four-core .item {
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .core-industry table .cont {
        padding: 0;
        background: none;
    }

    .core-industry .content .name {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .core-industry .content .desc {
        font-size: 14px;
        line-height: 24px;
    }

    .core-industry .content .logos {
        margin-right: -10px;
    }

    .core-industry .content .logos .item {
        width: 50%;
        padding-right: 10px;
        margin-top: 10px;
    }

    .core-industry .content .logos .item .pic {
        background-color: #fff;
    }

    .business-page-title {
        margin: 20px 0 10px 0;
    }

    .business-page-title .square+.com-tit {
        margin-top: 0;
    }

    .business-project {
        margin-bottom: 30px;
    }

    .business-project .swiper-slide .pic .name {
        font-size: 14px;
    }

    .business-project .swiper-slide .pic .cover .mod-td {
        padding: 10px;
    }

    .business-project .swiper-slide .pic .cover .tit {
        display: none;
    }

    .business-project .swiper-slide .pic .cover .desc {
        font-size: 12px;
        line-height: 20px;
        height:40px;
    }
    .business-gc-info .title{
        font-size:20px;
        padding:10px 0;
    }
    .business-gc-info .subtitle{
        font-size:18px;
        margin-top:15px;
    }
    .business-gc-info .content{
        font-size:16px;
        line-height: 26px;
        padding-top:15px;
    }
    .business-gc-info .content *{
        font-size:16px !important;
        line-height: 26px !important;
    }
    .business-gc-info .content img{
        max-width:100%;
    }
    .industry-core .tab-tit {
        margin-right: 0;
    }

    .industry-core .tab-tit li {
        padding-right: 0px;
    }
	.industry-core .tab-tit { white-space: nowrap; width: 100%; overflow-x: auto;}
	.industry-core .tab-tit li{ float: none; min-width: 25%;  width: auto; display: inline-block;  box-sizing: border-box;}

    .industry-core .tab-tit li span {
		padding: 0 5px;
        font-size: 12px;
        line-height: 30px;
		 white-space: nowrap;
		
    }

    .industry-core .info .intro .pic {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .industry-core .info {
        margin-top: 15px;
    }

    .industry-core .info .intro .con .title {
        font-size: 20px;
        margin-top: 10px;
    }

    .industry-core .info .intro .con .desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .industry-core .info .list {
        margin-right: 0;
        margin-top: 15px;
    }

    .industry-core .info .list .item {
        float: none;
        padding: 0;
        margin-top: 15px;
        width: 100%;
    }

    .industry-core .info .list .item .left {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .industry-core .info .list .item .right {
        height: auto;
    }

    .industry-core .info .list .item .name {
        margin-top: 10px;
        font-size: 17px;
    }

    .industry-core .info .list .item .desc {
        margin-top: 5px;
        line-height: 20px;
        font-size: 14px;
    }


    .major-list {
        margin: 0;
    }

    .major-list .item {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .major-list .item .inner .name {
        font-size: 16px;
        line-height: 26px;
        padding: 10px;
    }

    .project-list .item {
        padding: 15px 0;
    }

    .project-list .item .pic {
        float: none;
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
    }

    .project-list .item .detail {
        margin-top: 10px;
    }

    /* businessinfo.html */
    .business-project-info {
        margin-top: 20px;
    }

    .business-project-info .content .title .name {
        font-size: 22px;
        font-weight: normal;
        margin-top: 10px;
    }

    .business-project-info .image {
        float: none;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .business-project-info .image:before {
        display: none;
    }

    .business-project-info .content .title {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .business-project-info .content .title .weburl {
        float: none;
        display: block;
        font-size: 14px;
    }

    .business-project-info .content {
        display:block;
        height:auto;
    }
    .business-project-info .content .con {
        font-size: 14px;
        line-height: 24px;
        height:auto;
    }


    .business-project-info .important-proejct {
        padding: 20px 0 20px 0;
    }

    .business-project-info .business-project {
        margin-top: 10px;
    }

    .business-project-info .business-project-swiper {
        margin: 0;
    }

    .business-project-info .business-project-swiper .swiper-slide {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .project-info {
        margin: 15px 0 30px 0;
    }

    .project-info .image {
        float: none;
        margin: 0;
        margin-bottom: 10px;
    }

    /* newslist.html */
    .news-pic-list {
        margin-right: 0;
        margin-top: 20px;
    }

    .news-pic-list .item {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .news-pic-list .item .context .time,
    .news-pic-list .item .context .from {
        margin: 10px 0;
    }

    .news-pic-list .item .context .title {
        font-size: 18px;
        margin-bottom: 10px;
        height:auto;
    }
    .video-pic-list .item .context .title{
        margin-bottom:0;
    }
    .news-list .item {
        padding: 15px 0;
    }

    .news-list .item .date {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .news-list .item .date .day {
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }

    .news-list .item .date .year {
        font-size: 12px;
        line-height: 24px;
    }

    .news-list .item .con .title {
        font-size: 16px;
    }

    .news-list .item .con .desc {
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
        max-height: 36px;
    }

    .news-list .item .con .detail {
        display: none;
    }

    /* newsinfo.html */
    .newsinfo-page {
        margin-top: 0;
    }

    .newsinfo-page .more-list {
        display: none;
    }

    .news-info-title {
        padding-bottom: 20px;
    }

    .news-info-title .title {
        font-size: 20px;
        line-height: 32px;
    }

    .news-info-title .title:after {
        margin-top: 10px;
        height: 2px;
    }

    .news-info-title .time,
    .news-info-title .from {
        font-size: 14px;
    }

    .content-text-body {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .content-text-body *{
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .content-text-body img{
        max-width:100%;
    }
    .content-text-body .from-link {
        text-align: left;
        text-decoration: underline;
        font-size: 14px;
    }

    /* party.html */
    .party-page .table {
        margin: 0;
        margin-top: 20px;
    }

    .party-page .table table,
    .party-page .table table tbody,
    .party-page .table table tr,
    .party-page .table table td {
        display: block;
        padding: 0;
    }

    .party-page .table table td {
        margin-bottom: 20px;
    }

    .party-tit {
        margin-bottom: 10px;
        line-height: 36px;
        height: 36px;
    }

    .party-tit .title {
        font-size: 22px;
        padding-left: 45px;
    }

    .party-tit .title:before {
        width: 36px;
        background-size: 70%;
    }

    .party-page {
        margin-bottom: 30px;
    }

    .party-page .recommand {
        /* padding-bottom: 15px;
        margin-bottom: 10px; */
    }

    .party-page .recommand .pic {
        float: none;
        margin: 0;
        background-color: #f7f7f7;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border: 1px solid #ededed;
        margin-bottom: 10px;
    }

    .party-page .recommand .pic a {
        width: 100%;
    }

    .party-page .recommand .pic a:before {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
        content: "";
    }

    /* .party-page .recommand .pic img {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: auto;
        float: none;
        max-width: 100%;
        max-height: 100%;
    } */

    .party-page .recommand .context .name {
        font-size: 18px;
        margin:0;
    }

    .party-page .recommand .context .desc,
    .party-page .recommand .context .detail {
        font-size: 14px;
    }

    .party-page .recommand .context .time {
        margin: 5px 0;
    }

    .party-page .list .item {
        line-height: 24px;
    }

    .party-page .list .name {
        font-size: 14px;
    }

    .party-page .list .time {
        font-size: 14px;
    }

    .party-page .mode-banner .mode-inner,
    .party-page .mode-banner .mode-inner .banner-cnt {
        left: 0;
        width: 100%;
        display: block;
    }

    .party-page .mode-banner .mode-inner img {
        max-height: initial;
        max-width: 100%;
    }
    .swiper-container-djxx .djxx-pagination, .swiper-container-jjjc .jjjc-pagination{
        bottom:100px;
    }
    .good-partyer {
        margin-top: 30px;
    }

    .good-partyer .mode-banner .mode-inner img {
        height: 50px;
    }

    .partyer-list .item {
        width: 25%;
        margin-bottom: 10px;
    }

    .partyer-list .item .name {
        font-size: 14px;
    }

    /* social.html */
    .social-management {
        padding-bottom: 20px;
    }

    .social-page-title .square+.com-tit {
        margin: 0;
    }

    .social-three {
        margin-right: 0;
        margin-top: 20px;
    }

    .social-three .item {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .social-three .item .pic .cover .box {
        padding: 0 10px 10px 10px;
    }

    .social-three .item .pic .cover .desc {
        font-size: 14px;
        line-height: 24px;
    }

    .social-three .item .pic .cover .title {
        font-size: 20px;
    }

    .social-three .item .pic .cover .title:after {
        height: 2px;
        margin: 10px 0 5px 0;
    }

    .social-practice .table,
    .social-practice .table table,
    .social-practice .table table tbody,
    .social-practice .table table tr,
    .social-practice .table table td {
        margin: 0;
        display: block;
    }

    .social-practice .table>table td {
        padding: 10px;
        margin-top: 15px;
    }

    .social-practice .table .wrap .title {
        margin-bottom: 10px;
    }

    .social-practice .table .wrap .title .name {
        font-size: 18px;
    }

    .social-practice .table .wrap ul {
        padding: 10px 0 0 0;
    }

    .social-practice .table .wrap ul li {
        font-size: 14px;
        line-height: 26px;
        padding-left: 10px;
    }

    .social-practice .table .wrap ul li:before {
        width: 4px;
        height: 4px;
        top: 11px;
    }

    .social-practice .table .swiper-slide {
        display: block;
        width: 100%;
        opacity: 1;
        padding: 0;
        margin-bottom: 10px;
    }

    .social-practice .table .swiper-slide .wrap {
        padding: 10px;
    }

    .social-practice .pre-next {
        display: none;
    }
    .project-list .item .con{
        padding-right:0;
    }
    .project-list .item .name{
        font-size:18px;
        line-height: 32px;
        padding:0;
    }
    .project-list .item .name:before{
        display:none;
    }
    .project-list .item .desc{
        margin-top:0;
    }
    /* talent.html */
    .talent-page-title .square+.com-tit {
        margin: 0;
    }

    .talent-list {
        margin: 0;
    }

    .talent-list .item {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .talent-list .item .inner .name {
        font-size: 16px;
        line-height: 26px;
        padding: 10px;
    }

    .talent-page-title {
        margin: 20px 0;
    }

    .joblist {
        margin-top: 15px;
    }

    .joblist .title,
    .joblist .list {
        padding: 0;
    }

    .joblist td,
    .joblist td {
        display: none;
    }

    .joblist td.name,
    .joblist td.slide {
        display: table-cell;
    }

    .joblist table .name {
        width: auto;
    }

    .joblist table td.slide {
        width: 40px;
    }

    .joblist .core .con .apply {
        position: static;
        display: block;
        line-height: 35px;
        width: 110px;
        margin-top: 20px;
    }

    .joblist table td .slideIcon .icon-jiantouxia1 {
        border-width: 6px;
        margin-top: 10px;
    }

    .joblist table td .slideIcon .icon-jiantoushang1 {
        border-width: 6px;
    }

    .responsible-page {
        margin-top: 20px;
    }

    .responsible-page .responsible-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .responsible-page .slogin {
        margin: 0;
    }

    .responsible-page .slogin table,
    .responsible-page .slogin table tbody,
    .responsible-page .slogin table td {
        display: block;
        border-spacing: 0;
    }

    .responsible-page .slogin table td {
        padding: 10px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .responsible-page .responsible-tit .desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .form-table {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 10px;
    }

    .form-table>tbody,
    .form-table>thead {
        display: block;
        border: none;
    }

    .form-table>thead h2 {
        font-size: 14px;
        padding: 10px 0;
    }

    .form-table>tbody>tr,
    .form-table>thead>tr {
        display: block;
    }

    .form-table>tbody>tr>td,
    .form-table>thead>tr>td {
        display: block;
    }

    .form-table td {
        padding: 0;
        overflow: hidden;
    }

    .form-table td.label {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .form-table .layui-form-label {
        text-align: left;
    }

    .form-table select.layui-input {
        width: 100%;
    }

    .form-table td.verCode {
        display: flex;
        align-items: center;
    }

    .form-table td.verCode .layui-input-block {
        flex: 1;
    }

    .supervise-button {
        margin: 20px auto 30px 0;
        width: 100%;
        line-height: 40px;
    }
    .news-info-title .source .news-share{
        display:none;
    }
}

.video-pic-list5 .item{
 width: 33.33%;
}

.pdf-list5 .clear{ display: none;}
.pdf-list5{ justify-content: center; display: flex; } 

/*园区列表*/
.yqlist-wrap{  margin: 0 auto; margin-top: 50px; width: 1300px;}
.yqlist-wrap .item-cell{ margin-bottom: 50px; align-items: center; border: 1px solid #f1f1f1; position: relative;background: #ffffff;box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05); }
.yqlist-wrap .item-cell .item-img{ width: 650px;}
.yqlist-wrap .item-cell .item-cnts{ flex: 1; margin-left: 0;   height: auto; padding: 30px 50px;}
.yqlist-wrap .item-cell:after,.yqlist-wrap .item-cell:before{ opacity:0.4; content: ""; display: block; width: 212px; height: 100%; background: url(../images/qubg1.png) no-repeat; position: absolute; left: -212px; top: 0;}
.yqlist-wrap .item-cell:before{ background: url(../images/qubg2.png) no-repeat; left: auto; right: -212px;}

.yqinfos{ max-width: 1200px; margin: 0 auto 40px auto; }
.yqlist-wrap .item-cell .item-tits{ font-size:28px; font-weight: bold;}
.yqlist-wrap .item-cell .item-desc{ margin-top: 20px; font-size: 16px; color: #999;
text-justify:inter-ideograph; text-align: justify;text-justify: distribute;}
.yqlist-wrap .item-cell .item-more{ margin-top: 25px;}
.yqtit{ font-size: 32px; text-align: center; margin-top:50px; margin-bottom: 40px; font-weight: bold;}
.menutit{ font-size: 20px; margin-bottom: 20px; font-weight: bold; border-top: 2px solid #eee; padding-bottom: 8px; padding-top: 8px;  background:#fcfcfc; padding-left: 15px; position: relative;}
.menutit:after{ content: ""; height: 2px; background: #ed0011; width: 100px; position: absolute; left:0; top: -2px;}
.yqcnt{ display: block; line-height: 180%; font-size: 16px; margin-bottom: 60px;}
.yqcnt img{ max-width: 554px; margin: 0 auto;}
.yqcode{ text-align: center;  width: 174px; }

.yqcode{ margin: 0 auto;}
@media screen and (max-width: 767px){
	
.current-menu span{ position: static; display: block; margin-bottom: 20px;}
.video-pic-list5 .item{
 width: 100%;
}
	
/*园区列表*/	
.yqlist-wrap{ width: auto;}	
.yqlist-wrap .item-cell{ display: block;}	
.yqlist-wrap .item-cell .item-img{ width: auto;}
.yqlist-wrap .item-cell .item-cnts{ padding: 15px;}	
.yqlist-wrap .item-cell .item-tits{ font-size: 20px;}
.yqlist-wrap .item-cell .item-desc{ font-size: 14px; margin-top: 5px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.yqlist-wrap .item-cell .item-more{    margin-top:15px;}
.yqcnt img{ max-width: 100%;}	
.yqtit{ font-size: 24px;    margin-top: 30px;margin-bottom: 20px;}
.menutit{ font-size: 16px;}	
.yqcnt{ font-size: 14px; margin-bottom: 30px;}

	
	
}






