a {
  text-decoration: none;
  color: #212121
}

.textNone {
  text-indent: -9999px;
  line-height: 0;
  font-size: 0
}

.textBreak {
  word-wrap: break-word;
  word-break: break-all
}

.textRed {
  color: #f44336
}

strong {
  font-weight: 700
}
.imgPercent{display: block;width: 100%}
.sectionPage {
  position: relative;
  width: 100%;
  margin: 30px 0;
  padding: 0 30px
}

@media screen and (max-width: 1000px) {
  .sectionPage {
    margin: 20px 0;
    padding: 0 20px
  }

}

@media screen and (max-width: 640px) {
  .sectionPage {
    padding: 0 10px
  }

}

.sectionHistory-items {
  padding: 10px 0 20px
}

.sectionHistory-itemsDate {
  font-size: 30px;
  font-family: arial;
  color: #f44336;
  line-height: 1.5em;
  border-bottom: 1px solid #f44336
}

@media screen and (max-width: 1000px) {
  .sectionHistory-itemsDate {
    font-size: 24px
  }

}

@media screen and (max-width: 640px) {
  .sectionHistory-itemsDate {
    font-size: 21px
  }

}

.sectionHistory-itemsInfo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 110px;
  padding: 10px 0;
  border-bottom: 1px solid #eee
}

.sectionHistory-itemsInfo:last-child {
  border-bottom: none
}

.sectionHistory-itemsTxt {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 24px
}

@media screen and (max-width: 640px) {
  .sectionHistory-itemsTxt {
    font-size: 16px
  }

}

.sectionHistory-itemsImg {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 120px;
  min-width: 120px;
  margin-left: 20px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2)
}

@media screen and (max-width: 640px) {
  .sectionHistory-itemsImg {
    width: 95px;
    min-width: 95px
  }

}

.sectionSchool-container {
  padding: 10px 0 20px
}

.sectionSchool-Date {
  font-size: 30px;
  font-family: arial;
  color: #f44336;
  line-height: 1.5em;
  border-bottom: 1px solid #f44336
}

@media screen and (max-width: 1000px) {
  .sectionSchool-Date {
    font-size: 24px
  }

}

@media screen and (max-width: 640px) {
  .sectionSchool-Date {
    font-size: 21px
  }

}

.sectionSchool-item {
  padding: 30px 10px;
  background-color: #f5f5f5;
  line-height: 2em
}

.sectionSchool-item:nth-of-type(2n) {
  background-color: #fff
}

.sectionSchool-items--city {
  font-size: 24px
}

@media screen and (max-width: 640px) {
  .sectionSchool-items--city {
    font-size: 21px
  }

}

.sectionManagement {
  padding: 0 10px
}

@media screen and (max-width: 640px) {
  .sectionManagement {
    padding: 0
  }

}

.sectionManagement-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sectionManagement-chief {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px
}

@media screen and (max-width: 1000px) {
  .sectionManagement-chief {
    padding: 0 10px
  }

}

@media screen and (max-width: 640px) {
  .sectionManagement-chief {
    display: block;
    padding: 0 10px
  }

}

.sectionManagement-chiefPhoto {
  width: 40.5%;
  margin-bottom: 3.75em
}

@media screen and (max-width: 1000px) {
  .sectionManagement-chiefPhoto {
    margin-bottom: 2.5em
  }

}

@media screen and (max-width: 640px) {
  .sectionManagement-chiefPhoto {
    width: 100%
  }

}

.sectionManagement-chiefImg {
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2)
}

.sectionManagement-chiefInfo {
  position: relative;
  width: 55%;
  margin-bottom: 3.75em;
  padding-bottom: 2.5em
}

@media screen and (max-width: 1000px) {
  .sectionManagement-chiefInfo {
    margin-bottom: 2.5em
  }

}

@media screen and (max-width: 640px) {
  .sectionManagement-chiefInfo {
    width: 100%
  }

}

.sectionManagement-chiefJob {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px
}

.sectionManagement-chiefJobname {
  margin-left: 2em
}

.sectionManagement-item {
  width: calc(33.3% - 40px);
  margin: 0 20px 3em;
  padding-bottom: 1em;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2)
}

@media screen and (max-width: 1000px) {
  .sectionManagement-item {
    width: calc(33.3% - 20px);
    margin: 0 10px 3em
  }

}

@media screen and (max-width: 640px) {
  .sectionManagement-item {
    width: calc(100%/2 - 20px);
    margin: 0 10px 3em
  }

}

.sectionManagement-itemImg {
  margin-bottom: 1em
}

.sectionManagement-itemName {
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px
}

.sectionManagement-itemJob {
  padding: 0 10px
}

.sectionManagement-itemJobDepartment {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em
}

.sectionManagement-itemJobTitle {
  display: inline-block
}

@media screen and (max-width: 640px) {
  .sectionLocation {
    padding: 0
  }

}

.sectionLocation-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width: 640px) {
  .sectionLocation-container {
    display: block
  }

}

.sectionLocation-item {
  position: relative;
  padding-bottom: 70px;
  width: calc(33.3% - 24px);
  margin-right: 35px;
  margin-bottom: 3em;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2)
}

@media screen and (max-width: 640px) {
  .sectionLocation-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: none;
    padding: 1em 10px 70px;
    width: 100%;
    margin-bottom: 0;
    background-color: #f5f5f5
  }

}

@media screen and (max-width: 640px) {
  .sectionLocation-item:nth-of-type(2n) {
    background-color: #fff
  }

}

.sectionLocation-item:nth-of-type(3n) {
  margin-right: 0
}

.sectionLocation-itemLeft {
  margin-bottom: 1em
}

@media screen and (max-width: 640px) {
  .sectionLocation-itemLeft {
    width: 32%
  }

}

.sectionLocation-itemRight {
  padding: 0 10px
}

@media screen and (max-width: 640px) {
  .sectionLocation-itemRight {
    width: 64%;
    padding: 0;
    margin-bottom: 1em
  }

}

.sectionLocation-itemRightName {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: .5em
}

@media screen and (max-width: 640px) {
  .sectionLocation-itemRightName {
    font-size: 21px;
    margin-bottom: .2em
  }

}

.sectionLocation-itemRightCompany {
  font-size: 19px;
  font-weight: 700
}

@media screen and (max-width: 1000px) {
  .sectionLocation-itemRightCompany {
    font-size: 16px
  }

}

@media screen and (max-width: 640px) {
  .sectionLocation-itemRightCompany {
    font-size: 16px;
    line-height: 1.3em
  }

}

.sectionLocation-info {
  padding: 0 10px
}

@media screen and (max-width: 640px) {
  .sectionLocation-info {
    padding: 0
  }

}

.sectionLocation-link {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: right
}

.sectionLocation-linkMap {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bdbdbd;
  text-align: center;
  min-width: 40px;
  height: 40px;
  font-size: 0
}

@media screen and (max-width: 640px) {
  .sectionLocation-linkMap {
    float: left;
    width: 48%
  }

}

.sectionLocation-linkMap:hover:before {
  color: #f44336
}

.sectionLocation-linkMap:hover {
  border: 1px solid #f44336
}

.sectionLocation-linkTel {
  display: none;
  vertical-align: top;
  min-width: 40px;
  height: 40px;
  border: 1px solid #bdbdbd;
  font-size: 0;
  text-align: center
}

@media screen and (max-width: 640px) {
  .sectionLocation-linkTel {
    display: inline-block;
    float: right;
    width: 48%
  }

}

.sectionLocation-linkTel:hover {
  border: 1px solid #f44336
}

.newsCategory {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative
}

@media screen and (max-width: 640px) {
  .newsCategory {
    display: block;
    width: 100%
  }

}

.newsCategory:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #9e9e9e transparent transparent;
  pointer-events: none
}

@media screen and (max-width: 640px) {
  .sectionNews {
    padding: 0
  }

}

.sectionNews-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sectionNews-item {
  margin-bottom: 30px;
  margin-right: 30px;
  padding-bottom: 10px;
  width: calc(33.3% - 20px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2)
}

@media screen and (max-width: 640px) {
  .sectionNews-item {
    margin: 0;
    padding: 20px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    box-shadow: none
  }

}

.sectionNews-item:nth-of-type(3n) {
  margin-right: 0
}

@media screen and (max-width: 640px) {
  .sectionNews-item:nth-of-type(2n) {
    background-color: #f5f5f5
  }

}

.sectionNews-itemImg {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  background: url(/images/default_news.jpg) no-repeat;
  background-size: contain
}

@media screen and (max-width: 640px) {
  .sectionNews-itemImg {
    width: 32%;
    padding-bottom: 24%
  }

}

.sectionNews-itemImgLink {
  position: absolute;
  top: 0;
  left: 0
}

.sectionNews-itemInfo {
  color: #666;
  padding: 20px
}

@media screen and (max-width: 640px) {
  .sectionNews-itemInfo {
    width: 68%;
    padding: 0;
    padding-left: 20px;
    font-size: 14px
  }

}

.sectionNews-itemDate {
  font-family: arial
}

.sectionNews-itemCategory {
  margin-left: 1em
}

.sectionNews-itemExplain {
  padding-top: 10px;
  font-size: 18px
}

@media screen and (max-width: 640px) {
  .sectionNews-itemExplain {
    padding-top: 5px;
    font-size: 16px
  }

}

.sectionNews-itemLink {
  font-size: 18px
}

@media screen and (max-width: 640px) {
  .sectionNews-itemLink {
    font-size: 16px
  }

}

.sectionNews-itemLink:hover {
  color: #f44336
}

.sectionNewsDetail-item {
  color: #666;
  padding-bottom: 10px
}

