﻿@charset "utf-8";

/*页眉*/

.header {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 20;
}

#flashs {
  position: relative;
  height: 650px;
  overflow: hidden;
  margin-top: 5px;
}

#flashs .bgitem {
  z-index: 1;
  position: absolute;
  top: 0;
}

#flashs .btn {
  position: absolute;
  z-index: 7;
  bottom: 10px;
  left: 50%;
  margin-left: -45px;
  padding: 0px 6px;
}

#flashs .btn span {
  color: #fff;
  background: #202932;
  cursor: pointer;
  display: inline-block;
  margin: 0 2px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

#flashs .btn span.cur {
  background: #3295d9;
}

.banner .swiper-container-banner {
  width: 100%;

  position: relative;
}

.swiper-container-banner .swiper-slide {
  overflow: hidden;
  position: relative;
}

.swiper-container-banner .swiper-slide img {
  width: 100%;

  object-fit: cover;

  transform: matrix(1.1, 0, 0, 1.1, 0, 0);

  -webkit-transition: all 0.4s ease 1.2s;

  -moz-transition: all 0.4s ease 1.2s;

  -ms-transition: all 0.4s ease 1.2s;

  -o-transition: all 0.4s ease 1.2s;

  transition: all 0.4s ease 1.2s;
}

.swiper-container-banner .swiper-slide-active img {
  transition-delay: 0.4s !important;

  transform: matrix(1, 0, 0, 1, 0, 0);

  -webkit-transition: all 5s ease;

  -moz-transition: all 5s ease;

  -ms-transition: all 5s ease;

  -o-transition: all 5s ease;

  transition: all 5s ease;
}

.swiper-container-banner .swiper-pagination-bullet {
  opacity: 1;

  background: transparent;

  border: 1px solid #fff;

  width: 10px;

  height: 10px;
}

.swiper-container-banner .swiper-pagination-bullet-active {
  background: #fff;

  opacity: 1;
}

.Xtddt {
}

