* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  list-style: none;
}

.wrap {
  width: 1360px;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* header */
#header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

header {
  background: #fff;
  position: relative;
	border-bottom: 1px solid #c5c5c5;
}

.had {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: block;
  width: 200px;
}

.logo img {
  display: block;
  width: 100%;
}

.hadNav {
  display: flex;
}

.hadNav a {
  display: block;
  padding: 30px 15px;
  font-family: NotoSansCJKsc-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #353c41;
  border-right: 1px solid #c5c5c5;
}

.hadNav li:first-child a {
  border-left: 1px solid #c5c5c5;
}

.hadNav .active {
  background: #1A84D4;
  color: #fff;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
}

/* footer */
footer {
  padding: 70px 0;
  background: #181C1F;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}


/* index */
.banSwiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, .5);
  opacity: 1;
}

.banSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.concerning {
  padding: 60px 0 75px;
  max-width: 1080px;
  margin: 0 auto;
}

.title {
  text-align: center;
  color: #1a84d4;
}

.title h3 {
  text-align: center;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
}

.title p {
  font-family: ArialMT;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

.concerning>p {
  margin: 55px 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #353c41;
}

.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 56px;
  border-radius: 28px;
  border: solid 1px #becfe5;
  margin: 0 auto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1a84d4;
  transition: .6s;
}

.more:hover {
  background: #1A84D4;
  color: #fff;
}

.model {
  padding: 65px 0 75px;
  background: url('../images/back01.jpg') center no-repeat;
  background-size: cover;
}

.modUl {
  margin: 55px 0 60px;
  display: grid;
  grid-template-columns: repeat(4, 320px);
  justify-content: space-between;
}

.modMg {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #1a84d4;
}

.modMg img {
  display: block;
  width: 100%;
}

.modUl p,
.digUl p {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #353c41;
  margin: 15px 0;
}

.digital {
  background: #fff;
  padding: 65px 0 75px;
}

.digUl {
  display: grid;
  grid-template-columns: repeat(3, 440px);
  justify-content: space-between;
  margin: 50px 0;
}

.certificate {
  padding: 70px 0;
  background: url('../images/back02.jpg') center no-repeat;
  background-size: cover;
}

.certificate .title,
.certificate .more {
  color: #fff;
}

.touch {
  padding: 70px 0 80px;
}

.tochBox {
  max-width: 390px;
  margin: 0 auto;
}

.tochBox h4 {
  font-size: 28px;
  letter-spacing: 1px;
  color: #353c41;
  margin: 60px 0 40px;
}

.tochBox p {
  display: flex;
  /* align-items: center; */
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #788187;
}

.tochBox p span {
  /* display: flex;
  justify-content: center; */
  width: 20px;
  margin-right: 10px;
  padding-top: 10px;
}

.tochBox p img {
  display: block;
  max-width: 100%;
}


/* about */
.brief {
  padding: 70px 0;
}

.topic {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #353c41;
}

.brief h3 {
  margin: 0 0 80px;
}

.brief p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #353c41;
  overflow: hidden;
}

.brief img {
  float: left;
  margin-right: 20px;
  vertical-align: middle;
  max-width: 50%;
}

.team {
  padding: 70px 0;
  background: #EBF1F7;
}

.teamUl {
  margin: 80px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 440px);
  justify-content: space-between;
}

.teamUl li {
  background: #1A84D4;
}

.teaMg img {
  display: block;
  width: 100%;
}

.teaInfo {
  padding: 30px 35px;
}

.teaInfo h4,
.teaInfo h5 {
  text-align: center;
}

.teaInfo h4 {
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #ffffff;
}

.teaInfo h5 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0 0 30px;
}

.teaInfo p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}

.product {
  padding: 60px 0 90px;
}

.proUl {
  display: grid;
  grid-template-columns: repeat(4, 320px);
  justify-content: space-between;
}

.proUl li {
  background: #EBEBEB;
  margin-top: 60px;
}

.priMg {
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #1a84d4;
}

.priMg img {
  display: block;
  width: 100%;
}

.proTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #353c41;
  padding:0 15px;
}

