@charset "UTF-8";
::-webkit-scrollbar {
    width: 6px;
    /*滚动条宽度*/
    height: 6px;
    /*滚动条高度*/
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
    /* 滚动条 拖动条 */
    background-color: #0087ff;
    border-radius: 6px;
}

/*滚动条轨道*/
::-webkit-scrollbar-track {
    /* 滚动条背景槽 */
    background-color: #eee;
    border-radius: 6px;
}

a:hover {
    color: #0087ff;
}

body {
    min-width: 320px;
}

/* 自定义常用样式 */
button:hover {
    opacity: 0.8;
}

.container {
    max-width: 1760px;
    padding: 0 100px;
    margin: 0 auto;
}

.sub-container {
    margin-left: auto;
}

.responsive-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
}

.pagination-wrapper {
    padding-bottom: 130px;
}
.pagination-wrapper .pagination > a {
    margin-left: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    transition: all 0.3s;
    font-size: 18px;
    color: #565656;
    font-weight: 700;
}
.pagination-wrapper .pagination > a:hover, .pagination-wrapper .pagination > a.active {
    color: #0087ff;
}
.pagination-wrapper .pagination > a:hover.prev, .pagination-wrapper .pagination > a:hover.next, .pagination-wrapper .pagination > a.active.prev, .pagination-wrapper .pagination > a.active.next {
    background-color: #0087ff;
    color: #fff;
}
.pagination-wrapper .pagination .prev,
.pagination-wrapper .pagination .next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #eeefef;
}

