* {
  margin: 0px;
  padding: 0px;
}
a {
  color: #333;
  text-decoration: none;
}
body {
  --themeColor: #006AB6;
  --subColor: #ffaf2f;
  font-family: "Microsoft YaHei";
}
ul {
  list-style: none;
}
img {
  display: block;
}
.top {
  height: 68px;
  width: 100%;
}
.ht-container {
  max-width: 1360px;
  min-width: 1200px;
  margin-left: 98px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ht-container .ht-left {
  width: 18%;
  border-right: 1px solid #c7c7c7;
  position: fixed;
}
.ht-container .ht-left .ht-left-div {
  width: 85%;
}
.ht-container .ht-left .ht-left-div .ht-left-logo {
  border-bottom: 1px solid #ddd;
}
.ht-container .ht-left .lanmu {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.ht-container .ht-left .lanmu button {
  background: #006AB6;
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 35px;
  font-size: 12px;
  cursor: pointer;
}
.ht-container .ht-left .lanmu button:hover {
  background: var(--subColor);
}
.ht-container .ht-left .ht-left-nav {
  margin-top: 20px;
  display: none;
}
.ht-container .ht-left .ht-left-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ht-container .ht-left .ht-left-nav ul li {
  width: 45%;
  margin-right: 10px;
  margin-bottom: 14px;
}
.ht-container .ht-left .ht-left-nav ul li:nth-child(2n) {
  margin-right: 0px;
}
.ht-container .ht-left .ht-left-nav ul li a {
  display: block;
  color: #999;
  border-bottom: 1px dashed #bdbdbd;
  padding-bottom: 12px;
  font-weight: 300;
  font-size: 17px;
}
.ht-container .ht-left .ht-left-nav ul li a:hover {
  color: #222;
  border-bottom: 1px dashed #222;
}
.ht-container .ht-left .lanmu1 {
  display: block;
}
.ht-container .ht-left .ht-left-wechat {
  border-top: 2px solid #ddd;
  padding: 30px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.ht-container .ht-left .ht-left-wechat div {
  width: 38%;
}
.ht-container .ht-left .ht-left-wechat div:first-child {
  margin-right: 25px;
}
.ht-container .ht-left .ht-left-wechat div img {
  width: 100%;
  border: 1px solid #ddd;
  padding: 3px;
}
.ht-container .ht-left .ht-left-wechat div p {
  font-size: 14px;
  text-align: center;
  color: #777;
  margin-top: 6px;
}
.ht-container .ht-left .ht-left-lianxi h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.ht-container .ht-left .ht-left-lianxi p {
  font-size: 13px;
  line-height: 22px;
  color: #777;
}
.ht-container .ht-left .copying {
  display: flex;
  margin-top: 15px;
}
.ht-container .ht-left .copying a {
  font-size: 12px;
}
.ht-container .ht-left .copying a:first-child {
  margin-right: 15px;
}
.ht-container .ht-left .copying a:hover {
  color: var(--themeColor);
}
.ht-container .ht-right {
  width: 70%;
  margin-left: 30%;
}
.ht-hr {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 30px 0px;
}
.index-pro .index-pro-nav {
  margin-top: 20px;
}
.index-pro .index-pro-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index-pro .index-pro-nav ul li a {
  display: inline-block;
  background: var(--themeColor);
  margin-right: 20px;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
}
.index-pro .index-pro-nav ul li a:hover {
  background: var(--subColor);
}
.index-pro .index-pro-main {
  margin-top: 30px;
}
.index-pro .index-pro-main ul {
  display: flex;
  flex-wrap: wrap;
}
.index-pro .index-pro-main ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 25px;
}
.index-pro .index-pro-main ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-pro .index-pro-main ul li > a {
  display: block;
  overflow: hidden;
}
.index-pro .index-pro-main ul li > a img {
  transition: all 1s;
}
.index-pro .index-pro-main ul li > a img:hover {
  transform: scale(1.3);
}
.index-pro .index-pro-main ul li p {
  text-align: center;
  margin-top: 8px;
}
.active {
  color: #222 !important;
  border-bottom: 1px solid #222 !important;
}
.title1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title1 h2 {
  color: var(--themeColor);
  font-size: 30px;
}
.title1 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.title1 div i {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px 8px;
}
.youshi {
  margin-top: 50px;
}
.youshi .youshi-main {
  margin-top: 40px;
}
.youshi .youshi-main .youshi-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}
.youshi .youshi-main .youshi-item:last-child {
  border-bottom: 0px;
}
.youshi .youshi-main .youshi-item .youshi-item-left {
  width: 45%;
}
.youshi .youshi-main .youshi-item .youshi-item-right {
  width: 52%;
}
.youshi .youshi-main .youshi-item .youshi-item-right .youshi-item-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youshi .youshi-main .youshi-item .youshi-item-right .youshi-item-title-row .youshi-item-ico {
  width: 60px;
  height: 60px;
  background: var(--subColor);
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-family: arial;
}
.youshi .youshi-main .youshi-item .youshi-item-right .youshi-item-title-row .youshi-item-title {
  width: 415px;
}
.youshi .youshi-main .youshi-item .youshi-item-right .youshi-item-title-row .youshi-item-title h3 {
  color: #333;
  font-size: 23px;
}
.youshi .youshi-main .youshi-item .youshi-item-right .youshi-item-title-row .youshi-item-title h3 font {
  color: var(--themeColor);
}
.youshi .youshi-main .youshi-item .youshi-item-right .youshi-item-title-row .youshi-item-title i {
  font-size: 12px;
  color: #666;
}
.youshi .youshi-main .youshi-item .youshi-item-right ul {
  padding-left: 80px;
  margin-top: 8px;
}
.youshi .youshi-main .youshi-item .youshi-item-right ul li {
  font-size: 14px;
  list-style: circle;
  line-height: 2.3;
  text-align: justify;
  color: #666;
}
.index-anli {
  margin-top: 40px;
  margin-bottom: 50px;
}
.index-anli .swiper-container_anli {
  margin-top: 30px;
}
.index-anli .swiper-container_anli .index-anli-list a {
  display: block;
  border: 1px solid #ddd;
  padding: 20px;
}
.index-anli .swiper-container_anli .index-anli-list a:hover {
  background: var(--themeColor);
}
.index-anli .swiper-container_anli .index-anli-list a:hover h3 {
  color: #fff;
}
.index-anli .swiper-container_anli .index-anli-list a:hover p {
  color: #fff;
}
.index-anli .swiper-container_anli .index-anli-list a:hover .index-anli-img {
  transform: scale(1.3);
}
.index-anli .swiper-container_anli .index-anli-list a:hover .index-anli-more {
  background: var(--subColor);
}
.index-anli .swiper-container_anli .index-anli-list a .index-anli-div {
  overflow: hidden;
  height: 197px;
}
.index-anli .swiper-container_anli .index-anli-list a .index-anli-div img {
  transition: all 0.5s;
  height: 197px;
}
.index-anli .swiper-container_anli .index-anli-list a h3 {
  margin: 10px 0px;
  color: #333;
  transition: all 0.5s;
}
.index-anli .swiper-container_anli .index-anli-list a p {
  font-size: 13px;
  line-height: 24px;
  transition: all 0.5s;
}
.index-anli .swiper-container_anli .index-anli-list a .index-anli-more {
  margin-top: 20px;
  font-size: 12px;
  background: var(--themeColor);
  color: #fff;
  width: 100px;
  text-align: center;
  padding: 6px 0px;
  transition: all 0.5s;
}
.index-shebei {
  margin-top: 50px;
}
.index-shebei .swiper-container_shebei {
  margin-top: 20px;
  padding: 20px 0px;
}
.index-shebei .swiper-container_shebei a {
  display: block;
  overflow: hidden;
  height: 214px;
  position: relative;
}
.index-shebei .swiper-container_shebei a img {
  transition: all 1s;
}
.index-shebei .swiper-container_shebei a img:hover {
  transform: scale(1.2);
}
.index-shebei .swiper-container_shebei a p {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 8px 0px;
}
.index-about {
  margin-top: 50px;
  background: #f1f1f1;
  padding: 40px;
  border-radius: 8px;
}
.index-about .index-about-main {
  display: flex;
  margin-top: 20px;
  position: relative;
}
.index-about .index-about-main .index-about-left {
  width: 64%;
}
.index-about .index-about-main .index-about-right {
  width: 400px;
  position: absolute;
  right: 0px;
  top: 40px;
}
.index-about .index-about-main .index-about-right p {
  background: #fff;
  color: #222;
  font-size: 13px;
  padding: 20px;
  line-height: 28px;
  border-radius: 4px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  text-align: justify;
}
.index-about .index-about-main .index-about-right p a {
  display: inline-block;
  background: var(--themeColor);
  color: #fff;
  font-size: 12px;
  padding: 2px 20px;
  margin-top: 10px;
}
.index-about .index-about-main .index-about-right p a:hover {
  background: var(--subColor);
}
.index-news {
  margin-top: 45px;
  padding-bottom: 40px;
}
.index-news .index-news-main {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index-news .index-news-main .index-news-left {
  width: 47%;
}
.index-news .index-news-main .index-news-left > a {
  display: block;
  overflow: hidden;
}
.index-news .index-news-main .index-news-left > a img {
  transition: all 1s;
}
.index-news .index-news-main .index-news-left > a img:hover {
  transform: scale(1.2);
}
.index-news .index-news-main .index-news-left h3 {
  margin: 8px 0px;
  color: #333;
}
.index-news .index-news-main .index-news-left p {
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.index-news .index-news-main .index-news-right {
  width: 50%;
}
.index-news .index-news-main .index-news-right ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.index-news .index-news-main .index-news-right ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.index-news .index-news-main .index-news-right ul li a h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}
.index-news .index-news-main .index-news-right ul li a p {
  font-size: 14px;
  line-height: 23px;
  color: #777;
}
.index-news .index-news-main .index-news-right ul li a span {
  display: inline-block;
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
.index-news .index-news-main .index-news-right ul li a:hover h3 {
  color: var(--themeColor);
}
.copying2 {
  text-align: center;
  color: #222;
  padding: 10px 0px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 4px;
}
.position {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 15px;
  color: #777;
  display: flex;
  align-items: flex-end;
}
.position img {
  margin-right: 5px;
}
.about .about-title {
  margin-top: 40px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 12px;
}
.about .about-title h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}
.about .about-content {
  font-size: 15px;
  line-height: 2;
  color: #222;
  padding-top: 10px;
}
.about .about-content img {
  max-width: 100%!important;
  display: inline-block;
}
.about-news {
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: 30px;
}
.about-news .about-news-title h3 {
  font-size: 20px;
  color: #333;
}
.about-news .about-news-title h3 i {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.about-news .about-news-title p {
  width: 40px;
  height: 4px;
  background: var(--themeColor);
  margin-top: 6px;
}
.about-news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.about-news ul li {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.about-news ul li a {
  font-size: 14px;
  display: block;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about-news ul li a:hover {
  color: var(--themeColor);
}
.about-news ul li span {
  font-size: 13px;
  color: #df1313;
}
.about-pro {
  margin-top: 30px;
  border: 1px solid #ddd;
  padding: 20px;
}
.about-pro .about-pro-title h3 {
  font-size: 20px;
  color: #333;
}
.about-pro .about-pro-title h3 i {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.about-pro .about-pro-title p {
  width: 40px;
  height: 4px;
  background: var(--themeColor);
  margin-top: 6px;
}
.about-pro .swiper-container_about_pro {
  margin-top: 20px;
}
.about-pro .swiper-container_about_pro .about-pro-link {
  display: block;
  height: 158px;
  overflow: hidden;
}
.about-pro .swiper-container_about_pro .about-pro-link img {
  height: 158px;
  transition: all 1s;
}
.about-pro .swiper-container_about_pro .about-pro-link img:hover {
  transform: scale(1.2);
}
.about-pro .swiper-container_about_pro p {
  margin-top: 6px;
  text-align: center;
}
.about-pro .swiper-container_about_pro p a {
  font-size: 14px;
}
.newslist {
  margin-top: 20px;
}
.newslist ul li {
  padding: 30px 0px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}
.newslist .newslist-left {
  display: flex;
  width: 88%;
}
.newslist .newslist-right {
  width: 10%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.newslist .newslist-left .newslist-img {
  margin-right: 30px;
  width: 210px;
}
.newslist .newslist-left .newslist-info h4 {
  font-size: 16px;
  color: #303030;
  font-weight: 400;
}
.newslist .newslist-left .newslist-info p {
  font-size: 13px;
  color: #888;
  line-height: 25px;
  text-align: justify;
  margin-top: 15px;
  width: 500px;
}
.newslist .newslist-right .newsDate {
  font-size: 22px;
  color: #9999;
  text-align: left;
  padding-left: 20px;
}
.newsMore {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  color: #999;
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
}
.newslist ul li:hover {
  padding-left: 20px;
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.08);
}
.newslist ul li:hover .newslist-info h4 {
  color: var(--themeColor);
}
.page {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page a,
.page .page-status {
  border: 1px solid #ddd;
  color: #999;
  padding: 8px 15px;
  margin: 0px 5px;
  font-size: 13px;
}
.page a:hover,
.page .page-status:hover {
  background: var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
}
.newscont {
  margin-top: 30px;
}
.newscont .newscont-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.newscont .newscont-title h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 8px;
}
.newscont .newscont-title ul li {
  font-size: 15px;
  color: #666;
  line-height: 33px;
}
.newscont .newscontent {
  font-size: 15px;
  color: #222;
  line-height: 2;
  padding-top: 20px;
}
.newscont .newscontent img {
  max-width: 100%!important;
  display: inline-block;
}
.newscont .preNext {
  background: #f1f1f1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.newscont .preNext a {
  font-size: 15px;
}
.newscont .preNext a:first-child {
  margin-bottom: 10px;
}
.newscont .preNext a:hover {
  color: var(--themeColor);
}
.productlist {
  margin-top: 30px;
}
.productlist ul {
  display: flex;
  flex-wrap: wrap;
}
.productlist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.productlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist ul li:hover .pro-hr::after {
  width: 100%;
}
.productlist ul li:hover .pro-link img {
  transform: scale(1.2);
}
.productlist ul li .pro-link {
  display: block;
  overflow: hidden;
}
.productlist ul li .pro-link img {
  transition: all 1s;
}
.productlist ul li .pro-title {
  margin: 10px 0px;
}
.productlist ul li .pro-title a {
  font-size: 16px;
}
.productlist ul li .pro-hr {
  width: 100%;
  position: relative;
  height: 4px;
  background: #ddd;
}
.productlist ul li .pro-hr::after {
  content: "";
  width: 0px;
  height: 4px;
  background: var(--subColor);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1s;
}
.procont {
  margin-top: 30px;
}
.procont .proTop {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0px auto;
}
.procont .proTop .proLeft {
  width: 45%;
}
.procont .proTop .proRight {
  width: 50%;
}
.procont .proTop .proRight h3 {
  font-size: 22px;
  font-weight: 400;
}
.procont .proTop .proRight ul {
  margin: 8px 0px;
}
.procont .proTop .proRight ul li {
  font-size: 14px;
  color: #666;
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
}
.procont .proTop .proRight a {
  display: inline-block;
  background: var(--themeColor);
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
}
.procont .proTop .proRight a:hover {
  background: var(--subColor);
}
.procont .proTop .proRight .proBtm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.procont .proTop .proRight .proBtm p {
  padding: 8px 0px;
  margin-left: 20px;
  font-size: 14px;
}
.procont .proTop .proRight .proBtm p span {
  font-family: arial;
  font-size: 30px;
  color: #bb0000;
}
.xiangqing {
  margin-top: 30px;
}
.procontent {
  font-size: 15px;
  line-height: 2;
  color: #222;
  padding-top: 30px;
}
.procontent img {
  max-width: 100%!important;
  display: inline-block;
}
@media screen and (max-width: 1370px) {
  .ht-left-logo img {
    width: 100%!important;
  }
  .ht-container .ht-right {
    margin-left: 26%;
  }
  .ht-container .ht-left {
    width: 20%;
  }
  .top {
    height: 25px;
  }
  .ht-container .ht-left .ht-left-nav ul li {
    margin-bottom: 10px;
  }
  .ht-container .ht-left .ht-left-nav ul li a {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .ht-container .ht-left .ht-left-wechat {
    margin-top: 5px;
    padding: 8px 0px;
  }
  .ht-container .ht-left .ht-left-wechat div p {
    font-size: 12px;
  }
  .ht-container .ht-left .ht-left-wechat div {
    width: 33%;
  }
  .ht-container .ht-left .lanmu {
    margin-top: 5px;
  }
  .ht-container .ht-left .ht-left-lianxi h2 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .ht-container .ht-left .ht-left-lianxi p {
    font-size: 12px;
    line-height: 18px;
  }
  .ht-container .ht-left .copying {
    margin-top: 5px;
  }
  .ht-container .ht-left .copying a:first-child {
    margin-right: 5px;
  }
  .ht-container .ht-left .ht-left-div {
    width: 89%;
  }
}
@media screen and (width: 1440px) {
  .ht-left-logo img {
    width: 100%!important;
  }
  .ht-container .ht-right {
    margin-left: 26%;
  }
  .ht-container .ht-left {
    width: 20%;
  }
  .top {
    height: 48px;
  }
  .ht-container .ht-left .ht-left-nav ul li a {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .ht-container .ht-left .ht-left-wechat {
    margin-top: 5px;
    padding: 15px 0px;
  }
  .ht-container .ht-left .ht-left-wechat div p {
    font-size: 12px;
  }
  .ht-container .ht-left .ht-left-wechat div {
    width: 33%;
  }
  .ht-container .ht-left .lanmu {
    margin-top: 15px;
  }
  .ht-container .ht-left .copying {
    margin-top: 5px;
  }
  .ht-container .ht-left .ht-left-div {
    width: 89%;
  }
}
@media screen and (width: 1600px) {
  .ht-left-logo img {
    width: 100%!important;
  }
  .ht-container .ht-right {
    margin-left: 26%;
  }
  .ht-container .ht-left {
    width: 20%;
  }
  .top {
    height: 38px;
  }
  .ht-container .ht-left .ht-left-nav ul li a {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .ht-container .ht-left .ht-left-wechat {
    margin-top: 5px;
    padding: 15px 0px;
  }
  .ht-container .ht-left .ht-left-wechat div p {
    font-size: 12px;
  }
  .ht-container .ht-left .ht-left-wechat div {
    width: 33%;
  }
  .ht-container .ht-left .lanmu {
    margin-top: 15px;
  }
  .ht-container .ht-left .copying {
    margin-top: 5px;
  }
  .ht-container .ht-left .ht-left-div {
    width: 85%;
  }
}
#logo1920 {
  display: block;
}
#qita {
  display: none;
}
@media screen and (max-width: 1800px) {
  #logo1920 {
    display: none;
  }
  #qita {
    display: block;
  }
  #qita img {
    width: 100%!important;
  }
}
#video {
  width: 100%;
}
