@charset "utf-8";
html{font-size: calc(100vw / 1920 * 100);}
@media(max-width: 900px){
    html{font-size: calc(900px / 1920 * 100);}
}
.procen {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  position: relative;
}

.procen .pel {
  width: 50%;
  background-color: #f3f5f7;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  /*padding: 0.4rem calc((130 / 1920) * 100%);*/
  padding: 0.8rem;
  position: relative;
}

.procen .pel .pip {
  width: 100%;
  color: #666;
  line-height: 1.8;
  margin: 0rem 0 0.9rem;
  /*max-width: 5.5rem;*/
  position: relative;
  z-index: 4;
}

.procen .pel .pip p {
  color: #444;
  line-height: 1.8;
}

.procen .pel .plist {
  width: 100%;
  font-size: 0;
  position: relative;
  z-index: 4;
}

.procen .pel .plist .ptem {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 0.4rem;
}

.procen .pel .plist .ptem a {
  width: 100%;
  display: block;
}

.procen .pel .plist .ptem .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.15rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #fff;
}

.procen .pel .plist .ptem .icon img {
  width: 50%;
  display: block;
}

.procen .pel .plist .ptem .icon img:first-child {
  display: block;
}

.procen .pel .plist .ptem .icon img:last-child {
  display: none;
}

.procen .pel .plist .ptem .pm {
  width: 100%;
  text-align: center;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
}

.procen .pel .plist .ptem:hover .icon img:first-child {
  display: none;
}

.procen .pel .plist .ptem:hover .icon img:last-child {
  display: block;
}

.procen .pel .plist .ptem:hover .pm {
  color: #419638;
}

.procen .pel .plist .ptem.on .icon img:first-child {
  display: none;
}

.procen .pel .plist .ptem.on .icon img:last-child {
  display: block;
}

.procen .pel .plist .ptem.on .pm {
  color: #419638;
}

.procen .pel .nums {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
}

.procen .pel .nums .pum {
  display: block;
  width: auto;
  opacity: 0;
  transition: all ease 0.3s;
  color: #ebedef;
  position: absolute;
  width: 100%;
  height: 1em;
  right: 0.5em;
  top: 0;
  font-weight: bold;
  transform: translateY(-50%);
}

.procen .pel .nums .pum.on {
  opacity: 1;
}

.procen .per {
  width: 50%;
}

.procen .per .earom {
  width: 100%;
  height: 100%;
  padding: 0.4rem calc((130 / 960) * 100%) 0.4rem calc((300 / 960) * 100%);
  display: none;
}

.procen .per .earom.on {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  background-size: cover; background-position: center;background-repeat: no-repeat ;
}

.procen .per .pit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.procen .per .pip {
  width: 100%;
  color: #fff;
  line-height: 1.8;
  margin: 0.6rem 0;
  max-width: 5.2rem;
  display: block;
}

.procen .per .pip p {
  color: #fff;
  line-height: 1.8;
  text-align: justify;
}

.procen .per .datas {
  width: 100%;
  display: block;
  font-size: 0;
}

.procen .per .datas .dtem {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.6rem;
}

.procen .per .datas .dtem .dum {
  width: 100%;
  color: #fff;
  margin-bottom: 0rem;
}

.procen .per .datas .dtem .dum span {
  color: #fff;
  margin-right: 0.05rem;
}

.procen .per .datas .dtem .pum {
  width: 100%;
  color: #fff;
  line-height: 2;
}

.procen .per .morec {
  width: 100%;
  font-size: 0;
  /*margin-top: 0.8rem;*/
}

.procen .per .morec a {
  display: inline-block;
  vertical-align: middle;
  background-color: #419638;
  border-radius: 8px;
  color: #fff;
  line-height: 3.5;
  padding: 0 0.7rem 0 0.6rem;
}

.procen .per .morec a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.1rem;
  height: 0.16rem;
  position: relative;
  margin-left: 0.2rem;
  transition: all ease 0.3s;
  top: -0.02rem;
  left: 0;
}

.procen .per .morec a span img {
  width: 100%;
  display: block;
}

.procen .per .morec a:hover span {
  left: 0.2rem;
}

.procen .product {
  position: absolute;
  z-index: 5;
  top: 45%;
  left: 50%;
  width: calc((500 / 1920) * 100%);
  transform: translate(-50%, -50%);
}

.procen .product .proam {
  width: 100%;
  display: none;
}

.procen .product .proam .img {
  width: 100%;
  padding-top: 100%;
}

