a:hover {
  color: #0082d0;
}
.swiper-pagination-bullet-active {
  background-color: #0082d0 !important;
}
.top-w {
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: 40px;
  color: #808080;
}
.top-w .page {
  display: flex;
}
.top-w .rg {
  margin: 0 0 0 auto;
  display: flex;
}
.top-w .rg li {
  padding: 0 15px;
}
.top-w .rg li a:hover {
  text-decoration: underline;
}
.header .page {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo img {
  max-height: 80px;
}
.header .logo .text {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e2e2e2;
}
.header .logo .text p {
  font-size: 28px;
  font-weight: bold;
}
.header .logo .text p i {
  font-size: 36px;
  color: #c9161c;
  line-height: 1;
}
.header .logo .text span {
  font-size: 17px;
  color: #666;
  margin-top: 5px;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 48px;
  color: #c9161c;
  margin-right: 15px;
}
.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;
  color: #c9161c;
  display: flex;
  align-items: center;
}
.header .head-tel span i {
  font-size: 16px;
  font-weight: normal;
}
.nav-w {
  background-color: #0082d0;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1px;
}
.nav-list > li > a {
  width: 100%;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #fff;
}
.nav-list > li .erji2 {
  min-width: 100%;
  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: #0082d0;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover {
  background-color: #c9161c;
}
.nav-list > li:hover > a {
  color: #fff;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active {
  background-color: #c9161c;
}
.nav-list .active > a {
  color: #fff;
}
/* 搜索 */
.search {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f6f6f6;
}
.search .page {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 14px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #0082d0;
}
.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: #0082d0;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #eeb355;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 40px;
  position: relative;
  font-weight: bold;
  color: #0082d0;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wz-bt p::before,
