@charset "UTF-8";
.list1:nth-child(1){
    display: none;
}
.list1:nth-child(2){
    display: none;
}
/* pc端 */
@media screen and (min-width: 992px) {
  /* banner的箭头 */
  .banner-img .left {
    margin-left: 130px;
    z-index: 9999;
  }
  .banner-img .right {
    margin-right: 130px;
    z-index: 9999;
  }
  .banner-img .swiper-slide img {
    background-position: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .banner-content {
    position: relative;
  }
  .banner-content .area {
    position: absolute;
    top: 27.2%;
    left: 18.6%;
    color: #fff;
    z-index: 9999;
    width: 50%;
  }
  .banner-content .area h1 {
    font-size: 60px;
  }
  .banner-content .area h4 {
    font-size: 24px;
    margin: 80px 0;
    line-height: 40px;
  }
  .banner-content .area .more-btn a {
    display: block;
    border: 2px solid #fff;
    padding: 14px 35px;
    border-radius: 25px;
    width: 157px;
    text-align: center;
  }
  .content_body {
    width: 100%;
  }
  .content_body .area > div {
    padding-top: 80px;
    text-align: center;
  }
  .content_body .area > div h1 {
    font-size: 30px;
    color: #333333;
  }
  .content_body .area > div .line {
    width: 21px;
    height: 3px;
    background-color: #00489a;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 30px;
  }
  .content_body .area > div > a {
    font-size: 16px;
    color: #00489a;
  }
  .content_body .about_us > p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .about_us .list-items {
    /*height: 135px;*/
    padding-bottom: 15px;
    background-color: #eaecf4;
  }
  .about_us .list-items ul {
    height: 100%;
    overflow: hidden;
  }
  .about_us .list-items li {
    float: left;
    padding: 0 20px;
    margin: 0px 35px;
    width: 18%;
  }
  .about_us .list-items ul div {
    display: inline-block;
    width: 2.5px;
    height: 48px;
    margin-top: 43px;
    background-color: #a1a2a8;
  }
  .about_us .list-items h1 {
    display: inline-block;
    margin-top: 35px;
  }
  .about_us .list-items p {
    margin-top: 16px;
  }
  .product .list-items div {
    width: 25%;
    float: left;
    margin-top: 30px;
    padding-top: 50px;
    transition: all 0.3s linear;
    padding-bottom: 30px;
  }
  .product .list-items div:hover {
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    transform: translate3d(0, -2px, 0);
  }
  .product .list-items div:hover {
    color: #00489a;
  }
  .product .list-items::after {
    content: "";
    display: block;
    clear: both;
  }
  .product .list-items div .p1 {
    margin-top: 38px;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
  }
  .product .list-items div .p2 {
    /*letter-spacing: 3px;*/
    font-size: 20px;
    color: #333;
    line-height: 36px;
  }
  .product .list-items .more {
    margin-top: 50px;
    display: block;
  }
  .app_list-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .app .app_list-t .left {
    width: 48.333%;
    height: 307px;
       background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    /*background-image: url(../images/index-img/app1.png);*/
  }
  .app .app_list-t .right {
    width: 48.333%;
    height: 307px;
       background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    /*background-image: url(../images/index-img/app2.png);*/
  }
  .app .app_list-t {
    margin-top: 38px;
  }
  .app .app_list-t div {
    padding-top: 112px;
  }
  .app_list-t div h3 {
    font-size: 24px;
    color: #212121;
  }
  .app_list-t div h5 {
    font-size: 16px;
    color: #565656;
    margin-top: 43px;
  }
  .app_list-t div h3,
  .app_list-t div h5 {
    width: 50%;
    text-align: left;
    padding-left: 54px;
  }
  .app_list-b div {
    margin-top: 30px;
  }
  .app_list-b .whole {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-top: 0;
  }
  .app_list-b{
      display: flex;
      justify-content: space-between;
  }
  .app_list-b div {
    float: left;
    width: 22%;
    height: 269px;
    padding-top: 99px;
  }
  .app_list-b .list1{
    /*background-image: url(../images/index-img/app3.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
  }
   .app_list-b .list1::after{
       content:"";
       display: block;
       width: 100%;
       height: 100%;
       position: absolute;
       top: 0;
       left: 0;
       background-color: rgba(0,72,154, .5);
   }
  .app .app_list-b div h1 {
      position: absolute;
         top: 50%;
       left: 50%;
         transform: translate(-50%,-50%);
    font-size: 24px;
   color: #fff;
   z-index: 999;
  }
  .app .app_list-b div h4 {
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-left: 40px;
    margin-top: 42px;
  }
  .content-listnew {
    height: 620px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .listnews {
    width: 1071px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  .listnews:last-child {
    border-bottom: none;
  }
  .listnews:hover .new_txt h2,
  .listnews:hover .new_txt a {
    color: #00489a;
  }
  .news .listnews {
    width: 100%;
    height: 221px;
    padding: 25px 0 10px 0;
  }
  .listnews .new_txt {
    padding-top: 13px;
  }
  .listnews .new_txt .p1 {
    color: #666666;
    margin: 28px 0 40px 0;
  }
  .listnews div {
    text-align: left;
    cursor: pointer;
  }
  .listnews .new_txt {
    margin-left: 34px;
    width: 70%;
    height: 100%;
  }
  .news .listnews > p {
    color: #666666;
    font-size: 14px;
  }
  .content-listnew .swiper-container {
    height: 100%;
  }
  .friend::after {
    content: "";
    display: block;
    clear: both;
  }
  .friend p {
    width: 21px;
    height: 3px;
    background-color: #00489a;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 30px;
  }
    #comment1,#comment2{
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }
  #comment1 div,
  #comment2 div {
      width: calc(100%/6);
    /*margin-right: 110px;*/
  }
  /*#comment2 div:last-child,*/
  /*#comment1 div:last-child {*/
  /*  margin-right: 0;*/
  /*}*/
  .friend div li img {
    width: 103px;
    height: 35px;
  }
  .friend div li {
    margin-top: 52px;
  }
  #review_box {
    height: 261px;
    overflow: hidden;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .area {
    padding: 0 10px;
  }
  .banner-img .left {
    display: none;
  }
  .banner-img .right {
    display: none;
  }
  .banner-content .area {
    position: absolute;
    top: 27.2%;
    left: 18.6%;
    color: #fff;
    z-index: 9999;
    width: 62.5%;
  }
  .banner-img .swiper-slide img {
    background-position: center;
    width: 100%;
    height: 320px;
    vertical-align: middle;
  }
  .banner-content .area h1 {
    font-size: 32px;
  }
  .banner-content .area h4 {
    font-size: 15px;
    margin: 50px 0;
    line-height: 28px;
  }
  .banner-content .area .more-btn a {
    display: block;
    border: 2px solid #fff;
    padding: 9px 9px;
    border-radius: 20px;
    width: 106px;
    text-align: center;
    font-size: 12px;
  }
  .content_body {
    width: 100%;
  }
  .content_body .area > div {
    padding-top: 20px;
    text-align: center;
  }
  .content_body .area > div h1 {
    font-size: 20px;
    color: #333333;
  }
  .content_body .area > div .line {
    width: 16px;
    height: 2px;
    background-color: #00489a;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 22px;
  }
  .content_body .area > div > a {
    font-size: 16px;
    color: #00489a;
  }
  .content_body .about_us > p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .about_us .list-items {
    padding: 0 50px;
    height: 135px;
    background-color: #eaecf4;
  }
  .about_us .list-items ul {
    height: 100%;
    overflow: hidden;
  }
  .about_us .list-items li {
    float: left;
    margin: 0 28px;
    width: 16%;
  }
  .about_us .list-items ul div {
    display: inline-block;
    width: 2.5px;
    height: 48px;
    margin-top: 43px;
    background-color: #a1a2a8;
  }
  .about_us .list-items h1 {
    display: inline-block;
    margin-top: 35px;
  }
  .about_us .list-items p {
    margin-top: 28px;
  }
  .product .list-items div {
    width: 44%;
    height: 250px;
    float: left;
    padding-top: 25px;
    margin-left: 4%;
    transition: all 0.3s linear;
  }
  .product .list-items div:hover {
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    transform: translate3d(0, -2px, 0);
  }
  .product .list-items div:hover {
    color: #00489a;
  }
  .product .list-items::after {
    content: "";
    display: block;
    clear: both;
  }
  .product .list-items div .p1 {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
  }
  .product .list-items div .p2 {
    letter-spacing: 3px;
    font-size: 20px;
    color: #333;
    line-height: 36px;
  }
  .product .list-items .more {
    margin-top: 28px;
    display: block;
  }
  .app_list-t {
    overflow: hidden;
  }
  .app .app_list-t .left {
    width: 48.333%;
    height: 307px;
    background-image: url(../images/index-img/app1.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .app .app_list-t .right {
    width: 48.333%;
    height: 307px;
    background-image: url(../images/index-img/app2.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .app .app_list-t {
    margin-top: 38px;
  }
  .app .app_list-t div {
    padding-top: 112px;
  }
  .app_list-t div h3 {
    font-size: 24px;
    color: #212121;
  }
  .app_list-t div h5 {
    font-size: 16px;
    color: #565656;
    margin-top: 43px;
  }
  .app_list-t div h3,
  .app_list-t div h5 {
    width: 50%;
    text-align: left;
    padding-left: 54px;
  }
  .app_list-b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .app_list-b div {
    margin-top: 30px;
  }
  .app_list-b div {
    float: left;
    width: 24.5%;
    height: 269px;
    padding-top: 99px;
  }
  .app_list-b::after {
    content: "";
    display: block;
    clear: both;
  }
  .app_list-b .list1,
  .app_list-b .list3 {
    background-image: url(../images/index-img/app3.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .app_list-b .list2,
  .app_list-b .list4 {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/index-img/app4.png);
  }
  .app .app_list-b div h1 {
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-left: 40px;
  }
  .app .app_list-b div h4 {
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-left: 40px;
    margin-top: 42px;
  }
  .content-listnew {
    height: 380px;
    overflow: scroll;
    overflow-x: hidden;
    width: 80%;
    margin: auto;
  }
  .listnews {
    width: 1071px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  .listnews:last-child {
    border-bottom: none;
  }
  .listnews:hover .new_txt h2,
  .listnews:hover .new_txt a {
    color: #00489a;
  }
  .news .listnews {
    height: 130px;
    padding: 25px 0 10px 0;
  }
  .listnews .new_txt {
    padding-top: 13px;
  }
  .listnews .new_txt p {
    color: #666666;
    margin: 10px 0 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .listnews div {
    text-align: left;
    cursor: pointer;
    height: 100%;
  }
  .listnews div img {
    height: 100%;
  }
  .listnews .new_txt {
    margin-left: 34px;
  }
  .news .listnews > p {
    color: #666666;
    font-size: 14px;
  }
  .content-listnew .swiper-container {
    height: 100%;
  }
  .friend {
    overflow: hidden;
  }
  .friend p {
    width: 21px;
    height: 3px;
    background-color: #00489a;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 30px;
  }
  #review_box {
    height: 195px;
    overflow: hidden;
  }
  #comment1,
  #comment2 {
    width: 97%;
    margin: auto;
  }
  #comment1 div:last-child,
  #comment2 div:last-child {
    margin-right: 0;
  }
  #review_box div > div li img {
    width: 80%;
    height: 35px;
  }
  #review_box div > div li {
    margin-top: 30px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
     .app_list-b .list1{
    /*background-image: url(../images/index-img/app3.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
  }
   .app_list-b .list1::after{
       content:"";
       display: block;
       width: 100%;
       height: 100%;
       position: absolute;
       top: 0;
       left: 0;
       background-color: rgba(0,72,154, .5);
   }
  .app .app_list-b div h1 {
      position: absolute;
         top: 50%;
       left: 50%;
         transform: translate(-50%,-50%);
    font-size: 24px;
   color: #fff;
   z-index: 999;
  }
  .area {
    padding: 0 10px;
    width: 100%;
  }
  .banner-img .left {
    display: none;
  }
  .banner-img .right {
    display: none;
  }
  .banner-img .swiper-slide img {
    background-position: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .banner-content .area {
    display: none;
  }
  .content_body {
    width: 100%;
  }
  .content_body .area > div {
    padding-top: 24px;
    text-align: center;
  }
  .content_body .area > div h1 {
    font-size: 20px;
    color: #333333;
  }
  .content_body .area > div .line {
    width: 16px;
    height: 2px;
    background-color: #00489a;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 22px;
  }
  .content_body .area > div > a {
    font-size: 16px;
    color: #00489a;
  }
  .content_body .about_us > p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .about_us .list-items {
    height: 135px;
    background-color: #eaecf4;
  }
  .about_us .list-items ul {
    height: 100%;
    overflow: hidden;
  }
  .about_us .list-items li {
    float: left;
    margin: 0 17px;
    width: 37%;
  }

  .about_us .list-items li:nth-child(5),
  .about_us .list-items li:nth-child(7),
  .about_us .list-items div:nth-child(6) {
    display: none;
  }
  .about_us .list-items ul div {
    display: inline-block;
    width: 2.5px;
    height: 48px;
    margin-top: 43px;
    background-color: #a1a2a8;
  }
  .about_us .list-items h1 {
    display: inline-block;
    margin-top: 35px;
  }
  .about_us .list-items p {
    margin-top: 28px;
  }
  .list-items ul div:nth-child(4) {
    display: none;
  }
  .list-items div img {
    width: 100%;
    height: 85px;
}
  .product .list-items div {
    width: 44%;
    height: 300px;
    float: left;
    margin-top: 30px;
    padding-top: 31px;
    margin-left: 4%;
    transition: all 0.3s linear;
  }
  .product .list-items div:hover {
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    transform: translate3d(0, -2px, 0);
  }
  .product .list-items div:hover {
    color: #00489a;
  }
  .product .list-items::after {
    content: "";
    display: block;
    clear: both;
  }
  .product .list-items div .p1 {
    margin-top: 38px;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
  }
  .product .list-items div .p2 {
    letter-spacing: 3px;
    font-size: 20px;
    color: #333;
    line-height: 36px;
  }
  .product .list-items .more {
    margin-top: 50px;
    display: block;
  }
  .app_list-t {
    overflow: hidden;
  }
  .app .app_list-t .left {
    width: 48.333%;
    height: 307px;
    background-image: url(../images/index-img/app1.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .app .app_list-t .right {
    width: 48.333%;
    height: 307px;
    background-image: url(../images/index-img/app2.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .app .app_list-t {
    margin-top: 38px;
  }
  .app .app_list-t div {
    padding-top: 112px;
  }
  .app_list-t div h3 {
    font-size: 24px;
    color: #212121;
  }
  .app_list-t div h5 {
    font-size: 16px;
    color: #565656;
    margin-top: 43px;
  }
  .app_list-t div h3,
  .app_list-t div h5 {
    width: 100%;
    text-align: left;
    padding-left: 54px;
  }
  .app_list-b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .app_list-b div {
    margin-top: 30px;
  }
  .app_list-b div {
    width: 49%;
    height: 250px;
    padding-top: 99px;
  }
  .app_list-b::after {
    content: "";
    display: block;
    clear: both;
  }
  .app_list-b .list1,
  .app_list-b .list3 {
    background-image: url(../images/index-img/app3.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .app_list-b .list2,
  .app_list-b .list4 {
    background-position: center;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-image: url(../images/index-img/app4.png);
  }
  .app .app_list-b div h1 {
    font-size: 18px;
    color: #fff;
    text-align: left;
  }
  .app .app_list-b div h4 {
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-left: 40px;
    margin-top: 42px;
  }
  .content-listnew {
    height: 380px;
    overflow: scroll;
    overflow-x: hidden;
    width: 98%;
    margin: auto;
  }
  .listnews {
    width: 1071px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  .listnews:last-child {
    border-bottom: none;
  }
  .listnews:hover .new_txt h2,
  .listnews:hover .new_txt a {
    color: #00489a;
  }
  .news .listnews {
    height: 124px;
    padding: 25px 0 0 0;
    width: 100%;
  }
  .listnews .new_txt {
    padding-top: 13px;
  }
  .listnews .new_txt .p1 {
    color: #666666;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .listnews div {
    text-align: left;
    cursor: pointer;
    height: 100%;
    width: 42%;
  }
  .listnews div img {
    height: 100%;
  }
  .listnews .new_txt {
    padding: 4px;
    width: 58%;
    font-size: 12px;
  }
  .news .listnews > p {
    color: #666666;
    font-size: 14px;
  }
  .content-listnew .swiper-container {
    height: 100%;
  }
  .friend {
    overflow: hidden;
  }
  #comment1 div,
  #comment2 div {
    width: calc(100%/3);
  }
  .friend p {
    width: 21px;
    height: 3px;
    background-color: #00489a;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 30px;
  }
  #review_box {
    height: 195px;
    overflow: hidden;
  }
  #comment1,
  #comment2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
  }
  #comment1 div:last-child,
  #comment2 div:last-child {
    margin-right: 0;
  }
  #review_box div > div li img {
    width: 80%;
    height: 35px;
  }
  #review_box div > div li {
    width: 80%;
    margin-top: 30px;
  }
}