.deta {
  padding: 70px 0;
}

.deta h3 {
  font-size: 60px;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #121216;
}

.deta table {
  max-width: 100%;
  margin: 50px 0 0;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 1px;
  color: #121216;
}

.cae {
  padding: 60px 0;
}

.topic p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #353c41;
  margin: 20px 0 0;
}

.caeUl li {
  margin: 80px 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 40px 0;
  text-align: center;
}

.caeUl li::after {
  content: '';
  width: 100%;
  height: 95%;
  background: #1A84D4;
  position: absolute;
  top: 0;
  left: 0;
}

.caeUl li h4 {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 0 50px;
}

.caeBox {
  background: #fff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border: solid 1px #1a84d4;
  padding: 20px 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.three>div {
  width: 33.33%;
}

.four>div {
  width: 25%;
}

.caeBox>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.caeMg {
  min-height: calc(100% - 45px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.caeLast {
  height: 100%;
}

.caeMg p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #353c41;
}

.caeMg img {
  display: block;
  max-width: 100%;
}

.tagging {
  display: inline-block;
  border-radius: 15px;
  border: solid 1px #353c41;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #353c41;
}

.caeBox h5 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #353c41;
  margin: 20px 0 0;
}

.aptit {
  padding: 60px 0 160px;
}

.aptUl li {
  margin: 60px 0 0;
}

.aptMg {
  display: flex;
  justify-content: center;
}

.aptMg div {
  margin: 0 8px;
  width: 290px;
}

.aptMg img {
  display: block;
  width: 100%;
}

.platform {
  display: block;
  width: 100%;
}


.outst {
  padding: 60px 0 80px;
}

.outst table {
  margin-top: 60px;
  width: 100%;
}

.outst th,
.outst td {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 28px;
  vertical-align: top;
}

.outst th:first-child,
.outst td:first-child {
  border-right: 1px solid #d0cabf;
}

.outst th {
  background: #353C41;
  text-align: left;
  letter-spacing: 1px;
  color: #ffffff;
}

.outst td {
  color: #353c41;
}

.outst tr:nth-child(odd) td {
  background: #EBEBEB;
}

.contact {
  padding: 60px 0 110px;
}

.contFont {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  background: #1A84D4;
  margin: 60px 0;
}

.contFont hr {
  width: 1px;
  border: none;
  background: #fff;
}

.company img {
  display: block;
  width: 197px;
}

.company h5 {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 20px 0 0;
}

.relate h6 {
  display: flex;
  font-size: 28px;
  font-weight: normal;
  line-height: 50px;
  white-space: nowrap;
  color: #ffffff;
}

.relate span {
  width: 100px;
  text-align: justify;
  text-align-last: justify;
}

.map img {
  display: block;
  width: 100%;
}

@media screen and (max-width:1500px) {

  .wrap {
    width: 1200px;
  }

  .hadNav a {
    padding: 25px 15px;
    font-size: 16px;
  }

  .brief h3 {
    margin: 0 0 60px;
  }

  .brief p,
  .teaInfo p {
    font-size: 18px;
    line-height: 30px;
  }

  .teamUl {
    margin: 60px 0 0;
    grid-template-columns: repeat(3, 32%);
  }

  .teaInfo {
    padding: 20px 25px;
  }

  .teaInfo h4 {
    font-size: 40px;
  }

  .teaInfo h5 {
    font-size: 24px;
    margin: 0 0 20px;
  }

  .caeBox h5 {
    font-size: 18px;
  }

  .modUl {
    margin: 40px 0 50px;
    grid-template-columns: repeat(4, 24%);
  }

  .digUl {
    grid-template-columns: repeat(3, 32%);
    margin: 40px 0;
  }

  .proUl {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }

  .proUl li {
    margin-top: 30px;
  }

  .proTxt {
    height: 170px;
    font-size: 28px;
  }

}


@media screen and (max-width:1300px) {

  .wrap {
    width: 1100px;
  }

  .logo {
    display: block;
    width: 170px;
  }

  .brief {
    padding: 40px 0;
  }

  .brief h3 {
    margin: 0 0 30px;
  }

  .topic {
    font-size: 32px;
  }

  .brief p,
  .teaInfo p {
    font-size: 16px;
    line-height: 30px;
  }

  .teaInfo h5 {
    font-size: 22px;
    margin: 0 0 20px;
  }

  .teaInfo h4 {
    font-size: 32px;
  }

  .team {
    padding: 50px 0;
  }

  .topic p {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0 0;
  }

  .caeUl li {
    margin: 50px 0;
    padding: 30px 30px 0;
  }

  .caeUl li h4 {
    font-size: 32px;
    margin: 0 0 30px;
  }

  .tagging,
  .caeMg p {
    font-size: 16px;
  }

  .tagging {
    padding: 5px 15px;
  }

}


@media screen and (max-width:1200px) {

  .wrap {
    width: 90%;
  }

  .logo {
    width: 150px;
  }

  .hadNav a {
    padding: 20px 5px;
    font-size: 15px;
  }

  .teamUl {
    margin: 30px 0 0;
  }

  .caeUl li h4 {
    font-size: 28px;
    margin: 0 0 15px;
  }

  .tagging,
  .caeMg p {
    font-size: 14px;
  }

  .caeBox h5 {
    font-size: 16px;
  }

  .relate h6 {
    font-size: 24px;
  }

  .company h5 {
    font-size: 30px;
  }

  .relate span {
    width: 80px;
  }

  .title h3 {
    font-size: 30px;
  }

  .title p {
    font-size: 16px;
  }

  .concerning,
  .model,
  .digital,
  .certificate,
  .touch {
    padding: 40px 0;
  }

  .concerning>p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 30px;
  }

  .more {
    width: 200px;
    height: 46px;
    font-size: 16px;
  }

  .tochBox h4 {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 30px 0 20px;
  }

  .modUl {
    margin: 30px 0;
    grid-template-columns: repeat(4, 24%);
  }

  .modUl p,
  .digUl p {
    font-size: 16px;
  }

  .digUl {
    grid-template-columns: repeat(3, 32%);
    margin: 40px 0;
  }

  .outst th,
  .outst td {
    padding: 20px 25px;
    font-size: 24px;
  }

  .proTxt {
    height: 100px;
    font-size: 22px;
  }

  .product {
    padding: 30px 0 50px;
  }



}