.sectionNewsDetail-itemDate {
  font-family: arial
}

.sectionNewsDetail-itemCategory {
  margin-left: 1em
}

.sectionNewsDetail-link {
  clear: both;
  margin: 30px auto 0;
  padding: 30px 0;
  text-align: center
}

@media screen and (max-width: 1000px) {
  .sectionNewsDetail-link {
    margin: 20px auto 0;
    padding: 20px 0
  }

}

@media screen and (max-width: 640px) {
  .sectionNewsDetail-link {
    padding: 0
  }

}

.sectionNewsDetail-link--Back {
  font-size: 18px;
  padding: 10px 40px;
  border: 1px solid #9e9e9e
}

.sectionNewsDetail-link--Back http: @mixin mobile {
  display: block;
  margin: 0 auto;
  width: 90%
}

.sectionNewsDetail-link--Back:hover {
  color: #f44336;
  border: 1px solid #f44336
}

.productLabel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.productLabel-item {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 2em;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
  background-color: #f5f5f5
}

@media screen and (max-width: 640px) {
  .productLabel-item {
    width: 100%;
    margin-right: 0
  }

}

.productLabel-item:nth-child(3n) {
  margin-right: 0
}

.productLabel-itemImg {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  background-color: #fff
}

.productLabel-itemImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.productLabel-itemLink {
  display: block;
  height: 100%
}

.sectionRecruit-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  margin-top: 1.5em;
  padding-bottom: 1.5em
}

@media screen and (max-width: 640px) {
  .sectionRecruit-item {
    display: block
  }

}

.sectionRecruit-itemsFactory {
  width: 100%;
  margin-bottom: 1em;
  color: #f44336;
  font-size: 24px
}

.sectionRecruit-info {
  width: 74%;
  padding-right: 30px
}

@media screen and (max-width: 640px) {
  .sectionRecruit-info {
    width: 100%;
    margin-bottom: 1em;
    padding: 0
  }

}

.sectionRecruit-infoName {
  display: inline-block;
  margin: 0 1em .5em 0
}

.sectionRecruit-infoTel {
  display: inline-block;
  margin: 0 1em .5em 0
}

.sectionRecruit-infoMail {
  display: inline-block;
  margin: 0 1em .5em 0;
  text-decoration: underline
}

.sectionRecruit-infoAddress {
  width: 100%
}

.sectionRecruit-link {
  width: 26%
}

@media screen and (max-width: 640px) {
  .sectionRecruit-link {
    width: 100%
  }

}

.sectionContact {
  margin: 10px 0 30px
}

.sectionContact-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1em
}

@media screen and (max-width: 640px) {
  .sectionContact-container {
    display: block
  }

}

.sectionContact-itemInfo {
  position: relative;
  width: 56%;
  padding-bottom: 24px
}

@media screen and (max-width: 640px) {
  .sectionContact-itemInfo {
    width: 100%
  }

}

.sectionContact-itemFind {
  width: 40.5%;
  padding-top: 2em
}

@media screen and (max-width: 640px) {
  .sectionContact-itemFind {
    width: 100%;
    padding-top: 0
  }

}

.sectionContact-itemFindImg {
  width: 100%;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2)
}

.sectionContact-itemFindLink {
  padding: 1em 0;
  width: 100%;
  text-align: right
}

.sectionContact-itemFindLinka {
  font-size: 18px;
  color: #f44336
}

@media screen and (max-width: 1000px) {
  .sectionContact-itemFindLinka {
    right: 20px
  }

}

@media screen and (max-width: 640px) {
  .sectionContact-itemFindLinka {
    right: 10px
  }

}

.pageNums {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 40px;
  padding: 50px 0;
  text-align: center;
  width: 100%
}

@media screen and (max-width: 640px) {
  .pageNums {
    padding: 30px 0
  }

}

.pageNums-link {
  margin: 0 10px 5px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #e9e9e9
}

@media screen and (max-width: 1000px) {
  .pageNums-link {
    margin: 0 5px 5px
  }

}

@media screen and (max-width: 640px) {
  .pageNums-link {
    display: none
  }

}

.pageNums-link:hover,
.pageNums-link--act {
  color: #f44336;
  border: 1px solid #f44336
}

@media screen and (max-width: 640px) {
  .pageNums-link--prev,
  .pageNums-link--next {
    display: inline-block;
    margin: 0 7px 5px;
    width: calc(100%/2 - 40px)
  }

}

.videoBox {
  display: none
}

.videoBox-video {
  width: 100%;
  height: 100%;
  padding-top: 44px
}

.dataBox {
  width: 100%;
  padding-top: 1.5em
}

.dataBox-contact {
  padding-top: 2.25em
}

@media screen and (max-width: 1000px) {
  .dataBox-contact {
    padding-top: 1.9em
  }

}

@media screen and (max-width: 640px) {
  .dataBox-contact {
    padding-top: 1em
  }

}

.dataBox-item {
  width: 100%;
  margin-bottom: 1.25em
}

.dataBox-lable {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 1em;
  margin-bottom: .2em
}

.dataBox-lable--star:before {
  position: absolute;
  top: 0;
  left: .2em;
  content: "*";
  color: #f44336
}

.dataBox-input {
  width: 100%;
  color: #666;
  font-size: 18px;
  padding: .4375em 1em;
  background-color: #f5f5f5;
  border: none
}

.dataBox-select {
  position: relative;
  width: 100%
}

.dataBox-select:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #9e9e9e transparent transparent;
  pointer-events: none
}

.dataBox-textarea {
  width: 100%;
  color: #666;
  font-size: 18px;
  padding: .4375em 1em;
  background-color: #f5f5f5;
  border: none;
  resize: vertical;
  min-height: 8.5em
}

.dataBox-input--captcha {
  display: inline-block;
  vertical-align: top;
  width: 37%
}

@media screen and (max-width: 640px) {
  .dataBox-input--captcha {
    width: 33%;
    padding: .4375em .8em
  }

}

.dataBox-img--captcha {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 .5em
}

@media screen and (max-width: 640px) {
  .dataBox-img--captcha {
    margin-right: 0
  }

}

.dataBox-link--captcha {
  display: inline-block;
  vertical-align: bottom;
  color: #666;
  text-decoration: underline
}

@media screen and (max-width: 640px) {
  .dataBox-link--captcha {
    font-size: 15px
  }

}

.dataBox-itemLink {
  padding: 2.5em 0 3em
}

@media screen and (max-width: 1000px) {
  .dataBox-itemLink {
    padding: 1.875em 0 2.5em
  }

}

@media screen and (max-width: 640px) {
  .dataBox-itemLink {
    padding: 1em 0
  }

}

.dataBox-contactFinish {
  display: none;
  font-size: 18px;
  margin-top: 4.7em;
  padding: 30px;
  padding-top: 1.8em;
  background-color: #f5f5f5
}

@media screen and (max-width: 1000px) {
  .dataBox-contactFinish {
    padding-top: 1.45em
  }

}

@media screen and (max-width: 640px) {
  .dataBox-contactFinish {
    font-size: 16px;
    padding: 20px;
    padding-top: 1.45em
  }

}

.dataBox-contactFinish--title {
  font-size: 24px;
  margin-bottom: .5em
}

@media screen and (max-width: 640px) {
  .dataBox-contactFinish--title {
    font-size: 21px
  }

}

.dataDownloadBox {
  position: relative;
  box-shadow: 0 1px 10px #a7a7a7,inset 0 1px 0 #fff;
  background-color: #fff;
  max-width: 720px;
  width: 100%;
  padding: 50px 70px;
  margin: 0 auto;
  border-bottom: 2px solid #f44336
}

@media screen and (max-width: 640px) {
  .dataDownloadBox {
    padding: 20px
  }

}

.dataDownloadBox-cookie {
  border-top: 1px solid #eee;
  padding-top: 1em
}

.dataDownloadBox-cookieLink {
  color: #666;
  font-size: 14px;
  margin-bottom: .5em;
  text-decoration: underline
}

.dataDownloadBox-cookieLink:hover {
  text-decoration: none
}

.data-downloadLink--finished {
  display: block;
  color: #666;
  text-decoration: underline;
  margin: 2em 0
}

.searchBar {
  position: relative;
  padding: 0 .5em;
  border: 1px solid #ddd
}

.searchBar-label {
  padding: 0 .5em;
  color: #9e9e9e;
  border-right: 1px solid #9e9e9e
}

.searchBar-input {
  border: none;
  width: calc(100% - 110px);
  padding: .3em .5em;
  line-height: 30px;
  color: #666
}

.searchBar-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f1f1f1;
  width: 40px;
  height: 100%;
  border: none
}

.searchBar-button:before {
  content: "";
  display: inline-block;
  font-size: 2em;
  color: #9e9e9e
}

.gsc-results .gsc-cursor-box {
  text-align: center;
  margin: 30px 0!important
}

.gsc-cursor-page {
  margin: 0 10px 5px;
  padding: .8em;
  border: 1px solid #e9e9e9;
  text-align: center;
  color: #212121!important;
  font-size: 1em;
  cursor: pointer
}

.hover .gsc-cursor-page:hover {
  color: #f44336!important;
  border: 1px solid #f44336!important;
  text-decoration: none!important
}

.gsc-cursor-page.gsc-cursor-current-page {
  color: #f44336!important;
  border: 1px solid #f44336!important;
  cursor: pointer!important
}

.fullSlider {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  overflow: hidden
}

.fullSlider:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -560px;
  background: url(../images/line--shadow.png) center top no-repeat;
  width: 1121px;
  height: 11px;
  z-index: 5
}

.fullSlider--product {
  margin: 30px 30px 0;
  width: calc(100% - 60px)
}

