@import url(layout.css);

/* ==========================================================================
   common part
========================================================================== */
.pic {
    overflow: hidden;
    position: relative;
    height: auto;
    cursor: pointer;
}

.bgimg {
    width: 100%;
}

.upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.pic:hover .upimg {
    transform: scale(1.05);
}

/* 没有放大效果 */
.upimg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* 居中对齐 */
.upimg3 {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .5s;
}

.pic:hover .upimg3 {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
}

.container img {
    max-width: 100%;
}




.home_head {
    justify-content: space-between;
    align-items: center;
    padding: .7rem 0 .3rem;
}

.home_title {
    font-weight: bold;
    font-size: .48rem;
    line-height: 1;
    color: #018fff;
}

.home_en {
    font-size: .36rem;
    color: #018fff;
}

.home_summary {
    font-size: .18rem;
    color: #666666;
}

.home_info {
    font-size: .21rem;
    line-height: .39rem;
    color: #666666;
    max-width: 8.75rem;
}

.home_ckgd {
    position: relative;
    width: 1.72rem;
    height: .4rem;
    border-radius: 40px;
    border: 1px solid #333333;
    font-size: .16rem;
    color: #333333;
    transition: all .4s;
}

.home_ckgd .fa {
    margin-left: 10px;
    font-size: .18rem;
    transition: all .4s;
}

