/* 天扬简介 */
.company-introduction-box{
	float: left;
	line-height: 36px;
	background-color: #fff;
	padding: 30px 20px;
	}
	.company-introduction-box img{
	  width: 350px;
	  margin: 0 0 20px 20px;
	}
	.company-introduction-box p{
	  text-indent:2em;
	  color: #808080;
	  margin-bottom: 20px;
	}
  
  /* 公司荣誉 */
  .honor-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	text-align: center;
	padding: 30px 0;
	  justify-content: center;
	  position: relative;
	  margin-bottom: 4%;
  }
  .honor-box li{
	width: 33.3%;
	margin: 0 0 60px;
  }
  
  /* 企业文化 */
  .company-culture-box {
	  /* float: left; */
	  background-color: #fff;
	  padding: 10px 0px;
  }
  .company-culture-box .company-culture-item {
	  width: 100%;
	  overflow: hidden;
	  padding: 30px 0;
	  border-bottom: 1px solid #eaeaea;
  }
  .company-culture-box .company-culture-item .company-culture-title {
	  _float: left;
	  display: inline-block;
	  width: 20%;
	  font-weight: bold;
	  font-size: 13pt;
	  color: #333;
	  margin-top: 8px;
  }
  .company-culture-box .company-culture-item .company-culture-content {
	  float: right;
	  width: 80%;
	  line-height: 35px;
  }
  .company-culture-box .company-culture-item .company-culture-content p {
	  color: #808080;
  }
  .company-culture-box .company-culture-item .company-culture-content p .emphasis-text {
	  color: #e60012;
	  font-weight: bold;
  }
  
  /* 大事记 */
  .timeline-box{
	float: left;
	background-color: #fff;
  }
  .timeline-box img{
	float: right;
	margin: 20px;
  }
  /*--------------------------------------------------- timeline ------------------------------------------------------*/
  .event_list {
	  width: 100%;
	  float: right;
	  background: url("../images/company_overview//dian3.png") 139px 0 repeat-y;
	  margin: 10px 0 20px 0;
	  background-size: 2px 100%;
  }
  .event_list div{
	margin-top: 20px;
  }
  .event_list div:first-child{
	margin-top: 0;
  }
  .event_list h3 {
	  margin: 0 0 0px 132px;
	  font-size: 14pt;
	  color: #c22c2c;
	  padding-left: 25px;
	  background: url("../images/company_overview/year_circle.png") no-repeat;
	  height: 38px;
	  line-height: 30px;
	  background-position: 1px 8px;
  }
  .event_list li {
	  background: url("../images/company_overview/event_circle.png") no-repeat;
	  background-position: 135px 16px;
	  background-size: 10px;
  }
  .event_list li span {
	  width: 127px;
	  text-align: right;
	  display: block;
	  float: left;
	  margin-top: 10px;
  }
  .event_list li p {
	  width: 680px;
	  margin-left: 150px;
	  display: inline-block;
	  padding-left: 10px;
	  line-height: 25px;
	  _float: left;
	background: url("../images/company_overview/timelineitem.png") no-repeat;
	background-size: contain;
  }
  .event_list li p span {
	  width: 650px;
	  text-align: left;
	  padding: 10px 15px;
	  margin: 0;
	color: #333;
  }
  
  /* 组织结构 */
  .organizational-structure-box {
	float: left;
    background-color: #fff;
    width: 90%;
    margin: 0px 5%;
    text-align: center;
    padding: 20px 0;
  }
  .organizational-structure-box img {
	  margin: 40px 0px 60px 0;
	  width:100%;
  }
  /* 党群建设 */
  .party-building-box {
	  float: left;
	  background-color: #fff;
	  width: 100%;
  }
  .party-building-box .party-building-list {
	  border-bottom: 1px solid #eaeaea;
	  margin: 10px 20px;
	  padding: 25px 0;
	  overflow: hidden;
  }
  .party-building-box .party-building-list:last-child{
	border-bottom: none;
  }
  .party-building-box .party-building-list .party-building-content {
	  float: left;
	  width: 72%;
  }
  .party-building-box .party-building-list .party-building-content .party-building-title {
	  font-size: 13pt;
	  font-weight: bold;
	  color: #333;
	  min-height: 85px;
	  display: block;
	  margin-top: 10px;
  }
  .party-building-box .party-building-list .party-building-content .party-building-date {
	  width: 100%;
	  overflow: hidden;
	  color: #808080;
  }
  .party-building-box .party-building-list .party-building-content .party-building-date .party-building-datetime {
	  float: left;
  }
  .party-building-box .party-building-list .party-building-content .party-building-date .party-building-more {
	  float: right;
	  color: #808080;
  }
  .party-building-box .party-building-list .party-flag-img {
	  float: right;
	  width: 192px;
	  height: 110px;
	  object-fit: cover;
  }
  .business-map{
	  padding: 30px!important;
	  background-color: #fff;
	  float: left;
	  width: 100%;
  }
  
  @media screen and (max-width: 768px) {
	  .company-introduction-box{
		  float: none;
	  }
	  .company-introduction-box img {
	  width: 100%;
	  margin: 0;
	  }
	  .company-culture-box{
		  padding: 10px 20px;
	  }
	  .company-culture-box .company-culture-item .company-culture-title{
		  width: 100%;
	  }
	  .company-culture-box .company-culture-item .company-culture-content{
		  float: none;
		  width: 100%;
	  }
	  .company-culture-box .company-culture-item{
		  padding: 10px 0;
	  }
	  .company-culture-box .company-culture-item .company-culture-content p{
		  text-indent: 2em;
	  }
	  .honor-box li{
		  width: 100%;
	  }
	  .timeline-box{
		  float: none;
		  overflow: hidden;
	  }
	  .event_list{
		  background: url(../images/company_overview//dian3.png) 30px 0 repeat-y;
		  background-size: 2px 100%;
	  }
	  .event_list h3{
		  margin: 0 0 0px 23px;
	  }
	  .event_list li {
	  background: url(../images/company_overview/event_circle.png) no-repeat;
	  background-position: 26px 16px;
	  background-size: 10px;
	  }
	  .event_list li p {
	  width: 80%;
	  margin-left: 42px;
	  display: inline-block;
	  padding-left: 10px;
	  line-height: 20px;
	  _float: left;
	  background: url(../images/company_overview/timelineitem.png) no-repeat;
	  background-size: 100% 100%;
	  }
	  .event_list li p span{
		  width: 90%;
	  }
	  .organizational-structure-box {
		  float: left;
		  background-color: #fff;
		  /* width: 100%; */
		  text-align: center;
		  padding: 20px 0;
	  }
	  .organizational-structure-box img{
		  width:90%;
	  }
	  .party-building-box .party-building-list .party-flag-img{
		  width: 29%;
	  height: 70px;
	  object-fit: contain;
	  }
	  .party-building-box .party-building-list .party-building-content{
		  width: 66%;
	  }
	  .party-building-box .party-building-list .party-building-content .party-building-title{
		  font-size: 16px;
		  font-weight: bold;
	  color: #333;
	  min-height: auto;
	  display: block;
	  margin-top: 0px;
	  }
	  .party-building-box .party-building-list .party-building-content .party-building-date{
		  margin-top: 10px;
	  }
	  .party-building-box .party-building-list{
		  padding: 15px 0;
	  }
	  .business-map {
	  padding: 10px!important;
	  background-color: #fff;
	  float: left;
	  /* width: 100%; */
	  }
  
  }
  
  
  
  .list-clear-box-2025{
	  width: 1400px;
	  margin: 0 auto;
  }
  .content-box.company-overview-2025{
	  width: 100%;
	  float: none;
  }
  .content-box.company-overview-2025 .index-job-name{
	  margin: 6% 0 3%;
  }
  .content-box.company-overview-2025 .company-introduction-box{
	  display: flex;
	  justify-content: space-between;
	  float: none;
  }
  .content-box.company-overview-2025 .company-introduction-box div{
	  width: 63%;
  }
  .content-box.company-overview-2025 .company-introduction-box img {
	  width: 35%;
  }
  .content-box.company-overview-2025 .video-box{
	  width: 49%;
	  margin: 20px auto;
	  margin-bottom: 20px;
  } 
  .content-box.company-overview-2025 .company-overview-p{
	  text-indent: 2em;
	  color: #808080;
	  margin: 20px 0;
	  line-height: 36px;
  }
  .company-overview-service-box {
	  
  }
  .company-overview-service-box .bot{
	  width: 100%;
	  position: relative;
	  min-height: 450px;
  }
  .company-overview-service-box .box{
	  width: 100%;
	  padding: 15px;
	  margin: 10px auto;
	  height: 100%;
  }
  .company-overview-service-box ul{
	  list-style: none;
	  overflow: hidden;
	  height: 450px;
  }
  .company-overview-service-box .box ul li{
	  text-indent:10px;
	  width: 25%;
	  height: 450px;
	  /* border: 1px black solid; */
	  float: left;
	  position: relative;
	  transition: all .6s ease-out;
	  margin: 0 10px;
	  cursor: pointer;
  }
  .company-overview-service-box .box ul li img{
	  width: 150px;
	  height: 150px;
	  position: absolute;
	  right: 0;
	  transition: all .6s ease-out;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  left: 0;
	  top: 0;
  }
  .company-overview-service-box .box ul .on{
	  width: 45%;
	  height: 100%;
	  text-align: left;
  }
  .company-overview-service-box .box ul .on p{
	  color: white;
	  padding-left:20px ;
  }
  .company-overview-service-box .box ul p{
    position: absolute;
    z-index: 9;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    left: calc(50% - 83px);
    top: 30%;
    text-align: center;
	text-shadow: 5px 5px 5px #707070;
  }
  .company-overview-service-box .box ul .on img{
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  object-fit: cover;
  }
  .company-overview-service-box .box ul li .more-btn{
    position: absolute;
    bottom: 20%;
    z-index: 9;
    font-size: 14px;
    color: #fff;
    width: 120px;
    display: inline-block;
    border: 1px solid #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    left: calc(50% - 60px);
	cursor: pointer;
	background-color: transparent;
  }


  
.company-culture-name{
    display: grid;
    justify-content: center;    
	font-size: 26px;
    position: relative;
	padding-top: 2%;
}
.company-culture-name:after{
	content: ''; /* 必须有content属性 */
	display: block; /* 使伪元素成为块级元素 */
	width: 30px; /* 短线的长度 */
	height: 2px; /* 短线的宽度 */
	background-color: #e60012; /* 短线的颜色 */
	position: absolute;    
	bottom: -8px;
    left: calc(52% - 42px);
}
.company-culture-box .culture-box{
	margin: 6% auto;
    display: flex;
    justify-content: space-between;
	width: 1300px;
	height: 400px;
	position: relative;
}
.company-culture-box .culture-box img{
	width: 400px;
	height: 355px;
	position: absolute;
    left: -1000px;
}
.company-culture-box .culture-box .text-box{
	width: calc(100% - 500px);
	margin-top: -15px;
	position: absolute;
    right: -1500px;
}
.company-culture-box .culture-box .text-box p{
	margin-bottom: 5px;
    line-height: 36px;
}
.company-culture-box .culture-box .text-box p:first-child{
	color: #d61518;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 3px;
}
.company-culture-box .culture-img1{
	width: 100%;
}
.culture-list{
	width: 1400px;
    margin: 3% auto;
    display: flex;
    justify-content: center;
}
.culture-list .culture-list-item{
	width: 20%;
    margin: 0 15px;
    position: relative;
}
.culture-list .culture-list-item:nth-child(2),
.culture-list .culture-list-item:nth-child(4){
	margin-top: 10%;
}
.culture-list .culture-list-item .culture-text-img{
	width: 100%;
}
.culture-list .culture-list-item .culture-text-feiji1{
	position: absolute;
    top: 30px;
    width: 120px;
    left: -37px;
}
.culture-list .culture-list-item .culture-text-feiji2{
	position: absolute;
    top: 50px;
    width: 100px;
    right: -52px;
}
.culture-list .culture-list-item .culture-text-feiji3{
	position: absolute;
    width: 100px;
    bottom: -10px;
    right: -25px;
}
.culture-list .culture-list-item .culture-text-add{
    position: absolute;
    top: 20px;
    width: 25px;
    right: 30px;
	cursor: pointer;
}
.hover-img-box img{
	cursor: pointer;
	transition: all 0.6s;
}
.hover-img-box img:hover{
	transform: scale(1.4);
}
.notice-box{
	background: url(../images/company_overview/circle-bg.png) no-repeat;
	height: 600px;
    background-size: 100% 100%;
}
.notice-box .notice-detail{
	width: 1200px;
    position: relative;
    display: flex;
    margin: 0 auto;
}
.notice-box .notice-detail .notice-text{
	background-color: #d61518;
    height: calc(362px - 60px);
    padding: 30px;
    width: 490px;
    margin-top: 102px;
}
.notice-box .notice-detail .notice-text .notice-title{
	width: 180px;
}
.notice-box .notice-detail .notice-text p{
    color: #fff;
    font-size: 16px;
    width: 60%;
    line-height: 30px;
}
.notice-box .notice-detail .notice-text p.p-1{
	margin-top: 40px;
}
.notice-box .notice-detail .notice-text p.p-2{
	margin-top: 40px;
}
.notice-box .notice-detail .notice-img{
	height: 400px;
    right: -30px;
    /* width: 900px; */
    position: absolute;
    top: 102px;
    object-fit: fill;
}
#culture,
#culture2,
#culture3,
#culture4{
    width: 500px;
    padding: 30px;
}
#culture .culture-alert-box .culture-title,
#culture2 .culture-alert-box .culture-title,
#culture3 .culture-alert-box .culture-title,
#culture4 .culture-alert-box .culture-title{
	font-size: 18px;
    font-weight: bold;
    margin: 0px 0 30px 0;
}
#culture .culture-alert-box .culture-detail,
#culture2 .culture-alert-box .culture-detail,
#culture3 .culture-alert-box .culture-detail,
#culture4 .culture-alert-box .culture-detail{
	margin-bottom: 10px;
    line-height: 30px;
}


