
@font-face {
  font-family: "HarmonyOSHans-Medium";
  src: url("../fonts/HarmonyOSHans-Medium.woff2") format("woff2"),
    url("../fonts/HarmonyOSHans-Medium.woff") format("woff");
}
@font-face {
  font-family: "HarmonyOSHans-Regular";
  src: url("../fonts/HarmonyOSHans-Regular.woff2") format("woff2"),
    url("../fonts/HarmonyOSHans-Regular.woff") format("woff");
}
@font-face {
  font-family: "HarmonyOSHans-Light";
  src: url("../fonts/HarmonyOSHans-Light.woff2") format("woff2"),
    url("../fonts/HarmonyOSHans-Light.woff") format("woff");
}

* {
  font-family: "HarmonyOSHans-Regular";
}

.clearfix {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.page_ctrl{
  text-align: center;
  margin: 10px auto;
  box-sizing: border-box;
}
.page_ctrl *{
  line-height: 26px;
}
.page_ctrl button{
  margin:0 5px;
  width:40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #00319f;
  color: #00319f;
  cursor: pointer;
  outline: none;
  text-align: center;
  border-radius: 6px;
}
.page_ctrl button.page_num {
  border-color: #cccccc;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}
.page_ctrl button:hover{
  background: #00c9ea;
  color: #ffffff;
}
.page_ctrl .btn_dis{
  cursor: default;
  opacity: .7;
  background: #eeeeee;
  color: #5e5e5e;
  border-color: #cccccc !important;
}
.page_ctrl .btn_dis:hover{
  background: #eeeeee;
  color: #5e5e5e;
}
.page_ctrl .current_page{
  background: #00c9ea;
  color: #ffffff !important;
}
.page_ctrl .input_page_num{
  width:30px;
  height: 26px;
  margin:0 3px;
  padding: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5e5e5e;
  outline: none;
}
.page_ctrl .page_total,.page_ctrl .page_text{
  color: #2b2b2b;
  font-size: 13px;
}
.page_ctrl .page_total, 
.page_ctrl .input_page_num,
.page_ctrl .page_text,
.page_ctrl .to_page_num {
  display: none;
}
  
.goback-box {
  display: none;
}

#goback-top {
  position: fixed;
  right: 64px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.75);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: bottom .3s;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer
}

  
  .wrap {
    max-width: 1660px;
    min-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #app {
    max-width: 1920px;
    margin: auto;
    position: relative;
  }

  .flex {
    display: flex;
  }
  .padding-20 {
    padding: 0 20px;
  }

 /**select*/
  .select {
    width: 48%;
    height: 54px; 
    background: #FFFFFF; 
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    border: solid 2px #f7f7f7;
    font-size: 18.67px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26.667px;
    letter-spacing: 0px;
    color: #666666;
  }

  .select::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    top: 50%;
    right: 12px;
    position: absolute;
    transform: rotate(-46deg) translateY(-50%);
    transition: all .3s ease-in;
  }

  .select p {
    width: 100%;
    padding: 0px 23px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #666666;
  }

  .select ul {
    width: 100%;
    display: block;
    font-size: 16px;
    background: #f7f7f7;
    position: absolute;
    top: 100%;
    left: 0px;
    margin-top: 4px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .3s ease-in;
  }

  .select ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 23px;
    list-style: none;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
  }

  .select ul li.Selected {
    background: #00c9ea;
    color: #FFFFFF;
  }
  .select ul li:hover {
    background: #00c9ea;
    color: #fff;
  }

  @-webkit-keyframes slide-down {
    0%{ opacity: 0.5; }
    100%{ opacity: 1; }
  }
  
  .select.open ul {
    max-height: 250px;
    transform-origin: 50% 0;
    -webkit-animation: slide-down .5s ease-in;
    transition: max-height .2s ease-in;
  }
  .select.open::after {
    transform: rotate(134deg);
    transition: all .3s ease-in;
    top: 18px;
    
  }

  .header {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 113px;
  }
  .header:hover {
    background-color: #fff;
    border-bottom: 2px solid #00c9ea;
  }
  .quote a {
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    background-color: #00c9ea;
    border-radius: 8px;
    padding: 12px 20px;
    display: block;
    white-space: nowrap;
  }

  .header .header-item-menu.active {
    font-weight: bold;
  }

  .header .logo {
    /* margin-left: auto; */
  }
  .header .wrap {
    height: 100%;
  }
  .header .header-box {
    align-items: center;
    height: 100%;
  }
  .header-item {
    height: 100%;
    margin-right: 1vw;
    margin-left: auto;
  }
  .header-item-menu {
    margin: 0 30px;
    position: relative;
  }
  .header-item-menu > span {
    line-height: 113px;
  }
  .header-item-menu > span a{
    cursor: pointer;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0vw;
    color: #fefefe;
    white-space: nowrap;
  }
  .header .header-item-menu:hover > span a {
    color: #00319f !important;
  } 
  .header:hover .header-item-menu > span a{
    color: #333333;
  }
  .header-item-child-menu {
    display: none;
    background-color: white;
    width: 320px;
    position: absolute;
    top: 100%;
    left: -20px;
    margin-top: 2px;
  }
  .header-item-menu:hover .header-item-child-menu {
    display: block;
  }
  .header-item-child-menu li {
    border-bottom: 1px solid #f1f9fe;
    margin: 0 14px;
    padding: 14px 0;
    cursor: pointer;
  }
  .header-item-child-menu li:last-child {
    border-bottom: none;
  }
  .header-item-child-menu li a {
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0vw;
    color: #666666;
  }
  .header-item-child-menu li a:hover {
    color: #00c9ea;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #00319f url(../images/home/footer-arrow.png) center center no-repeat;
  }

  .footer .content {
    display: flex;
    position: relative;
  }

  .footer .content::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgb(217, 217, 217);
    position: absolute;
    top: 145px;
    left: 0;
  }

  .footer .share {
    margin-top: 33px;
  }

  .footer .middle {
    margin-left: 67px;
    width: 620px;
  }

  .footer .middle ul {
    width: 205px;
  }
  .footer .middle li {
    margin-bottom: 56px;
  }

  .footer .middle li a{
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #fefefe;
  }

  .footer .middle.last {
    margin-left: auto;
  }

  .footer .middle.last ul a {
    cursor: auto;
  }

  .footer .file a ,
  .footer .corp a {
    font-size:  19px;
    font-family: "HarmonyOSHans-Light";
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #fefefe;
    opacity: 0.8;
  }

  .footer .file {
    display: flex;
    margin-left: auto;
  }
  .footer .file > div {
      margin-right: 28px;
  }
 
  #contactForm {
    padding: 0 20px;
  }

  .footer .file,
  .footer .corp {
    margin-top: 35px;
  }

 /**** 首页 *****/

.wrap-line {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1680px;
    min-width: 1300px;
}

.home-woox-number {
  background-color: #f1f9fe;
  z-index: 1;
  position: relative;
  height: 750px;
}
.home-woox-number h2.title_line{
  padding-top: 100px;
}

