@charset "utf-8";
/*Css Document*/

/*1024以下*/
@media screen and (max-width: 1020px) {
   /* 通用样式
   外层盒子宽度 */
   .mob-news {
      width: 86.98%;
      margin: 0 auto;
   }

   /* 通用标题 */
   .same-title h2 {
      line-height: 1.275;
      font-size: 0.533rem;
   }

   /* 分页 */
   .swiper-pagination .swiper-pagination-bullet:after {
      height: .4rem;
      top: -.2rem;
   }

   /* banner部分 */
   .banner {
      height: 431px;
   }
   .bc_text {
      display: none;
   }
   .bc_next,
   .bc_prev {
      display: none;
   }
   .bc_pagination {
      bottom: 0.427rem !important;
      display: flex;
      justify-content: center;
   }
   .bc_pagination .swiper-pagination-bullet {
      display: block;
      width: 0.827rem;
      height: 1px;
   }
   .bc_pagination .swiper-pagination-bullet-active {
      height: 0.053rem;
   }

   /* 关于中化 集团简介 */
   .home-about {
      background: #f7f7f7;
      height: auto;
   }
   .about-left-box {
      width: 100%;
      padding: 0.933rem 0 1.027rem 0;
   }
   .about-left {
      width: 100%;
      padding: 0;
      justify-content: center;
      align-items: unset;
      position: static;
      left: unset;
   }
   .about-left span {
      text-align: center;
      line-height: 1.27;
      font-size: 0.533rem;
      margin-bottom: 0.987rem;
   }
   .mob-aboutimg {
      display: block;
      width: 100%;
      height: 5.013rem;
      background: url(../images/home-about.gif) no-repeat center center / cover;
      margin-bottom: 0.373rem;
   }
.mob-aboutimg a{
display: block;
width: 100%;
      height: 100%;

}
   .about-title h2 {
      line-height: 1.26;
      font-size: 0.533rem;
      color: #1D4F91;
      margin-bottom: 0.653rem;
      text-align:center;
   }
   .about-content {
      padding: 0;
      width: 100%;
      height: 1.88rem;
      line-height: 1.56;
      font-size: 0.4rem;
      margin-bottom: 0.76rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
   }
   .about-left-box .button {
      width: 3.173rem;
      line-height: 1.25;
      padding: 0.2rem 0 0.173rem;
      margin: 0 auto;
   }
   .about-left-box .button a {
      font-size: 0.32rem;
   }
   .about-right {
      display: none;
   }

   /* 业务与产品 */
   .home-pb {
      display: none;
   }
   .mob-pb-box {
      display: block;
      width: 100%;
      padding: 1.173rem 0 0.907rem;
   }
   .mob-pb-lb {
      padding-top: 0.76rem;
      width: 100%;
      position: relative;
   }
   .mob-pb-lb-content {
      width: 86.98%;
      height: auto;
      margin: 0 0 0.733rem 6.5%;
      padding-right: 6.5%;
   }
   .mob-pb-images {
      width: 100%;
   }
   .mob-pb-images img {
      display: block;
      width: 100%;
      height: auto;
   }
   .mob-pb-title {
      padding-top: 0.333rem;
      line-height: 1.26;
   }
   .mob-pb-title a {
      font-size: 0.4rem;
      color: #1D4F91;
   }
   .mob-pb-lb-pagination {
      width: 86.98%;
      font-size: 0;
      margin: 0 auto;
      position: unset;
      text-align: left !important;
   }
   .mob-pb-lb-pagination:after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #1D4F91;
   }
   .mob-pb-lb-pagination .swiper-pagination-bullet {
      border-radius: unset;
      width: 12.5%;
      height: 0.053rem;
      background: rgba(47, 85, 151, 0);
   }
   .mob-pb-lb-pagination .swiper-pagination-bullet-active {
      background: #1D4F91;
   }

   /* 科学至上 */
   .home-kxzs {
      display: none;
   }

   /* 移动端科学至上 */
   .mob-kxzs-wrap {
      padding-top: 1.04rem;
      display: block;
      width: 100%;
      background: #f7f7f7;
      overflow: hidden;
   }
   .mob-kxzs-box {
      padding-top: 0.88rem;
      width: 100%;
      height: 553px;
      position: relative;
   }
   .mob-kxzs-content {
      width: 100%;
      height: 354px;
      position: static;
      overflow: unset;
   }
   .mob-kxzs-content .swiper-slide-active {
      box-shadow: unset;
   }
   .mob-kxzs-next,
   .mob-kxzs-prev {
      width: 23px;
      height: 32px;
      position: absolute;
      top: unset;
      bottom: 0.92rem;
      background-size: cover;
   }
   .mob-kxzs-next {
      background: url(../images/mob-right.png) no-repeat center center;
      right: 12.2%;
   }
   .mob-kxzs-prev {
      background: url(../images/mob-left.png) no-repeat center center;
      left: 12.2%;
   }

   /* 内部swiper样式 */
   .mkc-box,
   .mkc-content {
      width: 100%;
      height: 100%;
      background: #f7f7f7;
      overflow: inherit;
   }
   .mkc-content .swiper-slide {
      width: 82.1%;
      height: 100%;
      box-shadow: 0px 55px 55px 0px rgba(0, 0, 0, 0.16);
   }
   .mkc-pagination {
      background: #f7f7f7;
      width: 58%;
      font-size: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      bottom: -1.5rem;
      left: 0;
   }
   .mkc-pagination .swiper-pagination-bullet {
      margin: 0 5px;
      width: 58px;
      height: 1px;
      background: #1D4F91;
      border-radius: unset;
   }
   .mkc-pagination .swiper-pagination-bullet-active {
      height: 3px;
   }
   .mkc-prev,
   .mkc-next {
      background: unset;
      height: 100%;
   }

   /* 新闻部分 */
   .home-news {
      display: none;
   }

   /* 移动新闻 */
   .mob-news {
      display:block;
      padding-top: 1.28rem;
   }

   /* 移动端新闻标题 */
   .mob-news-title {
      padding-top: 0.733rem;
      border-bottom: 1px solid #1D4F91;
   }
   .mob-news-title h3 {
      float: left;
      width: 25%;
      text-align: center;
      line-height: 1.27;
      /* font-size: 0.4rem; */
      font-size: 0.34rem;
      color: #000;
      padding-bottom: 0.361rem;
      position: relative;
   }
   .mob-news-title h3:after {
      content: " ";
      display: block;
      width: 100%;
      height: 0.08rem;
      background: rgba(47, 85, 151, 0);
      position: absolute;
      bottom: -1px;
   }
   .mob-news-title .active {
      color: #1D4F91;
   }
   .mob-news-title .active:after {
      background: #1D4F91;
   }

   /* pc端隐藏显示 */
   .DnnModule-48672 .same-title,
   .DnnModule-48672 .mob-news-title,
   .mob-news-lb,
   .mob-news-listbox,
   .mobile-news-gzrd {
      display: block;
   }
   .mobile-news-gzrd .button {
      margin-top: 0.7rem;
   }

   /* 新闻中心下间距 */
   .mob-news-cont {
      padding-bottom: 0;
   }

   /* 移动端切换块 */
   .mob-news-cont {
      position: relative;
	   height: 8.5rem;
   }
   .mob-news-content {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      transition: .3s;
   }
   .mnew_active {
      opacity: 1;
      z-index: 2;
   }

   /* 移动端新闻轮播 */
   .mob-news-lb {
      padding-top: 0.499rem;
      width: 100%;
      position: relative;
      margin-bottom: 0.497rem;
   }
   .mob-news-lb-content {
      width: 100%;
      padding-bottom: 0.497rem;
   }
   .mob-news-text {
      width: 43.5%;
   }
   .mob-news-lb-title {
      height: 1.28rem;
      line-height: 1.85;
      margin-bottom: 0.467rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
   }
   .mob-news-lb-title a {
      font-size: 0.347rem;
      color: #1D4F91;
   }
   .mob-news-date {
      line-height: 1.27;
      font-size: 0.347rem;
      color: #1D4F91;
      position: absolute;
      bottom: 0;
   }
   .mob-news-images {
      width: 49.8%;
      height: 2.187rem;
      overflow: hidden;
   }
   .mob-news-images img {
      display: block;
      width: 100%;
      height:auto;
   }
   .mob-news-lb-pagination {
      width: 100%;
      position: absolute;
      bottom: 0;
   }
   .mob-news-lb-pagination .swiper-pagination-bullet {
      width: 0.781rem;
      height: 1px;
      background: #1D4F91;
      margin: 0 0.105rem;
      border-radius: unset;
   }
   .mob-news-lb-pagination .swiper-pagination-bullet-active {
      height: 0.053rem;
   }

   /* 移动端新闻列表 */
   .mnli-title,
   .mngz-title {
      overflow: hidden;
      white-space: nowrap;
      /* text-overflow: ellipsis; */
   }
   .mob-news-listbox {
      padding-top: 0.379rem;
      border-top: 1px solid #96a2a4;
   }
   .mob-news-listul {
      width: 100%;
      margin-bottom: 0.8rem;
   }
   .mob-news-listli {
      margin-bottom: 0.36rem;
   }
   .mnli-title,
   .mnli-date {
      line-height: 1.27;
   }
   .mnli-title {
      width: 70%;
   }
   .mnli-title a {
      font-size: 0.347rem;
      color: #000;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
   }
   .mnli-date {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.347rem;
      color: #000;
   }
   .mnli-title:hover a {
      color: #1D4F91;
   }
   .mnli-date:hover {
      color: #1D4F91;
   }

   /* 移动端新闻国资热点 */
   .mobile-news-gzrd {
      padding-top: 0.32rem;
   }
   .mngz-ul {
      width: 100%;
   }
   .mngz-li {
      margin-bottom: 0.413rem;
   }
   .mngz-title {
      width: 100%;
      line-height: 1.25;
      margin-bottom: 0.173rem;
   }
   .mngz-title a {
      font-size: 0.373rem;
      color: #000;
   }
   .mngz-btmbox {
      width: 100%;
   }
   .mngz-sourse,
   .mngz-date {
      float: left;
      display: block;
      line-height: 1.25;
      font-size: 0.267rem;
      color: #96a2a4;
   }
   .mngz-sourse {
      padding-right: 0.2rem;
      border-right: 1px solid #96A2A4;
   }
   .mngz-date {
      padding-left: 0.2rem;
   }
   .mngz-li:hover a {
      color: #1D4F91;
   }
   .mngz-li:hover .mngz-sourse,
   .mngz-li:hover .mngz-sourse {
      color: #1D4F91;
   }

   /* 查看更多 */
   .mob-news-listbox .button,
   .mob-news-gzrd .button {
      width: 3.173rem;
      line-height: 1.25;
      padding: 0.2rem 0 0.173rem;
      margin: 0 auto;
   }
   .mob-news-listbox .button a,
   .mob-news-gzrd .button a {
      font-size: 0.32rem;
   }

   /* 全球中化 */
   .home-qqzh {
      padding: 0.933rem 0 1.187rem;
      background: url(../images/mob-qqzh.png) no-repeat center center / cover, #f7f7f7;
   }
   .qqzh-content {
      padding-top: 0.773rem;
   }
   .qqzh-content-top {
      display: none;
   }
   .qqzh-content-bottom {
      width: 100%;
   }
   .qqzh-select {
      float: unset;
      width: 100%;
      height: unset;
      line-height: 1.26;
      font-size: 0.36rem;
      padding-bottom: 0.44rem;
      margin-bottom: 0.44rem;
   }
   .qqzh-select-jt {
      width: 0.653rem;
      height: 0.453rem;
      background: url(../images/jt-bot.png) no-repeat left center / 0.33rem 0.161rem;
   }
   .qqzh-select-jt-hover {
      background: url(../images/jt-top.png) no-repeat left center / 0.33rem 0.161rem;
   }
   .qqzh-select-content {
      height: 2.774rem;
      padding-bottom: 0.237rem;
      top: 0.9rem;
   }
   .qqzh-select-content p {
      padding: 0.187rem 0 0.16rem 0.56rem;
      line-height: 1.25;
   }
   .qqzh-select-content p a {
      font-size: 0.267rem;
   }
   .home-qqzh .mob-qqzh-btn {
      display: block;
      margin: 1.387rem auto 0;
      width: 3.173rem;
      line-height: 1.25;
      padding: 0.2rem 0 0.173rem;
   }
   .home-qqzh .mob-qqzh-btn a {
      font-size: 0.32rem;
   }

}

