.homeprotag {
  margin: 0 auto 0;
  display: block;
  overflow: initial;
  position: relative;
  top: 0px;
}

.homeprotag .hdl {
  display: block;
  overflow: hidden;
  margin: 0 auto 0;
  position: relative;
  z-index: 3;
}

.homeprotag .ptt {
  float: left;
}

.homeprotag .more {
  float: right;
  margin-top: 20px;
}

.homeprotag .cplist {
  overflow: inherit;
  position: relative;
  top: 0;
}

.homeprotag .inproleft {
  display: block;
  overflow: hidden;
  margin-top: 0;
}

.homeprotag .inproleft a {
  display: block;
  float: left;
  width: 15.83%;
  border: 1px solid #ddd;
  margin: 0 1% 1% 0;
  cursor: pointer;
  padding: 20px 0;
}

.homeprotag .inproleft a:nth-child(6n) {
  margin-right: 0;
}

.homeprotag .inproleft a img {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 auto;
  opacity: 0.9;
}

.homeprotag .inproleft a span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin: 0 0 10px;
}

.homeprotag .inproleft .active {
  /* border-bottom: 2px solid #0073b7; */
  border: 1px solid #0066ca;
  background: #0066ca;
  color: #fff;
}

.homeprotag .inproleft .active span {
  color: #0073b7;
  color: #fff;
}

.homeprotag .inproleft .active img {
  opacity: 1;
}

.homeprotag .inproright {
  display: block;
  overflow: inherit;
  margin-top: 30px;
  min-height: 200px;
}

