a:hover {
  color: #00479d;
}
.swiper-pagination-bullet-active {
  background-color: #00479d !important;
}
body {
  padding-bottom: 70px;
}
.top-w {
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: 45px;
  color: #808080;
}
.top-w .page {
  display: flex;
}
.top-w .rg {
  margin: 0 0 0 auto;
  display: flex;
}
.top-w .rg li {
  margin-left: 1px;
  background-color: #e62412;
}
.top-w .rg li a {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-w .rg li a img {
  margin-right: 8px;
}
.top-w .rg li a p {
  color: #fff;
}
.top-w .rg li a:hover {
  background-color: #eeb355;
}
.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 .text {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e2e2e2;
  line-height: 1.5;
}
.header .logo .text p {
  font-size: 32px;
  color: #00479d;
  font-weight: bold;
  letter-spacing: 3px;
}
.header .logo .text p i {
  font-size: 46px;
  color: #e62412;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}
.header .logo .text span {
  color: #666;
}
.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: #00479d;
  margin-right: 15px;
}
.header .head-tel p {
  font-size: 15px;
  color: #00479d;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #00479d;
  display: flex;
  align-items: center;
}
.header .head-tel span i {
  font-size: 16px;
  font-weight: normal;
}
.nav-w {
  background-color: #f0f0f0;
}
.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;
}
.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: #00479d;
}
.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: #00479d;
}
.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: #00479d;
}
.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: #00479d;
}
.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: #00479d;
  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: #00479d;
  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: #00479d;
  margin: 0 35px;
}
.wz-bt span {
  font-size: 16px;
  color: #666666;
}
.char-w {
  padding: 35px 0;
}
.char-w ul {
  display: flex;
}
.char-w ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.char-w ul li p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.char-w ul li span em {
  font-size: 40px;
  color: #00479d;
  font-weight: bold;
}
.char-w ul li span i {
  font-size: 16px;
  color: #666;
}
.char-w ul li::after {
  content: '';
  width: 1px;
  height: 60px;
  background-color: #e2e2e2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.char-w ul li:last-of-type::after {
  display: none;
}
.pro-w {
  padding: 60px 0 70px;
}
.pro-w .box {
  display: flex;
  margin-top: 45px;
}
.pro-w .pro-tabs {
  width: 216px;
}
.pro-w .pro-tabs .tit {
  background-color: #00479d;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 1.5;
}
.pro-w .pro-tabs .tit p {
  font-size: 36px;
  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: 15px 30px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  background-color: #00479d;
  color: #fff;
}
.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: #00479d;
  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: #00479d;
  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: 8px 40px;
  font-size: 14px;
}
.pro-w .pro-tabs > ul .erji li a:hover {
  font-weight: bold;
}
.pro-w .con-box {
  flex: 1;
  margin-left: 2%;
}
.pro-w .con-box ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-w .con-box ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-w .con-box ul li:nth-child(3n) {
  margin-right: 0;
}
.pro-w .con-box ul li:nth-child(n+7) {
  margin-bottom: 0;
}
.pro-w .con-box ul li .pic {
  border: 1px solid #ededed;
}
.pro-w .con-box ul li p {
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-w .con-box ul li:hover .pic {
  border-color: #00479d;
}
.pro-w .con-box ul li:hover p {
  background-color: #00479d;
  color: #fff;
}
.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: #e62412;
  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: #00479d;
  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: #e62412;
  color: #fff;
  margin: 20px 0 0 auto;
}
.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;
}
.strength-w {
  padding: 70px 0;
}
.strength-w .str-tabs {
  display: flex;
}
.strength-w .str-tabs li {
  flex: 1;
  background: #f5f5f5;
  line-height: 55px;
  font-weight: bold;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  margin-left: -30px;
}
.strength-w .str-tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.strength-w .str-tabs li a::before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #fa9900;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  margin-right: 5px;
}
.strength-w .str-tabs li:nth-child(1) {
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  margin-left: 0;
}
.strength-w .str-tabs li:nth-child(1) a {
  padding-right: 15px;
}
.strength-w .str-tabs li:hover {
  background-color: #00479d;
}
.strength-w .str-tabs li:hover a {
  color: #fff;
}
.strength-w .str-tabs .on {
  background-color: #00479d;
}
.strength-w .str-tabs .on a {
  color: #fff;
}
.strength-w .str-tabs .btn {
  background-color: #e62412;
}
.strength-w .str-tabs .btn a {
  color: #fff;
}
.strength-w .str-tabs .btn:hover {
  background-color: #eeb355;
}
.strength-w .str-box {
  margin-top: 25px;
  position: relative;
  height: 480px;
}
.strength-w .str-box .str-con {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.strength-w .str-box .str-con li .pic img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.strength-w .str-box .str-con li .text {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 99;
  background: rgba(7, 92, 159, 0.8);
  padding: 20px 20px;
  min-width: 150px;
  max-width: 630px;
  line-height: 42px;
}
.strength-w .str-box .str-con li .text p {
  font-size: 18px;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}
.strength-w .str-box .str-con li .text p::after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.strength-w .str-box .show {
  opacity: 1;
  visibility: visible;
}
.strength-w .str-box .swiper-btn {
  width: 1280px;
}
.strength-w .str-box .swiper-btn .iconfont {
  width: 40px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 90px;
}
.strength-w .str-box .swiper-btn .iconfont:hover {
  background-color: #00479d;
}
.hengfu {
  padding: 40px 0 30px;
  background: url(../images/hengfu-bg.jpg) no-repeat center bottom;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.hengfu h2 {
  font-size: 40px;
  font-weight: bold;
}
.hengfu h3 {
  margin-top: 25px;
  font-size: 18px;
  position: relative;
}
.hengfu h3 i {
  font-size: 26px;
  color: #eeb355;
  font-weight: bold;
}
.hengfu h3::before {
  content: '';
  width: 230px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.hengfu h3::after {
  content: '';
  width: 150px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 80px;
  bottom: -20px;
}
.hengfu .btm {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hengfu .btm p {
  font-size: 14px;
}
.hengfu .btm p i {
  font-size: 18px;
  font-weight: bold;
  color: #eeb355;
}
.hengfu .btm .lx-btn a {
  width: 150px;
  line-height: 36px;
  margin: 0 0 0 20px;
}
.process {
  padding: 60px 0 70px 0;
}
.process .list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 45px 0 0 0;
  justify-content: space-around;
  background: url(../images/process-b.png) no-repeat center 190px;
}
.process .list li {
  text-align: center;
}
.process .list li span {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e5e5e5;
  background-position-y: center;
  position: relative;
  transition: all 0.2s linear;
}
.process .list li span i {
  line-height: 100px;
  text-align: center;
  color: #7f7f7f;
  font-size: 40px;
  position: relative;
}
.process .list li span i::after {
  content: '';
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.process .list li span::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d1d1d1;
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
}
.process .list li span::after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e4e4e4;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
}
.process .list li p {
  margin-top: 90px;
  font-size: 18px;
}
.process .list li:hover {
  cursor: pointer;
}
.process .list li:hover span {
  background-color: #00479d;
  transition: all 0.2s linear;
}
.process .list li:hover span i {
  color: #fff;
}
.process .list li:hover span::before {
  background-color: #00479d;
  opacity: 0.7;
}
.process .list li:hover span::after {
  background-color: #00479d;
  opacity: 0.4;
}
.process .more {
  width: 141px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #00479d;
  font-size: 14px;
  margin: 0 auto;
  transition: all 0.2s linear;
}
.process .more:hover {
  background-color: #f39523;
  transition: all 0.2s linear;
}
.case-w {
  padding: 60px 0 70px;
  background: url(../images/case_bg.png) no-repeat center;
  background-size: cover;
}
.case-w .case-tab {
  display: flex;
  justify-content: center;
  margin: 35px 0;
}
.case-w .case-tab li {
  width: 180px;
  border: 1px solid #e2e2e2;
  margin-right: 15px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
}
.case-w .case-tab li:last-child {
  margin-right: 0;
}
.case-w .case-tab .on {
  background-color: #00479d;
}
.case-w .case-tab .on a {
  color: #fff;
}
.case-w .case-box {
  position: relative;
}
.case-w .case-box .case-con {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.case-w .case-box .case-con:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
.case-w .case-box .show {
  opacity: 1;
  visibility: visible;
}
.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: 42%;
}
.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: #00479d;
}
.case-w .lx-btn {
  margin-top: 40px;
}
.adv-w {
  padding: 60px 0 70px;
}
.adv-w .adv_list {
  margin-top: 45px;
}
.adv-w .adv_list .item {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.adv-w .adv_list .item .pic {
  width: 50%;
}
.adv-w .adv_list .item .pic img {
  width: 100%;
  height: 326px;
  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: #00479d;
  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: 15px;
  font-size: 26px;
  color: #00479d;
  font-weight: bold;
}
.adv-w .adv_list .item .text .con {
  margin-top: 30px;
  line-height: 2;
}
.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: #00479d;
  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;
}
.honor-w {
  padding: 60px 0;
}
.honor-w .page {
  padding: 2px 25px;
}
.honor-w .tit {
  display: flex;
  align-items: center;
}
.honor-w .tit p {
  font-size: 34px;
  font-weight: bold;
}
.honor-w .tit p i {
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}
.honor-w .tit .line {
  flex: 1;
  height: 1px;
  background-color: #5f5f5f;
  margin: 8px 40px 0;
}
.honor-w .tit .more {
  width: 155px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #5f5f5f;
  font-size: 14px;
  transition: all 0.2s;
}
.honor-w .tit .more:hover {
  background-color: #00479d;
  color: #fff;
  transition: all 0.2s;
}
.honor-w .box {
  position: relative;
  margin-top: 35px;
}
.honor-w .hon-list {
  position: relative;
  z-index: 1;
}
.honor-w .hon-list li .pic {
  overflow: hidden;
  border: 1px solid #ccc;
}
.honor-w .hon-list li img {
  transition: all 0.3s linear;
}
.honor-w .hon-list li p {
  width: 90%;
  margin: 0 auto;
  margin-top: 18px;
  font-size: 14px;
  line-height: 35px;
  background-color: #e6e6e6;
  text-align: center;
}
.honor-w .hon-list li:hover img {
  transform: scale(1.15);
  transition: all 0.3s linear;
}
.honor-w .hon-list li:hover p {
  background-color: #00479d;
  color: #fff;
}
.honor-w .btn {
  width: calc(100% + 100px);
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -25px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.honor-w .btn div {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.honor-w .btn div:hover {
  background-color: #00479d;
}
.jc-w {
  padding: 60px 0 70px;
  background: url(../images/jc_bg.jpg) no-repeat center;
  background-size: cover;
}
.jc-w .wz-bt * {
  color: #fff;
}
.jc-w .wz-bt p::before,
.jc-w .wz-bt p::after {
  background-color: #fff;
}
.jc-w ul {
  margin-top: 45px;
  display: flex;
}
.jc-w ul li {
  flex: 1;
  background-color: #fff;
  margin-right: 25px;
  cursor: pointer;
}
.jc-w ul li:last-child {
  margin-right: 0;
}
.jc-w ul li .pic img {
  width: 100%;
}
.jc-w ul li .text {
  height: 240px;
  padding: 0 32px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 1px;
}
.jc-w ul li .text .ico {
  margin: -33px auto 0;
  width: 77px;
  height: 77px;
  background-color: #ebebeb;
  border-radius: 50%;
  display: flex;
}
.jc-w ul li .text .ico img {
  margin: auto;
}
.jc-w ul li .text p {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0;
}
.jc-w ul li .text hr {
  width: 40px;
  height: 1px;
  background-color: #00479d;
  margin: 0 auto;
}
.jc-w ul li .text span {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  line-height: 1.75;
}
.jc-w ul li:hover {
  background-color: #00479d;
}
.jc-w ul li:hover .pic img {
  transform: scale(1.1);
}
.jc-w ul li:hover .text * {
  color: #fff;
}
.jc-w ul li:hover .text hr {
  background-color: #fff;
}
.partner {
  padding: 60px 0 70px;
}
.partner .ptn-box li .pic {
  border: 1px solid #ddd;
}
.partner .box {
  margin-top: 45px;
  position: relative;
}
.new-w {
  padding: 20px 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: #00479d;
}
.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: #00479d;
  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: #00479d;
  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: #e62412;
  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 #00479d;
  color: #00479d;
  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 .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: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .page .top .f-nav ul li {
  line-height: 30px;
  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 .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: 20px;
  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;
  display: flex;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
  margin-right: 10px;
}
.footer .page .btm .lf .follow ul li .pic {
  width: 90px;
}
.footer .page .btm .lf .follow ul li p {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.footer .page .btm .rg {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer .page .btm .rg .blank {
  margin: auto 0 auto auto;
}
.footer .page .btm .rg p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  transform: translateY(5px);
  white-space: nowrap;
}
.bottom_fixed_content {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 15px 0;
  background-color: #00479d;
  height: 70px;
}
.bottom_fixed_content .page {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.bottom_fixed_content .page .btn {
  display: flex;
  margin-left: 20px;
}
.bottom_fixed_content .page .btn a {
  margin: 0 10px;
  padding: 0 15px;
  line-height: 40px;
  background-color: #e62412;
  color: #fff;
  font-size: 14px;
}
.bottom_fixed_content .page .btn a:hover {
  background-color: #eeb355;
}
.bottom_fixed_content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
