@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout {
  position: relative;
  max-width: 1005px;
  margin: 0 auto;
  color: #525252;
  font-size: 15px;
}
.a_layout .a-1 {
  padding-top: 50px;
}
.a_layout .a-1 .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.a_layout .a-1 .title span {
  font-family: "Raleway", sans-serif;
  color: #013491;
  font-size: 70px;
  display: block;
  font-weight: 700;
  line-height: 1;
}
.a_layout .a-1 .title h3 {
  margin: 0;
  color: #444444;
  font-size: 30px;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 2px;
}
.a_layout .a-1 .row {
  position: relative;
}
.a_layout .a-1 .aindex_more {
  width: 200px;
  height: 65px;
  line-height: 65px;
  background: #033691;
  color: #fff;
  text-align: center;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.a_layout .a-1 .aindex_more:hover {
  background: #333;
}

.a_layout .a-1 .col:nth-child(1) {
  position: relative;
  margin-left: auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 558px;
}
.a_layout .a-1 .col:nth-child(1) .tit {
  position: relative;
  color: #939393;
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: left;
  padding-left: 144px;
  padding-top: 25px;
}
.a_layout .a-1 .col:nth-child(2) {
  position: absolute;
  left: 0;
  top: 55px;
  max-width: 550px;
  box-sizing: border-box;
}
.a_layout .a-1 .col:nth-child(2) p {
  margin: 0;
  line-height: 1.8;
  letter-spacing: 1.5px;
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
  padding: 65px;
}
@media (max-width: 1280px) {
  .a_layout .a-1 {
    padding-top: 30px;
  }
  .a_layout .a-1 .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .a_layout .a-1 .title h3 {
    margin-left: 0;
  }
  .a_layout .a-1 .row {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .a_layout .a-1 .col:nth-child(2) {
    position: relative;
    left: unset;
    top: unset;
    max-width: 550px;
    box-sizing: border-box;
  }

  .a_layout .a-1 .col:nth-child(1) {
    margin: 0 auto;
    max-width: 550px;
  }

  .a_layout .a-1 .col:nth-child(1) .tit {
    padding: 25px 0 0;
    text-align: center;
  }
  .a_layout .a-1 .aindex_more {
    transition: all 0.3s ease;
    margin: 40px auto 0;
  }
}
@media (max-width: 484px) {
  .a_layout .a-1 .title span {
    font-size: 50px;
  }

  .a_layout .a-1 .col:nth-child(2) p {
    padding: 40px;
  }
}
/*------------ service-editor ------------*/
.service_layout {
  margin: 0px 0 0;
  position: relative;
  z-index: 5;
  border-radius: 0px;
  overflow: hidden;
}
.service_layout .wrap {
  margin: 0 auto;
}
.service_layout ul.service_list {
  display: flex;
  padding: 0;
  margin: 0;
}
.service_layout ul.service_list:hover li {
  width: calc((100% - 864px));
}
.service_layout ul.service_list:hover li:hover {
  width: 515px;
}
.service_layout ul.service_list:hover li:hover .service_item .service_text {
  left: 0;
  max-width: 627px;
  width: 100%;
  bottom: 0;
  transform: translate(0%, 0%);
}
.service_layout ul.service_list:hover li:hover::after {
}
.service_layout ul.service_list li {
  position: relative;
  width: calc(100% / 4);
  overflow: hidden;
  transition: 0.9s;
}
.service_layout ul.service_list li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 15;
  font-size: 0;
}
.service_layout ul.service_list li::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgb(0 0 0 / 55%);
  transition: 1.2s;
}
.service_layout ul.service_list li .service_item .service_pic {
  position: relative;
  z-index: 5;
  height: 520px;
}
.service_layout ul.service_list li .service_item .service_pic img {
  position: absolute;
  top: 0;
  left: 0px;
  max-width: unset !important;
  transform: scale(1);
  transition: all 0.8s ease;
  filter: blur(2px);
}
.service_layout ul.service_list li:nth-child(1) .service_item .service_pic img {
  object-position: -50px center;
}
.service_layout ul.service_list li:nth-child(2) .service_item .service_pic img {
  object-position: -50px center;
}
.service_layout ul.service_list li:nth-child(3) .service_item .service_pic img {
  object-position: -50px center;
}
.service_layout ul.service_list li:nth-child(4) .service_item .service_pic img {
  object-position: -50px center;
}
.service_layout
  ul.service_list:hover
  li:nth-child(1)
  .service_item
  .service_pic
  img,
.service_layout
  ul.service_list:hover
  li:nth-child(2)
  .service_item
  .service_pic
  img,
.service_layout
  ul.service_list:hover
  li:nth-child(3)
  .service_item
  .service_pic
  img,