.homeprotag .inproright .into {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homeprotag .inproright .into a {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 13px 36.86px 1.14px rgba(40, 43, 109, 0.08);
  float: left;
  margin: 0 2% 1% 0;
  width: calc(32% - 40px);
  padding: 16px 20px;
  border-radius: 50px;
}

.homeprotag .inproright .into a:nth-child(3n),
.homeprotag .inproright .into dd:nth-child(3n) {
  margin-right: 0;
}

.homeprotag .inproright .into a:hover {
  box-shadow: 0px 13px 36.86px 1.14px rgba(40, 43, 109, 0.2);
  border: 1px solid #0066ca;
  background: #0066ca;
  color: #fff;
}

.homeprotag .inproright .into a .fa {
  font-size: 14px;
  margin-right: 10px;
}

.homeprotag .inproright .into a span {
  display: inline-block;
  font-size: 16px;
}

.homeprotag .inproright .into a:hover span {
  color: #0066ca;
  color: #fff;
}

.homeprotag .inproright .icenter {
  overflow: inherit;
}

.homeprotag .inproright .into dd {
  float: left;
  margin: 0 2% 1% 0;
  width: calc(32% - 0px);
}

.homeprotag .inproright .into dd>a {
  width: calc(100% - 40px);
  margin: 0 0 20px;
  padding: 16px 20px;
}

.homeprotag .inproright .into dd h6 {}

.homeprotag .inproright .into dd h6 a {
  width: 100%;
  padding: 6px 0;
  background: none;
  box-shadow: none;
  text-indent: 20px;
  margin-bottom: 6px;
  font-size: 14px;
}

.homeprotag .inproright .into dd h6 a span {
  font-size: 14px;
}

.homeprotag .inproright .into .ap a span {
  color: #999;
}

.homeprotag .inproright .into .ap a:hover span {
  color: #0073b7;
}

.homesearch {
  width: 100%;
  background: none;
  overflow: hidden;
  position: relative;
  z-index: 6;
}

.homesearch .sta {
  display: block;
  overflow: hidden;
  z-index: 9;
  position: relative;
  bottom: -40px;
  /* width: calc(70% - 120px); */
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.homesearch .sta a {
  position: relative;
  display: block;
  color: #333;
  font-size: 18px;
  padding-bottom: 6px;
  float: left;
  margin: 0 50px 0 10px;
}

.homesearch .sta .active {
  color: #0073b7;
}

.homesearch .sta .active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
  background: #0073b7;
}

.homesearch .stc {
  display: block;
  overflow: hidden;
}

.homesearch .stc .stform {
  display: block;
  overflow: hidden;
}

.homesearch .stc .stform form {
  display: block;
  overflow: hidden;
  position: relative;
  width: 70%;
  left: 0px;
  padding: 60px 60px;
  margin: 0 auto;
}

.homesearch .stc .stform form input {
  display: block;
  width: 100%;
  border: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 13px 36.86px 1.14px rgba(40, 43, 109, 0.08);
  height: 50px;
  text-indent: 20px;
  font-size: 16px;
  color: #0073b7;
}

.homesearch .stc .stform form button {
  position: absolute;
  top: 65px;
  right: 65px;
  width: 50px;
  height: 40px;
  border: 0;
  background-color: rgb(255, 255, 255);
  font-size: 20px;
  color: #0073b7;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 1601px) {
  .homeprotag .inproright .into {
    /* display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; */
    overflow: hidden;
    width: 99%;
  }
  .homeprotag .inproright .into a {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 13px 36.86px 1.14px rgba(40, 43, 109, 0.08);
    float: left;
    margin: 0 2% 1% 0;
    width: 31.5%;
    padding: 16px 20px;
    border-radius: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .homeprotag {
    margin: 0 auto 0;
    display: block;
    overflow: initial;
    position: relative;
    top: 0;
  }

  .homeprotag .hdl {
    display: block;
    overflow: hidden;
    margin: 0 auto 0;
    position: relative;
    bottom: -50px;
    z-index: 3;
  }

  .homeprotag .ptt {
    float: left;
  }

  .homeprotag .more {
    float: right;
    margin-top: 20px;
  }

  .homeprotag .cplist {
    overflow: inherit;
    position: relative;
    top: 0;
  }

  .homeprotag .inproleft {
    display: block;
    overflow: hidden;
    margin-top: 0;
  }

  .homeprotag .inproleft a {
    display: block;
    float: left;
    width: 15.83%;
    border: 1px solid #ddd;
    margin: 0 1% 1% 0;
    cursor: pointer;
  }

  .homeprotag .inproleft a:nth-child(6n) {
    margin-right: 0;
  }

  .homeprotag .inproleft a img {
    display: block;
    width: auto;
    height: 50px;
    margin: 0 auto;
    opacity: 0.9;
  }

  .homeprotag .inproleft a span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 0 0 10px;
  }

  .homeprotag .inproleft .active {
    /* border-bottom: 2px solid #0073b7; */
    border: 1px solid #0066ca;
    background: #0066ca;
    color: #fff;
  }

  .homeprotag .inproleft .active span {
    color: #0073b7;
    color: #fff;
  }

  .homeprotag .inproleft .active img {
    opacity: 1;
  }

  .homeprotag .inproright {
    display: block;
    overflow: inherit;
    margin-top: 30px;
    min-height: 200px;
  }

  .homeprotag .inproright .into {
    /* display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; */
    overflow: hidden;
    width: 99%;
  }

  .homeprotag .inproright .into a {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 13px 36.86px 1.14px rgba(40, 43, 109, 0.08);
    float: left;
    margin: 0 2% 1% 0;
    width: 31.5%;
    padding: 16px 20px;
    border-radius: 50px;
  }

  .homeprotag .inproright .into a:nth-child(3n),
  .homeprotag .inproright .into dd:nth-child(3n) {
    margin-right: 0;
  }

  .homeprotag .inproright .into a:hover {
    box-shadow: 0px 13px 36.86px 1.14px rgba(40, 43, 109, 0.2);
    border: 1px solid #0066ca;
    background: #0066ca;
    color: #fff;
  }

  .homeprotag .inproright .into a .fa {
    font-size: 14px;
    margin-right: 10px;
  }

  .homeprotag .inproright .into a span {
    display: inline-block;
    font-size: 16px;
  }

  .homeprotag .inproright .into a:hover span {
    color: #0066ca;
    color: #fff;
  }

  .homeprotag .inproright .icenter {
    overflow: inherit;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .homeprotag {
    margin: 0 auto 0;
    display: block;
    overflow: initial;
    position: relative;
    top: 0;
  }

  .homeprotag .hdl {
    display: block;
    overflow: hidden;
    margin: 0 auto 0;
    position: relative;
    bottom: -50px;
    z-index: 3;
  }

  .homeprotag .ptt {
    float: left;
  }

  .homeprotag .more {
    float: right;
    margin-top: 20px;
  }

  .homeprotag .cplist {
    overflow: inherit;
    position: relative;
    top: 0;
  }

  .homeprotag .inproleft {
    display: block;
    overflow: hidden;
    margin-top: 0;
  }

  .homeprotag .inproleft a {
    display: block;
    float: left;
    width: 15.83%;
    border: 1px solid #ddd;
    margin: 0 1% 1% 0;
    cursor: pointer;
  }

  .homeprotag .inproleft a:nth-child(6n) {
    margin-right: 0;
  }

  .homeprotag .inproleft a img {
    display: block;
    width: auto;
    height: 28px;
    margin: 0 auto;
    opacity: 0.9;
  }

  .homeprotag .inproleft a span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 0 0 10px;
  }

  .homeprotag .inproleft .active {
    /* border-bottom: 2px solid #0073b7; */
    border: 1px solid #0066ca;
    background: #0066ca;
    color: #fff;
  }

  .homeprotag .inproleft .active span {
    color: #0073b7;
    color: #fff;
  }

  .homeprotag .inproleft .active img {
    opacity: 1;
  }

  .homeprotag .inproright {
    display: block;
    overflow: inherit;
    margin-top: 30px;
    min-height: 200px;
  }

  .homeprotag .inproright .into {
    /* display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; */
    overflow: hidden;
    width: 99%;
  }

  .homeprotag .inproright .into a {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 13px 36.86px 1.14px rgba(40, 43, 109, 0.08);
    float: left;
    margin: 0 2% 1% 0;
    width: 31.5%;
    padding: 16px 20px;
    border-radius: 50px;
  }

  .homeprotag .inproright .into a:nth-child(3n),
  .homeprotag .inproright .into dd:nth-child(3n) {
    margin-right: 0;
  }

  .homeprotag .inproright .into a:hover {
    box-shadow: 0px 13px 36.86px 1.14px rgba(40, 43, 109, 0.2);
    border: 1px solid #0066ca;
    background: #0066ca;
    color: #fff;
  }

  .homeprotag .inproright .into a .fa {
    font-size: 14px;
    margin-right: 10px;
  }

  .homeprotag .inproright .into a span {
    display: inline-block;
    font-size: 16px;
  }

  .homeprotag .inproright .into a:hover span {
    color: #0066ca;
    color: #fff;
  }

  .homeprotag .inproright .icenter {
    overflow: inherit;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homeprotag {
    margin: 0 auto 0;
    display: block;
    overflow: initial;
    position: relative;
    top: 0;
  }

  .homeprotag .hdl {
    display: block;
    overflow: hidden;
    margin: 0 auto 0;
    position: relative;
    bottom: -50px;
    z-index: 3;
  }

  .homeprotag .ptt {
    float: left;
  }

  .homeprotag .more {
    float: right;
    margin-top: 20px;
  }

  .homeprotag .cplist {
    overflow: inherit;
    position: relative;
    top: 0;
  }

  .homeprotag .inproleft {
    display: block;
    overflow: hidden;
    margin-top: 0;
  }

  .homeprotag .inproleft a {
    display: block;
    float: left;
    width: 15.83%;
    border: 1px solid #ddd;
    margin: 0 1% 1% 0;
    cursor: pointer;
  }

  .homeprotag .inproleft a:nth-child(6n) {
    margin-right: 0;
  }

  .homeprotag .inproleft a img {
    display: block;
    width: auto;
    height: 28px;
    margin: 0 auto;
    opacity: 0.9;
  }

  .homeprotag .inproleft a span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 0 0 10px;
  }

  .homeprotag .inproleft .active {
    /* border-bottom: 2px solid #0073b7; */
    border: 1px solid #0066ca;
    background: #0066ca;
    color: #fff;
  }

  .homeprotag .inproleft .active span {
    color: #0073b7;
    color: #fff;
  }

  .homeprotag .inproleft .active img {
    opacity: 1;
  }

  .homeprotag .inproright {
    display: block;
    overflow: inherit;
    margin-top: 30px;
    min-height: 200px;
  }

  .homeprotag .inproright .into {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .homeprotag .inproright .into a {
    height: fit-content;
    margin: 0 2% 2% 0;
    width: 49%;
    padding: 10px 12px;
    box-sizing: border-box;
    display: flex;
  }

  .homeprotag .inproright .into a:nth-child(3n) {
    margin-right: 2%;
  }

  .homeprotag .inproright .into a:nth-child(2n) {
    margin-right: 0;
  }

  .homeprotag .inproright .into a span {
    font-size: 12px;
    text-align: start;
  }

  .homeprotag .inproright .into a span {
    display: inline-block;
    font-size: 16px;
  }

  .homeprotag .inproright .into a:hover span {
    color: #0066ca;
  }

  .homeprotag .inproright .icenter {
    overflow: inherit;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .homeprotag {
    margin: 0 auto 0;
    display: block;
    overflow: initial;
    position: relative;
    top: 0;
  }

  .homeprotag .hdl {
    display: block;
    overflow: hidden;
    margin: 0 auto 0;
    position: relative;
    bottom: -50px;
    z-index: 3;
  }

  .homeprotag .ptt {
    float: left;
  }

  .homeprotag .more {
    float: right;
    margin-top: 20px;
  }

  .homeprotag .cplist {
    overflow: inherit;
    position: relative;
    top: 0;
  }

  .homeprotag .inproleft {
    display: block;
    overflow: hidden;
    margin-top: 0;
  }

  .homeprotag .inproleft a {
    display: block;
    float: left;
    width: 32%;
    border: 1px solid #ddd;
    margin: 0 1% 1% 0;
    cursor: pointer;
  }

  .homeprotag .inproleft a:nth-child(6n) {
    margin-right: 0;
  }

  .homeprotag .inproleft a img {
    display: block;
    width: auto;
    height: 28px;
    margin: 0 auto;
    opacity: 0.9;
  }

  .homeprotag .inproleft a span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 0 0 10px;
  }

  .homeprotag .inproleft .active {
    /* border-bottom: 2px solid #0073b7; */
    border: 1px solid #0066ca;
    background: #0066ca;
    color: #fff;
  }

  .homeprotag .inproleft .active span {
    color: #0073b7;
    color: #fff;
  }

  .homeprotag .inproleft .active img {
    opacity: 1;
  }

  .homeprotag .inproright {
    display: block;
    overflow: inherit;
    margin-top: 30px;
    min-height: 200px;
  }

  .homeprotag .inproright .into {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .homeprotag .inproright .into a {
    height: fit-content;
    margin: 0 2% 2% 0;
    width: 49%;
    padding: 10px 12px;
    box-sizing: border-box;
    display: flex;
  }

  .homeprotag .inproright .into a:nth-child(3n) {
    margin-right: 2%;
  }

  .homeprotag .inproright .into a:nth-child(2n) {
    margin-right: 0;
  }

  .homeprotag .inproright .into a span {
    font-size: 12px;
    text-align: start;
  }

  .homeprotag .inproright .into a:hover span {
    color: #0066ca;
  }

  .homeprotag .inproright .icenter {
    overflow: inherit;
  }
}

@media only screen and (min-width: 575px) and (max-width: 599px) {
  .homeprotag {
    margin: 0 auto 0;
    display: block;
    overflow: initial;
    position: relative;
    top: 0;
  }

  .homeprotag .hdl {
    display: block;
    overflow: hidden;
    margin: 0 auto 0;
    position: relative;
    bottom: -50px;
    z-index: 3;
  }

  .homeprotag .ptt {
    float: left;
  }

  .homeprotag .more {
    float: right;
    margin-top: 20px;
  }

  .homeprotag .cplist {
    overflow: inherit;
    position: relative;
    top: 0;
  }

  .homeprotag .inproleft {
    display: block;
    overflow: hidden;
    margin-top: 0;
  }

  .homeprotag .inproleft a {
    display: block;
    float: left;
    width: 32%;
    border: 1px solid #ddd;
    margin: 0 1% 1% 0;
    cursor: pointer;
  }

  .homeprotag .inproleft a:nth-child(6n) {
    margin-right: 0;
  }

  .homeprotag .inproleft a img {
    display: block;
    width: auto;
    height: 28px;
    margin: 0 auto;
    opacity: 0.9;
  }

  .homeprotag .inproleft a span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 0 0 10px;
  }

  .homeprotag .inproleft .active {
    /* border-bottom: 2px solid #0073b7; */
    border: 1px solid #0066ca;
    background: #0066ca;
    color: #fff;
  }

  .homeprotag .inproleft .active span {
    color: #0073b7;
    color: #fff;
  }

  .homeprotag .inproleft .active img {
    opacity: 1;
  }

  .homeprotag .inproright {
    display: block;
    overflow: inherit;
    margin-top: 30px;
    min-height: 200px;
  }

  .homeprotag .inproright .into {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .homeprotag .inproright .into a {
    height: fit-content;
    margin: 0 2% 2% 0;
    width: 49%;
    padding: 10px 12px;
    box-sizing: border-box;
    display: flex;
  }

  .homeprotag .inproright .into a:nth-child(3n) {
    margin-right: 2%;
  }

  .homeprotag .inproright .into a:nth-child(2n) {
    margin-right: 0;
  }

  .homeprotag .inproright .into a span {
    font-size: 12px;
    text-align: start;
  }

  .homeprotag .inproright .into a:hover span {
    color: #0066ca;
  }

  .homeprotag .inproright .icenter {
    overflow: inherit;
  }
}

@media only screen and (min-width: 480px) and (max-width: 574px) {
  .homeprotag {
    margin: 0 auto 0;
    display: block;
    overflow: initial;
    position: relative;
    top: 0;
  }

  .homeprotag .hdl {
    display: block;
    overflow: hidden;
    margin: 0 auto 0;
    position: relative;
    bottom: -50px;
    z-index: 3;
  }

  .homeprotag .ptt {
    float: left;
  }

  .homeprotag .more {
    float: right;
    margin-top: 20px;
  }

  .homeprotag .cplist {
    overflow: inherit;
    position: relative;
    top: 0;
  }

  .homeprotag .inproleft {
    display: block;
    overflow: hidden;
    margin-top: 0;
  }

  .homeprotag .inproleft a {
    display: block;
    float: left;
    width: 32%;
    border: 1px solid #ddd;
    margin: 0 1% 1% 0;
    cursor: pointer;
  }

  .homeprotag .inproleft a:nth-child(6n) {
    margin-right: 0;
  }

  .homeprotag .inproleft a img {
    display: block;
    width: auto;
    height: 28px;
    margin: 0 auto;
    opacity: 0.9;
  }

  .homeprotag .inproleft a span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 0 0 10px;
  }

  .homeprotag .inproleft .active {
    /* border-bottom: 2px solid #0073b7; */
    border: 1px solid #0066ca;
    background: #0066ca;
    color: #fff;
  }

  .homeprotag .inproleft .active span {
    color: #0073b7;
    color: #fff;
  }

  .homeprotag .inproleft .active img {
    opacity: 1;
  }

  .homeprotag .inproright {
    display: block;
    overflow: inherit;
    margin-top: 30px;
    min-height: 200px;
  }

  .homeprotag .inproright .into {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .homeprotag .inproright .into a {
    height: fit-content;
    margin: 0 2% 2% 0;
    width: 49%;
    padding: 10px 12px;
    box-sizing: border-box;
    display: flex;
  }

  .homeprotag .inproright .into a:nth-child(3n) {
    margin-right: 2%;
  }

  .homeprotag .inproright .into a:nth-child(2n) {
    margin-right: 0;
  }

  .homeprotag .inproright .into a span {
    font-size: 12px;
    text-align: start;
  }

  .homeprotag .inproright .into a:hover span {
    color: #0066ca;
  }

  .homeprotag .inproright .icenter {
    overflow: inherit;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .homeprotag {
    margin: 0 auto 0;
    display: block;
    overflow: initial;
    position: relative;
    top: 0;
  }

  .homeprotag .hdl {
    display: block;
    overflow: hidden;
    margin: 0 auto 0;
    position: relative;
    bottom: -50px;
    z-index: 3;
  }

  .homeprotag .ptt {
    float: left;
  }

  .homeprotag .more {
    float: right;
    margin-top: 20px;
  }

  .homeprotag .cplist {
    overflow: inherit;
    position: relative;
    top: 0;
  }

  .homeprotag .inproleft {
    display: block;
    overflow: hidden;
    margin-top: 0;
  }

  .homeprotag .inproleft a {
    display: block;
    float: left;
    width: 32%;
    border: 1px solid #ddd;
    margin: 0 1% 1% 0;
    cursor: pointer;
  }

  .homeprotag .inproleft a:nth-child(6n) {
    margin-right: 0;
  }

  .homeprotag .inproleft a img {
    display: block;
    width: auto;
    height: 28px;
    margin: 0 auto;
    opacity: 0.9;
  }

  .homeprotag .inproleft a span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 0 0 10px;
  }

  .homeprotag .inproleft .active {
    /* border-bottom: 2px solid #0073b7; */
    border: 1px solid #0066ca;
    background: #0066ca;
    color: #fff;
  }

  .homeprotag .inproleft .active span {
    color: #0073b7;
    color: #fff;
  }

  .homeprotag .inproleft .active img {
    opacity: 1;
  }

  .homeprotag .inproright {
    display: block;
    overflow: inherit;
    margin-top: 30px;
    min-height: 200px;
  }

  .homeprotag .inproright .into {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .homeprotag .inproright .into a {
    height: fit-content;
    margin: 0 2% 2% 0;
    width: 49%;
    padding: 10px 12px;
    box-sizing: border-box;
    display: flex;
  }

  .homeprotag .inproright .into a:nth-child(3n) {
    margin-right: 2%;
  }

  .homeprotag .inproright .into a:nth-child(2n) {
    margin-right: 0;
  }

  .homeprotag .inproright .into a span {
    font-size: 12px;
    text-align: start;
  }

  .homeprotag .inproright .into a:hover span {
    color: #0066ca;
  }

  .homeprotag .inproright .icenter {
    overflow: inherit;
  }
}

.top-menu {
  /* background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; */

}




.sub-menu1 {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0;
  -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
  transition: .5s;
  border-top: 2px solid #0154F7;
  z-index: 11;
  display: none;
}

.pro:hover .sub-menu1 {
  display: block;
}



.pat {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}

.pat div {
  cursor: pointer;
  font-size: 12px;
  color: #0073b7;
  width: 120px;
  text-align: center;
  background: #f5f5f5;
  padding: 3px 0;
  float: left;
  margin-right: 20px;
}

.pat .active {
  background: #0073b7;
  color: #fff;
}

.ppp {
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
}

.ppp .pab {
  overflow: hidden;
  width: 100%;
  visibility: hidden;
}

.pronav .ppp {
  width: 100vw;
}

.pronav .pab-list {
  display: block;
  float: left;
  width: 12.5%;
  overflow: hidden;
  margin-bottom: 10px;
}

.pronav div h4 {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}

.pronav div h4 img {
  display: block;
  float: left;
  width: auto;
  height: 36px;
  margin-right: 5px;
}

.pronav div h4 span {
  display: block;
  float: left;
  color: #333;
  font-size: 16px;
  margin: 5px;
}

.pronav div h5 {
  display: block;
  overflow: hidden;
}

.pronav div h5 div {
  display: block;
  margin: 0;
  font-size: 12px;
  margin-bottom: 6px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  /* float: left; */
}

.pronav div h5 div .fa {
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.pronav div h5 div span {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  vertical-align: top;
}

.fs-child3 {
  padding-left: 20px !important;
}

.fs-child3 .name {
  color: #999;
  font-size: 12px;
}

.pronav div h5 div:hover,
.yjheader .left .yjnav .ot .pronav dl h5 a:hover span {
  color: #0073b7;
}


.on {
  visibility: visible !important;
}

.child-top {
  padding-left: 15px;
}

.swiper{
  width: 100%;
  height: calc(100vw*0.29);
 }

.image-layer1{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.mobile-menu-area.sticky-menu{
  position: unset !important;
}