:root {
  --max: 1400px;
  --font14: 14px;
  --font16: 16px;
  --font20: 20px;
  --font30: 30px;
  --font36: 36px;
  --font50: 50px;

  --top30: 30px;
  --top50: 50px;
  --top80: 80px;
}


.hertre {
  width: 100%;
  z-index: 999;
  height: 100px;
  position: relative;
  background: #fff;
}

.hertre_cen {
  width: var(--max);
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.logo {
  width: 90px;
  overflow: hidden;

}

.logo img {
  width: 100%;
  height: auto;
}

.nav {
  width: max-content;
  margin-left: auto;
}

.nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav ul li {
  font-size: var(--font16);
  color: #777777;
  text-align: center;
  position: relative;
  margin-left: 60px;
  line-height: 100px;
}


.nav ul li.nav_cen {
  color: #1774b9
}

.nav ul li:hover {
  color: #1774b9;
}

.login{
  font-size: var(--font16);
  color: #777777;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 3vw;
  line-height: 1;
}

.nav_ul{
  width: max-content;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: auto;
  display: none;
  top: 100px;
  z-index: 999;
  background: #fff;
  padding: 10px 30px;
  box-shadow: 0px 0px 5px 2px #00000020;
}
.nav_ul a{
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 2.5;
}
.an {
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  right: 0%;
  top: 5px;
  transition: all 0.5s;
  z-index: 99;
}


.container {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner img {
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
}


.banner_text {
  width: var(--max);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_text h1{
  font-size: var(--font50);
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2px 2px 2px #000000;
  text-transform: uppercase;
}
.banner_text p{
  font-size: var(--font16);
  color: #ffffff;
  margin-top: var(--top30);
}

.contact{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.contact>h2{
  text-align: center;
  font-size: var(--font36);
  color: #111111;
  line-height: 1;
  text-transform: uppercase;
}
.contact_max{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  flex-direction: row-reverse;
}
.contact_max img{
  width: 60%;
  height: auto;
  border: 1px solid #898587;
}
.contact_text{
  width: 38%;
  overflow: hidden;
  font-size: var(--font16);
  color: #111111;
  line-height: 2.5;
}
.form{
  width: var(--max);
  overflow: hidden;
  background-image: url(../images/beijing.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
.form_max{
  width: 900px;
  max-width: calc(100% - 40px);
  overflow: hidden;
  margin: var(--top80) auto;
}
.form_max h2{
  text-align: center;
  font-size: var(--font20);
  color: #ffffff;
  line-height: 1.5;
}
.form_max form{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--top50);
}
.form_max form label{
  width: calc(50% - 50px);
  overflow: hidden;
  margin-bottom: var(--top30);
}
.form_max form label p{
  font-size: var(--font16);
  color: #ffffff;
}
.form_max form label p span{
  color: #ea2504;
  font-size: var(--font20);
}
.form_max form label input{
  width: 100%;
  height: 50px;
  background: #ffffff30;
  display: block;
  border: none;
  padding: 0 20px;
  font-size: var(--font16);
  color: #ffffff;
  margin-top: 10px;
}
.submit{
  width: 100%;
  height: 50px;
  background: #1774b9;
  display: block;
  border-radius: 5px;
  font-size: var(--font16);
  color: #ffffff;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}
.layui-layer{
  transition: auto;
}
.tanchuang{
  width: 650px;
  max-width: calc(100% - 30px);
  overflow: hidden;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
  box-shadow: 0px 0px 20px 5px #00000020;
  padding: 6.5vw var(--top30);
  display: none;
  transition: auto;
}
.tanchuang img{
  width: 90px;
  height: auto;
  margin: auto;
}
.tanchuang h3{
  text-align: center;
  font-size: var(--font50);
  color: #1774b9;
  line-height: 1;
  margin-top: var(--top30);
  font-weight: bold;
  position: relative;
  padding-bottom: var(--top30);
}
.tanchuang h3::after{
  content: "";
  width: 80px;
  height: 1px;
  background: #2f2f2f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tanchuang p{
  text-align: center;
  font-size: var(--font16);
  color: #111111;
  margin-top: var(--top30);
}
.tanchuang a{
  width: max-content;
  display: block;
  background: #1774b9;
  line-height: 36px;
  padding: 0 var(--top50);
  font-size: var(--font16);
  color: #ffffff;
  margin: auto;
  cursor: pointer;
  margin-top: var(--top30);
}

.about{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}
.about img{
  width: 46%;
  height: auto;
  border: 1px solid #898587;
}
.about_text{
  width: 46%;
  overflow: hidden;
  font-size: var(--font16);
  color: #111111;
  line-height: 2;
  text-align: justify;
}
.zizhi{
  width: var(--max);
  overflow: hidden;
  background: #f6f6f6;
  padding: var(--top80);
  margin: auto;
  margin-top: var(--top80);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.zizhi img{
  width: 50%;
  height: auto;
  border: 1px solid #898587;
}
.zizhi_text{
  width: 46%;
  overflow: hidden;
  font-size: var(--font16);
  color: #111111;
  line-height: 2;
  text-align: justify;
}
.fee{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.fee>h2{
  font-size: var(--font36);
  color: #111111;
  font-weight: bold;
  line-height: 1;
}
.fee form{
  width: 100%;
  overflow: hidden;
  display: block;
  margin-top: var(--top30);
}
.fee form textarea{
  width: 100%;
  height: 170px;
  border-radius: 10px;
  display: block;
  resize: none;
  font-size: var(--font16);
  color: #797979;
  background: #f5f5f8;
  padding: 20px 30px;
  font-family: "微软雅黑";
  border: none;
}
.fee form button{
  width: 144px;
  height: 44px;
  background: #1774b9;
  border-radius: 44px;
  border: none;
  font-size: var(--font20);
  color: #fff;
  display: block;
  float: right;
  margin-top: 20px;
  cursor: pointer;
}
.fee>p{
  font-size: var(--font30);
  color: #111111;
  margin-top: var(--top30);
  padding: 0 30px;
}
.fee ul{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
  padding: 0 30px;
}
.fee ul li{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eef0f1;
  padding-bottom: var(--top30);
  margin-bottom: var(--top30);
}
.fee ul li:last-child{
  margin-bottom: 0px;
}
.fee ul li h3{
  font-size: var(--font20);
  color: #111111;
}
.fee_text{
  width: 100%;
  overflow: hidden;
  font-size: var(--font16);
  color: #111111;
  margin-top: 15px;
}
.fee_bott{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.fee_bott p{
  font-size: 14px;
  color: #797979;
}
.fee_bott p:nth-child(2){
  background-image: url(../images/cs_14.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-left: auto;
  line-height: 20px;
}
.fee_bott p:nth-child(3){
  background-image: url(../images/cs_17.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-left: 20px;
  line-height: 20px;
}





.footer{
  width: 100%;
  overflow: hidden;
  background: #1e1e1e;
}
.footer_max{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.footer_top{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #2b2b2b;
  padding-bottom: 30px;
}
.footer_logo{
  width: 120px;
  overflow: hidden;
}
.footer_logo img{
  width: 100%;
  height: auto;
}
.footer_top ul{
  width: max;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer_top ul li{
  font-size: var(--font16);
  color: #b4b4b4;
  margin-left: 60px;
}
.footer_bottom{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--top30);
}
.footer_bottom p{
  font-size: var(--font16);
  color: #b4b4b4;
  line-height: 2;
}


.index_text {
  width: var(--max);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index_text h1{
  font-size: var(--font30);
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
}
.index_text p{
  width: 650px;
  max-width: 100%;
  font-size: var(--font16);
  color: #ffffff;
  margin-top: var(--top30);
  position: relative;
  padding-bottom: var(--top30);
}
.index_text p::after{
  content: "";
  width: 60px;
  height: 5px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.feat{
  width: var(--max);
  overflow: hidden;
  margin: 8vw auto;
}
.feat h2{
  text-align: center;
  font-size: var(--font30);
  color: #444444;
  text-transform: uppercase;
}
.feat>p{
  text-align: center;
  font-size: 14px;
  color: #444444;
  margin-top: var(--top30);
}
.feat ul{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: var(--top50);
}
.feat ul li{
  width: 100%;
  overflow: hidden;
}
.feat_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #c1c1be;
}
.feat_img img{
  width: 100%;
  height: auto;
}
.feat ul li p{
  font-size: var(--font16);
  color: #444444;
  text-align: center;
  margin-top: var(--top30);
}
.what{
  width: 100%;
  overflow: hidden;
  background-image: url(../images/neijing.jpg);
  background-position: centerl;
  background-repeat: no-repeat;
  background-size: cover;
}
.what_max{
  width: var(--max);
  overflow: hidden;
  margin: 8vw auto;
}
.what_max>h2{
  text-align: center;
  font-size: var(--font30);
  color: #444444;
  text-transform: uppercase;
}
.what_max>p{
  text-align: center;
  font-size: 14px;
  color: #444444;
  margin-top: var(--top30);
}
.what_top{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.what_l{
  width: 40%;
  overflow: hidden;
}
.what_l img{
  width: 100%;
  height: auto;
}
.what_r{
  width: 55%;
  overflow: hidden;
}
.what_text{
  width: 100%;
  overflow: hidden;
  font-size: var(--font16);
  color: #444444;
  line-height: 1.8;
}
.what_r img{
  width: 100%;
  height: auto;
  margin-top: var(--top30);
}
.marl{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.marl h2{
  font-size: var(--font36);
  color: #111111;
  text-transform: var(--top30);
  text-align: center;
  text-transform: uppercase;
}
.marl ul{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: var(--top50) var(--top30);
  margin-top: var(--top50);
}
.marl ul li{
  width: 100%;
  overflow: hidden;
}
.marl_img{
  width: 100%;
  aspect-ratio: 4 / 4;
  border: 1px solid #0d0203;
  display: flex;
  padding: var(--top80);
}
.marl_img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.marl ul li p{
  text-align: center;
  font-size: var(--font16);
  color: #111111;
  margin-top: var(--top30);
}


.marlas{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.marlas h2{
  font-size: var(--font36);
  color: #111111;
  text-transform: var(--top30);
  text-align: center;
  text-transform: uppercase;
}
.marlas ul{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  margin-top: var(--top50);
}
.marlas ul li{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.marlas ul li img{
  width: 100%;
  height: auto;
}
.marlas ul li p{
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  padding: 10px;
}

.paddl{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
}
.paddl h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}
.paddl p{
  text-align: center;
  font-size: var(--font16);
  color: #111111;
  margin-top: var(--top30);
}
.paddl ul{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--top50);
  margin-top: var(--top80);
}
.paddl ul li{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #716e6d;
}
.paddl ul li img{
  width: 100%;
  height: auto;
}
.conv{
  width: var(--max);
  overflow: hidden;
  padding: var(--top50);
  background: #eaeaea;
  margin: auto;
  margin-top: var(--top30);
  display: flex;
  flex-wrap: wrap;
}
.conv h2{
  font-size: var(--font30);
  color: #111111;
  text-transform: uppercase;
}
.conv img{
  width: 300px;
  height: auto;
  margin-left: 5vw;
}
.conv_text{
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto var(--top80);
  font-size: var(--font16);
  color: #000000;
  line-height: 2;
}
.conv_text img{
  width: 100%;
  height: auto;
}
.bleb{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  font-size: var(--font16);
  color: #000000;
  line-height: 2;
}
.bleb img{
  width: 100%;
  height: auto;
}
.prod{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.prod h2{
  font-size: var(--font30);
  color: #121212;
  text-align: center;
  text-transform: uppercase;
}
.prod_max{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--top50);
}
.prod_max img{
  width: calc(100% - 540px);
  height: auto;
}
.prod_max p{
  width: 540px;
  padding: var(--top30) var(--top80);
  font-size: var(--font16);
  color: #121212;
  line-height: 2.5;
}
.prod_text{
  width: 100%;
  overflow: hidden;
  margin: auto;
  font-size: var(--font16);
  color: #000000;
  line-height: 2;
  margin-top: 10px;
}
.prod_text img{
  width: 100%;
  height: auto;
}

.disp{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
}
.disp h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}

.disp ul{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin-top: var(--top50);
}
.disp ul li{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.disp ul li img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.detale{
  width: var(--max);
  overflow: hidden;
  background: #000000;
  margin: auto;
  margin-top: 20px;
  padding: var(--top80) 0;
}
.detale h2{
  font-size: var(--font30);
  color: #f0f733;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.detale ul{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.detale ul li{
  width: calc(50% - 30px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #232324;
}
.detale ul li:nth-child(4n+3),
.detale ul li:nth-child(4n+4){
  flex-direction: row-reverse;
}
.detale ul li img{
  width: 60%;
  height: 100%;
  object-fit: cover;
}
.detale_text{
  width: 40%;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.detale_text h3{
  font-size: var(--font20);
  color: #f0f733;
  font-weight: bold;
  line-height: 1.5;
}
.detale_text p{
  font-size: 12px;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 10px;
}
.banner_text_im h1{
  font-size: var(--font30);
}
.banner_text_im span{
  font-size: var(--font20);
  color: #ffffff;
  display: block;
  margin-top: var(--top30);
}
.banner_text_im p{
  font-size: var(--font16);
  background: #c11922;
  padding: 10px 15px;
  width: max-content;
  max-width: 100%;
  margin-top: 20px;
}

.to{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
}
.to h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}

.to ul{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--top30);
  margin-top: var(--top50);
}
.to ul li{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.to ul li img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.to ul li p{
  text-align: center;
  font-size: var(--font16);
  color: #170000;
  margin-top: var(--top30);
}
.liou{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
  background: #e3e3e3;
}
.liou h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
  margin-top: var(--top80);
}
.liou p{
  font-size: var(--font16);
  color: #170000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.liou>img{
  width: 100%;
  height: auto;
  margin-top: var(--top50);
}
.liou ul{
  width: 100%;
  margin-top: var(--top50);
  padding: 0 20px var(--top80);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
}
.liou ul::after{
  content: "";
  width: 100%;
  height: 40%;
  background: #9f0418;
  position: absolute;
  bottom: 0;
  left: 0;
}
.liou ul li{
  width: 100%;
  position: relative;
  z-index: 9;
  box-shadow: -1px 13px 8px 3px #00000050;
}
.liou ul li img{
  width: 100%;
  height: auto;
}



.inder{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
}
.inder h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}
.inder p{
  font-size: var(--font16);
  color: #170000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.inder ul{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: var(--top50);
}
.inder ul li{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #000000;
}
.inder ul li img{
  width: 100%;
  height: auto;
  object-fit: cover;
}


.plsi{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top80);
  background: #e5e5e5;
}
.plsi_max{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.plsi_max h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}
.plsi_max>p{
  font-size: var(--font16);
  color: #170000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.plsi_max ul{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 20px;
  margin-top: var(--top80);
}
.plsi_max ul li{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #000000;
  padding: var(--top30) 10px;
}
.plsi_max ul li h3{
  text-align: center;
  font-size: var(--font20);
  color: #121212;
}
.plsi_img{
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  padding: var(--top30);
  margin-top: 20px;
}
.plsi_img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
.plsi_max ul li p{
  font-size: 14px;
  color: #121212;
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}
.plsi_text{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.plsi_imgas{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.plsi_imgas img{
  width: 100%;
  height: auto;
}
.plsi_imgas p{
  width: 80%;
  overflow: hidden;
  background: #f5f5f5;
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 12px;
  color: #121212;
  line-height: 1.3;
  padding: 5px 10px;
}
.boay{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
}
.boay h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}
.boay ul{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: var(--top50);
}
.boay ul li{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.boay_img{
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  padding: 20px;
  border: 1px solid #000000;
}
.boay ul li img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.boay ul li p{
  font-size: var(--font16);
  color: #121212;
  margin-top: var(--top30);
  text-align: center;
}

.boayaa{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
}
.boayaa h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}
.boayaa ul{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--top50);
  margin-top: var(--top50);
  padding: 0 var(--top50);
}
.boayaa ul li{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.boayaa_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #000000;
}
.boayaa_img img{
  width: 100%;
  height: auto;
}
.boayaa ul li p{
  font-size: var(--font16);
  color: #121212;
  margin-top: var(--top30);
  text-align: center;
}
.plsiaa{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top80);
  background: #e5e5e5;
}
.plsiaa_max{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.plsiaa_max h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}
.plsiaa_text{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
  font-size: var(--font16);
  color: #111111;
  line-height: 2;
}
.plsiaa_text img{
  width: 100%;
  height: auto;
}
.qual{
  width: 100%;
  overflow: hidden;
  background: #eaeaea;
}
.qual_max{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.qual_max>h2{
  font-size: var(--font30);
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
.qual_max>p{
  text-align: center;
  font-size: var(--font16);
  color: #000000;
  margin-top: 20px;
}
.qual_max ul{
  width: 1000px;
  max-width: 100%;
  overflow: hidden;
  margin: auto;
  margin-top: var(--top50);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--top30);
}
.qual_max ul li{
  width: 100%;
  overflow: hidden;
}
.qual_max ul li img{
  width: 100%;
  height: auto;
  border: 1px solid #000000;
}
.qual_max ul li p{
  text-align: center;
  font-size: var(--font20);
  color: #000011;
  margin-top: 20px;
}
.ment{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
}
.ment>h2{
  font-size: var(--font30);
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
.ment>p{
  text-align: center;
  font-size: var(--font16);
  color: #000000;
  margin-top: 20px;
}
.ment ul{
  width: 1000px;
  max-width: 100%;
  overflow: hidden;
  margin: auto;
  margin-top: var(--top50);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--top30);
}
.ment ul li{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ment ul li::after{
  content: "";
  width: 6px;
  height: 70px;
  background: #1c4aae;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ment ul li:nth-child(1):after{
  display: none;
}
.ment ul li h3{
  text-align: center;
  font-size: 24px;
  color: #1c4aae;
  font-weight: bold;
}
.ment ul li p{
  text-align: center;
  font-size: var(--font20);
  color: #1c4aae;
  margin-top: 20px;
}
.ment_text{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: var(--top80);
}
.ment_text p{
  font-size: var(--font20);
  color: #000000;
  border: 1px solid #000000;
  padding: 30px 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mouxni{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  background: #e7edff;
}
.mouxni>img{
  width: 100%;
  height: auto;
}
.mouxni ul{
  width: 100%;
  overflow: hidden;
  margin: var(--top80) auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.mouxni ul li{
  width: 100%;
  overflow: hidden;
  background: #0e239a;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mouxni ul li img{
  width: 40%;
  height: 100%;
  object-fit: cover;
}
.mouxni_r{
  width: 60%;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
    align-content: center;
}
.mouxni_r h3{
  font-size: var(--font16);
  color: #0d249a;
  background: #ffffff;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  padding: 0 20px;
  min-height: 50px;
  border-radius: 50px;
}
.mouxni_r p{
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  margin-top: 20px;
}
.suzes{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
  font-size: var(--font16);
  color: #000000;
}
.suzes img{
  width: 100%;
  height: auto;
}
.denleias{
  width: var(--max);
  overflow: hidden;
  margin: auto;
}
.denleias ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.denleias ul li{
  width: 50%;
  overflow: hidden;
  margin-top: 20px;
  border: 4px solid #040205;
  padding: 15px;
}
.denleias ul li:nth-child(2n+1){
  border-right: 2px solid #040205;
}
.denleias ul li:nth-child(2n){
  border-left: 2px solid #040205;
}
.denleias ul li h2{
  font-size: var(--font20);
  color: #1c3bea;
  font-weight: bold;
}
.denleias_max{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.denleias_l{
  width: 50%;
  overflow: hidden;
}

.denleias_l img{
  width: 60%;
  height: auto;
  margin: auto;
  margin-top: var(--top30);
}
.denleias_r{
  width: 50%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.denleias_text{
  width: 50%;
  overflow: hidden;
}
.denleias_img{
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 2px solid #040205;
  padding: 15px;
}
.denleias_text:nth-child(2n+1) .denleias_img{
  border-right: 1px solid #040205;
}
.denleias_text:nth-child(2n) .denleias_img{
  border-left: 1px solid #040205;
}
.denleias_img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.denleias_text p{
  text-align: center;
  font-size: 12px;
  color: #000000;
  line-height: 3;
}
.liaoasu{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.liaoasu h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}
.liaoasu ul{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.liaoasu ul li{
  width: calc(33% - 17px);
  overflow: hidden;
  border: 1px solid #000000;
  margin: 0 10px;
  margin-top: 20px;
}
.liaoasu ul li img{
  width: 100%;
  height: auto;
}
.sjsj{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sjsj img{
  width: 55%;
  height: auto;
}
.sjsj_r{
  width: 40%;
  overflow: hidden;
}
.sjsj_r h2{
  font-size: var(--font36);
  color: #111111;
}
.sjsj_r ul{
  width: 100%;
  overflow: hidden;
}
.sjsj_r ul li{
  width: 100%;
  overflow: hidden;
  background: #3c3c3c;
  padding: 15px;
  margin-top: var(--top50);
  font-size: var(--font16);
  color: #ffffff;
}
.more{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top80);
  background: #e5e5e5;
}
.more_max{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.more_max h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}
.more_max p{
  font-size: var(--font16);
  color: #170000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.more_max ul{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top80);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.more_max ul li{
  width: 100%;
  overflow: hidden;
}
.more_img{
  width: 100%;
  aspect-ratio: 4 / 4;
  border: 1px solid #000000;
  display: flex;
  background: #ffffff;
}
.more_img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
.more_max ul li h3{
  text-align: center;
  font-size: var(--font16);
  color: #000000;
  margin-top: var(--top30);
}
.prousd{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.prousd h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}
.prousd p{
  font-size: var(--font16);
  color: #170000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 2;
}
.prousd_text{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
  font-size: var(--font16);
  color: #000000;
  line-height: 2;
}
.prousd_text img{
  width: 100%;
  height: auto;
}
.contas{
  width: 100%;
  overflow: hidden;
  background: #e5e5e5;
  margin-top: var(--top80); 
}
.contas_max{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.contas_max ul{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contas_max ul li{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: var(--top30);
}
.contas_max ul li img{
  width: 40%;
  height: auto;
}
.contas_r{
  width: 58%;
  overflow: hidden;
}
.contas_r h3{
  font-size: var(--font20);
  color: #111111;
}
.contas_r span{
  display: block;
  font-size: 14px;
  color: #111111;
  margin-top: 20px;
}
.contas_r p{
  display: block;
  font-size: 14px;
  color: #111111;
  text-align: left;
  margin-top: 20px;
  border: 1px dashed #111111;
  padding: 15px;
}
.contas_max>h2{
  font-size: var(--font20);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
  margin-top: var(--top50);
}
.contas_max>p{
  padding: 0px var(--top80);
  font-size: 12px;
  color: #170000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.contas_imok{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: var(--top50);
}
.contas_imok img{
  width: 20%;
  -ms-high-contrast-adjust: auto;
  border: 1px solid #000000;
  margin: 0 var(--top30);
}
.watre{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
}
.watre img{
  width: 100%;
  height: auto;
}




.moreaa{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top80);
  background: #e5e5e5;
}
.moreaa_max{
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}
.moreaa_max h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}
.moreaa_max>p{
  width: 760px;
  max-width: 100%;
  font-size: var(--font16);
  color: #170000;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  margin-top: 20px;
}
.moreaa_max ul{
  width: 760px;
  max-width: 100%;
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--top30);
}
.moreaa_max ul li{
  width: 100%;
  overflow: hidden;
}

.moreaa_max ul li img{
  width: 100%;
  height: auto;
}
.moreaa_max ul li h3{
  text-align: center;
  font-size: var(--font16);
  color: #111111;
  margin-top: var(--top30);
}
.moreaa_max>h3{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
  margin-top: var(--top80);
}
.moreaa_text{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.moreaa_nav{
  width: 25%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #000000;
  margin: 0 2.5%;
  margin-top: var(--top50);
}
.moreaa_nav img{
  width: 100%;
  height: auto;
}
.moreaa_texth{
  width: 100%;
  overflow: hidden;
  padding: 20px;
}
.moreaa_texth h1{
  font-size: 16px;
  color: #111111;
}
.moreaa_texth p{
  font-size: 12px;
  color: #111111;
  margin-top: 15px;
}

.from{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
}
.from h2{
  font-size: var(--font30);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}
.from>p{
  width: max-content;
  line-height: 1;
  border: 2px solid #d68f8f;
  padding: 15px 20px;
  color: #a70e0e;
  font-size: var(--font16);
  text-transform: uppercase;
  margin: auto;
  margin-top: 20px;
}
.from ul{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
  margin-top: var(--top80);
}
.from ul li{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.from ul li img{
  width: 100%;
  height: auto;
}
.from ul li h3{
  font-size: var(--font16);
  color: #111111;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}







.form_login{
  width: 490px;
  max-width: calc(100% - 30px);
  overflow: hidden;
  margin: var(--top80) auto;
}
.form_login ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: var(--font14);
  color: #3D3D3D50;
}
.form_login ul li{
  font-size: var(--font14);
  color: #3D3D3D50;
  font-weight: bold;
}
.form_login ul li.form_login_nav{
  color: #3D3D3D;
}
.form_login h1{
  font-size: var(--font20);
  color: #3D3D3D;
  text-align: center;
  font-weight: bold;
  margin-top: var(--top30);
}
.form_login form{
  width: 100%;
  overflow: hidden;
  display: block;
  margin-top: var(--top30);
}
.form_login form input{
  width: 100%;
  height: 48px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-bottom: var(--top30);
  font-size: var(--font14);
  color: #333333;
  padding: 20px;
}
.form_login form input#submitIn,
.form_login form input#submitToReg{
  padding: 0;
  border: transparent;
  background: #003F98;
  text-align: center;
  color: #ffffff;
  margin-top: var(--top30);
  cursor: pointer;
}