h2.title_line {
  font-size: 56px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00319f;
  text-align: center;
  position: relative;
}
h2.title_line::after {
  content: '';
  display: block;
  width: 66px;
	height: 4px;
	background-color: #00c9ea;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.home-woox-number ul {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.home-woox-number li {
  display: block;
 	max-width: 324px;
  width: 19%;
	height: 400px;
	background-image: linear-gradient(0deg, 
		#eef9ff 0%, 
		#f7fbfe 100%);
	box-shadow: 4px 3px 8px 0px 
		rgba(4, 96, 181, 0.25);
	border-radius: 10px;
	border: solid 2px #ffffff;
  text-align: center;
}
.home-woox-number li .image {
  padding-top: 60px;
}
.home-woox-number li:hover {
  background: url('../images/home/arrow-bottom.png') center bottom no-repeat;
}

.home-woox-number li .text h3 {
  font-size: 56px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00c9ea;
  margin-top: 25px;
}

.home-woox-number li .text p{
  font-size: 27px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00319f;
  padding: 0 20px;
}

/* .home-woox-number .wrap-line {
  border-left: 2px solid #00c9ea;
  border-bottom: 1px solid #00c9ea;
  padding-bottom: 80px;
  border-bottom-left-radius: 30px;
} */

/* .home-woox-number .wrap-line::after {
  content: '';
  display: block;
  width: 26px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDgwMzE5NjQ2RjMxMTFFRTlDQjhBQjQ4NjMzNUUwNEUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDgwMzE5NjM2RjMxMTFFRTlDQjhBQjQ4NjMzNUUwNEUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjhhNjhkMGMtNjE1Yy03NjRlLThlYjMtNWNmZTExZTFlYmVjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmY1ZjZlMWItMmUwMS1hOTRmLWI5YzgtZWVlMjkzMmIzMzkxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lxBA7wAAAXNJREFUeNpiYDj5qgGIWRhoBU6+EgLiDUxAZj0QHwJylGhgiR2QvATE/kxQIUsgvgCUiKGSBczgkGJg2A/E0iAhRqDAfzRly4E4k8Fc7COZlsgCyWVAbIMszIRFaSQQXwRqsCbDkgCwXjRLcPkIBv4BcQsQNwN994eABRxAsg8cEjgAEx7tILk6ggnl5CstIHkanyWELGIgmFBOvkoDkmeAWIeQIfiCDhtYDnU5IxDPBuIQYjWSahEIPITS8qRoIqdEkCcn1TMx0AmMWkQuWAmyqA1aCtAC/ISWmxGM0IxnASQXArEaFS25A8ShQEsuIILOXOwEkDQE4snUCiogNoJZwgDN4ejFiiPUd7JkBlUB0IIZmCUD9oKSD0hOAOJEEiy5By6SzMXOYy+C8Bf/PkByDhCLE7BkLRAn46ssGYmozISB5AwcBegvIC4GWjCFcKFKfO0JqnlBBgohBVUY0JKzxJXepFXVUtDq4TuhoEIHAAEGAA+NbKAee/tUAAAAAElFTkSuQmCC) center center no-repeat;
  position: absolute;
  left: -13px;
  top: 148px;
} */

/* .home-woox-number .wrap-line::before {
  content: '';
  display: block;
  width: 40px;
  height: 42px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAqCAYAAADBNhlmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkUwNkY1MDE2RjMyMTFFRTlDNDBCNEVGRDg0RjkxNjYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkUwNkY1MDA2RjMyMTFFRTlDNDBCNEVGRDg0RjkxNjYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzM4MWYxZTAtNmU2ZC1hYTRkLWI4ZWItNGJkYWU0ZDZkZmZjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmY1ZjZlMWItMmUwMS1hOTRmLWI5YzgtZWVlMjkzMmIzMzkxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5d8RpQAAAotJREFUeNq8mE9IVFEUxu97mGYl5MJXi4IgrE0KtmgM25W5iqBIF2YFWdRCEAwVgnCttmshFDQw+KcscdEuCBE3VzLsD4oQ7gy6CyMiZCSbvjvvDTOG6Ltn+DzwndnMu/Obc867557rKW1eKaWuKo6tQfUqEXySLuBDt6FlEmA5NIEgHJQDJoKf+GyG1kmQx6EkID1pBBUg5+C7FM8uQz2SBzf/K249/oUaEYx37hHMG7Me7W+NIQhH5ID5ekyTIKugcUCWSiOYq8dOYj3WQ4OyGtxcj2PwLUTQVgRjxD2CebsDfSUCPkUQTskBE8Ev+GvEetwXbeIV0ghayHlyPVbvtIn7Oy6RCIbgXxAhr2zXJOK1nzAN76ETJMgN6AKCMSUDDCFr4GehvSTI79BpQH5zS3E+1Z/hO4ipPpQtJW32yABDyGfww0TIc1C/HDC0e9ASEbITUWx2r8Hdrcff0BlkbMETL6FNe7Yb8GzRQnpFLaFNEv4mEXLcL3KBjOJaeTEpvg6fIsIZqEb6ktge+gE6QAS8hJfkjS+AK4t6MxNuyMJJ98EBqI4It1R4ePAco2fHx0ki3J/oJmLOvZNocxT+OfmtfVQIFx9QmxL4UaiSCDfzfx92iWAf1ECEs+NFG6K34X4e1OY8/Ftx345nNwCXcj9RaxPAf4QOE+FeAq7FfSYJB5kUGW4lOr6Jprpu6CIRLhOl9of7zYI2Z+GnoRIi4GPAPXAf3LWxW8kIGc5eCT+M80V/yysJpY4R4dLRvUzaHVCb+4p3gZmzXsB9iftlrwCuNpozyohwdj9tAmDGDVCb/fC2B54kwq1CtYBbcXkol+InZDhrd13hQsDw6H6LDJcE3GvJg/8EGAC+o6EufghBpQAAAABJRU5ErkJggg==) center center no-repeat;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
} */

.bottom-right-line-hide {
  content: '';
  width: 2%;
  height: 2px;
  background-color: #f1f9fe;
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: 0;
}

.bottom-top-line-hide {
  content: '';
  width: 2%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: 0;
}

.home-what-do {
  height: 1146px;
  overflow: hidden;
}

.home-what-do h2.title_line {
  padding-top: 65px;
}

.home-what-do .content {
  margin-top: 100px;
}
.home-what-do .content .left {
  position: relative;
  height: 846px;
}
.home-what-do .content .left > img {
  height: 100%;
  object-fit: cover;
}
.home-what-do .content .left .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 642px;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 75px;
}

.home-what-do .content .left .text h3 {
  font-size: 48px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #003399;
  margin-top: 98px;
  margin-bottom: 30px;
}

.home-what-do .content .left .text p {
	font-size: 24px;
	font-weight: 100;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;
  width: 452px;
}

