@charset "utf-8";
*{padding: 0;margin: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;font-family:"微软雅黑";} 
button,img {border:0} 
address,caption,cite,code,dfn,em,i,strong,th,var{font-style:normal;font-weight:normal} 
ol,ul{list-style:none}  
h1,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
abbr,acronym { border:0}
.clear{clear:both; line-height:0;}
a{ text-decoration:none;color: #000;}
input{ outline: none; }
button{ cursor: pointer; }
:root{ --swiper-theme-color: #a26a47 !important;}

.header{
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  /* background: pink; */
}
.header-logo{
  display: inline-block;
}
.header-logo img{
  height: 100px;
  margin-top: 20px;
}
.header-search{
  display: inline-block;
  float: right;
  height: 40px;
  margin-top: 50px;
}
.header-search input{
  width: 460px;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-right: none !important;
}
.header-search button{
  clear: both;
  display: inline-block;
  float: right;
  background-color: transparent;
  border: 1px solid #ddd;
  height: 42px;
  border-left: none !important;
}
.header-search button img{
  width: 30px;
}

/* 导航 */
.nav{
  width: 100%;
  height: 60px;
  background: #9b2c32;
}
.nav-content{
  width: 1200px;
  margin: 0 auto;
}
.nav-content ul li{
  display: inline-block;
  line-height: 60px;
  color: #fff;
  width: 16.3%;
  text-align: center;
  position: relative;
}
.nav-content ul li a{
  display: block;
  color: #fff;
}
.nav-content ul li .gsgk-active, .news-active, .business-active, .culture-active{
  display: none;
  background: #fff;
  /* border-radius: 10px; */
  position: absolute;
  width: 80%;
  left: 10%;
  margin: 0 auto;
  line-height: 50px;
  z-index: 999;
}
.nav-content ul li .gsgk-active p a, .news-active p a, .business-active p a, .culture-active p a{
  color: #333 !important;
}
.gsgk:hover .gsgk-active, .news-con:hover .news-active, .business:hover .business-active, .culture:hover .culture-active{
  display: block;
}
.banner{
  width: 1200px;
  height: 400px;
  margin: 0 auto;
}
.banner img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/* news */
.news{
  width: 1200px;
  margin: 50px auto;
}
.news-content{
  width: 800px;
  display: inline-block;
  height: 460px;
  overflow: hidden;
}
.news-title{
  width: 100%;
  height: 40px;
  border-bottom: #e6e6e6 2px solid;
  margin-bottom: 16px;
}
.news-title p{
  line-height: 40px;
  color: #9b2c32;
  font-size: 20px !important;
  font-weight: bold;
  display: block;
  height: 40px;
  float: left;
  border-bottom: 2px solid #a26a47;
  margin-right: 10px;
  padding: 0 10px;
}
.news-title ul{
  float: right;
  height: 42px;
  display: inline-block;
}
.news-title ul li {
  float: left;
  cursor: pointer;
  margin-top: -2px;
  margin-left: 15px;
  padding: 0 5px;
  color: #000;
  font-size: 18px;
  line-height: 40px;
}
.onactive{
  border-bottom: 2px solid #a26a47;
  font-weight: bold;
}

.container {
  /* width: 500px; */
  height: 50px;
  text-align: center;
  /* background: #ccc; */
  margin: 0 auto;
}

.container ul li {
  list-style: none;
  display: inline-block;
  /* margin: 10px 10px;
  padding: 9px; */
  cursor: pointer;
  color: #333;
  font-size: 16px;
}

.countent_box {
  /* width: 500px; */
  min-height: 300px;
  /* border: 1px solid #ccc; */
  margin: -1px auto;
  font-size: 14px;
  line-height: 25px;
}

.active {
  border-bottom: 2px solid #a26a47;
  font-weight: bold;
}

/*将每个内容区域影藏起来*/
.mian1 {
  display: none;
}

/*第一个必须显示出来 不然第一个内容要点击才能出来，*/
.mian1:nth-child(1) {
  display: block;
}


.news-left{
  width: 300px;
  display: inline-block;
}
.news-left img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.news-right{
  display: inline-block;
  float: right;
  width: 450px;
}
.news-right li{
  border-bottom: 1px dashed #ddd;
}
.news-right li .title{
  margin: 10px;
  font-size: 20px;
  height: 27px;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-right li .desc{
  padding: 0 10px;
  font-size: 16px;
  font-size: 16px;
  line-height: 20px;
  color: #999;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 50px;
  overflow: hidden;
}
.news-company{
  display: inline-block;
  width: 370px;
  height: 460px;
  overflow: hidden;
  margin-left: 20px;
}
.news-company-title{
  /*background: #a26a47; */
  color: #9b2c32;
  border-bottom: 2px solid #9b2c32;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
}
.news-company-title p a{
	color: #9b2c32;
}
.news-company-desc{
  font-size: 16px;
  text-indent: 2em;
  margin-top: 10px;
  text-overflow: ellipsis;
  line-height: 24px;
}


.company-honor{
  width: 1200px;
  margin: 0 auto;
}
.company-honor-title{
  width: 80px;
  height: 280px;
  background-color: #a26a47;
  text-align: center;
  display: inline-block;
}
.company-honor-title p{
  /* writing-mode:vertical-lr; */
  width: 24px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  line-height: 70px;
}
.company-honor-content{
  width: 1100px;
  display: inline-block;
  float: right;
  overflow: hidden;
}
.swiper-container1{
  height: 300px;
}
.swiper-container1 .swiper-wrapper .swiper-slide img{
  /* height: 275px;
  overflow: hidden;
  object-fit: cover; */
  height: 270px;
  overflow: hidden;
  object-fit: cover;
  width: 170px;
  margin-left: 5px;
  margin-top: 5px;
}
.swiper-container1 .swiper-wrapper .swiper-slide{
  width: 100%;
  height: 100%;
  background: url(../img/casebg.jpg) no-repeat;
  background-size: 100% 100%;
}

.footer{
  border-top: 1px solid #ddd;
  margin-top: 50px;
  padding: 30px;
  background: #9b2c32;
  color: #fff;
}
.footer-content{
  width: 1200px;
  margin: 0 auto;
}
.footer-content p{
  font-size: 14px;
  /* color: #333; */
  text-align: center;
  line-height: 24px;
}


/* list页面 */
.list-content{
  width: 1200px;
  margin: 20px auto;
  border: 1px solid #ddd;
}
.list-content .list-nav{
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.list-content-list{
 /* width: 95%; */
 margin: 20px;
}
.list-content-list ul li{
  border-bottom: 1px dashed #ddd;
  padding: 10px;
}
.list-content-list ul li p i{
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.list-content-list ul li p .list-content-title {
  width: 80%;
  font-size: 16px;
  height: 21px;
  display: inline-block;

  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.list-content-list ul li p .list-content-time{
  display: inline-block;
  float: right;
}

/* detail页面 */
.detail-content{
  width: 1200px;
  margin: 20px auto;
  border: 1px solid #ddd;
}
.detail-content .detail-nav{
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

/* 业务图集 */
.business-content{
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
  clear: both;
}
.business-content-title{
  line-height: 40px;
  color: #9b2c32;
  font-size: 20px !important;
  font-weight: bold;
  /* display: block; */
  height: 40px;
  /* float: left; */
  border-bottom: 2px solid #a26a47;
  margin-right: 10px;
  padding: 0 10px;
  /* border-bottom: 3px solid #ddd; */
}
.business-container{
  margin-top: 20px;
}
.business-container-left{
  width: 49.5%;
  display: inline-block;
  float: left;
}
.business-container-left div{
  overflow: hidden;
  height: 200px;
  margin-top: 4px;
}
.business-container-left div img{
  transition: all 0.4s;
}
.business-container-left div:hover img{ 
  transform: scale(1.3);
}
.business-container img{
  height: 200px;
  display: inline-block;
  object-fit: cover;
}
.business-container-left-bottom1{
  display: inline-block;
  width: 49%;
  height: 200px;
}
.business-container-left-bottom2{
  display: inline-block;
  width: 50%;
  float: right;
  height: 200px;
}
.business-container-right{
  width: 50%;
  display: inline-block;
  float: right;
}
.business-container-right div{
  display: inline-block;
  width: 49.5%;
  overflow: hidden;
  float: left;
  height: 200px;
  margin-top: 4px;
}
.business-container-right div:nth-child(2n){
  float: right;
}
.business-container-right div img{
  transition: all 0.4s;
}
.business-container-right div:hover img{
  transform: scale(1.3);
}


/* detail页面 */
.detail-con {
  margin: 40px;
}
.detail-con h4 {
  text-align: center;
  font-size: 24px;
}
.detail-con h6{
  font-size: 14px;
  text-align: center;
  margin: 30px;
}
.detail-con h6 span{
  margin-left: 20px;
}
.detail-con p{
  font-size: 16px;
  color: #333;
  text-indent: 2em;
  line-height: 26px;
}
.detail-con img{
  width: 80%;
  margin: 0 auto;
  object-fit: cover;
  text-align: center;
  margin: 20px 10%;
}


/* aboutUs页面 */
.aboutUs-con p{
  font-size: 16px;
  font-weight: bold;
  margin: 30px;
}

/* photoList-con */
.photoList-con ul li{
  display: inline-block;
  width: 20%;
  margin: 2.3%;
}
.photoList-con ul li:nth-child(4n) {
  /* margin-left: 0 !important; */
}
.photoList-con ul li img{
  width: 100%;
  object-fit: cover;
  height: 180px;
}
.photoList-con ul li  p{
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}

/* photoDetail-con */
.photoDetail-con {
  text-align: center;
  margin: 20px;
}
.photoDetail-con img{
  width: 40%;
  object-fit: cover;
}