#app {
  width: 100%;
  height: 100%;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.img-title {
  margin: 0 auto;
  text-align: center;
}
.img-title img {
  max-height: 100%;
}
.nav {
  position: fixed;
  top: 0px;
  left: 0;
  background-color: #0357A3;
  border-bottom: none;
  font-size: 0;
  line-height: 95px;
  width: 100%;
  z-index: 999;
}
.nav .wrap {
  display: flex;
}
.nav .fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
}
.nav .logo {
  display: flex;
  align-items: center;
  padding-right: 70px;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.nav .nav-items {
  display: flex;
  justify-content: space-between;
}
.nav .nav-items .top_text {
  display: inline-block;
  height: 95px;
  cursor: pointer;
}
.nav .nav-items .top_text a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}
.nav .nav-items .nav-item {
  transition: all 0.3s;
  width: 150px;
  text-align: center;
}
.nav .nav-items .nav-item:hover {
  background: #004A8C;
}
.nav .nav-items .nav-item:hover a {
  color: #fff;
  font-weight: 400;
}
.nav .nav_button {
  display: flex;
  align-items: center;
  width: 150px;
  height: 46px;
  font-weight: bold;
  font-size: 20px;
}
.nav .nav_button img {
  padding-right: 5px;
  box-sizing: border-box;
}
.nav .tongqi-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(0% 0% at 0% 0%, #0088E7 0%, #1DD5E6 100%);
  transition: all 0.3s;
}
.nav .declaration-btn {
  height: 100%;
  background: radial-gradient(0% 0% at 0% 0%, #F37800 0%, #DD1F00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.banner {
  width: 100%;
  padding-top: 95px;
  box-sizing: border-box;
}
.banner .banner-wrap {
  width: 100%;
  height: 650px;
  background: url('../images/banner.jpg') no-repeat center top / cover;
}
.long-intro-bg {
  width: 100%;
  min-height: 1275px;
  background: url('../images/intro-bg.jpg') no-repeat center;
}
.intro .wrap {
  padding-top: 79px;
  box-sizing: border-box;
}
.intro .intro-content {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  column-gap: 35px;
}
.intro .intro-content .text-list {
  padding-top: 15px;
}
.intro .intro-content .text-list p {
  text-indent: 2em;
  font-weight: 500;
  font-size: 18px;
  color: #0B448D;
  line-height: 30px;
  margin-bottom: 10px;
}
.intro .intro-content .text-list p:last-child {
  margin-bottom: 0;
}
.light {
  margin-top: 80px;
}
.light .wrap .light-content {
  margin-top: 84px;
  background: url('../images/light-bg.png') no-repeat center top;
  height: 390px;
  display: flex;
  justify-content: space-between;
}
.light .wrap .light-content .left {
  width: 790px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.light .wrap .light-content .left ul {
  width: 100%;
  height: 100%;
}
.light .wrap .light-content .left ul li {
  width: 100%;
  height: 100%;
  position: relative;
}
.light .wrap .light-content .left ul li .img-box {
  position: absolute;
  top: 10px;
  left: 15px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.light .wrap .light-content .left ul li .content {
  position: absolute;
  top: 10px;
  left: 50px;
  right: 50px;
  bottom: 40px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.light .wrap .light-content .left ul li .content .name {
  z-index: 2;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.light .wrap .light-content .left ul li .content .desc {
  z-index: 2;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
}
.light .wrap .light-content .right {
  padding-right: 20px;
  box-sizing: border-box;
}
.light .wrap .light-content .right ul {
  width: 260px;
  padding-top: 45px;
}
.light .wrap .light-content .right ul li {
  width: 100%;
  height: 42px;
  padding-left: 15px;
  box-sizing: border-box;
  background: url('../images/light/normal.png') no-repeat;
  margin-bottom: 25px;
  cursor: pointer;
  transition: all 0.3s;
}
.light .wrap .light-content .right ul li .content {
  display: flex;
  align-items: center;
  height: 100%;
}
.light .wrap .light-content .right ul li .content .img-box {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.light .wrap .light-content .right ul li .content .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.light .wrap .light-content .right ul li .content span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 23px;
  color: #FFFFFF;
}
.light .wrap .light-content .right ul li:last-child {
  margin-bottom: 0;
}
.light .wrap .light-content .right ul li.active {
  background: url('../images/light/selected.png') no-repeat;
}
.meeting {
  background: url('../images/meeting-bg.jpg') no-repeat center;
  min-height: 1200px;
}
.meeting .wrap {
  padding-top: 90px;
  box-sizing: border-box;
}
.meeting .wrap .meeting-content {
  background: #FFFFFF;
  margin-top: 50px;
}
.meeting .wrap .meeting-content .header {
  display: flex;
  align-items: center;
  height: 50px;
  background: #0a7ee0;
}
.meeting .wrap .meeting-content .header div {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.meeting .wrap .meeting-content .header div:nth-child(1) {
  width: 248px;
  text-align: center;
}
.meeting .wrap .meeting-content .header div:nth-child(2) {
  width: 650px;
}
.meeting .wrap .meeting-content .header div:nth-child(3) {
  flex: 1;
}
.meeting .wrap .meeting-content .table1,
.meeting .wrap .meeting-content .table2,
.meeting .wrap .meeting-content .table3 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.meeting .wrap .meeting-content .table1 tr:first-child td,
.meeting .wrap .meeting-content .table2 tr:first-child td,
.meeting .wrap .meeting-content .table3 tr:first-child td {
  height: 50px;
  background: #34bad6;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.meeting .wrap .meeting-content .table1 tr:first-child td:nth-child(1),
.meeting .wrap .meeting-content .table2 tr:first-child td:nth-child(1),
.meeting .wrap .meeting-content .table3 tr:first-child td:nth-child(1) {
  width: 248px;
}
.meeting .wrap .meeting-content .table1 tr:first-child td:nth-child(2),
.meeting .wrap .meeting-content .table2 tr:first-child td:nth-child(2),
.meeting .wrap .meeting-content .table3 tr:first-child td:nth-child(2) {
  width: 650px;
}
.meeting .wrap .meeting-content .table1 tr:nth-child(2) td:first-child,
.meeting .wrap .meeting-content .table2 tr:nth-child(2) td:first-child,
.meeting .wrap .meeting-content .table3 tr:nth-child(2) td:first-child {
  text-align: center;
}
.meeting .wrap .meeting-content .table1 tr:nth-child(2) td:nth-child(n+2),
.meeting .wrap .meeting-content .table2 tr:nth-child(2) td:nth-child(n+2),
.meeting .wrap .meeting-content .table3 tr:nth-child(2) td:nth-child(n+2) {
  border-bottom: 1px dashed #000;
}
.meeting .wrap .meeting-content .table1 tr:nth-child(n+3) td,
.meeting .wrap .meeting-content .table2 tr:nth-child(n+3) td,
.meeting .wrap .meeting-content .table3 tr:nth-child(n+3) td {
  border-bottom: 1px dashed #000;
}
.meeting .wrap .meeting-content .table1 tr:last-child td,
.meeting .wrap .meeting-content .table2 tr:last-child td,
.meeting .wrap .meeting-content .table3 tr:last-child td {
  border: none;
}
.meeting .wrap .meeting-content .table1 tr td,
.meeting .wrap .meeting-content .table2 tr td,
.meeting .wrap .meeting-content .table3 tr td {
  border: none;
  padding: 8px 0;
  box-sizing: border-box;
  font-weight: 200;
  font-size: 18px;
  color: #000000;
}
.meeting .wrap .meeting-content .table2 tr:first-child td,
.meeting .wrap .meeting-content .table3 tr:first-child td {
  background: #f37800;
}
.meeting .wrap .meeting-content .tips {
  text-align: right ;
  padding-right: 10px !important;
  box-sizing: border-box !important;
  vertical-align: center;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.jiabin {
  background: url('../images/jiabin/jiabin-bg.jpg') no-repeat center top;
  min-height: 820px;
}
.jiabin > .wrap {
  padding-top: 80px;
  box-sizing: border-box;
}
.jiabin .tabs-box {
  margin-top: 45px;
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  column-gap: 0;
}
.jiabin .tabs-box .tab-item {
  width: 153px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  background-repeat: no-repeat;
  cursor: pointer;
}
.jiabin .tabs-box .tab-item:first-child {
  background-image: url('../images/jiabin/tab-1.png');
}
.jiabin .tabs-box .tab-item:last-child {
  background-image: url('../images/jiabin/tab-2.png');
}
.jiabin .jiabin-content {
  position: relative;
  width: 1500px;
  margin: 0 auto;
  margin-top: 45px;
}
.jiabin .jiabin-content .jiabin-content-item .jiabin-item-swiper {
  width: 100%;
}
.jiabin .jiabin-content .jiabin-content-item .swiper-container {
  width: 100%;
}
.jiabin .jiabin-content .jiabin-content-item .swiper-slide {
  width: 100%;
}
.jiabin .jiabin-content .jiabin-content-item .swiper-slide ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}
.jiabin .jiabin-content .jiabin-content-item .swiper-slide ul li .img-box {
  background: url('../images/jiabin/icon-bg.png') no-repeat;
  width: 175px;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.jiabin .jiabin-content .jiabin-content-item .swiper-slide ul li .img-box img {
  width: 150px;
  height: 150px;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.jiabin .jiabin-content .jiabin-content-item .swiper-slide ul li .name {
  font-weight: bold;
  font-size: 19px;
  color: #248DFF;
}
.jiabin .jiabin-content .jiabin-content-item .swiper-slide ul li .desc {
  font-weight: bold;
  font-size: 12px;
  color: #595757;
  line-height: 15px;
}
.jiabin .jiabin-content .jiabin-content-item .swiper-slide .previous-guests {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 10px;
  row-gap: 30px;
}
.jiabin .jiabin-content .jiabin-content-item .swiper-slide .previous-guests .guests-item {
  position: relative;
}
.jiabin .jiabin-content .jiabin-content-item .swiper-slide .previous-guests .guests-item .guests-img-box {
  height: 198px;
  display: flex;
  justify-content: center;
}
.jiabin .jiabin-content .jiabin-content-item .swiper-slide .previous-guests .guests-item .guests-name {
  position: absolute;
  left: 0;
  top: 150px;
  height: 29px;
  width: 79px;
  background: url('../images/jiabin/title-k.png') no-repeat;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 29px;
}
.jiabin .jiabin-content .jiabin-content-item .swiper-slide .previous-guests .guests-item .desc {
  padding-top: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #595757;
  line-height: 15px;
}
.jiabin .jiabin-content .prev {
  position: absolute;
  left: 0;
  top: 200px;
  cursor: pointer;
}
.jiabin .jiabin-content .next {
  position: absolute;
  right: 0;
  top: 200px;
  cursor: pointer;
}
.wjjiabin {
  background: url('../images/jiabin/jiabin-bg.jpg') no-repeat center top;
  min-height: 700px;
}
.wjjiabin > .wrap {
  padding-top: 80px;
  box-sizing: border-box;
}
.wjjiabin .jiabin-content {
  position: relative;
  width: 1500px;
  margin: 0 auto;
  margin-top: 45px;
}
.wjjiabin .jiabin-content .jiabin-content-item .jiabin-item-swiper {
  width: 100%;
}
.wjjiabin .jiabin-content .jiabin-content-item .swiper-container {
  width: 100%;
}
.wjjiabin .jiabin-content .jiabin-content-item .swiper-slide {
  width: 100%;
}
.wjjiabin .jiabin-content .jiabin-content-item .swiper-slide ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}
.wjjiabin .jiabin-content .jiabin-content-item .swiper-slide ul li .img-box {
  background: url('../images/jiabin/icon-bg.png') no-repeat;
  width: 175px;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.wjjiabin .jiabin-content .jiabin-content-item .swiper-slide ul li .img-box img {
  width: 150px;
  height: 150px;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.wjjiabin .jiabin-content .jiabin-content-item .swiper-slide ul li .name {
  font-weight: bold;
  font-size: 19px;
  color: #248DFF;
}
.wjjiabin .jiabin-content .jiabin-content-item .swiper-slide ul li .desc {
  font-weight: bold;
  font-size: 12px;
  color: #595757;
  line-height: 15px;
}
.wjjiabin .jiabin-content .jiabin-content-item .swiper-slide .previous-guests {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 10px;
  row-gap: 30px;
}
.wjjiabin .jiabin-content .jiabin-content-item .swiper-slide .previous-guests .guests-item {
  position: relative;
}
.wjjiabin .jiabin-content .jiabin-content-item .swiper-slide .previous-guests .guests-item .guests-img-box {
  height: 198px;
  display: flex;
  justify-content: center;
}
.wjjiabin .jiabin-content .jiabin-content-item .swiper-slide .previous-guests .guests-item .guests-name {
  position: absolute;
  left: 0;
  top: 150px;
  height: 29px;
  width: 79px;
  background: url('../images/jiabin/title-k.png') no-repeat;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 29px;
}
.wjjiabin .jiabin-content .jiabin-content-item .swiper-slide .previous-guests .guests-item .desc {
  padding-top: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #595757;
  line-height: 15px;
}
.wjjiabin .jiabin-content .prev {
  position: absolute;
  left: 0;
  top: 200px;
  cursor: pointer;
}
.wjjiabin .jiabin-content .next {
  position: absolute;
  right: 0;
  top: 200px;
  cursor: pointer;
}
.company {
  background: url('../images/company/company-bg.jpg') no-repeat center top;
  min-height: 933px;
}
.company > .wrap {
  padding-top: 75px;
  box-sizing: border-box;
}
.company .tabs-wrapper {
  margin-top: 40px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
.company .tabs-wrapper .tab-item {
  display: flex;
  align-items: flex-start;
  background: url('../images/company/normal.png') no-repeat;
  width: 180px;
  height: 54px;
  cursor: pointer;
}
.company .tabs-wrapper .tab-item .content {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 22px;
  color: #056CB7;
}
.company .tabs-wrapper .tab-item .content .icon-box {
  display: flex;
  align-items: center;
}
.company .tabs-wrapper .tab-item .content .icon-box img {
  margin-right: 10px;
}
.company .tabs-wrapper .tab-item .content .icon-box .selected {
  display: none;
}
.company .tabs-wrapper .tab-item .content .icon-box .normal {
  display: block;
}
.company .tabs-wrapper .tab-item.active {
  height: 65px;
  background: url('../images/company/selected.png') no-repeat;
}
.company .tabs-wrapper .tab-item.active .content {
  color: #FFFFFF;
}
.company .tabs-wrapper .tab-item.active .content .icon-box .selected {
  display: block;
}
.company .tabs-wrapper .tab-item.active .content .icon-box .normal {
  display: none;
}
.company .company-content {
  width: 1460px;
  margin: 0 auto;
  position: relative;
}
.company .company-content .company-item {
  padding: 0 50px;
  box-sizing: border-box;
  max-height: 580px;
  overflow-y: auto;
}
.company .company-content .company-item::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
.company .company-content .company-item::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left bottom, left top, #c9cdd4);
  transition: 0.3s ease-in-out;
}
.company .company-content .company-item::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
.company .company-content .company-item::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #f1f1f1;
}
.company .company-content .company-item ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  row-gap: 15px;
}
.company .company-content .company-item ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 101px;
}
.company .company-content .company-item ul li img {
  max-width: 100%;
  max-height: 100%;
}
.company .company-content .tips {
  padding-top: 10px;
  padding-right: 50px;
  box-sizing: border-box;
  text-align: right;
  font-size: 15px;
  color: #4A4A4A;
}
.company .company-content .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotateY(-50%);
  cursor: pointer;
}
.company .company-content .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotateY(-50%);
  cursor: pointer;
}
.object {
  margin-top: -1px;
  background: url('../images/object/bg.jpg?v=1') no-repeat center top;
  min-height: 770px;
}
.object .wrap {
  padding-top: 75px;
  box-sizing: border-box;
}
.object .object-content {
  margin-top: 83px;
  display: flex;
  justify-content: space-between;
}
.object .object-content .left {
  width: 347px;
  display: flex;
  flex-direction: column;
}
.object .object-content .left .item {
  background: url('../images/object/1.png') no-repeat center top;
  height: 96px;
  margin-bottom: 30px;
  padding-left: 55px;
  padding-top: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 21px;
}
.object .object-content .left .item:last-child {
  margin-bottom: 0;
}
.object .object-content .right {
  width: 347px;
}
.object .object-content .right .item {
  background: url('../images/object/2.png') no-repeat center top;
  height: 96px;
  margin-bottom: 30px;
  padding-left: 55px;
  padding-top: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 21px;
}
.object .object-content .right .item:nth-child(1) {
  padding-top: 30px;
  background: url('../images/object/2.png') no-repeat center bottom / cover;
  height: 222px;
  line-height: 27px;
}
.object .object-content .right .item:last-child {
  padding-top: 40px;
  margin-bottom: 0;
}
.zz {
  background: url('../images/zz/bg.jpg') no-repeat center top;
}
.zz .wrap {
  padding-top: 60px;
  padding-bottom: 65px;
  box-sizing: border-box;
}
.zz .tabs {
  margin-top: 43px;
  margin-bottom: 33px;
  display: flex;
  justify-content: center;
}
.zz .tabs .tabs-content {
  width: 400px;
  display: flex;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-image: url('../images/zz/tab-1.png');
  height: 60px;
}
.zz .tabs .tabs-content .tab-item {
  height: 48px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  cursor: pointer;
}
.zz .zz-content .zz-content-item .intro-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
  row-gap: 25px;
}
.zz .zz-content .zz-content-item .intro-items .intro-item {
  height: 130px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.zz .zz-content .zz-content-item .intro-items .intro-item .item {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.zz .zz-content .zz-content-item .intro-items .intro-item .item .icon-box {
  margin-right: 15px;
}
.zz .zz-content .zz-content-item .intro-items .intro-item p {
  flex: 1;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  box-sizing: border-box;
}
.zz .zz-content .zz-content-item .intro-items .intro-item:nth-child(odd) {
  background: url('../images/zz/intro/icon-bg-1.png') no-repeat;
}
.zz .zz-content .zz-content-item .intro-items .intro-item:nth-child(odd) p {
  text-align: right;
  padding-right: 30px;
}
.zz .zz-content .zz-content-item .intro-items .intro-item:nth-child(even) {
  background: url('../images/zz/intro/icon-bg-2.png') no-repeat;
}
.zz .zz-content .zz-content-item .intro-items .intro-item:nth-child(even) p {
  text-align: left;
  padding-left: 30px;
}
.zz .zz-content .zz-content-item .img-items {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 8px;
}
.zz .zz-content .zz-content-item .img-items .name {
  padding: 15px 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #4A4A4A;
}
.zz .zz-content .zz-content-item .btn-wrap {
  display: flex;
  justify-content: center;
}
.zz .zz-content .zz-content-item .btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 299px;
  height: 62px;
  background: #FF0000;
  box-shadow: 4px 0px 4px 0px #C0C0C0;
  border-radius: 31px;
  font-weight: 500;
  font-size: 31px;
  color: #FFFFFF;
  box-sizing: border-box;
  transition: all 0.3s;
}
.zz .zz-content .zz-content-item .btn-wrap a:hover {
  transform: scale(1.05);
}
.zz .zz-content .zz-content-item .btn-wrap a img {
  margin-left: 10px;
}
.zz .zz-content .zz-content-item .zz-content-swiper {
  position: relative;
  background: url('../images/zz/banner/bg.png') no-repeat center right;
  height: 436px;
}
.zz .zz-content .zz-content-item .zz-content-swiper .zz-content-swiper-content {
  position: absolute;
  left: 85px;
  right: 45px;
  top: 25px;
  bottom: 25px;
  background: transparent;
  overflow: hidden;
}
.zz .zz-content .zz-content-item .zz-content-swiper .zz-content-swiper-content .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zz .zz-content .zz-content-item .zz-content-swiper .left {
  position: absolute;
  left: 7px;
  top: 6px;
  bottom: 6px;
  z-index: 1;
}
.zz .zz-content .zz-content-item .zz-content-swiper .left img {
  height: 415px;
}
.zz .zz-content .zz-content-item .zz-content-swiper .prev {
  position: absolute;
  right: 20px;
  top: 70px;
  cursor: pointer;
}
.zz .zz-content .zz-content-item .zz-content-swiper .next {
  position: absolute;
  right: 20px;
  bottom: 70px;
  cursor: pointer;
}
.review .review-content {
  padding-top: 110px;
  padding-bottom: 55px;
  box-sizing: border-box;
  position: relative;
}
.review .review-content .swiper-content {
  width: 1015px;
  margin: 0 auto;
}
.review .review-content .swiper-content .swiper-container {
  width: 100%;
  overflow: hidden;
  height: 330px;
}
.review .review-content .swiper-content .swiper-container .swiper-slide {
  width: 430px;
  height: 315px;
  flex-shrink: 0;
  transition: all 0.3s;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
.review .review-content .swiper-content .swiper-container .swiper-slide .mask {
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none !important;
}
.review .review-content .swiper-content .swiper-container .swiper-slide a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.review .review-content .swiper-content .swiper-container .swiper-slide a .img-box {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.review .review-content .swiper-content .swiper-container .swiper-slide a .img-box img {
  width: 100%;
  height: auto;
}
.review .review-content .swiper-content .swiper-container .swiper-slide a .desc {
  padding: 30px 30px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 17px;
  color: #3E3A39;
}
.review .review-content .swiper-content .swiper-container .swiper-slide-active {
  transform: scale(1.2);
  z-index: 2;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.review .review-content .swiper-content .swiper-container .swiper-slide-active .mask {
  display: none;
}
.review .review-content .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotateY(-50%);
  cursor: pointer;
}
.review .review-content .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotateY(-50%);
  cursor: pointer;
}
.contact-us {
  width: 100%;
  height: 313px;
  background: url('../images/contact.png') no-repeat center top / cover;
}
.contact-us .wrap {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.contact-us .contact-us-wrap {
  width: 1135px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 25px;
  box-sizing: border-box;
}
.contact-us .contact-us-wrap .m-title {
  font-weight: 800;
  font-size: 52px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-us .contact-us-wrap .sub-title {
  font-weight: bold;
  font-size: 39px;
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
}
.contact-us .contact-us-wrap .info ul {
  display: flex;
}
.contact-us .contact-us-wrap .info ul li:first-child {
  padding-right: 90px;
  box-sizing: border-box;
}
.contact-us .contact-us-wrap .info ul li span {
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  background: rgba(12, 69, 126, 0.26);
  padding: 5px 0;
  padding-left: 10px;
  padding-right: 5px;
  box-sizing: border-box;
}
.contact-us .contact-us-wrap .info ul li p {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 23px;
}
.contact-us .contact-us-wrap .code {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us .contact-us-wrap .code span {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  padding-top: 5px;
  box-sizing: border-box;
}
.right-panel {
  display: none;
  position: fixed;
  top: 30%;
  right: 10px;
  width: 120px;
  height: 192px;
  background: url('../images/right/bg_03.png') no-repeat center top;
  z-index: 10;
  padding-top: 10px;
  box-sizing: border-box;
}
.right-panel .right-panel-item {
  height: 45px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.right-panel .right-panel-item a {
  display: flex;
  align-items: center;
  padding-left: 15px;
  line-height: 45px;
  box-sizing: border-box;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}
.right-panel .right-panel-item a .icon-box {
  margin-right: 5px;
  width: 22px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-panel .right-panel-item a:hover {
  color: #056CB7;
}
.right-panel .right-panel-item .sbzx .code {
  display: none;
  position: absolute;
  left: -150px;
  width: 159px;
  min-height: 183px;
  padding: 10px;
  box-sizing: border-box;
}
.right-panel .right-panel-item .sbzx .code img {
  max-width: 100%;
}
.right-panel .right-panel-item .sbzx:hover .code {
  display: block;
}
.right-panel .right-panel-item .to-top {
  display: flex;
  align-items: center;
  height: 50px;
  padding-top: 0px;
  padding-left: 15px;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}
.right-panel .right-panel-item .to-top:hover {
  color: #056CB7;
}
.right-panel .right-panel-item .to-top .icon-box {
  margin-right: 5px;
  width: 22px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-panel .right-panel-item .to-top span {
  font-size: 16px;
}