.home-what-do .content .left .text .text-button {
  width: 250px;
	height: 54px;
	background-color: #00c9ea;
	border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.home-what-do .content .left .text .text-button a {
  font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
 }

/* .home-what-do .wrap-line {
  border-right: 2px solid #00c9ea;
  border-top: 1px solid #00c9ea;
  border-top-right-radius: 30px;
} */


.home-what-do .text-icon {
  width: 94px;
  height: 94px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 76px;
}

.home-what-do .content {
  display: flex;
}

.home-what-do .left { 
  width: 70%;
}

.home-what-do .right { 
  width: 33.59%;
  position: absolute;
  right: -49px;
  height: 846px;
}

@media screen and (max-width:1820px){ 
  .home-what-do .right {
    position: static;
  }
}

.home-what-do .right ul {
  display: block;
  width: 100%;
  height: 100%;
}

.home-what-do .right ul li {
  width: 100%;
  display: block;
  height: 20%;
  background-color: #eef9ff;
  border-bottom: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
}

.home-what-do .right .block-title {
  max-width: 310px;
  min-height: 168px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.home-what-do .right .block-title span{
  font-size: 35px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #00319f;
}

.home-what-do .right .block-icon {
  width: 68px;
	height: 68px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20px;
  margin-right: 20px;
}

.home-what-do .right ul li {
  cursor: pointer;
}

.home-what-do .right ul li.active {
  background-color: #00c9ea;
  background-image: url('../images/home/what-do-arrow.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.home-what-do .right ul li.active .block-title span {
  color: #f5fbfe;
}

.home-what-do .right ul li:last-child {
  border-bottom: none;
}

.home-what-do .wrap-line{
  padding-bottom: 61px;
}

.home-network {
  background: url('../images/home/network-mask.png') left bottom no-repeat;
  background-size: contain;
  height: 822px;
  overflow: hidden;
}

.home-network .wrap {
  position: relative;
}

.home-network .flex{
  justify-content: flex-end;
}

.home-network .map {
  position: relative;
}

.home-network .text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.home-network .text h2 {
  font-size:  56px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00319f;
  position: relative;
  margin-top: 100px;
}

.home-network .text h2::after{
  content: '';
  display: block;
  width: 66px;
	height: 4px;
	background-color: #00c9ea;
  position: absolute;
  bottom: -25px;
}

.home-network .text p {
  font-size: 24px;
	font-weight: 200;
	font-stretch: normal;
	line-height: 34.667px;
	letter-spacing: 0px;
	color: #333333;
  margin-top: 90px;
  width: 500px;
}

.home-network .text .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  border-radius: 9px;
	border: solid 2px #00c9ea;
  cursor: pointer;
}

.home-network .text .button a {
  display: block;
  font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #00c9ea;
  text-transform: capitalize;
  padding: .5vw 1.5vw;
}

.home-network .text .button a span {
  vertical-align: 4px;
  margin-right: 10px;
}

.home-network .text .button:hover {
	background-color: #00c9ea;
}
.home-network .text .button:hover a {
  color: #ffffff;
}

.home-network .text .button svg {
  fill: #00c9ea;
}

.home-network .text .button:hover svg {
  fill: #ffffff;
}

.home-network .spot {
  background-color: #00319f;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  position: absolute;
}

.home-network .spot::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #00319f;
  opacity: .5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s ease;
  cursor: pointer;
  animation: e-hotspot-expand 2s infinite;
  transform-origin: center center;
  margin: -5px;
}

.home-network .spot:hover::after {
  transform: translate(-50%, -50%) scale(5);
}

.home-network .stop-1 {
  top: 288px;
  left: 177px;
  transform: scale(2);
}

.home-network .stop-2 {
  top: 188px;
  left: 575px;
  transform: scale(2);
}

.home-network .stop-3 {
  top: 228px;
  left: 562px;
  transform: scale(1);
}

.home-network .stop-4 {
  top: 245px;
  left: 508px;
  transform: scale(1.5);
}

.home-network .stop-5 {
  top: 246px;
  left: 533px;
  transform: scale(1.5);
}

.home-network .stop-6 {
  top: 245px;
  left: 553px;
  transform: scale(1);
}

.home-network .stop-7 {
  top: 258px;
  left: 547px;
  transform: scale(1);
}

.home-network .stop-8 {
  top: 275px;
  left: 540px;
  transform: scale(2.5);
}

.home-network .stop-9 {
  top: 307px;
  left: 521px;
  transform: scale(2);
}

.home-network .stop-10 {
  top: 296px;
  left: 580px;
  transform: scale(1);
}

.home-network .stop-11 {
  top: 272px;
  left: 597px;
  transform: scale(1);
}

.home-network .stop-12 {
  top: 303px;
  left: 975px;
  transform: scale(1);
}

.home-network .stop-13 {
  top: 302px;
  left: 1020px;
  transform: scale(1);
}

.home-network .stop-14 {
  top: 272px;
  left: 595px;
  transform: scale(1);
}

.home-network .stop-14 {
  top: 561px;
  left: 1024px;
  transform: scale(1.5);
}

.home-network .stop-15 {
  top: 260px;
  left: 565px;
  transform: scale(1.5);
}


.bg-arrow {
  position: relative;
  overflow: hidden;
}

.bg-arrow-line {
  background: url(../images/home/bg.png) center top no-repeat;
  background-size: cover;
  height: 100%;
  max-width: 1800px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  pointer-events:none;
  min-width: 1300px;
}

.home-showcase-diagram {
  padding-top: 100px;
  height: 800px;
}

.home-showcase-swiper-pagination {
  text-align: center;
}

.home-showcase-diagram .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.home-showcase-diagram .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{
  margin: 0 16px;
}

.home-showcase-diagram .swiper-pagination-bullet-active {
  background-color: #00c9ea !important;
  position: relative;
}

.home-showcase-diagram .swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px #00c9ea;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.home-showcase-diagram .swiper-pagination-bullet {
  background: #00319f;
  opacity: 1;
}


/***contact-us***/

.contact-us {
  background: #f1f9fe url(../images/home/contact-us-arrow.png) right center no-repeat;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.contact-us img.letter {
  position: absolute;
  right: 0;
  bottom: 80px;
}

.contact-us h2 {
  font-size: 40px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00319f;
  text-align: center;
  padding: 80px 0 50px;
}

.contact-us input[type="text"] {
  width: 48%;
  height: 54px;
	background-image: linear-gradient(90deg, 
		#eef9ff 0%, 
		#f7fbfe 100%);
	box-shadow: 1.5px 1.3px 5px 0px 
		rgba(4, 96, 181, 0.25);
	border-radius: 8px;
	border: solid 2px #ffffff;	
  font-size: 18.67px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26.667px;
	letter-spacing: 0px;
	color: #666666;
}

.contact-us input[type="text"],
.contact-us  textarea{
  padding: 0 23px;
}

.contact-us .two-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.contact-us .one-input  input{
  width: 100%;
  margin-bottom: 25px;
}

.contact-us .text-input textarea {
  width: 100%;
  height: 230px;
  background-image: linear-gradient(90deg, 
		#eef9ff 0%, 
		#f7fbfe 100%);
	box-shadow: 1.5px 1.3px 5px 0px 
		rgba(4, 96, 181, 0.25);
	border-radius: 8px;
	border: solid 2px #ffffff;	
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
  padding: 20px;
}

.contact-us .text-input textarea::-webkit-input-placeholder {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
  font-family: "Microsoft Yahei";
}

.contact-us .check {
  margin-top: 30px;
  font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}

.contact-us .check p {
  padding-bottom: 10px;
}

.contact-us .check input {
  margin-right: 10px;
  transform: scale(1.5);
}

.contact-us .check i {
  color: red;
}

.contact-us .button {
  text-align: center;
  margin-top: 80px;
  position: relative;
  z-index: 9;
}

.contact-us .button button {
  width: 200px;
	height: 54px;
	border-radius: 9px;
	border: solid 2px #00c9ea;
  font-size:  24px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
  cursor: pointer;
  color: #00c9ea;
  background: transparent;
}
.contact-us .button button:hover {
	background-color: #00c9ea;
	color: #ffffff;
}

.contact-us-cloud {
  position: absolute;
  bottom: 50px;
  left: 260px;
}


.our-solution-banner {
  position: relative;
}


.our-solution-banner .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
} 

.our-solution-banner >img {
  display: block;
}

.our-solution-banner .text {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.our-solution-banner .text h2 {
  font-size: 61px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #fefefe;
  position: relative;
}

.our-solution-banner .text h2::after {
  content: '';
  width: 50px;
	height: 4px;
	background-color: #00c9ea;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.our-solution-banner .text p {
	font-size:29px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #fefefe;
  margin-top: 70px;
}

.our-solution-process {
  padding-top: 125px;
  padding-bottom: 110px;
  background-image: linear-gradient(to bottom, #f1f9fe, #fff);
}

.our-solution-process-ul {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.our-solution-process-ul li {
  width: 14%;
  height: 250px;
  background-color: #eef9ff;
	box-shadow: 4px 3px 8px 0px 
		rgba(4, 96, 181, 0.25);
	border-radius: 10px;
	border: solid 5px #ffffff;
  position: relative;
  text-align: center;
}


.our-solution-process-ul li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 2px solid #00c9ea;
  border-radius: 10px;
}
 
.our-solution-process-ul li::before {
  content: '';
  display: block;
  width: 26px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzM5NkVEODI2RDdCMTFFRUE3RDk5MDEwMEUyNEExREMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzM5NkVEODE2RDdCMTFFRUE3RDk5MDEwMEUyNEExREMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI1ZjY5NzU4LWY1YzItYTQ0OC05MzczLWY4MDIxNWYxNzEwNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjA5ZGRiNGZjLWJhM2UtOGM0OS1hZWI3LTQ3ODljZDhiNTczNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PouNzVsAAADGSURBVHjaYmSgFJx81Q8kC5BEfgCxGYO52GVkZUwMlIMKID6PxOcA4rVAB/BS1yJzsZ9AMhyIvyKJqgLxbGr7CGTZbSCZiSYaDvRVBozDyEBNcPLVIiAZiyTyC4itgA45ywiUfEBFq0AOlwJiFiSxe0BsBLLoPwPtwVomBjoBkBcf0iHokumWGJioaEksmiUgkA+yhHrJ++QrVWjpwI0kuhJoSQT1MuzJV+xgQ1EtAWXgVGqXDB1AbIhWqAYDffMZWRFAgAEA2D8ydLq/1LsAAAAASUVORK5CYII=);
}

.our-solution-process-ul li:last-child::before {
  display: none;
}

.our-solution-process-ul .padding-line {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 5px solid #fff;
  
}
.our-solution-process-ul li:nth-child(odd):hover .padding-line {
  background: url(../images/ourSolution/icon-top-mask.png) center top no-repeat;
}

.our-solution-process-ul li:nth-child(even):hover .padding-line {
  background: url(../images/ourSolution/icon-bottom-mask.png) center bottom no-repeat;
}


.our-solution-process-ul img {
  display: inline-block;
}


.our-solution-process-ul .imgge {
  margin-top: 30px;
  margin-bottom: 40px;
}

.our-solution-process-ul .text p {
  font-size:  21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #00319f;
}

.our-solution-offer {
  /* overflow: hidden; */
}

.our-solution-offer .nav-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 99;
   overflow: hidden;
}

.our-solution-offer .nav-sticky ul { 
  display: flex;
  justify-content: space-between;
  height: 80px;
  background-color: #00319f;
}

.our-solution-offer .nav-sticky ul li {
  height: 100%;
  line-height: 80px;
  text-align: center;
  flex:1;
  position: relative;
  padding: 0 20px;
  cursor: pointer;
}

.our-solution-offer .nav-sticky ul li.active {
  background-color: #00c9ea;
}

.our-solution-offer .nav-sticky ul li::after {
  content: '';
  display: block;
  border-right: 2px solid #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.our-solution-offer .nav-sticky ul li:last-child::after {
  display: none;
}

.our-solution-offer .nav-sticky ul li a {
  font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
  white-space: nowrap;
}

.our-solution-offer .nav-sticky ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjNCNDc3QjM3MTQ5MTFFRTkzODBCQTY2RDUxRTk2RUIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjNCNDc3QjI3MTQ5MTFFRTkzODBCQTY2RDUxRTk2RUIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzJiNTljMDgtMDMzZS0zNTRlLTkyN2MtNGY2YWQzNmE5MmE1IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTIzYzE4YWItZThlYy02NzRjLWIxOTAtMTQ1MjcwMWEyY2NkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IYEa8AAAALhJREFUeNpi/P//vwwDA8MTBvIAJxDPYQAa8gaIfYGYgUQsDcSn/0M5MNADxKxEGmABxM9hGkECX5AMOgXEigQMiAfin0h6GkGCGkB8GUnwPRAHY9HMDMR9SOq+wtTBFHAA8Yz/qGAKELND5QWBeCeS3EMgNoBZgG5bBBB/RFJ8Hoi9gfgmktghIBZD1ofNz8pAfPY/djATiNnQ9eAKPJA3JiFp/g3E2bgCm1BUBgLxHSB2xKcOIMAASpsCnRPtMH0AAAAASUVORK5CYII=) center center no-repeat;
}