.wz-bt p::after {
  content: '';
  width: 63px;
  height: 1px;
  background-color: #0082d0;
  margin: 0 35px;
}
.wz-bt span {
  font-size: 16px;
  color: #666666;
}
.pro-w {
  padding: 60px 0 70px;
}
.pro-w .box {
  display: flex;
  margin-top: 45px;
}
.pro-w .pro-tabs {
  width: 20%;
  margin-right: 2%;
}
.pro-w .pro-tabs .tit {
  background-color: #0082d0;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  line-height: 1.5;
}
.pro-w .pro-tabs .tit p {
  font-size: 26px;
  font-weight: bold;
}
.pro-w .pro-tabs .tit span {
  text-transform: uppercase;
}
.pro-w .pro-tabs > ul {
  margin-top: 2px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.pro-w .pro-tabs > ul > li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-w .pro-tabs > ul > li > a {
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  position: relative;
}
.pro-w .pro-tabs > ul > li > a p {
  padding-right: 20px;
}
.pro-w .pro-tabs > ul > li > a i {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}
.pro-w .pro-tabs > ul > li > a:hover {
  background-color: #0082d0;
  color: #fff;
}
.pro-w .pro-tabs > ul .open .iconfont {
  transform-origin: 50% 50%;
  transform: translateY(-50%) rotate(90deg);
}
.pro-w .pro-tabs > ul .on {
  background-color: #0082d0;
  color: #fff;
}
.pro-w .pro-tabs > ul .on i {
  border-color: #fff;
}
.pro-w .pro-tabs > ul .erji {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
.pro-w .pro-tabs > ul .erji li a {
  padding: 10px 40px;
  font-size: 15px;
}
.pro-w .pro-tabs > ul .erji li a:hover {
  font-weight: bold;
}
.pro-w .con-box {
  flex: 1;
}
.pro-w .con-box ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-w .con-box ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-w .con-box ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-w .con-box ul li:nth-child(n+9) {
  margin-bottom: 0;
}
.pro-w .con-box ul li .pic {
  border: 1px solid #ededed;
}
.pro-w .con-box ul li p {
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-w .con-box ul li:hover .pic {
  border-color: #0082d0;
}
.pro-w .lx-btn {
  margin-top: 40px;
}
.lx-btn {
  display: flex;
  justify-content: center;
}
.lx-btn a {
  margin: 0 20px;
  width: 130px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #c9161c;
  color: #fff;
  text-align: center;
}
.lx-btn a:hover {
  background-color: #eeb355;
  text-decoration: underline;
}
.intr-w {
  padding-top: 70px;
  background: url(../images/intr-bg.jpg) no-repeat center bottom;
  position: relative;
  z-index: 1;
}
.intr-w::after {
  content: '';
  width: 100%;
  height: 130px;
  background-color: #0082d0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.intr-w .box {
  display: flex;
  align-items: flex-end;
  margin-top: 50px;
}
.intr-w .box .rg {
  flex: 1;
  margin-left: 100px;
}
.intr-w .box .rg .text {
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
.intr-w .box .rg .more {
  width: 120px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background-color: #c9161c;
  color: #fff;
  margin: 20px 0 0 auto;
}
.intr-w .box .rg .more:hover {
  background-color: #0082d0;
}
.intr-w .box .btm {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.intr-w .box .btm li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: #fff;
}
.intr-w .box .btm li img {
  height: 35px;
}
.intr-w .box .btm li p {
  font-size: 14px;
  margin-top: 5px;
}
.intr-w .box .btm li span em {
  font-size: 22px;
  font-weight: bold;
}
.intr-w .box .btm li span i {
  font-size: 16px;
}
.intr-w .box .btm li::after {
  content: '';
  width: 1px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.intr-w .box .btm li:last-of-type::after {
  display: none;
}
.case-w {
  padding: 60px 0 70px;
  background: url(../images/case_bg.png) no-repeat center;
  background-size: cover;
}
.case-w .case-box {
  position: relative;
  margin-top: 45px;
}
.case-w .case-box li .text p {
  margin-top: 15px;
  padding-left: 1%;
  font-size: 16px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.case-w .case-box li .text span {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
  width: 90%;
  padding-left: 1%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-w .case-box li .text .more {
  margin-top: 20px;
  display: inline;
  font-size: 14px;
  color: #666;
}
.case-w .case-box .swiper-btn {
  width: calc(100% + 100px);
  top: 45%;
}
.case-w .case-box .swiper-btn .iconfont {
  font-size: 30px;
  line-height: 60px;
  background-color: #000;
  color: #fff;
  opacity: 0.35;
}
.case-w .case-box .swiper-btn .iconfont:hover {
  opacity: 1;
  background-color: #0082d0;
}
.case-w .lx-btn {
  margin-top: 40px;
}
.adv-w {
  padding: 60px 0 70px;
}
.adv-w .wz-bt i {
  font-size: 60px;
  color: #c9161c;
  line-height: 1;
}
.adv-w .adv_list {
  margin-top: 45px;
  border: 1px solid #e2e2e2;
}
.adv-w .adv_list .item {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.adv-w .adv_list .item .pic {
  width: 50%;
}
.adv-w .adv_list .item .pic img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.adv-w .adv_list .item .text {
  width: 50%;
  padding: 0 60px;
}
.adv-w .adv_list .item .text .tit {
  display: flex;
  align-items: center;
}
.adv-w .adv_list .item .text .tit i {
  width: 60px;
  height: 72px;
  text-align: center;
  background-color: #0082d0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}
.adv-w .adv_list .item .text .tit i::after {
  content: '';
  width: 60%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.adv-w .adv_list .item .text .tit h3 {
  flex: 1;
  margin-left: 20px;
  font-size: 26px;
  color: #0082d0;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.1;
  border-bottom: 1px dashed #ccc;
}
.adv-w .adv_list .item .text .tit h3 em {
  font-size: 16px;
  font-weight: normal;
  color: #666;
}
.adv-w .adv_list .item .text .con {
  margin-top: 20px;
  line-height: 2;
  font-size: 14px;
  color: #666;
}
.adv-w .adv_list .item .text .con li {
  padding-left: 18px;
  position: relative;
  color: #454545;
}
.adv-w .adv_list .item .text .con li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #0082d0;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
}
.adv-w .adv_list .item:nth-child(2n) .pic {
  order: 2;
}
.adv-w .adv_list .item:nth-child(2n) .text {
  order: 1;
}
.new-w {
  padding: 60px 0 70px;
}
.new-w .tit {
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
}
.new-w .tit p {
  font-size: 20px;
  font-weight: bold;
  color: #0082d0;
}
.new-w .tit p i {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: normal;
}
.new-w .tit a {
  font-size: 14px;
  color: #808080;
}
.new-w .tit a:hover {
  color: #0082d0;
  text-decoration: underline;
}
.new-w .faq {
  margin-top: 40px;
  background-color: #f7f7f7;
  padding: 15px 30px 30px;
}
.new-w .faq ul {
  overflow: hidden;
}
.new-w .faq ul li {
  width: 47%;
  float: left;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  color: #4c4c4c;
}
.new-w .faq ul li p {
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}
.new-w .faq ul li p::before {
  content: 'Q';
  width: 33px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #0082d0;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.new-w .faq ul li span {
  font-size: 14px;
  line-height: 2;
  padding-left: 40px;
  position: relative;
}
.new-w .faq ul li span::before {
  content: 'A';
  width: 33px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #c9161c;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  position: absolute;
  left: 0;
  top: 0;
}
.new-w .faq ul li:nth-child(2n) {
  float: right;
}
.new-w .faq ul li:nth-child(7),
.new-w .faq ul li:nth-child(8) {
  border-bottom: none;
}
.new-w .faq .lx-btn {
  margin-top: 30px;
}
.new-w .faq .lx-btn a {
  width: 160px;
  line-height: 40px;
  font-size: 14px;
}
.new-w .btm {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.new-w .btm .lf {
  width: 47%;
}
.new-w .btm .rg {
  width: 47%;
}
.new-w .btm ul li {
  border-bottom: 1px dashed #eee;
  padding: 15px 0;
  position: relative;
}
.new-w .btm ul li .pic {
  display: none;
}
.new-w .btm ul li a {
  display: flex;
}
.new-w .btm ul li .pic {
  width: 216px;
  margin-right: 27px;
}
.new-w .btm ul li .text {
  flex: 1;
  line-height: 2;
  position: relative;
}
.new-w .btm ul li .text p {
  color: #666;
}
.new-w .btm ul li .text span {
  font-size: 12px;
  color: #808080;
}
.new-w .btm ul li .text em {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #4c4c4c;
}
.new-w .btm ul li .text .iconfont {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27px;
  height: 27px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0082d0;
  color: #0082d0;
  font-weight: bold;
  padding-left: 3px;
}
.new-w .btm ul li:first-child {
  padding-top: 0;
}
.new-w .btm ul li:first-child .pic {
  display: block;
}
.footer {
  background-color: #222;
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer h5 {
  color: #fff;
}
.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: #0082d0;
}
.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: 18px;
}
.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;
}

