.page {
    text-align: center;
}

.navbar {
    margin-bottom: 0;
}

.navbar-main {
    background-color: rgba(255, 255, 255, 0.5);
}

.navbar-main .navbar-toggle {
    border-color: #333;
}

.navbar-main .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-main .navbar-collapse,
.navbar-main .navbar-form {
    background: white;
}

.navbar-brand {
    background: url("../images/logo.png") no-repeat center;
    background-size: 100%;
    width: 120px;
    height: 40px;
    margin: 9px 10px;
}

.home-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.home-banner .swiper-slide {
    height: 100vh;
    background-size: 100%;
    background-repeat: top center;
}

.home-banner .swiper-slide .banner-item {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    color: white;
    padding: 0 20px;
}

.home-banner .swiper-slide .banner-item .banner-title {
    font-size: 20px;
    line-height: 30px;
    background: url("../images/icon@02.png") no-repeat left bottom;
    background-size: 300px 5px;
    padding-bottom: 20px;
}

.home-banner .swiper-slide .banner-item .banner-title .title-text {
    display: block;
}

.home-banner .swiper-slide .banner-item .banner-content {
    font-size: 14px;
    line-height: 30px;
    padding-top: 30px;
}

.home-banner .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50px;
}

.home-banner .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
    opacity: 1;
    margin: 0 10px !important;
}

.home-banner .swiper-pagination-bullet-active {
    background: transparent;
    border: 1px solid white;
    width: 15px;
    height: 15px;
    position: relative;
}

.home-banner .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
}

.footer {
    border-top: 3px solid #2473ba;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    flex-direction: column;
}

.footer-l-top {
    display: flex;
    flex-direction: column;
}

.footer-nav {
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px;
    display: flex;
}

.footer-nav a {
    margin-right: 10px;
}

.footer-l-top .footer-logo img {
    width: 160px;
}

.footer-l-bottom {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.footer-contact {
    display: flex;
}

.footer-contact .footer-contact-item {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
}

.footer-contact .footer-contact-item .item-icon {
    width: 30px;
    margin-bottom: 10px;
}

.footer-contact .footer-contact-item .item-text {
    font-size: 12px;
}

.footer-wechat {
    display: flex;
}

.footer-wechat .footer-wechat-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    margin-left: 10px;
}

.footer-wechat .wechat-icon {
    width: 120px;
}

.footer-wechat .wechat-text {
    font-size: 12px;
    text-align: center;
}

.footer-main-r {
    overflow: hidden;
}

.footer-main-r .footer-message-title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.footer-main-r .footer-message-input {
    display: flex;
    flex-direction: column;
}

.footer-main-r .footer-message-input .input-item {
    flex: 1;
    height: 16px;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #bfbfbf;
}

.footer-main-r .textarea-item {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #bfbfbf;
    min-height: 80px;
}

.footer-main-r .submit-item {
    line-height: 30px;
    background: #2473ba;
    color: white;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.footer-bootom {
    background: #2473ba;
    color: white;
    line-height: 30px;
}

.footer-bootom a {
    color: white;
}

.home-product {
    width: 100%;
    background: url("../images/pic@01.jpg") no-repeat top center;
    padding: 20px 0;
}

.home-product-title {
    text-align: center;
}

.home-product-title .title-cn {
    font-size: 18px;
    color: #2473ba;
    padding-bottom: 10px;
}

.home-product-title .title-en {
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
}

.home-product-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 20px;
}

.home-product-main .product-item {
    border-bottom: 1px solid #9dc2db;
    border-right: 1px solid #9dc2db;
}

.home-product-main .product-item:nth-child(6) {
    border-right: none;
}

.home-product-main .product-item .item-img {
    width: 100%;
}

.home-product-main .product-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    min-height: 88px;
}

.home-product-main .product-item-link:hover {
    background: #327cbf;
    color: white;
    text-decoration: none;
}

