<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
.table-box table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
    width: auto !important;
    height: auto !important;
    background-color: #f2f3f4;
    color: #02152d;
}
.table-box table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
    background-color: #ffffff;
}
.table-box table td,
.table-box table th {
    vertical-align: middle;
    font-weight: normal;
    padding: 10px !important;
    border: 1px solid #EEEEEE !important;
    font-size: 15px;
}
@media (max-width: 767px) {
    .table-box table td,
    .table-box table th {
        font-size: 14px;
    }
}
.table-box table tr p,
.table-box table tr span {
    line-height: 1.2 !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.table-box table th {
    text-align: center;
}
.table-box .table-nav {
    overflow: hidden;
}
.table-box .table-content {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 300px;
    max-height: 42vh;
}
.tsformcommon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tsformY {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.tsformX {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner .banner-content {
    position: relative;
}
.banner .slickbanner {
    position: static;
}
.banner .slickbanner .slick-current .item img {
    transform: scale(1.1);
}
.banner .slickbanner .item {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
}
.banner .slickbanner .item img {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: all 8s;
    -webkit-transition: all 8s;
}
.banner .slickbanner .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .banner .slickbanner .slick-dots {
        bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slickbanner .slick-dots {
        bottom: 10px;
    }
}
.banner .slickbanner .slick-dots li {
    display: inline-block;
    padding: 0 5px;
}
@media screen and (max-width: 1199px) {
    .banner .slickbanner .slick-dots li {
        padding: 0 3px;
    }
}
.banner .slickbanner .slick-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .banner .slickbanner .slick-dots li button {
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slickbanner .slick-dots li button {
        width: 10px;
        height: 10px;
        border-width: 2px;
    }
}
.banner .slickbanner .slick-dots .slick-active button {
    background-color: #fff;
}
.index-about .content .pic .img-box {
    padding-bottom: 62.33766234%;
}
.index-about .content .info ul li::before {
    background-color: #ed1b24;
}
.about-company-page {
    overflow: hidden;
}
.about-company-page .about-info .content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .about-company-page .about-info .content {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .about-info .content {
        padding-bottom: 30px;
    }
}
.about-company-page .about-info .content .pic {
    overflow: hidden;
    display: block;
    width: 40.10416667%;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .about-company-page .about-info .content .pic {
        width: 100%;
    }
}
.about-company-page .about-info .content .pic .img-box {
    padding-bottom: 77.92207792%;
}
.about-company-page .about-info .content .pic h2 {
    position: relative;
    display: inline-block;
    margin: 20px 0 0;
    padding: 0 120px;
    font-size: 36px;
    line-height: 1.38888889;
    color: #222222;
    text-transform: capitalize;
    font-family: "Roboto Bold";
}
@media screen and (max-width: 1199px) {
    .about-company-page .about-info .content .pic h2 {
        margin-top: 15px;
        padding: 0 80px;
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .about-info .content .pic h2 {
        margin-top: 10px;
    }
}
@media screen and (max-width: 480px) {
    .about-company-page .about-info .content .pic h2 {
        font-size: 20px;
    }
}
.about-company-page .about-info .content .pic h2::before,
.about-company-page .about-info .content .pic h2::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 110px;
    height: 1px;
    background-color: #222222;
}
@media screen and (max-width: 1199px) {
    .about-company-page .about-info .content .pic h2::before,
    .about-company-page .about-info .content .pic h2::after {
        width: 50px;
    }
}
.about-company-page .about-info .content .pic h2::after {
    left: auto;
    right: 0;
}
.about-company-page .about-info .content .info {
    overflow: hidden;
    width: 59.89583333%;
    margin-top: 35px;
    padding-left: 85px;
    padding-right: 30px;
}
@media screen and (max-width: 1199px) {
    .about-company-page .about-info .content .info {
        margin-top: 20px;
        padding-left: 50px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 991px) {
    .about-company-page .about-info .content .info {
        padding: 0 15px;
        width: 100%;
    }
}
.about-company-page .about-info .content .inner {
    max-width: 810px;
}
@media screen and (max-width: 1439px) {
    .about-company-page .about-info .content .inner {
        max-width: 655px;
    }
}
@media screen and (max-width: 1199px) {
    .about-company-page .about-info .content .inner {
        max-width: 540px;
    }
}
@media screen and (max-width: 991px) {
    .about-company-page .about-info .content .inner {
        max-width: 100%;
    }
}
.about-company-page .about-info .content .title {
    padding-bottom: 5px;
    border-bottom: 3px solid #222222;
}
@media screen and (max-width: 480px) {
    .about-company-page .about-info .content .title {
        padding-top: 15px;
    }
}
.about-company-page .about-info .content .intro {
    padding-top: 30px;
}
@media screen and (max-width: 767px) {
    .about-company-page .about-info .content .intro {
        padding-top: 20px;
    }
}
.about-company-page .about-info .content .intro p {
    font-size: 20px;
    line-height: 1.8;
    color: #333333;
}
@media screen and (max-width: 1199px) {
    .about-company-page .about-info .content .intro p {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .about-company-page .about-info .content .intro p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .about-info .content .intro p {
        font-size: 14px;
    }
}
.about-company-page .about-num {
    margin-bottom: 30px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width: 1199px) {
    .about-company-page .about-num {
        margin-bottom: 0;
    }
}
.about-company-page .about-num ul {
    display: flex;
}
@media screen and (max-width: 991px) {
    .about-company-page .about-num ul {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .about-num ul {
        padding: 15px 0;
    }
}
.about-company-page .about-num ul li {
    width: 25%;
    padding: 40px 10px;
    border-right: 1px solid #e3e3e3;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .about-company-page .about-num ul li {
        padding: 30px 10px;
    }
}
@media screen and (max-width: 1199px) {
    .about-company-page .about-num ul li {
        padding: 20px 10px;
        width: 33.333333%;
        border-right: none;
    }
}
@media screen and (max-width: 767px) {
    .about-company-page .about-num ul li {
        padding: 15px 10px;
        width: 50%;
    }
}
.about-company-page .about-num ul li:last-child {
    border-right: none;
}
.about-company-page .about-num ul h5 {
    margin: 0;
    font-size: 60px;
    line-height: 1;
    color: #222222;
    font-family: "Roboto Bold";
}
@media screen and (max-width: 1439px) {
    .about-company-page .about-num ul h5 {
        font-size: 45px;
    }
}
@media screen and (max-width: 1199px) {
    .about-company-page .about-num ul h5 {
        font-size: 30px;
    }
}
@media screen and (max-width: 480px) {
    .about-company-page .about-num ul h5 {
        font-size: 25px;
    }
}
.about-company-page .about-num ul h5 sup {
    top: -0.8em;
    left: 3px;
    font-size: 0.5em;
}
.about-company-page .about-num ul p {
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.25;
    color: #333333;
}
@media screen and (max-width: 1439px) {
    .about-company-page .about-num ul p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .about-company-page .about-num ul p {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .about-company-page .about-num ul p {
        font-size: 14px;
    }
}
.about-project-page {
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .about-project-page .project-list {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .about-project-page .project-list {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .about-project-page .project-list {
        padding-bottom: 15px;
    }
}
.about-project-page .project-list li {
    margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
    .about-project-page .project-list li {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .about-project-page .project-list li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-project-page .project-list li {
        margin-bottom: 15px;
    }
}
.about-project-page .project-list .item {
    display: block;
}
@media screen and (min-width: 1200px) {
    .about-project-page .project-list .item:hover img {
        transform: scale(1.05);
    }
    .about-project-page .project-list .item:hover h6 {
        color: #ed1b24;
    }
}
.about-project-page .project-list .item .img-box {
    padding-bottom: 66.66666667%;
}
.about-project-page .project-list .item img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-project-page .project-list .item h6 {
    margin: 25px 0 0;
    font-size: 22px;
    line-height: 1.36363636;
    color: #222222;
    text-transform: capitalize;
    font-family: "Roboto Medium";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
    .about-project-page .project-list .item h6 {
        margin-top: 20px;
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .about-project-page .project-list .item h6 {
        margin-top: 15px;
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .about-project-page .project-list .item h6 {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .about-project-page .project-list .item h6 {
        margin-top: 10px;
        font-size: 14px;
    }
}
.about-production-page {
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .about-production-page .production-list {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .about-production-page .production-list {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .about-production-page .production-list {
        padding-bottom: 15px;
    }
}
.about-production-page .production-list li {
    margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
    .about-production-page .production-list li {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .about-production-page .production-list li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-production-page .production-list li {
        margin-bottom: 15px;
        width: 50%;
    }
}
.about-production-page .production-list .item {
    display: block;
    cursor: pointer;
    position: relative;
}
.about-production-page .production-list .item .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 5;
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0 0 10px #999999;
}
@media screen and (min-width: 1200px) {
    .about-production-page .production-list .item:hover img {
        transform: scale(1.05);
    }
    .about-production-page .production-list .item:hover h6 {
        color: #ed1b24;
    }
}
.about-production-page .production-list .item .img-box {
    padding-bottom: 66.66666667%;
}
.about-production-page .production-list .item img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-production-page .production-list .item h6 {
    margin: 25px 0 0;
    font-size: 22px;
    line-height: 1.36363636;
    color: #222222;
    text-transform: capitalize;
    font-family: "Roboto Medium";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
    .about-production-page .production-list .item h6 {
        margin-top: 20px;
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .about-production-page .production-list .item h6 {
        margin-top: 15px;
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .about-production-page .production-list .item h6 {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .about-production-page .production-list .item h6 {
        margin-top: 10px;
        font-size: 14px;
    }
}
.about-honor-page {
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .about-honor-page .honor-list {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .about-honor-page .honor-list {
        padding-bottom: 15px;
    }
}
.about-honor-page .honor-list .flex-item-xxs-4 .img-box {
    padding-bottom: 68.88888889%;
}
.about-honor-page .honor-list .flex-item-lg-3 .img-box {
    padding-bottom: 142.42424242%;
}
.about-honor-page .honor-list li {
    margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
    .about-honor-page .honor-list li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-honor-page .honor-list li {
        margin-bottom: 15px;
    }
}
.about-honor-page .honor-list li .item {
    display: block;
}
@media screen and (min-width: 1200px) {
    .about-honor-page .honor-list li .item:hover .pic {
        border-color: #ed1b24;
    }
    .about-honor-page .honor-list li .item:hover .pic img {
        transform: scale(1.05);
    }
    .about-honor-page .honor-list li .item:hover h6 {
        color: #ed1b24;
    }
}
.about-honor-page .honor-list li .item .pic {
    display: block;
    border: 1px solid #bbbbbb;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.about-honor-page .honor-list li .item .pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-honor-page .honor-list li .item h6 {
    margin: 0;
    padding: 15px;
    padding-bottom: 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .about-honor-page .honor-list li .item h6 {
        padding: 10px 0 0;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .about-honor-page .honor-list li .item h6 {
        padding: 5px 0 0;
        font-size: 12px;
    }
}
.value-page {
    overflow: hidden;
}
.value-page section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 480px) {
    .value-page section {
        display: block;
    }
}
.value-page section .pic {
    overflow: hidden;
    display: block;
    width: 42.96875%;
}
@media screen and (max-width: 480px) {
    .value-page section .pic {
        width: 100%;
    }
}
.value-page section .pic .img-box {
    padding-bottom: 72.72727273%;
}
.value-page section .info {
    overflow: hidden;
    width: 57.03125%;
}
@media screen and (max-width: 480px) {
    .value-page section .info {
        width: 100%;
    }
}
.value-page section .inner {
    max-width: 765px;
}
@media screen and (max-width: 1439px) {
    .value-page section .inner {
        max-width: 655px;
    }
}
@media screen and (max-width: 1199px) {
    .value-page section .inner {
        max-width: 540px;
    }
}
@media screen and (max-width: 991px) {
    .value-page section .inner {
        max-width: 395px;
    }
}
@media screen and (max-width: 480px) {
    .value-page section .inner {
        max-width: 100%;
    }
}
.value-page section .title {
    padding-bottom: 5px;
    border-bottom: 3px solid #222222;
}
@media screen and (max-width: 480px) {
    .value-page section .title {
        padding-top: 15px;
    }
}
.value-page section li,
.value-page section p {
    padding-left: 35px;
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
}
@media screen and (max-width: 1439px) {
    .value-page section li,
    .value-page section p {
        font-size: 22px;
    }
}
@media screen and (max-width: 1199px) {
    .value-page section li,
    .value-page section p {
        padding-left: 30px;
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .value-page section li,
    .value-page section p {
        padding-left: 25px;
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .value-page section li,
    .value-page section p {
        padding-left: 20px;
        font-size: 16px;
    }
}
.value-page section li {
    position: relative;
    margin-bottom: 35px;
}
@media screen and (max-width: 1439px) {
    .value-page section li {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1199px) {
    .value-page section li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .value-page section li {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .value-page section li {
        margin-bottom: 10px;
    }
}
.value-page section li::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #222222;
}
@media screen and (max-width: 1439px) {
    .value-page section li::before {
        top: 10px;
    }
}
@media screen and (max-width: 1199px) {
    .value-page section li::before {
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 991px) {
    .value-page section li::before {
        top: 8px;
        width: 8px;
        height: 8px;
    }
}
@media screen and (max-width: 767px) {
    .value-page section li::before {
        width: 6px;
        height: 6px;
    }
}
.value-page section .txt {
    position: relative;
    padding-top: 35px;
}
@media screen and (max-width: 1439px) {
    .value-page section .txt {
        padding-top: 25px;
    }
}
@media screen and (max-width: 767px) {
    .value-page section .txt {
        padding-top: 15px;
    }
}
.value-page section:nth-child(odd) .info {
    padding-left: 70px;
    padding-right: 30px;
}
@media screen and (max-width: 1199px) {
    .value-page section:nth-child(odd) .info {
        padding-left: 50px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 480px) {
    .value-page section:nth-child(odd) .info {
        padding: 0 15px;
    }
}
.value-page section:nth-child(even) {
    flex-direction: row-reverse;
}
.value-page section:nth-child(even) .info {
    padding-right: 70px;
    padding-left: 30px;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
    .value-page section:nth-child(even) .info {
        padding-right: 50px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 480px) {
    .value-page section:nth-child(even) .info {
        padding: 0 15px;
    }
}
.service-page {
    overflow: hidden;
}
.service-page .page-title p {
    display: block;
    width: 100%;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 992px) {
    .service-page .service-list {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.service-page .service-list li {
    padding-top: 30px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
    .service-page .service-list li {
        padding-top: 0;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .service-page .service-list li {
        margin-bottom: 20px;
    }
}
.service-page .service-list li:last-child {
    margin-bottom: 0;
}
.service-page .service-list .item {
    display: flex;
    padding: 0 30px 5px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
    .service-page .service-list .item {
        align-items: center;
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .service-page .service-list .item {
        display: block;
        padding: 15px;
    }
}
@media screen and (min-width: 1200px) {
    .service-page .service-list .item:hover {
        border-color: transparent;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .service-page .service-list .item:hover .pic img {
        transform: scale(1.05);
    }
}
.service-page .service-list .item .pic {
    position: relative;
    top: -30px;
    flex-shrink: 0;
    width: 300px;
    display: block;
}
@media screen and (max-width: 1199px) {
    .service-page .service-list .item .pic {
        top: 0;
    }
}
@media screen and (max-width: 767px) {
    .service-page .service-list .item .pic {
        width: 100%;
    }
}
.service-page .service-list .item .pic .img-box {
    padding-bottom: 63.33333333%;
}
.service-page .service-list .item .pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-page .service-list .item .info {
    width: calc(100% - 300px);
    padding: 25px 30px;
}
@media screen and (max-width: 1199px) {
    .service-page .service-list .item .info {
        padding: 0;
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .service-page .service-list .item .info {
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }
}
.service-page .service-list .item .info .num {
    display: block;
    font-size: 48px;
    line-height: 0.9375;
    color: #222222;
    font-family: "Roboto Bold";
    opacity: 0.15;
}
@media screen and (max-width: 1199px) {
    .service-page .service-list .item .info .num {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .service-page .service-list .item .info .num {
        font-size: 30px;
    }
}
.service-page .service-list .item .info .intro {
    margin-top: 10px;
    max-height: 180px;
    overflow: auto;
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
}
@media screen and (max-width: 1199px) {
    .service-page .service-list .item .info .intro {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .service-page .service-list .item .info .intro {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .service-page .service-list .item .info .intro {
        font-size: 14px;
    }
}
.product-list-page {
    overflow: hidden;
}
.product-list-page .page-bar {
    margin-top: 20px;
}
@media screen and (max-width: 1199px) {
    .product-list-page .page-bar {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .product-list-page .page-bar {
        padding-top: 0;
    }
}
.product-list-page .page-bar .link-bgg {
    width: 19.85815603%;
}
@media screen and (min-width: 1200px) {
    .product-list-page .page-bar ul li {
        width: 19.85815603%;
    }
}
.product-list-page .content {
    padding-top: 50px;
}
@media screen and (max-width: 991px) {
    .product-list-page .content {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .product-list-page .content {
        padding-top: 20px;
    }
}
.product-list-page .item-list {
    overflow: hidden;
}
.product-list-page .item-list li {
    margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
    .product-list-page .item-list li {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .product-list-page .item-list li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-list-page .item-list li {
        margin-bottom: 15px;
    }
}
.product-list-page .item-list .item {
    display: block;
}
@media screen and (min-width: 1200px) {
    .product-list-page .item-list .item:hover .pic .img-box::before {
        border-color: #ed1b24;
    }
    .product-list-page .item-list .item:hover .pic .img-box img {
        transform: scale(1.05);
    }
    .product-list-page .item-list .item:hover h6 {
        color: #ed1b24;
    }
}
.product-list-page .item-list .item .pic {
    display: block;
}
.product-list-page .item-list .item .pic .img-box {
    padding-bottom: 66.66666667%;
}
.product-list-page .item-list .item .pic .img-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.product-list-page .item-list .item .pic .img-box img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-list-page .item-list .item h6 {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: #222222;
    font-family: "Roboto Medium";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
    .product-list-page .item-list .item h6 {
        margin-top: 15px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .product-list-page .item-list .item h6 {
        margin-top: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product-list-page .item-list .item h6 {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
}
@media screen and (max-width: 480px) {
    .product-list-page .item-list .item h6 {
        margin-top: 5px;
        font-size: 12px;
    }
}
@keyframes videobgg {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes videobgg {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}
.product-center-page {
    overflow: hidden;
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .product-center-page {
        padding-bottom: 30px;
    }
}
.product-center-page .p-nav {
    overflow: hidden;
}
.product-center-page .p-nav1&gt;li {
    margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
    .product-center-page .p-nav1&gt;li {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-nav1&gt;li {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-nav1&gt;li {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .product-center-page .p-nav1&gt;li:hover&gt;.title {
        color: #ed1b24;
    }
    .product-center-page .p-nav1&gt;li:hover&gt;.title::before {
        background-color: #ed1b24;
    }
}
.product-center-page .p-nav1&gt;li:last-child {
    margin-bottom: 0;
}
.product-center-page .p-nav1&gt;li&gt;.title {
    position: relative;
    display: block;
    margin: 0;
    padding: 7.5px 0;
    padding-right: 70px;
    font-size: 30px;
    line-height: 1.16666667;
    color: #222222;
    text-transform: capitalize;
    font-family: "Roboto Medium";
    cursor: pointer;
    -moz-user-select: none;
    /*mozilar*/
    -webkit-user-select: none;
    /*webkit*/
    -ms-user-select: none;
    /*IE*/
    user-select: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-nav1&gt;li&gt;.title {
        font-size: 25px;
        padding-right: 60px;
    }
}
@media screen and (max-width: 991px) {
    .product-center-page .p-nav1&gt;li&gt;.title {
        font-size: 22px;
        padding-right: 50px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-nav1&gt;li&gt;.title {
        font-size: 18px;
        padding-right: 40px;
    }
}
.product-center-page .p-nav1&gt;.more&gt;.title::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e649';
    color: #fff;
    background-color: #222222;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-nav1&gt;.more&gt;.title::before {
        width: 45px;
        height: 45px;
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .product-center-page .p-nav1&gt;.more&gt;.title::before {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-nav1&gt;.more&gt;.title::before {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
}
.product-center-page .p-nav1&gt;.active&gt;.title::before {
    content: '\eaf5';
    background-color: #ed1b24;
}
.product-center-page .p-nav1 .inner {
    display: none;
    overflow: hidden;
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
    .product-center-page .p-nav1 .inner {
        margin-top: 15px;
        padding: 0;
    }
}
.product-center-page .p-nav1 .p-nav2 {
    float: left;
    width: calc(50% - 15px);
    padding: 25px 0;
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-nav1 .p-nav2 {
        padding: 20px 0;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-nav1 .p-nav2 {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
}
.product-center-page .p-nav1 .p-nav2&gt;li {
    margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
    .product-center-page .p-nav1 .p-nav2&gt;li:hover&gt;a {
        padding-left: 15px;
        color: #ed1b24;
    }
    .product-center-page .p-nav1 .p-nav2&gt;li:hover&gt;a::before {
        color: #ed1b24;
        opacity: 1;
    }
}
.product-center-page .p-nav1 .p-nav2&gt;li:last-child {
    margin-bottom: 0;
}
.product-center-page .p-nav1 .p-nav2&gt;li&gt;a {
    position: relative;
    display: inline-block;
    padding-left: 0;
    font-size: 24px;
    line-height: 1.45833333;
    color: #222222;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1439px) {
    .product-center-page .p-nav1 .p-nav2&gt;li&gt;a {
        font-size: 22px;
    }
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-nav1 .p-nav2&gt;li&gt;a {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .product-center-page .p-nav1 .p-nav2&gt;li&gt;a {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-nav1 .p-nav2&gt;li&gt;a {
        font-size: 16px;
    }
}
.product-center-page .p-nav1 .p-nav2&gt;li&gt;a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '-';
    color: #222222;
    opacity: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.product-center-page .p-nav1 .p-nav2&gt;.active&gt;a {
    padding-left: 15px;
    color: #ed1b24;
}
@media screen and (max-width: 767px) {
    .product-center-page .p-nav1 .p-nav2&gt;.active&gt;a {
        padding-left: 10px;
    }
}
.product-center-page .p-nav1 .p-nav2&gt;.active&gt;a::before {
    color: #ed1b24;
    opacity: 1;
}
.product-center-page .p-nav1 .thumb-list {
    float: right;
    position: relative;
    width: 46.80851064%;
    max-width: calc(50% - 15px);
    padding-bottom: 26.24113475%;
}
@media screen and (max-width: 767px) {
    .product-center-page .p-nav1 .thumb-list {
        float: none;
        width: 100%;
        max-width: 100%;
        padding-bottom: 56.11111111%;
    }
}
.product-center-page .p-nav1 .thumb-list li {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.9);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
}
.product-center-page .p-nav1 .thumb-list li .img-box {
    padding-bottom: 56.06060606%;
}
.product-center-page .p-nav1 .thumb-list&gt;.active {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
}
.product-center-page .p-video {
    padding: 140px 0 160px;
    overflow: hidden;
    background: url(../images/img/product_center_video.jpg) no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-video {
        padding: 100px 0 120px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-video {
        padding: 60px 0 80px;
    }
}
.product-center-page .p-video h2 {
    color: #ffffff;
    text-transform: capitalize;
}
.product-center-page .p-video .video-btn {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 20px;
    width: 45px;
    height: 45px;
}
.product-center-page .p-video .video-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e746';
    color: #fff;
    font-size: 45px;
}
.product-center-page .p-video .video-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.65;
    animation: videobgg 4s 0s linear infinite;
    -webkit-animation: videobgg 4s 0s linear infinite;
}
.product-center-page .p-pattern-search {
    position: relative;
    z-index: 10;
}
.product-center-page .p-pattern-search .pattern-search-menu {
    position: relative;
    margin-top: -90px;
    padding-left: 252px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
}
@media screen and (max-width: 1439px) {
    .product-center-page .p-pattern-search .pattern-search-menu {
        padding-left: 200px;
    }
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-pattern-search .pattern-search-menu {
        padding-left: 150px;
        margin-top: -75px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-pattern-search .pattern-search-menu {
        padding-left: 0;
        margin-top: -50px;
    }
}
.product-center-page .p-pattern-search .pattern-search-menu .menu-title {
    position: absolute;
    top: 63px;
    left: 80px;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    white-space: nowrap;
    font-family: "Roboto Medium";
}
@media screen and (max-width: 1439px) {
    .product-center-page .p-pattern-search .pattern-search-menu .menu-title {
        top: 75px;
        left: 30px;
        font-size: 22px;
    }
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-pattern-search .pattern-search-menu .menu-title {
        top: 60px;
        left: 15px;
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-pattern-search .pattern-search-menu .menu-title {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        padding-top: 15px;
    }
}
.product-center-page .p-pattern-search .pattern-search-menu ul {
    padding: 43px 0 33px;
    padding-right: 20px;
    font-size: 0;
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-pattern-search .pattern-search-menu ul {
        padding: 25px 0;
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-pattern-search .pattern-search-menu ul {
        padding: 15px 0;
    }
}
.product-center-page .p-pattern-search .pattern-search-menu ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    width: 12.5%;
    max-width: 138px;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
    /*mozilar*/
    -webkit-user-select: none;
    /*webkit*/
    -ms-user-select: none;
    /*IE*/
    user-select: none;
}
@media screen and (max-width: 991px) {
    .product-center-page .p-pattern-search .pattern-search-menu ul li {
        width: 16.66666667%;
    }
}
@media screen and (max-width: 480px) {
    .product-center-page .p-pattern-search .pattern-search-menu ul li {
        width: 20%;
    }
}
@media screen and (min-width: 1200px) {
    .product-center-page .p-pattern-search .pattern-search-menu ul li:hover .pic .img-box::before {
        border-color: #ed1b24;
    }
    .product-center-page .p-pattern-search .pattern-search-menu ul li:hover .pic img {
        transform: scale(1.1);
    }
    .product-center-page .p-pattern-search .pattern-search-menu ul li:hover h6 {
        color: #ed1b24;
    }
}
.product-center-page .p-pattern-search .pattern-search-menu ul li .pic {
    position: relative;
    display: block;
    margin: 0 auto;
    width: calc(100% - 10px);
    max-width: 70px;
}
.product-center-page .p-pattern-search .pattern-search-menu ul li .pic .img-box {
    border-radius: 50%;
}
.product-center-page .p-pattern-search .pattern-search-menu ul li .pic .img-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.product-center-page .p-pattern-search .pattern-search-menu ul li .pic img {
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
.product-center-page .p-pattern-search .pattern-search-menu ul li h6 {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 1.33333333;
    color: #666666;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
    .product-center-page .p-pattern-search .pattern-search-menu ul li h6 {
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-pattern-search .pattern-search-menu ul li h6 {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .product-center-page .p-pattern-search .pattern-search-menu ul li h6 {
        margin: 5px 0;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-pattern-search .pattern-search-menu ul li h6 {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .product-center-page .p-pattern-search .pattern-search-menu ul li h6 {
        font-size: 10px;
    }
}
.product-center-page .p-pattern-search .pattern-search-menu ul li.active .pic .img-box::before {
    border-color: #ed1b24;
}
.product-center-page .p-pattern-search .pattern-search-menu ul li.active .pic img {
    transform: scale(1.1);
}
.product-center-page .p-pattern-search .pattern-search-menu ul li.active h6 {
    color: #ed1b24;
}
.product-center-page .p-pattern-search .pattern-search-list {
    padding-top: 40px;
    padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .product-center-page .p-pattern-search .pattern-search-list {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-pattern-search .pattern-search-list {
        padding-top: 30px;
        padding-bottom: 15px;
    }
}
.product-center-page .p-pattern-search .pattern-search-list .tip {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    color: #222;
    text-transform: capitalize;
}
.product-center-page .p-pattern-search .pattern-search-list li {
    margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
    .product-center-page .p-pattern-search .pattern-search-list li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-pattern-search .pattern-search-list li {
        margin-bottom: 15px;
    }
}
.product-center-page .p-pattern-search .pattern-search-list li .item {
    display: block;
}
@media screen and (min-width: 1200px) {
    .product-center-page .p-pattern-search .pattern-search-list li .item:hover .pic img {
        transform: scale(1.05);
    }
    .product-center-page .p-pattern-search .pattern-search-list li .item:hover .figure-name {
        color: #ed1b24;
    }
}
.product-center-page .p-pattern-search .pattern-search-list li .item .pic .img-box {
    padding-bottom: 54.54545455%;
}
.product-center-page .p-pattern-search .pattern-search-list li .item .pic img {
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
.product-center-page .p-pattern-search .pattern-search-list li .item .figure-name {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.33333333;
    color: #333333;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-pattern-search .pattern-search-list li .item .figure-name {
        margin-top: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-pattern-search .pattern-search-list li .item .figure-name {
        margin-top: 5px;
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .product-center-page .p-pattern-search .pattern-search-list li .item .figure-name {
        font-size: 12px;
    }
}
.product-center-page .p-pattern-search .load-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 210px;
    height: 45px;
    font-size: 16px;
    color: #ffffff;
    background-color: #222222;
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-pattern-search .load-btn {
        width: 180px;
        height: 40px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-pattern-search .load-btn {
        width: 150px;
        height: 35px;
        font-size: 12px;
    }
}
.product-center-page .p-pattern-search .load-btn.more {
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
    .product-center-page .p-pattern-search .load-btn.more:hover {
        background-color: #ed1b24;
    }
}
.product-center-page .p-pattern-search .load-btn.no-more {
    cursor: not-allowed;
    color: #222222;
    background-color: transparent;
}
.product-center-page .p-txt {
    overflow: hidden;
}
.product-center-page .p-txt .txt {
    padding-top: 12px;
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-txt .txt {
        padding-top: 8px;
    }
}
.product-center-page .p-txt .txt&gt;h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.16666667;
    color: #222222;
    font-family: "Roboto Medium";
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-txt .txt&gt;h3 {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .product-center-page .p-txt .txt&gt;h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-txt .txt&gt;h3 {
        font-size: 18px;
    }
}
.product-center-page .p-txt .txt .inner {
    padding-top: 8px;
    font-size: 20px;
    line-height: 1.5;
    color: #444444;
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-txt .txt .inner {
        padding-top: 5px;
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .product-center-page .p-txt .txt .inner {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-txt .txt .inner {
        padding-top: 2px;
        font-size: 14px;
    }
}
.product-center-page .p-center-title {
    margin: 0;
    padding: 50px 0 30px;
    font-size: 30px;
    line-height: 1.33333333;
    color: #222222;
    text-transform: capitalize;
    font-family: "Roboto Medium";
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-center-title {
        padding: 40px 0 20px;
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-center-title {
        padding: 30px 0 15px;
        font-size: 20px;
    }
}
.product-center-page .p-factory {
    overflow: hidden;
}
.product-center-page .p-factory .factory-list {
    margin-bottom: -30px;
}
@media screen and (max-width: 991px) {
    .product-center-page .p-factory .factory-list {
        margin-bottom: -20px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-factory .factory-list {
        margin-bottom: -15px;
    }
}
.product-center-page .p-factory .factory-list li {
    padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
    .product-center-page .p-factory .factory-list li {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-factory .factory-list li {
        padding-bottom: 15px;
    }
}
.product-center-page .p-factory .factory-list .item {
    display: block;
}
@media screen and (min-width: 1200px) {
    .product-center-page .p-factory .factory-list .item:hover img {
        transform: scale(1.05);
    }
}
.product-center-page .p-factory .factory-list .item .img-box {
    padding-bottom: 66.66666667%;
}
.product-center-page .p-factory .factory-list .item img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-center-page .p-honor {
    overflow: hidden;
}
.product-center-page .p-honor .slick-list {
    margin: 0 -15px;
}
@media screen and (max-width: 991px) {
    .product-center-page .p-honor .slick-list {
        margin: 0 -10px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-honor .slick-list {
        margin: 0 -7.5px;
    }
}
.product-center-page .p-honor .slick-list .slick-slide {
    padding: 0 15px;
    font-size: 0px;
}
@media screen and (max-width: 991px) {
    .product-center-page .p-honor .slick-list .slick-slide {
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-honor .slick-list .slick-slide {
        padding: 0 7.5px;
    }
}
.product-center-page .p-honor .item {
    display: block;
    border: 1px solid #bbbbbb;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
    .product-center-page .p-honor .item:hover {
        border-color: #ed1b24;
    }
    .product-center-page .p-honor .item:hover img {
        transform: scale(1.05);
    }
}
.product-center-page .p-honor .item .img-box {
    padding-bottom: 142.42424242%;
}
.product-center-page .p-honor .item img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-center-page .p-case {
    overflow: hidden;
}
.product-center-page .p-case .slick-list {
    margin: 0 -15px;
}
@media screen and (max-width: 991px) {
    .product-center-page .p-case .slick-list {
        margin: 0 -10px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-case .slick-list {
        margin: 0 -7.5px;
    }
}
.product-center-page .p-case .slick-list .slick-slide {
    padding: 0 15px;
    font-size: 0px;
}
@media screen and (max-width: 991px) {
    .product-center-page .p-case .slick-list .slick-slide {
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-case .slick-list .slick-slide {
        padding: 0 7.5px;
    }
}
.product-center-page .p-case .item {
    display: block;
}
@media screen and (min-width: 1200px) {
    .product-center-page .p-case .item:hover .pic img {
        transform: scale(1.05);
    }
    .product-center-page .p-case .item:hover h6 {
        color: #ed1b24;
    }
}
.product-center-page .p-case .item .pic {
    display: block;
}
.product-center-page .p-case .item .pic .img-box {
    padding-bottom: 66.66666667%;
}
.product-center-page .p-case .item .pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-center-page .p-case .item h6 {
    margin: 20px 0 0;
    font-size: 24px;
    line-height: 1.5;
    color: #222222;
    font-family: "Roboto Medium";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
    .product-center-page .p-case .item h6 {
        margin-top: 15px;
        font-size: 22px;
    }
}
@media screen and (max-width: 1199px) {
    .product-center-page .p-case .item h6 {
        margin-top: 10px;
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .product-center-page .p-case .item h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .product-center-page .p-case .item h6 {
        margin-top: 5px;
        font-size: 16px;
    }
}
.product-details-page {
    overflow: hidden;
}
.product-details-page .p-bar ul {
    padding: 5px 0;
    font-size: 0;
    border-bottom: 1px solid #cecece;
}
.product-details-page .p-bar ul li {
    display: inline-block;
    margin-right: 5px;
}
.product-details-page .p-bar ul li:first-child a {
    position: relative;
    padding-left: 35px;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-bar ul li:first-child a {
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-bar ul li:first-child a {
        padding-left: 25px;
    }
}
.product-details-page .p-bar ul li:first-child a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e648';
    font-size: 22px;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-bar ul li:first-child a::before {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-bar ul li:first-child a::before {
        font-size: 16px;
    }
}
.product-details-page .p-bar ul a {
    display: inline-block;
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.25;
    color: #666666;
    text-transform: capitalize;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-bar ul a {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-bar ul a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .product-details-page .p-bar ul a:hover {
        color: #ed1b24;
    }
}
.product-details-page .p-bar ul a::before {
    content: '&gt;';
    margin-right: 5px;
    color: #666666;
}
.product-details-page .p-info {
    padding-top: 50px;
}
@media screen and (max-width: 767px) {
    .product-details-page .p-info {
        padding-top: 30px;
    }
}
.product-details-page .p-info .left-pic {
    float: left;
    width: 46.80851064%;
}
@media screen and (max-width: 1439px) {
    .product-details-page .p-info .left-pic {
        float: none;
        width: 100%;
    }
}
.product-details-page .p-info .left-pic .slick-list .slick-slide {
    font-size: 0;
}
.product-details-page .p-info .left-pic .slick-list .item {
    display: block;
    border: 1px solid #d4d4d4;
}
.product-details-page .p-info .left-pic .slick-list .item .img-box {
    padding-bottom: 56.06060606%;
}
.product-details-page .p-info .right-txt {
    float: right;
    width: 48.93617021%;
}
@media screen and (max-width: 1439px) {
    .product-details-page .p-info .right-txt {
        float: none;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}
.product-details-page .p-info .right-txt .category-title {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-info .right-txt .category-title {
        padding-top: 20px;
        font-size: 17px;
    }
}
@media screen and (max-width: 991px) {
    .product-details-page .p-info .right-txt .category-title {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-info .right-txt .category-title {
        font-size: 15px;
    }
}
.product-details-page .p-info .right-txt .p-name {
    margin: 0;
    padding-top: 10px;
    font-size: 36px;
    line-height: 1.11111111;
    color: #222222;
    font-family: "Roboto Bold";
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-info .right-txt .p-name {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .product-details-page .p-info .right-txt .p-name {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-info .right-txt .p-name {
        font-size: 20px;
    }
}
.product-details-page .p-info .right-txt .thumbnail-box {
    padding-top: 20px;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-info .right-txt .thumbnail-box {
        order: -1;
    }
}
.product-details-page .p-info .right-txt .thumbnail-box h6 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-info .right-txt .thumbnail-box h6 {
        font-size: 17px;
    }
}
@media screen and (max-width: 991px) {
    .product-details-page .p-info .right-txt .thumbnail-box h6 {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-info .right-txt .thumbnail-box h6 {
        font-size: 15px;
    }
}
.product-details-page .p-info .right-txt .thumbnail-box .slider-nav {
    position: relative;
    padding: 14px 45px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
.product-details-page .p-info .right-txt .thumbnail-box .slider-nav .slick-list {
    margin: 0 -10px;
    padding-bottom: 1px;
}
.product-details-page .p-info .right-txt .thumbnail-box .slider-nav .slick-list .slick-slide {
    padding: 0 10px;
    font-size: 0;
}
/*.product-details-page .p-info .right-txt .thumbnail-box .slider-nav .slick-list .slick-current .item::before {
  opacity: 1;
}*/
.product-details-page .p-info .right-txt .thumbnail-box .slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
    width: 25px;
    height: 100%;
    font-size: 0;
    background-color: transparent;
}
@media screen and (min-width: 1200px) {
    .product-details-page .p-info .right-txt .thumbnail-box .slider-nav .slick-arrow:hover::before {
        color: #ed1b24;
        font-weight: 700;
    }
}
.product-details-page .p-info .right-txt .thumbnail-box .slider-nav .slick-arrow::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    content: '\e646';
    color: #3e3e3e;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.product-details-page .p-info .right-txt .thumbnail-box .slider-nav .slick-next {
    left: auto;
    right: 0;
}
.product-details-page .p-info .right-txt .thumbnail-box .slider-nav .slick-next::before {
    left: auto;
    right: 0;
    content: '\e661';
}
.product-details-page .p-info .right-txt .thumbnail-box .slider-nav .item {
    display: block;
    position: relative;
}
.product-details-page .p-info .right-txt .thumbnail-box .slider-nav .item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #ed1b24;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.product-details-page .p-info .right-txt .intro {
    padding-top: 25px;
    font-size: 20px;
    line-height: 1.2;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-info .right-txt .intro {
        padding-top: 20px;
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .product-details-page .p-info .right-txt .intro {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-info .right-txt .intro {
        padding-top: 10px;
        font-size: 14px;
    }
}
.product-details-page .p-info .right-txt .btns {
    display: flex;
    padding-top: 55px;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-info .right-txt .btns {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-info .right-txt .btns {
        padding-top: 20px;
    }
}
.product-details-page .p-info .right-txt .btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    border: 1px solid #222222;
    font-size: 20px;
    color: #222222;
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-info .right-txt .btns a {
        width: 160px;
        height: 45px;
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-info .right-txt .btns a {
        width: 140px;
        height: 40px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px) {
    .product-details-page .p-info .right-txt .btns a:hover {
        color: #fff;
        background-color: #222222;
    }
}
.product-details-page .p-info .right-txt .btns a:nth-child(1) {
    margin-right: 40px;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-info .right-txt .btns a:nth-child(1) {
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-info .right-txt .btns a:nth-child(1) {
        margin-right: 20px;
    }
}
.product-details-page .p-info .right-txt .share {
    padding-top: 30px;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-info .right-txt .share {
        padding-top: 20px;
    }
}
.product-details-page .p-info .right-txt .share b {
    float: left;
    display: block;
    margin-right: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-info .right-txt .share b {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .product-details-page .p-info .right-txt .share b {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-info .right-txt .share b {
        margin-right: 5px;
        font-size: 18px;
    }
}
.product-details-page .p-info .right-txt .share .share-inner {
    float: left;
}
.product-details-page .p-title {
    margin: 0;
    padding: 40px 0 10px;
    font-size: 36px;
    line-height: 1.11111111;
    color: #222222;
    font-family: "Roboto Medium";
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-title {
        padding-top: 30px;
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .product-details-page .p-title {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-title {
        font-size: 20px;
    }
}
.product-details-page [class*=p-] .inner p {
    font-size: 20px;
    line-height: 1.5;
    color: #444444;
}
@media screen and (max-width: 1199px) {
    .product-details-page [class*=p-] .inner p {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .product-details-page [class*=p-] .inner p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page [class*=p-] .inner p {
        font-size: 14px;
    }
}
.product-details-page .p-application-scenarios .application-menu li {
    display: inline-block;
    margin-right: 50px;
    font-size: 20px;
    line-height: 1.5;
    color: #444444;
    cursor: pointer;
    -moz-user-select: none;
    /*mozilar*/
    -webkit-user-select: none;
    /*webkit*/
    -ms-user-select: none;
    /*IE*/
    user-select: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-application-scenarios .application-menu li {
        margin-right: 30px;
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .product-details-page .p-application-scenarios .application-menu li {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-application-scenarios .application-menu li {
        margin-right: 20px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .product-details-page .p-application-scenarios .application-menu li:hover {
        color: #ed1b24;
        text-decoration: underline;
    }
}
.product-details-page .p-application-scenarios .application-menu li.active {
    color: #ed1b24;
    text-decoration: underline;
}
.product-details-page .p-application-scenarios .application-list {
    padding-top: 15px;
}
.product-details-page .p-application-scenarios .application-list li {
    display: none;
}
.product-details-page .p-application-scenarios .application-list li .img-box {
    padding-bottom: 60.60606061%;
}
.product-details-page .p-application-scenarios .application-list li.active {
    display: block;
}
.product-details-page .p-application-scenarios .application-list .pic {
    width: 100%;
    max-width: 330px;
}
.product-details-page .p-application-scenarios .application-list .pic .img-box {
    padding-bottom: 60.60606061%;
}
.product-details-page .p-case .slick-list,
.product-details-page .p-related-products .slick-list {
    padding-top: 20px;
    margin: 0 -15px;
}
@media screen and (max-width: 991px) {
    .product-details-page .p-case .slick-list,
    .product-details-page .p-related-products .slick-list {
        margin: 0 -10px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-case .slick-list,
    .product-details-page .p-related-products .slick-list {
        padding-top: 10px;
        margin: 0 -7.5px;
    }
}
.product-details-page .p-case .slick-list .slick-slide,
.product-details-page .p-related-products .slick-list .slick-slide {
    padding: 0 15px;
}
@media screen and (max-width: 991px) {
    .product-details-page .p-case .slick-list .slick-slide,
    .product-details-page .p-related-products .slick-list .slick-slide {
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-case .slick-list .slick-slide,
    .product-details-page .p-related-products .slick-list .slick-slide {
        padding: 0 7.5px;
    }
}
.product-details-page .p-case .item,
.product-details-page .p-related-products .item {
    display: block;
    padding: 10px;
    background-color: #f7f7f7;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
    .product-details-page .p-case .item:hover,
    .product-details-page .p-related-products .item:hover {
        background-color: #222222;
    }
    .product-details-page .p-case .item:hover .pic img,
    .product-details-page .p-related-products .item:hover .pic img {
        transform: scale(1.05);
    }
    .product-details-page .p-case .item:hover&gt;h6,
    .product-details-page .p-related-products .item:hover&gt;h6 {
        color: #fff;
    }
    .product-details-page .p-case .item:hover&gt;span,
    .product-details-page .p-related-products .item:hover&gt;span {
        color: #fff;
    }
}
.product-details-page .p-case .item .pic,
.product-details-page .p-related-products .item .pic {
    display: block;
}
.product-details-page .p-case .item .pic .img-box,
.product-details-page .p-related-products .item .pic .img-box {
    padding-bottom: 56.06060606%;
}
.product-details-page .p-case .item .pic img,
.product-details-page .p-related-products .item .pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-details-page .p-case .item&gt;h6,
.product-details-page .p-related-products .item&gt;h6 {
    margin: 0;
    padding: 15px 0 5px;
    font-size: 24px;
    line-height: 1.25;
    color: #222222;
    font-family: "Roboto Medium";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-case .item&gt;h6,
    .product-details-page .p-related-products .item&gt;h6 {
        padding-top: 10px;
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .product-details-page .p-case .item&gt;h6,
    .product-details-page .p-related-products .item&gt;h6 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-case .item&gt;h6,
    .product-details-page .p-related-products .item&gt;h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .product-details-page .p-case .item&gt;h6,
    .product-details-page .p-related-products .item&gt;h6 {
        font-size: 16px;
    }
}
.product-details-page .p-case .item&gt;span,
.product-details-page .p-related-products .item&gt;span {
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .product-details-page .p-case .item&gt;span,
    .product-details-page .p-related-products .item&gt;span {
        padding-bottom: 10px;
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .product-details-page .p-case .item&gt;span,
    .product-details-page .p-related-products .item&gt;span {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-page .p-case .item&gt;span,
    .product-details-page .p-related-products .item&gt;span {
        padding-bottom: 5px;
        font-size: 13px;
    }
}
.notfound-page {
    overflow: hidden;
}
.notfound-page .notfound-bar {
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .notfound-page .notfound-bar {
        padding-bottom: 20px;
    }
}
.notfound-page .notfound-bar h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .notfound-page .notfound-bar h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .notfound-page .notfound-bar h2 {
        font-size: 20px;
    }
}
.notfound-page .notfound-bar .txt {
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.33333333;
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .notfound-page .notfound-bar .txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .notfound-page .notfound-bar .txt {
        font-size: 14px;
    }
}
.notfound-page .notfound-bar .tip {
    position: relative;
    margin-top: 20px;
    padding: 15px 20px;
    padding-left: 35px;
    font-size: 18px;
    line-height: 1.33333333;
    color: #fff;
    background-color: #222;
}
@media screen and (max-width: 1199px) {
    .notfound-page .notfound-bar .tip {
        padding: 10px 15px;
        padding-left: 25px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .notfound-page .notfound-bar .tip {
        font-size: 14px;
    }
}
.notfound-page .notfound-bar .tip::before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e64c';
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .notfound-page .notfound-bar .tip::before {
        font-size: 15px;
        left: 5px;
    }
}
.notfound-page .list li {
    margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
    .notfound-page .list li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .notfound-page .list li {
        margin-bottom: 15px;
    }
}
.notfound-page .list .item {
    display: block;
    padding: 10px;
    background-color: #f7f7f7;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
    .notfound-page .list .item:hover {
        background-color: #222222;
    }
    .notfound-page .list .item:hover .pic img {
        transform: scale(1.05);
    }
    .notfound-page .list .item:hover&gt;h6 {
        color: #fff;
    }
    .notfound-page .list .item:hover&gt;span {
        color: #fff;
    }
}
.notfound-page .list .item .pic {
    display: block;
}
.notfound-page .list .item .pic .img-box {
    padding-bottom: 56.06060606%;
}
.notfound-page .list .item .pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.notfound-page .list .item&gt;h6 {
    margin: 0;
    padding: 15px 0 5px;
    font-size: 24px;
    line-height: 1.25;
    color: #222222;
    font-family: "Roboto Medium";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .notfound-page .list .item&gt;h6 {
        padding-top: 10px;
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .notfound-page .list .item&gt;h6 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .notfound-page .list .item&gt;h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .notfound-page .list .item&gt;h6 {
        font-size: 16px;
    }
}
.notfound-page .list .item&gt;span {
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .notfound-page .list .item&gt;span {
        padding-bottom: 10px;
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .notfound-page .list .item&gt;span {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .notfound-page .list .item&gt;span {
        padding-bottom: 5px;
        font-size: 13px;
    }
}
.case-down-page {
    overflow: hidden;
}
@media screen and (min-width: 1440px) {
    .case-down-page {
        padding-bottom: 120px;
    }
}
.case-down-page .case-down-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
@media screen and (max-width: 1439px) {
    .case-down-page .case-down-list {
        margin: 0 -20px;
    }
}
@media screen and (max-width: 1199px) {
    .case-down-page .case-down-list {
        margin: 0 -15px;
    }
}
@media screen and (max-width: 991px) {
    .case-down-page .case-down-list {
        margin: 0 -10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .case-down-page .case-down-list {
        margin: 0 -7.5px;
        padding-bottom: 15px;
    }
}
.case-down-page .case-down-list li {
    width: 50%;
    padding: 0 35px;
    margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
    .case-down-page .case-down-list li {
        padding: 0 20px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .case-down-page .case-down-list li {
        padding: 0 15px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .case-down-page .case-down-list li {
        padding: 0 10px;
        margin-bottom: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .case-down-page .case-down-list li {
        padding: 0 7.5px;
        margin-bottom: 15px;
    }
}
.case-down-page .case-down-list .item {
    display: block;
    border: 1px solid #bababa;
    font-size: 18px;
    line-height: 1.22222222;
    color: #222222;
}
@media screen and (max-width: 1199px) {
    .case-down-page .case-down-list .item {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .case-down-page .case-down-list .item {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .case-down-page .case-down-list .item {
        font-size: 12px;
    }
}
@media screen and (min-width: 1200px) {
    .case-down-page .case-down-list .item:hover .down-btn {
        color: #fff;
    }
    .case-down-page .case-down-list .item:hover .down-btn::before {
        transform: translateX(0);
    }
    .case-down-page .case-down-list .item:hover .down-btn::after {
        color: #fff;
    }
}
.case-down-page .case-down-list .item .inner {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.case-down-page .case-down-list .item .inner p {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bababa;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.case-down-page .case-down-list .item .inner p strong {
    flex-shrink: 0;
    display: block;
    padding: 0 5px;
    width: 190px;
    text-align: center;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    font-family: "Roboto Medium";
}
@media screen and (max-width: 1199px) {
    .case-down-page .case-down-list .item .inner p strong {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .case-down-page .case-down-list .item .inner p strong {
        width: 150px;
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .case-down-page .case-down-list .item .inner p strong {
        width: 100px;
        font-size: 14px;
    }
}
.case-down-page .case-down-list .item .inner p span {
    display: block;
    width: calc(100% - 190px);
    padding: 18px 28px;
    border-left: 1px solid #bababa;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
@media screen and (max-width: 1199px) {
    .case-down-page .case-down-list .item .inner p span {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 767px) {
    .case-down-page .case-down-list .item .inner p span {
        padding: 10px 15px;
        width: calc(100% - 150px);
    }
}
@media screen and (max-width: 480px) {
    .case-down-page .case-down-list .item .inner p span {
        padding: 5px 10px;
        width: calc(100% - 100px);
    }
}
.case-down-page .case-down-list .item .down-btn {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: capitalize;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .case-down-page .case-down-list .item .down-btn {
        height: 50px;
    }
}
@media screen and (max-width: 767px) {
    .case-down-page .case-down-list .item .down-btn {
        height: 40px;
    }
}
@media screen and (max-width: 480px) {
    .case-down-page .case-down-list .item .down-btn {
        height: 35px;
    }
}
.case-down-page .case-down-list .item .down-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #222;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case-down-page .case-down-list .item .down-btn::after {
    margin-left: 5px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\eb63';
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .case-down-page .case-down-list .item .down-btn::after {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .case-down-page .case-down-list .item .down-btn::after {
        margin-right: 2px;
        font-size: 14px;
    }
}
.information-page {
    overflow: hidden;
}
@media screen and (min-width: 1440px) {
    .information-page .content {
        padding-left: 60px;
    }
}
.information-page .information-list {
    overflow: hidden;
    padding-bottom: 20px;
}
.information-page .information-list li {
    margin-bottom: 30px;
}
.information-page .information-list .item {
    display: flex;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media screen and (max-width: 767px) {
    .information-page .information-list .item {
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    .information-page .information-list .item:hover {
        background-color: #222222;
    }
    .information-page .information-list .item:hover .pic {
        padding: 13px;
        padding-right: 30px;
    }
    .information-page .information-list .item:hover .info {
        padding-left: 0;
    }
    .information-page .information-list .item:hover .info .title a {
        color: #fff;
    }
    .information-page .information-list .item:hover .info .intro {
        color: #fff;
    }
    .information-page .information-list .item:hover .info .bar span {
        color: #fff;
    }
    .information-page .information-list .item:hover .info .bar a {
        color: #fff;
    }
}
.information-page .information-list .item .pic {
    display: block;
    flex-shrink: 0;
    width: 390px;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
    .information-page .information-list .item .pic {
        width: 300px;
    }
}
@media screen and (max-width: 767px) {
    .information-page .information-list .item .pic {
        width: 100%;
    }
}
.information-page .information-list .item .pic .img-box {
    padding-bottom: 61.53846154%;
}
.information-page .information-list .item .info {
    width: calc(100% - 390px);
    padding-left: 30px;
    padding-right: 90px;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .information-page .information-list .item .info {
        padding-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .information-page .information-list .item .info {
        width: calc(100% - 300px);
    }
}
@media screen and (max-width: 767px) {
    .information-page .information-list .item .info {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}
.information-page .information-list .item .info .title {
    font-size: 0;
}
.information-page .information-list .item .info .title a {
    display: inline-block;
    max-width: 100%;
    font-size: 24px;
    line-height: 1.25;
    color: #000000;
    font-family: "Roboto Bold";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .information-page .information-list .item .info .title a {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .information-page .information-list .item .info .title a {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .information-page .information-list .item .info .title a {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .information-page .information-list .item .info .title a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px) {
    .information-page .information-list .item .info .title a:hover {
        text-decoration: underline;
    }
}
.information-page .information-list .item .info .intro {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .information-page .information-list .item .info .intro {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .information-page .information-list .item .info .intro {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .information-page .information-list .item .info .intro {
        margin-top: 5px;
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .information-page .information-list .item .info .intro {
        font-size: 13px;
    }
}
.information-page .information-list .item .info .bar {
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid #cacaca;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1199px) {
    .information-page .information-list .item .info .bar {
        margin-top: 15px;
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
    .information-page .information-list .item .info .bar {
        margin-top: 10px;
        padding-top: 5px;
    }
}
.information-page .information-list .item .info .bar span,
.information-page .information-list .item .info .bar a {
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
    .information-page .information-list .item .info .bar span,
    .information-page .information-list .item .info .bar a {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .information-page .information-list .item .info .bar span,
    .information-page .information-list .item .info .bar a {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .information-page .information-list .item .info .bar span,
    .information-page .information-list .item .info .bar a {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    .information-page .information-list .item .info .bar span,
    .information-page .information-list .item .info .bar a {
        font-size: 12px;
    }
}
@media screen and (min-width: 1200px) {
    .information-page .information-list .item .info .bar a:hover {
        text-decoration: underline;
    }
}
.page-details {
    overflow: hidden;
}
.page-details .page-details-title {
    padding-bottom: 25px;
}
@media screen and (max-width: 1199px) {
    .page-details .page-details-title {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .page-details .page-details-title {
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .page-details .page-details-title h1 {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    .page-details .page-details-title h1 {
        font-size: 18px;
    }
}
.page-details .page-details-title .date {
    margin-top: 13px;
    font-size: 20px;
    line-height: 30px;
    font-family: "Roboto Medium";
    color: #ed1b24;
}
@media screen and (max-width: 1199px) {
    .page-details .page-details-title .date {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .page-details .page-details-title .date {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .page-details .page-details-title .date {
        font-size: 14px;
    }
}
.page-details .page-details-title .date::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    font-size: 21px;
    content: '\e675';
}
@media screen and (max-width: 1199px) {
    .page-details .page-details-title .date::before {
        font-size: 18px;
        padding-right: 8px;
    }
}
@media screen and (max-width: 991px) {
    .page-details .page-details-title .date::before {
        font-size: 16px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 767px) {
    .page-details .page-details-title .date::before {
        font-size: 14px;
    }
}
.page-details .page-details-content {
    padding: 30px 0 60px;
    border-top: 1px solid #c6ccca;
    border-bottom: 1px solid #c6ccca;
}
@media screen and (max-width: 1199px) {
    .page-details .page-details-content {
        padding-top: 25px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .page-details .page-details-content {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .page-details .page-details-content {
        padding-top: 15px;
        padding-bottom: 30px;
    }
}
.page-details .page-details-content p {
    font-size: 20px;
    line-height: 1.5;
    color: #444444;
}
@media screen and (max-width: 1199px) {
    .page-details .page-details-content p {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .page-details .page-details-content p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .page-details .page-details-content p {
        font-size: 14px;
    }
}
.page-details .page-details-content p img {
    max-width: 100%;
    height: auto !important;
}
.page-details .page-details-share {
    padding-top: 60px;
}
@media screen and (max-width: 1199px) {
    .page-details .page-details-share {
        padding-top: 50px;
    }
}
@media screen and (max-width: 991px) {
    .page-details .page-details-share {
        padding-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .page-details .page-details-share {
        padding-top: 30px;
    }
}
.page-details .page-details-share b {
    float: left;
    display: block;
    margin-right: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .page-details .page-details-share b {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .page-details .page-details-share b {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .page-details .page-details-share b {
        margin-right: 5px;
        font-size: 18px;
    }
}
.page-details .page-details-share .share-inner {
    float: left;
}
.page-details .page-details-link {
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .page-details .page-details-link {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .page-details .page-details-link {
        padding-top: 15px;
        display: block;
    }
}
.page-details .page-details-link .link-left {
    width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
    .page-details .page-details-link .link-left {
        padding-bottom: 10px;
        width: 100%;
    }
}
.page-details .page-details-link .link-right {
    flex-shrink: 0;
    width: 180px;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .page-details .page-details-link .link-right {
        text-align: left;
    }
}
.page-details .page-details-link .link-right a {
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    font-family: "Roboto Medium";
    text-decoration: underline;
}
@media screen and (max-width: 1199px) {
    .page-details .page-details-link .link-right a {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .page-details .page-details-link .link-right a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .page-details .page-details-link .link-right a:hover {
        color: #ed1b24;
        text-decoration: underline;
    }
}
.page-details .page-details-link p {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    font-family: "Roboto Medium";
}
@media screen and (max-width: 1199px) {
    .page-details .page-details-link p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .page-details .page-details-link p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .page-details .page-details-link p a:hover {
        color: #ed1b24;
        text-decoration: underline;
    }
}
.page-details .page-details-link p:nth-child(2) {
    margin-top: 10px;
}
@keyframes dotOpacity {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(3);
    }
}
@-webkit-keyframes dotOpacity {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(3);
    }
}
.contact-page {
    overflow: hidden;
}
@media screen and (min-width: 1440px) {
    .contact-page .content {
        padding: 0 90px;
    }
}
.contact-page .c-info {
    overflow: hidden;
    margin-top: -15px;
    margin-bottom: -15px;
}
@media screen and (max-width: 991px) {
    .contact-page .c-info {
        margin-top: -10px;
        margin-bottom: -10px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .c-info {
        margin-top: -7.5px;
        margin-bottom: -7.5px;
    }
}
.contact-page .c-info li {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .contact-page .c-info li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .c-info li {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }
}
.contact-page .c-info .item {
    position: relative;
    display: block;
    padding: 75px 35px 25px;
    min-height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
    .contact-page .c-info .item {
        padding: 60px 30px 20px;
    }
}
@media screen and (min-width: 1200px) {
    .contact-page .c-info .item:hover {
        transform: translateY(-10px);
    }
    .contact-page .c-info .item:hover::before {
        color: #1c085d;
    }
    .contact-page .c-info .item:hover h4 {
        color: #1c085d;
    }
}
.contact-page .c-info .item::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    font-size: 40px;
    transition: color 0.25s;
    -webkit-transition: color 0.25s;
}
@media screen and (max-width: 1199px) {
    .contact-page .c-info .item::before {
        top: 15px;
        font-size: 35px;
    }
}
.contact-page .c-info .item h4 {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    font-family: "Roboto Medium";
    transition: color 0.25s;
    -webkit-transition: color 0.25s;
}
@media screen and (max-width: 1199px) {
    .contact-page .c-info .item h4 {
        font-size: 18px;
    }
}
.contact-page .c-info .item p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.28571429;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .contact-page .c-info .item p {
        padding-top: 5px;
        font-size: 13px;
    }
}
@media screen and (min-width: 1200px) {
    .contact-page .c-info .item p a:hover {
        color: #ed1b24;
        text-decoration: underline;
    }
}
.contact-page .c-info .info-address .item::before {
    content: '\e62a';
}
.contact-page .c-info .info-telephone .item::before {
    content: '\e623';
}
.contact-page .c-info .info-email .item::before {
    content: '\e62e';
}
.contact-page .c-message {
    overflow: hidden;
    padding: 60px 0;
}
@media screen and (max-width: 1199px) {
    .contact-page .c-message {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .c-message {
        padding: 30px 0;
    }
}
.contact-page .c-message .title {
    padding-bottom: 35px;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .contact-page .c-message .title {
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .c-message .title {
        padding-bottom: 15px;
    }
}
.contact-page .c-message .title h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.25;
    color: #333333;
    font-family: "Roboto Bold";
}
@media screen and (max-width: 1199px) {
    .contact-page .c-message .title h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .contact-page .c-message .title h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .c-message .title h2 {
        font-size: 20px;
    }
}
.contact-page .c-message .title p {
    display: block;
    max-width: 745px;
    width: 100%;
    margin: 5px auto 0;
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .contact-page .c-message .title p {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .contact-page .c-message .title p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .c-message .title p {
        font-size: 13px;
    }
}
.contact-page .c-message form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.contact-page .c-message form fieldset {
    display: block;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
}
.contact-page .c-message form fieldset:nth-child(-n+4) {
    width: 50%;
}
.contact-page .c-message form fieldset:last-child {
    margin-bottom: 0;
}
.contact-page .c-message form input,
.contact-page .c-message form textarea {
    display: block;
    padding: 10px 20px;
    border: 1px solid #999999;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999999;
}
.contact-page .c-message form textarea {
    height: 190px;
}
.contact-page .c-message form input::-webkit-input-placeholder,
.contact-page .c-message form textarea::-webkit-input-placeholder {
    color: #999999;
}
.contact-page .c-message form input:-o-placeholder,
.contact-page .c-message form textarea:-o-placeholder {
    color: #999999;
}
.contact-page .c-message form input::-moz-placeholder,
.contact-page .c-message form textarea::-moz-placeholder {
    color: #999999;
}
.contact-page .c-message form input:-ms-input-placeholder,
.contact-page .c-message form textarea:-ms-input-placeholder {
    color: #999999;
}
.contact-page .c-message form input:focus::-webkit-input-placeholder,
.contact-page .c-message form textarea:focus::-webkit-input-placeholder {
    color: #c9c9c9;
}
.contact-page .c-message form input:focus::-o-placeholder,
.contact-page .c-message form textarea:focus::-o-placeholder {
    color: #c9c9c9;
}
.contact-page .c-message form input:focus::-moz-placeholder,
.contact-page .c-message form textarea:focus::-moz-placeholder {
    color: #c9c9c9;
}
.contact-page .c-message form input:focus::-ms-input-placeholder,
.contact-page .c-message form textarea:focus::-ms-input-placeholder {
    color: #c9c9c9;
}
.contact-page .c-message form button {
    display: block;
    width: 140px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #222;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
    .contact-page .c-message form button:hover {
        background-color: #ed1b24;
    }
}
.contact-page .c-world {
    position: relative;
}
.contact-page .c-world .img-box {
    padding-bottom: 58.53658537%;
}
.contact-page .c-world .pic-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.contact-page .c-world .information-list li {
    font-size: 0;
}
.contact-page .c-world .information-list li p {
    font-size: inherit;
}
.contact-page .c-world .information-list li::before,
.contact-page .c-world .information-list li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.contact-page .c-world .information-list li::before {
    z-index: 10;
    width: 0.81300813%;
    height: 1.38888889%;
    border-radius: 50%;
    background-color: #079cd9;
}
.contact-page .c-world .information-list li:after {
    z-index: 9;
}
.contact-page .c-world .information-list li .company-name::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 0.81300813%;
    height: 1.38888889%;
    border-radius: 50%;
    background-color: rgba(7, 156, 217, 0.75);
}
.contact-page .c-world .information-list li:nth-child(1)::before {
    left: auto;
    top: 31.11111111%;
    right: 17.07317073%;
}
.contact-page .c-world .information-list li:nth-child(1)::after {
    left: auto;
    width: 7.72357724%;
    height: 4.86111111%;
    top: 29.16666667%;
    right: 16.34146341%;
}
.contact-page .c-world .information-list li:nth-child(1) .company-name::before {
    left: auto;
    top: 31.11111111%;
    right: 17.07317073%;
    animation: dotOpacity 4s 0s linear infinite;
    -webkit-animation: dotOpacity 4s 0s linear infinite;
}
.contact-page .c-world .information-tabbox {
    display: none;
    position: absolute;
    bottom: 0;
    right: 250px;
    max-width: 450px;
    padding: 25px 0 35px;
    z-index: 15;
    background-color: #222222;
}
@media screen and (max-width: 1199px) {
    .contact-page .c-world .information-tabbox {
        padding: 20px 0;
        right: 200px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .c-world .information-tabbox {
        padding: 15px 0;
        right: 100px;
        max-width: calc(100% - 100px);
    }
}
@media screen and (max-width: 480px) {
    .contact-page .c-world .information-tabbox {
        right: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        overflow: auto;
        padding: 15px 0;
    }
}
.contact-page .c-world .information-tabbox .tab-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 35px;
    background-color: transparent;
}
.contact-page .c-world .information-tabbox .tab-close:hover::before {
    color: #ed1b24;
}
.contact-page .c-world .information-tabbox .tab-close::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e61b';
    color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.contact-page .c-world .information-tabbox .name-box,
.contact-page .c-world .information-tabbox .inner {
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 767px) {
    .contact-page .c-world .information-tabbox .name-box,
    .contact-page .c-world .information-tabbox .inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.contact-page .c-world .information-tabbox .name-box {
    margin: 0;
    padding-right: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bababa;
    font-size: 20px;
    line-height: 1.25;
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .contact-page .c-world .information-tabbox .name-box {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .c-world .information-tabbox .name-box {
        font-size: 16px;
    }
}
.contact-page .c-world .information-tabbox .inner {
    padding-top: 10px;
}
.contact-page .c-world .information-tabbox li {
    display: flex;
    padding: 6px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}
@media screen and (max-width: 1199px) {
    .contact-page .c-world .information-tabbox li {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .c-world .information-tabbox li {
        font-size: 14px;
    }
}
.contact-page .c-world .information-tabbox li strong {
    flex-shrink: 0;
    margin-right: 5px;
    font-weight: 400;
}
.contact-page .c-world .information-tabbox li span,
.contact-page .c-world .information-tabbox li a {
    word-break: break-word;
    display: inline-block;
    margin-right: 5px;
}
@media screen and (min-width: 1200px) {
    .contact-page .c-world .information-tabbox li a:hover {
        color: #ed1b24;
        text-decoration: underline;
    }
}
.contact-page .c-map {
    overflow: hidden;
}
.contact-page .c-map .map-content {
    height: 480px;
}
@media screen and (max-width: 1199px) {
    .contact-page .c-map .map-content {
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    .contact-page .c-map .map-content {
        height: 350px;
    }
}
.recruitment-page {
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .recruitment-page .recruitment-list {
        padding-bottom: 45px;
    }
}
.recruitment-page .recruitment-head,
.recruitment-page .recruitment-body .row-title {
    display: flex;
}
.recruitment-page .recruitment-head span,
.recruitment-page .recruitment-body .row-title span {
    display: block;
    padding-right: 15px;
    text-transform: capitalize;
}
.recruitment-page .recruitment-head span:nth-child(1),
.recruitment-page .recruitment-body .row-title span:nth-child(1) {
    width: 31.20567376%;
    padding-left: 9.92907801%;
}
@media screen and (max-width: 1199px) {
    .recruitment-page .recruitment-head span:nth-child(1),
    .recruitment-page .recruitment-body .row-title span:nth-child(1) {
        width: 20%;
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-page .recruitment-head span:nth-child(1),
    .recruitment-page .recruitment-body .row-title span:nth-child(1) {
        padding-left: 10px;
    }
}
.recruitment-page .recruitment-head span:nth-child(2),
.recruitment-page .recruitment-body .row-title span:nth-child(2) {
    width: 31.91489362%;
}
@media screen and (max-width: 1199px) {
    .recruitment-page .recruitment-head span:nth-child(2),
    .recruitment-page .recruitment-body .row-title span:nth-child(2) {
        width: 45%;
    }
}
@media screen and (max-width: 991px) {
    .recruitment-page .recruitment-head span:nth-child(2),
    .recruitment-page .recruitment-body .row-title span:nth-child(2) {
        width: 40%;
    }
}
.recruitment-page .recruitment-head span:nth-child(3),
.recruitment-page .recruitment-body .row-title span:nth-child(3) {
    width: 21.27659574%;
}
@media screen and (max-width: 1199px) {
    .recruitment-page .recruitment-head span:nth-child(3),
    .recruitment-page .recruitment-body .row-title span:nth-child(3) {
        width: 15%;
    }
}
.recruitment-page .recruitment-head span:nth-child(4),
.recruitment-page .recruitment-body .row-title span:nth-child(4) {
    width: 15.60283688%;
}
@media screen and (max-width: 1199px) {
    .recruitment-page .recruitment-head span:nth-child(4),
    .recruitment-page .recruitment-body .row-title span:nth-child(4) {
        width: 20%;
    }
}
@media screen and (max-width: 991px) {
    .recruitment-page .recruitment-head span:nth-child(4),
    .recruitment-page .recruitment-body .row-title span:nth-child(4) {
        width: 25%;
    }
}
.recruitment-page .recruitment-head {
    background-color: #222;
}
.recruitment-page .recruitment-head span {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
}
@media screen and (max-width: 1199px) {
    .recruitment-page .recruitment-head span {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-page .recruitment-head span {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .recruitment-page .recruitment-head span {
        font-size: 12px;
    }
}
.recruitment-page .recruitment-body li {
    margin-bottom: 1px;
}
.recruitment-page .recruitment-body .row-title {
    cursor: pointer;
    background-color: #f0f0f0;
    -moz-user-select: none;
    /*mozilar*/
    -webkit-user-select: none;
    /*webkit*/
    -ms-user-select: none;
    /*IE*/
    user-select: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
    .recruitment-page .recruitment-body .row-title:hover {
        background-color: #ed1b24;
    }
    .recruitment-page .recruitment-body .row-title:hover span {
        color: #fff;
    }
}
.recruitment-page .recruitment-body .row-title span {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .recruitment-page .recruitment-body .row-title span {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-page .recruitment-body .row-title span {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
    }
}
.recruitment-page .recruitment-body .row-title.active {
    background-color: #ed1b24;
}
.recruitment-page .recruitment-body .row-title.active span {
    color: #fff;
}
.recruitment-page .recruitment-body .row-inner {
    display: none;
    padding: 20px 140px;
    padding-right: 90px;
    font-size: 18px;
    line-height: 1.33333333;
    color: #444444;
}
@media screen and (max-width: 1199px) {
    .recruitment-page .recruitment-body .row-inner {
        padding: 20px 30px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-page .recruitment-body .row-inner {
        padding: 15px 20px;
        font-size: 12px;
    }
}
.site-page {
    overflow: hidden;
}
.site-page .content h2 {
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .site-page .content h2 {
        text-align: center;
    }
}
.site-page .content .site-map1&gt;li {
    margin-bottom: 20px;
}
.site-page .content .site-map1&gt;li&gt;a {
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 240px;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.66666667;
    color: #222222;
    border: 1px solid #dcdcdc;
    font-family: "Roboto Bold";
    text-transform: capitalize;
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
    .site-page .content .site-map1&gt;li&gt;a {
        width: 100%;
        max-width: 100%;
        padding: 5px 10px;
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {
    .site-page .content .site-map1&gt;li&gt;a:hover {
        color: #fff;
    }
    .site-page .content .site-map1&gt;li&gt;a:hover::before {
        transform: translateX(0);
    }
}
.site-page .content .site-map1&gt;li&gt;a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    background-color: #ed1b24;
    z-index: -1;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
}
.site-page .content .site-map1&gt;li:last-child {
    margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 {
    margin-top: 20px;
    padding: 0 30px;
}
@media screen and (max-width: 767px) {
    .site-page .content .site-map1 .site-map2 {
        padding: 0;
        text-align: center;
    }
}
.site-page .content .site-map1 .site-map2&gt;li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 30px;
}
@media screen and (max-width: 767px) {
    .site-page .content .site-map1 .site-map2&gt;li {
        margin-right: 20px;
        text-align: center;
    }
}
.site-page .content .site-map1 .site-map2&gt;li&gt;a {
    font-size: 16px;
    line-height: 1.875;
    color: #222222;
    white-space: nowrap;
    font-family: "Roboto Bold";
}
@media screen and (min-width: 1200px) {
    .site-page .content .site-map1 .site-map2&gt;li a:hover {
        color: #ed1b24;
        text-decoration: underline;
    }
}
.site-page .content .site-map1 .site-map2&gt;li:last-child {
    margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 .site-map3&gt;li {
    display: inline-block;
    margin-top: 5px;
    padding-right: 30px;
}
@media screen and (max-width: 767px) {
    .site-page .content .site-map1 .site-map2 .site-map3&gt;li {
        padding: 0 5px;
    }
}
.site-page .content .site-map1 .site-map2 .site-map3&gt;li&gt;a {
    display: block;
    white-space: nowrap;
    font-size: 13px;
    line-height: 2.14285714;
    color: #666666;
}
@media screen and (min-width: 1200px) {
    .site-page .content .site-map1 .site-map2 .site-map3&gt;li a:hover {
        color: #ed1b24;
        text-decoration: underline;
    }
}
.inquire-page {
    overflow: hidden;
}
.inquire-page .title {
    text-align: center;
    padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
    .inquire-page .title {
        padding-bottom: 30px;
    }
}
.inquire-page .car-table table {
    width: 100%;
}
.inquire-page .car-table table tr td:nth-child(1),
.inquire-page .car-table table tr th:nth-child(1) {
    width: 14.82269504%;
    padding-left: 3.19148936%;
}
@media screen and (max-width: 767px) {
    .inquire-page .car-table table tr td:nth-child(1),
    .inquire-page .car-table table tr th:nth-child(1) {
        padding-left: 5px;
    }
}
@media screen and (max-width: 767px) {
    .inquire-page .car-table table tr td:nth-child(1),
    .inquire-page .car-table table tr th:nth-child(1) {
        width: 17.822695%;
    }
}
.inquire-page .car-table table tr td:nth-child(1) input,
.inquire-page .car-table table tr th:nth-child(1) input {
    margin: 0;
    border-color: #c3ccd2;
    background-color: transparent;
}
.inquire-page .car-table table tr td:nth-child(2),
.inquire-page .car-table table tr th:nth-child(2) {
    width: 54.25531915%;
}
@media screen and (max-width: 991px) {
    .inquire-page .car-table table tr td:nth-child(2),
    .inquire-page .car-table table tr th:nth-child(2) {
        width: 45.255319%;
    }
}
@media screen and (max-width: 767px) {
    .inquire-page .car-table table tr td:nth-child(2),
    .inquire-page .car-table table tr th:nth-child(2) {
        width: 42.255319%;
    }
}
.inquire-page .car-table table tr td:nth-child(3),
.inquire-page .car-table table tr th:nth-child(3) {
    width: 15.95744681%;
}
@media screen and (max-width: 991px) {
    .inquire-page .car-table table tr td:nth-child(3),
    .inquire-page .car-table table tr th:nth-child(3) {
        width: 24.957447%;
    }
}
.inquire-page .car-table table tr td:nth-child(4),
.inquire-page .car-table table tr th:nth-child(4) {
    width: 14.89361702%;
}
.inquire-page .car-table table thead {
    border: 1px solid #d5d5d5;
    background-color: #ed1b24;
}
.inquire-page .car-table table thead tr {
    height: 55px;
}
@media screen and (max-width: 991px) {
    .inquire-page .car-table table thead tr {
        height: 50px;
    }
}
@media screen and (max-width: 767px) {
    .inquire-page .car-table table thead tr {
        height: 40px;
    }
}
.inquire-page .car-table table thead tr th {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .inquire-page .car-table table thead tr th {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .inquire-page .car-table table thead tr th {
        font-size: 12px;
    }
}
.inquire-page .car-table table thead tr th:nth-child(1) span {
    padding-left: 20px;
}
@media screen and (max-width: 991px) {
    .inquire-page .car-table table thead tr th:nth-child(1) span {
        padding-left: 10px;
    }
}
@media screen and (max-width: 767px) {
    .inquire-page .car-table table thead tr th:nth-child(1) span {
        padding-left: 0;
    }
}
.inquire-page .car-table table thead tr th:nth-child(3),
.inquire-page .car-table table thead tr th:nth-child(4) {
    text-align: center;
}
.inquire-page .car-table table tbody tr {
    border-bottom: 1px solid #e4e4e4;
}
.inquire-page .car-table table tbody tr td:nth-child(2) {
    padding: 35px 0;
}
@media screen and (max-width: 991px) {
    .inquire-page .car-table table tbody tr td:nth-child(2) {
        padding: 20px 0;
    }
}
.inquire-page .car-table table tbody tr td:nth-child(2) .pic {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    max-width: 260px;
}
.inquire-page .car-table table tbody tr td:nth-child(2) .pic .img-box {
    padding-bottom: 56.06060606%;
}
.inquire-page .car-table table tbody tr td:nth-child(2) p {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5.22875817%;
    max-width: calc(100% -160px);
    font-size: 18px;
    color: #333333;
}
@media screen and (max-width: 1199px) {
    .inquire-page .car-table table tbody tr td:nth-child(2) p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .inquire-page .car-table table tbody tr td:nth-child(2) p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .inquire-page .car-table table tbody tr td:nth-child(2) p {
        font-size: 13px;
    }
}
@media screen and (max-width: 500px) {
    .inquire-page .car-table table tbody tr td:nth-child(2) p {
        font-size: 12px;
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
        max-width: 100%;
    }
}
.inquire-page .car-table table tbody tr td:nth-child(3) {
    text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(3) span {
    -moz-user-select: none;
    /*mozilar*/
    -webkit-user-select: none;
    /*webkit*/
    -ms-user-select: none;
    /*IE*/
    user-select: none;
    display: inline-block;
    width: 37px;
    height: 33px;
    font-size: 18px;
    line-height: 31px;
    color: #333333;
    background-color: transparent;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
    .inquire-page .car-table table tbody tr td:nth-child(3) span {
        width: 30px;
        height: 25px;
        line-height: 20px;
        font-size: 15px;
    }
}
@media screen and (max-width: 520px) {
    .inquire-page .car-table table tbody tr td:nth-child(3) span {
        width: 15px;
        font-size: 13px;
    }
}
@media screen and (min-width: 1200px) {
    .inquire-page .car-table table tbody tr td:nth-child(3) span:hover {
        background-color: #ed1b24;
        color: #fff;
    }
}
.inquire-page .car-table table tbody tr td:nth-child(3) .not-allowed {
    background-color: #EEEEEE;
    color: #ccc;
}
.inquire-page .car-table table tbody tr td:nth-child(3) .not-allowed:hover {
    background-color: #EEEEEE;
    color: #ccc;
}
.inquire-page .car-table table tbody tr td:nth-child(3) input {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    width: 64px;
    text-align: center;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .inquire-page .car-table table tbody tr td:nth-child(3) input {
        width: 45px;
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .inquire-page .car-table table tbody tr td:nth-child(3) input {
        width: 30px;
        font-size: 12px;
    }
}
.inquire-page .car-table table tbody tr td:nth-child(4) {
    text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(4) span {
    cursor: pointer;
}
@media screen and (min-width: 1200px) {
    .inquire-page .car-table table tbody tr td:nth-child(4) span:hover::before {
        color: #ed1b24;
    }
}
.inquire-page .car-table table tbody tr td:nth-child(4) span::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e632';
    color: #787878;
    font-size: 18px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.inquire-page .car-table table tbody tr:last-child {
    border-bottom: none;
}
.inquire-page .car-message h2 {
    padding: 70px 0 40px;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .inquire-page .car-message h2 {
        padding: 50px 0 30px;
    }
}
@media screen and (max-width: 991px) {
    .inquire-page .car-message h2 {
        padding: 30px 0;
    }
}
.inquire-page .car-message form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.inquire-page .car-message form fieldset {
    display: block;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
}
.inquire-page .car-message form fieldset:nth-child(-n+4) {
    width: 50%;
}
.inquire-page .car-message form fieldset:last-child {
    margin-bottom: 0;
}
.inquire-page .car-message form input,
.inquire-page .car-message form textarea {
    display: block;
    padding: 10px 20px;
    border: 1px solid #999999;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999999;
}
.inquire-page .car-message form textarea {
    height: 190px;
}
.inquire-page .car-message form input::-webkit-input-placeholder,
.inquire-page .car-message form textarea::-webkit-input-placeholder {
    color: #999999;
}
.inquire-page .car-message form input:-o-placeholder,
.inquire-page .car-message form textarea:-o-placeholder {
    color: #999999;
}
.inquire-page .car-message form input::-moz-placeholder,
.inquire-page .car-message form textarea::-moz-placeholder {
    color: #999999;
}
.inquire-page .car-message form input:-ms-input-placeholder,
.inquire-page .car-message form textarea:-ms-input-placeholder {
    color: #999999;
}
.inquire-page .car-message form input:focus::-webkit-input-placeholder,
.inquire-page .car-message form textarea:focus::-webkit-input-placeholder {
    color: #c9c9c9;
}
.inquire-page .car-message form input:focus::-o-placeholder,
.inquire-page .car-message form textarea:focus::-o-placeholder {
    color: #c9c9c9;
}
.inquire-page .car-message form input:focus::-moz-placeholder,
.inquire-page .car-message form textarea:focus::-moz-placeholder {
    color: #c9c9c9;
}
.inquire-page .car-message form input:focus::-ms-input-placeholder,
.inquire-page .car-message form textarea:focus::-ms-input-placeholder {
    color: #c9c9c9;
}
.inquire-page .car-message form button {
    display: block;
    width: 140px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #222;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
    .inquire-page .car-message form button:hover {
        background-color: #ed1b24;
    }
}

.product-details-page .slider-for {
    position: relative;
}
.product-details-page .slider-for .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 5;
    width: 35px;
    height: 35px;
    font-size: 0;
    background-color: transparent;
}
@media screen and (min-width: 1200px) {
    .product-details-page .slider-for .slick-arrow:hover::before {
        color: #ed1b24;
    }
}
.product-details-page .slider-for .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e646';
    font-size: 22px;
    color: #222222;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.product-details-page .slider-for .slick-next {
    left: auto;
    right: 0;
}
.product-details-page .slider-for .slick-next::before {
    transform: translate(-50%, -50%) rotateZ(180deg);
}
.share-cn {
    display: none;
}
&amp;[lang=zh-Hans] {
    .share-cn {
        display: block;
    }
    .share-other {
        display: none;
    }
}
.a2a_kit {
    display: inline-block;
    vertical-align: middle;
}</pre></body></html>