/* 首页 */
@media screen and (max-width:768px) {
    .row {
        margin: 0;
    }

    .navbar .logo {
        font-size: 1.5rem;
    }

    .home-advantage .title h1 {
        font-size: 40px;
    }

    .home-advantage .title h3 {
        font-size: 35px;
    }

    .home-products .title h1 {
        font-size: 40px;
    }

    .home-products .title h3 {
        font-size: 35px;
    }

    .home-area .title h1 {
        font-size: 40px;
    }

    .home-area .title h3 {
        font-size: 35px;
    }

    .home-news .title h1 {
        font-size: 40px;
    }

    .home-news .title h3 {
        font-size: 35px;
    }

    .home-partner h1 {
        font-size: 30px;
    }
}

@media screen and (min-width:768px) {
    .navbar .logo {
        font-size: 2.5rem;
    }

    .home-advantage .title h1 {
        font-size: 46px;
    }

    .home-advantage .title h3 {
        font-size: 44px;
    }

    .home-products .title h1 {
        font-size: 46px;
    }

    .home-products .title h3 {
        font-size: 44px;
    }

    .home-area .title h1 {
        font-size: 46px;
    }

    .home-area .title h3 {
        font-size: 44px;
    }

    .home-area .area-item:nth-child(odd) img {
        margin-top: 100px;
    }

    .home-area .area-item:nth-child(3) img {
        margin-top: 150px;
    }

    .home-news .title h1 {
        font-size: 46px;
    }

    .home-news .title h3 {
        font-size: 44px;
    }

    .home-news .home-news-left .news-address {
        width: 480px;
        padding-left: 20px;
    }

    .home-partner h1 {
        font-size: 50px;
    }

    /* 产品详情页 */
    .main .listimg {
        width: 30%;
        height: 15rem;
    }
}

.home-about {
    margin-top: 100px;
}

.home-about .text h2 {
    position: relative;
    color: #164db0;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    border-left: 3px solid #164db0;
    padding-left: 15px;
}

.home-about .text h3 {
    font-weight: 700;
}

.home-about .desc p {
    margin: 0;
    line-height: 2;
    font-size: 18px;
    color: #161717;
    text-align: justify;
}

.home-about .more {
    color: #164db0;
    border: 1px solid #164db0;
    line-height: 3rem;
    display: block;
    width: 9rem;
    text-align: center;
}

.home-about .more:hover {
    color: #fff;
    background-color: #164db0;
}

.home-advantage {
    margin-top: 100px;
}

.home-advantage .title {
    text-align: center;
    margin-bottom: 50px;
}

.home-advantage .title h1 {
    color: #164db0;
}

.home-advantage .title h3 {
    font-weight: 600;
    color: #d3d3d3;
    text-transform: uppercase;
}

.home-advantage .advantage-item {
    background-color: #f4f4f4;
    text-align: center;
    margin-bottom: 1rem;
    height: 23.5rem;
}

.home-advantage .advantage-item img {
    padding: 3rem 0 2rem 0;
}

.home-advantage .advantage-item h3 {
    padding-bottom: 1rem;
    font-weight: 700;
}

.home-advantage .advantage-item h4 {
    padding-bottom: 2rem;
    text-transform: capitalize;
    font-size: 1.4rem;
}

.home-advantage .advantage-item .text {
    padding-bottom: 3rem;
}

.home-advantage .advantage-item p {
    margin: 0;
    line-height: 2;
}

.home-products {
    margin-top: 100px;
    padding: 5rem 0;
    background-color: #f4f4f4;
}

.home-products .title {
    text-align: center;
    margin-bottom: 50px;
}

.home-products .title h1 {
    color: #164db0;
}

.home-products .title h3 {
    font-weight: 600;
    color: #d3d3d3;
    text-transform: uppercase;
}

/* 遮罩层代码 */
.home-products .products-item {
    position: relative;
    overflow: hidden;
}

.home-products .products-item:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.home-products .products-item .imgbb {
    overflow: hidden;
}

.home-products .products-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 0;
    overflow: hidden;
}

.bg_main {
    background: #006BCC;
}

.home-products .products-item .caption .captionbg {
    opacity: 0.9;
    filter: alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    z-index: 0;
    bottom: -100%;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
}

.home-products .products-item .caption:hover .captionbg {
    bottom: 0;
}

.home-products .products-item .caption .caption-text {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    word-break: break-all;
    word-wrap: break-word;
    padding: 0.5em 1px 0.7em;
}

