/*992px<=pad<1200px，大piad的尺寸*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .page-title {
    text-align: center;
  }
  .page-title .title {
    font-size: 36px;
    color: #132c61;
    margin: 0.94rem 0 2rem;
    font-weight: 700;
  }
  .page-title .text {
    font-size: 24px;
    color: #c2c2c2;
  }
  .page-title .link {
    width: 4rem;
    height: 2px;
    background-color: #144aa5;
  }
  .page-info-text {
    font-size: 16px;
    line-height: 1.88rem;
    color: #666666;
    margin: 1.88rem auto 2.81rem;
    text-align: center;
  }
  .back-to-top {
    width: 3.13rem;
    height: 3.13rem;
    min-width: 38px;
    min-height: 38px;
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 50px;
    border-radius: 4px;
    cursor: pointer;
    opacity: 1;
    color: #144aa5;
    background-color: #f5f5f5;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  }
  .home .home-banner {
    width: 100vw;
    position: relative;
  }
  .home .home-banner .banner-box {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home .home-banner .banner-box .text-box {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ffffff;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .home .home-banner .banner-box .text-box .title {
    font-size: 4.5rem;
    letter-spacing: 0px;
    font-weight: 700;
  }
  .home .home-banner .banner-box .text-box .text {
    margin-top: 3.5rem;
    font-size: 1.88rem;
  }
  .home .home-banner .swiper-pagination {
    bottom: 1.88rem;
  }
  .home .home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 4px;
    opacity: 0.5;
  }
  .home .home-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .home .home-banner .swiper-button-prev {
    width: 3rem;
    height: 5rem;
    background-color: rgba(0, 0, 0, 0.5);
    left: 1.25rem;
    background-image: url(../img/prev.png);
    background-position: center center;
    background-size: auto auto;
  }
  .home .home-banner .swiper-button-next {
    width: 3rem;
    height: 5rem;
    background-color: rgba(0, 0, 0, 0.5);
    right: 1.25rem;
    background-image: url(../img/next.png);
    background-position: center center;
    background-size: auto auto;
  }
  .home .about-us {
    background: #ffffff no-repeat center bottom;
    background-size: 100% auto;
    padding: 5.31rem 0 6.5rem;
  }
  .home .about-us .about-us-info {
    max-width: 40rem;
    padding-top: 0;
  }
  .home .about-us .about-us-info .page-title {
    align-items: flex-start;
    position: relative;
  }
  .home .about-us .about-us-info .page-title .title-btm-link {
    width: 100%;
    height: 2px;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .home .about-us .about-us-info .about-us-text {
    font-size: 16px;
    line-height: 1.8;
    color: #697087;
    margin-top: 2.5rem;
  }
  .home .about-us .about-us-info .about-us-text p {
    margin-bottom: 1rem;
  }
  .home .about-us .about-us-img {
    width: 100%;
    position: relative;
  }
  .home .about-us .about-us-img .adimg {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .home .about-us .about-us-img .adimg-oz {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #dedede;
    opacity: 0.34;
    top: 1.25rem;
    left: 1.25rem;
  }
  .home .about-us .about-us-img .btn {
    width: 15rem;
    height: 4.38rem;
    background-color: #144aa5;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: -2px;
    right: -2.38rem;
    z-index: 10;
    border-radius: 0;
  }
  .home .introduction {
    background: no-repeat center;
    background-size: auto 100%;
    padding: 5.81rem 0 5.31rem;
    min-height: 38.13rem;
  }
  .home .introduction .page-title {
    text-align: center;
  }
  .home .introduction .page-title .title {
    font-size: 36px;
    color: #fff;
    margin: 0.94rem 0 2rem;
    font-weight: 700;
  }
  .home .introduction .page-title .text {
    font-size: 24px;
    color: #fff;
    opacity: 0.5;
  }
  .home .introduction .page-title .link {
    width: 4rem;
    height: 2px;
    background-color: #fff;
  }
  .home .introduction .init-list {
    margin-top: 2.19rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .home .introduction .init-list .init-item {
    display: flex;
    align-items: center;
    height: 8.13rem;
    padding: 0.5rem;
    background-color: #FFF;
    box-shadow: 0px 3px 0px 0px rgba(11, 40, 79, 0.34);
    border: solid 1px rgba(200, 210, 224, 0.5);
  }
  .home .introduction .init-list .init-item .init-item-img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    margin: 0 16px;
    flex-shrink: 0;
    border: solid 2px #144aa5;
  }
  .home .introduction .init-list .init-item .init-item-text {
    flex: 1;
  }
  .home .introduction .init-list .init-item .init-item-text .title {
    font-size: 1.25rem;
    line-height: 2;
    color: #08225a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .home .introduction .init-list .init-item .init-item-text .text {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home .core-team {
    padding: 5.31rem 0;
  }
  .home .core-team .team-list .team-item-box {
    background-color: #ffffff;
    box-shadow: 0px 0.44rem 1.13rem 0px rgba(20, 74, 165, 0.07);
    border-radius: 4px;
    border: solid 1px #ebeff5;
    display: flex;
  }
  .home .core-team .team-list .team-item-box .team-item-adimg {
    width: 50%;
  }
  .home .core-team .team-list .team-item-box .team-item-adimg img {
    width: 100%;
  }
  .home .core-team .team-list .team-item-box .team-item-info {
    width: 100%;
    padding: 2.13rem;
  }
  .home .core-team .team-list .team-item-box .team-item-info .name {
    font-size: 1.5rem;
    color: #333333;
    font-weight: 700;
  }
  .home .core-team .team-list .team-item-box .team-item-info .job {
    font-size: 14px;
    color: #144aa5;
    margin: 14px 0;
    font-weight: 700;
  }
  .home .core-team .team-list .team-item-box .team-item-info .text {
    font-size: 13px;
    line-height: 1.6;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
  }
  .home .tactics {
    background: no-repeat top right;
    background-size: auto 100%;
    height: 38.75rem;
  }
  .home .tactics .wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home .tactics .tactics-conter .tactics-title-box {
    width: 56.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home .tactics .tactics-conter .tactics-title-box .btn {
    width: 14.38rem;
    height: 3.44rem;
    background-color: #144aa5;
    color: #FFF;
  }
  .home .tactics .tactics-conter .tactics-title-box .page-title {
    text-align: center;
    align-items: flex-end;
  }
  .home .tactics .tactics-conter .tactics-title-box .page-title .title {
    font-size: 36px;
    color: #fff;
    margin: 0.94rem 0 2rem;
    font-weight: 700;
  }
  .home .tactics .tactics-conter .tactics-title-box .page-title .text {
    font-size: 24px;
    color: #fff;
    opacity: 0.5;
  }
  .home .tactics .tactics-conter .tactics-title-box .page-title .link {
    width: 4rem;
    height: 2px;
    background-color: #fff;
  }
  .home .tactics .tactics-conter .tactics-list-box {
    width: 56.25rem;
    margin-top: 2rem;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    display: flex;
  }
  .home .tactics .tactics-conter .tactics-list-box .left-box {
    width: 18.75rem;
    height: 16.88rem;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
  }
  .home .tactics .tactics-conter .tactics-list-box .left-box .tactics-item {
    width: 18.75rem;
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px;
  }
  .home .tactics .tactics-conter .tactics-list-box .left-box .tactics-item .img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: solid 1px #144aa5;
  }
  .home .tactics .tactics-conter .tactics-list-box .left-box .tactics-item .info-box .title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #08225a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
    margin: 1.5rem 0 0.94rem;
  }
  .home .tactics .tactics-conter .tactics-list-box .left-box .tactics-item .info-box .text {
    font-size: 0.88rem;
    line-height: 1.7;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
  }
  .home .tactics .tactics-conter .tactics-list-box .right-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .home .tactics .tactics-conter .tactics-list-box .right-box .tactics-item {
    width: 18.75rem;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.94rem;
    background-color: #FFF;
    border: solid 1px rgba(200, 210, 224, 0.5);
  }
  .home .tactics .tactics-conter .tactics-list-box .right-box .tactics-item .img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    margin: 0 9px;
    flex-shrink: 0;
    border: solid 1px #144aa5;
  }
  .home .tactics .tactics-conter .tactics-list-box .right-box .tactics-item .info-box {
    flex: 1;
  }
  .home .tactics .tactics-conter .tactics-list-box .right-box .tactics-item .info-box .title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #08225a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0.88rem;
  }
  .home .tactics .tactics-conter .tactics-list-box .right-box .tactics-item .info-box .text {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3rem;
  }
  .home .risk-management {
    padding: 6.25rem 0 5.31rem;
  }
  .home .risk-management .risk-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
    margin: 2.13rem 0 0;
  }
  .home .risk-management .risk-list .risk-item {
    width: auto;
    height: 35rem;
    box-shadow: 0px 7px 18px 0px rgba(20, 74, 165, 0.07);
    border-radius: 4px;
    border: solid 1px #ebeff5;
    background: no-repeat center bottom;
    background-size: 100% auto;
  }
  .home .risk-management .risk-list .risk-item .adimg {
    width: 100%;
  }
  .home .risk-management .risk-list .risk-item .text-box {
    padding: 1.5rem;
  }
  .home .risk-management .risk-list .risk-item .text-box .text-item {
    font-size: 1.13rem;
    line-height: 2.5rem;
    text-align: center;
  }
  .home .product-page {
    width: 100%;
    display: flex;
    margin: 0 auto;
  }
  .home .product-page .left-box {
    padding-left: 0;
    padding-right: 0;
  }
  .home .product-page .left-box .regular-box {
    width: 100%;
    height: 26.25rem;
    background: #f7f7f7 no-repeat center;
    background-size: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home .product-page .left-box .regular-box .text-box {
    text-align: center;
  }
  .home .product-page .left-box .regular-box .text-box .title {
    font-size: 36px;
    font-weight: 700;
    color: #144aa5;
  }
  .home .product-page .left-box .regular-box .text-box .text {
    font-size: 20px;
    opacity: 0.4;
    margin: 1.44rem 0 2.06rem;
  }
  .home .product-page .left-box .regular-box .text-box .text-2 {
    font-size: 16px;
    line-height: 1.8;
  }
  .home .product-page .left-box .regular-box .btn-list {
    margin-top: 3.13rem;
  }
  .home .product-page .left-box .regular-box .btn-list .btn {
    font-size: 14px;
    color: #666666;
    padding: 0.81rem 1.63rem;
    margin-right: 1.25rem;
    border: solid 1px #cccccc;
  }
  .home .product-page .left-box .intern-box {
    width: 100%;
    height: 26.25rem;
    background: #144aa5 no-repeat center;
    background-size: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home .product-page .left-box .intern-box .text-box {
    color: #fff;
    text-align: center;
  }
  .home .product-page .left-box .intern-box .text-box .title {
    font-size: 36px;
    font-weight: 700;
  }
  .home .product-page .left-box .intern-box .text-box .text {
    font-size: 20px;
    opacity: 0.4;
    margin: 1.44rem 0 2.06rem;
  }
  .home .product-page .left-box .intern-box .text-box .text-2 {
    font-size: 16px;
    line-height: 1.8;
  }
  .home .product-page .left-box .intern-box .btn-list {
    margin-top: 3.13rem;
  }
  .home .product-page .left-box .intern-box .btn-list .btn {
    font-size: 14px;
    color: #fff;
    padding: 0.81rem 1.63rem;
    margin-right: 1.25rem;
    border: solid 1px #ccc;
  }
  .home .product-page .right-box {
    padding-left: 0;
    padding-right: 0;
  }
  .home .product-page .right-box .product-box {
    width: 100%;
    height: 52.5rem;
    background: no-repeat center;
    background-size: 100% auto;
    padding: 9.38rem 5.63rem;
  }
  .home .product-page .right-box .product-box .page-title {
    text-align: center;
    align-items: flex-start;
  }
  .home .product-page .right-box .product-box .page-title .title {
    font-size: 36px;
    color: #fff;
    margin: 0.94rem 0 2rem;
    font-weight: 700;
  }
  .home .product-page .right-box .product-box .page-title .text {
    font-size: 24px;
    color: #fff;
    opacity: 0.5;
  }
  .home .product-page .right-box .product-box .page-title .link {
    width: 4rem;
    height: 2px;
    background-color: #fff;
  }
  .home .product-page .right-box .product-box .page-info-text {
    width: 23.75rem;
    margin-top: 1.88rem;
    margin-left: 0;
    text-align: left;
    color: #FFF;
  }
  .home .contact-us {
    background-color: #08225a;
    padding: 9.69rem 0;
  }
  .home .contact-us .page-title {
    text-align: center;
    margin-bottom: 3.38rem;
  }
  .home .contact-us .page-title .title {
    color: #fff;
  }
  .home .contact-us .page-title .text {
    color: #fff;
    opacity: 0.2;
  }
  .home .contact-us .page-title .link {
    background-color: #fff;
  }
  .home .contact-us .text-list .text-item {
    color: #FFF;
  }
  .home .contact-us .text-list .text-item .text-item-title {
    width: 100%;
    margin-bottom: 3.13rem;
    font-size: 15px;
    line-height: 2.5;
  }
  .home .contact-us .text-list .text-item .text-item-tips {
    width: 100%;
    font-size: 15px;
    line-height: 2;
  }
  .home .contact-us .rqimg-list {
    margin-top: 3.13rem;
    display: flex;
  }
  .home .contact-us .rqimg-list .rqimg-item {
    margin-right: 1.88rem;
  }
  .home .contact-us .rqimg-list .rqimg-item .rgimg-img {
    width: 7.25rem;
    height: 7.25rem;
  }
  .home .contact-us .rqimg-list .rqimg-item .text {
    font-size: 12px;
    line-height: 2.5;
    color: #ffffff;
  }
  .home .contact-us .form-title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 1.88rem;
  }
  .home .contact-us .form {
    width: 100%;
  }
  .home .contact-us .form .form-item {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #d5dce6;
    margin-bottom: 1.25rem;
  }
  .home .contact-us .form .form-item .form-control {
    width: 100%;
    height: 100%;
    border: none;
  }
  .home .contact-us .form .textarea {
    height: 9rem;
  }
  .home .contact-us .form .textarea .form-control-textarea {
    width: 100%;
    height: 100%;
    border: none;
  }
  .home .contact-us .form .submit {
    width: 10rem;
    height: 3.13rem;
    background-color: #144aa5;
    color: #FFF;
    margin: 0;
  }
}