.top-banner {
    position: relative;
    height: 480px;
    padding-top: 100px;
}
.top-banner h2 {
    padding: 0 20px;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.top-banner p {
    margin: 23px 0 46px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.top-banner .breadcrumb {
    padding: 0 20px;
}
.top-banner .breadcrumb a {
    flex-shrink: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.top-banner .breadcrumb a:hover {
    color: #0087ff;
}
.top-banner .breadcrumb .arrow-icon {
    width: 7px;
    height: 12px;
    margin: 0 16px 10px;
}

.tab-control {
    background-color: #f3f3f3;
}
.tab-control .tab-list {
    position: relative;
    overflow: auto;
}
.tab-control .tab-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 135, 255, 0.3);
}
.tab-control .tab-list .tab-item {
    position: relative;
    flex-shrink: 0;
    line-height: 80px;
    margin-right: 30px;
    font-size: 16px;
    color: #232323;
    font-weight: 700;
}
.tab-control .tab-list .tab-item:last-of-type {
    margin-right: 0;
}
.tab-control .tab-list .tab-item::after {
    content: "";
    transition: width 0.5s;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 6px;
    border-radius: 3px;
    background-color: #0087ff;
}
.tab-control .tab-list .tab-item:hover, .tab-control .tab-list .tab-item.active {
    font-size: 16px;
    color: #0087ff;
    font-weight: 700;
}
.tab-control .tab-list .tab-item:hover::after, .tab-control .tab-list .tab-item.active::after {
    width: 100%;
}

header .pc-header .top-mes {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .pc-header .top-mes .logo {
    height: 100px;
    flex-shrink: 0;
}
header .pc-header .top-mes .logo img {
    width: 380px;
}
header .pc-header .top-mes .right-nav {
    position: absolute;
    top: 0;
    right: 0;
}
header .pc-header .top-mes .right-nav .nav-list {
    width: 800px;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 100px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item::after {
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    content: "";
}
header .pc-header .top-mes .right-nav .nav-list .nav-item:hover {
    color: #0087ff;
    overflow: visible;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}
header .pc-header .top-mes .right-nav .nav-list .nav-item span {
    position: relative;
    transition: all ease-out 0.3s;
    height: 100px;
    line-height: 100px;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item span::after {
    opacity: 0;
    content: attr(data-title);
    position: absolute;
    color: #0087ff;
    left: 0px;
    top: 0;
    transform: translateY(100%);
    width: 100%;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item .sub-nav {
    border-radius: 10px;
    transition: all 0.36s;
    position: absolute;
    top: calc(100% + 40px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    width: auto;
    height: auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
}
header .pc-header .top-mes .right-nav .nav-list .nav-item .sub-nav > a {
    font-size: 16px;
    color: #262626;
    font-weight: 400;
    transition: all 0.3s;
    display: block;
    padding: 20px;
    text-align: center;
    white-space: nowrap;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item .sub-nav > a:hover {
    color: #fff;
    background-color: #0087ff;
}
header .pc-header .top-mes .right-nav .lang-info {
    margin-left: 30px;
    align-self: stretch;
    padding: 0 42px;
    background-color: #0087ff;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
header .pc-header .top-mes .right-nav .lang-info i {
    font-size: 20px;
    margin-right: 10px;
}
header .mb-header {
    display: none;
}
header .mb-header::after {
    display: block;
    content: "";
    height: 70px;
}
header .mb-header .top-mes {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    padding: 0 20px;
    z-index: 99;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
header .mb-header .top-mes .logo img {
    filter: invert(1);
    width: 200px;
}
header .mb-header .top-mes .cool-menu {
    display: flex;
    align-items: center;
    height: 70px;
}
header .mb-header .top-mes .cool-menu .lang-info {
    padding-right: 10px;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    cursor: pointer;
}
header .mb-header .top-mes .cool-menu .lang-info i {
    font-size: 20px;
    margin-right: 4px;
}
header .mb-header .top-mes .cool-menu .line-wrap {
    cursor: pointer;
    position: relative;
    z-index: 100;
}
header .mb-header .top-mes .cool-menu .line-wrap div[class^=line] {
    transition: all 0.3s ease;
    width: 28px;
    border-top: 2px solid #000;
    margin-bottom: 8px;
}
header .mb-header .top-mes .cool-menu .line-wrap div.line3 {
    margin-bottom: 0;
}
header .mb-header .top-mes .menu-box {
    position: fixed;
    top: 70px;
    width: 100%;
    bottom: 0;
    left: 100%;
    z-index: 10;
    background-color: #f8f8f8;
    overflow: hidden;
    transition: left 0.3s;
}
header .mb-header .top-mes .menu-box.active {
    left: 0;
}
header .mb-header .top-mes .menu-box .menu-list {
    padding: 20px 20px 0;
}
header .mb-header .top-mes .menu-box .menu-list li {
    position: relative;
}
header .mb-header .top-mes .menu-box .menu-list li .sub-nav {
    display: none;
    padding: 0 15px;
}
header .mb-header .top-mes .menu-box .menu-list li .sub-nav a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #d4d4d4;
}
header .mb-header .top-mes .menu-box .menu-list .menu-item {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}
header .mb-header .top-mes .menu-box .menu-list .menu-item .layui-icon {
    font-weight: 400;
}
header .mb-header .top-mes .menu-box .menu-list .menu-item:hover {
    color: #0087ff;
}

footer .pc-footer {
    background-color: #242933;
}
footer .pc-footer .footer-top {
    padding-bottom: 20px;
}
footer .pc-footer .footer-top img {
    padding-top: 20px;
    width: 316px;
}
footer .pc-footer .footer-top .contact-icon {
    padding-top: 20px;
}
footer .pc-footer .footer-top .contact-icon .iconfont {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-left: 24px;
    cursor: pointer;
}
footer .pc-footer .footer-top .contact-icon .iconfont:first-child {
    margin-left: 0;
}
footer .pc-footer .footer-top .contact-icon .iconfont:hover {
    color: #0087ff;
}
footer .pc-footer .footer-top .friend-link {
    background-color: #303030;
    margin-top: 20px;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    cursor: pointer;
}
footer .pc-footer .footer-top .friend-link:hover ul {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
footer .pc-footer .footer-top .friend-link:hover p::after {
    transform: translateY(-50%) rotate(180deg);
}
footer .pc-footer .footer-top .friend-link p::after {
    transition: all 0.3s;
    content: "";
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 7px;
    margin-left: 10px;
    margin-top: 7px;
}
footer .pc-footer .footer-top .friend-link ul {
    position: absolute;
    min-width: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
footer .pc-footer .footer-top .friend-link ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    white-space: nowrap;
    background-color: #303030;
}
footer .pc-footer .footer-top .friend-link ul li a:hover {
    color: #fff;
    background: #696969;
}
footer .pc-footer .footer-main {
    padding: 60px 0 10px;
    border-top: 1px solid rgba(187, 187, 187, 0.3);
    border-bottom: 1px solid rgba(187, 187, 187, 0.3);
}
footer .pc-footer .footer-main .link-list dl {
    flex-shrink: 0;
    margin-right: 80px;
}
footer .pc-footer .footer-main .link-list dl:last-child {
    margin-right: 0;
}
footer .pc-footer .footer-main .link-list dl dt {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
footer .pc-footer .footer-main .link-list dl dd {
    font-size: 16px;
    color: #a4a9b2;
    font-weight: 400;
    margin-bottom: 18px;
}
footer .pc-footer .footer-main .link-list dl dd > a:hover {
    color: #0087ff;
}
footer .pc-footer .footer-main .contact-info {
    text-align: right;
}
footer .pc-footer .footer-main .contact-info .qrcode-wrapper {
    margin-bottom: 46px;
}
footer .pc-footer .footer-main .contact-info .qrcode-wrapper img {
    width: 100px;
    height: 100px;
}
footer .pc-footer .footer-main .contact-info .tel {
    font-size: 24px;
    color: #a4a9b2;
    font-weight: 700;
}
footer .pc-footer .footer-main .contact-info .address {
    margin: 16px 0;
    font-size: 16px;
    color: #a4a9b2;
    font-weight: 400;
}
footer .pc-footer .footer-main .contact-info .map-img img {
    width: 200px;
}
footer .pc-footer .footer-bottom {
    font-size: 16px;
    color: #a4a9b2;
    font-weight: 400;
    padding-bottom: 20px;
}
footer .pc-footer .footer-bottom > div {
    padding-top: 20px;
}
footer .pc-footer .footer-bottom .record-num:hover {
    cursor: pointer;
    color: #0087ff;
}
footer .pc-footer .footer-bottom .website-info .divider {
    margin: 0 20px;
    height: 14px;
    width: 1px;
    background-color: #a4a9b2;
}
footer .mb-footer {
    display: none;
    padding: 0 20px;
    background-color: #232323;
}
footer .mb-footer .footer-list .footer-item h3 {
    padding: 20px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .mb-footer .footer-list .footer-item .nav {
    display: none;
}
footer .mb-footer .footer-list .footer-item .nav li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
footer .mb-footer .footer-list .footer-item .nav li > a {
    display: block;
}
footer .mb-footer .website-info {
    margin-top: 20px;
}
footer .mb-footer .website-info .info-item {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}
footer .mb-footer .website-info .info-item img {
    width: 20px;
    margin-right: 10px;
}
footer .mb-footer .qrcode-wrapper {
    text-align: center;
}
footer .mb-footer .qrcode-wrapper img {
    width: 130px;
    height: 130px;
}
footer .mb-footer .icon-list {
    padding: 20px 0;
}
footer .mb-footer .icon-list .icon-item {
    margin-right: 10px;
    cursor: pointer;
}
footer .mb-footer .icon-list .icon-item img {
    width: 35px;
    height: 35px;
}
footer .mb-footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    font-size: 14px;
    color: #787878;
    font-weight: 400;
}

.common-box {
    padding: 100px 0 80px;
}

.common-wrapper {
    padding: 100px 0 130px;
}
.common-wrapper .header {
    position: relative;
}
.common-wrapper .header .title h3 {
    font-size: 40px;
    color: #232323;
    font-weight: 700;
}
.common-wrapper .header .title p {
    margin-top: 20px;
    font-size: 16px;
    color: #379cf6;
    font-weight: 400;
}
.common-wrapper .header .more-info {
    border-radius: 100px;
    padding: 10px 14px 10px 36px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background-color: #0087ff;
    transition: all 0.3s;
}
.common-wrapper .header .more-info:hover {
    opacity: 0.8;
}
.common-wrapper .header .more-info img {
    margin-left: 20px;
    width: 27px;
    height: 27px;
}
.common-wrapper .header .icon-list {
    width: 700px;
}
.common-wrapper .header .icon-list .icon-item {
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    color: #232323;
    font-weight: 400;
}
.common-wrapper .header .icon-list .icon-item:hover {
    color: #0087ff;
}
.common-wrapper .header .icon-list .icon-item:hover img:nth-child(1) {
    display: none;
}
.common-wrapper .header .icon-list .icon-item:hover img:nth-child(2) {
    display: block;
}
.common-wrapper .header .icon-list .icon-item img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.common-wrapper .header .icon-list .icon-item img:nth-child(2) {
    display: none;
}
.common-wrapper .header .icon-list .icon-item i {
    font-size: 30px;
}
.common-wrapper .header .icon-list .icon-item p {
    margin-top: 12px;
    font-weight: 700;
}

#home-wrapper .home-swiper {
    position: relative;
}
#home-wrapper .home-swiper .swiper-pagination-bullets {
    bottom: 40px;
}
#home-wrapper .home-swiper .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 16px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    transition: width 0.3s;
}
#home-wrapper .home-swiper .swiper-pagination-bullet-active {
    width: 43px;
}
#home-wrapper .home-swiper .swiper-slide-active .swiper-info {
    top: 26%;
    opacity: 1;
}
#home-wrapper .home-swiper .swiper-info {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 30px;
    top: 100%;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
#home-wrapper .home-swiper .swiper-info h2 {
    margin-top: 30px;
    font-size: 72px;
}
#home-wrapper .product-wrapper {
    background-color: #fff;
    background-size: 430px 416px;
    background-position: left bottom;
}
#home-wrapper .product-wrapper .product-list {
    margin-top: 80px;
}
#home-wrapper .product-wrapper .product-list .product-item {
    width: calc((100% - 40px) / 2);
    padding: 48px;
    font-size: 30px;
    color: #232323;
    font-weight: 400;
    margin-bottom: 45px;
    transition: all 0.3s;
    background-color: #f8f8f8;
}
#home-wrapper .product-wrapper .product-list .product-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#home-wrapper .product-wrapper .product-list .product-item:hover .left-mes .more-info {
    background-color: #fff;
    color: #232323;
}
#home-wrapper .product-wrapper .product-list .product-item:hover .left-mes .more-info img:nth-of-type(1) {
    display: none;
}
#home-wrapper .product-wrapper .product-list .product-item:hover .left-mes .more-info img:nth-of-type(2) {
    display: block;
}
#home-wrapper .product-wrapper .product-list .product-item:hover .left-mes p {
    color: #0087ff;
}
#home-wrapper .product-wrapper .product-list .product-item:nth-child(2), #home-wrapper .product-wrapper .product-list .product-item:nth-child(3) {
    background-color: #eef1f9;
}
#home-wrapper .product-wrapper .product-list .product-item .left-mes {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}
#home-wrapper .product-wrapper .product-list .product-item .left-mes h3 {
    width: 100%;
    font-size: 24px;
    color: #232323;
    font-weight: 700;
}
#home-wrapper .product-wrapper .product-list .product-item .left-mes p {
    margin: 10px 0;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    line-height: 30px;
}
#home-wrapper .product-wrapper .product-list .product-item .left-mes .more-info {
    border-radius: 100px;
    padding: 10px 14px 10px 36px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background-color: #0087ff;
    transition: all 0.3s;
}
#home-wrapper .product-wrapper .product-list .product-item .left-mes .more-info img {
    margin-left: 20px;
    width: 27px;
    height: 27px;
}
#home-wrapper .product-wrapper .product-list .product-item .left-mes .more-info img:nth-of-type(2) {
    display: none;
}
#home-wrapper .product-wrapper .product-list .product-item .right-img {
    margin-left: 30px;
    width: 36%;
}
#home-wrapper .product-wrapper .product-list .product-item .right-img .img-wrapper {
    position: relative;
    padding-bottom: 100%;
}
#home-wrapper .solution-wrapper {
    background-color: #f8f8f8;
}
#home-wrapper .solution-wrapper .title,
#home-wrapper .solution-wrapper .icon-list {
    margin-bottom: 10px;
}
#home-wrapper .solution-wrapper .solution-box {
    position: relative;
    margin-top: 50px;
}
#home-wrapper .solution-wrapper .solution-box .solution-img {
    position: relative;
    width: 70%;
    padding-bottom: 49%;
}
#home-wrapper .solution-wrapper .solution-box .solution-info {
    background-image: url(../images/home/solution-icon.png);
    background-position: right top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    background-color: #fff;
    padding: 100px 40px;
    top: 60px;
    left: 62%;
    bottom: 60px;
    right: 0;
    transition: all 0.3s;
}
#home-wrapper .solution-wrapper .solution-box .solution-info:hover {
    box-shadow: 0 0 20px rgba(19, 125, 237, 0.3);
}
#home-wrapper .solution-wrapper .solution-box .solution-info:hover p {
    color: #0087ff;
}
#home-wrapper .solution-wrapper .solution-box .solution-info h4 {
    font-size: 36px;
    color: #0087ff;
    font-weight: 700;
}
#home-wrapper .solution-wrapper .solution-box .solution-info .desc {
    margin-top: 10px;
    font-size: 18px;
    color: #b4b4b4;
    font-weight: 700;
}
#home-wrapper .solution-wrapper .solution-box .solution-info p {
    margin: 20px 0;
    font-size: 18px;
    color: #232323;
    font-weight: 400;
    line-height: 40px;
}
#home-wrapper .solution-wrapper .solution-box .solution-info .more-info {
    border-radius: 100px;
    padding: 10px 14px 10px 36px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background-color: #0087ff;
    transition: all 0.3s;
}
#home-wrapper .solution-wrapper .solution-box .solution-info .more-info img {
    margin-left: 20px;
    width: 27px;
    height: 27px;
}
#home-wrapper .solution-wrapper .solution-box .solution-info .more-info img:nth-of-type(2) {
    display: none;
}
#home-wrapper .about-wrapper {
    padding: 100px 0 85px;
    background-color: #022d65;
}
#home-wrapper .about-wrapper .about-info {
    width: 43%;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