.home-products .products-item .caption .caption-text::before,
.home-products .products-item .caption .caption-text::after {
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    left: 10px;
    width: 90%;
    width: calc(100% - 20px);
}

.home-products .products-item:hover .caption .caption-text::before,
.home-products .products-item:hover .caption .caption-text::after {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.home-products .products-item .caption .caption-text .caption-text-in {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.home-products .products-item .caption .caption-text .caption-text-in h3 {
    top: 35px;
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: relative;
}

.home-products .products-item .caption .caption-text .caption-text-in p {
    top: -35px;
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: relative;
}

.home-products .products-item:hover .caption-text .caption-text-in h3 {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    top: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.home-products .products-item:hover .caption-text .caption-text-in p {
    opacity: 0.7;
    filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    top: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* 遮罩层结束 */

.home-products .products-item {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 1rem;
    background-color: #fff;
    text-align: center;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, .1);
}

.home-products .products-item:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-products .products-item img {
    padding: 100px 0;
}

.home-area {
    margin-top: 100px;
}

.home-area .title {
    text-align: center;
    margin-bottom: 50px;
}

.home-area .title h1 {
    color: #164db0;
}

.home-area .title h3 {
    font-weight: 600;
    color: #d3d3d3;
    text-transform: uppercase;
}

.home-area .container {
    column-count: 5;
    margin-top: 100px;
}

.home-news {
    margin-top: 100px;
}

.home-news .title {
    text-align: center;
    margin-bottom: 50px;
}

.home-news .title h1 {
    color: #164db0;
}

.home-news .title h3 {
    font-weight: 600;
    color: #d3d3d3;
    text-transform: uppercase;
}

.home-news .home-news-left .news-address h3 {
    font-size: 24px;
    font-weight: 700;
    color: #171718;
    margin-top: 10px;
}

.home-news .home-news-left .news-address p {
    font-size: 15px;
    font-weight: 700;
    color: #171718;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: justify;
}

.home-news .home-news-right .home-news-item {
    border-bottom: 1px dashed #ddd;
    padding: 20px 0px;
}

.home-news .home-news-right .home-news-item a {
    display: flex;
}

.home-news .home-news-right .home-news-item .home-news-content {
    width: 90%;
    padding-left: 10px;
}

.home-news .home-news-right .home-news-item .home-news-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.home-news .home-news-right .home-news-item .home-news-content p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news .home-news-right .home-news-item:hover {
    background: rgba(0, 0, 0, .1);
}

.home-news .home-news-right .home-news-item:last-child {
    border-bottom: 0;
}

.home-partner {
    margin-top: 100px;
    padding-top: 100px;
    background: url(../images/partner.jpg) no-repeat;
}

.home-partner h1 {
    text-align: center;
    color: #164db0;
    font-weight: 700;
    background-color: #fff;
    width: 35%;
    margin: 0 auto 100px auto;
    line-height: 2;
    border-radius: 5px;
}

.home-partner .row {
    padding-bottom: 100px;
}

.home-partner .row a {
    background-color: #164db0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 3.5;
    border-radius: 5px;
    margin-bottom: 10px;
}

.home-partner .row a:hover {
    background-color: #1855c2;
}

/* about页面 */
.position {
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.main {
    margin-top: 36px;
}

.main .introduction {
    margin-top: 1rem;
    text-align: justify;
}

.main .introduction p {
    text-indent: 2em;
    margin: 0.5rem rem 0 0 0;
}

/* contact页面 */
.main .contact-us {
    padding: 20px 10px;
    font-size: 1.5rem;
}

.main ul {
    margin: 0;
    padding: 0 10px;
}

.main ul li {
    margin-bottom: 0.5rem
}

/* news页面 */
.main .news-item {
    padding: 20px 10px;
    border-bottom: 1px dashed #ddd;
}

.main .news-item a {
    display: flex;
    justify-content: space-between;
}

.main .news-item .news-content h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.main .news-item .news-content p {
    text-indent: 2em;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px !important;
}

.main .news-item:hover {
    background: rgba(0, 0, 0, .1)
}

.main .news-item:hover a {
    color: #333;
}

/* newslist页面 */
.main .word {
    margin: 24px 0;
    line-height: 2;
    font-size: 16px;
}

.main .word p {
    text-indent: 2em;
}

.main .content_text {
    padding: 6px;
}

.main .content_text p {
    margin-bottom: 0;
    line-height: 2.4;
}

/* products页面 */
.material * {
    transition: unset;
}

.material img {
    width: 100%;
    height: 15rem;
}

/* productslist页面 */
.main .prolistitem * {
    transition: unset;
}