* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  --themeColor: #02489d;
  --subColor: #ff9f1e;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style: none;
}
.center {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}
.head-top {
  background: #f1f1f1;
  padding: 13px 0px;
}
.head-top .head-top-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-top .head-top-main p {
  font-size: 14px;
  color: #555;
}
.head-top .head-top-main ul {
  display: flex;
  align-items: center;
}
.head-top .head-top-main ul img {
  display: block;
  width: 25px;
  margin-right: 5px;
}
.head-top .head-top-main ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.head-top .head-top-main ul li a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.head-top .head-top-main ul span {
  display: inline-block;
  margin: 0px 15px;
  color: #a1a1a1;
}
.head {
  padding: 30px 0px;
}
.head .head-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main .head-xian {
  width: 1px;
  height: 50px;
  background: #999;
  margin: 0px 40px;
}
.head .head-main .head-logo-row {
  width: 73%;
}
.head .head-main .head-logo-row a {
  display: flex;
  align-items: center;
}
.head .head-main .head-logo-row a img {
  display: block;
  width: 220px;
}
.head .head-main .head-logo-row a .head-title-row h1 {
  font-size: 32px;
}
.head .head-main .head-logo-row a .head-title-row h1 span {
  color: var(--themeColor);
}
.head .head-main .head-logo-row a .head-title-row h5 {
  font-weight: 400;
  font-family: arial;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 2px 0px 4px 0px;
}
.head .head-main .head-logo-row a .head-title-row p {
  font-size: 13px;
}
.head .head-main .head-tell-row {
  width: 19%;
}
.head .head-main .head-tell-row p {
  font-size: 16px;
  margin-bottom: 8px;
}
.head .head-main .head-tell-row h1 {
  font-family: arial;
  color: var(--themeColor);
}
.nav {
  background: #111;
}
.nav .nav-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}
.nav .nav-main > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-main > ul > li .active {
  background: var(--themeColor);
  color: #fff;
}
.nav .nav-main > ul > li > a {
  color: #fff;
  display: block;
  padding: 18px 30px;
}
.nav .nav-main > ul > li > a:hover {
  background: var(--themeColor);
  color: #fff;
}
.ht-search {
  background: #111;
  padding: 20px 0px;
}
.ht-search .ht-search-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-left {
  width: 70%;
  color: #fff;
}
.ht-search .ht-search-main .ht-search-left i {
  color: #d61c1c;
}
.ht-search .ht-search-main .ht-search-left a {
  display: inline-block;
  margin-left: 20px;
  color: #ddd;
}
.ht-search .ht-search-main .ht-search-left a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.ht-search .ht-search-main .ht-search-right {
  width: 25%;
}
.ht-search .ht-search-main .ht-search-right form {
  display: flex;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-right form #searchInput {
  padding: 8px 15px;
}
.ht-search .ht-search-main .ht-search-right form #searchBtn {
  width: 59px;
  height: 35px;
  background: url(../images/search.png) no-repeat;
  cursor: pointer;
}
.index-tedian {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.index-tedian .index-tedian-mian {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  padding: 40px 0px;
}
.index-tedian .index-tedian-mian ul {
  display: flex;
  justify-content: space-between;
}
.index-tedian .index-tedian-mian ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-tedian .index-tedian-mian ul li h1 {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0px 5px 0px;
}
.index-tedian .index-tedian-mian ul li p {
  font-size: 14px;
  color: #555;
}
.index-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-title h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: #111;
}
.index-title p {
  font-size: 34px;
  font-weight: 600;
  margin-top: 10px;
}
.index-title p span {
  color: var(--themeColor);
}
.index-pro {
  margin-top: 80px;
  margin-bottom: 60px;
}
.index-pro .index-pro-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.index-pro .index-pro-main .index-pro-left {
  width: 283px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-nav {
  width: 283px;
  background: url(../images/index-nav.jpg) no-repeat;
  height: 640px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-nav ul {
  padding-top: 90px;
  width: 76%;
  margin: 0px auto;
}
.index-pro .index-pro-main .index-pro-left .index-pro-nav ul li a {
  display: block;
  background: #111;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  padding: 12px 0px;
  border-radius: 6px;
  font-size: 15px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-nav ul li a:hover {
  background: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-left .index-pro-nav .index-pro-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-nav .index-pro-more a {
  display: inline-block;
  background: var(--themeColor);
  color: #fff;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 35px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-nav .index-pro-more a:hover {
  background: var(--subColor);
}
.index-pro .index-pro-main .index-pro-right {
  width: 73%;
}
.index-pro .index-pro-main .index-pro-right ul {
  display: flex;
  flex-wrap: wrap;
}
.index-pro .index-pro-main .index-pro-right ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
.index-pro .index-pro-main .index-pro-right ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-pro .index-pro-main .index-pro-right ul li a {
  border: 1px solid #ddd;
  display: block;
  transition: all 0.5s;
}
.index-pro .index-pro-main .index-pro-right ul li a:hover {
  border: 1px solid var(--themeColor);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.index-pro .index-pro-main .index-pro-right ul li a:hover img {
  transform: scale(1.2);
}
.index-pro .index-pro-main .index-pro-right ul li a:hover p {
  background: var(--themeColor);
  color: #fff;
}
.index-pro .index-pro-main .index-pro-right ul li a .pic {
  overflow: hidden;
}
.index-pro .index-pro-main .index-pro-right ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-pro .index-pro-main .index-pro-right ul li a p {
  text-align: center;
  padding: 15px 0px;
  transition: all 0.5s;
}
.guanggao {
  background: url(../images/guanggao.png) no-repeat;
  height: 267px;
  width: 100%;
}
.guanggao .guanggao-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
.guanggao .guanggao-main .guanggao-left {
  width: 60%;
  padding-left: 50px;
}
.guanggao .guanggao-main .guanggao-left h1 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.guanggao .guanggao-main .guanggao-left p {
  font-size: 15px;
  color: #ddd;
  margin-top: 10px;
}
.guanggao .guanggao-main .guanggao-left span {
  display: inline-block;
  background: var(--themeColor);
  margin-top: 30px;
  color: #fff;
  font-family: arial;
  padding: 10px 20px;
  font-size: 18px;
}
.guanggao .guanggao-main .guanggao-right {
  width: 20%;
}
.guanggao .guanggao-main .guanggao-right a:hover img {
  padding-top: 15px;
}
.guanggao .guanggao-main .guanggao-right img {
  display: block;
  transition: all 0.5s;
}
.index-shebei {
  margin-top: 60px;
  margin-bottom: 60px;
}
.index-shebei .index-shebei-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 40px;
  position: relative;
}
.index-shebei .index-shebei-main .swiper-container_shebei {
  padding: 20px;
}
.index-shebei .index-shebei-main a {
  display: block;
  border: 1px solid #ddd;
  transition: all 0.5s;
}
.index-shebei .index-shebei-main a:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.index-shebei .index-shebei-main a:hover .desc {
  color: #fff;
}
.index-shebei .index-shebei-main a:hover .desc::after {
  content: "";
  width: 100%!important;
}
.index-shebei .index-shebei-main a .pic img {
  display: block;
}
.index-shebei .index-shebei-main a h1 {
  width: 90%;
  margin: 0px auto;
  border-bottom: 1px solid #ddd;
  padding: 23px 0px 13px 0px;
  font-weight: 400;
  font-size: 18px;
}
.index-shebei .index-shebei-main a .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
  font-size: 14px;
  color: #666;
  position: relative;
  z-index: 1;
}
.index-shebei .index-shebei-main a .desc::after {
  content: "";
  width: 0px;
  height: 100%;
  background: var(--themeColor);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 0.5s;
}
.index-shebei .index-shebei-main a .desc i {
  font-size: 16px;
}
.index-shebei .index-shebei-main .index-shebei-page i {
  font-size: 35px;
  cursor: pointer;
}
.index-shebei .index-shebei-main .index-shebei-page i:hover {
  color: var(--themeColor);
}
.index-shebei .index-shebei-main .index-shebei-page .index-shebei-page-left {
  position: absolute;
  top: 40%;
  left: -50px;
}
.index-shebei .index-shebei-main .index-shebei-page .index-shebei-page-right {
  position: absolute;
  top: 40%;
  right: -50px;
}
.index-youshi {
  background: #111;
  padding: 60px 0px;
}
.index-youshi .index-title {
  color: #fff;
}
.index-youshi .index-title h1 {
  color: #fff;
}
.index-youshi .index-youshi-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 40px;
}
.index-youshi .index-youshi-main .index-youshi-item {
  background: #fff;
}
.index-youshi .index-youshi-main .index-youshi-item img {
  display: block;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-info {
  padding: 30px 20px 0px 20px;
  display: flex;
  justify-content: space-between;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-info .index-youshi-left {
  width: 70%;
  padding-bottom: 40px;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-info .index-youshi-left h1 {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  font-size: 26px;
  padding-left: 5px;
  padding-bottom: 20px;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-info .index-youshi-left h1 span {
  color: var(--themeColor);
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-info .index-youshi-left h1 img {
  margin-right: 20px;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-info .index-youshi-left ul {
  height: 105px;
  list-style: disc;
  padding-left: 60px;
  margin-top: 20px;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-info .index-youshi-left ul li {
  line-height: 35px;
  color: #666;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-info .index-youshi-right {
  width: 10%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-info .index-youshi-right span {
  font-family: impact , arial;
  font-size: 100px;
  color: var(--themeColor);
  opacity: 0.1;
}
.index-youshi .index-youshi-nav {
  position: relative;
  z-index: 66;
}
.index-youshi .index-youshi-nav ul {
  width: 80%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-youshi .index-youshi-nav ul li {
  width: 25%;
  height: auto;
  background: #fff;
  border-radius: 0px!important;
  opacity: 1!important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
}
.index-youshi .index-youshi-nav ul li i {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/ico01.png) no-repeat top;
  margin-right: 10px;
  transition: all 1s;
}
.index-youshi .index-youshi-nav ul li:nth-child(2) i {
  background: url(../images/ico02.png) no-repeat top;
}
.index-youshi .index-youshi-nav ul li:nth-child(3) i {
  background: url(../images/ico03.png) no-repeat top;
}
.index-youshi .index-youshi-nav ul li:nth-child(4) i {
  background: url(../images/ico04.png) no-repeat top;
}
.index-youshi .index-youshi-nav ul .swiper-pagination-bullet-active {
  border-radius: 0px;
  background: var(--themeColor);
  color: #fff;
}
.index-youshi .index-youshi-nav ul .swiper-pagination-bullet-active i {
  background-position-y: -29px !important;
}
.index-youshi .index-youshi-group {
  position: relative;
  z-index: 1;
  margin-top: -25px;
}
.index-about {
  padding: 60px 0;
}
.index-about .index-about-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.index-about .index-about-main .index-about-left {
  width: 47%;
}
.index-about .index-about-main .index-about-left .index-about-title {
  display: flex;
  justify-content: space-between;
}
.index-about .index-about-main .index-about-left .index-about-title .index-about-title-left {
  width: 75%;
}
.index-about .index-about-main .index-about-left .index-about-title .index-about-title-left h1 {
  font-size: 24px;
}
.index-about .index-about-main .index-about-left .index-about-title .index-about-title-left h1 span {
  color: var(--themeColor);
}
.index-about .index-about-main .index-about-left .index-about-title .index-about-title-left p {
  width: 70px;
  height: 2px;
  background: var(--themeColor);
  margin-top: 25px;
}
.index-about .index-about-main .index-about-left .index-about-title .index-about-title-right {
  font-size: 15px;
}
.index-about .index-about-main .index-about-left .index-about-title .index-about-title-right a {
  color: var(--themeColor);
}
.index-about .index-about-main .index-about-left .index-about-title .index-about-title-right a:hover {
  color: #111;
}
.index-about .index-about-main .index-about-left > p {
  font-size: 15px;
  margin-top: 15px;
  line-height: 30px;
  color: #555;
}
.index-about .index-about-main .index-about-left ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.index-about .index-about-main .index-about-left ul .index-about-xian {
  width: 1px;
  height: 60px;
  background: #ccc;
}
.index-about .index-about-main .index-about-left ul li h1 {
  font-size: 38px;
  font-family: arial;
  color: var(--themeColor);
}
.index-about .index-about-main .index-about-left ul li h1 span {
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-weight: 400;
  margin-left: 5px;
  color: #333;
}
.index-about .index-about-main .index-about-left ul li p {
  font-size: 15px;
}
.index-about .index-about-main .index-about-right {
  width: 49%;
  position: relative;
}
.index-about .index-about-main .index-about-right img {
  border: 4px solid #fff;
}
.index-about .index-about-main .index-about-right .index-about-div {
  width: 88%;
  height: 116%;
  background: var(--themeColor);
  position: absolute;
  top: -8%;
  right: 0px;
  z-index: -1;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
}
.index-honor {
  margin-top: 60px;
}
.index-honor .index-honor-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 40px;
}
.index-honor .index-honor-main a {
  display: block;
  border: 1px solid #ddd;
  position: relative;
}
.index-honor .index-honor-main a:hover {
  border: 1px solid var(--themeColor);
}
.index-honor .index-honor-main a:hover img {
  transform: scale(1.2);
}
.index-honor .index-honor-main a:hover p {
  background: rgba(2, 72, 157, 0.8);
}
.index-honor .index-honor-main a img {
  display: block;
  transition: all 0.5s;
}
.index-honor .index-honor-main a .pic {
  overflow: hidden;
}
.index-honor .index-honor-main a p {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  font-size: 15px;
}
.index-honor .index-honor-main .index-honor-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.index-honor .index-honor-main .index-honor-page .swiper-pagination-bullet {
  margin: 0px 7px;
  padding: 2px;
}
.index-honor .index-honor-main .index-honor-page .swiper-pagination-bullet-active {
  background: var(--themeColor);
}
.index-news {
  margin-top: 60px;
  margin-bottom: 60px;
}
.index-news .index-news-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.index-news .index-news-main .index-newsTitle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.index-news .index-news-main .index-newsTitle-row::after {
  content: "";
  width: 60px;
  height: 5px;
  background: var(--themeColor);
  position: absolute;
  bottom: -3px;
}
.index-news .index-news-main .index-newsTitle-row h3 {
  font-size: 24px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
.index-news .index-news-main .index-newsTitle-row h3 span {
  font-family: arial;
  color: #666;
  font-size: 19px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}
.index-news .index-news-main .index-newsTitle-row a {
  font-size: 15px;
  font-family: arial;
}
.index-news .index-news-main .index-newsTitle-row a:hover {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-left {
  width: 63%;
}
.index-news .index-news-main .index-news-left .index-news-left-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-left {
  width: 35%;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-left img {
  display: block;
  width: 100%;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-right {
  width: 60%;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-right h2 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-right p {
  margin-top: 15px;
  color: #666;
  line-height: 28px;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-right a {
  background: #111;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 35px;
  font-size: 12px;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-right a:hover {
  background: var(--themeColor);
}
.index-news .index-news-main .index-news-left ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.index-news .index-news-main .index-news-left ul li {
  width: 48.5%;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  line-height: 50px;
}
.index-news .index-news-main .index-news-left ul li:nth-child(2n) {
  margin-right: 0px;
}
.index-news .index-news-main .index-news-left ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  font-size: 14px;
}
.index-news .index-news-main .index-news-left ul li a i {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #ccc;
}
.index-news .index-news-main .index-news-left ul li a:hover {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-left ul li span {
  font-size: 13px;
  color: #bb0000;
}
.index-news .index-news-main .index-news-right {
  width: 30%;
}
.index-news .index-news-main .index-news-right ul {
  height: 360px;
  overflow: hidden;
}
.index-news .index-news-main .index-news-right ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.index-news .index-news-main .index-news-right ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.index-news .index-news-main .index-news-right ul li a:hover .index-fqa-title {
  color: var(--themeColor) !important;
}
.index-news .index-news-main .index-news-right ul li a .index-fqa-title {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .index-news-main .index-news-right ul li a .index-fqa-title img {
  display: block;
  width: 25px;
  margin-right: 10px;
}
.index-news .index-news-main .index-news-right ul li a .index-fqa-cont {
  display: flex;
  margin-top: 15px;
}
.index-news .index-news-main .index-news-right ul li a .index-fqa-cont img {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.index-news .index-news-main .index-news-right ul li a .index-fqa-cont .index-fqa-info {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.footer {
  background: #222;
  padding-top: 80px;
}
.footer .footer-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}
.footer .footer-main .footer-cont {
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-cont .footer-wechat {
  width: 130px;
}
.footer .footer-main .footer-cont .footer-wechat p {
  text-align: center;
  margin-top: 5px;
  color: #fff;
}
.footer .footer-main .footer-cont .footer-lianxi {
  width: 40%;
}
.footer .footer-main .footer-cont .footer-lianxi .footer-lianxi-title h1 {
  color: #fff;
  font-family: arial;
  font-size: 25px;
}
.footer .footer-main .footer-cont .footer-lianxi .footer-lianxi-title span {
  width: 50px;
  height: 1px;
  display: inline-block;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 35px;
}
.footer .footer-main .footer-cont .footer-lianxi h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer .footer-main .footer-cont .footer-lianxi ul li {
  color: #ddd;
  line-height: 35px;
  font-size: 17px;
}
.footer .footer-main .footer-cont .footer-lianxi ul li i {
  margin-right: 10px;
  color: var(--themeColor);
}
.footer .footer-main .footer-cont .footer-service {
  width: 25%;
}
.footer .footer-main .footer-cont .footer-service .footer-service-title h1 {
  color: #fff;
  font-family: arial;
  font-size: 25px;
}
.footer .footer-main .footer-cont .footer-service .footer-service-title span {
  width: 50px;
  height: 1px;
  display: inline-block;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 35px;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row > div {
  display: flex;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row > div > img {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 15px;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row > div .footer-tell h1 {
  font-size: 35px;
  font-family: arial;
  color: var(--themeColor);
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row > div .footer-tell p {
  color: #fff;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row a {
  background: var(--themeColor);
  display: flex;
  align-items: center;
  width: 130px;
  padding: 8px 0px;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row a:hover {
  background: var(--subColor);
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row a img {
  margin-right: 8px;
}
.footer .footer-main .footer-nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.footer .footer-main .footer-nav-row .footer-nav {
  width: 55%;
}
.footer .footer-main .footer-nav-row .footer-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-main .footer-nav-row .footer-nav ul li a {
  color: #898989;
  font-size: 15px;
}
.footer .footer-main .footer-nav-row .footer-nav ul li a:hover {
  color: var(--themeColor);
}
.footer .footer-main .footer-nav-row .footer-jishu {
  width: 20%;
}
.footer .footer-main .footer-nav-row .footer-jishu a {
  color: #898989;
  font-size: 15px;
}
.footer .footer-main .footer-nav-row .footer-jishu a:hover {
  color: var(--themeColor);
}
.footer .footer-copying {
  margin-top: 25px;
  border-top: 1px solid #393939;
  padding: 25px 0px;
}
.footer .footer-copying .footer-copying-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-copying .footer-copying-main p {
  font-size: 15px;
  color: #898989;
  margin-right: 10px;
}
.footer .footer-copying .footer-copying-main a {
  color: #898989;
}
.footer .footer-copying .footer-copying-main a:hover {
  color: var(--themeColor);
}
.aboutBanner {
  display: block;
}
.ht-container {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}
.ht-container .ht-left {
  width: 20%;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav {
  background: #fff;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav .index-nav-title {
  background-image: linear-gradient(#002f69, #02489d);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  height: 98px;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav .index-nav-title h1 {
  font-size: 25px;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav .index-nav-title p {
  text-transform: uppercase;
  font-size: 15px;
  font-family: arial;
  font-weight: 600;
  color: #ddd;
  margin-top: 5px;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul {
  border-right: 1px solid #ddd;
  padding: 0px 10px;
  border-bottom: 1px solid #ddd;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul > li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul > li:last-child {
  border-bottom: 1px solid #fff;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul > li:hover::before {
  content: "";
  width: 10px;
  height: 61px;
  position: absolute;
  left: -10px;
  top: 0px;
  background: var(--themeColor);
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul > li:hover a {
  color: var(--themeColor);
  font-weight: 600;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul > li > a {
  font-size: 15px;
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul > li::before {
  content: "";
  width: 10px;
  height: 61px;
  position: absolute;
  left: -10px;
  top: 0px;
  background: #ddd;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav .active::before {
  content: "";
  width: 10px;
  height: 61px;
  position: absolute;
  left: -10px;
  top: 0px;
  background: var(--themeColor);
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav .active a {
  color: var(--themeColor);
  font-weight: 600;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title {
  background-image: linear-gradient(#002f69, #02489d);
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title p {
  text-transform: uppercase;
  font-size: 15px;
  font-family: arial;
  font-weight: 600;
  color: #ddd;
  margin-top: 5px;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title h2 {
  color: #fff;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}
.ht-container .ht-left .ht-left-nav ul {
  padding: 5px 20px 20px 20px;
  border: 1px solid var(--themeColor);
}
.ht-container .ht-left .ht-left-nav ul li {
  margin-top: 10px;
}
.ht-container .ht-left .ht-left-nav ul li a {
  display: block;
  text-align: center;
  padding: 15px 0px;
  font-size: 16px;
  background: #f5f5f5;
  transition: all 0.5s;
}
.ht-container .ht-left .ht-left-nav ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.ht-container .ht-left .ht-left-nav ul li .active {
  background: var(--themeColor);
  color: #fff;
}
.ht-container .ht-left .ht-left-lianxi {
  margin-top: 30px;
}
.ht-container .ht-left .ht-left-lianxi h2 {
  background: var(--themeColor);
  color: #fff;
  font-size: 26px;
  padding: 30px 0px;
  text-align: center;
}
.ht-container .ht-left .ht-left-lianxi ul {
  background: #f5f5f5;
  padding: 15px;
}
.ht-container .ht-left .ht-left-lianxi ul li {
  line-height: 28px;
  font-size: 14px;
  color: #333;
}
.ht-container .ht-left .ht-left-lianxi ul li img {
  border-radius: 10px 0px;
}
.ht-container .ht-right {
  width: 76%;
}
.ht-container .ht-right .ht-right-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.ht-container .ht-right .ht-right-title-row span {
  font-size: 25px;
  font-weight: 600;
  color: var(--themeColor);
  padding-left: 30px;
  border-left: 6px solid var(--themeColor);
}
.ht-container .ht-right .ht-right-title-row .ht-right-position {
  color: #4d4d4d;
  font-size: 15px;
}
.ht-container .ht-right .ht-right-title-row .ht-right-position a:hover {
  color: var(--themeColor);
}
.ht-container .ht-right .ht-right-title-row .ht-right-position i {
  color: var(--themeColor);
  font-size: 18px;
}
.ht-container .ht-right .aboutcont {
  font-size: 16px;
  color: #222;
  line-height: 2;
  padding-top: 20px;
}
.ht-container .ht-right .aboutcont img {
  max-width: 100% !important;
}
.newslist {
  border-radius: 4px;
  margin-top: 25px;
  padding: 15px 0px;
}
.newslist ul li:last-child a {
  border-bottom: 0px;
}
.newslist ul li a:hover {
  text-decoration: none;
  color: var(--themeColor);
}
.newslist ul li .newslink {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  transition: all 1s;
  padding: 25px 20px;
}
.newslist ul li .newslink:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.newslist ul li .newslink:hover h3 {
  color: var(--themeColor) !important;
}
.newslist ul li .newslink .news-left {
  flex: 2;
}
.newslist ul li .newslink .news-left .news-left-img {
  overflow: hidden;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newslist ul li .newslink .news-left .news-left-img img {
  display: block;
}
.newslist ul li .newslink .news-container {
  flex: 6;
  padding: 0px 25px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.newslist ul li .newslink .news-container .news-title-row h3 {
  color: #111;
  font-weight: 400;
  font-size: 18px;
}
.newslist ul li .newslink .news-container .news-title-row p {
  color: #666;
  font-size: 13px;
  line-height: 2.3;
  margin-top: 12px;
  text-align: justify;
}
.newslist ul li .newslink .news-container .news-visits dl {
  display: flex;
}
.newslist ul li .newslink .news-container .news-visits dl dd {
  color: #999;
  font-size: 13px;
  border-bottom: 0px;
  margin-right: 20px;
}
.newslist ul li .newslink .news-container .news-visits dl dd i {
  margin-right: 8px;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
}
.page .page-status,
.page a {
  cursor: pointer;
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 4px;
  font-size: 13px;
}
.page .page-status:hover,
.page a:hover {
  background: var(--themeColor);
  color: #fff;
}
.redian {
  margin-top: 40px;
}
.redian .redian-title {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.redian .redian-title h2 {
  font-size: 70px;
  font-family: impact , arial;
  font-weight: 400;
  color: #f1f1f1;
  text-transform: uppercase;
}
.redian .redian-title h3 {
  font-size: 40px;
  color: var(--themeColor);
  margin-top: -40px;
}
.redian .redian-list {
  margin-top: 30px;
}
.redian .redian-list .redian-top {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.redian .redian-list .redian-top .redian-topLeft {
  width: 25%;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.redian .redian-list .redian-top .redian-topLeft img {
  display: block;
  transition: all 0.5s;
}
.redian .redian-list .redian-top .redian-topLeft img:hover {
  transform: scale(1.2);
}
.redian .redian-list .redian-top .redian-topRight {
  width: 70%;
}
.redian .redian-list .redian-top .redian-topRight a h3 {
  font-size: 18px;
  color: #222;
}
.redian .redian-list .redian-top .redian-topRight a h3:hover {
  color: var(--themeColor);
}
.redian .redian-list .redian-top .redian-topRight p {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.redian .redian-list .redian-top .redian-topRight .redian-more a {
  background: var(--themeColor);
  color: #fff;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 35px;
  margin-top: 10px;
  display: inline-block;
}
.redian .redian-list .redian-top .redian-topRight .redian-more a:hover {
  background: var(--subColor);
}
.redian .redian-list ul {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.redian .redian-list ul li {
  width: 48%;
  margin-right: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: circle;
}
.redian .redian-list ul li a {
  font-size: 14px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.redian .redian-list ul li a:hover {
  color: var(--themeColor);
}
.redian .redian-list ul li span {
  font-size: 13px;
  color: #bb0000;
}
.redian .redian-list ul li:nth-child(2n) {
  margin-right: 0px;
}
.newscont {
  margin-top: 30px;
}
.newscont .newscont-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.newscont .newscont-title h2 {
  background: url(../images/title_bg.png) no-repeat center;
  height: 42px;
  width: 100%;
}
.newscont .newscont-title h1 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
  padding: 30px 0px 10px 0px;
}
.newscont .newscont-title ul {
  display: flex;
  padding: 15px 0px 20px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
.newscont .newscont-title ul li {
  margin-right: 20px;
  color: #777;
  font-size: 14px;
}
.newscont .newscont-title ul li i {
  margin-right: 5px;
}
.newscont .newscontent {
  font-size: 15px;
  color: #333;
  line-height: 2;
}
.newscont .newscontent img {
  max-width: 100% !important;
}
.newscont .PreNext {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newscont .PreNext a:hover {
  color: var(--themeColor);
}
.productlist {
  margin-top: 30px;
}
.productlist ul {
  display: flex;
  flex-wrap: wrap;
}
.productlist ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.productlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist ul li > a {
  display: block;
  overflow: hidden;
  position: relative;
}
.productlist ul li > a:hover img {
  transform: scale(1.2);
}
.productlist ul li > a:hover h2 {
  color: var(--themeColor) !important;
}
.productlist ul li > a .pic {
  border: 1px solid #ddd;
  overflow: hidden;
}
.productlist ul li > a .pic img {
  display: block;
  transition: all 0.5s;
}
.productlist ul li > a p {
  text-align: center;
  margin-top: 10px;
}
.caselist {
  margin-top: 30px;
}
.caselist ul {
  display: flex;
  flex-wrap: wrap;
}
.caselist ul li {
  width: 32%;
  margin-right: 18px;
  margin-bottom: 20px;
}
.caselist ul li:nth-child(3n) {
  margin-right: 0px;
}
.caselist ul li > a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.caselist ul li > a:hover img {
  transform: scale(1.2);
}
.caselist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.caselist ul li > p {
  text-align: center;
  margin-top: 10px;
}
.procont .proTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.procont .proTop .proTop-left {
  width: 40%;
}
.procont .proTop .proTop-left img {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}
.procont .proTop .proTop-left ul {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.procont .proTop .proTop-left ul li {
  width: 19%;
  margin-right: 8px;
  border: 1px solid #ddd;
  display: block;
  box-sizing: border-box;
}
.procont .proTop .proTop-left ul li:last-child a {
  border-right: 0px!important;
}
.procont .proTop .proTop-left ul li img {
  display: block;
  width: 98%;
}
.procont .proTop .proTop-left ul .active {
  border: 1px solid var(--themeColor);
}
.procont .proTop .proTop-right {
  width: 55%;
}
.procont .proTop .proTop-right h1 {
  font-size: 22px;
  color: var(--themeColor);
}
.procont .proTop .proTop-right ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.procont .proTop .proTop-right ul li {
  font-size: 14px;
  color: #777;
  margin-right: 15px;
}
.procont .proTop .proTop-right p {
  padding: 15px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 30px;
  color: #666;
  margin-top: 15px;
  font-size: 14px;
}
.procont .proTop .proTop-right .proTop-btn {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.procont .proTop .proTop-right .proTop-btn a {
  display: inline-block;
  width: 180px;
  margin-right: 25px;
  background: var(--themeColor);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 15px 0px;
  transition: all 0.5s;
}
.procont .proTop .proTop-right .proTop-btn a:nth-child(2) {
  margin-right: 0px;
}
.procont .proTop .proTop-right .proTop-btn a:hover {
  background: var(--subColor);
  color: #fff;
}
.procont .proxq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.procont .proxq h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--themeColor);
}
.procont .proxq h3 {
  width: 100%;
  background: url(../images/title_bg2.png) no-repeat center;
  height: 20px;
}
.procont .procontent {
  font-size: 18px;
  color: #333;
  line-height: 3;
  padding-top: 20px;
}
.procont .procontent img {
  max-width: 100% !important;
}
.ht-liuyan {
  width: 920px;
  margin-top: 30px;
}
.ht-liuyan h3 {
  font-size: 30px;
  text-align: center;
  color: #4d4d4d;
  font-weight: 500;
}
.form-group {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-group .form-item {
  width: 49%;
}
.form-item input {
  width: 250px;
  height: 35px;
  padding: 0px 10px;
  border: 1px solid #ddd;
}
.yzm input {
  width: 140px;
  margin-right: 10px;
  padding: 0px 10px;
  border: 1px solid #ddd;
}
.yzm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.neirong p {
  margin: 0px;
}
.neirong div {
  width: 100%;
}
.neirong textarea {
  width: 95%;
  padding: 10px 10px;
  border: 1px solid #ddd;
}
.form-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.form-btn input {
  margin-right: 10px;
}
.form-btn input:nth-child(1) {
  background: var(--themeColor);
  border: none;
  color: #fff;
  padding: 10px 35px;
  cursor: pointer;
}
.form-btn input:nth-child(2) {
  background: #eb1818;
  border: none;
  color: #fff;
  padding: 10px 35px;
  cursor: pointer;
  margin-left: 20px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.ht-kefu {
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 9999;
}
.ht-kefu ul li {
  position: relative;
}
.ht-kefu ul li:hover > a {
  background: var(--subColor);
}
.ht-kefu ul li:hover .ht-kefu-dnoe {
  visibility: visible;
  opacity: 1;
}
.ht-kefu ul li:hover .ht-kefu-dnoe2 {
  visibility: visible;
  opacity: 1;
}
.ht-kefu ul li:last-child a {
  border-bottom: none;
}
.ht-kefu ul li > a {
  background: var(--themeColor);
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
  transition: all 0.5s;
}
.ht-kefu ul li > a i {
  font-size: 28px;
}
.ht-kefu ul li > a p {
  font-size: 14px;
  margin-top: 5px;
}
.ht-kefu ul li .ht-kefu-dnoe {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  right: 80px;
  top: 0px;
  padding-right: 20px;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main {
  background: #f5f5f5;
  width: 270px;
  padding: 20px;
  border-top: 8px solid var(--themeColor);
  display: flex;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-left {
  margin-right: 10px;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-left i {
  font-size: 40px;
  color: var(--themeColor);
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-right h1 {
  font-size: 26px;
  color: #333;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-right p {
  color: #777;
  margin-top: 5px;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main2 {
  background: #f5f5f5;
  width: 270px;
  padding: 20px;
  border-top: 8px solid var(--themeColor);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main2 p {
  margin-top: 10px;
}
.ht-kefu ul li .ht-kefu-dnoe2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  right: 80px;
  top: 0px;
  padding-right: 20px;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main {
  background: #f5f5f5;
  width: 150px;
  padding: 20px;
  border-top: 8px solid var(--themeColor);
  display: flex;
  flex-direction: column;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div {
  margin-bottom: 10px;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div:nth-child(2) {
  margin-bottom: 0px;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div a {
  display: flex;
  align-items: center;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div a img {
  width: 35px;
  margin-right: 15px;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div a:hover {
  color: var(--themeColor);
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div p {
  font-size: 13px;
  margin-top: 5px;
}
#leftBtn {
  position: fixed;
  bottom: 0%;
  left: 0px;
  display: none;
  z-index: 999999999;
}
.footer-lianxi2 {
  width: 100%;
  height: 84px;
  position: fixed;
  bottom: 0%;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
}
.footer-lianxi2 .footer-lianxi2-main {
  width: 1300px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-lianxi2 .footer-lianxi2-main a:first-child {
  background: #4AB344;
  color: #fff;
  font-size: 18px;
  padding: 12px 50px;
  font-weight: 300;
  margin-right: 10px;
}
.footer-lianxi2 .footer-lianxi2-main a:nth-child(2) {
  background: #1a6acd;
  color: #fff;
  font-size: 18px;
  padding: 12px 50px;
  font-weight: 300;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-left {
  position: relative;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-right {
  margin-left: 90px;
  display: flex;
  align-items: center;
  color: #fff;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-right h2 {
  font-size: 26px;
  margin-right: 30px;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-right h3 {
  font-size: 26px;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-right h3 span {
  font-size: 20px;
  font-weight: 300;
}
.footer-lianxi2 .footer-lianxi2-main .footer-close {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
}
.footer-lianxi2 .footer-lianxi2-main .footer-close i {
  border: 2px solid #fff;
  border-radius: 35px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wechat3 {
  position: absolute;
  top: -170px;
  left: 20px;
  display: none;
}
@media screen and (max-width: 1800px) {
  .youshiTitle {
    width: 100%!important;
  }
  .banner img {
    width: 100%;
  }
  .aboutBanner {
    width: 100%;
  }
  .aboutBanner img {
    width: 100%;
  }
}
.banner img {
  display: block;
}
.banner .swiper-pagination-bullet {
  padding: 2px 12px;
  border-radius: 35px;
}
.banner .swiper-pagination-bullet-active {
  background: var(--themeColor);
}
.history-list {
  position: relative;
  margin-top: 40px;
}
.history-list::after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.history-list .tit {
  width: 155px;
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #02489d;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 50px;
}
.history-list .tit * {
  color: #fff;
}
.history-list .tit p {
  font-size: 28px;
  font-weight: bold;
}
.history-list .tit span {
  font-size: 22px;
}
.history-list li {
  display: flex;
  margin-top: 25px;
  position: relative;
}
.history-list li::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 4px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.history-list li::before {
  content: '';
  width: 25px;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  right: 50%;
  top: 28px;
  z-index: -1;
}
.history-list li > div {
  width: 50%;
  margin: 0 35px;
}
.history-list li .date {
  text-align: right;
}
.history-list li .date p {
  font-size: 28px;
  color: #666;
  font-weight: bold;
  line-height: 58px;
}
.history-list li .con {
  padding: 18px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  position: relative;
}
.history-list li .con::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 22px;
  left: -6px;
  transform: rotate(45deg);
}
.history-list li .con img {
  max-width: 50%;
  float: left;
  margin-right: 15px;
}
.history-list li .con p {
  line-height: 1.66;
  color: #666;
}
.history-list li:nth-child(2n-1)::before {
  right: auto;
  left: 50%;
}
.history-list li:nth-child(2n-1) .date {
  order: 2;
  text-align: left;
}
.history-list li:nth-child(2n-1) .con {
  order: 1;
}
.history-list li:nth-child(2n-1) .con::after {
  left: auto;
  right: -6px;
  transform: rotate(-135deg);
}