#home-wrapper .about-wrapper .about-info h3 {
    font-style: italic;
    position: relative;
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}
#home-wrapper .about-wrapper .about-info h3 span {
    position: relative;
    z-index: 2;
}
#home-wrapper .about-wrapper .about-info h3::after {
    position: absolute;
    content: "COMPANY";
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 126px;
    color: #3f5370;
    font-weight: 400;
}
#home-wrapper .about-wrapper .about-info:hover .more-info {
    background-color: #fff;
    color: #232323;
}
#home-wrapper .about-wrapper .about-info:hover .more-info img:nth-of-type(1) {
    display: none;
}
#home-wrapper .about-wrapper .about-info:hover .more-info img:nth-of-type(2) {
    display: block;
}
#home-wrapper .about-wrapper .about-info .content {
    margin-top: 40px;
}
#home-wrapper .about-wrapper .about-info .content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}
#home-wrapper .about-wrapper .about-info .more-info {
    border-radius: 100px;
    padding: 10px 14px 10px 36px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background-color: #0087ff;
    transition: all 0.3s;
}
#home-wrapper .about-wrapper .about-info .more-info img {
    margin-left: 20px;
    width: 27px;
    height: 27px;
}
#home-wrapper .about-wrapper .about-info .more-info img:nth-of-type(2) {
    display: none;
}
#home-wrapper .about-wrapper .about-img {
    width: 50%;
}
#home-wrapper .about-wrapper .intro-list {
    margin-top: 80px;
}
#home-wrapper .about-wrapper .intro-list .intro-item {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
#home-wrapper .about-wrapper .intro-list .intro-item .intro-icon {
    flex-shrink: 0;
    align-self: flex-start;
    width: 27px;
    height: 27px;
    margin-left: 120px;
}
#home-wrapper .about-wrapper .intro-list .intro-item .desc-info {
    margin-top: 6px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
#home-wrapper .about-wrapper .intro-list .intro-item .desc-info .count {
    font-size: 48px;
}
#home-wrapper .news-wrapper .news-box {
    margin-top: 80px;
}
#home-wrapper .news-wrapper .news-box .news-content {
    position: relative;
    width: 34%;
    min-height: 700px;
}
#home-wrapper .news-wrapper .news-box .news-content .img-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 130%;
}
#home-wrapper .news-wrapper .news-box .news-content .pop-box {
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #000, transparent);
    bottom: 0;
    padding: 0 30px 40px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
#home-wrapper .news-wrapper .news-box .news-content .pop-box p {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}
#home-wrapper .news-wrapper .news-box .news-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
}
#home-wrapper .news-wrapper .news-box .news-list .news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 40px 40px;
    height: calc((100% - 20px) / 2);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(19, 125, 237, 0.3);
}
#home-wrapper .news-wrapper .news-box .news-list .news-item:hover p,
#home-wrapper .news-wrapper .news-box .news-list .news-item:hover .more-info {
    color: #0087ff;
}
#home-wrapper .news-wrapper .news-box .news-list .news-item h3 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
}
#home-wrapper .news-wrapper .news-box .news-list .news-item p {
    margin: 40px 0;
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    transition: all 0.3s;
    line-height: 30px;
}
#home-wrapper .news-wrapper .news-box .news-list .news-item .more-box {
    border-top: 1px solid rgba(207, 220, 232, 0.3);
    padding-top: 18px;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
}
#home-wrapper .news-wrapper .news-box .news-list2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
}
#home-wrapper .news-wrapper .news-box .news-list2 .news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    height: calc((100% - 30px) / 3);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(19, 125, 237, 0.3);
}
#home-wrapper .news-wrapper .news-box .news-list2 .news-item:hover p,
#home-wrapper .news-wrapper .news-box .news-list2 .news-item:hover .more-info {
    color: #0087ff;
}
#home-wrapper .news-wrapper .news-box .news-list2 .news-item h3 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
}
#home-wrapper .news-wrapper .news-box .news-list2 .news-item p {
    margin: 15px 0 20px;
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    transition: all 0.3s;
    line-height: 30px;
}
#home-wrapper .news-wrapper .news-box .news-list2 .news-item .more-box {
    border-top: 1px solid rgba(207, 220, 232, 0.3);
    padding-top: 20px;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
}

/* 关于模块 */
#about-us .swiper-btn > div {
    background-image: url(../images/about-us/prev-btn.png);
    background-repeat: no-repeat;
    position: unset;
    margin: 0;
    margin-left: 16px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
