* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 15px;
  --themeColor: #054998;
  --subColor: #EE7700;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style: none;
}
.center {
  max-width: 1520px;
  width: 90%;
  margin: 0px auto;
}
.head {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0px;
  left: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
.head .head-main {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main .head-logo {
  width: 190px;
}
.head .head-main .head-logo img {
  display: block;
  width: 100%;
}
.head .head-main .head-right {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main .head-right .head-nav {
  width: 78%;
}
.head .head-main .head-right .head-nav > ul {
  display: flex;
  justify-content: space-between;
}
.head .head-main .head-right .head-nav > ul > li {
  position: relative;
}
.head .head-main .head-right .head-nav > ul > li:last-child {
  padding-right: 45px;
  padding-top: 2px;
  position: relative;
}
.head .head-main .head-right .head-nav > ul > li:last-child:hover .head-search {
  visibility: visible!important;
  opacity: 1!important;
}
.head .head-main .head-right .head-nav > ul > li:last-child:hover i {
  color: var(--themeColor);
}
.head .head-main .head-right .head-nav > ul > li:last-child i {
  font-size: 20px;
  cursor: pointer;
}
.head .head-main .head-right .head-nav > ul > li:last-child .head-search {
  position: absolute;
  left: -350%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.head .head-main .head-right .head-nav > ul > li:last-child .head-search div {
  margin-top: 33px;
  background: #f1f1f1;
  padding: 20px;
}
.head .head-main .head-right .head-nav > ul > li:last-child .head-search div form {
  display: flex;
  align-items: center;
}
.head .head-main .head-right .head-nav > ul > li:last-child .head-search div form input[type=text] {
  border: 1px solid #ddd;
  padding: 10px 15px;
}
.head .head-main .head-right .head-nav > ul > li:last-child .head-search div form input[type=submit] {
  background: var(--themeColor);
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
.head .head-main .head-right .head-nav > ul > li:last-child .head-search div form input[type=submit]:hover {
  background: var(--subColor);
}
.head .head-main .head-right .head-nav > ul > li .active {
  color: var(--themeColor);
}
.head .head-main .head-right .head-nav > ul > li .active::after {
  width: 100%;
}
.head .head-main .head-right .head-nav > ul > li:hover > a {
  color: var(--themeColor);
}
.head .head-main .head-right .head-nav > ul > li:hover > a::after {
  width: 100%;
}
.head .head-main .head-right .head-nav > ul > li > a {
  display: block;
  position: relative;
  font-size: 17px;
}
.head .head-main .head-right .head-nav > ul > li > a::after {
  content: "";
  width: 0%;
  height: 4px;
  background: var(--themeColor);
  position: absolute;
  bottom: -35px;
  left: 0px;
  transition: all 0.5s;
}
.head .head-main .head-right .head-yuyan {
  width: 10%;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.head .head-main .head-right .head-yuyan:hover h1 {
  color: var(--themeColor);
}
.head .head-main .head-right .head-yuyan:hover .head-yuyan-erji {
  visibility: visible!important;
  opacity: 1!important;
}
.head .head-main .head-right .head-yuyan::after {
  content: "";
  width: 1px;
  height: 89px;
  background: #ddd;
  position: absolute;
  left: -25px;
  top: -34px;
}
.head .head-main .head-right .head-yuyan h1 {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
}
.head .head-main .head-right .head-yuyan h1 i {
  font-size: 20px;
}
.head .head-main .head-right .head-yuyan h1 span {
  display: inline-block;
  margin: 0px 8px;
}
.head .head-main .head-right .head-yuyan .head-yuyan-erji {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.head .head-main .head-right .head-yuyan .head-yuyan-erji ul {
  background: #f5f5f5;
  margin-top: 45px;
}
.head .head-main .head-right .head-yuyan .head-yuyan-erji ul li .active {
  background: var(--themeColor);
  color: #fff;
}
.head .head-main .head-right .head-yuyan .head-yuyan-erji ul li a {
  display: block;
  text-align: center;
  padding: 15px 0px;
  font-size: 15px;
}
.head .head-main .head-right .head-yuyan .head-yuyan-erji ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.head .head-main .head-right .head-nav2 {
  width: 9%;
}
.head .head-main .head-right .head-nav2 .head-nav-btn {
  background: var(--themeColor);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0px;
  cursor: pointer;
}
.head .head-main .head-right .head-nav2 .head-nav-btn:hover {
  background: var(--subColor);
}
.head .head-main .head-right .head-nav2 .head-nav-btn span {
  display: inline-block;
  width: 45px;
  height: 3px;
  background: #fff;
  margin-bottom: 10px;
}
.head .head-main .head-right .head-nav2 .head-nav-btn span:last-child {
  margin-bottom: 0px;
}
.nav2 {
  background: rgba(5, 73, 152, 0.95);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  height: 480px;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.nav2 .nav2-main {
  max-width: 1200px;
  width: 90%;
  margin: 0px auto;
  display: flex;
}
.nav2 .nav2-main .nav2-xian {
  width: 1px;
  height: 480px;
  background: #fff;
  opacity: 0.1;
  margin: 0px 40px;
}
.nav2 .nav2-main .nav2-item {
  width: 15%;
  padding-top: 50px;
}
.nav2 .nav2-main .nav2-item h1 {
  font-size: 22px;
  color: #fff;
}
.nav2 .nav2-main .nav2-item ul {
  margin-top: 25px;
}
.nav2 .nav2-main .nav2-item ul li a {
  color: #ddd;
  line-height: 30px;
  font-weight: 300;
}
.nav2 .nav2-main .nav2-item ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.nav2 .nav2-close {
  position: absolute;
  top: 35px;
  right: 50px;
}
.nav2 .nav2-close i {
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
}
.nav2 .nav2-close i:hover {
  color: var(--subColor);
  transform: rotate(405deg);
}
.nav2-active {
  visibility: visible!important;
  opacity: 1!important;
}
.index-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-title h1 {
  font-size: 40px;
}
.index-title h1 span {
  color: var(--themeColor);
}
.index-title p {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
}
.index-pro {
  background: #f5f5f5;
  padding: 60px 0px;
}
.index-pro .index-pro-main {
  max-width: 1520px;
  width: 90%;
  margin: 0px auto;
  margin-top: 50px;
}
.index-pro .index-pro-main .index-pro-nav {
  background: #fff;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left {
  width: 22%;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left h1 {
  font-size: 28px;
  font-family: arial;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left h1 b {
  color: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-left h2 {
  margin-top: 5px;
  font-size: 28px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right {
  width: 78%;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right ul {
  display: flex;
  flex-wrap: wrap;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right ul li {
  width: 25%;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px 0px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right ul li a {
  color: #444;
  display: inline-block;
  padding-left: 50px;
  font-size: 18px;
}
.index-pro .index-pro-main .index-pro-nav .index-pro-nav-right ul li a:hover {
  color: var(--themeColor);
}
.index-pro .index-pro-main .index-pro-container {
  margin-top: 60px;
  position: relative;
}
.index-pro .index-pro-main .index-pro-container a {
  display: block;
  position: relative;
  overflow: hidden;
}
.index-pro .index-pro-main .index-pro-container a:hover img {
  transform: scale(1.5);
}
.index-pro .index-pro-main .index-pro-container a:hover .index-pro-info {
  top: 0px;
}
.index-pro .index-pro-main .index-pro-container a .pic {
  overflow: hidden;
}
.index-pro .index-pro-main .index-pro-container a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-pro .index-pro-main .index-pro-container a .index-pro-info {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
  top: 120%;
}
.index-pro .index-pro-main .index-pro-container a .index-pro-info h1 {
  font-size: 24px;
}
.index-pro .index-pro-main .index-pro-container a .index-pro-info span {
  width: 80px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin-top: 20px;
}
.index-pro .index-pro-main .index-pro-container a .index-pro-info p {
  margin-top: 50px;
  padding: 0px 100px;
  text-align: center;
  line-height: 35px;
  font-weight: 300;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-pro .index-pro-main .index-pro-container a .index-pro-info h5 {
  font-weight: 300;
  margin-top: 50px;
  font-size: 15px;
}
.index-pro .index-pro-main .index-pro-container a .index-pro-info h4 {
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
}
.index-pro .index-pro-main .index-pro-container .index-pro-page div {
  position: absolute;
  top: 40%;
  cursor: pointer;
}
.index-pro .index-pro-main .index-pro-container .index-pro-page div img {
  display: block;
}
.index-pro .index-pro-main .index-pro-container .index-pro-page .index-pro-page-left {
  left: -50px;
  z-index: 99;
}
.index-pro .index-pro-main .index-pro-container .index-pro-page .index-pro-page-right {
  right: -50px;
  z-index: 99;
}
.index-pro .index-pro-page2 {
  margin-top: 60px;
  padding-bottom: 40px;
}
.index-pro .index-pro-page2 div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-pro .index-pro-page2 div .swiper-pagination-bullet {
  border-radius: 0px!important;
  padding: 5px;
  margin: 0px 6px;
}
.index-pro .index-pro-page2 div .swiper-pagination-bullet-active {
  background: var(--themeColor);
}
.index-service {
  padding: 60px 0px;
}
.index-service .index-service-main {
  max-width: 1520px;
  width: 90%;
  margin: 0px auto;
  margin-top: 40px;
}
.index-service .index-service-main > ul {
  display: flex;
  justify-content: space-between;
}
.index-service .index-service-main > ul > li {
  width: 31.5%;
}
.index-service .index-service-main > ul > li:hover .pic img {
  transform: scale(1.2);
}
.index-service .index-service-main > ul > li:hover .index-service-info {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid var(--themeColor);
}
.index-service .index-service-main > ul > li:hover a h1 {
  color: var(--themeColor);
}
.index-service .index-service-main > ul > li:hover a .index-service-more span {
  background: var(--themeColor) !important;
}
.index-service .index-service-main > ul > li .pic {
  overflow: hidden;
}
.index-service .index-service-main > ul > li .pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-service .index-service-main > ul > li .index-service-info {
  width: 90%;
  margin: 0px auto;
  background: #fff;
  margin-top: -60px;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  border-bottom: 4px solid #ddd;
}
.index-service .index-service-main > ul > li .index-service-info * {
  transition: all 0.5s;
}
.index-service .index-service-main > ul > li .index-service-info a {
  padding: 20px;
  display: block;
}
.index-service .index-service-main > ul > li .index-service-info a .index-service-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-service .index-service-main > ul > li .index-service-info a .index-service-title h1 {
  font-size: 24px;
}
.index-service .index-service-main > ul > li .index-service-info a .index-service-title i {
  display: inline-block;
  width: 55%;
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 5px;
}
.index-service .index-service-main > ul > li .index-service-info a .index-service-title span {
  font-family: arial;
  font-size: 33px;
  font-weight: 600;
}
.index-service .index-service-main > ul > li .index-service-info a ul {
  margin-top: 15px;
}
.index-service .index-service-main > ul > li .index-service-info a ul li {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.index-service .index-service-main > ul > li .index-service-info a .index-service-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.index-service .index-service-main > ul > li .index-service-info a .index-service-more span {
  background: #191919;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 8px;
}
.index-case .index-case-main {
  margin-top: 50px;
  position: relative;
}
.index-case .index-case-main .swiper-container3 {
  padding-bottom: 113px;
}
.index-case .index-case-main .swiper-container3 a:hover img {
  transform: scale(1.2);
}
.index-case .index-case-main .swiper-container3 .pic {
  overflow: hidden;
}
.index-case .index-case-main .swiper-slide {
  padding: 0 calc((100vw - 1000px) * 0.03);
  width: 1000px;
}
.index-case .index-case-main .swiper-slide img {
  display: block;
  transition: all 0.5s;
}
.index-case .index-case-main .swiper-slide .index-case-info {
  display: none;
}
.index-case .index-case-main .swiper-slide-active .index-case-info {
  display: block;
  position: absolute;
  box-shadow: 0px 0px 20px rgba(5, 73, 152, 0.2);
  background: #fff;
  width: 400px;
  z-index: 99;
  bottom: -80px;
  left: 110px;
}
.index-case .index-case-main .swiper-slide-active .index-case-info .index-case-info-cont {
  padding: 50px 40px;
}
.index-case .index-case-main .swiper-slide-active .index-case-info .index-case-info-cont h1 {
  font-size: 20px;
}
.index-case .index-case-main .swiper-slide-active .index-case-info .index-case-info-cont em {
  display: inline-block;
  width: 100px;
  height: 3px;
  background: var(--themeColor);
  margin-left: -80px;
}
.index-case .index-case-main .swiper-slide-active .index-case-info .index-case-info-cont p {
  margin-top: 5px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #555;
}
.index-case .index-case-main .swiper-slide-active .index-case-info .index-case-info-cont span {
  color: var(--themeColor);
  letter-spacing: 4px;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}
.index-case .index-case-main .index-case-page div {
  position: absolute;
  top: 40%;
  cursor: pointer;
}
.index-case .index-case-main .index-case-page div img {
  display: block;
}
.index-case .index-case-main .index-case-page .index-case-page-left {
  left: 22%;
  z-index: 99;
}
.index-case .index-case-main .index-case-page .index-case-page-right {
  right: 22%;
  z-index: 99;
}
.index-case .index-case-main .index-case-page2 {
  margin-top: 60px;
  padding-bottom: 40px;
}
.index-case .index-case-main .index-case-page2 div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-case .index-case-main .index-case-page2 div .swiper-pagination-bullet {
  border-radius: 0px!important;
  padding: 5px;
  margin: 0px 6px;
}
.index-case .index-case-main .index-case-page2 div .swiper-pagination-bullet-active {
  background: var(--themeColor);
}
.index-youshi {
  background: url(../images/youshi.jpg) no-repeat;
  width: 100%;
  height: 1061px;
  margin-top: 60px;
  background-size: 100% 100%;
}
.index-youshi .index-youshi-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 80px;
}
.index-youshi .index-youshi-title h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}
.index-youshi .index-youshi-title h1 span {
  font-weight: 600;
}
.index-youshi .index-youshi-title p {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
.index-youshi .index-youshi-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 80px;
}
.index-youshi .index-youshi-main .index-youshi-nav ul {
  display: flex;
  justify-content: space-between;
}
.index-youshi .index-youshi-main .index-youshi-nav ul li {
  width: 100%!important;
  height: auto!important;
  border-radius: 0px;
  background: none;
  display: flex;
  align-items: center;
  opacity: 1;
  position: relative;
}
.index-youshi .index-youshi-main .index-youshi-nav ul li img {
  display: block;
  margin-right: 15px;
}
.index-youshi .index-youshi-main .index-youshi-nav ul li .youshiico {
  width: 20%;
}
.index-youshi .index-youshi-main .index-youshi-nav ul li .youshi-title {
  width: 80%;
}
.index-youshi .index-youshi-main .index-youshi-nav ul li .youshi-title h1 {
  font-size: 20px;
  color: #fff;
}
.index-youshi .index-youshi-main .index-youshi-nav ul li .youshi-title p {
  font-family: arial;
  margin-top: 5px;
  color: #b5b5b5;
}
.index-youshi .index-youshi-main .index-youshi-nav ul li::after {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 12px;
  left: 0px;
  background: url(../images/youshi-a.png) no-repeat left;
  opacity: 0;
  transition: all 0.5s;
}
.index-youshi .index-youshi-main .index-youshi-nav ul .swiper-pagination-bullet-active::after {
  opacity: 1!important;
}
.index-youshi .index-youshi-main .index-youshi-container {
  margin-top: 60px;
}
.index-youshi .index-youshi-main .index-youshi-container .youshi-item {
  position: relative;
}
.index-youshi .index-youshi-main .index-youshi-container .youshi-item .pic {
  overflow: hidden;
}
.index-youshi .index-youshi-main .index-youshi-container .youshi-item .pic img {
  display: block;
}
.index-youshi .index-youshi-main .index-youshi-container .youshi-item .youshi-info {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0px;
  left: 0px;
}
.index-youshi .index-youshi-main .index-youshi-container .youshi-item .youshi-info .youshi-info-main {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-youshi .index-youshi-main .index-youshi-container .youshi-item .youshi-info .youshi-info-main .youshi-left {
  width: 85%;
}
.index-youshi .index-youshi-main .index-youshi-container .youshi-item .youshi-info .youshi-info-main .youshi-left h1 {
  font-size: 26px;
  color: var(--themeColor);
}
.index-youshi .index-youshi-main .index-youshi-container .youshi-item .youshi-info .youshi-info-main .youshi-left p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 30px;
}
.index-youshi .index-youshi-main .index-youshi-container .youshi-item .youshi-info .youshi-info-main .youshi-right {
  width: 12%;
  display: flex;
  justify-content: flex-end;
}
.index-youshi .index-youshi-main .index-youshi-container .youshi-item .youshi-info .youshi-info-main .youshi-right a {
  background: #191919;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
}
.index-youshi .index-youshi-main .index-youshi-container .youshi-item .youshi-info .youshi-info-main .youshi-right a:hover {
  background: var(--themeColor);
}
.index-about {
  padding: 60px 0px;
}
.index-about .index-about-main {
  max-width: 1520px;
  width: 90%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.index-about .index-about-main .index-about-left {
  width: 50%;
}
.index-about .index-about-main .index-about-left .index-about-title h1 {
  font-size: 36px;
}
.index-about .index-about-main .index-about-left .index-about-title p {
  font-family: arial;
  font-weight: 400;
  color: var(--themeColor);
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 15px;
}
.index-about .index-about-main .index-about-left > p {
  margin-top: 30px;
  color: #555;
  line-height: 35px;
}
.index-about .index-about-main .index-about-left ul {
  display: flex;
  margin-top: 50px;
}
.index-about .index-about-main .index-about-left ul li {
  padding-left: 40px;
  border-left: 1px solid #ddd;
  padding-right: 40px;
}
.index-about .index-about-main .index-about-left ul li:first-child {
  padding-left: 0px;
  border-left: 0px;
}
.index-about .index-about-main .index-about-left ul li:last-child {
  padding-right: 0px;
}
.index-about .index-about-main .index-about-left ul li h1 {
  font-size: 40px;
  font-family: arial;
  color: var(--themeColor);
}
.index-about .index-about-main .index-about-left ul li h1 span {
  font-size: 15px;
  margin-left: 5px;
  font-weight: 400;
}
.index-about .index-about-main .index-about-left ul li p {
  font-size: 14px;
  color: var(--themeColor);
}
.index-about .index-about-main .index-about-left .index-about-biaoyu {
  margin-top: 40px;
}
.index-about .index-about-main .index-about-left .index-about-biaoyu h1 {
  font-size: 23px;
  color: var(--themeColor);
}
.index-about .index-about-main .index-about-left .index-about-biaoyu p {
  font-size: 17px;
  font-weight: 300;
  margin-top: 10px;
}
.index-about .index-about-main .index-about-right {
  width: 47%;
}
.index-qiye .index-qiye-main {
  max-width: 1520px;
  width: 90%;
  margin: 0px auto;
}
.index-qiye .index-qiye-main a:hover img {
  transform: scale(1.2);
}
.index-qiye .index-qiye-main a .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-qiye .index-qiye-main a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-qiye .index-qiye-main a p {
  text-align: center;
  margin-top: 10px;
}
.index-video {
  margin-top: 60px;
  background: #f5f5f5;
  padding: 60px 0px;
}
.index-video .index-video-main {
  max-width: 1520px;
  width: 90%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.index-video .index-video-main img {
  display: block;
}
.index-video .index-video-main .index-video-left {
  width: 67%;
}
.index-video .index-video-main .index-video-left a {
  position: relative;
  display: block;
  overflow: hidden;
}
.index-video .index-video-main .index-video-left a:hover .index-video-info {
  top: 0px;
}
.index-video .index-video-main .index-video-left a:hover .pic img {
  transform: scale(1.2);
}
.index-video .index-video-main .index-video-left a:hover .play {
  top: 120%;
}
.index-video .index-video-main .index-video-left a .pic img {
  transition: all 0.5s;
}
.index-video .index-video-main .index-video-left a .play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  transition: all 0.5s;
}
.index-video .index-video-main .index-video-left a .index-video-info {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(5, 73, 152, 0.8);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
  top: 120%;
}
.index-video .index-video-main .index-video-left a .index-video-info h1 {
  font-size: 40px;
  color: #fff;
}
.index-video .index-video-main .index-video-left a .index-video-info h5 {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}
.index-video .index-video-main .index-video-left a .index-video-info h5 img {
  display: block;
  margin-right: 20px;
}
.index-video .index-video-main .index-video-right {
  width: 31%;
}
.index-video .index-video-main .index-video-right ul {
  display: flex;
  flex-wrap: wrap;
}
.index-video .index-video-main .index-video-right ul li {
  width: 100%;
}
.index-video .index-video-main .index-video-right ul li:first-child {
  margin-bottom: 40px;
}
.index-video .index-video-main .index-video-right ul li a {
  position: relative;
  overflow: hidden;
  display: block;
}
.index-video .index-video-main .index-video-right ul li a:hover p {
  bottom: 0px;
}
.index-video .index-video-main .index-video-right ul li a:hover .pic > img {
  transform: scale(1.2);
}
.index-video .index-video-main .index-video-right ul li a:hover .index-video-play {
  top: 120%;
}
.index-video .index-video-main .index-video-right ul li a img {
  transition: all 0.5s;
}
.index-video .index-video-main .index-video-right ul li a .index-video-play {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.index-video .index-video-main .index-video-right ul li a p {
  position: absolute;
  width: 100%;
  background: rgba(5, 73, 152, 0.8);
  color: #fff;
  text-align: center;
  bottom: -40%;
  padding: 15px 0px;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.5s;
}
.index-honor {
  padding: 60px 0px;
}
.index-honor .index-honor-main {
  max-width: 1520px;
  width: 90%;
  margin: 0px auto;
  margin-top: 50px;
  position: relative;
}
.index-honor .index-honor-main a:hover img {
  transform: scale(1.2);
}
.index-honor .index-honor-main a .pic {
  border: 1px solid #ddd;
  overflow: hidden;
}
.index-honor .index-honor-main a .pic img {
  display: block;
  transition: all 0.5s;
}
.index-honor .index-honor-main a p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
.index-honor .index-honor-main .index-honor-page i {
  position: absolute;
  top: 40%;
  font-size: 40px;
  cursor: pointer;
  color: var(--themeColor);
}
.index-honor .index-honor-main .index-honor-page i:hover {
  color: var(--subColor);
}
.index-honor .index-honor-main .index-honor-page .index-honor-page-left {
  left: -50px;
}
.index-honor .index-honor-main .index-honor-page .index-honor-page-right {
  right: -50px;
}
.index-news {
  background: #f1f1f1;
  padding: 60px 0px;
}
.index-news .index-news-main {
  max-width: 1520px;
  width: 90%;
  margin: 0px auto;
}
.index-news .index-news-main .index-news-title-row {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-news .index-news-main .index-news-title-row ul {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 35px;
}
.index-news .index-news-main .index-news-title-row ul li a {
  display: inline-block;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 35px;
}
.index-news .index-news-main .index-news-title-row ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.index-news .index-news-main .index-news-group {
  margin-top: 40px;
}
.index-news .index-news-main .index-news-group .index-news-item {
  display: flex;
  justify-content: space-between;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-left {
  width: 42%;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-left ul {
  display: flex;
  justify-content: space-between;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-left ul li {
  width: 48%;
  background: #fff;
  transition: all 0.5s;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-left ul li:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-left ul li:hover h2 {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-left ul li a {
  padding-bottom: 20px;
  display: block;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-left ul li a .pic {
  display: block;
  border-bottom: 1px solid #ddd;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-left ul li a h2 {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 20px;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-left ul li a p {
  padding: 0px 20px;
  color: #777;
  line-height: 28px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-left ul li a .index-news-btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 25px;
  margin-top: 25px;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-left ul li a .index-news-btn i {
  border: 1px solid var(--themeColor);
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-right {
  width: 52%;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-right ul li {
  background: #fff;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-right ul li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-right ul li:last-child {
  margin-bottom: 0px;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-right ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-right ul li a .index-news-date {
  border-right: 1px solid #ddd;
  width: 16%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-right ul li a .index-news-date .index-news-date-d {
  font-family: arial;
  font-size: 40px;
  color: #666666;
  font-weight: 600;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-right ul li a .index-news-date .index-news-date-ym {
  font-family: arial;
  margin-top: 8px;
  color: #666666;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-right ul li a .index-news-title {
  width: 80%;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-right ul li a .index-news-title h1 {
  font-size: 18px;
  color: #222;
  font-weight: 400;
}
.index-news .index-news-main .index-news-group .index-news-item .index-news-item-right ul li a .index-news-title p {
  margin-top: 8px;
  line-height: 26px;
  color: #777;
}
.footer {
  background: #191919;
  padding-top: 60px;
}
.footer .footer-main {
  max-width: 1520px;
  width: 90%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-left {
  width: 58%;
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-left .footer-item:nth-child(2) {
  width: 25%;
}
.footer .footer-main .footer-left .footer-item:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-main .footer-left .footer-item:nth-child(2) ul li {
  width: 48%;
}
.footer .footer-main .footer-left .footer-item .footer-title h2 {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.footer .footer-main .footer-left .footer-item .footer-title span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
}
.footer .footer-main .footer-left .footer-item ul {
  margin-top: 25px;
}
.footer .footer-main .footer-left .footer-item ul li {
  line-height: 31px;
}
.footer .footer-main .footer-left .footer-item ul li a {
  color: #ababaa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.footer .footer-main .footer-left .footer-item ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footer-main .footer-left .footer-item img {
  display: block;
  width: 130px;
  margin-top: 30px;
}
.footer .footer-main .footer-right {
  width: 26%;
}
.footer .footer-main .footer-right .footer-right-title-row {
  padding-bottom: 10px;
  border-bottom: 1px solid #424242;
}
.footer .footer-main .footer-right .footer-right-title-row p {
  color: #ababaa;
}
.footer .footer-main .footer-right .footer-right-title-row h1 {
  margin-top: 15px;
  color: var(--themeColor);
  font-family: arial;
}
.footer .footer-main .footer-right ul {
  margin-top: 20px;
}
.footer .footer-main .footer-right ul li {
  color: #ababaa;
  line-height: 32px;
}
.footer .footer-main .footer-right ul li:first-child i {
  margin-right: 13px;
}
.footer .footer-main .footer-right ul li i {
  margin-right: 10px;
}
.footer .footer-link {
  max-width: 1520px;
  width: 90%;
  margin: 0px auto;
  margin-top: 60px;
  padding-bottom: 60px;
}
.footer .footer-link .footer-link-main {
  display: flex;
  align-items: center;
  background: #2f2f2f;
  padding: 20px;
}
.footer .footer-link .footer-link-main .footer-link-left {
  width: 13%;
}
.footer .footer-link .footer-link-main .footer-link-left h1 {
  font-family: arial;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.footer .footer-link .footer-link-main .footer-link-left p {
  margin-top: 5px;
  color: #ddd;
}
.footer .footer-link .footer-link-main .footer-link-right {
  width: 85%;
}
.footer .footer-link .footer-link-main .footer-link-right ul {
  display: flex;
  align-items: center;
}
.footer .footer-link .footer-link-main .footer-link-right ul li {
  margin-right: 15px;
}
.footer .footer-link .footer-link-main .footer-link-right ul li:last-child {
  margin-right: 0px;
}
.footer .footer-link .footer-link-main .footer-link-right ul li a {
  color: #ababaa;
}
.footer .footer-link .footer-link-main .footer-link-right ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.copying {
  background: #000;
  padding: 20px 0px;
}
.copying .copying-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.copying .copying-main p {
  color: #ababaa;
}
.copying .copying-main a {
  margin: 0px 15px;
  color: #ababaa;
}
.copying .copying-main a:hover {
  color: #fff;
  text-decoration: underline;
}
.ht-kefu {
  position: fixed;
  bottom: 15%;
  right: 0%;
  z-index: 9999;
}
.ht-kefu ul li {
  position: relative;
}
.ht-kefu ul li:hover > a {
  background: var(--subColor);
}
.ht-kefu ul li:hover .ht-kefu-dnoe {
  visibility: visible;
  opacity: 1;
}
.ht-kefu ul li:hover .ht-kefu-dnoe2 {
  visibility: visible;
  opacity: 1;
}
.ht-kefu ul li:last-child a {
  border-bottom: none;
}
.ht-kefu ul li > a {
  background: var(--themeColor);
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  transition: all 0.5s;
}
.ht-kefu ul li > a i {
  font-size: 23px;
}
.ht-kefu ul li > a p {
  font-size: 13px;
  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: #4AB344;
  color: #fff;
  font-size: 18px;
  padding: 12px 50px;
  font-weight: 300;
  margin-right: 10px;
}
.footer-lianxi2 .footer-lianxi2-main a:nth-child(2) {
  background: #1a6acd;
  color: #fff;
  font-size: 18px;
  padding: 12px 50px;
  font-weight: 300;
}
.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;
}
.aboutBanner {
  display: block;
}
.wechat3 {
  position: absolute;
  top: -170px;
  left: 20px;
  display: none;
}
.ht-container {
  max-width: 1520px;
  width: 90%;
  margin: 0px auto;
  margin: 70px auto;
  display: flex;
  justify-content: space-between;
}
.ht-container .ht-left {
  width: 19%;
}
.ht-container .ht-left .ht-left-nav {
  box-shadow: 0px 0px 20px rgba(5, 73, 152, 0.2);
  padding-bottom: 20px;
  border-radius: 40px 0px 0px 0px;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title {
  background: var(--themeColor);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0px;
  border-radius: 40px 0px 0px 0px;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title h1 {
  font-size: 26px;
  color: #fff;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title p {
  text-transform: uppercase;
  color: #ddd;
  font-family: arial;
  margin-top: 8px;
}
.ht-container .ht-left .ht-left-nav ul {
  padding: 20px;
  background: #fff;
}
.ht-container .ht-left .ht-left-nav ul li:last-child a {
  margin-bottom: 0px;
}
.ht-container .ht-left .ht-left-nav ul li a {
  display: block;
  padding: 18px 0px;
  background: #f2f2f2;
  margin-bottom: 15px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ht-container .ht-left .ht-left-nav ul li a i {
  margin-right: 15px;
  font-size: 18px;
  margin-left: 22px;
  color: var(--themeColor);
}
.ht-container .ht-left .ht-left-nav ul li a::after {
  content: "";
  width: 0%;
  position: absolute;
  background: var(--themeColor);
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 0.5s;
}
.ht-container .ht-left .ht-left-nav ul li a:hover {
  color: #fff;
}
.ht-container .ht-left .ht-left-nav ul li a:hover::after {
  width: 100% !important;
}
.ht-container .ht-left .ht-left-nav ul li a:hover i {
  color: #fff;
}
.ht-container .ht-left .ht-left-nav ul li .active {
  color: #fff;
}
.ht-container .ht-left .ht-left-nav ul li .active::after {
  width: 100% !important;
}
.ht-container .ht-left .ht-left-nav ul li .active i {
  color: #fff;
}
.ht-container .ht-left .ht-left-lianxi {
  box-shadow: 0px 0px 20px rgba(5, 73, 152, 0.2);
  padding-bottom: 20px;
  margin-top: 30px;
  border-radius: 0px 0px 50px 0px;
}
.ht-container .ht-left .ht-left-lianxi .ht-left-lianxi-title {
  background: var(--themeColor);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0px;
}
.ht-container .ht-left .ht-left-lianxi .ht-left-lianxi-title h1 {
  font-size: 26px;
  color: #fff;
}
.ht-container .ht-left .ht-left-lianxi ul {
  padding: 15px;
}
.ht-container .ht-left .ht-left-lianxi ul li {
  line-height: 28px;
  font-size: 14px;
  color: #333;
}
.ht-container .ht-left .ht-left-lianxi ul li img {
  border-radius: 10px 0px;
}
.ht-container .ht-right {
  width: 77%;
}
.ht-container .ht-right .ht-right-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.ht-container .ht-right .ht-right-title-row span {
  font-size: 25px;
  font-weight: 600;
  color: var(--themeColor);
  padding-left: 30px;
  border-left: 6px solid var(--themeColor);
}
.ht-container .ht-right .ht-right-title-row .ht-right-position {
  color: #4d4d4d;
  font-size: 15px;
}
.ht-container .ht-right .ht-right-title-row .ht-right-position a:hover {
  color: var(--themeColor);
}
.ht-container .ht-right .ht-right-title-row .ht-right-position i {
  color: var(--themeColor);
  font-size: 18px;
}
.ht-container .ht-right .aboutcont {
  font-size: 16px;
  color: #222;
  line-height: 2;
  padding-top: 20px;
}
.ht-container .ht-right .aboutcont img {
  max-width: 100% !important;
}
.newslist {
  border-radius: 4px;
  margin-top: 25px;
  padding: 15px 0px;
}
.newslist ul li:last-child a {
  border-bottom: 0px;
}
.newslist ul li a:hover {
  text-decoration: none;
  color: var(--themeColor);
}
.newslist ul li .newslink {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  transition: all 1s;
  padding: 25px 20px;
}
.newslist ul li .newslink:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.newslist ul li .newslink:hover h3 {
  color: var(--themeColor) !important;
}
.newslist ul li .newslink .news-left {
  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: 18px;
}
.newslist ul li .newslink .news-container .news-title-row p {
  color: #666;
  font-size: 13px;
  line-height: 2.3;
  margin-top: 12px;
  text-align: justify;
}
.newslist ul li .newslink .news-container .news-visits dl {
  display: flex;
}
.newslist ul li .newslink .news-container .news-visits dl dd {
  color: #999;
  font-size: 13px;
  border-bottom: 0px;
  margin-right: 20px;
}
.newslist ul li .newslink .news-container .news-visits dl dd i {
  margin-right: 8px;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
}
.page .page-status,
.page a {
  cursor: pointer;
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 4px;
  font-size: 13px;
}
.page .page-status:hover,
.page a:hover {
  background: var(--themeColor);
  color: #fff;
}
.redian {
  margin-top: 40px;
}
.redian .redian-title {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.redian .redian-title h2 {
  font-size: 70px;
  font-family: impact , arial;
  font-weight: 400;
  color: #f1f1f1;
  text-transform: uppercase;
}
.redian .redian-title h3 {
  font-size: 40px;
  color: var(--themeColor);
  margin-top: -40px;
}
.redian .redian-list {
  margin-top: 30px;
}
.redian .redian-list .redian-top {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.redian .redian-list .redian-top .redian-topLeft {
  width: 25%;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.redian .redian-list .redian-top .redian-topLeft img {
  display: block;
  transition: all 0.5s;
}
.redian .redian-list .redian-top .redian-topLeft img:hover {
  transform: scale(1.2);
}
.redian .redian-list .redian-top .redian-topRight {
  width: 70%;
}
.redian .redian-list .redian-top .redian-topRight a h3 {
  font-size: 18px;
  color: #222;
}
.redian .redian-list .redian-top .redian-topRight a h3:hover {
  color: var(--themeColor);
}
.redian .redian-list .redian-top .redian-topRight p {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.redian .redian-list .redian-top .redian-topRight .redian-more a {
  background: var(--themeColor);
  color: #fff;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 35px;
  margin-top: 10px;
  display: inline-block;
}
.redian .redian-list .redian-top .redian-topRight .redian-more a:hover {
  background: var(--subColor);
}
.redian .redian-list ul {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.redian .redian-list ul li {
  width: 48%;
  margin-right: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: circle;
}
.redian .redian-list ul li a {
  font-size: 14px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.redian .redian-list ul li a:hover {
  color: var(--themeColor);
}
.redian .redian-list ul li span {
  font-size: 13px;
  color: #bb0000;
}
.redian .redian-list ul li:nth-child(2n) {
  margin-right: 0px;
}
.newscont {
  margin-top: 50px;
}
.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;
  margin-top: 30px;
  padding: 10px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  border: 1px solid #ddd;
  margin-bottom: 25px;
}
.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 .newscontent video {
  max-width: 100%!important;
}
.newscont .PreNext {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newscont .PreNext a:hover {
  color: var(--themeColor);
}
.productlist {
  margin-top: 30px;
}
.productlist ul {
  display: flex;
  flex-wrap: wrap;
}
.productlist ul li {
  width: 32%;
  margin-right: 21px;
  margin-bottom: 30px;
}
.productlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist ul li a {
  display: block;
}
.productlist ul li a:hover img {
  transform: scale(1.5);
}
.productlist ul li a .pic {
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
}
.productlist ul li a .pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.productlist ul li a p {
  margin-top: 15px;
  color: var(--themeColor);
  font-size: 17px;
  font-weight: 600;
}
.productlist ul li a h2 {
  font-size: 17px;
  margin-top: 8px;
}
.productlist ul li a h2 span {
  font-weight: 400;
}
.caselist {
  margin-top: 30px;
}
.caselist ul {
  display: flex;
  flex-wrap: wrap;
}
.caselist ul li {
  width: 32%;
  margin-right: 21px;
  margin-bottom: 30px;
}
.caselist ul li:nth-child(3n) {
  margin-right: 0px;
}
.caselist ul li > a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.caselist ul li > a:hover img {
  transform: scale(1.2);
}
.caselist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.caselist ul li > p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
.honorlist {
  margin-top: 30px;
}
.honorlist ul {
  display: flex;
  flex-wrap: wrap;
}
.honorlist ul li {
  width: 23.5%;
  margin-right: 21px;
  margin-bottom: 30px;
}
.honorlist ul li:nth-child(4n) {
  margin-right: 0px;
}
.honorlist ul li > a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.honorlist ul li > a:hover img {
  transform: scale(1.2);
}
.honorlist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.honorlist ul li > p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
.videolist {
  margin-top: 30px;
}
.videolist ul {
  display: flex;
  flex-wrap: wrap;
}
.videolist ul li {
  width: 32%;
  margin-right: 21px;
  margin-bottom: 30px;
}
.videolist ul li:nth-child(3n) {
  margin-right: 0px;
}
.videolist ul li > a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.videolist ul li > a:hover .play {
  top: 0px;
}
.videolist ul li > a:hover .pic img {
  transform: scale(1.2);
}
.videolist ul li > a .pic img {
  display: block;
  transition: all 0.5s;
}
.videolist ul li > a .play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 120%;
  left: 0px;
  transition: all 0.5s;
}
.videolist ul li > a .play img {
  display: block;
  width: 60px;
}
.videolist ul li > p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
.procont .proTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.procont .proTop .proTop-left {
  width: 45%;
}
.procont .proTop .proTop-left img {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}
.procont .proTop .proTop-left ul {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.procont .proTop .proTop-left ul li {
  width: 19%;
  margin-right: 8px;
  border: 1px solid #ddd;
  display: block;
  box-sizing: border-box;
}
.procont .proTop .proTop-left ul li:last-child a {
  border-right: 0px!important;
}
.procont .proTop .proTop-left ul li img {
  display: block;
  width: 98%;
}
.procont .proTop .proTop-left ul .active {
  border: 1px solid var(--themeColor);
}
.procont .proTop .proTop-right {
  width: 50%;
}
.procont .proTop .proTop-right h1 {
  font-size: 22px;
  color: var(--themeColor);
}
.procont .proTop .proTop-right ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.procont .proTop .proTop-right ul li {
  font-size: 14px;
  color: #777;
  margin-right: 15px;
}
.procont .proTop .proTop-right p {
  line-height: 35px;
  color: #666;
  margin-top: 15px;
  font-size: 15px;
}
.procont .proTop .proTop-right .proTop-btn {
  margin-top: 25px;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.procont .proTop .proTop-right .proTop-btn a {
  display: inline-block;
  width: 180px;
  margin-right: 25px;
  background: var(--themeColor);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 15px 0px;
  transition: all 0.5s;
}
.procont .proTop .proTop-right .proTop-btn a:nth-child(2) {
  margin-right: 0px;
}
.procont .proTop .proTop-right .proTop-btn a:hover {
  background: var(--subColor);
  color: #fff;
}
.procont .proxq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
.procont .proxq h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--themeColor);
}
.procont .proxq h3 {
  width: 100%;
  background: url(../images/title_bg2.png) no-repeat center;
  height: 20px;
}
.procont .procontent {
  font-size: 18px;
  color: #333;
  line-height: 3;
  padding-top: 20px;
}
.procont .procontent img {
  max-width: 100% !important;
}
.ht-liuyan {
  width: 100%;
  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: 300px;
  height: 35px;
  padding: 0px 10px;
  border: 1px solid #ddd;
}
.yzm input {
  width: 160px;
  margin-right: 10px;
  padding: 0px 10px;
  border: 1px solid #ddd;
}
.yzm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.yzm img {
  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: 12px 40px;
  cursor: pointer;
}
.form-btn input:nth-child(2) {
  background: #eb1818;
  border: none;
  color: #fff;
  padding: 12px 40px;
  cursor: pointer;
  margin-left: 10px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
@media screen and (min-width: 1930px) {
  .banner img,
  .index-about-bg img {
    width: 100%;
  }
  .aboutBanner {
    width: 100%;
  }
  .aboutBanner img {
    width: 100%;
  }
}
@media screen and (max-width: 1800px) {
  .banner img,
  .index-about-bg img {
    width: 100%;
  }
  .aboutBanner {
    width: 100%;
  }
  .aboutBanner img {
    width: 100%;
  }
}
@media screen and (max-width: 1680px) {
  .index-case .index-case-main .index-case-page .index-case-page-right {
    right: 18%;
  }
  .index-case .index-case-main .index-case-page .index-case-page-left {
    left: 18%;
  }
  .index-case .index-case-main .index-case-page2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .head .head-main .head-right .head-yuyan {
    width: 12%;
  }
  .index-about .index-about-main .index-about-left .index-about-title h1,
  .index-about .index-about-main .index-about-left .index-about-title p {
    font-size: 32px;
  }
  .index-about .index-about-main .index-about-left ul {
    margin-top: 42px;
  }
  .footer .footer-main .footer-left {
    width: 68%;
  }
  .footer .footer-main .footer-right .footer-right-title-row h1 {
    font-size: 26px;
  }
  .index-case .index-case-main .index-case-page .index-case-page-right {
    right: 16%;
  }
  .index-case .index-case-main .index-case-page .index-case-page-left {
    left: 16%;
  }
}
@media screen and (max-width: 1440px) {
  .index-news .index-news-main .index-news-group .index-news-item .index-news-item-right {
    width: 54%;
  }
  .footer-lianxi2,
  .ht-kefu {
    display: none;
  }
  .head .head-main .head-right .head-nav > ul > li > a {
    font-size: 16px;
  }
  .index-pro .index-pro-main .index-pro-container a .index-pro-info p {
    margin-top: 30px;
  }
  .index-pro .index-pro-main .index-pro-container a .index-pro-info h5 {
    margin-top: 40px;
  }
  .index-news .index-news-main .index-news-group .index-news-item .index-news-item-right ul li a .index-news-title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .index-news .index-news-main .index-news-group .index-news-item .index-news-item-right ul li {
    margin-bottom: 15px;
  }
  .productlist ul li,
  .caselist ul li,
  .videolist ul li {
    margin-right: 16px;
  }
  .honorlist ul li {
    margin-right: 16px;
  }
  .head .head-main .head-right .head-nav {
    width: 76%;
  }
  .index-case .index-case-main .index-case-page .index-case-page-right {
    right: 12%;
  }
  .index-case .index-case-main .index-case-page .index-case-page-left {
    left: 12%;
  }
}
@media screen and (max-width: 1400px) {
  .index-about .index-about-main .index-about-left ul li {
    padding-left: 25px;
    padding-right: 25px;
  }
  .index-about .index-about-main .index-about-left .index-about-title h1,
  .index-about .index-about-main .index-about-left .index-about-title p {
    font-size: 25px;
  }
  .index-about .index-about-main .index-about-left > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .footer .footer-main .footer-right .footer-right-title-row h1 {
    font-size: 24px;
  }
  .index-case .index-case-main .index-case-page .index-case-page-right {
    right: 11%;
  }
  .index-case .index-case-main .index-case-page .index-case-page-left {
    left: 11%;
  }
}
@media screen and (max-width: 1366px) {
  .index-about .index-about-main .index-about-left ul li h1 {
    font-size: 35px;
  }
  .index-about .index-about-main .index-about-left ul {
    margin-top: 35px;
  }
  .index-about .index-about-main .index-about-left > p {
    margin-top: 25px;
  }
}
.banner img {
  display: block;
}
.banner .swiper-pagination-bullet {
  padding: 2px 12px;
  border-radius: 35px;
}
.banner .swiper-pagination-bullet-active {
  background: var(--themeColor);
}
.page1 {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto;
}
/* top */
.top-w {
  width: 100%;
  background: linear-gradient(#e7e7e7, #fefefe);
}
.top-w .page1 {
  display: flex;
  line-height: 40px;
  font-size: 14px;
  white-space: nowrap;
}
.top-w .page1 * {
  color: #666666;
}
.top-w .right {
  margin: 0 0 0 auto;
}
.top-w .right ul {
  display: flex;
  justify-content: center;
  height: 100%;
}
.top-w .right ul li {
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.top-w .right ul li:hover {
  color: #EE7700;
}
.top-w .right ul li:hover a {
  color: #EE7700;
}
/* header */
.header {
  width: 100%;
}
.header .page1 {
  display: flex;
  height: 130px;
  align-items: center;
}
.header .logo img {
  max-height: 80%;
}
.header .text {
  margin-left: 45px;
  padding-left: 45px;
  border-left: 1px solid #e7e7e7;
}
.header .text p {
  font-size: 22px;
  font-weight: bold;
  color: #22589c;
}
.header .text span {
  font-size: 26px;
  font-weight: bold;
  margin-top: 5px;
  color: #054998;
}
.header .hot-line {
  margin: 0 49px 0 auto;
}
.header .hot-line p {
  color: #666;
  font-size: 16px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #e3e3e3 solid;
  text-align: center;
}
.header .hot-line span {
  display: block;
  font-size: 26px;
  color: #EE7700;
  font-weight: bold;
}
/* nav */
.nav {
  background-color: #054998;
}
.nav-list {
  display: flex;
}
.nav-list > li {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #fff;
}
.nav-list > li::before {
  content: '';
  width: 100%;
  height: 0;
  background-color: #EE7700;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.nav-list > li:hover::before {
  height: 100%;
  transition: all 0.3s linear;
}
.nav-list > li .active {
  background-color: #EE7700;
}
.nav-list > li .erji2 {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.nav-list > li .erji2 li {
  text-align: center;
  background-color: #f1f1f1;
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.nav-list > li .erji2 li a {
  font-size: 14px;
  color: #111;
  line-height: 45px;
  white-space: nowrap;
  display: block;
}
.nav-list > li .erji2 li:hover {
  background-color: #054998;
  transition: all 0.3s linear;
}
.nav-list > li .erji2 li:hover a {
  color: #fff;
}
.nav-list > li:hover .erji2 li {
  height: 50px;
  transition: all 0.3s linear;
  border-top: 1px solid #ccc;
}
.nav-list > li:hover .erji2 li:first-child {
  border: none;
}