@media screen and (max-width: 1100px) {
  .fullSlider--product {
    margin: 20px 20px 0;
    width: calc(100% - 40px)
  }

}

@media screen and (max-width: 640px) {
  .fullSlider--product {
    margin: 10px 10px 0;
    width: calc(100% - 20px)
  }

}

.sliderContainer {
  position: relative;
  margin: 0 auto;
  width: 100%
}

.sliderContainerInfo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 60%;
  padding: 64px 0 0 76px
}

@media screen and (max-width: 1100px) {
  .sliderContainerInfo {
    max-width: 70%;
    padding-left: 60px
  }

}

@media screen and (max-width: 640px) {
  .sliderContainerInfo {
    max-width: 100%;
    padding: 40px 0 0 20px
  }

}

.sliderContainerInfo-caption {
  padding: 0 0 .25em;
  font-size: 3rem;
  font-weight: 700
}

@media screen and (max-width: 1100px) {
  .sliderContainerInfo-caption {
    font-size: 2.5rem;
    padding: 0 0 .25em
  }

}

@media screen and (max-width: 640px) {
  .sliderContainerInfo-caption {
    font-size: 1.5rem;
    padding: 0 20px .25em 0
  }

}

.sliderContainerInfo-detail {
  font-size: 1.5rem
}

@media screen and (max-width: 1100px) {
  .sliderContainerInfo-detail {
    font-size: 1.3125rem
  }

}

@media screen and (max-width: 640px) {
  .sliderContainerInfo-detail {
    font-size: 1.125rem
  }

}

.sliderContainerInfo-link {
  position: absolute;
  top: 114%;
  left: 4.2em;
  padding: .28em 1.39em;
  border: 1px solid #000;
  color: #000;
  font-size: 1.125rem
}

@media screen and (max-width: 1100px) {
  .sliderContainerInfo-link {
    left: 3.5em
  }

}

@media screen and (max-width: 640px) {
  .sliderContainerInfo-link {
    right: inherit;
    left: 1.3em;
    font-size: 1rem
  }

}

.sliderContainer--white {
  color: #fff
}

.sliderContainer--white .sliderContainerInfo-caption {
  text-shadow: 1px 1px 6px rgba(0,0,0,0.5)
}

.sliderContainer--white .sliderContainerInfo-detail {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5)
}

.sliderContainer--white .sliderContainerInfo-link {
  border: 1px solid #fff;
  color: #fff
}

.sliderContainer--video .sliderContainerInfo-caption,
.sliderContainer--video .sliderContainerInfo-detail {
  display: none
}

.sliderContainer--video {
  width: 100%
}

.sliderContainer--video .sliderContainerInfo {
  min-width: 100%;
  height: 100%
}

@media screen and (max-width: 1100px) {
  .sliderContainer--video .sliderContainerInfo {
    max-width: 100%
  }

}

@media screen and (max-width: 640px) {
  .sliderContainer--video .sliderContainerInfo {
    max-width: 100%
  }

}

.sliderContainer--video .sliderContainerInfo-link {
  position: absolute;
  top: 25%;
  left: 25%;
  background: url(../images/btn-play.png) center center no-repeat;
  background-size: 5em;
  width: 50%;
  height: 40%;
  padding: 0;
  border: none;
  text-indent: -9999px
}

.sectionClientcase {
  background-color: #fff
}

@media screen and (max-width: 1100px) {
  .sectionClientcase {
    padding: 0
  }

}

@media screen and (max-width: 640px) {
  .sectionClientcase {
    padding: 0 10px
  }

}

.sectionClientcase-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sectionClientcase-item {
  position: relative;
  text-align: center;
  border-right: 1px solid #cdcdcd;
  margin-top: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between
}

@media screen and (max-width: 640px) {
  .sectionClientcase-item {
    border-right: none;
    border-bottom: 1px solid #d8d8d8
  }

}

@media screen and (max-width: 640px) {
  .sectionClientcase-item:last-child {
    border-bottom: none
  }

}

.sectionClientcase-itemTop {
  width: 100%
}

.sectionClientcase-columnThree .sectionClientcase-item {
  width: 33.3%;
  padding: .625em 4em
}

@media screen and (max-width: 1100px) {
  .sectionClientcase-columnThree .sectionClientcase-item {
    padding: .625em 1em
  }

}

@media screen and (max-width: 640px) {
  .sectionClientcase-columnThree .sectionClientcase-item {
    width: 100%;
    padding: 0 0 2em
  }

}

.sectionClientcase-columnThree .sectionClientcase-item:nth-of-type(3n) {
  border-right: 1px solid #fff
}

.sectionClientcase-columnFour .sectionClientcase-item {
  width: 25%;
  padding: .625em 1.5625em
}

@media screen and (max-width: 640px) {
  .sectionClientcase-columnFour .sectionClientcase-item {
    width: 100%;
    padding: 0 0 2em
  }

}

.sectionClientcase-columnFour .sectionClientcase-item:nth-of-type(4n) {
  border-right: 1px solid #fff
}

.sectionClientcase-imgLogo {
  position: relative;
  width: 100%
}

.sectionClientcase-imgPd {
  width: 100%;
  padding-top: 1em
}

.sectionChoose {
  padding: 30px 20px 0;
  background: url(../images/shadow-choose.png) center 0 no-repeat;
  background-size: contain
}

@media screen and (max-width: 640px) {
  .sectionChoose {
    background-image: url(../images/shadow-choose-mobile@2x.png)
  }

}

.sectionChoose-comtainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0
}

.sectionChoose-item {
  width: 16.66%;
  padding: 0 1em;
  text-align: center;
  margin-bottom: 1em
}

@media screen and (max-width: 1100px) {
  .sectionChoose-item {
    padding: 0 .5em
  }

}

@media screen and (max-width: 640px) {
  .sectionChoose-item {
    width: calc(100% / 2)
  }

}

.sectionChoose-itemPhoto {
  margin: 20px auto;
  width: 60px;
  height: 60px
}

.sectionChoose-num {
  font-size: 45px;
  font-family: Arial;
  line-height: 1em;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: .3em
}

@media screen and (max-width: 1100px) {
  .sectionChoose-num {
    font-size: 38px
  }

}

@media screen and (max-width: 640px) {
  .sectionChoose-num {
    font-size: 45px
  }

}

.sectionChoose-txt {
  font-size: 21px;
  line-height: 1em
}

@media screen and (max-width: 1100px) {
  .sectionChoose-txt {
    font-size: 18px
  }

}

@media screen and (max-width: 640px) {
  .sectionChoose-txt {
    font-size: 24px
  }

}

.sectionSuperiority {
  padding: 0 10px
}

@media screen and (max-width: 1000px) {
  .sectionSuperiority {
    padding: 0
  }

}

.sectionSuperiority-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sectionSuperiority-item {
  position: relative;
  width: calc(25% - 40px);
  margin: 0 20px 1em;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2)
}

@media screen and (max-width: 640px) {
  .sectionSuperiority-item {
    width: calc(100% - 70px);
    margin: 0 35px 2em
  }

}

.sectionSuperiority-itemLink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%
}

.sectionSuperiority-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  overflow: hidden
}

@media screen and (max-width: 1100px) {
  .sectionSuperiority-txt {
    font-size: 18px
  }

}

@media screen and (max-width: 640px) {
  .sectionSuperiority-txt {
    font-size: 24px
  }

}

.sectionSuperiority .mask-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0%,0%,0%,0.4)
}

.sectionIntergrativeTwo {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 640px) {
  .sectionIntergrativeTwo {
    display: block
  }

}

.sectionIntergrativeTwo-item {
  background-color: #f5f5f5;
  width: 48.5%;
  padding: 30px
}

@media screen and (max-width: 1000px) {
  .sectionIntergrativeTwo-item {
    padding: 25px
  }

}

@media screen and (max-width: 640px) {
  .sectionIntergrativeTwo-item {
    padding: 15px;
    width: 100%;
    margin-bottom: 20px
  }

}

.sectionIntergrativeTwo-container {
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px
}

@media screen and (max-width: 1000px) {
  .sectionIntergrativeTwo-container {
    display: block
  }

}

@media screen and (max-width: 640px) {
  .sectionIntergrativeTwo-container {
    display: block
  }

}

.sectionIntergrativeTwo-detail {
  font-size: 18px;
  width: calc(100% - 9.17em)
}

@media screen and (max-width: 1000px) {
  .sectionIntergrativeTwo-detail {
    width: 100%
  }

}

@media screen and (max-width: 640px) {
  .sectionIntergrativeTwo-detail {
    width: 100%
  }

}

.fakeLightbox {
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0
}

.fakeLightbox.fixed {
  z-index: 999999;
  position: fixed
}

.download {
  width: 100%
}

.download-item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee
}

.download-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}

.download-txt {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: calc(100% - 9.5em);
  padding-right: .15em;
  padding-left: 2em
}

@media screen and (max-width: 1000px) {
  .download-txt {
    width: 100%
  }

}

@media screen and (max-width: 640px) {
  .download-txt {
    width: 100%
  }

}

.sectionMultiple-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sectionMultiple-item {
  width: 23%;
  margin-right: 2.6%;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
  background-color: #f5f5f5;
  margin-bottom: 1.5em
}

@media screen and (max-width: 640px) {
  .sectionMultiple-item {
    width: 47%;
    margin-right: 2.6%
  }

}

@media screen and (max-width: 640px) {
  .sectionMultiple-item:nth-of-type(2n) {
    margin-right: 0
  }

}

.sectionMultiple-item:nth-of-type(4n) {
  margin-right: 0
}

