.title {
  font-size: 32px;
  color: #96A4C3;
  font-weight: 300;
  padding: 50px 0 30px 0;
  text-align: center;
}
.service-left-fixed {
  width: 180px;
  background-color: #E3E8EC;
  left: 0px;
  top: 50%;
  border-top-right-radius: 12px;
  position: fixed;
  z-index: 99;
  overflow: hidden;
  padding-bottom: 0px;
  display: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.service-left-fixed .top-loading {
  height: 35px;
  background-color: #3B5DA3;
  padding-top: 3px;
}
.service-left-fixed .top-loading .loading-more {
  margin: 3px 0 0 103px;
}
.service-left-fixed .top-loading .loading-more span {
  margin-right: 1px;
  background-color: #fff;
}
.service-left-fixed .menu-two dl {
  background-color: #fff;
  text-align: left;
  border-top-right-radius: 10px;
  position: relative;
}
.service-left-fixed .menu-two dl dd {
  color: #96A4C3;
  font-size: 14px;
  box-sizing: content-box;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
  background: url("../img/header/two-menu.png") no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.service-left-fixed .menu-two dl dd a {
  color: #565657;
  display: block;
  line-height: 30px;
  padding-left: 20px;
  margin: 10px 0px;
}
.service-left-fixed .menu-two dl dd a .arrow-right {
  top: 21px;
}
.service-left-fixed .menu-two dl dd:hover,
.service-left-fixed .menu-two dl dd.active {
  background-color: #1992CD;
  font-weight: 300;
  color: #fff;
  background-image: none;
}
.service-left-fixed .menu-two dl dd:hover a,
.service-left-fixed .menu-two dl dd.active a {
  color: #fff;
}
.service-left-fixed .menu-two dl dd:hover .arrow-right,
.service-left-fixed .menu-two dl dd.active .arrow-right {
  border-color: #fff;
}
.margin-service {
  margin: 0 80px;
}
.code-description .content .title {
  padding: 80px 0 50px 0;
}
.code-description .content .table {
  width: calc((100% - 80px)/2);
}
.code-description .content .table .tr {
  background-color: #F4F5F9;
  line-height: 50px;
  margin-bottom: 5px;
  display: flex;
}
.code-description .content .table .tr dd {
  width: 60%;
  box-sizing: border-box;
  padding-left: 15%;
}
.code-description .content .table .tr dd:nth-child(2) {
  width: 40%;
  padding-left: 10%;
}
.code-description .content .table .tr.header {
  background-color: #3B5DA3;
  color: #fff;
}
.code-description .content .table-box {
  display: flex;
  justify-content: space-between;
}
.ip-register .ip-register-page .content .ip-con1 {
  display: flex;
  align-items: flex-start;
}
.ip-register .ip-register-page .content .ip-con1 img {
  width: 260px;
}
.ip-register .ip-register-page .content .ip-con1 .text {
  line-height: 2;
  padding-left: 80px;
  text-indent: 34px;
}
.ip-register .ip-register-page .content .ip-con1 .ip-register-title {
  font-size: 42px;
  color: #3B5DA3;
  font-weight: 300;
  text-indent: 0;
  padding-top: 42px;
  line-height: 50px;
}
.ip-register .ip-register-page .content .ip-con1 .ip-register-title span {
  letter-spacing: 3px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.ip-register .ip-register-page .content .ip-con1 .ip-register-title span:before {
  content: '';
  position: absolute;
  height: 15px;
  background-color: #E9ECF5;
  width: 110%;
  bottom: 8px;
  left: 0px;
  z-index: -1;
}
.ip-register .ip-register-page .content .ip-con2 .a1 {
  text-align: center;
  padding-top: 40px;
}
.ip-register .ip-register-page .content .ip-con2 .a1 img {
  width: 53%;
}
.ip-register .ip-register-page .content .ip-con2 .a2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ip-register .ip-register-page .content .ip-con2 .a2 img {
  width: calc((100% - 80px)/2);
}
.ip-register .ip-register-page .content .ip-con3 {
  border: 1px solid #378FCA;
  padding: 30px 40px;
  margin: 150px 0 0 0;
  position: relative;
  line-height: 2;
}
.ip-register .ip-register-page .content .ip-con3 img {
  position: absolute;
  right: 60px;
  top: -30px;
  width: 100px;
}
.surface-treatment .surface-treatment-page .list {
  display: flex;
  margin: 50px 0px;
  flex-wrap: wrap;
}
.surface-treatment .surface-treatment-page .list dd {
  width: calc((100% - 60px)/3);
  background-color: rgba(232, 235, 244, 0.5);
  border-radius: 12px;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: block;
  padding: 20px;
  padding-bottom: 36px;
}
.surface-treatment .surface-treatment-page .list dd:nth-child(3n) {
  margin-right: 0px;
}
.surface-treatment .surface-treatment-page .list dd .img {
  text-align: center;
}
.surface-treatment .surface-treatment-page .list dd .img img {
  width: 100%;
}
.surface-treatment .surface-treatment-page .list dd .name {
  border-bottom: 1px solid #3887BD;
  font-size: 21px;
  line-height: 1.6;
  padding-left: 0px;
  margin: 30px 0 0 0px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
}
.icon-explain .icon-explain-page .list dd {
  background-color: #E9ECF5;
  border: 1px dashed #378FCA;
  padding: 10px 40px 30px 40px;
  position: relative;
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
}
.icon-explain .icon-explain-page .list dd .name {
  position: absolute;
  top: -20px;
  left: 3%;
}
.icon-explain .icon-explain-page .list dd .name span {
  padding: 10px 0px;
  background-color: #3B5DA3;
  color: #fff;
  position: relative;
  display: inline-block;
  width: 200px;
  text-align: center;
}
.icon-explain .icon-explain-page .list dd .name span:before {
  content: '';
  position: absolute;
  border: 12px solid;
  border-color: #3B5DA3 transparent transparent transparent;
  height: 0px;
  width: 0px;
  left: 50%;
  bottom: -19px;
  margin-left: -8px;
}
.icon-explain .icon-explain-page .list dd .dd {
  width: 20%;
  box-sizing: border-box;
  padding: 0 3%;
  margin-top: 50px;
}
.icon-explain .icon-explain-page .list dd .dd .img {
  width: 100%;
  border: 1px solid #000000;
  height: 0px;
  padding-bottom: 100%;
  background-size: 102%;
  background-repeat: no-repeat;
  background-position: -1px -1px;
}
.icon-explain .icon-explain-page .list dd .dd .img.none {
  border: none;
}
.icon-explain .icon-explain-page .list dd .dd p {
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 16px;
}
.illustration .illustration-page .margin-service .con {
  background-color: #E9ECF5;
}
.illustration .illustration-page .margin-service .con .img {
  padding: 50px 100px;
}
.illustration .illustration-page .margin-service .con .img img {
  width: 100%;
}
.illustration .illustration-page .margin-service .con .text .line {
  height: 2px;
  background-color: #378FCA;
  position: relative;
}
.illustration .illustration-page .margin-service .con .text .line span {
  width: 200px;
  background-color: #3B5DA3;
  display: block;
  height: 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.illustration .illustration-page .margin-service .con .text .a1 {
  display: flex;
  justify-content: space-between;
  padding: 50px 100px;
}
.illustration .illustration-page .margin-service .con .text .a1 div {
  width: calc((100% - 50px)/2);
}
.illustration .illustration-page .margin-service .con .text .a2 {
  padding: 0px 100px 50px 100px;
}
.lip-height-explain .lip-height-explain-page .list {
  background-color: #f8f9fd;
  margin-bottom: 30px;
}
.lip-height-explain .lip-height-explain-page .list .line {
  height: 2px;
  background-color: #378FCA;
  position: relative;
}
.lip-height-explain .lip-height-explain-page .list .line span {
  width: 200px;
  background-color: #3B5DA3;
  display: block;
  height: 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.lip-height-explain .lip-height-explain-page .list .img {
  display: flex;
  padding: 30px 20px;
  align-items: center;
}
.lip-height-explain .lip-height-explain-page .list .img img {
  width: 50%;
}
.lip-height-explain .lip-height-explain-page .list .img.a2 img:first-child {
  width: 45%;
}
.lip-height-explain .lip-height-explain-page .list .img.a2 img:last-child {
  width: 55%;
}
.lip-height-explain .lip-height-explain-page .list .img.a3 img:first-child {
  width: 40%;
}
.lip-height-explain .lip-height-explain-page .list .img.a3 img:last-child {
  width: 60%;
  margin-left: 20px;
}
.zykmys .zykmys-page .line {
  height: 2px;
  background-color: #378FCA;
  position: relative;
}
.zykmys .zykmys-page .line span {
  width: 200px;
  background-color: #3B5DA3;
  display: block;
  height: 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.zykmys .zykmys-page dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
}
.zykmys .zykmys-page dl dd {
  background-color: #E9ECF5;
  width: calc((100% - 60px)/3);
  padding: 30px;
  margin-top: 20px;
  margin-right: 30px;
}
.zykmys .zykmys-page dl dd:nth-child(3n) {
  margin-right: 0px;
}
.zykmys .zykmys-page dl dd .img img {
  width: 90%;
}
.zykmys .zykmys-page dl dd .name {
  border-bottom: 1px solid #378FCA;
  padding-bottom: 10px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.contact-us .contact-us-page1 {
  background: #F4F5FA url("../img/contact-us/bg1.jpg") no-repeat 0 bottom;
  background-size: 100% auto;
  padding-bottom: 100px;
}
.contact-us .contact-us-page1 .con {
  background-color: #fff;
  border-top-left-radius: 50px ;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.contact-us .contact-us-page1 .con .left {
  width: 25%;
}
.contact-us .contact-us-page1 .con .left img {
  width: 100%;
}
.contact-us .contact-us-page1 .con .right {
  flex: 1;
  box-sizing: border-box;
}
.contact-us .contact-us-page1 .con .right .logo {
  text-align: right;
  padding: 30px;
}
.contact-us .contact-us-page1 .con .right .logo img {
  width: 200px;
}
.contact-us .contact-us-page1 .con .right .a {
  padding: 0 0 0 50px;
}
.contact-us .contact-us-page1 .con .right .a .name {
  font-size: 32px;
  color: #3A599A;
  font-weight: 300;
  border-bottom: 1px solid #3887BD;
  padding: 50px 0 30px 0;
}
.contact-us .contact-us-page1 .con .right .a .a-contact {
  padding: 0px 0 10px 0;
}
.contact-us .contact-us-page1 .con .right .a .a-contact a {
  display: inline-block;
  background: url("../img/header/mobile.svg") no-repeat 0 center;
  background-size: 25px auto;
  padding-left: 40px;
  color: #343B7B;
  line-height: 25px;
  margin-top: 5.2%;
  font-size: 18px;
  margin-right: 10%;
}
.contact-us .contact-us-page1 .con .right .a .a-contact a.email {
  background: url("../img/header/email.svg") no-repeat 0 center;
  background-size: 25px auto;
}
.contact-us .contact-us-page1 .con .right .a .a-contact a.map {
  background: url("../img/header/map.svg") no-repeat 0 center;
  background-size: 25px auto;
}
.contact-us .contact-us-page2 .content .con {
  border: 1px solid #3B5DA3;
  display: flex;
}
.contact-us .contact-us-page2 .content .con .left {
  background: #F4F5FA url("../img/contact-us/xs1.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 25% ;
  box-sizing: border-box;
  padding: 0 4%;
  padding-top: 5%;
}
.contact-us .contact-us-page2 .content .con .left .user-icon img {
  width: 100%;
}
.contact-us .contact-us-page2 .content .con .left .name {
  text-align: center;
  font-size: 18px;
  padding: 20px 0 0 0;
}
.contact-us .contact-us-page2 .content .con .left .name strong {
  display: inline-block;
  padding: 0 10px;
  padding-bottom: 10px;
}
.contact-us .contact-us-page2 .content .con .left .name strong span {
  font-size: 14px;
  color: #8898A8;
}
.contact-us .contact-us-page2 .content .con .left .name a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #3B5DA3;
  padding: 10px 0 0 0;
  color: #000000;
}
.contact-us .contact-us-page2 .content .con .left .email {
  text-align: center;
}
.contact-us .contact-us-page2 .content .con .left .email a {
  color: #3B5DA3;
}
.contact-us .contact-us-page2 .content .con .left .icon {
  text-align: center;
  padding: 30px 0;
}
.contact-us .contact-us-page2 .content .con .left .icon img {
  width: 66%;
}
.contact-us .contact-us-page2 .content .con .right {
  flex: 1;
  box-sizing: border-box;
  padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
}
.contact-us .contact-us-page2 .content .con .right dd {
  width: calc((100% - 60px)/3);
  margin: 15px 0;
  margin-right: 30px;
}
.contact-us .contact-us-page2 .content .con .right dd:nth-child(3n) {
  margin-right: 0px;
}
.contact-us .contact-us-page2 .content .con .right dd .user-icon img {
  width: 100%;
}
.contact-us .contact-us-page2 .content .con .right dd .name {
  text-align: center;
  font-size: 18px;
  padding: 20px 0 0 0;
}
.contact-us .contact-us-page2 .content .con .right dd .name strong {
  display: inline-block;
  padding: 0 10px;
  padding-bottom: 10px;
}
.contact-us .contact-us-page2 .content .con .right dd .name strong span {
  font-size: 14px;
  color: #8898A8;
}
.contact-us .contact-us-page2 .content .con .right dd .name a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #3B5DA3;
  padding: 10px 0 0 0;
  color: #000000;
}
.contact-us .contact-us-page2 .content .con .right dd .email {
  text-align: center;
}
.contact-us .contact-us-page2 .content .con .right dd .email a {
  color: #3B5DA3;
}
.contact-us .contact-us-page2 .content .con.two {
  margin-top: 30px;
}
.shop .shop-page .shop-page-con {
  display: flex;
  padding: 100px 0 10px 0;
}
.shop .shop-page .shop-page-con dd {
  width: 25%;
  text-align: center;
}
.shop .shop-page .shop-page-con dd img {
  max-width: 261px;
  width: 100%;
}
@media screen and (max-width: 1430px) {
  .content {
    padding: 0 80px;
    box-sizing: border-box;
  }
  .margin-service {
    margin: 0 20px;
  }
  .surface-treatment .surface-treatment-page .list {
    display: flex;
    margin: 50px 0px;
    flex-wrap: wrap;
  }
  .surface-treatment .surface-treatment-page .list dd {
    width: calc((100% - 60px)/3);
    background-color: rgba(232, 235, 244, 0.5);
    border-radius: 12px;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: block;
    padding: 20px;
    padding-bottom: 36px;
  }
  .surface-treatment .surface-treatment-page .list dd:nth-child(3n) {
    margin-right: 0px;
  }
  .surface-treatment .surface-treatment-page .list dd .img {
    text-align: center;
  }
  .surface-treatment .surface-treatment-page .list dd .img img {
    width: 100%;
  }
  .surface-treatment .surface-treatment-page .list dd .name {
    font-size: 16px;
    border-bottom: 1px solid #3887BD;
    line-height: 20px;
    padding-left: 0px;
    margin: 30px 0 0 0px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
  }
  .contact-us .contact-us-page1 .con .right .a .name {
    font-size: 24px;
  }
  .contact-us .contact-us-page1 .con .right .a .a-contact a {
    font-size: 16px;
  }
  .contact-us .contact-us-page2 .content .con .right dd .email a {
    font-size: 14px;
  }
  .contact-us .contact-us-page1 .con .right .a .a-contact {
    padding: 0px 0 30px 0;
  }
  .service-left-fixed {
    display: none!important;
  }
}
@media screen and (max-width: 1000px) {
  .content {
    padding: 0px;
  }
  .illustration .illustration-page .margin-service .con .img {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .code-description .content .table {
    width: 100%;
    display: block;
  }
  .code-description .content .table-box {
    display: block;
    margin-bottom: 20px;
  }
  .ip-register .ip-register-page .content .ip-con1 {
    display: block;
    text-align: center;
  }
  .ip-register .ip-register-page .content .ip-con1 img {
    width: 100px;
  }
  .ip-register .ip-register-page .content .ip-con1 .text {
    padding-left: 0px;
    padding-top: 20px;
    text-align: left;
  }
  .ip-register .ip-register-page .content .ip-con2 .a1 img {
    display: none;
  }
  .ip-register .ip-register-page .content .ip-con2 .a2 {
    display: block;
  }
  .ip-register .ip-register-page .content .ip-con2 .a2 img {
    width: 100%;
    margin-bottom: 20px;
  }
  .ip-register .ip-register-page .content .ip-con3 {
    margin-top: 80px;
  }
  .surface-treatment .surface-treatment-page .list {
    display: block;
  }
  .surface-treatment .surface-treatment-page .list dd {
    width: 100%;
  }
  .icon-explain .icon-explain-page .list dd {
    padding: 10px 20px 30px 20px;
  }
  .icon-explain .icon-explain-page .list dd .dd {
    width: 50%;
  }
  .illustration .illustration-page .margin-service .con .text {
    font-size: 14px;
  }
  .illustration .illustration-page .margin-service .con .text .a1 {
    display: block;
    padding: 50px 50px;
  }
  .illustration .illustration-page .margin-service .con .text .a1 div {
    width: 100%;
  }
  .illustration .illustration-page .margin-service .con .text .a2 {
    padding: 0px 50px 50px 50px;
  }
  .lip-height-explain .lip-height-explain-page .list .img {
    display: block;
    padding-top: 0px;
  }
  .lip-height-explain .lip-height-explain-page .list .img img {
    width: 100% !important;
  }
  .zykmys .zykmys-page .line span {
    width: 40vw;
  }
  .zykmys .zykmys-page dl {
    display: block;
    padding: 0px;
  }
  .zykmys .zykmys-page dl dd {
    width: 100%;
    margin-right: 0px;
  }
  .contact-us .contact-us-page1 {
    background: #F4F5FA url("../img/contact-us/bg1.jpg") no-repeat 0 bottom;
    background-size: 100% auto;
    padding-bottom: 100px;
  }
  .contact-us .contact-us-page1 .con {
    border-top-left-radius: 0px ;
    display: block;
  }
  .contact-us .contact-us-page1 .con .left {
    width: 100%;
  }
  .contact-us .contact-us-page1 .con .left img {
    width: 100%;
  }
  .contact-us .contact-us-page1 .con .right .logo {
    text-align: center;
    padding: 30px;
  }
  .contact-us .contact-us-page1 .con .right .logo img {
    width: 160px;
  }
  .contact-us .contact-us-page1 .con .right .a {
    padding: 0 20px;
  }
  .contact-us .contact-us-page1 .con .right .a .name {
    font-size: 21px;
    padding: 0px 0 30px 0;
  }
  .contact-us .contact-us-page1 .con .right .a .a-contact {
    padding: 10px 0 30px 0;
  }
  .contact-us .contact-us-page1 .con .right .a .a-contact a {
    background-size: 18px auto;
    font-size: 14px;
  }
  .contact-us .contact-us-page1 .con .right .a .a-contact a.email {
    background-size: 18px auto;
  }
  .contact-us .contact-us-page1 .con .right .a .a-contact a.map {
    background-size: 18px auto;
  }
  .contact-us .contact-us-page2 .content {
    padding: 0 20px;
  }
  .contact-us .contact-us-page2 .content .con {
    display: block;
  }
  .contact-us .contact-us-page2 .content .con .left {
    width: 100% ;
  }
  .contact-us .contact-us-page2 .content .con .left .icon img {
    width: 46%;
  }
  .contact-us .contact-us-page2 .content .con .right {
    display: block;
  }
  .contact-us .contact-us-page2 .content .con .right dd {
    width: 100%;
    padding-bottom: 20px;
  }
  .shop .shop-page .shop-page-con {
    display: flex;
    padding: 50px 0 0px 0;
    flex-wrap: wrap;
  }
  .shop .shop-page .shop-page-con dd {
    width: 50%;
    text-align: center;
  }
  .shop .shop-page .shop-page-con dd img {
    max-width: 261px;
    width: 70%;
  }
}
/*# sourceMappingURL=service.css.map */