@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import "../font/iconfont.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
}

.wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.wrap header nav {
  width: 100%;
  height: 100px;
  max-width: 1920px;
  max-height: 100px;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.wrap header nav .logo {
  width: 60px;
  height: 60px;
}
.wrap header nav .list {
  width: 65%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 18px;
  color: #fff;
  margin-left: 15%;
}
.wrap header nav .list > li {
  width: 80px;
  height: 100%;
  line-height: 100px;
  text-align: center;
}
.wrap header nav .list > li > a {
  display: block;
  position: relative;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.wrap header nav .list > li > a:hover::before {
  opacity: 1;
}
.wrap header nav .list > li > a::before {
  opacity: 0;
  content: "▼";
  position: absolute;
  top: -25%;
  left: 40%;
  font-size: 14px;
  transition: all 0.3s;
}
.wrap header nav .list > li:hover .tow-list {
  display: block;
}
.wrap header nav .list > li .tow-list {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0%;
}
.wrap header nav .list > li .tow-list ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
.wrap header nav .list > li .tow-list ul li {
  position: relative;
  width: 150px;
  height: 50px;
  line-height: 50px;
}
.wrap header nav .list > li .tow-list ul li a {
  position: absolute;
  bottom: 2px;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border-bottom: 2px solid transparent;
}
.wrap header nav .list > li .tow-list ul li:hover a {
  position: absolute;
  bottom: 2px;
  border-bottom: 2px solid rgb(0, 234, 255);
}

.wrap main .dynamic .dynamicBox .dynamicTitle .leftBox, .wrap main .news .newsTitle .leftBox, .wrap main .showcase .headTitle {
  height: 70px;
  border-left: 5px solid #034D9D;
  padding-left: 25px;
}
.wrap main .dynamic .dynamicBox .dynamicTitle .leftBox h3, .wrap main .news .newsTitle .leftBox h3, .wrap main .showcase .headTitle h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
}
.wrap main .dynamic .dynamicBox .dynamicTitle .leftBox p, .wrap main .news .newsTitle .leftBox p, .wrap main .showcase .headTitle p {
  font-size: 18px;
  line-height: 30px;
}

.wrap footer {
  width: 100%;
  margin-top: 70px;
}
.wrap footer .footLogo {
  width: 75%;
  height: 63px;
  margin: 0 auto;
}
.wrap footer .footLogo .logoBox {
  width: 61px;
  height: 63px;
}
.wrap footer .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  flex-wrap: wrap;
  gap: 40px;
}
.wrap footer .contentBox .leftBox {
  width: 40%;
  min-width: 300px;
}
.wrap footer .contentBox .leftBox h2 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 20px 0;
}
.wrap footer .contentBox .leftBox p {
  font-size: 14px;
  color: #555;
  margin: 20px 0;
}
.wrap footer .contentBox .leftBox .link {
  position: relative;
  padding: 5px 5px;
  cursor: pointer;
  display: -webkit-inline-box;
  border: 1px solid #004fa2;
  color: #004fa2;
  text-align: center;
}
.wrap footer .contentBox .leftBox .link .icon {
  color: #004fa2;
  margin-left: 3px;
}
.wrap footer .contentBox .leftBox .link:hover ul {
  height: 93px;
  border: 1px solid #004fa2;
}
.wrap footer .contentBox .leftBox .link ul {
  position: absolute;
  height: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  clear: both;
  border: 1px solid transparent;
  z-index: 10;
  top: 27px;
  left: -1px;
  transition: all 0.3s;
}
.wrap footer .contentBox .leftBox .link ul li {
  overflow: hidden;
}
.wrap footer .contentBox .leftBox .link ul li a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  opacity: 0.9;
  font-size: 14px;
  transition: all 0.3s;
  color: #004fa2;
}
.wrap footer .contentBox .leftBox .link ul li:hover a {
  background-color: #004fa2;
  color: #fff;
}
.wrap footer .contentBox .leftBox .link ul::-webkit-scrollbar {
  display: none;
}
.wrap footer .contentBox .rightBox {
  width: 50%;
  min-width: 300px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  padding-left: 40px;
}
.wrap footer .contentBox .rightBox .contact {
  position: relative;
  height: auto;
  padding: 20px 0;
  width: 40%;
}
.wrap footer .contentBox .rightBox .contact h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrap footer .contentBox .rightBox .contact p {
  width: 182px;
  font-size: 14px;
  line-height: 22px;
  color: #555;
}
.wrap footer .contentBox .rightBox .contact h4 {
  font-size: 24px;
  color: #333;
  margin: 10px 0;
}
.wrap footer .contentBox .rightBox .contact .icon {
  font-size: 35px;
  color: #949494;
}
.wrap footer .contentBox .rightBox .contact .icon:hover {
  color: #004FA2;
}
.wrap footer .contentBox .rightBox .contact .icon:hover + .email {
  display: flex;
}
.wrap footer .contentBox .rightBox .contact .icon:hover + .email .icon {
  color: #004FA2;
}
.wrap footer .contentBox .rightBox .contact .email {
  display: none;
  box-sizing: border-box;
  padding-left: 10px;
  width: 300px;
  height: 45px;
  background-color: #fff;
  align-items: center;
  border-radius: 5px;
  position: absolute;
  left: 45px;
  top: 115px;
  box-shadow: 0 2px 5px 2px #ccc;
}
.wrap footer .contentBox .rightBox .contact .email p {
  margin-left: 5px;
}
.wrap footer .contentBox .rightBox .contact .email::before {
  content: "";
  width: 150px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 111;
}
.wrap footer .contentBox .rightBox .contact .email::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 2px #ccc;
  position: absolute;
  bottom: 0;
  left: 30%;
  transform: translateY(50%) rotate(45deg);
}
.wrap footer .contentBox .rightBox .code {
  width: 50%;
  padding: 20px 0;
}
.wrap footer .contentBox .rightBox .code p {
  font-size: 18px;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}