#about-us .swiper-btn > div::after {
    display: none;
}
#about-us .swiper-btn .swiper-button-next {
    background-image: url(../images/about-us/next-btn.png);
}
#about-us .about-wrapper .about-info {
    padding: 60px 0;
    flex: 1;
}
#about-us .about-wrapper .about-info h3 {
    font-style: italic;
    position: relative;
    font-size: 42px;
    color: #232323;
    font-weight: 700;
}
#about-us .about-wrapper .about-info h3::after {
    position: absolute;
    z-index: -1;
    left: -80px;
    content: "COMPANY";
    top: 50%;
    transform: translateY(-50%);
    font-size: 126px;
    color: #d7e4f7;
    font-weight: 400;
}
#about-us .about-wrapper .about-info .content {
    margin-top: 70px;
}
#about-us .about-wrapper .about-info .content p {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 40px;
}
#about-us .about-wrapper .about-info .intro-list .intro-item {
    font-size: 16px;
    color: #232323;
    font-weight: 700;
}
#about-us .about-wrapper .about-info .intro-list .intro-item .intro-icon {
    flex-shrink: 0;
    align-self: flex-start;
    width: 27px;
    height: 27px;
    margin-left: 60px;
}
#about-us .about-wrapper .about-info .intro-list .intro-item .desc-info {
    margin-top: 6px;
    font-size: 16px;
    color: #232323;
    font-weight: 700;
}
#about-us .about-wrapper .about-info .intro-list .intro-item .desc-info .count {
    font-size: 48px;
}
#about-us .about-wrapper .about-img {
    margin-left: 68px;
    width: 32%;
}
#about-us .company-wrapper {
    background-color: #f4f5ff;
}
#about-us .company-wrapper .company-swiper {
    margin-top: 80px;
    padding-bottom: 40px;
}
#about-us .company-wrapper .company-swiper .swiper-box {
    position: relative;
    padding-bottom: 82%;
}
#about-us .company-wrapper .company-swiper .swiper-box::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    background: rgba(0, 86, 255, 0.1);
}
#about-us .company-wrapper .company-swiper .swiper-box .swiper-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px;
    background: linear-gradient(0deg, #000, transparent);
}
#about-us .company-wrapper .company-swiper .swiper-box .swiper-info .name {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
#about-us .company-wrapper .company-swiper .swiper-pagination-bullets {
    bottom: 0;
}
#about-us .company-wrapper .company-swiper .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 20px;
    height: 8px;
    border-radius: 4px;
    background-color: #aad4ff;
    transition: all 0.3s;
}
#about-us .company-wrapper .company-swiper .swiper-pagination-bullet-active {
    width: 43px;
    background-color: #0087ff;
}
#about-us .honor-wrapper .honor-swiper {
    margin-top: 80px;
    padding-bottom: 80px;
}
#about-us .honor-wrapper .honor-swiper .honor-info {
    padding: 18px 35px 24px;
    background-color: #f8f8f8;
    box-shadow: 0 2px 24px rgba(248, 248, 248, 0.7);
}
#about-us .honor-wrapper .honor-swiper .honor-info .img-wrapper {
    position: relative;
    padding-bottom: 135%;
}
#about-us .honor-wrapper .honor-swiper .honor-info p {
    margin-top: 25px;
    font-size: 20px;
    color: #232323;
    font-weight: 400;
    text-align: center;
}
#about-us .honor-wrapper .honor-swiper .swiper-pagination-bullets {
    bottom: 0;
}
#about-us .honor-wrapper .honor-swiper .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 20px;
    height: 8px;
    border-radius: 4px;
    background-color: #aad4ff;
    transition: all 0.3s;
}
#about-us .honor-wrapper .honor-swiper .swiper-pagination-bullet-active {
    width: 43px;
    background-color: #0087ff;
}
#about-us .honor-list {
    margin: 80px 0 30px;
}
#about-us .honor-list .honor-item {
    width: calc((100% - 60px) / 4);
    padding: 18px 35px 24px;
    background-color: #f8f8f8;
    box-shadow: 0 2px 24px rgba(248, 248, 248, 0.7);
    margin-bottom: 50px;
}
#about-us .honor-list .honor-item .img-wrapper {
    position: relative;
    padding-bottom: 135%;
}
#about-us .honor-list .honor-item p {
    margin-top: 25px;
    font-size: 20px;
    color: #232323;
    font-weight: 400;
    text-align: center;
}
#about-us .honor-list i {
    width: calc((100% - 60px) / 4);
}
#about-us .develop-list {
    margin: 100px 0 70px;
}
#about-us .develop-list .develop-item {
    margin-bottom: 30px;
    position: relative;
    width: calc((100% - 40px) / 2);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#about-us .develop-list .develop-item:hover .develop-info li {
    color: #0087ff;
}
#about-us .develop-list .develop-item::after {
    position: absolute;
    z-index: -1;
    top: 8px;
    left: 8px;
    bottom: -8px;
    right: -8px;
    content: "";
    background: rgba(0, 135, 255, 0.3);
}
#about-us .develop-list .develop-item .img-wrapper {
    position: relative;
    z-index: 2;
    width: 65%;
    position: relative;
    padding-bottom: 42%;
}
#about-us .develop-list .develop-item .develop-info {
    position: relative;
    z-index: 2;
    width: 35%;
    padding: 33px;
}
#about-us .develop-list .develop-item .develop-info h3 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 36px;
}
#about-us .develop-list .develop-item .develop-info li {
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}
#about-us .develop-list .develop-item .develop-info li:last-child {
    margin-bottom: 0;
}

/* 产品中心 */
#product-wrapper .product-list .product-item {
    margin-top: -1px;
    position: relative;
    width: 25%;
    background-color: #fff;
    padding: 40px 30px 60px;
    transition: all 0.3s;
    border: 1px solid #efefef;
    margin-left: -1px;
}
#product-wrapper .product-list .product-item:hover {
    z-index: 2;
    transform: scale(1.07);
    box-shadow: 0 0 20px rgba(0, 89, 255, 0.3);
}
#product-wrapper .product-list .product-item:hover .product-info h3 {
    color: #0087ff;
}
#product-wrapper .product-list .product-item:hover .product-info .more-info {
    opacity: 1;
}
#product-wrapper .product-list .product-item .img-wrapper {
    position: relative;
    padding: 0 20px;
    padding-bottom: 90%;
}
#product-wrapper .product-list .product-item .product-info {
    text-align: center;
    margin-top: 30px;
}
#product-wrapper .product-list .product-item .product-info h3 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    min-height: 60px;
}
#product-wrapper .product-list .product-item .product-info p {
    margin: 26px 0;
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
}
#product-wrapper .product-list .product-item .product-info .more-info {
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 18px;
    color: #232323;
    font-weight: 400;
}

/* 产品详情 */
#product-detail .product-content .product-mes {
    width: 38%;
}
#product-detail .product-content .product-mes h3 {
    font-size: 30px;
    color: #232323;
    font-weight: 700;
}
#product-detail .product-content .product-mes p {
    margin: 30px 0 100px;
    font-size: 18px;
    color: #565656;
    font-weight: 400;
    line-height: 40px;
}
#product-detail .product-content .product-mes .img-list i {
    content: "";
    width: 100px;
}
#product-detail .product-content .product-mes .img-list img {
    margin-bottom: 45px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #efefef;
}
#product-detail .product-content .product-mes .img-wrapper {
    display: none;
    margin: 30px 0;
    text-align: center;
}
#product-detail .product-content .product-mes .img-wrapper img {
    width: 50%;
}
#product-detail .product-content .product-mes .contact-info {
    display: inline-flex;
    background-color: #0087ff;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding: 20px 54px;
}
#product-detail .product-content .product-mes .contact-info img {
    width: 22px;
    height: 22px;
    margin-right: 16px;
}
#product-detail .product-content .product-img {
    width: 46%;
    padding: 68px 44px;
    background-color: #efefef;
}
#product-detail .product-content .product-img img {
    width: 100%;
}
#product-detail .product-intro {
    margin-top: 80px;
    border-top: 1px solid #efefef;
}
#product-detail .product-intro .header {
    padding: 20px 0;
    font-size: 24px;
    color: #232323;
    font-weight: 700;
}
#product-detail .product-intro .header span {
    position: relative;
    font-size: 20px;
    color: #0087ff;
    font-weight: 400;
}
#product-detail .product-intro .header span::after {
    position: absolute;
    width: 50%;
    left: 50%;
    bottom: -24px;
    height: 4px;
    border-radius: 2px;
    background-color: #0087ff;
    transform: translateX(-50%);
    content: "";
}
#product-detail .product-intro .detail-img img {
    width: 100%;
}
#product-detail .product-message .content-wrapper {
    margin: 50px 0 80px;
}
#product-detail .product-message .content-wrapper p {
    font-size: 18px;
    color: #232323;
    font-weight: 400;
    line-height: 40px;
}
#product-detail .product-message .content-wrapper .content {
    margin-bottom: 50px;
}
#product-detail .product-message .content-wrapper .content .tit {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 10px;
}
#product-detail .page-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
#product-detail .page-box > a {
    padding: 18px;
    font-size: 16px;
    color: #787878;
    font-weight: 400;
}
#product-detail .page-box > a .divider {
    width: 1px;
    margin: 0 16px;
    background-color: #bbbbbb;
}
#product-detail .page-box > a:hover {
    color: #fff;
    background-color: #0087ff;
}
#product-detail .page-box > a:hover .divider {
    background-color: #fff;
}
#product-detail .rec-product h4 {
    margin: 57px 0 26px;
    font-size: 20px;
    color: #232323;
    font-weight: 700;
}
#product-detail .rec-product .product-list .product-item {
    position: relative;
    width: 25%;
    background-color: #fff;
    padding: 38px 30px 60px;
    transition: all 0.3s;
    border: 1px solid #efefef;
    margin-left: -1px;
    margin-top: -1px;
}
#product-detail .rec-product .product-list .product-item:hover .img-wrapper img {
    transform: scale(1.1);
}
#product-detail .rec-product .product-list .product-item:hover .product-info h3 {
    color: #0087ff;
}
#product-detail .rec-product .product-list .product-item .img-wrapper {
    position: relative;
    padding: 0 20px;
    padding-bottom: 90%;
    overflow: hidden;
}
#product-detail .rec-product .product-list .product-item .product-info {
    text-align: center;
    margin-top: 50px;
}
#product-detail .rec-product .product-list .product-item .product-info h3 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    min-height: 60px;
}
#product-detail .rec-product .product-list .product-item .product-info p {
    margin-top: 26px;
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
}
#product-detail .rec-product .product-swiper {
    display: none;
    margin-top: 50px;
}
#product-detail .rec-product .product-swiper .img-wrapper {
    position: relative;
    padding: 0 20px;
    padding-bottom: 100%;
    overflow: hidden;
}
#product-detail .rec-product .product-swiper .swiper-button-prev::after,
#product-detail .rec-product .product-swiper .swiper-button-next::after {
    font-size: 28px;
}
#product-detail .rec-product .product-swiper .product-detail {
    text-align: center;
    margin-top: 50px;
}
#product-detail .rec-product .product-swiper .product-detail h3 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
}
#product-detail .rec-product .product-swiper .product-detail p {
    margin-top: 26px;
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
}

