.reg-slider {
  height: 720px;
  padding: 0 0 135px;
  transform: translateX(0);
}
.reg-slider .lay-screen {
  height: 100%;
  position: relative;
}
.are-slider {
  position: relative;
  height: 100%;
}
.ul-slider {
  height: 100%;
  display: flex;
  align-items: center;
}
.ul-slider li img {
  max-width: 100%;
}
.flex-control-nav {
  text-indent: -9999;
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.flex-control-nav li {
  margin-bottom: 10px;
  width: 12px;
}
.flex-control-nav li::marker {
  color: transparent;
}
.flex-control-nav li a {
  width: 12px;
  height: 12px;
  background-color: #aaa;
  border-radius: 50%;
  display: block;
  color: transparent;
}
.flex-control-nav li a.flex-active {
  background-color: #00a5de;
}

.flex-direction-nav {
  position: absolute;
  top: 248px;
  left: 0;
  right: 0;
  z-index: 2;
}
.flex-direction-nav li {
  position: absolute;
  list-style: none;
}
.flex-direction-nav li:nth-child(1) {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flex-direction-nav li:nth-child(2) {
  right: 0;
}
.flex-direction-nav li a {
  width: 64px;
  height: 64px;
  display: inline-block;
  background: url(../img/icon-arrow.png) no-repeat;
  background-size: cover;
}
.are-txt-slider {
  position: absolute;
  top: 0;
  height: 100%;
  width: 480px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 100px;
}
.are-txt-slider p {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  color: #00a5de;
  position: relative;
}
.reg-indexSearch {
  background-color: #fff;
  position: relative;
}
.are-indexSearch {
  display: flex;
  margin: 0 -5px;
}
.are-indexSearch-txt {
  width: 100%;
  padding: 10px 0;
  outline: none;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
}
.blk-indexSearch 
{
  width : 50%;
  position: relative;
  flex: 1 1 auto;
  height: 0;
  margin: 0 5px;
  padding-bottom: 25%;
  margin-top: 50px;
  background-color: #E7EDEF;
}
.blk-indexSearch-txt {
  padding-left: 5px;
  font-size: 28px;
  font-weight: bold;
  margin-top: -50px;
  letter-spacing: 1.5px;
  border-bottom: 2px solid #000000;
}
.indexSearch-img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}

.indexSearch-img.show{
  display: inline-block;
}
.btn-indexSearch {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translate(0, -50%);
  background: url(../img/icon-arrow.png) no-repeat;
  background-size: cover;
  outline: none;
  border: none;
  cursor: pointer;
}
.btn-indexSearch-prev {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  left: 0;
}
.btn-indexSearch-next {
  right: 0;
}
.reg-aboutUs {
  padding-bottom: 40px;
  background: #fff;
}
.reg-aboutUs .lay-screen {
  position: relative;
}
.are-aboutUs {
  width: 100%;
}
.are-aboutUs-cn {
  width: 100%;
}

.are-index-aboutUs {
  display: flex;
  height: 321px;
}
.are-index-aboutUs:nth-child(odd) {
  flex-direction: row-reverse;
}
.are-index-aboutUs:nth-child(even) {
  margin-top: 30px;
}
.blk-index-aboutUs {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 95px;
  line-height: 1.3;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.blk-index-aboutUs.img--01 {
  background-image: url('../img/index-about1.png');
}
.blk-index-aboutUs.img--02 {
  background-image: url('../img/index-about2.jpg');
}
.blk-index-aboutUs h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.blk-txt-aboutUs {
  text-align: left;
  left: 1.6;
}
.blk-txt-aboutUs h2 {
  font-size: 28px;
  padding: 20px 0;
}
.blk-txt-aboutUs p {
  font-size: 20px;
  margin-bottom: 5px;
}
.blk-img-aboutUs  img {
  width: 100%;
}
.reg-map {
  padding: 40px;
}
.reg-map .lay-screen {
  display: flex;
}
.are-map-head, .are-map-plant {
  flex: 1 1 auto;
}
.are-map-head {
  padding-right: 20px;
  border-right: 1px solid #999999;
}
.are-map-plant {
  padding-left: 20px;
}
.are-map-head h4, .are-map-plant h4 {
  margin-bottom: 10px;
  border-bottom: 3px solid #ffffff;
}