@media screen and (max-width:750px) {
   /* banner部分 */
   .banner {
      height: 5.747rem;
   }
   .mob-pb-title a {
      display: block;
   }

   /* 移动端科学至上 */
   .mob-kxzs-box {
      height: 7.373rem;
   }
   .mob-kxzs-content {
      width: 100%;
      height: 4.72rem;
      position: static;
      overflow: unset;
   }
   .mob-kxzs-content .swiper-slide-active {
      box-shadow: unset;
   }
   .mob-kxzs-next,
   .mob-kxzs-prev {
      width: 0.271rem;
      height: 0.381rem;
      position: absolute;
      top: unset;
      bottom: 0.924rem;
      background-size: cover;
   }
   .mob-kxzs-next {
      background: url(../images/mob-right.png) no-repeat center center / cover;
      right: 12.2%;
   }
   .mob-kxzs-prev {
      background: url(../images/mob-left.png) no-repeat center center / cover;
      left: 12.2%;
   }
   .mkc-content .swiper-slide {
      width: 82.1%;
      height: 100%;
      box-shadow: 0 0.286rem 0.286rem 0 rgba(0, 0, 0, 0.16);
   }
   .mkc-pagination {
      width: 58%;
      margin: 0 auto;
      position: absolute;
      right: 0;
      bottom: -33%;
      left: 0;
   }
   .mkc-pagination .swiper-pagination-bullet {
      margin: 0 1%;
      width: 13%;
      height: 1px;
      background: #1D4F91;
      border-radius: unset;
   }
   .mkc-pagination .swiper-pagination-bullet-active {
      height: 0.053rem;
   }
   .mkc-prev,
   .mkc-next {
      background: unset;
      height: 100%;
   }

   /* 新闻部分 */
   .mob-news-lb-title a,
   .mnli-title a,
   .mngz-title a,
   .mob-news-listbox .button a,
   .mob-news-gzrd .button a {
      display: block;
   }
   .mob-news-lb-pagination {
      position: static;
      display: flex;
      justify-content: center;
   }
   .mob-news-lb-pagination .swiper-pagination-bullet {
      display: block;
   }
}