.home_ckgd::before {
    content: '';
    display: block;
    background: linear-gradient(to left, rgba(0, 148, 202, 0) 50%, rgba(0, 148, 202, 0.4) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50px;
    transition: all .8s;
}

.home_ckgd:hover::before {
    background-position: left bottom;
}

.home_ckgd:hover .fa {
    transform: translateX(10px);
}

.home_ckgd:hover {
    color: #333333;
    border-color: #018fff;
}



@media only screen and (max-width: 768px) {
    .home_info {
        max-width: 100%;
        margin-top: 20px;
    }

    .home_summary {
        font-size: 12px;
    }
}

@media only screen and (max-width: 500px) {
    .home_area {
        width: 100%;
    }

    .home_info {
        font-size: 12px;
    }

    .home_ckgd {
        margin-top: 10px;
        width: 100px;
        height: 24px;
        font-size: 12px;
    }

    .home_ckgd .fa {
        font-size: 14px;
    }
}






/* ==========================================================================
   part01
========================================================================== */
.homeMode_list {
    margin-left: -6px;
}

.homeMode_list li {
    width: calc(16.66% - 6px);
    margin-left: 6px;
}

.homeMode_list2 {
    margin-left: -6px;
    margin-top: .3rem;
    margin-bottom: .6rem;
}

.homeMode_list2 li {
    width: calc(25% - 6px);
    margin-left: 6px;
    margin-top: .3rem;
}

.homeMode_box {
    padding: .1rem .1rem .7rem .1rem;
    height: 100%;
    background: #F5F5F5;
    position: relative;
    box-sizing: border-box;
    transition: all .3s;
}

.homeMode_img {
    width: 4.6875vw;
}

.homeMode_frame {
    justify-content: space-between;
    padding: 0;
}

.homeMode_area {
    /* padding-top: .1rem; */
    width: calc(100% - 5vw);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.homeMode_area h6 {
    font-size: .15rem;
    line-height: 1;
    color: #333333;
    padding-left: 2px;
}

.homeMode_area h5 {
    font-size: .22rem;
    color: #333333;
    font-weight: 500;
}

.homeMode_intro {
    margin-top: .22rem;
    font-size: .16rem;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.homeMode_box:hover {
    background: #018fff;
}

.homeMode_box:hover .homeMode_area h5 {
    color: #fff;
}

.homeMode_box:hover .homeMode_area h6 {
    color: #fff;
}

.homeMode_box:hover .homeMode_intro {
    color: #fff;
}

.homeMode_link {
    margin-top: .4rem;
}

.homeMode_link {
    position: absolute;
    left: .125rem;
    bottom: .1rem;
    width: calc(100% - .25rem);
    background: #FFFFFF;
    font-size: .16rem;
    color: #018fff;
    text-align: center;
    padding: .04rem 0;
    border-radius: .05rem;
}

@media only screen and (max-width: 1024px) {
    .homeMode_list li {
        width: calc(33.33% - 6px);
        margin-bottom: 6px;
    }

    .homeMode_area h6 {
        font-size: 12px;
    }

    .homeMode_area h5 {
        font-size: 14px;
    }

    .homeMode_intro {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .homeMode_link {
        font-size: 12px;
    }

    .homeMode_img {
        width: .9rem;
    }
}

@media only screen and (max-width: 500px) {
    .homeMode_list li {
        width: calc(50% - 6px);
    }
}









/* ==========================================================================
   part02
========================================================================== */
.homePro_list li {
    width: 20%;
}

.homePro_box {
    box-sizing: border-box;
    padding: .4rem .05rem .3rem;
    transition: all .3s;
}

.homePro_list li:nth-child(even) .homePro_box {
    background: #F5F5F5;
}

.homePro_list li:nth-child(odd) .homePro_box {
    background: #FCFCFC;
}

.homePro_list li .homePro_box:hover {
    background: #018fff;
}

.homePro_name {
    font-weight: bold;
    font-size: .22rem;
    color: #333333;
    text-align: center;
}

.homePro_type {
    font-size: .16rem;
    line-height: 2;
    color: #666666;
    position: relative;
    text-align: center;
    display: none;
}

.homePro_type::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.15rem;
    width: .72rem;
    height: .05rem;
    background: #FE5710;
    margin-left: -0.36rem;
    transition: all .3s;
}

.homePro_box .pic {
    margin-top: .2rem;
}

.homePro_box:hover .homePro_name {
    color: #FFFFFF;
}

.homePro_box:hover .homePro_type {
    color: #FFFFFF;
}

.homePro_box:hover .homePro_type::before {
    background: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .homePro_name {
        font-size: 14px;
    }

    .homePro_type {
        font-size: 12px;
    }
}

@media only screen and (max-width: 500px) {
    .homePro_list li {
        width: 50%;
    }

    .homeMode_box {
        padding: .1rem .1rem 1rem .1rem;
    }
}








/* ==========================================================================
   part03
========================================================================== */
.homeCustom_list {
    overflow: hidden;
}

.homeCustom_list li {
    width: 16.66%;
    transition: all .4s;
}

.homeCustom_list li:hover {
    width: 25%;
}

.homeCustom_box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 7rem;
    position: relative;
    z-index: 1;
}

.homeCustom_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
    transition: all .4s;
}

.homeCustom_list li:hover .homeCustom_box::before {
    background: rgba(0, 148, 202, .8);
}

.homeCustom_area {
    text-align: center;
}

.homeCustom_img {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
}

.homeCustom_img img {
    max-height: 100%;
}

.homeCustom_name {
    margin-top: .3rem;
    font-weight: 300;
    font-size: .36rem;
    color: #FFFFFF;
    position: relative;
    transition: all .4s;
}

.homeCustom_cover .homeCustom_name::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -0.3rem;
    background: #FFFFFF;
    transition: all .4s;
}

.homeCustom_list li:hover .homeCustom_cover .homeCustom_name::before {
    width: calc(100% - 1.5rem);
}

.homeCustom_name::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -0.26rem;
    bottom: -1.2rem;
    width: .52rem;
    height: .2rem;
    background: url(../image/icon07.png) no-repeat center;
    background-size: contain;
}

.homeCustom_cover {
    width: 100%;
    position: absolute;
    opacity: 0;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
}

.homeCustom_cover .homeCustom_img {
    margin: 0;
}

.homeCustom_cover .homeCustom_name::after {
    margin: 0;
    left: 0;
}

.homeCustom_list li:hover .homeCustom_area {
    display: none;
}

.homeCustom_list li:hover .homeCustom_cover {
    opacity: 1;
    transition: all .4s;
}