.our-solution-offer .content {
  margin-top: 70px;
  margin-bottom: 100px;
}

.our-solution-offer h2.title_line {
  margin-top: 50px;
}

.our-solution-offer-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 140px;
  position: relative;
}

.our-solution-offer-list .image {
  position: relative;
}

.our-solution-offer-list .image img {
  display: block;
}

.our-solution-offer-list:nth-child(even) .image {
  order: 1;
}

.our-solution-offer-list:nth-child(even):hover .image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/ourSolution/image-mask.png) right center no-repeat;
  animation: fadeIn 1s ease-in;
}

.our-solution-offer-list:nth-child(odd):hover .image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ourSolution/image-mask.png) right center no-repeat;
  transform: rotate(180deg);
  animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.our-solution-offer-list:nth-child(odd) .image {
  order: 0;
}

.our-solution-offer-list:nth-child(odd) .text {
  padding-left: 140px;
}

.our-solution-offer-list:nth-child(even) .bg-arrow {
  width: 440px;
  height: 559px;
  background: url(../images/ourSolution/arrow.png) left center no-repeat;
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.our-solution-offer-list:nth-child(odd) .bg-arrow {
  width: 440px;
  height: 559px;
  background: url(../images/ourSolution/arrow.png) left center no-repeat;
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 0;
  pointer-events: none;
}


.our-solution-offer-list > div {
  width: 50%;
  order: 1;
}

.our-solution-offer-list:nth-child(even) > div.text {
  transition: transform 1s linear .5s, opacity 1s linear .5s;
  transform: translateX(-400px);
  opacity: 0;
}

.our-solution-offer-list:nth-child(even) > div.image {
  transition: transform 1s linear 1s, opacity 1s linear 1s;
  transform: translateX(400px);
  opacity: 0;
}

.our-solution-offer-list:nth-child(odd) > div.text {
  transition: transform 1s linear .5s, opacity 1s linear .5s;
  transform: translateX(400px);
  opacity: 0;
}

.our-solution-offer-list:nth-child(odd) > div.image {
  transition: transform 1s linear 1s, opacity 1s linear 1s;
  transform: translateX(-400px);
  opacity: 0;
}


.our-solution-offer-list.active > div.text,
.our-solution-offer-list.active > div.image {
  transform: none;
  opacity: 1;
}


.our-solution-offer-list .text-title {
  display: flex;
}

.ourSolutionOfferSwiper {
  height: 260px;
  margin-top: 40px;
  max-width: 680px;
  margin-left: 0;
}


.ourSolutionOfferSwiper p {
  font-size:  27px;
	font-weight: 200;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.ourSolutionOfferSwiper .swiper-pagination {
  text-align: left;
}

.our-solution-offer-list .text .icon { 
  width: 90px;
  height: 90px;
  margin-right: 28px;
  background-position: center center;
  background-repeat: no-repeat;
}

.our-solution-offer-list .text h3 {
  font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #00319f;
  position: relative;
}
.our-solution-arrow {
  position: relative;
  top: -10px;
  left: -5px;
}

.our-solution-offer-list .text .icon1 {
  background-image: url(../images/ourSolution/icon1.png);
}

.our-solution-offer-list:hover .text .icon1{
  background-image: url(../images/ourSolution/icon_1.png);
}

.our-solution-offer-list .text .icon2 {
  background-image: url(../images/ourSolution/icon2.png);
}

.our-solution-offer-list:hover .text .icon2{
  background-image: url(../images/ourSolution/icon_2.png);
}

.our-solution-offer-list .text .icon3 {
  background-image: url(../images/ourSolution/icon3.png);
}

.our-solution-offer-list:hover .text .icon3{
  background-image: url(../images/ourSolution/icon_3.png);
}

.our-solution-offer-list:hover .text .icon4{
  background-image: url(../images/ourSolution/icon_4.png);
}

.our-solution-offer-list .text .icon4 {
  background-image: url(../images/ourSolution/icon4.png);
}

.our-solution-offer-list:hover .text .icon5{
  background-image: url(../images/ourSolution/icon_5.png);
}

.our-solution-offer-list .text .icon5 {
  background-image: url(../images/ourSolution/icon5.png);
}

 

/** network  **/
.network-map {
  padding: 124px 0;
  padding-bottom: 130px;
}
.network-map h2 {
  font-size: 56px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00319f;
  position: relative;
}

.network-map h2::after {
  content: '';
  display: block;
  width: 66px;
	height: 4px;
	background-color: #00c9ea;
  position: absolute;
  bottom: -37px;
  left: 0;
}

.network-map .map-box {
  position: relative;
}

.network-map .map-box .left {
  padding-top: 90px;
  width: 40%;
  position: relative;
  z-index: 3;
}

.network-map .map-box .left dl {
  margin-right: 0;
}

.network-map .map-box .left dt {
  font-size:  32px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00c9ea;
  margin-bottom: 35px;
}

.network-map .map-box .left dd {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
  width: 220px;
}

.network-map .map-box .left dd img {
  margin-right: 10px;
}

.network-map .map-box .left span {
  font-size: 21px;
	font-weight: 200;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #2e3030;
  white-space: nowrap;
}

.network-map .map-box .right {
  min-width: 1055px;
  width: 60%;
  height: 538px;
  background: url(../images/network/map.png) center center no-repeat;
  /* background-size: contain; */
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(.9);
  margin-top: 30px;
  margin-right: -50px;
  z-index: 9;
}



.area-spot {
  position: absolute;
}


.area-spot .wrap-spot {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.area-spot span {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #323233;
  padding-left: 5px;
  padding-right: 5px;
}

.area-spot .wrap-spot::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #00319f;
  position: absolute;
} 

.area-spot .wrap-spot::before {
  content: '';
  display: block;
  border: dashed 1px #00319f;
  position: absolute;
}

.area-spot .wrap-spot .outer-ring {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #00319f;
    opacity: 0.6;
    border-radius: 50%;
    animation: e-hotspot-expand 2s infinite;
}


.area-spot.lax .wrap-spot .outer-ring {
    left: calc(100% + 66px);
    top: 50%;
    margin-top: -8px;
}
 


@keyframes e-hotspot-expand {
    0% {
        transform: scale(.5);
        opacity: 1
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

.area-spot.lax {
  left: -59px;
  top: 234px;
}
 
.area-spot.lax .wrap-spot::before {
  width: 70px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.area-spot.lax .wrap-spot::after {
  left: calc(100% + 70px);
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 1s ease;
}

.area-spot.lax .wrap-spot:hover::after {
  opacity: .6;
  transform: translateY(-50%) scale(6);
}

.area-spot.dfw {
  left: 133px;
  top: 312px;
}
 
.area-spot.dfw .wrap-spot::before {
  height: 70px;
  left: 50%;
  bottom: 100%;
  transform: translateX(50%);
}

.area-spot.dfw .wrap-spot::after {
  left: 50%;
  bottom: calc(100% + 70px);
  transform: translateX(50%);
  margin-left: -6px;
  opacity: 1;
  transition: all 1s ease;
}

.area-spot.dfw .wrap-spot:hover::after {
  opacity: .6;
  transform: translateX(50%) scale(6);
}
.area-spot.dfw .wrap-spot .outer-ring {
    left: 50%;
    bottom: calc(100% + 67px);
    transform: translateX(50%);
    margin-left: -6px;
}


.area-spot.ord {
  left: 308px;
  top: 180px;
}

.area-spot.ord .wrap-spot::before {
  width: 70px;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.area-spot.ord .wrap-spot::after {
  right: calc(100% + 70px);
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 1s ease;
}
.area-spot.ord .wrap-spot:hover::after {
  opacity: .6;
  transform: translateY(-50%) scale(6);
}
.area-spot.ord .wrap-spot .outer-ring {
  right: calc(100% + 66px);
  top: 50%;
  margin-top: -7px;
}

.area-spot.mia {
  left: 329px;
  top: 198px;
}

.area-spot.mia .wrap-spot::before {
  width: 70px;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.area-spot.mia .wrap-spot::after {
  right: calc(100% + 70px);
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 1s ease;
}

.area-spot.mia .wrap-spot:hover::after {
  opacity: .6;
  transform: translateY(-50%) scale(6);
}

.area-spot.mia .wrap-spot .outer-ring {
  right: calc(100% + 67px);
  top: 50%;
  margin-top: -7px;
}

.area-spot.jfk {
  left: 216px;
  top: 91px;
}
 
.area-spot.jfk .wrap-spot::before {
  height: 70px;
  left: 50%;
  top: 100%;
  height: 40px;
  transform: translateX(50%);
}

.area-spot.jfk .wrap-spot::after {
  left: 50%;
  top: calc(100% + 40px);
  transform: translateX(50%);
  margin-left: -6px;
  opacity: 1;
  transition: all 1s ease;
}
.area-spot.jfk .wrap-spot:hover::after {
  opacity: .6;
  transform:translateX(50%) scale(6);
}

.area-spot.jfk .wrap-spot .outer-ring {
  left: 50%;
  top: calc(100% + 37px);
  transform: translateX(50%);
  margin-left: -6px;
}

.area-spot.mst {
  left: 328px;
  top: 60px;
}
 
.area-spot.mst .wrap-spot::before {
  width: 40px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.area-spot.mst .wrap-spot::after {
  left: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 1s ease;
}
.area-spot.mst .wrap-spot:hover::after {
  opacity: .6;
  transform: translateY(-50%) scale(6);
}
.area-spot.mst .outer-ring {
  left: calc(100% + 37px);
  top: 50%;
  margin-top: -8px;
}

.area-spot.cdg {
  left: 448px;
  top: 166px;
}
 
.area-spot.cdg .wrap-spot::before {
  height: 70px;
  left: 50%;
  bottom: 100%;
  transform: translateX(50%);
}

.area-spot.cdg .wrap-spot::after {
  left: 50%;
  bottom: calc(100% + 70px);
  transform: translateX(50%);
  margin-left: -6px;
  opacity: 1;
  transition: all 1s ease;
}

.area-spot.cdg .wrap-spot:hover::after {
  opacity: .6;
  transform: translateX(50%) scale(6);
}

.area-spot.cdg .wrap-spot .outer-ring {
    left: 50%;
    bottom: calc(100% + 66px);
    margin-left: -6px;
}

.area-spot.ams {
  left: 579px;
  top: 68px;
}

.area-spot.ams .wrap-spot::before {
  width: 70px;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.area-spot.ams .wrap-spot::after {
  right: calc(100% + 70px);
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 1s ease;
}
.area-spot.ams .wrap-spot:hover::after {
  opacity: .6;
  transform: translateY(-50%) scale(6);
}

.area-spot.ams .wrap-spot .outer-ring {
  right: calc(100% + 66px);
  top: 50%;
  margin-top: -8px;
}

#mask-info {
  width: 685px;
	background-color: #f1f9fe;
	border-radius: 12px;
  padding: 30px;
  position: absolute;
  z-index: 3;
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.1);
}

#mask-info .content {
  position: relative;
}

#mask-info .content .title {
  align-items: center;
}

#mask-info .content span {
  font-size:29px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00c9ea;
}

#mask-info .content img {
  margin-right: 10px;
}

#mask-info .content ul {
  padding-left: 17px;
}

#mask-info .content li {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
  margin-top: 18px;
  position: relative;
  /* list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUJDNTQ0QkY3MTc4MTFFRTk1Q0Y5MDEzNkYwRDVCRDMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUJDNTQ0QkU3MTc4MTFFRTk1Q0Y5MDEzNkYwRDVCRDMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZWVkZDQ1ZDctMDE1NS0wZDRlLWI5ZGUtMzU3N2MyYWJiZWZmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzJiYjk0YzYtYjdmYi02OTRiLWE2MGItYzZlMTljZjIyZWY5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7clsFwAAAEhJREFUeNpiZDj5io2BgaEbiGOAmBGIFwNxKQuQ6ALiPAYEALG/MwJ1vAUyhBhQwTsmBhyACWomOpgDsqMMamksVBCksBYgwACbowz4qmR1jgAAAABJRU5ErkJggg=="); */
}

#mask-info .content li::before {
  content: '●';
  color: #00c9ea;
  position: absolute;
  left: -17px;
}