@media screen and (max-width:1020px) {

  .logo {
    width: 120px;
  }

  .hadNav a {
    padding: 15px 5px;
    font-size: 14px;
  }

  .topic {
    font-size: 26px;
  }

  .brief h3 {
    margin: 0 0 15px;
  }

  .brief p,
  .teaInfo p {
    font-size: 15px;
    line-height: 25px;
  }

  .team {
    padding: 40px 0;
  }

  .teamUl {
    margin: 15px 0 0;
  }

  .teaInfo {
    padding: 20px 15px;
  }

  .teaInfo h4 {
    font-size: 26px;
  }

  .teaInfo h5 {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .aptit {
    padding: 40px 0 80px;
  }

  .aptUl li {
    margin: 40px 0 0;
  }

  .tagging,
  .caeMg p {
    font-size: 12px;
  }

  .tagging {
    padding: 5px 10px;
  }

  .caeBox h5 {
    font-size: 15px;
  }

  .topic p {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0 0;
  }

  .caeUl li {
    margin: 30px 0;
    padding: 20px 20px 0;
  }

  .caeUl li h4 {
    font-size: 22px;
    margin: 0 0 10px;
  }

  .relate h6 {
    font-size: 18px;
    line-height: 40px;
  }

  .relate span {
    width: 60px;
  }

  .company h5 {
    font-size: 20px;
    margin: 15px 0 0;
  }

  .company img {
    width: 160px;
  }


  .contFont {
    padding: 30px 20px;
    margin: 40px 0;
  }

  .contact {
    padding: 40px 0 80px;
  }

  .deta {
    padding: 50px 0;
  }

  .deta h3 {
    font-size: 40px;
  }

  .deta table {
    margin: 30px 0 0;
    font-size: 24px;
  }

  .concerning>p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 30px;
  }

  .title h3 {
    font-size: 26px;
  }

  .title p,
  .modUl p,
  .digUl p {
    font-size: 15px;
  }

  .outst table {
    margin-top: 30px;
  }

  .outst th,
  .outst td {
    padding: 20px;
    font-size: 20px;
  }

  .outst {
    padding: 40px 0 65px;
  }

  .proUl {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
  }


}