@media only screen and (max-width: 1024px) {
    .homeCustom_list {
        flex-wrap: wrap;
    }

    .homeCustom_list li {
        width: 33.33%;
    }

    .homeCustom_list li:hover {
        width: 33.33%;
    }
}

@media only screen and (max-width: 500px) {

    .homeCustom_list li {
        width: 50%;
    }

    .homeCustom_list li:hover {
        width: 50%;
    }
}









/* ==========================================================================
   part04
========================================================================== */
.homePartner_box {
    position: relative;
    height: 1.15rem;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    margin: .05rem;
    transition: all .3s;
}

.homePartner_box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.homePartner_box img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.homePartner_swiper {
    position: relative;
    padding-bottom: 1.1rem;
}

.homePartner_swiper .swiper-pagination {
    bottom: 0.5rem;
}

.homePartner_swiper .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    background: transparent;
    border: .02rem solid #BDBDBD;
    transition: all .3s;
}

.homePartner_swiper .swiper-pagination-bullet-active {
    background: #FF5712;
    border-color: #FF5712;
}











/* ==========================================================================
   part05
========================================================================== */
.part05 {
    background: url(../image/about.jpg) no-repeat 50% 0 / cover;
    padding: .85rem 0 2.2rem;
}

.homeAbout_intro {
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    margin: .25rem 0 1rem;
}

.homeAbout_right {
    width: 7.5rem;
}

.homeAbout_left {
    width: calc(100% - 7.5rem);
    padding-right: 1.3rem;
    box-sizing: border-box;
}

.home_ljgd {
    background-image: -moz-linear-gradient(0deg, rgb(0, 143, 195) 0%, rgb(0, 148, 202) 100%);
    background-image: -webkit-linear-gradient(0deg, #018fff 0%, #018fff 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 143, 195) 0%, rgb(0, 148, 202) 100%);
    width: 2.2rem;
    height: .54rem;
    border-radius: 54px;
    font-size: .16rem;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    transition: all .4s;
}

.home_ljgd:hover {
    color: #FFFFFF;
}

.home_ljgd img {
    margin-left: .5rem;
    transition: all .4s;
}

.home_ljgd::before {
    content: '';
    display: block;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50px;
    transition: all .8s;
}

.home_ljgd:hover::before {
    background-position: left bottom;
}

.home_ljgd:hover img {
    transform: translateX(10px);
}


.homeAbout_list {
    margin: -0.3rem 0 0 -0.3rem;
}

.homeAbout_list li {
    margin: .3rem 0 0 .3rem;
    width: calc(50% - .3rem);
}

.homeAbout_box {
    background: url(../image/home03.png) no-repeat right bottom / cover;
    padding: .5rem 0 .5rem .5rem;
    transition: all .4s;
}

.homeAbout_box:hover {
    background: url(../image/home03_bg.png) no-repeat right bottom / cover;
}

.num_roll {
    font-weight: bold;
    font-size: .92rem;
    line-height: 1;
    color: #FF5712;
    font-family: "roboto";
    align-items: center;
}

.num_unit {
    font-size: .24rem;
    color: #666666;
    font-weight: 400;
    margin-left: .15rem;
}

.num_name {
    font-weight: 400;
    font-size: .24rem;
    color: #666666;
    margin-top: .4rem;
    position: relative;
}

.num_name::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.25rem;
    width: .41rem;
    height: .05rem;
    background: #FF5712;
    border-radius: .03rem;
}

