a:hover {
  color: #dc6012;
}
.swiper-pagination-bullet-active {
  background-color: #dc6012 !important;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.37);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.header .page {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .rg i {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background-color: #dc6012;
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
  cursor: pointer;
}
.header .wx {
  position: relative;
}
.header .wx .pic {
  position: absolute;
  top: 100px;
  left: calc(50% - 6px);
  transform: translateX(-50%);
  width: 130px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.header .wx .pic::after {
  content: '';
  width: 12px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.header .wx:hover .pic {
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel i {
  margin-right: 10px;
}
.header .head-tel p {
  font-size: 13px;
  color: #fff;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 26px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
.header .lg {
  margin-left: 26px;
  position: relative;
  cursor: pointer;
}
.header .lg em {
  font-size: 22px;
  line-height: 60px;
  color: #fff;
}
.header .lg .box {
  position: absolute;
  top: 100%;
  right: 20px;
  background-color: #fff;
  padding: 8px 0;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  transition-delay: 0.2s;
}
.header .lg .box a {
  font-size: 14px;
  padding: 0 20px;
  line-height: 40px;
  color: #333;
  display: flex;
  align-items: center;
}
.header .lg .box a img {
  max-width: none;
  margin-right: 10px;
}
.header .lg .box a:hover {
  background-color: #f5f5f5;
}
.header .lg:hover .box {
  right: 0;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.search {
  position: relative;
}
.search .iconfont {
  font-size: 16px !important;
}
.search .box {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 20px 40px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transform: scaleY(0);
  opacity: 0;
  transition: all 0.3s linear;
  transition-delay: 0.1s;
}
.search .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.search .sear-w input {
  width: 100%;
  min-width: 400px;
  height: 45px;
  border-radius: 22px;
  padding-left: 35px;
  padding-right: 80px;
  color: #666;
  border: 1px solid #e2e2e2;
}
.search .sear-w input:focus {
  outline: none;
}
.search .sear-w button {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  background: url(../images/search-icon.png);
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.search .keywo {
  display: flex;
  margin-top: 25px;
  padding: 0 20px;
  justify-content: center;
}
.search .keywo .text {
  font-size: 15px;
  color: #ff0000;
}
.search .keywo a {
  font-size: 15px;
  color: #666;
  margin-left: 15px;
}
.search .keywo a:hover {
  color: #ff0000;
}
.search:hover .box {
  transform: scaleY(1);
  opacity: 1;
  transition: all 0.3s linear;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 10%;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.nav-list > li > a::before,
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 4px;
  background-color: #dc6012;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li > a::before {
  width: 12px;
  height: 9px;
  bottom: -10px;
  opacity: 0;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.nav-list > li .erji2 {
  display: none;
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: url(../images/erji-bg.jpg) no-repeat top center;
  background-color: #fff;
  z-index: 99999;
  white-space: nowrap;
  position: fixed;
  top: 80px;
  left: 0;
}
.nav-list > li .erji2 .box {
  width: 1300px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.nav-list > li .erji2 .box .lt {
  width: 56%;
  margin-top: 10px;
}
.nav-list > li .erji2 .box .lt .tit {
  font-size: 26px;
  color: #333;
  border-bottom: 1px #efefef solid;
  padding-bottom: 20px;
}
.nav-list > li .erji2 .box .lt ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-list > li .erji2 .box .lt ul li {
  margin-top: 30px;
  margin-right: 40px;
  border: 1px #eee solid;
  transition: all 0.2s linear;
}
.nav-list > li .erji2 .box .lt ul li a {
  line-height: 40px;
  font-size: 15px;
  color: #333 !important;
  width: 200px;
  text-align: center;
}
.nav-list > li .erji2 .box .lt ul li:hover {
  box-shadow: 2px 2px 10px #eee;
  transition: all 0.2s linear;
}
.nav-list > li .erji2 .box .lt ul li:hover a {
  color: #dc6012 !important;
}
.nav-list > li .erji2 .box .rt {
  border: 1px solid #ddd;
}
.nav-list > li:hover > a {
  color: #dc6012;
}
.nav-list > li:hover > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list > li:hover > a::after {
  width: 90%;
}
.nav-list .active > a {
  color: #dc6012;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
.wz-bt {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 44px;
  position: relative;
  font-weight: bold;
}
.wz-bt span {
  line-height: 32px;
  margin-top: 12px;
  font-weight: lighter;
  position: relative;
  padding-bottom: 2px;
}
.wz-bt span::before,
.wz-bt span::after {
  content: '';
  width: 169px;
  height: 19px;
  background: url(../images/tit-bg.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 12px);
}
.wz-bt span::after {
  right: auto;
  left: calc(100% + 12px);
  transform: translateY(-50%) scale(-1);
}
.char-w {
  background-color: #eee;
}
.char-w .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.char-w .text {
  width: 30%;
  white-space: nowrap;
  padding-left: 3%;
}
.char-w .text h1 {
  font-size: 32px;
  color: #dc6012;
  font-weight: bold;
}
.char-w .text h1 i {
  font-size: 47px;
}
.char-w .text hr {
  width: 250px;
  border-bottom: 1px dashed #dc6012;
  margin: 5px 0;
}
.char-w .text p {
  padding: 5px 0;
  font-size: 18px;
  opacity: 0.9;
}
.char-w .list {
  width: 800px;
  display: flex;
}
.char-w .list li {
  flex: 1;
  cursor: pointer;
}
.char-w .list li .box {
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.char-w .list li p {
  font-size: 17px;
  margin: 10px 0 5px;
}
.char-w .list li span {
  font-size: 13px;
  opacity: 0.8;
}
.char-w .list li i {
  display: block;
  width: 40px;
  height: 39px;
  background: url(../images/char-icon.png);
  transition: all 0.3s;
}
.char-w .list li:nth-child(1) i {
  background-position-x: -24px;
}
.char-w .list li:nth-child(2) i {
  background-position-x: -242px;
}
.char-w .list li:nth-child(3) i {
  background-position-x: -454px;
}
.char-w .list li:nth-child(4) i {
  background-position-x: -663px;
}
.char-w .list li:hover {
  background-color: #dc6012;
}
.char-w .list li:hover * {
  color: #fff;
}
.char-w .list li:hover i {
  background-position-y: -79px;
}
.pro-w {
  padding: 60px 0 70px;
}
.pro-w .pro-tabs {
  width: 1280px;
  background-color: #eeeeee;
  height: 50px;
  margin: 50px auto 50px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.pro-w .pro-tabs ul li {
  flex: auto;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #dc6012;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box {
  max-width: 1200px;
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-w .con-box ul li {
  width: 33.33%;
  border: 1px solid #bfbfbf;
  border-right: none;
  background-color: #fff;
  position: relative;
  padding-top: 135px;
}
.pro-w .con-box ul li:nth-child(3n) {
  border-right: 1px solid #bfbfbf;
}
.pro-w .con-box ul li:nth-child(n+4) {
  border-top: none;
}
.pro-w .con-box ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  transition: all 0.3s linear;
}
.pro-w .con-box ul li .text p {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
}
.pro-w .con-box ul li .text img {
  margin: 15px auto;
}
.pro-w .con-box ul li .text span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #dc6012;
  font-weight: lighter;
  opacity: 0;
  transition: all 0.3s linear;
}
.pro-w .con-box ul li:hover .text {
  background-color: rgba(0, 0, 0, 0.47);
}
.pro-w .con-box ul li:hover .text p {
  color: #fff;
}
.pro-w .con-box ul li:hover .text span {
  opacity: 1;
}
.intr {
  background: url(../images/intr-bg.png) no-repeat center;
}
.intr .page {
  max-width: 1630px;
  height: 950px;
  display: flex;
  align-items: center;
}
.intr .page .pic {
  width: 50%;
}
.intr .page .rg {
  width: 50%;
  padding-left: 150px;
}
.intr .page .rg * {
  color: #fff;
}
.intr .page .rg .tit {
  font-size: 67px;
  text-align: right;
  font-weight: bold;
  padding-right: 50px;
  line-height: 69px;
}
.intr .page .rg .text {
  font-size: 17px;
  line-height: 2;
  text-indent: 34px;
  white-space: pre-wrap;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.intr .page .rg .more {
  display: inline;
  opacity: 0.8;
}
.intr .page .rg .more:hover {
  color: #dc6012;
  opacity: 1;
}
.facility-w {
  overflow: hidden;
  padding: 80px 0 200px 0;
}
.facility-w .fac-tabs {
  background-color: #eeeeee;
  height: 50px;
  margin: 50px auto 50px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.facility-w .fac-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.facility-w .fac-tabs ul li {
  flex: auto;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
}
.facility-w .fac-tabs ul .swiper-slide-thumb-active {
  background-color: #dc6012;
  color: #fff;
}
.facility-w .facility-box {
  margin-top: 50px;
  position: relative;
}
.facility-w .facility-box .swiper {
  overflow: visible;
}
.facility-w .facility-box ul li {
  width: 56%;
  margin: 0 2%;
  position: relative;
}
.facility-w .facility-box ul li .pic {
  overflow: hidden;
}
.facility-w .facility-box ul li img {
  width: 100%;
  transition: all 0.3s linear;
}
.facility-w .facility-box ul li .text {
  display: none;
  width: 50%;
  height: 250px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 65px;
  bottom: -90px;
  padding: 40px;
}
.facility-w .facility-box ul li .text p {
  font-size: 30px;
  font-weight: bold;
  color: #dc6012;
}
.facility-w .facility-box ul li .text span {
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px;
}
.facility-w .facility-box ul li .text .more {
  font-size: 14px;
  color: #dc6012;
  margin-top: 45px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.facility-w .facility-box ul li .text .more em {
  font-size: 18px;
  color: #dc6012;
}
.facility-w .facility-box ul li .text::before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #dc6012;
  position: absolute;
  top: 80px;
  left: -30px;
}
.facility-w .facility-box ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.facility-w .facility-box ul .swiper-slide-active .text {
  display: block;
}
.facility-w .facility-box ul .swiper-slide-active::after {
  display: none;
}
.facility-w .facility-box ul .swiper-slide-active:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.facility-w .facility-box ul .swiper-slide-active:hover .text p {
  color: #dc6012;
}
.facility-w .facility-box .btn {
  width: calc(56% + 80px);
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.facility-w .facility-box .btn div {
  width: 80px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.facility-w .facility-box .btn div:hover {
  background-color: #dc6012;
  transition: all 0.3s linear;
}
.news-w {
  height: 774px;
  padding-bottom: 110px;
  position: relative;
}
.news-w::before,
.news-w::after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.news-w::before {
  left: 0;
  background-color: #f2f6fc;
}
.news-w::after {
  right: 0;
  background-color: #f7f9fc;
}
.news-w .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 50px;
}
.news-w .tit h2 {
  font-size: 36px;
  font-weight: bold;
}
.news-w .tit .news_btn {
  display: flex;
}
.news-w .tit .news_btn a {
  width: 155px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #dc6012;
  margin-left: 10px;
  transition: all 0.2s linear;
}
.news-w .tit .news_btn a:hover {
  background-color: #dc6012;
  color: #fff;
  transition: all 0.2s linear;
}
.news-w .tit .news_btn .active {
  background-color: #dc6012;
  color: #fff;
}
.news-w .news-box {
  display: flex;
  justify-content: space-between;
}
.news-w .news-box > div {
  width: 45.5%;
}
.news-w .news-box .news-con li img {
  border-radius: 10px;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
.news-w .news-box .news-con li p {
  font-size: 22px;
  margin-top: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .news-con li span {
  display: block;
  font-weight: lighter;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box .news-con li a {
  display: inline;
  opacity: 0.8;
  padding-right: 30px;
  background: url(../images/news-arrow.png) no-repeat right center;
}
.news-w .news-box .news-tab {
  height: 100%;
  margin: -5px 0;
}
.news-w .news-box .news-tab ul {
  justify-content: space-between;
  position: relative;
}
.news-w .news-box .news-tab ul::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #dc6012;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 17px;
}
.news-w .news-box .news-tab ul li {
  height: auto !important;
  line-height: 35px;
  padding: 5px 0;
  background-color: #f7f9fc;
  padding-left: 55px;
  position: relative;
  cursor: pointer;
}
.news-w .news-box .news-tab ul li::before {
  content: '';
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #dc6012;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.25;
}
.news-w .news-box .news-tab ul li::after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #dc6012;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.news-w .news-box .news-tab ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .news-tab ul .news-active::before {
  opacity: 1;
}
.news-w .news-box .news-tab ul .news-active::after {
  display: block;
}
.footer {
  background: #222;
}
.footer * {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer .page {
  padding: 80px 0 60px;
  display: flex;
}
.footer .page .lf {
  width: 450px;
}
.footer .page .lf ul {
  width: 90%;
  margin-top: 30px;
}
.footer .page .lf ul li {
  display: flex;
  line-height: 32px;
  align-items: center;
  font-weight: lighter;
}
.footer .page .lf ul li i {
  margin-right: 11px;
  font-size: 20px;
}
.footer .page .f-nav {
  flex: 1;
  display: flex;
}
.footer .page .f-nav ul {
  flex: 1;
}
.footer .page .f-nav ul h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .page .f-nav ul li {
  line-height: 34px;
  padding-left: 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .rg .wx {
  width: 100px;
  text-align: center;
}
.footer .page .rg .wx p {
  font-size: 13px;
  line-height: 50px;
}
.copy {
  background-color: #dc6012;
}
.copy .page {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.copy .page * {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
}
.copy .page .lf {
  display: flex;
}
.copy .page a {
  display: inline;
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  position: fixed;
  bottom: 15%;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.5;
  background-color: #000000;
  display: none;
}
@media screen and (max-width: 980px) {
  #clickTop {
    display: none;
  }
}
#clickTop:hover {
  opacity: 1;
}
