.w1400 {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

@font-face {
  font-family: "barlowCondensed";
  src: url(../fonts/BarlowCondensed-Regular.ttf);
}
@font-face {
  font-family: barlowMedia;
  src: url(../fonts/Barlow-Medium.ttf);
}
.header {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.header .w1400 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header .w1400 .logo {
  font-size: 0;
}
.header .w1400 .tel {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: "barlowCondensed";
}
.header .w1400 .tel img {
  margin-right: 13px;
}
.header .w1400 .form {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  width: 100%;
}
.header .w1400 .form input {
  width: 100%;
  height: 40px;
  border: solid 1px #e1e1e1;
  padding-right: 120px;
  padding-left: 20px;
  color: #b2b2b2;
}
.header .w1400 .form input::-moz-placeholder {
  color: rgba(178, 178, 178, 0.7);
}
.header .w1400 .form input:-ms-input-placeholder {
  color: rgba(178, 178, 178, 0.7);
}
.header .w1400 .form input::placeholder {
  color: rgba(178, 178, 178, 0.7);
}
.header .w1400 .form .btn {
  width: 108px;
  height: 40px;
  background-color: #3cb4e6;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  right: 0;
  top: 0;
}

.headerNav {
  background: #203356;
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 5;
}
.headerNav .w1400 ul {
  display: flex;
  align-items: center;
}
.headerNav .w1400 ul li {
  margin-right: 8px;
  transition: background 0.3s;
}
.headerNav .w1400 ul li:last-child {
  margin-right: 0;
}
.headerNav .w1400 ul li > a {
  line-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #fff;
}
.headerNav .w1400 ul li > a img {
  margin-right: 10px;
  filter: brightness(1000%);
  transition: filter 0.3s;
}
.headerNav .w1400 ul li.on {
  background: #fff;
}
.headerNav .w1400 ul li.on > a {
  color: #203356;
}
.headerNav .w1400 ul li.on > a img {
  filter: none;
}
.headerNav .w1400 ul li .level {
  position: absolute;
  left: 0;
  box-shadow: 0px 25px 30px 0px rgba(32, 51, 86, 0.2);
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 8;
  background: #fff;
}
.headerNav .w1400 ul li .level .center {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  height: 100%;
  min-height: 360px;
  position: relative;
}
.headerNav .w1400 ul li .level .center .left {
  width: 206px;
  padding-top: 38px;
  height: 100%;
  position: absolute;
}
.headerNav .w1400 ul li .level .center .left a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #666;
  transition: all 0.3s;
}
.headerNav .w1400 ul li .level .center .left a.on, .headerNav .w1400 ul li .level .center .left a:hover {
  color: #3cb4e6;
}
.headerNav .w1400 ul li .level .center .left::after {
  width: 1000px;
  top: 0;
  right: calc(100% - 206px);
  position: absolute;
  height: 100%;
  background: #f7f7f7;
  content: "";
  display: block;
  z-index: -1;
}
.headerNav .w1400 ul li .level .center .right {
  width: calc(100% - 206px);
  display: flex;
  margin-left: 206px;
  padding-top: 38px;
}
.headerNav .w1400 ul li .level .center .right .cont {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  display: none;
}
.headerNav .w1400 ul li .level .center .right .cont .list {
  width: calc((100% - 268px) / 3);
  margin-left: 86px;
  margin-bottom: 20px;
}
.headerNav .w1400 ul li .level .center .right .cont .list p {
  font-size: 16px;
  line-height: 40px;
  color: #3cb4e6;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 14px;
}
.headerNav .w1400 ul li .level .center .right .cont .list a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 34px;
  color: #666;
}
.headerNav .w1400 ul li .level .center .right .cont .list a span {
  display: block;
  font-size: 10px;
  color: #3cb4e6;
  text-align: center;
  border: 1px solid #3cb4e6;
  line-height: 14px;
  padding: 0 2px;
  margin-left: 8px;
}
.headerNav .w1400 ul li .level .center .right .cont .list a img:first-child{
    display: none;
}
.headerNav .w1400 ul li .level .center .right .cont .list a img{
    margin-right: 12px;
}
.headerNav .w1400 ul li .level .center .right .cont .list a:hover{
    color: #3cb4e6;
    transition: color .3s;
}
.headerNav .w1400 ul li .level .center .right .cont .list a:hover img:first-child{
    display: block;
}
.headerNav .w1400 ul li .level .center .right .cont .list a:hover img:nth-child(2){
    display: none;
}
.headerNav .w1400 ul li .level .center .close {
  position: absolute;
  right: 0;
  top: 38px;
  cursor: pointer;
}
.headerNav .w1400 ul li:first-child {
  margin-left: -18px;
}
.headerNav .w1400 ul li.type2 {
  position: relative;
}
.headerNav .w1400 ul li .navList {
  position: absolute;
  width: 100%;
  top: 46px;
  background: #fff;
  z-index: 3;
  height: 0;
  overflow: hidden;
}
.headerNav .w1400 ul li .navList a {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  color: #666;
  transition: all 0.3s;
}
.headerNav .w1400 ul li .navList a:hover {
  background: #203356;
  color: #fff;
}
.headerNav .w1400 ul .last {
  margin-left: auto;
  position: relative;
}
.headerNav .w1400 ul .last .lang {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.headerNav .w1400 ul .last .lang span {
  display: block;
  font-size: 15px;
  color: #fff;
  margin: 0 10px;
  line-height: 46px;
}
.headerNav .w1400 ul .last .langList {
  position: absolute;
  width: 100%;
  top: 46px;
  background: #fff;
  z-index: 3;
  height: 0;
  overflow: hidden;
}
.headerNav .w1400 ul .last .langList a {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  color: #666;
  transition: all 0.3s;
}
.headerNav .w1400 ul .last .langList a:hover {
  background: #203356;
  color: #fff;
}

.headerMob, .listMob {
  display: none;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 95px;
  padding-bottom: 45px;
}
.title .left p {
  font-size: 28px;
  color: #203356;
  position: relative;
}
.title .left p::after {
  width: 24px;
  height: 3px;
  background-color: #203356;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: -43px;
  transform: translateY(-50%);
}
.title .left .tips {
  font-size: 16px;
  color: #737373;
  font-weight: 100;
  line-height: 1.5;
  margin-top: 15px;
}
.title .right .btn {
  font-size: 16px;
  color: #737373;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.title .right .btn img {
  margin-left: 16px;
}

.title2 {
  font-size: 30px;
  color: #122445;
  text-align: center;
  padding-top: 93px;
}

.footer {
  background: #f7f7f7;
  border-top: 3px solid #3cb4e6;
}
.footer .w1400 .footerNav {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 70px;
}
.footer .w1400 .footerNav .left .footerLogo {
  font-size: 0;
}
.footer .w1400 .footerNav .left .contact {
  display: flex;
  margin-top: 36px;
}
.footer .w1400 .footerNav .left .contact .img {
  font-size: 0;
}
.footer .w1400 .footerNav .left .contact .text {
  margin-left: 30px;
}
.footer .w1400 .footerNav .left .contact .text p {
  font-size: 15px;
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 11px;
}
.footer .w1400 .footerNav .left .contact .text p a {
  font-size: 24px;
  color: #1c2e51;
  font-family: barlowMedia;
}
.footer .w1400 .footerNav .left .contact .text ul {
  display: flex;
}
.footer .w1400 .footerNav .left .contact .text ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 22px;
}
.footer .w1400 .footerNav .left .contact .text ul li:first-child {
  margin-left: 0;
}
.footer .w1400 .footerNav .left .contact .text ul li img:last-child {
  display: none;
}
.footer .w1400 .footerNav .left .address {
  margin-top: 34px;
}
.footer .w1400 .footerNav .left .address p {
  font-size: 15px;
  color: #666666;
  line-height: 2;
  font-weight: 100;
}
.footer .w1400 .footerNav .left .address p a {
  color: #666666;
}
.footer .w1400 .footerNav .right {
  display: flex;
}
.footer .w1400 .footerNav .right ul {
  margin-left: 85px;
}
.footer .w1400 .footerNav .right ul p {
  font-size: 18px;
  line-height: 1.6666666667;
  color: #3cb4e6;
  margin-top: -5px;
  margin-bottom: 18px;
}
.footer .w1400 .footerNav .right ul li a {
  font-size: 15px;
  line-height: 2.1333333333;
  color: #808080;
}
.footer .w1400 .footerNav .right ul:first-child {
  margin-left: 0;
}
.footer .w1400 .beian {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.footer .w1400 .beian .left {
  font-size: 14px;
  color: #808080;
}
.footer .w1400 .beian .left a {
  color: #808080;
}
.footer .w1400 .beian .toTop {
  font-size: 0;
  cursor: pointer;
}

.footerMob {
  display: none;
}

.listBanner {
  height: 300px;
  position: relative;
  font-size: 0;
  margin-top: 126px;
}
.listBanner img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listBanner img:nth-child(2) {
  display: none;
}
.listBanner .bg {
  width: 50%;
  height: 100%;
  background: #3cb4e6;
  position: absolute;
  top: 0;
  left: 0;
}
.listBanner .bg::after {
  width: 66px;
  height: 66px;
  background: #3cb4e6;
  display: block;
  content: "";
  position: absolute;
  right: -66px;
  top: 0;
}
.listBanner .w1400 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.listBanner .w1400 .content p {
  font-size: 32px;
  color: #fff;
}
.listBanner .w1400 .content .tips {
  font-size: 16px;
  color: #fff;
  margin-top: 21px;
}
.listBanner::after {
  width: 66px;
  height: 66px;
  background: #203356;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination li {
  width: 36px;
  border-radius: 50%;
  margin-left: 15px;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination li.active {
  background: #43b5e4;
}
.pagination li.active a, .pagination li.active span {
  color: #fff;
}
.pagination li a, .pagination li span {
  display: block;
  line-height: 36px;
  text-align: center;
  color: #1c2e51;
  font-family: "barlowCondensed";
}

.listBlock .w1400 {
  display: flex;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 90px;
}
.listBlock .w1400 .left {
  width: 23%;
  padding-right: 3%;
}
.listBlock .w1400 .left .list p {
  font-size: 18px;
  color: #1c2e51;
  letter-spacing: 1px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 21px;
  margin-top: -4px;
  margin-bottom: 22px;
}
.listBlock .w1400 .left .list a {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #666;
  height: 60px;
  transition: box-shadow 0.3s;
  padding-left: 24px;
  box-shadow: 0px 15px 20px 0px rgba(18, 36, 69, 0);
}
.listBlock .w1400 .left .list a img {
  margin-right: 20px;
}
.listBlock .w1400 .left .list a.on, .listBlock .w1400 .left .list a:hover {
  box-shadow: 0px 15px 20px 0px rgba(18, 36, 69, 0.05);
}
.listBlock .w1400 .right {
  width: 77%;
  border-left: 2px solid #e1e1e1;
  padding-left: 4%;
}

.breadcrumb {
  box-shadow: inset 0px -3px 13px 0px rgba(0, 0, 0, 0.07);
}
.breadcrumb .w1400 {
  display: flex;
  font-size: 0;
  height: 60px;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb .w1400 a {
  font-size: 14px;
  color: rgba(102, 102, 102, 0.7);
}
.breadcrumb .w1400 span {
  font-size: 14px;
  color: rgba(102, 102, 102, 0.7);
  margin: 0 10px;
}
.breadcrumb .w1400 span:last-child {
  display: none;
}

@media (max-width: 1600px) {
  .footer .w1400 .footerNav .right ul {
    margin-left: 50px;
  }
}
@media (max-width: 1440px) {
  .listBlock .w1400 .left .list a {
    font-size: 14px;
  }
  .listBlock .w1400 .left .list a img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 12px;
  }
}
@media (max-width: 1200px) {
  .headerNav .w1400 ul li {
    margin-right: 0;
  }
  .footer .w1400 .footerNav .right ul {
    margin-left: 30px;
  }
}
@media (max-width: 1080px) {
  .header, .headerNav {
    display: none;
  }
  .headerMob {
    display: block;
    border-bottom: 1px solid #e1e1e1;
  }
  .headerMob .w1400 {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
  }
  .headerMob .w1400 .logo {
    font-size: 0;
  }
  .headerMob .w1400 .logo img {
    height: 40px;
    width: auto;
  }
  .headerMob .w1400 .right {
    display: flex;
    align-items: center;
  }
  .headerMob .w1400 .right #langMob {
    margin-right: 15px;
  }
  .headerMob .w1400 .right #langMob .lang {
    display: flex;
    align-items: center;
    height: 30px;
  }
  .headerMob .w1400 .right #langMob .lang span {
    margin: 0 6px;
    font-size: 1.5vw;
  }
  .headerMob .w1400 .right #langMob .lang img {
    width: 10px;
  }
  .headerMob .w1400 .right #langMob .lang img:first-child {
    width: 14px;
  }
  .headerMob .w1400 .right #langMob .langList {
    position: absolute;
    top: 60px;
    z-index: 3;
    width: 63px;
    height: 0;
    overflow: hidden;
  }
  .headerMob .w1400 .right #langMob .langList a {
    display: block;
    text-align: center;
    font-size: 1.5vw;
    line-height: 2.4;
    background: #fff;
    color: #666666;
  }
  .headerMob .w1400 .right .menu {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
  }
  .headerMob .w1400 .right .menu span {
    display: block;
    width: 100%;
    height: 3px;
    background: #666;
  }
  .listMob {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .listMob ul {
    position: absolute;
    right: -80%;
    width: 80%;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    padding-top: 40px;
  }
  .listMob ul p {
    margin: 0 30px;
    height: 50px;
    position: relative;
    margin-bottom: 30px;
  }
  .listMob ul p input {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 0 120px 0 20px;
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
  }
  .listMob ul p a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #3cb4e6;
    line-height: 50px;
    border-radius: 25px;
  }
  .listMob ul li {
    padding: 0 30px;
  }
  .listMob ul li a {
    font-size: 16px;
    line-height: 3;
    color: #666;
    border-bottom: 1px solid #eee;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .listMob ul li a span {
    display: flex;
    width: 8vw;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
  }
  .listMob ul li .level {
    height: 0;
    overflow: hidden;
  }
  .listMob ul li .level .list > a {
    padding-left: 20px;
  }
  .listMob ul li .level .list .level2 {
    height: 0;
    overflow: hidden;
  }
  .listMob ul li .level .list .level2 .three > a {
    padding-left: 40px;
  }
  .listMob ul li .level .list .level2 .three .level3 {
    height: 0;
    overflow: hidden;
  }
  .listMob ul li .level .list .level2 .three .level3 a {
    padding-left: 60px;
  }
  .footer .w1400 .footerNav .right ul {
    margin-left: 15px;
  }
  .listBanner {
    margin-top: 0;
  }
}
@media (max-width: 996px) {
  .title {
    position: relative;
    padding-top: 45px;
    display: block;
  }
  .title .left p {
    font-size: 4.5vw;
    padding-left: 50px;
  }
  .title .left p::after {
    left: 0;
  }
  .title .left .tips {
    font-size: 2vw;
  }
  .title .right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .title .right .btn {
    font-size: 2.5vw;
  }
  .title .right .btn img {
    margin-left: 6px;
  }
  .footer {
    display: none;
  }
  .footerMob {
    background: #f7f7f7;
    border-top: 3px solid #3cb4e6;
    display: block;
  }
  .footerMob .w1400 .footerContact {
    padding-top: 20px;
  }
  .footerMob .w1400 .footerContact .tit {
    font-size: 4.5vw;
  }
  .footerMob .w1400 .footerContact .contact {
    display: flex;
    margin-top: 15px;
  }
  .footerMob .w1400 .footerContact .contact .img {
    font-size: 0;
  }
  .footerMob .w1400 .footerContact .contact .text {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footerMob .w1400 .footerContact .contact .text p {
    font-size: 3vw;
    color: rgba(51, 51, 51, 0.8);
    margin-bottom: 11px;
  }
  .footerMob .w1400 .footerContact .contact .text p a {
    font-size: 4.5vw;
    color: #1c2e51;
    font-family: barlowMedia;
  }
  .footerMob .w1400 .footerContact .contact .text ul {
    display: flex;
  }
  .footerMob .w1400 .footerContact .contact .text ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 22px;
  }
  .footerMob .w1400 .footerContact .contact .text ul li:first-child {
    margin-left: 0;
  }
  .footerMob .w1400 .footerContact .contact .text ul li img:last-child {
    display: none;
  }
  .footerMob .w1400 .footerContact .address {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .footerMob .w1400 .footerContact .address p {
    font-size: 3.5vw;
    color: rgba(51, 51, 51, 0.8);
    margin-top: 10px;
  }
  .footerMob .w1400 .footerContact .address p a {
    color: rgba(51, 51, 51, 0.8);
  }
  .footerMob .w1400 .beian {
    padding: 10px 0 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footerMob .w1400 .beian .left {
    font-size: 3vw;
    color: rgba(51, 51, 51, 0.8);
  }
  .footerMob .w1400 .beian .left a {
    color: rgba(51, 51, 51, 0.8);
    line-height: 1.8;
  }
  .listBanner img {
    display: none;
  }
  .listBanner img:nth-child(2) {
    display: block;
  }
  .listBanner .bg {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
  }
  .listBanner .bg::after {
    display: none;
  }
  .listBanner::after {
    display: none;
  }
  .listBlock .w1400 {
    padding: 20px 0 30px;
    flex-direction: column;
  }
  .listBlock .w1400 .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .listBlock .w1400 .left .list {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding-right: 8px;
    margin-bottom: 10px;
  }
  .listBlock .w1400 .left .list p {
    display: none;
  }
  .listBlock .w1400 .left .list a {
    padding: 0;
    margin-right: 20px;
    line-height: 2;
    height: auto;
    padding: 0;
  }
  .listBlock .w1400 .right {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid #e1e1e1;
    margin-top: 20px;
    padding-top: 30px;
  }
  .breadcrumb .w1400 {
    padding: 8px 0;
    height: auto;
  }
  .breadcrumb .w1400 a, .breadcrumb .w1400 span {
    line-height: 2;
  }
}
@media (max-width: 750px) {
  .headerMob .w1400 .right #langMob .lang span {
    font-size: 2.2vw;
  }
  .headerMob .w1400 .right #langMob .lang img:first-child {
    width: 16px;
  }
  .headerMob .w1400 .right #langMob .lang img:last-child {
    width: 12px;
  }
  .listBlock .w1400 .left {
    padding-right: 0;
  }
  .listBlock .w1400 .left .list {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .listBlock .w1400 .left .list::-webkit-scrollbar {
    display: none;
  }
  .listBlock .w1400 .left .list a {
    padding: 10px 15px;
    margin-right: 15px;
    border: 1px solid #213455;
  }
  .listBlock .w1400 .left .list a img {
    display: none;
  }
  .listBlock .w1400 .left .list a.on {
    background: #213455;
    color: #fff;
  }
  .listBlock .w1400 .left .list a:last-child {
    margin-right: 0;
  }
  .listBlock .w1400 .right {
    margin-top: 20px;
    padding-top: 20px;
  }
  .listBanner .w1400 .content p {
    font-size: 24px;
  }
  .listBanner .w1400 .content .tips {
    font-size: 14px;
  }
  .title2 {
    padding-top: 45px;
  }
}
@media (max-width: 480px) {
  .title {
    padding: 30px 0;
  }
  .title .left p {
    padding-left: 30px;
  }
  .title .left p::after {
    width: 20px;
  }
  .title .left .tips {
    display: none;
  }
  .title .right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .title .right .btn {
    font-size: 3vw;
  }
  .title .right .btn img {
    margin-left: 6px;
  }
  .title2 {
    padding-top: 30px;
    font-size: 4.5vw;
  }
  .headerMob .w1400 .right #langMob .lang span {
    font-size: 3.5vw;
  }
  .listBlock .w1400 .left .list a {
    line-height: 1.6;
  }
}/*# sourceMappingURL=currency.css.map */