:root {
  --max: 1400px;
  --font30: 30px;
  --font24: 24px;
  --font20: 20px;
  --font18: 18px;
  --font16: 16px;
  --font14: 14px;

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

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

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

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

}

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

.tel {
  width: max-content;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
  margin-left: 20px;
  margin-right: auto;
}

.nav {
  width: max-content;
}

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

.nav ul li {
  font-size: var(--font16);
  color: #333333;
  text-align: center;
  line-height: 120px;
  position: relative;
  padding: 0 var(--top30);
  transition: auto;
}

.nav ul li a {
  position: relative;
  z-index: 2;
}

.nav ul li.nav_cen {
  color: #fff;
}

.nav ul li:hover {
  color: #fff;
}

.nav ul li::after {
  content: "";
  width: 0%;
  height: 100%;
  background: #0d6ac8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.nav ul li.nav_cen::after {
  width: 100%;
}

.nav ul li:hover::after {
  width: 100%;
}

.nav_ul {
  width: max-content;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background: #ffffff;
  transition: auto;
  display: none;
  box-shadow: 0px 0px 5px 2px #00000020;
  padding: 10px 0;
  
}
.nav_ul_l{
    width: max-content;
    display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
}
.nav_ul_top{
    width: max-content;
    overflow: hidden;
    padding-right: 30px;
}
.nav_ul_l img{
    width: 500px;
    height: auto;
}
.nav_ul a {
  display: block;
  line-height: 30px;
  background: #99999910;
  color: #000000;
  font-size: 14px;
  padding: 0 15px;
}

.nav_ul a:hover{
    background: #0d6ac8;
    color: #fff;
}

.an {
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  right: 0%;
  top: 5px;
  transition: all 0.5s;
  z-index: 99;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner .swiper-pagination {
  bottom: 30px !important;
}

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

.mySwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: rgba(255, 255, 255, 0.5);
}

.mySwiper .swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: white;
}

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

.lianxi {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}

.gg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.gg h1 {
  text-align: center;
  font-size: var(--font30);
  color: #33333310;
  text-transform: uppercase;
  line-height: 1;
}

.gg p {
  text-align: center;
  font-size: var(--font30);
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -15px;
}

.lianxi_max {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top80);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lianxi_l {
  width: 500px;
  overflow: hidden;
}

.lianxi_l ul {
  width: 100%;
  overflow: hidden;
}

.lianxi_l ul li {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--top30);
}

.lianxi_l ul li img {
  width: 18px;
  height: auto;
}

.lianxi_l ul li p {
  width: calc(100% - 30px);
  overflow: hidden;
  font-size: var(--font16);
  color: #333333;
}

#map {
  width: 100%;
  height: 250px;
  border: 1px solid #666666;
}

#allmap {
  width: 100%;
  height: 100%;
}

#map div,
#map img {
  transition: auto;
}

.BMap_bubble_content p {
  font-size: 12px;
  line-height: 1.5;
}

.lianxi_r {
  width: 50%;
  overflow: hidden;
}

.lianxi_r form {
  width: 100%;
  overflow: hidden;
  display: block;
}

.lianxi_r form label {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.lianxi_r form label p {
  width: 95px;
   font-size: var(--font14);    
  line-height: 40px;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.lianxi_r form label p span {
  color: #ec1010;
}

.lianxi_r form label input {
  width: calc(100% - 105px);
  height: 40px;
  background: #f5f5f5;
  border: none;
  padding: 0 20px;
  font-size: var(--font14);
  color: #999999;
}

.lianxi_r form label textarea {
  width: calc(100% - 105px);
  height: 170px;
  background: #f5f5f5;
  border: none;
  padding: 20px;
  font-size: var(--font14);
  color: #999999;
  resize: none;
  font-family: "微软雅黑";
}

.lianxi_r form label input.submit {
  width: 100px;
  height: 40px;
  padding: 0;
  background: #ec1010;
  font-size: var(--font14);
  color: #fff;
  border-radius: 5px;
  margin: auto;
  cursor: pointer;
}

.layui-layer {
  transition: auto;
}

.fangan {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}

.fangan ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--top50);
}