#mask-info .close {
  position: absolute;
  right: 0;
  top: 0;
  color: #00c9ea;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

#mask-info.mask1 {
  top: 345px;
}

#mask-info.mask2 {
  top: 207px;
  left: 195px;
}

#mask-info.mask3 {
    top: 133px;
    left: 325px;
}

/**about */

.about-banner {
  position: relative;
}

.about-banner .image {
  position: relative;
}

.about-banner .mask,
.news-banner .mask {
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0;
 transition: opacity ease 0.5s;
 object-fit: cover;
}

.about-banner:hover .mask, 
.news-banner:hover .mask {
  opacity: 1;
}

.about-mission {
  padding: 120px 0;
}
.about-mission img {
  display: block;
}
.about-mission .image {
  overflow: hidden;
  position: relative;
}
.about-mission .wrap {
  position: relative;
  overflow: hidden;
}
.about-mission .btn-show {
  width: 460px;
	height: 100px;
	border-radius: 16px;
	border: solid 3px #ffffff;
  font-size: 56px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.about-mission.on .btn-show {
  display: none;
}

.about-mission.on .mission-mask {
  display: block;
}

.mission-mask { 
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  animation: moveTop 1s ease-in;
}

.mission-mask .text {
  position: absolute;
  top: 0;
  width: 790px;
  left: 0;
  right: 0;
  margin: auto;
}

.mission-mask .text h2 {
  margin-top: 230px;
  color: #fff;
}

.mission-mask .text p {
  margin-top: 80px;
  font-size:  21px;
	font-weight: 20;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0vw;
	color: #fefefe;
  text-align: center;
}

.about-strengths {
  padding-bottom: 130px;
}

.about-strengths .showcase {
  margin-top: 90px;
}

.about-showcase-ul {
  display: flex;
  justify-content: space-between;
  height: 620px;
}
.about-showcase-ul .mask-arrow {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 1s linear;
}
.about-showcase-ul li:hover .mask-arrow {
  opacity: 1;
}

.about-showcase-ul li {
  width: 33%;
  height: 100%;
  background-repeat: no-repeat;
  transition: width .5s ease-in .1s;
  position: relative;
}

.about-showcase-ul li:hover {
  width: 970px;
}

.about-showcase-ul li img {
  width: auto;
  max-width: auto;
}

.about-showcase-ul>li:nth-child(2) {
  margin: 0 15px;
}

.about-showcase-ul .case-1 {
  margin: 80px 70px;
  position: relative;
  height: calc(100% - 160px);

}
.about-showcase-ul .case-1 .text {
  position: absolute;
  bottom: 0;
}

.about-showcase-ul .case-1 .text p ,
.about-showcase-ul .case-1 .text dt {
  font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #ffffff;
  word-break: break-all;
  position: relative;
  display: inline-block;
}
.about-showcase-ul .case-1 .text dt {
  font-size: 32px;
}

.about-showcase-ul .case-1 .text  p::after, 
.about-showcase-ul .case-1 .text dt::after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: -16px;
  top: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDBBNDU3NzU3MThGMTFFRUExRDE4MkJDRjBGQTFFQTciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDBBNDU3NzQ3MThGMTFFRUExRDE4MkJDRjBGQTFFQTciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MWJjYjMxMTctYmM2Zi0wYjRhLTkyZDEtY2M0YzAwY2I0ZGMyIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTVhNmFjNDAtZmRhYS1hMjQ4LTk5ZWYtN2Q3M2Q2MjE4NWJhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+L5I2ugAAAKVJREFUeNpiZDj5aiUDA0MYA3YwhcFcLBdZgAmIk4D4Kg4NOUADU5AFGMHkyVcqQPIMEPNj0fQbiB2ANh2D2cAA5NwBkjE4bGEF4nVAQ2URNsDAyVcNQLIeh8azQGyLrgFk4yYg9sahaTkTA4kAXUMdHtNBTkpmRHKOD5DcjEPxSyA2BQbOYzKC9eQrbiC9AYdiEMiCKYb5YR4Qa+NJGnOQBQACDACLZiojDLfDoQAAAABJRU5ErkJggg==) center center no-repeat;
}