.wrap footer .contentBox .rightBox .code .imgBox {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.wrap footer .footBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #004FA2;
  color: #fff;
}
.wrap footer .footBox .leftBox {
  width: 35%;
}
.wrap footer .footBox .leftBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wrap footer .footBox .leftBox ul li a {
  color: #fff;
  font-size: 12px;
}
.wrap footer .footBox .leftBox ul li a:hover {
  color: rgb(255, 169, 99);
}
.wrap footer .footBox .rightBox p {
  font-size: 14px;
}

.wrap header {
  position: relative;
  width: 100%;
}
.wrap header .banner-box {
  position: relative;
  width: 100%;
  height: 600px; /* 保持原轮播图高度 */
  overflow: hidden;
}
.wrap header .banner-box:hover .iconBox {
  display: block;
}
.wrap header .banner-box .iconBox {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.wrap header .banner-box .iconBox .icon {
  color: #fff;
  font-size: 40px;
}
.wrap header .banner-box .iconBox:hover {
  border: 2px solid #004fa2;
}
.wrap header .banner-box .iconBox:hover .icon {
  color: #004FA2;
}
.wrap header .banner-box .iconBox:nth-of-type(1) {
  left: 6%;
}
.wrap header .banner-box .iconBox:nth-of-type(2) {
  right: 6%;
}
.wrap header .banner-box .listBox {
  position: absolute;
  bottom: 25%;
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrap header .banner-box .listBox ul {
  width: 300px;
  display: flex;
  justify-content: center;
}
.wrap header .banner-box .listBox ul li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 10px;
  background-color: #fff;
}
.wrap header .banner-box .listBox ul li.active {
  background-color: #004FA2;
}
.wrap header .banner-box .imgBox {
  width: 100%;
  overflow: hidden;
}
.wrap header .banner-box .imgBox ul {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate(-100%);
}
.wrap header .banner-box .imgBox ul li {
  position: relative;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
}
.wrap header .banner-box .imgBox ul li .textBox {
  position: absolute;
  top: 30%;
  left: 10%;
  color: #fff;
}
.wrap header .banner-box .imgBox ul li .textBox h2 {
  font-size: 24px;
}
.wrap header .banner-box .imgBox ul li .textBox p {
  font-size: 48px;
  line-height: 130px;
}
.wrap header .foot-box {
  width: 100%;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
}
.wrap header .foot-box .iconList {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
.wrap header .foot-box .iconList ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.wrap header .foot-box .iconList ul li {
  display: flex;
  align-items: center;
  width: 23.3%;
  height: 100%;
}
.wrap header .foot-box .iconList ul li .imgBox {
  height: 50%;
  margin-right: 25px;
}
.wrap header .foot-box .iconList ul li .imgBox img {
  width: auto;
  height: 100%;
}
.wrap header .foot-box .iconList ul li .textBox {
  color: #fff;
  line-height: 28px;
}
.wrap header .foot-box .iconList ul li .textBox h3 {
  font-size: 18px;
}
.wrap header .foot-box .iconList ul li .textBox p {
  /* 将盒子改为旧版弹性盒模型显示 */
  display: -webkit-box;
  /* 设置伸缩盒子的子元素排列方式为垂直排列 */
  -webkit-box-orient: vertical;
  /* 控制文本显示行数（在第几行显示省略号） */
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
}
.wrap main {
  width: 100%;
}
.wrap main .showcase {
  position: relative;
  width: 75%;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 35px;
}
.wrap main .showcase .headTitle {
  width: 75%;
}
.wrap main .showcase .showcaseBox {
  width: 100%;
  overflow: hidden;
}
.wrap main .showcase .showcaseBox .iconBox {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  border: 1px solid #ccc;
  top: 50%;
  transform: translateY(-50%);
}
.wrap main .showcase .showcaseBox .iconBox .icon {
  font-size: 52px;
  color: #ccc;
}
.wrap main .showcase .showcaseBox .iconBox:first-of-type {
  right: -100px;
}
.wrap main .showcase .showcaseBox .iconBox:last-of-type {
  left: -100px;
}
.wrap main .showcase .showcaseBox .iconBox:hover {
  border: 1px solid #1a64b3;
}
.wrap main .showcase .showcaseBox ul {
  display: flex;
  width: 100%;
  transform: translate(0%);
  transition: all 1s;
}
.wrap main .showcase .showcaseBox ul li {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}
.wrap main .showcase .showcaseBox ul li .leftBox {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #555;
}
.wrap main .showcase .showcaseBox ul li .leftBox h4 {
  font-size: 28px;
}
.wrap main .showcase .showcaseBox ul li .leftBox p {
  line-height: 25px;
  font-size: 14px;
}
.wrap main .showcase .showcaseBox ul li .leftBox p span {
  font-size: 22px;
  color: #004FA2;
}
.wrap main .showcase .showcaseBox ul li .leftBox button {
  display: block;
  width: 125px;
  height: 52px;
  margin-bottom: 80px;
  border-radius: 100px;
  background-color: #004FA2;
  font-size: 14px;
  color: #fff;
  border: 0;
}
.wrap main .showcase .showcaseBox ul li .leftBox button .icon {
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
.wrap main .showcase .showcaseBox ul li .rightBox {
  width: 50%;
  height: 450px;
}
.wrap main .showcase .showcaseBox ul li .rightBox img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.wrap main .hr {
  width: 100%;
  height: 2px;
  border-bottom: 3px solid #ccc;
}
.wrap main .showcaseList {
  width: 75%;
  margin: 0 auto;
  margin-top: 20px;
}
.wrap main .showcaseList ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap main .showcaseList ul > li {
  width: 20%;
  height: 100%;
  cursor: pointer;
}
.wrap main .showcaseList ul > li a {
  pointer-events: none;
}
.wrap main .showcaseList ul > li a .imgBox {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border: 2px solid transparent;
  margin: 0 auto;
}
.wrap main .showcaseList ul > li a .imgBox img {
  width: auto;
  max-width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.wrap main .showcaseList ul > li a p {
  margin-top: 15px;
  text-align: center;
}
.wrap main .showcaseList ul > li a:hover img {
  transform: scale(1.1);
}
.wrap main .showcaseList ul .more ul {
  width: 130px;
  height: 135px;
  display: flex;
  justify-content: center;
  line-height: 160px;
  margin: 0 auto;
}
.wrap main .showcaseList ul .more ul li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
  background-color: #ccc;
}
.wrap main .news {
  width: 100%;
  height: 900px;
  margin-top: 75px;
  padding-top: 60px;
  background: url(../images/index/14.png) no-repeat center center/cover;
}
.wrap main .news .newsTitle {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto;
}
.wrap main .news .newsTitle .leftBox {
  width: 173px;
  margin: 0;
  border-left: 5px solid #fff;
  color: #fff;
}
.wrap main .news .newsTitle .rightBox a {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #fff;
  font-size: 18px;
}
.wrap main .news .newsTitle .rightBox a .icon {
  margin-left: 5px;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}
.wrap main .news .newsContent {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.wrap main .news .newsContent .leftBox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 43%;
  height: 565px;
  padding-left: 12%;
  padding-right: 5%;
  background-color: #fff;
}
.wrap main .news .newsContent .leftBox .textBox {
  color: #555;
  position: relative;
}
.wrap main .news .newsContent .leftBox .textBox:hover h4 {
  color: #1a64b3;
}
.wrap main .news .newsContent .leftBox .textBox h4 {
  width: 60%;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-overflow: ellipsis;
}
.wrap main .news .newsContent .leftBox .textBox span {
  position: absolute;
  right: 3%;
  top: 0;
  font-size: 14px;
}
.wrap main .news .newsContent .leftBox .textBox p {
  font-size: 14px;
  line-height: 22px;
  /* 将盒子改为旧版弹性盒模型显示 */
  display: -webkit-box;
  /* 设置伸缩盒子的子元素排列方式为垂直排列 */
  -webkit-box-orient: vertical;
  /* 控制文本显示行数（在第几行显示省略号） */
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wrap main .news .newsContent .rightBox {
  width: 54%;
  height: 565px;
  background-color: #fff;
}
.wrap main .news .newsContent .rightBox .imgBox {
  width: 100%;
  height: 486px;
}
.wrap main .news .newsContent .rightBox .imgBox img {
  width: 85%;
  height: 85%;
  transform: translateY(10%);
  margin: 0 auto;
  transition: all 0.5s;
}
.wrap main .news .newsContent .rightBox .textBox {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 28px;
}
.wrap main .news .newsContent .rightBox .textBox .time {
  width: 60px;
  border-right: 2px solid #ccc;
  text-align: center;
}
.wrap main .news .newsContent .rightBox .textBox .time p {
  font-size: 16px;
  color: #333333;
}
.wrap main .news .newsContent .rightBox .textBox .time span {
  font-size: 14px;
  color: #666;
}
.wrap main .news .newsContent .rightBox .textBox .content {
  width: 75%;
  box-sizing: border-box;
  padding-left: 25px;
}
.wrap main .news .newsContent .rightBox .textBox .content h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.wrap main .news .newsContent .rightBox .textBox .content p {
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap main .news .newsContent .rightBox:hover img {
  transform: translateY(10%) scale(1.1);
}
.wrap main .dynamic {
  background-color: #f9fcff;
}
.wrap main .dynamic .dynamicBox {
  width: 75%;
  margin: 0 auto;
  padding-top: 3%;
}
.wrap main .dynamic .dynamicBox .dynamicTitle {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.wrap main .dynamic .dynamicBox .dynamicTitle .leftBox {
  width: 173px;
  margin: 0;
}
.wrap main .dynamic .dynamicBox .dynamicTitle .rightBox {
  display: flex;
  justify-content: space-between;
}
.wrap main .dynamic .dynamicBox .dynamicTitle .rightBox .btnBox {
  width: 250px;
  height: 20px;
  margin-right: 30px;
  display: flex;
  justify-content: space-evenly;
  border-right: 2px solid #ccc;
}
.wrap main .dynamic .dynamicBox .dynamicTitle .rightBox .btnBox button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font-size: 18px;
  line-height: 0;
  cursor: pointer;
  color: #000;
}
.wrap main .dynamic .dynamicBox .dynamicTitle .rightBox .btnBox button:hover {
  color: #1a64b3;
}
.wrap main .dynamic .dynamicBox .dynamicTitle .rightBox a {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font-size: 18px;
  color: #555;
}
.wrap main .dynamic .dynamicBox .dynamicTitle .rightBox a .icon {
  margin-left: 5px;
  font-size: 20px;
  vertical-align: middle;
  color: #004FA2;
}
.wrap main .dynamic .dynamicBox .dynamicContent {
  width: 100%;
  height: 375px;
  display: flex;
  justify-content: space-between;
}
.wrap main .dynamic .dynamicBox .dynamicContent .leftBox {
  position: relative;
  width: 42%;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap main .dynamic .dynamicBox .dynamicContent .leftBox h4 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.wrap main .dynamic .dynamicBox .dynamicContent .leftBox span {
  position: absolute;
  right: 5px;
  top: 50px;
  font-size: 16px;
  color: #666;
}
.wrap main .dynamic .dynamicBox .dynamicContent .leftBox p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wrap main .dynamic .dynamicBox .dynamicContent .leftBox .imgBox {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.wrap main .dynamic .dynamicBox .dynamicContent .leftBox:hover h4 {
  color: #1a64b3;
}
.wrap main .dynamic .dynamicBox .dynamicContent .rightBox {
  width: 52%;
  padding-top: 35px;
}
.wrap main .dynamic .dynamicBox .dynamicContent .rightBox ul {
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 40px;
}
.wrap main .dynamic .dynamicBox .dynamicContent .rightBox ul li {
  position: relative;
  padding-left: 10px;
  list-style-type: disc;
}
.wrap main .dynamic .dynamicBox .dynamicContent .rightBox ul li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.wrap main .dynamic .dynamicBox .dynamicContent .rightBox ul li p {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  line-height: 25px;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wrap main .dynamic .dynamicBox .dynamicContent .rightBox ul li:hover h4 {
  color: #1a64b3;
}
.wrap main .dynamic .dynamicBox .dynamicContent .rightBox ul li span {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal;
  color: #666;
  font-size: 14px;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* 添加半透明遮罩 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-overlay .textBox {
  text-align: center;
  color: #fff;
}

.video-overlay .textBox h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.video-overlay .textBox p {
  font-size: 18px;
}

.contact-form {
  width: 100%;
  max-width: 600px;
}

.contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form .form-row input {
  flex: 1;
  min-width: 200px;
}

.contact-form .full-width {
  margin-bottom: 20px;
}

.contact-form textarea {
  height: 120px;
}

.contact-form .submit-btn {
  background-color: #26C997;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 10px 40px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.contact-form .submit-btn:hover {
  background-color: #20B086;
}

/*# sourceMappingURL=index.css.map */

@media screen and (max-width: 1200px) {
  .wrap footer .contentBox {
    width: 90%;
  }
  
  .wrap footer .contentBox .rightBox {
    padding-left: 20px;
  }
  
  .wrap footer .contentBox .rightBox .contact,
  .wrap footer .contentBox .rightBox .code {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap footer .contentBox .leftBox,
  .wrap footer .contentBox .rightBox {
    width: 100%;
  }
  
  .wrap footer .contentBox .rightBox {
    flex-direction: column;
    padding-left: 0;
  }
  
  .wrap footer .contentBox .rightBox .contact,
  .wrap footer .contentBox .rightBox .code {
    width: 100%;
  }
  
  .contact-form .form-row {
    flex-direction: column;
    gap: 15px;
  }
  
  .contact-form .form-row input {
    width: 100%;
  }
}

/* 右侧悬浮栏的微信图标样式 */
.right_kefu .item-weixin2 {
    width: 45px;
    height: 45px;
    background: #fff;
    margin-bottom: 1px;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    display: block;
}

.right_kefu .item-weixin2 img {
    width: 25px;
    height: 25px;
    margin: 10px;
}

/* 微信二维码容器样式 */
.show-weixin2 {
    display: none;
    position: absolute;
    right: 54px;
    top: -100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 4px;
    z-index: 1000;
}

.show-weixin2::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* 二维码布局容器 */
.qrcode-container {
    display: flex;
    gap: 15px;
}

/* 单个二维码项样式 */
.qrcode-item {
    text-align: center;
}

.qrcode-item img {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
}

.qrcode-item p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

/* 悬浮效果 */
.right_kefu .item-weixin2:hover {
    background: #004FA2;
}

.right_kefu .item-weixin2:hover img {
    filter: brightness(0) invert(1);
}

/* 添加logo容器样式 */
.wrap header nav .logo-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* 调整logo样式 */
.wrap header nav .logo {
    width: 60px;
    height: 60px;
}

/* 语言切换样式 */
.language-switch {
    display: flex;
    align-items: center;
    color: #fff;
}

.language-switch span {
    font-size: 14px;
    margin-right: 8px;
    white-space: nowrap;
}

#translateSelectLanguage {
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

#translateSelectLanguage option {
    background: #fff;
    color: #333;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .wrap header nav .logo-container {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}
