/* 导航电脑 */
@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%;
  }
}
.sec {
  margin-top: 1.4rem;
}
.sec .anli {
  width: 16.85rem;
  margin: 0 auto;
}
.sec .title .p1 {
  font-size: 0.625rem;
  color: #3189fc;
  font-weight: 500;
  margin-top: 0.7625rem;
  position: absolute;
  margin-left: 6rem;
}
.sec .title img {
  width: 0.6098rem;
  height: 1.0789rem;
  margin: 0.72rem 8.4rem;
}
.sec .title .p2 {
  font-size: 0.625rem;
  color: #a4cbff;
  margin-left: 8.9rem;
  position: absolute;
  margin-top: -1.5rem;
}
.sec1 {
  margin-top: 1.8rem;
}
.sec1 .anli {
  width: 16.85rem;
  margin: 0 auto;
}
.sec1 .case {
  width: 16.85rem;
  margin: 0 1.5rem;
  display: none;
}
.sec1 .case .case_1 .case_img {
  width: 4.075rem;
  height: 5.125rem;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.sec1 .case .case_1 .case_img img {
  width: 100%;
  height: 100%;
  transition: 0.6s all;
}
.sec1 .case .case_1 .case_img .he {
  width: 4.075rem;
  height: 0.875rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  margin-top: -0.875rem;
  opacity: 1;
}
.sec1 .case .case_1 .case_img .he p {
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.875rem;
  color: #fff;
}
.sec1 .case .case_1 .case_img:hover img {
  transform: scale(1.1);
}
.sec1 .case .case_1 .case_img:hover .he {
  background: rgba(30, 144, 255, 0.5);
}
.sec1 .case .case_1 .case_img1:hover .he1 {
  background: rgba(30, 144, 255, 0.5);
}
.sec1 .case .case_1 .case_img2:hover .he {
  background: rgba(30, 144, 255, 0.5);
}
.sec1 .case .case_1 .case_img1 {
  width: 4.075rem;
  height: 5.125rem;
  float: left;
  margin-top: 0.65rem;
  margin-left: 1.05rem;
  overflow: hidden;
  cursor: pointer;
}
.sec1 .case .case_1 .case_img1 img {
  width: 100%;
  height: 100%;
  transition: 0.6s all;
}
.sec1 .case .case_1 .case_img1 .he1 {
  width: 4.075rem;
  height: 3.025rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  margin-top: -3.01rem;
  opacity: 1;
}
.sec1 .case .case_1 .case_img1 .he1 .p {
  font-size: 0.2rem;
  text-align: center;
  line-height: 1.1rem;
  color: #fff;
}
.sec1 .case .case_1 .case_img1 .he1 .p1 {
  width: 3.75rem;
  font-size: 0.175rem;
  color: #fff;
  margin: -0.25rem auto;
  text-indent: 0.58rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.sec1 .case .case_1 .case_img1:hover img {
  transform: scale(1.1);
}
.sec1 .case .case_1 .case_img2 {
  width: 4.075rem;
  height: 5.125rem;
  float: left;
  margin-left: 1.05rem;
  overflow: hidden;
  cursor: pointer;
}
.sec1 .case .case_1 .case_img2 img {
  width: 100%;
  height: 100%;
  transition: 0.6s all;
}
.sec1 .case .case_1 .case_img2 .he {
  width: 4.075rem;
  height: 0.875rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  margin-top: -0.875rem;
  opacity: 1;
}
.sec1 .case .case_1 .case_img2 .he p {
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.875rem;
  color: #fff;
}
.sec1 .case .case_img2:hover img {
  transform: scale(1.1);
}
.sec1 .case1 {
  margin-bottom: 20px;
}
.sec1 .case1 ul {
  margin-left: 2.3rem;
}
.sec1 .case1 ul li {
  width: 2.4rem;
  height: 2.1125rem;
  background-image: url(../../image/case_1.png);
  background-repeat: no-repeat;
  background-size: 2.4rem 2.1125rem;
  margin-top: 0.6rem;
  cursor: pointer;
}
.sec1 .case1 ul li img {
  width: 1.075rem;
  height: 1.075rem;
  margin-left: 0.65rem;
  margin-top: 0.35rem;
}
.sec1 .case1 ul li p {
  color: #fff;
  font-size: 0.2rem;
  text-align: center;
  margin-top: 0.0875rem;
}
.sec1 .case1 ul li .p1 {
  font-size: 0.25rem;
  color: #fff;
  text-align: center;
  padding-top: 1.0125rem;
}
.sec1 .case1 ul li:nth-child(2) {
  margin-top: 0.3rem;
  margin-left: 0rem;
}
.sec1 .case1 ul li:nth-child(3) {
  margin-top: -3.5rem;
  margin-left: 2.1rem;
}
.sec1 .case1 ul li:nth-child(4) {
  margin-top: 0.3rem;
  margin-left: 2.1rem;
}
.sec1 .case1 ul li:nth-child(5) {
  margin-top: -5.6rem;
  margin-left: 4.2rem;
}
.sec1 .case1 ul li:nth-child(6) {
  margin-top: 0.3rem;
  margin-left: 4.2rem;
}
.sec1 .case1 ul li:nth-child(7) {
  margin-top: -3.5rem;
  margin-left: 6.3rem;
}
.sec1 .case1 ul li:nth-child(8) {
  margin-top: 0.3rem;
  margin-left: 6.3rem;
}
.sec1 .case1 ul li:nth-child(9) {
  margin-top: -5.5rem;
  margin-left: 8.35rem;
}
.sec1 .case1 ul li:nth-child(10) {
  margin-top: 0.3rem;
  margin-left: 8.35rem;
}
.sec1 .case1 ul li:nth-child(11) {
  margin-top: -3.5rem;
  margin-left: 10.4rem;
}
.sec1 .case1 ul li:nth-child(12) {
  margin-top: 0.3rem;
  margin-left: 10.4rem;
}
.sec1 .case1 .current {
  background-image: url(../../image/case_2.png);
}
.sec1 .case1 .current p {
  color: #3189FC;
}
.sec1 .case1 .current .p1 {
  color: #3189FC;
}
.sec2 {
  margin-top: 1.9rem;
  display: none;
}
.sec2 .gd {
  width: 17.1875rem;
  margin: 0 auto;
}
.sec2 .case3 .zs .zs-l {
  height: 0rem;
}
.sec2 .case3 .zs .zs-l ul {
  margin-left: 1.1rem;
}
.sec2 .case3 .zs .zs-l ul li {
  width: 2.55rem;
  height: 0.7375rem;
  margin-bottom: 0.275rem;
  text-align: center;
  line-height: 0.7375rem;
  background: url("../../image/zs1.png") no-repeat;
  background-size: 2.55rem 0.7375rem;
  cursor: pointer;
}
.sec2 .case3 .zs .zs-l ul li p {
  font-size: 0.225rem;
  color: #fff;
}
.sec2 .case3 .zs .zs-r {
  float: left;
  flex-wrap: wrap;
  display: none;
}
.sec2 .case3 .zs .zs-r .zs-r1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.sec2 .case3 .zs .zs-r .zs_ri {
  width: 3.5rem;
  height: 3.6rem;
  float: left;
  margin-right: 0.1rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.sec2 .case3 .zs .zs-r .zs_ri img {
  width: 100%;
  height: 100%;
  transition: 0.6s all;
}
.sec2 .case3 .zs .zs-r .zs_ri .zs2 {
  width: 3.5rem;
  height: 0.5625rem;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  position: absolute;
  margin-top: -0.55rem;
}
.sec2 .case3 .zs .zs-r .zs_ri .zs2 p {
  font-size: 0.175rem;
  color: #fff;
  text-align: center;
  line-height: 0.5625rem;
}
.sec2 .case3 .zs .zs-r .zs_ri:hover img {
  transform: scale(1.1);
}
.sec2 .case3 .zs .zs-r .zs_ri:hover .zs2 {
  background: rgba(30, 144, 255, 0.5);
}
.sec2 .case3 .current {
  background-repeat: no-repeat;
  background: url("../../image/zs.png") !important;
  background-size: 2.55rem 0.7375rem !important;
}
.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) {
  .sec1 .anli {
    width: 100%;
    margin: 0 auto;
  }
  .sec1 .case {
    width: 100%;
    margin: 0px 0px;
  }
  .sec1 .case .case_1 {
    display: flex;
    justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec1 .case .case_1 .case_img {
    width: 103px;
    height: 145px;
    float: left;
    overflow: hidden;
  }
  .sec1 .case .case_1 .case_img .he {
    width: 100px;
    height: 30px;
    margin-top: -30px;
  }
  .sec1 .case .case_1 .case_img .he p {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
  }
  .sec1 .case .case_1 .case_img1 {
    width: 103px;
    height: 145px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
  }
  .sec1 .case .case_1 .case_img1 .he1 {
    width: 100px;
    height: 85px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    margin-top: -85px;
    opacity: 1;
  }
  .sec1 .case .case_1 .case_img1 .he1 .p {
    font-size: 12px;
    text-align: center;
    line-height: 30px;
  }
  .sec1 .case .case_1 .case_img1 .he1 .p1 {
    width: 100px;
    font-size: 12px;
    color: #fff;
    margin: 0px auto;
    text-indent: 23px;
    line-height: 15px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .sec1 .case .case_1 .case_img2 {
    width: 103px;
    height: 145px;
    float: left;
    margin-top: 0px;
    overflow: hidden;
  }
  .sec1 .case .case_1 .case_img2 .he {
    width: 100px;
    height: 30px;
    margin-top: -30px;
  }
  .sec1 .case .case_1 .case_img2 .he p {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
  }
  .sec1 .case1 {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
  }
  .sec1 .case1 ul {
    margin-top: 30px;
    margin-left: 0px;
  }
  .sec1 .case1 ul li {
    width: 96px;
    height: 84.5px;
    background-repeat: no-repeat;
    background-size: 96px 84.5px;
    margin-top: 0px;
    cursor: pointer;
  }
  .sec1 .case1 ul li p {
    font-size: 12px;
  }
  .sec1 .case1 ul li .p1 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 35px;
  }
  .sec1 .case1 ul li img {
    width: 43px;
    height: 43px;
    margin-left: 26px;
    margin-top: 12px;
  }
  .sec1 .case1 ul li:nth-child(2) {
    margin-top: -85px;
    margin-left: 100px;
  }
  .sec1 .case1 ul li:nth-child(3) {
    margin-top: -85px;
    margin-left: 204px;
  }
  .sec1 .case1 ul li:nth-child(4) {
    margin-top: 10px;
    margin-left: 0px;
  }
  .sec1 .case1 ul li:nth-child(5) {
    margin-top: -85px;
    margin-left: 100px;
  }
  .sec1 .case1 ul li:nth-child(6) {
    margin-top: -85px;
    margin-left: 204px;
  }
  .sec1 .case1 ul li:nth-child(7) {
    margin-top: 10px;
    margin-left: 0px;
  }
  .sec1 .case1 ul li:nth-child(8) {
    margin-top: -85px;
    margin-left: 100px;
  }
  .sec1 .case1 ul li:nth-child(9) {
    margin-top: -85px;
    margin-left: 204px;
  }
  .sec1 .case1 ul li:nth-child(10) {
    margin-top: 10px;
    margin-left: 0px;
  }
  .sec1 .case1 ul li:nth-child(11) {
    margin-top: -85px;
    margin-left: 100px;
  }
  .sec1 .case1 ul li:nth-child(12) {
    margin-top: -85px;
    margin-left: 204px;
  }
  .sec2 .gd {
    width: 100%;
    margin: 0.25rem auto;
  }
  .sec2 .case3 .zs .zs-l {
    height: 150px;
  }
  .sec2 .case3 .zs .zs-l ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 10px;
  }
  .sec2 .case3 .zs .zs-l ul li {
    width: 99px;
    height: 29.5px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: center;
    line-height: 29.5px;
    background-size: 99px 29.5px;
  }
  .sec2 .case3 .zs .zs-l ul li p {
    font-size: 14px;
  }
  .sec2 .case3 .zs .zs-r {
    padding-top: 20px;
  }
  .sec2 .case3 .zs .zs-r .zs_ri {
    width: 140px;
    height: 144px;
    float: left;
    margin-left: 12px;
    margin-right: 13px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .sec2 .case3 .zs .zs-r .zs_ri img {
    transition: 0.6s all;
  }
  .sec2 .case3 .zs .zs-r .zs_ri .zs2 {
    width: 140px;
    height: 22.5px;
    margin-top: -22.5px;
  }
  .sec2 .case3 .zs .zs-r .zs_ri .zs2 p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 22.5px;
  }
  .sec2 .case3 .zs .zs-r .zs_ri:hover img {
    transform: scale(1.2);
  }
  .sec2 .case3 .current {
    background-size: 102px 29.5px !important;
  }
  .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;
  }
}
#outerbox {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
#innerbox {
  position: absolute;
  z-index: 99;
}
#innerbox #bigimg {
  cursor: grab;
  border: 5px solid #ffffff;
}