.sectionMultiple-itemImg {
  display: block;
  width: 100%
}

.sectionMultiple-itemTxt {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: .625em
}

@media screen and (max-width: 1000px) {
  .sectionMultiple-itemTxt {
    padding: .5em
  }

}

@media screen and (max-width: 640px) {
  .sectionMultiple-itemTxt {
    padding: .3125em
  }

}

.sectionProductDetail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.sectionProductDetail-photo {
  width: 40.5%
}

@media screen and (max-width: 640px) {
  .sectionProductDetail-photo {
    width: 100%
  }

}

.sectionProductDetail-pic {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2)
}

.sectionProductDetail-picImg {
  display: block;
  width: 100%
}

.sectionProductDetail-picNum {
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #9e9e9e;
  z-index: 5
}

.sectionProductDetail-expand {
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 30px;
  height: 29px
}

@media screen and (max-width: 640px) {
  .sectionProductDetail-expand {
    display: none
  }

}

.sectionProductDetail-expand img {
  display: none
}

.sectionProductDetail-slide {
  position: relative;
  width: 100%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eee
}

@media screen and (max-width: 640px) {
  .sectionProductDetail-slide {
    margin-bottom: 1.5em
  }

}

.sectionProductDetail-slide .owl-carousel {
  width: 100%;
  margin: 0 auto;
  padding: 0 3em
}

.sectionProductDetail-slide .owl-carousel .owl-stage {
  margin: 0 auto
}

.sectionProductDetail-slide .owl-carousel .owl-stage-outer {
  padding-bottom: 1px
}

.sectionProductDetail-slide .owl-carousel .owl-item img {
  border: 1px solid #eee;
  width: 99%
}

.sectionProductDetail-slide .owl-carousel .owl-item.slideChoose img {
  border: 1px solid #ffcdd2
}

.sectionProductDetail-slide .owl-carousel .owl-item:hover img {
  border: 1px solid #ffcdd2
}

.sectionProductDetail-slide .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  width: calc(100% - 3em);
  height: 1px
}

.sectionProductDetail-slide .owl-prev,
.sectionProductDetail-slide .owl-next {
  width: 18px;
  height: 28px;
  cursor: pointer;
  font-size: 0;
  position: relative
}

.sectionProductDetail-slide .owl-dots {
  display: none
}

.sectionProductDetail-info {
  width: 55%
}

@media screen and (max-width: 640px) {
  .sectionProductDetail-info {
    width: 100%
  }

}

.sectionProductDetail-info .ck {
  padding: 0 0 1.5em
}

.slideCenter {
  margin: 0 auto
}

.sectionProductTag {
  padding: 0 30px
}

@media screen and (max-width: 1000px) {
  .sectionProductTag {
    padding: 0 20px
  }

}

@media screen and (max-width: 640px) {
  .sectionProductTag {
    padding: 0 10px
  }

}

.sectionProductTag-container {
  padding: 0
}

.sectionProductTag-link {
  color: #9e9e9e;
  display: inline-block;
  padding: 5px 20px;
  margin-right: .3125em;
  margin-bottom: .3125em;
  background-color: #f5f5f5;
  border: 1px solid #eee
}

.sectionProductTag-link--recruit {
  color: #212121
}

.sectionProductTag-link:hover {
  color: #f44336;
  border: 1px solid #f44336
}

.sectionSuccesscase {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f5
}

@media screen and (max-width: 1000px) {
  .sectionSuccesscase {
    padding-top: 20px;
    padding-bottom: 20px
  }

}

@media screen and (max-width: 640px) {
  .sectionSuccesscase {
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(100% - 20px);
    margin: 0 10px
  }

}

.sectionSuccesscase-container {
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 640px) {
  .sectionSuccesscase-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

}

.sectionSuccesscase-picture {
  width: 35.5%;
  min-width: 35.5%;
  padding-left: 1%;
  -ms-flex-order: 2;
  order: 2
}

@media screen and (max-width: 640px) {
  .sectionSuccesscase-picture {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0
  }

}

.sectionSuccesscase-img {
  width: 100%
}

.sectionSuccesscase-main {
  padding-right: 2%;
  -ms-flex-order: 1;
  order: 1;
  min-width: 64.5%
}

@media screen and (max-width: 640px) {
  .sectionSuccesscase-main {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 0
  }

}

.sectionSuccesscase-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #9e9e9e;
  padding: .28em .4em;
  margin-top: .56em;
  max-width: 100%;
  height: 1.85em
}

@media screen and (max-width: 640px) {
  .sectionSuccesscase-title {
    margin-right: 10px
  }

}

.sectionSuccesscase-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: -.55em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .95em 0 .95em .56em;
  border-color: transparent transparent transparent #9e9e9e
}

.sectionSuccesscase-titleTxt {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.sectionTopics {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden
}

@media screen and (max-width: 1000px) {
  .sectionTopics {
    padding-top: 20px;
    padding-bottom: 20px
  }

}

@media screen and (max-width: 640px) {
  .sectionTopics {
    width: calc(100% - 20px);
    margin: 20px 10px 0;
    padding: 0;
    padding-bottom: 0
  }

}

.sectionTopics-container {
  width: 100%;
  height: 20em;
  padding: 35px 20px 0 0;
  background-position: 0 0;
  background-repeat: no-repeat
}

@media screen and (max-width: 1000px) {
  .sectionTopics-container {
    padding: 20px 20px 0 0
  }

}

@media screen and (max-width: 640px) {
  .sectionTopics-container {
    padding: 0;
    padding-top: 11.0625em;
    background-size: auto 11.0625em;
    height: auto
  }

}

.sectionTopics-detail {
  position: relative;
  width: 73.4%;
  height: 14.4em;
  margin-left: calc(100% - 73.4%);
  padding: 20px 30px;
  background-color: rgba(100%,100%,100%,0.9);
  font-size: 18px
}

@media screen and (max-width: 1000px) {
  .sectionTopics-detail {
    padding: 10px 20px;
    height: 15.56em
  }

}

@media screen and (max-width: 640px) {
  .sectionTopics-detail {
    background: transparent;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 10px 4em
  }

}

.sectionIntergrativeOne {
  background-color: #fff
}

.sectionIntergrativeOne-item {
  padding: 30px;
  background-color: #f5f5f5
}

@media screen and (max-width: 1000px) {
  .sectionIntergrativeOne-item {
    padding: 25px
  }

}

@media screen and (max-width: 640px) {
  .sectionIntergrativeOne-item {
    padding: 15px;
    width: 100%
  }

}

.sectionIntergrativeOne-container {
  width: 100%;
  padding-top: 10px
}

.sectionIndustry-item {
  width: 100%;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2)
}

.sectionIndustry-main {
  position: relative;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden
}

@media screen and (max-width: 1000px) {
  .sectionIndustry-main {
    padding: 20px
  }

}

@media screen and (max-width: 640px) {
  .sectionIndustry-main {
    display: block
  }

}

.sectionIndustry-mainImg {
  width: 33.5%;
  min-width: 33.5%;
  margin-bottom: 1.5em;
  margin-right: 2.1875em
}

@media screen and (max-width: 640px) {
  .sectionIndustry-mainImg {
    width: 100%;
    margin-right: 0
  }

}

.sectionIndustry-mainInfo {
  width: calc(66% - 2.1875em);
  padding-bottom: 2.5em
}

@media screen and (max-width: 640px) {
  .sectionIndustry-mainInfo {
    width: 100%
  }

}

.sectionIndustry-mainLink {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #eee;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 60px 15px 50px;
  white-space: nowrap
}

@media screen and (max-width: 640px) {
  .sectionIndustry-mainLink {
    padding: 15px
  }

}

.sectionIndustry-mainLink:before {
  position: absolute;
  top: 0;
  left: -1.15em;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3.2em 1.2em;
  border-color: transparent transparent #eee
}

.sectionIndustry-detailMain {
  opacity: 0;
  display: none;
  background-color: #eee;
  padding: 20px 20px 0;
  width: 100%;
  border-bottom: 2px solid #f44336;
  position: relative
}

.sectionIndustry-detail {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px
}

@media screen and (max-width: 640px) {
  .sectionIndustry-detail {
    display: block
  }

}

.sectionIndustry-detailImg {
  width: 43%;
  min-width: 43%;
  margin-right: 1.875em;
  margin-bottom: 20px
}

@media screen and (max-width: 640px) {
  .sectionIndustry-detailImg {
    width: 100%;
    margin-right: 0
  }

}

.sectionIndustry-detailTxt {
  margin-bottom: 20px
}

.sectionIndustry-linkClose {
  margin: 1.5em auto;
  width: 100%;
  text-align: center
}

@media screen and (max-width: 1000px) {
  .sectionIndustry-linkClose {
    margin: .5em auto
  }

}

@media screen and (max-width: 640px) {
  .sectionIndustry-linkClose a {
    display: block;
    width: 100%
  }

}

.sectionVocabulary {
  padding-top: 30px;
  padding-bottom: 30px
}

.sectionVocabulary-container {
  border: 1px solid #eee;
  padding: 5px 0;
  background-color: #fff
}

.sectionVocabulary-word {
  display: table;
  font-size: 24px;
  color: #666;
  margin: 20px 20px 0;
  border-bottom: 2px solid #f44336
}

@media screen and (max-width: 640px) {
  .sectionVocabulary-word {
    font-size: 21px;
    margin: 20px 15px 0
  }

}

.sectionVocabulary-explain {
  color: #666;
  padding: 15px 20px
}

.sectionVocabulary .sectionSuccesscase-title {
  font-weight: 400;
  max-width: 98%
}