.fangan ul li {
  width: calc(25% - 23px);
  overflow: hidden;
  margin-left: 30px;
  margin-bottom: 30px;
}

.fangan ul li:nth-child(4n+1) {
  margin-left: 0px;
}

.fangan ul li img {
  width: 100%;
  height: auto;
}

.fangan ul li h1 {
  text-align: center;
  width: 100%;
  line-height: 50px;
  margin-top: 10px;
  font-size: var(--font14);
  color: #000000;
  background: #f5f5f5;
}

.page {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.page .active,
.page .total {
  font-size: 12px;
  padding: 5px 8px;
  color: #999;
  border: 1px solid #999;
  margin: 0px 3px;
  background: transparent;
  border-radius: 5px;
}

.page .active {
  background: #1961d5;
  border: 1px solid #1961d5;
  color: #fff;
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child {
  color: #999;
  border: 1px solid #999;
  background: transparent;
}

.shwo {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}

.shwo>h1 {
  text-align: center;
  font-size: var(--font30);
  color: #000000;
}

.shwo_max {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
}

.shwo_max img {
  width: 400px;
  height: auto;
  float: left;
  padding-bottom: 20px;
  padding-right: var(--top30);
}

.shwo_text {
  font-size: var(--font14);
  color: #000000;
  line-height: 2;
}

.penma {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}

.penma ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--top50);
}

.penma ul li {
  width: calc(25% - 20px);
  overflow: hidden;
  margin-bottom: var(--top30);
  margin-left: 20px;
  border: 1px solid #cccccc;
  aspect-ratio: 4 / 3;
}

.penma ul li a {
  width: 100%;
  height: 100%;
  display: flex;
}

.penma ul li a img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}

.penma ul li:hover img {
  transform: scale(1.2);
}

.fenlei {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}

.fenlei ul {
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fenlei ul li {
  font-size: var(--font16);
  color: #000000;
  margin: 0 var(--top30);
}

.fenlei ul li.fenlei_nav {
  color: #0d6ac8;
}

.chanpin {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}

.chanpin ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.chanpin ul li {
  width: calc(25% - 23px);
  overflow: hidden;
  margin-left: 30px;
  margin-bottom: 30px;
}

.chanpin ul li:nth-child(4n+1) {
  margin-left: 0px;
}

.chan_img {
  width: 100%;
  aspect-ratio: 4 / 4;
  overflow: hidden;
  display: flex;
  border: 1px solid #cccccc;
}

.chanpin ul li img {
  max-width: 70%;
  max-height: 70%;
  margin: auto;
}

.chanpin ul li h1 {
  text-align: center;
  width: 100%;
  line-height: 50px;
  font-size: var(--font14);
  color: #333333;
}

.chanpin ul li:hover h1 {
  background: #0d6ac8;
  color: #fff;
}

.chanpin ul li:hover img {
  transform: scale(1.2);
}

.miaobao {
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--font14);
  color: #999999;
}

.miaobao p {
  color: #0d6ac8;
}

.show {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top80);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.show_l {
  width: 40%;
  aspect-ratio: 4 / 4;
  overflow: hidden;
  display: flex;
  border: 1px solid #0d6ac8;
}
.mySwiperaaa{
    width: 100%;
    height: 100%;
}
.mySwiperaaa .swiper-slide{
    display: flex;
}
.show_l img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.show_l img:hover{
    transform: scale(1.2);
}
.show_r {
  width: 58%;
  overflow: hidden;
}

.show_r h1 {
  font-size: var(--font20);
  color: #0d6ac8;
}

.show_r p {
  font-size: var(--font16);
  color: #666666;
  line-height: 3;
  margin-top: 20px;
}

.show_bottom {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}

.show_bottom ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background: #f5faff;
}

.show_bottom ul li {
  width: 100px;
  line-height: 50px;
  font-size: var(--font14);
  color: #333333;
  text-align: center;
  cursor: pointer;
}

.show_bottom ul li.show_nav {
  background: #0d6ac8;
  color: #fff;
}

.show_max {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: var(--top30);
}

