a:hover {
  color: #0fc5d3;
}
.swiper-pagination-bullet-active {
  background-color: #0fc5d3 !important;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
  color: #fff;
}
.header .head-tel .iconfont {
  font-size: 40px;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
/* nav */
.nav {
  display: flex;
  align-items: center;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 99px;
  text-align: center;
  font-size: 16px;
  padding: 0 15px;
  color: #fff;
  position: relative;
}
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 4px;
  background-color: #0fc5d3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li .erji2 {
  min-width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  background-color: rgba(0, 0, 0, 0.35);
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  border-top: 1px solid #ccc;
}
.nav-list > li .erji2 ul li a {
  line-height: 40px;
  font-size: 14px;
  padding: 0 15px;
  color: #fff;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #0fc5d3;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li:hover > a {
  color: #0fc5d3;
}
.nav-list > li:hover > a::after {
  width: 90%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #0fc5d3;
}
.nav-list .active > a::after {
  width: 90%;
}
/* 搜索 */
.search {
  background-color: #eeeeee;
}
.search .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #0fc5d3;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 20px;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding: 0 25px;
  border: none;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 80px;
  height: 40px;
  color: #fff;
  background: #0fc5d3;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #6d6d6d;
  transition: all 0.1s linear;
}
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 48px;
  font-weight: bold;
}
.wz-bt span {
  font-size: 18px;
  margin-top: 10px;
  color: #666666;
}
.pro-w {
  padding: 70px 0 80px;
}
.pro-w .con-box {
  margin-top: 50px;
  display: flex;
}
.pro-w .con-box h5 {
  padding: 10px 25px;
  background-color: #fff;
  color: #333;
  display: inline-block;
}
.pro-w .con-box .text {
  line-height: 1.6;
}
.pro-w .con-box .text p {
  font-size: 36px;
  font-weight: bold;
}
.pro-w .con-box .text span {
  font-size: 20px;
}
.pro-w .con-box a:hover {
  color: inherit;
}
.pro-w .con-box .lf {
  width: 38.8%;
  background-color: #0fc5d3;
  color: #fff;
  margin-right: 10px;
  padding: 45px 40px;
  border-radius: 15px;
}
.pro-w .con-box .lf .text {
  text-align: center;
}
.pro-w .con-box .mid {
  width: 48.6%;
  margin-right: 10px;
}
.pro-w .con-box .mid a {
  display: flex;
  border-radius: 5px;
}
.pro-w .con-box .mid a .text {
  width: 50%;
  padding: 45px 0 0 40px;
}
.pro-w .con-box .mid a .text h5 {
  background-color: #0fc5d3;
  color: #fff;
}
.pro-w .con-box .mid a .text p {
  margin-top: 70px;
  white-space: nowrap;
}
.pro-w .con-box .mid a .pic {
  width: 50%;
}
.pro-w .con-box .mid a:nth-child(1) {
  background-color: #8d8d8d;
  margin-bottom: 10px;
}
.pro-w .con-box .mid a:nth-child(1) .text {
  color: #fff;
}
.pro-w .con-box .mid a:nth-child(2) {
  background-color: #e8e9ea;
}
.pro-w .con-box .more {
  flex: 1;
  background-color: #0fc5d3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #0fc5d3;
  background-color: #fff;
  text-align: center;
}
.pro-w .con-box .more:hover {
  background-color: #0fc5d3;
  color: #fff;
}
.intr {
  background: url(../images/intr-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0 80px;
}
.intr .wz-bt * {
  color: #fff;
}
.intr .con {
  margin: 40px -66px 0;
  width: 55%;
  background-color: #fff;
  padding: 50px 66px;
}
.intr .con em {
  font-size: 72px;
  line-height: 1;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-transform: uppercase;
  opacity: 0.15;
}
.intr .con h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: -45px;
}
.intr .con .text {
  margin-top: 20px;
  line-height: 2;
  color: #666;
}
.intr .con .more {
  width: 140px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  background-color: #333;
  color: #fff;
  margin-top: 30px;
}
.intr .con .more:hover {
  background-color: #0fc5d3;
}
.adv-w {
  padding: 70px 0 80px;
}
.adv-w .adv-tab {
  margin: 50px 0;
}
.adv-w .adv-tab .swiper-wrapper {
  justify-content: space-evenly;
}
.adv-w .adv-tab li {
  font-size: 30px;
  width: 220px !important;
  line-height: 1.75;
  text-align: center;
  border: 1px solid #0fc5d3;
  border-radius: 5px;
  cursor: pointer;
}
.adv-w .adv-tab .my-slide-thumb-active {
  background-color: #0fc5d3;
  color: #fff;
}
.adv-w .adv-con li {
  display: flex;
}
.adv-w .adv-con li .text {
  flex: 1;
  margin-right: 8%;
  padding-top: 80px;
}
.adv-w .adv-con li .text p {
  font-size: 30px;
  padding-left: 13px;
  border-left: 8px solid #0fc5d3;
  margin-bottom: 50px;
}
.adv-w .adv-con li .text span {
  font-size: 24px;
  color: #666;
  line-height: 2;
}
.adv-w .adv-con li .pic {
  width: 50%;
}
.sevice-w {
  padding: 60px 0 0;
}
.sevice-w ul {
  margin-top: 50px;
  display: flex;
}
.sevice-w ul li {
  flex: 1;
  margin-right: 6px;
  position: relative;
}
.sevice-w ul li:last-child {
  margin-right: 0;
}
.sevice-w ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.sevice-w ul li .text p {
  font-size: 30px;
  font-weight: bold;
}
.sevice-w ul li .text span {
  font-size: 18px;
  margin-top: 10px;
}
.sevice-w ul li:hover img {
  transform: scale(1.1);
}
.news-w {
  padding: 90px 0;
  position: relative;
}
.news-w .news-box {
  display: flex;
  margin-top: 50px;
}
.news-w .news-box .lf {
  width: 380px;
  margin-right: 80px;
  padding: 40px 70px 30px;
  border: 5px solid #0fc5d3;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.news-w .news-box .lf::after {
  content: '';
  width: 128px;
  height: 5px;
  background-color: #0fc5d3;
  position: absolute;
  top: 90px;
  right: 0;
  transform: translateX(50%);
}
.news-w .news-box .lf .tit p {
  font-size: 72px;
  font-weight: bold;
}
.news-w .news-box .lf .tit p i {
  display: block;
  font-size: 40px;
  font-weight: normal;
}
.news-w .news-box .lf .news-tab {
  width: 100%;
  overflow: visible;
}
.news-w .news-box .lf .news-tab li {
  line-height: 120px;
  font-size: 40px;
  position: relative;
}
.news-w .news-box .lf .news-tab li::after {
  content: '';
  width: calc(100% + 30px);
  height: 1px;
  background-color: #0fc5d3;
  position: absolute;
  left: -15px;
  bottom: 0;
}
.news-w .news-box .lf .news-tab li:last-child::after {
  display: none;
}
.news-w .news-box .lf .news-tab li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-w .news-box .lf .news-tab li a i {
  width: 40px;
  height: 40px;
  background: url(../images/news-ico.png);
  background-position-y: -36px;
}
.news-w .news-box .lf .news-tab li:nth-child(1) i {
  background-position-x: -49px;
}
.news-w .news-box .lf .news-tab li:nth-child(2) i {
  background-position-x: -144px;
}
.news-w .news-box .lf .news-tab li:nth-child(3) i {
  background-position-x: -253px;
}
.news-w .news-box .lf .news-tab .news-active a {
  color: #0fc5d3;
}
.news-w .news-box .lf .news-tab .news-active a i {
  background-position-y: -120px;
}
.news-w .news-box .rg {
  width: calc(100% - 460px);
}
.news-w .news-box .rg ul {
  display: flex;
  justify-content: space-between;
  padding: 0px 5px 5px;
}
.news-w .news-box .rg ul li {
  width: 49%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-w .news-box .rg ul li .pic:hover img {
  transform: scale(1.1);
}
.news-w .news-box .rg ul li .text {
  padding: 30px 35px;
}
.news-w .news-box .rg ul li .text p {
  font-size: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .rg ul li .text span {
  font-size: 17px;
  line-height: 1.875;
  margin-top: 18px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-w .news-box .rg ul li .text .date {
  font-size: 18px;
  font-weight: lighter;
  padding-left: 28px;
  line-height: 19px;
  background: url(../images/date.png) no-repeat left top;
  margin-top: 35px;
}
.news-w .news-box .rg ul li .text hr {
  width: 104%;
  height: 1px;
  background-color: #666;
  margin: 15px 0;
  transform: translateX(-2%);
}
.index_message {
  background: url(../images/message-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0;
}
.index_message .page {
  max-width: 1280px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index_message .lf {
  color: #fff;
  line-height: 1.5;
}
.index_message .lf h2 {
  font-size: 34px;
}
.index_message .lf p {
  font-size: 18px;
  line-height: 2;
  margin-top: 5px;
}
.index_message .rg {
  width: 480px;
}
.index_message .rg .half {
  display: flex;
}
.index_message .rg .half input {
  flex: 1;
}
.index_message .rg .half input:nth-child(1) {
  margin-right: 20px;
}
.index_message .rg input,
.index_message .rg textarea {
  width: 100%;
  margin-bottom: 13px;
  padding: 0 15px;
  line-height: 40px;
}
.index_message .rg input::placeholder,
.index_message .rg textarea::placeholder {
  color: #888;
}
.index_message .rg input[type="submit"] {
  width: 120px;
  line-height: 40px;
  background-color: #0fc5d3;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
.index_message .rg input[type="submit"]:hover {
  background-color: #07a7b3;
}
.footer {
  padding: 70px 0 60px;
  background: url(../images/foot-bg.jpg) no-repeat top center;
  color: #fff;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .page {
  display: flex;
}
.footer .page .lf {
  width: 450px;
  margin-right: 15%;
}
.footer .page .lf ul {
  margin-top: 30px;
}
.footer .page .lf ul li {
  display: flex;
  margin-top: 10px;
}
.footer .page .lf ul li p {
  line-height: 20px;
}
.footer .page .lf ul li p i {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.footer .page .lf ul li .phone {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0fc5d3;
}
.footer .page .lf .wx {
  width: 100px;
  margin-top: 30px;
}
.footer .page .f-nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.footer .page .f-nav ul h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .page .f-nav ul li {
  font-size: 15px;
  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;
}
.footer .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 14px;
  line-height: 1.75;
  opacity: 0.8;
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  position: absolute;
  bottom: 70px;
  right: 0px;
  z-index: 9999;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 980px) {
  #clickTop {
    display: none;
  }
}
#clickTop:hover {
  opacity: 1;
}