.home-product-main .product-item-link .item-icon {
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.home-product-main .product-item:nth-child(3) .item-icon {
    background-image: url("../images/product@icon01.png");
}

.home-product-main .product-item:nth-child(3):hover .item-icon {
    background-image: url("../images/product@icon01_1.png");
}

.home-product-main .product-item:nth-child(5) .item-icon {
    background-image: url("../images/product@icon02.png");
}

.home-product-main .product-item:nth-child(5):hover .item-icon {
    background-image: url("../images/product@icon02_1.png");
}

.home-product-main .product-item:nth-child(7) .item-icon {
    background-image: url("../images/product@icon03.png");
}

.home-product-main .product-item:nth-child(7):hover .item-icon {
    background-image: url("../images/product@icon03_1.png");
}

.home-product-main .product-item:nth-child(9) .item-icon {
    background-image: url("../images/product@icon04.png");
}

.home-product-main .product-item:nth-child(9):hover .item-icon {
    background-image: url("../images/product@icon04_1.png");
}

.home-product-main .product-item:nth-child(11) .item-icon {
    background-image: url("../images/product@icon05.png");
}

.home-product-main .product-item:nth-child(11):hover .item-icon {
    background-image: url("../images/product@icon05_1.png");
}

.home-product-main .product-item:nth-child(13) .item-icon {
    background-image: url("../images/product@icon06.png");
}

.home-product-main .product-item:nth-child(13):hover .item-icon {
    background-image: url("../images/product@icon06_1.png");
}

.home-product-main .product-item:nth-child(15) .item-icon {
    background-image: url("../images/product@icon07.png");
}

.home-product-main .product-item:nth-child(15):hover .item-icon {
    background-image: url("../images/product@icon07_1.png");
}

.home-product-main .product-item-link .item-text {
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    padding-bottom: 10px;
}

.home-product-main .product-item-link .item-text .text-hr {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #2473ba;
    left: 50%;
    bottom: 0px;
    margin-left: -10px;
}

.home-product-main .product-item-link:hover .item-text .text-hr {
    background-color: white;
}

.home-service {
    background: url("../images/pic@02.jpg") no-repeat top center;
    padding: 20px 0;
}

.home-service-title {
    text-align: center;
    color: white;
}

.home-service-title .title-cn {
    font-size: 18px;
    padding-bottom: 10px;
}

.home-service-title .title-en {
    font-size: 14px;
    padding-bottom: 10px;
}

.home-service-main .tab-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-service-main .tab-container .tab-item {
    background-image: url("../images/icon@06.png");
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    width: 80px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}

.home-service-main .tab-container .tab-item-active {
    background-image: url("../images/icon@07.png");
    color: white;
}

.home-service-button-prev,
.home-service-button-next {
    background-color: white;
    opacity: 1 !important;
    border-radius: 50%;
    padding: 10px;
}

.home-banner-button-prev,
.home-banner-button-next {
    background-color: white;
    opacity: 0.5 !important;
    border-radius: 50%;
    padding: 10px;
}

.home-service-item {
    display: flex;
    flex-direction: column;
    padding: 0 80px;
}

.home-service-item .item-content {
    color: white;
    padding-bottom: 20px;
}

.home-service-item .item-content .content-title {
    font-size: 14px;
    background: url("../images/icon@02.png") no-repeat left bottom;
    background-size: 200px 5px;
    padding-bottom: 10px;
}

.home-service-item .item-content .content-list {
    font-size: 12px;
    line-height: 24px;
    padding-top: 10px;
}

.home-service-item .item-content .content-link {
    margin-top: 10px;
}

.home-service-item .item-content .content-link .link-more {
    color: white;
    border: 1px solid white;
    padding: 5px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
}

.home-service-item-thumb-swiper {
    height: 200px;
}

.home-service-item-thumb-swiper .swiper-slide img {
    border-radius: 10px;
    height: 100%;
    width: 210px;
}

.home-about {
    background: url("../images/pic@04.jpg") no-repeat top center;
    padding: 20px 0;
}

.home-about-title {
    text-align: center;
}

.home-about-title .title-cn {
    font-size: 18px;
    padding-bottom: 10px;
    color: #2473ba;
}

.home-about-title .title-en {
    font-size: 14px;
    padding-bottom: 10px;
    color: #666;
}

.home-about-content {
    padding: 20px 0;
}

.home-about-content .content-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.home-about-content .content-text {
    line-height: 24px;
    font-size: 12px;
    padding-top: 10px;
}

.home-about-more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-about-more .more-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.home-about-more .more-item .item-text {
    font-size: 12px;
    color: #333;
    padding-top: 5px;
    text-decoration: none;
}

.home-about-more .more-item .item-icon {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #999999;
}

.home-about-more .more-item:hover .item-icon {
    background-color: #2473ba;
}

.home-about-more .more-item:nth-child(1) .item-icon {
    background-image: url("../images/about@01.png");
}

.home-about-more .more-item:nth-child(1):hover .item-icon {
    background-image: url("../images/about@01_1.png");
}

.home-about-more .more-item:nth-child(2) .item-icon {
    background-image: url("../images/about@02.png");
}

.home-about-more .more-item:nth-child(2):hover .item-icon {
    background-image: url("../images/about@02_1.png");
}

.home-about-more .more-item:nth-child(3) .item-icon {
    background-image: url("../images/about@03.png");
}

.home-about-more .more-item:nth-child(3):hover .item-icon {
    background-image: url("../images/about@03_1.png");
}

.home-about-more .more-item:nth-child(4) .item-icon {
    background-image: url("../images/about@04.png");
}

.home-about-more .more-item:nth-child(4):hover .item-icon {
    background-image: url("../images/about@04_1.png");
}

.home-about-more .more-item:nth-child(5) .item-icon {
    background-image: url("../images/about@05.png");
}

.home-about-more .more-item:nth-child(5):hover .item-icon {
    background-image: url("../images/about@05_1.png");
}

.home-about-more .more-item:nth-child(6) .item-icon {
    background-image: url("../images/about@06.png");
}

.home-about-more .more-item:nth-child(6):hover .item-icon {
    background-image: url("../images/about@06_1.png");
}

.home-about-more .more-item:nth-child(7) .item-icon {
    background-image: url("../images/about@07.png");
}

.home-about-more .more-item:nth-child(7):hover .item-icon {
    background-image: url("../images/about@07_1.png");
}

.home-about-more .more-item:nth-child(8) .item-icon {
    background-image: url("../images/about@08.png");
}

.home-about-more .more-item:nth-child(8):hover .item-icon {
    background-image: url("../images/about@08_1.png");
}

.home-cooperate {
    background: url("../images/pic@05.jpg") no-repeat top center;
    padding: 20px 0;
}

.home-cooperate-title {
    text-align: center;
    color: white;
}

.home-cooperate-title .title-cn {
    font-size: 18px;
    padding-bottom: 10px;
}

.home-cooperate-title .title-en {
    font-size: 14px;
    padding-bottom: 10px;
}

.home-cooperate-one {
    font-size: 20px;
    font-weight: bold;
    background: -webkit-linear-gradient(#ffffff, #4e9ffb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    padding-bottom: 10px;
}

.home-cooperate-two {
    font-size: 12px;
    background-color: #0353af;
    color: white;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}

.home-cooperate-three {
    font-size: 12px;
    color: white;
    padding-bottom: 5px;
}

.home-cooperate-message {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.home-cooperate-message .message-item {
    width: 100%;
    display: flex;
    align-items: center;
    background: white;
    padding: 10px;
    margin-bottom: 10px;
}

.home-cooperate-message .message-item .item-icon {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.home-cooperate-message .message-item .item-icon-name {
    background-image: url("../images/icon@09.png");
}

.home-cooperate-message .message-item .item-icon-phone {
    background-image: url("../images/icon@10.png");
}

.home-cooperate-message .message-item .item-hr {
    padding: 0 15px;
    color: #999;
}

.home-cooperate-message .message-item .item-input {
    flex: 1;
    border: 0;
    outline: none;
}

.home-cooperate-button {
    position: relative;
    margin-top: 20px;
}

.home-cooperate-button .button-text {
    display: block;
    background: #0353af;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    margin-right: 30px;
    cursor: pointer;
}

.home-cooperate-button .button-icon {
    width: 40px;
    height: 40px;
    background: url("../images/icon@11.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

.home-news {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.home-news-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-news-title .title-cn {
    font-size: 18px;
    padding-bottom: 10px;
    color: #2473ba;
}

.home-news-title .title-hr {
    width: 40px;
    height: 2px;
    background: #2473ba;
    margin-bottom: 10px;
}

.home-news-title .title-en {
    font-size: 14px;
    padding-bottom: 10px;
    color: #999;
}

.home-news-more {
    display: none;
}

.home-news-tab {
    display: flex;
    padding: 20px 0;
    justify-content: center;
}

.home-news-tab .tab-item {
    line-height: 30px;
    border: 1px solid #999;
    font-size: 14px;
    margin: 0 10px;
    padding: 0 10px;
    border-radius: 5px;
}

.home-news-tab .tab-item-active {
    background: #0353af;
    border-color: #0353af;
    color: white;
}

.news-right {
    overflow: hidden;
}

.news-conetent-swiper {
    display: none;
    margin: 0 20px;
    position: relative;
    padding-bottom: 40px;
}

.news-conetent-item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-bottom: 1px solid white;
}

.news-conetent-item .item-title {
    line-height: 30px;
}

.news-conetent-item .item-title a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

.news-conetent-item .item-thumb {
    width: 100%;
    margin: 10px 0;
}

.news-conetent-item .item-text {
    font-size: 12px;
    line-height: 24px;
    color: #666;
}

.news-conetent-item .item-link {
    padding-top: 10px;
}

.news-conetent-item .item-link-text {
    display: inline-block;
    line-height: 24px;
    color: #0353af;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #0353af;
}

.news-conetent-item:hover {
    border-bottom: 1px solid #0353af;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.news-conetent-item:hover .item-title a {
    color: #0353af;
    font-weight: bold;
}

.news-conetent-item:hover .item-link-text {
    background: #0353af;
    color: white;
}

.home-news-more {
    display: none;
}

.common-banner {
    background-image: url("../images/pic@06.jpg");
    background-size: auto 200px;
    background-repeat: no-repeat;
    background-position: top center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-banner .banner-title {
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.banner-title-en {
    opacity: 0.6;
}

.common-current-nav {
    line-height: 40px;
    font-size: 12px;
    background: url("../images/icon@12.png") no-repeat left center;
    background-size: 10px 13px;
    padding-left: 20px;
}

.common-current-nav a {
    color: #333;
}

.page {
    text-align: center;
}

.product-main {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.product-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-category .category-item {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #cfe5fe;
    color: #333;
    font-size: 12px;
    height: 60px;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-category .category-item .item-icon {
    background: #0353af;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #0353af;
}

.product-category .category-item .item-icon img {
    width: 100%;
    height: 100%;
}

.product-category .category-item:hover {
    background: linear-gradient(to right, #3b9bf0, #d5e9ff);
    text-decoration: none;
}

.product-category .category-item:hover .item-icon {
    border-color: white;
}

.product-list {
    padding-bottom: 20px;
}

.product-list .product-list-content {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
}

.product-list .product-list-content .content-item {
    width: 48%;
    margin: 10px 0;
}

.product-list .product-list-content .content-item .item-thumb {
    width: 100%;
    height: 200px;
}

.product-list .product-list-content .content-item .item-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
}

.product-list .product-list-content .content-item .item-text-title {
    font-size: 12px;
    flex: 1;
}

.product-list .product-list-content .content-item .item-text-more {
    border: 1px solid #0353af;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    padding: 0 5px;
}

.product-list .product-list-content .content-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.product-list .product-list-content .content-item:hover .item-text-more {
    background: #0353af;
    color: white;
}

.product-detail-main {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.product-detail-main .product-params {
    padding-top: 20px;
}

.product-detail-main .params-title {
    background: #f4f4f4;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #0353af;
}

.params-other {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
}

.product-detail-content {
    overflow: hidden;
}

.product-detail-content .content-title {
    font-size: 16px;
    font-weight: bold;
}

.product-detail-content .content-detail {
    overflow: hidden;
    padding: 20px 0;
}

.product-detail-content .content-detail img {
    max-width: 100%;
}

.product-thumb-slide-big {
    width: 100%;
    height: 200px;
    margin: 20px 0;
}

.product-thumb-slide-big .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-thumb-slide-big .swiper-slide img {
    height: 100%;
}

.product-thumb-slide-small {
    width: 100%;
    height: 50px;
}

.product-thumb-slide-small .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-thumb-slide-small .swiper-slide img {
    height: 100%;
}

.service-main {
    display: flex;
    flex-direction: column;
}

.service-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-category .category-item {
    display: flex;
    width: 48%;
    height: 60px;
    text-decoration: none;
    border: 1px solid #eee;
    align-items: center;
    font-size: 12px;
}

.service-category .category-item .item-icon {
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center;
    width: 15px;
    height: 15px;
    margin: 0 20px;
}

.service-category .category-item:hover {
    background: url("../images/icon@13.png") no-repeat left center;
    background-size: 100%;
    color: white;
}

.service-category .category-item:nth-child(1) .item-icon {
    background-image: url("../images/service@icon01_1.png");
}
.service-category .category-item:nth-child(1):hover .item-icon {
    background-image: url("../images/service@icon01.png");
}

.service-category .category-item:nth-child(2) .item-icon {
    background-image: url("../images/service@icon02_1.png");
}
.service-category .category-item:nth-child(2):hover .item-icon {
    background-image: url("../images/service@icon02.png");
}

.service-category .category-item:nth-child(3) .item-icon {
    background-image: url("../images/service@icon03_1.png");
}
.service-category .category-item:nth-child(3):hover .item-icon {
    background-image: url("../images/service@icon03.png");
}

.service-category .category-item:nth-child(4) .item-icon {
    background-image: url("../images/service@icon04_1.png");
}
.service-category .category-item:nth-child(4):hover .item-icon {
    background-image: url("../images/service@icon04.png");
}

.service-category .category-item:nth-child(5) .item-icon {
    background-image: url("../images/service@icon05_1.png");
}
.service-category .category-item:nth-child(5):hover .item-icon {
    background-image: url("../images/service@icon05.png");
}

.service-category .category-item:nth-child(6) .item-icon {
    background-image: url("../images/service@icon02_1.png");
}
.service-category .category-item:nth-child(6):hover .item-icon {
    background-image: url("../images/service@icon06.png");
}

.service-category .category-item:nth-child(7) .item-icon {
    background-image: url("../images/service@icon07_1.png");
}
.service-category .category-item:nth-child(7):hover .item-icon {
    background-image: url("../images/service@icon07.png");
}

.service-category .category-item:nth-child(8) .item-icon {
    background-image: url("../images/service@icon08_1.png");
}
.service-category .category-item:nth-child(8):hover .item-icon {
    background-image: url("../images/service@icon08.png");
}

.service-content {
    padding: 20px 0;
}

.service-content img {
    max-width: 100%;
}

.news-main {
    overflow: hidden;
    padding: 20px 0;
}

.news-main-category {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.news-main-category .category-item {
    line-height: 30px;
    border: 1px solid #0353af;
    font-size: 14px;
    margin: 0 10px;
    padding: 0 10px;
}

.news-main-category .category-item:hover {
    background: #0353af;
    color: white;
    text-decoration: none;
}

.news-main-list {
    padding: 20px 0;
}

.news-main-list .news-item {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 10px;
}

.news-main-list .news-item .item-thumb {
    width: 74px;
    height: 50px;
    margin-right: 5px;
}

.news-main-list .news-item .item-content {
    flex: 1;
}

.news-main-list .news-item .item-content .content-title {
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.news-main-list .news-item .item-content .content-text {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.news-main-list .news-item .item-hr {
    width: 1px;
    height: 40px;
    background: #ddd;
    margin: 0 5px;
}

.news-main-list .news-item .item-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.news-main-list .news-item .item-icon {
    padding-left: 5px;
    font-size: 14px;
    color: #dfdfdf;
}

.news-main-list .news-item:hover {
    background-color: #0353af;
    color: white;
}

.news-main-list .news-item:hover .item-thumb {
    display: none;
}

.news-main-list .news-item:hover .content-title {
    color: white;
}

.message-main {
    padding: 20px 0;
}

.message-main-info {
    display: flex;
    flex-direction: column;
}

.message-main-info .info-content .content-tips {
    color: #999;
    font-size: 14px;
    border-bottom: 1px #999 solid;
    padding-bottom: 10px;
    line-height: 24px;
}

.message-main-info .info-content .content-tips .tips-title {
    color: #333;
    font-weight: bold;
}

.message-main-info .info-content .content-contact {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    padding: 20px 0;
    line-height: 24px;
}

.message-main-info .info-from .info-input {
    display: flex;
    flex-direction: column;
}

.message-main-info .info-from .info-input .input {
    background: #f3f4f5;
    border: none;
    outline: none;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.message-main-info .info-from .info-textarea textarea {
    background: #f3f4f5;
    border: none;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 10px;
}

.message-main-info .info-submit {
    padding-bottom: 20px;
}

.message-main-info .info-submit .submit-btn {
    background: #0353af;
    color: white;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    display: inline-block;
}

.message-address .address-thumb {
    max-width: 100%;
    margin-top: 10px;
}

.cooperate-main {
    padding: 20px 0;
}

.cooperate-main-top {
    background: url("../images/pic@05.jpg") no-repeat top center;
    background-size: 100%;
    padding: 10px;
    border-radius: 10px;
}

.cooperate-main-top .cooperate-text-one {
    font-size: 16px;
    font-weight: bold;
    background: -webkit-linear-gradient(#ffffff, #4e9ffb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    padding-bottom: 5px;
}

.cooperate-main-top .cooperate-text-two {
    font-size: 12px;
    background-color: #0353af;
    color: white;
    text-align: center;
    line-height: 24px;
}

.cooperate-main-content {
    padding: 20px 0;
    font-size: 14px;
}

.news-main-detail {
    padding: 20px 0;
}

.news-main-detail .detail-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.news-main-detail .detail-hr {
    width: 40px;
    height: 2px;
    background: #0353af;
    margin: 0 auto;
}

.news-main-detail .detail-info {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 20px 0;
}

.news-main-detail .detail-content {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 24px;
}

@media screen and (min-width: 1500px) {
    .home-service-item .item-content .content-link {
        margin-top: 20px;
    }
    .home-service-item .item-content .content-link .link-more {
        padding: 10px;
        border-radius: 20px;
        font-size: 14px;
    }
    .news-main-detail {
        padding: 40px 0;
    }
    .news-main-detail .detail-title {
        font-size: 32px;
        line-height: 60px;
        color: #333;
    }
    .news-main-detail .detail-hr {
        width: 80px;
    }
    .news-main-detail .detail-info {
        font-size: 14px;
    }
    .news-main-detail .detail-content {
        padding-bottom: 40px;
    }
    .cooperate-main-top {
        padding: 80px;
    }
    .cooperate-main-top .cooperate-text-one {
        font-size: 48px;
        padding-bottom: 20px;
    }
    .cooperate-main-top .cooperate-text-two {
        font-size: 27px;
        line-height: 52px;
        width: 820px;
        margin: 0 auto;
    }
    .cooperate-main-content {
        font-size: 16px;
    }

    .message-main-info {
        flex-direction: row;
        justify-content: space-between;
    }
    .message-main-info .info-content {
        width: 578px;
    }
    .message-main-info .info-content .content-tips {
        font-size: 16px;
        padding-bottom: 40px;
        line-height: 40px;
    }
    .message-main-info .info-content .content-contact {
        font-size: 16px;
        line-height: 30px;
    }
    .message-main-info .info-from {
        width: 650px;
    }
    .message-main-info .info-from .info-input {
        flex-direction: row;
        justify-content: space-between;
    }
    .message-main-info .info-from .info-input .input {
        height: 46px;
        margin-bottom: 20px;
        width: 48%;
    }
    .message-main-info .info-submit .submit-btn {
        line-height: 40px;
        padding: 0 30px;
        font-size: 16px;
        cursor: pointer;
    }

    .news-main-category {
        justify-content: end;
    }
    .news-main-category .category-item {
        line-height: 40px;
        font-size: 16px;
        margin: 0 20px;
        padding: 0 20px;
    }
    .news-main-list {
        padding: 40px 0;
    }
    .news-main-list .news-item {
        padding: 20px;
    }
    .news-main-list .news-item .item-thumb {
        width: 230px;
        height: 156px;
        margin-right: 15px;
    }
    .news-main-list .news-item .item-content .content-title {
        font-size: 20px;
        line-height: 76px;
    }
    .news-main-list .news-item .item-content .content-text {
        font-size: 16px;
        line-height: 40px;
        height: 80px;
    }
    .news-main-list .news-item .item-hr {
        height: 100px;
        margin: 0 30px;
    }
    .news-main-list .news-item .item-date {
        font-size: 18px;
        color: #999;
    }
    .news-main-list .news-item .item-date .date-d {
        font-size: 36px;
        color: #666;
    }
    .news-main-list .news-item .item-icon {
        padding-left: 20px;
        font-size: 24px;
    }

    .news-main-list .news-item:hover .item-date {
        color: white;
    }

    .news-main-list .news-item:hover .item-date .date-d {
        color: white;
    }

    .service-main {
        flex-direction: row;
        padding: 20px 0;
    }
    .service-category {
        width: 200px;
        flex-direction: column;
    }
    .service-category .category-item {
        height: 80px;
        width: 100%;
        font-size: 18px;
    }
    .service-category .category-item .item-icon {
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
        margin: 0 20px;
    }
    .service-content {
        flex: 1;
        padding: 0 0 0 50px;
    }
    .product-detail-main {
        flex-direction: row;
        padding-bottom: 20px;
    }
    .product-detail-main .product-params {
        padding-top: 0;
        flex: 1;
        padding-left: 40px;
    }
    .product-detail-main .params-title {
        line-height: 76px;
        font-size: 40px;
        border-radius: 6px;
    }
    .params-other {
        padding-top: 40px;
        font-size: 18px;
        line-height: 30px;
    }
    .product-detail-content .content-title {
        font-size: 18px;
    }
    .product-thumb-slide {
        width: 337px;
    }
    .product-thumb-slide-big {
        width: 100%;
        height: 478px;
        margin: 0;
    }
    .product-thumb-slide-big .swiper-slide img {
        width: 100%;
        height: 100%;
    }
    .product-thumb-slide-small {
        width: 100%;
        height: 54px;
        margin-top: 20px;
    }

    .common-banner {
        background-size: auto 300px;
        height: 300px;
    }
    .common-banner .banner-title {
        font-size: 38px;
    }
    .common-current-nav {
        line-height: 80px;
        font-size: 14px;
        background-size: 13px 16px;
        padding-left: 30px;
    }
    .product-main {
        flex-direction: row;
    }
    .product-category {
        width: 246px;
        display: block;
    }
    .product-category .category-item {
        width: 100%;
        font-size: 20px;
        height: 120px;
        padding: 20px;
        box-sizing: border-box;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .product-category .category-item .item-icon {
        width: 50px;
        height: 50px;
    }
    .product-list {
        flex: 1;
    }
    .product-list .product-list-content {
        /*display: flex;*/
        display: block;
        justify-content: space-between;
        padding: 20px 0 20px 40px;
    }
    .product-list .product-list-content .content-item {
        width: 340px;
        float: left;
        margin: 10px;
    }
    .product-list .product-list-content .content-item .item-thumb {
        width: 100%;
        height: 480px;
    }
    .product-list .product-list-content .content-item .item-text {
        padding: 20px;
    }
    .product-list .product-list-content .content-item .item-text-title {
        font-size: 20px;
    }
    .product-list .product-list-content .content-item .item-text-more {
        font-size: 16px;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 5px;
    }
    .home-news {
        flex-direction: row;
        padding: 100px 0;
    }
    .home-news .news-left {
        width: 250px;
        display: flex;
        flex-direction: column;
    }
    .home-news-title {
        align-items: start;
    }
    .home-news-title .title-cn {
        font-size: 40px;
        padding-bottom: 20px;
    }
    .home-news-title .title-en {
        font-size: 18px;
        padding-bottom: 40px;
    }
    .home-news-title .title-hr {
        width: 48px;
        height: 4px;
        margin-bottom: 20px;
    }
    .home-news-more {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 120px;
        text-decoration: none;
    }
    .home-news-more .more-icon {
        width: 70px;
        height: 79px;
        background: url("../images/icon@08.png") no-repeat center;
    }
    .home-news-more .more-text {
        font-size: 16px;
        color: #0353af;
    }
    .home-news-tab {
        flex-direction: column;
        padding: 0;
        justify-content: start;
        width: 120px;
        margin-bottom: 60px;
    }
    .home-news-tab .tab-item {
        line-height: 40px;
        font-size: 18px;
        margin: 0 0 20px 0;
        padding: 0 10px;
        text-align: center;
    }
    .home-news-tab .tab-item-active {
        background: #0353af;
        border-color: #0353af;
        color: white;
    }
    .news-right {
        flex: 1;
    }
    .news-conetent-swiper {
        margin: 0;
    }
    .news-conetent-item {
        width: 350px;
        padding: 15px;
        margin: 0 10px;
    }
    
    
    .news-conetent-item .item-thumb {
        height: 220px;
    }

    .news-conetent-item .item-title {
        line-height: 40px;
    }
    .news-conetent-item .item-title a {
        font-size: 18px;
    }
    .news-conetent-item .item-text {
        font-size: 16px;
        line-height: 30px;
    }
    .news-conetent-item .item-link {
        padding-top: 30px;
    }
    .news-conetent-item .item-link-text {
        line-height: 32px;
        padding: 0 15px;
    }
    .home-cooperate {
        padding: 50px 0;
    }
    .home-cooperate-title .title-cn {
        font-size: 40px;
        padding-bottom: 20px;
    }
    .home-cooperate-title .title-en {
        font-size: 18px;
    }
    .home-cooperate-one {
        font-size: 64px;
    }
    .home-cooperate-two {
        font-size: 27px;
        line-height: 54px;
        width: 820px;
        margin: 0 auto 30px;
    }
    .home-cooperate-three {
        font-size: 14px;
    }
    .home-cooperate-message {
        flex-direction: row;
    }
    .home-cooperate-message .message-item {
        width: 496px;
        height: 60px;
        padding: 0 20px;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .home-cooperate-message .message-item .item-icon {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
    .home-cooperate-button {
        flex: 1;
        margin-top: 0;
    }
    .home-cooperate-button .button-text {
        line-height: 60px;
        font-size: 18px;
    }
    .home-cooperate-button .button-icon {
        width: 73px;
        height: 73px;
        top: -10px;
    }

    .home-about {
        padding: 100px 0;
    }
    .home-about-main {
        width: 750px;
    }
    .home-about-title {
        text-align: left;
        padding-left: 20px;
    }
    .home-about-title .title-cn {
        font-size: 40px;
        padding-bottom: 20px;
    }
    .home-about-title .title-en {
        font-size: 18px;
        padding-bottom: 40px;
    }
    .home-about-content {
        padding: 20px 0 20px 20px;
    }
    .home-about-content .content-title {
        font-size: 24px;
    }
    .home-about-content .content-text {
        line-height: 30px;
        font-size: 16px;
        padding-top: 20px;
    }
    .home-about-more {
        padding-top: 40px;
    }
    .home-about-more .more-item {
        margin-bottom: 20px;
    }
    .home-about-more .more-item .item-text {
        font-size: 18px;
        padding-top: 10px;
    }
    .home-about-more .more-item .item-icon {
        width: 92px;
        height: 92px;
        background-size: 40px 40px;
    }
    .home-service {
        padding: 100px 0;
    }
    .home-service-title .title-cn {
        font-size: 40px;
        padding-bottom: 20px;
    }
    .home-service-title .title-en {
        font-size: 18px;
        padding-bottom: 40px;
    }
    .home-service-main .tab-container {
        justify-content: center;
    }
    .home-service-main .tab-container .tab-item {
        width: 120px;
        line-height: 57px;
        font-size: 18px;
        cursor: pointer;
        margin: 0 10px;
    }
    .home-service-item {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 100px;
    }
    .home-service-item .item-content {
        width: 460px;
        padding-top: 40px;
    }
    .home-service-item .item-content .content-title {
        font-size: 24px;
        background-size: 360px 5px;
        padding-bottom: 20px;
    }
    .home-service-item .item-content .content-list {
        font-size: 16px;
        line-height: 30px;
        padding-top: 30px;
    }
    .home-service-item-thumb-swiper {
        width: 660px;
        height: 400px;
    }
    
    .home-service-item-thumb-swiper .swiper-slide img {
        width: 600px;
    }

    .home-product {
        padding: 100px 0;
    }
    .home-product-title .title-cn {
        font-size: 40px;
        padding-bottom: 20px;
    }
    .home-product-title .title-en {
        font-size: 18px;
        padding-bottom: 40px;
    }
    .home-product-main {
        grid-template-columns: repeat(5, 1fr);
    }
    .home-product-main .product-item:nth-child(6) {
        border-right: 1px solid #9dc2db;
    }
    .home-product-main .product-item:nth-child(3),
    .home-product-main .product-item:nth-child(4),
    .home-product-main .product-item:nth-child(9),
    .home-product-main .product-item:nth-child(5),
    .home-product-main .product-item:nth-child(10),
    .home-product-main .product-item:nth-child(15) {
        border-right: none;
    }
    .home-product-main .product-item:nth-child(6),
    .home-product-main .product-item:nth-child(11),
    .home-product-main .product-item:nth-child(12),
    .home-product-main .product-item:nth-child(13),
    .home-product-main .product-item:nth-child(14),
    .home-product-main .product-item:nth-child(15) {
        border-bottom: none;
    }
    .home-product-main .product-item-link {
        height: 200px;
    }
    .home-product-main .product-item .item-img {
        height: 200px;
    }
    .home-product-main .product-item-link .item-icon {
        width: 72px;
        height: 72px;
    }
    .home-product-main .product-item-link .item-text {
        font-size: 26px;
        margin-left: 30px;
    }
    .home-product-main .product-item-link .item-text .text-hr {
        position: absolute;
        width: 40px;
        height: 2px;
        background-color: #2473ba;
        left: 50%;
        bottom: 0px;
        margin-left: -20px;
    }
    .container {
        width: 1400px;
    }
    .navbar-main .navbar-collapse,
    .navbar-main .navbar-form {
        background: transparent;
    }
    .navbar-brand {
        width: 227px;
        height: 76px;
        margin: 20px 0 14px 100px;
    }
    .navbar-telephone {
        display: flex;
        width: 260px;
        height: 110px;
        background: #367fc0;
        align-items: center;
        justify-content: center;
    }
    .navbar-telephone .telephone-icon {
        width: 19px;
    }
    .navbar-telephone .telephone-text {
        color: white;
        font-weight: bold;
        padding-left: 10px;
        font-size: 18px;
    }
    .navbar-nav {
        padding-left: 80px;
    }
    .navbar-nav li {
        padding: 0 20px;
    }
    .navbar-nav .dropdown-menu li {
        padding: 0;
    }
    .navbar-nav li a {
        padding: 0;
        line-height: 110px;
        font-size: 20px;
        color: #333;
    }
    .navbar-nav .dropdown-menu li a {
        line-height: 40px;
        text-align: center;
        font-size: 16px;
    }
    .navbar-nav li a:focus,
    .navbar-nav li a:hover {
        background-color: transparent;
    }
    .navbar-nav li.active a {
        color: #2571b4;
    }
    .navbar-nav .dropdown-menu li a:focus,
    .navbar-nav .dropdown-menu li a:hover {
        background: #387fc0;
        color: white;
    }
    .home-banner {
        height: 910px;
        position: relative;
    }
    .home-banner .swiper-slide {
        height: 910px;
    }
    .home-banner .swiper-slide .banner-item {
        top: 240px;
        padding: 0;
        width: 1400px;
        left: 50%;
        margin-left: -700px;
    }
    .home-banner .swiper-slide .banner-item .banner-title {
        font-size: 40px;
        line-height: 80px;
        background-size: 535px 12px;
        padding-bottom: 40px;
    }
    .home-banner .swiper-slide .banner-item .banner-title .title-text {
        display: inline-block;
    }
    .home-banner .swiper-slide .banner-item .banner-content {
        font-size: 30px;
        line-height: 60px;
    }
    .home-banner .swiper-pagination-bullet-active {
        width: 25px;
        height: 25px;
    }
    .footer-bootom {
        line-height: 78px;
    }
    .footer-bootom .footer-bootom-main {
        display: flex;
        justify-content: space-between;
    }
    .footer-bootom p {
        margin: 0;
    }
    .footer-main {
        padding: 80px 0;
        flex-direction: row;
    }
    .footer-l-top {
        flex-direction: row;
        align-items: center;
    }
    .footer-nav {
        font-size: 18px;
        padding-top: 0;
        display: flex;
    }
    .footer-nav a {
        margin-left: 40px;
        margin-right: 0;
    }
    .footer-l-top .footer-logo img {
        width: 227px;
    }
    .footer-l-bottom {
        flex-direction: row;
        padding-top: 50px;
        justify-content: space-between;
        align-items: center;
        padding-left: 0px;
    }
    .footer-contact .footer-contact-item {
        padding-right: 35px;
    }
    .footer-contact .footer-contact-item .item-icon {
        width: 50px;
    }
    .footer-contact .footer-contact-item .item-text {
        font-size: 18px;
        word-break: break-word;
    }
    .footer-wechat {
        padding-top: 0;
    }
    .footer-wechat .wechat-icon {
        width: 140px;
    }
    .footer-wechat .wechat-text {
        font-size: 16px;
        line-height: 30px;
    }
    .footer-main-r .footer-message-title {
        font-size: 18px;
    }
    .footer-main-r .footer-message-input {
        display: flex;
        flex-direction: row;
    }
    .footer-main-r .footer-message-input .input-item {
        flex: 228px;
        height: 46px;
        padding: 10px;
        margin-top: 30px;
    }
    .footer-main-r .footer-message-input .input-item:first-child {
        margin-right: 26px;
    }
    .footer-main-r .textarea-item {
        margin-top: 15px;
        min-height: 120px;
        font-size: 16px;
    }
    .footer-main-r .submit-item {
        line-height: 50px;
        margin-top: 15px;
    }
}

@media screen and (min-width: 1920px) {
    .navbar-nav {
        padding-left: 160px;
    }
    .navbar-nav li {
        padding: 0 30px;
    }
    .navbar-telephone {
        width: 354px;
    }
}