.show_text {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 2.2;
  color: #666666;
  display: none;
}
.show_text  img{
    max-width: 100%;
    
    margin: auto;
}
.show_text video{
     width: 300px;
    margin: auto;
    display: block;
}

.xinwen {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}

.xinwen ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.xinwen ul li {
  width: 32%;
  overflow: hidden;
  margin-left: 2%;
  margin-bottom: var(--top50);
}

.xinwen ul li:nth-child(3n+1) {
  margin-left: 0px;
}

.xinwen ul li img {
  width: 100%;
  aspect-ratio: 4 / 2;
  object-fit: cover;
}

.xinwen ul li h1 {
  font-size: var(--font16);
  color: #000000;
  line-height: 1;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xinwen ul li p {
  font-size: var(--font14);
  color: #666666;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.xinwen_max {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.xinwen_max span {
  font-size: var(--font18);
  color: #000000;
}

.xinwen_max a {
  width: 90px;
  line-height: 30px;
  text-align: center;
  display: block;
  border-radius: 5px;
  font-size: 12px;
  color: #1961d5;
  border: 1px solid #1961d5;
}

.xinwen_max a:hover {
  background: #1961d5;
  color: #fff;
}

.xin_shwo {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}

.xin_shwo>h1 {
  text-align: center;
  font-size: var(--font24);
  font-weight: bold;
  color: #333333;
}

.xin_shwo>p {
  text-align: center;
  font-size: var(--font14);
  color: #999999;
  line-height: 1;
  margin-top: 20px;
}

.xin_shwo_text {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
  font-size: var(--font14);
  color: #333333;
  line-height: 2;
  margin-top: var(--top30);
}

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

.jianmjie {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}

.jianmjie_max {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
}

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

.jianmjie_max h1 {
  font-size: var(--font24);
  line-height: 1;
  color: #333333;
  margin-top: var(--top30);
  font-weight: bold;
}

.jianmjie_max>p {
  font-size: 12px;
  color: #333333;
  margin-top: 10px;
}

.jianmjie_text {
  width: 100%;
  overflow: hidden;
  font-size: var(--font14);
  color: #333333;
  line-height: 2;
  margin-top: 10px;
}

.pinpai {
  width: 100%;
  overflow: hidden;
  background: #edf3ff;
}

.pinpai_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}

.pinpai_max ul {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
}

.pinpai_max ul li {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ffffff;
}

.pinpai_max ul li:nth-child(2n) {
  flex-direction: row-reverse;
}

.pinpai_max ul li img {
  width: 50%;
  height: auto;
  object-fit: cover;
}

.pinpai_r {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 3.5vw;
}

.pinpai_r h1 {
  text-align: center;
  width: 100%;
  font-size: var(--font24);
  color: #333333;
}

.pinpai_r p {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
  font-size: var(--font14);
  color: #333333;
  line-height: 2;
}

.zizhi {
  width: 100%;
  overflow: hidden;
  margin: var(--top80) auto;
  position: relative;
}

