* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  --themeColor: #ffd208;
  --subColor: #f5852a;
  --subColor2: #ffd208;
  --jianbian: linear-gradient(to right, #FFFF00, #f5852a);
  --zong: #ffd208;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style: none;
}
.center {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}
.head {
  padding: 15px 0px;
}
.head .head-main {
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main > a {
  width: 74%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .head-main > a .head-logo {
  display: flex;
  align-items: center;
  width: 23%;
}
.head .head-main > a .head-logo img {
  margin-right: 20px;
}
.head .head-main > a img {
  display: block;
}
.head .head-main > a .head-title-row {
  width: 68%;
}
.head .head-main > a .head-title-row h1 {
  font-weight: 400;
  letter-spacing: 2px;
}
.head .head-main > a .head-title-row h1 span {
  font-weight: 600;
  color: var(--subColor2);
}
.head .head-main > a .head-title-row p {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  margin-top: 8px;
  letter-spacing: 2px;
}
.head .head-main > a .head-title-row p span {
  color: var(--themeColor);
  font-weight: 600;
  font-size: 22px;
}
.head .head-main .head-tell-row {
  width: 252px;
}
.head .head-main .head-tell-row .head-tell-title {
  display: flex;
  align-items: center;
}
.head .head-main .head-tell-row .head-tell-title img {
  display: block;
  margin-right: 6px;
}
.head .head-main .head-tell-row .head-tell-title p {
  color: #555;
}
.head .head-main .head-tell-row h1 {
  font-size: 32px;
  color: var(--subColor2);
  margin-top: 5px;
}
.fiexd-nav {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.nav {
  border: 1px solid #f5f5f5;
  background: #fff;
}
.nav .nav-main {
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.nav .nav-main .nav-left {
  width: 18%;
  position: relative;
}
.nav .nav-main .nav-left > a {
  display: block;
  background: var(--themeColor);
  padding: 19px 0px;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  color: #191919;
  letter-spacing: 10px;
  transition: all 0.5s linear;
}
.nav .nav-main .nav-left > a:hover {
  background: var(--subColor2);
  color: #fff;
}
.nav .nav-main .nav-left .nav-left-erji {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  z-index: 12;
  height: 640px;
}
.nav .nav-main .nav-left .nav-left-erji ul li {
  line-height: 64px;
  transition: all 0.5s linear;
}
.nav .nav-main .nav-left .nav-left-erji ul li:hover {
  background: rgba(255, 255, 255, 0.5);
}
.nav .nav-main .nav-left .nav-left-erji ul li:hover a::after {
  width: 6px!important;
  opacity: 1;
}
.nav .nav-main .nav-left .nav-left-erji ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
}
.nav .nav-main .nav-left .nav-left-erji ul li a::after {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  right: 0px;
  background: var(--themeColor);
  transition: all 0.5s linear;
  opacity: 0;
}
.nav .nav-main .nav-right {
  width: 80%;
}
.nav .nav-main .nav-right > ul {
  display: flex;
  justify-content: space-between;
}
.nav .nav-main .nav-right > ul > li {
  position: relative;
}
.nav .nav-main .nav-right > ul > li:hover .erji2 {
  visibility: visible!important;
  opacity: 1!important;
}
.nav .nav-main .nav-right > ul > li > a {
  color: #191919;
  display: block;
  padding: 25px 35px;
}
.nav .nav-main .nav-right > ul > li > a:hover {
  background: var(--themeColor);
  color: #191919;
}
.nav .nav-main .nav-right > ul > li .erji2 {
  position: absolute;
  width: 100%;
  z-index: 12;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s linear;
}
.nav .nav-main .nav-right > ul > li .erji2 ul {
  background: #f1f1f1;
}
.nav .nav-main .nav-right > ul > li .erji2 ul li a {
  display: block;
  text-align: center;
  padding: 15px 0px;
  color: #191919;
  transition: all 0.5s linear;
}
.nav .nav-main .nav-right > ul > li .erji2 ul li a:hover {
  background: var(--themeColor);
}
.nav .nav-main .nav-right > ul .active > a {
  background: var(--themeColor) !important;
  color: #191919 !important;
}
.nav2 {
  border: 1px solid #f5f5f5;
  background: #fff;
}
.nav2 .nav-main {
  max-width: 1400px;
  margin: 0px auto;
}
.nav2 .nav-main > ul {
  display: flex;
  justify-content: space-between;
}
.nav2 .nav-main > ul > li {
  position: relative;
}
.nav2 .nav-main > ul > li:hover .erji2 {
  visibility: visible!important;
  opacity: 1!important;
}
.nav2 .nav-main > ul > li > a {
  color: #191919;
  display: block;
  padding: 25px 35px;
}
.nav2 .nav-main > ul > li > a:hover {
  background: var(--themeColor);
  color: #191919;
}
.nav2 .nav-main > ul > li .erji2 {
  position: absolute;
  width: 100%;
  z-index: 12;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s linear;
}
.nav2 .nav-main > ul > li .erji2 ul {
  background: #f1f1f1;
}
.nav2 .nav-main > ul > li .erji2 ul li a {
  display: block;
  text-align: center;
  padding: 15px 0px;
  color: #191919;
  transition: all 0.5s linear;
}
.nav2 .nav-main > ul > li .erji2 ul li a:hover {
  background: var(--themeColor);
}
.nav2 .nav-main > ul .active > a {
  background: var(--themeColor) !important;
  color: #191919 !important;
}
.ht-search {
  background: #f5f5f5;
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
}
.ht-search .ht-search-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-left {
  width: 70%;
  display: flex;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-left img {
  display: block;
  margin-right: 10px;
}
.ht-search .ht-search-main .ht-search-left > span {
  font-size: 16px;
}
.ht-search .ht-search-main .ht-search-left ul {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 15px;
}
.ht-search .ht-search-main .ht-search-left ul li a {
  color: #555;
  font-size: 15px;
}
.ht-search .ht-search-main .ht-search-left ul li a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.ht-search .ht-search-main .ht-search-left ul span {
  display: inline-block;
  margin: 0px 15px;
  color: #999;
}
.ht-search .ht-search-main .ht-search-right {
  width: 30%;
  position: relative;
}
.ht-search .ht-search-main .ht-search-right form {
  display: flex;
  justify-content: flex-end;
}
.ht-search .ht-search-main .ht-search-right form input[type="text"] {
  border: 1px solid #ddd;
  padding: 12px 20px;
  width: 180px;
  border-right: 0px;
}
.ht-search .ht-search-main .ht-search-right form input[type="submit"] {
  background: var(--themeColor);
  border: none;
  color: #191919;
  padding: 0px 25px;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.5s linear;
}
.ht-search .ht-search-main .ht-search-right form input[type="submit"]:hover {
  background: var(--subColor);
  color: #fff;
}
.index-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-title h1 {
  font-size: 40px;
  font-weight: 400;
}
.index-title h1 span {
  font-weight: 600;
  color: var(--themeColor);
}
.index-title i {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #cccccc;
  margin: 12px 0px;
}
.index-title p {
  color: #666666;
  letter-spacing: 2px;
  font-size: 18px;
}
.index-pro {
  margin-top: 60px;
}
.index-pro .index-pro-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}
.index-pro .index-pro-main > ul {
  display: flex;
  flex-wrap: wrap;
}
.index-pro .index-pro-main > ul > li {
  width: 30.6%;
  margin-right: 36px;
  margin-top: 36px;
}
.index-pro .index-pro-main > ul > li:hover .zhe {
  transform: rotate(0deg);
}
.index-pro .index-pro-main > ul > li:nth-child(3n) {
  margin-right: 0px;
}
.index-pro .index-pro-main > ul > li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.index-pro .index-pro-main > ul > li a .pic img {
  display: block;
}
.index-pro .index-pro-main > ul > li a .info {
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.index-pro .index-pro-main > ul > li a .info h1 {
  margin-top: 25px;
  font-size: 22px;
}
.index-pro .index-pro-main > ul > li a .info span {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #ddd;
  padding: 10px 55px;
  font-size: 15px;
  border-radius: 35px;
  color: #555;
  background: #fff;
}
.index-pro .index-pro-main > ul > li a .zhe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 210, 8, 0.95);
  transition: all 0.2s linear;
  transform: rotate(90deg);
  transform-origin: 0 0;
}
.index-pro .index-pro-main > ul > li a .zhe .cont {
  padding: 20px 30px;
}
.index-pro .index-pro-main > ul > li a .zhe .cont h2 {
  color: #191919;
  font-size: 22px;
  text-align: center;
  padding-top: 20px;
}
.index-pro .index-pro-main > ul > li a .zhe .cont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.index-pro .index-pro-main > ul > li a .zhe .cont ul li {
  width: 48%;
  color: #191919;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.index-fannao {
  margin-top: 60px;
}
.index-fannao .index-fannao-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.index-fannao .index-fannao-main .index-fannao-left {
  width: 63%;
  padding-top: 30px;
}
.index-fannao .index-fannao-main .index-fannao-left ul li {
  line-height: 80px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.index-fannao .index-fannao-main .index-fannao-left ul li:hover span {
  font-weight: 600;
  color: var(--subColor2);
}
.index-fannao .index-fannao-main .index-fannao-left ul li:hover i {
  background: url(../images/wenhao-a.png) no-repeat;
}
.index-fannao .index-fannao-main .index-fannao-left ul li a {
  display: flex;
  align-items: center;
}
.index-fannao .index-fannao-main .index-fannao-left ul li a i {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/wenhao.png) no-repeat center;
  margin-right: 25px;
}
.index-fannao .index-fannao-main .index-fannao-left ul li a span {
  font-size: 18px;
  color: #111;
}
.index-fannao .index-fannao-main .index-fannao-right {
  width: 35%;
}
.index-biaozhun {
  background: url(../images/biaozhun-bg.jpg) no-repeat center;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 901px;
  margin-top: -60px;
  z-index: 10;
  position: relative;
  background-size: 100%;
}
.index-biaozhun .biaozhun-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 60px;
}
.index-biaozhun .biaozhun-title h1 {
  color: #fff;
  font-size: 35px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 3px;
}
.index-biaozhun .biaozhun-title h1 span {
  font-size: 54px;
  font-family: arial;
  line-height: 45px;
}
.index-biaozhun .biaozhun-title i {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #cccccc;
  margin: 12px 0px;
}
.index-biaozhun .biaozhun-title p {
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
}
.index-biaozhun .biaozhun-xian {
  width: 100%;
  height: 1px;
  background: #747a87;
  margin-top: 50px;
}
.index-biaozhun .index-biaozhun-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}
.index-biaozhun .index-biaozhun-main ul {
  display: flex;
  justify-content: space-between;
}
.index-biaozhun .index-biaozhun-main ul li {
  width: 230px;
  margin-top: -10px;
}
.index-biaozhun .index-biaozhun-main ul li * {
  transition: all 0.5s;
  transition-timing-function: linear;
}
.index-biaozhun .index-biaozhun-main ul li:hover .dian {
  background: url(../images/dian-a.png) no-repeat;
}
.index-biaozhun .index-biaozhun-main ul li:hover .biaozhun-item {
  background: url(../images/b-item-a.png) no-repeat center;
}
.index-biaozhun .index-biaozhun-main ul li:hover h1 {
  color: #191919 !important;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
.index-biaozhun .index-biaozhun-main ul li:hover .biaozhun-item > p {
  color: #191919 !important;
}
.index-biaozhun .index-biaozhun-main ul li:hover .biaozhun-num p {
  color: #fff !important;
}
.index-biaozhun .index-biaozhun-main ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-biaozhun .index-biaozhun-main ul a .biaozhun-item {
  height: 369px;
  margin-top: 20px;
  background: url(../images/b-item.png) no-repeat center;
  padding: 50px 25px 0px 25px;
}
.index-biaozhun .index-biaozhun-main ul a .biaozhun-item h1 {
  font-size: 22px;
  color: var(--themeColor);
  border-top: 1px solid #adabaa;
  border-bottom: 1px solid #adabaa;
  padding: 25px 0px;
  text-align: center;
}
.index-biaozhun .index-biaozhun-main ul a .biaozhun-item > p {
  margin-top: 25px;
  font-size: 15px;
  color: #555;
  line-height: 30px;
  text-align: center;
}
.index-biaozhun .index-biaozhun-main ul a .biaozhun-item .biaozhun-num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}
.index-biaozhun .index-biaozhun-main ul a .biaozhun-item .biaozhun-num h2 {
  font-size: 36px;
  font-weight: 400;
}
.index-biaozhun .index-biaozhun-main ul a .biaozhun-item .biaozhun-num p {
  font-family: arial;
  text-align: center;
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
  margin-top: 6px;
}
.index-biaozhun .index-biaozhun-main ul a .dian {
  width: 17px;
  height: 17px;
  background: url(../images/dian.png) no-repeat;
}
.index-biaozhun .index-biaozhun-main .index-biaozhun-tell-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.index-biaozhun .index-biaozhun-main .index-biaozhun-tell-row h1 {
  font-weight: 400;
  color: #fff;
  font-size: 37px;
}
.index-biaozhun .index-biaozhun-main .index-biaozhun-tell-row h1 span {
  font-weight: 600;
}
.index-biaozhun .index-biaozhun-main .index-biaozhun-tell-row .index-biaozhun-tell {
  display: flex;
  margin-top: 30px;
}
.index-biaozhun .index-biaozhun-main .index-biaozhun-tell-row .index-biaozhun-tell img {
  display: block;
  margin-right: 5px;
}
.index-biaozhun .index-biaozhun-main .index-biaozhun-tell-row .index-biaozhun-tell h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  display: flex;
  align-items: flex-end;
  border: 1px solid var(--themeColor);
  padding: 10px 60px;
  border-radius: 50px 0px 0px 50px;
}
.index-biaozhun .index-biaozhun-main .index-biaozhun-tell-row .index-biaozhun-tell h2 span {
  font-size: 32px;
  font-family: arial;
  font-weight: 600;
  color: var(--themeColor);
}
.index-biaozhun .index-biaozhun-main .index-biaozhun-tell-row .index-biaozhun-tell a {
  background: var(--jianbian);
  border-radius: 0px 50px 50px 0px;
  padding: 0px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #191919;
  transition: all 0.5s;
}
.index-biaozhun .index-biaozhun-main .index-biaozhun-tell-row .index-biaozhun-tell a:hover {
  padding-left: 60px;
}
.index-youshi .youshi-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 60px;
}
.index-youshi .youshi-title h1 {
  color: #191919;
  font-size: 35px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 3px;
}
.index-youshi .youshi-title h1 span {
  font-size: 54px;
  font-family: arial;
  line-height: 45px;
}
.index-youshi .youshi-title i {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #cccccc;
  margin: 12px 0px;
}
.index-youshi .youshi-title p {
  color: #555;
  letter-spacing: 4px;
}
.index-youshi .index-youshi-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 50px;
  position: relative;
}
.index-youshi .index-youshi-main .youshi-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index-youshi .index-youshi-main .youshi-item .youshi-cont {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  width: 870px;
  display: flex;
}
.index-youshi .index-youshi-main .youshi-item .youshi-cont .youshi-ico {
  width: 256px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-youshi .index-youshi-main .youshi-item .youshi-cont .youshi-ico h1 {
  font-size: 26px;
  color: #fff;
}
.index-youshi .index-youshi-main .youshi-item .youshi-cont .youshi-ico p {
  font-family: arial;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 6px;
}
.index-youshi .index-youshi-main .youshi-item .youshi-cont .youshi-info {
  width: 614px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
}
.index-youshi .index-youshi-main .youshi-item .youshi-cont .youshi-info p {
  padding: 0px 20px;
  color: #fff;
  line-height: 30px;
}
.index-youshi .index-youshi-main .index-youshi-page .index-youshi-page-left {
  position: absolute;
  left: -50px;
  top: 40%;
}
.index-youshi .index-youshi-main .index-youshi-page .index-youshi-page-right {
  position: absolute;
  right: -50px;
  top: 40%;
}
.index-zhuce {
  background: url(../images/zhuce.jpg) no-repeat center;
  height: 470px;
  width: 100%;
  margin-top: 60px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  position: relative;
  background-size: 100% 100%;
}
.index-zhuce .index-zhuce-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-zhuce .index-zhuce-main h1 {
  padding-top: 60px;
  font-size: 45px;
  color: #fff;
}
.index-zhuce .index-zhuce-main .index-zhuce-sub {
  margin-top: 20px;
}
.index-zhuce .index-zhuce-main .index-zhuce-sub img {
  display: block;
}
.index-zhuce .index-zhuce-main .index-zhuce-select {
  margin-top: 30px;
}
.index-zhuce .index-zhuce-main .index-zhuce-select form {
  display: flex;
  align-items: center;
}
.index-zhuce .index-zhuce-main .index-zhuce-select form .index-zhuce-select-left {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px 15px;
}
.index-zhuce .index-zhuce-main .index-zhuce-select form .index-zhuce-select-left .index-zhuce-item {
  display: flex;
  align-items: center;
}
.index-zhuce .index-zhuce-main .index-zhuce-select form .index-zhuce-select-left .index-zhuce-item .index-zhuce-label {
  display: flex;
  align-items: center;
}
.index-zhuce .index-zhuce-main .index-zhuce-select form .index-zhuce-select-left .index-zhuce-item .index-zhuce-label img {
  display: block;
  margin-right: 10px;
}
.index-zhuce .index-zhuce-main .index-zhuce-select form .index-zhuce-select-left .index-zhuce-item .index-zhuce-label label {
  font-size: 15px;
}
.index-zhuce .index-zhuce-main .index-zhuce-select form .index-zhuce-select-left .index-zhuce-item input {
  border: none;
  padding: 10px 10px;
  font-size: 15px;
  color: var(--themeColor);
}
.index-zhuce .index-zhuce-main .index-zhuce-select form .index-zhuce-select-left span {
  color: #d6d6d6;
  margin: 0px 20px;
}
.index-zhuce .index-zhuce-main .index-zhuce-select form input[type="submit"] {
  background: var(--themeColor);
  color: #191919;
  font-size: 17px;
  font-weight: 400;
  border: 0px;
  padding: 27px 30px;
  cursor: pointer;
  transition: all 0.5s;
}
.index-zhuce .index-zhuce-main .index-zhuce-select form input[type="submit"]:hover {
  background: var(--subColor);
}
.index-team {
  margin-top: 60px;
}
.index-team .index-team-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 50px;
  position: relative;
}
.index-team .index-team-main .gallery-thumbs {
  margin-top: 20px;
}
.index-team .index-team-main .gallery-thumbs .pic {
  position: relative;
}
.index-team .index-team-main .gallery-thumbs .pic p {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: var(--themeColor);
  text-align: center;
  color: #191919;
  font-size: 14px;
  padding: 4px 0px;
}
.index-team .index-team-main .gallery-thumbs .swiper-slide {
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.index-team .index-team-main .gallery-thumbs .swiper-slide:hover {
  border: 2px solid var(--themeColor);
  box-sizing: border-box;
}
.index-team .index-team-main .gallery-thumbs .swiper-slide-thumb-active {
  border: 2px solid var(--themeColor);
  box-sizing: border-box;
}
.index-team .index-team-main .team-list {
  display: flex;
  justify-content: space-between;
}
.index-team .index-team-main .team-list .team-left {
  width: 50%;
}
.index-team .index-team-main .team-list .team-left .pic {
  position: relative;
}
.index-team .index-team-main .team-list .team-left .pic img {
  display: block;
}
.index-team .index-team-main .team-list .team-left .pic .team-left-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: var(--themeColor);
  display: flex;
  align-items: center;
  padding: 15px 0px;
}
.index-team .index-team-main .team-list .team-left .pic .team-left-title h1 {
  border-right: 1px solid #666;
  padding-left: 20px;
  padding-right: 25px;
  color: #191919;
  font-size: 22px;
  font-weight: 400;
}
.index-team .index-team-main .team-list .team-left .pic .team-left-title p {
  margin-left: 20px;
  color: #333;
}
.index-team .index-team-main .team-list .team-right {
  width: 50%;
  background: #fff;
}
.index-team .index-team-main .team-list .team-right .team-right-cont {
  padding: 30px;
}
.index-team .index-team-main .team-list .team-right .team-right-cont .team-right-title h1 {
  font-size: 22px;
  font-weight: 400;
}
.index-team .index-team-main .team-list .team-right .team-right-cont .team-right-title i {
  color: var(--themeColor);
  margin-right: 10px;
}
.index-team .index-team-main .team-list .team-right .team-right-cont .team-right-xueshu {
  margin: 10px 0px 20px 0px;
  line-height: 30px;
  font-size: 16px;
  padding-left: 30px;
}
.index-team .index-team-main .team-list .team-right .team-right-cont > p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 32px;
}
.index-team .index-team-main .team-list .team-right .team-right-cont .team-right-more {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
}
.index-team .index-team-main .team-list .team-right .team-right-cont .team-right-more a {
  background: #191919;
  color: #fff;
  padding: 10px 35px;
  border-radius: 4px;
  margin-left: 30px;
}
.index-team .index-team-main .team-list .team-right .team-right-cont .team-right-more a:hover {
  background: var(--themeColor);
  color: #191919;
}
.index-team .index-team-main .team-list .team-right .team-right-cont .team-right-more a i {
  margin-left: 5px;
}
.index-team .index-team-main .index-team-page .index-team-page-left {
  position: absolute;
  top: 30%;
  left: -75px;
}
.index-team .index-team-main .index-team-page .index-team-page-right {
  position: absolute;
  top: 30%;
  right: -75px;
}
.index-about {
  margin-top: 80px;
}
.index-about .index-about-bg img {
  display: block;
  width: 100%;
}
.index-about .index-about-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: -274px;
}
.index-about .index-about-main .index-about-left {
  width: 337px;
  height: 817px;
  background: url(../images/index-about-left.png) no-repeat;
}
.index-about .index-about-main .index-about-left .index-about-tell-row {
  padding-top: 310px;
  width: 80%;
  margin: 0px auto;
}
.index-about .index-about-main .index-about-left .index-about-tell-row span {
  display: inline-block;
  color: #191919;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #222;
  padding: 0px 80px 8px 0px;
  margin-bottom: 20px;
}
.index-about .index-about-main .index-about-left .index-about-tell-row h3 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-family: arial;
  font-size: 28px;
  color: #191919;
  line-height: 36px;
}
.index-about .index-about-main .index-about-left .index-about-tell-row h3:nth-child(2) img {
  margin-right: 18px;
}
.index-about .index-about-main .index-about-left .index-about-tell-row h3 img {
  display: block;
  margin-right: 20px;
}
.index-about .index-about-main .index-about-left .index-about-xinxi {
  width: 80%;
  margin: 0px auto;
}
.index-about .index-about-main .index-about-left .index-about-xinxi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-about .index-about-main .index-about-left .index-about-xinxi ul li {
  width: 49%;
  margin-top: 50px;
}
.index-about .index-about-main .index-about-left .index-about-xinxi ul li h2 {
  display: flex;
  align-items: flex-start;
  color: #191919;
}
.index-about .index-about-main .index-about-left .index-about-xinxi ul li h2 span {
  font-family: arial;
  font-size: 36px;
}
.index-about .index-about-main .index-about-left .index-about-xinxi ul li h2 b {
  font-weight: 400;
  font-size: 15px;
  margin-left: 8px;
}
.index-about .index-about-main .index-about-left .index-about-xinxi ul li p {
  color: #191919;
  font-weight: 300;
  font-size: 17px;
}
.index-about .index-about-main .index-about-left .index-about-xinxi ul li img {
  height: 80px;
}
.index-about .index-about-main .index-about-right {
  width: 69%;
}
.index-about .index-about-main .index-about-right .index-about-info {
  padding-top: 310px;
}
.index-about .index-about-main .index-about-right .index-about-info p {
  color: #191919;
  line-height: 35px;
  text-indent: 35px;
  font-size: 16px;
}
.index-about .index-about-main .index-about-right .index-about-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-about .index-about-main .index-about-right .index-about-btn a {
  display: inline-block;
  background-color: #fff;
  color: #222;
  padding: 12px 40px;
  margin-right: 15px;
  font-size: 15px;
  border-radius: 35px;
  transition: background ease-in-out 0.3s;
}
.index-about .index-about-main .index-about-right .index-about-btn a:last-child {
  margin-right: 0px;
}
.index-about .index-about-main .index-about-right .index-about-btn a:hover {
  background: linear-gradient(to right, #ffd208, #f5852a);
  background-color: #ffd208;
}
.index-about .index-about-main .index-about-right .index-about-btn .index-about-btn-left {
  width: 60%;
}
.index-about .index-about-main .index-about-right .index-about-btn p {
  width: 40%;
  height: 1px;
  background: #ddd;
}
.index-about .index-about-main .index-about-right .index-case-main {
  margin-top: 30px;
}
.index-about .index-about-main .index-about-right .index-case-main a {
  display: block;
}
.index-about .index-about-main .index-about-right .index-case-main a:hover img {
  transform: scale(1.2);
}
.index-about .index-about-main .index-about-right .index-case-main a:hover p {
  background: linear-gradient(to right, #ffd208, #f5852a);
  background-color: #ffd208;
}
.index-about .index-about-main .index-about-right .index-case-main a .pic {
  overflow: hidden;
}
.index-about .index-about-main .index-about-right .index-case-main a .pic img {
  transition: all 0.5s;
  display: block;
}
.index-about .index-about-main .index-about-right .index-case-main a p {
  text-align: center;
  background: #f1f1f1;
  padding: 10px 0px;
  margin-top: 5px;
  color: #191919;
  transition: all 0.5s linear;
}
.index-news {
  margin-top: 60px;
  margin-bottom: 60px;
}
.index-news .index-news-main {
  max-width: 1200px;
  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: #555;
  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);
  text-decoration: underline;
}
.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;
  color: #191919;
}
.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;
  font-size: 15px;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-right a {
  background: #f1f1f1;
  color: #222;
  padding: 10px 35px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 35px;
  font-size: 14px;
  transition: all 0.5s linear;
}
.index-news .index-news-main .index-news-left .index-news-left-head .index-news-head-right a:hover {
  color: #191919;
  background: linear-gradient(to right, #ffd208, #f5852a);
  background-color: #ffd208;
}
.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: 60px;
}
.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: 15px;
}
.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: #888;
}
.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-link {
  background: var(--jianbian);
  margin-top: 60px;
  padding: 25px 0px;
}
.index-link .index-link-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-link .index-link-main .index-link-left {
  width: 90%;
  display: flex;
  align-items: center;
}
.index-link .index-link-main .index-link-left .link-title {
  display: flex;
  align-items: center;
  color: #000;
}
.index-link .index-link-main .index-link-left .link-title i {
  margin-right: 5px;
}
.index-link .index-link-main .index-link-left ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-link .index-link-main .index-link-left ul li {
  margin-left: 15px;
}
.index-link .index-link-main .index-link-left ul li a {
  color: #000;
}
.index-link .index-link-main .index-link-left ul li a:hover {
  color: var(--subColor);
  text-decoration: underline;
}
.index-link .index-link-main .index-link-right {
  width: 10%;
}
.index-link .index-link-main .index-link-right a {
  color: #000;
}
.index-link .index-link-main .index-link-right a:hover {
  color: var(--subColor);
  text-decoration: underline;
}
.footer {
  background: #111;
}
.footer .footer-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.footer .footer-main .footer-nav {
  width: 48%;
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-nav .footer-nav-item {
  width: 22%;
}
.footer .footer-main .footer-nav .footer-nav-item h1 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.footer .footer-main .footer-nav .footer-nav-item p {
  width: 20px;
  height: 2px;
  background: var(--themeColor);
  margin: 15px 0px 20px 0px;
}
.footer .footer-main .footer-nav ul li a {
  color: #7c7c7c;
  line-height: 30px;
  font-size: 15px;
}
.footer .footer-main .footer-nav ul li a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.footer .footer-main .footer-lianxi {
  width: 49%;
}
.footer .footer-main .footer-lianxi .footer-tell-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #222;
}
.footer .footer-main .footer-lianxi .footer-tell-row p {
  color: #999;
  font-size: 17px;
  font-weight: 300;
  font-size: 15px;
}
.footer .footer-main .footer-lianxi .footer-tell-row h1 {
  margin-top: 5px;
  font-family: arial;
  color: var(--themeColor);
  font-size: 35px;
  padding-bottom: 10px;
}
.footer .footer-main .footer-lianxi .footer-tell-row .footer-tell-right {
  padding-bottom: 10px;
}
.footer .footer-main .footer-lianxi .footer-lianx-us {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.footer .footer-main .footer-lianxi .footer-lianx-us ul {
  width: 75%;
}
.footer .footer-main .footer-lianxi .footer-lianx-us ul li {
  line-height: 33px;
  color: #777;
  font-size: 15px;
}
.footer .footer-main .footer-lianxi .footer-lianx-us ul li:last-child {
  display: flex;
  align-items: center;
}
.footer .footer-main .footer-lianxi .footer-lianx-us ul li i {
  color: var(--themeColor);
  margin-right: 8px;
}
.footer .footer-main .footer-lianxi .footer-lianx-us .footer-wechat {
  width: 20%;
}
.footer .footer-main .footer-lianxi .footer-lianx-us .footer-wechat img {
  display: block;
  width: 100%;
}
.footer .copying {
  border-top: 1px solid #222;
  margin-top: 35px;
  padding: 20px 0px;
}
.footer .copying .copying-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  color: #777;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
.footer .copying .copying-main a {
  font-size: 15px;
  color: #777;
}
.footer .copying .copying-main a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.aboutBanner {
  display: block;
}
.container {
  padding: 68px 0px;
}
.container .container-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}
.container .container-main .container-nav ul {
  display: flex;
  justify-content: center;
}
.container .container-main .container-nav ul li {
  margin-right: 20px;
}
.container .container-main .container-nav ul li:last-child {
  margin-right: 0px;
}
.container .container-main .container-nav ul li a {
  background: #f5f5f5;
  color: #222;
  padding: 12px 35px;
  font-size: 15px;
  border-radius: 4px;
  display: inline-block;
}
.container .container-main .container-nav ul li a:hover {
  background: var(--jianbian);
  color: #191919;
}
.container .container-main .container-nav ul .active a {
  background: var(--jianbian);
}
.container .container-main .container-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.container .container-main .container-title h1 {
  font-size: 30px;
  font-weight: 400;
  color: #222;
}
.container .container-main .container-title h2 {
  width: 100%;
  height: 35px;
  background: url(../images/title_bg.png) no-repeat center;
}
.container .container-main .aboutcontent {
  font-size: 16px;
  line-height: 2;
  color: #222;
  padding-top: 50px;
}
.container .container-main .aboutcontent img {
  max-width: 100% !important;
}
.container .container-main .aboutcontent table {
  border-collapse: collapse;
  max-width: 100% !important;
}
.container .about-news {
  background: #f5f5f5;
  margin-top: 60px;
  padding: 60px 0px;
}
.container .about-news .about-news-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.container .about-news .about-news-main .about-news-left {
  width: 48%;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.container .about-news .about-news-main .about-news-left .about-news-cont {
  padding: 25px;
}
.container .about-news .about-news-main .about-news-left .about-news-cont .about-news-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}
.container .about-news .about-news-main .about-news-left .about-news-cont .about-news-title h2 {
  font-size: 22px;
  color: var(--themeColor);
}
.container .about-news .about-news-main .about-news-left .about-news-cont .about-news-title p {
  font-family: arial;
  text-transform: capitalize;
  color: #888;
  margin-top: 8px;
}
.container .about-news .about-news-main .about-news-left .about-news-cont .about-news-title a {
  font-family: arial;
}
.container .about-news .about-news-main .about-news-left .about-news-cont .about-news-title a:hover {
  color: var(--themeColor);
}
.container .about-news .about-news-main .about-news-left .about-news-cont ul {
  margin-top: 20px;
}
.container .about-news .about-news-main .about-news-left .about-news-cont ul li {
  line-height: 40px;
}
.container .about-news .about-news-main .about-news-left .about-news-cont ul li a {
  display: flex;
  justify-content: space-between;
}
.container .about-news .about-news-main .about-news-left .about-news-cont ul li a:hover span {
  color: var(--themeColor);
}
.container .about-news .about-news-main .about-news-left .about-news-cont ul li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 80%;
  font-size: 15px;
  color: #555;
}
.container .about-news .about-news-main .about-news-left .about-news-cont ul li a i {
  font-size: 14px;
  font-style: inherit;
  color: #bb2222;
}
.container .about-news .about-news-main .about-news-right {
  width: 48%;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.container .about-news .about-news-main .about-news-right .about-news-cont {
  padding: 25px;
}
.container .about-news .about-news-main .about-news-right .about-news-cont .about-news-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}
.container .about-news .about-news-main .about-news-right .about-news-cont .about-news-title h2 {
  font-size: 22px;
  color: var(--themeColor);
}
.container .about-news .about-news-main .about-news-right .about-news-cont .about-news-title p {
  font-family: arial;
  text-transform: capitalize;
  color: #888;
  margin-top: 8px;
}
.container .about-news .about-news-main .about-news-right .about-news-cont .about-news-title a {
  font-family: arial;
}
.container .about-news .about-news-main .about-news-right .about-news-cont .about-news-title a:hover {
  color: var(--themeColor);
}
.container .about-news .about-news-main .about-news-right .about-news-cont ul {
  margin-top: 20px;
}
.container .about-news .about-news-main .about-news-right .about-news-cont ul li {
  line-height: 40px;
}
.container .about-news .about-news-main .about-news-right .about-news-cont ul li a {
  display: flex;
  justify-content: space-between;
}
.container .about-news .about-news-main .about-news-right .about-news-cont ul li a:hover span {
  color: var(--themeColor);
}
.container .about-news .about-news-main .about-news-right .about-news-cont ul li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 80%;
  font-size: 15px;
  color: #555;
}
.container .about-news .about-news-main .about-news-right .about-news-cont ul li a i {
  font-size: 14px;
  font-style: inherit;
  color: #bb2222;
}
.ht-position {
  height: 82px;
  display: flex;
  align-items: center;
  background: #f5f5f5;
}
.ht-position .ht-position-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.ht-position .ht-position-main span i {
  color: var(--themeColor);
}
.ht-position .ht-position-main a {
  color: #555;
}
.ht-position .ht-position-main a:hover {
  color: var(--themeColor);
}
.productlist > ul {
  display: flex;
  flex-wrap: wrap;
}
.productlist > ul > li {
  width: 30.6%;
  margin-right: 36px;
  margin-top: 36px;
}
.productlist > ul > li:hover .zhe {
  transform: rotate(0deg);
}
.productlist > ul > li:nth-child(3n) {
  margin-right: 0px;
}
.productlist > ul > li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.productlist > ul > li a .pic img {
  display: block;
}
.productlist > ul > li a .info {
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.productlist > ul > li a .info h1 {
  margin-top: 25px;
  font-size: 22px;
}
.productlist > ul > li a .info span {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #ddd;
  padding: 10px 55px;
  font-size: 15px;
  border-radius: 35px;
  color: #555;
  background: #fff;
}
.productlist > ul > li a .zhe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 210, 8, 0.95);
  transition: all 0.2s linear;
  transform: rotate(90deg);
  transform-origin: 0 0;
}
.productlist > ul > li a .zhe .cont {
  padding: 20px 30px;
}
.productlist > ul > li a .zhe .cont h2 {
  color: #191919;
  font-size: 22px;
  text-align: center;
  padding-top: 20px;
}
.productlist > ul > li a .zhe .cont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.productlist > ul > li a .zhe .cont ul li {
  width: 48%;
  color: #191919;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.caselist,
.honorlist {
  margin-top: 60px;
}
.caselist ul,
.honorlist ul {
  display: flex;
  flex-wrap: wrap;
}
.caselist ul li,
.honorlist ul li {
  width: 23.4%;
  margin-right: 25px;
  margin-bottom: 30px;
}
.caselist ul li:nth-child(4n),
.honorlist ul li:nth-child(4n) {
  margin-right: 0px;
}
.caselist ul li a,
.honorlist ul li a {
  display: block;
  border-radius: 8px;
  transition: all 0.5s;
}
.caselist ul li a:hover img,
.honorlist ul li a:hover img {
  transform: scale(1.2);
}
.caselist ul li a .pic,
.honorlist ul li a .pic {
  overflow: hidden;
}
.caselist ul li a .pic img,
.honorlist ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.caselist ul li a p,
.honorlist ul li a p {
  text-align: center;
  margin-top: 15px;
}
.teamlist {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.teamlist ul {
  display: flex;
  flex-wrap: wrap;
}
.teamlist ul li {
  width: 31.7%;
  margin-right: 25px;
  margin-bottom: 30px;
}
.teamlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.teamlist ul li a {
  display: block;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.teamlist ul li a:hover img {
  transform: scale(1.2);
}
.teamlist ul li a:hover .zhe {
  bottom: 0px;
}
.teamlist ul li a .pic {
  overflow: hidden;
}
.teamlist ul li a .pic img {
  display: block;
  transition: all 0.5s;
}
.teamlist ul li a .info {
  padding: 15px 0px;
}
.teamlist ul li a .info h1 {
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.teamlist ul li a .info p {
  line-height: 28px;
  color: #444;
}
.teamlist ul li a .zhe {
  background: var(--themeColor);
  position: absolute;
  bottom: -100%;
  left: 0px;
  width: 100%;
  transition: all 0.5s linear;
}
.teamlist ul li a .zhe .cont {
  padding: 20px;
}
.teamlist ul li a .zhe .cont h1 {
  font-weight: 400;
  color: #222;
  font-size: 22px;
  border-bottom: 1px solid #191919;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.teamlist ul li a .zhe .cont p {
  line-height: 30px;
  color: #191919;
}
.ht-liuyan {
  width: 100%;
  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;
  border: 1px solid #ddd;
}
.yzm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.yzm img {
  display: block;
  width: 100px;
}
.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;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
}
.page .page-num-current {
  background: var(--themeColor);
  color: #191919;
}
.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: #191919;
}
.ht-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ht-title h1 {
  font-size: 30px;
  font-weight: 400;
}
.ht-title h1 span {
  font-weight: 600;
  color: var(--themeColor);
}
.ht-title p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 300;
  color: #555;
}
.ht-about {
  background: #f5f5f5;
  margin-top: 60px;
  padding: 50px 0px;
}
.ht-about .ht-about-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}
.ht-about .ht-about-main > p {
  margin-top: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 40px;
  color: #555;
}
.ht-about .ht-about-main .ht-about-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.ht-about .ht-about-main .ht-about-more a {
  background: var(--jianbian);
  color: #191919;
  text-transform: uppercase;
  padding: 15px 50px;
  border-radius: 35px;
  font-family: arial;
  font-size: 15px;
  transition: all 0.5s linear;
}
.ht-about .ht-about-main .ht-about-more a:hover {
  background: var(--zong);
}
.ht-about .ht-about-main ul {
  width: 65%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.ht-about .ht-about-main ul .ht-about-xian {
  width: 1px;
  height: 30px;
  background: #ccc;
}
.ht-about .ht-about-main ul li h2 {
  display: flex;
  align-items: flex-start;
  color: var(--subColor);
}
.ht-about .ht-about-main ul li h2 span {
  font-family: arial;
  font-size: 40px;
}
.ht-about .ht-about-main ul li h2 b {
  font-weight: 400;
  font-size: 15px;
  margin-left: 8px;
}
.ht-about .ht-about-main ul li p {
  color: #333;
  font-weight: 300;
  font-size: 17px;
}
.ht-about .ht-about-main ul li img {
  height: 80px;
}
.ht-biaozhun {
  margin-top: 60px;
}
.ht-biaozhun .ht-biaozhun-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 50px;
}
.ht-biaozhun .ht-biaozhun-main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ht-biaozhun .ht-biaozhun-main ul li {
  width: 28.3%;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
  margin-bottom: 35px;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
}
.ht-biaozhun .ht-biaozhun-main ul li:nth-child(3n) {
  margin-right: 0px;
}
.ht-biaozhun .ht-biaozhun-main ul li .title-row {
  display: flex;
  align-items: center;
}
.ht-biaozhun .ht-biaozhun-main ul li .title-row .ico {
  font-family: arial;
  font-size: 55px;
  color: var(--subColor);
  margin-right: 20px;
}
.ht-biaozhun .ht-biaozhun-main ul li .title-row .title h1 {
  font-size: 22px;
  color: #191919;
}
.ht-biaozhun .ht-biaozhun-main ul li .title-row .title p {
  color: #555;
  font-family: arial;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 8px;
}
.ht-biaozhun .ht-biaozhun-main ul li > p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 28px;
  color: #555;
}
.ht-team {
  margin-top: 60px;
  background: #f5f5f5;
  padding: 60px 0px;
}
.ht-team .ht-team-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 50px;
  position: relative;
}
.ht-team .ht-team-main .gallery-thumbs {
  margin-top: 20px;
}
.ht-team .ht-team-main .gallery-thumbs .pic {
  position: relative;
}
.ht-team .ht-team-main .gallery-thumbs .pic p {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: var(--themeColor);
  text-align: center;
  color: #191919;
  font-size: 14px;
  padding: 4px 0px;
}
.ht-team .ht-team-main .gallery-thumbs .swiper-slide {
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.ht-team .ht-team-main .gallery-thumbs .swiper-slide:hover {
  border: 2px solid var(--themeColor);
  box-sizing: border-box;
}
.ht-team .ht-team-main .gallery-thumbs .swiper-slide-thumb-active {
  border: 2px solid var(--themeColor);
  box-sizing: border-box;
}
.ht-team .ht-team-main .team-list {
  display: flex;
  justify-content: space-between;
}
.ht-team .ht-team-main .team-list .team-left {
  width: 50%;
}
.ht-team .ht-team-main .team-list .team-left .pic {
  position: relative;
}
.ht-team .ht-team-main .team-list .team-left .pic img {
  display: block;
}
.ht-team .ht-team-main .team-list .team-left .pic .team-left-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: var(--themeColor);
  display: flex;
  align-items: center;
  padding: 15px 0px;
}
.ht-team .ht-team-main .team-list .team-left .pic .team-left-title h1 {
  border-right: 1px solid #666;
  padding-left: 20px;
  padding-right: 25px;
  color: #191919;
  font-size: 22px;
  font-weight: 400;
}
.ht-team .ht-team-main .team-list .team-left .pic .team-left-title p {
  margin-left: 20px;
  color: #333;
}
.ht-team .ht-team-main .team-list .team-right {
  width: 50%;
  background: #fff;
}
.ht-team .ht-team-main .team-list .team-right .team-right-cont {
  padding: 30px;
}
.ht-team .ht-team-main .team-list .team-right .team-right-cont .team-right-title h1 {
  font-size: 22px;
  font-weight: 400;
}
.ht-team .ht-team-main .team-list .team-right .team-right-cont .team-right-title i {
  color: var(--themeColor);
  margin-right: 10px;
}
.ht-team .ht-team-main .team-list .team-right .team-right-cont .team-right-xueshu {
  margin: 10px 0px 10px 0px;
  line-height: 30px;
  font-size: 16px;
  padding-left: 30px;
}
.ht-team .ht-team-main .team-list .team-right .team-right-cont > p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 32px;
}
.ht-team .ht-team-main .team-list .team-right .team-right-cont .team-right-more {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
}
.ht-team .ht-team-main .team-list .team-right .team-right-cont .team-right-more a {
  background: #191919;
  color: #fff;
  padding: 10px 35px;
  border-radius: 4px;
  margin-left: 30px;
}
.ht-team .ht-team-main .team-list .team-right .team-right-cont .team-right-more a:hover {
  background: var(--themeColor);
  color: #191919;
}
.ht-team .ht-team-main .team-list .team-right .team-right-cont .team-right-more a i {
  margin-left: 5px;
}
.ht-team .ht-team-main .index-team-page .index-team-page-left {
  position: absolute;
  top: 30%;
  left: -75px;
}
.ht-team .ht-team-main .index-team-page .index-team-page-right {
  position: absolute;
  top: 30%;
  right: -75px;
}
.ht-pro {
  margin-top: 60px;
}
.ht-pro .ht-pro-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 60px;
  position: relative;
}
.ht-pro .ht-pro-main .swiper-slide:hover .zhe {
  transform: rotate(0deg);
}
.ht-pro .ht-pro-main .swiper-slide:nth-child(3n) {
  margin-right: 0px;
}
.ht-pro .ht-pro-main .swiper-slide a {
  position: relative;
  display: block;
  overflow: hidden;
}
.ht-pro .ht-pro-main .swiper-slide a .pic img {
  display: block;
}
.ht-pro .ht-pro-main .swiper-slide a .info {
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.ht-pro .ht-pro-main .swiper-slide a .info h1 {
  margin-top: 25px;
  font-size: 22px;
}
.ht-pro .ht-pro-main .swiper-slide a .info span {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #ddd;
  padding: 10px 55px;
  font-size: 15px;
  border-radius: 35px;
  color: #555;
  background: #fff;
}
.ht-pro .ht-pro-main .swiper-slide a .zhe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 210, 8, 0.95);
  transition: all 0.2s linear;
  transform: rotate(90deg);
  transform-origin: 0 0;
}
.ht-pro .ht-pro-main .swiper-slide a .zhe .cont {
  padding: 20px 30px;
}
.ht-pro .ht-pro-main .swiper-slide a .zhe .cont h2 {
  color: #191919;
  font-size: 22px;
  text-align: center;
  padding-top: 20px;
}
.ht-pro .ht-pro-main .swiper-slide a .zhe .cont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.ht-pro .ht-pro-main .swiper-slide a .zhe .cont ul li {
  width: 48%;
  color: #191919;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.ht-caishui {
  margin-top: 60px;
}
.ht-caishui .ht-caishui-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 50px;
}
.ht-caishui .ht-caishui-main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ht-caishui .ht-caishui-main ul li {
  width: 23.5%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 10px;
}
.ht-caishui .ht-caishui-main ul li .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0px;
}
.ht-caishui .ht-caishui-main ul li .cont img {
  display: block;
}
.ht-caishui .ht-caishui-main ul li .cont h2 {
  font-size: 18px;
  margin-top: 20px;
}
.ht-caishui .ht-caishui-main ul li .cont p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 23px;
  color: #555;
}
.ht-youshi {
  background: #f5f5f5;
  padding: 60px 0px;
  margin-top: 60px;
}
.ht-youshi .ht-youshi-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 40px;
}
.ht-youshi .ht-youshi-main ul {
  display: flex;
  justify-content: space-between;
}
.ht-youshi .ht-youshi-main ul li {
  background: #fff;
  width: 18%;
  border-radius: 4px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.ht-youshi .ht-youshi-main ul li .cont {
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ht-youshi .ht-youshi-main ul li .cont img {
  display: block;
}
.ht-youshi .ht-youshi-main ul li .cont h2 {
  font-size: 18px;
  margin-top: 20px;
}
.ht-youshi .ht-youshi-main ul li .cont p {
  font-size: 15px;
  text-align: center;
  line-height: 24px;
  color: #555;
  margin-top: 10px;
}
.protop {
  border: 1px solid #ddd;
}
.protop .protop-cont {
  display: flex;
  justify-content: space-between;
  padding: 25px;
}
.protop .protop-cont .protop-left {
  width: 34%;
}
.protop .protop-cont .protop-left img {
  display: block;
}
.protop .protop-cont .protop-right {
  width: 63%;
  display: flex;
  justify-content: inherit;
  flex-direction: column;
}
.protop .protop-cont .protop-right h2 {
  font-size: 26px;
  font-weight: 400;
}
.protop .protop-cont .protop-right p {
  margin-top: 20px;
  line-height: 30px;
  color: #555;
}
.protop .protop-cont .protop-right .pro-message-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
}
.protop .protop-cont .protop-right .pro-message-row .pro-tell-row {
  display: flex;
  align-items: center;
}
.protop .protop-cont .protop-right .pro-message-row .pro-tell-row img {
  display: block;
  width: 50px;
  margin-right: 15px;
  margin-top: 20px;
}
.protop .protop-cont .protop-right .pro-message-row .pro-tell-row .pro-tell p {
  font-size: 18px;
  font-weight: 300;
}
.protop .protop-cont .protop-right .pro-message-row .pro-tell-row .pro-tell h1 {
  font-size: 23px;
  font-family: arial;
  font-size: 32px;
  color: var(--subColor);
  margin-top: 5px;
}
.protop .protop-cont .protop-right .pro-message-row a {
  display: block;
  background: var(--themeColor);
  color: #191919;
  padding: 10px 35px;
  margin-top: 15px;
  border-radius: 4px;
  transition: all 0.5s linear;
}
.protop .protop-cont .protop-right .pro-message-row a:hover {
  background: var(--subColor);
  color: #fff;
}
.procont {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  color: #222;
}
.procont img {
  max-width: 100%!important;
}
.procont table {
  max-width: 100%!important;
  border-collapse: collapse;
}
.newslist {
  margin-top: 20px;
}
.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: 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: 400;
  font-size: 19px;
}
.newslist ul li .newslink .news-container .news-title-row p {
  color: #666;
  font-size: 15px;
  line-height: 28px;
  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 .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: 42px;
  width: 100%;
}
.newscont .newscont-title h1 {
  font-size: 30px;
  color: var(--themeColor);
}
.newscont .newscont-title ul {
  display: flex;
  padding: 20px 0px 25px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.newscont .newscont-title ul li {
  margin-right: 20px;
  color: #999;
  font-size: 15px;
}
.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-kefu {
  position: fixed;
  bottom: 10%;
  right: 0%;
  z-index: 9999;
}
.ht-kefu ul li {
  position: relative;
}
.ht-kefu ul li:hover > a {
  background: #191919;
  color: #fff;
}
.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: #222;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
  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;
}
#leftBtn {
  position: fixed;
  bottom: 0%;
  left: 0px;
  display: none;
  z-index: 999999999;
}
.footer-lianxi2 {
  width: 100%;
  height: 84px;
  position: fixed;
  bottom: 0%;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
}
.footer-lianxi2 .footer-lianxi2-main {
  width: 1300px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-lianxi2 .footer-lianxi2-main a:first-child {
  background: var(--subColor);
  color: #fff;
  font-size: 18px;
  padding: 12px 50px;
  margin-right: 10px;
}
.footer-lianxi2 .footer-lianxi2-main a:nth-child(2) {
  background: var(--themeColor);
  color: #191919;
  font-size: 18px;
  padding: 12px 50px;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-left {
  position: relative;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-right {
  margin-left: 90px;
  display: flex;
  align-items: center;
  color: #fff;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-right h2 {
  font-size: 26px;
  margin-right: 30px;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-right h3 {
  font-size: 26px;
}
.footer-lianxi2 .footer-lianxi2-main .footer-lianxi2-right h3 span {
  font-size: 20px;
  font-weight: 300;
}
.footer-lianxi2 .footer-lianxi2-main .footer-close {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
}
.footer-lianxi2 .footer-lianxi2-main .footer-close i {
  border: 2px solid #fff;
  border-radius: 35px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wechat3 {
  position: absolute;
  top: -170px;
  left: 20px;
  display: none;
}
@media screen and (max-width: 1800px) {
  .banner img,
  .guanggao img {
    width: 100%;
  }
  .aboutBanner {
    width: 100%;
  }
  .aboutBanner img {
    width: 100%;
  }
}
@media screen and (min-width: 1930px) {
  .banner img,
  .guanggao img {
    width: 100%;
  }
  .aboutBanner {
    width: 100%;
  }
  .aboutBanner img {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .ht-kefu,
  .footer-lianxi2 {
    display: none;
  }
}
.banner img {
  display: block;
}
.banner .swiper-pagination-bullet {
  padding: 2px 12px;
  border-radius: 0px;
  opacity: 1;
  background: #fff;
}
.banner .swiper-pagination-bullet-active {
  background: var(--themeColor);
}