@media screen and (max-width: 1000px) {
  .sectionVocabulary .sectionSuccesscase-title {
    max-width: 95%
  }

}

.sectionComponent {
  position: relative;
  padding: 0 30px
}

.ie10 .sectionComponent--ImgLeft .sectionComponent-ItemPhoto,
.ie10 .sectionComponent--ImgRight .sectionComponent-ItemPhoto {
  width: 41%
}

@media screen and (max-width: 1000px) {
  .sectionComponent {
    padding: 0 20px 20px
  }

}

@media screen and (max-width: 640px) {
  .sectionComponent {
    padding: 0 10px 30px
  }

}

.sectionComponent--ImgLeft,
.sectionComponent--ImgRight {
  padding-bottom: 0
}

.sectionComponentN {
  margin-bottom: 0
}

.sectionComponent-container {
  display: block;
  padding-bottom: 2em
}

@media screen and (max-width: 1000px) {
  .sectionComponent-container {
    padding-bottom: .3em
  }

}

@media screen and (max-width: 640px) {
  .sectionComponent-container {
    padding-bottom: .3em
  }

}

.sectionComponentN .sectionComponent-container {
  padding-bottom: 0
}

.sectionComponent--ImgLeft .sectionComponent-container,
.sectionComponent--ImgRight .sectionComponent-container {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0
}

@media screen and (max-width: 640px) {
  .sectionComponent--ImgLeft .sectionComponent-container,
  .sectionComponent--ImgRight .sectionComponent-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }

}

.sectionComponentLink {
  position: absolute;
  bottom: .5em;
  right: 30px;
  color: #f44336;
  font-size: 18px
}

@media screen and (max-width: 1000px) {
  .sectionComponentLink {
    font-size: 16px
  }

}

.sectionComponent--ImgLeft .sectionComponent-container .sectionComponentLink {
  right: 0
}

.sectionComponent--ImgRight .sectionComponent-container .sectionComponentLink {
  left: 0
}

@media screen and (max-width: 640px) {
  .sectionComponent--ImgRight .sectionComponent-container .sectionComponentLink {
    right: 0;
    left: auto
  }

}

.sectionComponent-ItemTxt {
  position: relative;
  width: 100%
}

.sectionComponent--ImgRight .sectionComponent-ItemTxt,
.sectionComponent--ImgLeft .sectionComponent-ItemTxt {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-bottom: 2em
}

@media screen and (max-width: 640px) {
  .sectionComponent--ImgRight .sectionComponent-ItemTxt,
  .sectionComponent--ImgLeft .sectionComponent-ItemTxt {
    width: 100%
  }

}

.sectionComponent--ImgRight .sectionComponent-ItemTxt {
  -ms-flex-order: 1;
  order: 1
}

@media screen and (max-width: 640px) {
  .sectionComponent--ImgRight .sectionComponent-ItemTxt {
    -ms-flex-order: 2;
    order: 2
  }

}

.sectionComponent--ImgLeft .sectionComponent-ItemTxt {
  -ms-flex-order: 2;
  order: 2
}

.sectionComponent-ItemTxtPhotos {
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
  margin-bottom: 1em
}

.sectionComponent--ImgLeft .sectionComponent-ItemTxtPhotos,
.sectionComponent--ImgRight .sectionComponent-ItemTxtPhotos {
  margin-top: 1em
}

@media screen and (max-width: 640px) {
  .sectionComponent--ImgLeft .sectionComponent-ItemTxtPhotos,
  .sectionComponent--ImgRight .sectionComponent-ItemTxtPhotos {
    margin-bottom: 1.5em
  }

}

.sectionComponent-ItemPhoto {
  position: relative;
  padding-bottom: 1em
}

@media screen and (max-width: 640px) {
  .sectionComponent-ItemPhoto {
    width: 100%;
    padding-bottom: .5em
  }

}

.sectionComponent-ItemPhotoBox {
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2)
}

.sectionComponent--ImgLeft .sectionComponent-ItemPhoto,
.sectionComponent--ImgRight .sectionComponent-ItemPhoto {
  width: 71.655%
}

@media screen and (max-width: 640px) {
  .sectionComponent--ImgLeft .sectionComponent-ItemPhoto,
  .sectionComponent--ImgRight .sectionComponent-ItemPhoto {
    width: 100%;
    margin-bottom: 1em
  }

}

.sectionComponent--ImgLeft .sectionComponent-ItemPhoto {
  -ms-flex-order: 1;
  order: 1;
  margin-right: 2em
}

@media screen and (max-width: 640px) {
  .sectionComponent--ImgLeft .sectionComponent-ItemPhoto {
    margin-right: 0
  }

}

.sectionComponent--ImgRight .sectionComponent-ItemPhoto {
  -ms-flex-order: 2;
  order: 2;
  margin-left: 2em
}

@media screen and (max-width: 640px) {
  .sectionComponent--ImgRight .sectionComponent-ItemPhoto {
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0
  }

}

.sectionComponent-ItemPhotoTop {
  position: relative;
  background-color: #fff
}

.sectionComponent-ItemPhotoTopImg {
  display: block;
  width: 100%
}

.sectionComponent-ItemPhotoTxt {
  text-align: center;
  background-color: #f5f5f5;
  padding: .5em
}

.ItemTxtPhotos-item {
  width: 31%;
  margin-right: 3%;
  background-color: #f5f5f5;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2)
}

.ItemTxtPhotos-itemImg {
  display: block;
  width: 100%
}

.ItemTxtPhotos-item:nth-of-type(3) {
  margin-right: 0
}

.ItemTxtPhotos-itemTxt {
  font-size: 14px;
  padding: .5em;
  text-align: center
}

.sectionAdvantage {
  padding: 0 30px
}

@media screen and (max-width: 1000px) {
  .sectionAdvantage {
    padding: 0 20px
  }

}

@media screen and (max-width: 640px) {
  .sectionAdvantage {
    padding: 20px 10px
  }

}

.sectionAdvantage-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sectionAdvantage-item {
  position: relative;
  width: calc(33.3% - 20px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
  background-color: #fff;
  margin-bottom: 2em;
  margin-right: 30px
}

@media screen and (max-width: 1000px) {
  .sectionAdvantage-item {
    width: calc(33.3% - 15px);
    margin-right: 20px
  }

}

@media screen and (max-width: 640px) {
  .sectionAdvantage-item {
    width: 100%;
    margin-right: 0
  }

}

.sectionAdvantage-item:nth-of-type(3n) {
  margin-right: 0
}

@media screen and (max-width: 640px) {
  .sectionAdvantage-item:last-child {
    margin-bottom: 0
  }

}

.sectionAdvantage-itemImg {
  width: 100%
}

.sectionAdvantage-info {
  padding: 20px;
  margin-bottom: 1.5em
}

@media screen and (max-width: 1000px) {
  .sectionAdvantage-info {
    padding: 15px
  }

}

.sectionAdvantage-infoLink {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #f44336;
  text-align: right
}

.sectionClients-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 640px) {
  .sectionClients-container {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

}

.sectionClients-containerItem {
  margin-right: 30px;
  margin-bottom: 2em;
  padding-right: 30px;
  width: calc(100%/2 - 15px);
  border-right: 1px solid #eee
}

@media screen and (max-width: 640px) {
  .sectionClients-containerItem {
    width: 100%;
    margin-bottom: 1em;
    padding-right: 0;
    border-right: none
  }

}

.sectionClients-containerItem:nth-of-type(even) {
  border-right: none;
  margin-right: 0
}

.sectionClients-containerImg {
  width: 100%
}

.marqueBlock {
  margin: 0 auto;
  max-width: 1170px;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  width: 100%;
  height: 2.8125em;
  overflow: hidden
}

@media screen and (max-width: 640px) {
  .marqueBlock {
    background-color: #f5f5f5
  }

}

.marqueBlock-title {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  min-width: 185px;
  padding-right: 1.7%;
  color: #666;
  background-color: #e0e0e0;
  width: 16.3%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.marqueBlock-title:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -1.05em;
  border-color: #e0e0e0 transparent transparent;
  border-style: solid;
  border-width: 2.5em 1.1em 0 0;
  height: 0;
  width: 0
}

.marquee {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 4.6875%;
  width: 100%;
  height: 1.5em
}

@media screen and (max-width: 640px) {
  .marquee {
    width: 100%
  }

}

.marqueeBox {
  position: relative;
  font-size: 1.125rem;
  width: 83.5%;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 1.7% 0 3.8%;
  margin-top: .6em;
  overflow: hidden
}

@media screen and (max-width: 1000px) {
  .marqueeBox {
    font-size: 1rem
  }

}

@media screen and (max-width: 640px) {
  .marqueeBox {
    width: 96.6%
  }

}

.marquee-item {
  width: 100%;
  height: 1.5em
}

.marquee-item a {
  position: relative;
  color: #212121;
  display: inline-block;
  max-width: 98%;
  padding-right: .875rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden
}

.marquee-item a:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  background: url(../images/icon-arrow--right.png) no-repeat;
  background-size: contain;
  width: .4375rem;
  height: .75rem
}

.sectionCreative {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.creative-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2em 0
}

@media screen and (max-width: 640px) {
  .creative-category {
    padding: 1.25em 0
  }

}

.creative-category,
.creative-jiugongge {
  width: 50%
}

@media screen and (max-width: 760px) {
  .creative-category,
  .creative-jiugongge {
    width: 100%
  }

}

.creative-jiugongge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: top
}

.creative-categoryBox {
  width: 355px;
  text-align: center
}

@media screen and (max-width: 640px) {
  .creative-categoryBox {
    width: 90%
  }

}