.about-showcase-ul .case-1 dl {
  display: none;
  transform: translateY(260px);
  opacity: 0;
  animation: moveTop 0.6s linear 0.5s both;
}

.about-showcase-ul li:hover .text p{
  display: none;
}

.about-showcase-ul li:hover dl {
  display: block;
}

@keyframes moveTop {  
  0% {
    transform: translateY(260px);
    opacity: 0;
  }
  100% {  
    transform: none;
    opacity: 1;
  }
}

.about-showcase-ul .case-1 dt {
  margin-bottom: 30px;
}

.about-showcase-ul .case-1 dd {
  font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #ffffff;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.about-showcase-ul .case-1 dd::after {
  content: '';
  display: block;
  width: 7px;
  height: 6px;
  position: absolute;
  left: -15px;
  top: 9px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkZFQURCMEY3MTkzMTFFRUFGNzFBM0JBRDI4MDc3NjgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkZFQURCMEU3MTkzMTFFRUFGNzFBM0JBRDI4MDc3NjgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Y2JiMmQ5ODYtMDczNC00NjQxLWJkYzgtYThjZDE1ZDQ5YjZhIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YTVhZjliZjItMmUyYS1mMzQ1LWE5ZjYtY2FhNDQ0YWRhZWQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+3QD9PQAAAEZJREFUeNpi+P///1YglgZiBiQM4m8FMUDgAxBHQyWiofz/MEkYuIXMAUk++Y8dPAFJCgLxCjQJEF8Q2REgux4g2c0AEGAAkqeXU/Y3HxoAAAAASUVORK5CYII=) center center no-repeat;
}

/**concact*/

.contact {
  overflow: hidden;
  padding-top: 115px;
  padding-bottom: 100px;
}

.contact h2.title_line {
  margin-bottom: 110px;
}

.contact .two-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.contact input[type="text"], .contact-us textarea {
  padding: 0 23px;
}

.contact input[type="text"] {
  width: 48%;
  height: 54px;
  border-radius: 8px;
  border: solid 2px #f7f7f7;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}

.contact input[type="text"]::placeholder {
  color: #666666;
}

.contact .one-input input {
  width: 100%;
  margin-bottom: 25px;
}

.contact .text-input textarea {
  width: 100%;
  height: 230px;
  border-radius: 8px;
  border: solid 2px #f7f7f7;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  padding:15px 23px;

}

.contact .check {
  font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}

.contact .check p {
  padding-bottom: 10px;
}

.contact .check input {
  margin-right: 10px;
  transform: scale(1.5);
}

.contact .check i {
  color: red;
}

.contact .button {
  margin-left: auto;
}

.contact .button button {
  width: 200px;
  height: 54px;
  line-height: 50px;
  border-radius: 9px;
  border: solid 2px #00c9ea;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  cursor: pointer;
  color: #00c9ea;
  background: transparent;
}

.contact .button button:hover {
  background-color: #00c9ea;
  color: #fff;
}

.join-process h2.title_line {
  margin: 125px 0 112px;
}

.join-process-ul {
  display: flex;
  justify-content: space-between;
}

.join-process-ul li {
  position: relative;
}


.join-process-ul li .number {
  position: absolute;
  right: 39px;
  top: 30px;
  font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0vw;
	color: #00c9ea;
}

.join-process-ul li .title {
  font-size: 29px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0vw;
	color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 17vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: nowrap;
}

.join-process-ul li .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 36vw;
  opacity: 0;
}

/* .join-process-ul li:hover .mask {
  opacity: 1;
  transition: opacity linear 1s;
} */

/**join*/
.join-table-search {
  display: flex;
  padding-top: 105px;
  padding-bottom: 55px;
}

.join-table-search .select {
  width: 600px;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  margin-right: 250px;
}

