* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
/* 行显示，多出省略 */
/* 
* 自定义滚动条样式
* @class: 类名
* @w:滚动条宽度
* @barColor：滚动条拖拽条的颜色
* @barOpacity：滚动条拖拽条的透明度
* @bgColor：滚动条背景色
* @bgOpacity：滚动条的透明度
* 
* 使用：.scrollBar(xx,8px,#ff0)
*/
.demo::-webkit-scrollbar {
  width: 4px;
}
.demo::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
}
.demo::-webkit-scrollbar-track {
  border-radius: 2px;
  width: 4px;
  background: rgba(204, 204, 204, 0.6);
}
.demo::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  width: 4px;
  background: rgba(204, 204, 204, 0.6);
}
.clear,
.cl {
  display: block !important;
  float: none !important;
  clear: both;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.demo {
  height: 100px;
  overflow: auto;
}
.demo .xx::-webkit-scrollbar {
  width: 4px;
}
.demo .xx::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 0, 0.8);
}
.demo .xx::-webkit-scrollbar-track {
  border-radius: 2px;
  width: 4px;
  background: rgba(204, 204, 204, 0.6);
}
.demo .xx::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  width: 4px;
  background: rgba(204, 204, 204, 0.6);
}
.fltAndClear {
  float: left;
}
@media screen and (max-width: 1024px) {
  .fltAndClear {
    float: none;
    width: 100% !important;
  }
}
/* 行业新闻 */
.industry_wrap {
  padding-bottom: 3.64583333%;
}
.industry_wrap ul {
  padding-bottom: 3.47222222%;
}
.industry_wrap li {
  border-bottom: 1px solid #c6c6c6;
  transition: all 0.3s;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .industry_wrap li:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
  .industry_wrap li:hover h2 {
    color: #52b237;
  }
}
.industry_wrap li a {
  display: block;
  padding: 4.16666667% 2.29166667%;
  overflow: hidden;
}
.industry_wrap li .img {
  float: left;
  width: 29.86111111%;
}
.industry_wrap li .cont {
  float: left;
  width: 70.13888889%;
  padding: 1.38888889% 15px 1.38888889% 4.16666667%;
}
.industry_wrap li h2 {
  font-weight: bold;
  margin-top: 5px;
}
.industry_wrap li h2 + p {
  font-size: 18px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.industry_wrap li .common_more {
  margin-top: 0.17rem;
  margin-left: 4.16666667%;
}
@media only screen and (min-width: 768px) {
  .industry_wrap li:hover a {
    color: #000 !important;
  }
}
/* 企业新闻 */
.recommend_wrap .img {
  width: 57.22222222%;
}
.recommend_wrap .cont {
  width: 42.77777778%;
  padding: 20px 20px 20px 5.69444444%;
}
.recommend_wrap .cont h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-top: 0.4rem;
}
.recommend_wrap .cont p {
  margin-top: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend_wrap .cont .common_more {
  margin-top: 0.3rem;
}
.corporate_list_wrap {
  padding-top: 6.94444444%;
  padding-bottom: 9.02777778%;
}
.corporate_list_wrap li {
  float: left;
  width: 31.38888889%;
}
.corporate_list_wrap li:not(:nth-child(3n)) {
  margin-right: 2.91666667%;
}
@media only screen and (min-width: 768px) {
  .corporate_list_wrap a:hover {
    color: #52b237 !important;
  }
}
.corporate_list_wrap .cont {
  padding: 20px 20px 50px 20px;
}
.corporate_list_wrap .date {
  font-family: arial;
  margin-bottom: 10px;
}
.corporate_list_wrap .des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.5em;
  font-weight: bold;
}
/* 新闻详情 */
.inBody .header {
  background: #52b237 url(../images/header_bg.jpg) center center no-repeat;
}
.news_details_wrap {
  padding: 5.20833333% 0 6.25%;
}
.news_details_wrap .n_cont {
  padding: 0 3.47222222%;
}
.news_details_wrap .n_body {
  float: left;
  width: 70.89552239%;
  padding-right: 50px;
  padding-bottom: 3.73134328%;
  border-right: 1px solid #e3e3e3;
}
.news_details_wrap .n_body > h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #303030;
}
.news_details_wrap .n_body .news_edit {
  margin-top: 4.5%;
}
.news_details_wrap .n_body .n_date {
  margin-top: 15px;
}
.news_page {
  border-top: 1px solid #000;
  padding-top: 20px;
  overflow: hidden;
}
.news_page a {
  color: #000;
}
.news_page span {
  display: inline-block;
  max-width: 48%;
  overflow: hidden;
}
.news_page span:nth-child(2) {
  float: right;
}
.related_wrap {
  float: right;
  width: 28.95522388%;
  padding-left: 3.73134328%;
}
.related_wrap .tit {
  color: #303030;
  line-height: 1;
}
.related_wrap .line {
  width: 45px;
  height: 3px;
  background: #52b237;
  margin-top: 26px;
}
.related_list li {
  margin-top: 10%;
}
.related_list a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
}
/* 营销网络 */
.effect_wrap {
  padding-bottom: 13.95833333%;
}
.effect_wrap .cont {
  position: relative;
  padding-left: 30px;
}
.effect_wrap .cont::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 164px;
  width: 1px;
  background: #d4d4d4;
}
.effect_wrap .cont::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 94px;
  background: #52b237;
}
.effect_wrap .cont h1 {
  font-weight: bold;
}
.effect_wrap .cont .en {
  line-height: 1;
  margin-top: 5px;
}
.effect_wrap .cont .cn {
  margin-top: 30px;
}
.effect_wrap .map_wrap {
  margin-top: 4.86111111%;
}
/* 友情提示 */
.remind_wrap {
  padding: 0 0 3.64583333%;
}
.remind_wrap li {
  border: 1px solid #c6c6c6;
  margin-bottom: 2%;
}
@media (any-hover: hover) {
  .remind_wrap li:hover .cont {
    box-shadow: 0 0 10px 0px rgba(9, 0, 5, 0.2);
    transform: scale(1.05);
  }
}
.remind_wrap .cont {
  transition: all 0.3s;
  padding: 3.47222222% 3.47222222% 4.51388889% 3.47222222%;
  background: #fff;
}
.remind_wrap .cont p {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.remind_wrap h2 {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: 1.5em;
  overflow: hidden;
}
.remind_wrap .common_more {
  margin-top: 2.6%;
}
/* 联系我们 */
.contact_wrap .map {
  height: 836px;
}
.map_wrap {
  position: relative;
}
.map_wrap .map_info {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  z-index: 2;
  background: url(../images/map_contact_bg.jpg) 0 0 no-repeat;
  width: 515px;
  height: 640px;
  padding: 50px 40px 50px 50px;
  color: #fff;
}
.map_wrap .map_info .line {
  width: 45px;
  height: 3px;
  background: #fff;
}
.map_wrap .map_info h1 {
  margin-bottom: 25px;
}
.map_wrap .map_info a {
  color: #fff;
}
.map_wrap .map_info a:hover {
  color: #fff !important;
}
.map_wrap .map_info dl {
  margin-top: 25px;
}
.map_wrap .map_info dt {
  line-height: 17px;
  padding-left: 32px;
}
.map_wrap .map_info dd {
  font-size: 24px;
  padding-left: 32px;
  margin-top: 5px;
}
.map_wrap .map_info dl.address dt {
  background: url(../images/map_icon1.png) 0 0 no-repeat;
}
.map_wrap .map_info dl.phone1 dt {
  background: url(../images/map_icon2.png) 0 0 no-repeat;
}
.map_wrap .map_info dl.phone2 dt {
  background: url(../images/map_icon3.png) 0 0 no-repeat;
}
.map_wrap .code {
  text-align: right;
  margin-top: 5%;
}
.map_wrap .code .cont {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  vertical-align: top;
}
.map_wrap .code .img {
  display: inline-block;
  vertical-align: top;
  max-width: 142px;
  max-height: 142px;
  overflow: hidden;
}
.map_wrap .code i {
  font-size: 22px;
}
.company_list_wrap {
  padding: 7.29166667% 0 3.125%;
}
.company_list_wrap li {
  position: relative;
  float: left;
  width: 25%;
  border-left: 1px solid #e5e5e5;
  padding: 0 2.77777778% 25px 2.77777778%;
  margin-bottom: 6.94444444%;
}
.company_list_wrap li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 4px;
  height: 95px;
  background: #52b237;
}
.company_list_wrap li .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
  margin-bottom: 16%;
  font-weight: bold;
}
.company_list_wrap li .jw {
  margin-bottom: 10%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: 1.5em;
  overflow: hidden;
}
.company_list_wrap li a {
  font-family: arial;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .company_list_wrap li a:hover {
    color: #000 !important;
  }
}
/* 规划与发展 */
.dev_sec1 {
  position: relative;
  margin-bottom: 11.45833333%;
}
.dev_sec1 .wrap {
  position: relative;
}
.dev_sec1 .swiper_box {
  overflow: hidden;
  padding-bottom: 0.4rem;
  padding-left: 0.4rem;
  margin-left: -0.4rem;
}
.dev_sec1 .swiper_box img {
  width: 100%;
}
.dev_sec1 .swiper-container {
  width: 81.25%;
  overflow: visible;
  margin-left: 0;
}
.dev_sec1 .swiper-container .txt {
  position: absolute;
  bottom: -0.4rem;
  left: -0.4rem;
  padding: 0.3rem 0.2rem 0.3rem 0.3rem;
  color: #fff;
  background: url(../images/dev_swp_bg.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2.66rem;
  height: 2.48rem;
  font-size: 0.38rem;
}
.dev_sec1 .swiper-button-prev,
.dev_sec1 .swiper-button-next {
  background: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-top: -0.8rem;
  right: -60px;
}
.dev_sec1 .swiper-button-prev i,
.dev_sec1 .swiper-button-next i {
  color: #52b237;
  font-size: 44px;
}
.dev_sec1 .swiper-button-prev {
  left: -60px;
}
.dev_sec2 {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.dev_sec2 .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dev_sec2 .txt {
  color: #fff;
  margin-left: 20px;
  margin-top: 18.05555556%;
}
.dev_sec2 .des {
  max-width: 416px;
  max-height: 200px;
  overflow: auto;
  margin-top: 10px;
}
.dev_sec3 {
  padding: 6.97916667% 0 3.90625%;
}
.dev_sec3 li,
.welfare_sec3 li {
  position: relative;
  float: left;
  width: 30.20833333%;
  margin-right: 4.65277778%;
  margin-bottom: 4.65277778%;
}
.dev_sec3 li:nth-child(3n),
.welfare_sec3 li:nth-child(3n) {
  margin-right: 0;
}
.dev_sec3 li::before,
.welfare_sec3 li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
.dev_sec3 li .txt,
.welfare_sec3 li .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 0 10%;
  color: #fff;
}
.dev_sec4 {
  background: #52b237 url(../images/welfare_sec4_bg.jpg) center center no-repeat;
  text-align: center;
  color: #fff;
}
.dev_sec4 .cont {
  padding: 5.55555556% 0;
}
.dev_sec4 h2 {
  margin-bottom: 2.5%;
}
/* 薪酬福利 */
.welfare_comm_tit {
  margin-bottom: 0.5rem;
}
.welfare_sec1 {
  padding: 0 0 5%;
}
.welfare_sec1 li {
  float: left;
  width: calc(33.33333% - 0.47rem);
  height: 196px;
  background: url(../images/welfare_bg1.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-right: 0.47rem;
  margin-bottom: 0.47rem;
  color: #fff;
  padding: 0.5rem 0.2rem 0 0.5rem;
}
.welfare_sec1 li span {
  max-width: 0.63rem;
}
.welfare_sec1 li span,
.welfare_sec1 li .cont {
  display: inline-block;
  vertical-align: top;
}
.welfare_sec1 li .cont {
  margin-left: 0.4rem;
  width: calc(100% - 1.13rem);
}
.welfare_sec1 li .cont h3 {
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: 1.5em;
  overflow: hidden;
}
.welfare_sec1 li .cont p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 242px;
  font-size: 16px;
}
.welfare_sec1 li:nth-child(3n) {
  margin-right: 0;
}
.welfare_sec2 {
  background: #eee;
  padding: 5.20833333% 0 6.25%;
}
.welfare_sec2 li {
  width: 46.18055556%;
  float: left;
  position: relative;
  margin-bottom: 4%;
}
.welfare_sec2 li:nth-child(2n) {
  float: right;
}
.welfare_sec2 li .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: 1.5em;
  overflow: hidden;
  position: absolute;
  bottom: 0.27rem;
  left: 0;
  width: 100%;
  padding: 0 5%;
  color: #fff;
}
.welfare_sec3 {
  padding: 5.20833333% 0 4.16666667%;
}
/* 在线留言 */
.message_wrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 5.20833333% 0 6.25%;
}
.message_wrap::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.message_wrap .cont {
  position: relative;
  z-index: 2;
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}
.message_wrap .item {
  margin-bottom: 0.4rem;
}
.message_wrap .label {
  color: #fff;
  margin-bottom: 20px;
}
.message_wrap .ipt {
  background: #fff;
  height: 55px;
  border-radius: 28px;
  overflow: hidden;
}
.message_wrap .ipt input {
  display: block;
  padding: 17px 40px;
  width: 100%;
}
.message_wrap .txt {
  height: auto;
  border-radius: 10px;
}
.message_wrap .txt textarea {
  width: 100%;
  padding: 17px 40px;
  height: 2rem;
}
.message_wrap .submit {
  display: block;
  width: 160px;
  height: 52px;
  border-radius: 26px;
  background: #52b237;
  text-align: center;
  color: #000;
  margin: 0 auto;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .message_wrap .submit:hover {
    color: #fff;
  }
}
/* 搜索结果 */
.search_wrapbox .search_top {
  background: #ccc url(../images/search_top_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 5.72916667% 0 40px;
}
.search_wrapbox .search_input {
  position: relative;
  background-color: #fff;
  font-size: 24px;
  border-radius: 47px;
  overflow: hidden;
}
.search_wrapbox .search_input input {
  padding: 25px 40px;
  border: none;
  display: block;
  width: calc(100% - 110px);
}
.search_wrapbox .search_input button {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 100%;
  background: url(../images/search_btn.png) center center no-repeat;
  background-size: 37px 37px;
  border: none;
  text-indent: -9999em;
}
.search_wrapbox .search_result {
  margin-top: 2.43055556%;
  color: #1f1f70;
}
.search_result_wrap {
  background: #fff;
  padding-bottom: 2.60416667%;
}
.search_result_wrap li {
  border-bottom: 1px solid #ccc;
  padding: 3.47222222% 18px 2.08333333%;
}
.search_result_wrap li span {
  color: #1f1f70;
}
.search_result_wrap dt {
  font-size: 24px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  overflow: hidden;
}
.search_result_wrap dd {
  margin-top: 20px;
  color: #737373;
  margin-bottom: 1.38888889%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  /* 联系我们首页 */
  .contact_wrap .map {
    height: 500px;
  }
  .contact_wrap .map_info {
    height: 500px;
    padding-top: 20px;
    right: 0;
  }
  .contact_wrap .map_info h1 {
    margin-bottom: 10px;
  }
  .contact_wrap .map_info dl {
    margin-top: 15px;
  }
  .company_list_wrap .map {
    height: 500px;
  }
  .company_list_wrap li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1024px) {
  /* 联系我们首页 */
  .contact_wrap .map {
    height: 250px;
  }
  .contact_wrap .map_info {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    transform: none;
    width: 100%;
    padding: 20px;
    height: auto;
    background-size: cover;
  }
  .contact_wrap .map_info dd {
    font-size: 18px;
  }
  .map_wrap .code .img {
    width: 90px;
  }
  .company_list_wrap li {
    width: 50%;
  }
  /* 行业新闻 */
  .industry_wrap li .img,
  .industry_wrap li .cont {
    width: 100%;
    float: none;
  }
  .industry_wrap li .img img {
    width: 100%;
  }
  .industry_wrap li .cont {
    padding: 20px;
  }
  /* 友情提醒 */
  .remind_wrap .cont {
    padding: 20px 0;
  }
  .remind_wrap .cont h2 {
    font-weight: bold;
  }
  /* 企业新闻 */
  .recommend_wrap .cont {
    padding: 20px;
  }
  /* 企业新闻 */
  .corporate_list_wrap .cont {
    padding-bottom: 15px;
  }
  .corporate_list_wrap li {
    width: 100% !important;
    float: none !important;
  }
  .corporate_list_wrap li:nth-child(2n) {
    float: none !important;
  }
  .corporate_list_wrap li .img img {
    width: 100%;
  }
  /* 新闻详情 */
  .news_page span {
    padding-bottom: 20px;
    width: 100%;
    display: block;
    max-width: 100%;
    float: none !important;
  }
  .news_details_wrap .n_body {
    float: none;
    padding: 0;
    border: none;
  }
  .related_wrap {
    float: none;
    padding-left: 0;
  }
  .related_wrap li {
    margin-top: 4%;
  }
  /* 薪酬福利 */
  .welfare_sec1 li {
    width: calc(50% - 0.4rem);
    margin-bottom: 0.4rem;
    margin-right: 0 !important;
  }
  .welfare_sec1 li:nth-child(2n) {
    float: right;
  }
  .welfare_sec1 li .cont p {
    max-width: 5rem;
  }
  .dev_sec3 li,
  .welfare_sec3 li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .dev_sec2 .box {
    height: 250px !important;
  }
}
@media only screen and (max-width: 768px) {
  .welfare_comm_tit {
    margin-bottom: 20px;
    font-weight: bold;
  }
  /* 薪酬福利 */
  .welfare_sec1 li {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .welfare_sec2 li:nth-child(2n) {
    margin-top: 20px;
  }
  .corporate_list_wrap {
    padding-top: 1%;
  }
  /* 搜索结果 */
  .search_wrapbox .search_top {
    padding: 5% 0;
  }
  .search_wrapbox .search_input input {
    padding: 10px 24px;
  }
  .search_wrapbox .search_input button {
    background-size: 20px 20px;
    width: 50px;
  }
  .search_wrapbox dt {
    font-size: 18px;
  }
  /* 规划与发展 */
  .dev_sec1 .swiper-button-prev,
  .dev_sec1 .swiper-button-next {
    display: block;
  }
  .dev_sec1 .swiper_box {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .dev_sec1 .swiper-container {
    width: 100%;
    overflow: hidden;
  }
  .dev_sec1 .swiper-container .txt {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 5%;
  }
  .dev_sec1 .swiper-button-prev {
    left: 10px;
  }
  .dev_sec1 .swiper-button-next {
    right: 10px;
  }
}
/*# sourceMappingURL=./wly.css.map */