html, body {
  font-family: "Microsoft JhengHei", sans-serif, serif;
  font-size: 18px;
}

.contanctMain + footer {
  margin-top: 0;
}

.commonTitle01 {
  padding: 80px 0 60px;
  text-align: center;
  font-size: 36px;
}

.commonP01 {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #666;
  margin-bottom: 45px;
}

p {
  line-height: 2;
  font-size: 20px;
}
p.customP {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  p.customP {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  p.customP {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  p.customP {
    font-size: 20px;
  }
}
p.Tindent {
  text-indent: 48px;
}
p.LH_12 {
  line-height: 1.2;
}

img {
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.hiddenSEO {
  position: absolute;
  opacity: 0;
  z-index: -1000;
  top: -9999px;
  left: -9999px;
}

.buttonArea {
  margin-top: 70px;
  width: 100%;
  text-align: center;
}

.btn {
  cursor: pointer;
  padding: 10px 0;
  width: 262px;
  text-align: center;
  letter-spacing: 12px;
  font-size: 20px;
  color: #FFF;
  background-color: #48a4c9;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.8);
  border: none;
  border-radius: 22px;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .wrapper {
    padding-top: 100px;
  }
}

.footer_container {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.container-full {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.container.npd {
  padding: 0;
}

.contentBigPR {
  width: 100%;
  box-sizing: border-box;
  padding-right: 220px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .contentBigPR {
    padding-right: 0;
  }
}

.content60p {
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 992px) {
  .content60p {
    width: 100%;
  }
}

.content80p {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .content80p {
    width: 100%;
  }
}

.content85p {
  margin: 0 auto;
  width: 85%;
}
@media screen and (max-width: 992px) {
  .content85p {
    width: 100%;
  }
}

.content95p {
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 992px) {
  .content95p {
    width: 100%;
  }
}

.content98p {
  margin: 0 auto;
  width: 98%;
}
@media screen and (max-width: 992px) {
  .content98p {
    width: 100%;
  }
}

.content_1100 {
  box-sizing: border-box;
  width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .content_1100 {
    width: 100%;
  }
}

.content_1200 {
  box-sizing: border-box;
  width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .content_1200 {
    width: 100%;
  }
}

.content_700 {
  box-sizing: border-box;
  width: 700px;
  padding: 0 0px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .content_700 {
    width: 100%;
  }
}

.table_1100_freeze {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  overflow-x: auto;
}
@media screen and (max-width: 1100px) {
  .table_1100_freeze {
    width: 100%;
  }
}

.spanTitle {
  width: 100%;
  display: inline-block;
}

.text-Left {
  text-align: left;
}

.text-Center {
  text-align: center;
}

.text-Right {
  text-align: right;
}

.pointColor1 {
  color: #008f96 !important;
}

.pointColor2 {
  color: #21ade5 !important;
}

.pointColor3 {
  color: #ea6182 !important;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .mb90 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 20px;
  }
}

.mt180 {
  margin-top: 180px;
}

.pt180 {
  padding-top: 180px;
}

.pl290 {
  padding-left: 290px;
}

.pr120 {
  padding-right: 120px;
}

.bgGray {
  background-color: #eeeeee;
}

.bgGray_2 {
  background-color: #f1f1f1;
}

.redCross {
  padding-left: 20px;
  position: relative;
}
.redCross:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 12px;
  height: 12px;
  background-image: linear-gradient(0deg, transparent 0px, transparent 4px, #ea6182 4px, #ea6182 8px, transparent 8px, transparent 12px), linear-gradient(90deg, transparent 0px, transparent 4px, #ea6182 4px, #ea6182 8px, transparent 8px, transparent 12px);
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.mainTitle {
  position: relative;
  width: 100%;
}
.mainTitle .mainTitle__pic img{
  width: 100%;
}
.mainTitle .mainTitle__Text {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, white 40%, white 60%, rgba(255, 255, 255, 0.2) 100%);
  background-size: 100% 109px;
  background-repeat: no-repeat;
  background-position: 0px 13px;
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
  height: 135px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.mainTitle .mainTitle__Text .title__Tw {
  letter-spacing: 25px;
  font-weight: 900;
}
.mainTitle .mainTitle__Text .title__En {
  position: relative;
  padding-top: 40px;
  margin-bottom: 10px;
  color: #44adb2;
}
.mainTitle .mainTitle__Text .title__En .EnText {
  font-size: 24px;
  position: relative;
}
.mainTitle .mainTitle__Text .title__En .EnText:before, .mainTitle .mainTitle__Text .title__En .EnText:after {
  content: "";
  position: absolute;
  display: block;
  top: 24px;
  width: 1000px;
  height: 1px;
  background-color: rgba(0, 143, 150, 0.2);
  background-repeat: no-repeat;
  background-size: 175px 1px;
}
.mainTitle .mainTitle__Text .title__En .EnText:before {
  left: 100%;
  transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
  background-image: linear-gradient(0deg, #008f96 0%, #008f96 100%);
  background-position: top left;
}
.mainTitle .mainTitle__Text .title__En .EnText:after {
  right: 100%;
  transform: translate(-30px, 0);
  -webkit-transform: translate(-30px, 0);
  background-image: linear-gradient(0deg, #008f96 0%, #008f96 100%);
  background-position: top right;
}
@media screen and (max-width: 554px) {
  .mainTitle .mainTitle__Text {
    bottom: 0;
  }
}
.mainTitle .statement {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.serviceTable {
  position: relative;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 2px;
}
.serviceTable tr, .serviceTable th, .serviceTable td {
  position: relative;
  box-sizing: border-box;
}
.serviceTable th, .serviceTable td {
  vertical-align: middle;
  padding: 10px;
  border-collapse: separate;
  border-spacing: 10px;
  border: 1px solid #21ade5;
  line-height: 1.5;
}
.serviceTable th {
  text-align: center;
  color: #FFF;
  background-color: #21ade5;
}
.serviceTable tr th:nth-child(1), .serviceTable tr td:nth-child(1) {
  min-width: 180px;
  max-width: 180px;
  text-align: center;
}
.serviceTable tr th:nth-child(2), .serviceTable tr td:nth-child(2) {
  min-width: 180px;
  max-width: 180px;
}
.serviceTable tr th:nth-child(3), .serviceTable tr td:nth-child(3) {
  min-width: 170px;
  max-width: 170px;
  text-align: center;
}
.serviceTable tr th:nth-child(4), .serviceTable tr td:nth-child(4) {
  min-width: 380px;
  max-width: 380px;
}
.serviceTable tr th:nth-child(5), .serviceTable tr td:nth-child(5) {
  min-width: 170px;
  max-width: 170px;
  text-align: center;
}
.serviceTable tr td:nth-child(5) {
  background-color: #edf8fc;
}
.serviceTable.lastOne {
  margin-top: 6px;
}
.serviceTable.lastOne:before {
  content: "";
  width: 88.18%;
  height: 1px;
  background-color: #21ade5;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.breadcrumbs {
  padding: 18px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #f2f7f8;
  text-align: center;
  font-size: 0;
}
.breadcrumbs li, .breadcrumbs a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.breadcrumbs li + li:before {
  content: "";
  margin: 0 12px;
  vertical-align: middle;
  background-color: #b3ced8;
  width: 16px;
  height: 1px;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  .breadcrumbs li + li:before {
    margin: 0 6px;
  }
}
.breadcrumbs a:hover {
  color: #44adb2;
}

.subCategory {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 0;
  font-size: 0;
  text-align: center;
  border: 1px solid #e8e9ea;
  background-color: #f9fcfc;
}
.subCategory li, .subCategory a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 18px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.subCategory li {
  margin: 4px;
}
.subCategory li a {
  background-color: #fff;
  padding: 14px 27px;
  border: 1px solid #eeedec;
}
.subCategory li.active a, .subCategory li:hover a {
  color: #FFF;
  background-color: #21ade5;
  border: 1px solid #2186e5;
}
@media screen and (max-width: 768px){
  .subCategory{
    text-align: left;
  }
  .subCategory li{
    width: 48%;
    margin:  5px 1%;
  }
  .subCategory li a{
    padding: 14px 0;
    width: 100%;
    text-align: center;
  }
}
.fullText {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  text-align: center;
}
.fullText h2 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.6em;
  margin-bottom: 16px;
  transition:  all .6s ease-in-out;
  -webkit-transition:  all .6s ease-in-out;
}
@media screen and (max-width:768px){
  .fullText h2{
    letter-spacing: 0em;
  }
}
.fullText p {
  font-size: 24px;
  letter-spacing: 0.2em;
}

.fullImages {
  width: 100%;
  min-width: 1920px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 0;
}
.fullImages.Fbottom {
  bottom: 0;
}
.fullImages.Ftop {
  top: 0;
}

.Block2 {
  width: 100%;
}
.Block2 > div {
  width: 50%;
}

.PicTextBlock {
  width: 100%;
}
.PicTextBlock p {
  text-align: left;
  color: #666;
}
.PicTextBlock p.redCross:before {
  top: 16px;
  left: 0;
}
.PicTextBlock ul li {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 32px;
  position: relative;
  box-sizing: border-box;
  padding-left: 32px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 1500px){
  .PicTextBlock.customSetting ul li{
      margin-bottom: 0;
  }
}

.PicTextBlock ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: linear-gradient(0deg, transparent 0px, transparent 4px, #ea6182 4px, #ea6182 8px, transparent 8px, transparent 12px), linear-gradient(90deg, transparent 0px, transparent 4px, #ea6182 4px, #ea6182 8px, transparent 8px, transparent 12px);
  background-size: 12px 12px;
  background-repeat: no-repeat;
}
.PicTextBlock ul.textBlue li {
  color: #5ec7f2;
  font-weight: 300;
}

.PicTextBlock__Row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.PicTextBlock__Row > div {
  width: 50%;
  min-height: 530px;
  position: relative;
  box-sizing: border-box;
}
.PicTextBlock.customSetting .PicTextBlock__Row > div{
  min-height: auto;
}
.PicTextBlock__Row > div.cusH670 {
  min-height: 670px;
}
.PicTextBlock__Row > div.cusH730 {
  min-height: 730px;
}
.PicTextBlock__Row > div.bgGray {
  background-color: #f1f2f6;
  color: #333;
}
.PicTextBlock__Row > div.bgYellowGray {
  background-color: #f4f2f2;
  color: #333;
}
.PicTextBlock__Row > div.bgBlue {
  background-color: #5ec7f2;
  color: #FFF;
}
.PicTextBlock__Row > div.bgBlue * {
  color: #FFF;
}
.PicTextBlock__Row > div.leftBlueTriangle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #5ec7f2;
}
.PicTextBlock__Row > div.leftBlueTriangle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  width: 22px;
  height: 41px;
  background-image: url("../images/triangle_left_blue.png");
  background-repeat: no-repeat;
  background-size: 22px 41px;
  z-index: 1;
}
.PicTextBlock__Row > div.rightBlueTriangle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  height: 100%;
  width: 3px;
  background-color: #5ec7f2;
}
.PicTextBlock__Row > div.rightBlueTriangle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  width: 22px;
  height: 41px;
  background-image: url("../images/triangle_right_blue.png");
  background-repeat: no-repeat;
  background-size: 22px 41px;
  z-index: 1;
}
.PicTextBlock__Row > div.rightWhiteTriangle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #5ec7f2;
  z-index: 1;
}
.PicTextBlock__Row > div.rightWhiteTriangle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  width: 22px;
  height: 38px;
  background-image: url("../images/triangle_right_white.png");
  background-repeat: no-repeat;
  background-size: 22px 38px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .PicTextBlock__Row > div {
    width: 100%;
    min-height: auto;
  }
  .PicTextBlock__Row > div.cusH670 {
    min-height: auto;
  }
  .PicTextBlock__Row > div.cusH730 {
    min-height: auto;
  }
  .PicTextBlock__Row > div.leftBlueTriangle:before, .PicTextBlock__Row > div.leftBlueTriangle:after {
    content: none;
  }
}
.PicTextBlock__Row:nth-child(2n+1) .PicTextBlock_l {
  order: 1;
}
.PicTextBlock__Row:nth-child(2n+1) .PicTextBlock_r {
  order: 2;
}
.PicTextBlock__Row:nth-child(2n+2) .PicTextBlock_l {
  order: 2;
}
@media screen and (max-width: 1200px) {
  .PicTextBlock__Row:nth-child(2n+2) .PicTextBlock_l {
    order: 1;
  }
  .PicTextBlock__Row:nth-child(2n+2) .PicTextBlock_l:before, .PicTextBlock__Row:nth-child(2n+2) .PicTextBlock_l:after {
    content: none;
  }
}
.PicTextBlock__Row:nth-child(2n+2) .PicTextBlock_r {
  order: 1;
}
@media screen and (max-width: 1200px) {
  .PicTextBlock__Row:nth-child(2n+2) .PicTextBlock_r {
    order: 2;
  }
}

.PicTextBlock_l {
  overflow: hidden;
}
.PicTextBlock_l img.fullPic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-width: 960px;
  min-height: 530px;
  max-width: 100%;
  max-height: 100%;
}
.PicTextBlock.customSetting  .PicTextBlock_l img.fullPic{
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  min-width: auto;
  min-height: auto;
}
.PicTextBlock_l img.fullPic.customH670 {
  min-height: 670px;
}
@media screen and (max-width: 992px) {
  .PicTextBlock_l img.fullPic.customH670 {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    min-width: auto;
    min-height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.PicTextBlock_l img.fullPic.customH730 {
  min-height: 730px;
}
@media screen and (max-width: 1200px) {
  .PicTextBlock_l img.fullPic.customH730 {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    min-width: auto;
    min-height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .PicTextBlock_l img.fullPic {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    min-width: auto;
    min-height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .PicTextBlock_l img.fullPic.customH730 {
    min-height: auto;
  }
  .PicTextBlock_l img.fullPic.customH670 {
    min-height: auto;
  }
}

.PicTextBlock_r {
  text-align: center;
}

.PicTextBlock_Contnet {
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  box-sizing: border-box;
}
@media screen and (max-width: 1300px){
  .PicTextBlock.customSetting .PicTextBlock_Contnet img{
    max-height: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .PicTextBlock_Contnet {
    padding: 0px 10px;
    position: relative;
    top: 0%;
    left: 0%;
    margin:  0 auto;
    display: block;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
  }
  .PicTextBlock_Contnet.noPadding {
    padding: 0;
  }
  .PicTextBlock.customSetting .PicTextBlock_Contnet img{
    max-height: 100%;
  }
}

.PicTextBlock2 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}

.PicTextBlock2_L {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 40.28%;
}
@media screen and (max-width: 992px) {
  .PicTextBlock2_L {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .PicTextBlock2_L {
    width: 100%;
    margin-bottom: 20px;
  }
}

.PicTextBlock2_R {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 59.72%;
  font-size: 20px;
  color: #666;
  padding-left: 98px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 992px) {
  .PicTextBlock2_R {
    padding-left: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .PicTextBlock2_R {
    width: 100%;
    margin-bottom: 20px;
  }
}

.PicRow {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.PicRow__items {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .PicRow__items {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .PicRow__items {
    width: 100%;
  }
}
.PicRow__items.w33p {
  width: 33.33%;
}
@media screen and (max-width: 992px) {
  .PicRow__items.w33p {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .PicRow__items.w33p {
    width: 100%;
  }
}

.imgTextArea {
  display: flex;
  display: -webkit-flex;
  /* flex-wrap: wrap;
  -webkit-flex-wrap: wrap; */
  width: 100%;
}
.imgTextArea .imgTextArea__Item {
  box-sizing: border-box;
  padding-right: 12px;
  margin-bottom: 20px;
}
.imgTextArea .imgTextArea__Item.maxW50 {
  max-width: 50%;
}
@media screen and (max-width: 554px) {
  .imgTextArea .imgTextArea__Item.maxW50 {
    max-width: none;
  }
}
.imgTextArea .imgTextArea__Pic {
  margin-bottom: 10px;
}
.imgTextArea .imgTextArea__Text {
  text-align: center;
  font-size: 16px;
}

.posotionRe {
  position: relative;
}

.topLine:before {
  content: "";
  background-color: #d9d9d9;
  width: 110%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.topLine.w975:before {
  width: 975px;
}

.photoCpmpare {
  position: relative;
}
.photoCpmpare .photoCpmpare__Items {
  padding-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.photoCpmpare .photoCpmpare__Items.col2 .col {
  box-sizing: border-box;
  padding: 0 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .photoCpmpare .photoCpmpare__Items.col2 .col {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.photoCpmpare .photoCpmpare__Items.col2 .col img {
  display: inline-block;
}
.photoCpmpare .photoCpmpare__Title {
  box-sizing: border-box;
  width: 100%;
  padding: 65px 0 65px 0;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .photoCpmpare .photoCpmpare__Title {
    padding: 10px 0 30px 0;
  }
}
.photoCpmpare .photoCpmpare__Title span {
  display: inline-block;
  border: 2px solid #21ade5;
  border-radius: 5px;
  padding: 10px 12px;
}

.defaultP-1 {
  padding: 30px 0 25px 0;
}

.textPhotoModel_1 {
  padding: 50px 0 20px 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.textPhotoModel_1 .textPhotoModel_1__text {
  width: 100%;
  margin-bottom: 30px;
}
.textPhotoModel_1 .textPhotoModel_1__img {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .textPhotoModel_1 .textPhotoModel_1__img {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

.CommonCol {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.CommonCol .col {
  box-sizing: border-box;
}
.CommonCol.col2 .col {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .CommonCol.col2 .col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.CommonCol.col3 .col {
  width: 33.33%;
}
@media screen and (max-width: 992px) {
  .CommonCol.col3 .col {
    width: 100%;
    margin-bottom: 20px;
  }
}

header {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, white 100%);
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 42px;
  z-index: 1002;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1010px) {
  header {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 10%, white 100%);
    height: 200px;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 100px;
    box-shadow: 0px 2px 6px 0 rgba(33, 173, 229, 0.8);
  }
}

.logo {
  position: relative;
  margin: 0 60px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .logo {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1010px) {
  .logo {
    margin: 0 0px;
    width: 100%;
    height: 100px;
    text-align: center;
    order: 1;
  }
}
.logo a {
  display: inline-block;
}
.logo:before, .logo:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #21ade5;
  width: 2000px;
  height: 1px;
  bottom: 45px;
}
@media screen and (max-width: 1010px) {
  .logo:before, .logo:after {
    bottom: -90px;
  }
}
@media screen and (max-width: 768px) {
  .logo:before, .logo:after {
    content: none;
  }
}
.logo:before {
  right: 100%;
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
}
@media screen and (max-width: 1010px) {
  .logo:before {
    right: 0;
  }
}
.logo:after {
  left: 100%;
  transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
}
@media screen and (max-width: 1010px) {
  .logo:after {
    left: 0;
  }
}

.top {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1010px) {
  .top {
    position: absolute;
    top: 10px;
    height: 100%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top {
    display: none;
  }
}
.top .topMenu {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1010px) {
  .top .topMenu {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.top .menu {
  width: 2000px;
  position: absolute;
  top: 5px;
}
@media screen and (max-width: 1010px) {
  .top .menu {
    width: auto;
    position: relative;
    display: inline-block;
    top: -15px;
  }
}
.top .menu-l {
  text-align: right;
  right: 100%;
}
@media screen and (max-width: 1010px) {
  .top .menu-l {
    right: 0;
    order: 2;
  }
}
.top .menu-r {
  text-align: left;
  left: 100%;
}
@media screen and (max-width: 1010px) {
  .top .menu-r {
    left: 0;
    order: 3;
  }
}
.top .menu > ul {
  margin-top: 30px;
  font-size: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}
.top .menu > ul > li {
  padding: 0 15px;
  font-weight: 500;
  position: relative;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .top .menu > ul > li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1010px) {
  .top .menu > ul > li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .top .menu > ul > li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 830px) {
  .top .menu > ul > li {
    padding: 0 5px;
  }
}
.top .menu > ul > li.active > a {
  color: #21ade5;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.top .menu > ul > li:hover > ul {
  z-index: 1;
  opacity: 1;
  max-height: 245px;
}
.top .menu > ul > li:before {
  content: "";
  overflow: hidden;
  position: absolute;
  display: block;
  bottom: -36px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  height: 0px;
  width: 19px;
  background-image: url("../images/menuHover.png");
  background-size: 19px 9px;
  background-repeat: no-repeat;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1010px) {
  .top .menu > ul > li:before {
    bottom: -31px;
  }
}
.top .menu > ul > li.active:before, .top .menu > ul > li:hover:before {
  height: 9px;
}
.top .menu > ul > li > a:hover {
  color: #21ade5;
}
.top .menu ul > li, .top .menu ul > li > a {
  box-sizing: border-box;
  text-decoration: none;
  font-size: 18px;
  color: #595757;
  display: inline-block;
}
.top .menu > ul > li > ul {
  opacity: 0;
  z-index: 0;
  min-width: 180px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 38px);
  -webkit-transform: translate(-50%, 38px);
  max-height: 0px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1010px) {
  .top .menu > ul > li > ul {
    transform: translate(-50%, 32px);
    -webkit-transform: translate(-50%, 32px);
  }
}
.top .menu > ul > li > ul > li {
  width: 100%;
  display: inline-block;
  background-color: #21ade5;
  text-align: center;
  border-bottom: 1px solid #FFF;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.top .menu > ul > li > ul > li:hover {
  background-color: #1a90be;
}
.top .menu > ul > li > ul > li > a {
  width: 100%;
  color: #FFF;
  padding: 15px 0px;
  box-sizing: border-box;
}
.top .menu .enName {
  font-size: 16px;
  position: absolute;
  width: 94px;
  text-align: center;
  display: inline-block;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 5px);
  -webkit-transform: translate(-50%, 5px);
  color: #21ade5;
}

.mobileTop {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: absolute;
  top: -999px;
  left: 0px;
  opacity: 0;
  z-index: -1000;
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  .mobileTop {
    position: relative;
    z-index: 1;
    opacity: 1;
    top: 0;
    left: 0;
  }
}

.hamburger {
  cursor: pointer;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  border: 1px solid #21ade5;
  position: relative;
  background-color: transparent;
}

.hamburgerLine {
  display: inline-block;
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background-color: #21ade5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hamburgerLine:before, .hamburgerLine:after {
  content: "";
  display: block;
  width: 110%;
  height: 100%;
  position: absolute;
  background-color: #21ade5;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.hamburgerLine:before {
  top: -8px;
}
.hamburgerLine:after {
  bottom: -8px;
}

.mobileMenu {
  position: absolute;
  overflow-y: auto;
  max-height: 0px;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  box-shadow: 0px 2px 6px 0 rgba(33, 173, 229, 0.8);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.mobileMenu a {
  color: #999898;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  padding: 15px 0;
}
.mobileMenu li {
  background-color: #FFF;
  border-bottom: 1px solid #ccc;
}
.mobileMenu > li:hover > a, .mobileMenu > li.active > a {
  background-color: #21ade5;
  color: #FFF;
}
.mobileMenu > li > ul {
  overflow: hidden;
  max-height: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.mobileMenu > li.active > ul {
  max-height: 200px;
}
.mobileMenu > li > ul li a {
  background-color: rgba(33, 173, 229, 0.1);
}
.mobileMenu > li > ul li:hover > a {
  color: #FFF;
  background-color: #1a90be;
}
.mobileMenu.active {
  max-height: 468px;
}

footer {
  box-sizing: border-box;
  border-top: 1px solid #eaeaea;
  position: relative;
  background-color: #f9f9f9;
  margin-top: 90px;
}
footer:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 0;
  height: 54px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #eaeaea transparent #eaeaea transparent;
  width: 100%;
  background-color: #FFF;
}
@media screen and (max-width: 992px) {
  footer:before {
    content: none;
  }
}

.footerMenuCollapse {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 1;
  opacity: 1;
  transition: z-index 0s 0.6s ease-in-out, opacity 0.6s 0s ease-in-out;
  -webkit-transition: z-index 0s 0.6s ease-in-out, opacity 0.6s 0s ease-in-out;
}
.footerMenuCollapse.show {
  opacity: 1;
  z-index: 1;
  transition: z-index 0s 0s ease-in-out, opacity 0.6s 0s ease-in-out;
  -webkit-transition: z-index 0s 0s ease-in-out, opacity 0.6s 0s ease-in-out;
}
@media screen and (max-width: 1530px) {
  .footerMenuCollapse {
    top: 220px;
    right: 10px;
  }
}

.footerMenu {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 253px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.footerMenu.active {
  max-height: 253px;
}
.footerMenu:before {
  content: "";
  width: 28px;
  height: 14px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background-image: url("../images/footer_graytriangle.png");
  background-size: 28px 14px;
  background-repeat: no-repeat;
}
.footerMenu a {
  display: inline-block;
  color: #727171;
  text-decoration: none;
}
.footerMenu li {
  position: relative;
}
.footerMenu > li > a {
  cursor: pointer;
  position: relative;
  padding: 20px 0;
}
.footerMenu > li > ul {
  padding-top: 28px;
  width: 100%;
  padding-bottom: 43px;
}
.footerMenu > li > ul > li {
  margin-bottom: 13px;
}
.footerMenu > li > ul > li > a {
  font-size: 16px;
}
.footerMenu > li > a:hover:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #21ade5;
  display: block;
  position: absolute;
  left: 0%;
  bottom: 4px;
}
.footerMenu > li > a:hover:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0px 5px 5px 5px;
  border-style: solid;
  border-color: transparent transparent #21ade5 transparent;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (max-width: 992px) {
  .footerMenu {
    display: none;
  }
}

.footerSocial {
  background-color: #FFF;
  padding: 60px 0;
}
.footerSocial ul {
  text-align: center;
}
.footerSocial li, .footerSocial a {
  display: inline-block;
  vertical-align: middle;
}

.footerInfo {
  background-color: #FFF;
  text-align: center;
  color: #999898;
}
.footerInfo .infoTitle {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.footerInfo .infoTitle:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 28px;
  height: 1px;
  background-color: #adadad;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.footerInfo .TelFax span {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 20px;
}
.footerInfo .TelFax span, .footerInfo .email, .footerInfo address {
  font-size: 20px;
  line-height: 2;
  color: #434343;
}
.footerInfo .TelFax span, .footerInfo .email {
  margin-bottom: 0px;
}
@media screen and (max-width: 554px) {
  .footerInfo .TelFax span {
    width: 100%;
  }
}

.copyright {
  background-color: #FFF;
  color: #434343;
  text-align: center;
  width: 100%;
  padding: 30px 0;
}

.aboutService {
  background-image: url("../images/about_serviceHand_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  min-height: 705px;
  text-align: center;
  background-color: #f7f7f5;
}
@media screen and (max-width: 992px){
  .aboutService {
    background-image:  none;
  }
}
.aboutService h2 {
  padding: 80px 0 60px;
  font-size: 36px;
}
.aboutService p {
  display: inline-block;
  font-size: 20px;
  color: #666;
  margin-bottom: 45px;
}

.serviceList {
  box-sizing: border-box;
  padding: 0 10px;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .serviceList {
    width: 100%;
  }
}

.serviceList__Item {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .serviceList__Item {
    margin-bottom: 30px;
  }
}

.serviceList_L {
  text-align: left;
  width: 27.72%;
  padding-left: 100px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .serviceList_L {
    width: 100%;
  }
}
.serviceList_L .serviceList_icon{
  position: absolute;
  top: 0;
  left: 0;
}
.serviceList_L .serviceList_listTitle{
  width: 100%;
  padding-top: 30px;
  text-align: justify;
}
.serviceList_L .serviceList_icon, .serviceList_L .serviceList_listTitle {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1050px) {
  .serviceList_L .serviceList_icon, .serviceList_L .serviceList_listTitle {
    width: 100%;
    text-align: center;
  }
  .serviceList_L .serviceList_icon{
    position: relative;
  }
  .serviceList_L{
    padding-left: 0;
  }
}

.serviceList_R {
  box-sizing: border-box;
  padding: 20px 0 0 0;
  text-align: left;
  width: 72.28%;
}
@media screen and (max-width: 768px) {
  .serviceList_R {
    width: 100%;
    text-align: center;
  }
}

.aboutFuture {
  background-image: url("../images/about_future_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 600px;
  text-align: center;
  background-color: #f7f7f5;
}
.aboutFuture .PicTextBlock2_L {
  width: 23.33%;
}
@media screen and (max-width: 768px) {
  .aboutFuture .PicTextBlock2_L {
    width: 100%;
  }
}
.aboutFuture .PicTextBlock2_R {
  width: 76.67%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .aboutFuture .PicTextBlock2_R {
    width: 100%;
  }
}

.aboutTeam {
  background-image: linear-gradient(0deg, #FFF 0%, #f7f7f7 100%);
}
@media screen and (max-width: 768px) {
  .aboutTeam {
    padding-bottom: 20px;
  }
}
.aboutTeam .PicRow .PicRow__items:nth-child(1) {
  width: 24.63%;
}
.aboutTeam .PicRow .PicRow__items:nth-child(2) {
  width: 17.18%;
}
.aboutTeam .PicRow .PicRow__items:nth-child(3) {
  width: 24.21%;
}
.aboutTeam .PicRow .PicRow__items:nth-child(4) {
  width: 33.98%;
}
@media screen and (max-width: 992px) {
  .aboutTeam .PicRow .PicRow__items:nth-child(1) {
    width: 50%;
  }
  .aboutTeam .PicRow .PicRow__items:nth-child(2) {
    width: 50%;
  }
  .aboutTeam .PicRow .PicRow__items:nth-child(3) {
    width: 50%;
  }
  .aboutTeam .PicRow .PicRow__items:nth-child(4) {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .aboutTeam .PicRow .PicRow__items:nth-child(1) {
    width: 100%;
  }
  .aboutTeam .PicRow .PicRow__items:nth-child(2) {
    width: 100%;
  }
  .aboutTeam .PicRow .PicRow__items:nth-child(3) {
    width: 100%;
  }
  .aboutTeam .PicRow .PicRow__items:nth-child(4) {
    width: 100%;
  }
}

.resume {
  padding: 40px 0;
}

.resumeList__Item {
  color: #666;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-left: 150px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .resumeList__Item {
    padding-left: 0;
    margin-bottom: 40px;
  }
}

.resumeT {
  color: #666;
  display: inline-block;
  box-sizing: border-box;
  width: 150px;
  padding-left: 16px;
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 0;
}
.resumeT.redCross:before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .resumeT {
    position: relative;
    top: 0;
  }
}

.recoverPic {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 40px;
}
.recoverPic .col {
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recoverPic .col {
    width: 100%;
  }
}
.recoverPic.col2 .col {
  width: 50%;
}
.recoverPic.col3 .col {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .recoverPic.col2 .col, .recoverPic.col3 .col {
    width: 100%;
  }
}

.tip {
  margin: 16px 0;
}
.tip li {
  color: #21ade5;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2;
}
.tip li.redCross:before {
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.respond {
  background-color: #eee;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  margin-bottom: 90px;
}

.ageLayerProblem__Items {
  position: relative;
}

.circleText {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}
.circleText .thisCircle {
  position: relative;
  border-radius: 50%;
  opacity: 0.8;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.circleText .thisCircle:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.circleText .thisCircle.leftTriangle:before {
  border-width: 15px 15px 15px 0px;
  border-color: transparent #21ade5 transparent transparent;
  border-style: solid;
  left: -14px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.circleText .thisCircle.rightTriangle:before {
  border-width: 15px 0px 15px 15px;
  border-color: transparent transparent transparent #2186e5;
  border-style: solid;
  right: -14px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.circleText.circle_1 {
  right: 5.2%;
}
.circleText.circle_1 .thisCircle {
  width: 465px;
  height: 465px;
  background-color: #21ade5;
}
.circleText.circle_2 {
  left: 5.72%;
}
.circleText.circle_2 .thisCircle {
  width: 520px;
  height: 520px;
  background-color: #2186e5;
}
.circleText.circle_3 {
  right: 29.68%;
}
.circleText.circle_3 .thisCircle {
  width: 538px;
  height: 538px;
  background-color: #21ade5;
}
.circleText.circle_4 {
  left: 10.93%;
}
.circleText.circle_4 .thisCircle {
  width: 530px;
  height: 530px;
  background-color: #2186e5;
}
.circleText.circle_5 {
  right: 14.32%;
}
.circleText.circle_5 .thisCircle {
  width: 528px;
  height: 528px;
  background-color: #21ade5;
}
@media screen and (max-width: 768px) {
  .circleText.circle_1, .circleText.circle_3, .circleText.circle_5 {
    right: 0;
    width: 100%;
    height: 100%;
  }
  .circleText.circle_1 .thisCircle, .circleText.circle_3 .thisCircle, .circleText.circle_5 .thisCircle {
    width: 100%;
    height: 100%;
    border-radius: 0%;
  }
  .circleText.circle_2, .circleText.circle_4 {
    left: 0;
    width: 100%;
    height: 100%;
  }
  .circleText.circle_2 .thisCircle, .circleText.circle_4 .thisCircle {
    width: 100%;
    height: 100%;
    border-radius: 0%;
  }
}
.circleText .circleTextArea {
  color: #FFF;
  text-align: center;
  position: absolute;
  width: 75%;
  box-sizing: border-box;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .circleText .circleTextArea {
    width: 100%;
    padding: 0 10px;
  }
}
.circleText .circleTextArea .circleTextTitle {
  font-size: 24px;
  vertical-align: middle;
}
.circleText .circleTextArea .circleTextTitle .icon {
  display: inline-block;
  vertical-align: middle;
}
.circleText .circleTextArea .circleTextTitle .icon.ml30 {
  margin-left: 30px;
}
.circleText .circleTextArea .circleTextTitle .icon.mr30 {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .circleText .circleTextArea .circleTextTitle .icon {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .circleText .circleTextArea .circleTextTitle .icon.ml30 {
    margin-left: 0px;
  }
  .circleText .circleTextArea .circleTextTitle .icon.mr30 {
    margin-right: 0px;
  }
}
.circleText .circleTextArea .circleTextTitle .icon.showMobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .circleText .circleTextArea .circleTextTitle .icon.showMobile {
    display: block;
  }
}
.circleText .circleTextArea .circleTextTitle .icon.hideMobile {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .circleText .circleTextArea .circleTextTitle .icon.hideMobile {
    display: none;
  }
}
.circleText .circleTextArea.style2 {
  width: 80%;
}
.circleText .circleTextArea.style2 .circleTextTitle {
  letter-spacing: 12px;
}
.circleText .circleTextArea.styleL100 p {
  left: 100px;
}
@media screen and (max-width: 768px) {
  .circleText .circleTextArea.styleL100 p {
    left: 0;
  }
}
.circleText .circleTextArea p, .circleText .circleTextArea li {
  padding-top: 35px;
  line-height: 1.3;
  position: relative;
}
.circleText .circleTextArea p.stars:before, .circleText .circleTextArea li.stars:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 19px;
  background-image: url("../images/stars.png");
  background-size: 32px 19px;
  background-repeat: no-repeat;
}
.circleText .circleTextArea p.stars.starTop:before, .circleText .circleTextArea li.stars.starTop:before {
  left: 50%;
  top: 15px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.circleText .circleTextArea p.stars.starLeft, .circleText .circleTextArea li.stars.starLeft {
  padding-left: 32px;
}
.circleText .circleTextArea p.stars.starLeft:before, .circleText .circleTextArea li.stars.starLeft:before {
  top: 40px;
  left: 0;
}
.circleText .circleTextArea p.secondLayer, .circleText .circleTextArea li.secondLayer {
  position: relative;
  padding-left: 20px;
}
.circleText .circleTextArea p.secondLayer:before, .circleText .circleTextArea li.secondLayer:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 1;
  background-image: url("../images/secondLayer.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
@media screen and (max-width: 768px) {
  .circleText .circleTextArea p.secondLayer:before, .circleText .circleTextArea li.secondLayer:before {
    left: 0px;
  }
}
.circleText .circleTextArea p span, .circleText .circleTextArea li span {
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .circleText .circleTextArea p span, .circleText .circleTextArea li span {
    display: inline;
  }
}

.ageLayerProblem__bgImg img {
  position: relative;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 1920px;
  max-width: none;
}
@media screen and (min-width: 1920px) {
  .ageLayerProblem__bgImg img {
    width: 100%;
  }
}

.caseStudiesList {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.caseStudiesList__Items {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  min-height: 530px;
  box-sizing: border-box;
}

.caseStudiesList__Items > div {
  width: 50%;
  min-height: 530px;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .caseStudiesList__Items {
    min-height: auto;
    margin-bottom: 20px;
  }
  .caseStudiesList__Items > div {
    width: 100%;
    min-height: auto;
  }
}
.caseStudiesList__Items > div:nth-child(2):before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #5ec7f2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.caseStudiesList__Items > div:nth-child(2):after {
  content: "";
  position: absolute;
  width: 21px;
  height: 38px;
  display: block;
  top: 50%;
  background-size: 21px 38px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.caseStudiesList__Items:nth-child(2n+1) > div:nth-child(2):after {
  background-image: url("../images/triangle_right_white.png");
  left: 0;
}
.caseStudiesList__Items:nth-child(2n+2) > div:nth-child(2):after {
  background-image: url("../images/triangle_left_white.png");
  left: -18px;
}
@media screen and (max-width: 992px) {
  .caseStudiesList__Items > div:before, .caseStudiesList__Items > div:after {
    content: none !important;
  }
}

.caseStudies__TextArea {
  padding: 0 30px 0 90px;
}
@media screen and (max-width: 992px) {
  .caseStudies__TextArea {
    padding: 0 30px;
  }
}

.caseStudies__PicArea {
  padding: 0 10px;
}

.caseStudies_Title {
  margin: 28px 0 58px 0;
  text-align: center;
}
.caseStudies_Title span {
  font-size: 22px;
  padding: 18px 15px;
  display: inline-block;
  border: 1px solid #21ade5;
}

.caseStudiesList__Items:nth-child(2n+1) > div:nth-child(2n+1) {
  background-color: #f5f7f7;
}
.caseStudiesList__Items:nth-child(2n+1) > div:nth-child(2n+1) .caseStudies_Title span {
  background-color: #21ade5;
  color: #FFF;
}
.caseStudiesList__Items:nth-child(2n+1) > div:nth-child(2n+2) {
  background-color: #FFF;
}

.caseStudiesList__Items:nth-child(2n+2) > div:nth-child(2n+1) {
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .caseStudiesList__Items:nth-child(2n+2) > div:nth-child(2n+1) {
    background-color: #f5f7f7;
  }
  .caseStudiesList__Items:nth-child(2n+2) > div:nth-child(2n+1) .caseStudies_Title span {
    background-color: #21ade5;
    color: #FFF;
  }
}
.caseStudiesList__Items:nth-child(2n+2) > div:nth-child(2n+2) {
  background-color: #f5f7f7;
}
.caseStudiesList__Items:nth-child(2n+2) > div:nth-child(2n+2) .caseStudies_Title span {
  background-color: #21ade5;
  color: #FFF;
}
@media screen and (max-width: 992px) {
  .caseStudiesList__Items:nth-child(2n+2) > div:nth-child(2n+2) {
    background-color: #fff;
  }
  .caseStudiesList__Items:nth-child(2n+2) > div:nth-child(2n+2) .caseStudies_Title span {
    background-color: #FFF;
    color: #000;
  }
}

.newsList {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 80px;
}

.newsList__Items {
  position: relative;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 1px 1px 45px 1px;
  box-sizing: border-box;
  background-color: #FFF;
  margin: 0 3.47%;
  width: 18.06%;
  margin-bottom: 110px;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .newsList__Items {
    margin: 0 2% 50px;
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .newsList__Items {
    margin: 0 2% 20px;
    width: 96%;
    max-width: 278px;
    margin-left: auto;
    margin-right: auto;
  }
}

.newsList__pic {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
.newsList__pic img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.newsList__date {
  box-sizing: border-box;
  font-size: 15px;
  color: #000;
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .newsList__date {
    text-align: center;
  }
}
.newsList__date span {
  text-decoration: underline;
}

.newsList__title {
  font-size: 18px;
  color: #000;
  max-height: 22px;
}

.newsList__dsec {
  font-size: 14px;
  max-height: 24px;
  color: #333;
}

.newsList__title, .newsList__dsec {
  text-align: left;
  padding: 0 10px;
  overflow: hidden;
  line-height: 22px;
}
@media screen and (max-width: 992px) {
  .newsList__title, .newsList__dsec {
    text-align: center;
  }
}

.PageNewsContent {
  padding: 40px 0;
}
.PageNewsContent .newsDate {
  background-color: #21ade5;
  border-radius: 19px;
  padding: 10px 20px;
  color: #FFF;
  display: inline-block;
  margin-bottom: 20px;
}
.PageNewsContent .newsTitle {
  padding: 20px 0;
  font-size: 36px;
  border-bottom: 2px solid #21ade5;
  font-weight: 900;
}

.editor {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 20px;
}
.editor p {
  font-size: 20px;
}

.textMore {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 15px;
  color: #666;
}

.pages {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
.pages li, .pages a, .pages img, .pages span {
  vertical-align: middle;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.pages ul {
  display: block;
}
@media screen and (max-width: 768px) {
  .pages ul {
    display: none;
  }
}
.pages li {
  margin: 0 6px;
}
.pages li a {
  padding: 0 5px;
  position: relative;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.pages li a:before {
  content: "";
  display: block;
  background-color: #21ade5;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.pages li.active a, .pages li:hover a {
  color: #21ade5;
}
.pages li.active a:before, .pages li:hover a:before {
  width: 100%;
}
.pages .pagesNow, .pages .pagesTotal {
  display: none;
}
@media screen and (max-width: 768px) {
  .pages .pagesNow, .pages .pagesTotal {
    display: inline-block;
  }
}

.pagesTotal {
  position: relative;
}
.pagesTotal:before {
  content: "/";
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.pagesPrev {
  margin-right: 50px;
}
.pagesPrev span {
  color: #21ade5;
}
.pagesPrev img {
  margin-right: 12px;
  position: relative;
}
.pagesPrev:hover img {
  -webkit-animation: arrowLeftMove 0.6s 0s ease-in-out infinite;
  -moz-animation: arrowLeftMove 0.6s 0s ease-in-out infinite;
  -o-animation: arrowLeftMove 0.6s 0s ease-in-out infinite;
  animation: arrowLeftMove 0.6s 0s ease-in-out infinite;
}

.pagesNext {
  margin-left: 50px;
}
.pagesNext span {
  color: #21ade5;
}
.pagesNext img {
  margin-left: 12px;
  position: relative;
}
.pagesNext:hover img {
  -webkit-animation: arrowRightMove 0.6s 0s ease-in-out infinite;
  -moz-animation: arrowRightMove 0.6s 0s ease-in-out infinite;
  -o-animation: arrowRightMove 0.6s 0s ease-in-out infinite;
  animation: arrowRightMove 0.6s 0s ease-in-out infinite;
}

.joinList__Items {
  box-sizing: border-box;
  padding: 45px 0 25px;
}
.joinList__Items:nth-child(2n+1) {
  background-color: #f5f7f7;
}

.joinList__ItemsArea {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.joinList_text, .joinList_pic {
  position: relative;
  box-sizing: border-box;
}

.joinList_text {
  width: 53.07%;
}
@media screen and (max-width: 992px) {
  .joinList_text {
    width: 100%;
  }
}
.joinList_text .jobName {
  display: inline-block;
  position: relative;
  font-size: 28px;
  padding-top: 15px;
  margin-bottom: 30px;
}
.joinList_text .jobName:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 27px;
  position: absolute;
  top: 0;
  left: -23px;
  background-image: url("../images/jobStar.png");
  background-size: 23px 27px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1463px) {
  .joinList_text .jobName span {
    padding-left: 23px;
  }
  .joinList_text .jobName:before {
    left: 0;
  }
}
.joinList_text p {
  font-size: 20px;
}

.joinList_pic {
  width: 46.93%;
}
.joinList_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .joinList_pic {
    width: 100%;
    text-align: center;
  }
  .joinList_pic img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
  }
}

.for104 {
  padding: 100px 0;
  margin: 0 auto;
  width: 967px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 967px) {
  .for104 {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 30px 0;
  }
}
.for104 .icon_104 {
  vertical-align: middle;
  order: 2;
  -webkit-order: 2;
}
@media screen and (max-width: 967px) {
  .for104 .icon_104 {
    order: 1;
    -webkit-order: 1;
  }
}
.for104 .for104Text {
  vertical-align: middle;
  font-size: 24px;
  order: 1;
  -webkit-order: 1;
}
@media screen and (max-width: 967px) {
  .for104 .for104Text {
    text-align: center;
    width: 100%;
    order: 2;
    -webkit-order: 2;
  }
  .for104 .for104Text .tip {
    display: inline-block;
    text-align: left;
  }
}

.jobCourse {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px 30px;
  background-color: #f5f7f7;
  text-align: center;
}
.jobCourse .jobCourse_Pic, .jobCourse .jobCourse_Link {
  display: inline-block;
  vertical-align: middle;
}
.jobCourse .jobCourse_Pic {
  position: relative;
  margin-right: 40px;
}
.jobCourse .jobCourse_Pic:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #21ade5;
  border-style: solid;
}
@media screen and (max-width: 1040px) {
  .jobCourse .jobCourse_Pic {
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
  .jobCourse .jobCourse_Pic:before {
    border-width: 15px 15px 0px 15px;
    border-color: #21ade5 transparent transparent transparent;
    right: 50%;
    top: 100%;
    transform: translate(50%, -1px);
    -webkit-transform: translate(50%, -1px);
  }
}
.jobCourse .jobCourse_Link {
  position: relative;
  font-size: 36px;
  color: #1077a0;
}
.jobCourse .jobCourse_Link a {
  font-size: 23px;
  color: #1077a0;
  text-decoration: none;
  border-bottom: 2px solid #1077a0;
}
.jobCourse .jobCourse_Link span, .jobCourse .jobCourse_Link img {
  vertical-align: middle;
}
.jobCourse .jobCourse_Link img {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .jobCourse .jobCourse_Link .jobCourseText > span {
    width: 100%;
    display: block;
  }
}

.page_contact {
  width: 100%;
  position: relative;
}
.page_contact .page_bg {
  width: 1920px;
  height: 939px;
  position: absolute;
  top: -195px;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .page_contact .page_bg {
    display: none;
  }
  .page_contact .page_content_bg {
    background-image: linear-gradient(0deg, #faf6f5 0%, #f9f5f4 100%);
    padding-bottom: 10px;
  }
}
.page_contact .mainTitle {
  margin-top: 195px;
}
.page_contact .mainTitle.model2 {
  margin-top: 168px;
}
@media screen and (max-width: 992px) {
  .page_contact .mainTitle {
    margin-top: 95px;
  }
}
@media screen and (max-width: 768px) {
  .page_contact .mainTitle {
    margin-top: 0px;
  }
}
.page_contact .mainTitle .mainTitle__Text {
  position: relative;
  bottom: 0;
  background-image: none;
  background-color: transparent;
}

.contact_thanks {
  text-align: center;
  margin-bottom: 30px;
}

.form-default {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.form-default .inPutCol {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.form-default .inPutCol.col100 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-default .inPutCol {
    width: 100%;
  }
}
.form-default .captchaImg, .form-default .textPS {
  width: 25%;
  padding: 0 10px;
  vertical-align: middle;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .form-default .captchaImg, .form-default .textPS {
    width: 50%;
  }
}
.form-default .captchaImg {
  text-align: left;
}
.form-default .captchaImg img {
  display: inline-block;
  vertical-align: center;
}
.form-default .textPS {
  text-align: right;
}
.form-default input, .form-default textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  padding: 16px 14px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent transparent #21ade5 transparent;
}

.infoMap {
  height: 285px;
}

.serviceBlock {
  height: 732px;
  position: relative;
}
.showLeftPic{
  position: absolute;
  bottom: 0;
  left: 0;
}
.serviceBlock .haveLeftPic{
   padding-left: 488px;
   width: 100%;
   max-width: none;
   box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .serviceBlock {
    height: auto;
    padding: 20px 0;
    background-color: #f9f9f9;
  }
  .showLeftPic{
      position: relative;
      width: 100%;
  }
  .serviceBlock .haveLeftPic{
    padding: 0 20px;
  }
}
.serviceBlock .serviceBlock__bgImg {
  width: 1920px;
  height: 732px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .serviceBlock .serviceBlock__bgImg {
    display: none;
  }
}
.serviceBlock .serviceBlocksmArea_text, .serviceBlock .serviceBlocksmArea_pic {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
}
.serviceBlock .serviceBlocksmArea_text span, .serviceBlock .serviceBlocksmArea_pic span {
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .serviceBlock .serviceBlocksmArea_text, .serviceBlock .serviceBlocksmArea_pic {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    display: block;
  }
}

.serviceBlocksmArea {
  position: relative;
  left: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .serviceBlocksmArea {
    left: 0;
  }
}

.serviceP_set1 {
  padding-top: 180px;
  padding-right: 8.57%;
  margin-bottom: 80px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .serviceP_set1 {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.imgScrollContent {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .imgScrollContent {
    overflow-x: auto;
  }
  .imgScrollContent img {
    min-width: 1200px;
  }
}

.service2Title {
  font-size: 36px;
  color: #727171;
  padding: 45px 0;
  line-height: 1.2;
}

.service2P {
  font-size: 20px;
  color: #727171;
  padding-bottom: 50px;
  line-height: 2;
}

.service2Title_2 {
  color: #333;
  font-size: 36px;
  padding: 80px 0 50px;
}

.service2P_2 {
  font-size: 20px;
  color: #666;
}

.service3Title {
  text-align: center;
  color: #333;
  font-size: 28px;
  padding: 0px 0 30px;
}

.service3P {
  font-size: 24px;
  color: #333;
}

.sevice2Block3 {
  width: 100%;
  height: 426px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .sevice2Block3 {
    background-color: #f6f6f6;
    height: auto;
    padding: 10px 0;
  }
}
.sevice2Block3 .sevice2Block3_bg {
  z-index: -1;
  position: absolute;
  width: 1920px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (max-width: 1100px) {
  .sevice2Block3 .sevice2Block3_bg {
    display: none;
  }
}

.sevice2Block3__Area {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.sevice2Block3__Area .sevice2Block3_pic {
  width: 133px;
  padding-top: 80px;
}
@media screen and (max-width: 1100px) {
  .sevice2Block3__Area .sevice2Block3_pic {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .sevice2Block3__Area .sevice2Block3_pic img {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
  }
}
.sevice2Block3__Area .sevice2Block3_text {
  width: 947px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 115px;
}
@media screen and (max-width: 1100px) {
  .sevice2Block3__Area .sevice2Block3_text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.CommonSlider {
  position: relative;
}
.CommonSlider .slickArrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .CommonSlider .slickArrow img {
    max-width: 50%;
  }
}
.CommonSlider .slickArrow.ArrowLeft {
  left: 4.16%;
}
.CommonSlider .slickArrow.ArrowRight {
  right: 4.16%;
}
.CommonSlider .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 5%;
  text-align: center;
  z-index: 999;
}
.CommonSlider .slick-dots li {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-width: 2px;
  border-style: solid;
  border-color: #21ade5;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 12px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.CommonSlider .slick-dots li.slick-active {
  height: 0;
  width: 0;
  border-width: 3px;
}
.CommonSlider .slick-dots li button {
  display: none;
}

.CommonSlider__Area {
  position: relative;
}
.CommonSlider__Area .CommonSlider__Item {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.CommonSlider__Area .CommonSlider__Item img {
  width: 100%;
}
.CommonSlider__Area a.CommonSlider__Item {
  cursor: pointer;
}

.useBrand {
  padding-bottom: 50px;
}
@media screen and (max-width:768px){
  .useBrand{
    padding-bottom: 20px;
  }
}
.useBrand .useBrand__logo {
  margin-bottom: 25px;
}
.useBrand .useBrand__text {
  text-align: center;
}
.useBrand .useBrand__text h3 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}
.useBrand .useBrand__text span {
  padding: 12px 0 60px;
  display: inline-block;
}

.service3 {
  position: relative;
  padding-top: 70px;
}

.server3Block_Text {
  padding-bottom: 30px;
}
.server3Block_Text p > span{
  width: 100%;
  display: inline-block;
  text-align: center;
}

.server3Block_1 {
  padding: 40px 0 35px;
  background-color: #f1f1f1;
}
.server3Block_1 .text_sm {
  font-size: 16px;
}

.server3Block_2 {
  position: relative;
  padding: 80px 0 90px;
}

.server3Block_3 {
  position: relative;
  padding: 70px 0 90px;
  background-color: #f1f1f1;
}

.service3TextAndPic {
  margin-bottom: 50px;
}
.service3TextAndPic .service3TextAndPic__Items {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text, .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__pic {
  width: 50%;
  position: relative;
  box-sizing: border-box;
}
.service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text.rightBlueTriangle:before, .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__pic.rightBlueTriangle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #5ec7f2;
}
.service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text.rightBlueTriangle:after, .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__pic.rightBlueTriangle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  width: 22px;
  height: 41px;
  background-image: url("../images/triangle_right_blue.png");
  background-repeat: no-repeat;
  background-size: 22px 41px;
  z-index: 1;
}
.service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text.rightlessTriangle:before, .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__pic.rightlessTriangle:before {
  content: "";
  height: 100%;
  width: 20px;
  display: block;
  background-image: url("../images/rightlessTriangle.png");
  background-size: 20px 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text, .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__pic {
    width: 100%;
  }
  .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text.rightBlueTriangle:before, .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text.rightBlueTriangle:after, .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__pic.rightBlueTriangle:before, .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__pic.rightBlueTriangle:after {
    content: none;
  }
}
.service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__pic img {
  width: 100%;
}
.service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text {
  padding: 30px;
}
.service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text.bgBlue {
  background-color: #5ec7f2;
  color: #FFF;
}
.service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text .textArea {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 30px;
  box-sizing: border-box;
}
.service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text .textArea span.colorC1Blue {
  color: #21ade5;
}
.service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text .textArea img {
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text .textArea p {
    line-height: 1.2;
  }
  .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text .textArea img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text .textArea p {
    font-size: 18px;
    line-height: 1.5;
  }
  .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text .textArea img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text .textArea {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
  }
  .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text .textArea p {
    font-size: 24px;
    line-height: 1.5;
  }
  .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text .textArea img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .service3TextAndPic .service3TextAndPic__Items .service3TextAndPic__text {
    padding: 10px;
  }
}

@-webkit-keyframes arrowLeftMove {
  0% {
    left: 0;
  }
  50% {
    left: -10px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes arrowLeftMove {
  0% {
    left: 0;
  }
  50% {
    left: -10px;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes arrowLeftMove {
  0% {
    left: 0;
  }
  50% {
    left: -10px;
  }
  100% {
    left: 0;
  }
}
@keyframes arrowLeftMove {
  0% {
    left: 0;
  }
  50% {
    left: -10px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes arrowRightMove {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes arrowRightMove {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes arrowRightMove {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}
@keyframes arrowRightMove {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}
