.bannge .text_avt .text_01{
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
}
.bannge .text_avt .text_02{
	font-size: 24px;
	height: 0;
	color: #fff;
	font-weight: normal;
}

.schedule {
	 margin-top: 60px;
text-align: center;
margin-bottom: 60px;
  
}
.schedule_tit{
	position: relative;
	background: #fff;
	margin-bottom: 70px;
	   
}
.schedule_tit>p:nth-child(1){
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}
.schedule_tit>p:nth-child(2){
color: #888888;
font-size: 14px;
}

.schedule_tit::before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 40px;
	height: 100px;
	border: 1px solid #dfdfdf;
	z-index: -1;
	transform: translate(-50%,-50%);
}
.schedule_box{
	display: flex;
}
.schedule_on{
	cursor: pointer;
	width: 25%;
}
.schedule_on:hover img{
	transform: rotate(360deg);
	    -webkit-transition: all 0.35s;
	    -o-transition: all 0.35s;
	    transition: all 0.35s;
}
.schedule_on>div:nth-child(1){
	width: 80px;
	height: 80px;
	
	margin-bottom: 30px !important;
	margin: auto;
}
.schedule_on>div:nth-child(1) img{
	width: 100%;
	height: 100%;
}
.schedule_on>div:nth-child(2){
	font-size: 16px;
	color: #333;
}






.demand {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #f6f6f6;
  background-image: url(../images/bangre_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.demand .weiState {
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 22px;
  box-shadow: 0px 17px 13px -6px #c4c4c4;
}
.demand .demand-list {
  height: 100%;
  padding-top: 59px;
  display: flex;
  justify-content: space-between;
}
.demand .demand-list .shuiguan {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
  height: 40px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.demand .demand-list .shuiguan .exhibition {
  display: flex;
  align-items: baseline;
}
.demand .demand-list .shuiguan .exhibition .title {
  font-size: 24px;
  margin-right: 18px;
}
.demand .demand-list .shuiguan .exhibition .article {
  color: #666666;
}
.demand .demand-list .shuiguan .more {
  color: #888888;
}
.demand .demand-list .shuiguan .more span {
  font-family: "宋体";
}
.demand .demand-list .demand-left {
  width: 489px;
}


.industry_aa{
	display: flex;
	align-items: center;
}
.industry_aa>div:nth-child(2){
	margin-left: 20px;
}
.industry_aa>div:nth-child(2) p:nth-child(1){
	margin-bottom: 15px;
	font-size: 14px;
	color: #444;
	font-weight: 600;
}
.industry_aa>div:nth-child(2) p:nth-child(2){
	font-size: 12px;
	color: #888;
}
.industry_aa>div:nth-child(1){
	width: 100px;
	height: 72px;
}
.industry_aa>div:nth-child(1) img{
	width: 100%;
	height: 100%;
}
.industry_box{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.demand .demand-list .demand-left .industry li {
	padding-left: 0 !important;
  height: 72px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  cursor: pointer;
  transition: all 1s;
}
.demand .demand-list .demand-left .industry li:hover {
  box-shadow: 0px 0px 20px #ba9c78;
}
.demand .demand-list .demand-right {
  width: 582px;
}
.demand .demand-list .demand-right .recent {
  display: flex;
  flex-wrap: wrap;
}
.demand .demand-list .demand-right .recent li{
	margin-right: 15px;
	margin-bottom: 15px;
}
.demand .demand-list .demand-right .recent li:nth-child(4n+4){
margin-right: 0;
}

.cooperation {
  height: 360px;
  padding-top: 60px;
}
.cooperation .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
.cooperation .title-play {
  width: 0;
  height: 0;
  overflow: hidden;
}


 .scrollleft {
        overflow: hidden;
        position: relative;
        text-align: center;
    }

        .scrollleft ul {
            overflow: auto;
            height: 100px;
        }

            .scrollleft ul li {
                float: left;
                box-sizing: border-box;
                text-align: center;
                display: inline-block;
                width: 231px;
                list-style: none;
                 border-right:1px solid #b5b5b5; 
                box-shadow:0px 2px 5px 3px #ccc;
            }
 .sw {
        width: 1200px;
        overflow: hidden;
        border: 1px solid #b5b5b5;
        border-radius: 15px;
        box-shadow: 0px 0px 16px 4px #ccc;
    }

   .cooperation .title-play{
	width: unset !important;
	   height: unset !important;
	   overflow: unset !important;
   }

   .city_lists p{
    color: #666666;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .city_aa{
    margin-bottom: 0 !important;
  }
  .city_lists {
   margin-bottom: 60px;
  }
  .city_left>div{
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fram_tit{
    margin-bottom: 30px;
  }