.creative-categoryTitle {
  display: inline-block;
  color: #f44336;
  font-size: 52px;
  font-weight: 700;
  border: 1px solid #f44336;
  border-left: none;
  border-right: none;
  text-align: center;
  height: 1.25em;
  line-height: 1.25em;
  overflow: hidden;
  text-align: left
}

@media screen and (max-width: 970px) {
  .creative-categoryTitle {
    font-size: 42px
  }

}

@media screen and (max-width: 640px) {
  .creative-categoryTitle {
    font-size: 27px
  }

}

.creative-categorSubtitle {
  color: #e53935;
  font-size: 36px;
  height: 1.835em;
  line-height: 1.835em;
  overflow: hidden
}

@media screen and (max-width: 970px) {
  .creative-categorSubtitle {
    font-size: 30px
  }

}

@media screen and (max-width: 640px) {
  .creative-categorSubtitle {
    font-size: 18px
  }

}

.creative-categoryDetail {
  margin-top: .5em;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  max-height: 8em;
  overflow: hidden
}

@media screen and (max-width: 760px) {
  .creative-categoryDetail {
    display: none
  }

}

.jiugonggeBox {
  width: 33.33%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width: 760px) {
  .jiugonggeBox-one,
  .jiugonggeBox-two,
  .jiugonggeBox-five,
  .jiugonggeBox-six,
  .jiugonggeBox-seven,
  .jiugonggeBox-eight {
    width: 50%
  }

}

.jiugonggeBox-one {
  position: relative;
  background-color: #f5f5f5
}

@media screen and (max-width: 760px) {
  .jiugonggeBox-one {
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1
  }

}

@media screen and (max-width: 760px) {
  .jiugonggeBox-two {
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2
  }

}

.jiugonggeBox-three {
  background-color: #f5f5f5
}

@media screen and (max-width: 760px) {
  .jiugonggeBox-three {
    -ms-flex-order: 7;
    order: 7;
    -webkit-order: 7
  }

}

@media screen and (max-width: 760px) {
  .jiugonggeBox-four {
    -ms-flex-order: 8;
    order: 8;
    -webkit-order: 8
  }

}

.jiugonggeBox-five {
  background-color: #f5f5f5
}

@media screen and (max-width: 760px) {
  .jiugonggeBox-five {
    -ms-flex-order: 4;
    order: 4;
    -webkit-order: 4
  }

}

@media screen and (max-width: 760px) {
  .jiugonggeBox-six {
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3
  }

}

.jiugonggeBox-seven {
  background-color: #f5f5f5
}

@media screen and (max-width: 760px) {
  .jiugonggeBox-seven {
    -ms-flex-order: 5;
    order: 5;
    -webkit-order: 5
  }

}

@media screen and (max-width: 760px) {
  .jiugonggeBox-eight {
    -ms-flex-order: 6;
    order: 6;
    -webkit-order: 6
  }

}

.jiugonggeBox-nine {
  background-color: #f5f5f5
}

@media screen and (max-width: 760px) {
  .jiugonggeBox-nine {
    -ms-flex-order: 9;
    order: 9;
    -webkit-order: 9
  }

}

.jiugonggeBox-info {
  position: relative;
  width: 100%;
  padding: 20px
}

@media screen and (max-width: 760px) {
  .jiugonggeBox-info {
    padding: 20px 10px 10px
  }

}

.jiugonggeBox-one .jiugonggeBox-info:after,
.jiugonggeBox-five .jiugonggeBox-info:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12px 13px 0;
  border-color: transparent #fff transparent transparent
}

@media screen and (max-width: 760px) {
  .jiugonggeBox-five .jiugonggeBox-info:after {
    display: none
  }

}

@media screen and (max-width: 760px) {
  .jiugonggeBox-five .jiugonggeBox-info:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 12px;
    border-color: transparent transparent transparent #fff
  }

}

.jiugonggeBox-seven .jiugonggeBox-info:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12px 13px 0;
  border-color: transparent #fff transparent transparent
}

.jiugonggeBox-infoImg {
  margin: 0 auto;
  width: 69%
}

.jiugonggeBox-infoLink {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center
}

.jiugonggeBox-infoLinktxt {
  position: relative;
  font-size: 21px;
  line-height: 1.8em;
  width: 100%;
  height: 1.5em;
  overflow: hidden
}

@media screen and (max-width: 760px) {
  .jiugonggeBox-infoLinktxt {
    font-size: 18px
  }

}

.jiugonggeBox-infotxt {
  max-height: 5.4em;
  line-height: 1.4em;
  overflow: hidden
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0%,0%,0%,0.5);
  z-index: 99999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.loader,
#cboxLoadingGraphic {
  color: #f44336;
  font-size: 15px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}

#cboxLoadingGraphic {
  left: 50%
}

@keyframes load4 {
  0%,100%{box-shadow: 0 -3em 0 0.2em,2em -2em 0 0em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0
}

12.5% {
  box-shadow: 0 -3em 0 0,2em -2em 0 0.2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em
}

25% {
  box-shadow: 0 -3em 0 -0.5em,2em -2em 0 0,3em 0 0 0.2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em
}

37.5% {
  box-shadow: 0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 0.2em,0 3em 0 0em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em
}

50% {
  box-shadow: 0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0em,0 3em 0 0.2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em
}

62.5% {
  box-shadow: 0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 0.2em,-3em 0 0 0,-2em -2em 0 -1em
}

75% {
  box-shadow: 0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0.2em,-2em -2em 0 0
}

87.5% {
  box-shadow: 0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em
}

}

@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon.eot?agewww);
  src: url(../fonts/icomoon.eot?agewww#iefix) format("embedded-opentype"),url(../fonts/icomoon.woff2?agewww) format("woff2"),url(../fonts/icomoon.ttf?agewww) format("truetype"),url(../fonts/icomoon.woff?agewww) format("woff"),url(../fonts/icomoon.svg?agewww#icomoon) format("svg");
  font-weight: 400;
  font-style: normal
}

[class^="icon-"]:before,
[class*="icon-"]:before,
.sectionAdvantage-infoLink:after,
.sectionComponentLink:after,
.headerSearch-link--mail a:before,
.headerSearch-link--select:before,
.btn-headerSearch:after,
.linkNext:before,
.navLevelTwo-back:before,
.navLevelThree-back:before,
.jiugonggeBox-infoLinktxt:after,
.backTop:before,
.btnRedw-download:before,
.btnRedw-contactus:before,
.btnRedw-branches:before,
.pageSocial-link--mail:before,
.pageSocial-link--fb:before,
.pageSocial-link--wechat:before,
.pageSocial-link--line:before,
.pageSocial-nav:before,
.h2-productLabel:after,
.sectionProductDetail-expand:before,
.sectionProductDetail-slide .owl-prev:before,
.sectionProductDetail-slide .owl-next:before,
#pbCloseBtn:before,
#pbPrevBtn:before,
#pbNextBtn:before,
.sectionIndustry-mainLink:after,
.sectionIndustry-mainLink.switch:after,
.btnRedw-sectionIndustry:before,
.sectionContact-itemFindLinka:after,
.btnRed-send:before,
#cboxClose:before,
.dataBox--close:before,
.btnRedw-default:before,
.search-goog:before {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#cboxClose:before,
.dataBox--close:before {
  content: "";
  display: inline-block;
  font-size: 30px;
  color: #9e9e9e
}

.dataBox--close:before {
  padding: 7px
}

.dataBox--close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 44px;
  height: 44px
}

.headerSearch-link--mail a:before {
  position: absolute;
  top: .6em;
  left: 0;
  content: "";
  font-size: 14px;
  color: #9e9e9e
}

@media screen and (max-width: 640px) {
  .headerSearch-link--mail a:before {
    position: inherit;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-right: .5em
  }

}

.headerSearch-link--select:before {
  position: absolute;
  top: .5em;
  left: .5em;
  content: "";
  font-size: 16px;
  pointer-events: none;
  color: #9e9e9e
}

@media screen and (max-width: 640px) {
  .headerSearch-link--select:before {
    top: .75em
  }

}

.btn-headerSearch:after {
  position: absolute;
  top: .4em;
  right: .5em;
  content: "";
  font-size: 16px;
  color: #9e9e9e
}

@media screen and (max-width: 640px) {
  .btn-headerSearch:after {
    font-size: 22px;
    right: .4em
  }

}

.breadcrumbs-link--home {
  font-size: 0
}

.breadcrumbs-link--home:before {
  content: "";
  padding-right: 0;
  font-size: 14px;
  color: #9e9e9e
}

.breadcrumbs-item--select:before {
  content: "";
  font-size: 12px;
  color: #9e9e9e
}

.jiugonggeBox-infoLinktxt:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: .5em;
  font-size: 12px
}

.btnRed-sectionTopics:before {
  content: " ";
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  color: #fff;
  font-size: 16px
}

@media screen and (max-width: 640px) {
  .btnRed-sectionTopics:before {
    margin-top: -2px
  }

}

.btnRedw-download:before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  font-size: 15px
}

.btnRedw-contactus:before {
  content: " ";
  display: inline-block;
  margin-right: .5em;
  font-size: 15px
}

.btnRedw-branches:before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  font-size: 17px
}

.btnRedw-sectionIndustry:before {
  content: " ";
  display: inline-block;
  margin-right: 1em;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 12px;
  padding-top: 4px
}

.icon-download {
  position: relative;
  vertical-align: top
}

.icon-download:before {
  position: absolute;
  top: 0;
  left: -1.2em;
  content: " ";
  color: #9e9e9e
}

.icon-download--default:before {
  content: " ";
  font-size: 26px
}

.icon-download--pdf:before {
  content: " ";
  font-size: 28px
}

.icon-download:hover {
  color: #f44336
}

