body {
  --themeColor: #194AB3;
  --subColor: #ff9b16;
}
.ht-search {
  background: #f1f1f1;
  padding: 15px 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-nav {
  font-size: 16px;
  color: #333;
}
.ht-search .ht-search-main .ht-search-nav a {
  font-size: 14px;
  margin-right: 15px;
}
.ht-search .ht-search-main .ht-search-form form {
  display: flex;
}
.ht-search .ht-search-main .ht-search-form form input[type=text] {
  border: 1px solid #ddd;
  padding: 8px;
  width: 200px;
}
.ht-search .ht-search-main .ht-search-form form input[type=submit] {
  background: var(--themeColor);
  color: #fff;
  border: none;
  padding: 0px 15px;
  cursor: pointer;
}
.ht-search .ht-search-main .ht-search-form form input[type=submit]:hover {
  background: var(--subColor);
}
.top1 {
  background: #f5f5f5;
  color: #000;
  padding: 15px 0px;
}
.top1 .top1-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.top1 .top1-main p {
  font-size: 14px;
}
.top1 .top1-main ul {
  display: flex;
  align-items: center;
}
.top1 .top1-main ul span {
  margin: 0px 10px;
}
.top1 .top1-main ul li a {
  color: #000;
  font-size: 14px;
}
.top1 .top1-main ul li a:hover {
  color: var(--themeColor);
}
.ht-head .ht-head-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
}
.ht-head .ht-head-main .ht-head-left {
  width: 250px;
}
.ht-head .ht-head-main .ht-head-right {
  display: flex;
}
.ht-head .ht-head-main .ht-head-right img {
  width: 55px;
  height: 55px;
  margin-right: 15px;
}
.ht-head .ht-head-main .ht-head-right .ht-head-tell-right p {
  font-size: 13px;
  padding-bottom: 5px;
}
.ht-head .ht-head-main .ht-head-right .ht-head-tell-right h2 {
  font-size: 26px;
  line-height: 28px;
  color: var(--themeColor);
  margin-top: 6px;
}
.ht-nav {
  background: var(--themeColor);
}
.ht-nav .ht-nav-main {
  width: 1200px;
  margin: 0px auto;
}
.ht-nav .ht-nav-main > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ht-nav .ht-nav-main > ul > li {
  position: relative;
}
.ht-nav .ht-nav-main > ul > li:hover .erji2 {
  visibility: visible;
  opacity: 1;
}
.ht-nav .ht-nav-main > ul > li > a {
  display: block;
  padding: 20px 35px;
  font-size: 16px;
  color: #fff;
}
.ht-nav .ht-nav-main > ul > li > a:hover {
  background: var(--subColor);
}
.ht-nav .ht-nav-main > ul > li .erji2 {
  position: absolute;
  top: 62px;
  width: 100%;
  background: var(--themeColor);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.ht-nav .ht-nav-main > ul > li .erji2 li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 10px 0px;
}
.ht-nav .ht-nav-main > ul > li .erji2 li a:hover {
  background: var(--subColor);
}
.ht-nav .ht-nav-main > ul .active {
  background: var(--subColor) !important;
}
.title3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 1200px;
  margin: 0px auto;
}
.title3 h2 {
  font-size: 50px;
  color: var(--themeColor);
  font-weight: 600;
}
.title3 h2 span {
  font-weight: 400;
}
.title3 p {
  width: 60px;
  height: 6px;
  background: var(--themeColor);
  margin-top: 10px;
}
.title3-sub {
  font-size: 22px;
  color: #222;
  text-align: center;
  font-weight: 400;
  margin-top: 15px;
}
.index-pro {
  margin-top: 50px;
}
.index-pro .index-pro-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.index-pro .index-pro-main .index-pro-left {
  width: 21%;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav .index-pro-left-nav-title {
  background: var(--themeColor);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav .index-pro-left-nav-title h2 {
  font-size: 26px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav .index-pro-left-nav-title p {
  font-size: 14px;
  text-transform: uppercase;
  font-family: arial;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav ul {
  border: 1px solid #ddd;
  padding: 15px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav ul li:last-child a {
  margin-bottom: 0px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav ul li a {
  display: block;
  font-size: 15px;
  text-align: center;
  background: #f1f1f1;
  margin-bottom: 15px;
  padding: 10px 0px;
  color: #000;
  border-radius: 35px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-nav ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-lianxi {
  margin-top: 30px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-lianxi .index-pro-left-lianxi-title {
  background: var(--themeColor);
  color: #fff;
  padding: 15px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-lianxi .index-pro-left-lianxi-title h2 {
  border-left: 4px solid #fff;
  font-size: 22px;
  line-height: 22px;
  padding-left: 15px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-lianxi ul {
  border: 1px solid #ddd;
  padding: 15px;
}
.index-pro .index-pro-main .index-pro-left .index-pro-left-lianxi ul li {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.index-pro .index-pro-main .index-pro-right {
  width: 76%;
}
.index-pro .index-pro-main .index-pro-right ul {
  display: flex;
  flex-wrap: wrap;
}
.index-pro .index-pro-main .index-pro-right ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 25px;
}
.index-pro .index-pro-main .index-pro-right ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-pro .index-pro-main .index-pro-right ul li > a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-pro .index-pro-main .index-pro-right ul li > a img {
  transition: all 0.5s;
  display: block;
}
.index-pro .index-pro-main .index-pro-right ul li > a img:hover {
  transform: scale(1.2);
}
.index-pro .index-pro-main .index-pro-right ul li p {
  text-align: center;
  margin-top: 15px;
}
.index-pro .index-pro-main .index-pro-right ul li p a {
  font-size: 15px;
  color: #333;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.index-host-pro {
  margin-top: 20px;
}
.index-host-pro .index-host-pro-title {
  width: 1200px;
  margin: 0px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-host-pro .index-host-pro-title h3 {
  width: 160px;
  position: absolute;
  z-index: 6;
  background: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: var(--themeColor);
}
.index-host-pro .index-host-pro-title p {
  width: 100%;
  height: 1px;
  background: #ddd;
}
.index-host-pro .index-host-pro-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 50px;
}
.index-host-pro .index-host-pro-main .swiper-slide > a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-host-pro .index-host-pro-main .swiper-slide > a img {
  transition: all 0.5s;
  display: block;
}
.index-host-pro .index-host-pro-main .swiper-slide > a img:hover {
  transform: scale(1.2);
}
.index-host-pro .index-host-pro-main .swiper-slide > p {
  text-align: center;
  margin-top: 10px;
}
.index-host-pro .index-host-pro-main .swiper-slide > p a {
  font-size: 15px;
  color: #333;
}
#guanggao2 {
  margin-top: -50px;
  position: relative;
  z-index: 999;
}
#guanggao {
  margin-top: 40px;
}
#guanggao,
.swiper-container_banner,
#guanggao2 {
  display: block;
}
.guanggao3 {
  background: var(--themeColor);
  margin-top: 70px;
}
.guanggao3 .guanggao3-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 30px 0px;
}
.guanggao3 .guanggao3-main h2 {
  font-size: 28px;
}
.guanggao3 .guanggao3-main p {
  font-size: 20px;
  font-weight: 300;
  margin: 15px 0px;
}
.guanggao3 .guanggao3-main a {
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 45px;
  font-size: 15px;
}
.guanggao3 .guanggao3-main a:hover {
  background: var(--subColor);
  border: 1px solid var(--subColor);
}
.youshi2 {
  padding: 0px;
}
.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-about {
  padding: 40px 0px 40px 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;
  left: 60px;
  top: 150px;
}
.index-about .index-about-main .index-about-left .index-about-img img {
  width: 100%;
}
.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-huanjing {
  width: 1200px;
  margin: 0px auto;
  margin-top: 160px;
  position: relative;
}
.index-about .index-huanjing .swiper-slide > a {
  display: block;
  overflow: hidden;
}
.index-about .index-huanjing .swiper-slide > a img {
  display: block;
  overflow: hidden;
  transition: all 0.5s;
}
.index-about .index-huanjing .swiper-slide > a img:hover {
  transform: scale(1.2);
}
.index-about .index-huanjing .swiper-slide > p {
  text-align: center;
  margin-top: 10px;
}
.index-about .index-huanjing .swiper-slide > p a {
  font-size: 15px;
  color: #333;
}
.index-about .index-huanjing .swiper-button-prev,
.index-about .index-huanjing .swiper-container-rtl .swiper-button-next {
  background: url(../images/left1.jpg) no-repeat;
  left: -50px;
}
.index-about .index-huanjing .swiper-button-next,
.index-about .index-huanjing .swiper-container-rtl .swiper-button-prev {
  background: url(../images/right1.jpg) no-repeat;
  right: -50px;
}
.index-about .index-huanjing .swiper-button-next,
.index-about .index-huanjing .swiper-button-prev {
  width: 25px;
  height: 50px;
}
.index-case .index-case-main {
  width: 1200px;
  margin: 0px auto;
  margin-top: 30px;
}
.index-case .index-case-main .swiper-slide > a {
  display: block;
  overflow: hidden;
  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 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 6px 0px;
}
.index-news {
  margin-top: 60px;
}
.index-news .index-news-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.index-news .index-news-main .index-news-left {
  width: 45%;
}
.index-news .index-news-main .index-news-left a:hover .pic img {
  transform: scale(1.2);
}
.index-news .index-news-main .index-news-left a:hover .index-news-bottom-right h2 {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-left .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.index-news .index-news-main .index-news-left .pic img {
  display: block;
  transition: all 0.5s;
}
.index-news .index-news-main .index-news-left .index-news-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0px;
}
.index-news .index-news-main .index-news-left .index-news-bottom .index-news-bottom-left {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #ddd;
  margin-right: 25px;
}
.index-news .index-news-main .index-news-left .index-news-bottom .index-news-bottom-left .index-news-date-Y {
  font-size: 48px;
  color: #333;
  font-weight: 600;
}
.index-news .index-news-main .index-news-left .index-news-bottom .index-news-bottom-left .index-news-date-md {
  font-size: 14px;
  color: #999;
}
.index-news .index-news-main .index-news-left .index-news-bottom .index-news-bottom-right {
  width: 70%;
}
.index-news .index-news-main .index-news-left .index-news-bottom .index-news-bottom-right h2 {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin-bottom: 5px;
}
.index-news .index-news-main .index-news-left .index-news-bottom .index-news-bottom-right p {
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
.index-news .index-news-main .index-news-right {
  width: 53%;
}
.index-news .index-news-main .index-news-right ul li:last-child a {
  margin-bottom: 0px;
}
.index-news .index-news-main .index-news-right ul li a {
  display: flex;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.index-news .index-news-main .index-news-right ul li a:hover .index-news-right-right h2 {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-right ul li a .index-news-right-left {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #ddd;
  margin-right: 25px;
  padding-bottom: 15px;
}
.index-news .index-news-main .index-news-right ul li a .index-news-right-left .index-news-date-Y {
  font-size: 48px;
  color: #333;
  font-weight: 600;
}
.index-news .index-news-main .index-news-right ul li a .index-news-right-left .index-news-date-md {
  font-size: 14px;
  color: #999;
}
.index-news .index-news-main .index-news-right ul li a .index-news-right-right {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-news .index-news-main .index-news-right ul li a .index-news-right-right h2 {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin-bottom: 5px;
}
.index-news .index-news-main .index-news-right ul li a .index-news-right-right p {
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
.links {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.links .links-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.links .links-main .links-left {
  border-right: 1px solid #ddd;
  padding-right: 18px;
}
.links .links-main .links-left h1 {
  font-size: 19px;
  color: var(--themeColor);
}
.links .links-main .links-left span {
  font-family: arial;
  font-weight: 600;
  color: #ddd;
  font-size: 26px;
}
.links .links-main .links-right {
  margin-left: 15px;
}
.links .links-main .links-right ul {
  display: flex;
}
.links .links-main .links-right ul li {
  margin-right: 15px;
}
.links .links-main .links-right ul li:last-child {
  margin-right: 0px;
}
.links .links-main .links-right ul li a {
  font-size: 16px;
}
.links .links-main .links-right ul li a:hover {
  color: var(--themeColor);
}
.footer {
  background: #232323;
  margin-top: 40px;
  color: #fff;
  padding: 60px 0px 30px 0px;
  font-size: 15px;
}
.footer a {
  color: #b4b4b4;
}
.footer .footer-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-left {
  width: 320px;
}
.footer .footer-main .footer-left .footer-left-tell {
  border: 1px solid #6d6d6d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 0px;
  margin-top: 20px;
}
.footer .footer-main .footer-left .footer-left-tell font {
  font-size: 15px;
  margin-right: 5px;
}
.footer .footer-main .footer-left .footer-left-tell h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer .footer-main .footer-left .footer-left-tell h2 {
  display: flex;
  align-items: center;
}
.footer .footer-main .footer-left .footer-left-tell h2 i {
  margin-right: 10px;
}
.footer .footer-main .footer-left .footer-left-tell h2 span {
  font-family: arial;
  font-size: 30px;
  color: var(--themeColor);
}
.footer .footer-main .footer-left .footer-left-row {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.footer .footer-main .footer-left .footer-left-row .footer-left-wechat {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .footer-main .footer-left .footer-left-row .footer-left-wechat p {
  margin-top: 10px;
}
.footer .footer-main .footer-left .footer-left-row .footer-left-web {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .footer-main .footer-left .footer-left-row .footer-left-web p {
  margin-top: 10px;
}
.footer .footer-main .footer-right {
  width: 830px;
  padding-top: 30px;
}
.footer .footer-main .footer-right .footer-right-nav {
  border-bottom: 1px solid #3A3A3A;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.footer .footer-main .footer-right .footer-right-nav ul {
  display: flex;
}
.footer .footer-main .footer-right .footer-right-nav ul li:nth-child(1) {
  width: 300px;
}
.footer .footer-main .footer-right .footer-right-nav ul li:nth-child(2) {
  width: 150px;
}
.footer .footer-main .footer-right .footer-right-nav ul li:nth-child(3) {
  width: 380px;
}
.footer .footer-main .footer-right .footer-right-nav ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 26px;
}
.footer .footer-main .footer-right .footer-right-navGroup {
  display: flex;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem1 {
  width: 300px;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem1 ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem1 ul li {
  width: 48%;
  margin-right: 10px;
  line-height: 40px;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem1 ul li:nth-child(2n) {
  margin-right: 0px;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem1 ul li a:hover {
  color: var(--themeColor);
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem2 {
  width: 150px;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem2 ul li {
  line-height: 40px;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-navItem2 ul li a:hover {
  color: var(--themeColor);
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-lianxi {
  width: 380px;
}
.footer .footer-main .footer-right .footer-right-navGroup .footer-right-lianxi ul li {
  line-height: 40px;
  color: #b4b4b4;
}
.copying {
  background: #161616;
  padding: 20px 0px;
  font-size: 15px;
}
.copying .copying-main {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.copying .copying-main p {
  color: #ddd;
}
.copying .copying-main a {
  color: #ddd;
}
.copying .copying-main a:nth-child(2) {
  margin: 0px 30px;
}
.copying .copying-main a:hover {
  color: var(--themeColor);
}
.aboutBanner {
  display: block;
}
.ht-container {
  padding: 30px 0px;
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.ht-container .position2 {
  background: #f1f1f1;
  padding: 10px 15px;
}
.ht-container .position2 a {
  font-size: 15px;
  color: #222;
}
.ht-container .position2 a:hover {
  color: var(--blue);
}
.ht-container .ht-left {
  width: 75%;
}
.ht-container .ht-right {
  width: 22%;
}
.ht-container .ht-right .ht-right-nav .ht-right-nav-title {
  background: var(--themeColor);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0px;
}
.ht-container .ht-right .ht-right-nav .ht-right-nav-title h2 {
  font-size: 26px;
}
.ht-container .ht-right .ht-right-nav .ht-right-nav-title p {
  font-size: 16px;
}
.ht-container .ht-right .ht-right-nav ul {
  border: 1px solid #ddd;
  padding: 20px;
}
.ht-container .ht-right .ht-right-nav ul li:last-child a {
  margin-bottom: 0px;
}
.ht-container .ht-right .ht-right-nav ul li a {
  font-size: 15px;
  color: #000;
  background: #f1f1f1;
  padding: 15px 0px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  border-radius: 35px;
}
.ht-container .ht-right .ht-right-nav ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.ht-container .ht-right .ht-right-lianxi {
  margin-top: 20px;
}
.ht-container .ht-right .ht-right-lianxi .ht-right-lianxi-title {
  background: var(--themeColor);
  color: #fff;
  padding: 15px;
}
.ht-container .ht-right .ht-right-lianxi .ht-right-lianxi-title p {
  width: 45px;
  height: 4px;
  background: #fff;
  margin-top: 5px;
}
.ht-container .ht-right .ht-right-lianxi .ht-right-lianxi-title h2 {
  color: #fff;
  font-size: 23px;
}
.ht-container .ht-right .ht-right-lianxi ul {
  border: 1px solid #ddd;
  padding: 15px;
}
.ht-container .ht-right .ht-right-lianxi ul li {
  font-size: 14px;
  color: #444;
  line-height: 28px;
}
.ht-container .ht-right .ht-right-zuixin {
  margin-top: 20px;
}
.ht-container .ht-right .ht-right-zuixin .ht-right-zuixin-title p {
  width: 40px;
  height: 4px;
  background: var(--themeColor);
}
.ht-container .ht-right .ht-right-zuixin .ht-right-zuixin-title h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}
.ht-container .ht-right .ht-right-zuixin ul {
  margin-top: 15px;
}
.ht-container .ht-right .ht-right-zuixin ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 42px;
  border-bottom: 1px dashed #ddd;
}
.ht-container .ht-right .ht-right-zuixin ul li:last-child {
  border-bottom: 0px;
}
.ht-container .ht-right .ht-right-zuixin ul li a {
  color: #333;
  font-size: 14px;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ht-container .ht-right .ht-right-zuixin ul li a:hover {
  color: var(--themeColor);
}
.ht-container .ht-right .ht-right-zuixin ul li span {
  font-size: 13px;
  color: red;
}
.about-content {
  margin-top: 20px;
  border: 1px solid #ddd;
  padding: 20px;
}
.about-content .about-title h3 {
  font-size: 26px;
  font-weight: 400;
  color: #222;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  margin-top: 20px;
}
.about-content .aboutcontent {
  font-size: 15px;
  color: #222;
  line-height: 2;
  padding-top: 10px;
}
.about-content .aboutcontent img {
  max-width: 100%!important;
}
.about-pro {
  margin-top: 20px;
  border: 1px solid #ddd;
  padding: 20px;
}
.about-pro .about-pro-title p {
  width: 100%;
  height: 1px;
  background: var(--themeColor);
}
.about-pro .about-pro-title h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--themeColor);
}
.about-pro .about-pro-title h2 i {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}
.about-pro .about-pro-div {
  margin-top: 20px;
}
.about-pro .about-pro-div .swiper-container_pro .about-prolink {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.about-pro .about-pro-div .swiper-container_pro .about-prolink img {
  display: block;
  transition: all 1s;
}
.about-pro .about-pro-div .swiper-container_pro .about-prolink img:hover {
  transform: scale(1.3);
}
.about-pro .about-pro-div .swiper-container_pro p {
  text-align: center;
  margin-top: 8px;
}
.about-pro .about-pro-div .swiper-container_pro p a {
  font-size: 15px;
  color: #333;
}
.newslist ul li {
  padding: 30px 0px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}
.newslist .newslist-left {
  display: flex;
  width: 88%;
}
.newslist .newslist-right {
  width: 10%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.newslist .newslist-left .newslist-img {
  margin-right: 30px;
  width: 210px;
}
.newslist .newslist-left .newslist-info h4 {
  font-size: 16px;
  color: #303030;
  font-weight: 400;
}
.newslist .newslist-left .newslist-info p {
  font-size: 13px;
  color: #888;
  line-height: 25px;
  text-align: justify;
  margin-top: 15px;
  width: 500px;
}
.newslist .newslist-right .newsDate {
  font-size: 22px;
  color: #9999;
  text-align: left;
  padding-left: 20px;
}
.newsMore {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  color: #999;
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
}
.newslist ul li:hover {
  padding-left: 20px;
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.08);
}
.newslist ul li:hover .newslist-info h4 {
  color: var(--themeColor);
}
.page2 {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.page2 a,
.page2 .page-status {
  border: 1px solid #ddd;
  font-size: 13px;
  margin: 0px 4px;
  padding: 6px 12px;
}
.page2 a:hover,
.page2 .page-status:hover {
  background: var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
}
.page2 .page-status {
  line-height: 17px;
}
.newscont {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 25px;
}
.newscont .news-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.newscont .news-title ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
}
.newscont .news-title ul li {
  color: #888;
  margin-right: 20px;
  font-size: 13px;
}
.newscont .news-title h2 {
  font-size: 26px;
  font-weight: 400;
  color: #333;
  margin-top: 20px;
}
.newscont .news-cont {
  font-size: 15px;
  color: #333;
  line-height: 2;
}
.newscont .news-cont img {
  max-width: 100%!important;
}
.preNext {
  border: 1px solid #ddd;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.preNext a {
  font-size: 15px;
}
.preNext a:first-child {
  margin-bottom: 8px;
}
.preNext a:hover {
  color: var(--themeColor);
}
.prolist {
  margin-top: 20px;
}
.prolist ul {
  display: flex;
  flex-wrap: wrap;
}
.prolist ul li {
  width: 32%;
  margin-right: 15px;
  margin-bottom: 35px;
}
.prolist ul li:nth-child(3n) {
  margin-right: 0px;
}
.prolist ul li .proBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prolist ul li .proBtn a {
  border: 1px solid #ddd;
  border-radius: 35px;
  padding: 10px 40px;
  transition: all 1s;
  font-size: 12px;
}
.prolist ul li .proBtn a:hover {
  background: var(--themeColor);
  color: #fff;
  border: 1px solid var(--themeColor);
}
.prolist ul li .proBtn a:first-child {
  border-radius: 35px 0px 0px 35px;
}
.prolist ul li .proBtn a:nth-child(2) {
  border-radius: 0px 35px 35px 0px;
  border-left: 0px;
}
.prolist ul li .prolink {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 5px;
}
.prolist ul li .prolink img {
  width: 100%;
  display: block;
  height: 205px;
  transition: all 1s;
}
.prolist ul li .prolink img:hover {
  transform: scale(1.2);
}
.prolist ul li p {
  text-align: center;
  margin: 12px 0px;
  font-size: 16px;
}
.caselist {
  margin-top: 20px;
}
.caselist ul {
  display: flex;
  flex-wrap: wrap;
}
.caselist ul li {
  width: 32%;
  margin-right: 17px;
  margin-bottom: 17px;
}
.caselist ul li:nth-child(3n) {
  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 p {
  text-align: center;
  margin-top: 10px;
}
.caselist ul li p a {
  font-size: 15px;
  color: #333;
}
.redian {
  margin-top: 30px;
  border: 1px solid #ddd;
  padding: 20px;
}
.redian .redian-title p {
  width: 100%;
  height: 1px;
  background: var(--themeColor);
}
.redian .redian-title h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--themeColor);
}
.redian .redian-title h2 i {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}
.redian .redian-top {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.redian .redian-top .redian-topLeft {
  width: 28%;
}
.redian .redian-top .redian-topLeft img {
  height: 187px;
}
.redian .redian-top .redian-topRight {
  width: 68%;
}
.redian .redian-top .redian-topRight a h3 {
  font-size: 16px;
  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: 28px;
  margin-top: 15px;
}
.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: 15px;
  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:nth-child(2n) {
  margin-right: 0px;
}
.redian ul li span {
  font-size: 14px;
  color: #bb0000;
}
.procontent {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 20px;
}
.procontent .proTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.procontent .proTop .proLeft {
  width: 40%;
}
.procontent .proTop .proRight {
  width: 56%;
}
.procontent .proTop .proRight h2 {
  font-size: 26px;
  color: var(--themeColor);
  font-weight: 600;
  margin-bottom: 10px;
}
.procontent .proTop .proRight > p {
  font-size: 15px;
  padding: 10px 0px;
  border-top: 1px solid #ddd;
  color: #555;
  border-bottom: 1px solid #ddd;
  line-height: 28px;
  text-indent: 30px;
}
.procontent .proTop .proRight .proBtn {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.procontent .proTop .proRight .proBtn a {
  display: block;
  background: var(--themeColor);
  color: #fff;
  padding: 10px 30px;
  font-size: 15px;
  border-radius: 35px;
}
.procontent .proTop .proRight .proBtn a:hover {
  background: var(--subColor);
}
.procontent .proTop .proRight .proBtn p {
  margin-left: 20px;
  font-size: 20px;
  color: #333;
}
.procontent .proTop .proRight .proBtn p span {
  font-size: 32px;
  font-weight: 600;
  color: var(--themeColor);
  font-family: arial;
}
.procontent .proxq {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.procontent .proxq h2 {
  font-size: 26px;
  color: var(--themeColor);
}
.procontent .proxq p {
  width: 100%;
  height: 40px;
  background: url(../images/title_bg2.png) no-repeat center;
}
.procontent .procont {
  font-size: 15px;
  line-height: 2;
  color: #333;
}
.procontent .procont img {
  max-width: 100%!important;
}
.swiper-pagination-bullet {
  padding: 6px;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}
@media screen and (max-width: 1800px) {
  .swiper-container_banner img {
    width: 100%!important;
  }
  .aboutBanner {
    width: 100%!important;
  }
  #guanggao,
  #guanggao2 {
    width: 100%!important;
  }
}
.float-kf {
  position: fixed!important;
  top: 30%!important;
  display: block!important;
}
