* {
  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);
}
.ht-search .ht-search-main .ht-search-form form {
  display: flex;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-form form input[type=text] {
  border: 1px solid #ddd;
  padding: 10px 15px;
}
.ht-search .ht-search-main .ht-search-form form input[type=submit] {
  border: none;
  background: var(--themeColor);
  color: #fff;
  padding: 10px 25px;
  cursor: pointer;
}
.ht-search .ht-search-main .ht-search-form form input[type=submit]:hover {
  background: var(--subColor);
}
.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;
}
.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 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);
}
.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;
}
.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;
  transition: all 0.5s;
}
.ht-container .ht-left .ht-left-nav ul li a:hover {
  background: var(--themeColor);
  color: #fff;
  border-radius: 35px;
}
.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 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;
}
.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: 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;
}
.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;
}
.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;
}
.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;
}
.form-btn input {
  margin-right: 10px;
}
.form-btn input:nth-child(1) {
  background: var(--themeColor);
  border: none;
  color: #fff;
  padding: 8px 25px;
  cursor: pointer;
}
.form-btn input:nth-child(2) {
  background: #dd2c14;
  border: none;
  color: #fff;
  padding: 8px 25px;
  cursor: pointer;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.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;
  }
}