.zizhi::after {
  content: "";
  width: 100%;
  height: 500px;
  background-image: url(../images/asasas_26.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50px;
  left: 0;
}

.licheng {
  width: var(--max);
  margin: var(--top80) auto;
  position: relative;
  z-index: 2;
  padding: var(--top80) var(--top50);
}

.licheng img {
  width: 100%;
  height: 280px;
}

.licheng_max {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.licheng_text {
  width: 170px;
  overflow: hidden;
  float: left;
  position: absolute;
}

.yinca {
  display: none;
}

.licheng_text:nth-child(1) {
  bottom: 10px;
  left: 0%;
}

.licheng_text:nth-child(2) {
  bottom: 150px;
  left: 9%;
}

.licheng_text:nth-child(3) {
  bottom: 110px;
  left: 26%;
}

.licheng_text:nth-child(4) {
  bottom: 225px;
  left: 36%;
}

.licheng_text:nth-child(5) {
  bottom: 200px;
  left: 58%;
}

.licheng_text:nth-child(6) {
  top: 80px;
  left: 74%;
}

.licheng_text:nth-child(7) {
  top: 135px;
  right: -1%;
}



.licheng_text h1 {
  text-align: center;
  font-size: var(--font16);
  color: #333333;
  font-weight: bold;
}

.licheng_text p {
  text-align: center;
  font-size: var(--font14);
  color: #666666;
  margin: 10px auto;
}


.zizhi ul {
  width: var(--max);
  margin: auto;
  margin-top: var(--top50);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.zizhi ul li {
  width: calc(25% - 15px);
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px 2px #00000020;
}

.zizhi ul li:nth-child(4n+1) {
  margin-left: 0px;
}

.zizhi ul li img {
  width: 100%;
  height: auto;
}

.zizhi ul li:hover img {
  transform: scale(1.2);
}

.in_chan {
  width: 100%;
  overflow: hidden;
  background: #cee3fc;
}

.in_chan_max {
  width: 1000px;
  max-width: calc(100% - 30px);
  overflow: hidden;
  margin: var(--top80) auto;
}

.in_chan_max>h1 {
  text-align: center;
  font-size: var(--font30);
  color: #000000;
  font-weight: bold;
  line-height: 1;
}

.in_chan_max>p {
  text-align: center;
  font-size: var(--font24);
  color: #ff6600;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-top: var(--top30);
}

.in_chan_max form {
  width: 740px;
  max-width: 96%;
  margin: auto;
  display: block;
  margin: auto;
  margin-top: var(--top50);
  position: relative;
}

.seach_t {
  width: 100%;
  height: 56px;
  background: #ffffff;
  border: none;
  border-radius: 56px;
  font-size: var(--font16);
  color: #1f2a46;
  font-weight: bold;
  padding: 0 20px;
  font-weight: bold;
  padding-right: 220px;
}

.seach_s {
  width: 200px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  background: #3c74e2;
  border-radius: 56px;
  border: none;
  font-size: var(--font16);
  color: #fff;
  background-image: url(../images/suosou_08.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: left 50px center;
  text-indent: 40px;
  cursor: pointer;
}

.mySwiper2 {
  width: 100%;
  margin-top: var(--top80);
}

.mySwiper2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mySwiper2_img {
  width: 40%;
  aspect-ratio: 4 / 4;
  display: flex;
}

.mySwiper2_img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.mySwiper2_r {
  width: 45%;
  max-width: 50%;
  overflow: hidden;
  margin-left: 5%;
}

.mySwiper2_r h1 {
  font-size: var(--font30);
  color: #202123;
  font-weight: bold;
}

.mySwiper2_r p {
  font-size: var(--font16);
  color: #00000060;
  line-height: 2;
  margin-top: 20px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}

.mySwiper2_r a {
  width: 110px;
  line-height: 30px;
  background: #4776b2;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: var(--top30);
}

.mySwiper {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top80);
}

.mySwiper .swiper-slide {
  aspect-ratio: 4 / 4;
  display: flex;

  border-radius: 5px;
}

.mySwiper .swiper-slide img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}



.yewu {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}

.yewu>h1 {
  text-align: center;
  font-size: var(--font30);
  color: #000000;
  font-weight: bold;
  line-height: 1;
}

.yewu>p {
  text-align: center;
  font-size: var(--font24);
  color: #f2cc5f;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-top: var(--top30);
}

.yewu ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--top50);
}

.yewu ul li {
  width: 17%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  position: relative;
}

.yewu_text {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 20px;
}

.yewu_text img {
  width: 38px;
  height: auto;
  margin: auto;
}

.yewu_text h1 {
  text-align: center;
  font-size: var(--font24);
  color: #ffffff;
  margin-top: 30px;
  line-height: 1;
}

.yewu_text span {
  text-align: center;
  display: block;
  font-size: 12px;
  color: #ffffff;
  margin-top: 10px;
}

.yewu_text p {
  transform: scale(0);
  height: 0px;
  font-size: var(--font16);
  color: #ffffff;
  line-height: 2;
  margin-top: 30px;
}

.yewu ul li.yewu_nav {
  width: 45%;
}

.yewu ul li.yewu_nav img {
  margin: 0;
}

.yewu ul li.yewu_nav h1 {
  margin-top: 30px;
  text-align: left;
}

