@import url("swiper-bundle.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1600px;
  width: calc(100% - 160px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 3px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
}
.rightMenu > *:hover {
  background: #065092;
}
@media screen and (min-width: 993px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 0%;
  display: none;
}
.rightMenu .hide_box > p {
  background: #065092;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
.rightMenu .hide_box img {
  max-width: none;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #065092;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 481px) {
  .nav {
    top: 8px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 30;
  transition: 0.3s;
  background: #fff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
header .container {
  width: calc(100% - 40px);
  max-width: 1850px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px 7%;
}
header .l_box {
  display: flex;
  align-items: center;
  padding-top: 2px;
}
header .center {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 310px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #065092 !important;
}
header .menuOne.menuactive > a {
  color: #065092 !important;
}
header .menuOne {
  font-family: Roboto-Medium;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #333333;
  margin-right: 49px;
  position: relative;
}
header .menuOne > a {
  color: #333333;
  padding: 23px 0px 24px;
  position: relative;
}
header .menuOne > a:hover {
  color: #065092 !important;
}
header .menuOne .active > a {
  color: #fff;
  background: #065092;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #065092;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .sousuo {
  margin-left: 36px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.8;
}
header .sousuo .search:hover {
  filter: none;
  opacity: 1;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #065092;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  padding-right: 10px;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #065092;
}
header .ul {
  min-width: 263px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 4px;
}
header .ul div {
  background: #fff;
}
header .ul li {
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
}
header .ul li a {
  display: block;
  padding: 12px 30px 6px;
  color: #333333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  background: #065092;
  color: #fff;
}
header .ul1 {
  left: -30px;
  top: 100%;
  padding-left: 0px;
  padding-top: 0px !important;
}
header .head_boxr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
header .lang {
  position: relative;
  cursor: pointer;
  margin-left: 40px;
}
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
  padding: 2.5px 12.5px;
  cursor: pointer;
  border: solid 1px #333333;
  border-radius: 20px;
  overflow: hidden;
}
header .lang .lang_box:hover span {
  color: #065092;
}
header .lang .lang_box:hover .dq,
header .lang .lang_box:hover .dq1 {
  filter: none;
  opacity: 1;
}
header .lang .lang_box .dq {
  width: 18px;
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.8;
}
header .lang .lang_box .dq1 {
  width: 12px;
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.8;
  margin-left: 14px;
}
header .lang .lang_box span {
  font-family: Roboto-Regular;
  color: #333;
  transition: 0.1s;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #065092;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #065092;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #065092;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .l_box {
  display: flex;
  align-items: center;
}
.header {
  background: transparent;
}
.fyhead {
  background: #fff;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  min-height: 70px;
  background-color: #065092;
  border-radius: 35px;
  border: 1px solid #065092;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  gap: 20px;
  padding: 5px 12px;
}
.buttonBox a:hover {
  color: #065092;
  background: #fff;
}
.buttonBox a:hover img {
  filter: none;
}
.buttonBox span {
  transition: 0s;
}
.buttonBox img {
  width: auto;
  height: auto;
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox img {
  width: 100%;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto-Regular;
  width: 100%;
  gap: 10px 22px;
  flex-wrap: wrap;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #666;
  width: 40px;
  background-color: #fff;
  border: solid 1px #999999;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #065092;
  color: #fff;
  border: 1px solid #065092;
}
.PageNumber .active {
  background: #065092;
  color: #fff;
  border: 1px solid #065092;
}
.PageNumber .p_f ,.PageNumber .big{
  width: 100px;
}
.PageNumber a.no:hover {
  background: #fff;
  color: #666;
  border: 1px solid #999999;
}
.PageNumber .p_l {
  width: 69px;
}
.PageNumber input {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background: #065092;
  border: 1px solid #065092;
  min-width: 178px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 10px;
  border-radius: 4px;
  overflow: hidden;
}
.PageNumber input:hover {
  background: #fff;
  color: #065092;
}
.PageNumber .submit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.PageNumber .submit img {
  margin-top: 2px;
}
.padding_top {
  padding-top: 79px;
}
.index_banner {
  /* compatibility with Joomla styles */
  /* IE10+ hacks */
  /* IE10+ hacks */
  /* bottom center */
}
.index_banner #wowslider-container1 {
  display: table;
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto 0px;
  z-index: 1;
  text-align: left;
  font-size: 10px;
  text-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.index_banner * html #wowslider-container1 {
  width: 1920px;
}
.index_banner #wowslider-container1 .ws_images ul {
  position: relative;
  width: 10000%;
  height: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  overflow: visible;
}
.index_banner #wowslider-container1 .ws_images ul li {
  position: relative;
  width: 1%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  float: left;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}
.index_banner #wowslider-container1 .ws_images {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 1920px;
  vertical-align: top;
  border: none;
  overflow: hidden;
}
.index_banner #wowslider-container1 .ws_images ul a {
  width: 100%;
  height: 100%;
  display: block;
  color: transparent;
}
.index_banner #wowslider-container1 img {
  max-width: none !important;
}
.index_banner #wowslider-container1 .ws_images .ws_list img,
.index_banner #wowslider-container1 .ws_images > div > img {
  width: 100%;
  border: none 0;
  max-width: none;
  padding: 0;
  margin: 0;
}
.index_banner #wowslider-container1 .ws_images iframe {
  position: absolute;
  z-index: -1;
}
.index_banner #wowslider-container1 .ws-title > div {
  display: inline-block !important;
}
.index_banner #wowslider-container1 a {
  text-decoration: none;
  outline: none;
  border: none;
}
.index_banner .ws_controls {
  position: absolute;
  left: 0;
  top: 46%;
  transform: translateY(-50%);
  left: 43px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px 0px;
}
.index_banner #wowslider-container1 .ws_script {
  display: none;
}
.index_banner #wowslider-container1 sound,
.index_banner #wowslider-container1 object {
  position: absolute;
}
.index_banner #wowslider-container1 .ws_effect {
  position: static;
  width: 100%;
  height: 100%;
}
.index_banner #wowslider-container1 .ws_photoItem {
  border: 2em solid #fff;
  margin-left: -2em;
  margin-top: -2em;
}
.index_banner #wowslider-container1 .ws_cube_side {
  background: #a6a5a9;
}
.index_banner #wowslider-container1.ws_gestures.ws_grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.index_banner #wowslider-container1.ws_video_playing .ws_bullets,
.index_banner #wowslider-container1.ws_video_playing .ws_fullscreen,
.index_banner #wowslider-container1.ws_video_playing .ws_next,
.index_banner #wowslider-container1.ws_video_playing .ws_prev {
  display: none;
}
.index_banner #wowslider-container1 .ws_video_btn {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}
.index_banner #wowslider-container1 .ws_video_btn.ws_youtube,
.index_banner #wowslider-container1 .ws_video_btn.ws_vimeo {
  display: block;
}
.index_banner #wowslider-container1 .ws_video_btn div {
  position: absolute;
  background-size: 200%;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 5em;
  margin-left: -3.5em;
  margin-top: -2.5em;
}
.index_banner #wowslider-container1 .ws_video_btn.ws_youtube div {
  background-position: 0 0;
}
.index_banner #wowslider-container1 .ws_video_btn.ws_youtube:hover div {
  background-position: 100% 0;
}
.index_banner #wowslider-container1 .ws_video_btn.ws_vimeo div {
  background-position: 0 100%;
}
.index_banner #wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
  background-position: 100% 100%;
}
.index_banner #wowslider-container1 .ws_playpause.ws_hide {
  display: none !important;
}
.index_banner #wowslider-container1 a.ws_prev span {
  font-size: 0px;
}
.index_banner #wowslider-container1 .ws_bullets a {
  position: relative;
  text-shadow: none;
  color: transparent;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #000;
  opacity: 0.3;
  border-radius: 50%;
}
.index_banner #wowslider-container1 .ws_bullets a::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #065092;
  position: absolute;
  left: 6px;
  top: 6px;
  transform: translate(-3px, -3px);
  transition: 0.3s;
  opacity: 0;
  border-radius: 50%;
  overflow: hidden;
}
.index_banner #wowslider-container1 .ws_bullets a span {
  font-size: 0px;
}
.index_banner #wowslider-container1 .ws_bullets a.ws_selbull {
  opacity: 1;
  background: rgba(6, 80, 146, 0.3);
}
.index_banner #wowslider-container1 .ws_bullets a.ws_selbull::before {
  opacity: 1;
}
.index_banner #wowslider-container1 .ws_playpause {
  display: none !important;
}
.index_banner .img_button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.index_banner .img_button img {
  width: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.index_banner .img_button:hover {
  background: rgba(6, 80, 146, 0.5);
}
.index_banner .img_button:hover img {
  top: 50% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  filter: brightness(0) invert(1);
}
.index_banner .ws_prev {
  order: 1;
}
.index_banner .ws_prev img {
  bottom: 0;
}
.index_banner .ws_next {
  order: 3;
}
.index_banner .ws_next img {
  top: 0;
}
.index_banner _:-ms-input-placeholder,
.index_banner :root #wowslider-container1 .ws_playpause:after {
  line-height: 2.8em;
}
.index_banner #wowslider-container1 .ws_bullets {
  order: 2;
}
.index_banner #wowslider-container1 .ws_bullets div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.index_banner #wowslider-container1 .ws-title {
  position: absolute;
  margin-right: 10em;
  z-index: 50;
  left: 0.3em;
  padding: 1em;
  bottom: 30px;
  top: auto;
  opacity: 1;
}
.index_banner #wowslider-container1 .ws-title div,
.index_banner #wowslider-container1 .ws-title span {
  display: inline-block;
  padding: 0.5em;
}
.index_banner #wowslider-container1 .ws-title div {
  display: block;
  margin-top: 0.5em;
  font-size: 1.1em;
  padding: 1em;
  line-height: 1.15em;
  color: #000000;
  border: 3px solid;
  border-color: #ffffff;
  border-radius: 7px;
  background-color: #ffffff;
}
.index_banner #wowslider-container1 .ws-title span {
  font-size: 1.8em;
  border: 3px solid;
  border-color: #ffffff;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.2);
}
.index_banner #wowslider-container1 .ws_logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.index_banner #wowslider-container1 img.loading {
  width: 96px;
  height: 48px;
}
.index_banner #wowslider-container1 .ws_bullets a img {
  text-indent: 0;
  display: block;
  bottom: 7px;
  left: -48px;
  visibility: hidden;
  position: absolute;
  max-width: none;
}
.index_banner #wowslider-container1 .ws_bullets a:hover img {
  visibility: visible;
}
.index_banner #wowslider-container1 .ws_bulframe div div {
  height: 48px;
  overflow: visible;
  position: relative;
}
.index_banner #wowslider-container1 .ws_bulframe div {
  left: 0;
  overflow: hidden;
  position: relative;
  width: 96px;
  background-color: #ffffff;
}
.index_banner #wowslider-container1 .ws_bullets .ws_bulframe {
  display: none;
  bottom: 25px;
  margin-left: 5px;
  overflow: visible;
  position: absolute;
  cursor: pointer;
  border: 3px solid;
  border-color: #ffffff;
  border-radius: 5px;
}
.index_banner #wowslider-container1 .ws_bulframe div div {
  height: auto;
}
@media all and (max-width: 760px) {
  .index_banner #wowslider-container1 .ws_fullscreen {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .index_banner #wowslider-container1 a.ws_next,
  .index_banner #wowslider-container1 a.ws_prev {
    display: none;
  }
}
.big_title {
  font-family: Roboto-Bold;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #065092;
}
.title_text {
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 11px;
}
.index_back {
  background: url("../images/index_back.jpg") no-repeat center;
  background-size: cover;
}
.index1 {
  padding: 77px 0px 99px;
}
.index1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 5%;
}
.index1 .l_box {
  flex: 1;
  max-width: 1310px;
}
.index1 .swiper_button {
  margin-top: 4px;
}
.index1 .sw_box {
  margin-top: 41px;
}
.index1 figure {
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 210px;
  padding: 23px 21px 30px 37px;
  transition: 0.3s;
}
.index1 figure::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  background: #065092;
}
@media screen and (min-width: 993px) {
  .index1 figure:hover {
    background: #065092;
  }
  .index1 figure:hover .title {
    color: #fff;
  }
  .index1 figure:hover .title a {
    color: #fff;
  }
  .index1 figure:hover .text {
    color: #fff;
  }
  .index1 figure:hover .describe {
    color: #fff;
  }
  .index1 figure:hover::before {
    background: #0a8dff;
  }
  .index1 figure:hover .links img {
    filter: brightness(0) invert(1);
  }
}
.index1 .title {
  font-family: Roboto-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.index1 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.index1 .title a:hover {
  text-decoration: underline;
}
.index1 .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 20px;
}
.index1 .links {
  display: block;
  width: 16px;
}
.index1 .links img {
  transition: 0.2s;
}
.index1 .text {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.3s;
  margin-top: 3px;
}
.index1 .describe {
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.3s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.index1 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.index2 {
  padding-bottom: 58px;
  overflow: hidden;
}
.index2 .big_title {
  text-align: center;
}
.index2 .title_text {
  text-align: center;
  width: 100%;
  max-width: 1306px;
  margin: 14px auto 0px;
}
.index2 .sw_box {
  padding: 28px 55px 0px;
}
.index2 .title {
  font-family: Roboto-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 21px;
}
.index2 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index2 .title a:hover {
  color: #065092;
}
.index2 .swiper {
  overflow: initial;
}
.index2 .box {
  border-radius: 10px;
  overflow: hidden;
}
.index2 .swiperindex2-pagination {
  position: relative;
  bottom: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 55px;
}
.index2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #065092;
  border-radius: 5px;
  display: block;
  opacity: 1;
  margin: 0px !important;
  position: relative;
}
.index2 .swiper-pagination-bullet-active {
  width: 30px;
}
.index3 .content {
  background: url("../images/index3_back.png") no-repeat center;
  background-size: cover;
  padding: 60px 63px 86px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0px 5%;
  border-radius: 30px 230px 30px 30px;
  overflow: hidden;
}
.index3 .big_title {
  color: #fff;
}
.index3 .big_title a {
  color: #fff;
  text-underline-offset: 6px;
}
.index3 .big_title a:hover {
  text-decoration: underline;
}
.index3 .describe {
  font-size: 18px;
  color: #fff;
  margin-top: 19px;
}
.index3 .buttonBox a {
  background: #fff;
  border: 1px solid #fff;
  color: #065092;
}
.index3 .buttonBox a:hover {
  background: #065092;
  color: #fff;
}
.index3 .buttonBox a:hover img {
  filter: brightness(0) invert(1);
}
.index3 .buttonBox img {
  filter: none;
}
.index3 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
  margin-top: 27px;
}
.index3 form .int1 {
  width: 48.7%;
}
.index3 form input {
  height: 50px;
}
.index3 form textarea {
  height: 106px;
  padding-top: 13px !important;
}
.index3 form .ttBox {
  width: 100%;
  margin-top: 1px;
}
.index3 form .form_box {
  width: 100%;
}
.index3 form .yzm {
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.index3 form .yzm span {
  height: 50px;
  width: 125px;
  cursor: pointer;
  margin-left: 19px;
}
.index3 form .yzm span img {
  width: 100%;
  height: 100%;
}
.index3 form .tj {
  margin-left: 19px;
}
.index3 form .afterBox {
  position: relative;
}
.index3 form .afterBox::before {
  left: 9px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.index3 form .ttBox::before {
  top: 28px;
}
.index3 form .form_box {
  display: flex;
  flex-wrap: wrap;
}
.index3 form .tj {
  min-width: 189px;
}
.index3 form .tj input {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  background: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
  cursor: pointer;
}
.index3 form .tj input:hover {
  background: #065092;
  color: #fff;
}
.index3 form input,
.index3 form textarea {
  background-color: rgba(255, 255, 255, 0.3);
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 21px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  border: none;
  border-radius: 4px;
  display: block;
}
.index3 form input::placeholder,
.index3 form input::-webkit-input-placeholder,
.index3 form textarea::placeholder {
  color: #fff;
}
.index3 .r_box {
  width: 48%;
  max-width: 691px;
  margin-right: 58px;
}
.index3 .l_box {
  flex: 1;
  max-width: 545px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 0px 3px;
  gap: 25px;
}
.index4 {
  background: url("../images/index4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 114px 0px 125px;
}
.index4 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index4 .box {
  width: 48.75%;
}
.index4 .img_box {
  border-radius: 100px 0px 100px 0px;
  overflow: hidden;
}
.index4 .describe {
  color: #333333;
  width: 100%;
  max-width: 690px;
}
.index4 .describe em {
  display: inline;
  font-style: normal;
  color: #065092;
}
.index4 .big_title {
  padding-left: 13px;
}
.index4 .l_box .describe {
  margin-top: 30px;
  padding-left: 15px;
}
.index4 .l_box .img_box {
  margin-top: 60px;
}
.index4 .r_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.index4 .r_box .describe {
  margin-top: 52px;
}
.index5 {
  background: url("../images/index5_back.jpg") no-repeat center;
  background-size: cover;
  padding: 90px 0px 90px;
}
.index5 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 4%;
}
.index5 .l_box {
  flex: 1;
  max-width: 590px;
  padding-top: 44px;
  padding-left: 15px;
}
.index5 .describe {
  color: #666666;
  font-size: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-top: 28px;
}
.index5 .buttonBox {
  margin-top: 74px;
}
.index5_list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 3.333%;
}
.index5_list li {
  width: 22.5%;
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.index6 {
  padding: 48px 0px 101px;
}
.index6 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index6 .big_title {
  flex: 1;
  margin-right: 5%;
}
.index6_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4.0625%;
  margin-top: 58px;
}
.index6_list li {
  width: 30.625%;
  display: flex;
  flex-direction: column;
}
.index6_list .imgBox {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.index6_list .box {
  flex: 1;
  border: solid 1px #dddddd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  padding: 14px 40px 38px 25px;
}
.index6_list .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.index6_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index6_list .title a:hover {
  color: #065092;
}
.index6_list .describe {
  line-height: 24px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 13px;
}
.index6_list .time {
  color: #065092;
  display: flex;
  align-items: center;
  gap: 10px;
}
.index6_list .links {
  width: 16px;
}
.index6_list .links:hover {
  transform: translateX(5px);
}
.index6_list .box1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 4%;
  align-items: center;
  margin-top: 22px;
}
.bannerBox {
  min-height: 400px;
  background: var(--i) no-repeat center;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px 40px;
}
.bannerBox .banner_bt {
  font-family: Roboto-Bold;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 0px;
  color: #ffffff; text-transform:uppercase;display: none;
}
.bannerBox .banner_text {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 15px;
}
.oo_back {
  padding: 0px 0px 47px;
  background: url("../images/oo_back.jpg") no-repeat center;
  background-size: cover;
}
.mbx {
  line-height: 24px;
}
.mbx .content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 27px 0px 22px;
}
.mbx a {
  display: inline;
  color: #333;
}
.mbx a:hover {
  color: #065092;
}
.mbx .active {
  color: #065092;
}
.mbx img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 10px;
}
.oo1 {
  padding: 98px 0px 0px;
}
.oo1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0px 5.625%;
}
.oo1 .describe {
  color: #333;
  margin-top: 3px;
}
.oo1 .l_box {
  flex: 1;
}
.oo1 .r_box {
  width: 349px;
  padding-top: 1px;
}
.oo1 form {
  margin: 0px auto;
  width: 100%;
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 28px;
  overflow: hidden;
}
.oo1 form input:nth-of-type(1) {
  height: 55px;
  line-height: 30px;
  border-radius: 4px;
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333;
  background: none;
  width: 100%;
  padding-left: 31px;
  padding-right: 20px;
  flex: 1;
}
.oo1 form input:nth-of-type(1)::placeholder {
  color: #ccc;
}
.oo1 form input:nth-of-type(2) {
  line-height: 26px;
  font-size: 19px;
  font-weight: bold;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 31px;
}
.oo1 form input:nth-of-type(2):hover {
  color: #065092;
}
.pub_menu {
  width: 25%;
  max-width: 370px;
}
.pub_menu .menu_all {
  display: none;
}
.menu_box1 {
  background: #f5f5f5;
  padding: 18px 14px 23px;
}
.menu_box1 .menuOne_box {
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 10px;
  padding: 14px 8px 11px;
  
  
}
.menu_box1 .menuOne_box span {
  flex: 1;
  transition: 0s;
}
.menu_box1 .menuOne_box:hover {
  color: #065092;
}
.menu_box1 .logo_box {
  width: 14px;
}
.menu_box1 .logo_box img:nth-of-type(1) {
  display: none;
}
.menu_box1 .menuOne_box.active {
  color: #065092;
}
.menu_box1 .menuOne_box.active img:nth-of-type(1) {
  display: block;
}
.menu_box1 .menuOne_box.active img:nth-of-type(2) {
  display: none;
}
.menu_box1 .list1 > li:nth-last-of-type(1) .menuOne_box {
  border-bottom: none;
}
.menu_box1 .menuOne_box + ul {
  padding: 19px 10px 1px;
  display:none;
}
.menu_box1 .menuOne_box + ul a {
  line-height: 34px;
  color: #333;
  position: relative;
  display: block;
}
.menu_box1 .menuOne_box + ul a::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #065092;
  transition: 0.3s;
  opacity: 0;
}
.menu_box1 .menuOne_box + ul a:hover {
  color: #065092;
  padding-left: 11px;
}
.menu_box1 .menuOne_box + ul a:hover::before {
  opacity: 1;
}
.menu_box1 .menuOne_box + ul .active a {
  color: #065092;
  padding-left: 11px;
}
.menu_box1 .menuOne_box + ul .active a::before {
  opacity: 1;
}
.menu_box2 {
  margin-top: 46px;
  background: url("../images/menu_box2.jpg") no-repeat center;
  background-size: cover;
  padding: 17px 60px 32px 30px;
}
.menu_box2 .title {
  font-family: Roboto-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.menu_box2 .text {
  line-height: 26px;
  color: #fff;
  margin-top: 12px;
}
.menu_box2 .text a {
  color: #fff;
  display: inline;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.menu_box2 .text a:hover {
  text-decoration: none;
}
.menu_box2 .list2 {
  line-height: 34px;
  font-family: Roboto-Bold;
  color: #fff;
  margin-top: 27px;
}
.menu_box2 li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.menu_box2 .box {
  flex: 1;
  font-family: Roboto-Regular;
  color: #fff;
  margin-left: 4px;
}
.menu_box2 .box a {
  color: #fff;
}
.menu_box2 .box a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.menu_box3 {
  background: #f5f5f5;
  padding: 18px 21px 21px 29px;
}
.menu_box3 .menuOne_box {
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 10px;
  padding: 13px 20px 12px 5px;
}
.menu_box3 .menuOne_box span {
  flex: 1;
  transition: 0s;
}
.menu_box3 .menuOne_box:hover {
  color: #065092;
}
.menu_box3 .logo_box {
  width: 14px;
}
.menu_box3 .logo_box img:nth-of-type(1) {
  display: none;
}
.menu_box3 .menuOne_box.active {
  color: #065092;
}
.menu_box3 .menuOne_box.active img:nth-of-type(1) {
  display: block;
}
.menu_box3 .menuOne_box.active img:nth-of-type(2) {
  display: none;
}
.menu_box3 .list1 > li:nth-last-of-type(1) .menuOne_box {
  border-bottom: none;
}
.menu_box3 .menuOne_box + ul {
  padding: 19px 8px 21px;
}
.menu_box3 .menuOne_box + ul a {
  line-height: 34px;
  color: #333;
  position: relative;
  display: block;
  word-break: break-all;
}
.menu_box3 .menuOne_box + ul a::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #065092;
  transition: 0.3s;
  opacity: 0;
}
.menu_box3 .menuOne_box + ul a:hover {
  color: #065092;
  padding-left: 11px;
}
.menu_box3 .menuOne_box + ul a:hover::before {
  opacity: 1;
}
.menu_box3 .menuOne_box + ul .active a {
  color: #065092;
  padding-left: 11px;
}
.menu_box3 .menuOne_box + ul .active a::before {
  opacity: 1;
}
.menu_box4 {
  margin-top: 54px;
}
.menu_box4 .title {
  font-family: Roboto-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #065092;
}
.menu_box4 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 13px;
}
.menu_box4 form {
  display: flex;
  flex-direction: column;
  gap: 14px 0px;
  margin-top: 24px;
}
.menu_box4 form > div {
  width: 100%;
  display: block;
}
.menu_box4 form input {
  height: 48px;
}
.menu_box4 form input,
.menu_box4 form textarea {
  width: 100%;
  background-color: #f2f2f2;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  border: none;
  border-radius: 8px;
  resize: none;
  outline: none;
  padding: 0px 15px;
}
.menu_box4 form input::placeholder,
.menu_box4 form input::-webkit-input-placeholder,
.menu_box4 form textarea::placeholder {
  color: #666666;
}
.menu_box4 form .yz {
  position: relative;
}
.menu_box4 form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: 17px;
  position: absolute;
  color: #ff0000;
  font-size: 16px;
}
.menu_box4 form .yz input,
.menu_box4 form .yz textarea {
  padding-left: 31px;
}
.menu_box4 form .int1 {
  width: 100%;
}
.menu_box4 form .int1::before {
  top: 24px;
}
.menu_box4 form .tijiao {
  width: 100%;
  margin-top: 3px;
}
.menu_box4 form .tijiao input {
  background-color: #1a5e9b;
  border: 1px solid #1a5e9b;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-family: Roboto-Regular;
}
.menu_box4 form .tijiao input:hover {
  background-color: #fff;
  color: #1a5e9b;
}
.menu_box4 form .yzm {
  width: 100%;
  position: relative;
}
.menu_box4 form .yzm input {
  flex: 1;
  padding-right: 120px;
}
.menu_box4 form .yzm a,
.menu_box4 form .yzm span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  height: 33px;
  cursor: pointer;
}
.menu_box4 form .yzm a img,
.menu_box4 form .yzm span img {
  height: 100%;
}
.menu_box4 form textarea {
  height: 94px;
  padding-top: 10px !important;
}
.oo2 {
  padding: 60px 0px 91px;
}
.oo2 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.oo2_container {
  width: 74.5625%;
}
.oo2_container form {
  width: 100%;
}
.oo2_container .PageNumber {
  margin-top: 79px;
}
.pro_list .table {
  border-radius: 10px;
}
.pro_list table {
  min-width: 862px;
}
.pro_list td {
  border: none !important;
  text-align: center;
  padding: 17px 27px 13px !important;
}
.pro_list td a {
  color: #333;
}
.pro_list td a:hover {
  color: #065092;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pro_list td:nth-of-type(1) {
  text-align: left;
}
.pro_list tr:nth-of-type(odd) td {
  background: rgba(6, 80, 146, 0.1);
}
.pro_list tr:nth-of-type(1) {
  font-family: Roboto-Medium;
  color: #fff;
}
.pro_list tr:nth-of-type(1) td {
  background: #065092;
}
.pro_list .links {
  color: #065092;
}
.pro_list .links:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pro_list .input_box {
  position: relative;
}
.pro_list .input_box input {
  width: 14px;
  height: 14px;
  display: block;
  cursor: pointer;
}
.pro_list .input_box span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #065092;
  pointer-events: none;
}
.pro_list .input_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.ot_back {
  background: url("../images/ot_back.jpg") no-repeat center;
  background-size: cover;
}
.ot1 {
  padding: 96px 0px 116px;
}
.ot1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ot1 .pub_menu {
  padding-top: 1px;
}
.ot1_container {
  width: 74.5625%;
}
.small_title {
  font-family: Roboto-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.ot table {
  width: auto;
  min-width: 919px;
  color: #666;
  border: 1px solid #ddd;
}
.ot td {
  border: none !important;
  border-left: 1px solid #dddddd !important;
  text-align: center;
  padding: 5px 15px !important;
}
.ot td:nth-of-type(1) {
  font-family: Roboto-Medium;
  color: #333;
}
.ot tr:nth-of-type(odd) {
  background: #f5f5f5;
}
.ot1_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px 4%;
}
.ot1_1 .r_box {
  margin-right: 8px;
  width: 33.949%;
}
.ot1_1 .l_box {
  flex: 1;
  padding: 2px 0px 19px;
  max-width: 672px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  margin-left: 12px;
}
.ot1_1 h1 {
  font-family: Roboto-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.ot1_1 .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 10px;
}
.ot1_1 .describe {
  color: #333;
  margin-top: 33px;
}
.ot1_1 .button {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 50px;
}
.ot1_1 .button a {
  font-family: Roboto-Medium;
  min-width: 180px;
  min-height: 55px;
  background-color: #e6e6e6;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  padding: 5px 15px;
}
.ot1_1 .button a:hover {
  background: #065092;
  color: #fff !important;
}
.ot1_1 .button a:hover img {
  filter: brightness(0) invert(1);
}
.ot1_1 .button .down {
  color: #065092;
}
.ot1_1 .button span {
  transition: 0s;
}
.ot1_1 .button img {
  transition: 0.2s;
}
.ot1_2 {
  margin-top: 49px;
}
.ot1_2 .describe {
  margin-top: 37px;
}
.ot1_3 {
  margin-top: 43px;
}
.ot1_3 .detail {
  color: #333;
  margin-top: 27px;
}
.ot1_3 .detail em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 35px;
}
.ot1_3 .detail em::before {
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 6.5px;
  position: absolute;
  background: url("../images/ot13_la.png") no-repeat center;
  background-size: cover;
}
.ot1_4 {
  margin-top: 49px;
}
.ot1_4 .detail {
  color: #333;
  margin-top: 45px;
}
.ot1_4 .detail em {
  display: inline;
  font-family: Roboto-Bold;
  color: #065092;
  font-style: normal;
}
.ot1_4 .detail a {
  color: #065092;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ot1_4 .detail a:hover {
  text-decoration: none;
}
.ot14_container {
  overflow: hidden;
}
.ot14_container .l_box {
  width: 45.265%;
  float: right;
  margin-left: 3%;
}
.ot14_container .describe {
  color: #333;
  margin-top: 17px;
}
.ot14_container .r_box {
  padding-top: 21px;
}
.detail img {
  display: inline-block;
}
.pub1 {
  background: url("../images/pub1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 45px 0px 47px;
}
.pub1 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pub1 .describe {
  color: #333;
  font-size: 18px;
  text-align: center;
  margin-top: 19px;
}
.pub1 .buttonBox {
  margin-top: 49px;
}
.pub1 .big_title {
  text-align: center;
}
.pub2 {
  padding: 79px 0px 0px;
}
.pub2 .top {
  position: relative;
}
.pub2 .big_title {
  text-align: center;
}
.pub2 .swiper_button {
  position: absolute;
  right: 0;
  top: 49%;
  transform: translateY(-50%);
}
.pub2 .sw_box {
  margin-top: 44px;
}
.pub2 figure {
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 210px;
  padding: 23px 21px 30px 37px;
  transition: 0.3s;
  flex: 1;
}
.pub2 figure::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  background: #065092;
}
@media screen and (min-width: 993px) {
  .pub2 figure:hover {
    background: #065092;
  }
  .pub2 figure:hover .title {
    color: #fff;
  }
  .pub2 figure:hover .title a {
    color: #fff;
  }
  .pub2 figure:hover .text {
    color: #fff;
  }
  .pub2 figure:hover .describe {
    color: #fff;
  }
  .pub2 figure:hover::before {
    background: #0a8dff;
  }
  .pub2 figure:hover .links img {
    filter: brightness(0) invert(1);
  }
}
.pub2 .title {
  font-family: Roboto-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.pub2 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.pub2 .title a:hover {
  text-decoration: underline;
}
.pub2 .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 20px;
}
.pub2 .links {
  display: block;
  width: 16px;
}
.pub2 .links img {
  transition: 0.2s;
}
.pub2 .text {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.3s;
  margin-top: 3px;
}
.pub2 .describe {
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.3s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.pub2 .swiper-slide {
  height: auto;
  display: flex;
}
.pub4 {
  padding: 87px 0px 100px;
}
.pub4 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 5%;
}
.pub4 .big_title {
  flex: 1;
}
.pub4 .swiper_button {
  margin-bottom: 2px;
}
.pub4 .sw_box {
  margin-top: 44px;
}
.pub4 figure {
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 210px;
  padding: 23px 21px 30px 37px;
  transition: 0.3s;
  flex: 1;
}
.pub4 figure::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  background: #065092;
}
@media screen and (min-width: 993px) {
  .pub4 figure:hover {
    background: #065092;
  }
  .pub4 figure:hover .title {
    color: #fff;
  }
  .pub4 figure:hover .title a {
    color: #fff;
  }
  .pub4 figure:hover .text {
    color: #fff;
  }
  .pub4 figure:hover .describe {
    color: #fff;
  }
  .pub4 figure:hover::before {
    background: #0a8dff;
  }
  .pub4 figure:hover .links img {
    filter: brightness(0) invert(1);
  }
}
.pub4 .title {
  font-family: Roboto-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.pub4 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.pub4 .title a:hover {
  text-decoration: underline;
}
.pub4 .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 20px;
}
.pub4 .links {
  display: block;
  width: 16px;
}
.pub4 .links img {
  transition: 0.2s;
}
.pub4 .text {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.3s;
  margin-top: 3px;
}
.pub4 .describe {
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.3s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.pub4 .swiper-slide {
  height: auto;
  display: flex;
}
.index2_pub {
  padding: 91px 0px 101px;
  overflow: hidden;
  background: url("../images/index2_pub.jpg") no-repeat center;
  background-size: cover;
}
.index2_pub .big_title {
  text-align: center;
}
.index2_pub .title_text {
  text-align: center;
  width: 100%;
  max-width: 1306px;
  margin: 14px auto 0px;
}
.index2_pub .sw_box {
  padding: 28px 55px 0px;
}
.index2_pub .title {
  font-family: Roboto-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 21px;
}
.index2_pub .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index2_pub .title a:hover {
  color: #065092;
}
.index2_pub .swiper {
  overflow: initial;
}
.index2_pub .box {
  border-radius: 10px;
  overflow: hidden;
}
.index2_pub .swiperindex2-pagination {
  position: relative;
  bottom: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 55px;
}
.index2_pub .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #065092;
  border-radius: 5px;
  display: block;
  opacity: 1;
  margin: 0px !important;
  position: relative;
}
.index2_pub .swiper-pagination-bullet-active {
  width: 30px;
}
.to .pub1 {
  background: url("../images/pub1_back1.jpg") no-repeat center;
  background-size: cover;
  padding: 42px 0px;
}
.to_back {
  background: url("../images/to_back.jpg") no-repeat center;
  background-size: cover;
}
.to1 {
  position: relative;
  padding: 56px 0px 0px;
}
.to1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 66.4%;
  left: 0;
  top: 0;
  background: #065092;
}
.to1 .big_title {
  flex: 1;
  margin-right: 5%;
  color: #fff;
}
.to1 .swiper_button {
  margin-bottom: 2px;
}
.to1 .swiper_button div {
  border: 1px solid #fff;
}
.to1 .swiper_button div:hover {
  background: #fff;
}
.to1 .swiper_button div:hover img {
  filter: none;
}
.to1 .swiper_button img {
  filter: brightness(0) invert(1);
}
.to1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.to1 .content {
  position: relative;
  z-index: 1;
}
.to1 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.to1 .sw_box {
  margin-top: 57px;
}
.to1 .name {
  font-family: Roboto-Bold;
  color: #333;
  text-align: center;
  margin-top: 15px;
}
.to2 {
  padding: 92px 0px 0px;
  background: url("../images/to2_back.jpg") no-repeat center;
  background-size: cover;
}
.to2 .big_title {
  text-align: center;
}
.to2 .title_text {
  color: #333;
  text-align: center;
  margin-top: 16px;
}
.to2 .sw_box {
  margin-top: 39px;
}
.to2 .name {
  font-family: Roboto-Bold;
  color: #333;
  text-align: center;
  margin-top: 6px;
}
.to2 .swiper_button {
  justify-content: center;
  margin-top: 63px;
}
.to3 {
  padding: 68px 0px 64px;
}
.to3 .big_title {
  text-align: center;
}
.to3 .title_text {
  text-align: center;
  color: #333;
  margin-top: 16px;
}
.to3 .container {
  width: 1552px;
  max-width: 100%;
  margin: 43px auto 0px;
}
.tho .pub2 {
  padding: 85px 0px 101px;
}
.tho_back {
  background: url("../images/tho_back.jpg") no-repeat center;
  background-size: cover;
}
.tho1 {
  padding: 85px 0px 100px;
}
.tho1 .big_title {
  text-align: center;
}
.tho1 .title_text {
  text-align: center;
  width: 100%;
  max-width: 1310px;
  margin: 14px auto 0px;
}
.tho1 .PageNumber {
  margin-top: 100px;
}
.tho1_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 71px 0px;
  margin-top: 57px;
}
.tho1_list li {
  width: calc(50% - 7px);
  display: flex;
}
.tho1_list .l_box {
  width: 51.325%;
}
.tho1_list .l_box .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.tho1_list .describe {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.tho1_list .r_box {
  flex: 1;
  margin-left: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 33px 20px 25px;
  gap: 25px 0px;
}
.tho1_list .title {
  font-family: Roboto-Medium;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  height: 60px;
  color: #333333;
}
.tho1_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tho1_list .title a:hover {
  color: #065092;
}
.tho1_list .links {
  display: flex;
  justify-content: flex-start;
}
.tho1_list .links a {
  font-family: Roboto-Medium;
  color: #065092;
  display: flex;
  align-items: center;
  gap: 14px;
}
.tho1_list .links a:hover span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tho1_list .links span {
  transition: 0s;
}
.tht_back {
  background: url("../images/tht_back.jpg") no-repeat center;
  background-size: cover;
}
.tht1 {
  padding: 85px 0px 0px;
}
.tht1 .content {
  overflow: hidden;
}
.tht1 .describe {
  color: #333;
  margin-top: 19px;
}
.tht1 .l_box {
  width: 42.5%;
  float: right;
  margin-bottom: 5px;
  margin-top: 18px;
  margin-left: 2.5%;
}
.tht2 {
  padding: 35px 0px 82px;
}
.tht2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.25%;
  margin-top: 44px;
}
.tht2_list li {
  width: 24.0625%;
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 210px;
  padding: 23px 21px 30px 37px;
  transition: 0.3s;
}
.tht2_list li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  background: #065092;
}
@media screen and (min-width: 993px) {
  .tht2_list li:hover {
    background: #065092;
  }
  .tht2_list li:hover .title {
    color: #fff;
  }
  .tht2_list li:hover .title a {
    color: #fff;
  }
  .tht2_list li:hover .text {
    color: #fff;
  }
  .tht2_list li:hover .describe {
    color: #fff;
  }
  .tht2_list li:hover::before {
    background: #0a8dff;
  }
  .tht2_list li:hover .links img {
    filter: brightness(0) invert(1);
  }
}
.tht2_list .title {
  font-family: Roboto-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.tht2_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tht2_list .title a:hover {
  text-decoration: underline;
}
.tht2_list .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 20px;
}
.tht2_list .links {
  display: block;
  width: 16px;
}
.tht2_list .links img {
  transition: 0.2s;
}
.tht2_list .text {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.3s;
  margin-top: 3px;
}
.tht2_list .describe {
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.3s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.page_change {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 56px;
}
.page_change .page_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
}
.page_change p + * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
  margin-left: 5px;
}
.page_change a {
  color: #333;
}
.page_change a:hover {
  color: #065092;
}
.pub3 {
  padding: 89px 0px 100px;
  background: url("../images/pub3_back.jpg") no-repeat center;
  background-size: cover;
}
.pub3 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pub3 .sw_box {
  margin-top: 42px;
}
.pub3 .swiper_button {
  margin-bottom: 2px;
}
.pub3 .big_title {
  flex: 1;
  margin-right: 5%;
}
.pub3 .swiper-slide {
  height: auto;
  display: flex;
}
.pub3 .l_box {
  width: 51.325%;
}
.pub3 .l_box .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.pub3 .describe {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.pub3 .r_box {
  flex: 1;
  margin-left: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 33px 0px 25px;
  gap: 25px 0px;
}
.pub3 .title {
  font-family: Roboto-Medium;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  height: 60px;
  color: #333333;
}
.pub3 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pub3 .title a:hover {
  color: #065092;
}
.pub3 .links {
  display: flex;
  justify-content: flex-start;
}
.pub3 .links a {
  font-family: Roboto-Medium;
  color: #065092;
  display: flex;
  align-items: center;
  gap: 14px;
}
.pub3 .links a:hover span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pub3 .links span {
  transition: 0s;
}
.pub3 .links img {
  height: auto;
  width: auto;
}
.fuo .pub2 {
  padding: 85px 0px 101px;
}
.fuo_back {
  background: url("../images/fuo_back.jpg") no-repeat center;
  background-size: cover;
}
.fuo1 {
  padding: 95px 0px 103px;
}
.fuo1 .PageNumber {
  margin-top: 101px;
}
.fuo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 82px 4.0625%;
}
.fuo1_list li {
  width: 30.625%;
  display: flex;
  flex-direction: column;
}
.fuo1_list .imgBox {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.fuo1_list .box {
  flex: 1;
  border: solid 1px #dddddd;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  padding: 14px 40px 38px 25px;
}
.fuo1_list .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.fuo1_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.fuo1_list .title a:hover {
  color: #065092;
}
.fuo1_list .describe {
  line-height: 24px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 13px;
}
.fuo1_list .time {
  color: #065092;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fuo1_list .links {
  width: 16px;
}
.fuo1_list .links:hover {
  transform: translateX(5px);
}
.fuo1_list .box1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 4%;
  align-items: center;
  margin-top: 22px;
}
.fut_back {
  background: url("../images/fut_back.jpg") no-repeat center;
  background-size: cover;
}
.fut1 {
  padding: 86px 0px 79px;
}
.fut1 h1 {
  font-family: Roboto-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}
