/*关于我们----------------------------------------------------------------------

/*--------------------------------------------------
    [1. banner]
----------------------------------------------------*/
/*.news-bg__section {
    background: url(../../statics/images/about/banner.png) no-repeat center bottom;
    background-size: cover;
}*/
.news-bg__section {
    width: 100%;
    overflow: hidden;
    background: url(../../statics/images/banner/企业动态.jpg) no-repeat center bottom;
    background-size: cover;
    height: 480px;
}
.news-bg-shzr__section {
    width: 100%;
    overflow: hidden;
    background: url(../../statics/images/banner/社会责任.jpg) no-repeat center bottom;
    background-size: cover;
    height: 480px;
}
.news-bg-zhsg__section {
    width: 100%;
    overflow: hidden;
    background: url(../../statics/images/banner/展会.jpg) no-repeat center bottom;
    background-size: cover;
    height: 480px;
}
.news_top_title {
    max-width: 1574px;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-size: 32px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    letter-spacing: 7px;
    margin-top: 358px;
    color: #fff;
}
/*.news-bg__section img {
    width:100%;
}
    @media screen and (max-width: 1200px) {
        .news-bg__section {
        height: 390px;
    }
}
@media screen and (max-width: 768px){
    .news-bg__section {
        height: 390px;
    }
}
@media (max-width: 540px){
    .news-bg__section {
        background: url(../../statics/images/about/banner.png) no-repeat center;
        background-size: cover;
    }
}*/
/*--------------------------------------------------
    [2. tab]
----------------------------------------------------*/
.news-tab__section {
    width: 100%;
    height: 60px;
    position: relative;
}
.news-tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #F1F1F1;
}
.news-tab.fixed{
    position: fixed;
    z-index: 99;
  }
.news-tab .clearfix {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: 60px;
}
.news-con.fixed {
    position: fixed;
    z-index: 99;
    animation: slide-down 0.7s;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}
.news-con {
    max-width: 1596px;
    margin: 0 auto;
}
.news-tab .clearfix ul {
    position: absolute;
    left: 16px;
    top: 0;
    height: 60px;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
}
.news-tab li {
    float: none;
    display: inline-block;
    margin-right: 75px;
    position: relative;
    cursor: pointer;
}
.news-tab li a {
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 16px;
    display: block;
    position: relative;
    color: #000000;
}
.news-tab li.active-tab a {
    color: #343535;
}
.news-tab li.active-tab a:after {
    content: ' ';
    height: 2px;
    width: 100%;
    background: #FF8E26;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
@media (max-width: 1199px) {
    .news-tab li {
        margin: 0px 30px;
    }
}
@media (max-width: 768px) {
    .news-tab li {
        margin: 0px 12px;
    }
}
/*--------------------------------------------------
    [3. 企业动态]
----------------------------------------------------*/
.news-concept__grid {
    max-width: 1596px;
    margin: 0 auto;
    padding: 77px 0px 0px;
}
.news-concept__headline {
    display: flex;
    justify-content: space-between;
    padding: 0px 14px 53px;
}
.news-concept__headline h2 {
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 2px;
    color: #000000;
}
.news-concept__headline a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
    color: #535353;
    border: 1px solid #535353;
    padding: 8px 19px;
}
.news-concept__headline a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.news-concept__headline i {
    padding-left: 26px;
    font-size: 24px;
    color: #535353;
}
.news-concept__headline a:hover i {
    color: #fff;
}
.news-concept__item {
    padding: 0px 15px;
    width: 33.333333%;
    float: left;
    margin-bottom: 57px;
}
.news-concept__item img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news-concept__item a {
  position: relative;
  display: block;
  overflow: hidden;
 
}
.news-concept__item .item-img {
    width: 512px;
    height: 380px;
    background: #999;
}
    .news-concept__item .media-img {
        width: 512px;
        height: 380px;
        background: #999;
    }
