* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 15px;
  --themeColor: #2861d8;
  --subColor: #ff9b16;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style: none;
}
.center {
  width: 1200px;
  margin: 0px auto;
}
.head-top {
  background: #f1f1f1;
  padding: 10px 0px;
}
.head-top .head-top-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-top .head-top-main > p {
  color: #333;
}
.head-top .head-top-main .head-top-right {
  display: flex;
  align-items: center;
}
.head-top .head-top-main .head-top-right p {
  color: #333;
  margin-right: 20px;
}
.head-top .head-top-main .head-top-right p span {
  color: #c51414;
  font-family: arial;
  font-weight: 600;
}
.head-top .head-top-main .head-top-right ul {
  display: flex;
  align-items: center;
}
.head-top .head-top-main .head-top-right ul span {
  margin: 0px 10px;
  color: #c2c2c2;
}
.head-top .head-top-main .head-top-right ul li a {
  color: #444;
}
.head-top .head-top-main .head-top-right ul li a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.head {
  padding: 30px 0px;
}
.head .head-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main .head-left {
  display: flex;
  align-items: center;
}
.head .head-main .head-left a {
  display: block;
}
.head .head-main .head-left a img {
  display: block;
}
.head .head-main .head-left .head-xian {
  width: 1px;
  height: 50px;
  background: #ddd;
  margin: 0px 15px;
}
.head .head-main .head-left .head-title-row h2 {
  color: var(--themeColor);
}
.head .head-main .head-right {
  display: flex;
}
.head .head-main .head-right img {
  display: block;
  width: 50px;
  height: 50px;
}
.head .head-main .head-right .head-tell-row {
  margin-left: 10px;
}
.head .head-main .head-right .head-tell-row h1 {
  font-family: arial;
  color: var(--themeColor);
  margin-top: 5px;
}
.head-nav {
  background: var(--themeColor);
}
.head-nav .head-nav-main {
  width: 1200px;
  margin: 0px auto;
}
.head-nav .head-nav-main > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-nav .head-nav-main > ul > li {
  position: relative;
}
.head-nav .head-nav-main > ul > li:hover .erji2 {
  visibility: visible!important;
  opacity: 1!important;
}
.head-nav .head-nav-main > ul > li > a {
  color: #fff;
  display: block;
  padding: 17px 30px;
}
.head-nav .head-nav-main > ul > li > a:hover {
  background: var(--subColor);
}
.head-nav .head-nav-main > ul > li .active {
  background: var(--subColor);
}
.head-nav .head-nav-main > ul > li .erji2 {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.head-nav .head-nav-main > ul > li .erji2 ul {
  background: var(--themeColor);
}
.head-nav .head-nav-main > ul > li .erji2 ul li a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 12px 0px;
}
.head-nav .head-nav-main > ul > li .erji2 ul li a:hover {
  background: var(--subColor);
}
.banner img {
  display: block;
}
.banner .swiper-pagination-bullet {
  border-radius: 10px;
  padding: 0px 15px;
}
.ht-search {
  padding: 15px 0px;
  border: 1px solid #ddd;
}
.ht-search .ht-search-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-left span {
  font-size: 16px;
  font-weight: 600;
}
.ht-search .ht-search-main .ht-search-left a {
  color: #555;
  margin-right: 10px;
}
.ht-search .ht-search-main .ht-search-left a:last-child {
  margin-right: 0px;
}
.ht-search .ht-search-main .ht-search-left a:hover {
  color: var(--themeColor);
}
.index-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-title h1 {
  font-weight: 400;
  font-size: 26px;
}
.index-title p {
  font-size: 36px;
  font-weight: 600;
  font-family: arial;
  margin-top: 10px;
  color: var(--themeColor);
  text-transform: uppercase;
}
.index-pro {
  margin-top: 60px;
}
.index-pro .inde-pro-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 20px;
}
.index-pro .inde-pro-main .index-pro-nav {
  width: 100%;
}
.index-pro .inde-pro-main .index-pro-nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-pro .inde-pro-main .index-pro-nav ul li a {
  display: block;
}
.index-pro .inde-pro-main .index-pro-nav ul li a:hover {
  color: var(--themeColor);
}
.index-pro .inde-pro-main .index-pro-nav ul span {
  margin: 0px 20px;
  color: #ccc;
}
.index-pro .inde-pro-main .index-prolist {
  margin-top: 30px;
}
.index-pro .inde-pro-main .index-prolist ul {
  display: flex;
  flex-wrap: wrap;
}
.index-pro .inde-pro-main .index-prolist ul li {
  width: 24%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.index-pro .inde-pro-main .index-prolist ul li:nth-child(4n) {
  margin-right: 0px;
}
.index-pro .inde-pro-main .index-prolist ul li a:hover img {
  transform: scale(1.2);
}
.index-pro .inde-pro-main .index-prolist ul li a .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-pro .inde-pro-main .index-prolist ul li a .pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-pro .inde-pro-main .index-prolist ul li p {
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-guanggao {
  background: var(--themeColor);
  margin-top: 60px;
  padding: 30px 0px;
}
.index-guanggao .index-guanggao-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-guanggao .index-guanggao-main .index-guanggao-left {
  width: 77%;
}
.index-guanggao .index-guanggao-main .index-guanggao-left h1 {
  color: #fff;
  line-height: 50px;
  letter-spacing: 2px;
}
.index-guanggao .index-guanggao-main .index-guanggao-left p {
  font-size: 16px;
  color: #ccc;
  letter-spacing: 2.5px;
  margin-top: 5px;
}
.index-guanggao .index-guanggao-main .index-guanggao-right {
  width: 29%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.index-guanggao .index-guanggao-main .index-guanggao-right p {
  color: #ccc;
}
.index-guanggao .index-guanggao-main .index-guanggao-right p span {
  font-size: 35px;
  font-family: arial;
  color: #fff;
  font-weight: 600;
}
.index-guanggao .index-guanggao-main .index-guanggao-right a {
  display: inline-block;
  margin-top: 15px;
  background: var(--subColor);
  padding: 8px 0px;
  width: 130px;
  text-align: center;
}
.index-guanggao .index-guanggao-main .index-guanggao-right a:hover {
  background: #d41717;
  color: #fff;
}
.youshi {
  padding-top: 10px;
  padding-bottom: 40px;
}
.youshi .youshi-h2 {
  text-align: center;
  margin-top: 50px;
  font-size: 40px;
  letter-spacing: 2px;
}
.youshi .youshi-h2 span {
  color: var(--themeColor);
}
.youshi .youshi-p {
  text-align: center;
  font-size: 16px;
  margin-top: 8px;
  color: #666;
}
.youshi .youshi-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 60px;
}
.youshi .youshi-main .youshi-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.youshi .youshi-main .youshi-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.youshi .youshi-main .youshi-item .youshi-item-left {
  width: 49%;
  border: 1px solid #ddd;
  padding: 25px 25px 0px 25px;
  box-sizing: border-box;
}
.youshi .youshi-main .youshi-item .youshi-item-left .youshi-item-left-title-row {
  display: flex;
  align-items: center;
}
.youshi .youshi-main .youshi-item .youshi-item-left .youshi-item-left-title-row .youshi-ico {
  width: 50px;
  height: 50px;
  background: var(--themeColor);
  color: #fff;
  font-family: arial;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  margin-right: 10px;
}
.youshi .youshi-main .youshi-item .youshi-item-left .youshi-item-left-title-row .youshi-title-row h1 {
  font-size: 24px;
}
.youshi .youshi-main .youshi-item .youshi-item-left .youshi-item-left-title-row .youshi-title-row p {
  color: #888;
  font-family: arial;
  margin-top: 3px;
}
.youshi .youshi-main .youshi-item .youshi-item-left ul {
  margin-top: 20px;
  padding: 0px 20px 0px 30px;
}
.youshi .youshi-main .youshi-item .youshi-item-left ul li {
  font-size: 15px;
  list-style: disc;
  line-height: 35px;
  margin-bottom: 15px;
  text-align: justify;
  color: #555;
}
.youshi .youshi-main .youshi-item .youshi-item-right {
  width: 49%;
}
.youshi .youshi-main .youshi-item .youshi-item-right img {
  display: block;
  width: 100%;
}
.index-data {
  background: url(../images/data-bg.jpg) no-repeat center;
  width: 100%;
  height: 240px;
  margin-top: 50px;
}
.index-data .index-data-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.index-data .index-data-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.index-data .index-data-main ul li {
  color: #fff;
}
.index-data .index-data-main ul li h1 {
  font-size: 60px;
}
.index-data .index-data-main ul li h1 span {
  font-size: 18px;
  margin-left: 8px;
}
.index-data .index-data-main ul li p {
  font-size: 15px;
}
.index-about {
  margin-top: 80px;
  height: 520px;
  position: relative;
}
.index-about .index-about-main {
  width: 1200px;
  margin: 0px auto;
  height: 520px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  z-index: 999;
}
.index-about .index-about-main .index-about-left {
  width: 60%;
  position: absolute;
  left: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.index-about .index-about-main .index-about-left img {
  display: block;
}
.index-about .index-about-main .index-about-right {
  width: 40%;
  padding: 90px 20px 90px 20px;
  position: absolute;
  right: 0px;
  z-index: -1;
  border: 1px solid #ddd;
}
.index-about .index-about-main .index-about-right .index-about-info {
  padding-left: 50px;
}
.index-about .index-about-main .index-about-right .index-about-info .index-about-title h1 {
  font-weight: 400;
}
.index-about .index-about-main .index-about-right .index-about-info .index-about-title h2 {
  font-size: 22px;
  font-weight: 400;
}
.index-about .index-about-main .index-about-right .index-about-info .index-about-title p {
  width: 40px;
  height: 3px;
  background: var(--themeColor);
  margin: 20px 0px;
}
.index-about .index-about-main .index-about-right .index-about-info > p {
  font-size: 14px;
  color: #555;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 30px;
}
.index-about .index-about-main .index-about-right .index-about-info a {
  display: inline-block;
  background: var(--themeColor);
  color: #fff;
  padding: 8px 30px;
  font-size: 14px;
  border-radius: 35px;
}
.index-about .index-about-main .index-about-right .index-about-info a:hover {
  background: var(--subColor);
}
.index-gongsi {
  margin-top: 50px;
}
.index-gongsi .index-gongsi-main {
  width: 1140px;
  margin: 0px auto;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 20px 30px;
}
.index-gongsi .index-gongsi-main a {
  display: block;
}
.index-gongsi .index-gongsi-main a:hover img {
  transform: scale(1.2);
}
.index-gongsi .index-gongsi-main a .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-gongsi .index-gongsi-main a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-gongsi .index-gongsi-main a p {
  text-align: center;
  margin-top: 10px;
}
.index-case {
  background: #f1f1f1;
  padding: 40px 0px;
}
.index-case .index-case-main {
  width: 1200px;
  margin: 0px auto;
  position: relative;
  margin-top: 30px;
}
.index-case .index-case-main a {
  display: block;
}
.index-case .index-case-main a:hover img {
  transform: scale(1.2) !important;
}
.index-case .index-case-main a .pic {
  overflow: hidden;
}
.index-case .index-case-main a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-case .index-case-main a p {
  text-align: center;
  margin-top: 15px;
}
.index-case .index-case-main .index-case-btn .index-case-btn-left {
  font-size: 35px;
  color: #333;
  position: absolute;
  left: -60px;
  top: 40%;
  cursor: pointer;
}
.index-case .index-case-main .index-case-btn .index-case-btn-left:hover {
  color: var(--themeColor);
}
.index-case .index-case-main .index-case-btn .index-case-btn-right {
  font-size: 35px;
  color: #333;
  right: -60px;
  position: absolute;
  top: 40%;
  cursor: pointer;
}
.index-case .index-case-main .index-case-btn .index-case-btn-right:hover {
  color: var(--themeColor);
}
.index-news {
  margin-top: 120px;
  padding: 60px 0px;
  background: #f5f5f5;
}
.index-news .index-news-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.index-news .index-news-main .index-news-left {
  width: 45%;
  background: #fff;
}
.index-news .index-news-main .index-news-left a:hover .pic img {
  transform: scale(1.2);
}
.index-news .index-news-main .index-news-left a:hover .index-news-bottom-right h2 {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-left .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-news .index-news-main .index-news-left .pic img {
  display: block;
  transition: all 0.5s;
  height: 350px;
}
.index-news .index-news-main .index-news-left .index-news-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0px;
}
.index-news .index-news-main .index-news-left .index-news-bottom .index-news-bottom-left {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #ddd;
  margin-right: 25px;
}
.index-news .index-news-main .index-news-left .index-news-bottom .index-news-bottom-left .index-news-date-Y {
  font-size: 48px;
  color: #333;
  font-weight: 600;
}
.index-news .index-news-main .index-news-left .index-news-bottom .index-news-bottom-left .index-news-date-md {
  font-size: 14px;
  color: #999;
}
.index-news .index-news-main .index-news-left .index-news-bottom .index-news-bottom-right {
  width: 70%;
}
.index-news .index-news-main .index-news-left .index-news-bottom .index-news-bottom-right h2 {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin-bottom: 5px;
}
.index-news .index-news-main .index-news-left .index-news-bottom .index-news-bottom-right p {
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
.index-news .index-news-main .index-news-right {
  width: 53%;
}
.index-news .index-news-main .index-news-right ul li {
  background: #fff;
}
.index-news .index-news-main .index-news-right ul li:last-child a {
  margin-bottom: 0px;
}
.index-news .index-news-main .index-news-right ul li a {
  display: flex;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.index-news .index-news-main .index-news-right ul li a:hover .index-news-right-right h2 {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-right ul li a .index-news-right-left {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #ddd;
  margin-right: 25px;
  padding-bottom: 15px;
}
.index-news .index-news-main .index-news-right ul li a .index-news-right-left .index-news-date-Y {
  font-size: 48px;
  color: #333;
  font-weight: 600;
}
.index-news .index-news-main .index-news-right ul li a .index-news-right-left .index-news-date-md {
  font-size: 14px;
  color: #999;
}
.index-news .index-news-main .index-news-right ul li a .index-news-right-right {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-news .index-news-main .index-news-right ul li a .index-news-right-right h2 {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin-bottom: 5px;
}
.index-news .index-news-main .index-news-right ul li a .index-news-right-right p {
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
.links {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}
.links .links-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.links .links-main .links-left {
  border-right: 1px solid #ddd;
  padding-right: 18px;
}
.links .links-main .links-left h1 {
  font-size: 19px;
  color: var(--themeColor);
}
.links .links-main .links-left span {
  font-family: arial;
  font-weight: 600;
  color: #ddd;
  font-size: 26px;
}
.links .links-main .links-right {
  margin-left: 15px;
}
.links .links-main .links-right ul {
  display: flex;
}
.links .links-main .links-right ul li {
  margin-right: 15px;
}
.links .links-main .links-right ul li:last-child {
  margin-right: 0px;
}
.links .links-main .links-right ul li a {
  font-size: 16px;
}
.links .links-main .links-right ul li a:hover {
  color: var(--themeColor);
}
.footer {
  background: #222;
  padding-top: 80px;
}
.footer .footer-main {
  width: 1200px;
  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: 30px;
  font-size: 15px;
}
.footer .footer-main .footer-cont .footer-lianxi ul li a {
  color: inherit;
}
.footer .footer-main .footer-cont .footer-lianxi ul li i {
  margin-right: 10px;
}
.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: 25px;
  font-family: arial;
  color: var(--themeColor);
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row > div .footer-tell p {
  color: var(--themeColor);
}
.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 {
  width: 1200px;
  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 {
  width: 1200px;
  margin: 0px auto;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.ht-container .ht-left {
  width: 20%;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title h2 {
  background: var(--themeColor);
  color: #fff;
  font-size: 26px;
  padding: 30px 0px;
  text-align: center;
}
.ht-container .ht-left .ht-left-nav ul {
  padding: 0px 15px 15px 15px;
  border: 1px solid var(--themeColor);
}
.ht-container .ht-left .ht-left-nav ul li {
  margin-top: 15px;
}
.ht-container .ht-left .ht-left-nav ul li a {
  display: block;
  text-align: center;
  padding: 15px 0px;
  font-size: 15px;
  background: #f5f5f5;
}
.ht-container .ht-left .ht-left-nav ul li a:hover,
.ht-container .ht-left .ht-left-nav ul li a:focus-visible {
  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: 30px;
  font-size: 14px;
  color: #333;
}
.ht-container .ht-left .ht-left-lianxi ul li img {
  border-radius: 10px 0px;
}
.ht-container .ht-right {
  width: 77%;
}
.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 > .page-title {
  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 {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #6b7280;
  font-size: 14px;
  white-space: nowrap;
}
.ht-container .ht-right .ht-right-title-row .ht-right-position i {
  color: var(--themeColor);
  font-size: 14px;
}
.ht-container .ht-right .ht-right-title-row .ht-right-position a {
  color: #4b5563;
}
.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 [aria-current='page'] {
  color: #111827;
  font-weight: 500;
}
.ht-container .ht-right .ht-right-title-row .breadcrumb-separator {
  color: #9ca3af;
}
.ht-container .ht-right .aboutcont {
  font-size: 15px;
  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;
}
.newscont {
  margin-top: 30px;
}
.newscont .newscont-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.newscont .newscont-title h1 {
  font-size: 25px;
  color: var(--themeColor);
}
.newscont .newscont-title ul {
  display: flex;
  margin-top: 20px;
  background: #f1f1f1;
  width: 100%;
  justify-content: center;
  padding: 10px 0px;
  border: 1px solid #ddd;
}
.newscont .newscont-title ul li {
  margin-right: 20px;
  color: #999;
  font-size: 14px;
}
.newscont .newscontent {
  font-size: 15px;
  color: #333;
  line-height: 2;
  margin-top: 30px;
}
.newscont .newscontent img {
  max-width: 100% !important;
}
.newscont .newscontent table {
  border-collapse: collapse!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: 15px;
  margin-bottom: 20px;
}
.productlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist ul li:hover img {
  transform: scale(1.2);
}
.productlist ul li:hover h1 {
  color: var(--themeColor);
}
.productlist ul li:hover .solve-more {
  color: var(--themeColor);
}
.productlist ul li a {
  display: block;
}
.productlist ul li a .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.productlist ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.productlist ul li a p {
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caselist {
  margin-top: 30px;
}
.caselist ul {
  display: flex;
  flex-wrap: wrap;
}
.caselist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.caselist ul li:nth-child(3n) {
  margin-right: 0px;
}
.caselist ul li:hover img {
  transform: scale(1.2);
}
.caselist ul li:hover h1 {
  color: var(--themeColor);
}
.caselist ul li:hover .solve-more {
  color: var(--themeColor);
}
.caselist ul li a {
  display: block;
}
.caselist ul li a .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.caselist ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.caselist ul li a p {
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honorlist {
  margin-top: 30px;
}
.honorlist ul {
  display: flex;
  flex-wrap: wrap;
}
.honorlist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.honorlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.honorlist ul li:hover img {
  transform: scale(1.2);
}
.honorlist ul li:hover h1 {
  color: var(--themeColor);
}
.honorlist ul li:hover .solve-more {
  color: var(--themeColor);
}
.honorlist ul li a {
  display: block;
}
.honorlist ul li a .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.honorlist ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.honorlist ul li a p {
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.redian {
  margin-top: 60px;
}
.redian .redian-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.redian .redian-title h4 {
  display: flex;
  align-items: flex-end;
}
.redian .redian-title h4 p {
  font-size: 16px;
  font-weight: 400;
  color: #bb0000;
}
.redian .redian-title h4 i {
  color: #999;
  font-size: 12px;
  font-family: arial;
  margin-left: 5px;
}
.redian .redian-top {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.redian .redian-top .redian-topLeft {
  width: 25%;
}
.redian .redian-top .redian-topLeft img {
  display: block;
}
.redian .redian-top .redian-topRight {
  width: 73%;
}
.redian .redian-top .redian-topRight a h3 {
  font-size: 18px;
  color: #222;
}
.redian .redian-top .redian-topRight a h3:hover {
  color: var(--themeColor);
}
.redian .redian-top .redian-topRight p {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.redian .redian-top .redian-topRight .redian-more {
  display: flex;
  justify-content: flex-end;
}
.redian .redian-top .redian-topRight .redian-more a {
  color: var(--themeColor);
}
.redian ul {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.redian 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 ul li a {
  font-size: 14px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.redian ul li a:hover {
  color: var(--themeColor);
}
.redian ul li span {
  font-size: 13px;
  color: #bb0000;
}
.redian ul li:nth-child(2n) {
  margin-right: 0px;
}
@media screen and (max-width: 1800px) {
  .youshi-title {
    width: 100%;
  }
  .banner img {
    width: 100%;
  }
  .aboutBanner {
    width: 100% !important;
  }
}

/* ponytail: one visual layer makes the migrated site distinct without rewriting stable templates. */
body {
  --themeColor: #126b7a;
  --subColor: #e8a23a;
  color: #24323a;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.head-top {
  background: #0b2f3a;
}
.head-top .head-top-main > p,
.head-top .head-top-main .head-top-right ul li a {
  color: #dcebee;
}
.head-top .head-top-main .head-top-right ul span {
  color: #72909a;
}
.head {
  padding: 24px 0;
}
.head .head-main .head-left .head-xian {
  background: #c9dadd;
}
.head .head-main .head-left .head-title-row h2 {
  color: #24454d;
  font-size: 20px;
  font-weight: 500;
}
.head-nav {
  background: #fff;
  border-top: 1px solid #e4ecee;
  border-bottom: 1px solid #d9e5e8;
  box-shadow: 0 6px 18px rgb(11 47 58 / 8%);
}
.head-nav .head-nav-main > ul > li > a {
  margin: 7px 0;
  padding: 12px 24px;
  color: #173943;
  border-radius: 6px;
}
.head-nav .head-nav-main > ul > li > a:hover,
.head-nav .head-nav-main > ul > li .active {
  color: #fff;
  background: var(--themeColor);
}
.head-nav .head-nav-main > ul > li .erji2 {
  z-index: 100;
  padding-top: 1px;
}
.head-nav .head-nav-main > ul > li .erji2 ul {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e5e8;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 14px 24px rgb(11 47 58 / 14%);
}
.head-nav .head-nav-main > ul > li .erji2 ul li a {
  color: #24454d;
}
.head-nav .head-nav-main > ul > li .erji2 ul li a:hover {
  color: #fff;
  background: var(--themeColor);
}
.ht-search {
  background: #f1f6f7;
  border: 0;
  border-bottom: 1px solid #dce8ea;
}
.index-title h2 {
  color: #173943;
  font-size: 30px;
  font-weight: 700;
}
.index-title h2::after {
  display: block;
  width: 42px;
  height: 3px;
  margin: 14px auto 0;
  background: var(--subColor);
  content: "";
}
.index-pro {
  margin-top: 0;
  padding: 64px 0 70px;
}
.index-pro .inde-pro-main .index-prolist ul {
  gap: 18px;
}
.index-pro .inde-pro-main .index-prolist ul li {
  box-sizing: border-box;
  width: calc(25% - 14px);
  margin: 0 0 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe9eb;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgb(22 75 86 / 8%);
}
.index-pro .inde-pro-main .index-prolist ul li a .pic {
  border: 0;
}
.index-pro .inde-pro-main .index-prolist ul li p {
  margin: 0;
  padding: 16px 12px 18px;
}
.index-data {
  margin-top: 0;
  background-color: #0e5664;
  background-blend-mode: multiply;
}
.index-data .index-data-main ul li {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgb(255 255 255 / 22%);
}
.index-data .index-data-main ul li:last-child {
  border-right: 0;
}
.youshi {
  padding: 70px 0 64px;
  background: #f3f7f7;
}
.youshi .youshi-h2 {
  margin-top: 0;
  color: #173943;
  font-size: 34px;
}
.youshi .youshi-main {
  margin-top: 48px;
}
.youshi .youshi-main .youshi-item {
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 0;
}
.youshi .youshi-main .youshi-item .youshi-item-left {
  width: 50%;
  padding: 34px;
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgb(22 75 86 / 8%);
}
.youshi .youshi-main .youshi-item .youshi-item-right {
  width: 50%;
}
.youshi .youshi-main .youshi-item .youshi-item-right img {
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.youshi .youshi-main .youshi-item .youshi-item-left .youshi-item-left-title-row .youshi-ico {
  background: #0b2f3a;
  border-radius: 8px;
}
.youshi .youshi-main .youshi-item .youshi-item-left ul li {
  list-style-color: var(--subColor);
}
.index-case {
  padding: 70px 0;
  background: #eaf1f2;
}
.index-case .index-case-main a {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgb(22 75 86 / 8%);
}
.index-case .index-case-main a p {
  margin: 0;
  padding: 16px 12px;
}
.index-about {
  height: auto;
  margin-top: 0;
  padding: 80px 0;
}
.index-about .index-about-main {
  display: grid;
  height: auto;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
}
.index-about .index-about-main .index-about-left,
.index-about .index-about-main .index-about-right {
  position: static;
  width: auto;
}
.index-about .index-about-main .index-about-left {
  overflow: hidden;
  box-shadow: none;
  border-radius: 14px 0 0 14px;
}
.index-about .index-about-main .index-about-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .index-about-main .index-about-right {
  z-index: auto;
  box-sizing: border-box;
  padding: 54px;
  color: #fff;
  background: #0b2f3a;
  border: 0;
  border-radius: 0 14px 14px 0;
}
.index-about .index-about-main .index-about-right .index-about-info {
  padding-left: 0;
}
.index-about .index-about-main .index-about-right .index-about-info .index-about-title h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.index-about .index-about-main .index-about-right .index-about-info .index-about-title p {
  background: var(--subColor);
}
.index-about .index-about-main .index-about-right .index-about-info > p {
  color: #d5e4e7;
}
.index-about .index-about-main .index-about-right .index-about-info a {
  background: var(--subColor);
  border-radius: 6px;
}
.index-about .index-about-main .index-about-right .index-about-info a:hover {
  color: #fff;
  background: #c9821f;
}
.index-news {
  margin-top: 0;
  background: #f3f6f7;
}
.index-news .index-news-main .index-news-left,
.index-news .index-news-main .index-news-right ul li a {
  overflow: hidden;
  border: 1px solid #dfe9eb;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgb(22 75 86 / 6%);
}
.links {
  border-top-color: #dfe9eb;
}
.footer {
  background: #081f27;
}
.footer .footer-copying {
  background: #06181e;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title h2 {
  background: #0b2f3a;
}
.ht-container .ht-left .ht-left-nav ul {
  border-color: #d9e5e8;
}
.ht-container .ht-left .ht-left-nav ul li a {
  background: #f1f6f7;
  border-radius: 6px;
}