/* 解决方案 */
#solution-wrapper .solution-list .solution-item {
    position: relative;
    height: 400px;
}
#solution-wrapper .solution-list .solution-item:hover::after {
    background-color: rgba(0, 0, 0, 0.7);
}
#solution-wrapper .solution-list .solution-item:hover h3,
#solution-wrapper .solution-list .solution-item:hover p {
    text-shadow: 2px 4px 2px #0087ff;
}
#solution-wrapper .solution-list .solution-item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.3);
}
#solution-wrapper .solution-list .solution-item .solution-box {
    position: relative;
    z-index: 2;
    text-align: center;
}
#solution-wrapper .solution-list .solution-item .solution-box h3 {
    letter-spacing: 2px;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
#solution-wrapper .solution-list .solution-item .solution-box p {
    padding: 0 20px;
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 36px;
}

/* 解决方案详情 */
#solution-detail {
    padding: 40px 0 150px;
}
#solution-detail .header {
    font-size: 30px;
    color: #232323;
    font-weight: 700;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}
#solution-detail .content-wrapper {
    margin: 40px 0 100px;
}
#solution-detail .content-wrapper .content {
    margin-bottom: 50px;
}
#solution-detail .content-wrapper .content .tit {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 10px;
}
#solution-detail .content-wrapper .content p {
    font-size: 18px;
    color: #232323;
    font-weight: 400;
    line-height: 40px;
}
#solution-detail .page-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
#solution-detail .page-box > a {
    padding: 18px;
    font-size: 16px;
    color: #787878;
    font-weight: 400;
}
#solution-detail .page-box > a .divider {
    width: 1px;
    margin: 0 16px;
    background-color: #bbbbbb;
}
#solution-detail .page-box > a:hover {
    color: #fff;
    background-color: #0087ff;
}
#solution-detail .page-box > a:hover .divider {
    background-color: #fff;
}
#solution-detail .rec-solution h4 {
    margin: 57px 0 26px;
    font-size: 20px;
    color: #232323;
    font-weight: 700;
}
#solution-detail .rec-solution .solution-swiper {
    padding-bottom: 60px;
}
#solution-detail .rec-solution .solution-swiper .swiper-box {
    position: relative;
    padding-bottom: 71%;
}
#solution-detail .rec-solution .solution-swiper .swiper-box .swiper-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: linear-gradient(0deg, #000, transparent);
}
#solution-detail .rec-solution .solution-swiper .swiper-box .swiper-info .name {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
#solution-detail .rec-solution .solution-swiper .swiper-box .swiper-info p {
    margin-top: 14px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
#solution-detail .rec-solution .solution-swiper .swiper-pagination-bullets {
    bottom: 0;
}
#solution-detail .rec-solution .solution-swiper .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 20px;
    height: 8px;
    border-radius: 4px;
    background-color: #aad4ff;
    transition: all 0.3s;
}
#solution-detail .rec-solution .solution-swiper .swiper-pagination-bullet-active {
    width: 43px;
    background-color: #0087ff;
}

/* 新闻模块 */
#news-wrapper .news-box {
    margin-top: 80px;
    height: 550px;
}
#news-wrapper .news-box .news-content {
    position: relative;
    width: 60%;
}
#news-wrapper .news-box .news-content .pop-box {
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #000, transparent);
    bottom: 0;
    padding: 40px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
#news-wrapper .news-box .news-content .pop-box .time-info {
    margin: 20px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
#news-wrapper .news-box .news-content .pop-box .time-info img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
#news-wrapper .news-box .news-content .pop-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}
#news-wrapper .news-box .news-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 37%;
}
#news-wrapper .news-box .news-list .news-item {
    padding: 30px;
    padding-bottom: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc((100% - 20px) / 2);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(113, 113, 113, 0.3);
}
#news-wrapper .news-box .news-list .news-item:hover p,
#news-wrapper .news-box .news-list .news-item:hover .more-info {
    color: #0087ff;
}
#news-wrapper .news-box .news-list .news-item h3 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
}
#news-wrapper .news-box .news-list .news-item p {
    margin: 24px 0 20px;
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    transition: all 0.3s;
    line-height: 30px;
}
#news-wrapper .news-box .news-list .news-item .more-box {
    border-top: 1px solid rgba(207, 220, 232, 0.3);
    padding-top: 18px;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
}
#news-wrapper .news-box .news-list2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
}
#news-wrapper .news-box .news-list2 .news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    height: calc((100% - 30px) / 3);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(19, 125, 237, 0.3);
}
#news-wrapper .news-box .news-list2 .news-item:hover p,
#news-wrapper .news-box .news-list2 .news-item:hover .more-info {
    color: #0087ff;
}
#news-wrapper .news-box .news-list2 .news-item h3 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
}
#news-wrapper .news-box .news-list2 .news-item p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    transition: all 0.3s;
    line-height: 30px;
}
#news-wrapper .news-box .news-list2 .news-item .more-box {
    border-top: 1px solid rgba(207, 220, 232, 0.3);
    padding-top: 20px;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
}
#news-wrapper .news-list2 {
    margin: 56px 0 50px;
}
#news-wrapper .news-list2 .news-item {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(113, 113, 113, 0.3);
}
#news-wrapper .news-list2 .news-item:hover .news-info p {
    color: #0087ff;
}
#news-wrapper .news-list2 .news-item:hover .img-wrapper img {
    transform: scale(1.1);
}
#news-wrapper .news-list2 .news-item .img-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 49%;
}
#news-wrapper .news-list2 .news-item .news-info {
    padding: 20px;
    padding-bottom: 40px;
}
#news-wrapper .news-list2 .news-item .news-info .tag-info {
    font-size: 18px;
    color: #787878;
    font-weight: 700;
    margin-bottom: 20px;
}
#news-wrapper .news-list2 .news-item .news-info .tag-info .divider {
    background-color: #bbbbbb;
    margin: 0 10px;
    width: 2px;
    height: 12px;
}
#news-wrapper .news-list2 .news-item .news-info p {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    line-height: 30px;
}
#news-wrapper .news-list2 i {
    width: calc((100% - 60px) / 3);
}

