@media screen and (max-width: 767px) {
  .w-100 {
    width: 100%;
  }
  .coon_1360 {
    width: 100%;
    margin: 0;
  }
  .position {
    position: relative;
  }
  .flex {
    display: flex;
    flex-shrink: 0;
  }
  .j-spce {
    justify-content: space-between;
  }
  .align-center {
    align-items: center;
  }
  .j-center {
    justify-content: center;
  }
  .flex-cloum {
    flex-direction: column;
  }
  .flex-warp {
    flex-wrap: wrap;
  }
  .main-container {
    min-width: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    box-sizing: border-box;
  }
  .paging {
    margin-top: 30px;
    margin-bottom: 34px;
  }
  .head {
    position: relative;
  }
  .head .head-content {
    padding: 14px;
    overflow: hidden;
    margin: 0 auto;
  }
  .head .head-content .head-box {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .head .head-content .head-box .menu-icon {
    display: block;
    width: 23px;
    height: 17px;
    background: url('../images/menu.jpg') no-repeat center;
    background-size: 100% auto;
  }
  .head .head-content .head-box .left {
    width: calc(100% - 21px);
  }
  .head .head-content .head-box .left p {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
  }
  .head .head-content .head-box .left span {
    display: block;
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    opacity: 0.42;
    line-height: 12px;
    text-align: center;
  }
  .head .head-content .right {
    display: none;
  }
  .head .head-content .right ul li {
    font-weight: bold;
    font-size: 18px;
    color: #cccc;
    line-height: 60px;
    margin-right: 50px;
  }
  .head .head-content .right ul li a {
    cursor: pointer;
  }
  .head .head-content .right ul li a:hover {
    color: #209dfe;
  }
  .head .head-content .search {
    width: 31px;
    height: 31px;
  }
  .head .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .head .mobile-menu .head-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: auto;
  }
  .head .mobile-menu .ant-drawer-body {
    position: absolute;
    top: 69px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 8px;
    background: rgba(55, 65, 81, 0.8);
    box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
    width: 150px;
    height: 32vh;
    transition: all 0.3s;
  }
  .head .mobile-menu .ant-drawer-body ul li {
    font-size: 14px;
    color: #ffff;
  }
  .head .mobile-menu .ant-drawer-body ul li a {
    display: block;
    padding: 10px 25px;
  }
  .head .header-search-container {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
  }
  .head .header-search-container .search {
    width: 100%;
  }
  .head .header-search-container .search .search-box {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
  }
  .head .header-search-container .search .search-box input {
    height: 100%;
    width: calc(100% - 98px);
    font-size: 14px;
    color: #888888;
    border: none;
    padding-left: 40px;
  }
  .head .header-search-container .search .search-box .btn {
    width: 98px;
    height: 40px;
    line-height: 40px;
    background: #008bf6;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
  }
  .main-container .banner,
  .main-container .nav-banner {
    position: relative;
    width: 100%;
    min-height: 200px;
    height: 100%;
    min-width: 110px;
    overflow: hidden;
  }
  .main-container .banner {
    min-height: 216px !important;
  }
  .main-container .banner-scroll {
    width: 100%;
  }
  .main-container .banner-scroll .swiper-wrapper .swiper-slide {
    height: 200px;
  }
  .main-container .search-container {
    display: none;
    position: absolute;
    top: 136px;
    left: 0;
    right: 0;
  }
  .main-container .search-container .search .search-box {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
  }
  .main-container .search-container .search .search-box input {
    height: 100%;
    width: calc(100% - 198px);
    font-size: 16px;
    color: #888888;
    border: none;
    padding-left: 40px;
  }
  .main-container .search-container .search .search-box .btn {
    width: 198px;
    height: 60px;
    background: #008bf6;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    cursor: pointer;
  }
  .line-box-title {
    padding: 36px 0 26px 0;
    margin: 0;
  }
  .line-box-title p {
    font-size: 21px;
    line-height: 10px;
  }
  .line-box-title p span {
    font-size: 21px;
  }
  .line-box-title span {
    margin-top: 16px;
    font-size: 10px;
  }
  .product {
    margin-bottom: 20px;
    padding: 0 12px;
  }
  .product ul {
    margin-left: 0;
  }
  .product ul li {
    flex: 1 1 33.3%;
    width: auto;
    height: auto;
    padding: 0 5px;
    margin-left: 0;
    margin-bottom: 20px;
    cursor: pointer;
    border: none;
  }
  .product ul li div {
    padding: 21px 7px;
    background-color: #f7f7f7;
  }
  .product ul li div img {
    width: 51px;
    height: 51px;
  }
  .product ul li:nth-child(2n + 1) {
    background-color: #ffff;
  }
  .product ul li p {
    width: 70%;
    word-wrap: break-word;
    margin-top: 17px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    margin: 0;
  }
  .product ul li:last-child {
    width: 33.3%;
    flex: none;
  }
  .policy {
    position: relative;
  }
  .policy .policy-person {
    background-color: none;
    height: 648px;
    padding: 0 15px;
  }
  .policy .policy-person ul {
    margin-top: 40px;
  }
  .policy .policy-person ul li {
    font-weight: bold;
    font-size: 21px;
    color: #ffffff;
    line-height: 15px;
    color: #fff;
  }
  .policy .policy-person ul li:last-child {
    color: #008bf6;
  }
  .policy .policy-person span {
    margin-top: 16px;
    font-weight: 400;
    font-size: 12px;
    color: #bac1cd;
    line-height: 15px;
  }
  .policy .policy-person p {
    width: 100%;
    margin-top: 46px;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    height: 220px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 9;
  }
  .policy .policy-form {
    width: 92%;
    position: absolute;
    bottom: -180px;
    left: 15px;
    right: 15px;
  }
  .policy .policy-form .policy-form-box {
    margin-top: 0px;
    background: #ffffff;
    box-shadow: 4px 6px 35px 0px rgba(0, 139, 246, 0.15);
    border-radius: 10px;
    padding: 30px 18px;
  }
  .policy .policy-form .policy-form-box .policy-head ul li {
    font-size: 21px;
    font-weight: bold;
    color: #ff8a00;
    margin-top: 14px;
  }
  .policy .policy-form .policy-form-box .policy-head ul li:last-child {
    color: #333333;
  }
  .policy .policy-form .policy-form-box .policy-head .policy-tips {
    margin-top: 16px;
    font-size: 16px;
  }
  .policy .policy-form .policy-form-box .policy-head .policy-tips i {
    color: #e40505;
  }
  .policy .policy-form .policy-form-box .policy-head .policy-tips span {
    color: #888888;
    font-size: 12px;
  }
  .policy .policy-form .policy-form-box .policy-form-content {
    margin-top: 16px;
  }
  .policy .policy-form .policy-form-box .policy-form-content ul {
    display: block;
  }
  .policy .policy-form .policy-form-box .policy-form-content ul li {
    display: flex;
    align-items: center;
    margin-top: 14px;
  }
  .policy .policy-form .policy-form-box .policy-form-content ul li label {
    min-width: 72px;
    font-size: 12px;
    line-height: 18px;
    display: block;
    text-align: right;
  }
  .policy .policy-form .policy-form-box .policy-form-content ul li input {
    width: auto;
    flex-grow: 1;
    height: 35px;
    background: #f7f7f7;
    border-radius: 6px;
    border: none;
    padding-left: 5px;
    font-size: 12px;
  }
  .policy .policy-form .policy-form-box .policy-form-content ul li input:focus {
    outline: none;
  }
  .policy .policy-form .policy-form-box .policy-form-phone {
    margin-top: 24px;
  }
  .policy .policy-form .policy-form-box .policy-form-phone ul {
    display: block;
  }
  .policy .policy-form .policy-form-box .policy-form-phone ul li {
    display: flex;
    align-items: center;
    margin-top: 14px;
  }
  .policy .policy-form .policy-form-box .policy-form-phone ul li label {
    width: 65px;
    font-size: 12px;
    line-height: 18px;
    display: block;
    text-align: right;
    padding-right: 12px;
  }
  .policy .policy-form .policy-form-box .policy-form-phone ul li input {
    width: calc(100% - 75px);
    height: 35px;
    background: #f7f7f7;
    border-radius: 6px;
    border: none;
    padding-left: 10px;
    font-size: 12px;
  }
  .policy .policy-form .policy-form-box .policy-form-phone ul li input:focus {
    outline: none;
  }
  .policy .policy-form .policy-form-box .policy-btn-group {
    margin-top: 22px;
  }
  .policy .policy-form .policy-form-box .policy-btn-group .policy-btn {
    width: 148px;
    height: 35px;
    border-radius: 18px;
    line-height: 35px;
    color: #ffff;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
  }
  .policy .policy-form .policy-form-box .policy-btn-group .submit {
    background: #008bf6;
    margin-right: 18px;
  }
  .policy .policy-form .policy-form-box .policy-btn-group .reset {
    background: #686868;
  }
  .policy-form {
    width: 100%;
  }
  .policy-form .policy-form-box {
    margin-top: 0px;
    background: #ffffff;
    box-shadow: 4px 6px 35px 0px rgba(0, 139, 246, 0.15);
    border-radius: 10px;
    padding: 30px 18px;
  }
  .policy-form .policy-form-box .policy-head ul li {
    font-size: 21px;
    font-weight: bold;
    color: #ff8a00;
    margin-top: 14px;
  }
  .policy-form .policy-form-box .policy-head ul li:last-child {
    color: #333333;
  }
  .policy-form .policy-form-box .policy-head .policy-tips {
    margin-top: 16px;
    font-size: 16px;
  }
  .policy-form .policy-form-box .policy-head .policy-tips i {
    color: #e40505;
  }
  .policy-form .policy-form-box .policy-head .policy-tips span {
    color: #888888;
  }
  .policy-form .policy-form-box .policy-form-content {
    margin-top: 16px;
  }
  .policy-form .policy-form-box .policy-form-content ul {
    display: block;
  }
  .policy-form .policy-form-box .policy-form-content ul li {
    display: flex;
    align-items: center;
    margin-top: 14px;
  }
  .policy-form .policy-form-box .policy-form-content ul li label {
    width: 65px;
    font-size: 12px;
    line-height: 18px;
    display: block;
    text-align: right;
  }
  .policy-form .policy-form-box .policy-form-content ul li input {
    width: calc(100% - 75px);
    height: 35px;
    background: #f7f7f7;
    border-radius: 6px;
    border: none;
    padding-left: 10px;
    font-size: 12px;
  }
  .policy-form .policy-form-box .policy-form-content ul li input:focus {
    outline: none;
  }
  .policy-form .policy-form-box .policy-form-phone {
    margin-top: 24px;
  }
  .policy-form .policy-form-box .policy-form-phone ul {
    display: block;
  }
  .policy-form .policy-form-box .policy-form-phone ul li {
    display: flex;
    align-items: center;
    margin-top: 14px;
  }
  .policy-form .policy-form-box .policy-form-phone ul li label {
    width: 65px;
    font-size: 12px;
    line-height: 18px;
    display: block;
    text-align: right;
    padding-right: 12px;
  }
  .policy-form .policy-form-box .policy-form-phone ul li input {
    width: calc(100% - 75px);
    height: 35px;
    background: #f7f7f7;
    border-radius: 6px;
    border: none;
    padding-left: 10px;
    font-size: 12px;
  }
  .policy-form .policy-form-box .policy-form-phone ul li input:focus {
    outline: none;
  }
  .policy-form .policy-form-box .policy-btn-group {
    margin-top: 22px;
  }
  .policy-form .policy-form-box .policy-btn-group .policy-btn {
    width: 148px;
    height: 35px;
    border-radius: 18px;
    line-height: 35px;
    color: #ffff;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
  }
  .policy-form .policy-form-box .policy-btn-group .submit {
    background: #008bf6;
    margin-right: 18px;
  }
  .policy-form .policy-form-box .policy-btn-group .reset {
    background: #686868;
  }
  .new {
    margin-top: 190px;
    padding: 0 15px;
  }
  .new .new-flex {
    display: block;
  }
  .new .left {
    background: #f7f7f7;
    padding: 15px;
    width: 100%;
    overflow: hidden;
  }
  .new .left .new-img {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  .new .left .new-img img {
    height: 190px;
    width: 100%;
  }
  .new .right {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
  }
  .new .right ul {
    margin: 0;
  }
  .new .right ul li {
    margin-bottom: 15px;
    padding: 0px 17px 20px 17px;
    background: #f7f7f7;
  }
  .new .right ul li:hover {
    background: #00286b;
    color: #fff;
  }
  .new .right ul li:hover span {
    color: #fff;
  }
  .new .new-item .new-l {
    width: 80%;
  }
  .new .new-item .new-l span {
    margin-right: 17px;
  }
  .new .new-item .new-l .new-head {
    margin-top: 12px;
  }
  .new .new-item .new-l .new-head span {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
  }
  .new .new-item .new-l .new-head i {
    margin: 0 15px;
    color: #939393;
  }
  .new .new-item .new-l .new-head p {
    position: relative;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 14px;
    text-align: left;
    text-indent: 0;
  }
  .new .new-item .new-l .new-head p ::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/add2.png') no-repeat center;
    width: 22px;
    height: 21px;
    background-size: 100% auto;
  }
  .new .new-item .new-l .new-content {
    overflow: hidden;
  }
  .new .new-item .new-l .new-content .new-wz {
    margin-top: 7px;
    width: calc(100% - 70px);
    line-height: 20px;
    text-overflow: ellipsis;
    height: 37px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* 显示行数 */
  }
  .new .new-item .new-add {
    position: relative;
    width: 35px;
    height: 35px;
    background: #008bf6;
    border-radius: 50%;
    margin-left: 20px;
  }
  .new .new-item .new-add::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/add2.png') no-repeat center;
    width: 22px;
    height: 21px;
    background-size: 100% auto;
  }
  .new .new-item .new-add p {
    position: relative;
  }
  .new .new-item-list .new-add {
    background-color: transparent;
  }
  .new .new-item-list .new-add::after {
    margin-top: 32px;
  }
  .new .new-item-list .new-add p {
    margin-top: 14px;
  }
  .about {
    position: relative;
    margin-top: 25px;
    background: #f7f7f7;
    overflow: hidden;
  }
  .about .about-head {
    padding: 0;
  }
  .about .about-head span {
    margin-top: 30px;
    display: block;
    font-weight: bold;
    font-size: 21px;
    color: #333333;
    line-height: 30px;
    text-align: center;
  }
  .about .about-head p {
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    line-height: 30px;
    text-align: center;
  }
  .about .about-head .p2 {
    display: block;
    width: 100%;
    margin-top: 32px;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 0 15px;
  }
  .about .about-head .abo {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 198px;
    background: url('../images/news-pic.jpg') no-repeat center;
    background-size: 100% auto;
  }
  .about .about-head .abo .about-item-content {
    position: absolute;
    left: 0;
    bottom: 22px;
    width: auto;
    height: auto;
    background: #008bf6;
    opacity: 0.95;
    z-index: 999;
    padding: 16px 20px;
  }
  .about .about-head .abo .about-item-content p {
    width: 161px;
    word-wrap: break-word;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 20px;
    margin-right: 18px;
  }
  .about .about-head .abo .about-item-content .add {
    position: relative;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    font-size: 21px;
  }
  .about .about-content {
    background-color: transparent;
    height: auto;
    padding: 36px 0;
  }
  .about .about-content ul li {
    flex: 1 1 25%;
    margin-right: 0;
    text-align: center;
    cursor: pointer;
  }
  .about .about-content ul li img {
    width: 42px;
    height: 42px;
  }
  .about .about-content ul li p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    line-height: 15px;
  }
  .about .about-content .about-banner {
    position: relative;
    height: auto;
    margin: 23px 16px 0 16px;
    box-sizing: border-box;
  }
  .about .about-content .about-banner .swiper-wrapper {
    position: relative;
    width: 100%;
  }
  .about .about-content .about-banner .swiper-wrapper .swiper-slide {
    width: 50% !important;
    height: 116px;
  }
  .about .about-content .about-banner .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
  }
  .about .about-content .about-banner .swiper-wrapper .bg-cover {
    margin-right: 16px;
  }
  .about .about-content .about-banner .swiper-button-prev {
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    z-index: 999999;
    background: url('../images/left1.png') no-repeat center;
    width: 17px;
    height: 19px;
    background-size: 100% auto;
    opacity: 1;
    margin-top: 0;
  }
  .about .about-content .about-banner .swiper-button-next {
    right: -20px;
    top: 50%;
    width: 17px;
    height: 19px;
    background-image: url('../images/right1.png');
    background-size: cover;
    z-index: 888888888;
  }
  .about .about-content .about-banner .swiper-button-disabled {
    display: block;
  }
  .map {
    padding: 0 15px 30px 15px;
    background: none;
  }
  .map .map-head {
    margin-top: 42px;
    padding: 0;
  }
  .map .map-head p {
    font-weight: bold;
    font-size: 21px;
    color: #333333;
    line-height: 30px;
    text-align: center;
  }
  .map .map-head span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    line-height: 30px;
    text-align: center;
  }
  .map .map-content {
    background: #ffffff;
    width: 100%;
    height: auto;
    padding: 0px;
    margin-top: 17px;
    margin-bottom: 26px;
    padding: 0;
  }
  .map .map-content ul li {
    margin-top: 23px;
  }
  .map .map-content ul li img {
    margin: 0;
    width: 46px;
    height: 46px;
  }
  .map .map-content ul li .map-list-item {
    margin-left: 20px;
  }
  .map .map-content ul li .map-list-item p {
    font-size: 12px;
    color: #333333;
  }
  .map .map-content ul li .map-list-item .content {
    font-size: 16px;
    color: #00286b;
  }
  .map .map-form {
    position: relative;
    top: 0;
    right: 0;
  }
  .map .map-form .map-form-content {
    background: #00286b;
    padding: 28px 25px;
    width: 100%;
    height: auto;
  }
  .map .map-form .map-form-content .map-form-content-title {
    margin-bottom: 22px;
    text-align: center;
  }
  .map .map-form .map-form-content .map-form-content-title p {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 6px;
    display: inline-block;
    margin-right: 0px;
  }
  .map .map-form .map-form-content .map-form-content-title span {
    font-weight: 400;
    font-size: 15px;
    color: #fffefe;
    line-height: 6px;
    opacity: 0.48;
  }
  .map .map-form .map-form-content .map-form-content-item {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .map .map-form .map-form-content .map-form-content-item .map-form-content-item-li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0px;
    margin-top: 10px;
  }
  .map .map-form .map-form-content .map-form-content-item .map-form-content-item-li:first-child {
    margin-left: 0;
  }
  .map .map-form .map-form-content .map-form-content-item .map-form-content-item-li label {
    width: 63px;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    line-height: 45px;
  }
  .map .map-form .map-form-content .map-form-content-item .map-form-content-item-li input {
    height: 35px;
    flex-grow: 1;
    font-size: 16px;
    padding: 5px;
  }
  .map .map-form .map-form-content .map-form-content-item .map-form-content-item-textarea {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .map .map-form .map-form-content .map-form-content-item .map-form-content-item-textarea label {
    width: 63px;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    line-height: 45px;
  }
  .map .map-form .map-form-content .map-form-content-item .map-form-content-item-textarea textarea {
    height: 67px;
    flex-grow: 1;
    font-size: 16px;
    padding: 5px;
  }
  .map .map-form .map-form-content .map-form-content-item .map-form-btn {
    margin-top: 10px;
    width: 100%;
    height: 35px;
    background: #008bf6;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
    margin-left: 0px;
    text-align: center;
    cursor: pointer;
  }
  .foot-container {
    padding: 30px 13px;
  }
  .foot-container .foot-container-box {
    position: relative;
    display: block;
    padding-bottom: 44px;
  }
  .foot-container .foot-container-box .flex {
    display: block;
  }
  .foot-container .foot-container-box .link {
    margin: 0 -8px;
  }
  .foot-container .foot-container-box .link .link-head {
    text-align: center;
  }
  .foot-container .foot-container-box .link .link-head span {
    font-size: 20px;
    color: #fff;
  }
  .foot-container .foot-container-box .link .link-head .p2 {
    margin-left: 0;
    color: #696868;
    font-size: 20px;
    text-transform: uppercase;
  }
  .foot-container .foot-container-box .link ul {
    width: auto;
    margin: 0;
    margin-top: 20px;
    display: flex;
  }
  .foot-container .foot-container-box .link ul li {
    width: 33.3%;
    height: 35px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0 8px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: transparent;
  }
  .foot-container .foot-container-box .link ul li a {
    display: block;
    width: 100%;
    background-color: #25282e;
  }
  .foot-container .foot-container-box .link ul li:hover {
    background-color: #008bf6;
  }
  .foot-container .foot-container-box .link ul li:nth-child(3n + 3) {
    margin-right: 0;
  }
  .foot-container .foot-container-box .link ul li:last-child {
    width: 33.3%;
    flex: none;
  }
  .foot-container .foot-container-box .foot-content {
    margin-left: 0px;
  }
  .foot-container .foot-container-box .foot-content .foot-list {
    margin-right: 35px;
  }
  .foot-container .foot-container-box .foot-content .foot-list:not(:first-child) {
    display: none;
  }
  .foot-container .foot-container-box .foot-content .foot-list p {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 24px;
  }
  .foot-container .foot-container-box .foot-content .foot-list ul li {
    font-weight: 400;
    font-size: 12px;
    color: #cacaca;
    line-height: 28px;
  }
  .foot-container .foot-container-box .foot-content .foot-list ul li:last-child {
    margin-bottom: 0;
  }
  .foot-container .foot-container-box .code {
    position: absolute;
    right: 0;
    bottom: 60px;
    background-color: #ffffff;
    padding: 10px;
    height: auto;
  }
  .foot-container .foot-container-box .code img {
    width: 83px;
    height: 82px;
  }
  .foot-container .foot-container-box .code p {
    margin-top: 11px;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    line-height: 18px;
  }
  .foot-container .beian {
    border-top: 1px solid #454b53;
    padding: 20px 40px 0px 40px;
  }
  .foot-container .beian span {
    font-weight: 400;
    font-size: 12px;
    color: #616a76;
    line-height: 24px;
  }
  .product-service-container .banner {
    background-image: url('../images/banner2.jpg');
  }
  .product-service-container .pic {
    margin-top: 5px;
    padding: 0 13px;
  }
  .product-service-container .pic ul {
    display: block;
  }
  .product-service-container .pic ul .pic-item {
    background: url('../images/bg4.jpg') no-repeat center;
    width: 100%;
    height: 151px;
    background-size: 100% auto;
    margin-right: 0;
    margin-top: 17px;
    border-radius: 4px;
  }
  .product-service-container .pic ul .pic-item:last-child {
    margin-right: 0;
  }
  .product-service-container .pic ul .pic-item p {
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 10px;
  }
  .product-service-container .pic ul .pic-item .more {
    width: 100px;
    height: 25px;
    background: #ff8a00;
    margin-top: 15px;
    line-height: 25px;
    border-radius: 15px;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
  }
  .product-service-container .product-service-list {
    margin-top: -10px;
    padding: 0 6px;
  }
  .product-service-container .product-service-list ul {
    margin-right: 0;
    margin-left: 0;
  }
  .product-service-container .product-service-list ul li {
    flex: 1 1 33.33%;
    padding: 0 6px;
    position: relative;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-top: 15px;
    cursor: pointer;
    margin-left: 0;
    border: none;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .product-service-container .product-service-list ul li div {
    background: #f7f7f7;
    padding: 20px 6px 30px 6px;
  }
  .product-service-container .product-service-list ul li:nth-child(3n + 3) {
    margin-right: 0;
  }
  .product-service-container .product-service-list ul li img {
    width: 51px;
    height: 51px;
    margin: 0 auto;
  }
  .product-service-container .product-service-list ul li p {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    width: 100%;
    text-align: center;
    margin: 17px 0 0 0;
  }
  .product-service-container .product-service-list ul li .white {
    height: 100%;
    flex-direction: column;
  }
  .product-service-container .product-service-list ul li:nth-child(2n) .white {
    background-color: transparent;
  }
  .product-service-container .product-service-list ul li:nth-child(2n + 1) .white {
    background-color: #fff;
  }
  .product-service-container .product-service-list ul li .hover-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: url('../images/img2-3.jpg') no-repeat center;
    background-size: cover;
    transition: opacity 0.6s, filter 3s ease-out, transform 5s ease-out;
  }
  .product-service-container .fangan {
    background: url('../images/bg42.jpg') no-repeat top center;
    width: 100%;
    height: 403px;
    background-size: cover;
    margin-top: 25px;
    padding: 0 25px;
  }
  .product-service-container .fangan .line-box-title p {
    color: #fff;
    font-size: 21px;
    line-height: 10px;
  }
  .product-service-container .fangan .hotSwipper {
    display: none;
  }
  .product-service-container .fangan .big-data-banner {
    position: relative;
    margin: 25px auto 0 auto;
    height: 401px;
  }
  .product-service-container .fangan .big-data-banner .swiper-wrapper {
    position: relative;
    width: auto;
  }
  .product-service-container .fangan .big-data-banner .swiper-wrapper .swiper-slide {
    width: 648px;
    height: 401px;
  }
  .product-service-container .fangan .big-data-banner .swiper-wrapper .swiper-slide:nth-child(2n + 2) {
    margin-right: 0;
  }
  .product-service-container .fangan .big-data-banner .swiper-wrapper .swiper-slide:nth-child(2n) .fangan-btn {
    background: #ff8a00;
  }
  .product-service-container .fangan .big-data-banner .swiper-wrapper .swiper-slide:nth-child(2n + 1) .fangan-btn {
    background: #008bf6;
  }
  .product-service-container .fangan .big-data-banner .swiper-wrapper .swiper-slide .fangan-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 30px;
    width: 382px;
    height: 54px;
    border-radius: 27px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
  }
  .product-service-container .fangan .big-data-banner .swiper-wrapper .bg-cover {
    margin-right: 64px;
  }
  .product-service-container .fangan .big-data-banner .swiper-button-prev {
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    z-index: 999999;
    background: url('../images/left1.png') no-repeat center;
    width: 17px;
    height: 19px;
    background-size: 100% auto;
    opacity: 1;
    margin-top: 0;
  }
  .product-service-container .fangan .big-data-banner .swiper-button-next {
    right: -20px;
    top: 50%;
    width: 17px;
    height: 19px;
    background-image: url('../images/right1.png');
    background-size: cover;
    z-index: 888888888;
  }
  .product-service-container .fangan .big-data-banner .swiper-button-disabled {
    display: block;
  }
  .product-service-container .fangan .hot-mobile-Swipper {
    display: block;
    position: relative;
    height: 201px;
  }
  .product-service-container .fangan .hot-mobile-Swipper .big-data-hot-mobile-swiper {
    height: 100%;
  }
  .product-service-container .fangan .hot-mobile-Swipper .swiper-button-prev {
    top: 50%;
    transform: translate(-50%, 0);
    left: -15px;
    width: 9px;
    height: 15px;
    background: url('../images/left-1.png') no-repeat center;
    background-size: 100% auto;
    margin-top: 0;
  }
  .product-service-container .fangan .hot-mobile-Swipper .swiper-button-next {
    top: 50%;
    transform: translate(-50%, 0);
    right: -20px;
    width: 9px;
    height: 15px;
    background: url('../images/right-1.png') no-repeat center;
    background-size: 100% auto;
    margin-top: 0;
  }
  .product-service-container .fangan .hot-mobile-Swipper .img {
    height: 100%;
  }
  .product-service-container .fangan .hot-mobile-Swipper .img img {
    height: 100%;
    width: 100%;
  }
  .product-service-container .fangan .hot-mobile-Swipper .fangan-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 238px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #008bf6;
    border-radius: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
  }
  .product-service-container .line-product-item {
    margin: 0 auto;
    width: 130px;
    padding: 28px 0 14px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .product-service-container .line-product-item span {
    font-size: 13px;
    line-height: 15px;
  }
  .product-service-container .big-data {
    padding: 0 8px 30px 8px;
    margin-top: -20px;
  }
  .product-service-container .big-data ul {
    flex-wrap: wrap;
  }
  .product-service-container .big-data ul li {
    flex: 1 1 50%;
    margin-top: 20px;
    padding: 0 4px;
    margin-right: 0;
    cursor: pointer;
  }
  .product-service-container .big-data ul li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .product-service-container .big-data ul li:nth-child(3n + 3) {
    margin-right: 0;
  }
  .product-service-container .big-data ul li img {
    width: 100%;
    height: 118px;
  }
  .product-service-container .big-data ul li p {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 15px;
    margin-top: 22px;
    text-align: center;
    margin-top: 15px;
  }
  .product-service-container .big-data ul li:last-child {
    width: 50%;
    flex: none;
  }
  .product-head-top {
    position: relative;
    z-index: 7;
    width: 226px;
    height: 60px;
    margin: -30px auto 0 auto;
    background: #ffffff;
    border-radius: 40px 40px 27px 27px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
  }
  .tabs {
    width: 100%;
    background: #f7f7f7;
    height: 52px;
    line-height: 52px;
    padding: 0 12px;
  }
  .tabs ul {
    display: flex;
    overflow-x: auto;
    /* 横向滚动 */
    white-space: nowrap;
    /* 防止内容换行 */
    overflow-y: hidden;
  }
  .tabs ul li {
    flex: 0 0 auto;
    float: left;
    font-size: 14px;
    padding: 0 15px;
    margin-right: 27px;
    cursor: pointer;
    height: 52px;
  }
  .tabs ul li.active {
    position: relative;
    color: #00286b;
    font-weight: bold;
  }
  .tabs ul li.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 6px;
    bottom: -3px;
    background-color: #00286b;
  }
  .tabs ul li:last-child {
    margin-right: 0;
  }
  .tabs .bread {
    display: none;
    float: right;
    color: #9c9c9c;
  }
  .tabs .bread .home {
    background: url(../images/home.png) no-repeat center 16px;
    height: 60px;
    width: 22px;
    margin-right: 14px;
    display: inline-block;
  }
  .product-list-container .product-list-nav {
    padding: 0 9px;
  }
  .product-list-container .product-list-nav ul {
    display: block;
  }
  .product-list-container .product-list-nav ul li .product-list {
    margin-top: 7px;
    margin-bottom: 32px;
  }
  .product-list-container .product-list-nav ul li .product-list ul {
    display: flex;
  }
  .product-list-container .product-list-nav ul li .product-list ul li {
    flex: 1 1 50%;
    padding: 0 4px;
    position: relative;
    margin-right: 0px;
    margin-top: 20px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .product-list-container .product-list-nav ul li .product-list ul li div {
    width: 100%;
  }
  .product-list-container .product-list-nav ul li .product-list ul li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .product-list-container .product-list-nav ul li .product-list ul li:nth-child(3n + 3) {
    margin-right: 0px;
  }
  .product-list-container .product-list-nav ul li .product-list ul li img {
    width: 100%;
    height: 118px;
    object-fit: fill;
    margin: 0;
  }
  .product-list-container .product-list-nav ul li .product-list ul li p {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 15px;
    text-align: center;
    margin: 15px 0 0 0;
    flex-shrink: 1;
  }
  .product-list-container .product-list-nav ul li .product-list ul li .list-item-box {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #008bf6;
    border-radius: 50%;
    opacity: 0;
  }
  .product-list-container .product-list-nav ul li .product-list ul li .list-item-box .list-item-add {
    width: 21px;
    height: 22px;
  }
  .product-list-container .product-list-nav ul li .product-list ul li:hover .list-item-box {
    opacity: 1;
  }
  .product-list-container .product-list-nav ul li .product-list ul li:hover p {
    color: #00286b;
    font-weight: bold;
  }
  .product-list-container .product-list-nav ul li .product-list ul li:last-child {
    width: 50%;
    flex: none;
  }
  .product-details-container .product-list-nav {
    padding: 0 15px;
  }
  .product-details-container .list-details-content {
    padding: 0;
    margin-top: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
  }
  .product-details-container .list-details-content .product-details-list-content .flex {
    display: block;
  }
  .product-details-container .list-details-content .product-details-list-content .product-details-list-content-pic {
    width: 100%;
    height: 240px;
  }
  .product-details-container .list-details-content .product-details-list-content .product-details-list-content-wz {
    margin-left: 0px;
  }
  .product-details-container .list-details-content .product-details-list-content .product-details-list-content-wz .product-details-list-content-title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
    text-align: center;
  }
  .product-details-container .list-details-content .product-details-list-content .product-details-list-content-wz .product-details-list-content-tips {
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 24px;
  }
  .product-details-container .list-details-content .product-details-list-content-js {
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 24px;
  }
  .product-details-container .list-details-content .product-details-list-content-video {
    width: 100%;
    height: 200px;
    display: block;
    margin: 43px auto 20px auto;
  }
  .paging-box {
    display: block;
    margin-top: 40px;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
  }
  .paging-box .paging-prev {
    color: #888888;
  }
  .paging-box .paging-next {
    margin-top: 20px;
    color: #00286b;
  }
  .ecology-container .ecology-zc {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .ecology-container .ecology-zc .ecology-zc-box ul li {
    font-weight: bold;
    font-size: 21px;
    color: #333333;
    line-height: 15px;
  }
  .ecology-container .ecology-zc .ecology-zc-box ul li:last-child {
    color: #008bf6;
  }
  .ecology-container .ecology-zc .ecology-zc-box span {
    display: block;
    margin-top: 15px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 15px;
  }
  .ecology-container .ecology-zc .ecology-zc-box p {
    margin-top: 32px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 24px;
  }
  .ecology-container .ecology-form {
    width: 100%;
    height: 476px;
    background: url('../images/banner.jpg') no-repeat center;
    background-size: cover;
    padding: 33px 13px;
  }
  .ecology-container .ecology-form .policy-form-box {
    margin-top: 0;
  }
  .message-container .message-content-box {
    margin-top: 34px;
    padding: 0 12px;
  }
  .message-container .message-content-box .message-content-item ul {
    display: block;
  }
  .message-container .message-content-box .message-content-item ul li {
    border: 1px solid #e5e5e5;
    padding: 15px;
    width: 100%;
    margin-right: 0px;
    margin-top: 18px;
  }
  .message-container .message-content-box .message-content-item ul li :nth-child(2n + 2) {
    margin-right: 0;
  }
  .message-container .message-content-box .message-content-item ul li img {
    width: 100%;
    height: 100%;
  }
  .message-container .message-content-box .message-content-item ul li .message-date {
    margin-top: 21px;
  }
  .message-container .message-content-box .message-content-item ul li .message-date span {
    font-size: 18px;
    line-height: 30px;
  }
  .message-container .message-content-box .message-content-item ul li .message-date i {
    font-size: 17px;
    margin: 0 10px;
  }
  .message-container .message-content-box .message-content-item ul li .message-date p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    width: calc(100% - 90px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
  }
  .message-container .message-content-box .message-content-item ul li .message-wz {
    margin-top: 18px;
  }
  .message-container .message-content-box .message-content-item ul li .message-wz p {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    width: calc(100% - 65px);
    line-height: 24px;
    display: -webkit-box;
    /* Safari */
    -webkit-line-clamp: 2;
    /* Safari and Chrome */
    -webkit-box-orient: vertical;
    /* Safari and Chrome */
    overflow: hidden;
    margin: 0;
  }
  .message-container .message-content-box .message-content-item ul li .message-wz .add-icon {
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #008bf6;
    border-radius: 50%;
    margin-left: 25px;
  }
  .message-container .message-content-box .message-content-list-item {
    margin-top: 5px;
  }
  .message-container .message-content-box .message-content-list-item ul li {
    position: relative;
    background: #f7f7f7;
    padding: 20px 18px;
    margin-top: 18px;
    cursor: pointer;
  }
  .message-container .message-content-box .message-content-list-item ul li .inbox {
    position: relative;
  }
  .message-container .message-content-box .message-content-list-item ul li .inbox span {
    position: absolute;
    top: 0px;
    left: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
  }
  .message-container .message-content-box .message-content-list-item ul li .inbox .inbox-content {
    margin-left: 0px;
    max-width: 100%;
  }
  .message-container .message-content-box .message-content-list-item ul li .inbox .inbox-content p {
    margin: 0 0 0 60px;
    font-size: 14px;
    line-height: 30px;
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
  }
  .message-container .message-content-box .message-content-list-item ul li .inbox .inbox-content span {
    position: relative;
    margin-top: 18px;
    font-size: 12px;
    line-height: 22px;
    width: 70%;
    display: -webkit-box;
    /* Safari */
    -webkit-line-clamp: 2;
    /* Safari and Chrome */
    -webkit-box-orient: vertical;
    /* Safari and Chrome */
    overflow: hidden;
  }
  .message-container .message-content-box .message-content-list-item ul li .right-inbox {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 65px;
    background: #00286b;
    overflow: hidden;
  }
  .message-container .message-content-box .message-content-list-item ul li .right-inbox::after {
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-bottom: 132px solid #00286b;
    content: '';
    position: absolute;
    left: -50px;
    bottom: 0;
    transform: scaleX(-1);
  }
  .message-container .message-content-box .message-content-list-item ul li .right-inbox .inbox-icon {
    width: 32px;
    height: 31px;
    background: url('../images/add2.png') no-repeat center;
    background-size: 100% auto;
  }
  .message-container .message-content-box .message-content-list-item ul li .right-inbox p {
    margin-top: 7px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
  }
  .message-container .message-content-box .message-content-list-item ul li .right-inbox::after {
    width: 0;
    height: 0;
    border-right: 51px solid transparent;
    border-bottom: 133px solid #00286b;
    content: '';
    position: absolute;
    left: -51px;
    bottom: 0;
    transform: scaleX(-1);
  }
  .message-container .message-content-box .message-content-list-item ul li:hover {
    background-color: #00286b;
  }
  .message-container .message-content-box .message-content-list-item ul li:hover .inbox span {
    color: #fff;
  }
  .message-container .message-content-box .message-content-list-item ul li:hover .inbox-content p {
    color: #fff;
  }
  .message-container .message-content-box .message-content-list-item ul li:hover .inbox-content span {
    color: #fff;
  }
  .message-container .message-content-box .message-content-list-item ul li:hover .right-inbox {
    background-color: #008bf6;
  }
  .details-container .list-details-content {
    margin-top: 35px;
  }
  .details-container .list-details-content .details-content-box {
    padding: 0 15px;
  }
  .details-container .list-details-content .details-content-box p {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
  }
  .details-container .list-details-content .details-content-box .details-data {
    margin-top: 15px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 30px;
  }
  .details-container .list-details-content .details-content-box .content-wz {
    margin-top: 25px;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 24px;
  }
  .details-container .list-details-content .details-content-box .paging-box {
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .company-introduction-container .company-introduction-content-box {
    margin-top: 34px;
    margin-bottom: 40px;
    padding: 0 13px;
  }
  .company-introduction-container .company-introduction-content-box p {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 24px;
  }
  .company-introduction-container .company-introduction-content-box .company-introduction-pic-item {
    margin-top: 15px;
  }
  .company-introduction-container .company-introduction-content-box .company-introduction-pic-item ul li {
    width: 49%;
    height: 106px;
    background: url('../images/product1.jpg') no-repeat center;
    margin-right: 7px;
  }
  .company-introduction-container .company-introduction-content-box .company-introduction-pic-item ul li:last-child {
    margin-right: 0;
  }
  .company-introduction-container .company-introduction-content-box .company-introduction-pic-item ul li span {
    font-size: 14px;
  }
  .company-introduction-container .company-introduction-content-box .company-introduction-pic-item-small {
    margin-top: 13px;
  }
  .company-introduction-container .company-introduction-content-box .company-introduction-pic-item-small ul li {
    width: 32%;
    height: 106px;
    opacity: 0.63;
    background: url('../images/product1.jpg') no-repeat center;
    background-size: cover;
    margin-right: 7px;
    cursor: pointer;
  }
  .company-introduction-container .company-introduction-content-box .company-introduction-pic-item-small ul li:last-child {
    margin-right: 0;
  }
  .company-introduction-container .company-introduction-content-box .company-introduction-pic-item-small ul li span {
    font-size: 14px;
  }
  .search-list-container .nav-banner {
    position: relative;
    width: 100%;
    min-height: 200px;
    height: 100%;
    min-width: 110px;
    overflow: hidden;
  }
  .search-list-container .search-container {
    position: relative;
    top: 0;
    display: block;
    background: #f5f5f5;
    padding: 20px 14px;
    box-sizing: border-box;
  }
  .search-list-container .search-container .search {
    height: 40px;
  }
  .search-list-container .search-container .search .search-box {
    height: 40px;
  }
  .search-list-container .search-container .search .search-box input {
    padding-left: 19px;
    width: calc(100% - 99px);
  }
  .search-list-container .search-container .search .search-box .btn {
    width: 99px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
  .search-list-container .search-result-box {
    margin-top: 20px;
    padding-left: 31px;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
  }
  .search-list-container .search-result-box span {
    color: #00286b;
  }
  .search-list-container .search-list-content-box {
    margin-top: -3px;
    padding: 0 13px;
  }
  .search-list-container .search-list-content-box .message-content-list-item {
    margin-top: 5px;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li {
    position: relative;
    background: #f7f7f7;
    padding: 20px 18px;
    margin-top: 18px;
    cursor: pointer;
    overflow: hidden;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li .inbox span {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 20px;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li .inbox .inbox-content {
    margin-left: 21px;
    max-width: 236px;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li .inbox .inbox-content p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li .inbox .inbox-content span {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: -webkit-box;
    /* Safari */
    -webkit-line-clamp: 2;
    /* Safari and Chrome */
    -webkit-box-orient: vertical;
    /* Safari and Chrome */
    overflow: hidden;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li .right-inbox {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 80px;
    background: #00286b;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li .right-inbox::after {
    width: 0;
    height: 0;
    border-right: 51px solid transparent;
    border-bottom: 176px solid #00286b;
    content: '';
    position: absolute;
    left: -50px;
    bottom: 0;
    transform: scaleX(-1);
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li .right-inbox .inbox-icon {
    width: 16px;
    height: 15px;
    background: url('../images/add2.png') no-repeat center;
    background-size: 100% auto;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li .right-inbox p {
    margin-top: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 12px;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li:hover {
    background-color: #00286b;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li:hover .inbox span {
    color: #fff;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li:hover .inbox-content p {
    color: #fff;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li:hover .inbox-content span {
    color: #fff;
  }
  .search-list-container .search-list-content-box .message-content-list-item ul li:hover .right-inbox {
    background-color: #008bf6;
  }
  .concat-container .concat-content-box {
    margin-top: 12px;
    padding: 0 14px;
  }
  .concat-container .concat-content-box .concat-item ul {
    display: block;
  }
  .concat-container .concat-content-box .concat-item ul li {
    margin-top: 23px;
  }
  .concat-container .concat-content-box .concat-item ul li .concat-item-bg {
    width: 46px;
    height: 46px;
  }
  .concat-container .concat-content-box .concat-item ul li .concat-item-details {
    margin-left: 17px;
  }
  .concat-container .concat-content-box .concat-item ul li .concat-item-details p {
    font-size: 12px;
  }
  .concat-container .concat-content-box .concat-item ul li .concat-item-details span {
    font-size: 16px;
  }
  .concat-container .concat-map {
    margin-top: 32px;
    margin-bottom: 33px;
    width: 100%;
    height: auto;
    background: none;
    background-size: cover;
  }
  .concat-container .concat-map img {
    width: 100%;
    height: 100%;
  }
  .product-list-nav .product-wrapper {
    min-height: 385px;
    margin-top: 30px;
    background: url(../images/mobile-bg1.jpg) no-repeat center bottom;
    background-size: 100% 213px;
  }
  .product-list-nav .product-wrapper .swiper-container .swiper-wrapper li h3 {
    width: 62px;
    height: 62px;
    line-height: 62px;
    margin-top: 35px;
  }
  .product-list-nav .product-wrapper .swiper-container .swiper-wrapper li p {
    font-size: 14px;
  }
  .product-list-nav .product-wrapper .swiper-container .swiper-wrapper li:nth-child(even) p {
    bottom: 27px;
  }
  .product-list-nav .product-wrapper .swiper-button-prev2 {
    top: 40%;
    left: 20px;
    width: 37px;
    height: 37px;
    background-size: cover;
  }
  .product-list-nav .product-wrapper .swiper-button-next2 {
    top: 40%;
    right: 20px;
    width: 37px;
    height: 37px;
    background-size: cover;
  }
  .honor-content .swiper {
    margin: 0 35px;
    padding: 0 0 40px 0;
  }
  .honor-content .swiper .swiper-slide {
    width: 276px;
    height: 182px;
  }
  .honor-content .swiper .swiper-slide span {
    padding-top: 5px;
    font-size: 13px;
  }
  .honor-content .swiper-button-prev {
    display: none;
  }
  .honor-content .swiper-button-next {
    display: none;
  }
  .mask-call .mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #b2b2b2;
    opacity: 0.3;
    z-index: 99;
  }
  .mask-call .call-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 220px;
    background: #ffffff;
    box-shadow: 4px 6px 50px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 21px 23px;
    z-index: 999;
  }
  .mask-call .call-container .close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    font-size: 14px;
  }
  .mask-call .call-container .call-header {
    text-align: center;
  }
  .mask-call .call-container .call-header p {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .mask-call .call-container .call-header span {
    display: block;
    margin-top: 10px;
    color: #454545;
    font-size: 12px;
  }
  .mask-call .call-container .call-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }
  .mask-call .call-container .call-content .call-left img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    margin-left: 0;
  }
  .mask-call .call-container .call-content .call-left .call-number p {
    font-size: 14px;
    color: #333333;
  }
  .mask-call .call-container .call-content .call-left .call-number span {
    margin-top: 15px;
    font-size: 14px;
    color: #008bf6;
  }
  .mask-call .call-container .call-content .call-left .call-tips {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    padding: 7px 5px;
    text-align: center;
    background-color: #cecece;
  }
  .mask-call .call-container .call-content .call-right {
    width: 122px;
    height: 90px;
    background-color: #fff;
  }
  .mask-call .call-container .call-content .call-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
