@charset "UTF-8";
html,
body {
  padding: 0;
  margin: 0;
  background: black;
}
body {
  overflow-x: hidden;
}
#main {
  margin: 0 auto;
}
.img-responsive {
  width: 100%;
  max-width: auto;
}
.mb {
  display: none;
}
.newsmore {
  padding: 0px;
  text-align: right;
}
.newsmore a {
  color: #fff;
  text-decoration: underline;
}
.section_title {
  margin: 0 auto 40px;
  width: 50%;
  border-bottom: 1px solid white;
}
.section_title.black {
  border-bottom: 1px solid #000;
}
.section_title.black h2 {
  color: black;
}
.section_title h2 {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 50px;
  color: white;
  text-align: center;
}
.section_title h2:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  font-size: 0;
  width: 60px;
  height: 5px;
  background: #0e4ade;
}
.section_title ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section_title ul li {
  flex: auto;
  cursor: pointer;
}
.section_title ul li h2 {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 50px;
  color: white;
  text-align: center;
}
.section_title ul li h2:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  font-size: 0;
  width: 60px;
  height: 5px;
  background: #0e4ade;
  display: none;
}
.section_title ul li.active h2 {
  color: #0e4ade;
}
.section_title ul li.active h2:after {
  display: block;
}
.secon_title {
  font-size: 32px;
  color: white;
  text-align: center;
}
a.cta {
  position: relative;
  padding: 20px 60px 20px 30px;
  background: #0e4ade !important;
  font-size: 18px;
  color: white  !important;
}
a.cta:hover {
  text-decoration: none;
}
a.cta:after {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 25px;
  height: 9px;
  background: url('../images/button-arrow-white.png') no-repeat;
  background-size: cover;
}
a.cta.secondary {
  background: transparent  !important;
  color: #000 !important;
  border: 1px solid #000;
  padding: 10px 60px 10px 20px;
}
a.cta.secondary:after {
  background: url('../images/button-arrow-black.png') no-repeat;
  background-size: cover;
}
.side-nav {
  position: fixed;
  top: 50%;
  right: -8.85416vw;
  transform: translateY(-50%);
  width: 8.85416vw;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.63);
  z-index: 5;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.side-nav.expand {
  right: 0;
}
.side-nav.expand .handle-nav .handle-text.nav-close {
  display: block;
}
.side-nav.expand .handle-nav .handle-text.nav-open {
  display: none;
}
.side-nav .handle-nav {
  position: absolute;
  top: 50%;
  left: -2.1875vw;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 1;
}
.side-nav .handle-nav img {
  width: 2.1875vw;
}
.side-nav .handle-nav .handle-text {
  font-size: 0.9375vw;
  color: #d0d0d0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: tb;
  white-space: nowrap;
  letter-spacing: 3px;
}
.side-nav .handle-nav .handle-text.nav-close {
  display: none;
}
.side-nav ul {
  padding: 0 0.78125vw;
  margin: 0;
}
.side-nav ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #d0d0d0;
  padding: 1.0416vw 0;
  border-bottom: 2px dashed #7c8587;
  cursor: pointer;
  font-size: 1.0248vw;
}
.side-nav ul li.active {
  color: #2a84ff;
}
.side-nav ul li.active img.default {
  display: none;
}
.side-nav ul li.active img.active {
  display: inline-block;
}
.side-nav ul li:last-child {
  border: none;
}
.side-nav ul li img {
  width: 1.6666vw;
  margin-right: 0.5208vw;
}
.side-nav ul li img.active {
  display: none;
}
.side-nav ul li h2 {
  font-size: 1.0248vw;
  white-space: nowrap;
  margin: 0;
  line-height: 1.2;
}
.kv {
  font-size: 0;
  position: relative;
}
.kv.customKv .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kv.customKv .container .section_title {
  width: 70%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.kv.customKv .container .section_title::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  font-size: 0;
  width: 60px;
  height: 5px;
  background: #0e4ade;
}
.kv.customKv .container .section_title .customKvLogo {
  margin-bottom: 20px;
}
.kv.customKv .container .custommade_content_Text {
  font-size: 26px;
  color: white;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px;
}
.kv.customKv .container .custom_content {
  text-align: center;
}
.kv.customKv .container .custom_content p {
  font-size: 18px;
  color: white;
  line-height: 1.25em;
}
.kv.customKv .container .custom_content .custom_cta {
  background: url('../images/btn-custom.png') no-repeat;
  width: 240px;
  height: 63px;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-left: 122px;
  margin: 20px auto 0;
  color: #0e4ade;
  text-decoration: none;
  background-size: 100% 100%;
}
.news_cases {
  position: relative;
}
.news_cases .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news_cases .container .section_content {
  display: flex;
  margin-top: 20px;
  background: rgba(162, 157, 153, 0.27);
  padding: 30px 40px;
}
.news_cases .container .section_content .news_item {
  display: flex;
}
.news_cases .container .section_content .news_item .news_img {
  flex: none;
  width: 45%;
}
.news_cases .container .section_content .news_item .news_info {
  display: flex;
  align-items: flex-start;
  padding-left: 5%;
}
.news_cases .container .section_content .news_item .news_info .news_date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-right: 5%;
  border: 1px solid white;
  font-size: 20px;
  color: white;
}
.news_cases .container .section_content .news_item .news_info .news_date span {
  font-size: 1.5em;
}
.news_cases .container .section_content .news_item .news_info .news_content h3 {
  margin: 0 0 20px;
  font-size: 30px;
  color: white;
  line-height: 1.2;
}
.news_cases .container .section_content .news_item .news_info .news_content p {
  margin-bottom: 20px;
  font-size: 18px;
  color: white;
  line-height: 1.5em;
}
.news_cases .container .section_content .news_item .news_info .news_content a.cta {
  float: right;
}
.news_cases .container .section_content .news_list {
  display: flex;
  flex-wrap: wrap;
}
.news_cases .container .section_content .news_list .news_info {
  background: #ffffff;
  opacity: 0.77;
  width: 45%;
  margin: 0 2.5%;
  filter: alpha(opacity = 77);
}
.news_cases {
  position: relative;
}
.news_cases .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news_cases .container .section_content {
  display: flex;
  margin-top: 20px;
  background: rgba(162, 157, 153, 0.27);
  padding: 30px 40px;
}
.news_cases .container .section_content .news_item {
  display: flex;
}
.news_cases .container .section_content .news_item .news_img {
  flex: none;
  width: 45%;
}
.news_cases .container .section_content .news_item .news_info {
  display: flex;
  align-items: flex-start;
  padding-left: 5%;
}
.news_cases .container .section_content .news_item .news_info .news_date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-right: 5%;
  border: 1px solid white;
  font-size: 20px;
  color: white;
}
.news_cases .container .section_content .news_item .news_info .news_date span {
  font-size: 1.5em;
}
.news_cases .container .section_content .news_item .news_info .news_content h3 {
  margin: 0 0 20px;
  font-size: 30px;
  color: white;
  line-height: 1.2;
}
.news_cases .container .section_content .news_item .news_info .news_content p {
  margin-bottom: 20px;
  font-size: 18px;
  color: white;
  line-height: 1.5em;
}
.news_cases .container .section_content .news_item .news_info .news_content a.cta {
  float: right;
}
.news_list {
  background: url(../images/background_newslist.jpg) no-repeat;
  background-size: cover;
}
.news_list .section_title {
  margin: 0 auto 1.0416vw;
}
.news_list .container {
  padding: 4.0625vw 0;
}
.news_list .container .swiperNews {
  position: relative;
}
.news_list .container .swiperNews .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.news_list .container .swiperNews .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  width: 25px;
  height: 20px;
  border-radius: 0;
  margin: 0 3px;
}
.news_list .container .swiperNews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0e4ade;
  color: #fff;
}
.news_list .container .section_content {
  display: flex;
  margin-top: 1.0416vw;
}
.news_list .container .section_content .news_item {
  display: flex;
  flex-wrap: wrap;
}
.news_list .container .section_content .news_item .news_info {
  display: flex;
  width: 47.5%;
  align-items: flex-start;
  background: #ffffff;
  opacity: 0.77;
  filter: alpha(opacity = 77);
  margin-bottom: 5%;
  padding: 2.1875vw;
}
.news_list .container .section_content .news_item .news_info:nth-child(odd) {
  margin-right: 2.5%;
}
.news_list .container .section_content .news_item .news_info:nth-child(even) {
  margin-left: 2.5%;
}
.news_list .container .section_content .news_item .news_info .news_date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  padding-bottom: 10px;
  margin-right: 5%;
  border: 1px solid white;
  font-size: 0.9375vw;
  color: #000;
  border-bottom: 2px solid #0e4ade;
}
.news_list .container .section_content .news_item .news_info .news_date span {
  font-size: 2.239583vw;
}
.news_list .container .section_content .news_item .news_info .news_content h3 {
  margin: 0 0 1.04166vw;
  font-size: 1.25vw;
  color: #000;
  line-height: 1.2;
}
.news_list .container .section_content .news_item .news_info .news_content p {
  margin-bottom: 1.04166vw;
  font-size: 0.9375vw;
  color: #000;
  line-height: 1.5em;
}
.news_list .container .section_content .news_item .news_info .news_content a.cta {
  background: none;
  float: right;
  padding: 0.83333vw 3.125vw 0.83333vw 1.354166vw;
  font-size: 0.9375vw;
}
.news_list .container .section_content .news_item .news_info .news_content a.cta:after {
  right: 1.30208vw;
  width: 1.302083vw;
  height: 0.46875vw;
}
.news_list .return {
  float: right;
}
.workshop {
  position: relative;
}
.workshop .container-fluid {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  z-index: 1;
}
.workshop .container-fluid .section_title {
  width: 60%;
}
.workshop .map {
  position: relative;
}
.workshop .map .points {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.workshop .map .points .point {
  position: absolute;
  width: 2.24%;
  height: 27%;
  font-size: 0;
  cursor: pointer;
}
.workshop .map .points .point.w {
  width: 5%;
  height: 10.5%;
}
.workshop .map .points .point.jilin {
  left: 10.68%;
  top: 34.19%;
}
.workshop .map .points .point.beijing {
  left: 17.7%;
  top: 53%;
}
.workshop .map .points .point.shandong {
  left: 23.3%;
  top: 1.6%;
}
.workshop .map .points .point.shanxi {
  left: 24.6%;
  top: 72.5%;
}
.workshop .map .points .point.gansu {
  left: 31.1%;
  top: 39%;
}
.workshop .map .points .point.shanxi1 {
  left: 37.2%;
  top: 55%;
}
.workshop .map .points .point.henan {
  left: 43.6%;
  top: 74%;
}
.workshop .map .points .point.jiangsu {
  left: 44.3%;
  top: 50.19%;
}
.workshop .map .points .point.anhui {
  left: 44.2%;
  top: 1.3%;
}
.workshop .map .points .point.shanghai {
  left: 52.1%;
  top: 0;
}
.workshop .map .points .point.hubei {
  left: 60%;
  top: 5%;
}
.workshop .map .points .point.sichuan {
  left: 68.7%;
  top: 4%;
  height: 17%;
}
.workshop .map .points .point.zhejiang {
  left: 71.7%;
  top: 45%;
}
.workshop .map .points .point.guizhou {
  left: 75.2%;
  top: 65%;
  height: 29%;
}
.workshop .map .points .point.yunnan {
  left: 80.6%;
  top: 18%;
  height: 30%;
}
.workshop .map .points .point.guangdong {
  left: 86.4%;
  top: 54%;
}
.workshop .map .points .shop {
  display: none;
  position: absolute;
  background: #0e4ade;
  width: 320px;
  padding: 15px;
}
.workshop .map .points .shop.column2 {
  width: 600px;
}
.workshop .map .points .shop.column2 ul {
  flex-wrap: wrap;
}
.workshop .map .points .shop.column2 ul li {
  width: 50%;
  flex: none;
}
.workshop .map .points .shop.column3 {
  width: 870px;
}
.workshop .map .points .shop.column3 ul {
  flex-wrap: wrap;
}
.workshop .map .points .shop.column3 ul li {
  width: 33.3%;
  flex: none;
}
.workshop .map .points .shop.left:before {
  position: absolute;
  left: -20px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0e4ade;
}
.workshop .map .points .shop.right:before {
  position: absolute;
  right: -20px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0e4ade;
}
.workshop .map .points .shop.jilin {
  left: 14%;
  top: 59%;
}
.workshop .map .points .shop.beijing {
  left: 21%;
  top: 55%;
}
.workshop .map .points .shop.shandong {
  left: 27%;
  top: 24%;
}
.workshop .map .points .shop.shanxi {
  left: 28%;
  top: 74%;
}
.workshop .map .points .shop.gansu {
  left: 34%;
  top: 40%;
}
.workshop .map .points .shop.shanxi1 {
  left: 40.5%;
  top: 56%;
}
.workshop .map .points .shop.henan {
  left: 46.5%;
  top: 75%;
}
.workshop .map .points .shop.jiangsu {
  left: 50.5%;
  top: 55%;
}
.workshop .map .points .shop.anhui {
  left: 48%;
  top: 23%;
}
.workshop .map .points .shop.shanghai {
  left: 55%;
  top: 23%;
}
.workshop .map .points .shop.hubei {
  right: 41%;
  top: 27%;
}
.workshop .map .points .shop.sichuan {
  right: 31%;
  top: 18%;
}
.workshop .map .points .shop.zhejiang {
  right: 29.5%;
  top: 50%;
}
.workshop .map .points .shop.guizhou {
  right: 25.5%;
  top: 67%;
}
.workshop .map .points .shop.yunnan {
  right: 20%;
  top: 45%;
}
.workshop .map .points .shop.guangdong {
  right: 14%;
  top: 56%;
}
.workshop .map .points .shop h4 {
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 25px;
  color: white;
  font-weight: 400;
  border-bottom: 1px dashed white;
}
.workshop .map .points .shop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.workshop .map .points .shop ul li {
  width: 100%;
  padding-right: 0px;
  font-size: 17px;
  color: white;
}
.workshop .map .shops-group {
  position: absolute;
  left: 0;
  top: 0;
}
.workshop .mapDiv ul {
  display: flex;
  flex-wrap: wrap;
}
.workshop .mapDiv ul .mapDivListLi {
  width: 10vw;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0.5208vw;
  margin: 0.2083vw;
  padding: 3.4375vw 0;
  position: relative;
}
.workshop .mapDiv ul .mapDivListLi .mapIconText {
  text-align: center;
  cursor: pointer;
}
.workshop .mapDiv ul .mapDivListLi .mapIconText.cursorAuto {
  cursor: auto;
}
.workshop .mapDiv ul .mapDivListLi .mapIconText .mapIcon {
  width: 1.8229vw;
}
.workshop .mapDiv ul .mapDivListLi .mapIconText .mapIconActive {
  display: none;
  width: 1.8229vw;
}
.workshop .mapDiv ul .mapDivListLi .mapIconText p {
  color: #fff;
  font-size: 1.25vw;
  margin: 0.625vw 0 0 0;
}
.workshop .mapDiv ul .mapDivListLi .mapIconText.active .mapIcon {
  display: none;
}
.workshop .mapDiv ul .mapDivListLi .mapIconText.active .mapIconActive {
  display: block;
}
.workshop .mapDiv ul .mapDivListLi .mapPupop {
  display: none;
  position: absolute;
  left: 4.9479vw;
  top: 9vw;
  z-index: 2;
}
.workshop .mapDiv ul .mapDivListLi .mapPupop::before {
  content: '';
  background: url('../images/icon-pupopbefore.png') no-repeat;
  background-size: 0.8333vw 0.8333vw;
  width: 0.8333vw;
  height: 0.8333vw;
  left: 0;
  top: -0.72vw;
  position: absolute;
}
.workshop .mapDiv ul .mapDivListLi .mapPupop.onerow {
  width: 17.802vw;
}
.workshop .mapDiv ul .mapDivListLi .mapPupop.onerow .mapPupopDiv ul li {
  width: calc(100% - 0.8332vw);
}
.workshop .mapDiv ul .mapDivListLi .mapPupop.tworow {
  width: 32.6041vw;
}
.workshop .mapDiv ul .mapDivListLi .mapPupop.tworow .mapPupopDiv ul li {
  width: calc(50% - 0.8332vw);
}
.workshop .mapDiv ul .mapDivListLi .mapPupop.right {
  left: auto;
  right: 4.9479vw;
}
.workshop .mapDiv ul .mapDivListLi .mapPupop.right::before {
  left: auto;
  right: 0vw;
  transform: rotate(270deg);
}
.workshop .mapDiv ul .mapDivListLi .mapPupop .mapPupopDiv h2 {
  background: #f5cd61;
  padding: 0.625vw 0.7291vw;
  font-size: 1.302vw;
  color: #000;
  margin: 0;
}
.workshop .mapDiv ul .mapDivListLi .mapPupop .mapPupopDiv ul {
  background: #fff;
  padding: 0.2604vw 0.3125vw;
}
.workshop .mapDiv ul .mapDivListLi .mapPupop .mapPupopDiv ul li {
  font-size: 0.7812vw;
  margin: 0.2604vw 0.4166vw;
  color: #000;
}
.workshop .mapDiv ul .mapDivListLi .mapPupop .mapPupopDiv ul li a {
  color: #000;
  font-size: 0.7812vw;
  text-decoration: underline !important;
  cursor: pointer;
}
.workshop .notice {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.36);
  display: flex;
}
.workshop .notice:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url('../images/icon-notice.png') no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.studiolayer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31.9791vw;
  z-index: 5;
}
.studiolayer .studiolayerTitle {
  font-size: 1.25vw;
  background: #ffd45f;
  margin: 0;
  padding: 1.4583vw;
  border-radius: 0.7291vw 0.7291vw 0 0;
}
.studiolayer .studiolayerDiv {
  background: url(../images/bg-studiolayer.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.7291vw 1.4583vw;
  text-align: center;
}
.studiolayer .studiolayerDiv .studiolayerText {
  font-size: 1.0416vw;
  text-align: left;
}
.studiolayer .studiolayerDiv .btnclose {
  margin-top: 2vw;
  font-size: 0.9375vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.63);
  padding: 0.65vw 2vw;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.suede {
  position: relative;
}
.suede .container {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.suede .suede_content {
  display: inline-block;
  background: url(../images/bg-customDiv.png) repeat;
  padding: 30px 40px;
  width: 480px;
  margin-top: 100px;
  position: absolute;
  left: 0;
}
.suede .suede_content h3 {
  margin: 0 0 14px 0;
  font-size: 32px;
  color: white;
  line-height: 1.25em;
}
.suede .suede_content p {
  margin: 0 0 20px 0;
  font-size: 25px;
  color: white;
  line-height: 1.25em;
}
.suede .suede_content .plateDiv {
  width: 380px;
}
.suede .suede_content .plateDiv p {
  margin: 0;
  font-size: 20px;
  color: white;
  line-height: 1.25em;
  margin-bottom: 8px;
}
.suede .suede_content .plateDiv ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.suede .suede_content .plateDiv ul li {
  margin-bottom: 8px;
  font-size: 20px;
  color: white;
  line-height: 1.25em;
  width: 50%;
}
.suede .suede_content .suede-cta {
  display: inline-block;
}
.suede .suede_content:hover {
  background: url(../images/bg-customDiv-2.png) repeat;
}
.suede .suede_content:hover .suede-cta {
  background: #fff !important;
  color: #0e4ade !important;
}
.suede .suede_content:hover .suede-cta::after {
  background: url(../images/button-arrow-blue.png) no-repeat;
  background-size: 100% 100%;
}
.suede .suede_img {
  width: 17.6875vw;
  position: absolute;
  left: 28vw;
  bottom: -4vw;
  z-index: 2;
}
.suede .suede_img img {
  width: 100%;
}
.glaze {
  position: relative;
}
.glaze .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.glaze .glaze_content {
  display: inline-block;
  background: url(../images/bg-customDiv.png) repeat;
  padding: 30px 40px;
  width: 510px;
  margin-top: 100px;
  position: absolute;
  right: 0;
}
.glaze .glaze_content h3 {
  margin: 0 0 14px 0;
  font-size: 32px;
  color: white;
  line-height: 1.25em;
}
.glaze .glaze_content p {
  margin: 0 0 20px 0;
  font-size: 25px;
  color: white;
  line-height: 1.25em;
}
.glaze .glaze_content .plateDiv {
  width: 380px;
}
.glaze .glaze_content .plateDiv p {
  margin: 0;
  font-size: 20px;
  color: white;
  line-height: 1.25em;
  margin-bottom: 8px;
}
.glaze .glaze_content .plateDiv ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.glaze .glaze_content .plateDiv ul li {
  margin-bottom: 8px;
  font-size: 20px;
  color: white;
  line-height: 1.25em;
  width: 50%;
}
.glaze .glaze_content .glaze-cta {
  display: inline-block;
}
.glaze .glaze_content:hover {
  background: url(../images/bg-customDiv-2.png) repeat;
}
.glaze .glaze_content:hover .glaze-cta {
  background: #fff !important;
  color: #0e4ade !important;
}
.glaze .glaze_content:hover .glaze-cta::after {
  background: url(../images/button-arrow-blue.png) no-repeat;
  background-size: 100% 100%;
}
.glaze .glaze_img {
  position: absolute;
  width: 15.416vw;
  right: 25vw;
  bottom: -7vw;
  z-index: 2;
}
.glaze .glaze_img img {
  width: 100%;
}
.frame {
  position: relative;
}
.frame .container {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.frame .frame_content {
  display: inline-block;
  background: url(../images/bg-customDiv.png) repeat;
  padding: 30px 40px;
  width: 480px;
  margin-top: 100px;
  position: absolute;
  left: 0;
}
.frame .frame_content h3 {
  margin: 0 0 14px 0;
  font-size: 32px;
  color: white;
  line-height: 1.25em;
}
.frame .frame_content p {
  margin: 0 0 20px 0;
  font-size: 25px;
  color: white;
  line-height: 1.25em;
}
.frame .frame_content .plateDiv {
  width: 380px;
}
.frame .frame_content .plateDiv p {
  margin: 0;
  font-size: 20px;
  color: white;
  line-height: 1.25em;
  margin-bottom: 8px;
}
.frame .frame_content .plateDiv ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.frame .frame_content .plateDiv ul li {
  margin-bottom: 8px;
  font-size: 20px;
  color: white;
  line-height: 1.25em;
  width: 50%;
}
.frame .frame_content .frame-cta {
  display: inline-block;
}
.frame .frame_content:hover {
  background: url(../images/bg-customDiv-2.png) repeat;
}
.frame .frame_content:hover .frame-cta {
  background: #fff !important;
  color: #0e4ade !important;
}
.frame .frame_content:hover .frame-cta::after {
  background: url(../images/button-arrow-blue.png) no-repeat;
  background-size: 100% 100%;
}
.frame .frame_img {
  position: absolute;
  width: 13.3854vw;
  left: 25vw;
  bottom: -7vw;
  z-index: 2;
}
.frame .frame_img img {
  width: 100%;
}
.collection {
  position: relative;
}
.collection .container {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.collection .container .section_title {
  margin: 0 auto 15px;
}
.collection .collection_content {
  display: inline-block;
  background: url(../images/bg-customDiv.png) repeat;
  padding: 30px 40px;
  width: 560px;
  margin-top: 120px;
  position: absolute;
  right: 0;
}
.collection .collection_content h3 {
  margin: 0 0 14px 0;
  font-size: 32px;
  color: white;
  line-height: 1.25em;
}
.collection .collection_content p {
  margin: 0 0 20px 0;
  font-size: 25px;
  color: white;
  line-height: 1.25em;
}
.collection .collection_content .plateDiv {
  width: 380px;
  margin: 0 0 20px 0;
}
.collection .collection_content .plateDiv p {
  margin: 0;
  font-size: 20px;
  color: white;
  line-height: 1.25em;
  margin-bottom: 8px;
}
.collection .collection_content .plateDiv ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.collection .collection_content .plateDiv ul li {
  margin-bottom: 8px;
  font-size: 20px;
  color: white;
  line-height: 1.25em;
  width: 100%;
}
.collection .collection_content .collection-cta {
  display: inline-block;
}
.collection .collection_content:hover {
  background: url(../images/bg-customDiv-2.png) repeat;
}
.collection .collection_content:hover .collection-cta {
  background: #fff !important;
  color: #0e4ade !important;
}
.collection .collection_content:hover .collection-cta::after {
  background: url(../images/button-arrow-blue.png) no-repeat;
  background-size: 100% 100%;
}
.collection .collection_img {
  position: absolute;
  width: 13.3854vw;
  right: 25vw;
  bottom: 3vw;
  z-index: 2;
}
.collection .collection_img img {
  width: 100%;
}
.custom-return {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
}
.custom-return a {
  display: inline-block;
}
.announcement {
  position: relative;
}
.announcement .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.announcement .section_title {
  width: 60%;
}
.announcement .announcement_content {
  text-align: center;
  background: url('../images/bg-announcement-content.png') no-repeat;
  background-size: 100% 100%;
  padding: 46px 0;
  width: 80%;
  margin: 0 auto;
}
.announcement .announcement_content h3 {
  margin: 0 auto 38px;
  font-size: 40px;
  color: white;
  line-height: 1.25em;
}
.announcement .announcement_content p {
  font-size: 26px;
  color: white;
  line-height: 1.5em;
}
.whatis {
  position: relative;
}
.whatis .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.whatis .logo,
.whatis .copy {
  text-align: center;
  margin: 30px;
}
.whatis p {
  margin-bottom: 25px;
  font-size: 20px;
  color: white;
  line-height: 1.25em;
}
.custom {
  position: relative;
}
.custom .container {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.custom .container .section_title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.custom .container .section_title::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  font-size: 0;
  width: 60px;
  height: 5px;
  background: #0e4ade;
}
.custom .custom_content_Text {
  margin-bottom: 20px;
  font-size: 32px;
  color: white;
  line-height: 1.25em;
  text-align: center;
}
.custom .custom_content {
  width: 100%;
}
.custom .custom_content .custom_content_img {
  width: 10.416vw;
}
.custom .custom_content .custom_content_img img {
  width: 100%;
}
.custom .custom_content p {
  margin-bottom: 16px;
  font-size: 20px;
  color: white;
  line-height: 1.25em;
}
.custom .custom_content ul {
  display: flex;
  flex-wrap: wrap;
  padding-inline-start: 20px;
  margin-bottom: 25px;
}
.custom .custom_content ul li {
  margin-bottom: 0;
  font-size: 20px;
  color: white;
  line-height: 1.25em;
  margin-right: 40px;
  list-style-type: inherit;
}
.custom .custom_content .custom_cta {
  display: inline-block;
}
.custom .containerImg {
  position: absolute;
  top: 51%;
  left: 53%;
  width: 33vw;
}
.custom .containerImg img {
  width: 100%;
}
.products {
  position: relative;
}
.products .container-fluid,
.products .container {
  width: 100%;
  padding: 5% 0;
  background: url(../images/background_products_02.jpg) no-repeat;
  background-size: cover;
}
.products .container-fluid .product-items,
.products .container .product-items {
  margin-top: 50px;
  padding-bottom: 60px;
}
.products .container-fluid .product-items .product-item-group,
.products .container .product-items .product-item-group {
  display: flex;
}
.products .container-fluid .product-items .product-item-group .product-item,
.products .container .product-items .product-item-group .product-item {
  flex: 1;
  text-align: center;
  padding: 0 15px;
}
.products .container-fluid .product-items .product-item-group .product-item .product-image,
.products .container .product-items .product-item-group .product-item .product-image {
  position: relative;
}
.products .container-fluid .product-items .product-item-group .product-item .product-image .color,
.products .container .product-items .product-item-group .product-item .product-image .color {
  position: absolute;
  right: 0;
  bottom: 0;
}
.products .container-fluid .product-items .product-item-group .product-item h4,
.products .container .product-items .product-item-group .product-item h4 {
  margin-bottom: 25px;
  font-size: 22px;
  color: #000;
}
.products .container-fluid .product-items .product-item-group .product-item img,
.products .container .product-items .product-item-group .product-item img {
  width: auto;
}
.products .container-fluid .product-items .swiper-pagination,
.products .container .product-items .swiper-pagination {
  bottom: 0;
}
.products .container-fluid .product-items .swiper-pagination .swiper-pagination-bullet,
.products .container .product-items .swiper-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 9px;
  border-radius: 5px;
  margin: 0 15px;
  transition: width 0.5s;
}
.products .container-fluid .product-items .swiper-pagination .swiper-pagination-bullet-active,
.products .container .product-items .swiper-pagination .swiper-pagination-bullet-active {
  background: #0e4ade;
  width: 90px;
}
.products .container-fluid .media .tb,
.products .container .media .tb {
  width: 90%;
  margin: 0 auto;
  background: #d0dce8;
}
.products .container-fluid .media .tb th,
.products .container .media .tb th,
.products .container-fluid .media .tb td,
.products .container .media .tb td {
  padding: 5px 10px;
  border: 1px solid white;
  font-size: 16px;
}
.products .container-fluid .media .tb th,
.products .container .media .tb th {
  background: #8296a6;
  color: white;
  text-align: center;
}
.products .container-fluid .media .tb_img,
.products .container .media .tb_img {
  width: 100%;
}
.products .container-fluid .tool,
.products .container .tool {
  margin: 15px;
}
.products .container-fluid .tool .toolDiv,
.products .container .tool .toolDiv {
  width: 54%;
  margin: 0 auto;
  display: flex;
}
.products .container-fluid .tool .toolDiv .toolDivInfo,
.products .container .tool .toolDiv .toolDivInfo {
  margin: 0 75px;
  text-align: center;
}
.products .container-fluid .tool .toolDiv .toolDivInfo .toolDivImg img,
.products .container .tool .toolDiv .toolDivInfo .toolDivImg img {
  width: 100%;
}
.products .container-fluid .tool .toolDiv .toolDivInfo .toolDivText,
.products .container .tool .toolDiv .toolDivInfo .toolDivText {
  text-align: center;
  margin-top: 24px;
  font-size: 22px;
  margin-bottom: 25px;
}
.products .container-fluid .tool .toolDiv .toolDivInfo .cta.threedary,
.products .container .tool .toolDiv .toolDivInfo .cta.threedary {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 10px 50px 10px 20px;
}
.products .container-fluid .tool .toolDiv .toolDivInfo .cta.threedary::after,
.products .container .tool .toolDiv .toolDivInfo .cta.threedary::after {
  background: url(../images/icon-down.png) no-repeat;
  background-size: cover;
  width: 19px;
  height: 19px;
  right: 23px;
}
@media (max-width: 1600px) {
  .suede .suede_img {
    width: 17.6875vw;
  }
  .glaze .glaze_img {
    width: 12.416vw;
  }
  .frame .frame_img {
    width: 10.3854vw;
  }
  .collection .collection_img {
    width: 10.3854vw;
  }
}
@media (max-width: 1440px) {
  .section_title {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .section_title.homenews {
    margin-bottom: 28px;
  }
  .section_title ul li h2 {
    font-size: 40px;
  }
  .whatis .logo,
  .whatis .copy {
    margin: 15px;
  }
  .whatis p {
    margin-bottom: 10px;
    line-height: 1.35em;
    font-size: 18px;
  }
  .media {
    margin-top: 0;
  }
  .suede .suede_content {
    margin-top: 25px;
  }
  .suede .suede_img {
    width: 17.6875vw;
    left: 27vw;
    bottom: -9vw;
  }
  .glaze .glaze_img {
    width: 13.416vw;
    right: 17vw;
    bottom: -12.5vw;
  }
  .frame .frame_content {
    margin-top: 60px;
  }
  .frame .frame_img {
    width: 11.3854vw;
    left: 19vw;
    bottom: -11vw;
  }
  .collection .container {
    top: 10%;
  }
  .collection .collection_content {
    margin-top: 70px;
  }
  .collection .collection_content .plateDiv {
    margin: 0;
  }
  .collection .collection_img {
    width: 11.3854vw;
    right: 22vw;
    bottom: 2vw;
  }
  .products .container-fluid .media .tb td {
    font-size: 14px;
  }
  .products .container-fluid .product-items {
    padding-bottom: 40px;
  }
  .products .container-fluid .tool .toolDiv {
    width: 55%;
  }
  .products .container-fluid .tool .toolDiv .toolDivInfo {
    margin: 0 40px;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  .kv {
    font-size: 0;
    position: relative;
  }
  .kv.customKv .container {
    width: 100%;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
  }
  .kv.customKv .container .section_title {
    width: 100%;
    margin-bottom: 20px;
  }
  .kv.customKv .container .section_title .customKvLogo {
    width: 40.9333vw;
    margin-bottom: 20px;
  }
  .kv.customKv .container .custommade_content_Text {
    font-size: 20px;
    margin-bottom: 0;
  }
  .kv.customKv .container .custom_content {
    padding: 10px 0 0 0;
  }
  .kv.customKv .container .custom_content p {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
  }
  .kv.customKv .container .custom_content .custom_cta {
    width: 37.866vw;
    height: 9.866vw;
    font-size: 3.7333vw;
    padding-left: 16.266vw;
    background-size: cover;
    margin: 20px auto 0;
  }
  .secon_title {
    font-size: 18px;
  }
  .section_title {
    width: 100%;
    margin-bottom: 10px;
  }
  .section_title.homenews {
    margin-bottom: 10px;
  }
  .section_title h2 {
    font-size: 23px;
  }
  .section_title ul li h2 {
    font-size: 23px;
  }
  .side-nav {
    right: -120px;
    width: 120px;
  }
  .side-nav .handle-nav {
    left: -25px;
  }
  .side-nav .handle-nav img {
    width: 25px;
  }
  .side-nav .handle-nav .handle-text {
    font-size: 12px;
  }
  .side-nav ul li {
    padding: 10px 0;
    border-width: 1px;
  }
  .side-nav ul li img {
    width: 16px;
    margin-right: 5px;
  }
  .side-nav ul li h2 {
    font-size: 14px;
  }
  a.cta {
    padding: 10px 28px 10px 8px;
    font-size: 12px;
  }
  a.cta:after {
    right: 8px;
    width: 15px;
    background-position: 100% center;
  }
  a.cta.secondary {
    padding: 10px 28px 10px 8px;
  }
  a.cta.secondary:after {
    right: 8px;
    width: 15px;
    height: 5px;
    background-position: 100% center;
  }
  .news_cases .container {
    width: 100%;
    top: 5%;
    left: auto;
    transform: none;
  }
  .news_cases .container .section_content {
    padding: 15px;
  }
  .news_cases .container .section_content .news_item {
    flex-direction: column;
  }
  .news_cases .container .section_content .news_item .news_img {
    width: auto;
  }
  .news_cases .container .section_content .news_item .news_info {
    display: block;
    position: relative;
    padding: 10px 0;
  }
  .news_cases .container .section_content .news_item .news_info .news_date {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
  }
  .news_cases .container .section_content .news_item .news_info .news_content h3 {
    font-size: 14px;
  }
  .news_cases .container .section_content .news_item .news_info .news_content p {
    font-size: 10px;
  }
  .news_cases .container .section_content .news_item .news_info .news_content a.cta {
    float: none;
  }
  .news_list {
    background: url('../images/background_newslist_mb.jpg') no-repeat;
  }
  .news_list .section_title {
    margin: 0 auto 1.0416vw;
  }
  .news_list .container {
    padding: 6.93335vw 3.2vw;
  }
  .news_list .container .swiperNews {
    padding-bottom: 7.2vw;
  }
  .news_list .container .section_content {
    display: flex;
    margin-top: 6.9333vw;
  }
  .news_list .container .section_content .news_item .news_info {
    width: 100%;
    margin-bottom: 2%;
    padding: 4.8vw;
  }
  .news_list .container .section_content .news_item .news_info:nth-child(odd) {
    margin-right: 0;
  }
  .news_list .container .section_content .news_item .news_info:nth-child(even) {
    margin-left: 0;
  }
  .news_list .container .section_content .news_item .news_info .news_date {
    margin-right: 3.7333vw;
    font-size: 2.93333vw;
  }
  .news_list .container .section_content .news_item .news_info .news_date span {
    font-size: 6.6666vw;
  }
  .news_list .container .section_content .news_item .news_info .news_content h3 {
    margin: 0 0 3.46666;
    font-size: 3.46666vw;
    color: #000;
    line-height: 1.2;
  }
  .news_list .container .section_content .news_item .news_info .news_content p {
    margin-bottom: 3.2vw;
    font-size: 2.66666vw;
    color: #000;
    line-height: 1.5em;
  }
  .news_list .container .section_content .news_item .news_info .news_content a.cta {
    background: none;
    float: right;
    padding: 2.2666vw 6.66666vw 2.2666vw 2.2666vw;
    font-size: 2.66666vw;
  }
  .news_list .container .section_content .news_item .news_info .news_content a.cta:after {
    right: 2.33333vw;
    height: 8px;
    width: 15px;
  }
  .news_list .return {
    text-align: center;
    float: none;
    margin: 6.9333vw auto 0;
  }
  .workshop {
    background: url(../images/background_workshop_mb.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 8vw 0;
  }
  .workshop .container-fluid {
    position: static;
    top: 5%;
    left: auto;
    width: 100%;
    transform: none;
  }
  .workshop .container-fluid .section_title {
    width: calc(100% - 30px);
    margin: 20px 15px;
  }
  .workshop .container-fluid .section_title h2 {
    font-size: 21px;
  }
  .workshop .map {
    margin-top: 10%;
  }
  .workshop .map .points .point {
    width: 14.4%;
    height: 13%;
  }
  .workshop .map .points .point.w {
    width: 14.4%;
    height: 6.33%;
  }
  .workshop .map .points .point.jilin {
    left: 4.68%;
    top: 13.19%;
  }
  .workshop .map .points .point.beijing {
    left: 17.7%;
    top: 22.2%;
  }
  .workshop .map .points .point.shandong {
    left: 39.3%;
    top: 0;
  }
  .workshop .map .points .point.shanxi {
    left: 36.6%;
    top: 31.6%;
  }
  .workshop .map .points .point.gansu {
    left: 51.1%;
    top: 14%;
  }
  .workshop .map .points .point.shanxi1 {
    left: 72%;
    top: 15.6%;
  }
  .workshop .map .points .point.henan {
    left: 81%;
    top: 31.6%;
  }
  .workshop .map .points .point.jiangsu {
    left: 4.3%;
    top: 85.19%;
    width: 18%;
  }
  .workshop .map .points .point.anhui {
    left: 76%;
    top: 1.3%;
    height: 9%;
    width: 16%;
  }
  .workshop .map .points .point.shanghai {
    left: 7.1%;
    top: 57%;
  }
  .workshop .map .points .point.hubei {
    left: 22%;
    top: 68%;
  }
  .workshop .map .points .point.sichuan {
    left: 47%;
    top: 56%;
    height: 12%;
  }
  .workshop .map .points .point.zhejiang {
    left: 42.7%;
    top: 76%;
    width: 18%;
  }
  .workshop .map .points .point.guizhou {
    left: 61.2%;
    top: 90%;
    height: 13%;
  }
  .workshop .map .points .point.yunnan {
    left: 70.6%;
    top: 70%;
    height: 13%;
  }
  .workshop .map .points .point.guangdong {
    left: 80.4%;
    top: 81%;
  }
  .workshop .map .points .shop {
    width: auto;
    max-width: 350px;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%);
  }
  .workshop .map .points .shop .icon-close {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: -25px;
    opacity: 1 !important;
  }
  .workshop .map .points .shop.column3 ul li {
    width: 50%;
  }
  .workshop .map .points .shop:before {
    display: none;
  }
  .workshop .map .points .shop h4 {
    font-size: 15px;
  }
  .workshop .map .points .shop ul li {
    font-size: 9px;
  }
  .workshop .mapDiv ul {
    padding: 0;
    justify-content: center;
  }
  .workshop .mapDiv ul .mapDivListLi {
    width: 30.4vw;
    border-radius: 1.0666vw;
    margin: 0.6vw;
    padding: 3.3333vw 0;
  }
  .workshop .mapDiv ul .mapDivListLi .mapIconText .mapIcon {
    width: 4.6666vw;
  }
  .workshop .mapDiv ul .mapDivListLi .mapIconText .mapIconActive {
    width: 4.6666vw;
  }
  .workshop .mapDiv ul .mapDivListLi .mapIconText p {
    color: #fff;
    font-size: 3.2vw;
    margin: 1.6vw 0 0 0;
  }
  .workshop .mapDiv ul .mapDivListLi .mapIconText.active .mapIcon {
    display: none;
  }
  .workshop .mapDiv ul .mapDivListLi .mapIconText.active .mapIconActive {
    display: block;
  }
  .workshop .mapDiv ul .mapDivListLi .mapPupop {
    display: none;
    position: absolute;
    left: 4.9479vw;
    top: 9vw;
    z-index: 2;
  }
  .workshop .mapDiv ul .mapDivListLi .mapPupop::before {
    content: '';
    background: url('../images/icon-pupopbefore.png') no-repeat;
    background-size: 0.8333vw 0.8333vw;
    width: 0.8333vw;
    height: 0.8333vw;
    left: 0;
    top: -0.72vw;
    position: absolute;
  }
  .workshop .mapDiv ul .mapDivListLi .mapPupop.onerow {
    width: 14.802vw;
  }
  .workshop .mapDiv ul .mapDivListLi .mapPupop.onerow .mapPupopDiv ul li {
    width: calc(100% - 0.8332vw);
  }
  .workshop .mapDiv ul .mapDivListLi .mapPupop.tworow {
    width: 27.6041vw;
  }
  .workshop .mapDiv ul .mapDivListLi .mapPupop.tworow .mapPupopDiv ul li {
    width: calc(50% - 0.8332vw);
  }
  .workshop .mapDiv ul .mapDivListLi .mapPupop.right {
    left: auto;
    right: 4.9479vw;
  }
  .workshop .mapDiv ul .mapDivListLi .mapPupop.right::before {
    left: auto;
    right: 0vw;
    transform: rotate(270deg);
  }
  .workshop .mapDiv ul .mapDivListLi .mapPupop .mapPupopDiv h2 {
    background: #f5cd61;
    padding: 0.625vw 0.7291vw;
    font-size: 1.302vw;
    color: #000;
    margin: 0;
  }
  .workshop .mapDiv ul .mapDivListLi .mapPupop .mapPupopDiv ul {
    background: #fff;
    padding: 0.2604vw 0.3125vw;
  }
  .workshop .mapDiv ul .mapDivListLi .mapPupop .mapPupopDiv ul li {
    font-size: 0.7812vw;
    margin: 0.2604vw 0.4166vw;
    color: #000;
  }
  .workshop .mapDiv ul .mapDivListLi .mapPupop .mapPupopDiv ul li a {
    color: #000;
    font-size: 0.7812vw;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .workshop .mapDiv ul.mapDivListList .mapDivListLi {
    display: none;
    width: 93%;
    padding: 0;
    border-radius: 0;
    margin: 1.0666vw 0;
  }
  .workshop .mapDiv ul.mapDivListList .mapDivListLi .mapPupop {
    display: block;
    position: static;
  }
  .workshop .mapDiv ul.mapDivListList .mapDivListLi .mapPupop::before {
    display: none;
  }
  .workshop .mapDiv ul.mapDivListList .mapDivListLi .mapPupop.onerow {
    width: 100%;
  }
  .workshop .mapDiv ul.mapDivListList .mapDivListLi .mapPupop.onerow ul li {
    width: calc(100% - 0.8vw);
  }
  .workshop .mapDiv ul.mapDivListList .mapDivListLi .mapPupop.tworow {
    width: 100%;
  }
  .workshop .mapDiv ul.mapDivListList .mapDivListLi .mapPupop.tworow ul li {
    width: calc(50% - 0.8vw);
  }
  .workshop .mapDiv ul.mapDivListList .mapDivListLi .mapPupop .mapPupopDiv h2 {
    font-size: 3.4666vw;
    padding: 1.302vw 1.3333vw;
    border-radius: 1.3333vw 1.3333vw 0 0;
  }
  .workshop .mapDiv ul.mapDivListList .mapDivListLi .mapPupop .mapPupopDiv ul {
    padding: 1.302vw 0.9333vw;
    border-radius: 0 0 1.3333vw 1.3333vw;
  }
  .workshop .mapDiv ul.mapDivListList .mapDivListLi .mapPupop .mapPupopDiv ul li {
    font-size: 2.75vw;
    margin: 1.302vw 0.4vw;
  }
  .workshop .mapDiv ul.mapDivListList .mapDivListLi .mapPupop .mapPupopDiv ul li a {
    font-size: 2.75vw;
  }
  .workshop .notice {
    font-size: 9px;
  }
  .workshop .notice:before {
    width: 10px;
    height: 10px;
  }
  .studiolayer {
    display: none;
    width: 82%;
  }
  .studiolayer .studiolayerTitle {
    font-size: 3.4666vw;
    margin: 0;
    padding: 3.3333vw;
  }
  .studiolayer .studiolayerDiv {
    background: url(../images/bg-studiolayer.png) no-repeat;
    background-size: 100% 100%;
    padding: 4vw 3.3333vw;
    text-align: center;
  }
  .studiolayer .studiolayerDiv .studiolayerText {
    font-size: 3.2vw;
    text-align: left;
  }
  .studiolayer .studiolayerDiv .btnclose {
    margin-top: 7.4666vw;
    font-size: 2.9333vw;
    padding: 2.4vw 8vw;
  }
  .announcement .container {
    top: 5%;
    left: auto;
    width: 100%;
    transform: none;
  }
  .announcement .section_title {
    width: 100%;
  }
  .announcement .announcement_content {
    text-align: center;
    background: url('../images/bg-announcement-content-mb.png') no-repeat;
    background-size: 100% 100%;
    padding: 28px 0;
    width: 100%;
    margin: 36px auto;
  }
  .announcement .announcement_content h3 {
    margin: 0 auto 15px;
    font-size: 24px;
    color: white;
    line-height: 1.25em;
  }
  .announcement .announcement_content p {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1.75em;
  }
  .whatis .container {
    top: 5%;
    left: auto;
    width: 100%;
    transform: none;
  }
  .whatis .logo {
    margin: 15px;
  }
  .whatis .logo img {
    width: 124px;
  }
  .whatis .copy {
    margin: 15px;
  }
  .whatis .copy img {
    width: 150px;
  }
  .whatis p {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1.5em;
  }
  .custom .container {
    position: absolute;
    left: auto;
    width: 100%;
    transform: none;
    top: 5%;
  }
  .custom .container .section_title {
    padding-bottom: 10px;
    position: relative;
  }
  .custom .container .section_title img {
    width: 55.0666vw;
  }
  .custom .custom_content_Text {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .custom .custom_content {
    width: 100%;
    text-align: center;
  }
  .custom .custom_content .custom_content_img {
    width: 22.4vw;
    margin: 0 auto 8px;
  }
  .custom .custom_content p {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.75em;
  }
  .custom .custom_content ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    justify-content: center;
  }
  .custom .custom_content ul li {
    font-size: 11px;
    color: white;
    line-height: 1.25em;
    margin: 0 15px 8px;
  }
  .custom .custom_content .custom_cta {
    margin: 0 auto;
    display: inline-block;
  }
  .custom .containerImg {
    position: static;
    width: 90%;
    margin: 20px auto 0;
  }
  .custom .containerImg img {
    width: 100%;
  }
  .products .container-fluid .product-items {
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .products .container-fluid .product-items .product-item-group .product-item .product-image.mb-mt {
    margin-top: 17px;
  }
  .products .container-fluid .product-items .product-item-group .product-item .product-image .color {
    width: 50px;
  }
  .products .container-fluid .product-items .product-item-group .product-item h4 {
    font-size: 12px;
  }
  .products .container-fluid .product-items .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    margin: 0 5px;
  }
  .products .container-fluid .product-items .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
  }
  .products .container-fluid .tool .toolDiv {
    width: 100%;
  }
  .products .container-fluid .tool .toolDiv .toolDivInfo {
    margin: 0 2.6666vw;
  }
  .products .container-fluid .tool .toolDiv .toolDivInfo .toolDivText {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
  }
  .products .container-fluid .tool .toolDiv .toolDivInfo .cta.threedary {
    padding: 10px 28px 10px 8px;
  }
  .products .container-fluid .tool .toolDiv .toolDivInfo .cta.threedary::after {
    width: 14px;
    height: 14px;
    right: 8px;
  }
  .suede .container {
    top: 5%;
    left: 0;
    transform: none;
    width: 100%;
  }
  .suede .suede_content {
    padding: 5.0666vw;
    width: 76vw;
    margin-top: 40vw;
    left: 6.6666vw;
  }
  .suede .suede_content h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
  }
  .suede .suede_content p {
    margin: 0 0 8px 0;
    font-size: 14px;
  }
  .suede .suede_content .plateDiv {
    width: auto;
  }
  .suede .suede_content .plateDiv p {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .suede .suede_content .plateDiv ul li {
    margin-bottom: 4px;
    font-size: 11px;
    width: 100%;
  }
  .suede .suede_img {
    width: 50.5333vw;
    left: 40vw;
    bottom: 10vw;
  }
  .glaze .container {
    top: 5%;
    left: 0;
    transform: none;
    width: 100%;
  }
  .glaze .glaze_content {
    padding: 5.0666vw;
    width: 76vw;
    margin-top: 40vw;
    left: 6.6666vw;
    background: url(../images/bg-customDiv.png) repeat;
  }
  .glaze .glaze_content h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
  }
  .glaze .glaze_content p {
    margin: 0 0 8px 0;
    font-size: 14px;
  }
  .glaze .glaze_content .plateDiv {
    width: auto;
  }
  .glaze .glaze_content .plateDiv p {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .glaze .glaze_content .plateDiv ul li {
    margin-bottom: 4px;
    font-size: 11px;
    width: 100%;
  }
  .glaze .glaze_content .glaze-cta {
    background: #0e4ade;
    color: white;
  }
  .glaze .glaze_content .glaze-cta::after {
    background: url(../images/button-arrow-white.png) no-repeat;
    background-position: 100% center;
  }
  .glaze .glaze_img {
    width: 35vw;
    left: 52vw;
    right: auto;
    bottom: -2vw;
  }
  .frame .container {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }
  .frame .frame_content {
    padding: 5.0666vw;
    width: 60vw;
    margin-top: 43vw;
    left: 6.6666vw;
  }
  .frame .frame_content h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
  }
  .frame .frame_content p {
    margin: 0 0 8px 0;
    font-size: 14px;
  }
  .frame .frame_content .plateDiv {
    width: auto;
  }
  .frame .frame_content .plateDiv p {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .frame .frame_content .plateDiv ul li {
    margin-bottom: 4px;
    font-size: 11px;
    width: 100%;
  }
  .frame .frame_img {
    width: 35vw;
    left: 52vw;
    right: auto;
    bottom: -2vw;
  }
  .collection .container {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }
  .collection .collection_content {
    padding: 5.0666vw;
    width: 60vw;
    margin-top: 43vw;
    left: 6.6666vw;
  }
  .collection .collection_content h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
  }
  .collection .collection_content p {
    margin: 0 0 8px 0;
    font-size: 14px;
  }
  .collection .collection_content .plateDiv {
    width: auto;
  }
  .collection .collection_content .plateDiv p {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .collection .collection_content .plateDiv ul li {
    margin-bottom: 4px;
    font-size: 11px;
    width: 100%;
  }
  .collection .collection_img {
    width: 35vw;
    left: 52vw;
    right: auto;
    bottom: -2vw;
  }
  .custom-return {
    margin-top: 20px;
    padding: 0;
  }
}
.adv-wrapper {
  /* position: absolute; */
  background: #333;
  line-height: 1;
  top: -40px;
  width: 100%;
  right: 0;
  height: 40px;
  z-index: 9999;
}
.adv-wrapper .adv-wrapper-text {
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  text-align: right;
  max-width: 976px;
  margin: 0 auto;
  color: #a8a8aa;
  -webkit-transform: scale(0.85);
  -o-transform: scale(1);
  font-size: 9px;
  margin-right: 7.4%;
}
@media only screen and (max-width: 1366px) {
  .adv-wrapper .adv-wrapper-text {
    margin-right: 8.4%;
  }
}
@media only screen and (max-width: 1024px) {
  .adv-wrapper {
    min-width: 20%;
  }
  .adv-wrapper .adv-wrapper-text {
    margin-left: auto;
    width: auto;
    padding: 0 25px;
    position: relative;
    left: 0;
    margin-right: 9.4%;
  }
}
@media only screen and (max-width: 768px) {
  .adv-wrapper {
    top: -44px;
    height: 44px;
  }
  .adv-wrapper .adv-wrapper-text {
    line-height: 44px;
    padding: 0;
    -webkit-transform: scale(0.8);
    -o-transform: scale(1);
    font-size: 9px;
    margin-right: -7%;
  }
}
@media only screen and (max-width: 640px) {
  .adv-wrapper .adv-wrapper-text {
    -webkit-transform: scale(0.8);
    -o-transform: scale(1);
    font-size: 9px;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 414px) {
  .adv-wrapper .adv-wrapper-text {
    -webkit-transform: scale(0.8);
    -o-transform: scale(1);
    font-size: 9px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 375px) {
  .adv-wrapper .adv-wrapper-text {
    -webkit-transform: scale(0.85);
    -o-transform: scale(1);
    font-size: 9px;
    margin-right: -2%;
  }
}
@media (max-width: 350px) {
  .adv-wrapper .adv-wrapper-text {
    -webkit-transform: scale(0.85);
    -o-transform: scale(1);
    font-size: 9px;
    margin-right: 0%;
  }
}
/*********header*********/
#header {
  width: 100%;
  height: 70px;
  background: #000;
  position: relative;
}
#header .headerWeapper {
  width: 1180px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
#header .headerWeapper #logo {
  position: absolute;
  left: 0;
  top: 16px;
}
#header .headerWeapper .menupush_img,
#header .menu_push {
  display: none;
}
#header .headerWeapper .nav {
  position: absolute;
  right: 0;
}
#header .headerWeapper .nav li {
  float: left;
  position: relative;
  height: 70px;
}
#header .headerWeapper .nav li.pipe {
  padding: 0;
  width: 0;
  height: 18px;
  font-size: 16px;
  color: #cccccc;
  margin-top: 26px;
}
#header .headerWeapper .nav > li > a {
  line-height: 70px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 20px;
  border-left: 1px #cccccc solid;
}
#header .headerWeapper .nav > li:first-child > a {
  border-left: 0;
}
#header .headerWeapper .nav > li.hover {
  background: #f2f6f7;
}
#header .headerWeapper .nav li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  background: #f2f6f7;
}
#header .headerWeapper .nav li ul li {
  float: none;
  background: #f2f6f7;
  height: auto;
}
#header .headerWeapper .nav li ul li a {
  width: 144px;
  height: auto;
  padding: 10px 20px;
  text-transform: none;
  border-top: 1px solid #dadada;
  font-size: 14px;
  color: #000;
  display: block;
  text-align: center;
}
#header .headerWeapper .nav li ul li:first-child a {
  border-top: none;
}
@media screen and (max-width: 1200px) {
  #header .headerWeapper {
    width: auto;
    margin: 0 16px;
  }
}
#header #top {
  position: absolute;
  width: 1px;
  height: 1px;
  text-indent: -9999px;
}
/*********footer*********/
#footer {
  width: 100%;
  padding: 13px 0;
  background: #000;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  height: auto;
  text-align: center;
}
#footer .foot {
  display: inline-block;
}
#footer .foot::after {
  content: "";
  display: block;
  clear: both;
}
#footer .foot p {
  float: left;
  padding: 0 5px;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}
#footer .foot a {
  text-decoration: none;
}
#footer .foot .external {
  padding: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  #footer #pagetopBlock {
    display: none;
  }
  #footer .foot {
    display: block;
  }
  #footer .foot::after {
    content: "";
    display: block;
    clear: both;
  }
  #footer .foot p {
    float: none;
    padding: 0 5px;
    text-align: center;
  }
}
