/*轮播图的样式*/
.swiper-pagination-bullet-active{
    background:#fff!important;
}
.swiper-pagination-bullet{
    background: #fff!important;
}
.swiper-pagination-bullet{
    width:10px!important;
    height:10px!important;
}
.home-content .swiper-container .swiper-slide .banner1{
    width: 100%;
    min-width: 1200px;
    height: 500px;
    background: url('/asset/img/pcSite/homePage/banner01.png?v=234242') no-repeat;
    background-size: cover 500px;
    background-position: center;
}
.home-content .swiper-container .swiper-slide .banner2{
    width: 100%;
    min-width: 1200px;
    height: 500px;
    background: url('/asset/img/pcSite/homePage/banner02.png?v=234243') no-repeat;
    background-size: cover 500px;
    background-position: center;
}
.home-content .swiper-container .swiper-slide .banner3{
    width: 100%;
    min-width: 1200px;
    height: 500px;
    background: url('/asset/img/pcSite/homePage/banner03.png?v=23424324') no-repeat;
    background-size: cover 500px;
    background-position: center;
}
.home-content .swiper-container .swiper-slide .banner4{
    width: 100%;
    min-width: 1200px;
    height: 500px;
    background: url('/asset/img/pcSite/homePage/banner04.png?v=34535345') no-repeat;
    background-size: cover 500px;
    background-position: center;
}
.home-content .swiper-container .swiper-slide .banner5{
    width: 100%;
    min-width: 1200px;
    height: 500px;
    background: url('/asset/img/pcSite/homePage/banner05.png?v=34535345') no-repeat;
    background-size: cover 500px;
    background-position: center;
}
/*合作伙伴的样式*/
.home-content .home-wrapper{
    width:100%;
    min-width: 1200px;
}
.home-content .partner-wrapper{
    width: 1200px;
    padding: 50px 0 60px 0;
    margin: 0 auto;
}
.home-content .home-wrapper h2,
.home-content .partner-wrapper h2{
    text-align: center;
    color: #333333;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 4px;
}
.home-content .home-wrapper p,
.home-content .partner-wrapper p{
    font-size: 18px;
    text-align: center;
    color: #616161;
    margin: 10px 0 50px 0;
}
.home-content .partner-wrapper .partner-list{
    overflow: hidden;
}
.home-content .partner-wrapper .partner-list li{
    width: 240px;
    height: 90px;
    float: left;
    position: relative;
}
.home-content .partner-wrapper .partner-list li img{
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*合作伙伴上面的背景*/
.anten-content{
    width: 100%;
    min-width: 1200px;
    height: 240px;
    background: url('/asset/img/pcSite/homePage/homeBottomIcon.jpg?v=2') no-repeat;
    background-size: cover 240px;
    background-position: center;
    text-align: center;
    line-height: 240px;
    position:relative;
}
.anten-content span{
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 4px;
}
/*关于海上通的样式*/
.section-details{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.section-details img{
    width: 499px;
    height: 344px;
    float: right;
    margin:10px 0px 20px 40px;
}
.section-details .text-indent{
    font-size: 16px;
    text-indent: 2em;
    font-weight: 400;
}
.section-details section{
    margin-bottom: 40px;
    text-align: left;
    font-size:14px;
    line-height: 32px;
}
.section-details p{
    font-size: 14px;
    color: #333333;
    text-align: justify!important;
    text-indent: 2em;
    line-height: 2.2;
    margin-bottom: 20px;
}
.section-details .more a{
    color:#2574f3;
}
.section-details .more a:hover{
    text-decoration:underline;
}
/*我们的产品样式*/
.home-content .products-wrapper{
    min-width: 1200px;
    width: 100%;
    padding: 50px 0 60px 0;
    margin: 0 auto;
    background: #f8f8f8;
}
.home-content .products-wrapper h2{
    text-align: center;
    color: #333333;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 4px;
}
.home-content .products-wrapper p{
    font-size: 18px;
    text-align: center;
    color: #000;
    margin: 10px 0 50px 0;
}
.products-wrapper .products-box{
    overflow: hidden;
}
.products-wrapper .products-box .products-appIcon{
    background: url('/asset/img/pcSite/homePage/productIcon.png') no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
    background-position:2px 0;
}
.products-wrapper .products-box .products-patIcon{
    background: url('/asset/img/pcSite/homePage/productIcon.png') no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
    background-position:-105px 0;
}
.products-wrapper .products-box .products-seafoodIcon{
    background: url('/asset/img/pcSite/homePage/productIcon.png') no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
    background-position:-204px 0;
}
.products-wrapper .products-box ul{
    overflow: hidden;
    width:1200px;
    margin:0 auto;
}
.products-wrapper .products-box li{
    width:33%;
    float:left;
    border-right:1px solid #dcdcdc;
    box-sizing: border-box;
    padding:30px 20px;
    cursor: pointer;
}
.products-wrapper .products-box li a{
    display: block;
}
.products-wrapper .products-box li:last-child{
    border:none;
}
.products-wrapper .products-box li:hover p{
    color:#2574f3;
    transition: color 0.5s;
}
/* 图片变化 */
.products-wrapper .products-box li:hover .flip{
    -webkit-animation-name: flip;
            animation-name: flip;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
@-webkit-keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
}
@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
}
.products-wrapper .products-box p{
    margin:20px 0;
}
.products-wrapper .products-box section{
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color:#616161;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    line-height: 24px;
    letter-spacing: 2px;
}
.products-wrapper .products-box .products_img{
    position:relative;
    height:80px;
}
.products-wrapper .products-box .products_img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
/*新闻样式*/
.home-content .news-wrapper{
    width: 1200px;
    padding: 30px 0 60px 0;
    margin: 0 auto;
}
.home-content .news-wrapper h2{
    text-align: center;
    color: #333333;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 4px;
}
.home-content .news-wrapper p{
    font-size: 18px;
    text-align: center;
    color: #616161;
    margin: 10px 0 30px 0;
}
.news-box{
    text-align: center;
}
.news-box .new-top{
    height:40px;
    line-height: 40px;
    border:1px solid #2574f3;
    color:#2574f3;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
.news-box .new-top .tab{
    width:140px;
    display: inline-block;
    cursor: pointer;
    height:100%;
    letter-spacing: 2px;
    font-size: 16px;
}
.news-box .new-top .active{
    background:#2574f3;
    color:#fff;
}
.news-box .news-bottom{
    overflow: hidden;
    width: 1200px;
    margin: 30px auto;
}
.news-box .news-bottom .new-left{
    float:left;
    margin-right:25px;
    position:relative;
}
.news-box .news-bottom .new-left img{
    padding-left:50px;
}
.news-box .news-bottom .new-left .Mask{
    width: 180px;
    height: 55px;
    background: #212121;
    position: absolute;
    line-height: 55px;
    color: #fff;
    right: -20px;
    bottom: 15px;
    font-size: 34px;
    font-weight: 200;
    letter-spacing: 4px;
}
.news-box .news-bottom .new-right{
    float:left;
    position: relative;
    height: 260px;
    width:590px;
}
.news-box .news-bottom .new-right ul{
    height: 400px;
    overflow: hidden;
}
.news-box .news-bottom .new-right #new-one{
    display: none;
}
.news-box .news-bottom .new-right li{
    text-align: left;
    background: url("/asset/img/pcSite/homePage/arrow.png") no-repeat;
    background-position: left center;
}
.news-box .news-bottom .new-right li a{
    line-height: 2;
    font-size:14px;
    color:#616161;
    cursor: pointer;
    margin-left:20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    line-height:38px;
    letter-spacing: 2px;
}
.news-box .news-bottom .new-right li a:hover{
    color:#2574f3;
    transition: color 0.5s;
}
.btn-bottom{
    position:absolute;
    right:0;
    bottom:0;
    width:190px;
    height:40px;
    line-height: 40px;
    border:1px solid #2574f3;
    border-radius: 50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -o-border-radius:50px;
    box-sizing: border-box;
    cursor: pointer;
    background-image: url("/asset/img/pcSite/homePage/big_arrow.png");
    background-repeat: no-repeat;
    background-position: 130px center;
    text-align: center;
}
.btn-bottom a{
    color:#2574f3;
    font-size:14px;
    line-height: 38px;
}
.btn-bottom:hover{
    background: #2574f3;
    transition: background 1s;
    background-image: url("/asset/img/pcSite/homePage/white_arrow.png");
    background-repeat: no-repeat;
    background-position: 130px center;
}
.btn-bottom:hover a{
    color: #fff;
    transition: color 1s;
}
.cardGo{
    display: block;
    width: 216px;
    height: 241px;
    background: url('/asset/img/home/cardGo.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
.products-wrapper .products-box .products-box-left{
    float: left;
    width: 45%;
    margin-top: 50px;
}
.products-wrapper .products-box .products-box-right{
    float: right;
    width: 45%;
}
.products-wrapper .products-box .products-box-right .products-box-right-img{
    width: 527px;
    height: 596px;
    background: url('/asset/img/home/pic_bxt.png?v=20210602') no-repeat;
    background-size: 100% 100%;
}
.products-wrapper .products-box .products-box-left .products-box-left-logo{
    width: 56px;
    height: 57px;
    background: url('/asset/img/home/icon_bxt.png?v=20210602') no-repeat;
    background-size: 100% 100%;
    float: left;
}
.products-wrapper .products-box .products-box-left .products-box-left-word{
    float: left;
    margin-left: 10px;
    font-size: 33px;
    margin-top: 0px;
    font-weight: 500;
}
.products-wrapper .products-box .products-box-left .products-box-left-conmnet{
    width: 100%;
    clear: both;
    text-align: left;
    text-indent: 2em;
}
.products-wrapper .products-box .products-box-left .products-box-left-qrcode{
    margin-top: 80px;
    clear: both;
    width: 174px;
    height: 195px;
    background: url('/asset/img/section1/qrcode-20230308.png') no-repeat;
    background-size: 100% 100%;
}