/* 公司荣誉 */
.honor-top-box{
	background: url("../images/company_overview/honoer-banner.png") no-repeat;
    background-size: 100% 100%;
}
.honor-top-box .width1400{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.honor-top-box .detail{
	margin-top: 8%;
	transform: translateX(-300%);
    transition: transform 2s ease;
}
.honor-top-box .detail .title{
	font-size: 24px;
    font-weight: 500;
}
.honor-top-box .detail .msg-list{
	margin-top: 60px;
}
.honor-top-box .detail .msg-list li{
	font-size: 14px;
    margin: 30px 0;
    position: relative;
    padding-left: 25px;
}
.honor-top-box .detail .msg-list li::before{
	content: "";
    display: block;
    width:4px;
    height:4px;
    background-color: #e60012;
    position: absolute;
    left: 0;
    top:8px;
    border-radius: 50%;
}
.honor-top-box .img-box{
	width: 500px;
    padding: 5% 0;
	transform: translateX(300%);
    transition: transform 2s ease;
}
.honor-top-box .img-box img{
	width: 100%;
}
.honor-box .swiper-container .img-box{
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
}
.honor-box .swiper-container .img-box div{
	background: url("../images/company_overview/honor-bg.png") no-repeat;
    background-size: 100% 100%;
	width: calc(25% - 80px);
    margin: 20px;
	padding: 20px 20px;
	overflow: hidden;
}
.honor-box .swiper-container .img-box div img{
	width: 100%;
	height: 100%;
}
.honor-box .swiper-container .img-box div img:hover{
	transform: scale(1.2);
	transition: all 0.6s;
}
.honor-box .swiper-container .swiper-scrollbar-drag{
	background: #e60012;
}
.honor-box .swiper-container {
	overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1440px){
	.honor-top-box .width1400{
		width: 1200px;
		margin: 0 auto;
	}
}