.scrollitems {
  position: fixed;
  top: 38%;
  left: 35px;
  z-index: 999;
}

@media all and (max-width: 768px) {
  .scrollitems {
    display: none;
  }
}

.scrollitems .scroll_item {
  margin-bottom: 20px;
  min-width: 50px;
  min-height: 24px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.scrollitems .scroll_item:last-child {
  margin-bottom: 0;
}

.scrollitems .scroll_item a {
  display: block;
  height: 25px;
}

.scrollitems .scroll_item span {
  font-style: italic;
  font-size: 14px;
  color: #091139;
  position: relative;
}

.scrollitems .scroll_item span:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #7A7A7A;
  border-radius: 99px;
  right: -25px;
  top: 10px;
}

.scrollitems .scroll_item span:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #202020;
  border-radius: 99px;
  right: -28px;
  top: 7px;
  opacity: 0;
}

.scrollitems .scroll_item span small {
  position: relative;
  top: 5px;
  margin-left: 2px;
  -webkit-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg);
  display: inline-block;
  -webkit-transition: all 0;
  transition: all 0;
}

.scrollitems .scroll_item_active span,
.scrollitems .scroll_item:hover span {
  color: #202020;
}

.scrollitems .scroll_item_active span:after,
.scrollitems .scroll_item:hover span:after {
  background: #202020;
  border-color: #202020;
}

.scrollitems .scroll_item_active span:before,
.scrollitems .scroll_item:hover span:before {
  opacity: 1;
}

.breakpc {
  display: block;
}

