a:hover {
  color: #0065b3;
}
.swiper-pagination-bullet-active {
  background-color: #0065b3 !important;
}
.header {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  z-index: 111;
  position: relative;
}
.header .logo {
  margin-right: 58px;
}
.header .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header::after {
  content: '';
  width: 250px;
  height: 60px;
  background-color: #0065b3;
  position: absolute;
  top: 0;
  right: 0;
}
/* nav */
.nav .top {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0065b3;
  color: #fff;
  position: relative;
  z-index: 1;
}
.nav .top::before {
  content: '';
  width: 128px;
  height: 128px;
  background-color: #0065b3;
  border-radius: 50%;
  position: absolute;
  left: -58px;
  bottom: 0;
  z-index: -1;
}
.nav .top h1 {
  font-size: 29px;
  font-weight: bold;
  margin-right: 20px;
}
.nav .top p i {
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.nav .top .lg {
  margin-left: 30px;
  color: #fff;
  font-weight: lighter;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 15px;
}
@media screen and (max-width: 1600px) {
  .nav-list > li {
    margin: 0 10px;
  }
}
.nav-list > li > a {
  width: 100%;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .nav-list > li > a {
    font-size: 15px;
  }
}
.nav-list > li > a::before,
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 3px;
  background-color: #0065b3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li > a::before {
  width: 10px;
  height: 7px;
  bottom: -8px;
  opacity: 0;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.nav-list > li .erji2 {
  position: fixed;
  width: 100%;
  left: 0;
  top: 130px;
  transform: translateY(-130px);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.nav-list > li .erji2 > ul {
  display: flex;
  justify-content: center;
}
.nav-list > li .erji2 > ul > li {
  margin-right: 60px;
}
.nav-list > li .erji2 > ul > li:last-child {
  margin-right: 0;
}
.nav-list > li .erji2 > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.nav-list > li .erji2 > ul > li > a::before {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #0065b3;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.nav-list > li .erji2 > ul > li > a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0065b3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.nav-list > li .erji2 > ul > li:last-child {
  border: none;
}
.nav-list > li .erji2 > ul > li .sanji a {
  font-size: 14px;
  text-align: left;
  color: #666;
  margin-bottom: 12px;
}
.nav-list > li .erji2 > ul > li .sanji a:hover {
  color: #0065b3;
}
.nav-list > li:hover > a {
  color: #0065b3;
}
.nav-list > li:hover > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list > li:hover > a::after {
  width: 100%;
}
.nav-list > li:hover .erji2 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.nav-list .active > a {
  color: #0065b3;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 100%;
}
.index_app .index_title {
  padding: 45px 0;
}
.index_app .index_title em {
  font-size: 50px;
  font-weight: bold;
  color: #0065b3;
  opacity: 0.3;
  text-transform: uppercase;
}
.index_app .index_title h1 {
  color: #0065b3;
  margin-top: -50px;
}
.index_app ul {
  display: flex;
}
.index_app ul li {
  flex: 1;
  position: relative;
}
.index_app ul li .pic {
  background-color: #000;
}
.index_app ul li .pic img {
  height: 433px;
  object-fit: cover;
  transition: all 0.3s linear;
}
.index_app ul li .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 10px 0;
  opacity: 0;
  color: #fff;
}
.index_app ul li .text p {
  font-size: 23px;
  line-height: 1.75;
}
.index_app ul li .text span {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.index_app ul li .text i {
  margin-top: 50px;
  border-bottom: 1px solid #fff;
  padding: 3px;
  font-size: 13px;
}
.index_app ul li:hover img {
  opacity: 0.36;
}
.index_app ul li:hover .text {
  opacity: 1;
}
.index_preface {
  padding: 80px 0 66px;
  position: relative;
}
.index_preface .page {
  max-width: 1520px;
}
.index_preface .lf {
  width: 50%;
  padding: 30px 30px 20px 0;
}
.index_preface .lf em {
  font-size: 73px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #0065b3;
  font-weight: bold;
}
.index_preface .lf h1 {
  font-size: 56px;
  line-height: 66px;
  font-family: serif;
}
.index_preface .lf h6 {
  font-size: 24px;
}
.index_preface .lf .pef-tabs {
  display: flex;
  margin: 15px 0;
}
.index_preface .lf .pef-tabs li {
  width: 225px;
  font-size: 18px;
  line-height: 60px;
  border: 1px solid #eb3d00;
  text-align: center;
  background-color: #eeeeee;
  cursor: pointer;
}
.index_preface .lf .pef-tabs li:nth-child(1) {
  padding-right: 12.5px;
}
.index_preface .lf .pef-tabs li:nth-child(3) {
  padding-left: 12.5px;
}
.index_preface .lf .pef-tabs li:nth-child(2) {
  transform: skew(-22deg);
  margin: 0 -12.5px;
}
.index_preface .lf .pef-tabs li:nth-child(2) p {
  transform: skew(22deg);
}
.index_preface .lf .pef-tabs .on {
  background-color: #eb3d00;
  color: #fff;
}
.index_preface .lf .text {
  font-size: 20px;
  text-indent: 40px;
  line-height: 1.75;
  white-space: pre-wrap;
}
.index_preface .btm {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1360px;
  height: 180px;
  background-color: #eeeeee;
  margin: 0 auto;
  padding: 0 100px;
  text-align: center;
}
.index_preface .btm li p {
  color: #0065b3;
  font-weight: bold;
}
.index_preface .btm li p em {
  font-size: 66px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.index_preface .btm li p i {
  font-size: 24px;
}
.index_preface .btm li span {
  font-size: 22px;
  font-weight: lighter;
}
.index_preface .btm hr {
  width: 1px;
  height: 90px;
  border-left: 2px dashed #333;
  transform: rotateZ(20deg);
}
.index_preface .pef-pic {
  position: absolute;
  right: 0;
  top: 80px;
  width: 50%;
  z-index: -1;
}
.index_preface .pef-pic li {
  display: none;
}
.index_preface .pef-pic li img {
  height: 637px;
  object-fit: cover;
}
.index_preface .pef-pic li:first-child {
  display: block;
}
.index_char {
  background: url(../image/char-bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0 50px;
}
.index_char .page {
  max-width: 1600px;
}
.index_char ul {
  display: flex;
}
.index_char ul li {
  flex: 1;
  margin-right: 25px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.index_char ul li:last-child {
  margin-right: 0;
}
.index_char ul li .pic {
  background-color: #fff;
}
.index_char ul li .pic img {
  height: 433px;
  object-fit: cover;
  opacity: 0.4;
  transition: all 0.3s linear;
}
.index_char ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  color: #000;
  transition: all 0.3s linear;
}
.index_char ul li .text p {
  font-size: 26px;
  font-weight: bold;
}
.index_char ul li .text hr {
  width: 40px;
  border-bottom: 1px solid #333;
  margin: 15px 0 20px;
}
.index_char ul li .text span {
  line-height: 1.75;
  text-align: center;
  height: 112px;
}
.index_char ul li .text i {
  font-size: 16px;
}
.index_char ul li:hover img {
  opacity: 1;
}
.index_char ul li:hover .text {
  opacity: 0;
}
.index_craft {
  padding: 60px 0 90px;
}
.index_craft .page {
  max-width: 1360px;
}
.index_craft .cra-nav {
  margin: 25px 0;
  display: flex;
  justify-content: center;
}
.index_craft .cra-nav .item {
  width: 450px;
  display: flex;
  border: 1px solid #ccc;
  white-space: nowrap;
  align-items: center;
  margin-right: 55px;
}
.index_craft .cra-nav .item:last-child {
  margin-right: 0;
}
.index_craft .cra-nav .item .tit {
  width: 150px;
  line-height: 70px;
  font-size: 28px;
  text-align: center;
}
.index_craft .cra-nav .item ul {
  height: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  border-left: 1px solid #ccc;
  padding: 8px 5px;
}
.index_craft .cra-nav .item ul li {
  font-size: 12px;
  margin: 5px;
}
.index_craft .cra-list {
  display: flex;
  flex-wrap: wrap;
}
.index_craft .cra-list li {
  width: 30%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.index_craft .cra-list li img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.index_craft .cra-list li:nth-child(1) {
  width: 40%;
}
.index_craft .cra-list li:nth-child(3) {
  height: 600px;
}
.index_craft .cra-list li:nth-child(3) img {
  height: 600px;
}
.index_craft .cra-list li:nth-child(4) {
  margin-top: -300px;
}
.index_craft .cra-list li:nth-child(5) {
  width: 40%;
  margin-top: -300px;
}
.index_craft .cra-list li .text {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 101, 179, 0.5);
  transform: translateY(100%);
  transition: all 0.3s linear;
}
.index_craft .cra-list li .text p {
  font-size: 24px;
  color: #fff;
}
.index_craft .cra-list li:hover .text {
  transform: translateY(0);
}
.search {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.search .page {
  max-width: 1360px;
  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: #0065b3;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  border: 1px solid #e2e2e2;
}
.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;
  border-radius: 25px;
  background: #0065b3;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.search .page .sear-w button:hover {
  background: #eb3d00;
  transition: all 0.1s linear;
}
.index_pro {
  padding: 70px 0 150px;
  background: url(../image/pro-bg.jpg);
}
.index_pro .con-box {
  margin-top: 30px;
}
.index_pro .con-box .item {
  display: flex;
}
.index_pro .con-box .item .pic {
  width: 50%;
}
.index_pro .con-box .item .pic img {
  width: 100%;
  height: 730px;
  object-fit: cover;
}
.index_pro .con-box .item .con {
  width: 50%;
  padding: 0 8% 0 2%;
}
.index_pro .con-box .item .con h2 {
  margin-top: 110px;
  color: #0065b3;
  border-bottom: 1px solid #0065b3;
}
.index_pro .con-box .item .con h2 i {
  font-size: 16px;
  font-weight: lighter;
  text-transform: uppercase;
}
.index_pro .con-box .item .con .pro-tabs {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
}
.index_pro .con-box .item .con .pro-tabs li {
  width: 30%;
  margin-right: 2%;
  margin-bottom: 10px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #ccc;
}
.index_pro .con-box .item .con .pro-tabs .on {
  background-color: #0065b3;
}
.index_pro .con-box .item .con .pro-tabs .on a {
  color: #fff;
}
.index_pro .con-box .item .con .pro-list {
  display: none;
  padding: 25px;
  background-color: #fff;
}
.index_pro .con-box .item .con .pro-list:first-child {
  display: block;
}
.index_pro .con-box .item .con .pro-list li img {
  border: 1px solid #eee;
}
.index_pro .con-box .item .con .pro-list li p {
  line-height: 50px;
  text-align: center;
}
.index_pro .con-box .item .con .pro-list li:hover img {
  border-color: #0065b3;
}
.index_pro .con-box .item:nth-child(2n) .pic {
  order: 2;
}
.index_pro .con-box .item:nth-child(2n) .con {
  order: 1;
  padding: 0 2% 0 8%;
}
.serve-w {
  overflow: hidden;
  padding: 80px 0 140px 0;
}
.serve-w .ser-tabs {
  width: 800px;
  margin: 40px auto;
  background: #eee;
  line-height: 55px;
  text-align: center;
  border-radius: 30px;
}
.serve-w .ser-tabs li {
  border-radius: 30px;
  cursor: pointer;
}
.serve-w .ser-tabs .swiper-slide-thumb-active {
  background-color: #0065b3;
  color: #fff;
}
.serve-w .serve-box {
  position: relative;
}
.serve-w .serve-box .swiper {
  overflow: visible;
}
.serve-w .serve-box ul li {
  width: 52%;
  margin: 0 2%;
  position: relative;
}
.serve-w .serve-box ul li .pic {
  overflow: hidden;
}
.serve-w .serve-box ul li img {
  width: 100%;
  transition: all 0.3s linear;
}
.serve-w .serve-box ul li .text {
  display: none;
  width: 450px;
  height: 250px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 50px;
  bottom: -90px;
  padding: 40px;
}
.serve-w .serve-box ul li .text p {
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
}
.serve-w .serve-box ul li .text p i {
  font-size: 12px;
  font-weight: lighter;
}
.serve-w .serve-box ul li .text span {
  font-size: 15px;
  line-height: 1.75;
  margin-top: 25px;
  opacity: 0.8;
}
.serve-w .serve-box ul li .text::before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #0065b3;
  position: absolute;
  top: 90px;
  left: -30px;
}
.serve-w .serve-box ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.serve-w .serve-box ul .swiper-slide-active .text {
  display: block;
}
.serve-w .serve-box ul .swiper-slide-active::after {
  display: none;
}
.serve-w .serve-box ul .swiper-slide-active:hover .text p {
  color: #0065b3;
}
.serve-w .serve-box .btn {
  width: calc(52% + 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;
}
.serve-w .serve-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;
}
.serve-w .serve-box .btn div:hover {
  background-color: #0065b3;
  transition: all 0.3s linear;
}
.index_adv {
  padding: 40px 0 90px;
}
.index_adv .page {
  max-width: 1520px;
}
.index_adv .adv-tabs {
  width: 750px;
  margin: 40px auto 45px;
  background-color: #eeeeee;
  border-radius: 30px;
}
.index_adv .adv-tabs li {
  line-height: 55px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
}
.index_adv .adv-tabs .swiper-slide-thumb-active {
  background-color: #0065b3;
  color: #fff;
}
.index_adv .adv-con .swiper-slide {
  display: flex;
}
.index_adv .adv-con .swiper-slide .pic {
  width: 46%;
}
.index_adv .adv-con .swiper-slide .pic img {
  height: 480px;
  object-fit: cover;
}
.index_adv .adv-con .swiper-slide .con {
  flex: 1;
  padding: 0 50px;
  padding-top: 10px;
}
.index_adv .adv-con .swiper-slide .con h3 {
  font-size: 48px;
  font-weight: normal;
}
.index_adv .adv-con .swiper-slide .con hr {
  margin: 10px 0 20px;
  border-bottom: 1px solid #e2e2e2;
  overflow: visible;
  position: relative;
}
.index_adv .adv-con .swiper-slide .con hr::after {
  content: '';
  width: 80px;
  height: 3px;
  background-color: #eb3d00;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}
.index_adv .adv-con .swiper-slide .con .text {
  padding-right: 20px;
}
.index_adv .adv-con .swiper-slide .con .text li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 26px;
  color: #666;
  padding-left: 20px;
  background: url(../image/adv-arrow.png) no-repeat left 10px;
}
.index_adv .adv-con .swiper-slide .con .text li strong {
  font-size: 16px;
}
.index_adv .adv-con .swiper-slide .con .text br {
  display: none;
}
.index_adv .adv-con .swiper-slide .pics {
  display: flex;
  margin-top: 20px;
}
.index_adv .adv-con .swiper-slide .pics img {
  width: 155px;
  margin-right: 25px;
  border-radius: 50%;
}
.slogan {
  padding: 25px 0;
  background-color: #0065b3;
  color: #fff;
}
.slogan .page {
  max-width: 1520px;
  display: flex;
  align-items: center;
}
.slogan .lf h1 {
  line-height: 1;
}
.slogan .lf h1 i {
  font-size: 64px;
}
.slogan .lf h2 {
  line-height: 1.5;
  font-size: 48px;
  font-weight: normal;
}
.slogan hr {
  width: 1px;
  height: 110px;
  background-color: #fff;
  margin: 0 30px 0 60px;
}
.slogan p {
  flex: 1;
  font-size: 20px;
  font-weight: lighter;
  line-height: 1.5;
}
.index_qua {
  padding: 70px 0 40px;
}
.index_qua .big-pic {
  margin-top: 30px;
}
.index_qua .page {
  max-width: 1520px;
}
.index_qua .qua-tabs {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -90px;
}
.index_qua .qua-tabs a {
  color: #fff;
}
.index_qua .qua-tabs li {
  width: 250px;
  line-height: 90px;
  text-align: center;
  font-size: 26px;
  position: relative;
}
.index_qua .qua-tabs li::after {
  content: '';
  width: 30px;
  height: 15px;
  background-color: #0065b3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 89px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.index_qua .qua-tabs .on {
  background-color: #0065b3;
}
.index_qua .qua-tabs .on::after {
  display: block;
}
.index_qua .qua-tabs .more {
  width: 100px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 15px;
  margin: 0 50px 0 auto;
  transition: all 0.3s linear;
}
.index_qua .qua-tabs .more:hover {
  background-color: #eb3d00;
  border-color: #eb3d00;
}
.index_qua .qua-con-box {
  margin-top: 33px;
}
.index_qua .qua-con-box .item {
  display: flex;
}
.index_qua .qua-con-box .item .lf {
  flex: 1;
  margin-right: 50px;
}
.index_qua .qua-con-box .item .lf h2 {
  font-size: 36px;
  font-weight: normal;
}
.index_qua .qua-con-box .item .lf h2 b {
  font-weight: bold;
  color: #eb3d00;
}
.index_qua .qua-con-box .item .lf p {
  line-height: 1.875;
  color: #666;
}
.index_qua .qua-con-box .item .lf a {
  line-height: 1.875;
  color: #0065b3;
  font-size: 15px;
  display: inline;
}
.index_qua .qua-con-box .item .qua-list {
  width: 50%;
}
.index_qua .qua-con-box .item .qua-list p {
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #666;
}
.index_qua .btm h5 {
  font-size: 24px;
  line-height: 52px;
  font-weight: bold;
}
.index_qua .btm ul {
  display: flex;
}
.index_qua .btm ul li {
  flex: 1;
  padding: 15px 0;
  background-color: #999999;
  color: #fff;
  text-align: center;
  margin-right: -3.5%;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
.index_qua .btm ul li:nth-child(1) {
  z-index: 3;
}
.index_qua .btm ul li:nth-child(2) {
  background-color: #6d6e6f;
  z-index: 2;
}
.index_qua .btm ul li:nth-child(3) {
  margin-right: 0;
  background-color: #505050;
  z-index: 1;
}
.index_qua .btm ul li p {
  font-size: 22px;
  font-weight: bold;
}
.honor-w {
  padding: 40px 0 92px;
  background: url(../image/honor-bg.jpg) no-repeat center bottom;
}
.honor-w .index_title {
  color: #fff;
}
.honor-w .page {
  width: 1200px;
}
.honor-w .hon-list {
  margin-top: 50px;
}
.honor-w .hon-list li {
  padding: 0 20px 40px;
  background: url(../image/honor-list.png) no-repeat center bottom;
  background-size: 100% auto;
}
.honor-w .hon-list li .pic {
  border: 6px solid #ecb972;
}
.index_case {
  padding-top: 50px;
}
.index_case .page {
  max-width: 1520px;
}
.index_case .case-tabs {
  width: 1200px;
  margin: 40px auto;
  display: flex;
}
.index_case .case-tabs li {
  flex: 1;
  background-color: #d6d6d6;
  text-align: center;
  line-height: 55px;
  margin-right: 1px;
}
.index_case .case-tabs .on {
  background-color: #0065b3;
}
.index_case .case-tabs .on a {
  color: #fff;
}
.index_case .case-box {
  background: url(../image/case-bg.jpg) no-repeat;
  padding: 60px 0;
}
.index_case .case-box .case_list li {
  background-color: #fff;
  padding: 20px;
  height: auto;
}
.index_case .case-box .case_list li .pic {
  overflow: hidden;
}
.index_case .case-box .case_list li .pic img {
  transition: all 0.3s linear;
}
.index_case .case-box .case_list li .text {
  padding: 25px 10px 0;
}
.index_case .case-box .case_list li .text p {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.index_case .case-box .case_list li .text span {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.index_case .case-box .case_list li .text em {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.index_case .case-box .case_list li:hover img {
  transform: scale(1.1);
}
.index_case .ptn_list {
  margin-top: 50px;
}
.index_case .ptn_list li {
  background-color: #fff;
}
.news-w {
  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 .page {
  max-width: 1520px;
}
.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 .btn {
  display: flex;
}
.news-w .tit .btn a {
  width: 155px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #0065b3;
  margin-left: 10px;
  transition: all 0.2s linear;
}
.news-w .tit .btn a:hover {
  background-color: #0065b3;
  color: #fff;
  transition: all 0.2s linear;
}
.news-w .tit .btn .active {
  background-color: #0065b3;
  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(/template/cn/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: #0065b3;
  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 #0065b3;
  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: #0065b3;
  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;
}
.index_intr {
  height: 700px;
  padding-top: 95px;
  background: url(../image/intr-bg.jpg) no-repeat center;
}
.index_intr .page {
  width: 1200px;
}
.index_intr .tit {
  margin: 0 auto;
}
.index_intr .text {
  margin-top: 50px;
  font-size: 26px;
  line-height: 1.75;
  color: #fff;
  text-indent: 52px;
}
.index_works {
  padding-bottom: 43px;
}
.index_works .page {
  width: 1200px;
}
.index_works .about_l {
  display: flex;
  align-items: center;
  margin-top: -90px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.index_works .about_l li {
  flex: 1;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  cursor: pointer;
}
.index_works .about_l li i {
  width: 55px;
  height: 55px;
  background: url(../image/about_l.png);
  background-position-y: 3px;
  transition: all 0.3s linear;
}
.index_works .about_l li:nth-of-type(1) i {
  background-position-x: -150px;
}
.index_works .about_l li:nth-of-type(2) i {
  background-position-x: -407px;
}
.index_works .about_l li:nth-of-type(3) i {
  background-position-x: -655px;
}
.index_works .about_l li:nth-of-type(4) i {
  background-position-x: -925px;
}
.index_works .about_l li p {
  font-size: 20px;
  margin: 12px 0 8px;
}
.index_works .about_l li span {
  font-size: 13px;
  color: #4c4c4c;
}
.index_works .about_l li:hover {
  background-color: #0065b3;
}
.index_works .about_l li:hover i {
  background-position-y: -90px;
}
.index_works .about_l li:hover p {
  color: #fff;
}
.index_works .about_l li:hover span {
  color: #fff;
}
.index_works .about_l hr {
  width: 1px;
  height: 80px;
  background-color: #ccc;
}
.index_works .show .show-tabs {
  width: 720px;
  margin: 40px auto;
}
.index_works .show .show-tabs li {
  border-right: 1px solid #666;
  text-align: center;
}
.index_works .show .show-tabs li i {
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 46px;
}
.index_works .show .show-tabs li p {
  margin-top: 10px;
  font-size: 20px;
}
.index_works .show .show-tabs .swiper-slide-thumb-active i {
  background-repeat: no-repeat;
  background-position-y: -68px;
}
.index_works .show .show-tabs .swiper-slide-thumb-active p {
  color: #0065b3;
}
.index_works .show .show-con ul {
  display: flex;
}
.index_works .show .show-con ul li {
  width: 23.5%;
  margin-right: 2%;
}
.index_works .show .show-con ul li:nth-child(4n) {
  margin-right: 0;
}
.index_works .show .show-con ul li .pic {
  overflow: hidden;
}
.index_works .show .show-con ul li .pic img {
  transition: all 0.3s linear;
}
.index_works .show .show-con ul li p {
  text-align: center;
  line-height: 50px;
  color: #666;
}
.index_works .show .show-con ul li:hover img {
  transform: scale(1.1);
}
.index_works .show .show-con ul li:hover p {
  color: #0065b3;
}
.fast_track {
  padding: 0 0 40px;
}
.fast_track .page {
  max-width: 1520px;
  border: 3px solid #d4dbe4;
  padding: 20px 45px 25px;
}
.fast_track .list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  white-space: nowrap;
}
.fast_track .list h4 {
  font-size: 18px;
  font-weight: bold;
  width: 180px;
}
.fast_track .list .row {
  flex: 1;
}
.fast_track .list .row ul {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}
.fast_track .list .row ul:last-child {
  border-bottom: none;
}
.fast_track .list .row ul h5 {
  font-size: 16px;
  font-weight: bold;
  width: 120px;
}
.fast_track .list .row ul li {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.fast_track .list .row ul li a {
  margin-right: 20px;
  color: #666;
  font-size: 15px;
}
.footer {
  background: url(../image/foot-bg.jpg);
  background-size: cover;
}
.footer * {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer .page {
  max-width: 1520px;
  padding: 80px 0 60px;
  display: flex;
}
.footer .page .lf {
  width: 450px;
  margin-right: 10%;
}
.footer .page .lf ul {
  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 .rg {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.footer .page .rg .item {
  display: flex;
  margin-bottom: 50px;
}
.footer .page .rg .item:nth-child(3n-2) {
  width: 27.5%;
}
.footer .page .rg .item:nth-child(3n-1) {
  width: 45%;
  padding-left: 14.33%;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.footer .page .rg .item:nth-child(3n) {
  width: 27.5%;
}
.footer .page .rg .item:nth-child(3n) ul {
  margin: 0 0 0 auto;
}
.footer .page .rg .item h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .page .rg .item li {
  line-height: 30px;
  padding-left: 15px;
  background: url(../image/f-rg.png) no-repeat left center;
}
.copy {
  background-color: #011a44;
}
.copy .erwm {
  padding: 30px 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.copy .erwm p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.copy .erwm ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.copy .erwm ul li {
  position: relative;
  margin-right: 18px;
  cursor: pointer;
}
.copy .erwm ul li:last-child {
  margin-right: 0;
}
.copy .erwm ul li i {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #0065b3;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.copy .erwm ul li .pic {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 130px;
  display: none;
}
.copy .erwm ul li:hover .pic {
  display: block;
}
.copy .page {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.copy .page * {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
}
.copy .page a:hover {
  color: #fff;
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
  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;
}