.fut1 .time_share {
  color: #999;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 13px;
  margin-top: 21px;
}
.fut1 .time {
  display: flex;
  align-items: center;
  gap: 9px;
}
.fut1 .share_box {
  display: flex;
  align-items: center;
  gap: 18px;
}
.fut1 .detail {
  line-height: 24px;
  color: #333;
  margin-top: 28px;
}
.fut1 .page_change {
  margin-top: 69px;
}
.fut_back1 {
  background: url("../images/fut_back1.jpg") no-repeat center;
  background-size: cover;
}
.fut_back1 .pub4 {
  padding: 87px 0px 95px;
}
.fut_back1 .index2 {
  padding-bottom: 101px;
}
.fo_back {
  background: url("../images/fo_back.jpg") no-repeat center;
  background-size: cover;
}
.fo1 {
  padding: 78px 0px 58px;
}
.fo1 .big_title {
  font-size: 46px;
  text-align: center;
  color: #333;
}
.fo1_list {
  margin-top: 87px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.fo1_list .logo {
  width: 54px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 5px;
}
.fo1_list .logo img {
  width: 100%;
}
.fo1_list li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 275px;
}
.fo1_list .box {
  line-height: 34px;
  color: #333;
  flex: 1;
  margin-left: 11px;
}
.fo1_list .box a {
  color: #333;
  text-underline-offset: 2px;
}
.fo1_list .box a:hover {
  color: #065092;
  text-decoration: underline;
}
.fo1_list .name {
  font-family: Roboto-Bold;
}
.fo2 {
  background: url("../images/fo2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 49px 0px;
}
.fo2 .big_title {
  text-align: center;
  font-size: 46px;
}
.fo2_color {
  box-shadow: 9px 12px 18px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  padding: 44px 0px 88px;
  display: flex;
  justify-content: center;
}
.fo2_color .text {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 12px;
}
.fo2_color .container {
  width: calc(100% - 100px);
  max-width: 1187px;
}
.fo2_color form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22.5px 0px;
  margin-top: 45px;
  padding-left: 11px;
}
.fo2_color form .int1 {
  width: 48.4%;
}
.fo2_color form input {
  height: 54px;
}
.fo2_color form textarea {
  height: 116px;
  padding-top: 10px !important;
}
.fo2_color form .ttBox {
  width: 100%;
  margin-top: 1px;
}
.fo2_color form .form_box {
  width: 100%;
}
.fo2_color form .yzm {
  display: flex;
  flex-wrap: wrap;
}
.fo2_color form .yzm span {
  height: 54px;
  width: 233px;
  cursor: pointer;
  margin-left: 11px;
}
.fo2_color form .yzm span img {
  width: 100%;
  height: 100%;
}
.fo2_color form .tj {
  margin-left: 19px;
}
.fo2_color form .afterBox {
  position: relative;
}
.fo2_color form .afterBox::before {
  left: -14px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.fo2_color form .ttBox::before {
  top: 24px;
}
.fo2_color form .form_box {
  display: flex;
  flex-wrap: wrap;
}
.fo2_color form .tj input {
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  background: #065092;
  border: 1px solid #065092;
  transition: 0.3s;
  cursor: pointer;text-transform:uppercase;
}
.fo2_color form .tj input:hover {
  background: #fff;
  color: #065092;
}
.fo2_color form input,
.fo2_color form textarea {
  background: #fff;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 10px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  border: 1px solid #d2d2d2;
  display: block;
}
.fo2_color form input::placeholder,
.fo2_color form input::-webkit-input-placeholder,
.fo2_color form textarea::placeholder {
  color: #999;
}
.index4_pub {
  padding: 78px 0px 98px;
}
.index4_pub .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index4_pub .box {
  width: 48.75%;
}
.index4_pub .img_box {
  border-radius: 100px 0px 100px 0px;
  overflow: hidden;
}
.index4_pub .describe {
  color: #333333;
  width: 100%;
}
.index4_pub .describe em {
  display: inline;
  font-style: normal;
  color: #065092;
}
.index4_pub .big_title {
  padding-left: 6px;
}
.index4_pub .l_box {
  padding-top: 8px;
}
.index4_pub .l_box .describe {
  margin-top: 18px;
  padding-left: 6px;
}
.index4_pub .l_box .img_box {
  margin-top: 106px;
}
.index4_pub .r_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.index4_pub .r_box .describe {
  margin-top: 81px;
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper_button div {
  width: 30px;
  height: 30px;
  background: transparent;
  border: solid 1px #065092;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_button div:hover {
  background: #065092;
}
.swiper_button div:hover img {
  filter: brightness(0) invert(1);
}
.swiper_button img {
  transition: 0.2s;
}
footer {
  background: #222222;
  padding: 51px 0px 50px;
}
footer .footer_a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 5%;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 14px;
  margin-top: 7px;
  flex: 1;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 18px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  border: solid 2px #fff;
}
footer .icBox a:hover {
  color: #fff;
  background: #065092;
  border: 1px solid #065092;
}
footer .logoBox {
  width: 372px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .footer_b {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 4%;
  padding: 40px 0px 45px;
}
footer .dif_footer {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer .dif_footer a {
  color: #ffffff;
}
footer .dif_footer a:hover {
  color: #065092;
}
footer .dif_footer .dif_up {
  width: 8px;
  flex-shrink: 0;
  display: none;
}
footer .dif_footer + ul {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #999;
  margin-top: 16px;
}
footer .dif_footer + ul a {
  color: #999;
}
footer .dif_footer + ul a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .dif_footer + ul span {
  display: inline;
}
footer .r_box {
  width: 28%;
  max-width: 441px;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
  gap: 13px 0px;
  margin-top: 27px;
}
footer form .int1 {
  width: 46.8%;
}
footer form input {
  height: 34px;
}
footer form textarea {
  height: 68px;
  padding-top: 7px !important;
}
footer form .ttBox {
  width: 100%;
  margin-top: 1px;
}
footer form .form_box {
  width: 100%;
}
footer form .yzm {
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
footer form .yzm span {
  height: 34px;
  width: 114px;
  cursor: pointer;
  margin-left: 27px;
}
footer form .yzm span img {
  width: 100%;
  height: 100%;
}
footer form .tj {
  margin-left: 19px;
}
footer form .afterBox {
  position: relative;
}
footer form .afterBox::before {
  left: -16px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
footer form .ttBox::before {
  top: 21px;
}
footer form .form_box {
  display: flex;
  flex-wrap: wrap;
}
footer form .tj {
  min-width: 83px;
}
footer form .tj input {
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  background: #065092;
  transition: 0.3s;
  border: none;
  cursor: pointer;text-transform:uppercase;
}
footer form .tj input:hover {
  background: #fff;
  color: #065092;
}
footer form input,
footer form textarea {
  background-color: transparent;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 10px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  border: 1px solid #cccccc;
  display: block;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer_c {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  display: flex;
  flex-direction: column;
  gap: 1px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 26px;
}
footer .footer_c a {
  color: #999;
}
footer .footer_c a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
footer .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
footer .ul1,
footer .ul2 {
  min-width: 14%;
}
footer .m-formcountry .drop-list {
  max-height: 140px;
}
footer .ul3 ul span,
footer .ul3 ul a {
  display: inline;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 100;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #065092;
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1680px) {
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 38px;
    height: 38px;
  }
  .index_banner .ws_controls {
    top: 50%;
    gap: 20px 0px;
  }
  header .logoBox {
    width: 220px;
  }
  header .container {
    gap: 0px 4%;
  }
  header .menuOne {
    font-size: 17px;
    line-height: 28px;
    margin-right: 25px;
  }
  header .menuOne > a {
    padding: 20px 0px;
  }
  header .sousuo {
    margin-left: 20px;
  }
  header .lang {
    margin-left: 10px;
  }
  header .lang .lang_box .dq1 {
    margin-left: 2px;
  }
  header .ul {
    min-width: 240px;
  }
  header .ul li {
    font-size: 16px;
  }
  header .ul li a {
    padding: 8px 30px;
  }
  html body {
    line-height: 26px;
  }
  .title_text {
    margin-top: 6px !important;
  }
  .big_title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .buttonBox a {
    min-width: 210px !important;
    min-height: 60px !important;
    font-size: 18px;
    gap: 12px;
  }
  .index1 {
    padding: 60px 0px 80px;
  }
  .index1 figure {
    padding: 20px 20px 30px;
  }
  .index1 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .index1 .swiper-slide {
    gap: 25px;
  }
  .index2 .sw_box {
    padding: 25px 30px 0px;
  }
  .index2 .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
  }
  .index2 .swiperindex2-pagination {
    margin-top: 30px;
  }
  .index3 .content {
    border-radius: 30px 120px 30px 30px;
    padding: 40px 40px 60px;
  }
  .index3 .r_box {
    margin-right: 0px;
  }
  .index3 .describe {
    font-size: 16px;
    margin-top: 15px;
  }
  .index3 .r_box {
    width: 54%;
  }
  .index3 form {
    gap: 15px 0px;
  }
  .index3 form input {
    height: 44px;
  }
  .index3 form .tj {
    min-width: 160px;
    margin-left: 10px;
  }
  .index3 form .yzm a,
  .index3 form .yzm span {
    margin-left: 10px;
    height: 44px;
    width: 110px;
  }
  .index4 {
    padding: 80px 0px;
  }
  .index4 .l_box .describe {
    margin-top: 15px;
  }
  .index4 .l_box .img_box {
    margin-top: 30px;
  }
  .index4 .r_box .describe {
    margin-top: 30px;
  }
  .index4 .img_box {
    border-radius: 60px 0px 60px 0px;
  }
  .index4_pub {
    padding: 60px 0px;
  }
  .index4_pub .l_box .describe {
    margin-top: 15px;
  }
  .index4_pub .l_box .img_box {
    margin-top: 30px;
  }
  .index4_pub .r_box .describe {
    margin-top: 30px;
  }
  .index4_pub .img_box {
    border-radius: 60px 0px 60px 0px;
  }
  .index5 {
    padding: 60px 0px;
  }
  .index5 .l_box {
    padding-top: 0px;
  }
  .index5 .describe {
    font-size: 16px;
    margin-top: 10px;
  }
  .index5 .buttonBox {
    margin-top: 30px;
  }
  .index6 {
    padding: 50px 0px 80px;
  }
  .index6_list {
    margin-top: 40px;
  }
  .index6_list .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index6_list .box {
    padding: 15px 20px 30px;
  }
  .index6_list .describe {
    margin-top: 8px;
  }
  .index6_list .box1 {
    margin-top: 15px;
  }
  .bannerBox {
    min-height: 340px;
  }
  .bannerBox .banner_bt {
    font-size: 32px;
    line-height: 42px;
  }
  .bannerBox .banner_text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .padding_top {
    padding-top: 70px;
  }
  .mbx .content {
    padding: 15px 0px;
  }
  .oo_back {
    padding: 0px 0px 20px;
  }
  .oo .mbx .content {
    width: calc(100% - 80px);
  }
  .oo .oo1 .content {
    width: calc(100% - 80px);
  }
  .oo .oo2 .content {
    width: calc(100% - 80px);
  }
  .oo1 {
    padding: 50px 0px 0px;
  }
  .oo1 .r_box {
    width: 310px;
  }
  .oo1 form input:nth-of-type(1) {
    height: 46px;
  }
  .oo2_container {
    width: 70%;
  }
  .oo2_container .PageNumber {
    margin-top: 50px;
  }
  .oo2 {
    padding: 40px 0px 60px;
  }
  .pub_menu {
    width: 28%;
  }
  .menu_box1 {
    padding: 15px 14px;
  }
  .menu_box1 .menuOne_box {
    font-size: 15px;
    padding: 10px 6px;
  }
  .menu_box1 .menuOne_box + ul {
    padding: 12px 8px 0px;
  }
  .menu_box1 .menuOne_box + ul a {
    line-height: 28px;
  }
  .menu_box2 {
    margin-top: 30px;
    padding: 20px 25px 30px;
  }
  .menu_box2 .title {
    font-size: 24px;
    line-height: 30px;
  }
  .menu_box2 .text {
    line-height: 24px;
    margin-top: 6px;
  }
  .menu_box2 .list2 {
    line-height: 28px;
    margin-top: 15px;
  }
  .pub1 {
    padding: 40px 0px !important;
  }
  .pub1 .describe {
    font-size: 16px;
    margin-top: 15px;
  }
  .pub1 .buttonBox {
    margin-top: 30px;
  }
  .menu_box3 {
    padding: 15px 14px;
  }
  .menu_box3 .menuOne_box {
    font-size: 15px;
    padding: 10px 6px;
  }
  .menu_box3 .menuOne_box + ul {
    padding: 12px 8px 0px;
  }
  .menu_box3 .menuOne_box + ul a {
    line-height: 28px;
  }
  .menu_box4 {
    margin-top: 20px;
  }
  .menu_box4 .title {
    font-size: 24px;
    line-height: 30px;
  }
  .menu_box4 .describe {
    margin-top: 10px;
    line-height: 24px;
  }
  .menu_box4 form {
    gap: 12px 0px;
    margin-top: 8px;
  }
  .menu_box4 form input {
    height: 42px;
  }
  .menu_box4 form .yz::before {
    left: 12px;
  }
  .menu_box4 form .yz input,
  .menu_box4 form .yz textarea {
    padding-left: 22px;
  }
  .menu_box4 form .yzm input {
    padding-right: 90px;
  }
  .menu_box4 form .yzm a,
  .menu_box4 form .yzm span {
    right: 12px;
    height: 30px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .footer_a {
    align-items: center;
  }
  footer .logoBox {
    width: 310px;
  }
  footer form {
    padding-left: 8px;
    gap: 10px 0px;
    margin-top: 20px;
  }
  footer form .afterBox::before {
    left: -12px;
  }
  footer form .yzm span {
    margin-left: 8px;
  }
  footer form .tj {
    margin-left: 10px;
  }
  footer .footer_b {
    margin-top: 30px;
    padding: 30px 0px;
    gap: 12px 3%;
  }
  footer .dif_footer {
    font-size: 20px;
    line-height: 26px;
  }
  footer .ul1,
  footer .ul2 {
    min-width: 14%;
  }
  footer .dif_footer + ul {
    line-height: 30px;
    margin-top: 12px;
  }
  footer .r_box {
    width: 60%;
  }
  footer .footer_c {
    line-height: 26px;
    padding-top: 16px;
  }
  .PageNumber {
    gap: 10px 20px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    font-size: 15px;
    line-height: 34px;
    width: 36px;
    height: 30px;
  }
  .PageNumber .p_f {
    width: 79px;
  }
  .PageNumber .p_l {
    width: 61px;
  }
  .PageNumber input {
    min-width: 144px;
    line-height: 34px;
  }
  .ot_back .content {
    width: calc(100% - 80px);
  }
  .ot1_container {
    width: 70%;
  }
  .small_title {
    font-size: 24px;
    line-height: 30px;
  }
  .ot table {
    min-width: 700px;
  }
  .ot1 {
    padding: 50px 0px 80px;
  }
  .ot1_1 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .ot1_1 .describe {
    margin-top: 18px;
  }
  .ot1_1 .button {
    gap: 10px 20px;
  }
  .ot1_1 .button a {
    min-width: 150px;
    min-height: 50px;
  }
  .ot1_1 .l_box {
    margin-left: 0px;
  }
  .ot1_2,
  .ot1_3,
  .ot1_4 {
    margin-top: 30px;
  }
  .ot1_2 .describe {
    margin-top: 25px;
  }
  .ot1_3 .detail {
    margin-top: 25px;
  }
  .pub2 {
    padding: 60px 0px 0px;
  }
  .pub2 figure {
    padding: 20px 20px 30px;
  }
  .pub2 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .pub2 .swiper-slide {
    gap: 25px;
  }
  .pub2 .sw_box {
    margin-top: 40px;
  }
  .index2_pub {
    padding: 60px 0px 80px;
  }
  .index2_pub .sw_box {
    padding: 25px 30px 0px;
  }
  .index2_pub .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
  }
  .index2_pub .swiperindex2-pagination {
    margin-top: 30px;
  }
  .to1 {
    padding: 40px 0px 0px;
  }
  .to1 .sw_box {
    margin-top: 40px;
  }
  .to2 {
    padding: 60px 0px 0px;
  }
  .to2 .sw_box {
    margin-top: 30px;
  }
  .to2 .swiper_button {
    margin-top: 40px;
  }
  .to3 {
    padding: 60px 0px;
  }
  .tho1 {
    padding: 50px 0px 80px;
  }
  .tho1 .PageNumber {
    margin-top: 50px;
  }
  .tho1_list {
    margin-top: 40px;
    gap: 40px 0px;
  }
  .tho1_list .r_box {
    margin-left: 20px;
    padding: 0px;
    gap: 20px 0px;
  }
  .tho1_list .title {
    font-size: 24px;
    line-height: 28px;
    height: 56px;
  }
  .tho1_list .describe {
    -webkit-line-clamp: 5px;
    margin-top: 5px;
  }
  .tho1_list .l_box {
    display: flex;
    align-items: center;
  }
  .tho .pub2 {
    padding: 60px 0px 80px;
  }
  .tht1 {
    padding: 40px 0px 0px;
  }
  .tht1 .describe {
    margin-top: 12px;
  }
  .tht2 {
    padding: 35px 0px 60px;
  }
  .tht2_list {
    margin-top: 30px;
    gap: 25px 1.25%;
  }
  .tht2_list li {
    padding: 20px 20px 30px;
  }
  .tht2_list .title {
    font-size: 20px;
    line-height: 26px;
  }
  .page_change {
    margin-top: 30px !important;
  }
  .pub3 {
    padding: 60px 0px 80px;
  }
  .pub3 .sw_box {
    margin-top: 30px;
  }
  .pub3 .r_box {
    margin-left: 20px;
    padding: 0px;
    gap: 20px 0px;
  }
  .pub3 .title {
    font-size: 24px;
    line-height: 28px;
    height: 56px;
  }
  .pub3 .describe {
    -webkit-line-clamp: 5px;
    margin-top: 5px;
  }
  .pub3 .l_box {
    display: flex;
    align-items: center;
  }
  .fuo1 {
    padding: 60px 0px 80px;
  }
  .fuo1 .PageNumber {
    margin-top: 40px;
  }
  .fuo1_list {
    gap: 40px 4.0625%;
  }
  .fuo1_list .title {
    font-size: 20px;
    line-height: 30px;
  }
  .fuo1_list .box {
    padding: 15px 20px 30px;
  }
  .fuo1_list .describe {
    margin-top: 8px;
  }
  .fuo1_list .box1 {
    margin-top: 15px;
  }
  .pub4 {
    padding: 60px 0px 80px !important;
  }
  .pub4 figure {
    padding: 20px 20px 30px;
  }
  .pub4 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .pub4 .swiper-slide {
    gap: 25px;
  }
  .pub4 .sw_box {
    margin-top: 40px;
  }
  .fut1 {
    padding: 50px 0px 80px;
  }
  .fut1 h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .fut1 .time_share {
    margin-top: 15px;
  }
  .fut1 .detail {
    margin-top: 20px;
  }
  .fo1 {
    padding: 60px 0px;
  }
  .fo1_list {
    margin-top: 40px;
  }
  .fo1_list .box {
    line-height: 28px;
  }
  .fo2_color {
    padding: 40px 0px 60px;
  }
  .fo2_color .text {
    font-size: 16px;
  }
  .fo2_color form {
    gap: 20px 0px;
    margin-top: 30px;
  }
  .fo2_color form .yzm span {
    width: 180px;
  }
}
@media screen and (max-width: 1450px) {
  .fo1_list {
    gap: 20px 2%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .fo1_list li {
    max-width: none;
    width: 32%;
  }
  .fo1_list .add {
    width: 66%;
  }
}
@media screen and (max-width: 1200px) {
  .tht2_list {
    gap: 25px 2%;
  }
  .tht2_list li {
    width: 32%;
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.8);
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .gotop {
    display: flex;
    margin-top: 0px;
  }
  html body {
    font-size: 15px;
    line-height: 22px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  header {
    background: #fff !important;
    padding: 14px 0px;
  }
  header .l_box {
    display: none;
  }
  header .head_boxr {
    flex: none;
    padding-right: 50px;
  }
  .big_title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .title_text {
    margin-top: 4px !important;
  }
  .index {
    padding-top: 61px;
  }
  .index_banner .ws_controls {
    left: 20px;
  }
  .index1 {
    padding: 40px 0px;
  }
  .index1 .sw_box {
    margin-top: 20px;
  }
  .index1 .swiper-slide {
    gap: 20px 0px;
  }
  .index1 .title {
    font-size: 17px;
    line-height: 22px;
  }
  .index1 .text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
  }
  .index1 .describe {
    line-height: 22px;
    margin-top: 8px;
  }
  .index1 figure {
    min-height: 180px;
  }
  .index2 {
    padding-bottom: 40px !important;
  }
  .index2 .sw_box {
    padding: 20px 0px 0px;
  }
  .index2 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .index2 .swiperindex2-pagination {
    margin-top: 20px;
  }
  .index3 .content {
    padding: 40px 25px;
  }
  .index3 .l_box {
    width: 100%;
    flex: none;
    padding: 0px;
    gap: 16px;
    max-width: 100%;
  }
  .index3 .r_box {
    width: 100%;
    max-width: 100%;
  }
  .index3 .describe {
    font-size: 15px;
    margin-top: 8px;
  }
  .index4 {
    padding: 40px 0px;
  }
  .index4 .big_title {
    padding-left: 0px;
  }
  .index4 .describe {
    margin-top: 8px !important;
  }
  .index4 .l_box .describe {
    padding-left: 0px;
  }
  .index4 .l_box .img_box {
    margin-top: 15px;
  }
  .index4 .img_box {
    border-radius: 30px 0px 30px 0px;
  }
  .index4_pub {
    padding: 25px 0px 40px;
  }
  .index4_pub .big_title {
    padding-left: 0px;
  }
  .index4_pub .describe {
    margin-top: 8px !important;
  }
  .index4_pub .l_box .describe {
    padding-left: 0px;
  }
  .index4_pub .l_box .img_box {
    margin-top: 15px;
  }
  .index4_pub .img_box {
    border-radius: 30px 0px 30px 0px;
  }
  .index5 {
    padding: 40px 0px;
  }
  .index5 .l_box {
    padding-left: 0px;
  }
  .index5 .describe {
    font-size: 15px;
    margin-top: 8px;
  }
  .index5 .buttonBox {
    margin-top: 20px;
  }
  .index5_list {
    gap: 15px 2%;
  }
  .index5_list li {
    width: 23.5%;
  }
  .index6 {
    padding: 40px 0px;
  }
  .index6_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .index6_list li {
    width: 32%;
  }
  .index6_list .box {
    padding: 10px 15px 15px;
  }
  .index6_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index6_list .describe {
    line-height: 22px;
    margin-top: 5px;
  }
  .index6_list .box1 {
    margin-top: 10px;
  }
  .index6_list .time {
    gap: 6px;
  }
  .buttonBox a {
    min-width: 170px !important;
    min-height: 48px !important;
    font-size: 16px;
    gap: 10px;
  }
  .buttonBox img {
    width: 24px;
  }
  .bannerBox {
    min-height: 190px;
    padding: 20px 0px 30px;
  }
  .bannerBox .banner_bt {
    font-size: 22px;
    line-height: 30px;
  }
  .bannerBox .banner_text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .padding_top {
    padding-top: 57px;
  }
  .mbx .content {
    padding: 8px 0px;
  }
  .mbx img {
    margin-right: 5px;
  }
  .oo_back {
    padding: 0px;
  }
  .oo1 {
    padding: 25px 0px 0px;
  }
  .oo1 .l_box {
    flex: none;
    width: 100%;
  }
  .oo1 .r_box {
    width: 100%;
    padding-top: 15px;
  }
  .oo1 form input:nth-of-type(1) {
    font-size: 15px;
    height: 42px;
    padding-left: 20px;
  }
  .oo1 form input:nth-of-type(2) {
    font-size: 16px;
    margin-right: 24px;
  }
  .oo2 {
    padding: 30px 0px 40px;
  }
  .oo2 .content {
    flex-wrap: wrap;
    gap: 40px 0px;
    flex-direction: column-reverse;
  }
  .oo2_container {
    width: 100%;
  }
  .pro_list td {
    padding: 12px 18px !important;
  }
  .pro_list table {
    min-width: 780px;
  }
  .pub_menu {
    width: 100%;
    max-width: 100%;
  }
  .pub_menu .menu_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-family: Roboto-Bold;
    padding: 6px 6px;
  }
  .pub_menu .menu_all span {
    flex: 1;
  }
  .pub_menu .down {
    width: 8px;
  }
  .menu_box1 {
    padding: 10px 14px;
  }
  .menu_box1 .menu_all + ul {
    display: none;
  }
  .menu_box1 .menuOne_box {
    padding: 6px;
  }
  .menu_box1 .menuOne_box + ul {
    padding: 6px 8px 0px;
  }
  .menu_box1 .menuOne_box + ul a {
    line-height: 26px;
  }
  .menu_box2 {
    margin-top: 15px;
  }
  .menu_box2 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .menu_box2 .list2 {
    margin-top: 12px;
    line-height: 24px;
  }
  .menu_box3 {
    padding: 10px 14px;
  }
  .menu_box3 .menu_all + ul {
    display: none;
  }
  .menu_box3 .menuOne_box {
    padding: 6px;
  }
  .menu_box3 .menuOne_box + ul {
    padding: 6px 8px 0px;
  }
  .menu_box3 .menuOne_box + ul a {
    line-height: 26px;
  }
  .pub1 .describe {
    font-size: 15px;
    margin-top: 10px;
  }
  .pub1 .buttonBox {
    margin-top: 20px;
  }
  .menu_box4 .describe {
    margin-top: 4px;
    line-height: 22px;
    padding-bottom: 5px;
  }
  .menu_box4 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .menu_box4 form input,
  .menu_box4 form textarea {
    font-size: 15px;
  }
  footer {
    padding: 30px 0px 45px;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  footer .footer_a {
    flex-wrap: wrap;
    gap: 20px 0px;
    align-items: center;
    justify-content: center;
  }
  footer .icBox {
    width: 100%;
    flex: none;
    justify-content: center;
    margin-top: 0px;
    gap: 8px;
  }
  footer .icBox a {
    width: 32px;
    height: 32px;
  }
  footer .logoBox {
    width: 250px;
  }
  footer .footer_b {
    margin-top: 20px;
    padding: 20px 0px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer .ul1,
  footer .ul2,
  footer .ul3 {
    width: 100%;
  }
  footer .dif_footer {
    align-items: center;
    font-size: 18px;
    line-height: 24px;
  }
  footer .dif_footer .dif_up {
    display: block;
    filter: brightness(0) invert(1);
  }
  footer .dif_footer + ul {
    line-height: 24px;
    margin-top: 2px;
    font-size: 15px;
  }
  footer .r_box {
    width: 100%;
    text-align: center;
  }
  footer .r_box .dif_footer {
    justify-content: center;
  }
  footer form {
    margin-top: 8px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 8px 20px;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .PageNumber .p_f {
    width: 80px;
  }
  .PageNumber .p_l {
    width: 56px;
  }
  .PageNumber input {
    font-size: 15px;
    line-height: 28px;
  }
  .PageNumber .submit {
    gap: 4px;
  }
  .PageNumber .submit img {
    width: 16px;
  }
  .small_title {
    font-size: 20px;
    line-height: 26px;
  }
  .ot1 {
    padding: 25px 0px 40px;
  }
  .ot1 .content {
    flex-wrap: wrap;
    gap: 40px 0px;
    flex-direction: column-reverse;
  }
  .ot1_container {
    width: 100%;
  }
  .ot1_1 h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .ot1_1 .share_box {
    gap: 12px;
    margin-top: 6px;
  }
  .ot1_1 .describe {
    margin-top: 8px;
  }
  .ot1_1 .l_box {
    padding: 0px;
    gap: 20px;
    justify-content: space-around;
  }
  .ot1_1 .button {
    gap: 10px 15px;
  }
  .ot1_1 .button a {
    min-width: 130px;
    min-height: 42px;
    gap: 8px;
  }
  .ot1_2,
  .ot1_3,
  .ot1_4 {
    margin-top: 25px;
  }
  .ot1_2 .describe {
    margin-top: 20px;
  }
  .ot1_3 .detail {
    margin-top: 15px;
  }
  .ot1_3 .detail em {
    padding-left: 25px;
  }
  .ot1_3 .detail em::before {
    top: 2px;
  }
  .ot14_container .r_box {
    padding-top: 10px;
  }
  .ot14_container .describe {
    margin-top: 8px;
  }
  .ot1_4 .detail {
    margin-top: 20px;
  }
  .pub2 {
    padding: 40px 0px 0px;
  }
  .pub2 .sw_box {
    margin-top: 20px;
  }
  .pub2 .swiper-slide {
    gap: 20px 0px;
  }
  .pub2 .title {
    font-size: 17px;
    line-height: 22px;
  }
  .pub2 .text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
  }
  .pub2 .describe {
    line-height: 22px;
    margin-top: 8px;
  }
  .pub2 figure {
    min-height: 180px;
  }
  .index2_pub {
    padding: 40px 0px;
  }
  .index2_pub .sw_box {
    padding: 20px 0px 0px;
  }
  .index2_pub .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .index2_pub .swiperindex2-pagination {
    margin-top: 20px;
  }
  .to1 .sw_box {
    margin-top: 25px;
  }
  .to1 .name {
    margin-top: 6px;
  }
  .to2 {
    padding: 40px 0px 0px;
  }
  .to2 .name {
    margin-top: 6px;
  }
  .to2 .sw_box {
    margin-top: 25px;
  }
  .to2 .swiper_button {
    margin-top: 20px;
  }
  .to3 {
    padding: 40px 0px;
  }
  .to3 .container {
    margin: 20px auto 0px;
  }
  .tho .pub2 {
    padding: 40px 0px;
  }
  .tho1 {
    padding: 40px 0px;
  }
  .tho1_list {
    margin-top: 25px;
    gap: 25px 0px;
  }
  .tho1_list .l_box {
    width: 100%;
    display: block;
  }
  .tho1_list .title {
    font-size: 20px;
    line-height: 26px;
    height: auto;
  }
  .tho1_list li {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    max-width: 407px;
  }
  .tho1_list .r_box {
    width: 100%;
    flex: 1;
    margin: 0px;
    padding-top: 15px;
    gap: 15px 0px;
  }
  .tht1 {
    padding: 25px 0px 0px;
  }
  .tht1 .l_box {
    margin-top: 0px;
  }
  .tht1 .describe {
    margin-top: 8px;
  }
  .tht2 {
    padding: 35px 0px 40px;
  }
  .tht2_list {
    margin-top: 20px;
  }
  .tht2_list .title {
    font-size: 17px;
    line-height: 22px;
  }
  .tht2_list .text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
  }
  .tht2_list .describe {
    line-height: 22px;
    margin-top: 8px;
  }
  .tht2_list li {
    min-height: 180px;
  }
  .page_change {
    margin-top: 20px !important;
  }
  .pub3 {
    padding: 40px 0px;
  }
  .pub3 .sw_box {
    margin-top: 20px;
  }
  .pub3 .l_box {
    width: 100%;
    display: block;
  }
  .pub3 .title {
    font-size: 20px;
    line-height: 26px;
    height: auto;
  }
  .pub3 .swiper-slide {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .pub3 .r_box {
    width: 100%;
    flex: 1;
    margin: 0px;
    padding-top: 15px;
    gap: 15px 0px;
  }
  .fuo1 {
    padding: 25px 0px 40px;
  }
  .fuo1_list {
    gap: 20px 2%;
  }
  .fuo1_list li {
    width: 32%;
  }
  .fuo1_list .box {
    padding: 10px 15px 15px;
  }
  .fuo1_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo1_list .describe {
    line-height: 22px;
    margin-top: 5px;
  }
  .fuo1_list .box1 {
    margin-top: 10px;
  }
  .fuo1_list .time {
    gap: 6px;
  }
  .pub4 {
    padding: 40px 0px !important;
  }
  .pub4 .sw_box {
    margin-top: 20px;
  }
  .pub4 .swiper-slide {
    gap: 20px 0px;
  }
  .pub4 .title {
    font-size: 17px;
    line-height: 22px;
  }
  .pub4 .text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
  }
  .pub4 .describe {
    line-height: 22px;
    margin-top: 8px;
  }
  .pub4 figure {
    min-height: 180px;
  }
  .fut1 {
    padding: 25px 0px 40px;
  }
  .fut1 h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .fut1 .time_share {
    margin-top: 8px;
  }
  .fut1 .detail {
    margin-top: 10px;
  }
  .fo1 {
    padding: 25px 0px 40px;
  }
  .fo1_list {
    margin-top: 20px;
  }
  .fo1_list .box {
    line-height: 24px;
  }
  .fo1_list .logo {
    margin-top: 0px;
  }
  .fo2 {
    padding: 40px 0px;
  }
  .fo2_color {
    padding: 30px 0px 40px;
  }
  .fo2_color .text {
    font-size: 15px;
    margin-top: 8px;
  }
  .fo2_color .container {
    width: calc(100% - 59px);
  }
  .fo2_color form {
    gap: 12px 0px;
    margin-top: 20px;
  }
  .fo2_color form input,
  .fo2_color form textarea {
    font-size: 15px !important;
  }
  .fo2_color form input {
    height: 46px;
  }
  .fo2_color form .yzm span {
    height: 46px;
    width: 140px;
  }
  .fo2_color form .afterBox::after {
    left: -10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px) !important;
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .index1 .top {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .index1 .l_box {
    width: 100%;
    flex: none;
    text-align: center;
  }
  .index_banner #wowslider-container1 .ws_bullets a {
    width: 12px;
    height: 12px;
  }
  .index_banner #wowslider-container1 .ws_bullets a::before {
    width: 6px;
    height: 6px;
  }
  .index_banner #wowslider-container1 .ws_bullets div {
    gap: 6px;
  }
  .index3 .content {
    border-radius: 30px 60px 30px 30px;
  }
  .index3 form input {
    height: 40px;
  }
  .index3 form .yzm a,
  .index3 form .yzm span {
    width: 100px;
    margin-left: 8px;
    height: 40px;
  }
  .index3 form .tj {
    min-width: 150px;
  }
  .index3 form .tj input {
    font-size: 15px;
  }
  .index4 .content {
    gap: 20px 0px;
  }
  .index4 .r_box {
    padding-top: 0px;
  }
  .index4 .box {
    width: 100%;
  }
  .index4_pub .content {
    gap: 20px 0px;
  }
  .index4_pub .r_box {
    padding-top: 0px;
  }
  .index4_pub .l_box {
    padding-top: 0px;
  }
  .index4_pub .box {
    width: 100%;
  }
  .index5 .content {
    gap: 25px;
  }
  .index5 .l_box {
    flex: none;
    padding: 0px;
    width: 100%;
  }
  .index5_list {
    width: 100%;
  }
  .index6_list {
    gap: 20px 4%;
  }
  .index6_list li {
    width: 48%;
  }
  .ot1_1 {
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px 0px;
  }
  .ot1_1 .l_box {
    width: 100%;
    max-width: none;
  }
  .ot1_1 .r_box {
    width: 100%;
    max-width: 405px;
  }
  .pub2 .swiper_button {
    position: relative;
    width: 100%;
    margin-top: 15px;
    top: 0;
    transform: none;
    justify-content: center;
  }
  .tho1_list .title {
    font-size: 18px;
    line-height: 24px;
    height: auto;
  }
  .tht2_list {
    gap: 20px 2%;
  }
  .tht2_list li {
    width: 49%;
  }
  .pub3 .top {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 0px;
  }
  .pub3 .big_title {
    width: 100%;
    flex: none;
    text-align: center;
    margin-right: 0px;
  }
  .pub3 .title {
    font-size: 18px;
    line-height: 24px;
    height: auto;
  }
  .fuo1_list {
    gap: 20px 4%;
  }
  .fuo1_list li {
    width: 48%;
  }
  .pub4 .top {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 0px;
  }
  .pub4 .big_title {
    width: 100%;
    flex: none;
    text-align: center;
    margin-right: 0px;
  }
  .fo1_list {
    gap: 15px 4%;
  }
  .fo1_list li {
    width: 48%;
  }
  .fo1_list .add {
    width: 100%;
  }
  .fo2_color form .afterBox::before {
    left: -10px;
    font-size: 14px;
  }
  .fo2_color form .yzm {
    width: 100%;
  }
  .fo2_color form .tj {
    width: 100%;
    margin: 0px;
  }
}
@media screen and (max-width: 640px) {
  .tht2_list li {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .index6 .big_title {
    width: 100%;
    flex: none;
    text-align: center;
    margin-right: 0px;
  }
  .index6 .top {
    align-items: center;
    justify-content: center;
    gap: 12px 0px;
  }
  .tht1 .l_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .tht1 .r_box {
    padding-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .padding_top {
    padding-top: 70.7px;
  }
  header {
    padding: 8px 0px;
  }
  header .container {
    width: calc(100% - 20px);
    gap: 0px;
    flex-wrap: wrap;
  }
  header .logoBox {
    width: 200px;
  }
  header .lang .lang_box {
    padding: 2px 12px;
  }
  header .lang .lang_box .dq1 {
    display: none;
  }
  header .head_boxr {
    width: 100%;
    margin-top: 8px;
    justify-content: flex-end;
    padding-right: 0px;
  }
  .index_banner .ws_controls {
    left: 10px;
  }
  .index3 form .int1 {
    width: 100%;
  }
  .index3 form .yzm {
    flex: none;
    width: 100%;
  }
  .index3 form .tj {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
  .index5_list {
    gap: 15px 2%;
  }
  .index5_list li {
    width: 32%;
  }
  .index6_list li {
    width: 100%;
  }
  .menu_box2 {
    padding: 20px 20px 25px;
  }
  .ot14_container .l_box {
    float: none;
    width: 100%;
    margin: 0px;
  }
  .ot14_container .r_box {
    width: 100%;
    padding-top: 15px;
  }
  .fuo1_list li {
    width: 100%;
  }
  .fo1_list li {
    width: 100%;
  }
  .fo2_color .container {
    width: calc(100% - 40px);
  }
  .fo2_color form {
    padding-left: 0px;
    gap: 8px 0px;
  }
  .fo2_color form .int1 {
    width: 100%;
  }
  .fo2_color form input {
    height: 40px;
  }
  .fo2_color form .yzm span {
    margin-left: 8px;
    width: 100px;
    height: 40px;
  }
}
@media screen and (max-width: 420px) {
  footer form .yzm {
    width: 100%;
    flex: none;
  }
  footer form .int1 {
    width: 100%;
  }
  footer form .tj {
    width: 100%;
    min-width: 100%;
    margin-left: 0px;
    margin-top: 12px;
  }
  .tho1_list li {
    width: 100%;
  }
  .tho1_list .title {
    height: auto;
  }
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1723085310190") format("woff"), url("iconfont.ttf?t=1723085310190") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.wuone{ font-size:14px;  line-height:30px;}
.xunpanc{ width:100%; margin-top:10px !important;}
.xunpanc .table table tr td{font-size: 14px;
   
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px;  line-height:22px;} 	
.xunpanc a:hover{ color:#065092}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #065092;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}