.news-concept__item a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news-concept__text {
    padding: 23px 36px;
    background: #F3F4F4;
    width:512px;
}
    .news-concept__text h3 {
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .news-concept__text p {
        font-size: 12px;
        line-height: 16px;
        color: #000000;
        font-weight: 290;
        height: 34px;
        overflow:hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.news-concept__date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-concept__date span {
    font-size: 12px;
    line-height: 16px;
    color: #7D7D7D;
}
.news-concept__date i {
    font-size: 24px;
    color: #2B2B2B;
}
@media (max-width: 996px) {
    .news-concept__item {
        width: 50%;
        margin-bottom: 30px;
    }
    .news-concept__headline {
        padding: 0px 14px 30px;
    }
}
@media (max-width: 768px) {
    .news-bg__section {
        background-size: 100% !important;
        height: 100px;
   }
    .news-bg-shzr__section {
        background-size: 100% !important;
        height: 100px;
    }
    .news-bg-zhsg__section {
        background-size: 100% !important;
        height: 100px;
    }
    .news_top_title {
        margin-top: 60px;
        height: 20px;
        line-height: 20px;
        font-size: 18px;
        letter-spacing: 4px;
        margin-left: 10px;
    }
    .news-concept__item {
        width: 100%;
        margin-bottom: 15px;
    }
    .news-concept__headline h2 {
        font-size: 24px;
    }
    .news-concept__text {
        padding: 23px 15px; 
        width:100%;
    }
    .news-concept__grid {
        padding: 40px 0px 0px;
    }
    .news-concept__item .item-img {
         width:100%;
         height:auto;
    }
    .news-concept__headline a {
        padding: 5px 10px;
        font-size: 14px;
    }
    .news-concept__headline i {
        padding-left:16px;
        font-size:20px;
    }
    .news-concept__item .media-img {
        width:100%;
        height:auto;
    }
}


/*--------------------------------------------------
    [4. 社会责任]
----------------------------------------------------*/
.news-duty__grid {
    padding: 89px 0px 90px;
    background: #F3F4F4;
    margin: 20px 0 0;
}
.news-duty__headline {
    display: flex;
    justify-content: space-between;
    max-width: 1596px;
    margin: 0 auto;
    padding: 0px 14px 63px;
}
.news-duty__headline h2 {
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 2px;
    color: #000000;
}
.news-duty__headline a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
    color: #535353;
    border: 1px solid #535353;
    padding: 8px 24px;
}
.news-duty__headline i{
    padding-left: 26px;
    font-size: 24px;
    color: #535353;
}
.news-duty__headline a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.news-duty__headline i {
    padding-left: 26px;
    font-size: 24px;
    color: #535353;
}
.news-duty__headline a:hover i {
    color: #fff;
}
.news-duty__row {
    max-width: 1698px;
    margin: 0 auto;
    display: flex;
}
.news-duty__left {
    padding: 0px 50px;
    max-width: 946px;
}
.news-duty__right {
    padding: 15px 50px;
}
.news-duty__right h3 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 8px;
}
.news-duty__right p {
    font-size: 12px;
    line-height: 16px;
    color: #7D7D7D;
}
.news-duty__right div:not(:last-child){
    margin-bottom: 74px;
}
@media (max-width: 1199px) {
    .news-duty__row {
        flex-direction: column;
    }
    .news-duty__left,
    .news-duty__right {
        padding: 0px 15px;
        max-width: 100%;
    }
    .news-duty__left {
        padding-bottom: 30px;
    }
}
@media (max-width: 996px) {
    .news-duty__headline {
        padding: 0px 14px 30px;
    }
}
@media (max-width: 768px) {
    .news-duty__headline h2 {
        font-size: 24px;
    }
    .news-duty__grid {
        padding:40px 0;
    }
    .news-duty__right div:not(:last-child) {
        margin-bottom: 24px;
    }
    .news-duty__headline a {
        padding: 5px 10px;
        font-size: 14px;
    }
    .news-duty__headline i {
        padding-left: 16px;
        font-size: 20px;
    }
}

  
/*--------------------------------------------------
    [5. 媒体库]
----------------------------------------------------*/
.news-media__grid {
    padding: 34px 0px 10px;
    max-width: 1596px;
    margin: 0 auto;
}
   /* .news-media__grid .tabContent {
    height: 590px;
    }*/
    .news-media__headline h2 {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px;
        color: #000000;
        padding: 0px 14px 67px;
    }