/* 新闻详情 */
#news-detail {
    padding-bottom: 150px;
}
#news-detail .header {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px;
}
#news-detail .header .time-info {
    margin-top: 25px;
    font-size: 16px;
    color: #565656;
    font-weight: 700;
}
#news-detail .header .time-info img {
    width: 17px;
    height: 17px;
    margin-right: 12px;
}
#news-detail .content-wrapper {
    margin: 34px 0 170px;
}
#news-detail .content-wrapper .content {
    margin-bottom: 50px;
}
#news-detail .content-wrapper .content .tit {
    font-size: 20px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 10px;
}
#news-detail .content-wrapper .content p {
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    line-height: 30px;
}
#news-detail .page-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
#news-detail .page-box > a {
    padding: 18px;
    font-size: 16px;
    color: #787878;
    font-weight: 400;
}
#news-detail .page-box > a .divider {
    width: 1px;
    margin: 0 16px;
    background-color: #bbbbbb;
}
#news-detail .page-box > a:hover {
    color: #fff;
    background-color: #0087ff;
}
#news-detail .page-box > a:hover .divider {
    background-color: #fff;
}
#news-detail .rec-news h4 {
    margin: 57px 0 26px;
    font-size: 20px;
    color: #232323;
    font-weight: 700;
}
#news-detail .rec-news .news-list::after {
    content: "";
    width: calc((100% - 60px) / 3);
}
#news-detail .rec-news .news-list .news-item {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(113, 113, 113, 0.3);
}
#news-detail .rec-news .news-list .news-item:hover .news-info p {
    color: #0087ff;
}
#news-detail .rec-news .news-list .news-item:hover .img-wrapper img {
    transform: scale(1.1);
}
#news-detail .rec-news .news-list .news-item .img-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 49%;
}
#news-detail .rec-news .news-list .news-item .news-info {
    padding: 20px;
    padding-bottom: 40px;
}
#news-detail .rec-news .news-list .news-item .news-info .tag-info {
    font-size: 18px;
    color: #787878;
    font-weight: 700;
    margin-bottom: 20px;
}
#news-detail .rec-news .news-list .news-item .news-info .tag-info .divider {
    background-color: #bbbbbb;
    margin: 0 10px;
    width: 2px;
    height: 12px;
}
#news-detail .rec-news .news-list .news-item .news-info p {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    line-height: 30px;
}
#news-detail .rec-news .news-list i {
    width: calc((100% - 60px) / 3);
}

/* 技术支持 */
#support-wrapper .video-list {
    margin-bottom: -40px;
}
#support-wrapper .video-list::after {
    content: "";
    width: calc((100% - 80px) / 3);
}
#support-wrapper .video-list .video-item {
    cursor: pointer;
    width: calc((100% - 80px) / 3);
    margin-bottom: 40px;
    box-shadow: 0 0 20px rgba(153, 156, 160, 0.3);
}
#support-wrapper .video-list .video-item:hover .video-info,
#support-wrapper .video-list .video-item:hover .video-info p {
    color: #0087ff;
}
#support-wrapper .video-list .video-item .img-wrapper {
    position: relative;
    padding-bottom: 46%;
}
#support-wrapper .video-list .video-item .img-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
}
#support-wrapper .video-list .video-item .video-info {
    padding: 30px;
    font-size: 24px;
    color: #232323;
    font-weight: 700;
}
#support-wrapper .video-list .video-item .video-info p {
    margin-top: 14px;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    line-height: 36px;
}
#support-wrapper .download-list {
    margin-bottom: -30px;
}
#support-wrapper .download-list::after {
    content: "";
    width: calc((100% - 92px) / 3);
}
#support-wrapper .download-list .download-item {
    position: relative;
    cursor: pointer;
    width: calc((100% - 92px) / 3);
    margin-bottom: 30px;
    border: 1px solid #efefef;
    padding: 35px 30px;
}
#support-wrapper .download-list .download-item::after {
    content: "";
    position: absolute;
    left: 12px;
    top: -2px;
    width: 60px;
    height: 6px;
    border-radius: 0 0 6px 6px;
    background: rgb(0, 86, 255);
}
#support-wrapper .download-list .download-item .name {
    font-size: 24px;
    color: #374567;
    font-weight: 700;
    line-height: 40px;
}
#support-wrapper .download-list .download-item .tag-info {
    font-size: 16px;
    color: #7a8ba6;
    font-weight: 700;
    margin-top: 25px;
    padding-bottom: 14px;
    border-bottom: 1px solid #efefef;
}
#support-wrapper .download-list .download-item .tag-info .divider {
    margin: 0 14px;
    width: 1px;
    height: 12px;
    background-color: #efefef;
}
#support-wrapper .download-list .download-item .download-btn {
    border-radius: 4px;
    margin-top: 25px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 16px 0;
    background-color: #0056ff;
}
#support-wrapper .download-list .download-item .download-btn:hover {
    opacity: 0.8;
}

/* 联系我们 */
#contact-wrapper {
    padding: 100px 0 150px;
}
#contact-wrapper h3 {
    font-size: 30px;
    color: #232323;
    font-weight: 700;
    text-align: center;
}
#contact-wrapper .contact-list {
    margin-top: 80px;
}
#contact-wrapper .contact-list .contact-item {
    width: calc((100% - 120px) / 4);
    padding: 50px 36px 25px;
    background-color: #fff;
    transition: all 0.3s;
    min-height: 266px;
    box-shadow: 0 0 20px rgba(153, 156, 160, 0.3);
    text-align: center;
    margin-bottom: 60px;
}
#contact-wrapper .contact-list .contact-item:hover .contact-icon {
    background-color: #0087ff;
}
#contact-wrapper .contact-list .contact-item .contact-icon {
    margin: 0 auto;
    width: 66px;
    height: 66px;
    background-color: #000;
    border-radius: 4px;
}
#contact-wrapper .contact-list .contact-item .name {
    margin: 27px 0 10px;
    font-size: 26px;
    color: #232323;
    font-weight: 700;
}
#contact-wrapper .contact-list .contact-item p {
    font-size: 18px;
    color: #565656;
    font-weight: 400;
    line-height: 36px;
}
#contact-wrapper .form-wrapper {
    padding: 67px 124px;
    box-shadow: 0 0 20px rgba(153, 156, 160, 0.3);
}
#contact-wrapper .form-wrapper .en {
    font-size: 18px;
    color: #0087ff;
    font-weight: 700;
}
#contact-wrapper .form-wrapper .name {
    margin: 25px 0 46px;
    font-size: 38px;
    color: #232323;
    font-weight: 700;
}
#contact-wrapper .form-wrapper .form-box .form-line .form-item {
    position: relative;
    padding: 26px;
    width: calc((100% - 18px) / 2);
    border: 1px solid #efefef;
    margin-bottom: 20px;
    border-radius: 4px;
}
#contact-wrapper .form-wrapper .form-box .form-line .form-item input {
    width: 100%;
    font-size: 18px;
    color: #787878;
    font-weight: 400;
    line-height: 1;
}
#contact-wrapper .form-wrapper .form-box .form-line .form-item input::-moz-placeholder {
    font-size: 18px;
    color: #787878;
    font-weight: 400;
}
#contact-wrapper .form-wrapper .form-box .form-line .form-item input::placeholder {
    font-size: 18px;
    color: #787878;
    font-weight: 400;
}
#contact-wrapper .form-wrapper .form-box .textarea-wrapper {
    width: 100%;
    padding: 26px;
    border: 1px solid #efefef;
}
#contact-wrapper .form-wrapper .form-box .textarea-wrapper textarea {
    resize: none;
    border: none;
    width: 100%;
    height: 100px;
    font-size: 18px;
    color: #787878;
    font-weight: 400;
}
#contact-wrapper .form-wrapper .form-box .bottom-mes .verify-info .input-wrapper {
    margin-top: 20px;
    height: 60px;
    background-color: #f5f5f5;
    width: 240px;
    padding: 20px;
    margin-right: 13px;
}
#contact-wrapper .form-wrapper .form-box .bottom-mes .verify-info .input-wrapper input {
    width: 100%;
    background-color: #f5f5f5;
    font-size: 18px;
    color: #787878;
    font-weight: 400;
}
#contact-wrapper .form-wrapper .form-box .bottom-mes .verify-info img {
    margin-top: 20px;
    width: 174px;
    height: 60px;
}
#contact-wrapper .form-wrapper .form-box .bottom-mes button {
    margin-top: 20px;
    line-height: 1;
    width: 240px;
    height: 60px;
    background-color: #0087ff;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

