@charset "UTF-8";
@import url("/static/jzweb/assets/css/a_finally.css");
@import url("/static/jzweb/assets/css/unit/animate.min.css");
@import url("/static/jzweb/assets/dist/swiper/swiper/swiper-bundle.min.css");
@import url("/static/jzweb/assets/css/hover_css/css/hover-min.css");
@import url("/static/jzweb/assets/css/this_swiper.css");
@import url("/static/jzweb/assets/css/public.css");
@import url(/static/jzweb/assets/dist/icon/iconfont.css);
@import url(/static/jzweb/assets/dist/icon/bottom_icon/iconfont.css);
body {
  font-family: "Inter, sans-serif";
}

#all #this_col ul {
  margin: 0;
}
#all #this_col .this_public .w1200 {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  #all #this_col .this_public .w1200 {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  #all #this_col .this_public .w1200 {
    width: 900px;
  }
}
@media screen and (max-width: 960px) {
  #all #this_col .this_public .w1200 {
    width: 90vw;
  }
}
#all #this_col header {
  z-index: 9;
}
#all #this_col header .this_web_head {
  width: 100%;
  top: 0;
  z-index: 12;
  background-color: #fff;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper {
  display: flex;
  justify-content: space-between;
}
#all #this_col header .this_web_head .Wrapper .logo {
  width: 180px;
  flex: 0 1 auto;
}
#all #this_col header .this_web_head .Wrapper .logo .img_b {
  overflow: hidden;
}
#all #this_col header .this_web_head .Wrapper .logo .img_b img {
  width: 100%;
}
#all #this_col header .this_web_head .Wrapper .web_nav {
  display: flex;
  flex: 1 1 auto;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul {
  display: flex;
  z-index: 9;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li {
  padding: 0 1.325vw;
  flex: auto;
  line-height: 1.3;
  position: relative;
  text-align: center;
  transition: all 300ms;
  display: flex;
  align-items: center;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > a {
  text-decoration: none;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > ul > li {
  visibility: visible;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > ul > li > a {
  border-bottom: none;
  color: #353535;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li.current-menu-item {
  background-color: #0765A7;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li.current-menu-item a {
  color: #fff;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a {
  transition: all 300ms;
  color: #333;
  font-family: "Source Han Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a > span {
  font-size: 12px;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul {
  padding: 0.5vw 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 260px;
  top: 2vw;
  border-radius: 0.5vw;
  transform: scale(0.9);
  transition: all 0.5s;
  box-shadow: 0 0 10px #333;
  opacity: 0;
  visibility: hidden;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li {
  line-height: 2;
  visibility: hidden;
  position: relative;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > a {
  color: #353535;
  display: flex;
  padding-right: 0.8vw;
  padding-left: 0.2vw;
  align-items: center;
  font-size: 14px;
  text-align: start;
  background-color: transparent;
  margin: 0 0.3vw;
  border-bottom: none;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul {
  padding: 0.5vw 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 280px;
  border-radius: 0.5vw;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  right: -100%;
  top: 0vw;
  transition: all 1s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul li {
  line-height: 2;
  visibility: hidden;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul li a {
  display: flex;
  padding-right: 0.8vw;
  padding-left: 0.2vw;
  align-items: center;
  background-color: transparent;
  margin: 0 0.3vw;
  border-bottom: none;
  font-size: 14px;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li:hover ul {
  visibility: visible;
  transition: all 1s;
  opacity: 1;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li:hover ul li {
  visibility: visible;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li:hover > a {
  text-decoration: none;
  background-color: #e5e5e5;
}
#all #this_col header .this_web_head .Wrapper .right {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 0 2vw;
}
#all #this_col header .this_web_head .Wrapper .right .this_icon {
  display: flex;
  align-items: center;
  gap: 0 1vw;
}
#all #this_col header .this_web_head .Wrapper .right .this_icon .this_child {
  display: flex;
  gap: 0 8px;
}
#all #this_col header .this_web_head .Wrapper .right .this_icon .this_child:hover i {
  color: #2569F1;
}
#all #this_col header .this_web_head .Wrapper .right .this_icon .this_child:hover span {
  color: #2569F1;
}
#all #this_col header .this_web_head .Wrapper .right .this_icon .this_child i {
  color: #333333;
  font-size: 18px;
}
#all #this_col header .this_web_head .Wrapper .right .this_icon .this_child span {
  font-size: 16px;
}
#all #this_col header .this_web_head .Wrapper .right .login_register {
  display: flex;
  align-items: center;
  gap: 0 1vw;
}
#all #this_col header .this_web_head .Wrapper .right .login_register .this_login {
  padding: 5px 15px;
  border-radius: 8px;
  transition: all 0.3s;
}
#all #this_col header .this_web_head .Wrapper .right .login_register .this_login:hover {
  background-color: #F0F0F0;
  transition: all 0.3s;
}
#all #this_col header .this_web_head .Wrapper .right .login_register .this_login span {
  font-size: 14px;
}
#all #this_col header .this_web_head .Wrapper .right .login_register .this_register {
  padding: 5px 30px;
  background-color: #1270B3;
  border-radius: 8px;
}
#all #this_col header .this_web_head .Wrapper .right .login_register .this_register span {
  color: #fff;
  font-size: 16px;
}
#all #this_col header .this_web_head .Wrapper .right .login_icon {
  height:55px;
}
#all #this_col header .this_web_head .Wrapper .right .login_icon a{
  display: block;
    width: 45px;
    line-height: 35px;
    height: 45px;
    position: relative;
    text-align: center
}
#all #this_col header .this_web_head .Wrapper .right .login_icon a>img{
    height: 100%;
    margin:0 auto;
}
#all #this_col header .this_index_header {
  position: fixed;
  width: 100%;
  top: 60px;
  z-index: 12;
  padding: 10px 0;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.3) 50%, rgba(51, 51, 51, 0) 100%);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.01);
  transition: all 0.5s;
}
#all #this_col header .this_index_header .Wrapper .web_nav > ul > li.current-menu-item > a {
  font-weight: 700;
  position: relative;
}
#all #this_col header .this_index_header .Wrapper .web_nav > ul > li.current-menu-item > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
#all #this_col header .nav_top_50 {
  position: fixed;
  width: 100%;
  top: 0;
  transition: all 0.5s;
  padding: 0;
}
#all #this_col header .sjheader {
  display: none;
  background-color: #202020;
  width: 100%;
  z-index: 9999;
  position: fixed;
}
#all #this_col header .sjheader .Wrapper .menuTop {
  display: flex;
  padding: 0 3vw;
  justify-content: space-between;
  align-items: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .menuicon {
  flex: 0 20vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
#all #this_col header .sjheader .Wrapper .menuTop .menuicon .imgWrapper {
  width: 5vw;
}
#all #this_col header .sjheader .Wrapper .menuTop .menuicon .imgWrapper img {
  width: 100%;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo {
  padding: 1vw 0;
  flex: 0 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper {
  width: 40vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper img {
  width: 8vw;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper p {
  font-size: 6vw;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language {
  width: 20vw;
  display: flex;
  justify-content: flex-end;
  gap: 2vw;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-language .iconfont {
  color: #fff;
  font-size: 6vw;
  float: right;
  transition: all 0.5s;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search .iconfont {
  color: #fff;
  font-size: 6vw;
  float: right;
  transition: all 0.5s;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search .form {
  position: absolute;
  top: 12vw;
  z-index: 9;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search .form input {
  border: none;
  padding: 2vw 2vw;
  border-radius: 0.8vw;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px #000;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search .form input:last-of-type {
  background-color: #906e49;
  color: #fff;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search:hover .iconfont {
  color: #906e49;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search:hover .form {
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}
#all #this_col header .sjheader .Wrapper .one_level {
  position: absolute;
  background-color: #fff;
  transform: translateX(-100%);
  width: 100%;
  padding: 2vw 0 4vw 0;
  z-index: 8;
  transition: all 0.4s;
}
#all #this_col header .sjheader .Wrapper .one_level > li {
  margin: 0 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col header .sjheader .Wrapper .one_level > li a {
  line-height: 3;
  color: #202020;
  font-size: 3vw;
}
#all #this_col header .sjheader .Wrapper .one_level > li span {
  display: block;
  width: 100px;
  cursor: pointer;
}
#all #this_col header .sjheader .Wrapper .one_level > li span img {
  width: 5px;
  float: right;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul {
  transform: translateX(-100%);
  position: absolute;
  background-color: #FFF;
  top: 3vw;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 9;
  transition: all 400ms;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul button {
  padding: 0 4vw;
  width: 100%;
  border: none;
  line-height: 3;
  display: flex;
  align-items: center;
  font-size: 3.5vw;
  cursor: pointer;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul button span {
  display: block;
  margin-right: 2vw;
  width: 5px;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul button span img {
  width: 100%;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul button p {
  text-align: left;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul li {
  margin: 0 4vw;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul li a {
  line-height: 3;
  color: #202020;
  font-size: 3vw;
}
#all #this_col header .sjheader .Wrapper .one_level > li > .two_open {
  transform: translateX(0);
  transition: all 0.4s;
}
#all #this_col header .sjheader .Wrapper .one_open {
  transform: translateX(0);
  transition: all 0.4s;
}
#all #this_col .indexPage .bannerWrapper .img_b {
  width: 100%;
}
#all #this_col .indexPage .bannerWrapper .img_b img {
  width: 100%;
}
#all #this_col .indexPage .proTypeWrapper {
  background-color: #F5F5F5;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .top {
  display: flex;
  justify-content: space-between;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .top .left {
  flex: 0 40%;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .top .left h3 {
  font-size: 32px;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .top .right {
  flex: 0 53%;
  display: flex;
  justify-content: space-between;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .top .right .this_list {
  flex: 0 1 33%;
  /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .top .right .this_list select {
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../img/down.png") no-repeat scroll right center transparent;
  background-size: 10px;
  background-position: calc(100% - 10px) 50%;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .top .right .this_list select::-ms-expand {
  display: none;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .top .right .this_list select {
  border-radius: 8px;
  padding: 10px 20px;
  border: 1px solid #898989;
  width: 100%;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .top .right .this_list input {
  width: 100%;
  border-radius: 8px;
  padding: 10px 20px;
  border: 1px solid #898989;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .top .search-btn{
    flex:0 5%;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .top .search-btn button{
    padding: 10px;
    background: #0765A7;
    color: #fff;
    border-radius: 5px;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .this_in {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .this_in .this_child {
  flex: 0 32%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .this_in .this_child .img_b {
  width: 100%;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .this_in .this_child .img_b img {
  width: 100%;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .this_in .this_child h5 {
  margin-top: 10px;
  font-size: 20px;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .this_in .this_child .this_text {
  margin-top: 10px;
  margin-bottom: 20px;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .this_in .this_child .this_text p {
  font-size: 16px;
  color: #818181;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .this_in .this_child .this_button {
  display: flex;
  padding: 5px 15px;
  background-color: #565454;
  color: #fff;
  transition: all 0.3s;
  border-radius: 5px;
  margin-top: auto;
}
#all #this_col .indexPage .proTypeWrapper .Wrapper .this_in .this_child .this_button:hover {
  background-color: #0765A7;
  transition: all 0.3s;
}
#all #this_col .indexPage .aboutWrapper .Wrapper {
  margin-top: 50px;
  padding-bottom: 13vw;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .top::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 260px;
  background-color: #000000;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .top span {
  font-size: 24px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .top h3 {
  font-size: 32px;
  margin: 0 60px;
  padding: 0 5px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left {
  flex: 0 49%;
  position: relative;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .img_b img {
  width: 100%;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .this_child {
  width: 70%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .this_child h4 {
  font-size: 32px;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .this_child .this_text {
  margin-top: 10px;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .this_child .this_text p {
  font-size: 16px;
  color: #888;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right {
  flex: 0 49%;
  position: relative;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .img_b {
  width: 100%;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .img_b img {
  width: 100%;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .this_child {
  display: flex;
  padding: 20px;
  background-color: #F3F3F3;
  border-radius: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .this_child .left2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 auto;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .this_child .left2 p {
  font-size: 16px;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .this_child .right2 {
  flex: 1 1 auto;
  margin-left: 10px;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .this_child .right2 .this_text {
  margin-bottom: 10px;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .this_child .right2 .this_text p {
  font-size: 14px;
}
#all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .this_child .right2 .this_text p:first-child {
  color: #888;
}
@media screen and (max-width: 1280px) {
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .img_b {
    height: 280px;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .img_b img {
    height: 100%;
    object-fit: cover;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .this_child h4 {
    font-size: 24px;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .this_child .this_text p {
    font-size: 16px;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .img_b {
    height: 280px;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .img_b img {
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .img_b {
    height: 400px;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .img_b img {
    height: 100%;
    object-fit: cover;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .this_child {
    left: 5%;
    width: 80%;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .this_child h4 {
    font-size: 24px;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .this_child .this_text p {
    font-size: 16px;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right {
    margin-top: 30px;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .img_b {
    height: 400px;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .img_b img {
    height: 100%;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .this_child {
    left: 5%;
    width: 80%;
  }
  #all #this_col .indexPage .proTypeWrapper .Wrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .indexPage .proTypeWrapper .Wrapper .this_in .this_child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  #all #this_col .indexPage .aboutWrapper .Wrapper {
    padding-bottom: 20vw;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .left .img_b {
    height: 450px;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .img_b {
    height: 450px;
  }
  #all #this_col .indexPage .aboutWrapper .Wrapper .this_in .right .this_child {
    left: 2vw;
    width: 86vw;
    flex-direction: column;
  }
  #all #this_col .indexPage .proTypeWrapper .Wrapper .top {
    flex-direction: column;
  }
  #all #this_col .indexPage .proTypeWrapper .Wrapper .top .right {
    margin-top: 20px;
    flex-direction: column;
  }
  #all #this_col .indexPage .proTypeWrapper .Wrapper .top .right .this_list {
    margin-top: 10px;
  }
  #all #this_col .indexPage .proTypeWrapper .Wrapper .top .search-btn{
      margin-top: 10px;
  }
  #all #this_col .indexPage .proTypeWrapper .Wrapper .top .search-btn button{
      width:100%;
  }
}
#all #this_col .appListPage {
  padding-bottom: 5vw;
  background-color: #F2F6FB;
}
#all #this_col .appListPage .bannerWrapper {
  position: relative;
}
#all #this_col .appListPage .bannerWrapper .img_b {
  width: 100%;
}
#all #this_col .appListPage .bannerWrapper .img_b img {
  width: 100%;
}
#all #this_col .appListPage .bannerWrapper .this_in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .appListPage .bannerWrapper .this_in h3 {
  font-size: 32px;
  color: #fff;
}
#all #this_col .appListPage .bannerWrapper .this_in .proSearch {
  margin-top: 10px;
  display: flex;
}
#all #this_col .appListPage .bannerWrapper .this_in .proSearch input[type=text] {
  background-color: #fff;
  min-width: 30%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#all #this_col .appListPage .bannerWrapper .this_in .proSearch input[type=submit] {
  background-color: #0764a8;
  color: #fff;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#all #this_col .appListPage .sortWrapper .Wrapper {
  margin-top: 50px;
}
#all #this_col .appListPage .sortWrapper .Wrapper .top {
  padding: 40px;
  background-color: #fff;
}
#all #this_col .appListPage .sortWrapper .Wrapper .top .same_ul ul {
  margin-top: 10px;
  display: flex;
  gap: 15px;
}
#all #this_col .appListPage .sortWrapper .Wrapper .top .same_ul ul li a {
  font-size: 16px;
}
#all #this_col .appListPage .sortWrapper .Wrapper .top .same_ul ul li a.has-child {
  position: relative;
  padding-right: 18px;
}
#all #this_col .appListPage .sortWrapper .Wrapper .top .same_ul ul li a.has-child::after {
  font-family: "iconfont-icon";
  content: "\e635";
  display: inline-block;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 12px;
  width: 15px;
  height: 15px;
}
#all #this_col .appListPage .sortWrapper .Wrapper .top .same_ul ul li a.this-current {
  color: #0765A7;
}
#all #this_col .appListPage .sortWrapper .Wrapper .top .same_ul ul li a.this-current::after {
  content: "\e644";
  color: #0765A7;
}
#all #this_col .appListPage .sortWrapper .Wrapper .top .this_child {
  margin-top: 25px;
}
#all #this_col .appListPage .sortWrapper .Wrapper .top .this_child h3 {
  font-size: 32px;
  color: #0765a7;
  padding-left: 15px;
  position: relative;
}
#all #this_col .appListPage .sortWrapper .Wrapper .top .this_child h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 80%;
  background-color: #0765a7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#all #this_col .appListPage .sortWrapper .Wrapper .top .this_child h5 {
  font-size: 20px;
}
#all #this_col .appListPage .sortWrapper .Wrapper .bottom {
  margin-top: 30px;
  padding: 40px;
  background-color: #fff;
  width: 100%;
}
#all #this_col .appListPage .sortWrapper .Wrapper .bottom .this_in {
  width: 100%;
}
#all #this_col .appListPage .sortWrapper .Wrapper .bottom .this_in .this_table {
  width: 100%;
  overflow: scroll;
}
#all #this_col .appListPage .sortWrapper .Wrapper .bottom .this_in .this_table table {
  width: 100%;
  overflow: auto;
}
#all #this_col .appListPage .sortWrapper .Wrapper .bottom .this_in .this_table table tr {
  width: 100%;
  background-color: #eceefb;
}
#all #this_col .appListPage .sortWrapper .Wrapper .bottom .this_in .this_table table tr:nth-child(2) td {
  background-color: #d0d6ec;
}
#all #this_col .appListPage .sortWrapper .Wrapper .bottom .this_in .this_table table tr th {
  text-align: center;
  background-color: #0764a8;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
#all #this_col .appListPage .sortWrapper .Wrapper .bottom .this_in .this_table table tr td {
  text-align: center;
  padding: 15px;
}
#all #this_col .appListPage .sortWrapper .Wrapper .bottom .this_in .this_table table tr td img {
  width: 150px;
}
#all #this_col .appDetailPage {
  background-color: #F2F6FB;
  padding-bottom: 5vw;
}
#all #this_col .appDetailPage .singleWrapper {
  padding-top: 50px;
}
#all #this_col .appDetailPage .singleWrapper .Wrapper {
  padding: 20px 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
#all #this_col .appDetailPage .singleWrapper .Wrapper .left {
  width: 55%;
}
#all #this_col .appDetailPage .singleWrapper .Wrapper .left .top {
  width: 100%;
}
#all #this_col .appDetailPage .singleWrapper .Wrapper .left .bottom {
  margin-top: 10px;
  width: 100%;
}
#all #this_col .appDetailPage .singleWrapper .Wrapper .right {
  width: 42%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .appDetailPage .singleWrapper .Wrapper .right h3 {
  font-size: 32px;
}
#all #this_col .appDetailPage .singleWrapper .Wrapper .right .this_type {
  margin-top: 30px;
  width: 100%;
}
#all #this_col .appDetailPage .singleWrapper .Wrapper .right .this_type li {
  display: flex;
  margin-bottom: 15px;
}
#all #this_col .appDetailPage .singleWrapper .Wrapper .right .this_type li span {
  display: inline-block;
  font-size: 16px;
}
#all #this_col .appDetailPage .singleWrapper .Wrapper .right .this_type li span:nth-child(1) {
  flex: 0 40%;
}
#all #this_col .appDetailPage .singleWrapper .Wrapper .right .this_type li span:nth-child(2) {
  margin-left: 1%;
  flex: 0 59%;
  color: #888;
}
#all #this_col .appDetailPage .singleWrapper .Wrapper .right .this_button {
  background-color: #1270B3;
  padding: 10px 50px;
  border-radius: 8px;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
}
#all #this_col .appDetailPage .infoWrapper .Wrapper {
  margin-top: 30px;
  padding: 20px;
  background-color: #FFF;
}
#all #this_col .appDetailPage .infoWrapper .Wrapper .this_child {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #CECECE;
}
#all #this_col .appDetailPage .infoWrapper .Wrapper .this_child:last-child {
  border-bottom: none;
}
#all #this_col .appDetailPage .infoWrapper .Wrapper .this_child .this_title {
  display: flex;
  align-items: center;
}
#all #this_col .appDetailPage .infoWrapper .Wrapper .this_child .this_title .img_b {
  width: 25px;
  height: 25px;
}
#all #this_col .appDetailPage .infoWrapper .Wrapper .this_child .this_title .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .appDetailPage .infoWrapper .Wrapper .this_child .this_title h3 {
  vertical-align: middle;
  font-size: 24px;
  margin-left: 10px;
}
#all #this_col .appDetailPage .infoWrapper .Wrapper .this_child .this_in {
  margin-top: 20px;
}
#all #this_col .appDetailPage .infoWrapper .Wrapper .this_child .this_in p {
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 960px) {
  #all #this_col .appDetailPage .singleWrapper .Wrapper {
    flex-direction: column;
  }
  #all #this_col .appDetailPage .singleWrapper .Wrapper .left {
    width: 100%;
  }
  #all #this_col .appDetailPage .singleWrapper .Wrapper .right {
    width: 100%;
    margin-top: 20px;
  }
  #all #this_col .appDetailPage .infoWrapper {
    padding-bottom: 16vw;
  }
}
#all #this_col .aboutPage {
  background-color: #f3f6fb;
  padding-bottom: 5vw;
}
#all #this_col .aboutPage .breadWrapper {
  padding: 20px 0;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox {
  display: flex;
  justify-content: space-between;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .hd {
  flex: 0 180px;
  background-color: #fff;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .hd ul {
  position: sticky;
  top: 90px;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .hd ul li {
  font-size: 18px;
  padding: 0 5px;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .hd ul li.on {
  background-color: #0764a8;
  background-color: #f3f6fb;
  border-right: 2px solid #0764a8;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .hd ul li.on a {
  color: #0764a8;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .hd ul li a {
  width: 100%;
  display: inline-block;
  padding: 10px;
  border-bottom: 1px solid #dedede;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd {
  flex: 0 calc(100% - 200px);
  background-color: #fff;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .content_in .this_title {
  padding: 10px 30px;
  width: 100%;
  border-bottom: 2px solid #dcdcdc;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .content_in .this_title h3 {
  font-size: 24px;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .content_in .this_in {
  padding: 10px 30px;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab1 .this_in h5 {
  font-size: 18px;
  margin-top: 30px;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab1 .this_in p {
  display: inline-block;
  margin-top: 20px;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab2 .this_in h5 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 32px;
  text-align: center;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab2 .this_in .this_time {
  margin-bottom: 10px;
  text-align: end;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab3 .this_in h5 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 32px;
  text-align: center;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab3 .this_in .this_time {
  margin-bottom: 10px;
  text-align: end;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in {
  padding: 45px;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child.this_child2 {
  flex-direction: column;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child h5 {
  font-size: 18px;
  position: relative;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child h5::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 80%;
  background-color: #0765a7;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%);
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child ul li {
  margin: 10px 0;
  display: flex;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child ul li span:nth-child(1) {
  flex: 0 80px;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child ul li span::nth-child(2) {
  flex: 0 calc(100% - 90px);
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child .left {
  flex: 0 50%;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child .right {
  flex: 0 48%;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child .right .img_b {
  width: 150px;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child .right .img_b img {
  width: 100%;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child .top {
  width: 100%;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child .bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child .bottom .img_b {
  width: 150px;
}
#all #this_col .aboutPage .aboutWrapper .Wrapper .slideTxtBox .bd .ab5 .this_in .this_child .bottom .img_b img {
  width: 100%;
}
#all #this_col footer .this_web_footer .top {
  width: 1520px;
  max-width: 1520px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
#all #this_col footer .this_web_footer .top .left {
  width: 400px;
}
#all #this_col footer .this_web_footer .top .left > .img_b {
  width: 280px;
}
#all #this_col footer .this_web_footer .top .left > .img_b img {
  width: 100%;
}
#all #this_col footer .this_web_footer .top .left p {
  color: var(--BK-White, #FFF);
  font-family: "Source Han Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
  display: inline-block;
  margin-top: 30px;
}
#all #this_col footer .this_web_footer .top .left .this_link {
  margin-top: 30px;
}
#all #this_col footer .this_web_footer .top .left .this_link h5 {
  color: var(--BK-White, #FFF);
  font-family: "Source Han Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
}
#all #this_col footer .this_web_footer .top .left .this_link ul {
  margin-top: 20px;
  display: flex;
  gap: 0 20px;
}
#all #this_col footer .this_web_footer .top .left .this_link ul li {
  width: 40px;
  height: 40px;
}
#all #this_col footer .this_web_footer .top .left .this_link ul li img {
  width: 100%;
  height: 100%;
}
#all #this_col footer .this_web_footer .top .center {
  width: 300px;
}
#all #this_col footer .this_web_footer .top .center ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
#all #this_col footer .this_web_footer .top .center ul li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
#all #this_col footer .this_web_footer .top .center ul li .img_b {
  width: 30px;
  height: 30px;
}
#all #this_col footer .this_web_footer .top .center ul li .img_b svg {
  width: 100%;
  height: 100%;
}
#all #this_col footer .this_web_footer .top .center ul li a {
  width: calc(100% - 30px);
  color: var(--BK-White, #FFF);
  font-family: "Source Han Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  /* 20.8px */
  text-transform: none;
}
#all #this_col footer .this_web_footer .top .right .this_contact {
  display: flex;
  width: 580px;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 10px;
  background: var(--BK-White, #FFF);
  box-sizing: border-box;
}
#all #this_col footer .this_web_footer .top .right .this_contact .this_title h3 {
  color: var(--Black1, #121933);
  text-align: center;
  font-family: "Open Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#all #this_col footer .this_web_footer .top .right .this_contact .this_in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 0;
}
#all #this_col footer .this_web_footer .top .right .this_contact .this_in .this_list input {
  display: flex;
  padding: 14px 21px;
  align-items: flex-start;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E4E6EA;
  width: 100%;
}
#all #this_col footer .this_web_footer .top .right .this_contact .this_in .w50 {
  width: 48%;
}
#all #this_col footer .this_web_footer .top .right .this_contact .this_in .w100 {
  width: 100%;
}
#all #this_col footer .this_web_footer .top .right .this_contact .this_in input[type=submit] {
  margin-top: 15px;
  color: var(--BK-White, #FFF);
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  padding: 14px 40px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  background: #0641A5;
  width: 100%;
}
#all #this_col footer .this_web_footer .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#all #this_col footer .this_web_footer .copyright p {
  text-align: center;
  color: var(--BK-White, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 200% */
}
#all #this_col footer .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #1c1c1c;
  padding: 1vw 0;
  box-sizing: border-box;
  z-index: 999;
}
#all #this_col footer .sj-footer ul {
  width: 96vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col footer .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3vw;
}
#all #this_col footer .sj-footer ul li a .iconfont {
  font-size: 6vw;
}
#all #this_col footer .sj-footer ul li a:hover {
  text-decoration: none;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp {
  width: 8vw;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  #all #this_col header .page-title {
    display: none;
  }
  #all #this_col header .this_web_head {
    display: none;
  }
  #all #this_col header .sjheader {
    display: block;
  }
  #all #this_col footer .this_web_footer {
    display: none;
  }
  #all #this_col footer .sj-footer {
    display: block;
  }
}/*# sourceMappingURL=all.css.map */