/* 导航电脑 */
@media screen and (min-width: 768px) {
  .nones {
    display: none;
  }
  .dropdown-menu,
  .caret {
    display: none !important;
    opacity: 0;
    transition: all 0.36s;
  }
  .navbar-default {
    min-height: 69px;
    padding: 10px 0.775rem 0 0.6rem;
    background-color: transparent;
    border-color: transparent;
    transition: all 0.36s;
    margin-bottom: 0;
  }
  .navbar-default.act {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
  }
  .navbar-default .navbar-nav > li > a {
    position: relative;
    color: #0c2961;
    font-size: 0.3rem;
    padding: 17px 0;
    margin: 0 0.43rem;
    transition: all 0.36s;
  }
  .navbar-default .navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #fff;
    opacity: 0;
    transition: all 0.36s;
    z-index: 10;
  }
  .navbar-default .navbar-nav > li > p {
    color: #3189FC;
    width: 0.15rem;
    height: 0.1rem;
    margin-top: -0.5rem;
    margin-left: 1.8rem;
  }
  .navbar-default .container {
    width: 100%;
  }
  .navbar-default .navbar-brand {
    padding: 0;
    width: auto;
    height: auto;
  }
  .navbar-default .collapse {
    align-items: center;
  }
  .navbar-default .collapse ul:nth-child(1) {
    margin-left: 3.9rem;
  }
  .navbar-brand img {
    width: 100%;
    height: auto;
    margin-top: -0.15rem;
  }
  .navbar-lefts > li {
    position: relative;
  }
  .navbar-lefts > li:nth-child(n+2):hover > a::after {
    width: 100%;
    opacity: 1;
  }
  .navbar-lefts > li:nth-child(n+2):hover p {
    transform: rotate(181deg);
    margin-top: -0.4rem;
  }
  .navbar-lefts > li:nth-child(n+2):hover .dropdown-menu {
    width: 1.6875rem !important;
    height: 1.7625rem !important;
    display: flex !important;
    margin-top: 0.25rem;
    background-color: transparent;
    box-shadow: none;
    border: none;
    transition: all 0.36s;
    opacity: 1;
    float: none !important;
    margin-left: 0.25rem;
  }
  .navbar-lefts > li:nth-child(n+2):hover .dropdown-menu li > a {
    padding: 4px 15px;
    color: #0C2961;
    font-size: 0.3rem;
    text-align: center;
  }
  .navbar-lefts > li:nth-child(n+2):hover .dropdown-menu {
    width: 1.6875rem !important;
    height: 1.7625rem !important;
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: block !important;
  }
  .navbar-lefts > li:nth-child(n+2):hover .dropdown-menu li {
    width: 1.6875rem !important;
    margin-top: 0.1375rem;
  }
  .navbar-lefts > li:nth-child(n+2):hover .dropdown-menu li a {
    font-size: 0.2rem !important;
    color: #000f29 !important;
  }
  .navbar-lefts > li:nth-child(n+2):hover .dropdown-menu li:hover a {
    color: #3189FC !important;
  }
  .navbar-lefts > li a {
    transition: all 0.36s;
  }
  .navbar-lefts .dropdown-menu > li > a:focus,
  .navbar-lefts .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: transparet;
  }
}
@media (min-width: 1400px) and (max-width: 1530px) {
  .navbar-default .navbar-right > li > a {
    margin: 0 0.3rem;
  }
}
/* 导航移动端 */
@media screen and (max-width: 1000px) {
  .navbar-header {
    padding: 10px;
    background-color: #fff;
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar-brand img {
    width: 90%;
  }
  .navbar-default .navbar-toggle {
    margin-right: 0;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
    font-size: 16px;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }
  .navbar-default {
    background-color: #3189FC;
    border-color: #2E2E2E;
  }
  .navbar-nav > li > p {
    display: none;
  }
  .navbar-right {
    display: flex;
    align-items: center;
  }
  .navbar-right .emen {
    display: none;
  }
  .navbar-right .input-group {
    display: flex;
    align-items: center;
    width: 160% !important;
    height: 0.5625rem;
    margin-top: 5px;
    margin-left: 10px;
    /* Safari，Chrome WebKit browsers */
    /* 火狐 Mozilla Firefox 4 to 18 */
    /* 火狐 Mozilla Firefox 19+ */
    /* Internet Explorer 10+ */
  }
  .navbar-right .input-group input {
    width: 100%;
    border-radius: 20px;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    border-right: none;
  }
  .navbar-right .input-group input::-webkit-input-placeholder {
    color: #fff;
  }
  .navbar-right .input-group input:-moz-placeholder {
    color: #fff;
  }
  .navbar-right .input-group input::-moz-placeholder {
    color: #fff;
  }
  .navbar-right .input-group input:-ms-input-placeholder {
    color: #fff;
  }
  .navbar-right .input-group .input-group-addon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 0 15px 15px 0;
    border-color: #fff;
    padding: 0 12px;
    width: 40px;
    height: 34px;
  }
  .navbar-right .input-group .input-group-addon img {
    width: 18px;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    padding-bottom: 20px;
  }
}
.on {
  color: #3189FC !important;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .navbar-brand img {
    width: 70%;
  }
}
.about_x {
  width: 16.85rem;
  margin: 0 auto;
}
.box-1 .sec1 {
  margin: 1.5rem auto;
}
.box-1 .sec1 .js {
  width: 17.5rem;
  height: 5rem;
  margin: 0 auto;
}
.box-1 .sec1 .js .img {
  width: 100%;
  height: 100%;
}
.box-1 .sec1 .js .img1 {
  width: 11.6125rem;
  height: 3.75rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  margin-top: -4.35rem;
  margin-left: 3.2rem;
  border-radius: 0.0625rem 0.0625rem;
  position: absolute;
}
.box-1 .sec1 .js .p {
  font-size: 0.375rem;
  color: #3189fc;
  font-weight: 600;
  position: absolute;
  top: 2.5rem;
  left: 8.89rem;
}
.box-1 .sec1 .js .hez {
  width: 10.0875rem;
  height: 3.6125rem;
  margin: 0 auto;
  position: absolute;
  top: 3.2rem;
  left: 7.3rem;
}
.box-1 .sec1 .js .hez .p1 {
  color: #02182e;
  font-size: 0.175rem;
  line-height: 0.3rem;
  text-indent: 0.5rem;
}
.box-1 .sec2 {
  margin-bottom: 25px;
}
.box-1 .sec2 .wmln {
  width: 16.85rem;
  margin: 0 auto;
}
.box-1 .sec2 .my_ln {
  margin-top: -1rem;
}
.box-1 .sec2 .my_ln .p1 {
  font-size: 0.5rem;
  color: #3189fc;
  position: absolute;
  margin-left: 6.8rem;
}
.box-1 .sec2 .my_ln img {
  width: 0.6rem;
  height: 0.75rem;
  margin-left: 9.2rem;
  margin-top: -0.03rem;
}
.box-1 .sec2 .my_ln .p2 {
  font-size: 0.5rem;
  color: #a4cbff;
  position: absolute;
  margin-left: 9.6rem;
  margin-top: -0.45rem;
}
.box-1 .sec2 .ln {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 1.2375rem;
}
.box-1 .sec2 .ln .img {
  width: 100%;
  height: 100%;
}
.box-1 .sec2 .ln .xx {
  width: 0.45rem;
  height: 1.425rem;
  opacity: 1;
  border-left: 2px solid #3189fc;
  transform: rotate(380deg);
  margin-left: 1rem;
  margin-top: -0.9rem;
}
.box-1 .sec2 .ln .p1 {
  font-size: 0.45rem;
  color: #02182e;
  position: absolute;
  font-weight: 600;
  margin-top: -1.2rem;
  margin-left: 1.5rem;
}
.box-1 .sec2 .ln .p2 {
  font-size: 0.375rem;
  color: #7a7a7a;
  position: absolute;
  margin-top: -0.6rem;
  margin-left: 1.5rem;
}
.box-1 .sec2 .ln1 {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 7.5625rem;
  margin-top: 0.8375rem;
}
.box-1 .sec2 .ln1 .img {
  width: 100%;
  height: 100%;
}
.box-1 .sec2 .ln1 .xx {
  width: 0.45rem;
  height: 1.425rem;
  opacity: 1;
  border-left: 2px solid #3189fc;
  transform: rotate(380deg);
  margin-left: 1.1rem;
  margin-top: -0.8rem;
}
.box-1 .sec2 .ln1 .p1 {
  font-size: 0.45rem;
  color: #02182e;
  position: absolute;
  font-weight: 600;
  margin-top: -1.3rem;
  margin-left: 1.6rem;
}
.box-1 .sec2 .ln1 .p2 {
  font-size: 0.375rem;
  color: #7a7a7a;
  position: absolute;
  margin-top: -0.65rem;
  margin-left: 1.6rem;
}
.box-1 .sec2 .ln2 {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 1.25rem;
  margin-top: 0.675rem;
}
.box-1 .sec2 .ln2 .img {
  width: 100%;
  height: 100%;
}
.box-1 .sec2 .ln2 .xx {
  width: 0.45rem;
  height: 1.425rem;
  opacity: 1;
  border-left: 2px solid #3189fc;
  transform: rotate(380deg);
  margin-left: 0.9rem;
  margin-top: -0.8rem;
}
.box-1 .sec2 .ln2 .p1 {
  font-size: 0.45rem;
  color: #02182e;
  font-weight: 600;
  position: absolute;
  margin-top: -1.2rem;
  margin-left: 1.4rem;
}
.box-1 .sec2 .ln2 .p2 {
  font-size: 0.375rem;
  color: #7a7a7a;
  position: absolute;
  margin-top: -0.55rem;
  margin-left: 1.4rem;
}
.box-1 .sec2 .ln3 {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 5.7rem;
  margin-top: 0.85rem;
  margin-bottom: 1rem;
}
.box-1 .sec2 .ln3 .img {
  width: 100%;
  height: 100%;
}
.box-1 .sec2 .ln3 .xx {
  width: 0.45rem;
  height: 1.425rem;
  opacity: 1;
  border-left: 2px solid #3189fc;
  transform: rotate(380deg);
  margin-left: 1.1rem;
  margin-top: -0.7rem;
}
.box-1 .sec2 .ln3 .p1 {
  font-size: 0.45rem;
  color: #02182e;
  position: absolute;
  margin-top: -1.25rem;
  margin-left: 1.55rem;
}
.box-1 .sec2 .ln3 .p2 {
  font-size: 0.375rem;
  color: #7a7a7a;
  position: absolute;
  margin-top: -0.6rem;
  margin-left: 1.55rem;
}
.current {
  color: #3189fc !important;
}
.sec3 .timer_1 {
  width: 16.85rem;
  margin: 0 auto;
}
.sec3 .fz {
  width: 16.85rem;
  margin: 0 auto;
}
.sec3 .fz .timer .ls_about {
  width: 3.675rem;
  height: 3.1875rem;
}
.sec3 .fz .timer .ls_about .img {
  width: 100%;
  height: 100%;
}
.sec3 .fz .timer .ls_about .img1 {
  width: 2.8375rem;
  height: 2.45rem;
  margin-top: -3.4rem;
  margin-left: 0.4rem;
}
.sec3 .fz .timer .ls_about .xt {
  width: 2.325rem;
  border-top: 0.075rem solid #3189fc;
  margin-top: -1.82rem;
  position: absolute;
  margin-left: 3.65rem;
}
.sec3 .fz .timer .ls_about1 {
  width: 8.6625rem;
  height: 1.5625rem;
  margin-top: 1.3rem;
  margin-left: 0.5rem;
}
.sec3 .fz .timer .ls_about1 p {
  font-size: 0.175rem;
  color: #02182e;
  font-weight: normal;
  line-height: 0.25rem;
}
.sec3 .fz .timer .one {
  margin-left: 0rem;
}
.sec3 .fz .timer .one .ls_about2 {
  width: 6.075rem;
  font-size: 0.175rem;
  margin: 0.8375rem 0rem;
}
.sec3 .fz .timer .one .ls_about2 p {
  color: #02182e;
  font-weight: normal;
  line-height: 0.25rem;
}
.sec3 .fz .timer .two {
  margin-left: -2.3rem;
}
.sec3 .fz .timer .two .ls_about3 .img {
  width: 4.7375rem;
  margin-left: 3.2rem;
  margin-top: 1.2rem;
}
.sec3 .fz .timer .two .ls_about3 .he {
  width: 4.1375rem;
  height: 3.575rem;
  margin: -3.1rem 4.5rem;
}
.sec3 .fz .timer .two .ls_about3 .he .img {
  width: 100%;
  height: 100%;
}
.sec3 .fz .timer .two .ls_about3 .he .img1 {
  width: 3.3rem;
  height: 2.85rem;
  margin-top: -3.75rem;
  margin-left: 3.6rem;
}
.sec3 .fz .timer .ls_about5 {
  width: 4.9rem;
  height: 4.25rem;
  margin: 0rem 0rem;
}
.sec3 .fz .timer .ls_about5 .img {
  width: 100%;
  height: 100%;
}
.sec3 .fz .timer .ls_about5 .img1 {
  width: 3.9375rem;
  height: 3.4125rem;
  margin-top: -4.5rem;
  margin-left: 0.48rem;
}
.sec3 .fz .timer .ls_about5 .xt {
  width: 1.6875rem;
  border-top: 0.075rem solid #3189fc;
  margin-top: -2.35rem;
  position: absolute;
  margin-left: 5.7rem;
}
.sec3 .fz .timer .ls_about6 {
  width: 7.7625rem;
  height: 1.5625rem;
  font-size: 14px;
  margin: 1.8rem 4rem;
}
.sec3 .fz .timer .ls_about6 p {
  color: #02182e;
  font-weight: normal;
  line-height: 0.25rem;
}
.sec3 .fz .timer .one {
  margin-left: 0rem;
}
.sec3 .fz .timer .one .ls_about7 {
  width: 7.1375rem;
  font-size: 0.175rem;
  margin: 1.4625rem 0rem;
}
.sec3 .fz .timer .one .ls_about7 p {
  color: #02182e;
  font-weight: normal;
  line-height: 0.25rem;
}
.sec3 .fz .timer .two {
  margin-left: -2.3rem;
}
.sec3 .fz .timer .two .ls_about8 .xt {
  width: 3.95rem;
  height: 0rem;
  opacity: 1;
  border-top: 0.075rem solid #3189fc;
  margin: 1.7rem 3.8rem;
}
.sec3 .fz .timer .two .ls_about8 .he {
  width: 4.1875rem;
  height: 3.625rem;
  margin: -3.55rem 7.7rem;
}
.sec3 .fz .timer .two .ls_about8 .he .img {
  width: 100%;
  height: 100%;
}
.sec3 .fz .timer .two .ls_about8 .he .img1 {
  width: 3.3875rem;
  height: 2.9375rem;
  margin-top: -3.8rem;
  margin-left: 0.4rem;
}
.sec3 .fz .timer .ls_about9 {
  width: 4.275rem;
  height: 3.725rem;
  margin: -0.5rem 0rem;
}
.sec3 .fz .timer .ls_about9 .img {
  width: 100%;
  height: 100%;
}
.sec3 .fz .timer .ls_about9 .img1 {
  width: 3.475rem;
  height: 3.025rem;
  margin-top: -3.9rem;
  margin-left: 0.38rem;
}
.sec3 .fz .timer .ls_about9 .xt {
  width: 3.1rem;
  border-top: 0.075rem solid #3189fc;
  margin-top: -2.09rem;
  position: absolute;
  margin-left: 4.25rem;
}
.sec3 .fz .timer .ls_about10 {
  width: 7.85rem;
  font-size: 0.175rem;
  margin: 1.1rem 1.9rem;
}
.sec3 .fz .timer .ls_about10 p {
  color: #02182e;
  font-weight: normal;
  line-height: 0.25rem;
}
.sec3 .fz .timer .one {
  margin-left: 0rem;
}
.sec3 .fz .timer .one .ls_about11 {
  width: 6.2rem;
  font-size: 0.175rem;
  margin: 2.3625rem 0rem;
}
.sec3 .fz .timer .one .ls_about11 p {
  color: #02182e;
  font-weight: normal;
  line-height: 0.25rem;
}
.sec3 .fz .timer .two {
  margin-left: -2.3rem;
}
.sec3 .fz .timer .two .ls_about12 .xt {
  width: 4.15rem;
  height: 0.6375rem;
  opacity: 1;
  margin: 1.9rem 3rem;
}
.sec3 .fz .timer .two .ls_about12 .he {
  width: 5.0625rem;
  height: 4.3875rem;
  margin: -4.67rem 7rem;
}
.sec3 .fz .timer .two .ls_about12 .he .img {
  width: 100%;
  height: 100%;
}
.sec3 .fz .timer .two .ls_about12 .he .img1 {
  width: 3.775rem;
  height: 3.275rem;
  margin-top: -4.6rem;
  margin-left: 0.65rem;
}
.sec3 .fz .timer .ls_about13 {
  width: 3.4875rem;
  height: 3.0125rem;
  margin: -0.3rem 0rem;
}
.sec3 .fz .timer .ls_about13 .img {
  width: 100%;
  height: 100%;
}
.sec3 .fz .timer .ls_about13 .img1 {
  width: 2.7625rem;
  height: 2.3875rem;
  margin-top: -3.18rem;
  margin-left: 0.35rem;
}
.sec3 .fz .timer .ls_about13 .xt {
  width: 4.1rem;
  border-top: 0.075rem solid #3189fc;
  margin-top: -1.72rem;
  position: absolute;
  margin-left: 3.4rem;
}
.sec3 .fz .timer .ls_about14 {
  width: 7.8125rem;
  font-size: 0.175rem;
  margin: 1rem 2rem;
}
.sec3 .fz .timer .ls_about14 p {
  color: #02182e;
  font-weight: normal;
  line-height: 0.25rem;
}
.sec3 .fz .timer .one {
  margin-left: 0rem;
}
.sec3 .fz .timer .one .ls_about15 {
  width: 6.5375rem;
  font-size: 0.175rem;
  margin: 1.5rem 0rem;
}
.sec3 .fz .timer .one .ls_about15 p {
  color: #02182e;
  font-weight: normal;
  line-height: 0.25rem;
}
.sec3 .fz .timer .two {
  margin-left: -2.3rem;
}
.sec3 .fz .timer .two .ls_about16 .xt {
  width: 5.3rem;
  height: 0rem;
  opacity: 1;
  border-top: 0.075rem solid #3189fc;
  margin: 1.6rem 3.35rem;
}
.sec3 .fz .timer .two .ls_about16 .he {
  width: 3.525rem;
  height: 3.0625rem;
  margin: -3.18rem 8.6rem;
}
.sec3 .fz .timer .two .ls_about16 .he .img {
  width: 100%;
  height: 100%;
}
.sec3 .fz .timer .two .ls_about16 .he .img1 {
  width: 2.85rem;
  height: 2.4625rem;
  margin-top: -3.25rem;
  margin-left: 0.33rem;
}
.sec3 .sjz {
  height: 2.5rem;
  background: #FFFFFF;
  box-shadow: 0px -2px 0.1rem 0.0125rem rgba(0, 0, 0, 0.16);
  opacity: 1;
}
.sec3 .slide_wrap {
  width: 16.5rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 0.625rem;
}
.sec3 .slide_wrap::after {
  width: 100%;
  height: 26px;
}
.sec3 .slide_wrap::after:nth-child(1) {
  background: url(../../image/jt.png) no-repeat !important;
  background-size: 75% 75%;
  content: '';
  position: absolute;
  top: 56px;
  left: 34px;
}
.sec3 .button {
  width: 0.8rem;
  height: 1.025rem;
  cursor: pointer;
  background-color: #E2E2E2;
  font-size: 40px;
  color: #333;
  margin-left: 4rem;
  margin-right: 5rem;
  position: absolute;
  margin-top: -2rem;
}
.sec3 .button .p {
  color: #fff;
  font-size: 0.4125rem;
  margin-top: -0.3rem;
  text-align: center;
}
.sec3 .button .p1 {
  color: #fff;
  font-size: 0.4125rem;
  margin-top: -0.3rem;
  text-align: center;
}
.sec3 .button:hover {
  background-color: #92C9FF;
}
.sec4 {
  margin-bottom: 0.425rem;
}
.sec4 .rongyu {
  width: 16.85rem;
  margin: 0 auto;
}
.sec4 .ry {
  width: 3.4625rem;
  height: 4.875rem;
  margin-top: 0.8rem;
  margin-left: 0.5rem;
}
.sec4 .ry .img {
  width: 100%;
  height: 100%;
  transition: 0.6s all;
}
.sec4 .ry .img1 {
  width: 4.1625rem;
  height: 2.35rem;
  position: relative;
  margin-top: -2.8rem;
  margin-left: -0.38rem;
  transition: 0.6s all;
}
.sec4 .ry:hover img {
  transform: scale(1.1);
}
.footer {
  background-color: #000f29 !important;
}
.footer .dibu_1 {
  width: 16.85rem;
  margin: 0 auto;
}
.footer .foter {
  margin-bottom: 0.25rem;
}
.footer .db {
  width: 100%;
  margin-bottom: 0.275rem;
}
.footer .db .db1 {
  margin-top: -0.5rem;
}
.footer .db .db1 ul {
  float: left;
}
.footer .db .db1 ul li {
  float: left;
}
.footer .db .db1 ul li a {
  font-size: 0.2rem;
  color: #fff;
}
.footer .db .db1 ul li div {
  height: 0.1875rem;
  border-left: 1px solid #3189fc;
}
.footer .db .db1 ul .lis {
  margin-right: 1.3rem;
  margin-left: 0.2rem;
  margin-top: -0.02rem;
}
.footer .db .xt {
  width: 9.3875rem;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 0.15rem;
}
.footer .db .my {
  position: absolute;
  top: 0.5rem;
}
.footer .db .my p {
  font-size: 0.25rem;
  color: #fff;
  clear: both;
}
.footer .db2 {
  margin-top: 1.7rem;
}
.footer .db2 ul li {
  font-size: 0.25rem;
  color: #fff;
  line-height: 0.45rem;
}
.footer .db3 {
  margin-top: -1.8rem;
  margin-left: 4.2rem;
}
.footer .db3 ul li {
  font-size: 0.25rem;
  color: #fff;
  line-height: 0.45rem;
}
.footer .db-1 .he {
  width: 2.425rem;
  height: 1.7375rem;
  background: #474f5d;
  opacity: 1;
  float: left;
  margin-top: 1rem;
  margin-left: 1.5rem;
}
.footer .db-1 .he .p {
  text-align: center;
  padding-top: 0.3625rem;
  font-size: 0.225rem;
  color: #fff;
}
.footer .db-1 .he .p1 {
  text-align: center;
  padding-top: 0.2rem;
  font-size: 0.225rem;
  color: #fff;
}
.footer .db-1 .he .p2 {
  text-align: center;
  padding-top: 0.1rem;
  font-size: 0.225rem;
  color: #fff;
}
.footer .db-1 .erweima {
  width: 1.225rem;
  height: 1.225rem;
  float: left;
  margin-left: 1.4625rem;
  margin-top: 1.25rem;
}
.footer .db-1 .erweima img {
  width: 100%;
  height: 100%;
}
.footer .db-1 .erweima p {
  font-size: 0.175rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.2rem;
}
.footer .xt1 {
  height: 2.7875rem;
  opacity: 1;
  border-left: 1px solid #ffffff;
  margin-left: 10.5rem;
  margin-top: -3.1rem;
  margin-bottom: 0.25rem;
}
.footer .footer1 {
  width: 100%;
  background-color: #010b1e;
}
.footer .footer1 .dibu {
  margin-bottom: 0.35rem;
}
.footer .footer1 .dibu p {
  font-size: 0.25rem;
  color: #fff;
  text-align: center;
  margin-top: 0.475rem;
}
.footer .footer1 .dibu .p1 {
  font-size: 0.25rem;
  color: #fff;
  text-align: center;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .navbar-default {
    height: 100px;
    padding: 23px 2.875rem;
    background-color: transparent;
    border-color: transparent;
    transition: all 0.36s;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .navbar-default {
    height: 100px;
    padding: 23px 2.875rem;
    background-color: transparent;
    border-color: transparent;
    transition: all 0.36s;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .navbar-default.act {
    background-color: #fff;
    color: #0c2961 !important;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
  }
  .navbar-default.act .navbar-nav > li > a {
    color: #0c2961;
  }
}
@media screen and (max-width: 800px) {
  .box-1 .sec1 {
    margin: 0 auto;
  }
  .box-1 .sec1 .js {
    width: 100%;
    height: 215px;
    margin: 0 auto;
  }
  .box-1 .sec1 .js img {
    width: 100%;
    height: 100%;
  }
  .box-1 .sec1 .js .img1 {
    width: 285px;
    height: 130px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    margin-top: -163px;
    margin-left: 45px;
    border-radius: 3px 3px;
    position: absolute;
    display: none;
  }
  .box-1 .sec1 .js .p {
    font-size: 15px;
    color: #3189fc;
    font-weight: 600;
    position: absolute;
    top: 85px;
    left: 60px;
  }
  .box-1 .sec1 .js .hez {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    top: 105px;
    left: 0px;
  }
  .box-1 .sec1 .js .hez .p1 {
    font-size: 12px;
    line-height: 15px;
    text-indent: 37px;
    padding-left: 15px;
    padding-right: 13px;
  }
  .box-1 .sec2 .wmln {
    width: 100%;
  }
  .box-1 .sec2 .my_ln {
    margin-top: 20px;
  }
  .box-1 .sec2 .my_ln .p1 {
    font-size: 20px;
    text-align: center;
    position: static;
    margin-left: 0px;
  }
  .box-1 .sec2 .my_ln img {
    display: none;
  }
  .box-1 .sec2 .my_ln .p2 {
    font-size: 20px;
    text-align: center;
    position: static;
    margin-left: 0px;
    margin-top: 5px;
  }
  .box-1 .sec2 .ln {
    width: 28px;
    height: 28px;
    margin-left: 15px;
    margin-top: 5px;
  }
  .box-1 .sec2 .ln img {
    width: 100%;
    height: 100%;
  }
  .box-1 .sec2 .ln .xx {
    width: 16px;
    height: 30px;
    opacity: 1;
    border-left: 2px solid #3189fc;
    transform: rotate(380deg);
    margin-left: 35px;
    margin-top: -22px;
  }
  .box-1 .sec2 .ln .p1 {
    font-size: 15px;
    color: #02182e;
    position: absolute;
    font-weight: 600;
    margin-top: -30px;
    margin-left: 45px;
  }
  .box-1 .sec2 .ln .p2 {
    font-size: 12px;
    color: #7a7a7a;
    position: absolute;
    margin-top: -10px;
    margin-left: 45px;
  }
  .box-1 .sec2 .ln1 {
    width: 28px;
    height: 28px;
    margin-left: 15px;
    margin-top: 40px;
  }
  .box-1 .sec2 .ln1 img {
    width: 100%;
    height: 100%;
  }
  .box-1 .sec2 .ln1 .xx {
    width: 16px;
    height: 30px;
    opacity: 1;
    border-left: 2px solid #3189fc;
    transform: rotate(380deg);
    margin-left: 35px;
    margin-top: -22px;
  }
  .box-1 .sec2 .ln1 .p1 {
    font-size: 15px;
    color: #02182e;
    position: absolute;
    font-weight: 600;
    margin-top: -30px;
    margin-left: 45px;
  }
  .box-1 .sec2 .ln1 .p2 {
    font-size: 12px;
    color: #7a7a7a;
    position: absolute;
    margin-top: -10px;
    margin-left: 45px;
  }
  .box-1 .sec2 .ln2 {
    width: 28px;
    height: 28px;
    margin-left: 15px;
    margin-top: 40px;
  }
  .box-1 .sec2 .ln2 img {
    width: 100%;
    height: 100%;
  }
  .box-1 .sec2 .ln2 .xx {
    width: 16px;
    height: 30px;
    opacity: 1;
    border-left: 2px solid #3189fc;
    transform: rotate(380deg);
    margin-left: 35px;
    margin-top: -22px;
  }
  .box-1 .sec2 .ln2 .p1 {
    font-size: 15px;
    color: #02182e;
    position: absolute;
    font-weight: 600;
    margin-top: -30px;
    margin-left: 45px;
  }
  .box-1 .sec2 .ln2 .p2 {
    font-size: 12px;
    color: #7a7a7a;
    position: absolute;
    margin-top: -10px;
    margin-left: 45px;
  }
  .box-1 .sec2 .ln3 {
    width: 28px;
    height: 28px;
    margin-left: 15px;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .box-1 .sec2 .ln3 img {
    width: 100%;
    height: 100%;
  }
  .box-1 .sec2 .ln3 .xx {
    width: 16px;
    height: 30px;
    opacity: 1;
    border-left: 2px solid #3189fc;
    transform: rotate(380deg);
    margin-left: 35px;
    margin-top: -22px;
  }
  .box-1 .sec2 .ln3 .p1 {
    font-size: 15px;
    color: #02182e;
    position: absolute;
    font-weight: 600;
    margin-top: -30px;
    margin-left: 45px;
  }
  .box-1 .sec2 .ln3 .p2 {
    font-size: 12px;
    color: #7a7a7a;
    position: absolute;
    margin-top: -10px;
    margin-left: 45px;
  }
  .footer .dibu_1 {
    width: 100%;
    margin: 0 auto;
  }
  .footer .db .my p {
    font-size: 14px;
  }
  .footer .db .db1 {
    margin-top: 0px;
  }
  .footer .db .db1 ul li div {
    height: 7.5px;
    border-left: 1px solid #3189fc;
    margin-top: 38px;
    display: none;
  }
  .footer .db .db1 ul li a {
    font-size: 12px;
  }
  .footer .db .db1 ul .lis {
    margin-right: 30px;
    margin-left: 3px;
    margin-top: 23px;
  }
  .footer .db .xt {
    display: none;
  }
  .footer .db2 {
    margin-top: 70px;
  }
  .footer .db2 ul li {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
  }
  .footer .db3 {
    margin-top: -73px;
    margin-left: 150px;
  }
  .footer .db3 ul li {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
  }
  .footer .xt1 {
    display: none;
  }
  .footer .db-1 .he {
    width: 125px;
    height: 85.5px;
    background: #474f5d;
    opacity: 1;
    float: left;
    margin-top: 20px;
    margin-left: 55px;
  }
  .footer .db-1 .he .p {
    padding-top: 8px;
    font-size: 12px;
  }
  .footer .db-1 .he .p1 {
    padding-top: 10px;
    font-size: 12px;
  }
  .footer .db-1 .he .p2 {
    padding-top: 10px;
    font-size: 12px;
  }
  .footer .db-1 .erweima {
    width: 49px;
    height: 49px;
    float: left;
    margin-left: 40px;
    margin-top: 30px;
  }
  .footer .db-1 .erweima p {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
  }
  .footer .footer1 p {
    font-size: 12px;
  }
  .footer .footer1 .dibu .p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }
  .footer .footer1 .dibu .p1 {
    font-size: 12px;
    margin-top: 5px;
  }
}