.yewu ul li.yewu_nav span {
  text-align: left;
}

.yewu ul li.yewu_nav p {
  height: auto;
  transform: scale(1);
}

.abonu {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.abonu_l {
  width: 55%;
  overflow: hidden;
}

.abonu_l h1 {
  font-size: var(--font30);
  color: #000000;
}

.abonu_l span {
  display: block;
  font-size: var(--font18);
  color: #000000;
  line-height: 2;
  margin-top: var(--top80);
}

.abonu_l p {
  font-size: var(--font14);
  color: #7f8285;
  line-height: 2;
  margin-top: var(--top30);
}

.abonu img {
  width: 38%;
  object-fit: cover;
}

.numCount {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/acacac_38.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.numCount ul {
  width: var(--max);
  overflow: hidden;
  margin: var(--top50) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.numCount ul li {
  width: max-content;
  overflow: hidden;
}

.numCount_max {
  width: max-content;
  overflow: hidden;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.numCount_max h1 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.numCount_max p {
  font-size: var(--font16);
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
  margin-left: 10px;
}

.numCount ul li>p {
  text-align: center;
  font-size: var(--font14);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-top: 10px;
}

.xuanze {
  width: 100%;
  overflow: hidden;
  background: #d7e1ee;
}

.xuanze_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
  background: #fff;
  padding: var(--top80) 0;
}

.xuanze_max>h1 {
  text-align: center;
  font-size: var(--font30);
  color: #000000;
  font-weight: bold;
  line-height: 1;
}

.xuanze_max>p {
  text-align: center;
  font-size: var(--font24);
  color: #ff6600;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-top: var(--top30);
}

.xuanze_max ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.xuanze_max ul li {
  width: 25%;
  overflow: hidden;
  padding: var(--top30) var(--top50);
  border-left: 1px solid #4b4b4b;
  margin-top: var(--top50);
}

.xuanze_max ul li:nth-child(1) {
  border: none;
}


.micjsk{
    width: 61px;
    overflow: hidden;
  margin: auto;
}
.micjsk img{
    width: 100%;
    height: auto;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    filter: drop-shadow(61px 0px 0 #ff6600);
    position: relative;
    
    transition: all 0.1s;
}
.xuanze_max ul li:hover img{
      right: 61px;
}
.xuanze_max ul li h1 {
  text-align: center;
  font-size: var(--font24);
  color: #2a2e34;
  line-height: 1;
  margin-top: var(--top30);
}

.xuanze_max ul li p {
  text-align: center;
  font-size: var(--font14);
  color: #2a2e3475;
  margin-top: 20px;
  line-height: 1.5;
}



.anli {
  width: 100%;
  overflow: hidden;
  margin: var(--top80) auto;
}

.anli>h1 {
  text-align: center;
  font-size: var(--font30);
  color: #000000;
  font-weight: bold;
  line-height: 1;
}

.anli>p {
  text-align: center;
  font-size: var(--font24);
  color: #ff6600;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-top: var(--top30);
}

.anli_top {
  width: calc(var(--max) ++ 100px);
  max-width: calc(100% - 30px);
  overflow: hidden;
  margin: auto;
  position: relative;
  margin-top: var(--top50);
}




.mySwiper3 {
  width: calc(100% - 100px);
  overflow: hidden;
  margin: auto;
}

.mySwiper3 .swiper-slide {
  text-align: center;
  font-size: var(--font16);
  color: #222222;
  line-height: 50px;
  border-radius: 50px;
}

.mySwiper3 .swiper-slide-active {
  background: #0d6ac8;
  color: #fff;
}

.anli_top .swiper-button-next,
.anli_top .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: 0px;
  transform: translateY(-50%);
}

.anli_top .swiper-button-next img,
.anli_top .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.anli_top .swiper-button-next:after,
.anli_top .swiper-button-prev:after {
  display: none;
}

.anli_bottom {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
}

.mySwiper4 {
  width: 100%;
}

.mySwiper4 .swiper-slide {
  width: 100%;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.swiper-container .swiper-slide h1 {
  text-align: center;
  font-size: var(--font30);
  color: #222222;
  margin-top: 20px;
  display: none;
}

.swiper-container .swiper-slide p {
  text-align: center;
  font-size: var(--font16);
  color: #22222270;
  margin-top: 10px;
  display: none;
}

.swiper-container .swiper-slide-active h1,
.swiper-container .swiper-slide-active p {
  display: block;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #000000;
  border-radius: 50%;
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  color: #000;
  font-size: 16px;
}

.swiper-container .swiper-button-next {
  right: 5%;
  bottom: 0;
  top: auto;
}

.swiper-container .swiper-button-prev {
  left: 5%;
  bottom: 0;
  top: auto;
 
}


























.hezuo {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/ascasdasdasd_26.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hezuo_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top80) auto;
}

.hezuo_max>h1 {
  text-align: center;
  font-size: var(--font30);
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}

.hezuo_max>p {
  text-align: center;
  font-size: var(--font24);
  color: #ff6600;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-top: var(--top30);
}

.hezuo_max ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hezuo_max ul li {
  width: calc(25% - 75px);
  overflow: hidden;
  margin-left: 100px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--top50);
}

.hezuo_max ul li:nth-child(4n+1) {
  margin-left: 0px;
}

.hezuo_max ul li img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}

.hezuo_max ul li:hover img{
    transform: scale(1.5);
}
.xinwenonm {
  width: var(--max);
  margin: var(--top80) auto;
}

.xinwenonm>h1 {
  text-align: center;
  font-size: var(--font30);
  color: #000000;
  font-weight: bold;
  line-height: 1;
}

.xinwenonm>p {
  text-align: center;
  font-size: var(--font24);
  color: #ff6600;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-top: var(--top30);
}

.xinwenonm_max {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top80);
  background: #fff;
  box-shadow: 5px 5px 15px 3px #00000020;
}

