* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 15px;
  --themeColor: #1B61B7;
  --subColor: #FF9900;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style: none;
}
.center {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
}
.head {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.head .head-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.head .head-main .head-logo {
  width: 11%;
}
.head .head-main .head-logo a h1 {
  color: var(--themeColor);
  font-size: 34px;
}
.head .head-main .head-logo a p {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888;
  margin-top: 5px;
}
.head .head-main .head-nav {
  width: 60%;
}
.head .head-main .head-nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main .head-nav > ul > li {
  position: relative;
}
.head .head-main .head-nav > ul > li:hover .erji2 {
  visibility: visible!important;
  opacity: 1!important;
}
.head .head-main .head-nav > ul > li:hover .app-erji2 {
  opacity: 1;
  z-index: 999;
  transition: all 0.3s linear;
}
.head .head-main .head-nav > ul > li > a {
  color: #222;
  font-size: 16px;
  line-height: 98px;
}
.head .head-main .head-nav > ul > li > a:hover {
  color: var(--themeColor);
}
.head .head-main .head-nav > ul > li .active {
  color: var(--themeColor);
}
.head .head-main .head-nav > ul > li .erji2 {
  position: absolute;
  width: 200%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: 10;
}
.head .head-main .head-nav > ul > li .erji2 ul {
  background: #eee;
}
.head .head-main .head-nav > ul > li .erji2 ul li a {
  display: block;
  text-align: center;
  padding: 10px 0px;
}
.head .head-main .head-nav > ul > li .erji2 ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.head .head-main .head-nav > ul > li .app-erji2 {
  position: fixed;
  left: 0;
  top: 98px;
  width: 100%;
  background: rgba(237, 244, 250, 0.98);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.head .head-main .head-nav > ul > li .app-erji2 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
}
.head .head-main .head-nav > ul > li .app-erji2 ul li {
  width: 14.2857%;
  padding-right: 25px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.head .head-main .head-nav > ul > li .app-erji2 ul li p {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}
.head .head-main .head-nav > ul > li .app-erji2 ul li span {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  display: block;
  padding: 3px 0;
}
.head .head-main .head-tell-row {
  width: 17%;
}
.head .head-main .head-tell-row p {
  font-size: 14px;
  color: #444;
}
.head .head-main .head-tell-row h2 {
  color: var(--subColor);
  font-family: arial;
  margin-top: 3px;
  font-size: 30px;
}
.head .head-main .head-xian {
  width: 1px;
  height: 20px;
  background: var(--subColor);
}
.banner img {
  display: block;
}
.banner .swiper-pagination-bullet {
  border-radius: 0px;
  padding: 0px 20px;
}
.banner .swiper-pagination-bullet-active {
  background: var(--subColor);
}
.ht-search {
  padding: 20px 0px;
  background: #f9f9f9;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.3);
}
.ht-search .ht-search-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-left {
  width: 70%;
  display: flex;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-left > span {
  color: #111;
  font-size: 16px;
}
.ht-search .ht-search-main .ht-search-left ul {
  font-size: 15px;
  display: flex;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-left ul span {
  margin: 0px 10px;
  color: #999;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.ht-search .ht-search-main .ht-search-left ul li a {
  color: #999;
}
.ht-search .ht-search-main .ht-search-left ul li a:hover {
  color: var(--themeColor);
}
.ht-search .ht-search-main .ht-search-right {
  width: 30%;
}
.ht-search .ht-search-main .ht-search-right form {
  display: flex;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-right form input[type=text] {
  padding: 9px 10px;
  border: 1px solid #ddd;
}
.ht-search .ht-search-main .ht-search-right form span {
  width: 59px;
  height: 35px;
  background: url(../images/search.png) no-repeat;
  display: inline-block;
}
.index-title1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: 30px;
}
.index-title1 .index-title1-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-title1 .index-title1-bg h1 {
  font-family: impact, arial;
  font-size: 70px;
  text-transform: uppercase;
  color: #efefef;
  background: #fff;
  padding: 10px 30px;
}
.index-title1 .index-title1-bg p {
  width: 1200px;
  height: 1px;
  background: #efefef;
  position: absolute;
  top: 68px;
  z-index: -1;
}
.index-title1 h2 {
  font-size: 35px;
  margin-top: -50px;
  z-index: 10;
  font-weight: 400;
}
.index-title1 h2 span {
  font-weight: 600;
  color: var(--themeColor);
}
.index-title1 .index-title1-p {
  text-align: center;
  margin-top: 20px;
  color: #888;
  line-height: 28px;
}
.index-sys {
  padding-bottom: 60px;
}
.index-sys .index-sys-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  margin-top: 50px;
}
.index-sys .index-sys-main ul {
  display: flex;
  justify-content: space-between;
}
.index-sys .index-sys-main ul img {
  display: block;
}
.index-sys .index-sys-main ul li {
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.index-sys .index-sys-main ul .index-sys-top {
  background: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  border-radius: 230px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.index-sys .index-sys-main ul .index-sys-ico {
  display: block;
}
.index-sys .index-sys-main ul .index-sys-pic {
  display: none;
}
.index-sys .index-sys-main ul h2 {
  margin: 20px 0px 15px 0px;
  font-weight: 400;
}
.index-sys .index-sys-main ul p {
  text-align: center;
  color: #666;
  line-height: 26px;
}
.index-hangye {
  background: url(../images/yingyong.png) no-repeat center;
  background-size: 100% 100%;
  height: 760px;
}
.index-hangye .index-hangye-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
}
.index-hangye .index-hangye-main .index-hangye-nav-row {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  align-items: flex-end;
}
.index-hangye .index-hangye-main .index-hangye-nav-row .index-hangye-title {
  width: 30%;
  position: relative;
}
.index-hangye .index-hangye-main .index-hangye-nav-row .index-hangye-title h2 {
  font-size: 70px;
  font-family: impact, arial;
  text-transform: uppercase;
  color: #e7e7e7;
  font-weight: 400;
}
.index-hangye .index-hangye-main .index-hangye-nav-row .index-hangye-title h3 {
  font-size: 42px;
  color: var(--themeColor);
  margin-top: -50px;
}
.index-hangye .index-hangye-main .index-hangye-nav-row .index-hangye-nav {
  width: 60%;
}
.index-hangye .index-hangye-main .index-hangye-nav-row .index-hangye-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.index-hangye .index-hangye-main .index-hangye-nav-row .index-hangye-nav ul span {
  margin: 0px 20px;
  color: #b9b7b7;
}
.index-hangye .index-hangye-main .index-hangye-nav-row .index-hangye-nav ul li {
  margin: 0px 10px;
}
.index-hangye .index-hangye-main .index-hangye-nav-row .index-hangye-nav ul li a {
  display: inline-block;
  padding: 6px 30px;
  border-radius: 35px;
}
.index-hangye .index-hangye-main .index-hangye-nav-row .index-hangye-nav ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.index-hangye .index-hangye-main .index-hangye-nav-row .index-hangye-nav ul li .active {
  background: var(--themeColor);
  color: #fff;
}
.index-hangye .index-hangye-main .index-hangye-list {
  margin-top: 30px;
}
.index-hangye .index-hangye-main .index-hangye-list ul {
  display: flex;
}
.index-hangye .index-hangye-main .index-hangye-list ul li {
  width: 32%;
  margin-right: 40px;
}
.index-hangye .index-hangye-main .index-hangye-list ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a:hover img {
  transform: scale(1.2);
}
.index-hangye .index-hangye-main .index-hangye-list ul li a:hover .index-hangye-info {
  visibility: visible !important;
  opacity: 1 !important;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a:hover .index-hangye-title-row {
  visibility: hidden !important;
  opacity: 0 !important;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a .pic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a .pic .index-hangye-info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  width: 357px;
  transition: all 0.5s;
  height: 203px;
  background: url(../images/yy-more.png) no-repeat center;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a .pic .index-hangye-info h1 {
  font-size: 25px;
  color: #fff;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a .pic .index-hangye-info p {
  font-size: 14px;
  color: #f1f1f1;
  margin-top: 8px;
  line-height: 24px;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a .pic .index-hangye-info div {
  padding: 60px 40px 60px 60px;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a .index-hangye-title-row {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 0px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a .index-hangye-title-row .index-hangye-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  color: #fff;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a .index-hangye-title-row .index-hangye-title h1 {
  font-size: 22px;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a .index-hangye-title-row .index-hangye-title i {
  font-size: 30px;
}
.index-hangye .index-hangye-main .index-hangye-list ul li a .index-hangye-title-row p {
  font-size: 14px;
  padding: 5px 20px 0px 20px;
  color: #ababab;
}
.index-pro {
  background: url(../images/pro-bg.png) no-repeat center;
  background-size: 100% 100%;
  height: 679px;
}
.index-pro .index-pro-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
}
.index-pro .index-pro-main .index-pro-nav-row {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  align-items: flex-end;
}
.index-pro .index-pro-main .index-pro-nav-row .index-pro-title {
  width: 35%;
  position: relative;
}
.index-pro .index-pro-main .index-pro-nav-row .index-pro-title h2 {
  font-size: 70px;
  font-family: impact, arial;
  text-transform: uppercase;
  color: #e7e7e7;
  font-weight: 400;
}
.index-pro .index-pro-main .index-pro-nav-row .index-pro-title h3 {
  font-size: 42px;
  color: var(--themeColor);
  margin-top: -50px;
}
.index-pro .index-pro-main .index-pro-nav-row .index-pro-nav {
  width: 60%;
}
.index-pro .index-pro-main .index-pro-nav-row .index-pro-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.index-pro .index-pro-main .index-pro-nav-row .index-pro-nav ul span {
  margin: 0px 20px;
  color: #b9b7b7;
}
.index-pro .index-pro-main .index-pro-nav-row .index-pro-nav ul li {
  margin: 0px 10px;
}
.index-pro .index-pro-main .index-pro-nav-row .index-pro-nav ul li a {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 35px;
}
.index-pro .index-pro-main .index-pro-nav-row .index-pro-nav ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.index-pro .index-pro-main .index-pro-nav-row .index-pro-nav ul li .active {
  background: var(--themeColor);
  color: #fff;
}
.index-pro .index-pro-main .index-pro-list {
  margin-top: 30px;
  position: relative;
}
.index-pro .index-pro-main .index-pro-list a {
  display: block;
  position: relative;
}
.index-pro .index-pro-main .index-pro-list a:hover img {
  transform: scale(1.2) !important;
}
.index-pro .index-pro-main .index-pro-list a:hover .index-pro-info {
  opacity: 1 !important;
}
.index-pro .index-pro-main .index-pro-list a .pic {
  overflow: hidden;
  position: relative;
}
.index-pro .index-pro-main .index-pro-list a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-pro .index-pro-main .index-pro-list a .pic .index-pro-info {
  position: absolute;
  z-index: 60;
  top: 0px;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-pro .index-pro-main .index-pro-list a .pic .index-pro-info div {
  width: 70%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.index-pro .index-pro-main .index-pro-list a .pic .index-pro-info div h1 {
  text-align: center;
  color: #fff;
  font-size: 19px;
}
.index-pro .index-pro-main .index-pro-list a .pic .index-pro-info div .index-pro-info-xian {
  width: 50px;
  height: 4px;
  background: var(--subColor);
  display: inline-block;
  margin: 13px 0px;
}
.index-pro .index-pro-main .index-pro-list a .pic .index-pro-info div p {
  color: #ababab;
  line-height: 26px;
  text-align: center;
}
.index-pro .index-pro-main .index-pro-list a .pic .index-pro-info div .index-pro-more {
  color: #fff;
  background: var(--themeColor);
  display: inline-block;
  margin-top: 15px;
  padding: 5px 20px;
  font-size: 13px;
  border-radius: 35px;
}
.index-pro .index-pro-main .index-pro-list .index-pro-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
  height: 80px;
}
.index-pro .index-pro-main .index-pro-list .index-pro-page .swiper-pagination-bullet {
  margin: 0px 5px;
  width: 15px;
  height: 15px;
}
.index-pro .index-pro-main .index-pro-list .swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid var(--themeColor);
  width: 11px !important;
  height: 11px !important;
}
.index-pro .index-pro-main .index-pro-list .swiper-button-next,
.index-pro .index-pro-main .index-pro-list .swiper-button-prev {
  height: 18px;
}
.index-pro .index-pro-main .index-pro-list .swiper-button-prev,
.index-pro .index-pro-main .index-pro-list .swiper-container-rtl .swiper-button-next {
  left: 40%;
  margin-top: -10px;
}
.index-pro .index-pro-main .index-pro-list .swiper-button-next,
.index-pro .index-pro-main .index-pro-list .swiper-container-rtl .swiper-button-prev {
  right: 40%;
  margin-top: -10px;
}
.index-pro-group {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  margin-top: -80px;
}
.index-pro-group .index-pro-item {
  width: 70%;
  margin: 0px auto;
  margin-top: 30px;
}
.index-pro-group .index-pro-item ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-pro-group .index-pro-item ul li {
  cursor: pointer;
  background: #222;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px 50px;
  border-radius: 4px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
.index-pro-group .index-pro-item ul li:first-child {
  background: var(--themeColor);
}
.index-pro-group .index-pro-item ul li h1 {
  font-size: 18px;
  font-weight: 400;
}
.index-pro-group .index-pro-item ul li p {
  margin-top: 8px;
  font-size: 13px;
  color: #fff;
}
.index-pro-group .index-pro-item ul li:hover {
  background: var(--themeColor);
}
.youshi {
  margin-top: 80px;
  margin-bottom: 80px;
}
.youshi .index-title1 h2 {
  font-weight: 600;
  margin-top: -70px;
}
.youshi .index-title1 span {
  font-size: 50px;
}
.youshi .youshi-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.youshi .youshi-main .youshi-left {
  width: 41%;
}
.youshi .youshi-main .youshi-left ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.youshi .youshi-main .youshi-left ul li {
  width: 33.33%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 231px;
  cursor: pointer;
}
.youshi .youshi-main .youshi-left ul li:nth-child(3n) {
  border-right: none!important;
}
.youshi .youshi-main .youshi-left ul li:nth-child(4),
.youshi .youshi-main .youshi-left ul li:nth-child(5),
.youshi .youshi-main .youshi-left ul li:nth-child(6) {
  border-bottom: none!important;
}
.youshi .youshi-main .youshi-left ul li img {
  display: block;
}
.youshi .youshi-main .youshi-left ul li h1 {
  font-size: 25px;
  font-weight: 400;
  margin: 8px 0px;
}
.youshi .youshi-main .youshi-left ul li p {
  font-family: arial;
  color: #999;
}
.youshi .youshi-main .youshi-left ul .active {
  background: var(--themeColor);
}
.youshi .youshi-main .youshi-left ul .active h1 {
  color: #fff !important;
}
.youshi .youshi-main .youshi-left ul .active p {
  color: #fff !important;
}
.youshi .youshi-main .youshi-right {
  width: 57%;
}
.youshi .youshi-main .youshi-right .youshi-item {
  position: relative;
  display: none;
  border: 1px solid #ddd;
}
.youshi .youshi-main .youshi-right .youshi-item:first-child {
  display: block;
}
.youshi .youshi-main .youshi-right .youshi-item .pic {
  position: relative;
  overflow: hidden;
}
.youshi .youshi-main .youshi-right .youshi-item .pic img {
  display: block;
}
.youshi .youshi-main .youshi-right .youshi-item .youshi-item-title {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  left: 0px;
  padding: 15px 0px;
}
.youshi .youshi-main .youshi-right .youshi-item .youshi-item-title h1 {
  padding-left: 30px;
  font-size: 20px;
  color: #fff;
}
.youshi .youshi-main .youshi-right .youshi-item .youshi-item-title p {
  padding-left: 30px;
  margin-top: 5px;
  color: #d4d4d4;
  font-size: 14px;
  line-height: 23px;
}
.index-liucheng {
  background: url(../images/liucheng.jpg) no-repeat;
  height: 700px;
}
.index-liucheng .index-liucheng-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
}
.index-liucheng .index-liucheng-main .index-liucheng-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 60px;
}
.index-liucheng .index-liucheng-main .index-liucheng-title h1 {
  font-size: 70px;
  font-family: impact,arial;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.index-liucheng .index-liucheng-main .index-liucheng-title h2 {
  color: var(--subColor);
  font-size: 42px;
  margin-top: -45px;
}
.index-liucheng .index-liucheng-main .index-liucheng-title p {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.index-liucheng .index-liucheng-main .index-liucheng-cont {
  width: 90%;
  margin: 0px auto;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index-liucheng .index-liucheng-main .index-liucheng-cont ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-liucheng .index-liucheng-main .index-liucheng-cont ul li {
  background: #fff;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.index-liucheng .index-liucheng-main .index-liucheng-cont ul li:last-child::after {
  width: 0px;
}
.index-liucheng .index-liucheng-main .index-liucheng-cont ul li::after {
  content: "";
  width: 25px;
  height: 27px;
  background: url(../images/right1.png) no-repeat;
  position: absolute;
  right: -40px;
  z-index: 10;
}
.index-liucheng .index-liucheng-main .index-liucheng-cont ul li p {
  margin-top: 10px;
  font-size: 18px;
}
.index-liucheng .index-liucheng-main .index-liucheng-cont ul .active {
  background: var(--subColor);
  color: #fff;
}
.index-liucheng .index-liucheng-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-liucheng .index-liucheng-bottom p {
  font-size: 24px;
  letter-spacing: 10px;
  color: #fff;
}
.index-liucheng .index-liucheng-bottom a {
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  background: var(--subColor);
  padding: 8px 30px;
  border-radius: 35px;
}
.index-liucheng .index-liucheng-bottom a:hover {
  background: #fff;
  color: var(--themeColor);
}
.index-about .index-about-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
  justify-content: space-between;
  align-items: center;
}
.index-about .index-about-main .index-about-left {
  width: 52%;
}
.index-about .index-about-main .index-about-left .index-about-left-title {
  position: relative;
}
.index-about .index-about-main .index-about-left .index-about-left-title h2 {
  font-size: 70px;
  font-family: impact, arial;
  text-transform: uppercase;
  color: #efefef;
  font-weight: 400;
}
.index-about .index-about-main .index-about-left .index-about-left-title h3 {
  font-size: 42px;
  color: var(--themeColor);
  margin-top: -50px;
}
.index-about .index-about-main .index-about-left .index-about-left-title p {
  margin-top: 20px;
  width: 40px;
  height: 6px;
  background: var(--subColor);
}
.index-about .index-about-main .index-about-left h5 {
  font-size: 33px;
  margin: 20px 0px 40px 0px;
}
.index-about .index-about-main .index-about-left > p {
  font-size: 15px;
  color: #666;
  line-height: 28px;
}
.index-about .index-about-main .index-about-left .index-about-info {
  width: 80%;
  margin: 50px 0px;
}
.index-about .index-about-main .index-about-left .index-about-info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-about .index-about-main .index-about-left .index-about-info ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.index-about .index-about-main .index-about-left .index-about-info ul li h3 {
  font-family: impact , arial;
  font-weight: 400;
  font-size: 48px;
  color: var(--themeColor);
}
.index-about .index-about-main .index-about-left .index-about-info ul li p {
  font-size: 17px;
  color: #666;
  margin-top: 15px;
}
.index-about .index-about-main .index-about-left a {
  display: inline-block;
  border: 1px solid #ddd;
  color: #888;
  padding: 10px 30px;
  border-radius: 35px;
  font-size: 14px;
}
.index-about .index-about-main .index-about-left a:hover {
  background: var(--themeColor);
  border: 1px solid var(--themeColor);
  color: #fff;
}
.index-about .index-about-main .index-about-right {
  width: 44%;
}
.index-about .index-about-main .index-about-right img {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
.index-news {
  background: #f1f1f1;
  padding-bottom: 80px;
}
.index-news .index-news-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
}
.index-news .index-news-main .index-news-nav-row {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  align-items: flex-end;
}
.index-news .index-news-main .index-news-nav-row .index-news-title {
  width: 35%;
  position: relative;
}
.index-news .index-news-main .index-news-nav-row .index-news-title h2 {
  font-size: 70px;
  font-family: impact, arial;
  text-transform: uppercase;
  color: #e7e7e7;
  font-weight: 400;
}
.index-news .index-news-main .index-news-nav-row .index-news-title h3 {
  font-size: 42px;
  color: var(--themeColor);
  margin-top: -50px;
}
.index-news .index-news-main .index-news-nav-row .index-news-nav {
  width: 60%;
}
.index-news .index-news-main .index-news-nav-row .index-news-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.index-news .index-news-main .index-news-nav-row .index-news-nav ul span {
  margin: 0px 20px;
  color: #b9b7b7;
}
.index-news .index-news-main .index-news-nav-row .index-news-nav ul li {
  margin: 0px 10px;
}
.index-news .index-news-main .index-news-nav-row .index-news-nav ul li a {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 35px;
}
.index-news .index-news-main .index-news-nav-row .index-news-nav ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.index-news .index-news-main .index-news-nav-row .index-news-nav ul li .active {
  background: var(--themeColor);
  color: #fff;
}
.index-news .index-news-main .index-news-cont {
  margin-top: 40px;
}
.index-news .index-news-main .index-news-cont a {
  display: block;
  border: 1px solid #ddd;
  background: #fff;
}
.index-news .index-news-main .index-news-cont a:hover img {
  transform: scale(1.2);
}
.index-news .index-news-main .index-news-cont a:hover h2 {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-cont a .pic {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.index-news .index-news-main .index-news-cont a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-news .index-news-main .index-news-cont a .index-news-info {
  padding: 20px;
}
.index-news .index-news-main .index-news-cont a .index-news-info h2 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .index-news-main .index-news-cont a .index-news-info p {
  margin-top: 8px;
  line-height: 25px;
  color: #777;
}
.foot {
  background: #313131;
  padding-bottom: 0px;
}
.foot .foot-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  padding-bottom: 80px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
.foot .foot-main .foot-left {
  width: 371px;
}
.foot .foot-main .foot-left .foot-left-logo img {
  width: 100%;
  display: block;
}
.foot .foot-main .foot-left .foot-left-info {
  margin-top: 30px;
}
.foot .foot-main .foot-left .foot-left-info .foot-tell:nth-child(2) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #5c5c5c;
}
.foot .foot-main .foot-left .foot-left-info .foot-tell p {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.foot .foot-main .foot-left .foot-left-info .foot-tell p img {
  margin-right: 10px;
}
.foot .foot-main .foot-left .foot-left-info .foot-tell p i {
  font-size: 30px;
}
.foot .foot-main .foot-left .foot-left-info h1 {
  color: var(--subColor);
  font-weight: 400;
  font-family: impact , arial;
  margin-top: 10px;
  font-size: 30px;
}
.foot .foot-main .foot-left ul {
  margin-top: 20px;
}
.foot .foot-main .foot-left ul li {
  color: #fff;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.foot .foot-main .foot-left ul li:first-child img {
  margin-right: 5px;
}
.foot .foot-main .foot-left ul li a {
  color: #ababab;
  margin-top: 20px;
}
.foot .foot-main .foot-left ul li a:hover {
  color: var(--subColor);
}
.foot .foot-main .foot-left ul li span {
  margin-left: 10px;
  font-size: 17px;
  font-family: arial;
}
.foot .foot-main .foot-xian {
  width: 1px;
  height: 300px;
  background: rgba(255, 255, 255, 0.3);
}
.foot .foot-main .foot-right {
  width: 70%;
}
.foot .foot-main .foot-right .foot-right-top {
  display: flex;
  justify-content: space-between;
}
.foot .foot-main .foot-right .foot-right-top .foot-item .foot-item-title h1 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.foot .foot-main .foot-right .foot-right-top .foot-item .foot-item-title span {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: var(--subColor);
}
.foot .foot-main .foot-right .foot-right-top .foot-item ul {
  margin-top: 15px;
}
.foot .foot-main .foot-right .foot-right-top .foot-item ul li {
  line-height: 30px;
}
.foot .foot-main .foot-right .foot-right-top .foot-item ul li a {
  color: #ababab;
}
.foot .foot-main .foot-right .foot-right-top .foot-item ul li a:hover {
  color: var(--subColor);
}
.foot .foot-main .foot-right .foot-right-top .foot-wechat {
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot .foot-main .foot-right .foot-right-top .foot-wechat p {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 25px;
}
.foot .foot-main .foot-right .foot-right-top .foot-wechat .foot-wechat-left {
  width: 180px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.foot .foot-main .foot-right .foot-right-top .foot-wechat .foot-wechat-left img {
  width: 150px;
  height: 150px;
}
.foot .foot-main .foot-right .foot-right-top .foot-wechat .foot-wechat-right {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.foot .foot-main .foot-right .foot-links {
  margin-top: 30px;
  display: flex;
}
.foot .foot-main .foot-right .foot-links .foot-links-title {
  width: 13%;
}
.foot .foot-main .foot-right .foot-links .foot-links-title p {
  color: var(--subColor);
  font-family: arial;
}
.foot .foot-main .foot-right .foot-links .foot-links-title h1 {
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .foot-main .foot-right .foot-links ul {
  margin-left: 15px;
  display: flex;
  align-items: flex-end;
}
.foot .foot-main .foot-right .foot-links ul li {
  margin-right: 10px;
}
.foot .foot-main .foot-right .foot-links ul li:last-child {
  margin-right: 0px;
}
.foot .foot-main .foot-right .foot-links ul li a {
  color: #ababab;
}
.foot .foot-copying {
  border-top: 1px solid #5c5c5c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 50px;
}
.foot .foot-copying .foot-copy-left-bg {
  width: 40%;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #313131;
  left: 0px;
}
.foot .foot-copying .foot-copy-right-bg {
  width: 60%;
  position: absolute;
  top: 0px;
  height: 50px;
  background: var(--themeColor);
  right: 0px;
}
.foot .foot-copying .foot-copying-main {
  position: relative;
  z-index: 99;
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.foot .foot-copying .foot-copying-main .foot-copying-left {
  width: 40%;
}
.foot .foot-copying .foot-copying-main .foot-copying-left a {
  color: #fff;
}
.foot .foot-copying .foot-copying-main .foot-copying-left a:hover {
  color: var(--subColor);
}
.foot .foot-copying .foot-copying-main .foot-copying-right {
  width: 60%;
}
.foot .foot-copying .foot-copying-main .foot-copying-right p {
  color: #fff;
}
.aboutBanner {
  display: block;
}
.ht-container {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.ht-container .ht-left {
  width: 18%;
}
.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: var(--themeColor);
  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 > a {
  font-size: 16px;
  display: block;
  padding: 20px 10px;
}
.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 > ul > li::after {
  content: ">";
  width: 25px;
  height: 25px;
  background: #e6e6e6;
  color: #666;
  position: absolute;
  right: 15px;
  top: 18px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "宋体";
  font-weight: 600;
  cursor: pointer;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul .index-erji {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #f1f1f1;
  display: none;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul .index-erji li {
  border-bottom: 1px solid #fff;
  width: 45%;
  padding: 20px 0px 20px 10px;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul .index-erji li a {
  font-size: 14px;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul .index-erji li a:hover {
  color: var(--themeColor);
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul .active {
  border-bottom: 1px solid #fff;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul .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 > ul .active::after {
  transform: rotate(90deg);
  background: var(--themeColor);
  color: #fff;
}
.ht-container .ht-left .ht-left-nav1 .index-pro-left-nav > ul .active .index-erji {
  display: flex;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title {
  background: var(--themeColor);
  padding: 20px 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: 0px 20px 20px 20px;
  border: 1px solid var(--themeColor);
}
.ht-container .ht-left .ht-left-nav ul li {
  margin-top: 12px;
  position: relative;
  background: #f5f5f5;
}
.ht-container .ht-left .ht-left-nav ul li::before {
  content: "";
  width: 0%;
  height: 100%;
  background: var(--themeColor);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 1s;
}
.ht-container .ht-left .ht-left-nav ul li:hover::before {
  width: 100%;
}
.ht-container .ht-left .ht-left-nav ul li:hover a {
  color: #fff;
}
.ht-container .ht-left .ht-left-nav ul li a {
  display: block;
  text-align: center;
  padding: 15px 0px;
  font-size: 15px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.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: 20px 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: #555;
}
.ht-container .ht-left .ht-left-lianxi ul li img {
  border-radius: 10px 0px;
}
.ht-container .ht-right {
  width: 79%;
}
.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;
}
.productlist ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.productlist ul li {
  width: 32%;
  margin-right: 18px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.productlist ul li:hover {
  border: 1px solid var(--themeColor);
}
.productlist ul li:hover img {
  transform: scale(1.2);
}
.productlist ul li:hover .index-pro-bottom p:nth-child(2) {
  color: var(--themeColor);
}
.productlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist ul li .pic {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.productlist ul li .pic img {
  display: block;
  transition: all 0.5s;
}
.productlist ul li .index-pro-info {
  padding: 20px;
}
.productlist ul li .index-pro-info h3 {
  color: #333;
}
.productlist ul li .index-pro-info .index-pro-data {
  font-size: 12px;
  margin: 5px 0px;
  color: #888;
  margin-top: 10px;
}
.productlist ul li .index-pro-info .index-pro-data i {
  margin-right: 5px;
}
.productlist ul li .index-pro-info .index-pro-msg {
  font-size: 13px;
  line-height: 28px;
  color: #666;
  margin-top: 15px;
}
.productlist ul li .index-pro-bottom {
  width: 88%;
  margin: 0px auto;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px 20px 0px;
  color: #888;
}
.productlist ul li .index-pro-bottom p:nth-child(2) {
  font-size: 20px;
}
.procont .proTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.procont .proTop .proTop-left {
  width: 38%;
  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: 33px;
  color: #888;
  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 .proTop .proTop-right .proTop-btn a i {
  font-size: 18px;
  margin-right: 10px;
}
.procont .proxq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.procont .proxq h2 {
  font-size: 26px;
  font-weight: 600;
  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;
}
.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;
}
.page .page-status:hover,
.page a:hover {
  background: var(--themeColor);
  color: #fff;
}
.ht-position {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px 0px;
}
.ht-position .ht-position-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.ht-position .ht-position-main p span {
  margin-right: 6px;
  color: var(--themeColor);
  font-size: 20px;
}
.ht-position .ht-position-main a:hover {
  color: var(--themeColor);
}
.redian {
  margin-top: 40px;
}
.redian .redian-title {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.redian .redian-title h2 {
  font-size: 70px;
  font-family: impact , arial;
  font-weight: 400;
  color: #f1f1f1;
  text-transform: uppercase;
}
.redian .redian-title h3 {
  font-size: 40px;
  color: var(--themeColor);
  margin-top: -40px;
}
.redian .redian-list {
  margin-top: 30px;
}
.redian .redian-list .redian-top {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.redian .redian-list .redian-top .redian-topLeft {
  width: 25%;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.redian .redian-list .redian-top .redian-topLeft img {
  display: block;
  transition: all 0.5s;
}
.redian .redian-list .redian-top .redian-topLeft img:hover {
  transform: scale(1.2);
}
.redian .redian-list .redian-top .redian-topRight {
  width: 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;
}
.videolist {
  margin-top: 30px;
}
.videolist ul {
  display: flex;
  flex-wrap: wrap;
}
.videolist ul li {
  width: 32%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.videolist ul li:nth-child(3n) {
  margin-right: 0px;
}
.videolist ul li a {
  display: block;
}
.videolist ul li a .pic {
  overflow: hidden;
  position: relative;
}
.videolist ul li a .pic:hover .pic-zhe {
  opacity: 1;
}
.videolist ul li a .pic:hover img {
  transform: scale(1.2);
}
.videolist ul li a .pic:hover i {
  transform: scale(2) !important;
}
.videolist ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.videolist ul li a .pic .pic-zhe {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  opacity: 0;
}
.videolist ul li a .pic .pic-zhe i {
  font-size: 35px;
  color: #fff;
  transform: scale(3);
  transition: all 0.5s;
}
.videolist ul li a p {
  text-align: center;
  margin-top: 15px;
}
.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: 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: #777;
  font-size: 13px;
}
.newscont .newscont-title ul li i {
  margin-right: 10px;
}
.newscont .newscontent {
  font-size: 15px;
  color: #333;
  line-height: 2;
  padding-top: 20px;
}
.newscont .newscontent img {
  max-width: 100% !important;
}
.newscont .newscontent table {
  width: 90%!important;
  border-collapse: collapse;
}
.newscont .newscontent video {
  width: 1000px;
  height: 600px;
}
.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);
}
.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;
}
.ht-kefu {
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 9999;
}
.ht-kefu ul li {
  position: relative;
}
.ht-kefu ul li:hover > a {
  background: var(--subColor);
}
.ht-kefu ul li:hover .ht-kefu-dnoe {
  visibility: visible;
  opacity: 1;
}
.ht-kefu ul li:hover .ht-kefu-dnoe2 {
  visibility: visible;
  opacity: 1;
}
.ht-kefu ul li:last-child a {
  border-bottom: none;
}
.ht-kefu ul li > a {
  background: var(--themeColor);
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
  transition: all 0.5s;
}
.ht-kefu ul li > a i {
  font-size: 28px;
}
.ht-kefu ul li > a p {
  font-size: 14px;
  margin-top: 5px;
}
.ht-kefu ul li .ht-kefu-dnoe {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  right: 80px;
  top: 0px;
  padding-right: 20px;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main {
  background: #f5f5f5;
  width: 270px;
  padding: 20px;
  border-top: 8px solid var(--themeColor);
  display: flex;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-left {
  margin-right: 10px;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-left i {
  font-size: 40px;
  color: var(--themeColor);
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-right h1 {
  font-size: 26px;
  color: #333;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-right p {
  color: #777;
  margin-top: 5px;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main2 {
  background: #f5f5f5;
  width: 270px;
  padding: 20px;
  border-top: 8px solid var(--themeColor);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main2 p {
  margin-top: 10px;
}
.ht-kefu ul li .ht-kefu-dnoe2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  right: 80px;
  top: 0px;
  padding-right: 20px;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main {
  background: #f5f5f5;
  width: 150px;
  padding: 20px;
  border-top: 8px solid var(--themeColor);
  display: flex;
  flex-direction: column;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div {
  margin-bottom: 10px;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div:nth-child(2) {
  margin-bottom: 0px;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div a {
  display: flex;
  align-items: center;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div a img {
  width: 35px;
  margin-right: 15px;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div a:hover {
  color: var(--themeColor);
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div p {
  font-size: 13px;
  margin-top: 5px;
}
#leftBtn {
  position: fixed;
  bottom: 0%;
  left: 0px;
  display: none;
  z-index: 999999999;
}
.footer-lianxi2 {
  width: 100%;
  height: 84px;
  position: fixed;
  bottom: 0%;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
}
.footer-lianxi2 .footer-lianxi2-main {
  width: 1300px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-lianxi2 .footer-lianxi2-main a:first-child {
  background: #4AB344;
  color: #fff;
  font-size: 18px;
  padding: 12px 50px;
  font-weight: 300;
  margin-right: 10px;
}
.footer-lianxi2 .footer-lianxi2-main a:nth-child(2) {
  background: #1a6acd;
  color: #fff;
  font-size: 18px;
  padding: 12px 50px;
  font-weight: 300;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-left {
  position: relative;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-right {
  margin-left: 90px;
  display: flex;
  align-items: center;
  color: #fff;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-right h2 {
  font-size: 26px;
  margin-right: 30px;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-right h3 {
  font-size: 26px;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-right h3 span {
  font-size: 20px;
  font-weight: 300;
}
.footer-lianxi2 .footer-lianxi2-main .footer-close {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
}
.footer-lianxi2 .footer-lianxi2-main .footer-close i {
  border: 2px solid #fff;
  border-radius: 35px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wechat3 {
  position: absolute;
  top: -170px;
  left: 20px;
  display: none;
}
.caselist {
  margin-top: 30px;
}
.caselist ul {
  display: flex;
  flex-wrap: wrap;
}
.caselist ul li {
  width: 32%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.caselist ul li:nth-child(3n) {
  margin-right: 0px;
}
.caselist ul li a {
  display: block;
}
.caselist ul li a:hover img {
  transform: scale(1.2);
}
.caselist ul li a .pic {
  overflow: hidden;
}
.caselist ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.caselist ul li a p {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1800px) {
  .banner img {
    width: 100%;
  }
  .aboutBanner {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .index-pro .index-pro-main .index-pro-nav-row .index-pro-title h2,
  .index-hangye .index-hangye-main .index-hangye-nav-row .index-hangye-title h2,
  .index-about .index-about-main .index-about-left .index-about-left-title h2,
  .index-news .index-news-main .index-news-nav-row .index-news-title h2 {
    font-size: 60px;
  }
  .index-pro .index-pro-main .index-pro-nav-row .index-pro-title h3,
  .index-hangye .index-hangye-main .index-hangye-nav-row .index-hangye-title h3,
  .index-about .index-about-main .index-about-left .index-about-left-title h3,
  .index-news .index-news-main .index-news-nav-row .index-news-title h3 {
    font-size: 38px;
    margin-top: -45px;
  }
  .index-pro .index-pro-main .index-pro-nav-row .index-pro-nav ul li a {
    padding: 6px 13px;
  }
  .index-pro-group .index-pro-item {
    width: 80%;
  }
}