/* 招聘信息 */
#recruit-wrapper .table-wrapper {
    width: 100%;
    overflow: auto;
}
#recruit-wrapper .table-wrapper table {
    width: 100%;
    min-width: 800px;
}
#recruit-wrapper .table-wrapper table thead {
    background-color: #f3f3f3;
    height: 74px;
    border-radius: 4px;
    font-size: 16px;
    color: #374567;
    font-weight: 700;
}
#recruit-wrapper .table-wrapper table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
}
#recruit-wrapper .table-wrapper table tbody tr:hover td {
    color: #0087ff;
}
#recruit-wrapper .table-wrapper table tbody td {
    padding: 60px 0 30px;
    text-align: center;
    font-size: 16px;
    color: #374567;
    font-weight: 700;
}

#map {
    height: 440px;
}

.back-top {
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 200px;
    right: 20px;
}
.back-top img {
    width: 48px;
    height: 48px;
}

.sidebar {
    cursor: pointer;
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.sidebar .contact-item {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    width: 44px;
    height: 44px;
    background-color: #0087ff;
    color: #fff;
}
.sidebar .contact-item::before {
    display: none;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    content: "";
    width: 100%;
}
.sidebar .contact-item:hover {
    color: #0087ff;
    background-color: #fff;
}
.sidebar .contact-item:hover::before {
    display: block;
}
.sidebar .contact-item:hover .pop-box {
    right: 60px;
    opacity: 1;
}
.sidebar .contact-item .pop-box {
    font-size: 14px;
    transition: all 0.3s;
    padding: 0 15px;
    height: 100%;
    font-weight: 400;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: -200px;
    z-index: -1;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0087ff;
    border-radius: 5px;
    color: #fff;
}
.sidebar .contact-item .pop-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-left-color: #0087ff;
    color: #0087ff;
    border-width: 5px 0 5px 5px;
}