.menu {
  display: none;
}

@media screen and (max-width:768px) {


  .menu {
    width: 30px;
    display: block;
    position: relative;
    z-index: 3;
  }

  .menu p {
    width: 100%;
    height: 3px;
    background: #304888;
    position: relative;
    margin: 10px 0;
    transition: .6s;
  }

  .active .menu p:first-child {
    transform: rotate(-45deg) translateX(-9px);
  }

  .active .menu p:last-child {
    transform: rotate(45deg) translateX(-9px);
  }

  .menu p::after {
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 2px solid #304888;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .menu p:first-child::after {
    left: 0;
  }

  .menu p:last-child::after {
    right: 6px;
  }

  .active .menu p::after {
    display: none;
  }

  .had {
    padding: 5px 0;
  }

  .hadNav {
    display: block;
    position: fixed;
    background: #fff;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: -150%;
    top: 46px;
    transition: .6s;
  }

  .active .hadNav {
    left: 0;
  }

  .hadNav a {
    padding: 15px 20px;
    font-size: 18px;
    border: none;
  }

  footer {
    padding: 30px 10px;
    font-size: 12px;
    line-height: 25px;
  }

  .brief img {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 10px 0;
  }

  .teamUl {
    grid-template-columns: repeat(1, 100%);
  }

  .teamUl li {
    margin: 0 0 20px;
  }

  .aptit {
    padding: 20px 0 40px;
  }

  .aptUl li {
    margin: 20px 0 0;
  }

  .aptMg div {
    margin: 0 2px;
  }

  .cae {
    padding: 20px 0;
  }

  .caeUl li {
    margin: 20px 0;
    padding: 20px 15px 0;
  }

  .caeUl li h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .three>div,
  .four>div {
    width: 100%;
    margin: 0 0 10px;
  }

  .contFont {
    padding: 20px 15px;
    margin: 20px 0 30px;
    flex-wrap: wrap;
  }

  .company img {
    width: 140px;
  }

  .company h5 {
    font-size: 22px;
    margin: 10px 0;
  }

  .relate h6 {
    font-size: 15px;
    line-height: 30px;
  }

  .relate span {
    width: 50px;
    text-align: justify;
    text-align-last: justify;
  }

  .contFont hr {
    width: 100%;
    opacity: 0;
  }

  .contact {
    padding: 20px 0 30px;
  }

  .deta {
    padding: 30px 0;
  }

  .deta h3 {
    font-size: 24px;
  }

  .deta table {
    margin: 15px 0 0;
    font-size: 17px;
    line-height: 30px;
  }

  .concerning,
  .model,
  .digital,
  .certificate,
  .touch {
    padding: 20px 0;
  }

  .concerning>p {
    margin: 15px 0;
    font-size: 15px;
    line-height: 25px;
  }

  .more {
    width: 140px;
    height: 35px;
    font-size: 14px;
  }

  .modUl,
  .digUl {
    margin: 15px 0;
    grid-template-columns: repeat(2, 48%);
  }

  .modUl li,
  .digUl li {
    margin: 0 0 10px;
  }

  .title h3 {
    font-size: 22px;
  }

  .title p,
  .modUl p,
  .digUl p {
    font-size: 13px;
    margin: 10px 0;
  }

  .tochBox h4 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 15px 0 10px;
  }

  .tochBox p {
    font-size: 16px;
    line-height: 30px;
  }

  .outst {
    padding: 20px 0 40px;
  }

  .outst th,
  .outst td {
    padding: 15px 10px;
    font-size: 14px;
  }

  .outst table {
    margin-top: 20px;
  }

  .proUl {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
  }

  .proTxt {
    height: 60px;
    font-size: 18px;
  }

}

.flex{display: flex;justify-content: space-around;}
.proimg{width:40%;}
.protext{width:50%;}

