* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 15px;
  --themeColor: #019966;
  --subColor: #f58a33;
  --green: #01865a;
  --blue: #1a6acd;
  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: 15px 0px;
}
.head-top .head-top-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-top .head-top-main p {
  font-size: 16px;
}
.head-top .head-top-main ul {
  display: flex;
  align-items: center;
}
.head-top .head-top-main ul span {
  margin: 0px 10px;
  color: #ababab;
}
.head-top .head-top-main ul a:hover {
  color: var(--themeColor);
}
.head .head-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  padding: 25px 0px;
}
.head .head-main .head-tell-row {
  display: flex;
}
.head .head-main .head-tell-row img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.head .head-main .head-tell-row .head-tell p {
  font-size: 16px;
  color: #333;
}
.head .head-main .head-tell-row .head-tell h1 {
  font-family: arial;
  font-size: 30px;
  margin-top: 8px;
  color: var(--blue);
}
.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;
}
.nav {
  background: var(--themeColor);
}
.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 {
  position: relative;
}
.nav .nav-main > ul > li:hover .erji2 {
  visibility: visible!important;
  opacity: 1!important;
}
.nav .nav-main > ul > li > a {
  color: #fff;
  display: block;
  padding: 18px 35px;
  font-size: 18px;
}
.nav .nav-main > ul > li > a:hover {
  background: var(--subColor);
}
.nav .nav-main > ul > li .erji2 {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  transition: all 0.5s;
}
.nav .nav-main > ul > li .erji2 ul {
  background: var(--themeColor);
}
.nav .nav-main > ul > li .erji2 ul li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px 0px;
  font-size: 18px;
}
.nav .nav-main > ul > li .erji2 ul li a:hover {
  background: var(--subColor);
}
.nav .nav-main > ul > li .active {
  background: var(--subColor);
}
.banner img {
  display: block;
}
.banner .swiper-pagination-bullet {
  border-radius: 10px;
  padding: 2px 15px;
}
.banner .swiper-pagination-bullet-active {
  background: var(--themeColor);
}
.ht-search {
  border-bottom: 1px solid #ddd;
  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-nav span {
  font-size: 18px;
  font-weight: 600;
  color: var(--themeColor);
}
.ht-search .ht-search-main .ht-search-nav a {
  margin-right: 10px;
  font-size: 17px;
}
.ht-search .ht-search-main .ht-search-nav a:hover {
  color: var(--themeColor);
}
.ht-search .ht-search-main .ht-search-nav a:last-child {
  margin-right: 0px;
}
.ht-search .ht-search-main .ht-search-form form {
  display: flex;
}
.ht-search .ht-search-main .ht-search-form form input[type=text] {
  padding: 12px;
  border: 1px solid #ddd;
}
.ht-search .ht-search-main .ht-search-form form input[type=submit] {
  background: var(--themeColor);
  border: none;
  padding: 0px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.ht-search .ht-search-main .ht-search-form form input[type=submit]:hover {
  background: var(--subColor);
}
.index-ico {
  position: relative;
  z-index: 66;
}
.index-ico .index-ico-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  background: var(--themeColor);
  margin-top: 60px;
}
.index-ico .index-ico-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-ico .index-ico-main ul li {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0px;
  border-right: 1px solid #ddd;
}
.index-ico .index-ico-main ul li:last-child {
  border-right: 0px;
}
.index-ico .index-ico-main ul li img {
  display: block;
  width: 70px;
  height: 70px;
}
.index-ico .index-ico-main ul li h2 {
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0px;
  color: #fff;
}
.index-ico .index-ico-main ul li p {
  font-size: 13px;
  font-family: arial;
  text-transform: uppercase;
  color: #ddd;
}
.index-pro {
  margin-top: 50px;
}
.index-pro .index-pro-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.index-pro .index-pro-main .index-pro-left {
  width: 20%;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav {
  background: #fff;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav .index-nav-title {
  background-image: linear-gradient(#00bf80, #027d54);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  height: 120px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav .index-nav-title h1 {
  font-size: 25px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav .index-nav-title p {
  text-transform: uppercase;
  font-size: 15px;
  font-family: arial;
  font-weight: 400;
  color: #ddd;
  margin-top: 10px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav > ul {
  border-right: 1px solid #ddd;
  padding: 0px 10px;
  border-bottom: 1px solid #ddd;
  overflow-y: scroll;
  height: 210px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav > ul > li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav > ul > li:last-child {
  border-bottom: 1px solid #fff;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav > ul > li:hover::before {
  content: "";
  width: 10px;
  height: 61px;
  position: absolute;
  left: -10px;
  top: 0px;
  background: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav > ul > li:hover a {
  color: var(--themeColor);
  font-weight: 600;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav > ul > li > a {
  font-size: 16px;
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav > ul > li::before {
  content: "";
  width: 10px;
  height: 61px;
  position: absolute;
  left: -10px;
  top: 0px;
  background: #ddd;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav > ul::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav > ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #f1f1f1;
  border-radius: 10px;
  background-color: #f1f1f1;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px var(--themeColor);
  background-color: #b5b1b1;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-lianxi {
  margin-top: 30px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-lianxi h2 {
  background: var(--themeColor);
  color: #fff;
  font-size: 26px;
  padding: 30px 0px;
  text-align: center;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-lianxi ul {
  background: #f5f5f5;
  padding: 15px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-lianxi ul li {
  line-height: 30px;
  font-size: 14px;
  color: #555;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-lianxi ul li img {
  border-radius: 10px 0px;
}
.index-pro .index-pro-main .index-pro-right {
  width: 77%;
}
.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: 32%;
  margin-right: 16px;
  margin-bottom: 20px;
}
.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 {
  display: block;
}
.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 .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.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;
  margin-top: 10px;
}
.youshiTitle {
  display: block;
  margin: 0px auto;
}
.index-youshi {
  margin-top: 50px;
}
.index-youshi .index-youshi-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 60px;
}
.index-youshi .index-youshi-main .index-youshi-item {
  display: flex;
  justify-content: space-between;
}
.index-youshi .index-youshi-main .index-youshi-item img {
  display: block;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-left {
  width: 45%;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-left img {
  margin-top: 30px;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-left h1 {
  font-size: 22px;
  margin-top: -50px;
  margin-left: 50px;
  color: var(--blue);
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-left h5 {
  margin-left: 50px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 5px;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-left p {
  margin-left: 50px;
  line-height: 30px;
  color: #666;
  font-size: 15px;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-left p i {
  margin-right: 5px;
  color: var(--themeColor);
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-right {
  width: 50%;
}
.index-youshi .index-youshi-main .index-youshi-item .index-youshi-right img {
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 100%;
}
.index-about {
  margin-bottom: 80px;
}
.index-about .index-about-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.index-about .index-about-main .index-about-left {
  width: 48%;
  position: relative;
}
.index-about .index-about-main .index-about-left h1 {
  font-size: 35px;
}
.index-about .index-about-main .index-about-left h1 span {
  color: var(--blue);
}
.index-about .index-about-main .index-about-left h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0px;
}
.index-about .index-about-main .index-about-left h5 {
  width: 90px;
  height: 3px;
  background: var(--themeColor);
}
.index-about .index-about-main .index-about-left > p {
  font-size: 15px;
  line-height: 33px;
  color: #777;
  margin-top: 15px;
}
.index-about .index-about-main .index-about-left a {
  display: inline-block;
  margin-top: 20px;
  background: var(--themeColor);
  color: #fff;
  padding: 10px 50px;
  border-radius: 35px;
}
.index-about .index-about-main .index-about-left a:hover {
  background: var(--subColor);
}
.index-about .index-about-main .index-about-left ul {
  display: flex;
  position: absolute;
  margin-top: 50px;
}
.index-about .index-about-main .index-about-left ul li {
  width: 200px;
  height: 167px;
  background: var(--themeColor);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-about .index-about-main .index-about-left ul li p {
  font-size: 22px;
  color: #fff;
  margin-top: 15px;
}
.index-about .index-about-main .index-about-left ul li:nth-child(2n) {
  background: var(--green);
}
.index-about .index-about-main .index-about-left ul li img {
  display: block;
  width: 70px;
}
.index-about .index-about-main .index-about-right {
  width: 48%;
}
.index-about .index-about-main .index-about-right img {
  display: block;
}
.index-about .index-about-xinxi {
  background: #f5f5f5;
  padding: 32px 0px;
}
.index-about .index-about-xinxi div {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 30px;
}
.index-about .index-about-xinxi div ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-about .index-about-xinxi div ul li {
  border-right: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 100px;
}
.index-about .index-about-xinxi div ul li span {
  font-size: 20px;
  display: inline-block;
  margin-left: 5px;
}
.index-about .index-about-xinxi div ul li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.index-about .index-about-xinxi div ul li h1 {
  font-family: arial;
  font-size: 40px;
  color: var(--blue);
}
.index-about .index-about-xinxi div ul li p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
}
.guanggao1 {
  background: var(--themeColor);
  padding: 40px 0px;
  margin-top: 80px;
}
.guanggao1 .guanggao1-main {
  width: 1200px;
  margin: 0px auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.guanggao1 .guanggao1-main h1 {
  font-size: 42px;
  font-weight: 600;
}
.guanggao1 .guanggao1-main p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
}
.guanggao1 .guanggao1-main a {
  display: inline-block;
  background: var(--subColor);
  margin-top: 20px;
  padding: 10px 40px;
  color: #fff;
}
.guanggao1 .guanggao1-main a:hover {
  background: #1a6acd;
}
.index-case {
  padding-bottom: 60px;
}
.index-case .index-case-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 40px;
  position: relative;
}
.index-case .index-case-main a {
  display: block;
}
.index-case .index-case-main a:hover img {
  transform: scale(1.2);
}
.index-case .index-case-main a .pic {
  border: 1px solid #ddd;
  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: 10px;
}
.index-case .index-case-main .index-case-page .index-case-page-left {
  position: absolute;
  top: 40%;
  left: -50px;
  font-size: 30px;
  color: var(--themeColor);
  cursor: pointer;
}
.index-case .index-case-main .index-case-page .index-case-page-left:hover {
  color: var(--subColor);
}
.index-case .index-case-main .index-case-page .index-case-page-right {
  position: absolute;
  top: 40%;
  right: -50px;
  font-size: 30px;
  color: var(--themeColor);
  cursor: pointer;
}
.index-case .index-case-main .index-case-page .index-case-page-right:hover {
  color: var(--subColor);
}
.index-news .index-news-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 60px;
}
.index-news .index-news-main .index-news-item {
  display: none;
  justify-content: space-between;
}
.index-news .index-news-main .index-news-item:first-child {
  display: flex;
}
.index-news .index-news-main .index-news-item .index-news-left {
  width: 43%;
}
.index-news .index-news-main .index-news-item .index-news-left a {
  display: block;
  overflow: hidden;
  position: relative;
}
.index-news .index-news-main .index-news-item .index-news-left a .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-news .index-news-main .index-news-item .index-news-left a .pic img {
  display: block;
}
.index-news .index-news-main .index-news-item .index-news-left a .index-news-left-title {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 10px 0px;
}
.index-news .index-news-main .index-news-item .index-news-left a .index-news-left-title h1 {
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.index-news .index-news-main .index-news-item .index-news-left a .index-news-left-title p {
  padding-left: 25px;
  padding-right: 25px;
  color: #ddd;
  font-size: 13px;
  line-height: 25px;
}
.index-news .index-news-main .index-news-item .index-news-right {
  width: 55%;
}
.index-news .index-news-main .index-news-item .index-news-right ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.index-news .index-news-main .index-news-item .index-news-right ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.index-news .index-news-main .index-news-item .index-news-right ul li a {
  display: flex;
  justify-content: space-between;
}
.index-news .index-news-main .index-news-item .index-news-right ul li a:hover h1 {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-item .index-news-right ul li a .index-news-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 15%;
  align-items: center;
  font-family: arial;
  border-right: 1px solid #ddd;
}
.index-news .index-news-main .index-news-item .index-news-right ul li a .index-news-date .index-news-date-d {
  font-size: 40px;
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-item .index-news-right ul li a .index-news-date .index-news-date-ym {
  font-size: 13px;
  color: #444;
  margin-top: 5px;
}
.index-news .index-news-main .index-news-item .index-news-right ul li a .index-news-right-title {
  width: 80%;
}
.index-news .index-news-main .index-news-item .index-news-right ul li a .index-news-right-title h1 {
  font-size: 17px;
  font-weight: 400;
}
.index-news .index-news-main .index-news-item .index-news-right ul li a .index-news-right-title p {
  font-size: 14px;
  margin-top: 10px;
  color: #888;
  line-height: 25px;
}
.index-link {
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 50px;
}
.index-link .index-link-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.index-link .index-link-main .index-link-left {
  width: 15%;
}
.index-link .index-link-main .index-link-left h1 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--themeColor);
}
.index-link .index-link-main .index-link-left p {
  color: #666;
  margin-top: 5px;
}
.index-link .index-link-main ul li {
  margin-right: 10px;
}
.index-link .index-link-main ul li a:hover {
  color: var(--themeColor);
}
.index-link .index-link-main ul li:last-child {
  margin-right: 0px;
}
.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: 10px;
  color: #fff;
  font-size: 17px;
}
.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: 28px;
}
.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: 22px;
  margin-bottom: 20px;
}
.footer .footer-main .footer-cont .footer-lianxi ul li {
  color: #ddd;
  line-height: 40px;
  font-size: 18px;
}
.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: 28px;
}
.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: 40px;
  height: 40px;
  display: block;
  margin-right: 15px;
}
.footer .footer-main .footer-cont .footer-service .footer-tell-row > div .footer-tell h1 {
  font-size: 30px;
  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: 150px;
  padding: 12px 0px;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  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: 17px;
}
.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: 17px;
  color: #898989;
  margin-right: 10px;
}
.footer .footer-copying .footer-copying-main a {
  color: #898989;
  font-size: 17px;
}
.footer .footer-copying .footer-copying-main a:hover {
  color: var(--themeColor);
}
.aboutBanner {
  display: block;
}
#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;
}
.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(--blue);
  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 10px;
  transition: all 0.5s;
}
.ht-kefu ul li > a i {
  font-size: 24px;
}
.ht-kefu ul li > a p {
  font-size: 13px;
  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-container {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin: 60px 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(#00bf80, #027d54);
  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(#00bf80, #027d54);
  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;
}
.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: 15px;
  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: #666;
}
.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;
  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: 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: 16px;
}
.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;
  height: 177px;
}
.redian .redian-list .redian-top .redian-topLeft img:hover {
  transform: scale(1.2);
}
.redian .redian-list .redian-top .redian-topRight {
  width: 73%;
}
.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;
  color: var(--themeColor);
}
.newscont .newscont-title ul {
  display: flex;
  margin-top: 5px;
  padding-bottom: 20px;
}
.newscont .newscont-title ul li {
  margin-right: 20px;
  color: #777;
  font-size: 14px;
}
.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: 18px;
  margin-bottom: 20px;
}
.productlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist ul li > a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.productlist ul li > a:hover img {
  transform: scale(1.2);
}
.productlist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.productlist ul li > 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;
}
.caselist ul li > p a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.procont .proTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.procont .proTop .proTop-left {
  width: 40%;
  border: 1px solid #ddd;
}
.procont .proTop .proTop-left img {
  display: block;
}
.procont .proTop .proTop-right {
  width: 58%;
}
.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: 15px;
  color: #333;
  line-height: 2;
  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;
}
.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;
}
@media screen and (min-width: 1930px) {
  .banner {
    width: 100%;
  }
  .banner img {
    width: 100%;
  }
  .aboutBanner {
    width: 100%;
  }
}
@media screen and (max-width: 1800px) {
  .youshiTitle {
    width: 100%!important;
  }
  .banner img {
    width: 100%;
  }
  .aboutBanner {
    width: 100%;
  }
}