.news-media__tab ul {
    display: flex;
}
.news-media__tab ul li {
    padding: 0px 53px;
    text-align: center;
    cursor: pointer;
}
.news-media__tab ul li h3 {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
    .news-media__tab ul li.active h3 {
        color:#FF8E26;
    }
.news-media__tab ul li img {
    transition: .33s ease;
    width:80px;
}
.news-media__tab ul li:hover img {
    transform: translateY(-10px);
}
.news-media__row {
    display: none;
    padding: 62px 0 0;
}
.active-content {
    display: block;
}
/*企业内刊*/
.news-group__item {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0px 15px;
    width: 33.333333%;
    float: left;
    margin-bottom: 40px;
}
.news-group__item > * {
    display: flex;
    align-items: flex-end;
}
    .news-group__item .news-group__item-line {
        padding: 20px 0;
    }
    .news-group__image img {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
.news-group__image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 160px;
    height: 226px;
    box-shadow: 5px 5px 20px #ececec;
}
.news-group__image:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news-group__text {
    padding: 0px 27px 10px;
    max-width: 344px;
}
.news-group__text h3 {
    font-size: 18px;
    color: #000000;
    padding-bottom: 15px;
}
.news-group__text p {
    font-size: 12px;
    color: #000000;
    padding-bottom: 15px;
    font-weight:290;
}
.news-group__text h4 {
    font-size: 12px;
    line-height: 16px;
    color: #7D7D7D;
    height:16px;
    padding-bottom: 35px;
}
.news-group__text a {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #373737;
}
.news-group__text i {
    padding-left: 5px;
    color: #444444;
}
.news-group__btn{
    padding: 0 14px;
    margin-bottom: 26px;
}
.news-group__btn a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
    float: right;
    color: #535353;
    border: 1px solid #535353;
    padding: 8px 24px;
}
.news-group__btn i{
    padding-left: 26px;
    font-size: 24px;
    color: #535353;
}
.news-group__btn a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.news-group__btn a:hover i {
    color: #fff;
}
/*视频资料*/
.news-video__item {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0px 15px;
    width: 33.333333%;
    float: left;
    margin-bottom: 60px;
}
.news-video__image {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background:#999;
}
.news-video__image img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news-video__image:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news-video__image:hover .news-video__play {
    opacity: 1;
}
.news-video__text {
    padding: 15px 24px;
    background: #F3F4F4;
}
.news-video__text h3 {
    font-size:15px;
}
.news-video__btn {
    padding: 0 14px;
    margin-bottom: 46px;
}
.news-video__btn a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
    float: right;
    color: #535353;
    border: 1px solid #535353;
    padding: 8px 24px;
}
.news-video__btn i {
    padding-left: 26px;
    font-size: 24px;
    color: #535353;
}
.videomodal .modal-dialog {
    top:20%;
}
.videomodal .modal-content {
	background: transparent;
	border:none;
	box-shadow: none;
}

.videomodal .modal-header {
	padding: 0;
	border-bottom: none;
}

.videomodal .close {
	font-weight: 400;
	font-size:50px;
	color:#fff;
	opacity: 1;
    text-shadow: inherit;
}

/*移动端*/
@media screen and (max-width:767px) {
    .videomodal .modal-dialog iframe{
        width:320px;
        height:180px;
    }
    .news-group__btn a {
        padding: 5px 10px;
        font-size: 14px;
    }
    .news-group__btn i {
        padding-left: 16px;
        font-size: 20px;
    }
    .news-group__text {
        padding: 0px 0px 10px 27px;
    }
    .news-media__grid {
        padding: 0px 0px 10px;
    }
    .news-media__row {
        padding: 40px 0 0;
    }
    .news-video__item {
        width:100%;
        margin-bottom:20px
    }
}
@media screen and (min-width:768px) {
    .videomodal .modal-dialog iframe{
        width:905px;
        height:510px;
    }

    .videomodal .modal-dialog {
        width:960px;
    }
}
/*大屏幕*/
@media screen and (min-width:1200px) {
    .videomodal .modal-dialog {
        top:10%;
    }
}
/*活动图集*/
.news-atlas__item {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0px 15px;
    width: 25%;
    float: left;
    margin-bottom: 60px;
}
.news-atlas__item img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news-atlas__item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-atlas__item a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news-atlas__text{
    padding: 15px 24px;
    background: #F3F4F4;
}
.news-atlas__text h3{
    font-size: 15px;
    line-height: 20px;
    color: #202020;
}
.news-atlas__btn{
    padding: 0 14px;
    margin-bottom: 46px;
}
.news-atlas__btn a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
    float: right;
    color: #535353;
    border: 1px solid #535353;
    padding: 8px 24px;
}
.news-atlas__btn i{
    padding-left: 26px;
    font-size: 24px;
    color: #535353;
}
@media (max-width: 996px) {
    .news-group__item {
        width: 50%;
        margin-bottom: 30px;
    }
    .news-media__headline {
        padding: 0px 14px 30px;
    }
}
@media (max-width:768px) {
    .news-group__item {
        width: 100%;
        margin-bottom: 0;
    }
    .news-media__headline h2 {
        font-size: 24px;
        padding: 30px 14px 0px;
    }
    .news-media__tab ul {
        justify-content: center;
    }
    .news-media__tab ul li {
        padding: 0px 15px;
    }
    .pagination {
        padding-right:0;
    }
}



/*企业动态-内容详细页----------------------------------------------------------------------*/
.news-detail__grid {
    padding: 60px 0px;
    margin:0 auto;
    max-width:1596px;
}   
.news-detail__title {
    font-size: 28px;
    line-height: 35px;
    color: #000;
    padding-bottom: 10px;
    text-align: center;
}
.news-detail__desc {
    text-align: center;
    padding-bottom: 30px;
}
.news-detail__desc span {
    font-size: 13px;
    color: #999;
}
@media screen and (max-width: 1200px) {
    .news-detail__grid {
        padding: 60px 15px;
    }
}
@media screen and (max-width: 768px) {
    .news-detail__grid {
        padding: 30px 15px;
    }
}