a:hover {
  color: #00a2ba;
}
.swiper-pagination-bullet-active {
  background-color: #00a2ba !important;
}
.top-w {
  background: #e4090f;
  height: 30px;
  position: relative;
}
.top-w .page {
  display: flex;
  color: #fff;
  flex: 1;
  justify-content: space-between;
  line-height: 30px;
  font-size: 12px;
}
.top-w .page span {
  margin-right: 120px;
}
.header {
  width: 100%;
}
.header .page {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 32px;
  color: #333;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 13px;
  color: #333;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 10%;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 69px;
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #333;
}
.nav-list > li > a::before,
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 3px;
  background-color: #e4090f;
  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;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #fff;
}
.nav-list > li .erji2 ul li:hover a {
  color: #333;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  color: #333;
}
.nav-list > li:hover > a::before {
  bottom: 3px;
  opacity: 1;
}
.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: #333;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
/* 搜索 */
.search {
  background-color: #e60008;
}
.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: #fff;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
  color: #fff;
}
.search .page .keywo a {
  font-size: 15px;
  color: #fff;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #eee;
}
.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: #232626;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #000;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 40px;
  position: relative;
  font-weight: bold;
  color: #00a2ba;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 10px;
  color: #666666;
}
.app-w {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.app-w .app-tab {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  background: transparent;
  z-index: 999;
}
.app-w .app-tab ul {
  max-width: 1700px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.app-w .app-tab ul li a {
  display: flex;
  align-items: center;
  font-size: 44px;
}
.app-w .app-tab ul li a p {
  margin-left: 15px;
  color: #a0a0a1;
}
.app-w .app-tab ul li a img {
  opacity: 0.3;
}
.app-w .app-tab ul li a:hover p,
.app-w .app-tab ul li a.active p {
  color: #fff;
}
.app-w .app-tab ul li a:hover img,
.app-w .app-tab ul li a.active img {
  opacity: 1;
}
.news-w {
  padding: 70px 0;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .news-bt {
  text-align: center;
}
.news-w .news-bt p {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 8px;
}
.news-w .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 35px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.news-w .top .news-tab {
  margin: 0;
}
.news-w .top .news-tab li {
  width: auto !important;
  position: relative;
}
.news-w .top .news-tab li::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #e60008;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.news-w .top .news-tab li a {
  color: #333;
  opacity: 0.75;
}
.news-w .top .news-tab .news-active::after {
  display: block;
}
.news-w .top .news-tab .news-active a {
  opacity: 1;
}
.news-w .top a {
  padding-bottom: 20px;
  font-size: 20px;
}
.news-w .top .more {
  font-size: 16px;
  font-weight: lighter;
  padding-bottom: 10px;
}
.news-w .news-box {
  width: calc(100% + 10px);
  transform: translateX(-5px);
}
.news-w .news-box ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  padding: 5px;
}
.news-w .news-box ul li > a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-w .news-box ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 30px;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #808080;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box ul li .text .btm {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-w .news-box ul li .text .btm em {
  font-size: 14px;
  color: #808080;
}
.news-w .news-box ul li .text .btm i {
  font-size: 14px;
  color: #00a2ba;
}
.news-w .news-box ul li .text .btm i:hover {
  text-decoration: underline;
}
.news-w .news-box ul li .text a {
  font-size: 15px;
  display: flex;
}
.news-w .news-box ul li .text a i {
  margin: 0 0 0 auto;
}
.links {
  background-color: #e60008;
  color: #fff;
  font-size: 20px;
}
.links .page {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
}
.links .page a {
  color: #fff;
}
.links .page a:hover {
  text-decoration: underline;
}
.links .lf {
  display: flex;
}
.links .lf i {
  font-size: 25px;
}
.links .lf ul {
  display: flex;
}
.links .lf ul li {
  margin: 0 10px;
}
.footer {
  background-color: #f4f4f4;
  color: #333;
}
.footer a {
  color: #333;
}
.footer a:hover {
  color: #000;
}
.footer h5 {
  color: #333;
}
.footer .page {
  max-width: 1400px;
}
.footer .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer .page .top h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .page .top .f-nav {
  width: 55%;
  display: flex;
}
.footer .page .top .f-nav ul {
  flex: auto;
}
.footer .page .top .f-nav ul li {
  line-height: 36px;
  padding: 0 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .top .f-nav ul li a {
  font-size: 15px;
}
.footer .page .top .rg {
  width: 40%;
  max-width: 470px;
}
.footer .page .top .rg .form-con input {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.footer .page .top .rg input[type="submit"] {
  width: 120px;
  height: 40px;
  background-color: #fff;
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.footer .page .top .rg input[type="submit"]:hover {
  color: #fff;
  background-color: #00a2ba;
}
.footer .page .btm {
  border-top: 1px solid #aaa;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
}
.footer .page .btm .lf {
  display: flex;
}
.footer .page .btm .lf .info {
  max-width: 400px;
  min-width: 300px;
  margin-right: 50px;
}
.footer .page .btm .lf .info li {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 0;
}
.footer .page .btm .lf .info li i {
  margin-right: 10px;
  font-size: 20px;
  color: #e4090f;
}
.footer .page .btm .lf .info li p {
  display: flex;
}
.footer .page .btm .lf .info li p span {
  flex: 1;
}
.footer .page .btm .lf .follow h5 {
  font-size: 18px;
  font-weight: bold;
}
.footer .page .btm .lf .follow ul {
  margin-top: 15px;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
}
.footer .page .btm .lf .follow ul li .iconfont {
  font-size: 30px;
}
.footer .page .btm .lf .follow ul li .pic {
  width: 100px;
}
.footer .page .btm .rg {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer .page .btm .rg #clickTop {
  margin: auto 0 auto auto;
}
.footer .page .btm .rg p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  transform: translateY(5px);
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.75);
}
#clickTop:hover {
  opacity: 1;
}
.company-w {
  background: url(../images/top01.jpg) center / cover no-repeat;
}
.company-w .page {
  padding: 50px 0;
}
.company-w .top-lf h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
.company-w .top-lf hr {
  border: 2px #e4090f solid;
  width: 48px;
}
.company-w .text {
  margin-top: 155px;
  margin-bottom: 100px;
  display: flex;
}
.company-w .text .lf {
  width: 50%;
}
.company-w .text .lf h3 {
  font-weight: bold;
  margin: 40px 0;
  font-size: 32px;
}
.company-w .text .lf p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
.company-w .text .rg {
  width: 50%;
}
.company-w .text .rg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.company-w .text .rg ul li {
  width: 43%;
  margin-left: 4%;
  margin-bottom: 48px;
  height: 220px;
  background: #fff;
  box-shadow: 0 0 2px #a6accb;
  border-radius: 10px;
  padding: 15px 20px;
}
.company-w .text .rg ul li img {
  width: 55px;
}
.company-w .text .rg ul li h4 {
  margin-top: 30px;
  text-align: right;
  font-size: 25px;
}
.company-w .text .rg ul li h4 em {
  font-size: 64px;
  font-weight: bold;
}
.company-w .text .rg ul li span {
  text-align: right;
}
.home-4 {
  background: url(../images/home4-bg.jpg) no-repeat;
}
.home-4 .page {
  padding: 70px 0;
  max-width: 1800px;
}
.home-4 .top-lf {
  line-height: 2;
}
.home-4 .top-lf h2 {
  font-size: 50px;
  font-weight: bold;
}
.home-4 .top-lf h2 span {
  color: #c11c34;
}
.home-4 .top-lf hr {
  border: 2px #e4090f solid;
  width: 48px;
  margin-bottom: 15px;
}
.home-4 .floor1 {
  display: flex;
  margin-top: 90px;
  height: 1200px;
}
.home-4 .floor1 .lf {
  width: 500px;
  margin-right: 20px;
}
.home-4 .floor1 .lf .text {
  width: 500px;
  padding: 80px 0;
  margin-bottom: 110px;
}
.home-4 .floor1 .lf .text h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 25px;
}
.home-4 .floor1 .lf .text p {
  margin-bottom: 42px;
}
.home-4 .floor1 .lf .text a {
  background: #e4090f;
  height: 42px;
  width: 150px;
  border-radius: 50px;
  color: #fff;
  line-height: 42px;
  text-align: center;
}
.home-4 .floor1 .rg {
  flex: 1;
}
.home-4 .floor1 .rg ul {
  margin-bottom: 110px;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 1300px;
  height: 500px;
  justify-content: center;
}
.home-4 .floor1 .rg ul .swiper-wrapper {
  width: 100%;
  display: flex;
}
.home-4 .floor1 .rg ul .swiper-wrapper div img {
  width: 100%;
  max-height: 510px;
  object-fit: cover;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.home-4 .floor1 .rg ul .swiper-nav {
  position: absolute;
  bottom: 20px;
  z-index: 999;
  display: flex;
  width: 90%;
  justify-content: center;
  color: #fff;
}
.home-4 .floor1 .rg ul .swiper-nav a {
  margin-right: 2%;
  background: #666;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
  flex: 1;
  border-radius: 10px;
}
.home-4 .floor1 .rg ul .swiper-nav a.active,
.home-4 .floor1 .rg ul .swiper-nav a:hover {
  background: #fff;
  color: #333;
}
.home-4 .pro-under {
  text-align: center;
}
.home-4 .pro-under a {
  margin: 20px auto;
  background: #e4090f;
  height: 42px;
  width: 150px;
  border-radius: 50px;
  color: #fff;
  line-height: 42px;
}
.home-5 {
  background: url(../images/home-5-bg.jpg) no-repeat;
  padding: 60px 0;
}
.home-5 .top-lf {
  line-height: 2;
}
.home-5 .top-lf h2 {
  font-size: 25px;
  font-weight: bold;
}
.home-5 .top-lf hr {
  border: 2px #e4090f solid;
  width: 48px;
  margin-bottom: 80px;
}
.home-5 .text-5 {
  display: flex;
}
.home-5 .text-5 .lf {
  width: 50%;
  line-height: 1.5;
}
.home-5 .text-5 .lf h3 {
  font-size: 60px;
  color: #e60008;
}
.home-5 .text-5 .lf h2 {
  font-size: 60px;
  font-weight: bold;
  color: #e60008;
  margin-bottom: 25px;
}
.home-5 .text-5 .lf p {
  font-size: 18px;
  margin-bottom: 60px;
  width: 82%;
}
.home-5 .text-5 .lf a {
  background: #e4090f;
  height: 42px;
  width: 150px;
  border-radius: 50px;
  color: #fff;
  line-height: 42px;
  text-align: center;
}
.home-5 .text-5 .lf .btn {
  display: flex;
  justify-content: end;
}
.home-5 .text-5 .lf .btn .ca-prev {
  background: #7d7d7d;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.home-5 .text-5 .lf .btn .ca-prev:hover {
  background: #e60008;
}
.home-5 .text-5 .lf .btn .ca-next {
  background: #7d7d7d;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
}
.home-5 .text-5 .lf .btn .ca-next:hover {
  background: #e60008;
}
.home-5 .text-5 .rg {
  flex: 1;
  padding-left: 30px;
}
.home-5 .text-5 .rg .case-box ul li a {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.home-5 .text-5 .rg .case-box ul li a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background: rgba(230, 0, 8, 0.7);
}
