body {
  --themeColor: #1b48aa;
  --subColor: #ff9b16;
  font-size: 15px;
  overflow-x: hidden;
}
.ht-nav {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ht-nav .ht-nav-logo {
  width: 218px;
}
.ht-nav .ht-nav-logo img {
  width: 100%;
  display: block;
}
.ht-nav .ht-navlist {
  width: 722px;
}
.ht-nav .ht-navlist > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ht-nav .ht-navlist > ul > li {
  position: relative;
}
.ht-nav .ht-navlist > ul > li:hover .erji2 {
  visibility: visible;
  opacity: 1;
}
.ht-nav .ht-navlist > ul > li > a {
  display: block;
  padding: 33px 20px;
}
.ht-nav .ht-navlist > ul > li > a:hover {
  background: var(--themeColor);
  color: #fff;
}
.ht-nav .ht-navlist > ul > li .erji2 {
  position: absolute;
  z-index: 9999;
  background: var(--themeColor);
  width: 100%;
  top: 85px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.ht-nav .ht-navlist > ul > li .erji2 > li {
  position: relative;
}
.ht-nav .ht-navlist > ul > li .erji2 > li:hover .sanji3 {
  visibility: visible;
  opacity: 1;
}
.ht-nav .ht-navlist > ul > li .erji2 > li > a {
  display: block;
  text-align: center;
  padding: 10px 0px;
  color: #fff;
  font-size: 14px;
}
.ht-nav .ht-navlist > ul > li .erji2 > li > a:hover {
  background: var(--subColor);
}
.ht-nav .ht-navlist > ul > li .erji2 > li .sanji3 {
  position: absolute;
  width: 160%;
  left: 100px;
  padding-left: 10px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.ht-nav .ht-navlist > ul > li .erji2 > li .sanji3 ul {
  background: var(--themeColor);
}
.ht-nav .ht-navlist > ul > li .erji2 > li .sanji3 ul li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px 0px;
}
.ht-nav .ht-navlist > ul > li .erji2 > li .sanji3 ul li a:hover {
  background: var(--subColor);
}
.ht-nav .ht-navlist .active {
  background: var(--themeColor) !important;
  color: #fff !important;
}
.ht-nav .ht-nav-right {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ht-nav .ht-nav-right img {
  margin-right: 10px;
}
.ht-nav .ht-nav-right span {
  font-family: arial;
  color: var(--themeColor);
  font-size: 22px;
  font-weight: 600;
}
.ht-search {
  background: #f1f1f1;
  padding: 18px 0px;
}
.ht-search .ht-search-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ht-search .ht-search-main .ht-search-left {
  font-size: 16px;
}
.ht-search .ht-search-main .ht-search-left a {
  font-size: 15px;
  margin-right: 10px;
  color: #444;
}
.ht-search .ht-search-main .ht-search-left a:hover {
  color: #000;
  text-decoration: underline;
}
.ht-search .ht-search-main .ht-search-right form {
  display: flex;
}
.ht-search .ht-search-main .ht-search-right form input[type=text] {
  padding: 6px 10px;
  border: 1px solid #999;
}
.ht-search .ht-search-main .ht-search-right form input[type=submit] {
  background: var(--themeColor);
  color: #fff;
  border: 0px;
  padding: 0px 10px;
  cursor: pointer;
}
.ht-search .ht-search-main .ht-search-right form input[type=submit]:hover {
  background: var(--subColor);
}
.navActive {
  background: var(--themeColor) !important;
  color: #fff !important;
}
.head_btm .logo {
  padding-top: 15px;
}
.title3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 1200px;
  margin: 0px auto;
  height: 80px;
}
.title3 .bg-title {
  text-transform: uppercase;
  font-size: 90px;
  color: #f5f6fb;
  font-family: impact;
  line-height: 1;
}
.title3 h2 {
  font-size: 50px;
  color: var(--themeColor);
  position: absolute;
  top: 30px;
  font-weight: 600;
}
.title3 h2 span {
  font-weight: 400;
}
.title3-sub {
  font-size: 22px;
  color: #222;
  text-align: center;
  font-weight: 400;
  margin-top: 40px;
}
.index-pro {
  margin-top: 60px;
}
.index-pro .inde-pro-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.index-pro .inde-pro-main .index-pro-left {
  width: 20%;
  border-right: 1px solid #ddd;
}
.index-pro .inde-pro-main .index-pro-left .index-pro-left-nav ul li {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.index-pro .inde-pro-main .index-pro-left .index-pro-left-nav ul li:first-child a {
  background: var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
  border-right: 0px;
  width: 100%;
}
.index-pro .inde-pro-main .index-pro-left .index-pro-left-nav ul li a {
  display: block;
  border: 1px solid #ddd;
  width: 70%;
  color: #222;
  border-right: none;
  padding: 12px 12px 12px 0px;
  margin-bottom: 18px;
  transition: all 0.5s;
  border-radius: 35px 0px 0px 35px;
}
.index-pro .inde-pro-main .index-pro-left .index-pro-left-nav ul li a:hover {
  background: var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
  border-right: 0px;
  width: 100%;
}
.index-pro .inde-pro-main .index-pro-left .index-lianxi {
  margin-top: 100px;
  margin-right: 15px;
}
.index-pro .inde-pro-main .index-pro-left .index-lianxi ul li {
  line-height: 30px;
  font-size: 14px;
  color: #555;
}
.index-pro .inde-pro-main .index-pro-right {
  width: 76%;
}
.index-pro .inde-pro-main .index-pro-right ul {
  display: flex;
  flex-wrap: wrap;
}
.index-pro .inde-pro-main .index-pro-right ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.index-pro .inde-pro-main .index-pro-right ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-pro .inde-pro-main .index-pro-right ul li > a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.index-pro .inde-pro-main .index-pro-right ul li > a img {
  transition: all 0.5s;
  display: block;
}
.index-pro .inde-pro-main .index-pro-right ul li > a img:hover {
  transform: scale(1.2);
}
.index-pro .inde-pro-main .index-pro-right ul li > p {
  text-align: center;
  margin-top: 8px;
}
.index-pro .inde-pro-main .index-pro-right ul li > p a {
  font-size: 15px;
}
.guanggao1 {
  background: url(../images/guanggao1.png) no-repeat;
  height: 398px;
}
.youshi2 {
  padding: 0px 0px 30px 0px;
}
.youshi2 .youshi2-bg {
  width: 1903px;
  background: url(../images/youshibg1.jpg) no-repeat;
  height: 270px;
}
.youshi2 .youshi-bottom {
  width: 1903px;
  background: url(../images/youshi-bottom.jpg) no-repeat;
  height: 250px;
}
.youshi2 .youshi2-titlebg {
  width: 100%;
  height: 160px;
  background: url(../images/youshiTitle.jpg) no-repeat;
  margin-bottom: 50px;
  margin-top: 50px;
}
.youshi2 .youshi-item-div {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.youshi2 .youshi-item-div .youshi-item-div-left {
  width: 50%;
  height: 400px;
}
.youshi2 .youshi-item-div .youshi-item-div-right {
  width: 50%;
  background: #f1f1f1;
  height: 400px;
}
.youshi2 .youshi-item-div .youshi-group {
  display: flex;
  position: absolute;
  width: 1200px;
  margin: 0px auto;
  top: 0;
}
.youshi2 .youshi-item-div .youshi-group .youshi-item-left {
  width: 50%;
}
.youshi2 .youshi-item-div .youshi-group .youshi-item-left img {
  display: block;
}
.youshi2 .youshi-item-div .youshi-group .youshi-item-right {
  width: 50%;
}
.youshi2 .youshi-item-div .youshi-group .youshi-item-right .youshi-ico-row {
  padding-top: 50px;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.youshi2 .youshi-item-div .youshi-group .youshi-item-right .youshi-ico-row .youshi-ico {
  background: var(--themeColor);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: impact;
  font-size: 26px;
  margin-right: 15px;
}
.youshi2 .youshi-item-div .youshi-group .youshi-item-right .youshi-ico-row h1 {
  font-size: 22px;
  font-weight: bold;
  color: #111;
}
.youshi2 .youshi-item-div .youshi-group .youshi-item-right .youshi-ico-row p {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 5px;
  color: #777;
}
.youshi2 .youshi-item-div .youshi-group .youshi-item-right ul {
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 40px;
}
.youshi2 .youshi-item-div .youshi-group .youshi-item-right ul li {
  list-style: disc;
  line-height: 35px;
  color: #555;
  text-align: justify;
  font-size: 15px;
}
.index-fuwu {
  background: url(../images/fuwu.jpg) no-repeat center;
  padding: 40px 0px;
}
.index-fuwu .title3 .bg-title {
  color: rgba(255, 255, 255, 0.2);
}
.index-fuwu .title3 h2 {
  color: #f5f5f5;
}
.index-fuwu .index-fuwu-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 50px;
}
.index-fuwu .index-fuwu-main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.index-fuwu .index-fuwu-main ul li {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #fff;
  padding: 20px;
  margin-top: 30px;
}
.index-fuwu .index-fuwu-main ul li img {
  width: 80px;
  height: 80px;
}
.index-fuwu .index-fuwu-main ul li h2 {
  margin: 8px 0px;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}
.index-fuwu .index-fuwu-main ul li p {
  text-align: center;
  color: #ddd;
  line-height: 28px;
  height: 56px;
}
.index-fuwu .index-fuwu-main .index-fuwu-link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-fuwu .index-fuwu-main .index-fuwu-link a {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 35px;
  padding: 10px 50px;
  transition: all 0.5s;
}
.index-fuwu .index-fuwu-main .index-fuwu-link a:hover {
  background: var(--subColor);
  border: 1px solid var(--subColor);
}
.fuwu-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.fuwu-row a {
  color: #fff;
  background: var(--themeColor);
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 30px;
  transition: all 0.5s;
}
.fuwu-row a:hover {
  background: var(--subColor);
}
.index-about {
  padding: 70px 0px 160px 0px;
}
.index-about .index-about-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: -120px;
  display: flex;
  justify-content: space-between;
}
.index-about .index-about-main .index-about-left {
  width: 50%;
  position: relative;
}
.index-about .index-about-main .index-about-left .index-about-blue {
  width: 200px;
  height: 400px;
  background: var(--themeColor);
}
.index-about .index-about-main .index-about-left .index-about-img {
  position: absolute;
  right: 0px;
  top: 150px;
}
.index-about .index-about-main .index-about-right {
  width: 47%;
  padding-top: 70px;
  position: relative;
}
.index-about .index-about-main .index-about-right .index-about-info {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 150px;
  z-index: 9;
}
.index-about .index-about-main .index-about-right .index-about-info p {
  font-size: 15px;
  color: #777;
  line-height: 35px;
  text-align: justify;
}
.index-about .index-about-main .index-about-right .index-about-info a {
  display: inline-block;
  margin-top: 30px;
  background: var(--themeColor);
  color: #fff;
  padding: 10px 40px;
  border-radius: 35px;
}
.index-about .index-about-main .index-about-right .index-about-info a:hover {
  background: var(--subColor);
}
.index-about .index-about-main .index-about-right .index-about-blue {
  width: 200px;
  height: 400px;
  background: var(--themeColor);
  position: absolute;
  right: 0px;
  top: 200px;
}
.index-changfang {
  margin-top: 50px;
}
.index-changfang .index-changfang-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 30px;
}
.index-changfang .index-changfang-main .swiper-slide > a {
  display: block;
  overflow: hidden;
}
.index-changfang .index-changfang-main .swiper-slide > a img {
  display: block;
  transition: all 0.5s;
}
.index-changfang .index-changfang-main .swiper-slide > a img:hover {
  transform: scale(1.2);
}
.index-changfang .index-changfang-main .swiper-slide > p {
  text-align: center;
  margin-top: 10px;
}
.index-changfang .index-changfang-main .swiper-slide > p a {
  color: #333;
}
.index-case {
  padding: 60px 0px;
}
.index-case .title2-sub font {
  color: var(--subColor);
}
.index-case .index-case-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 40px;
}
.index-case .index-case-main .swiper-slide > a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
}
.index-case .index-case-main .swiper-slide > a img {
  display: block;
  transition: all 0.5s;
}
.index-case .index-case-main .swiper-slide > a img:hover {
  transform: scale(1.2);
}
.index-case .index-case-main .swiper-slide p {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px 0px;
  width: 100%;
  bottom: 0px;
}
.index-case .index-case-main .swiper-slide p a {
  font-size: 14px;
  color: #fff;
}
.ind_c5 .c5_nr {
  margin-top: 40px;
}
.ind_c5 .bg-title {
  color: #e4e4e4;
}
.index-news {
  margin-top: 80px;
  margin-bottom: 60px;
}
.index-news .index-news-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 50px;
}
.index-news .index-news-main .index-news-head {
  display: flex;
  justify-content: space-between;
}
.index-news .index-news-main .index-news-head .index-news-head-left {
  width: 28%;
}
.index-news .index-news-main .index-news-head .index-news-head-left a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-news .index-news-main .index-news-head .index-news-head-left a img {
  transition: all 1s;
  height: 250px;
  display: block;
}
.index-news .index-news-main .index-news-head .index-news-head-left a img:hover {
  transform: scale(1.2);
}
.index-news .index-news-main .index-news-head .index-news-head-right {
  width: 68%;
}
.index-news .index-news-main .index-news-head .index-news-head-right h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-head .index-news-head-right ul {
  display: flex;
  margin: 8px 0px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  color: #888;
  margin-top: 15px;
}
.index-news .index-news-main .index-news-head .index-news-head-right ul li {
  margin-right: 20px;
  font-size: 13px;
}
.index-news .index-news-main .index-news-head .index-news-head-right ul li i {
  margin-right: 5px;
}
.index-news .index-news-main .index-news-head .index-news-head-right p {
  font-size: 15px;
  line-height: 35px;
  color: #555;
}
.index-news .index-news-main .index-news-head .index-news-head-right a {
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #ddd;
  color: #666;
  padding: 10px 30px;
}
.index-news .index-news-main .index-news-head .index-news-head-right a:hover {
  background: var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
}
.index-news .index-news-main .index-news-list {
  margin-top: 40px;
}
.index-news .index-news-main .index-news-list ul {
  display: flex;
  flex-wrap: wrap;
}
.index-news .index-news-main .index-news-list ul li {
  width: 29.5%;
  margin-right: 18px;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  padding: 20px 15px;
  transition: all 0.5s;
}
.index-news .index-news-main .index-news-list ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-news .index-news-main .index-news-list ul li:hover {
  background: var(--themeColor);
  border: 1px solid var(--themeColor);
}
.index-news .index-news-main .index-news-list ul li:hover h3,
.index-news .index-news-main .index-news-list ul li:hover p {
  color: #fff;
}
.index-news .index-news-main .index-news-list ul li:hover div {
  color: #afafaf;
}
.index-news .index-news-main .index-news-list ul li a {
  font-size: 17px;
  color: #222;
}
.index-news .index-news-main .index-news-list ul li h3 {
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
.index-news .index-news-main .index-news-list ul li div {
  color: #999;
  font-size: 13px;
  margin: 8px 0px;
}
.index-news .index-news-main .index-news-list ul li p {
  font-size: 12px;
  line-height: 25px;
  color: #666;
}
.aboutBanner {
  display: block;
}
.position {
  border-bottom: 1px solid #e5e5e5;
}
.position .position-main {
  height: 60px;
  width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  color: #707070;
  font-size: 14px;
}
.position .position-main i {
  color: var(--themeColor);
  margin-right: 5px;
}
.position .position-main span {
  color: #333;
  margin: 0px 6px;
}
.position .position-main a {
  color: #707070;
}
.position .position-main a:hover {
  color: #222;
  text-decoration: underline!important;
}
.ht-container {
  width: 1200px;
  margin: 0px auto;
  padding-bottom: 50px;
}
.ht-container .ht-nav2 {
  margin: 50px auto;
}
.ht-container .ht-nav2 > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ht-container .ht-nav2 > ul > li {
  margin: 0px 15px;
  margin-bottom: 25px;
  position: relative;
}
.ht-container .ht-nav2 > ul > li:hover .ht-nav2-erji {
  visibility: visible;
  opacity: 1;
}
.ht-container .ht-nav2 > ul > li > a {
  display: block;
  text-align: center;
  border: 1px solid #E5E5E5;
  color: #707070;
  padding: 12px 45px;
  font-size: 15px;
  transition: all 1s;
}
.ht-container .ht-nav2 > ul > li > a:hover {
  background: var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
}
.ht-container .ht-nav2 > ul > li .ht-nav2-erji {
  position: absolute;
  width: 100%;
  top: 40px;
  padding-top: 10px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.ht-container .ht-nav2 > ul > li .ht-nav2-erji ul {
  background: var(--themeColor);
}
.ht-container .ht-nav2 > ul > li .ht-nav2-erji ul li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0px;
}
.ht-container .ht-nav2 > ul > li .ht-nav2-erji ul li a:hover {
  background: var(--subColor);
}
.ht-container .title2 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: var(--themeColor);
}
.ht-container .title2 p {
  background: url(../images/title_bg.png) no-repeat center;
  width: 100%;
  height: 40px;
}
.ht-container .aboutcontent {
  font-size: 15px;
  color: #333;
  line-height: 2;
  padding-top: 10px;
}
.ht-container .aboutcontent img {
  max-width: 100%!important;
}
.ht-container .nav2Active {
  background: var(--themeColor) !important;
  color: #fff !important;
  border: 1px solid var(--themeColor) !important;
}
.ht-container .newslist {
  border-radius: 4px;
  margin-top: 25px;
  padding: 15px 0px;
}
.ht-container .newslist ul li:last-child a {
  border-bottom: 0px;
}
.ht-container .newslist ul li a:hover {
  text-decoration: none;
  color: var(--themeColor);
}
.ht-container .newslist ul li .newslink {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  transition: all 1s;
  padding: 25px 20px;
}
.ht-container .newslist ul li .newslink:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.ht-container .newslist ul li .newslink:hover h3 {
  color: var(--themeColor) !important;
}
.ht-container .newslist ul li .newslink .news-left {
  flex: 2;
}
.ht-container .newslist ul li .newslink .news-container {
  flex: 6;
  padding: 0px 25px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.ht-container .newslist ul li .newslink .news-container .news-title-row h3 {
  color: #111;
  font-weight: 400;
  font-size: 18px;
}
.ht-container .newslist ul li .newslink .news-container .news-title-row p {
  color: #666;
  font-size: 13px;
  line-height: 2;
  margin-top: 8px;
  text-align: justify;
}
.ht-container .newslist ul li .newslink .news-container .news-visits dl {
  display: flex;
}
.ht-container .newslist ul li .newslink .news-container .news-visits dl dd {
  color: #999;
  font-size: 13px;
  border-bottom: 0px;
  margin-right: 20px;
}
.ht-container .newslist ul li .newslink .news-container .news-visits dl dd i {
  margin-right: 8px;
}
.ht-container .page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
}
.ht-container .page .page-status,
.ht-container .page a {
  cursor: pointer;
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 4px;
}
.ht-container .page .page-status:hover,
.ht-container .page a:hover {
  background: var(--themeColor);
  color: #fff;
}
.prolist {
  width: 1200px;
  margin: 0px auto;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.prolist .prolist-title {
  width: 150px;
  height: 40px;
  background: var(--themeColor);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  position: absolute;
  right: 60px;
  top: 20px;
}
.prolist .prolist-main {
  display: flex;
  justify-content: space-between;
  padding: 60px 20px 20px 20px;
}
.prolist .prolist-main .prolist-left {
  width: 23%;
}
.prolist .prolist-main .prolist-right {
  width: 75%;
}
.prolist .prolist-main .prolist-right h3 {
  font-size: 25px;
  font-weight: 600;
  color: var(--themeColor);
}
.prolist .prolist-main .prolist-right p {
  font-size: 15px;
  color: #777;
  line-height: 30px;
  margin-top: 15px;
}
.redian {
  margin-top: 60px;
}
.redian .redian-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.redian .redian-title h4 {
  display: flex;
  align-items: flex-end;
}
.redian .redian-title h4 p {
  font-size: 16px;
  font-weight: 400;
  color: #bb0000;
}
.redian .redian-title h4 i {
  color: #999;
  font-size: 12px;
  font-family: arial;
  margin-left: 5px;
}
.redian .redian-top {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.redian .redian-top .redian-topLeft {
  width: 25%;
}
.redian .redian-top .redian-topLeft img {
  height: 220px;
}
.redian .redian-top .redian-topRight {
  width: 73%;
}
.redian .redian-top .redian-topRight a h3 {
  font-size: 18px;
  color: #222;
}
.redian .redian-top .redian-topRight a h3:hover {
  color: var(--themeColor);
}
.redian .redian-top .redian-topRight p {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.redian .redian-top .redian-topRight .redian-more {
  display: flex;
  justify-content: flex-end;
}
.redian .redian-top .redian-topRight .redian-more a {
  color: var(--themeColor);
}
.redian ul {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.redian ul li {
  width: 48%;
  margin-right: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: circle;
}
.redian ul li a {
  font-size: 14px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.redian ul li a:hover {
  color: var(--themeColor);
}
.redian ul li span {
  font-size: 13px;
  color: #bb0000;
}
.redian ul li:nth-child(2n) {
  margin-right: 0px;
}
.title2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title2 ul li {
  font-size: 14px;
  color: #999;
  margin-right: 25px;
}
.title2 ul li i {
  margin-right: 5px;
}
.newscont {
  font-size: 15px;
  margin-top: 30px;
  line-height: 2.5;
  color: #333;
}
.newscont img {
  max-width: 100%!important;
}
.preNext {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.preNext a {
  font-size: 15px;
}
.preNext a:hover {
  color: var(--themeColor);
  text-decoration: underline!important;
}
.productlist {
  margin-top: 25px;
}
.productlist ul {
  display: flex;
  flex-wrap: wrap;
}
.productlist ul li {
  width: 31%;
  margin-right: 40px;
  margin-bottom: 50px;
}
.productlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist ul li a {
  transition: all 0.3s;
  transition-timing-function: linear;
  position: relative;
  top: 0px;
  display: block;
}
.productlist ul li a:hover {
  top: -14px;
}
.productlist ul li a:hover .proimg {
  box-shadow: 0 0 14px 5px #f1f1f1;
}
.productlist ul li a:hover h3 {
  color: var(--themeColor);
}
.productlist ul li a:hover .proBtn {
  background: url(../images/arrow17.png) no-repeat right 12px center var(--themeColor);
  color: #fff;
}
.productlist ul li a h3 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0px;
  transition: all 0.5s;
}
.productlist ul li a p {
  text-align: center;
  padding: 0px 15px;
  line-height: 30px;
  color: #888;
}
.productlist ul li a .proimg {
  transition: all 0.5s;
}
.productlist ul li a .proimg img {
  height: 275px;
  display: block;
  border: 1px solid #ddd;
}
.productlist ul li a .proBtn {
  width: 134px;
  height: 38px;
  line-height: 36px;
  border-radius: 38px;
  border: solid 1px var(--themeColor);
  padding-right: 12px;
  margin: 22px auto 0 auto;
  font-size: 15px;
  color: var(--themeColor);
  background: url(../images/arrow16.png) no-repeat right 24px center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  text-align: center;
  -o-transition-duration: 0.4s;
}
.product .proTop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0px auto;
}
.product .proTop .proLeft {
  width: 35%;
  border: 1px solid #ddd;
  margin-right: 3%;
}
.product .proTop .proLeft img {
  width: 100%;
  display: block;
}
.product .proTop .proRight {
  width: 56%;
}
.product .proTop .proRight h3 {
  font-size: 25px;
  color: var(--themeColor);
  margin-bottom: 15px;
}
.product .proTop .proRight ul {
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
}
.product .proTop .proRight ul li {
  margin-right: 20px;
  color: #707070;
}
.product .proTop .proRight ul li i {
  margin-right: 5px;
}
.product .proTop .proRight b {
  font-size: 17px;
  margin: 6px 0px;
  display: inline-block;
  color: #222;
}
.product .proTop .proRight p {
  font-size: 14px;
  line-height: 32px;
  color: #707070;
  padding-left: 25px;
}
.product .proTop .proRight .proBtn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 25px;
}
.product .proTop .proRight .proBtn a {
  display: inline-block;
  background: var(--themeColor);
  font-size: 15px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  margin-right: 20px;
}
.product .proTop .proRight .proBtn a:hover {
  background: var(--subColor);
}
.product #proxq {
  margin-top: 40px;
}
.product .procontent {
  font-size: 15px;
  line-height: 2;
  color: #222;
}
.product .proNexPre {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.product .proNexPre a {
  font-size: 16px;
  margin-right: 35px;
  color: #777;
}
.product .proNexPre a:hover {
  color: var(--themeColor);
}
.shebeilist {
  margin-top: 30px;
}
.shebeilist ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.shebeilist ul li:last-child {
  border-bottom: 0px;
}
.shebeilist ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shebeilist ul li a:hover img {
  transform: scale(1.2);
}
.shebeilist ul li a:hover h2 {
  padding-left: 15px;
}
.shebeilist ul li a .shebei-left {
  width: 28%;
  overflow: hidden;
}
.shebeilist ul li a .shebei-left img {
  display: block;
  transition: all 0.5s;
}
.shebeilist ul li a .shebei-right {
  width: 70%;
}
.shebeilist ul li a .shebei-right h2 {
  font-size: 22px;
  font-weight: 600;
  color: var(--themeColor);
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  transition: all 0.5s;
}
.shebeilist ul li a .shebei-right .shebei-info {
  margin-top: 15px;
  line-height: 28px;
  font-size: 14px;
  color: #777;
}
.caselist {
  margin-top: 30px;
}
.caselist ul {
  display: flex;
  flex-wrap: wrap;
}
.caselist ul li {
  width: 23%;
  margin-right: 30px;
  margin-bottom: 25px;
}
.caselist ul li:nth-child(4n) {
  margin-right: 0px;
}
.caselist ul li > a {
  display: block;
  overflow: hidden;
}
.caselist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.caselist ul li > a img:hover {
  transform: scale(1.2);
}
.caselist ul li > p {
  text-align: center;
  margin-top: 10px;
}
.caselist ul li > p a {
  color: #000;
}
.caselist ul li > p a:hover {
  color: var(--themeColor);
}
.jiagonglist {
  margin-top: 30px;
}
.jiagonglist ul {
  display: flex;
  flex-wrap: wrap;
}
.jiagonglist ul li {
  width: 23%;
  margin-right: 30px;
  margin-bottom: 25px;
}
.jiagonglist ul li:nth-child(4n) {
  margin-right: 0px;
}
.jiagonglist ul li > a {
  display: block;
  overflow: hidden;
}
.jiagonglist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.jiagonglist ul li > a img:hover {
  transform: scale(1.2);
}
.jiagonglist ul li > p {
  text-align: center;
  margin-top: 10px;
}
.jiagonglist ul li > p a {
  color: #000;
}
.jiagonglist ul li > p a:hover {
  color: var(--themeColor);
}
.ht-links {
  display: flex;
}
.ht-links li {
  margin-right: 10px;
}
.head_nav .sub {
  z-index: 999999999!important;
}
.head_btm .head_nav {
  left: 250px;
}
.head_nav .sub dl {
  padding-right: 20px;
  background: none!important;
}
.head_top_xx {
  width: 290px;
  right: 0px;
}
.head_top_xx dl {
  display: flex;
  align-items: center;
}
.head_top_xx dl a:hover {
  color: Var(--themeColor);
}
.head_nav > ul > li {
  width: 100px;
}
.banner1 .swiper-container {
  z-index: 0;
}
.swiper-pagination-bullet {
  padding: 8px;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container_banner img {
  display: block;
}
.aboutBanner {
  display: block;
}
@media screen and (max-width: 1800px) {
  .swiper-container_banner img {
    width: 100%!important;
  }
  .aboutBanner {
    width: 100%!important;
  }
}
.ht-kefu {
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 9999;
}
.ht-kefu ul li {
  position: relative;
}
.ht-kefu ul li:hover > a {
  background: var(--subColor);
}
.ht-kefu ul li:hover .ht-kefu-dnoe {
  visibility: visible;
  opacity: 1;
}
.ht-kefu ul li:last-child a {
  border-bottom: none;
}
.ht-kefu ul li a {
  background: var(--themeColor);
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
  transition: all 0.5s;
}
.ht-kefu ul li a i {
  font-size: 28px;
}
.ht-kefu ul li a p {
  font-size: 14px;
  margin-top: 5px;
}
.ht-kefu ul li .ht-kefu-dnoe {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  right: 80px;
  top: 0px;
  padding-right: 20px;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main {
  background: #f5f5f5;
  width: 270px;
  padding: 20px;
  border-top: 8px solid var(--themeColor);
  display: flex;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-left {
  margin-right: 10px;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-left i {
  font-size: 40px;
  color: var(--themeColor);
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-right h1 {
  font-size: 26px;
  color: #333;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main .ht-kefu-dnoe-right p {
  color: #777;
  margin-top: 5px;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main2 {
  background: #f5f5f5;
  width: 270px;
  padding: 20px;
  border-top: 8px solid var(--themeColor);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ht-kefu ul li .ht-kefu-dnoe .ht-kefu-dnoe-main2 p {
  margin-top: 10px;
}