.homeAbout_box:hover .num_roll,
.homeAbout_box:hover .num_unit,
.homeAbout_box:hover .num_name {
    color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .homeAbout_left {
        width: 100%;
        padding-right: 0;
    }

    .homeAbout_intro {
        font-size: 12px;
        line-height: 1.5;
    }

    .homeAbout_right {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .home_ljgd {
        width: 120px;
        height: 28px;
        font-size: 12px;
    }
}










/* ==========================================================================
   part06
========================================================================== */
.part06 {
    background: url(../image/part06.png) no-repeat 50% 0 / cover;
    padding: .3rem 0 1rem;
}

.homeNews_box .pic {
    border-radius: .2rem;
}

.homeNews_date {
    font-weight: 400;
    font-size: .16rem;
    color: #666666;
    margin: .2rem 0 .1rem;
}

.homeNews_name {
    font-weight: bold;
    font-size: .24rem;
    color: #262626;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homeNews_info {
    margin: .1rem 0;
    font-weight: 400;
    font-size: .16rem;
    color: #666666;
    height: calc(.16rem * 3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.homeNews_ckxq {
    font-size: .16rem;
    color: #666666;
}

.homeNews_ckxq img {
    margin-left: .1rem;
    width: .18rem;
}

.homeNews_ckxq:hover {
    border-bottom: 1px solid var(--primary);
}

.homeNews_swiper {
    position: relative;
}

.homeNews_swiper .swiper-pagination {
    top: auto;
    bottom: -0.4rem;
    width: calc(100% - 55px);
    height: 2px;
}

.homeNews_swiper .swiper-pagination-progressbar-fill {
    height: .06rem;
    background: #FF5712;
    top: 50%;
    margin-top: -0.03rem;
}

.homeNews_swiper .swiper-button-next {
    margin-top: 0;
    top: auto;
    right: 0;
    bottom: -0.46rem;
    color: #8A8A8A;
    width: 10px;
    height: 16px;
}

.homeNews_swiper .swiper-button-prev {
    margin-top: 0;
    top: auto;
    left: auto;
    right: 20px;
    bottom: -0.46rem;
    color: #8A8A8A;
    width: 10px;
    height: 16px;
}

.homeNews_swiper .swiper-button-next:hover,
.homeNews_swiper .swiper-button-prev:hover {
    color: #D7000F;
}

.homeNews_swiper .swiper-button-next:after,
.homeNews_swiper .swiper-button-prev:after {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {

    .homeNews_ckxq,
    .homeNews_info,
    .homeNews_date {
        font-size: 12px;
    }

    .homeNews_info {
        height: calc(12px * 3);
    }
}

@media only screen and (max-width: 500px) {
    .part06 .home_ljgd {
        margin-top: 20px;
    }
}












/* ==========================================================================
   footer
   ========================================================================== */
footer {
    font-size: .16rem;
    padding: .6rem 0 0 0;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    background: url(http://presstauto.com/cn/images/foot.png) no-repeat 50% 0;
    background-size: cover;
}

footer a {
    color: rgba(255, 255, 255, 0.7);
}

footer a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.7);
}

.footer-nav {
    text-align: justify;
    padding-bottom: .4rem;
}

.fn-col {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.fn-col h3 {
    font-size: .18rem;
    margin-bottom: .18rem;
}

.fn-col h3 a {
    color: rgba(255, 255, 255, 0.9);
}

.fn-col li {
    line-height: .36rem;
    font-size: .16rem;
}

.fn-contact {
    width: 4.1rem;
    overflow: hidden;
    color: #fff;
}

.fn-ewm {
    width: 1.29rem;
}

.scan_code {
    margin-top: .2rem;
    text-align: center;
}


.foothd {
    padding: .25rem 0;
    text-transform: Uppercase;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: .16rem;
}


.foot_search {
    width: 4.07rem;
    background: rgba(255, 255, 255, 0.1);
    margin: .4rem 0 0;
}

.foot_value {
    float: left;
    border: none;
}

.foot_submit {
    float: right;
    border: none;
}

.foot_value {
    width: calc(100% - .76rem);
    height: .56rem;
    padding: 0 .1rem;
    background: transparent;
    border: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.foot_submit {
    width: .56rem;
    height: .56rem;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: url(../image/icon11.png) no-repeat center;
}

.fc_item {
    font-size: .18rem;
    margin-top: .25rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
}

.fc_item h6 {
    width: .32rem;
}

.space {
    display: inline-block;
}

.footer_main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


@media only screen and (max-width: 920px) {
    .fn-ewm {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .footer_main {
        display: none;
    }

    footer {
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    .foothd {
        font-size: 12px;
    }

    .space {
        display: block;
    }
}