.join-table-search .select p {
  font-size: 27px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.join-table-search .select::after {
  transform: rotate(-140deg);
  top: 20px;
  right: 0;
}

.join-table {
  padding-bottom: 100px;
}

.join-table table {
  table-layout:fixed;
  width: 100%;
  text-align: left;
	border-radius: 10px;
  border-collapse:collapse;
  overflow: hidden;
}

.join-table .table-head {
  background-color: #00319f;
  color: #fff;
  height: 60px;
  font-size: 21px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.join-table .table-head span {
	font-weight: 100 !important;
  padding-left: 30px;
  font-size: 21px;
}

.join-table .table-list {
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}

.join-table td {
  padding: 40px 30px;

}

.join-table td span {
  font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00319f;
}

.join-table .table-list .gt {
  float: right;
}
.join-table .table {
  margin-bottom: 70px;
}

.join-info-banner {
  position: relative;
}

.join-info-banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s linear;
}
.join-info-banner:hover .mask {
  opacity: 1;
}

.join-info-banner h2::after {
  display: none;
}


.join-info-banner .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}

.join-info-banner .text {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.join-info-banner .text p {
  font-size: 29px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fefefe;
}

.join-info-banner .text h2 {
  font-size: 61px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #fefefe;
  margin: 1vw 0;
}

.joininfo-detail {
  padding: 125px 0 130px;
}

.joininfo-detail .wrap-center {
  width: 885px;
  margin:0 auto;
}

.joininfo-detail dt {
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00319f;
  display: inline-block;
  position: relative;
}

.joininfo-detail dt::after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: -16px;
  top: 9px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDBBNDU3NzU3MThGMTFFRUExRDE4MkJDRjBGQTFFQTciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDBBNDU3NzQ3MThGMTFFRUExRDE4MkJDRjBGQTFFQTciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MWJjYjMxMTctYmM2Zi0wYjRhLTkyZDEtY2M0YzAwY2I0ZGMyIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTVhNmFjNDAtZmRhYS1hMjQ4LTk5ZWYtN2Q3M2Q2MjE4NWJhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+L5I2ugAAAKVJREFUeNpiZDj5aiUDA0MYA3YwhcFcLBdZgAmIk4D4Kg4NOUADU5AFGMHkyVcqQPIMEPNj0fQbiB2ANh2D2cAA5NwBkjE4bGEF4nVAQ2URNsDAyVcNQLIeh8azQGyLrgFk4yYg9sahaTkTA4kAXUMdHtNBTkpmRHKOD5DcjEPxSyA2BQbOYzKC9eQrbiC9AYdiEMiCKYb5YR4Qa+NJGnOQBQACDACLZiojDLfDoQAAAABJRU5ErkJggg==) center center no-repeat;
}

.joininfo-detail dl {
  margin-bottom: 50px;
}

.joininfo-detail dd {
  font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
  margin-top: 25px;
  position: relative;
  padding-left: 20px;
}

.joininfo-detail dd::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 13px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUNCODUzOEE3MjM4MTFFRUI3MzRBQkYxRDREMUYxQzUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUNCODUzODk3MjM4MTFFRUI3MzRBQkYxRDREMUYxQzUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjgwZTliYzctZGE1Ni04MDQ0LTk4YjItZTliMGJjZjBkMzQ0IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NWU2ZDU2ZjktY2VlZi1kYjQ2LWI4MjUtNWQ0ZmEyYzFkYzljIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xlAJwwAAAF9JREFUeNpiYDj5aisQSzCgA5AYUI4JyPQC4itATjCSZDBYDCjHCOT8R9K3GErHwgTQFWAAkBUT8MhPYITa6Q4kFwAxzLEvgDiBwVxsJyOSw0SB5DwoLwko+RrEAAgwAKjdHzum2dPoAAAAAElFTkSuQmCC) center center no-repeat;
}

.joininfo-detail .two-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}


.joininfo-detail input[type="text"] {
  border-radius: 8px;
	border: solid 2px #f7f7f7;
}

.joininfo-detail .two-input > input {
  width: 48%;
  height: 54px;
	border-radius: 8px;
	border: solid 2px #f7f7f7;
  padding: 0 23px;
  font-size:19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #666666;
}

.joininfo-detail .form textarea {
  width: 100%;
  height: 230px;
  border-radius: 8px;
  border: solid 2px #f7f7f7;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #666666;
  padding: 20px;
}

.joininfo-detail .form h2 {
  font-size: 43px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00319f;
  margin-bottom: 40px;
  margin-top: 70px;
}

.joininfo-detail .form textarea::-webkit-input-placeholder {
  font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #666666;
}


.joininfo-detail .file {
  position: relative;
}

.joininfo-detail .file input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}

.joininfo-detail .file {
  padding: 20px;
  border-radius: 8px;
	border: solid 2px #f7f7f7;
  margin-top: 25px;
}

.joininfo-detail .file .text {
  font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #666666;
}


.joininfo-detail .check {
  margin-top: 30px;
  font-size: 19px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #333333;
}

.joininfo-detail .check p {
  padding-bottom: 10px;
  margin-left: 5px;
}

.joininfo-detail .check p i {
  color: red;
}

.joininfo-detail .check input {
  margin-right: 10px;
  transform: scale(1.5);
}


.joininfo-detail .button {
  text-align: center;
  margin-top: 80px;
  position: relative;
  z-index: 9;
}

.joininfo-detail .button button {
  width: 200px;
	height: 54px;
  line-height: 50px;
	border-radius: 9px;
	border: solid 2px #00c9ea;
  font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
  cursor: pointer;
  color: #00c9ea;
  background: transparent;
}
.joininfo-detail .button button:hover {
	background-color: #00c9ea;
	color: #ffffff;
}