.service_layout
  ul.service_list:hover
  li:nth-child(4)
  .service_item
  .service_pic
  img {
  object-position: 0px center;
}

.service_layout ul.service_list li:hover .service_pic img {
  filter: blur(5px);
}

.service_layout ul.service_list li .service_item .service_text {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 10px;
  transition: 0s;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  top: 0;
}
.service_layout ul.service_list li .service_item .service_text h3 {
  font-size: 22px;
  color: #fff;
  padding: 0;
  font-weight: normal;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  margin: 20px 0 120px;
  text-shadow: #000 0em 0 8px;
  text-align: center;
}
.service_layout ul.service_list li .service_item .service_text h3 .desk-break {
  display: block;
}
.service_item .service_text > span {
  font-size: 18px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  margin: 0 0 30px;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0.8;
}
.service_item .service_text > span::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #ffffff;
  margin: 20px auto 0px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  opacity: 0.5;
}

@media (max-width: 1280px) {
  .service_layout ul.service_list:hover li {
    width: calc((100% - 515px));
  }
  .service_layout ul.service_list:hover li:hover {
    width: 515px;
  }

  .service_layout ul.service_list li .service_item .service_text h3 {
    font-size: 20px;

    letter-spacing: 1px;
  }
}
@media (max-width: 1000px) {
  .service_layout ul.service_list li {
    border-radius: 0px;
    overflow: hidden;
    margin: 0 0 20px;
  }
  .service_layout .wrap {
    width: 90%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .service_layout {
    border-radius: 0;
  }
  .service_layout ul.service_list {
    display: block;
  }
  .service_layout ul.service_list:hover li {
    width: 100%;
    box-sizing: border-box;
  }
  .service_layout ul.service_list:hover li:hover {
    width: 100%;
    box-sizing: border-box;
  }
  .service_layout ul.service_list li {
    width: 100%;
    box-sizing: border-box;
    max-width: 767px;
    margin: 0 auto;
  }

  .service_layout ul.service_list li + li {
    margin-top: 20px;
  }

  .service_layout ul.service_list li .service_item .service_pic {
    height: 250px;
  }
  .service_layout ul.service_list li:hover .service_item .service_pic img {
    transform: scale(1.1);
  }
  .service_layout ul.service_list li .service_item .service_text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    transition: 0s;
    right: 0;
    bottom: 0;
  }
  .service_layout ul.service_list li .service_item .service_text h3 {
    padding: 0px 0;
    margin: 15px 0 0;
  }

  .service_item .service_text span {
    display: none;
  }
  .service_layout ul.service_list:hover li:hover .service_item .service_text {
    left: 0;
    max-width: inherit;
    width: 100%;
    bottom: 0;
    transform: translate(0%, 0%);
    flex-direction: column;
    padding: 0px;
  }
  .service_layout
    ul.service_list:hover
    li:hover
    .service_item
    .service_text
    span {
    margin: 0 0px 0 0px;
  }
  .service_layout .service_item {
    position: relative;
  }
  .service_layout
    ul.service_list
    li:nth-child(1)
    .service_item
    .service_pic
    img,
  .service_layout
    ul.service_list
    li:nth-child(2)
    .service_item
    .service_pic
    img,
  .service_layout
    ul.service_list
    li:nth-child(3)
    .service_item
    .service_pic
    img,
  .service_layout
    ul.service_list
    li:nth-child(4)
    .service_item
    .service_pic
    img {
    object-fit: cover;
    width: 100%;
    object-position: unset;
    min-height: 300px;
    height: 100%;
    top: -30px;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .service_layout
    ul.service_list:hover
    li:nth-child(1)
    .service_item
    .service_pic
    img,
  .service_layout
    ul.service_list:hover
    li:nth-child(2)
    .service_item
    .service_pic
    img,
  .service_layout
    ul.service_list:hover
    li:nth-child(3)
    .service_item
    .service_pic
    img,
  .service_layout
    ul.service_list:hover
    li:nth-child(4)
    .service_item
    .service_pic
    img {
    object-position: unset;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 480px) {
  .service_layout .wrap {
    width: 100%;
    padding: 0;
  }
}
/*------------ ENDservice-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map {
  margin-bottom: 35px;
}
.contact-map iframe {
  position: relative;
  height: 300px;
  margin-bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  border: 8px solid #f0efe9;
}
.contact-info-txt i {
  font-size: 22px;
  color: #ffffff;
  background: #bcaa87;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  vertical-align: middle;
  margin: 15px auto 15px;
  display: block;
  text-align: center;
}
.contact-info-txt i:before {
  display: inline-block;
  vertical-align: middle;
  line-height: 43px;
}
.contact-editor {
  text-align: left;
}
.contact-editor .row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 0;
}
.contact-editor .col {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  border-width: 0 1px 0 1px;
}
.info_box_c {
  border: solid 1px #bdbec1;
  padding: 25px;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 10px;
}
.contact-editor .col iframe {
  width: 100%;
}
.contact-editor .col + .col {
  /*border-left:solid 1px #ddd;*/
}
.contact-editor .col1 {
  border-width: 0 1px 0 0;
}
.contact-editor .col3 {
  border-width: 0 0 0 1px;
}
.contact-info-txt {
  max-width: 200px;
  margin: 0 auto;
}
.contact-info-txt .img-ic {
  display: inline-block;
  margin-bottom: 20px;
}
.contact-info-txt a:hover {
  text-decoration: underline;
}
/*------------ video-editor ------------*/
.video-editor .pic {
  float: left;
  margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor {
  font-size: 15px;
  line-height: 2;
}
.terms-editor .terms_txt {
  text-align: center;
}
.terms-editor .title {
  font-size: 18px;
  color: #013491;
  margin: 0;
  font-weight: normal;
}
.terms-editor p {
  text-indent: 0em;
  margin: 0 0 50px;
}
.terms-editor .row {
  margin: 0 -27px;
}
.terms-editor .col {
  padding: 0 27px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
  .about-editor .row_2 .txt_box {
    padding: 50px 90px 50px 50px;
  }
}
@media screen and (max-width: 960px) {
  .contact-editor .col {
    float: none;
    padding: 15px 0;
  }
  .contact-editor .row,
  .contact-editor .col {
    display: block;
    width: auto;
    border-width: 1px 0;
  }
  .contact-info-txt .img-ic {
    max-width: 100px;
  }
  .contact-editor .col3 {
    border-width: 1px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  /*---------about-editor---------*/
  .about-editor-layout.newtwo {
    margin: 0px;
    background: url(../../../images/layout05/common/about/pic_3.jpg) right
      bottom no-repeat;
    position: relative;
    float: none;
    padding: 0px 0 230px 0px;
  }
  .about-editor-layout.newtwo .boxing {
    display: block;
  }
  .about-editor-layout.newtwo .boxing span {
    width: 100%;
    font-size: 22px;
  }
  .about-editor-layout.newtwo .boxing span:after {
    top: 12px;
    margin-left: 35px;
  }
  .about-editor-layout.newtwo .boxing p {
    margin: 0px;
    padding-top: 5px;
    padding: 0px;
    max-width: 100%;
    margin: 10px 0px;
  }
  .row_ {
    display: block;
  }
  .about-editor .row_1 .col {
    margin-bottom: 20px;
  }
  .about-editor .row_1 {
    margin-bottom: 40px;
  }
  .about-editor .row_2 {
    margin-top: 20px;
  }
  .about-editor .row_2 .col1:after {
    display: none;
  }
  .about-editor .row_2 .col,
  .about-editor .row_3 .col {
    margin-bottom: 20px;
  }
  .about-editor .row_2 .txt_box,
  .about-editor .row_3 .txt_box {
    padding: 0px;
    border: none;
    margin-right: 0px;
    margin-left: 0;
    margin-top: 0;
  }
  .about-editor .row_2 .col2 {
    text-align: left;
  }
  .index-about-editor {
    padding: 0;
    height: auto;
  }
  .service-editor .row_ .col2,
  .service-editor .row_ .col1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-editor .row_ .col2 {
    padding: 0;
  }
  .contact-editor i {
    text-indent: 0px;
    line-height: 35px;
  }
  .contact-editor .row,
  .contact-editor .col {
    display: block;
    width: auto;
    border-width: 1px 0;
    height: auto;
    overflow: hidden;
  }
  .contact-editor .col {
    border-width: 1px 0;
    padding: 15px 0;
  }
  .contact-editor .col {
    border-bottom: solid 1px #eee;
  }
  .contact-editor .col + .col {
    border-top: 1px solid #d1d1cf;
    border-width: 1px 0 0;
  }
  .contact-editor .col:last-child {
    border-bottom: none;
  }
  .contact-info-txt i {
    left: 0;
    margin: 0px 12px 0 0;
    display: inline-block;
    float: left;
    vertical-align: middle;
  }
  .contact-info-txt {
    width: 100%;
    max-width: inherit;
    text-align: left;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .about-editor-layout.newtwo:before {
    display: none;
  }
  .about-editor-layout.newtwo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .terms-editor .row {
    margin: 0;
  }
  .terms-editor .col {
    padding: 0;
    width: 100%;
  }
}
