* {
  padding: 0px;
  margin: 0px;
}
blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
body {
  --themeColor: #37405E;
  --subColor: #FD5B4F;
  overflow-x: hidden;
  --h1: #2d3353;
  --p: rgba(45, 51, 83, 0.6);
  font-family: "Microsoft YaHei";
  font-size: 14px;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  font-size: 14px;
}
.main {
  width: 1220px;
  margin: 0px auto;
}
.banner1 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner1 .banner-item {
  width: 100%;
  height: 100%;
}
.banner1 .banner-title {
  width: 1100px;
  margin: 0px auto;
  position: absolute;
  height: 100%;
  top: 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 120px;
}
.banner1 .banner-title h1 {
  font-size: 46px;
  color: #fff;
}
.banner1 .banner-title p {
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
}
.banner1 .banner-title .banner-btn {
  display: flex;
  margin-top: 40px;
}
.banner1 .banner-title .banner-btn a {
  width: 205px;
  background: var(--subColor);
  color: #fff;
  line-height: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  font-size: 15px;
}
.banner1 .banner-title .banner-btn a:nth-child(1) {
  margin-right: 30px;
}
.banner1 .banner-title .banner-btn a img {
  margin-right: 5px;
}
#ht-nav * {
  transition: all 1s;
}
#ht-nav {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 99999;
  transition: all 1s;
}
#ht-nav .ht-nav-main {
  width: 1220px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ht-nav .ht-nav-main .ht-nav-left {
  display: flex;
  align-items: center;
}
#ht-nav .ht-nav-main .ht-nav-left a {
  display: block;
}
#ht-nav .ht-nav-main .ht-nav-left a img {
  width: 160px;
}
#ht-nav .ht-nav-main .ht-nav-left > span {
  margin-left: 20px;
  width: 0.5px;
  height: 20px;
  background: hsla(0, 0%, 67.1%, 0.44);
}
#ht-nav .ht-nav-main .ht-nav-left h2 {
  margin-left: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
}
#ht-nav .ht-nav-main .ht-nav-left h2 img {
  height: 20px;
  width: 20px;
}
#ht-nav .ht-nav-main .ht-nav-left h2 span {
  margin-left: 8px;
  font-size: 16px;
  line-height: 20px;
  font-family: Microsoft YaHei;
}
#ht-nav .ht-nav-main .ht-nav-right {
  width: 600px;
}
#ht-nav .ht-nav-main .ht-nav-right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ht-nav .ht-nav-main .ht-nav-right ul li {
  width: 100px;
  padding: 0px 12px;
  position: relative;
}
#ht-nav .ht-nav-main .ht-nav-right ul li a {
  height: 80px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  position: relative;
}
/*#ht-nav .ht-nav-main .ht-nav-right ul li a:hover::after {
  width: 100%!important;
}
#ht-nav .ht-nav-main .ht-nav-right ul li a::after {
  content: "";
  width: 0%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -1.5px;
  transition: all 0.5s;
}*/
#ht-nav .ht-nav-main .ht-nav-right ul li img {
  width: 24px;
  height: 24px;
}
#ht-nav .ht-nav-main .ht-nav-right ul li #shopImg {
  margin-right: 7px;
}
#ht-nav .ht-nav-main .ht-nav-right ul li .active::after {
  width: 100%!important;
}
#ht-nav .ht-nav-main .ht-nav-right ul li .active{
  border-bottom: 3px solid #fff;
}
#ht-nav .ht-nav-main .ht-nav-right ul li:hover a{
  border-bottom: 3px solid #fff;
}
#ht-nav .ht-nav-main .ht-nav-right ul li .ht-search {
  position: absolute;
  right: 0px;
  top: 25px;
  display: none;
}
#ht-nav .ht-nav-main .ht-nav-right ul li .ht-search form {
  position: relative;
}
#ht-nav .ht-nav-main .ht-nav-right ul li .ht-search form input[type="text"] {
  width: 300px;
  border: none;
  padding: 8px;
  border-radius: 35px;
}
#ht-nav .ht-nav-main .ht-nav-right ul li .ht-search span {
  width: 30px;
  height: 30px;
  background: url(../images/ico13.png) no-repeat;
  display: block;
  position: absolute;
  right: 5px;
  top: 2px;
  background-size: 100%;
  cursor: pointer;
}
#ht-nav .ht-nav-main .ht-nav-right ul li .ht-search #close {
  width: 15px;
  height: 15px;
  background: var(--subColor);
  color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -18px;
  right: 0px;
  cursor: pointer;
  z-index: 9999;
}
.grey {
  box-shadow: 0 2px 3px #c1c1c1 !important;
  background: #fff !important;
  color: #222 !important;
}
.grey .ht-nav-left h2 span {
  color: #222 !important;
}
.grey .ht-nav-right a {
  color: #222 !important;
}
.grey .ht-nav-right a::after {
  background: #005dc5 !important;
}
.page1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.page1 .image1 {
  width: 100%;
  height: 600px;
  background: url(../images/page1.png) no-repeat 50% / cover;
}
.page1 .page1-main {
  width: 1220px;
  margin: 0px auto;
  position: absolute;
  top: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page1 .page1-main h1 {
  font-size: 46px;
  color: var(--h1);
}
.page1 .page1-main p {
  color: var(--h1);
  font-size: 18px;
  margin: 40px 0px;
}
.page1 .page1-main a {
  width: 205px;
  background: var(--subColor);
  color: #fff;
  line-height: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  font-size: 15px;
}
.page2 {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page2 .image1 {
  width: 100%;
  height: 960px;
  background: url(../images/page2.png) no-repeat 50% / cover;
}
.page2 .page2-main {
  width: 1220px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: absolute;
  top: 0px;
}
.page2 .page2-main .circle {
  position: absolute;
  width: 344px;
  height: 344px;
  left: 50%;
  margin-left: -172px;
  margin-top: -65px;
}
.page2 .page2-main .page2-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 150px;
}
.page2 .page2-main .page2-title h1 {
  font-size: 46px;
  color: #fff;
}
.page2 .page2-main .page2-title p {
  font-size: 18px;
  margin-top: 40px;
  color: #fff;
}
.page2 .page2-main .page2-cont {

  width: 100%;
  position: relative;
}
.page2 .page2-main .swiper-container {
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.page2 .page2-main .swiper-slide {
  text-align: center;
  font-size: 18px;
  position: relative;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.page2 .page2-main .swiper-slide img {
  height: 150px!important;
  width: 150px!important;
  border-radius: 200px;
}
.page2 .page2-main .swiper-slide .page2-info {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page2 .page2-main .swiper-slide .page2-info h2 {
  color: #fff;
}
.page2 .page2-main .swiper-slide .page2-info p {
  display: none;
  font-size: 12px;
}
.page2 .page2-main .page2-swiper {
  width: 100%;
  position: relative;
}
.page2 .page2-main .page2-swiper .swiper-button-next,
.page2 .page2-main .page2-swiper .swiper-container-rtl .swiper-button-prev {
  background: url(../images/right.png);
  background-size: 100%;
}
.page2 .page2-main .page2-swiper .swiper-button-prev,
.page2 .page2-main .page2-swiper .swiper-container-rtl .swiper-button-next {
  background: url(../images/left.png);
  background-size: 100%;
}
.page2 .page2-main .page2-swiper .swiper-button-next,
.page2 .page2-main .page2-swiper .swiper-button-prev {
  width: 47px;
  height: 47px;
}
.page2 .page2-main .swiper-slide-active,
.page2 .page2-main .swiper-slide-duplicate-active {
  transform: scale(1);
}
.page2 .page2-main .swiper-slide-active img,
.page2 .page2-main .swiper-slide-duplicate-active img {
  margin-top: -30px !important;
  height: 197px!important;
  width: 197px!important;
  border-radius: 300px;
  border: 8px solid #fff;
}
.page2 .page2-main .swiper-slide-active .page2-info,
.page2 .page2-main .swiper-slide-duplicate-active .page2-info {
  margin-top: -30px;
}
.page2 .page2-main .swiper-slide-active .page2-info p,
.page2 .page2-main .swiper-slide-duplicate-active .page2-info p {
  display: block;
  color: #fff;
  margin-top: 10px;
}
.page2 .page2-main .page2-btn {
  margin-top: 120px;
}
.page2 .page2-main .page2-btn a {
  width: 205px;
  background: var(--subColor);
  color: #fff;
  line-height: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  font-size: 15px;
}
.page3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.page3 .image1 {
  width: 100%;
  height: 1080px;
  background: url(../images/page3.png) no-repeat 50% / cover;
}
.page3 .page3-main {
  width: 1220px;
  margin: 0px auto;
  position: absolute;
  top: 0px;
}
.page3 .page3-main .page3-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 160px;
  margin-bottom: 130px;
}
.page3 .page3-main .page3-title h1 {
  font-size: 46px;
  color: var(--h1);
}
.page3 .page3-main .page3-title p {
  font-size: 18px;
  color: var(--p);
  margin-top: 40px;
}
.page3 .page3-main .page3-cont ul {
  display: flex;
  justify-content: space-between;
}
.page3 .page3-main .page3-cont ul li {
  width: 366.66666667px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page3 .page3-main .page3-cont ul li:hover h2 {
  margin-top: -260px;
}
.page3 .page3-main .page3-cont ul li:hover .page3-info p {
  opacity: 1;
  margin-top: -120px;
}
.page3 .page3-main .page3-cont ul li:hover .page3-info a {
  opacity: 1;
  margin-top: 220px;
}
.page3 .page3-main .page3-cont ul li img {
  width: 100%;
}
.page3 .page3-main .page3-cont ul li .page3-info {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 75%;
  padding: 0px 20px;
  transition: all 0.5s;
}
.page3 .page3-main .page3-cont ul li .page3-info h2 {
  font-size: 30px;
  color: #fff;
  position: absolute;
  transition: all 0.5s;
}
.page3 .page3-main .page3-cont ul li .page3-info p {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.page3 .page3-main .page3-cont ul li .page3-info a {
  display: inline-block;
  width: 70%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 10px 0px;
  border-radius: 50px;
  text-align: center;
  margin-top: 120px;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}
.page4 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.page4 .image1 {
  width: 100%;
  height: 600px;
  background: url(../images/page4.png) no-repeat 50% / cover;
}
.page4 .page4-main {
  width: 1220px;
  margin: 0px auto;
  position: absolute;
  top: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page4 .page4-main h1 {
  font-size: 46px;
  color: #fff;
}
.page4 .page4-main p {
  color: #fff;
  font-size: 18px;
  margin: 40px 0px;
}
.page4 .page4-main a {
  width: 205px;
  background: var(--subColor);
  color: #fff;
  line-height: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  font-size: 15px;
  margin-top: 20px;
}
.page5 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.page5 .image1 {
  width: 100%;
  height: 1140px;
  background: url(../images/page5.png) no-repeat 50% / cover;
}
.page5 .page5-main {
  width: 1220px;
  margin: 0px auto;
  position: absolute;
  top: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page5 .page5-main h1 {
  font-size: 46px;
  color: #fff;
}
.page5 .page5-main p {
  color: #fff;
  font-size: 18px;
  margin: 40px 0px;
}
.page5 .page5-main a {
  width: 205px;
  background: var(--subColor);
  color: #fff;
  line-height: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  font-size: 15px;
  margin-top: 20px;
}
.page5 .page5-main img {
  margin-top: 80px;
  cursor: pointer;
}
.footer {
  background: var(--themeColor);
  padding-top: 40px;
}
.footer .footer-main {
  width: 1220px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-left {
  width: 400px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.footer .footer-main .footer-left .footer-left-tell {
  display: flex;
  align-items: center;
}
.footer .footer-main .footer-left .footer-left-tell img {
  margin-right: 10px;
}
.footer .footer-main .footer-left .footer-left-tell .footer-tell-right h1 {
  color: #fff;
  font-weight: 400;
}
.footer .footer-main .footer-left .footer-left-tell .footer-tell-right p {
  color: hsla(0, 0%, 100%, 0.6);
  margin-top: 5px;
}
.footer .footer-main .footer-left .footer-msg {
  margin-top: 50px;
}
.footer .footer-main .footer-left .footer-msg h5 {
  font-size: 16px;
  color: #fff;
}
.footer .footer-main .footer-left .footer-msg p {
  margin-top: 10px;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.6);
}
.footer .footer-main .footer-right {
  width: 740px;
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-right .footer-item {
  width: 150px;
}
.footer .footer-main .footer-right .footer-item h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 26px;
}
.footer .footer-main .footer-right .footer-item ul li a {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
}
.footer .footer-main .footer-right .footer-item ul li a:hover {
  color: #fff;
}
.footer .footer-main .footer-right .footer-item ul li img {
  margin-top: 20px;
}
.footer .copying {
  width: 1220px;
  margin: 0px auto;
  margin-top: 40px;
  padding-bottom: 40px;
}
.footer .copying .copying-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .copying .copying-main p {
  color: hsla(0, 0%, 100%, 0.6);
}
.footer .copying .copying-main a {
  color: hsla(0, 0%, 100%, 0.6);
}
.footer .copying .copying-main a:nth-child(2) {
  margin: 0px 20px;
}
.body {
  background: #F6FAFE;
}
.aboutBanner {
  position: relative;
  height: 540px;
  width: 100%;
  overflow: hidden;
  background: url(../images/aboutBanner.jpg) no-repeat 50% / cover;
  z-index: -1;
}
.aboutBanner2 {
  position: relative;
  height: 540px;
  width: 100%;
  overflow: hidden;
  background: url(../images/aboutBanner2.jpg) no-repeat 50% / cover;
  z-index: -1;
}
.ht-container {
  width: 1220px;
  margin: 0px auto;
  margin-top: -100px;
  background: #fff;
  padding-top: 84px;
  margin-bottom: 80px;
}
.ht-container .ht-container-title p {
  text-align: center;
  font-size: 28px;
  color: #444;
}
.ht-container .productlist {
  padding: 0px 80px;
  margin-top: 86px;
  padding-bottom: 40px;
}
.ht-container .productlist ul {
  display: flex;
  flex-wrap: wrap;
}
.ht-container .productlist ul li {
  width: 48.15%;
  margin-right: 38px;
  margin-bottom: 38px;
}
.ht-container .productlist ul li a {
  background: #F7F7F7;
  display: block;
}
.ht-container .productlist ul li a:hover img {
  transform: scale(1.2);
}
.ht-container .productlist ul li a .pic {
  overflow: hidden;
}
.ht-container .productlist ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.ht-container .productlist ul li:nth-child(2n) {
  margin-right: 0px;
}
.ht-container .productlist ul li .pro-info {
  padding-bottom: 60px;
}
.ht-container .productlist ul li .pro-info h2 {
  margin-top: 40px;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.ht-container .productlist ul li .pro-info p {
  font-size: 14px;
  margin-top: 33px;
  color: #999;
  text-align: center;
  height: 30px;
}
.ht-container .ht-content {
  padding: 0px 60px 0px 80px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.ht-container .ht-content .ht-cont-left {
  width: 20%;
}
.ht-container .ht-content .ht-cont-left ul li {
  border-bottom: 1px solid #ddd;
  line-height: 60px;
}
.ht-container .ht-content .ht-cont-left ul li a {
  color: #999;
  font-size: 16px;
}
.ht-container .ht-content .ht-cont-left ul li a:hover {
  color: #005dc5;
}
.ht-container .ht-content .ht-cont-left ul li .active {
  color: #005dc5;
}
.ht-container .ht-content .ht-cont-right {
  width: 71%;
  padding: 0px 20px;
}
.ht-container .ht-content .ht-cont-right > h2 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.ht-container .ht-content .ht-cont-right .ht-cont-right-content {
  font-size: 15px;
  color: #333;
  line-height: 2;
  margin-top: 30px;
}
.ht-container .ht-content .ht-cont-right .ht-cont-right-content img {
  max-width: 100%!important;
}
.ht-container .ht-content .ht-cont-right .ht-cont-right-content table {
  max-width: 100%!important;
}
.ht-container .ht-content .ht-cont-right .ht-cont-right-content table td {
  width: auto!important;
}
.ht-container .ht-content .ht-cont-right .download-file {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 30px;
}
.ht-container .ht-content .ht-cont-right .download-file h3 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.ht-container .ht-content .ht-cont-right .download-file ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ht-container .ht-content .ht-cont-right .download-file ul li {
  width: 31%;
  margin-right: 20px;
}
.ht-container .ht-content .ht-cont-right .download-file ul li:nth-child(3n) {
  margin-right: 0px;
}
.ht-container .ht-content .ht-cont-right .download-file ul li a {
  font-size: 15px;
  color: #666;
  line-height: 40px;
}
.ht-container .ht-content .ht-cont-right .download-file ul li a:hover {
  color: var(--subColor);
}
.ht-container .ht-content .ht-cont-right .fazhang {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 30px;
}
.ht-container .ht-content .ht-cont-right .fazhang h3 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.ht-container .ht-content .ht-cont-right .fazhang ul {
  margin-top: 40px;
}
.ht-container .ht-content .ht-cont-right .fazhang ul li {
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.ht-container .ht-content .ht-cont-right .fazhang ul li .fa-left {
  color: #999;
  font-weight: 500;
  padding-top: 11px;
}
.ht-container .ht-content .ht-cont-right .fazhang ul li .fa-dian {
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 5px;
  margin: 0px 5px;
  margin-top: 18px;
}
.ht-container .ht-content .ht-cont-right .fazhang ul li .fa-right p {
  color: #333;
  line-height: 40px;
}
.ht-container .ht-content .ht-cont-right .newslist {
  margin-top: 40px;
}
.ht-container .ht-content .ht-cont-right .newslist ul li a {
  display: flex;
  justify-content: space-between;
  padding: 25px 20px;
  border-bottom: 1px solid #ddd;
  transition: all 0.5s;
}
.ht-container .ht-content .ht-cont-right .newslist ul li a:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.ht-container .ht-content .ht-cont-right .newslist ul li a:hover .news-right h2 {
  color: var(--subColor);
}
.ht-container .ht-content .ht-cont-right .newslist ul li a .news-left {
  width: 28%;
}
.ht-container .ht-content .ht-cont-right .newslist ul li a .news-right {
  width: 68%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.ht-container .ht-content .ht-cont-right .newslist ul li a .news-right h2 {
  font-size: 18px;
  color: #333;
}
.ht-container .ht-content .ht-cont-right .newslist ul li a .news-right p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.ht-container .ht-content .ht-cont-right .newslist ul li a .news-right dl {
  display: flex;
  align-items: center;
}
.ht-container .ht-content .ht-cont-right .newslist ul li a .news-right dl dd {
  margin-right: 20px;
  color: #999;
}
.ht-container .ht-content .ht-cont-right .newslist ul li a .news-right dl dd:nth-child(2) {
  margin-right: 0px;
}
.ht-container .ht-content .ht-cont-right .pages {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ht-container .ht-content .ht-cont-right .pages a {
  margin: 0px 10px;
  color: #666;
  font-size: 14px;
}
.ht-container .ht-content .ht-cont-right .pages a:hover {
  color: var(--subColor);
}
.ht-container .ht-content .ht-cont-right > h5 a {
  color: #1890ff;
}
.ht-container .ht-content .ht-cont-right .newscont-title {
  margin-top: 20px;
  margin-bottom: 30px;
}
.ht-container .ht-content .ht-cont-right .newscont-title h2 {
  font-size: 18px;
}
.ht-container .ht-content .ht-cont-right .newscont-title ul {
  display: flex;
  margin-top: 10px;
}
.ht-container .ht-content .ht-cont-right .newscont-title ul li {
  margin-right: 10px;
  color: #888;
  font-size: 14px;
}
.ht-container .ht-content .ht-cont-right .newscontent {
  font-size: 15px;
  line-height: 2;
  color: #333;
}
.ht-container .ht-content .ht-cont-right .newscontent img {
  max-width: 100%!important;
}
.ht-container .ht-content .ht-cont-right .join-content {
  margin-top: 40px;
}
.ht-container .ht-content .ht-cont-right .join-content .joinlist ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ht-container .ht-content .ht-cont-right .join-content .joinlist ul li .join-left {
  width: 9%;
}
.ht-container .ht-content .ht-cont-right .join-content .joinlist ul li .join-left img {
  display: block;
  width: 72px;
  height: 72px;
}
.ht-container .ht-content .ht-cont-right .join-content .joinlist ul li .join-right {
  width: 88%;
}
.ht-container .ht-content .ht-cont-right .join-content .joinlist ul li .join-right h2 {
  font-size: 16px;
}
.ht-container .ht-content .ht-cont-right .join-content .joinlist ul li .join-right p {
  font-size: 14px;
  margin-top: 8px;
  color: #888;
  line-height: 25px;
}
.ht-container .ht-content .ht-cont-right .join-content .joincont {
  margin-top: 50px;
}
.ht-container .ht-content .ht-cont-right .join-content .joincont ul {
  display: flex;
  justify-content: center;
}
.ht-container .ht-content .ht-cont-right .join-content .joincont ul li {
  width: 40%;
  border: 1px solid #ddd;
  margin-right: 30px;
  border-radius: 10px;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ht-container .ht-content .ht-cont-right .join-content .joincont ul li:nth-child(1) {
  margin-right: 30px;
}
.ht-container .ht-content .ht-cont-right .join-content .joincont ul li h2 {
  font-size: 16px;
}
.ht-container .ht-content .ht-cont-right .join-content .joincont ul li a {
  display: inline-block;
  background: linear-gradient(90deg, #fe4749, #fd5e50);
  width: 65%;
  text-align: center;
  color: #fff;
  padding: 15px 0px;
  border-radius: 60px;
  margin-top: 50px;
}
.ht-container .ht-content .ht-cont-right .join-content .joincont ul li img {
  width: 130px;
  height: 130px;
  margin: 10px 0px;
}
.ht-container .ht-content .ht-cont-right .join-content .joincont ul li p {
  color: #888;
  margin-top: 5px;
}
.video2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999;
  background: #000;
}
.video2 #close-box {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  z-index: 9999999;
}
.video2 video {
  width: 100%;
  height: 100%;
}