.icon-download:before:hover {
  color: #f44336
}

.backTop:before {
  content: " ";
  position: absolute;
  top: .3em;
  left: 50%;
  margin-left: -7px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 12px
}

.footerSocial-link--email:before {
  content: "";
  font-size: 15px;
  left: 6px
}

.footerSocial-link--fb:before {
  content: " ";
  font-size: 26px;
  left: 8px
}

.footerSocial-link--wechat:before {
  content: " ";
  font-size: 23px;
  left: 4px;
  top: 8px!important
}

.sectionAdvantage-infoLink:after,
.sectionComponentLink:after {
  content: " ";
  display: inline-block;
  margin-left: .5em;
  color: #f44336;
  font-size: 14px
}

.sectionLocation-linkMap:before {
  display: inline-block;
  content: " ";
  color: #9e9e9e;
  font-size: 28px;
  margin-top: .2em
}

@media screen and (max-width: 640px) {
  .sectionLocation-linkTel:before {
    display: inline-block;
    content: " ";
    color: #9e9e9e;
    font-size: 24px;
    margin-top: .3em
  }

}

.h2-productLabel:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  color: #f44336;
  font-size: 14px;
  padding-left: 5px;
  line-height: 33px!important
}

.sectionProductDetail-expand:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 29px;
  z-index: 5;
  color: #9e9e9e;
  font-size: 29px
}

.sectionProductDetail-slide .owl-prev {
  float: left;
  margin-left: -40px
}

.sectionProductDetail-slide .owl-prev:before {
  content: "";
  display: inline-block;
  font-size: 30px;
  color: #f77b72
}

.sectionProductDetail-slide .owl-next {
  float: right;
  margin-right: 18px
}

.sectionProductDetail-slide .owl-next:before {
  content: "0";
  display: inline-block;
  font-size: 30px;
  color: #f77b72
}

.sectionIndustry-mainLink:after {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1em;
  content: "";
  color: #f44336;
  font-size: 12px;
  width: 20px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.sectionIndustry-mainLink.switch:after {
  content: " ";
  vertical-align: top;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.sectionContact-itemFindLinka:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  font-size: 14px;
  margin-left: .5em;
  margin-top: -4px
}

@media screen and (max-width: 1000px) {
  .linkNext:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    right: 1.8em;
    color: #f55044;
    font-size: 13px;
    font-weight: 700;
    z-index: 1
  }

  .navLevelTwo-back:before,
  .navLevelThree-back:before {
    content: "";
    position: absolute;
    top: 1.3em;
    left: 1em;
    font-size: 14px;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
  }

}

#pbCloseBtn:before {
  content: "";
  font-size: 30px
}

#pbPrevBtn:before,
#pbNextBtn:before {
  content: "";
  font-size: 60px;
  color: #f77b72;
  position: absolute;
  bottom: .8em
}

#pbPrevBtn:before {
  left: .5em
}

#pbNextBtn:before {
  right: .5em
}

.icon-arrow:before,
.sectionAdvantage-infoLink:after,
.sectionComponentLink:after,
.navLevelTwo-back:before,
.navLevelThree-back:before,
.jiugonggeBox-infoLinktxt:after,
.backTop:before,
.h2-productLabel:after,
.sectionIndustry-mainLink:after,
.sectionIndustry-mainLink.switch:after,
.btnRedw-sectionIndustry:before,
.sectionContact-itemFindLinka:after {
  content: "\e900"}@media screen and (max-width: 1000px){.linkNext:before{content:"\e900"}}.icon-check:before,.btnRed-send:before{content:"\e901"}.icon-close:before,#pbCloseBtn:before,#cboxClose:before,.dataBox--close:before{content:"\e902"}.btnRedw-download:before{content:"\e903"}.icon-download--default:before{content:"\e904"}.icon-download--pdf:before{content:"\e905"}.icon-earth:before,.headerSearch-link--select:before{content:"\e906"}.icon-fb:before,.pageSocial-link--fb:before{content:"\e907"}.icon-home:before{content:"\e908"}.icon-line:before,.pageSocial-link--line:before{content:"\e90a"}.icon-landmark:before{content:"\e909"}.icon-location:before,.btnRedw-branches:before{content:"\e90b"}.icon-mail:before,.headerSearch-link--mail a:before,.btnRedw-contactus:before{content:"\e90c"}.icon-play:before{content:"\e90d"}.icon-search:before,.btn-headerSearch:after,.search-goog:before{content:"\e90e"}.icon-share:before,.pageSocial-nav:before{content:"\e90f"}.icon-share--mail:before,.pageSocial-link--mail:before{content:"\e910"}.icon-slide--left:before,.sectionProductDetail-slide .owl-prev:before,#pbPrevBtn:before{content:"\e911"}.icon-slide--right:before,.sectionProductDetail-slide .owl-next:before,#pbNextBtn:before{content:"\e912"}.icon-target:before{content:"\e913"}.icon-tel:before{content:"\e914"}.icon-topics:before,.btnRedw-default:before{content:"\e915"}.icon-wechat:before,.pageSocial-link--wechat:before{content:"\e916"}.icon-zoom:before,.sectionProductDetail-expand:before{content:"\e917"}@font-face{font-family:'flexslider-icon';src:url(fonts/flexslider-icon.eot);src:url(fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"),url(fonts/flexslider-icon.woff) format("woff"),url(fonts/flexslider-icon.ttf) format("truetype"),url(fonts/flexslider-icon.svg#flexslider-icon) format("svg");font-weight:400;font-style:normal}.flex-container a:hover,.flex-slider a:hover{outline:none}.slides,.slides > li,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0;overflow:hidden;position:relative;zoom:1}.flexslider .slides{zoom:1}.flexslider .slides > li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;height:auto;display:block;-moz-user-select:none}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides > li:first-child{display:block}.flex-viewport{max-height:2000px;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.carousel li{margin-right:5px}.flex-direction-nav{position:absolute;width:100%;height:0;bottom:8.75rem;left:0;z-index:2}@media screen and (max-width: 768px){.flex-direction-nav{bottom:7.5rem}}@media screen and (max-width: 640px){.flex-direction-nav{bottom:8.125rem}}.flex-direction-nav li{overflow:visible}.flex-direction-nav a{display:block;position:absolute;z-index:10;text-decoration:none;width:40px;height:40px;cursor:pointer;background-color:#d32f2f;text-indent:-9999px;transition:all .3s ease-out}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default;z-index:-1}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:"flexslider-icon";font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:1em;text-align:center;z-index:5}.flex-control-nav li{padding:7px 8px;display:inline-block;zoom:1;background-color:rgba(0%,0%,0%,0.5)}.flex-control-nav li:first-child{border-radius:1em 0 0 1em;padding-left:1em}.flex-control-nav li:last-child{border-radius:0 1em 1em 0;padding-right:1em}.flex-control-paging li a{width:10px;height:10px;display:block;cursor:pointer;text-indent:-9999px;border-radius:1em;border:1px solid #fff}.flex-control-paging li a:hover,.flex-control-paging li a.flex-active{background-color:#fff}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-moz-user-select:none;transition:all 1s ease}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}.flex-direction-nav .flex-prev{left:0}.flex-direction-nav .flex-next{right:0;text-align:left}.flex-direction-nav .arrow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}@media screen and (max-width: 640px){.flex-direction-nav .arrow{display:none}}.flex-direction-nav a.flex-prev:before,.flex-direction-nav a.flex-next:before{content:" ";position:absolute;top:6px;left:9px;display:block;background:url(../images/btn-prev--img.png) no-repeat;background-size:contain;width:19px;height:29px}.flex-direction-nav a.flex-next:before{left:13px;background-image:url(../images/btn-next--img.png)}.preview{height:100%;position:absolute;top:0;z-index:100;transition:all .3s ease-out;opacity:0}.flex-prev .preview{left:-500px}.flex-prev:hover .preview{left:40px;opacity:1}.flex-next .preview{right:-500px}.flex-next:hover .preview{right:40px;opacity:1}.preview .alt{padding:0 20px;background-color:rgba(0%,0%,0%,0.6);height:100%;color:#fff;text-indent:0;font-size:16px;white-space:nowrap;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background-color:#000}#colorbox{outline:0}#cboxTopLeft{width:21px;height:0}#cboxTopRight{width:21px;height:0}#cboxBottomLeft{width:21px;height:0}#cboxBottomRight{width:21px;height:0}#cboxMiddleLeft{width:0}#cboxMiddleRight{width:0}#cboxTopCenter{height:0}#cboxBottomCenter{height:0}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494}#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}#cboxPrevious{position:absolute;bottom:0;left:0;width:25px;height:25px;text-indent:-9999px}#cboxPrevious:hover{background-position:-75px -25px}#cboxNext{position:absolute;bottom:0;left:27px;width:25px;height:25px;text-indent:-9999px}#cboxNext:hover{background-position:-50px -25px}#cboxClose{display:block;position:absolute;top:0;right:0;width:44px;height:44px;z-index:99;font-size:0}#cboxClose:hover{background-position:-25px -25px}#pbOverlay.show{opacity:1;pointer-events:auto;visibility:visible}#pbOverlay{opacity:0;overflow:hidden;width:100%;height:100%;position:fixed;z-index:9999;left:0;top:0;text-align:center;pointer-events:none;-moz-user-select:none;background:rgba(0,0,0,0.85);background:radial-gradient(rgba(0,0,0,.6) 0%,rgba(0,0,0,.9) 100%);-webkit-transform:translate3d(0px,0px,0px);transition:opacity 300ms ease;visibility:hidden}#pbOverlay.msie{background-color:rgba(0,0,0,.6)}#pbOverlay.msie.pbLoading .wrapper{background:url(../images/loading.gif) no-repeat center center}@keyframes pbLoaderFrames{50%{height:5px}}#pbOverlay .pbLoader{visibility:hidden;opacity:0;pointer-events:none;-ms-transform:scale(.2);transform:scale(.2);position:absolute;z-index:999;top:50%;left:50%;margin:-50px 0 0 -50px;text-align:center;border-radius:100%;box-shadow:15px 32px 60px -20px #FFF inset,1px 1px 3px 1px #FFF inset,0 0 20px;width:100px;height:100px;transition:.3s;-webkit-transition:.2s}#pbOverlay.thumbs .pbLoader{margin-top:-100px}#pbOverlay.pbLoading:not(.msie):not(.error) .pbLoader{visibility:visible;opacity:1;-ms-transform:scale(1);transform:scale(1)}#pbOverlay .pbLoader b{display:inline-block;vertical-align:middle;margin:0 2px;width:8px;height:60px;border-radius:5px;background:rgba(255,255,255,0.8);box-shadow:0 0 10px rgba(0,0,0,0.5);animation:.9s pbLoaderFrames infinite linear}#pbOverlay .pbLoader b:nth-child(2){animation-delay:.3s}#pbOverlay .pbLoader b:nth-child(3){animation-delay:.6s}#pbOverlay .wrapper:after,#pbCaption .pbThumbs ul:after,#pbOverlay .prevNext:after,#pbOverlay .pbLoader:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle}@keyframes deadImage{50%{text-shadow:0 0 25px rgba(255,255,255,.5);transform:scale(0.85)}}#pbOverlay .wrapper{box-sizing:border-box;vertical-align:middle;height:100%;perspective:1200px;-webkit-perspective:1200px;position:relative}#pbOverlay.video .wrapper{z-index:11;display:inline-block}#pbOverlay.pbLoading .wrapper{display:inline-block\9;
  width: 100%
}

