* {
  padding: 0px;
  margin: 0px;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 15px;
  --themeColor: #00824A;
  --subColor: #0075D7;
  --subColor2: #008967;
  overflow-x: hidden;
  position: relative;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style: none;
}
.center {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
}
.head-top {
  border-bottom: 1px solid #eee;
}
.head-top .head-top-main {
  max-width: 1270px;
  width: 95%;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
}
.head-top .head-top-main .head-top-left p {
  line-height: 50px;
  color: #999999;
  font-size: 13px;
  font-weight: normal;
  display: block;
}
.head-top .head-top-main .head-top-right {
  display: flex;
  align-items: center;
}
.head-top .head-top-main .head-top-right .head-top-wechat:hover a {
  background-color: var(--themeColor);
  background-position-y: -42px !important;
  color: #fff;
}
.head-top .head-top-main .head-top-right .head-top-wechat:hover .wxewm {
  visibility: visible;
  opacity: 1;
}
.head-top .head-top-main .head-top-right .head-top-wechat a {
  padding-left: 45px;
  background: url(../images/head-ico.png) 2px 6px no-repeat;
  transition: all 0.3s ease-in-out 0s;
  font-size: 13px;
  line-height: 50px;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
  border-left: 1px solid #eeeeee;
  z-index: 333;
  background-position: -232px 8px;
  color: #999;
  display: inline-block;
}
.head-top .head-top-main .head-top-right .head-top-wechat a .wxewm {
  width: 100%;
  position: absolute;
  top: 50px;
  z-index: 2;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.head-top .head-top-main .head-top-right .head-top-wechat a .wxewm img {
  width: 131px;
  height: 131px;
  display: block;
}
.head-top .head-top-main .head-top-right .head-top-tell {
  font-size: 13px;
  color: #999999;
  float: right;
  line-height: 50px;
  padding: 0px 20px;
  border-left: 1px solid #eeeeee;
  height: 50px;
}
.head-top .head-top-main .head-top-right .head-top-tell span {
  color: var(--themeColor);
  font-family: arial;
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
}
.head {
  padding: 40px 0px;
}
.head .head-main {
  max-width: 1270px;
  width: 95%;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main .head-logo-row {
  width: 55%;
}
.head .head-main .head-logo-row .head-logo {
  display: flex;
  align-items: center;
}
.head .head-main .head-logo-row .head-logo img {
  display: block;
  width: 65px;
}
.head .head-main .head-logo-row .head-logo .head-logo-title {
  margin-left: 15px;
}
.head .head-main .head-logo-row .head-logo .head-logo-title h1 {
  font-size: 28px;
}
.head .head-main .head-logo-row .head-logo .head-logo-title p {
  font-family: arial;
  font-size: 14px;
  margin-top: 8px;
}
.head .head-main .head-logo-row .head-xian {
  width: 1px;
  height: 50px;
  background: #ddd;
  margin: 0px 30px;
}
.head .head-main .head-logo-row .head-title2 h1 {
  font-weight: 400;
  font-size: 28px;
  color: var(--themeColor);
}
.head .head-main .head-logo-row .head-title2 p {
  color: #888;
  margin-top: 8px;
  font-size: 16px;
}
.head .head-main .head-logo-row a {
  display: flex;
  align-items: center;
}
.head .head-main .head-search {
  padding-right: 30px;
}
.head .head-main .head-search form {
  display: flex;
}
.head .head-main .head-search form input[type="text"] {
  width: 300px;
  border: 1px solid #ddd;
  padding: 15px 20px;
}
.head .head-main .head-search form input[type="submit"] {
  background: var(--themeColor);
  color: #fff;
  border: none;
  padding: 0px 30px;
  font-size: 16px;
  cursor: pointer;
}
.head .head-main .head-search form input[type="submit"]:hover {
  background: var(--subColor);
}
.nav {
  border-top: 1px solid #eee;
  position: relative;
  background: var(--themeColor);
}
.nav .nav-main {
  max-width: 1270px;
  width: 95%;
  padding-left: 30px;
}
.nav .nav-main > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-main > ul .active > a {
  background: var(--subColor);
  color: #fff;
}
.nav .nav-main > ul .active .erji2 {
  visibility: visible!important;
  opacity: 1!important;
}
.nav .nav-main > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  color: #fff;
  padding: 25px 35px;
  display: inline-block;
}
.nav .nav-main > ul > li > a:hover {
  background: var(--subColor);
  color: #fff;
}
.nav .nav-main > ul > li .erji2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: 999;
  left: 0px;
  height: calc(100vh - 269px);
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.3);
}
.nav .nav-main > ul > li .erji2 .erji2-main {
  background: #f1f1f1;
  height: 100%;
  position: relative;
  width: 600px;
}
.nav .nav-main > ul > li .erji2 .erji2-main > ul {
  background: #fbfbfb;
  width: 260px;
  padding: 20px;
  height: 94%;
  overflow-y: scroll;
}
.nav .nav-main > ul > li .erji2 .erji2-main > ul .er-active > a {
  background: var(--themeColor);
  color: #fff;
}
.nav .nav-main > ul > li .erji2 .erji2-main > ul .er-active > a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.nav .nav-main > ul > li .erji2 .erji2-main > ul .er-active .sanji3 {
  visibility: visible!important;
  opacity: 1!important;
}
.nav .nav-main > ul > li .erji2 .erji2-main > ul > li > a {
  display: block;
  position: relative;
  line-height: 30px;
  padding: 5px 15px;
}
.nav .nav-main > ul > li .erji2 .erji2-main > ul > li > a:hover {
  background: var(--themeColor);
  color: #fff;
}
.nav .nav-main > ul > li .erji2 .erji2-main > ul > li > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  position: absolute;
  right: 8px;
  transform: rotate(45deg);
  top: 18px;
}
.nav .nav-main > ul > li .erji2 .erji2-main > ul > li .sanji3 {
  position: absolute;
  left: 250px;
  width: 340px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  height: calc(100vh - 269px);
}
.nav .nav-main > ul > li .erji2 .erji2-main > ul > li .sanji3 > ul {
  margin-left: 80px;
  margin-top: 20px;
  height: 97%;
  overflow-y: scroll;
}
.nav .nav-main > ul > li .erji2 .erji2-main > ul > li .sanji3 > ul h5 {
  font-size: 15px;
  color: var(--themeColor);
  margin-bottom: 20px;
}
.nav .nav-main > ul > li .erji2 .erji2-main > ul > li .sanji3 > ul li a {
  display: block;
  position: relative;
  line-height: 33px;
  color: #555;
}
.nav .nav-main > ul > li .erji2 .erji2-main > ul > li .sanji3 > ul li a:hover {
  color: var(--themeColor);
  font-weight: 600;
}
.index-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #2C3541;
}
.index-title h1 {
  font-size: 34px;
  margin-top: 5px;
  color: var(--themeColor);
  font-weight: 600;
}
.index-title p {
  font-family: arial;
  text-transform: capitalize;
  font-size: 22px;
  color: #222;
  margin-top: 10px;
}
.index-pro {
  margin-top: 50px;
}
.index-pro .index-pro-main {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
}
.index-pro .index-pro-main .index-pro-nav {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
  background: url(../images/index-nav.png) no-repeat left;
  padding-top: 50px;
  padding-bottom: 20px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left {
  width: 75%;
  display: flex;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left .index-pro-nav-title {
  line-height: 18px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left .index-pro-nav-title:hover span {
  width: 70px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left .index-pro-nav-title h1 {
  font-size: 23px;
  color: #333;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left .index-pro-nav-title span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: var(--themeColor);
  transition: all 0.5s;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left ul {
  display: flex;
  margin-left: 40px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left ul li {
  display: flex;
  padding-top: 5px;
  font-size: 16px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left ul li span {
  color: #999;
  margin: 0px 15px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left ul li a:hover {
  color: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right .index-pro-nav-page {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right .index-pro-nav-page i {
  font-size: 25px;
  margin: 0px 10px;
  color: #333;
  cursor: pointer;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right .index-pro-nav-page i:hover {
  color: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right .index-pro-nav-more a {
  font-size: 18px;
  font-family: arial;
  color: #888;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right .index-pro-nav-more a:hover {
  color: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-div {
  margin-top: 30px;
}
.index-pro .index-pro-main .index-pro-div a {
  display: block;
}
.index-pro .index-pro-main .index-pro-div a .pic {
  border: 1px solid #ddd;
  overflow: hidden;
}
.index-pro .index-pro-main .index-pro-div a:hover .pic img {
  transform: scale(1.2);
}
.index-pro .index-pro-main .index-pro-div a .pic img {
  display: block;
  transition: all 0.5s;
  height: 240px;
}
.index-pro .index-pro-main .index-pro-div a > p {
  text-align: center;
  margin-top: 15px;
  color: #333;
  font-size: 16px;
}
.index-pro .index-pro-main .index-pro-div a .index-pro-pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.index-pro .index-pro-main .index-pro-div a .index-pro-pdf img {
  width: 20px;
}
.index-pro .index-pro-main .index-pro-div a .index-pro-pdf p {
  margin-left: 10px;
  font-family: arial;
  text-transform: uppercase;
  color: #bb0101;
}
.index-zixun-more {
  margin-top: 50px;
  background: #f5f5f5;
  padding: 30px 0px;
}
.index-zixun-more .index-zixun-main {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
}
.index-zixun-more .index-zixun-main img {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
.index-zixun-more .index-zixun-main h2 {
  font-size: 18px;
  font-weight: 300;
}
.index-zixun-more .index-zixun-main h2 span {
  font-size: 40px;
  color: var(--themeColor);
  font-weight: 400;
  font-family: arial;
}
.index-zixun-more .index-zixun-main a {
  display: inline-block;
  background: var(--themeColor);
  color: #fff;
  padding: 10px 40px;
  border-radius: 35px;
  margin-left: 30px;
  margin-bottom: 5px;
}
.index-zixun-more .index-zixun-main a:hover {
  background: var(--subColor);
}
.index-tedian {
  background: 100%;
  height: 910px;
  background: url(../images/tedian.jpg) no-repeat;
  background-size: 100% 100%;
}
.index-tedian .index-tedian-title-row {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}
.index-tedian .index-tedian-title-row .index-tedian-title-row-left {
  width: 70%;
}
.index-tedian .index-tedian-title-row .index-tedian-title-row-left h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 5px;
}
.index-tedian .index-tedian-title-row .index-tedian-title-row-left ul {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.index-tedian .index-tedian-title-row .index-tedian-title-row-left ul li {
  margin-right: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 12px 30px;
  font-size: 17px;
  border-radius: 8px;
}
.index-tedian .index-tedian-title-row .index-tedian-title-row-left ul li:last-child {
  margin-right: 0px;
}
.index-tedian .index-tedian-title-row .index-tedian-title-row-right {
  width: 25%;
}
.index-tedian .index-tedian-title-row .index-tedian-title-row-right .index-tedian-tell {
  border: 1px solid #ddd;
  padding: 30px;
  background: #fff;
}
.index-tedian .index-tedian-title-row .index-tedian-title-row-right .index-tedian-tell .index-tedian-tell-row {
  display: flex;
  align-items: center;
}
.index-tedian .index-tedian-title-row .index-tedian-title-row-right .index-tedian-tell .index-tedian-tell-row img {
  width: 65px;
  display: block;
  margin-right: 20px;
}
.index-tedian .index-tedian-title-row .index-tedian-title-row-right .index-tedian-tell .index-tedian-tell-row .index-tedian-tell-right p {
  color: #333;
  font-family: arial;
  font-size: 18px;
  margin-top: 5px;
}
.index-tedian .index-tedian-title-row .index-tedian-title-row-right .index-tedian-tell .index-tedian-tell-row .index-tedian-tell-right h1 {
  margin-top: 5px;
  color: #222;
  font-size: 40px;
}
.index-tedian .index-tedian-title-row .index-tedian-title-row-right .index-tedian-tell > p {
  margin-top: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
}
.index-tedian .index-tedian-main {
  background: #fff;
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  margin-top: 60px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.13);
}
.index-tedian .index-tedian-main .index-tedian-info {
  padding: 60px;
}
.index-tedian .index-tedian-main .index-tedian-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-tedian .index-tedian-main .index-tedian-info ul li {
  width: 32%;
  background: #f5f5f5;
  margin-bottom: 30px;
}
.index-tedian .index-tedian-main .index-tedian-info ul li .index-tedian-li-info {
  padding: 38px 30px;
}
.index-tedian .index-tedian-main .index-tedian-info ul li .index-tedian-li-info h1 {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
}
.index-tedian .index-tedian-main .index-tedian-info ul li .index-tedian-li-info h1 img {
  display: block;
  margin-right: 20px;
}
.index-tedian .index-tedian-main .index-tedian-info ul li .index-tedian-li-info p {
  margin-top: 20px;
  font-size: 16px;
  color: #555;
  line-height: 30px;
}
.index-tedian .index-tedian-main .index-tedian-info ul li .index-tedian-li-info span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--themeColor);
}
.index-tedian .index-tedian-main .index-tedian-info ul li:nth-child(4),
.index-tedian .index-tedian-main .index-tedian-info ul li:nth-child(5),
.index-tedian .index-tedian-main .index-tedian-info ul li:nth-child(6) {
  margin-bottom: 0px;
}
.index-hangye {
  margin-top: 120px;
}
.index-hangye .index-hangye-main {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  margin-top: 40px;
}
.index-hangye .index-hangye-main ul {
  display: flex;
  flex-wrap: wrap;
}
.index-hangye .index-hangye-main ul li {
  width: 31.6%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.index-hangye .index-hangye-main ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-hangye .index-hangye-main ul li a {
  background: #f8f8f8;
  padding: 20px;
  display: block;
}
.index-hangye .index-hangye-main ul li a:hover {
  background: var(--themeColor);
}
.index-hangye .index-hangye-main ul li a:hover img {
  transform: scale(1.2);
}
.index-hangye .index-hangye-main ul li a:hover h2 {
  color: #fff;
}
.index-hangye .index-hangye-main ul li a:hover p {
  color: #ddd !important;
}
.index-hangye .index-hangye-main ul li a:hover .pic {
  border: 1px solid #fff;
}
.index-hangye .index-hangye-main ul li a .pic {
  overflow: hidden;
}
.index-hangye .index-hangye-main ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-hangye .index-hangye-main ul li a .index-hangye-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-hangye .index-hangye-main ul li a .index-hangye-info h2 {
  font-size: 22px;
  margin: 10px 0px;
}
.index-hangye .index-hangye-main ul li a .index-hangye-info p {
  text-align: center;
  line-height: 28px;
  color: #788;
  height: 56px;
}
.index-hangye .index-hangye-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.index-hangye .index-hangye-more a {
  background-image: linear-gradient(to right, #00824A, #00785E);
  color: #fff;
  width: 100%;
  font-family: arial;
  display: block;
  text-align: center;
  padding: 20px 0px;
  font-size: 25px;
}
.index-hangye .index-hangye-more a:hover {
  background: var(--subColor2);
}
.index-about .index-about-main {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.index-about .index-about-main .index-about-left {
  width: 55%;
}
.index-about .index-about-main .index-about-left .index-about-title h1 {
  font-family: impact , arial;
  color: #222;
  font-size: 50px;
  font-weight: 400;
}
.index-about .index-about-main .index-about-left .index-about-title h1 b {
  color: var(--themeColor);
}
.index-about .index-about-main .index-about-left .index-about-title p {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.index-about .index-about-main .index-about-left > p {
  margin-top: 20px;
  line-height: 31px;
  color: #555;
}
.index-about .index-about-main .index-about-left .index-about-more {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.index-about .index-about-main .index-about-left .index-about-more span {
  display: inline-block;
  width: 45px;
  height: 1px;
  background: var(--themeColor);
}
.index-about .index-about-main .index-about-left .index-about-more a {
  display: inline-block;
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
  padding: 5px 15px;
  margin-left: 20px;
  font-size: 12px;
}
.index-about .index-about-main .index-about-left .index-about-more a:hover {
  background: var(--themeColor);
  color: #fff;
}
.index-about .index-about-main .index-about-left .index-about-info {
  margin-top: 30px;
}
.index-about .index-about-main .index-about-left .index-about-info h1 {
  color: var(--themeColor);
  font-size: 26px;
}
.index-about .index-about-main .index-about-left .index-about-info p {
  margin-top: 8px;
  color: #555;
  font-size: 16px;
}
.index-about .index-about-main .index-about-right {
  width: 42%;
}
.index-about .index-about-main .index-about-right img {
  display: block;
  width: 100%;
}
.index-shebei .index-shebei-main {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  margin-top: 40px;
}
.index-shebei .index-shebei-main a {
  display: block;
}
.index-shebei .index-shebei-main a:hover img {
  transform: scale(1.2);
}
.index-shebei .index-shebei-main a .pic {
  border: 1px solid #ddd;
  overflow: hidden;
}
.index-shebei .index-shebei-main a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-shebei .index-shebei-main a p {
  text-align: center;
  margin-top: 15px;
}
.index-liucheng {
  background: #f1f1f1;
  padding: 40px 0px;
  margin-top: 60px;
}
.index-liucheng .index-liucheng-main {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
}
.index-liucheng .index-liucheng-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-liucheng .index-liucheng-main ul li {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-liucheng .index-liucheng-main ul li .pic {
  background: #fff;
  border-radius: 100px;
  padding: 25px;
  width: 35%;
}
.index-liucheng .index-liucheng-main ul li img {
  display: block;
  width: 100%;
}
.index-liucheng .index-liucheng-main ul li p {
  margin-top: 15px;
  font-size: 16px;
}
.index-news {
  margin-top: 60px;
  margin-bottom: 60px;
}
.index-news .index-news-main {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.index-news .index-news-main .index-newsTitle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.index-news .index-news-main .index-newsTitle-row::after {
  content: "";
  width: 60px;
  height: 5px;
  background: var(--themeColor);
  position: absolute;
  bottom: -3px;
}
.index-news .index-news-main .index-newsTitle-row h3 {
  font-size: 24px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
.index-news .index-news-main .index-newsTitle-row h3 span {
  font-family: arial;
  color: #666;
  font-size: 19px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}
.index-news .index-news-main .index-newsTitle-row a {
  font-size: 15px;
  font-family: arial;
}
.index-news .index-news-main .index-newsTitle-row a:hover {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-left {
  width: 63%;
}
.index-news .index-news-main .index-news-left .index-news-left-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-left {
  width: 35%;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-left img {
  display: block;
  width: 100%;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-right {
  width: 60%;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-right h2 {
  font-size: 20px;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-right p {
  margin-top: 15px;
  color: #666;
  line-height: 28px;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-right a {
  background: #111;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 35px;
  font-size: 12px;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-right a:hover {
  background: var(--themeColor);
}
.index-news .index-news-main .index-news-left ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.index-news .index-news-main .index-news-left ul li {
  width: 48.5%;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  line-height: 50px;
}
.index-news .index-news-main .index-news-left ul li:nth-child(2n) {
  margin-right: 0px;
}
.index-news .index-news-main .index-news-left ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  font-size: 14px;
}
.index-news .index-news-main .index-news-left ul li a i {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #ccc;
}
.index-news .index-news-main .index-news-left ul li a:hover {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-left ul li span {
  font-size: 13px;
  color: #bb0000;
}
.index-news .index-news-main .index-news-right {
  width: 30%;
}
.index-news .index-news-main .index-news-right ul {
  height: 360px;
  overflow: hidden;
}
.index-news .index-news-main .index-news-right ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-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:hover .index-fqa-title {
  color: var(--themeColor) !important;
}
.index-news .index-news-main .index-news-right ul li a .index-fqa-title {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .index-news-main .index-news-right ul li a .index-fqa-title img {
  display: block;
  width: 25px;
  margin-right: 10px;
}
.index-news .index-news-main .index-news-right ul li a .index-fqa-cont {
  display: flex;
  margin-top: 15px;
}
.index-news .index-news-main .index-news-right ul li a .index-fqa-cont img {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.index-news .index-news-main .index-news-right ul li a .index-fqa-cont .index-fqa-info {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-links {
  padding: 30px 0px;
  background: #f1f1f1;
}
.index-links .index-links-main {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.index-links .index-links-main .index-links-left {
  width: 15%;
  border-right: 1px solid #ddd;
}
.index-links .index-links-main .index-links-left h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #999;
}
.index-links .index-links-main .index-links-left h5 {
  font-size: 17px;
  color: var(--themeColor);
}
.index-links .index-links-main .index-links-right {
  margin-left: 30px;
}
.index-links .index-links-main .index-links-right ul {
  display: flex;
  flex-wrap: wrap;
}
.index-links .index-links-main .index-links-right ul li {
  margin-right: 10px;
}
.index-links .index-links-main .index-links-right ul li:last-child {
  margin-right: 0px;
}
.index-links .index-links-main .index-links-right ul li a {
  color: #555;
}
.index-links .index-links-main .index-links-right ul li a:hover {
  color: var(--themeColor);
}
.footer {
  background: #181818;
  padding-top: 60px;
}
.footer .footer-main {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-left {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-left .footer-item {
  width: 30%;
}
.footer .footer-main .footer-left .footer-item h1 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-indent: 28px;
}
.footer .footer-main .footer-left .footer-item h1 span {
  color: #999;
  font-size: 12px;
  font-family: arial;
}
.footer .footer-main .footer-left .footer-item ul {
  margin-top: 15px;
}
.footer .footer-main .footer-left .footer-item ul li a {
  padding-left: 10px;
  font-size: 14px;
  color: #999;
  display: block;
  font-weight: lighter;
  line-height: 34px;
}
.footer .footer-main .footer-left .footer-item ul li a:hover {
  color: var(--themeColor);
}
.footer .footer-main .footer-left .footer-item ul li a em {
  font-style: inherit;
  padding-left: 10px;
  font-style: normal;
}
.footer .footer-main .footer-lianxi {
  width: 30%;
}
.footer .footer-main .footer-lianxi h1 {
  font-size: 18px;
  color: #fff;
}
.footer .footer-main .footer-lianxi ul {
  margin-top: 15px;
}
.footer .footer-main .footer-lianxi ul li {
  color: #999;
  line-height: 34px;
  font-size: 14px;
}
.footer .footer-main .footer-wechat {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .footer-main .footer-wechat img {
  width: 100%;
}
.footer .footer-main .footer-wechat p {
  color: #999;
  margin-top: 10px;
}
.footer .copying {
  border-top: 1px solid #2c2c2c;
  margin-top: 30px;
  padding: 20px 0px;
}
.footer .copying .copying-main {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.footer .copying .copying-main p {
  color: #999;
  font-size: 14px;
}
.footer .copying .copying-main a {
  color: #999;
  font-size: 14px;
}
.footer .copying .copying-main a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .copying .copying-main a:nth-child(2) {
  margin: 0px 30px;
}
.center2 {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.ht-container .active .container-left {
  display: block!important;
}
.ht-container .active .container-right {
  width: calc(100% - 300px) !important;
}
.ht-container .active .ht-title-main {
  margin-left: 300px!important;
}
.ht-container .container {
  display: flex;
  position: relative;
}
.ht-container .container .container-left {
  display: none;
  width: 300px;
  background: #f9f9f9;
  padding-top: 80px;
  min-height: calc(100vh - 269px);
  border-right: 1px solid #ddd;
  position: relative;
}
.ht-container .container .container-left i {
  position: absolute;
  right: 20px;
  top: 20px;
  transform: rotate(45deg);
  font-size: 20px;
  cursor: pointer;
}
.ht-container .container .container-left i:hover {
  color: var(--themeColor);
}
.ht-container .container .container-left p {
  font-weight: 600;
  font-size: 17px;
  padding-left: 20px;
}
.ht-container .container .container-left ul {
  padding-left: 5px;
  padding-top: 20px;
}
.ht-container .container .container-left ul li {
  margin-bottom: 10px;
}
.ht-container .container .container-left ul li .active {
  border-left: 20px solid var(--themeColor) !important;
  color: var(--themeColor) !important;
}
.ht-container .container .container-left ul li a {
  display: block;
  border-left: 4px solid var(--themeColor);
  padding-left: 16px;
  line-height: 45px;
  background: #f1f1f1;
  font-size: 14px;
  transition: all 0.5s;
}
.ht-container .container .container-left ul li a:hover {
  border-left: 20px solid var(--themeColor);
  color: var(--themeColor);
}
.ht-container .container .container-right {
  width: 100%;
  padding-bottom: 60px;
}
.ht-container .container .container-right .container-right-main {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding-top: 120px;
}
.ht-container .container .container-right .container-right-main .ht-title {
  position: absolute;
  top: 0px;
  background: #f1f1f1;
  width: 100%;
  left: 0px;
  z-index: -1;
  padding: 30px 0px;
  border-bottom: 1px solid #ddd;
}
.ht-container .container .container-right .container-right-main .ht-title h1 {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  font-size: 23px;
  color: var(--themeColor);
}
.ht-container .container .container-right .container-right-main .aboutcontent {
  margin-top: 20px;
  font-size: 15px;
  color: #333;
  line-height: 2;
}
.ht-container .container .container-right .container-right-main .aboutcontent img {
  max-width: 100%!important;
}
.ht-container .container .container-right .container-right-main .productlist ul {
  display: flex;
  flex-wrap: wrap;
}
.ht-container .container .container-right .container-right-main .productlist ul li {
  width: 24%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.ht-container .container .container-right .container-right-main .productlist ul li:nth-child(4n) {
  margin-right: 0px;
}
.ht-container .container .container-right .container-right-main .productlist ul li a {
  display: block;
}
.ht-container .container .container-right .container-right-main .productlist ul li a .pic {
  border: 1px solid #ddd;
  overflow: hidden;
}
.ht-container .container .container-right .container-right-main .productlist ul li a:hover .pic img {
  transform: scale(1.2);
}
.ht-container .container .container-right .container-right-main .productlist ul li a .pic img {
  display: block;
  transition: all 0.5s;
  height: 285px;
}
.ht-container .container .container-right .container-right-main .productlist ul li a > p {
  text-align: center;
  margin-top: 15px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ht-container .container .container-right .container-right-main .productlist ul li a .pro-pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.ht-container .container .container-right .container-right-main .productlist ul li a .pro-pdf img {
  width: 20px;
}
.ht-container .container .container-right .container-right-main .productlist ul li a .pro-pdf p {
  margin-left: 10px;
  font-family: arial;
  text-transform: uppercase;
  color: #bb0101;
}
.ht-container .container .container-right .container-right-main .hangyelist ul {
  display: flex;
  flex-wrap: wrap;
}
.ht-container .container .container-right .container-right-main .hangyelist ul li {
  width: 24%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.ht-container .container .container-right .container-right-main .hangyelist ul li:nth-child(4n) {
  margin-right: 0px;
}
.ht-container .container .container-right .container-right-main .hangyelist ul li a {
  display: block;
}
.ht-container .container .container-right .container-right-main .hangyelist ul li a .pic {
  border: 1px solid #ddd;
  overflow: hidden;
}
.ht-container .container .container-right .container-right-main .hangyelist ul li a:hover .pic img {
  transform: scale(1.2);
}
.ht-container .container .container-right .container-right-main .hangyelist ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.ht-container .container .container-right .container-right-main .hangyelist ul li a > p {
  text-align: center;
  margin-top: 15px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ht-container .container .container-right .container-right-main .shebeilist ul {
  display: flex;
  flex-wrap: wrap;
}
.ht-container .container .container-right .container-right-main .shebeilist ul li {
  width: 24%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.ht-container .container .container-right .container-right-main .shebeilist ul li:nth-child(4n) {
  margin-right: 0px;
}
.ht-container .container .container-right .container-right-main .shebeilist ul li a {
  display: block;
}
.ht-container .container .container-right .container-right-main .shebeilist ul li a .pic {
  border: 1px solid #ddd;
  overflow: hidden;
}
.ht-container .container .container-right .container-right-main .shebeilist ul li a:hover .pic img {
  transform: scale(1.2);
}
.ht-container .container .container-right .container-right-main .shebeilist ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.ht-container .container .container-right .container-right-main .shebeilist ul li a > p {
  text-align: center;
  margin-top: 15px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: 13px;
}
.page .page-status:hover,
.page a:hover {
  background: var(--themeColor);
  color: #fff;
}
.newslist {
  border-radius: 4px;
  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-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 {
  width: 68%;
  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;
}
.newscont {
  margin-top: 30px;
}
.newscont .newscont-title {
  display: flex;
  flex-direction: column;
}
.newscont .newscont-title h1 {
  font-size: 24px;
  color: var(--themeColor);
}
.newscont .newscont-title ul {
  display: flex;
  margin-top: 5px;
  padding: 10px 0px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.newscont .newscont-title ul li {
  margin-right: 20px;
  color: #777;
  font-size: 14px;
}
.newscont .newscont-title ul li i {
  margin-right: 5px;
}
.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);
}
.ht-liuyan {
  width: 80%;
  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;
  border: 1px solid #ddd;
}
.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;
  margin-top: 30px;
}
.form-btn input {
  margin-right: 10px;
}
.form-btn input:nth-child(1) {
  background: var(--themeColor);
  border: none;
  color: #fff;
  padding: 10px 35px;
  cursor: pointer;
}
.form-btn input:nth-child(2) {
  background: #eb1818;
  border: none;
  color: #fff;
  padding: 10px 35px;
  cursor: pointer;
  margin-left: 20px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
@media screen and (max-width: 1800px) {
  .banner img,
  .index-about-bg img {
    width: 100%;
  }
  .aboutBanner {
    width: 100%;
  }
  .aboutBanner img {
    width: 100%;
  }
}
@media screen and (min-width: 1930px) {
  .banner img,
  .index-about-bg img {
    width: 100%;
  }
  .aboutBanner {
    width: 100%;
  }
  .aboutBanner img {
    width: 100%;
  }
}
.banner img {
  display: block;
}
.banner .swiper-pagination-bullet {
  padding: 2px 12px;
  border-radius: 35px;
}
.banner .swiper-pagination-bullet-active {
  background: var(--themeColor);
}
@media screen and (max-width: 1440px) {
  .ht-container .active .container-right .container-right-main {
    max-width: 1000px;
  }
  .ht-container .active .container-right .container-right-main .ht-title h1 {
    max-width: 1000px;
  }
  .ht-container .active .container-right .container-right-main .productlist ul li {
    width: 23.8%;
  }
  .ht-container .active .container-right .container-right-main .productlist ul li a .pic img {
    height: 236px;
  }
}