.Xtddt .container {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.Xtddt_L {
  float: left;
  flex: 1;
  margin-right: 2%;
}

.Xtddt_L .dttab {
  height: 62px;
  overflow: hidden;
}

.Xtddt_L .dttab li {
  float: left;
  width: 100%;
  height: 55px;
  position: relative;
}

.Xtddt_L .dttab li * {
  display: inline-block;
}

.Xtddt_L .dttab li a {
  width: 100%;
  height: 55px;
  text-decoration: none;
  line-height: 55px;
  background: #171717;
  font-size: 18px;
  color: #fff;
}

.Xtddt_L .dttab .tab1 em {
  width: 43px;
  height: 12px;
  background: url(../images/news.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 140px;
}

.Xtddt_L .dttab li.cur a,
.Xtddt_L .dttab li:hover a {
  background: #3295d9;
}

.Xtddt_L .dttab li i {
  width: 13px;
  height: 11px;
  display: none;
  background: url(../images/sj3.png) no-repeat;
  position: absolute;
  left: 10%;
  margin-left: -7px;
  bottom: -7px;
}

.Xtddt_L .dttab .tab1 a {
  padding-left: 43px;
}

.Xtddt_L .dttab .tab2 a {
  padding-left: 29px;
}

.Xtddt_L .dttab li.cur i,
.Xtddt_L .dttab li:hover i {
  display: block;
}

.Xtddt_L .nrbox {
  margin-top: 25px;
}

.Xtddt_L .nrbox .dtaitext {
  overflow: hidden;
}
.Xtddt_L .nrbox .dtaitext .b-news {
  display: flex;
  justify-content: space-between;
}
.Xtddt_L .nrbox .dtaitext .b-news .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
}
.Xtddt_L .nrbox .dtaitext .b-news .img {
  width: 30%;
  min-height: 60px;
  flex-shrink: 0;
  margin-right: 20px;
  border: 1px solid #dbdbdb;
}
.Xtddt_L .nrbox .dtaitext .b-news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Xtddt_L .nrbox .dtaitext .b-news .text h6 {
  font-size: 16px;
}
.Xtddt_L .nrbox .dtaitext .b-news .text p {
  margin: 10px 0;
}
.Xtddt_L .nrbox .dtaitext .b-news .text span {
  padding: 6px 10px;
  color: #fff;
  display: inline-block;
  background-color: #343434;
}
.Xtddt_L .nrbox .dtaitext dl {
  width: 48%;
  overflow: hidden;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Xtddt_L .nrbox .dtaitext dl dt {
  float: left;
  width: 30%;
}

.Xtddt_L .nrbox .dtaitext dl dt img {
  display: block;
}

.Xtddt_L .nrbox .dtaitext dl dd {
  width: 68%;
}

.Xtddt_L .nrbox .dtaitext dl dd h5 {
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Xtddt_L .nrbox .dtaitext dl dd h5 a {
  font-size: 16px;
  color: #171717;
}

.Xtddt_L .nrbox .dtaitext dl dd p {
  margin-top: 12px;
  height: 40px;
  line-height: 20px;
  color: #808080;
  font-size: 12px;
  overflow: hidden;
}

.Xtddt_L .nrbox .dtaitext dl dd .smore {
  display: block;
  margin-top: 23px;
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  background: #171717;
  color: #e6e6e6;
}
.Xtddt_L .dtaitext .s-news {
  display: flex;
  justify-content: space-between;
}
.Xtddt_L .nrbox .dtaitext ul {
  width: 48%;
}
.Xtddt_L .nrbox .dtaitext .newslists {
  overflow: hidden;
  margin-top: 22px;
}

.Xtddt_L .nrbox .dtaitext .newslists li {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  background: url(../images/sj2.png) no-repeat left center;
}

.Xtddt_L .nrbox .dtaitext .newslists li * {
  display: inline-block;
}

.Xtddt_L .nrbox .dtaitext .newslists li a {
  float: left;
  display: block;
  margin-left: 20px;
  font-size: 12px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Xtddt_L .nrbox .dtaitext .newslists li span {
  float: right;
  font-size: 12px;
  color: #bcbcbc;
  font-family: "Arial";
}

.Xtddt_r {
  float: right;
  width: 292px;
}

.Xtddt_r .flqtitle {
  font-weight: normal;
  border-bottom: 2px solid #d1d1d1;
  overflow: hidden;
  height: 43px;
  line-height: 28px;
  background: url(../images/frlingsbg2.png) no-repeat left top;
}

.Xtddt_r .flqtitle a {
  float: left;
  margin-left: 11px;
  font-size: 18px;
  color: #171717;
}

.Xtddt_r .flqtitle span {
  float: right;
  margin-right: 28px;
  width: 165px;
  height: 13px;
  margin-top: 10px;
  background: url(../images/qttitle.png) no-repeat;
}

.Xtddt_r .flquetion {
  margin-top: 26px;
  height: 362px;
  overflow: hidden;
}

.Xtddt_r .flquetion dl {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #d1d1d1;
}

.Xtddt_r .flquetion dl dt {
  height: 23px;
  line-height: 23px;
  background: url(../images/wen.png) no-repeat left 1px;
}

.Xtddt_r .flquetion dl dt a {
  display: inline-block;
  width: 245px;
  margin-left: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #171717;
}

.Xtddt_r .flquetion dl dd {
  height: 40px;
  line-height: 20px;
  margin-top: 8px;
  font-size: 12px;
  color: #999999;
  padding-left: 28px;
  background: url(../images/da.png) no-repeat left 1px;
}

/*-- 世华高动态_end --*/

.Gixtd {
  background: url(../images/cjbg.jpg) no-repeat center top;
  height: 879px;
}

.Gixtd .container {
  padding-top: 60px;
}

.gtcmtitle {
  width: 100%;
  text-align: center;
  height: 60px;
  overflow: hidden;
}

.gtcmtitle a {
  font-size: 20px;
  color: #333333;
}

.Gixtd_down {
  background: #fff;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/*-- 走进世华高_end --*/

.index_pro_mo {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.index_pro_mo ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.index_pro_mo ul li {
  flex: 1;
}

.a1 a {
  width: 157px;
  height: 135px;
  display: block;
}
.about-guxing .content{
  display: flex;
  justify-content: space-between;
}
.about-guxing .content >div{
  width: 49%;
}
.about-guxing .content .about-con{}
.about-guxing .content .about-con .img{
  min-height: 200px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
}
.about-guxing .content .about-con .text p{
  line-height: 1.6;
  text-indent: 2em;
}
.about-guxing .content .about-news .a-tit{
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.about-guxing .content .about-news .a-tit a{
  flex: 1;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
}
.about-guxing .content .about-news .a-tit a.active{
  background-color: #3295d9;
  color: #fff;
}
.about-guxing .content .about-news .a-con{
  margin-top: 10px;
}
.about-guxing .content .about-news .a-con .item{
  display: none;
}
.about-guxing .content .about-news .a-con .item.active{
  display: block;
}
.about-guxing .content .about-news .a-con .item .list{
  display: flex;
  align-items: center;
}
.about-guxing .content .about-news .a-con .item .list .img{
  width: 30%;
  min-height: 100px;
  flex-shrink: 0;
}
.about-guxing .content .about-news .a-con .item .list .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-guxing .content .about-news .a-con .item .list .text h6{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}
.about-guxing .content .about-news .a-con .item .list .text p{
  line-height: 1.6;
  text-indent: 2em;
  margin: 10px 0;
}
.about-guxing .content .about-news .a-con .item .list .text .time{
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:768px){
  .index_pro_mo{
    width: 100%;
  }
  .about-guxing .content{
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 2%;
  }
  .about-guxing .content > div{
    width: 100%;
    margin-bottom: 30px;
  }
  .about-guxing .content > div:last-of-type{
    margin-bottom: 0;
  }
  .index_pro_mo ul{
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 2%;
  }
  .index_pro_mo ul li{
    flex: none;
    width: 49%;
  }
  .about-guxing .content .about-news .a-tit a{
    font-size: 16px;
  }
  .about-guxing .content .about-news .a-tit{
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .about-guxing .content .about-news .a-con .item .list .text p{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  }
  .about-guxing .content .about-news .a-con .item .list .text h6,
  .about-guxing .content .about-news .a-tit a{
    font-size: 15px;
  }
} 