@media screen and (max-width: 1600px) {
    .hidden-xlg {
        display: none !important;
    }
    .visible-xlg {
        display: block !important;
    }
}
@media screen and (max-width: 1500px) {
    /* 头部模块 */
    header .pc-header .top-mes .right-nav .nav-list {
        width: 600px;
    }
    /* 首页模块 */
    #home-wrapper .solution-wrapper .solution-box .solution-info {
        padding: 60px;
    }
}
@media screen and (max-width: 1400px) {
    .top-banner {
        padding-top: 0;
    }
    /* 底部模块 */
    footer .pc-footer .footer-main .contact-info {
        width: 100%;
    }
    /* 首页模块 */
    #home-wrapper .about-wrapper .about-info {
        padding: 0;
        width: 100%;
    }
    #home-wrapper .about-wrapper .about-img {
        display: none;
    }
    #home-wrapper .about-wrapper .intro-list .intro-item {
        width: 48%;
    }
    /* 研发实力 */
    #about-us .develop-list .develop-item .img-wrapper {
        width: 100%;
    }
    #about-us .develop-list .develop-item .develop-info {
        width: 100%;
    }
}
@media screen and (max-width: 1300px) {
    header .pc-header .top-mes .logo img {
        width: 300px;
    }
    .container {
        padding: 0 60px;
    }
    /* 首页模块 */
    #home-wrapper .solution-wrapper .solution-box .solution-info {
        top: 30px;
        bottom: 30px;
        padding: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    .hidden-lg {
        display: none !important;
    }
    /* 首页模块 */
    #home-wrapper .about-wrapper .about-info h3 {
        font-size: 30px;
    }
    #home-wrapper .about-wrapper .about-info h3::after {
        left: -30px;
        font-size: 80px;
    }
    /* 公司介绍模块 */
    #about-us .honor-list .honor-item,
    #about-us .honor-list i {
        width: 48%;
    }
    /* 联系我们模块 */
    #contact-wrapper .contact-list .contact-item {
        width: 48%;
    }
}
@media screen and (max-width: 1024px) {
    .hidden-lg {
        display: none !important;
    }
    .visible-lg {
        display: block !important;
    }
    .pagination-wrapper {
        padding-bottom: 60px;
    }
    .container {
        padding: 0 60px;
    }
    .common-wrapper,
    .common-box {
        padding: 60px 0;
    }
    /* 首页模块 */
    #home-wrapper .home-swiper .swiper-pagination-bullets {
        bottom: 10px;
    }
    #home-wrapper .home-swiper .swiper-slide-active .swiper-info {
        top: 50%;
        transform: translateY(-50%);
    }
    #home-wrapper .home-swiper .swiper-info h2 {
        font-size: 36px;
    }
    #home-wrapper .product-wrapper .product-list .product-item {
        width: 100%;
    }
    #home-wrapper .solution-wrapper .solution-box .solution-img {
        width: 100%;
    }
    #home-wrapper .solution-wrapper .solution-box .solution-info {
        position: unset;
        padding: 30px;
    }
    #home-wrapper .news-wrapper .news-box .news-content,
    #home-wrapper .news-wrapper .news-box .news-list {
        width: 48%;
    }
    #home-wrapper .news-wrapper .news-box .news-list2 {
        margin-top: 20px;
        width: 100%;
        display: block;
    }
    #home-wrapper .news-wrapper .news-box .news-list2 .news-item {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    #home-wrapper .news-wrapper .news-box .news-list2 .news-item:last-child {
        margin-bottom: 0;
    }
    /* 产品模块 */
    #product-wrapper .product-list .product-item {
        width: 50%;
        padding: 30px;
    }
    /* 产品详情模块 */
    #product-detail .rec-product .product-list .product-item {
        width: 50%;
    }
    #product-detail .product-content .product-mes {
        width: 100%;
    }
    #product-detail .product-content .product-mes p {
        margin: 30px 0;
    }
    #product-detail .product-content .product-img {
        display: none;
    }
    #product-detail .product-content .product-mes .img-wrapper {
        display: block;
    }
    /* 关于我们模块 */
    #about-us .about-wrapper .about-info {
        width: 100%;
        padding: 60px;
    }
    #about-us .about-wrapper .about-img {
        display: none;
    }
    #about-us .about-wrapper .about-info h3 {
        font-size: 30px;
    }
    #about-us .about-wrapper .about-info h3::after {
        left: -30px;
        font-size: 80px;
    }
    #about-us .about-wrapper .about-info .content p {
        line-height: 30px;
    }
    #about-us .about-wrapper .about-info .intro-list .intro-item {
        width: 48%;
        margin-top: 20px;
    }
    /* 新闻咨询模块 */
    #news-wrapper .news-box {
        height: auto;
    }
    #news-wrapper .news-box .news-list .news-item {
        margin-top: 20px;
        height: auto;
    }
    #news-wrapper .news-box .news-list,
    #news-wrapper .news-box .news-content {
        width: 100%;
    }
    #news-wrapper .news-list2 .news-item {
        width: 48%;
    }
    #news-wrapper .news-box .news-content {
        min-height: 300px;
    }
    /* 新闻详情模块 */
    #news-detail {
        padding-bottom: 60px;
    }
    #news-detail .rec-news .news-list .news-item {
        width: 48%;
    }
    #news-detail .content-wrapper,
    #solution-detail .content-wrapper,
    #product-detail .product-message .content-wrapper {
        margin-bottom: 60px;
    }
    /* 技术支持模块 */
    #support-wrapper .video-list .video-item,
    #support-wrapper .download-list .download-item {
        width: 48%;
    }
    #support-wrapper .video-list::after,
    #support-wrapper .download-list .download-item::after {
        display: none;
    }
    /* 联系我们模块 */
    #contact-wrapper .form-wrapper {
        padding: 60px;
    }
    #contact-wrapper {
        padding: 30px 0;
    }
    #contact-wrapper .contact-list {
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    /* 底部模块 */
    footer .pc-footer .footer-main .link-list dl {
        margin-bottom: 20px;
    }
    footer .pc-footer .footer-main .link-list dl dt {
        margin-bottom: 20px;
    }
    .pagination-wrapper {
        padding-bottom: 30px;
    }
    .pagination-wrapper .pagination > a {
        font-size: 14px;
        margin-left: 10px;
    }
    .pagination-wrapper .pagination .prev,
    .pagination-wrapper .pagination .next {
        width: 36px;
        height: 36px;
    }
    .container {
        padding: 0 30px;
    }
    .common-wrapper,
    .common-box {
        padding: 30px 0;
    }
    .common-wrapper .header .title {
        width: 100%;
        text-align: center;
    }
    .common-wrapper .header .title h3 {
        font-size: 24px;
    }
    .common-wrapper .header .title p {
        margin-top: 20px;
        font-size: 16px;
    }
    .common-wrapper .header .more-info {
        margin: 20px auto 0;
    }
    .common-wrapper .swiper-btn {
        margin-top: 20px;
        width: 100%;
    }
    #product-detail .page-box > a,
    #solution-detail .page-box > a,
    #news-detail .page-box > a {
        width: 100%;
    }
    /* 首页模块 */
    #home-wrapper .about-wrapper .intro-list .intro-item .intro-icon {
        margin-left: 30px;
    }
    #home-wrapper .news-wrapper .news-box .news-content,
    #home-wrapper .news-wrapper .news-box .news-list {
        width: 100%;
    }
    #home-wrapper .news-wrapper .news-box .news-content {
        min-height: 300px;
    }
    #home-wrapper .news-wrapper .news-box .news-list .news-item {
        padding: 30px;
    }
    #home-wrapper .news-wrapper .news-box .news-list .news-item p {
        margin: 30px 0;
    }
    /* 产品详情 */
    #product-detail .product-intro .header h3 {
        display: none;
    }
    /* 解决方案详情 */
    #solution-detail {
        padding: 30px 0;
    }
    /* 新闻咨询模块 */
    #news-wrapper .news-list2 .news-item {
        width: 100%;
    }
    /* 新闻详情模块 */
    #news-detail {
        padding-bottom: 30px;
    }
    #news-detail .rec-news .news-list .news-item {
        width: 100%;
    }
    #news-detail .content-wrapper,
    #solution-detail .content-wrapper,
    #product-detail .product-message .content-wrapper {
        margin-bottom: 30px;
    }
    /* 技术支持模块 */
    #support-wrapper .video-list .video-item,
    #support-wrapper .download-list .download-item {
        width: 100%;
    }
    /* 联系我们模块 */
    #contact-wrapper {
        padding: 30px 0;
    }
    #contact-wrapper .form-wrapper {
        padding: 30px;
    }
    #contact-wrapper .form-wrapper .form-box .form-line .form-item {
        width: 100%;
    }
    /* 侧边栏 */
    .sidebar {
        display: none;
    }
}
@media screen and (max-width: 540px) {
    .top-banner {
        height: 300px;
    }
    /* 首页模块 */
    #home-wrapper .home-swiper .swiper-pagination-bullet {
        height: 6px;
    }
    #home-wrapper .home-swiper .swiper-pagination-bullet-active {
        width: 30px;
    }
    #home-wrapper .product-wrapper .product-list .product-item {
        flex-direction: column-reverse;
        padding: 30px;
    }
    #home-wrapper .product-wrapper .product-list .product-item:last-child {
        margin-bottom: 0;
    }
    #home-wrapper .product-wrapper .product-list .product-item .left-mes {
        flex: none;
        width: 100%;
    }
    #home-wrapper .product-wrapper .product-list .product-item .right-img {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
    #home-wrapper .product-wrapper .product-list .product-item .right-img img {
        width: 100%;
    }
    .common-wrapper .header .icon-list {
        margin-top: 30px;
    }
    .common-wrapper .header .icon-list .icon-item {
        width: 48%;
        margin-bottom: 20px;
    }
    #home-wrapper .about-wrapper .about-info h3 {
        font-size: 24px;
    }
    #home-wrapper .about-wrapper .about-info h3::after {
        left: -30px;
        font-size: 40px;
    }
    #home-wrapper .about-wrapper .intro-list .intro-item {
        width: 100%;
    }
    /* 产品模块 */
    #product-wrapper .product-list .product-item {
        width: 100%;
    }
    /* 产品详情模块 */
    #product-detail .rec-product .product-list .product-item {
        width: 100%;
    }
    #product-detail .rec-product .product-list {
        display: none;
    }
    #product-detail .rec-product .product-swiper {
        display: block;
    }
    /* 公司介绍模块 */
    #about-us .about-wrapper .about-info {
        padding: 30px;
    }
    #about-us .about-wrapper .about-info .intro-list .intro-item {
        width: 100%;
    }
    #about-us .about-wrapper .about-info h3 {
        font-size: 24px;
    }
    #about-us .about-wrapper .about-info h3::after {
        left: -30px;
        font-size: 40px;
    }
    #about-us .honor-list .honor-item {
        width: 100%;
        margin-bottom: 30px;
    }
    #about-us .develop-list .develop-item {
        width: 100%;
    }
    /* 联系我们模块 */
    #contact-wrapper .contact-list .contact-item {
        padding: 20px;
        min-height: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    #contact-wrapper .form-wrapper .name {
        margin: 20px 0;
        font-size: 30px;
    }
    #contact-wrapper .form-wrapper .form-box .form-line .form-item,
    #contact-wrapper .form-wrapper .form-box .textarea-wrapper {
        padding: 14px;
    }
    #contact-wrapper .form-wrapper .form-box .form-line .form-item input,
    #contact-wrapper .form-wrapper .form-box .textarea-wrapper textarea,
    #contact-wrapper .form-wrapper .form-box .bottom-mes .verify-info .input-wrapper input {
        font-size: 14px;
    }
    #contact-wrapper .form-wrapper .form-box .form-line .form-item input::-moz-placeholder, #contact-wrapper .form-wrapper .form-box .textarea-wrapper textarea::-moz-placeholder, #contact-wrapper .form-wrapper .form-box .bottom-mes .verify-info .input-wrapper input::-moz-placeholder {
        font-size: inherit;
    }
    #contact-wrapper .form-wrapper .form-box .form-line .form-item input::placeholder,
    #contact-wrapper .form-wrapper .form-box .textarea-wrapper textarea::placeholder,
    #contact-wrapper .form-wrapper .form-box .bottom-mes .verify-info .input-wrapper input::placeholder {
        font-size: inherit;
    }
    #contact-wrapper .form-wrapper .form-box .bottom-mes .verify-info .input-wrapper {
        padding: 14px;
        height: auto;
    }
    #contact-wrapper .form-wrapper .form-box .bottom-mes button {
        height: 40px;
        font-size: 14px;
    }
    /* 底部模块 */
    footer .pc-footer .footer-main .link-list {
        display: none;
    }
    footer .pc-footer .footer-main .contact-info {
        text-align: center;
    }
    footer .pc-footer .footer-main .contact-info .map-img {
        display: none;
    }
    footer .pc-footer .footer-top .friend-link {
        display: none;
    }
}/*# sourceMappingURL=style.css.map */