.page_top{
  width: 100%;
  margin-top: 148px;
}
.page_top img{
  width: 100%;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
.guide_block {
  font-family: "times new roman";
  font-size: 16px;
  color: #333333;
  padding: 20px 0;
}
.wrap_head{
  display: flex;
  justify-content: center;
}
.service_base_block{
  background-color: white;
  box-shadow: 0 0 16px 0 rgba(17,102,204,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:24px;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}
.service_base_pic{
  width: 40%;
  height: 270px;
  overflow: hidden;
}
.service_base_pic img{
  width: 100%;
  height: 100%;
}
.service_base_main{
  width: 56%;
  box-sizing: border-box;
  padding-right: 20px;
}
.service_base_info{
  font-size: 20px;
  line-height: 30px;
  color: #22A6F3;
}
.check_more{
  width: 126px;
  float: right;
  margin-top: 10px;
}
.check_more img{
  width: 100%;
}
.main_wrap2{
  padding-top: 30px;
}
.resource_list{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
.resource_list_mobile{
  display: none;
}
.resource_list a{
  width: 27%;
}
.resource_list li{
  position: relative;
}
.resource_pic{
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.resource_pic img{
  width: 100%;
  height: 100%;
}
.resource_pic_hover{
  position: absolute;
  width: 100%;
  height: 260px;
  top: 0;
  left: 0;
  display: none;
}
.resource_pic_hover img{
  width: 100%;
  height: 100%;
}
.resource_list a:hover .resource_pic_hover{
  display: block;
}
.resource_title{
  font-size: 19px;
  text-align: center;
  color: #22A6F3;
  font-weight: bold;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 26px;
}
.main_wrap3{
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 0;
}
.event_list{
  display:flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
.event_list a{
  width: 48%;
  box-shadow: 0 0 12px 0 rgba(17,102,204,0.2);
  overflow: hidden;
}
.event_list a:nth-child(1){
  border-top-left-radius: 50px;
}
.event_list a:nth-child(2){
  border-top-right-radius: 50px;
}
.event_list a:nth-child(2) img{
  border-top-right-radius: 50px;
}
.event_list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event_title{
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  padding-left: 20px;
  color: #22A6F3;
  font-size: 17px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.event_pic{
  width: 50%;
  height: 120px;
  overflow: hidden;
  transition: all 0.5s;
}
.event_pic img{
  width: 100%;
  height: 100%;
}
.event_list a:hover li{
  background-color: #22A6F3;
}
.event_list a:hover .event_title{
  color: white;
}
.event_list a:hover .event_pic{
  transform: scale(1.05);
}
.main_wrap3 .check_more{
  margin-right: 46px;
  margin-top: 20px;
}
.main_wrap4{
  padding-top: 20px;
  background-color: transparent;
  height: auto;
  margin-top: 0;
  overflow: hidden;
}
.case_scroll{
  margin-top: 20px;
}
.case_scroll_mobile{
  display: none;
}
.case_scroll .slideGroup .parBd{
	padding-left:0px
}
.case_scroll .parBd .case_block{
	width:1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case_scroll .parBd .tempWrap{
	margin-top:0px;
	width:1110px!important;
  padding: 10px;
  box-sizing: border-box;
}
.case_scroll .parBd ul{
  overflow: initial!important;
  height: auto;
}
.case_scroll .parBd ul li{
	width:254px!important;
	height:auto;
	margin:0 10px 0 10px;
  box-shadow: 0 0 12px 0 rgba(17,102,204,0.5)
}
.case_scroll .parBd .case_block .sPrev{
	width:44px;
	height:120px;
  background: none;
  /* box-shadow: 0 0 12px 0 rgba(17,102,204,0.5); */
}
.case_scroll .parBd .case_block .sNext{
	width:44px;
	height:120px;
  background: none;
  /* box-shadow: 0 0 12px 0 rgba(17,102,204,0.5); */
}
.case_scroll .parBd .case_block .sPrev img{
	width:100%;
  height: 100%;
}
.case_scroll .parBd .case_block .sNext img{
	width:100%;
  height: 100%;
}
.case_pic{
  width: 100%;
	height:120px;
  border-radius: 4px;
  overflow: hidden;
}
.case_pic img{
  width: 100%;
	height:100%;
}

@media only screen and (max-width: 768px) {
  .container{
    width:94%;
  } 
  .page_top{
    margin-top: 0;
  }
  .guide_block {
    display: none;
  }
  .ET_main{
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .wrap_head{
    width: 90%;
  }
  .wrap_head img{
    width: 100%;
  }
  .main_wrap1 .wrap_head{
    width: 66%;
  }
  .service_base_block{
    display: block;
    padding: 10px;
    margin-top: 20px;
  }
  .service_base_pic{
    width: 100%;
    height: auto;
  }
  .service_base_main{
    width: 92%;
    margin: 0 auto;
    padding-right: 0;
    padding-top: 16px;
  }
  .service_base_info{
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-weight: 400;
  }
  .check_more{
    width: 100px;
  }
  .resource_list{
    display: none;
  }
  .resource_list_mobile{
    display: block;
    margin-top: 20px;
  }
  .resource_list_mobile li{
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(17,102,204,0.5);
    margin-top:12px;
  }
  .resource_pic{
    float: left;
    width: 50%;
    height: 80px;
  }
  .resource_list_mobile a:nth-child(2) .resource_pic{
    float: right;
  }
  .resource_info{
    float: right;
    width: 50%;
    height: 80px;
  }
  .resource_info img{
    width: 100%;
    height: 100%;
  }
  .main_wrap3{
    margin-top: 0;
  }
  .main_wrap3 .wrap_head{
    width: 60%;
  }
  .event_list{
    display: block;
    box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
    margin-top: 20px;
  }
  .event_list li{
    overflow: hidden;
    display: block;
    margin-bottom: 16px;
     box-shadow: 0 0 8px 0 rgba(17,102,204,0.3);
  }
  .event_list a:nth-child(2) img{
    border-top-right-radius: 0;
  }
  .event_pic{
    width: 50%;
    float: left;
    height: 76px;
  }
  .event_title{
    width: 50%;
    float: right;
    padding-left: 12px;
    color: #22A6F3;
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    margin: 8px 0;
  }
  .main_wrap3 .check_more{
    margin-right: 6px;
    margin-top: 4px;
  }
  .main_wrap4{
    padding-top: 6px;
  }
  .main_wrap4 .wrap_head{
    width: 40%;
  }
  .case_scroll{
    display: none;
  }
  .case_scroll_mobile{
    width: 350px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
  }
  .case_scroll_mobile .slideGroup .parBd{
    padding:0px
  }
  .case_scroll_mobile .parBd .case_block{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .case_scroll_mobile .parBd .tempWrap{
    margin-top:0px;
    width:300px!important;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .case_scroll_mobile .parBd ul{
    overflow: initial!important;
    height: 76px;
  }
  .case_scroll_mobile .parBd ul li{
    width:140px!important;
    height:auto;
    margin:0 5px;
    box-shadow: 0 0 8px 0 rgba(17,102,204,0.3)
  }
  .case_scroll_mobile .parBd .case_block .sPrev{
    width: 24px;
    height: 24px;
    background: none;
    margin-top: -10px;
  }
  .case_scroll_mobile .parBd .case_block .sNext{
    width: 24px;
    height: 24px;
    background: none;
    margin-top: -10px;
  }
  .case_scroll_mobile .parBd .case_block .sPrev img{
    width:100%;
    height: 100%;
  }
  .case_scroll_mobile .parBd .case_block .sNext img{
    width:100%;
    height: 100%;
  }
  .case_pic{
    width: 100%;
    height:63px;
    border-radius: 4px;
    overflow: hidden;
  }
  .case_pic img{
    width: 100%;
    height:100%;
  }
  .main_wrap4 .check_more{
    margin-top: 0;
    margin-right: 14px;
  }
}