.xinwenonm_max a {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xinwenonm_max_l {
  width: 50%;
  overflow: hidden;
}

.xinwenonm_max_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xinwenonm_max_r {
  width: 50%;
  overflow: hidden;
  padding: var(--top50);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.zuixin {
  width: 75px;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  background: #ff6600;
  text-align: center;
}

.xinwenonm_max_r h1 {
  width: 100%;
  font-size: var(--font30);
  color: #222222;
  margin-top: 20px;
}

.xinwenonm_max_r span {
  width: 100%;
  display: block;
  font-size: var(--font14);
  color: #222222;
  margin-top: 20px;
}

.xinwenonm_max_r p {
  width: 100%;
  font-size: var(--font14);
  color: #22222260;
  line-height: 2.2;
  margin-top: var(--top30);
}

.xinwenonm ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xinwenonm_max_r:hover h1{
    color: #ff6600;   
}

.xinwenonm ul li {
  width: calc(33% - 35px);
  overflow: hidden;
  box-shadow: 5px 5px 15px 3px #00000020;
  margin-top: var(--top80);
}
.xinwenonm ul li:hover{
    transform: translateY(-15px);
}

.xinwen_om {
  width: 100%;
  background-image: url(../images/asdasdasd_15.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}

.xinwen_om h1 {
  font-size: var(--font24);
  color: #f4f7fa;
  font-weight: bold;
}

.xinwen_om a {
  font-size: var(--font16);
  color: #fff;
}

.xinwen_a {
  width: 100%;
  overflow: hidden;
  padding: 20px var(--top30);
}

.xinwen_a a {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 3;
}

.xinwen_a a p {
  width: calc(100% - 90px);
  font-size: var(--font14);
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xinwen_a a span {
  width: 80px;
  font-size: var(--font14);
  color: #222222;
}
.xinwen_a a:hover p,
.xinwen_a a:hover span{
    color: #ff6600;   
}
.imisni {
  width: 100%;
  overflow: hidden;
  background: #f4f4f4;
}

.imisni_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top50) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.imisni_l {
  width: max-content;
  overflow: hidden;
}

.imisni_l img {
  width: 200px;
  height: auto;
  margin: auto;
}

.imisni_l h1 {
  text-align: center;
  font-size: var(--font30);
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

.imisni_max ul {
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}

.imisni_max ul li {
  width: 135px;
  overflow: hidden;
  margin: 0 15px;
}

.imisni_max ul li img {
  width: 100%;
  height: auto;
}

.imisni_max ul li h1 {
  text-align: center;
  font-size: var(--font16);
  color: #00000070;
  margin-top: 10px;
}

.imisni_r {
  width: max-content;
  overflow: hidden;
  border-left: 2px solid #494949;
  padding-left: var(--top30);
  margin-left: var(--top50)
}

.imisni_r h1 {
  background-image: url(../images/ashgcj_17.png);
  background-repeat: no-repeat;
  background-size: 29px 29px;
  background-position: left center;
  padding-left: 40px;
  font-size: var(--font20);
  color: #000000;
  font-weight: bold;
  line-height: 29px;
}

.imisni_r p {
  font-size: 40px;
  color: #000000;
  line-height: 1;
  margin-top: 20px;
  font-weight: bold;
}

.moxni {
  font-size: var(--font14);
  color: #00000060;
  line-height: 2.5;
  margin-top: 20px;
}

.footer {
  width: 100%;
  overflow: hidden;
  background: #193e6e;
  padding: var(--top50) 0;
}

.footer ul.footer_top {
  width: 1100px;
  max-width: calc(100% - 30px);
  overflow: hidden;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer ul.footer_top li {
  width: 30%;
  overflow: hidden;
  background: #368fff;
  border-radius: 10px;
  
  padding: var(--top30);
}
.footer ul.footer_top li a{
    width: 100%;
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer ul.footer_top li img {
  width: 50px;
  height: auto;
}

.footer_text {
  width: calc(100%v - 50px);
  overflow: hidden;
  margin-left: 20px;
}

.footer_text h1 {
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1;
}

.footer_text p {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}

.footer_bottom {
  width: var(--max);
  margin: auto;
  margin-top: calc(var(--top50) + 30px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_bottom::after {
  content: "";
  width: 200%;
  height: 1px;
  background: #557094;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.footer_bottom::before {
  content: "";
  width: 200%;
  height: 1px;
  background: #557094;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.footer_bottom li {
  width: max-content;
  overflow: hidden;
}

.footer_bottom li h1 {
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--font16);
  color: #fff;
}

.footer_bottom li h1 img {
  width: 15px;
  height: auto;
  margin-left: 10px;
}

.asdas {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.asdas a {
  width: 100%;
  display: block;
  font-size: var(--font14);
  color: #ffffff50;
  line-height: 2.5;
}

.mySwiper2 .swiper-button-next:after, 
.mySwiper2 .swiper-button-prev:after{
    color: #000000;
    font-size: 30px;
}








.xuanfu {
    width: 60px;
    height: auto;
    background: #fff;
    position: fixed;
    right: 10px;
    bottom: 200px;
    box-shadow: 0px 0px 10px 2px rgb(0, 0, 0, 0.1);
    z-index: 999;
    background: #0d6ac8;
}

.xuanfu ul {
    width: 100%;
    height: 100%;
    margin: auto;
}

.xuanfu ul li {
    width: 100%;
    height: 60px;
    position: relative;
    cursor: pointer;
    border-top: 1px #fff solid;
    
}

.xuanfu ul li .posko {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xuanfu ul li .posko img {
    width: 100%;
    height: 100%;
}

.xuanfu_k {
    width: 0px;
    height: 60px;
    line-height: 60px;
    right: 60px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    background: #0d6ac8;
    color: #fff;
    font-size: 14px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    transition: all 0.2s;
}

.eroioas {
    width: 0px;
    overflow: hidden;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    transition: all 0.2s;
    right: 60px;
    top: 0;
    position: absolute;
    background: #0d6ac8;
}

.eroioas img {
    width: 100%;
    height: auto;

    padding: 50px;
    border-radius: 10px;
}

.eroioas h1 {
    text-align: center;
    font-size: 14px;
    font-weight: inherit;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px;
}



.xuanfu ul li:hover .xuanfu_k {
    width: 250px;
}

.xuanfu ul li:hover .poidpo {
    width: 300px;
}

.xuanfu ul li:hover .eroioas {
    width: 250px;
}