.procen .product .proam.on {
  display: block;
}

.modular {
  width: 100%;
}

.modular .mitop {
  width: 100%;
  margin-bottom: 0.6rem;
}

.modular .mitop .cn {
  width: 100%;
  color: #191919;
  line-height: 1.5;
}

.modular .mitop .en {
  width: 100%;
  color: #2d2d2d;
  line-height: 1.5;
}

.modular .mocit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.6rem;
}

.modular .mocit .mic {
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #0058af;
  margin-right: 0.25rem;
}

.modular .mocit .mic img {
  width: 100%;
  display: block;
}

.modular .mocit .ciom {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.05rem);
}

.modular .mocit .ciom .cm {
  width: 100%;
  color: #000;
  line-height: 1.5;
}

.modular .mocit .ciom .em {
  width: 100%;
  color: #999;
  font-weight: bold;
  line-height: 1.5;
}

.modular .switch {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.45rem;
}

.modular .switch .swl {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
  position: relative;
  color: #000;
  line-height: 1.5;
}

.modular .switch .swl:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.22rem;
  background-color: #0058af;
  left: 0;
}

.modular .switch .swr {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.modular .switch .swr .vtn {
  display: inline-block;
  vertical-align: middle;
  width: 0.34rem;
  height: 0.34rem;
  background-color: #e5e5e5;
  border-radius: 5px;
  margin: 0 0.1rem;
  cursor: pointer;
}

.modular .switch .swr .vtn img {
  width: 100%;
  display: block;
}

.modular .switch .swr .vtn img:first-child {
  display: block;
}

.modular .switch .swr .vtn img:last-child {
  display: none;
}

.modular .switch .swr .vtn:hover {
  background-color: #0058af;
}

.modular .switch .swr .vtn:hover img:first-child {
  display: none;
}

.modular .switch .swr .vtn:hover img:last-child {
  display: block;
}

.modular.white .mitop .cn {
  color: #fff;
}

.modular.white .mitop .en {
  color: #fff;
}
@media(min-width: 1921px){
	.s50{font-size: calc(50 * 100vw / 1920);}
	.s36{font-size: calc(36 * 100vw / 1920);}
	.s26{font-size: calc(26 * 100vw / 1920);}
	.s20{font-size: calc(20 * 100vw / 1920);}
	.s18{font-size: calc(18 * 100vw / 1920);}
	.s16{font-size: calc(16 * 100vw / 1920);}
}
@media(max-width: 1920px) and (min-width: 551px){
	.s50{font-size: calc(12px + 30 * 100vw / 1920);}
	.s36{font-size: calc(12px + 24 * 100vw / 1920);}
	.s26{font-size: calc(12px + 14 * 100vw / 1920);}
	.s20{font-size: calc(12px + 8 * 100vw / 1920);}
	.s18{font-size: calc(12px + 6 * 100vw / 1920);}
	.s16{font-size: calc(12px + 4 * 100vw / 1920);}
}
@media(max-width: 900px){
  .modular .mitop {
    display: none!important;
  }
  #dowebok {
    width: 100%;
    overflow-x: hidden;
  }
  .procen {
    height: auto;
  }
  .procen .pel {
    width: 100%;
    padding: 0.3rem;
    /*height: 45vh;*/
  }
  .procen .pel .pip {
    max-width: 100%;
    display: none;
  }
  .procen .pel .plist {
    width: 100%;
  }
  .procen .pel .plist .ptem {
    width: 33%;
    margin-right: 0;
    text-align: center;
  }
  .procen .per {
    width: 100%;
    height: 55vh;
  }
  .procen .per .earom {
    padding: 0.3rem;
  }
  .procen .product {
    right: 10%;
    bottom: 10%;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
    /* display: none; */
  }
	.z1{max-width: 500px !important;width: 100% !important;margin: 0 auto !important;padding: 0 !important;float: none !important;display: block !important;}
	.mb1{margin-bottom: 10px !important;}
}
@media(max-width: 550px){
	.s50{font-size: calc(12px + 38 * 550px / 1920);}
	.s36{font-size: calc(12px + 24 * 550px / 1920);}
	.s26{font-size: calc(12px + 14 * 550px / 1920);}
	.s20{font-size: calc(12px + 8 * 550px / 1920);}
	.s18{font-size: calc(12px + 6 * 550px / 1920);}
	.s16{font-size: calc(12px + 4 * 550px / 1920);}
}