#pbOverlay .wrapper:before {
  content: '\2716';color:transparent;text-shadow:0 2px 35px rgba(255,255,255,0);font-size:0;vertical-align:middle;cursor:default;transition:text-shadow .7s ease-out}#pbOverlay.error .wrapper:before{font-size:22em;text-shadow:0 0 0 #FFF;animation:2s 1s deadImage infinite linear}#pbOverlay.thumbs .wrapper{margin-top:-60px;padding:50px 0}#pbOverlay.error .wrapper img{width:0}#pbOverlay .wrapper > div{display:none;width:624px;height:351px;vertical-align:middle;border-radius:5px;background:rgba(0,0,0,0.5)}#pbOverlay.video .wrapper > div{display:inline-block}#pbOverlay iframe,#pbOverlay embed,#pbOverlay object{display:block;width:100%;height:100%;opacity:1;transition:.5s}#pbOverlay .wrapper .hide iframe{opacity:0}#pbOverlay.show .wrapper > *{transition:.8s .5s cubic-bezier(0.1,0.87,0.48,1);-ms-transform:none;transform:none;-webkit-backface-visibility:hidden;-webkit-filter:drop-shadow(0px 0px 20px rgba(0,0,0,1));filter:drop-shadow(0px 0px 20px rgba(0,0,0,1))}#pbOverlay .wrapper > *,#pbOverlay.hide .wrapper > .prepare{display:inline-block;opacity:1;vertical-align:middle;transform:scale(0) rotateX(80deg);-webkit-transform:scale(0) rotateX(80deg);-ms-transform:scale(0) rotateX(80deg);border-radius:6px;border:none;max-height:88%;max-width:100%}#pbOverlay.on .wrapper > *{transition-delay:0;-webkit-transition-delay:0;-ms-transition-delay:0}#pbOverlay .wrapper .zoomable{transition:.1s;-webkit-transition:.1s;-ms-transition:.1ms;position:relative;z-index:9}#pbOverlay.hide .wrapper > *{-ms-transform:scale(1.2);transform:scale(1.2);-ms-transform:none\9;
  transform: none\9;
  opacity: 0;
  transition: .4s ease-in
}

#pbCloseBtn,
#pbAutoplayBtn {
  position: absolute;
  top: -70px;
  right: -70px;
  z-index: 999;
  display: block;
  padding: 0 0 20px 20px;
  text-align: center;
  cursor: pointer;
  color: #FFF
}

#pbCloseBtn {
  width: 57px;
  height: 60px;
  padding: 0
}

.hide #pbCloseBtn {
  top: -70px;
  right: -70px
}

.on #pbCloseBtn {
  top: 10px;
  right: 10px
}

#pbAutoplayBtn {
  display: none;
  right: auto;
  left: -50px;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 13px
}

#pbCaption,
.hide #pbCaption {
  position: absolute;
  bottom: -110px;
  left: 50%;
  margin-left: -40%;
  width: 80%;
  transition: .4s
}

.show.on #pbCaption {
  bottom: 0;
  min-height: 110px;
  transition-delay: .5s;
  -webkit-transition-delay: .5s
}

#pbCaption .title,
#pbCaption .counter {
  color: #FFF;
  margin: 0 6px
}

#pbCaption .counter {
  margin-top: 10px;
  opacity: .55
}

.pbCaptionText {
  transition: .3s;
  opacity: .9;
  font-weight: 700;
  font-size: .9em;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5)
}

.pbCaptionText.change {
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0
}

#pbOverlay .pbThumbs {
  display: none;
  transition: .35s
}

#pbOverlay.thumbs .pbThumbs {
  display: block;
  width: 100%;
  padding: 5px 0 2px;
  overflow: hidden
}

#pbCaption .pbThumbs:hover {
  clear: both
}

#pbCaption .pbThumbs ul {
  display: inline-block;
  position: relative;
  list-style: none;
  height: 80px;
  padding: 0 5px;
  margin: 0;
  white-space: pre;
  transition: .2s;
  -webkit-transition: .2s
}

#pbCaption .pbThumbs ul:after {
  vertical-align: bottom
}

#pbCaption .pbThumbs li {
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
  opacity: .6;
  text-align: center;
  position: relative;
  transition: .15s;
  -webkit-transition: .15s
}

#pbCaption .pbThumbs li.active {
  height: 100%;
  opacity: 1
}

#pbCaption .pbThumbs li:hover {
  height: 100%;
  opacity: 1
}

#pbCaption .pbThumbs li.video::before {
  content: '\25BA';color:#FFF;font-size:20px;height:20px;width:20px;line-height:.9;position:absolute;bottom:4px;left:7px;background:rgba(0,0,0,0.4);box-shadow:0 0 0 3px rgba(0,0,0,0.4);border-radius:0 3px 0 0;pointer-events:none}#pbCaption .pbThumbs a{height:100%;padding:0 2px;display:block;-moz-user-select:none}#pbCaption .pbThumbs img{height:96%;min-height:95.9%;border:2px solid #333;max-width:none;border-radius:0;transition:.15s;-webkit-transition:.15s}#pbCaption .pbThumbs li:hover img{min-height:96%}#pbCaption .pbThumbs li.fast a img{transition:none;-webkit-transition:none}#pbCaption .pbThumbs li.active a img{border:1px solid #ffcdd2;min-height:96%}#pbOverlay .prevNext{display:none;background:rgba(0,0,0,0);position:absolute;z-index:10;height:100%;width:35%;padding:80px 0;opacity:0;box-sizing:border-box;-moz-box-sizing:border-box;top:0;transition:.2s ease-out;-webkit-transition:.2s ease-out;text-shadow:0 0 12px #000,0 0 10px #FFF;cursor:pointer}#pbOverlay.hasArrows .prevNext{display:block;opacity:.5}#pbOverlay.on .prevNext:hover{opacity:1}#pbOverlay.on .prevNext:active{transition:80ms;opacity:1;text-shadow:0 0 16px #FFF,0 0 10px #000}.prevNext b{width:39px;height:113px;display:inline-block;vertical-align:middle;transition:.2s ease-in;-webkit-transition:.2s ease-in}#pbPrevBtn b{background-position:0 -178px}#pbNextBtn b{background-position:-129px -178px}#pbOverlay.on #pbPrevBtn:hover b{-ms-transform:scale(1) translateX(20px);transform:scale(1) translateX(20px);-webkit-transform:scale(1) translateX(20px)}#pbOverlay.on #pbNextBtn:hover b{-ms-transform:scale(1) translateX(-20px);transform:scale(1) translateX(-20px);-webkit-transform:scale(1) translateX(-20px)}#pbOverlay.show #pbPrevBtn{left:0;text-align:left}#pbOverlay.show #pbNextBtn{right:0;text-align:right}@media all and (max-width:700px){#pbOverlay .wrapper img,#pbOverlay.hide .wrapper img.prepare{max-height:100%}#pbOverlay.thumbs .wrapper{padding:0;margin:0}#pbOverlay .pbThumbs{margin-bottom:-60px}#pbOverlay .pbThumbs.show{margin:0}#pbCaption .pbThumbs ul{height:50px}#pbCaption .pbThumbs li{height:100%;opacity:1}#pbCaption .pbThumbs li img{min-height:96.5%}}@media all and (max-width:710px){#pbCaption .pbThumbs li.active a img{min-height:96%}}.line--top{border-top:1px solid #9e9e9e}.line--bottom{border-bottom:1px solid #9e9e9e}@media screen and (max-width: 640px){.hideBlock--s{display:none}}@media screen and (max-width: 768px){.hideBlock--m{display:none}}@media screen and (max-width: 1170px){.hideBlock--l{display:none}}.boxTable{display:table;width:100%}.boxTable-cell{display:table-cell}