.product-module {
    background-image: url(http://oss.fuyicargo.com/img/product.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 90px;
}
.product-module .title-block {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    width: 1419px;
    margin: 0 auto;
}

.product-module .title-block .title {
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-module .title-block .sub {
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 24px;
}
.product-module .title-block .title-img {
    width: 210px;
    height: 20px;
    margin-top: 23px;
}
.product-module .title-block .title-img img {
    width: 100%;
    height: 100%;
}
.product-module .title-block .desc {
    font-weight: 400;
    font-size: 18px;
    color: #010101;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 56px;
}
.product-module .title-block .path {
    display: flex;
    justify-content: space-between;
    margin-top: 89px;
    width: 100%;
}
.product-module .title-block .path-item {
    text-align: center;
}
.product-module .title-block .path-item .img {
    width: 204px;
    height: 184px;   
}
.product-module .title-block .path-item .img img {
    width: 100%;
    height: 100%;
}
.product-module .title-block .path-item .img-title {
    font-weight: 500;
    font-size: 24px;
    color: #010101;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
}
.product-module .product-imgs {
    margin-top: 72px;
    display: flex;
    justify-content: center;
}

.product-module .product-imgs .product-swiper {
    position: relative;
    
}
.product-module .product-imgs .swiper-container {
    position: relative;
    width: 1436px;
    overflow: hidden;
    padding: 0 18px;
   
}
.product-module .product-imgs .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 335px;
    height: 246px;
}
.product-module .product-imgs .swiper-container .swiper-wrapper .swiper-slide:hover .shade {
    opacity: 1;
}
.product-module .product-imgs .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.product-module .product-imgs .swiper-container .swiper-wrapper .swiper-slide .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    color: #FEFEFE;
    font-style: normal;
    text-transform: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.product-module .swiper-button-next {
    background: url(http://oss.fuyicargo.com/img/next.jpg);
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    right: -40px
}
.product-module .swiper-button-next:hover {
    background: url(http://oss.fuyicargo.com/img/next-hover.jpg);
}

.product-module .swiper-button-prev {
    background: url(http://oss.fuyicargo.com/img/prev.jpg);
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    left: -40px
}
.product-module .swiper-button-prev:hover {
    background: url(http://oss.fuyicargo.com/img/prev-hover.jpg);
}

.product-module .swiper-button-prev:after {
    display: none;
}
.product-module .swiper-button-next:after {
    display: none;
}

.contact-module {
    height: 449px;
    background: #0A335A;
    padding-top: 96px;
    position: relative;
}
.contact-module .title-block {
    display: flex;
    justify-content: space-around;
}

.contact-module .title-block .left .address, .contact-module .title-block .left .phone {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.contact-module .title-block .left .link {
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 40px;
}
.contact-module .title-block .left .link a {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.contact-module .title-block .right {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.contact-module .title-block .right .contact-img {
    width: 126px;
    height: 126px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-module .title-block .right .contact-img img {
    width: 100%;
    height: 100%;
}
.footer-block {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 46px;
    text-align: center;
    font-style: normal;
    text-transform: none;

    height: 69px;
    width: 100%;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-block a {
    color: rgba(255, 255, 255, 0.5);
}