* {
  padding: 0px;
  margin: 0px;
}
/* body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  --themeColor: #005eae;
  --subColor: #ff9a00;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased!important;
} */
a {
  text-decoration: none;
  color: #333;
}
ul {
  /* list-style: none; */
}
.ht-bigDiv {
  overflow: hidden;
}
.center {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
}
.head {
  display: block!important;
}
.mobile-head {
  display: none!important;
}
.pc-status {
  display: block!important;
}
.mobile-status {
  display: none!important;
}
.mobile-head {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  transition: all 0.5s;
  display: none;
  background: #222;
}
.mobile-head img {
  margin-top: 5px;
}
.mobile-open {
  background: #222;
}
.mobile-head .mobile-head-main {
  width: 85%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
}
.mobile-head .mobile-head-btn .mobile-san {
  display: flex;
  flex-direction: column;
}
.mobile-head-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-head-btn .mobile-close {
  display: none;
  font-size: 30px;
  color: #9c9c9c;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  margin-left: 20px;
  font-weight: 600;
}
.mobile-head .mobile-head-btn span {
  width: 20px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin-bottom: 4px;
}
.mobile-head .mobile-head-btn span:last-child {
  margin-bottom: 0px;
}
.mobile-haed-nav {
  overflow: hidden;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  height: 0px;
}
.mobile-haed-nav > ul > li {
  padding: 10px 30px;
  border-bottom: 0.5px solid #4d4d4d;
  position: relative;
}
.mobile-haed-nav > ul > li .m-erji2 {
  position: relative;
  width: 100%;
  z-index: 666;
  margin: 0px 0px 10px 0px;
  display: none;
}
.mobile-haed-nav > ul > li .m-erji2 ul {
  display: flex;
  flex-wrap: wrap;
}
.mobile-haed-nav > ul > li .m-erji2 ul li {
  margin-right: 10px;
  line-height: 25px;
}
.mobile-haed-nav > ul > li .m-erji2 ul li a {
  color: #808080;
  font-size: 14px;
}
.mobile-haed-nav > ul > li > .m-iserji {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-haed-nav > ul > li > .m-iserji span {
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-size: 20px;
}
.mobile-haed-nav > ul > li > .m-iserji > a {
  color: #ddd;
  font-size: 15px;
  display: block;
}
.mobile-haed-nav > ul > li:last-child {
  border-bottom: 0px;
}
.mobile-open .mobile-haed-nav {
  visibility: visible;
  height: auto;
  opacity: 1!important;
}
.mobile-open .mobile-san {
  display: none!important;
}
.mobile-open .mobile-close {
  display: flex!important;
}
.mobile-haed-nav ul li form input[type="text"] {
  width: 80%;
  padding: 10px;
  border-radius: 35px;
  border: 1px solid #ddd;
}
.mobile-haed-nav ul li form span {
  width: 30px;
  height: 30px;
  background: url(../images/ico13.png) no-repeat;
  display: block;
  position: absolute;
  right: 5px;
  top: 20px;
  right: 30px;
  background-size: 100%;
  cursor: pointer;
  transform: rotateY(180deg);
}
.head-active {
  background: #fff !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.head-active .head-nav > ul > li > a {
  color: var(--themeColor) !important;
}
.head-active .head-yuyan h3 {
  color: var(--themeColor) !important;
}
.head {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
}
.head .head-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main .head-logo {
  width: 15%;
}
.head .head-main .head-nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main .head-nav > ul {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main .head-nav > ul > li {
  position: relative;
}
.head .head-main .head-nav > ul > li:hover .erji2 {
  visibility: visible!important;
  opacity: 1!important;
}
.head .head-main .head-nav > ul > li > a {
  color: #fff;
  display: block;
  font-size: 16px;
  position: relative;
  padding: 30px 0px;
}
.head .head-main .head-nav > ul > li > a:hover {
  color: var(--themeColor);
}
.head .head-main .head-nav > ul > li > a:hover::after {
  width: 100%!important;
}
.head .head-main .head-nav > ul > li > a::after {
  content: "";
  width: 0%;
  height: 3px;
  background: var(--themeColor);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s;
}
.head .head-main .head-nav > ul > li .active {
  color: var(--themeColor);
}
.head .head-main .head-nav > ul > li .active::after {
  width: 100%!important;
}
.head .head-main .head-nav > ul > li .erji2 {
  position: absolute;
  left: -50%;
  width: 200%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.head .head-main .head-nav > ul > li .erji2 ul {
  background: #fff;
}
.head .head-main .head-nav > ul > li .erji2 ul li a {
  text-align: center;
  display: block;
  font-size: 15px;
  padding: 15px 0px;
}
.head .head-main .head-nav > ul > li .erji2 ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.head .head-main .head-nav .head-yuyan {
  position: relative;
}
.head .head-main .head-nav .head-yuyan:hover .yuyaner {
  visibility: visible!important;
  opacity: 1!important;
}
.head .head-main .head-nav .head-yuyan:hover h3 {
  color: var(--themeColor);
}
.head .head-main .head-nav .head-yuyan h3 {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.head .head-main .head-nav .head-yuyan h3 i {
  font-size: 22px;
  margin-right: 8px;
}
.head .head-main .head-nav .head-yuyan .yuyaner {
  position: absolute;
  left: -50%;
  width: 200%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.head .head-main .head-nav .head-yuyan .yuyaner ul {
  background: #fff;
  margin-top: 29px;
}
.head .head-main .head-nav .head-yuyan .yuyaner ul li a {
  text-align: center;
  display: block;
  font-size: 15px;
  padding: 15px 0px;
}
.head .head-main .head-nav .head-yuyan .yuyaner ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.index-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.index-title h2 {
  color: rgba(0, 94, 172, 0.1);
  font-family: impact, arial;
  font-size: 52px;
  font-weight: 400;
  text-transform: uppercase;
}
.index-title h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  margin-top: -35px;
}
.index-title img {
  display: block;
  margin-top: 15px;
}
.index-hexin {
  background: url(../images/hexin.jpg) no-repeat center;
  width: 100%;
  height: 800px;
}
.index-hexin .index-title {
  padding-top: 70px;
}
.index-hexin .index-hexin-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  margin-top: 100px;
}
.index-hexin .index-hexin-main ul {
  display: flex;
  justify-content: space-between;
}
.index-hexin .index-hexin-main ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-hexin .index-hexin-main ul li h1 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-top: 15px;
}
.index-hexin .index-hexin-main ul li p {
  text-align: center;
  color: #767676;
  line-height: 26px;
  margin-top: 15px;
}
.index-pro {
  width: 100%;
  height: 800px;
  background: url(../images/pro-bg.jpg) no-repeat center;
}
.index-pro .index-title {
  padding-top: 70px;
}
.index-pro .index-title h1 {
  color: #111;
}
.index-pro .index-pro-main {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  margin-top: 80px;
}
.index-pro .index-pro-main .swiper-container_pro {
  padding-bottom: 30px;
}
.index-pro .index-pro-main .swiper-container_pro .swiper-pagination-bullet {
  padding: 2px;
  margin: 0px 8px;
}
.index-pro .index-pro-main .swiper-container_pro .swiper-pagination-bullet-active {
  background: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-pro .index-pro-main .index-pro-list .index-pro-left {
  width: 500px;
}
.index-pro .index-pro-main .index-pro-list .index-pro-right {
  width: 530px;
}
.index-pro .index-pro-main .index-pro-list .index-pro-right h1 {
  font-size: 35px;
  font-weight: 400;
  color: #111;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.index-pro .index-pro-main .index-pro-list .index-pro-right h3 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 15px;
}
.index-pro .index-pro-main .index-pro-list .index-pro-right span {
  display: inline-block;
  width: 35px;
  height: 2px;
  background: var(--subColor);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.index-pro .index-pro-main .index-pro-list .index-pro-right p {
  color: #767676;
  line-height: 35px;
  padding-top: 35px;
}
.index-pro .index-pro-main .index-pro-list .index-pro-right a {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 40px;
  border-radius: 35px;
  border: 1px solid var(--themeColor);
  font-size: 14px;
  color: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-list .index-pro-right a:hover {
  background: var(--themeColor);
  color: #fff;
}
.youshi {
  background: #111;
  padding: 70px 0px 20px 0px;
}
.youshi .index-title h1 {
  margin-top: -40px;
}
.youshi .index-title h1 span {
  display: inline-block;
  margin: 0px 10px;
  font-family: arial;
  color: var(--subColor);
  font-weight: 600;
  font-size: 50px;
}
.youshi .youshi-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  margin-top: 50px;
}
.youshi .youshi-main .youshi-nav {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.youshi .youshi-main .youshi-nav ul {
  display: flex;
}
.youshi .youshi-main .youshi-nav ul li {
  border-right: 1px solid #f1f1f1;
  width: 25%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0px;
  cursor: pointer;
}
.youshi .youshi-main .youshi-nav ul li:last-child {
  border-right: 0px;
}
.youshi .youshi-main .youshi-nav ul li h2 {
  font-size: 24px;
  font-weight: 400;
}
.youshi .youshi-main .youshi-nav ul li p {
  font-size: 16px;
  color: #888888;
  margin-top: 10px;
}
.youshi .youshi-main .youshi-nav ul li span {
  width: 30px;
  height: 1px;
  display: inline-block;
  background: #c7c7c7;
  margin-top: 15px;
  transition: all 0.1s;
  opacity: 1;
}
.youshi .youshi-main .youshi-nav ul li img {
  display: block;
  margin-top: 10px;
  visibility: hidden;
  transition: all 0.1s;
  opacity: 0;
}
.youshi .youshi-main .youshi-nav ul .active span {
  visibility: hidden;
  opacity: 0;
}
.youshi .youshi-main .youshi-nav ul .active img {
  visibility: visible;
  opacity: 1;
}
.youshi .youshi-main .youshi-group {
  padding: 20px 90px;
}
.youshi .youshi-main .youshi-group .youshi-item {
  display: none;
  justify-content: space-between;
  margin-top: 15px;
}
.youshi .youshi-main .youshi-group .youshi-item:first-child {
  display: flex;
}
.youshi .youshi-main .youshi-group .youshi-item .youshi-left {
  width: 48%;
}
.youshi .youshi-main .youshi-group .youshi-item .youshi-left .youshi-ico {
  display: flex;
  align-items: center;
}
.youshi .youshi-main .youshi-group .youshi-item .youshi-left .youshi-ico h1 {
  color: var(--themeColor);
  font-family: arial;
  font-size: 60px;
}
.youshi .youshi-main .youshi-group .youshi-item .youshi-left .youshi-ico span {
  width: 30px;
  height: 2px;
  background: var(--themeColor);
  display: inline-block;
  margin-top: 20px;
}
.youshi .youshi-main .youshi-group .youshi-item .youshi-left > h1 {
  font-size: 34px;
  color: #fff;
}
.youshi .youshi-main .youshi-group .youshi-item .youshi-left > h1 span {
  font-size: 16px;
  font-family: arial;
  color: #898989;
  font-weight: 400;
}
.youshi .youshi-main .youshi-group .youshi-item .youshi-left > p {
  font-size: 16px;
  font-weight: 400;
  color: #767676;
  line-height: 35px;
  margin-top: 20px;
}
.youshi .youshi-main .youshi-group .youshi-item .youshi-right {
  width: 40%;
  margin-top: 40px;
}
.index-case {
  width: 100%;
  height: 800px;
  background: url(../images/case-bg.jpg) no-repeat center;
}
.index-case .index-title {
  padding-top: 70px;
}
.index-case .index-title h1 {
  color: #111;
}
.index-case .index-case-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  margin-top: 50px;
}
.index-case .index-case-main .swiper-container_case {
  padding-bottom: 70px;
}
.index-case .index-case-main .swiper-container_case .swiper-pagination-bullet {
  padding: 2px;
  margin: 0px 8px;
}
.index-case .index-case-main .swiper-container_case .swiper-pagination-bullet-active {
  background: var(--themeColor);
}
.index-case .index-case-main a {
  display: block;
  background: #fff;
  border-bottom: 3px solid var(--themeColor);
  transition: all 0.5s;
}
.index-case .index-case-main a:hover {
  background: var(--themeColor);
}
.index-case .index-case-main a:hover h1 {
  color: #fff !important;
}
.index-case .index-case-main a:hover p {
  color: #ccc !important;
}
.index-case .index-case-main a:hover .pic-zhe {
  opacity: 1!important;
}
.index-case .index-case-main a .pic {
  position: relative;
  overflow: hidden;
}
.index-case .index-case-main a .pic img {
  display: block;
}
.index-case .index-case-main a .pic .pic-zhe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  opacity: 0;
}
.index-case .index-case-main a .pic .pic-zhe span {
  background: var(--subColor);
  display: flex;
  width: 50px;
  height: 50px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  border-radius: 35px;
}
.index-case .index-case-main a .index-case-info {
  padding: 20px 20px 30px 20px;
}
.index-case .index-case-main a .index-case-info h1 {
  color: #111;
  font-weight: 400;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-case .index-case-main a .index-case-info p {
  margin-top: 15px;
  font-size: 15px;
  color: #777;
  line-height: 24px;
  height: 48px;
}
.index-about {
  background: url(../images/index-about.jpg) no-repeat center;
  width: 100%;
  height: 820px;
}
.index-about .index-title {
  padding-top: 70px;
}
.index-about .index-about-main {
  max-width: 1100px;
  width: 95%;
  margin: 0px auto;
  margin-top: 60px;
}
.index-about .index-about-main .index-about-jiesao p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 38px;
}
.index-about .index-about-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.index-about .index-about-main ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-about .index-about-main ul li img {
  display: block;
}
.index-about .index-about-main ul li h2 {
  padding: 15px 0px 5px 0px;
  font-family: arial;
  font-weight: 400;
  color: #fff;
  font-size: 52px;
}
.index-about .index-about-main ul li h2 b {
  font-weight: 400;
}
.index-about .index-about-main ul li h2 span {
  font-weight: 400;
  font-size: 25px;
  display: inline-block;
  margin-left: 5px;
}
.index-about .index-about-main ul li p {
  color: #fff;
}
.index-about .index-about-main .index-about-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.index-about .index-about-main .index-about-more a {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 40px;
  border-radius: 35px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
}
.index-about .index-about-main .index-about-more a:hover {
  background: var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
}
.index-news {
  background: url(../images/case-bg.jpg) center;
  width: 100%;
  height: 850px;
}
.index-news .index-title {
  padding-top: 70px;
}
.index-news .index-title h1 {
  color: #111;
}
.index-news .index-news-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  margin-top: 60px;
}
.index-news .index-news-main .index-news-nav ul {
  display: flex;
}
.index-news .index-news-main .index-news-nav ul li:nth-child(1) a {
  border-right: 0px;
}
.index-news .index-news-main .index-news-nav ul li a {
  display: block;
  border: 1px solid var(--themeColor);
  padding: 13px 40px;
  font-weight: 400;
  font-size: 17px;
}
.index-news .index-news-main .index-news-nav ul li .active {
  background: var(--themeColor);
  color: #fff;
  font-weight: 600;
}
.index-news .index-news-main .index-news-group .index-news-item {
  display: none;
  justify-content: space-between;
}
.index-news .index-news-main .index-news-group .index-news-item:first-child {
  display: flex;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-left {
  width: 43%;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-left a {
  display: block;
  overflow: hidden;
  position: relative;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-left a .pic {
  overflow: hidden;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-left a .pic img {
  display: block;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-left a .index-news-left-title {
  background: rgba(0, 94, 174, 0.8);
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 10px 0px;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-left a .index-news-left-title h1 {
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-left a .index-news-left-title p {
  padding-left: 25px;
  padding-right: 25px;
  color: #ddd;
  font-size: 13px;
  line-height: 25px;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-right {
  width: 52%;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-right ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-right ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-right ul li a {
  display: flex;
  justify-content: space-between;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-right ul li a:hover h1 {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-right ul li a .index-news-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 15%;
  align-items: center;
  font-family: arial;
  border-right: 1px solid #ddd;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-right ul li a .index-news-date .index-news-date-d {
  font-size: 40px;
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-right ul li a .index-news-date .index-news-date-ym {
  font-size: 13px;
  color: #444;
  margin-top: 5px;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-right ul li a .index-news-right-title {
  width: 80%;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-right ul li a .index-news-right-title h1 {
  font-size: 17px;
  font-weight: 400;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-right ul li a .index-news-right-title p {
  font-size: 14px;
  margin-top: 10px;
  color: #888;
  line-height: 25px;
}
.index-faq {
  margin-bottom: 50px;
}
.index-faq .index-faq-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.index-faq .index-faq-main .index-faq-left {
  width: 20%;
}
.index-faq .index-faq-main .index-faq-left h1 {
  font-size: 22px;
}
.index-faq .index-faq-main .index-faq-left p {
  color: #999;
  font-family: arial;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 8px;
}
.index-faq .index-faq-main .index-faq-left ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.index-faq .index-faq-main .index-faq-left ul li {
  width: 70px;
  height: 35px;
  cursor: pointer;
}
.index-faq .index-faq-main .index-faq-left ul li:nth-child(1) {
  background: url(../images/f-left.png) no-repeat;
}
.index-faq .index-faq-main .index-faq-left ul li:nth-child(1):hover {
  background: url(../images/f-left-a.png) no-repeat;
}
.index-faq .index-faq-main .index-faq-left ul li:nth-child(2) {
  background: url(../images/f-right.png) no-repeat;
}
.index-faq .index-faq-main .index-faq-left ul li:nth-child(2):hover {
  background: url(../images/f-right-a.png) no-repeat;
}
.index-faq .index-faq-main .index-faq-right {
  width: 80%;
}
.index-faq .index-faq-main .index-faq-right a {
  display: block;
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}
.index-faq .index-faq-main .index-faq-right a:hover h1 {
  color: var(--themeColor) !important;
}
.index-faq .index-faq-main .index-faq-right a:hover .index-faq-title-row .index-faq-ico {
  background: var(--themeColor) !important;
}
.index-faq .index-faq-main .index-faq-right a .index-faq-title-row {
  display: flex;
}
.index-faq .index-faq-main .index-faq-right a .index-faq-title-row .index-faq-ico {
  width: 25px;
  height: 25px;
  border-radius: 35px;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.index-faq .index-faq-main .index-faq-right a .index-faq-title-row h1 {
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
  color: #222;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-faq .index-faq-main .index-faq-right a .index-faq-cont {
  display: flex;
  margin-top: 10px;
}
.index-faq .index-faq-main .index-faq-right a .index-faq-cont .index-faq-ico {
  width: 25px;
  height: 25px;
  border-radius: 35px;
  background: #ccc;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.index-faq .index-faq-main .index-faq-right a .index-faq-cont p {
  padding-left: 15px;
  width: 90%;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.foot {
  background: #111111;
  padding-bottom: 0px;
}
.foot .foot-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  padding-bottom: 60px;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
.foot .foot-main .foot-left {
  width: 25%;
}
.foot .foot-main .foot-left .foot-left-logo img {
  display: block;
}
.foot .foot-main .foot-left .foot-left-info {
  margin-top: 30px;
}
.foot .foot-main .foot-left .foot-left-info .foot-tell:nth-child(2) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #5c5c5c;
}
.foot .foot-main .foot-left .foot-left-info .foot-tell p {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.foot .foot-main .foot-left .foot-left-info .foot-tell p img {
  margin-right: 10px;
}
.foot .foot-main .foot-left .foot-left-info .foot-tell p i {
  font-size: 30px;
}
.foot .foot-main .foot-left .foot-left-info h1 {
  color: var(--subColor);
  font-weight: 600;
  font-family: arial;
  margin-top: 10px;
  font-size: 30px;
}
.foot .foot-main .foot-left ul {
  margin-top: 20px;
}
.foot .foot-main .foot-left ul li {
  color: #fff;
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}
.foot .foot-main .foot-left ul li:first-child img {
  margin-right: 5px;
}
.foot .foot-main .foot-left ul li span {
  margin-left: 10px;
  font-size: 15px;
  font-family: arial;
}
.foot .foot-main .foot-xian {
  width: 1px;
  height: 390px;
  background: rgba(255, 255, 255, 0.3);
}
.foot .foot-main .foot-right {
  width: 61%;
}
.foot .foot-main .foot-right .foot-right-top {
  /* display: flex;
  justify-content: space-between; */
}
.foot .foot-main .foot-right .foot-right-top .foot-item .foot-item-title h1 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.foot .foot-main .foot-right .foot-right-top .foot-item .foot-item-title span {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: var(--subColor);
}
.foot .foot-main .foot-right .foot-right-top .foot-item ul {
  margin-top: 15px;
}
.foot .foot-main .foot-right .foot-right-top .foot-item ul li {
  line-height: 30px;
}
.foot .foot-main .foot-right .foot-right-top .foot-item ul li a {
  color: #ababab;
}
.foot .foot-main .foot-right .foot-right-top .foot-item ul li a:hover {
  color: var(--subColor);
}
.foot .foot-main .foot-right .foot-right-top .foot-wechat {
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot .foot-main .foot-right .foot-right-top .foot-wechat p {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 25px;
}
.foot .foot-main .foot-right .foot-right-top .foot-wechat .foot-wechat-left {
  width: 180px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.foot .foot-main .foot-right .foot-right-top .foot-wechat .foot-wechat-left img {
  width: 150px;
  height: 150px;
}
.foot .foot-main .foot-right .foot-right-top .foot-wechat .foot-wechat-right {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.foot .foot-main .foot-right .foot-links {
  margin-top: 30px;
  display: flex;
}
.foot .foot-main .foot-right .foot-links .foot-links-title {
  width: 18%;
}
.foot .foot-main .foot-right .foot-links .foot-links-title p {
  color: var(--subColor);
  font-family: arial;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.foot .foot-main .foot-right .foot-links .foot-links-title h1 {
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 19px;
}
.foot .foot-main .foot-right .foot-links ul {
  margin-left: 15px;
  display: flex;
  align-items: flex-end;
}
.foot .foot-main .foot-right .foot-links ul li {
  margin-right: 10px;
}
.foot .foot-main .foot-right .foot-links ul li:last-child {
  margin-right: 0px;
}
.foot .foot-main .foot-right .foot-links ul li:nth-child(2) {
  margin-left: 50px;
}
.foot .foot-main .foot-right .foot-links ul li a {
  color: #ababab;
}
.foot .foot-main .foot-right .foot-links ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.aboutBanner img {
  display: block;
}
.about-container {
  background: #EEEEEF;
  padding-bottom: 80px;
}
.about-container .about-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  background: #fff;
  position: relative;
  z-index: 12;
}
.about-container .about-main .about-main-container {
  padding: 50px;
}
.about-container .about-main .about-main-container .about-position {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.about-container .about-main .about-main-container .about-position i {
  color: #555;
  margin-right: 10px;
}
.about-container .about-main .about-main-container .about-position a {
  color: #333;
}
.about-container .about-main .about-main-container .about-position a:hover {
  color: var(--themeColor);
}
.about-container .about-main .about-main-container .about-title {
  margin: 50px 0px 30px 0px;
}
.about-container .about-main .about-main-container .about-title h1 {
  text-align: center;
  font-weight: 400;
  font-size: 35px;
  color: var(--themeColor);
}
.about-container .about-main .about-main-container .about-content {
  font-size: 15px;
  color: #555;
  line-height: 2;
}
.about-container .about-main .about-main-container .about-content img {
  max-width: 100%!important;
}
.ht-container {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  padding-bottom: 50px;
}
.ht-container .ht-nav2 {
  margin: 60px auto 30px auto;
}
.ht-container .ht-nav2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ht-container .ht-nav2 ul li {
  margin-bottom: 25px;
}
.ht-container .ht-nav2 ul li a {
  display: block;
  text-align: center;
  border: 1px solid #E5E5E5;
  color: #000;
  padding: 15px 45px;
  font-size: 15px;
  margin: 0px 15px;
  background: #e7e7e7;
  transition: all 1s;
}
.ht-container .ht-nav2 ul li a:hover {
  background: var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
}
.ht-container .ht-nav2 ul li .nav2Active {
  background: var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
}
.ht-position {
  padding: 35px 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  letter-spacing: 1.5px;
}
.ht-position .ht-position-main {
  max-width: 1520px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.ht-position .ht-position-main i {
  color: #555;
  margin-right: 10px;
}
.ht-position .ht-position-main a {
  color: #333;
}
.ht-position .ht-position-main a:hover {
  color: var(--themeColor);
}
.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 {
  width: 25%;
}
.newslist ul li .newslink .news-container {
  width: 70%;
  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: 600;
  font-size: 20px;
}
.newslist ul li .newslink .news-container .news-title-row p {
  color: #666;
  font-size: 14px;
  line-height: 35px;
  margin-top: 12px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.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;
}
.title2 h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  color: var(--themeColor);
}
.title2 p {
  background: url(../images/title_bg.png) no-repeat center;
  width: 100%;
  height: 40px;
  margin: 10px 0px;
}
.title2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.title2 ul li {
  font-size: 15px;
  color: #666;
  margin-right: 25px;
}
.title2 ul li i {
  margin-right: 5px;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
}
.page .page-status,
.page a {
  cursor: pointer;
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 4px;
  font-size: 14px;
}
.page .page-status:hover,
.page a:hover {
  background: var(--themeColor);
  color: #fff;
}
.page .page-num-current {
  background: var(--themeColor);
  color: #fff;
}
.newscontent-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-top: 40px;
}
.newscontent-title h2 {
  font-weight: 400;
  color: #111;
  font-size: 35px;
}
.newscontent-title ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.newscontent-title ul li {
  margin-right: 25px;
  color: #777;
  font-size: 15px;
}
.newscontent-title ul li:last-child {
  margin-right: 0px;
}
.preNext {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 8px;
}
.preNext a {
  font-size: 15px;
  color: #666;
}
.preNext a:first-child {
  margin-bottom: 10px;
}
.preNext a:hover {
  color: var(--themeColor);
}
.newscontent {
  font-size: 15px;
  line-height: 2;
  color: #555;
  padding-top: 30px;
}
.newscontent img {
  max-width: 100%!important;
}
.productlist {
  margin-top: 30px;
}
.productlist ul {
  display: flex;
  flex-wrap: wrap;
}
.productlist ul li {
  width: 23%;
  margin-right: 35px;
  margin-bottom: 35px;
  border: 1px solid #ddd;
}
.productlist ul li:nth-child(4n) {
  margin-right: 0px;
}
.productlist ul li:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}
.productlist ul li:hover img {
  transform: scale(1.2);
}
.productlist ul li:hover h1 {
  color: var(--themeColor);
}
.productlist ul li > a {
  display: block;
}
.productlist ul li > a .pic {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productlist ul li > a .pic img {
  display: block;
  transition: all 0.5s;
  width: 80%;
}
.productlist ul li > a .pro-info {
  padding: 20px;
}
.productlist ul li > a .pro-info h1 {
  font-size: 20px;
  font-weight: 600;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productlist ul li > a .pro-info p {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.productlist ul li .pro-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.productlist ul li .pro-more a {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0px;
  font-size: 15px;
  font-weight: 300;
  background: var(--themeColor);
  color: #fff;
  position: relative;
  z-index: 11;
}
.productlist ul li .pro-more a:hover::after {
  width: 100%;
}
.productlist ul li .pro-more a i {
  margin-right: 10px;
}
.productlist ul li .pro-more a::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0px;
  background: #FF9900;
  z-index: -1;
  transition: all 0.5s;
}
.procont .pro-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.procont .pro-top .pro-top-left {
  width: 30%;
}
.procont .pro-top .pro-top-left .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.procont .pro-top .pro-top-left .pic > img {
  display: block;
  width: 100%;
}
.procont .pro-top .pro-top-left ul {
  display: flex;
  margin-top: 10px;
  padding-top: 10px;
}
.procont .pro-top .pro-top-left ul li {
  width: 19%;
  margin-right: 8px;
  border: 1px solid #ddd;
  display: block;
  box-sizing: border-box;
}
.procont .pro-top .pro-top-left ul li:last-child a {
  border-right: 0px!important;
}
.procont .pro-top .pro-top-left ul li img {
  display: block;
  width: 100%;
}
.procont .pro-top .pro-top-left ul .active {
  border: 1px solid var(--themeColor);
}
.procont .pro-top .pro-top-right {
  width: 65%;
}
.procont .pro-top .pro-top-right h5 {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.procont .pro-top .pro-top-right h1 {
  font-weight: 600;
  font-family: arial;
  margin: 10px 0px 10px 0px;
  color: var(--themeColor);
}
.procont .pro-top .pro-top-right ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.procont .pro-top .pro-top-right ul li {
  margin-right: 20px;
  color: #666;
  font-size: 15px;
}
.procont .pro-top .pro-top-right ul li i {
  margin-right: 5px;
}
.procont .pro-top .pro-top-right ul li:last-child {
  margin-right: 0px;
}
.procont .pro-top .pro-top-right .pro-top-info {
  line-height: 33px;
  color: #555;
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}
.procont .pro-top .pro-top-right .pro-right-a {
  margin-top: 50px;
}
.procont .pro-top .pro-top-right .pro-right-a a {
  background: var(--themeColor);
  color: #fff;
  padding: 15px 50px;
  border-radius: 35px;
}
.procont .pro-top .pro-top-right .pro-right-a a i {
  margin-right: 10px;
}
.procont .pro-top .pro-top-right .pro-right-a a:first-child {
  margin-right: 20px;
}
.procont .pro-top .pro-top-right .pro-right-a a:hover {
  background: var(--subColor);
}
.procont .proxq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.procont .proxq h2 {
  font-size: 35px;
  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;
  overflow: hidden;
}
.procont .procontent table {
  width: 100%!important;
  border-collapse: collapse!important;
}
.procont .procontent table th {
  border: 1px solid #ccc;
}
.procont .procontent table td {
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
}
.procont .procontent img {
  max-width: 100% !important;
              display: block;
            margin: 0 auto;
}
.caselist {
  margin-top: 30px;
}
.caselist ul {
  display: flex;
  flex-wrap: wrap;
}
.caselist ul li {
  width: 23%;
  margin-right: 38px;
  margin-bottom: 50px;
}
.caselist ul li:nth-child(4n) {
  margin-right: 0px;
}
.caselist ul li a {
  transition: all 0.3s;
  transition-timing-function: linear;
  position: relative;
  top: 0px;
  display: block;
}
.caselist ul li a:hover {
  top: -14px;
}
.caselist ul li a:hover .proimg {
  box-shadow: 0 0 14px 5px #f1f1f1;
}
.caselist ul li a:hover h3 {
  color: var(--themeColor);
}
.caselist ul li a:hover .proBtn {
  background: url(../images/arrow17.png) no-repeat right 12px center var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
}
.caselist ul li a h3 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0px;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caselist ul li a p {
  text-align: center;
  padding: 0px 15px;
  line-height: 30px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.caselist ul li a .proimg {
  transition: all 0.5s;
}
.caselist ul li a .proimg img {
  display: block;
  border: 1px solid #ddd;
}
.caselist ul li a .proBtn {
  width: 134px;
  height: 38px;
  line-height: 36px;
  border-radius: 38px;
  border: solid 1px #ddd;
  padding-right: 12px;
  margin: 22px auto 0 auto;
  font-size: 15px;
  color: #666;
  background: url(../images/arrow16.png) no-repeat right 24px center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  text-align: center;
  -o-transition-duration: 0.4s;
}
.honorlist {
  margin-top: 30px;
}
.honorlist ul {
  display: flex;
  flex-wrap: wrap;
}
.honorlist ul li {
  width: 23%;
  margin-right: 38px;
  margin-bottom: 50px;
}
.honorlist ul li:nth-child(4n) {
  margin-right: 0px;
}
.honorlist ul li a {
  transition: all 0.3s;
  transition-timing-function: linear;
  position: relative;
  top: 0px;
  display: block;
}
.honorlist ul li a:hover {
  top: -14px;
}
.honorlist ul li a:hover .proimg {
  box-shadow: 0 0 14px 5px #f1f1f1;
}
.honorlist ul li a:hover h3 {
  color: var(--themeColor);
}
.honorlist ul li a:hover .proBtn {
  background: url(../images/arrow17.png) no-repeat right 12px center var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
}
.honorlist ul li a h3 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0px;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honorlist ul li a p {
  text-align: center;
  padding: 0px 15px;
  line-height: 30px;
  color: #888;
}
.honorlist ul li a .proimg {
  transition: all 0.5s;
}
.honorlist ul li a .proimg img {
  display: block;
  border: 1px solid #ddd;
}
.honorlist ul li a .proBtn {
  width: 134px;
  height: 38px;
  line-height: 36px;
  border-radius: 38px;
  border: solid 1px #ddd;
  padding-right: 12px;
  margin: 22px auto 0 auto;
  font-size: 15px;
  color: #666;
  background: url(../images/arrow16.png) no-repeat right 24px center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  text-align: center;
  -o-transition-duration: 0.4s;
}
.redian {
  margin-top: 50px;
}
.redian .redian-title {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.redian .redian-title h2 {
  font-size: 70px;
  font-family: impact , arial;
  font-weight: 400;
  color: #f1f1f1;
  text-transform: uppercase;
}
.redian .redian-title h3 {
  font-size: 40px;
  color: var(--themeColor);
  margin-top: -40px;
}
.redian .redian-top {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.redian .redian-top .redian-topLeft {
  width: 25%;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.redian .redian-top .redian-topLeft img {
  display: block;
  transition: all 0.5s;
}
.redian .redian-top .redian-topLeft img:hover {
  transform: scale(1.2);
}
.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: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.redian .redian-top .redian-topRight .redian-more a {
  background: var(--themeColor);
  color: #fff;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 35px;
  margin-top: 10px;
  display: inline-block;
}
.redian .redian-top .redian-topRight .redian-more a:hover {
  background: #FF9900;
}
.redian ul {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.redian ul li {
  width: 48%;
  margin-right: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  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-liuyan {
  width: 920px;
  margin: 0px auto;
  margin-top: 30px;
}
.ht-liuyan h3 {
  font-size: 30px;
  text-align: center;
  color: #4d4d4d;
  font-weight: 500;
}
.form-group {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-group .form-item {
  width: 49%;
}
.form-item input {
  width: 250px;
  height: 35px;
  padding: 0px 10px;
  border: 1px solid #ddd;
}
.yzm input {
  width: 140px;
  margin-right: 10px;
  padding: 0px 10px;
}
.yzm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.neirong p {
  margin: 0px;
}
.neirong div {
  width: 100%;
}
.neirong textarea {
  width: 95%;
  padding: 10px 10px;
  border: 1px solid #ddd;
}
.form-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-btn input {
  margin-right: 10px;
}
.form-btn input:nth-child(1) {
  background: var(--themeColor);
  border: none;
  color: #fff;
  padding: 8px 25px;
  cursor: pointer;
}
.form-btn input:nth-child(2) {
  background: #dd2c14;
  border: none;
  color: #fff;
  padding: 8px 25px;
  cursor: pointer;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.banner img {
  display: block;
}
.banner .swiper-pagination-bullet {
  border-radius: 35px;
  padding: 2px 20px;
}
.banner .swiper-pagination-bullet-active {
  background: var(--themeColor);
}
.color-black {
  color: #222;
}
@media screen and (max-width: 1800px) {
  .banner img {
    width: 100%;
  }
  .aboutBanner img {
    width: 100%;
  }
}
@media screen and (max-width: 1680px) {
  .index-pro,
  .index-hexin {
    background-size: 100%;
    height: 690px;
  }
  .index-pro .index-title {
    padding-top: 30px;
  }
  .index-pro .index-pro-main {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1680px) {
  .index-case .index-title,
  .index-news .index-title {
    padding-top: 50px;
  }
  .index-pro,
  .index-hexin {
    height: 660px;
  }
  .index-hexin .index-hexin-main {
    margin-top: 60px;
  }
  .swiper-container_pro {
    padding-bottom: 0px!important;
  }
  .index-pro .index-title {
    padding-top: 30px;
  }
  .index-pro .index-pro-main {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1440px) {
  .index-case {
    height: 750px;
  }
  .index-pro,
  .index-hexin {
    height: 592px;
  }
  .index-pro .index-pro-main {
    max-width: 1000px;
  }
  .index-hexin .index-title {
    padding-top: 50px;
  }
  .index-hexin .index-hexin-main {
    margin-top: 30px;
  }
  .index-pro .index-pro-main .index-pro-list .index-pro-left {
    width: 450px;
  }
  .index-pro .index-pro-main .index-pro-list .index-pro-right {
    width: 450px;
  }
  .index-pro .index-pro-main .index-pro-list .index-pro-right h1 {
    font-size: 30px;
  }
  .index-pro .index-pro-main .index-pro-list .index-pro-right p {
    line-height: 30px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .productlist ul li {
    margin-right: 32px;
    margin-bottom: 32px;
  }
  .honorlist ul li {
    margin-right: 32px;
  }
  .caselist ul li {
    margin-right: 32px;
  }
  .foot .foot-main .foot-left ul li {
    margin-bottom: 15px;
  }
  .foot .foot-main .foot-right .foot-links .foot-links-title h1 {
    margin-top: 13px;
  }
}
@media screen and (max-width: 1400px) {
  .index-pro,
  .index-hexin {
    background-size: 100% 100%;
  }
  .foot .foot-main .foot-right .foot-links .foot-links-title {
    width: 20%;
  }
}
@media screen and (max-width: 1366px) {
  .productlist ul li {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .honorlist ul li {
    margin-right: 30px;
  }
  .caselist ul li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .productlist ul li {
    margin-right: 28px;
    margin-bottom: 28px;
  }
  .honorlist ul li {
    margin-right: 28px;
  }
  .caselist ul li {
    margin-right: 28px;
  }
}
