#content {
  width: 1200px;
  margin: 0 auto;
}
.aboutus {
  height: 600px;
  background: #FAFAFA;
  margin-top: 100px;
  padding: 50px 50px 50px 40px;
  display: flex;
  justify-content: space-between;
}
.aboutus .title {
  font-size: 40px;
  color: #222222;
  font-weight: 800;
}
.title_cn {
  font-size: 20px;
  color: #222222;
  font-weight: 500;
}
.aboutus p {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.understand-btn {
  width: 130px;
  height: 32px;
  background: #1792F9;
  border-radius: 6px 6px 6px 6px;
  margin-top: 90px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.understand-btn img {
  width: 25px;
  height: 8px;
  margin-left: 10px;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 40px;
  height: 4px;
  border-radius: 0;
  background-color: rgba(255,255,255, 0.6);
  margin: 0 !important;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
  border-radius: 25px;
  margin: 0 !important;
}
.mn-wrap {
  margin-top: 65px;
  /*height: 230px;*/
  background: #FFFFFF;
  overflow: hidden;
  /*margin: 50px;*/
  position: relative;
}
.mn-swiper{

  height: 100%;
  position: initial !important;
}
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;    /*之前是ease-out*/
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  margin: 0 auto;
}
.mn-swiper .swiper-slide a{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.mn-swiper .swiper-slide{
  /*border-radius: 4px;*/
  /*font-size: 24px;*/
  /*font-family: Microsoft YaHei;*/
  /*font-weight: bold;*/
  /*color: #FFFFFF;*/
  /*line-height: 150px;*/
  /*margin-top: 40px;*/
  /*margin-left: 26px;*/
  /*text-align: center;*/
  /*transition:all .7s ease 0s;*/
  margin-right: 20px;
}
/*.mn-swiper .swiper-slide:hover{*/
/*  opacity: 0.9;  box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);*/
/*  -webkit-box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);*/
/*  -moz-box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);*/
/*}*/
.mn-swiper .swiper-wrapper{
  width: 100%;
  margin: 0 auto;
}
.slide_content {
  width: 722px;
  padding-top: 15px;
}
.slide_content_item {
  background: #F3F7FD;
  border-radius: 20px 20px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
}
.slide_content_item:hover{
  background-color: #fff;
}
.slide_content_item img {
  transition: all .4s ease 0s;
}
.search {
  background: #1792F9;
  font-weight: 500;
  font-size: 24px;
  width: 670px;
  height: 80px;
  padding: 0 10px 0 30px;
  color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  margin-top: 200px;
}
.footer_search_img {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
}
.footer_search_img img {
  width: 28px;
  height: 28px;
}
.slide_content_item_footer {
  position: absolute;
  width: calc(100% - 74px);
  height: 84px;
  background: rgba(219,239,255,0.76);
  border-radius: 20px 20px 20px 20px;
  bottom: 18px;
  padding: 10px 20px 16px;
  display: none;
}
.slide_content_item_footer p {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
  line-height: 18px;
}
.slide_content_item_footer_titie {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.line {
  width: 16px;
  height: 2px;
  background: #1792F9;
  border-radius: 0px 0px 0px 0px;
  margin-top: 6px;
}