* {
  padding: 0px;
  margin: 0px;
}
body {
  font-size: 15px;
  font-family: "Microsoft YaHei";
  --themeColor: #2F64E6;
  --subColor: #F8810B;
  overflow-x: hidden;
}
a {
  color: #333;
  text-decoration: none;
}
ul {
  list-style: none;
}
.center {
  width: 1520px;
  margin: 0px auto;
}
.header {
  background: #222;
  padding: 15px 0px;
}
.header .header-main {
  width: 1520px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-main .head-logo {
  width: 310px;
}
.header .header-main .nav-one:hover .erji2 {
  visibility: visible !important;
  opacity: 1 !important;
}
.header .header-main .head-nav {
  width: 800px;
}
.header .header-main .head-nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-main .head-nav > ul > li {
  position: relative;
}
.header .header-main .head-nav > ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  display: block;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-main .head-nav > ul > li > a:hover {
  color: var(--themeColor);
}
.header .header-main .head-nav > ul > li > a:hover::after {
  width: 30px !important;
}
.header .header-main .head-nav > ul > li > a::after {
  content: "";
  width: 0px;
  height: 2px;
  background: var(--themeColor);
  border-radius: 10px;
  position: absolute;
  top: 38px;
  transition: all 0.5s;
}
.header .header-main .head-nav > ul > li .erji2 {
  position: absolute;
  width: 120%;
  margin-left: -10%;
  top: 40px;
  z-index: 999;
  padding-top: 10px;
  visibility: hidden;
  transition: all 0.5s;
  opacity: 0;
}
.header .header-main .head-nav > ul > li .erji2 > ul {
  background: #f5f5f5;
}
.header .header-main .head-nav > ul > li .erji2 > ul > li a {
  display: block;
  text-align: center;
  padding: 10px 0px;
  font-size: 13px;
}
.header .header-main .head-nav > ul > li .erji2 > ul > li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.header .header-main .head-jiange {
  width: 1px;
  height: 20px;
  background: var(--subColor);
}
.header .header-main .head-tell-row {
  width: 220px;
  padding-left: 20px;
}
.header .header-main .head-tell-row p {
  font-size: 14px;
  color: #a4a4a4;
}
.header .header-main .head-tell-row h1 {
  color: var(--subColor);
  font-family: arial;
  font-size: 28px;
  margin-top: 3px;
}
.header .header-main .head-yuyan span {
  color: #fff;
  margin: 0px 5px;
}
.header .header-main .head-yuyan a {
  color: #fff;
}
.header .header-main .head-yuyan a:hover {
  color: var(--subColor);
}
.header .header-main .head-yuyan .cur {
  color: var(--subColor) !important;
}
.header .header-main .active {
  color: var(--themeColor) !important;
}
.header .header-main .active::after {
  width: 30px !important;
}
.ht-search {
  background: #222;
  padding: 15px 0px;
  color: #fff;
}
.ht-search .ht-search-main {
  width: 1520px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-nav {
  display: flex;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-nav ul {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.ht-search .ht-search-main .ht-search-nav ul li a {
  color: #fff;
}
.ht-search .ht-search-main .ht-search-nav ul li a:hover {
  text-decoration: underline;
}
.ht-search .ht-search-main .ht-search-nav ul span {
  margin: 0px 10px;
  display: inline-block;
}
.ht-search .ht-search-main .ht-search-form form {
  display: flex;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-form form input[type=text] {
  width: 180px;
  padding: 10px 10px;
  border: none;
}
.ht-search .ht-search-main .ht-search-form form #formBtn {
  background: url(../images/search.png) no-repeat;
  width: 59px;
  height: 35px;
  display: inline-block;
  cursor: pointer;
}
.index-pro {
  background: #f1f1f1;
  padding: 40px 0px;
}
.index-pro .index-pro-main {
  width: 1520px;
  margin: 0px auto;
}
.index-pro .index-pro-main .index-pro-nav {
  background: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left {
  width: 30%;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left h2 {
  font-family: arial;
  font-size: 60px;
  color: #222;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left h3 {
  width: 50px;
  height: 4px;
  background: var(--subColor);
  border-radius: 10px;
  margin: 15px 0px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left p {
  font-size: 35px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left p img {
  margin-left: 15px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left p font {
  color: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right {
  width: 68%;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right ul li {
  width: 32%;
  margin-right: 15px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right ul li a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right ul li a::after {
  content: "";
  width: 1px;
  height: 52px;
  position: absolute;
  left: 0px;
  background: #ddd;
}
.index-pro .index-pro-main .index-pro-head {
  margin-top: 40px;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
  padding: 60px;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-left {
  width: 28%;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-left img {
  display: block;
  border: 1px solid #ddd;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-right {
  width: 66%;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-right span {
  background: #222;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 10px;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-right h1 {
  font-size: 26px;
  margin: 15px 0px;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-right p {
  font-size: 15px;
  line-height: 35px;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-right .index-pro-head-btn {
  margin-top: 50px;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-right .index-pro-head-btn a {
  display: inline-block;
  transition: all 0.5s;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-right .index-pro-head-btn a:first-child {
  color: #222;
  background: #ddd;
  padding: 12px 50px;
  border-radius: 10px;
  margin-right: 20px;
  border: 1px solid #fff;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-right .index-pro-head-btn a:first-child:hover {
  border: 1px solid #222;
  color: #222;
  background: none;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-right .index-pro-head-btn a:nth-child(2) {
  color: #fff;
  background: var(--themeColor);
  padding: 12px 50px;
  border-radius: 10px;
  margin-right: 20px;
  border: 1px solid #fff;
}
.index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-right .index-pro-head-btn a:nth-child(2):hover {
  border: 1px solid var(--themeColor);
  color: var(--themeColor);
  background: none;
}
.index-pro .index-pro-main .index-pro-list {
  margin-top: 50px;
}
.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: 31.5%;
  margin-right: 40px;
  margin-bottom: 40px;
}
.index-pro .index-pro-main .index-pro-list ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-pro .index-pro-main .index-pro-list ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.index-pro .index-pro-main .index-pro-list ul li a:hover::after {
  height: 0px !important;
}
.index-pro .index-pro-main .index-pro-list ul li a:hover .index-pro-zhe {
  opacity: 1;
}
.index-pro .index-pro-main .index-pro-list ul li a .pic {
  overflow: hidden;
  height: 343px;
}
.index-pro .index-pro-main .index-pro-list ul li a .pic img {
  display: block;
}
.index-pro .index-pro-main .index-pro-list ul li a::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #222;
  position: absolute;
  bottom: 0px;
  z-index: 33;
  transition: all 0.5s;
}
.index-pro .index-pro-main .index-pro-list ul li a .index-pro-zhe {
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
.index-pro .index-pro-main .index-pro-list ul li a .index-pro-zhe .index-pro-zhe-main {
  width: 70%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-pro .index-pro-main .index-pro-list ul li a .index-pro-zhe .index-pro-zhe-main h1 {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.index-pro .index-pro-main .index-pro-list ul li a .index-pro-zhe .index-pro-zhe-main h2 {
  width: 50px;
  height: 4px;
  background: var(--themeColor);
  margin: 10px 0px;
}
.index-pro .index-pro-main .index-pro-list ul li a .index-pro-zhe .index-pro-zhe-main p {
  font-size: 15px;
  color: #ddd;
  line-height: 30px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-pro .index-pro-main .index-pro-list ul li a .index-pro-zhe .index-pro-zhe-main span {
  background: var(--subColor);
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  padding: 8px 30px;
  border-radius: 30px;
}
.youshi {
  padding-top: 50px;
  position: relative;
}
.youshi .youshi-nav {
  width: 1520px;
  margin: 0px auto;
}
.youshi .youshi-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youshi .youshi-nav ul li {
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 142px;
  width: 16.5%;
  cursor: pointer;
}
.youshi .youshi-nav ul li p {
  font-size: 22px;
  margin-top: 15px;
}
.youshi .youshi-nav ul .active {
  background: var(--themeColor);
  color: #fff;
}
.youshi .youshi-img {
  margin-top: -50px;
  z-index: -1;
  position: relative;
}
.youshi .youshi-font {
  width: 1280px;
  margin: 0px auto;
  margin-top: -50px;
  background: var(--themeColor);
  padding: 20px;
}
.youshi .youshi-font ul li {
  display: flex;
  align-items: center;
  display: none;
}
.youshi .youshi-font ul li img {
  padding-left: 30px;
}
.youshi .youshi-font ul li p {
  font-size: 19px;
  padding-left: 30px;
  color: #fff;
}
.index-honor {
  margin-top: 60px;
}
.index-honor .index-honor-main {
  width: 1520px;
  margin: 0px auto;
}
.index-honor .index-honor-main .index-honor-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url(../images/zsbg.jpg) no-repeat;
  position: relative;
  height: 130px;
}
.index-honor .index-honor-main .index-honor-title .index-honor-title-bg {
  font-family: impact;
  color: rgba(49, 100, 229, 0.1);
  text-transform: uppercase;
  font-size: 70px;
  position: absolute;
  top: 0px;
}
.index-honor .index-honor-main .index-honor-title .index-honor-title-row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.index-honor .index-honor-main .index-honor-title .index-honor-title-row h1 {
  font-weight: 400;
  font-size: 40px;
  padding-top: 40px;
}
.index-honor .index-honor-main .index-honor-title .index-honor-title-row h1 span {
  color: var(--themeColor);
}
.index-honor .index-honor-main .index-honor-title .index-honor-title-row p {
  font-size: 19px;
  margin-top: 10px;
}
.index-honor .index-honor-main .index-honor-container {
  width: 92%;
  margin: 0px auto;
  margin-top: 30px;
  position: relative;
}
.index-honor .index-honor-main .index-honor-container .swiper-slide a {
  display: block;
}
.index-honor .index-honor-main .index-honor-container .swiper-slide a:hover img {
  transform: scale(1.2);
}
.index-honor .index-honor-main .index-honor-container .swiper-slide a .pic {
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.index-honor .index-honor-main .index-honor-container .swiper-slide a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-honor .index-honor-main .index-honor-container .swiper-slide a p {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
}
.index-honor .index-honor-main .index-honor-container .swiper-button-prev,
.index-honor .index-honor-main .index-honor-container .swiper-container-rtl .swiper-button-next {
  background: url(../images/left.png) no-repeat;
  left: -50px;
}
.index-honor .index-honor-main .index-honor-container .swiper-button-next,
.index-honor .index-honor-main .index-honor-container .swiper-container-rtl .swiper-button-prev {
  background: url(../images/right.png) no-repeat;
  right: -50px;
}
.index-honor .index-honor-main .index-honor-container .swiper-button-next,
.index-honor .index-honor-main .index-honor-container .swiper-button-prev {
  height: 50px;
}
.index-hezuo {
  background: url(../images/kehu.png) no-repeat;
  height: 870px;
  margin-top: 60px;
}
.index-hezuo .index-hezuo-main {
  width: 1520px;
  margin: 0px auto;
}
.index-hezuo .index-hezuo-main .index-hezuo-title {
  padding-top: 80px;
}
.index-hezuo .index-hezuo-main .index-hezuo-title h1 {
  font-family: arial;
  font-size: 60px;
  text-transform: uppercase;
  color: #222;
}
.index-hezuo .index-hezuo-main .index-hezuo-title h2 {
  width: 50px;
  height: 4px;
  background: var(--subColor);
  margin: 10px 0px;
  border-radius: 10px;
}
.index-hezuo .index-hezuo-main .index-hezuo-title p {
  font-size: 36px;
}
.index-hezuo .index-hezuo-main .index-hezuo-title p span {
  color: var(--themeColor);
}
.index-hezuo .index-hezuo-main .index-hezuo-container {
  width: 90%;
  margin: 0px auto;
  margin-top: 50px;
  position: relative;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide {
  display: block;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide a:hover .pic-zhe {
  opacity: 1;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide a:hover .index-hezuo-info {
  background: var(--themeColor);
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide a:hover .index-hezuo-info span {
  color: #fff;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide a:hover .index-hezuo-info h1 {
  color: #fff;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide .pic {
  overflow: hidden;
  position: relative;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide .pic img {
  display: block;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide .pic .pic-zhe {
  position: absolute;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide .pic .pic-zhe span {
  background: var(--themeColor);
  color: #fff;
  width: 55px;
  display: inline-block;
  height: 50px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 5px;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide .index-hezuo-info {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  position: relative;
  transition: all 0.5s;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide .index-hezuo-info::after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--themeColor);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide .index-hezuo-info span {
  font-size: 16px;
  color: #000;
  transition: all 0.5s;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide .index-hezuo-info h1 {
  font-size: 21px;
  font-weight: 600;
  color: #222;
  padding-top: 10px;
  padding-bottom: 30px;
  transition: all 0.5s;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .index-hezuo-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.index-hezuo .index-hezuo-main .index-hezuo-container .index-hezuo-page .swiper-pagination-bullet {
  padding: 6px;
  margin-right: 12px;
}
.title2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 1200px;
  margin: 0px auto;
  height: 80px;
}
.title2 .bg-title {
  text-transform: uppercase;
  font-size: 70px;
  color: rgba(49, 100, 229, 0.1);
  font-family: impact;
  line-height: 1;
}
.title2 h2 {
  font-size: 50px;
  position: absolute;
  font-weight: 400;
  top: 30px;
}
.title2 h2 span {
  color: var(--themeColor);
}
.title2-sub {
  font-size: 20px;
  color: #222;
  text-align: center;
  font-weight: 400;
  margin-top: 30px;
}
.index-about {
  margin-top: 50px;
}
.index-about .index-about-main {
  width: 1520px;
  margin: 0px auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.index-about .index-about-main .index-about-left {
  width: 52%;
}
.index-about .index-about-main .index-about-left video {
  width: 100%;
}
.index-about .index-about-main .index-about-right {
  width: 43%;
}
.index-about .index-about-main .index-about-right .index-about-right-title h1 {
  color: var(--themeColor);
  font-size: 25px;
}
.index-about .index-about-main .index-about-right .index-about-right-title p {
  margin: 20px 0px;
  width: 180px;
  height: 1px;
  background: #ddd;
}
.index-about .index-about-main .index-about-right > p {
  font-size: 16px;
  color: #777;
  line-height: 35px;
}
.index-about .index-about-main .index-about-right ul {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.index-about .index-about-main .index-about-right ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-about .index-about-main .index-about-right ul li h2 {
  font-family: arial;
  color: var(--themeColor);
  font-size: 30px;
  margin: 15px 0px;
}
.index-about .index-about-main .index-about-right ul li p {
  font-size: 20px;
}
.index-news {
  margin-top: 60px;
}
.index-news .index-news-main {
  width: 1520px;
  margin: 0px auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.index-news .index-news-main .index-news-left {
  width: 50%;
  border-right: 1px solid #ddd;
}
.index-news .index-news-main .index-news-left > h2 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 80px;
}
.index-news .index-news-main .index-news-left > h2 span {
  color: #444;
  font-weight: 400;
  font-family: arial;
}
.index-news .index-news-main .index-news-left ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.index-news .index-news-main .index-news-left ul li .index-news-left-left {
  width: 44%;
  background: url(../images/index-news-bg.jpg) no-repeat;
}
.index-news .index-news-main .index-news-left ul li .index-news-left-left a {
  display: block;
  overflow: hidden;
  height: 190px;
  width: 105%;
}
.index-news .index-news-main .index-news-left ul li .index-news-left-left img {
  padding-left: 20px;
  padding-top: 20px;
}
.index-news .index-news-main .index-news-left ul li .index-news-left-right {
  width: 40%;
  margin-right: 60px;
}
.index-news .index-news-main .index-news-left ul li .index-news-left-right h1 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .index-news-main .index-news-left ul li .index-news-left-right p {
  margin: 15px 0px;
  line-height: 30px;
  color: #777;
}
.index-news .index-news-main .index-news-left ul li .index-news-left-right a {
  border: 1px solid #ddd;
  color: #666;
  padding: 8px 20px;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}
.index-news .index-news-main .index-news-right {
  width: 45%;
}
.index-news .index-news-main .index-news-right > h2 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 80px;
}
.index-news .index-news-main .index-news-right > h2 span {
  color: #444;
  font-weight: 400;
  font-family: arial;
}
.index-news .index-news-main .index-news-right ul li {
  margin-bottom: 30px;
}
.index-news .index-news-main .index-news-right ul li a h1 {
  font-size: 18px;
}
.index-news .index-news-main .index-news-right ul li a h1 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--subColor);
  margin-right: 20px;
}
.index-news .index-news-main .index-news-right ul li a h1:hover {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-right ul li a p {
  padding-left: 30px;
  margin-top: 15px;
  line-height: 30px;
  color: #777;
}
.aboutBanner {
  display: block;
}
.footer {
  background: url(../images/foot-bottom.png) no-repeat;
  height: 677px;
  width: 100%;
  margin-top: 80px;
}
.footer .footer-main {
  width: 1520px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-left {
  width: 35%;
  padding-top: 140px;
}
.footer .footer-main .footer-left > img {
  width: 405px;
}
.footer .footer-main .footer-left ul {
  margin-top: 30px;
}
.footer .footer-main .footer-left ul li {
  display: flex;
  align-items: center;
  line-height: 35px;
}
.footer .footer-main .footer-left ul li:first-child {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.footer .footer-main .footer-left ul li:first-child img {
  margin-right: 5px;
}
.footer .footer-main .footer-left ul li:first-child p {
  color: #d2d2d2;
  font-size: 16px;
}
.footer .footer-main .footer-left ul li:first-child h1 {
  color: var(--subColor);
  font-family: arial;
  margin-top: 5px;
  margin-bottom: 20px;
}
.footer .footer-main .footer-left ul li img {
  margin-right: 10px;
}
.footer .footer-main .footer-left ul li p {
  font-size: 16px;
  color: #d2d2d2;
}
.footer .footer-main .footer-right {
  width: 60%;
  padding-top: 140px;
}
.footer .footer-main .footer-right .footer-right-top {
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-right .footer-right-top .foot-item h3 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}
.footer .footer-main .footer-right .footer-right-top .foot-item p {
  width: 23px;
  height: 2px;
  background: var(--subColor);
  border-radius: 10px;
  margin: 10px 0px;
}
.footer .footer-main .footer-right .footer-right-top .foot-item ul li {
  line-height: 35px;
}
.footer .footer-main .footer-right .footer-right-top .foot-item ul li a {
  color: #d2d2d2;
}
.footer .footer-main .footer-right .footer-right-top .foot-item ul li a:hover {
  color: var(--subColor);
}
.footer .footer-main .footer-right .footer-right-top #erwei {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer .footer-main .footer-right .footer-right-top #erwei h5 {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 400;
}
.footer .footer-main .footer-right .footer-link {
  margin-top: 40px;
}
.footer .footer-main .footer-right .footer-link p {
  font-family: arial;
  color: var(--subColor);
}
.footer .footer-main .footer-right .footer-link .footer-link-bottom {
  display: flex;
  align-items: center;
  padding-top: 6px;
}
.footer .footer-main .footer-right .footer-link .footer-link-bottom h1 {
  font-size: 22px;
  color: #fff;
}
.footer .footer-main .footer-right .footer-link .footer-link-bottom img {
  margin-right: 10px;
  margin-left: 30px;
}
.footer .footer-main .footer-right .footer-link .footer-link-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-main .footer-right .footer-link .footer-link-bottom ul li {
  margin-right: 10px;
}
.footer .footer-main .footer-right .footer-link .footer-link-bottom ul li:last-child {
  margin-right: 0px;
}
.footer .footer-main .footer-right .footer-link .footer-link-bottom ul li a {
  color: #d2d2d2;
  font-size: 16px;
}
.footer .footer-main .footer-right .footer-link .footer-link-bottom ul li a:hover {
  color: var(--subColor);
}
.footer .copying {
  width: 1520px;
  margin: 0px auto;
  padding-top: 150px;
}
.footer .copying .copying-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .copying .copying-main .copying-left {
  width: 35%;
}
.footer .copying .copying-main .copying-left a {
  margin-right: 10px;
  color: #d2d2d2;
  font-size: 16px;
}
.footer .copying .copying-main .copying-left a:hover {
  color: var(--subColor);
}
.footer .copying .copying-main .copying-right {
  width: 60%;
  color: #d2d2d2;
}
.footer .copying .copying-main .copying-right p {
  font-size: 16px;
}
.ht-container {
  width: 1520px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.ht-container .ht-left {
  width: 20%;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title h2 {
  background: var(--themeColor);
  color: #fff;
  font-size: 26px;
  padding: 30px 0px;
  text-align: center;
}
.ht-container .ht-left .ht-left-nav ul {
  padding: 0px 20px 20px 20px;
  border: 1px solid var(--themeColor);
}
.ht-container .ht-left .ht-left-nav ul li {
  margin-top: 20px;
}
.ht-container .ht-left .ht-left-nav ul li a {
  display: block;
  text-align: center;
  padding: 15px 0px;
  font-size: 18px;
  background: #f5f5f5;
  transition: all 0.5s;
}
.ht-container .ht-left .ht-left-nav ul li a:hover {
  background: var(--themeColor);
  color: #fff;
  border-radius: 35px;
}
.ht-container .ht-left .ht-left-lianxi {
  margin-top: 30px;
}
.ht-container .ht-left .ht-left-lianxi h2 {
  background: var(--themeColor);
  color: #fff;
  font-size: 26px;
  padding: 30px 0px;
  text-align: center;
}
.ht-container .ht-left .ht-left-lianxi ul {
  background: #f5f5f5;
  padding: 15px;
}
.ht-container .ht-left .ht-left-lianxi ul li {
  line-height: 35px;
}
.ht-container .ht-left .ht-left-lianxi ul li img {
  border-radius: 10px 0px;
}
.ht-container .ht-right {
  width: 77%;
}
.ht-container .ht-right .ht-right-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.ht-container .ht-right .ht-right-title-row span {
  font-size: 25px;
  font-weight: 600;
  color: var(--themeColor);
  padding-left: 30px;
  border-left: 6px solid var(--themeColor);
}
.ht-container .ht-right .ht-right-title-row .ht-right-position {
  color: #4d4d4d;
}
.ht-container .ht-right .ht-right-title-row .ht-right-position i {
  color: var(--themeColor);
  font-size: 18px;
}
.ht-container .ht-right .aboutcont {
  font-size: 15px;
  color: #222;
  line-height: 2;
  padding-top: 20px;
}
.ht-container .ht-right .aboutcont img {
  max-width: 100% !important;
}
.newslist {
  border-radius: 4px;
  margin-top: 25px;
  padding: 15px 0px;
}
.newslist ul li:last-child a {
  border-bottom: 0px;
}
.newslist ul li a:hover {
  text-decoration: none;
  color: var(--themeColor);
}
.newslist ul li .newslink {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  transition: all 1s;
  padding: 25px 20px;
}
.newslist ul li .newslink:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.newslist ul li .newslink:hover h3 {
  color: var(--themeColor) !important;
}
.newslist ul li .newslink .news-left {
  flex: 2;
}
.newslist ul li .newslink .news-left .news-left-img {
  overflow: hidden;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newslist ul li .newslink .news-left .news-left-img img {
  display: block;
}
.newslist ul li .newslink .news-container {
  flex: 6;
  padding: 0px 25px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.newslist ul li .newslink .news-container .news-title-row h3 {
  color: #111;
  font-weight: 400;
  font-size: 18px;
}
.newslist ul li .newslink .news-container .news-title-row p {
  color: #666;
  font-size: 13px;
  line-height: 2.3;
  margin-top: 12px;
  text-align: justify;
}
.newslist ul li .newslink .news-container .news-visits dl {
  display: flex;
}
.newslist ul li .newslink .news-container .news-visits dl dd {
  color: #999;
  font-size: 13px;
  border-bottom: 0px;
  margin-right: 20px;
}
.newslist ul li .newslink .news-container .news-visits dl dd i {
  margin-right: 8px;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
}
.page .page-status,
.page a {
  cursor: pointer;
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 4px;
}
.page .page-status:hover,
.page a:hover {
  background: var(--themeColor);
  color: #fff;
}
.newscont {
  margin-top: 30px;
}
.newscont .newscont-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.newscont .newscont-title h2 {
  background: url(../images/title_bg.png) no-repeat center;
  height: 30px;
  width: 100%;
}
.newscont .newscont-title h1 {
  font-size: 25px;
  color: var(--themeColor);
}
.newscont .newscont-title ul {
  display: flex;
  margin-top: 5px;
  padding-bottom: 20px;
}
.newscont .newscont-title ul li {
  margin-right: 20px;
  color: #777;
  font-size: 14px;
}
.newscont .newscontent {
  font-size: 15px;
  color: #333;
  line-height: 2;
}
.newscont .newscontent img {
  max-width: 100% !important;
}
.newscont .PreNext {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newscont .PreNext a:hover {
  color: var(--themeColor);
}
.productlist {
  margin-top: 30px;
}
.productlist ul {
  display: flex;
  flex-wrap: wrap;
}
.productlist ul li {
  width: 32%;
  margin-right: 23px;
  margin-bottom: 20px;
}
.productlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist ul li > a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.productlist ul li > a img {
  display: block;
  height: 267px;
}
.productlist ul li > a:hover .pro-zhe {
  top: 0px;
}
.productlist ul li > a .pro-zhe {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  top: -100%;
}
.productlist ul li > a .pro-zhe .pro-zhe-main {
  width: 85%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.productlist ul li > a .pro-zhe .pro-zhe-main h1 {
  font-size: 18px;
  color: #fff;
}
.productlist ul li > a .pro-zhe .pro-zhe-main h2 {
  width: 30px;
  height: 3px;
  background: var(--themeColor);
  border-radius: 10px;
  margin: 10px 0px;
}
.productlist ul li > a .pro-zhe .pro-zhe-main p {
  color: #d2d2d2;
  line-height: 28px;
}
.productlist ul li > a .pro-zhe .pro-zhe-main span {
  background: var(--subColor);
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  margin-top: 15px;
  padding: 6px 20px;
  font-size: 12px;
}
.productlist ul li > p {
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.procont .proTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.procont .proTop .proTop-left {
  width: 40%;
  border: 1px solid #ddd;
}
.procont .proTop .proTop-left img {
  display: block;
}
.procont .proTop .proTop-right {
  width: 58%;
}
.procont .proTop .proTop-right h1 {
  font-size: 22px;
  color: var(--themeColor);
}
.procont .proTop .proTop-right ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.procont .proTop .proTop-right ul li {
  font-size: 14px;
  color: #777;
  margin-right: 15px;
}
.procont .proTop .proTop-right p {
  line-height: 35px;
  color: #666;
  margin-top: 15px;
}
.procont .proTop .proTop-right .proTop-btn {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 25px;
  display: flex;
  align-items: center;
}
.procont .proTop .proTop-right .proTop-btn a {
  display: inline-block;
  width: 180px;
  margin-right: 25px;
  background: var(--themeColor);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 15px 0px;
  transition: all 0.5s;
}
.procont .proTop .proTop-right .proTop-btn a:nth-child(2) {
  margin-right: 0px;
}
.procont .proTop .proTop-right .proTop-btn a:hover {
  background: var(--subColor);
  color: #fff;
}
.procont .proxq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.procont .proxq h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--themeColor);
}
.procont .proxq h3 {
  width: 100%;
  background: url(../images/title_bg2.png) no-repeat center;
  height: 20px;
}
.procont .procontent {
  font-size: 15px;
  color: #333;
  line-height: 2;
  padding-top: 20px;
}
.procont .procontent img {
  max-width: 100% !important;
}
.banenr1 .swiper-pagination-bullet {
  border-radius: 0px !important;
  padding: 2px 15px;
  background: #fff !important;
  opacity: 0.8 !important;
}
.banenr1 .swiper-pagination-bullet-active {
  background: var(--themeColor) !important;
  opacity: 1 !important;
}
.banenr1 img {
  display: block;
}
.youshiTitle {
  display: block;
}
.hezuolist,
.honorlist {
  margin-top: 30px;
}
.hezuolist ul,
.honorlist ul {
  display: flex;
  flex-wrap: wrap;
}
.hezuolist ul li,
.honorlist ul li {
  width: 32%;
  margin-right: 20px;
  margin-bottom: 30px;
}
.hezuolist ul li:nth-child(3n),
.honorlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.hezuolist ul li > a,
.honorlist ul li > a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.hezuolist ul li > a img,
.honorlist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.hezuolist ul li > a img:hover,
.honorlist ul li > a img:hover {
  transform: scale(1.2);
}
.hezuolist ul li > p,
.honorlist ul li > p {
  text-align: center;
  margin-top: 15px;
}
.hezuolist ul li > p a,
.honorlist ul li > p a {
  font-size: 16px;
}
.redian {
  margin-top: 60px;
}
.redian .redian-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.redian .redian-title h4 {
  display: flex;
  align-items: flex-end;
}
.redian .redian-title h4 p {
  font-size: 16px;
  font-weight: 400;
  color: #bb0000;
}
.redian .redian-title h4 i {
  color: #999;
  font-size: 12px;
  font-family: arial;
  margin-left: 5px;
}
.redian .redian-top {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.redian .redian-top .redian-topLeft {
  width: 25%;
}
.redian .redian-top .redian-topLeft img {
  height: 156px;
}
.redian .redian-top .redian-topRight {
  width: 73%;
}
.redian .redian-top .redian-topRight a h3 {
  font-size: 18px;
  color: #222;
}
.redian .redian-top .redian-topRight a h3:hover {
  color: var(--themeColor);
}
.redian .redian-top .redian-topRight p {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.redian .redian-top .redian-topRight .redian-more {
  display: flex;
  justify-content: flex-end;
}
.redian .redian-top .redian-topRight .redian-more a {
  color: var(--themeColor);
}
.redian ul {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.redian ul li {
  width: 48%;
  margin-right: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: circle;
}
.redian ul li a {
  font-size: 14px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.redian ul li a:hover {
  color: var(--themeColor);
}
.redian ul li span {
  font-size: 13px;
  color: #bb0000;
}
.redian ul li:nth-child(2n) {
  margin-right: 0px;
}
.ht-kefu {
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 9999;
}
.ht-kefu ul li {
  position: relative;
}
.ht-kefu ul li:hover > a {
  background: var(--subColor);
}
.ht-kefu ul li:hover .ht-kefu-dnoe {
  visibility: visible;
  opacity: 1;
}
.ht-kefu ul li:hover .ht-kefu-dnoe2 {
  visibility: visible;
  opacity: 1;
}
.ht-kefu ul li:last-child a {
  border-bottom: none;
}
.ht-kefu ul li > a {
  background: var(--themeColor);
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
  transition: all 0.5s;
}
.ht-kefu ul li > a i {
  font-size: 28px;
}
.ht-kefu ul li > a p {
  font-size: 14px;
  margin-top: 5px;
}
.ht-kefu ul li .ht-kefu-dnoe {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  right: 80px;
  top: 0px;
  padding-right: 20px;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main {
  background: #f5f5f5;
  width: 270px;
  padding: 20px;
  border-top: 8px solid var(--themeColor);
  display: flex;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-left {
  margin-right: 10px;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-left i {
  font-size: 40px;
  color: var(--themeColor);
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-right h1 {
  font-size: 26px;
  color: #333;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-right p {
  color: #777;
  margin-top: 5px;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main2 {
  background: #f5f5f5;
  width: 270px;
  padding: 20px;
  border-top: 8px solid var(--themeColor);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main2 p {
  margin-top: 10px;
}
.ht-kefu ul li .ht-kefu-dnoe2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  right: 80px;
  top: 0px;
  padding-right: 20px;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main {
  background: #f5f5f5;
  width: 150px;
  padding: 20px;
  border-top: 8px solid var(--themeColor);
  display: flex;
  flex-direction: column;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div {
  margin-bottom: 10px;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div:nth-child(2) {
  margin-bottom: 0px;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div a {
  display: flex;
  align-items: center;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div a img {
  width: 35px;
  margin-right: 15px;
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div a:hover {
  color: var(--themeColor);
}
.ht-kefu ul li .ht-kefu-dnoe2 .ht-kefu-dnoe-main div p {
  font-size: 13px;
  margin-top: 5px;
}
.ht-liuyan {
  width: 920px;
  margin-top: 30px;
}
.ht-liuyan h3 {
  font-size: 30px;
  text-align: center;
  color: #4d4d4d;
  font-weight: 500;
}
.form-group {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-group .form-item {
  width: 49%;
}
.form-item input {
  width: 250px;
  height: 35px;
  padding: 0px 10px;
}
.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;
}
.form-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-btn input {
  margin-right: 10px;
}
.form-btn input:nth-child(1) {
  background: var(--themeColor);
  border: none;
  color: #fff;
  padding: 8px 25px;
  cursor: pointer;
}
.form-btn input:nth-child(2) {
  background: #dd2c14;
  border: none;
  color: #fff;
  padding: 8px 25px;
  cursor: pointer;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
@media screen and (max-width: 1800px) {
  .banenr1 img {
    width: 100% !important;
  }
  .youshiTitle {
    width: 100% !important;
  }
  .aboutBanner {
    width: 100% !important;
  }
}
@media screen and (max-width: 1680px) {
  .footer {
    background-size: 100% 100%;
    height: 565px;
  }
  .footer .footer-main .footer-right,
  .footer .footer-main .footer-left {
    padding-top: 40px;
  }
  .footer .copying {
    padding-top: 143px;
  }
  .footer .copying .copying-main .copying-left a {
    font-size: 15px;
  }
  .footer .footer-main .footer-left ul li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .header .header-main,
  .ht-search .ht-search-main,
  .index-pro .index-pro-main,
  .youshi .youshi-nav,
  .index-honor .index-honor-main,
  .index-hezuo .index-hezuo-main,
  .index-about .index-about-main,
  .index-news .index-news-main,
  .footer .footer-main,
  .footer .copying,
  .ht-container {
    width: 1200px;
  }
  .header .header-main .head-nav {
    width: 630px;
  }
  .header .header-main .head-nav > ul > li > a {
    font-size: 15px;
    padding: 10px 13px;
  }
  .header .header-main .head-logo {
    width: 260px;
  }
  .header .header-main .head-logo img {
    width: 100%;
  }
  .header .header-main .head-tell-row h1 {
    font-size: 20px;
  }
  .header .header-main .head-tell-row {
    width: 155px;
  }
  .header .header-main .head-nav > ul > li .erji2 {
    width: 140%;
  }
  .index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-left {
    width: 33%;
  }
  .index-pro .index-pro-main .index-pro-head .swiper-slide .index-pro-head-right {
    width: 60%;
  }
  .index-pro .index-pro-main .index-pro-list ul li {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .index-pro .index-pro-main .index-pro-list ul li a .index-pro-zhe .index-pro-zhe-main {
    width: 80%;
  }
  .index-pro .index-pro-main .index-pro-list ul li a .index-pro-zhe .index-pro-zhe-main h1,
  .index-hezuo .index-hezuo-main .index-hezuo-container .swiper-slide .index-hezuo-info h1,
  .productlist ul li > a .pro-zhe .pro-zhe-main h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .index-pro .index-pro-main .index-pro-list ul li a .index-pro-zhe .index-pro-zhe-main p {
    line-height: 26px;
  }
  .index-honor .index-honor-main .index-honor-title {
    background: url(../images/zsbg.jpg) no-repeat center;
  }
  .index-about .index-about-main .index-about-right > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .productlist ul li {
    margin-right: 18px;
  }
  .productlist ul li > a .pro-zhe .pro-zhe-main p {
    line-height: 25px;
    font-size: 12px;
    text-align: justify;
  }
  .productlist ul li > a .pro-zhe .pro-zhe-main span {
    padding: 4px 15px;
  }
  .procont .proTop .proTop-right {
    width: 56%;
  }
  .ht-container .ht-left .ht-left-nav ul li a {
    font-size: 16px;
  }
  .hezuolist ul li,
  .honorlist ul li {
    margin-right: 17px;
  }
}
