@charset "utf-8";


.head-page .item:nth-child(3) span{
  color: #C41A1F
}

.layout_add01{
  background: url(../img/layout_add_bg01.png) no-repeat center/cover;
}
.layout_add01 .map_img{
  max-width: 756px;
  position: relative;
}
.place .item{
  display: inline-block;
  position: relative;
  position: absolute;
}
.place .item i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background: #C41A1F;
  position: relative;
  z-index: 3;
  border-radius: 50%;
  margin-right: 10px;
}
.place .item i::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #C41A1F;
  opacity: .8;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.place .black_item i{
  background: #333333;
}
.place .black_item i::after{
  background: #333333;
}
@keyframes place100{
  0%{
    width: 0px;
    height: 0px;
   
  } 
  100%{
    width: 20px;
    height: 20px;
    opacity: .2;
  }
}
.place .item .texts {
  margin-top: 10px;
}
.place .item.oneitem{
  bottom: 100px;
  transform: translateX(-18px);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.place .item.oneitem i::after{
  animation: place100 2500ms infinite;
  -webkit-animation: place100 2500ms infinite;
}
.place .item.twoitem{
  bottom: 153px;
  transform: translateX(25px);
  left: 50%;
  display: flex;
  align-items: center;
}
.place .item.twoitem i::after{
  animation: place100 4000ms infinite;
  -webkit-animation: place100 4000ms infinite;
}
.place .item.twoitem .texts{
  margin-top: 0;
  padding-left: 3px;
  box-sizing: border-box;
}
.place .item.threeitem{
  bottom: 36%;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 0;
  transform: translateX(-140px);
}
.place .item.threeitem i::after{
  animation: place100 3000ms infinite;
  -webkit-animation: place100 3000ms infinite;
}
.place .item.fouritem{
  bottom: 161px;
  transform: translateX(-8px);
  left: 50%;
  display: flex;
  align-items: center;
}
.place .item.fouritem i::after{
  animation: place100 3000ms infinite;
  -webkit-animation: place100 3000ms infinite;
}
.place .item.fouritem .texts{
    margin-top: 0;
}
.place .item.fiveitem{
  bottom: 36%;
  transform: translateX(30px);
  left: 50%;
  display: flex;
  align-items: center;
}
.place .item.fiveitem i::after{
  animation: place100 4000ms infinite;
  -webkit-animation: place100 4000ms infinite;
}
.place .item.fiveitem .texts{
    margin-top: 0;
}
/* .place .item.sixitem{
  bottom: 43.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 0;
  transform: translateX(-155px);
}
.place .item.sixitem i::after{
  animation: place100 3000ms infinite;
  -webkit-animation: place100 3000ms infinite;
} */
.place .item.sevenitem{
    bottom: 43.8%;
    display: flex;
    align-items: center;
    right: 0;
    transform: translateX(-85px);
}
.place .item.sevenitem i::after{
  animation: place100 2500ms infinite;
  -webkit-animation: place100 2500ms infinite;
}
.place .item.sevenitem .texts{
    margin-top: 0;
}

.place .item.black_item .texts {
  opacity: 0;
}


.seamless .place .item.black_item .texts{
   opacity: 1;
}

.seamless .place .item.red_item .texts{
    opacity: 0;
}
.seamless .place .black_item i{
    background: #C41A1F;
}
.seamless .place .black_item i::after {
    background: #C41A1F;
}
.seamless .place .red_item  i{
    background: #333;
}
.seamless .place .red_item  i::after {
    background: #333;
}



.layout_add02 .list:nth-child(2n){
   flex-direction: row-reverse;
}
.layout_add02 .img{
  height: 492px;
  width: 50%;
}
.layout_add02 .texts{
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box;
}

.layout_add02 .list:nth-child(2n) .texts{
  padding-left: 0;
  padding-right: 40px;
}
.layout_add02 .desc {
   margin-top: 10px;
}
.layout_pg01 .lists{
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.layout_pg01 .texts{
  width: 50%;
  height: 500px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  padding: 50px 28px 50px 45px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.layout_pg01 .texts .con {
  margin-top: 15px;
  max-height: 323px;
  overflow-y: auto;
  padding-right: 10px;
  box-sizing: border-box; 
}
.layout_pg01 .imgs {
  width: 55.2%;
  height: 549px;
  background: #F0F0F0;
}
.layout_pg01 .imgs .swiper-container {
    height:100%;
}
.layout_pg01 .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  border: 1px solid #C41C21;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  margin: 0 9px!important;
}
.layout_pg01 .swiper-pagination-bullet-active{
   background: #C41C21;
}
.layout_pg01 .swiper-pagination{
  width: calc(100% - 75px);
}

.develop_pg01{
   height: 656px;
   margin-top: 100px;
}
.develop_pg01 .img {
  width: 50%;
  height: 100%;
}
.develop_pg01 .texts{
  width: 50%;
  height: 100%;
  background: url(../img/develop_bg01.jpg) no-repeat center/cover;
  padding-left: 4.5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.develop_pg01 .texts .box{
  width: 76%;
}
.develop_pg01 .texts .text_box{
  max-height: 404px;
  overflow-y: auto;
  padding-right: 10px;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 3px;
  border-radius:10px;
}
::-webkit-scrollbar-track {
 
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #c7282e;
}
.develop_pg01 .text_text {
   margin-top: 10px;
}
.develop_pg01 .text{
   margin-bottom: 36px;
}
.develop_pg01 .text:last-child{
  margin-bottom: 0;
}
.develop_pg01 .page_tit {
   margin-bottom: 18px;
}
.develop_pg01 .page_tit img{
  margin-right: 9px;
}
.develop_pg01 .text_tit{
  position: relative;
  padding-left: 12px;
  box-sizing: border-box;
}
.develop_pg01 .text_tit::before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.develop_pg02 .page_title{
  width: 67%;
    margin: 0 auto;
}
.develop_pg02 .page_desc{
   margin-top: 20px;
}

.develop_pg02 .img{
  width: 50.56%;
  height: 499px;
}
.develop_pg02 .texts{
  width: 44%;
  position: relative;
}
.develop_pg02 .texts::before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
  position: absolute;
  left: 20px;
  z-index: -1;
}
.develop_pg02 .text_box{
  position: relative;
  padding-left: 68px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.develop_pg02 .text_box:last-child{
  margin-bottom: 0;
}
.develop_pg02 .tit_scale{
  width: 41px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.develop_pg02 .tit_scale::before{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 10px;
  height: 10px;
  border: 2px solid #dcdcdc;
  border-radius: 50%;
  background: #fff;
}
.develop_pg02 .text_tit {
  position: relative;
  padding-left: 68px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.develop_pg02 .text_tit_icon{
  width: 41px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.develop_pg03 .width1440{
    background: url(../img/develop_bg03.jpg) no-repeat center/cover;
    padding: 40px;
    box-sizing: border-box;
}
.develop_pg03 .img{
    width: 36.7%;
}
.develop_pg03 .texts{
    width: 63.3%;
    padding-left: 5%;
    box-sizing: border-box;
}
.develop_pg03 .page-line{
    border: 0.5px dashed #fff;
    margin: 20px 0 20px;
    width: 50%;
}











.develop_add .list{
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.develop_add .list:last-child{
    margin-bottom: 0;
}
.develop_add .img{
    width: 34.5%;
    height: 376px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.develop_add .img img{
    display: block;
    max-height: 100%;
}
.develop_add .texts{
    width: 60%;
}
.develop_add .list .page-line{
    border: 0.5px dashed #999;
    margin: 20px 0 20px;
    width: 50%;
}
.develop_add .list:nth-child(2n-1){
    flex-direction: row-reverse;
}
.develop_add .list:nth-child(2n){
    background: #C41A1F;
}
.develop_add .list:nth-child(2n) .page-line{
    border: 0.5px dashed #fff;
}
.develop_add .list:nth-child(2n) .tit {
    color: #fff;
}
.develop_add .list:nth-child(2n) .desc {
    color: #fff;
}







.content_swier .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumb_swier {
  padding: 0 8%;
  box-sizing: border-box;
  position: relative;
  margin-top: 85px;
}
.thumb_swier .swiper-container {
  position: initial;
}
.thumb_swier .swiper-container::after{
  content: "";
  display: block;
  width: calc(100% - 72px);
  height: 2px;
  background: #DCDCDC;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 36px;
}
.thumb_swier .swiper-slide{
  overflow: initial;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thumb_swier .swiper-slide::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #C41A1F;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all .4s;
  margin-left: -50%;
  margin-top: -1px;
  z-index: -1;
  transform: scale(0);
}
.thumb_swier .swiper-button-next, .thumb_swier .swiper-button-prev {
  width: 36px;
  height: 36px;
  border: 1px solid #C41A1F;
  background: #ffffff;
  opacity: 1;
  border-radius: 50%;
  transition: all .4s;
  margin-top: 0;
  transform: translateY(-50%);
}
.thumb_swier .swiper-button-next::after, .thumb_swier .swiper-button-prev::after {
  font-size: 16px;
  transition: all .4s;
  color: #C41A1F;
  font-weight: 600;
}
.thumb_swier .scale-box{
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.thumb_swier .scale-box::after{
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #BFBFBF;
  border-radius: 50%;
}
.thumb_swier .swiper-slide-thumb-active .scale-box::after{
  background: #C41A1F;
}
.thumb_swier .swiper-slide-thumb-active .scale-box{
  background: rgba(196, 26, 31, .6);
}
.thumb_swier .swiper-slide-thumb-active::after{
  transform: scale(1);
}
.thumb_swier .swiper-button-next:hover, .thumb_swier .swiper-button-prev:hover{
  background: #C41A1F;
}
.thumb_swier .swiper-button-next:hover::after, .thumb_swier .swiper-button-prev:hover:after{
  color: #fff;
}
.thumb_swier .swiper-slide-thumb-active .time {
  color: #C41A1F;
}
.industry_pg01 .list{
  background: #F6F6F6;
 
  position: relative;
  width: 17.9%;
  margin-right: 2.625%;
  margin-top: 44px;
}
.industry_pg01 .list:nth-child(5n){
  margin-right: 0;
}

.industry_pg01 .lists{
    display: none;
}
.industry_pg01 .lists.active{
    display: flex;
}
.industry_pg01 .list .img{
  height: 204px;
}
.industry_pg01 .mun_btn{
  width: 70px;
  height: 29px;
  background: #CC1619;
  border-radius: 0px 15px 15px 0px;
  position: absolute;
  left: -10px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 15px 15px 0px;
}
.industry_pg01 .list .texts{
  height: 75px;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius:  0 0 4px 4px;
}
.industry_pg01 .list .texts::after{
  content: "";
  display: block;
  height: 3px;
  background: #CC1619;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .4s;
}
.industry_pg01 .detail_btn{
  width: 26px;
  height: 26px;
  background: url(../img/detail_btn.png) no-repeat center/cover;
}
@media only screen and (min-width: 960px) {
  .industry_pg01 .list:hover .texts::after{
     width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
    .develop_add .img{
       height: 312px;
    }
}
@media only screen and (max-width: 1400px) {
  .develop_pg01 .texts .box {
    width: 90%;
  }
}
@media only screen and (max-width: 1366px) {
  .layout_pg01 .swiper-pagination {
    width: calc(100% - 67px);
  }
}
@media only screen and (max-width: 1280px) {
  .industry_pg01 .list .img {
    height: 168px;
  }
  .industry_pg01 .list .texts{
    height: 65px;
  }
  
}
@media only screen and (max-width: 1200px) {
  .layout_add02 .img{
    height: 378px;
  }
  .develop_add .img {
    height: 283px;
  }
}
@media only screen and (max-width: 1043px) {
  .layout_pg01 .texts{
    height: 415px;
  }
  .layout_pg01 .texts .con{
    max-height: 264px;
  }
  .layout_pg01 .imgs{
    height: 464px;
  }
  .develop_pg01{
    margin-top: 60px;
    height: 572px;
  }
  .develop_pg01 .texts .text_box {
    max-height: 375px;
  }
  .industry_pg01 .list{
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .layout_pg01 .texts {
    height: auto;
    width: 100%;
    padding:0 0 25px;
    box-shadow: none;
  }
  .layout_pg01 .lists:nth-child(2n-1) .texts {
    left: 0;
    padding:0 0 25px;
  }
  .layout_pg01 .lists{
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .layout_pg01 .imgs {
    height: auto;
    width: 100%;
  }
  .layout_pg01 .imgs .bg_img{
    position: initial;
    transform: initial;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .layout_pg01 .texts{
    position: initial;
  }
  .layout_pg01 .swiper-pagination{
    width: 100%;
  }
  .layout_pg01 .swiper-pagination-bullet{
    margin: 0 4px!important;
  }
  .develop_pg01 {
    margin-top: 30px;
    height: auto;
    flex-direction: column-reverse;
  }
  .develop_pg01 .img {
    width: 100%;
    height: auto;
  }
  .develop_pg01 .img .bg_img{
    position: initial;
    transform: initial;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .develop_pg01 .texts {
    width: 100%;
    height: auto;
    background: none;
    padding-left: 0;
    padding: 0 20px 30px;
  }
  .develop_pg01 .texts .box {
    width: 100%;
  }
  .develop_pg01 .text {
    margin-bottom: 15px;
  }
  .develop_pg01 .texts .text_box {
    max-height: 155px;
  }
  ::-webkit-scrollbar-track {
    background: #ccc;
  }
  .develop_pg01 .page_tit{
    color: #333;
  }
  .develop_pg01 .text_tit{
    color: #333;
  }
  .develop_pg01 .text_tit::before{
    background: #333;
  }
  .develop_pg01 .text_text{
    color: #666;
  }
  .develop_pg02 .page_title{
    width: 100%;
  }
  .develop_pg02 .img {
    width: 100%;
    height: auto;
  }
  .develop_pg02 .img .bg_img{
    position: initial;
    transform: initial;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .develop_pg02 .texts{
    width: 100%;
    margin-top: 35px;
  }
  .develop_pg02 .text_tit{
    padding-left: 50px;
  }
  .develop_pg02 .text_box{
    padding-left: 50px;
  }
  .develop_pg03 .width1440{
    padding: 30px 15px;
    flex-direction: column-reverse;
  }
  .develop_pg03 .img {
    width: 100%;
    margin-top: 20px;
  }
  .develop_pg03 .texts {
    width: 100%;
    padding-left: 0;
   }
  .thumb_swier{
    margin-top: 30px;
    padding: 0 35px;
  }
  .thumb_swier .swiper-button-next, .thumb_swier .swiper-button-prev{
    width: 30px;
    height: 30px;
  }
  .industry_pg01 .list{
    width: 48%;
    margin-right: 4%;
    margin-top: 15px;
  }
  .industry_pg01 .list:nth-child(5n) {
    margin-right: 4%;
  }
  .industry_pg01 .list:nth-child(2n) {
    margin-right: 0
  }
  .industry_pg01 .mun_btn {
    width: 48px;
    height: 25px;
    border-radius: 0px 15px 15px 0px;
    top: 15px;
    left: 0;
    border-radius: 0px 10px 10px 0px;
  }
  .industry_pg01 .list .img{
    height: 120px;
  }
  .industry_pg01 .list .texts{
    height: 60px;
  }
  .industry_pg01 .lists{
    margin-top: 15px;
  }
  .layout_add02 .img {
    height: auto;
    width: 100%;
  }
  .layout_add02 .bg_img{
    position: initial;
    transform: translate(0);
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .layout_add02 .texts {
    width: 100%;
    padding-left: 0;
    padding: 20px 0 25px;
  }
  .layout_add02 .desc{
    line-height: 1.875;
    margin-top: 5px;
  }
  .layout_add02 .list:last-child .texts{
      padding-bottom: 0;
  }
  .layout_add01{
    display: none;
  }



  .develop_add .list{
    padding: 20px;
  }
  .develop_add .img {
    width: 100%;
    height: 100%;
  }
  .develop_add .texts {
    width: 100%;
    margin-top: 25px;
  }
}