@font-face {
  font-family: "USHei";
  src: url("https://qey.exchangebank.cn/USHei.ttf ");
  font-weight: normal;
  font-size: 24rpx;
}
body {
  background-color: #fbfbfb;
  font-family: 'pingfang SC', 'Microsoft YaHei';
}
a {
  color: inherit;
}
.ellipis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -ms-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipis2-blue {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #005BAC;
}
header {
  width: 100%;
  background-color: #005BAC;
}
header.transparent {
  position: absolute;
  background-color: transparent;
  z-index: 2;
}
header .header {
  display: flex;
  justify-content: space-between;
  width: 1290px;
  margin: 0 auto;
  padding: 28px 0;
}
header .header > * {
  float: left;
}
header .header ul {
  float: left;
}
header .header ul li {
  position: relative;
  float: left;
  line-height: 42px;
  margin-right: 25px;
  padding-left: 10px;
}
header .header ul li img {
  width: 21px;
  height: 19px;
  margin-right: 6px;
}
header .header ul li a {
  font-size: 18px;
  color: #ffffff;
}
header .header ul li dl {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  display: none;
  z-index: 2;
  width: 108px;
  left: 0;
}
header .header ul li dl dd {
  padding: 0 15px;
  text-align: center;
}
header .header ul li dl dd a {
  font-size: 15px;
}
header .header ul li dl dd:hover a {
  color: #005BAC;
}
header .header ul li.active > a {
  position: relative;
}
header .header ul li.active > a:after {
  position: absolute;
  display: block;
  content: '';
  width: 26px;
  left: 50%;
  bottom: -10px;
  margin-left: -13px;
  height: 2px;
  background-color: #fff;
}
header .header ul li.active:hover > a:after {
  display: none;
}
header .header ul li.drop {
  padding-right: 18px;
}
header .header ul li.drop:after {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -2.5px;
  border: 6px dashed #fff;
  transform: rotate(180deg);
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
header .header ul li.drop:hover dl {
  display: block;
}
header .header ul li.drop:hover:after {
  transform: rotate(0deg);
}
header .header ul li.contant {
  width: 187px;
  height: 42px;
  box-sizing: border-box;
  background-color: #04d89d;
  text-align: center;
  border-radius: 21px;
}
header .header ul li.contant span {
  position: relative;
  padding-left: 27px;
  color: #fff;
  font-size: 16px;
}
header .header ul li.contant span:before {
  position: absolute;
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/nav-phone.png) center center no-repeat;
  background-size: 100% 100%;
}
header .header ul li:last-child {
  margin-right: 0;
}
header .header ul li.home a {
  display: flex;
  align-items: center;
}
.banner {
  position: relative;
  width: 100%;
  min-width: 1366px;
  height: 698px;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .text {
  width: 1366px;
  line-height: 73px;
  margin: 0 auto;
  padding: 260px 0 0 45px;
  box-sizing: border-box;
  color: #fff;
}
.banner .text > * {
  font-size: 57px;
}
.banner .text h1 {
  font-weight: normal;
}
.banner .text h2 {
  font-weight: lighter;
}
.banner .text a {
  display: block;
  width: 131px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #4286f3;
  margin-top: 25px;
  font-size: 18px;
  border-radius: 24px;
}
.banner.section .list {
  width: 1366px;
  margin: 150px auto 0;
  height: 120px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 11px 46px 6px rgba(0, 0, 0, 0.08);
  padding: 29px 0;
  /*       a:before {
                position: absolute;
                font-size: 50px;
                left: 0;
                color: #4b8cf3;
            }*/
}
.banner.section .list.col2 > div {
  width: 50%;
}
.banner.section .list.col3 > div {
  width: 33.33%;
}
.banner.section .list.col4 > div {
  width: 25%;
}
.banner.section .list.col5 > div {
  width: 20%;
}
.banner.section .list > div {
  box-sizing: border-box;
  float: left;
  height: 62px;
  text-align: center;
  border-right: 1px solid #eeeeee;
}
.banner.section .list > div:last-child {
  border-right: 0;
}
.banner.section .list > div a {
  position: relative;
  font-size: 24px;
  color: #3b3b3b;
  line-height: 62px;
}
.banner.section .list > div .iconfont {
  font-size: 50px;
  color: #4b8cf3;
  position: relative;
  top: 8px;
}
section {
  margin-top: 150px;
  text-align: center;
}
section .title {
  position: relative;
  color: #3b3b3b;
  font-size: 36px;
  margin-bottom: 20px;
}
section .title:after {
  position: absolute;
  display: block;
  content: '';
  width: 24px;
  height: 4px;
  border-radius: 4px;
  background-color: #4286f3;
  left: 50%;
  margin-left: -12px;
  bottom: -28px;
}
section .icon-title {
  display: inline-block;
  margin-top: 50px;
  padding-left: 40px;
  line-height: 30px;
}
section .en-title {
  position: relative;
  line-height: 80px;
  font-size: 30px;
  z-index: 1;
}
section .en-title span {
  position: absolute;
  line-height: 80px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 100px;
  font-weight: normal;
  color: #e7e7e7;
  z-index: -1;
}
section .sub-title {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.gray-bg {
  background: #fbfbfb;
}
.index-title {
  margin-bottom: 90px;
  text-align: center;
  font-size: 42px;
  font-family: 'USHei';
  color: #626262;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 4px;
  font-weight: normal;
  cursor: pointer;
}
.index-title span {
  font-size: 42px;
  font-weight: normal;
  color: #000;
  font-family: 'USHei';
}
.title-black {
  margin-bottom: 90px;
  margin-top: 140px;
  text-align: center;
  font-size: 30px;
  color: #000;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-weight: normal;
}
.title-white {
  margin-top: 100px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.two-title {
  text-align: center;
  font-size: 24px;
  color: #626262;
  margin-bottom: 60px;
  line-height: 35px;
  height: 35px;
}
.blue-line:before {
  content: " ";
  display: block;
  width: 48px;
  height: 7px;
  background: #5c97ff;
  position: relative;
  left: 50%;
  top: 58px;
  transform: translateX(-50%);
}
.white-line:before {
  content: " ";
  display: block;
  width: 18px;
  height: 3px;
  background: #fff;
  position: relative;
  left: 50%;
  top: 65px;
  transform: translateX(-50%);
}
.l-more {
  width: 120px;
  height: 42px;
  background: #5B96FE;
  border-radius: 21px;
  text-align: center;
  margin: 0 auto;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
}
.l-ask {
  width: 120px;
  height: 42px;
  background: #4286f3;
  border-radius: 20px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
  margin-top: 50px;
}
.i-experience {
  width: 120px;
  height: 42px;
  background: #04d89d;
  border-radius: 20px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
}
.i-experience-center {
  width: 176px;
  height: 55px;
  background: #5B96FE;
  border-radius: 27px;
  text-align: center;
  line-height: 55px;
  font-size: 23px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}
.gray {
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bot-line {
  border-bottom: 3px solid #fff;
}
.top-line {
  position: absolute;
}
.top-line:before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 4px;
  background: #4286f3;
}
.trade-mark {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 130px;
  padding: 0 20px;
}
.trade-mark .row {
  display: flex;
  overflow: hidden;
}
.trade-mark .row li {
  border: 1px solid #ccc;
  margin-top: -1px;
  margin-left: -1px;
  position: relative;
  box-sizing: border-box;
}
.trade-mark .row li:nth-child(6) {
  border-right: none;
}
.trade-mark .row li:hover {
  border-top: 4px solid blue;
}
.trade-index .row li {
  height: 81px;
}
.ui-wrap {
  min-width: 1360px;
}
.block2-title {
  color: #3b3b3b;
  font-size: 22px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 55px;
}
.block2-title span {
  display: inline-block;
  font-size: 30px;
  color: #4286f3;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 99;
}
.popup .form {
  width: 520px;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -260px;
  padding: 60px 50px;
  box-sizing: border-box;
}
.popup .form span {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  color: #ccc;
  cursor: pointer;
}
.popup .form .title {
  margin-bottom: 100px;
  text-align: center;
  font-size: 30px;
  color: #000;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.popup .form .row {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.popup .form .row .code {
  margin-left: 15px;
  width: 300px;
  background: #36ceac;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
}
.popup .form .input-l {
  width: 100%;
  line-height: 40px;
  height: 40px;
  background: #fbfbfb;
  text-indent: 20px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 5px;
}
.popup .form .input-l:focus {
  border-style: solid;
  border-color: #4286f3;
}
.popup .form input::-webkit-input-placeholder {
  color: #a3a3a3;
}
.popup .form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a3a3a3;
}
.popup .form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a3a3a3;
}
.popup .form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a3a3a3;
}
.popup .form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.icon-box {
  background: #f0f0f0;
  width: 1160px;
  margin: 0 auto 100px;
  overflow: hidden;
}
.icon-box li {
  float: left;
  background: #fff;
  margin: 1px;
}
.shadow {
  box-shadow: 0 0 21px 1px #eee;
}
.border-none {
  border-bottom: none!important;
}
.right-none {
  border-right: none!important;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.dis {
  display: none;
}
.z-index1 {
  position: relative;
  z-index: -1;
}
.z-index2 {
  position: relative;
  z-index: -2;
}
.piao {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 12px;
  width: 57px;
  border: 1px solid #e1e1e1;
  z-index: 99;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.piao .item {
  text-align: center;
  padding-top: 11px;
  position: relative;
}
.piao .item a {
  display: block;
}
.piao .item i {
  display: block;
  margin: 0 auto 11px;
  width: 29px;
  height: 29px;
  background-image: url("../../images/float-spr.png");
  background-size: 58px auto;
}
.piao .item span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 12px;
  color: #8b8b8b;
}
.piao .item.online i {
  background-position: 0 0;
}
.piao .item.sub i {
  background-position: 0 29px;
}
.piao .item.sub span {
  border-bottom: 0;
}
.piao .item.tel {
  position: relative;
}
.piao .item.tel i {
  background-position: 0 58px;
}
.piao .item.tel .show {
  position: absolute;
  width: 166px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  border: 1px solid #e1e1e1;
  color: #8b8b8b;
  font-size: 14px;
  top: 0;
  left: -168px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  display: none;
}
.piao .item.tel .show:before {
  content: "";
  position: absolute;
  right: -14px;
  top: 25px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #ccc;
}
.piao .item.tel .show:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 25px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #fff;
}
.piao .item.tel:hover .show {
  display: block;
}
.piao .item.backtop {
  padding-bottom: 15px;
}
.piao .item.backtop i {
  width: 29px;
  height: 29px;
  background: url("../../images/backtop.png") 0 0 no-repeat;
  background-size: 58px;
  margin-bottom: 0;
}
.piao .item:last-child span {
  border-bottom: 0;
}
.piao .item:hover {
  background-color: #005BAC;
}
.piao .item:hover i {
  background-position-x: 29px;
}
.piao .item:hover span {
  color: #fff;
}
.piao .item:hover.backtop i {
  background-position: -29px 0;
}
.piao.on {
  display: block;
}
.piao.on .sub span {
  border-bottom: 1px solid #e1e1e1;
}
#newBridge .nb-icon-skin-xc-0 .nb-icon-inner-wrap {
  width: 0 !important;
  height: 0 !important;
}