@media all and (max-width: 768px) {
  .breakpc {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .mainmv {
    max-height: 755px;
  }
}

.mainmv .bgmv {
  height: 755px;
  background-repeat: no-repeat;
  background-position: center left 49%;
}

@media all and (max-width: 768px) {
  .mainmv .bgmv {
    background-position: center center;
    background-size: cover;
  }
}

.mainmv .mainmv-c {
  top: 26.5%;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  max-width: 670px;
}

.mainmv .mainmv-c h1 {
  font-size: 40px;
  line-height: 1.4;
}

.mainmv .mainmv-c h1 span {
  color: #c12424;
  font-size: 50px;
}

@media all and (max-width: 768px) {
  .mainmv .mainmv-c h1 {
    font-size: 34px;
  }

  .mainmv .mainmv-c h1 span {
    font-size: 42px;
  }
}

.mainmv .mainmv-c .mainmv_desp {
  font-size: 34px;
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .mainmv .mainmv-c .mainmv_desp {
    font-size: 30px;
  }
}

@media all and (max-width: 768px) {
  .mainmv .mainmv-c {
    padding: 0 5%;
    left: 0;
  }

  .mainmv .mainmv-c .mainmv_desp p {
    font-size: 14px;
  }
}

.mainmv .mainmv-c h1 {
  max-width: 550px;
}

@media all and (max-width: 768px) {
  .mainmv .mainmv-c h1 {
    width: 80%;
  }
}

.mainmv .mainmv-c .mainmv_desp * {
  line-height: 1.9;
}

.mainmv .mainmv-c .cl-fff {
  color: #000;
}

.btnscroll {
  position: relative;
  text-align: center;
  top: -75px;
  z-index: 99;
  max-width: 71px;
  margin: 0 auto;
  cursor: pointer;
}

.btnscroll a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btnscroll .arrow {
  border: 1px solid #fff;
  display: block;
  width: 18px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnscroll .arrow .icon {
  position: relative;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  text-align: center;
}

.btnscroll .arrow .icon::before {
  content: '';
  position: absolute;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 6px;
  height: 6px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnscroll .txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  display: block;
  letter-spacing: 6px;
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnscroll:hover .arrow {
  background: #c12424;
}

.btnscroll:hover .txt {
  color: #c12424;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.block {
  padding-top: 35px;
  padding-bottom: 90px;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .block {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.sectiontitle .container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sectiontitle h2 {
  font-size: 44px;
  color: #091139;
  font-weight: 500;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  line-height: 1;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  letter-spacing: 5px;
}

@media all and (max-width: 768px) {
  .sectiontitle h2 {
    font-size: 30px;
  }
}

@media all and (max-width: 420px) {
  .sectiontitle h2 {
    font-size: 24px;
  }
}

.sectiontitle .font-medium {
  font-size: 175px;
  color: #404040;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  height: 150px;
  opacity: 0;
}

@media all and (max-width: 768px) {
  .sectiontitle .font-medium {
    font-size: 130px;
    height: 120px;
  }
}

@media all and (max-width: 420px) {
  .sectiontitle .font-medium {
    font-size: 100px;
    height: 100px;
  }
}

.section1 {
  background: url(../images/bgsquare.jpg) repeat;
}

@media all and (min-width: 1280px) {
  .section1 .sectiontitle .font-medium {
    margin-left: -145px;
  }
}

.section1 .sectiontitle h2 {
  margin-left: -95px;
}

@media all and (max-width: 768px) {
  .section1 .sectiontitle h2 {
    margin-left: -50px;
  }
}

.section1 .row {
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (max-width: 768px) {
  .section1 .row .item {
    margin-bottom: 30px;
  }

  .section1 .row .item:last-child {
    margin-bottom: 0;
  }
}

.section1 .row .box {
  background: #202020;
  text-align: center;
  padding: 40px 20px;
  max-height: 335px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.14);
}

@media all and (max-width: 768px) {
  .section1 .row .box {
    padding: 20px;
  }
}

@media all and (max-width: 420px) {
  .section1 .row .box .icon {
    width: 40%;
    margin: 0 auto;
  }
}

.section1 .row .box h3 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  margin: 10px 0;
  letter-spacing: 2px;
  /* text-shadow: 1px 1px 0px #c12424, -1px -1px 0px #c12424; */
}

@media all and (max-width: 768px) {
  .section1 .row .box h3 {
    font-size: 18px;
  }
}

.section1 .row .box p {
  color: #f8c045;
  font-size: 13px;
  letter-spacing: 3px;
}

/* .section1 .row .box p img{
  border: 2px solid #c12424;
  border-radius: 100%;
} */

.split-section .container {
  position: relative;
  opacity: 0;
  top: 60px;
  -webkit-transition: .3s;
  transition: .3s;
}

.split-section.active .container {
  opacity: 1;
  top: 0;
}

.section2 {
  position: relative;
}

.section2:before {
  content: '';
  position: absolute;
  background: url(../images/sec2bgleft.png) no-repeat left -50px top -200px;
  background-size: contain;
  left: 0;
  top: 0;
  width: 1211px;
  height: 100%;
  z-index: -1;
}

.section2:after {
  content: '';
  position: absolute;
  background: url(../images/sec2bgright.png) no-repeat right bottom -200px;
  background-size: 887px;
  right: 0;
  bottom: 0;
  width: 887px;
  height: 100%;
  z-index: -1;
}

.section2 .sectiontitle .container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section2 .sectiontitle .font-medium {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media all and (min-width: 1280px) {
  .section2 .sectiontitle .font-medium {
    margin-right: -145px;
  }
}

.section2 .sectiontitle h2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: -95px;
}

@media all and (max-width: 768px) {
  .section2 .sectiontitle h2 {
    margin-right: -70px;
  }
}

.section2 .container {
  position: relative;
  z-index: 99;
}

.section2 .container .row {
  position: relative;
  z-index: 999;
}

@media all and (min-width: 769px) {
  .section2 .container .row {
    min-height: 350px;
  }
}

@media all and (min-width: 961px) {
  .section2 .container .row {
    min-height: 430px;
  }
}

@media all and (min-width: 1180px) {
  .section2 .container .row {
    min-height: 500px;
  }
}

.section2 .container .row.row2 .textinfo,
.section2 .container .row.row4 .textinfo {
  background: url(../images/ourclients.png) no-repeat right 90px center;
}

@media all and (max-width: 768px) {

  .section2 .container .row.row2 .textinfo,
  .section2 .container .row.row4 .textinfo {
    background: url(../images/ourclients.png) no-repeat right 10px center;
    background-size: 260px;
  }
}

@media all and (max-width: 420px) {

  .section2 .container .row.row2 .textinfo,
  .section2 .container .row.row4 .textinfo {
    background-size: 200px;
  }
}

@media all and (max-width: 768px) {

  .section2 .container .row.row2.row2 [class*="col-"]:nth-child(2),
  .section2 .container .row.row2.row4 [class*="col-"]:nth-child(2),
  .section2 .container .row.row4.row2 [class*="col-"]:nth-child(2),
  .section2 .container .row.row4.row4 [class*="col-"]:nth-child(2) {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .section2 .container .row.row2.row2 [class*="col-"]:first-child,
  .section2 .container .row.row2.row4 [class*="col-"]:first-child,
  .section2 .container .row.row4.row2 [class*="col-"]:first-child,
  .section2 .container .row.row4.row4 [class*="col-"]:first-child {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}

@media all and (max-width: 768px) {
  .section2 .container .row {
    margin-top: 20px;
  }
}

@media all and (min-width: 769px) {
  .section2 .container [class*="col-"] {
    position: relative;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    min-height: 350px;
  }
}

@media all and (min-width: 961px) {
  .section2 .container [class*="col-"] {
    min-height: 430px;
  }
}

@media all and (min-width: 1280px) {
  .section2 .container [class*="col-"] {
    min-height: 500px;
  }
}

.section2 .container .textinfo {
  background: url(../images/ourclients.png) no-repeat right 20px center;
  background-size: 311px;
  padding: 60px 20px 40px;
  padding-left: 70px;
}

@media all and (max-width: 768px) {
  .section2 .container .textinfo {
    padding-left: 20px;
    background: url(../images/ourclients.png) no-repeat right 10px center;
    background-size: 260px;
  }
}

@media all and (min-width: 769px) {
  .section2 .container .textinfo {
    width: 100%;
    position: absolute;
  }
}

@media all and (max-width: 420px) {
  .section2 .container .textinfo {
    padding-bottom: 20px;
    background-size: 200px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
  }
}

.section2 .container .textinfo h4 {
  font-size: 28px;
  font-weight: 500;
  color: #091139;
  text-align: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 15px;
  line-height: 1;
  margin-left: -3px;
}

@media all and (max-width: 768px) {
  .section2 .container .textinfo h4 {
    font-size: 20px;
  }
}

.section2 .container .textinfo p {
  font-size: 18px;
  text-align: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media all and (max-width: 768px) {
  .section2 .container .textinfo p {
    font-size: 16px;
  }
}

@media all and (min-width: 769px) {
  .section2 .container .img {
    position: absolute;
    top: 15%;
    width: 100%;
    height: 335px;
    box-shadow: 3px 3px 10px #eee;
  }

  .section2 .container .img img {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    z-index: 99;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover !important;
    box-shadow: 10px 10px 50pxrgba 0, 0, 0, 0.1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.section2 .container .img img {
  width: 100%;
}

.section3 {
  background: #404040;
  padding: 0;
  position: relative;
}

.section3 .sectiontitle .font-medium {
  color: #999;
}

@media all and (min-width: 1280px) {
  .section3 .sectiontitle .font-medium {
    margin-left: -145px;
  }
}

.section3 .sectiontitle h2 {
  margin-left: -95px;
  color: #fff;
}

@media all and (max-width: 768px) {
  .section3 .sectiontitle h2 {
    margin-left: -50px;
  }
}

.section3 .container {
  padding: 0;
}

@media all and (max-width: 960px) {
  .section3 .container {
    max-width: 100% !important;
  }
}

.section3 .info {
  min-width: 490px;
  z-index: 2;
  background: #404040;
  padding-top: 20px;
  padding-bottom: 60px;
}

@media all and (min-width: 961px) {
  .section3 .info {
    padding-left: 10px;
  }
}

@media all and (min-width: 1080px) {
  .section3 .info {
    padding-left: 0;
  }
}

@media all and (max-width: 768px) {
  .section3 .info {
    padding: 5% 3%;
    min-width: 100%;
  }

  .section3 .info .fixbtn a {
    margin: 0 auto;
  }
}

.section3 .info h5 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 25px;
  line-height: 1;
  color: #fff;
}

@media all and (max-width: 768px) {
  .section3 .info h5 {
    font-size: 18px;
  }
}

.section3 .info p {
  font-size: 15px;
  color: #fff;
}

.section3 .map {
  overflow: hidden;
}

.section3 .map-ins {
  position: absolute;
}

.section3 .map iframe {
  min-height: 715px;
  min-width: 450px;
  line-height: 0;
}

@media all and (min-width: 961px) {
  .section3 .map iframe {
    min-width: 700px;
    min-height: 720px;
  }
}

@media all and (min-width: 1200px) {
  .section3 .map iframe {
    min-width: 900px;
  }
}

@media all and (min-width: 1400px) {
  .section3 .map iframe {
    min-width: 1050px;
  }
}

@media all and (max-width: 768px) {
  .section3 .map iframe {
    min-height: 300px;
  }
}

@media all and (max-width: 768px) {
  .section3 .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section3 .row .map,
  .section3 .row .info {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .section3 .row .map {
    position: relative;
    line-height: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .section3 .row .map-ins {
    position: relative;
  }

  .section3 .row .info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.section4 {
  position: relative;
}

.section4 .sectiontitle .container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section4 .sectiontitle .font-medium {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media all and (min-width: 1280px) {
  .section4 .sectiontitle .font-medium {
    margin-right: -145px;
  }
}

.section4 .sectiontitle h2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: -95px;
}

@media all and (max-width: 768px) {
  .section4 .sectiontitle h2 {
    margin-right: -70px;
  }
}

.section4 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #A8A9B5;
  padding: 25px 0;
  width: 100%;
}

@media all and (max-width: 768px) {
  .section4 dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
}

.section4 dl span.date {
  margin-right: 5%;
}

.section4 dl span.cate {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 20px 7px;
  display: inline-block;
}

.section4 dl dt {
  padding: 0 3% 0 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 768px) {
  .section4 dl dt {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.section4 dl dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

@media all and (max-width: 768px) {
  .section4 dl dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.section4 dl dd a {
  color: #091139;
  line-height: 1.7;
}

.section4 dl dd a:hover {
  text-decoration: underline;
}
