* {  padding: 0;  margin: 0;}
body {
  font-size: 15px;
  font-family: "微软雅黑";
  --themeColor: #1364BF;
  --subColor: #ff9d2d;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #222;
}
ul {
  list-style: none;
}
.top1 {
  background: #f1f1f1;
  padding: 15px 0px;
}
.top1 .top1-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top1 .top1-main ul {
  display: flex;
}
.top1 .top1-main ul li {
  font-size: 14px;
  color: #777;
}
.top1 .top1-main ul li a {
  font-size: 14px;
  color: #777;
}
.top1 .top1-main ul li a:hover {
  color: var(--themeColor);
}
.top1 .top1-main ul span {
  margin: 0px 8px;
  color: #777;
  font-size: 14px;
}
.head {
  padding-top: 20px;
}
.head .head-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main .head-logo {
  width: 850px;
  display: flex;
  align-items: center;
}
.head .head-main .head-logo img {
  display: block;
  width: 90px;
}
.head .head-main .head-logo .head-logo-right {
  margin-left: 30px;
}
.head .head-main .head-logo .head-logo-right .head-logo-title {
  display: flex;
  align-items: center;
}
.head .head-main .head-logo .head-logo-right .head-logo-title h1 {
  font-size: 33px;
  color: #222;
}
.head .head-main .head-logo .head-logo-right .head-logo-title .head-logo-sub {
  background: var(--themeColor);
  color: #fff;
  padding: 3px 12px;
  border-radius: 4px;
  margin-left: 15px;
}
.head .head-main .head-logo .head-logo-right p {
  color: #333;
  font-size: 17px;
  margin-top: 8px;
}
.head .head-main .head-logo .head-logo-right p span {
  color: #f82020;
  font-family: arial;
  font-weight: 600;
  display: inline-block;
  margin: 0px 5px;
}
.head .head-main .head-right {
  width: 220px;
  background: var(--themeColor);
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}
.head .head-main .head-right p {
  margin-left: 12px;
  font-size: 16px;
}
.head .head-main .head-right p span {
  font-family: impact;
  font-size: 28px;
  padding-top: 5px;
  display: inline-block;
}
.nav {
  background: var(--themeColor);
  margin-top: 30px;
}
.nav .nav-main {
  width: 1200px;
  margin: 0px auto;
}
.nav .nav-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-main ul li a {
  display: block;
  color: #fff;
  padding: 20px 35px;
  font-size: 16px;
}
.nav .nav-main ul li a:hover {
  background: var(--subColor);
}
.active {
  background: var(--subColor) !important;
}
.swiper-pagination-bullet {
  padding: 6px;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container_banner{ text-align: center;}
.swiper-container_banner img {  display: inline-block;}
.ht-search {
  background: #f1f1f1;
  padding: 15px 0px;
}
.ht-search .ht-search-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-nav {
  display: flex;
}
.ht-search .ht-search-main .ht-search-nav p {
  font-size: 17px;
}
.ht-search .ht-search-main .ht-search-nav p i {
  color: #ff2b2b;
}
.ht-search .ht-search-main .ht-search-nav div a {
  font-size: 14px;
  color: #777;
}
.ht-search .ht-search-main .ht-search-nav div a:hover {
  color: var(--themeColor);
}
.ht-search .ht-search-main .ht-search-nav div span {
  font-size: 14px;
  margin: 0px 5px;
  color: #777;
}
.ht-search .ht-search-main .ht-search-form form {
  display: flex;
  position: relative;
}
.ht-search .ht-search-main .ht-search-form form input {
  border: 0px;
  padding: 8px;
  border-radius: 35px;
  width: 220px;
}
.ht-search .ht-search-main .ht-search-form form span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/search.png) no-repeat;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 2px;
}
.title1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 600px;
  margin: 0px auto;
}
.title1 div {
  width: 64px;
  height: 80px;
  background: url(../images/title_bg3.png);
  position: absolute;
  top: 0px;
  left: 265px;
}
.title1 h1 {
  font-size: 25px;
  color: var(--themeColor);
  padding-top: 15px;
}
.title1 p {
  font-family: arial;
  color: rgba(18, 98, 190, 0.315);
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 2px;
}
.index-pro {
  margin-top: 30px;
}
.index-pro .index-pro-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 65px;
}
.index-pro .index-pro-main .index-pro-nav {
  border: 1px solid #ddd;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-pro .index-pro-main .index-pro-nav h5 {
  text-align: center;
  display: inline-block;
  background: var(--themeColor);
  color: #fff;
  font-size: 22px;
  padding: 10px 40px;
  margin-top: -25px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-group {
  padding: 25px 0px;
  display: flex;
  justify-content: space-between;
  width: 95%;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item {
  width: 29%;
  border-right: 1px solid #f0f0f0;
  padding-right: 30px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item:first-child {
  width: 35%;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item:first-child ul li {
  width: 29.8%;
  margin-right: 20px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item:first-child ul li:nth-child(2n) {
  margin-right: 20px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item:first-child ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item:nth-child(2),
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item:nth-child(3) {
  width: 25%;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item:last-child {
  border-right: none;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item ul {
  display: flex;
  flex-wrap: wrap;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item ul li {
  line-height: 38px;
  border-bottom: 1px dashed #ddd;
  width: 46%;
  margin-right: 20px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item ul li:nth-child(2n) {
  margin-right: 0px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item ul li a {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #555;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item ul li a span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 85%;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item ul li a:hover {
  color: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-item ul li i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 35px;
  margin-right: 12px;
  background: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.index-pro .index-pro-main .index-pro-list ul li {
  width: 24%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.index-pro .index-pro-main .index-pro-list ul li:nth-child(4n) {
  margin-right: 0px;
}
.index-pro .index-pro-main .index-pro-list ul li > a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-pro .index-pro-main .index-pro-list ul li > a img {
  display: block;
  transition: all 0.5s;
  height: 210px;
}
.index-pro .index-pro-main .index-pro-list ul li > a img:hover {
  transform: scale(1.2);
}
.index-pro .index-pro-main .index-pro-list ul li > p {
  text-align: center;
  margin-top: 10px;
}
.index-pro .index-pro-main .index-pro-list ul li > p a {
  display: block;
}
.index-pro .index-pro-main .index-pro-list ul li > p a:hover {
  color: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-pro .index-pro-main .index-pro-more a {
  background: var(--themeColor);
  color: #fff;
  padding: 10px 30px;
  border-radius: 35px;
}
.index-pro .index-pro-main .index-pro-more a:hover {
  background: var(--subColor);
}
.index-nengli {
  background: url(../images/guanggao1.jpg) no-repeat;
  height: 290px;
  width: 100%;
  margin-top: 50px;
}
.index-nengli .index-nengli-main {
  width: 1200px;
  margin: 0px auto;
  padding-top: 120px;
}
.index-nengli .index-nengli-main ul {
  display: flex;
  justify-content: space-between;
}
.index-nengli .index-nengli-main ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-nengli .index-nengli-main ul li div {
  background: #fff;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
}
.index-nengli .index-nengli-main ul li p {
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
}
.index-shebeiTitle {
  margin-top: 30px;
}
.index-shebei {
  width: 100%;
  background: #f5f5f5;
}
.index-shebei .index-shebei-container {
  width: 1200px;
  margin: 0px auto;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-top: 55px;
  padding: 50px 0px 0px 0px;
}
.index-shebei .index-shebei-container .index-shebei-ico {
  width: 150px;
  height: 45px;
  background: var(--themeColor);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 8px;
  font-size: 20px;
  margin-bottom: 30px;
}
.index-shebei .index-shebei-container .index-shebei-ico i {
  padding-top: 5px;
}
.index-shebei .index-shebei-container .index-shebei-ico p {
  line-height: 19px;
  font-size: 16px;
  margin-left: 5px;
}
.index-shebei .index-shebei-container .swiper-container_shebei a {
  display: block;
  overflow: hidden;
  position: relative;
}
.index-shebei .index-shebei-container .swiper-container_shebei a img {
  transition: all 0.5s;
  display: block;
}
.index-shebei .index-shebei-container .swiper-container_shebei a img:hover {
  transform: scale(1.2);
}
.index-shebei .index-shebei-container .swiper-container_shebei a p {
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.index-shebei .idnex-shebei-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
}
.index-shebei .idnex-shebei-more a {
  background: var(--themeColor);
  color: #fff;
  padding: 10px 30px;
  border-radius: 35px;
}
.index-shebei .idnex-shebei-more a:hover {
  background: var(--subColor);
}
.index-shebei .idnex-shebei-more a i {
  margin-right: 5px;
}
.index-rohs {
  margin-top: 30px;
}
.index-rohs .index-rohs-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  margin-bottom: 30px;
}
.index-rohs .index-rohs-main .index-rohs-left {
  width: 47%;
}
.index-rohs .index-rohs-main .index-rohs-left a {
  display: block;
}
.index-rohs .index-rohs-main .index-rohs-left a:hover img {
  transform: scale(1.2);
}
.index-rohs .index-rohs-main .index-rohs-left a .pic {
  border: 1px solid #ddd;
  overflow: hidden;
}
.index-rohs .index-rohs-main .index-rohs-left a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-rohs .index-rohs-main .index-rohs-left a p {
  text-align: center;
  margin-top: 10px;
}
.index-rohs .index-rohs-main .index-rohs-right {
  width: 48%;
}
.index-rohs .index-rohs-main .index-rohs-right ul li {
  margin-bottom: 20px;
}
.index-rohs .index-rohs-main .index-rohs-right ul li:last-child {
  margin-bottom: 0px;
}
.index-rohs .index-rohs-main .index-rohs-right ul li .index-rohs-title {
  display: flex;
  align-items: center;
}
.index-rohs .index-rohs-main .index-rohs-right ul li .index-rohs-title .index-rohs-ico {
  width: 10px;
  height: 10px;
  background: var(--themeColor);
  border-radius: 35px;
}
.index-rohs .index-rohs-main .index-rohs-right ul li .index-rohs-title h1 {
  font-size: 20px;
  font-weight: 400;
  margin-left: 15px;
}
.index-rohs .index-rohs-main .index-rohs-right ul li p {
  padding-left: 35px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 300;
  color: #777;
}
.index-rohs .index-gaisu {
  width: 1200px;
  margin: 0px auto;
}
.youshi {
  margin-top: 30px;
}
.youshi .youshi-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 40px;
}
.youshi .youshi-main .youshi-item {
  display: flex;
}
.youshi .youshi-main .youshi-item .youshi-left {
  width: 50%;
}
.youshi .youshi-main .youshi-item .youshi-left img {
  display: block;
}
.youshi .youshi-main .youshi-item .youshi-right {
  width: 50%;
}
.youshi .youshi-main .youshi-item .youshi-right .youshi-title-row {
  display: flex;
  padding-left: 20px;
  padding-top: 15px;
}
.youshi .youshi-main .youshi-item .youshi-right .youshi-title-row .youshi-ico {
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--themeColor);
  font-family: impact;
  font-size: 60px;
  margin-right: 12px;
  line-height: 30px;
}
.youshi .youshi-main .youshi-item .youshi-right .youshi-title-row .youshi-title h1 {
  font-size: 23px;
  color: var(--themeColor);
}
.youshi .youshi-main .youshi-item .youshi-right .youshi-title-row .youshi-title p {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--themeColor);
  margin-top: 3px;
}
.youshi .youshi-main .youshi-item .youshi-right ul {
  padding-left: 25px;
  margin-top: 20px;
  padding-right: 30px;
}
.youshi .youshi-main .youshi-item .youshi-right ul li {
  display: flex;
  line-height: 28px;
  margin-bottom: 10px;
}
.youshi .youshi-main .youshi-item .youshi-right ul li img {
  width: 13px;
  height: 13px;
  margin-right: 10px;
  margin-top: 11px;
}
.youshi .youshi-main .youshi-item .youshi-right ul li p {
  font-size: 14px;
  color: #666;
}
.youshi .youshi-main .youshi-item .youshi-right ul li p span {
  color: #f82020;
  font-weight: 600;
}
.youshi .youshi-main .youshi-item .youshi-right .youshi-tell {
  padding-left: 28px;
  display: flex;
  align-items: center;
}
.youshi .youshi-main .youshi-item .youshi-right .youshi-tell h2 {
  font-size: 18px;
  margin-right: 10px;
}
.youshi .youshi-main .youshi-item .youshi-right .youshi-tell a {
  display: inline-block;
  background: var(--themeColor);
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
}
.youshi .youshi-main .youshi-item .youshi-right .youshi-tell a:hover {
  background: var(--subColor);
}
.index-about {
  width: 100%;
  background: #f5f5f5;
  padding: 30px 0px;
  margin-top: 30px;
}
.index-about .index-hr {
  width: 100%;
  height: 70px;
}
.index-about .index-about-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
}
.index-about .index-about-main .index-about-left {
  width: 65%;
}
.index-about .index-about-main .index-about-right {
  width: 32%;
  background: #fff;
}
.index-about .index-about-main .index-about-right p {
  padding: 10px 20px 20px 20px;
  font-size: 14px;
  line-height: 30px;
  color: #555;
}
.index-about .index-about-main .index-about-right h1 {
  padding: 34px 20px 0px 20px;
  font-size: 23px;
  color: var(--themeColor);
}
.index-about .index-about-main .index-about-right div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-about .index-about-main .index-about-right div a {
  display: inline-block;
  background: var(--themeColor);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
}
.index-about .index-about-main .index-about-right div a:hover {
  background: var(--subColor);
}
.index-about .index-case {
  width: 1200px;
  margin: 0px auto;
}
.index-about .index-case .index-case-title {
  display: flex;
  align-items: flex-end;
  border-bottom: 3px solid var(--themeColor);
}
.index-about .index-case .index-case-title span {
  background: var(--themeColor);
  color: #fff;
  width: 230px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
}
.index-about .index-case .index-case-title font {
  color: var(--themeColor);
  font-weight: 600;
  font-size: 17px;
  margin-left: 10px;
  margin-bottom: 2px;
}
.index-about .index-case .swiper-container_case {
  margin-top: 30px;
}
.index-about .index-case .swiper-container_case .swiper-slide > a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-about .index-case .swiper-container_case .swiper-slide > a img {
  display: block;
  transition: all 0.5s;
}
.index-about .index-case .swiper-container_case .swiper-slide > a img:hover {
  transform: scale(1.2);
}
.index-about .index-case .swiper-container_case .swiper-slide p {
  text-align: center;
  margin-top: 5px;
}
.index-about .index-case .swiper-container_case .swiper-slide p a {
  font-size: 15px;
}
.index-news {
  margin-top: 30px;
}
.index-news .index-news-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.index-news .index-news-main .index-news-left {
  width: 800px;
}
.index-news .index-news-main .index-news-left .index-news-nav ul {
  display: flex;
}
.index-news .index-news-main .index-news-left .index-news-nav ul li {
  width: 50%;
}
.index-news .index-news-main .index-news-left .index-news-nav ul li a {
  display: block;
  border: 1px solid #444;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 0px;
  font-size: 21px;
}
.index-news .index-news-main .index-news-left .index-news-nav ul li a:hover {
  background: var(--themeColor);
  color: #fff;
  font-weight: 600;
  border: 1px solid var(--themeColor) !important;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item {
  display: none;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item .index-news-top {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item .index-news-top .index-news-top-left {
  width: 40%;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item .index-news-top .index-news-top-left a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item .index-news-top .index-news-top-left a img {
  display: block;
  transition: all 0.5s;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item .index-news-top .index-news-top-left a img:hover {
  transform: scale(1.2);
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item .index-news-top .index-news-top-right {
  width: 56%;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item .index-news-top .index-news-top-right a:hover h2 {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item .index-news-top .index-news-top-right a h2 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item .index-news-top .index-news-top-right a p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
  color: #777;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item .index-news-top .index-news-top-right span {
  font-size: 15px;
  margin-top: 20px;
  display: inline-block;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item ul {
  display: flex;
  flex-wrap: wrap;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item ul li {
  width: 48%;
  margin-right: 20px;
  margin-top: 20px;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item ul li:nth-child(2n) {
  margin-right: 0px;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item ul li a:hover h2 {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item ul li a .index-news-li-left {
  width: 80px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 0px;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item ul li a .index-news-li-left .index-news-Y {
  font-weight: 600;
  font-size: 18px;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item ul li a .index-news-li-right {
  width: 280px;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item ul li a .index-news-li-right h2 {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .index-news-main .index-news-left .index-news-group .index-news-item ul li a .index-news-li-right p {
  font-size: 14px;
  margin-top: 10px;
  color: #777;
}
.index-news .index-news-main .index-news-right {
  width: 310px;
  border: 1px solid #ddd;
  padding: 20px;
}
.index-news .index-news-main .index-news-right .index-news-right-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.index-news .index-news-main .index-news-right .index-news-right-title h1 {
  font-size: 18px;
  font-weight: 400;
}
.index-news .index-news-main .index-news-right .index-news-right-title a {
  font-size: 15px;
}
.index-news .index-news-main .index-news-right .index-news-faq-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.index-news .index-news-main .index-news-right .index-news-faq-item:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.index-news .index-news-main .index-news-right .index-news-faq-item a:hover h1 {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-right .index-news-faq-item .index-faq-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .index-news-main .index-news-right .index-news-faq-item .index-faq-top span {
  width: 25px;
  height: 25px;
  background: #DD0615;
  display: inline-block;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
}
.index-news .index-news-main .index-news-right .index-news-faq-item .index-faq-top h1 {
  width: 270px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .index-news-main .index-news-right .index-news-faq-item .index-faq-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.index-news .index-news-main .index-news-right .index-news-faq-item .index-faq-cont span {
  width: 25px;
  height: 25px;
  background: var(--themeColor);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 35px;
}
.index-news .index-news-main .index-news-right .index-news-faq-item .index-faq-cont p {
  width: 270px;
  font-size: 14px;
  line-height: 28px;
  color: #777;
  text-align: justify;
}
.index-link {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
}
.index-link .index-link-main {
  max-width: 1200px;
  width: 90%;
  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 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-link .index-link-main ul li {
  margin-right: 20px;
}
.index-link .index-link-main ul li a:hover {
  color: var(--themeColor);
}
.index-link .index-link-main ul li:last-child {
  margin-right: 0px;
}
.newActive {
  background: var(--themeColor);
  color: #fff;
  font-weight: 600;
  border: 1px solid var(--themeColor) !important;
}
.footer {
  background: var(--themeColor);
  margin-top: 0px;
}
.footer .foot-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .foot-main .foot1 {
  width: 500px;
}
.footer .foot-main .foot1 img {
  margin-bottom: 30px;
}
.footer .foot-main .foot1 p {
  color: #eee;
  font-size: 14px;
  line-height: 28px;
}
.footer .foot-main .foot1 p a {
  color: #eee;
}
.footer .foot-main .foot1 p a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .foot-main .foot2 {
  width: 270px;
}
.footer .foot-main .foot2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.footer .foot-main .foot2 ul li {
  width: 40%;
  margin-right: 5px;
  margin-bottom: 10px;
}
.footer .foot-main .foot2 ul li:nth-child(2n) {
  margin-right: 0px;
}
.footer .foot-main .foot2 ul li a {
  color: #eee;
}
.footer .foot-main .foot2 ul li a:hover {
  color: var(--subColor);
}
.footer .foot-main .foot2 p a {
  color: #fff;
}
.footer .foot-main .foot2 p a:hover {
  text-decoration: underline;
}
.footer .foot-main .foot3 {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .foot-main .foot3 .foot3-erwei {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
}
.footer .foot-main .foot3 .foot3-erwei div {
  width: 40%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .foot-main .foot3 .foot3-erwei div p {
  margin-top: 8px;
  color: #fff;
}
.copying {
  background: rgba(0, 0, 0, 0.4);
  padding: 20px 0px;
}
.copying .copy-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.copying .copy-main .beian {
  display: inline-block;
  margin: 0px 20px;
}
.copying .copy-main a {
  color: #fff;
}
.aboutBanenr{ text-align:center;}
.aboutBanenr img { vertical-align: middle}
.ht-container {
  margin-top: 20px;
  padding: 40px 0px;
}
.ht-container .ht-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.ht-container .ht-main .ht-left {
  width: 73%;
}
.ht-container .ht-main .ht-left .about-container {
  background: #fff;
  border-radius: 4px;
}
.ht-container .ht-main .ht-left .about-container .aboutTitle h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}
.ht-container .ht-main .ht-left .about-container .aboutTitle p {
  width: 100%;
  height: 40px;
  background: url(../images/title_bg.png) no-repeat center;
}
.ht-container .ht-main .ht-left .aboutcontent {
  font-size: 15px;
  color: #333;
  line-height: 35px;
  padding-top: 15px;
}
.ht-container .ht-main .ht-left .aboutcontent img {
  max-width: 100%!important;
}
.ht-container .ht-main .ht-right {
  width: 20%;
  border-left: 1px solid #ddd;
  padding-left: 40px;
}
.ht-container .ht-main .ht-right .ht-right-nav-title h3 {
  font-size: 18px;
  color: #333;
}
.ht-container .ht-main .ht-right .ht-right-nav-title p {
  width: 40px;
  height: 4px;
  background: var(--themeColor);
  margin-top: 6px;
}
.ht-container .ht-main .ht-right .ht-right-nav > ul {
  width: 90%;
  margin: 0px auto;
  margin-top: 15px;
}
.ht-container .ht-main .ht-right .ht-right-nav > ul > li {
  margin-bottom: 15px;
}
.ht-container .ht-main .ht-right .ht-right-nav > ul > li:hover > a {
  background: var(--themeColor);
  color: #fff;
}
.ht-container .ht-main .ht-right .ht-right-nav > ul > li:hover .erji2 {
  display: block;
}
.ht-container .ht-main .ht-right .ht-right-nav > ul > li .erji2 {
  margin-top: 10px;
  display: none;
}
.ht-container .ht-main .ht-right .ht-right-nav > ul > li .erji2 ul {
  padding-left: 20px;
}
.ht-container .ht-main .ht-right .ht-right-nav > ul > li .erji2 ul li {
  list-style: disc;
}
.ht-container .ht-main .ht-right .ht-right-nav > ul > li .erji2 ul li a {
  font-size: 15px;
  line-height: 30px;
  color: #555;
}
.ht-container .ht-main .ht-right .ht-right-nav > ul > li .erji2 ul li a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.ht-container .ht-main .ht-right .ht-right-nav > ul > li > a {
  display: block;
  background: #f1f1f1;
  padding: 12px 0px;
  text-align: center;
  font-size: 14px;
}
.ht-container .ht-main .ht-right .ht-right-news {
  margin-top: 40px;
}
.ht-container .ht-main .ht-right .ht-right-news ul {
  margin-top: 15px;
}
.ht-container .ht-main .ht-right .ht-right-news ul li {
  line-height: 45px;
  border-bottom: 1px dashed #ddd;
}
.ht-container .ht-main .ht-right .ht-right-news ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.ht-container .ht-main .ht-right .ht-right-news ul li a:hover {
  color: var(--themeColor);
}
.ht-container .ht-main .ht-right .ht-right-lianxi {
  margin-top: 40px;
}
.ht-container .ht-main .ht-right .ht-right-lianxi ul {
  margin-top: 20px;
}
.ht-container .ht-main .ht-right .ht-right-lianxi ul li {
  font-size: 14px;
  line-height: 30px;
}
.newslist {
  border-radius: 4px;
}
.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 dashed #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 .news-left {
  flex: 2;
}
.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;
  margin-top: 8px;
  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-more {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  border-left: 1px dashed #ddd;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
}
.page .page-status,.pagination li a{
  cursor: pointer;
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 35px;
  font-size: 14px;
}
.pagination li.active{ background:none !important;}
.pagination li.active a,.pagination li:hover a{
  background:#ff9d2d;
  color: #fff;
}
.redian {
  margin-top: 60px;
}
.redian .redian-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.redian .redian-title h4 {
  display: flex;
  align-items: flex-end;
}
.redian .redian-title h4 p {
  font-size: 16px;
  font-weight: 400;
  color: #bb0000;
}
.redian .redian-title h4 i {
  color: #999;
  font-size: 12px;
  font-family: arial;
  margin-left: 5px;
}
.redian .redian-top {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.redian .redian-top .redian-topLeft {
  width: 28%;
}
.redian .redian-top .redian-topLeft img {
  height: 187px;
}
.redian .redian-top .redian-topRight {
  width: 68%;
}
.redian .redian-top .redian-topRight a h3 {
  font-size: 16px;
  color: #222;
}
.redian .redian-top .redian-topRight a h3:hover {
  color: var(--themeColor);
}
.redian .redian-top .redian-topRight p {
  font-size: 14px;
  color: #777;
  line-height: 26px;
  margin-top: 20px;
}
.redian .redian-top .redian-topRight .redian-more {
  display: flex;
  justify-content: flex-end;
}
.redian .redian-top .redian-topRight .redian-more a {
  color: var(--themeColor);
}
.redian ul {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.redian ul li {
  width: 48%;
  margin-right: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: circle;
}
.redian ul li a {
  font-size: 14px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.redian ul li a:hover {
  color: var(--themeColor);
}
.redian ul li:nth-child(2n) {
  margin-right: 0px;
}
.redian ul li span {
  color: #d11111;
  font-size: 13px;
}
.news-container2 .news-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.news-container2 .news-title h2 {
  font-size: 26px;
  font-weight: 400;
  color: #222;
}
.news-container2 .news-title ul {
  display: flex;
  margin-top: 15px;
  margin-bottom: 8px;
}
.news-container2 .news-title ul li {
  margin-right: 20px;
  color: #666;
  font-size: 13px;
}
.news-container2 .news-title ul li i {
  margin-right: 10px;
}
.news-container2 .newscontent {
  font-size: 15px;
  line-height: 35px;
  color: #222;
  padding-top: 15px;
}
.news-container2 .newscontent img {
  max-width: 100%!important;
}
.news-container2 .PreNext {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  background: #f1f1f1;
  padding: 15px;
  border-radius: 4px;
}
.news-container2 .PreNext a {
  font-size: 14px;
  margin-bottom: 12px;
}
.news-container2 .PreNext a:nth-child(2) {
  margin-bottom: 0px;
}
.news-container2 .PreNext a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.productlist ul {
  display: flex;
  flex-wrap: wrap;
}
.productlist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 25px;
}
.productlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist ul li a {
  display: block;
}
.productlist ul li a:hover img {
  transform: scale(1.2);
}
.productlist ul li a .pic {
  border: 1px solid #ddd;
  overflow: hidden;
}
.productlist ul li a .pic img {
  display: block;
  transition: all 0.5s;
  height: 179px;
}
.productlist ul li a p {
  text-align: center;
  margin-top: 10px;
}
.caselist ul {
  display: flex;
  flex-wrap: wrap;
}
.caselist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 25px;
}
.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 {
  border: 1px solid #ddd;
  overflow: hidden;
}
.caselist ul li a .pic img {
  display: block;
  transition: all 0.5s;
  height: 206px;
}
.caselist ul li a p {
  text-align: center;
  margin-top: 10px;
}
.honorlist ul {
  display: flex;
  flex-wrap: wrap;
}
.honorlist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 25px;
}
.honorlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.honorlist ul li a {
  display: block;
}
.honorlist ul li a:hover img {
  transform: scale(1.2);
}
.honorlist ul li a .pic {
  border: 1px solid #ddd;
  overflow: hidden;
}
.honorlist ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.honorlist ul li a p {
  text-align: center;
  margin-top: 10px;
}
.hezuolist ul {
  display: flex;
  flex-wrap: wrap;
}
.hezuolist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 25px;
}
.hezuolist ul li:nth-child(3n) {
  margin-right: 0px;
}
.hezuolist ul li a {
  display: block;
}
.hezuolist ul li a:hover img {
  transform: scale(1.2);
}
.hezuolist ul li a .pic {
  border: 1px solid #ddd;
  overflow: hidden;
}
.hezuolist ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.hezuolist ul li a p {
  text-align: center;
  margin-top: 10px;
}
.position {
  border-bottom: 1px solid #e5e5e5;
}
.position .position-main {
  height: 60px;
  width: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  color: #707070;
  font-size: 14px;
}
.position .position-main i {
  color: #707070;
  margin-right: 5px;
}
.position .position-main span {
  color: #333;
  margin: 0px 6px;
}
.position .position-main a {
  color: #707070;
}
.position .position-main a:hover {
  color: #222;
  text-decoration: underline!important;
}
.productcont .proTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productcont .proTop .proLeft {
  width: 45%;
}
.productcont .proTop .proRight {
  width: 51%;
}
.productcont .proTop .proRight h3 {
  font-size: 25px;
  color: var(--themeColor);
}
.productcont .proTop .proRight ul {
  margin: 10px 0px;
  padding: 10px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.productcont .proTop .proRight ul li {
  line-height: 30px;
  color: #707070;
  font-size: 13px;
}
.productcont .proTop .proRight ul li i {
  margin-right: 10px;
}
.productcont .proTop .proRight a {
  display: inline-block;
  background: var(--themeColor);
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  margin-top: 15px;
  border-radius: 35px;
}
.productcont .proTop .proRight a i {
  margin-right: 10px;
}
.productcont .proTop .proRight a:hover {
  background: var(--subColor);
}
.productcont .proxq {
  margin-top: 40px;
}
.productcont .proxq h3 {
  font-size: 26px;
  font-weight: 400;
  color: #222;
  text-align: center;
}
.productcont .proxq p {
  width: 100%;
  height: 40px;
  background: url(../images/title_bg2.png) no-repeat center;
}
.productcont .procont {
  font-size: 15px;
  color: #222;
  line-height: 2;
  padding-top: 10px;
}
.productcont .procont img {
  max-width: 100%!important;
}
.productcont .proPreNext {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productcont .proPreNext a {
  font-size: 15px;
  margin-right: 15px;
  color: #777;
}
.productcont .proPreNext a:hover {
  color: var(--themeColor);
}
.cpTuijian {
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: 40px;
}
.cpTuijian .cpTuijian-title h3 {
  font-size: 23px;
  color: var(--themeColor);
}
.cpTuijian .cpTuijian-title p {
  margin-top: 8px;
  width: 45px;
  height: 4px;
  background: var(--subColor);
}
.cpTuijian .swiper-container_tuijian {
  margin-top: 20px;
}
.cpTuijian .swiper-container_tuijian a {
  display: block;
  overflow: hidden;
}
.cpTuijian .swiper-container_tuijian a img {
  display: block;
  transition: all 0.5s;
}
.cpTuijian .swiper-container_tuijian a img:hover {
  transform: scale(1.2);
}
.cpTuijian .swiper-container_tuijian p {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}
.index-guanggao2 {
  margin-top: 280px;
}
.index-guanggao2 img {
  display: block;
}
.index-guanggao3 {
  margin-top: 90px;
}
.index-guanggao3 img {
  display: block;
}
.ht-kefu {
  position: fixed;
  bottom: 5%;
  right: 0%;
  z-index: 9999;
}
.ht-kefu ul li {
  position: relative;
}
.ht-kefu ul li:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ht-kefu ul li:first-child span {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: var(--themeColor);
  margin: 5px 0px;
}
.ht-kefu ul li:first-child a {
  width: 40px;
  height: 40px;
  padding: 0px!important;
  border-radius: 40px;
  display: flex;
  justify-content: center;
}
.ht-kefu ul li:first-child a i {
  font-size: 15px;
  transform: rotate(45deg);
}
.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 10px;
  transition: all 0.5s;
}
.ht-kefu ul li > a i {
  font-size: 22px;
}
.ht-kefu ul li > a p {
  font-size: 12px;
  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-btn {
  position: fixed;
  bottom: 28.7%;
  right: 0%;
  z-index: 999999;
  display: none;
}
.ht-btn ul li {
  position: relative;
}
.ht-btn ul li:hover > a {
  background: var(--subColor);
}
.ht-btn ul li:hover .ht-kefu-dnoe {
  visibility: visible;
  opacity: 1;
}
.ht-btn ul li:hover .ht-kefu-dnoe2 {
  visibility: visible;
  opacity: 1;
}
.ht-btn ul li:last-child a {
  border-bottom: none;
}
.ht-btn 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 10px;
  transition: all 0.5s;
}
.ht-btn ul li > a i {
  font-size: 22px;
}
.ht-btn ul li > a p {
  font-size: 12px;
  margin-top: 5px;
}
.ht-btn ul li .ht-kefu-dnoe {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  right: 80px;
  top: 0px;
  padding-right: 20px;
}
.ht-btn ul li .ht-kefu-dnoe .ht-kefu-dnoe-main {
  background: #f5f5f5;
  width: 270px;
  padding: 20px;
  border-top: 8px solid var(--themeColor);
  display: flex;
}
.ht-btn ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-left {
  margin-right: 10px;
}
.ht-btn ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-left i {
  font-size: 40px;
  color: var(--themeColor);
}
.ht-btn ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-right h1 {
  font-size: 26px;
  color: #333;
}
.ht-btn ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-right p {
  color: #777;
  margin-top: 5px;
}
.ht-btn 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-btn ul li .ht-kefu-dnoe .ht-kefu-dnoe-main2 p {
  margin-top: 10px;
}
.ht-btn ul li .ht-kefu-dnoe2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  right: 80px;
  top: 0px;
  padding-right: 20px;
}
.ht-btn 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-btn ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div {
  margin-bottom: 10px;
}
.ht-btn ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div:nth-child(2) {
  margin-bottom: 0px;
}
.ht-btn ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div a {
  display: flex;
  align-items: center;
}
.ht-btn ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div a img {
  width: 35px;
  margin-right: 15px;
}
.ht-btn ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div a:hover {
  color: var(--themeColor);
}
.ht-btn ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div p {
  font-size: 13px;
  margin-top: 5px;
}
.youshiTitle {
  display: block;
}
@media screen and (max-width: 1800px) {
  .swiper-container_banner img {
    width: 100%!important;
  }
  .youshiTitle {
    width: 100% !important;
  }
  .aboutBanenr img,
  .index-guanggao3 img,
  .index-guanggao2 img {
    width: 100%!important;
  }
  .index-nengli {
    background: url(../images/guanggao1.jpg) no-repeat center !important;
  }
}
@media screen and (min-width: 1930px) {
  .swiper-container_banner img {
    width: 100%!important;
  }
  .youshiTitle {
    width: 100% !important;
  }
}