.file-box .flex {
  align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.file-box .flex:last-child {
  margin-bottom: 0;
}
.file-box .flex .file-name {
  font-size: 1vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #666666;
  margin: 0 10px;
}
/** news **/
.news-swiper {
  padding: 125px 0 70px;
}
.news-swiper .flex {
  justify-content: space-between;
  align-items: center;
}

.news-swiper .flex .image {
  flex-shrink: 0;
  display: flex;
  max-height: 560px;
  position: relative;
  max-width: 914px;
}

.news-swiper .flex .image .triangle-mask {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.news-swiper .flex .text {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
}

.news-swiper .flex .text h2 {
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00319f;
  margin-bottom: 35px;
  line-height: 1.2;
}

.news-swiper .flex .text p {
  font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #333333;
}

.news-swiper .flex .text .date {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.news-swiper .flex .text .date > div{
  margin-right: 10px;
}

.news-swiper .flex .text .date span {
  font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.news-swiper .text-wrap {
  width: 618px;
  padding-right: 50px;
}

.news-swiper .swiper-slide {
  background-color: #f7f7f7;
}

.news-swiper-button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 9;
}

.news-swiper-button > div {
  width: 60px;
  height: 60px;
  background-color: #eeeeee;
  cursor: pointer;
}

.news-swiper-button-next {
  margin-right: 2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAUCAYAAAC07qxWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDI5QjdGMzU3MjQ4MTFFRUFDNTBDOUIyMDBCRkY0NzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDI5QjdGMzQ3MjQ4MTFFRUFDNTBDOUIyMDBCRkY0NzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzFlMWJlMTgtYjdhMS0yYzQ1LWFlZWItZWY1NjNhOTkxZjM0IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MWFmMTg0YzAtOTljMy04ZjRkLWIwOWMtY2NhNjg2OWRmZDQwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lIegOAAAAPtJREFUeNp80rFLAmEYx/GzgsYoQgyhf6C/oCVoixYXh8RBaTjEoLGpppqaIhrCIGiIFF3a3ASX/g8XNUVnwazvAz/hkPfphQ88d3zvXrj3UnEcR85qIo8JDtacqKDI1iUGoTCDJ82feLchFD5jR1tWljdXwyJymqu2ZSjM4lFzC43kG5JhTVuO9bYoFJZxmthyFAptywddN/T9olD4gi0MceF9fQtnmtex+V94jh528aEHguEUZ5jjCDdeaOsL15otPPZCW/do656db9oLf1FCH3t4Q8o762+d9wInuPJCWx3car7DoRdGCrvYQB3bXvijv9x+kH28/gkwAGT3LHY2cQJdAAAAAElFTkSuQmCC) center center no-repeat;
}

.news-swiper-button-next:hover {
  transform: rotate(180deg);
  background: #00c9ea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAUCAYAAAC07qxWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTUyQjI1NEQ3MjQ4MTFFRUE2REFFNTMyQzRFQTBFQkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTUyQjI1NEM3MjQ4MTFFRUE2REFFNTMyQzRFQTBFQkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjFlMjk3ZGEtNWVjYi1hNTQwLWFlZDUtYzIxNWEyODRjOWYwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NzZlZWE0MzctNzI5Yi0wNjQwLThjYTQtYjEyNTczMDc4YThhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+DyNOtAAAAMFJREFUeNp8kjEKwkAQRUdTWKdQgp4kpYcQCWm8RVqPI6RIGkntUWzSBMFWwjLO4ge3yJ+BFwJ5mZ+ZrKhqp7+ajL0hS8RLbjwhP4yMiZHSmCFfPTHSQAzG0RNXxgB5NHZMFDwcIQ94eVEUxAbIjScKBlIMWHpihlUpVpczUbD8CXK3Fl4fI+B+43W8odvbODDppP+6sGG2ybfdvfW0kF4xkonnJLJmv7BAl1i9dyj6JLJgYp1EVuw8ppEt2+tXgAEAH39tLJT4w70AAAAASUVORK5CYII=) center center no-repeat;
}

.news-swiper-button-prev {
  transform: rotate(180deg);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAUCAYAAAC07qxWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDI5QjdGMzU3MjQ4MTFFRUFDNTBDOUIyMDBCRkY0NzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDI5QjdGMzQ3MjQ4MTFFRUFDNTBDOUIyMDBCRkY0NzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzFlMWJlMTgtYjdhMS0yYzQ1LWFlZWItZWY1NjNhOTkxZjM0IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MWFmMTg0YzAtOTljMy04ZjRkLWIwOWMtY2NhNjg2OWRmZDQwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lIegOAAAAPtJREFUeNp80rFLAmEYx/GzgsYoQgyhf6C/oCVoixYXh8RBaTjEoLGpppqaIhrCIGiIFF3a3ASX/g8XNUVnwazvAz/hkPfphQ88d3zvXrj3UnEcR85qIo8JDtacqKDI1iUGoTCDJ82feLchFD5jR1tWljdXwyJymqu2ZSjM4lFzC43kG5JhTVuO9bYoFJZxmthyFAptywddN/T9olD4gi0MceF9fQtnmtex+V94jh528aEHguEUZ5jjCDdeaOsL15otPPZCW/do656db9oLf1FCH3t4Q8o762+d9wInuPJCWx3car7DoRdGCrvYQB3bXvijv9x+kH28/gkwAGT3LHY2cQJdAAAAAElFTkSuQmCC) center center no-repeat;
}

.news-swiper-button-prev:hover {
  transform: rotate(0);
  background: #00c9ea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAUCAYAAAC07qxWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NzcxMWY2My1jOTlhLTY1NDctYWQ0OC05ZTRmZGY5NjdmMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTUyQjI1NEQ3MjQ4MTFFRUE2REFFNTMyQzRFQTBFQkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTUyQjI1NEM3MjQ4MTFFRUE2REFFNTMyQzRFQTBFQkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjFlMjk3ZGEtNWVjYi1hNTQwLWFlZDUtYzIxNWEyODRjOWYwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NzZlZWE0MzctNzI5Yi0wNjQwLThjYTQtYjEyNTczMDc4YThhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+DyNOtAAAAMFJREFUeNp8kjEKwkAQRUdTWKdQgp4kpYcQCWm8RVqPI6RIGkntUWzSBMFWwjLO4ge3yJ+BFwJ5mZ+ZrKhqp7+ajL0hS8RLbjwhP4yMiZHSmCFfPTHSQAzG0RNXxgB5NHZMFDwcIQ94eVEUxAbIjScKBlIMWHpihlUpVpczUbD8CXK3Fl4fI+B+43W8odvbODDppP+6sGG2ybfdvfW0kF4xkonnJLJmv7BAl1i9dyj6JLJgYp1EVuw8ppEt2+tXgAEAH39tLJT4w70AAAAASUVORK5CYII=) center center no-repeat;
}

.news-swiper-button > div.swiper-button-disabled {
  cursor: no-drop;
}

.news-list-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-list-ul li {
  width: 32.5%;
  box-shadow: 0px 0px 12px 0px 
		rgba(115, 115, 115, 0.15);
    margin-bottom: 60px;
}

.news-list-ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-list-ul .text {
  flex: 1;
}

.news-list-ul::after {
  content: '';
  display: block;
  width: 32.5%;
}

.news-list-ul .date {
  display: flex;
  align-items: center;
}

.news-list-ul .date > div {
  margin-right: 10px;
}

.news-list-ul .text {
  padding: 42px 30px;
  background: url(../images/news/arrow.png) left center no-repeat;
}

.news-list-ul .date span {
  font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.news-list-ul .text p {
  margin-top: 25px;
  font-size: 27px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00319f;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list-ul .image {
  text-align: center;
  position: relative;
}

.news-list-ul .image img {
  display: block;
}

.news-list-ul .image span{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0vw;
	color: #00319f;
	background-color: #00c9ea;
	border-radius: 0.313vw;
  padding: 0.1vw .5vw;
}

.news-list-box {
  padding-bottom: 90px;
}

.news-banner-info .text-wrap {
  max-width: 770px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.news-banner-info .text-wrap p {
  font-size: 29px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0vw;
	color: #fefefe;
  margin-top: 20px;
}

.news-banner-info .text-wrap h3 {
  font-size: 53px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #fefefe;
  margin-top: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-banner-share {
  display: flex;
  margin-top: 1.8vw;
}

.news-banner-share li {
  margin-right: 24px;
}

.news-banner-info-content {
  padding: 120px 0;
}

.rich-text {
  text-align: center;
  font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #333333;
  max-width: 1190px;
  margin: auto;
}

.rich-text img {
  display: inline-block;
}

.rich-text p {
  margin-bottom: 30px;
}

.news-banner-info-recommendation {
  background-color: #f7f7f7;
}

.news-banner-info-recommendation .title-head {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 80px;
} 

.news-banner-info-recommendation .title-head h2 {
  font-size: 56px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00319f;
}

.news-banner-info-recommendation .button {
  width: 120px;
	height: 38px;
	border-radius: 8px;
	border: solid 2px #00c9ea;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.news-banner-info-recommendation .button span a {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00c9ea;
}

.news-banner-info-recommendation .button:hover {
  background-color: #00c9ea;
}

.news-banner-info-recommendation .button:hover span a{
  color: #fff;
}

.news-banner-info-recommendation .news-list-ul li{
  margin-bottom: 0;
}
button#gdpr-cookie-advanced {
  color: #00c9ea !important;
}

#gdpr-cookie-message h4 {
  color: #00c9ea !important;
}

#gdpr-cookie-message a {
  color: #00c9ea !important;
}

#gdpr-cookie-accept{
  background: #00c9ea  !important;
}


 @media screen and (max-width:1700px){ 
  .news-swiper .text-wrap {
    width: 100%;
  }
  .news-swiper .flex .image {
    flex-shrink: 1;
    width: 50%;
  }
  .news-swiper .flex .text {
    width: 45%;
    flex: none;
  }
  
 }

 @media screen and (max-width:1877px){ 
  .our-solution-offer .content {
    overflow: hidden;
  }
 }

 @media screen and (max-width:1550px){ 
  .our-solution-banner >img {
    min-height: 760px;
    object-fit: cover;
  }
 }