/**
 * 项目的样式-style.css
 */
*{margin: 0;padding: 0;}
.wPub-headArea{position: fixed;top: 0;left: 0;right: 0;z-index: 20;}
.wPub-bodyArea{position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 10;}
/* 首页 */
.wIndex-swiperArea{display: block;width: 100%;height: 100%;background-color: #ffffff;}
.wIndex-swiperArea .swiper-container{width: 100%;height: 100%;}
.wPIndex-hide{display: none;width: 100%;height: 100%;}
.swiper-slide-active .wPIndex-hide{display: block;}

/* 旋转木马轮播图 */
.wPIndex-carousel{display: block;width: 100%;height: 100%;}
.wPICarousel-slide{display: block;width: 100%;height: 100%;}
.wPICarousel-img{display: block;width: 100%;height: 100%;-webkit-object-fit: cover;-moz-object-fit: cover;-ms-object-fit: cover;-o-object-fit: cover;object-fit: cover;}
#swiperC_pagination .swiper-pagination-bullet{width: 56px;height: 8px;border-radius: 5px;background-color: rgba(255, 255, 255, 0.48);}
#swiperC_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: rgba(255, 255, 255, 1);}

/* 新闻中心 */
.wPIndex-news{position: absolute;top: 0px;left: 0;right: 0;bottom: 0;}
.wPINews-left{padding: 50px 25px 50px 50px;box-sizing: border-box;}
.wPINews-title_Ch{display: block;font-size: 28px;color: #595959;margin-bottom: 20px;}
.wPINews-title_En{display: block;font-size: 14px;color: #aaaaaa;}
.wPINews-right{padding: 40px 50px 30px 0px;box-sizing: border-box;position: relative;}
.wPINews-moreBtn{position: absolute;width: 150px;height: 50px;line-height: 48px;top: 20px;right: 60px;z-index: 10;text-align: center;font-size: 16px;color: #3c93ff;border: 1px solid #3c93ff;box-sizing: border-box;border-radius: 25px;background-color: #ffffff;}
.wPINews-moreBtn:hover{background-color: #3c93ff;color: #ffffff;}
/* 新闻列表 */
.wPINews-list{display: block;width: 100%;height: 100%;overflow: auto;}
#swiper_news .swiper-slide{height: auto;margin-top: 0px;}
#swiper_news .swiper-slide:first-child{margin-top: 0;}
.wPINews-item{display: block;width: 100%;padding-right: 20px;box-sizing: border-box;}
.wPINews-imgBox{width: 160px;height: 120px;background-color: #f5f5f5;margin-right: 20px;overflow: hidden;}
.wPINews-img{display: block;width: 100%;height: 100%;-webkit-object-fit: cover;-moz-object-fit: cover;-ms-object-fit: cover;-o-object-fit: cover;object-fit: cover;}
.wPINews-conBox{height: 120px;}
.wPINews-title{width: 100%;height: 20px;line-height: 20px;font-size: 16px;color: #000000;margin-bottom: 8px;}
.wPINews-time{width: 100%;height: 15px;line-height: 15px;font-size: 12px;color: #ababab;margin-bottom: 8px;}
.wPINews-con{width: 100%;height: 36px;line-height: 18px;font-size: 12px;color: #5d5d5d;margin-bottom: 8px;}
.wPINews-more{width: 70px;height: 26px;line-height: 24px;font-size: 16px;color: #000000;border: 1px solid #efefef;box-sizing: border-box;text-align: center;position: relative;z-index: 1;}
.wPINews-more::before{content: '';position: absolute;top: 0;left: 0;width: 0;height: 100%;background-color: #3c93ff;z-index: -1;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.wPINews-item:hover .wPINews-img{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}
.wPINews-item:hover .wPINews-more{color: #ffffff;}
.wPINews-item:hover .wPINews-more::before{content: '';width: 100%;}

/* 投资者关系 */
.wPIndex-relationship{display: block;width: 100%;height: 100%;background: #ffffff url('../imgs/bg001.jpg') no-repeat;background-size: cover;background-position: center;position: relative;}
.wPIRShip-titleBox{position: absolute;top: 50px;left: 50px;z-index: 2;}
.wPIRShip-title_Ch{display: block;font-size: 28px;color: #595959;margin-bottom: 20px;}
.wPIRShip-title_En{display: block;font-size: 14px;color: #aaaaaa;}
.wPIRShip-conBox{position: absolute;top: 140px;left: 0;right: 0;bottom: 0;z-index: 1;padding: 0 100px;box-sizing: border-box;}
.wPIRShip-conBlock{width: 50%;height: 600px;background-color: #ffffff;padding: 40px;box-sizing: border-box;}
.wPIRShip-conBox .wPIRShip-conBlock:first-child{background-color: rgba(255, 255, 255, 0.6);}
.wPIRShipC-header{width: 100%;height: 70px;padding: 0 20px;box-sizing: border-box;}
.wPIRShipCH-titleBox{font-size: 24px;color: #545454;white-space: nowrap;overflow: hidden;}
.wPIRShipCH-titleBox span:nth-child(2){color: #dadada;}
.wPIRShipCH-btnMore{width: 120px;height: 50px;line-height: 48px;text-align: center;font-size: 16px;color: #3c93ff;border: 1px solid #3c93ff;box-sizing: border-box;border-radius: 25px;white-space: nowrap;overflow: hidden;}
.wPIRShipCH-btnMore:hover{background-color: #3c93ff;color: #ffffff;}
.wPIRShipC-bodyer{width: 100%;height: 450px;}
.wPIRShipCB-list{display: block;width: 100%;height: 100%;overflow: hidden;}
.wPIRShipCB-item{width: 100%;height: 130px;margin-top: 30px;background-color: #3690ff;padding: 0px 25px;box-sizing: border-box;}
.wPIRShipCB-time{text-align: center;margin-right: 20px;color: #ffffff;}
.wPIRShipCB-time .year{font-size: 24px;}
.wPIRShipCB-time .day{font-size: 16px;}
.wPIRShipCB-news{font-size: 18px;color: #ffffff;}
.wPIRShipCB-list .wPIRShipCB-item:first-child{margin-top: 0;}
.wPIRShipCB-imgBox{position: relative;}
.wPIRShipCB-img{position: absolute;max-width: 100%;max-height: 100%;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}

/* 联系我们 */
.wPIndex-contact{display: block;width: 100%;height: 100%;position: relative;}
.wPIndexContact-bannerBox{position: absolute;top: 0;left: 0;right: 0;bottom: 400px;overflow: hidden;}
.wPIndexContact-banner{display: block;width: 100%;height: 100%;-webkit-object-fit: cover;-moz-object-fit: cover;-ms-object-fit: cover;-o-object-fit: cover;object-fit: cover;}
.wPIndexContact-main{position: absolute;left: 0;right: 0;bottom: 0;height: 400px;background-color: #ffffff;}
.wPIContact-con{width: 100%;height: 350px;padding: 0 100px;box-sizing: border-box;}
.wPIContact-info{margin-right: 20px;}
.wPIContact-corporateName{width: 100%;height: 100px;font-size: 18px;color: #262525;}
.wPICI-main{width: 100%;}
.wPICI-block{width: 50%;}
.wPICI-item{display: block;width: 100%;font-size: 14px;color: #989898;margin-bottom: 15px;}
.wPICI-QRCode{display: inline-block;text-align: center;font-size: 0;}
.wPICI-QRCodeImg{display: inline-block;width: 80px;height: 80px;object-fit: contain;}
.wPICI-QRCodeText{display: block;font-size: 14px;color: #5f5e5e;margin-top: 10px;}
.wPIContact-map{width: 55%;height: 260px;border-radius: 10px;overflow: hidden;}
.wPIContact-mapImg{display: block;width: 100%;height: 100%;-webkit-object-fit: cover;-moz-object-fit: cover;-ms-object-fit: cover;-o-object-fit: cover;object-fit: cover;}
/* 版权 */
.wPIContact-foot{display: block;width: 100%;text-align: center;line-height: 50px;border-top: 1px solid #e3e3e3;}
.wPIContact-foot a{font-size: 14px;color: #989898;}
.wPIContact-foot a:hover{color: #5d5d5d;}

/* animate.min.css 动画 */
.wAnimate_delay-0{-webkit-animation-delay:0s;-moz-animation-delay:0s;-ms-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s;}
.wAnimate_delay-1{-webkit-animation-delay:0.1s;-moz-animation-delay:0.1s;-ms-animation-delay:0.1s;-o-animation-delay:0.1s;animation-delay:0.1s;}
.wAnimate_delay-2{-webkit-animation-delay:0.2s;-moz-animation-delay:0.2s;-ms-animation-delay:0.2s;-o-animation-delay:0.2s;animation-delay:0.2s;}
.wAnimate_delay-3{-webkit-animation-delay:0.3s;-moz-animation-delay:0.3s;-ms-animation-delay:0.3s;-o-animation-delay:0.3s;animation-delay:0.3s;}
.wAnimate_delay-4{-webkit-animation-delay:0.4s;-moz-animation-delay:0.4s;-ms-animation-delay:0.4s;-o-animation-delay:0.4s;animation-delay:0.4s;}
.wAnimate_delay-5{-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-o-animation-delay:0.5s;animation-delay:0.5s;}
.wAnimate_delay-6{-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s;-ms-animation-delay:0.6s;-o-animation-delay:0.6s;animation-delay:0.6s;}
.wAnimate_delay-7{-webkit-animation-delay:0.7s;-moz-animation-delay:0.7s;-ms-animation-delay:0.7s;-o-animation-delay:0.7s;animation-delay:0.7s;}
.wAnimate_delay-8{-webkit-animation-delay:0.8s;-moz-animation-delay:0.8s;-ms-animation-delay:0.8s;-o-animation-delay:0.8s;animation-delay:0.8s;}
.wAnimate_delay-9{-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s;-ms-animation-delay:0.9s;-o-animation-delay:0.9s;animation-delay:0.9s;}
.wAnimate_delay-10{-webkit-animation-delay:1s;-moz-animation-delay:1s;-ms-animation-delay:1s;-o-animation-delay:1s;animation-delay:1s;}
.wAnimate_delay-11{-webkit-animation-delay:1.1s;-moz-animation-delay:1.1s;-ms-animation-delay:1.1s;-o-animation-delay:1.1s;animation-delay:1.1s;}
.wAnimate_delay-12{-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;-ms-animation-delay:1.2s;-o-animation-delay:1.2s;animation-delay:1.2s;}
.wAnimate_delay-13{-webkit-animation-delay:1.3s;-moz-animation-delay:1.3s;-ms-animation-delay:1.3s;-o-animation-delay:1.3s;animation-delay:1.3s;}
.wAnimate_delay-14{-webkit-animation-delay:1.4s;-moz-animation-delay:1.4s;-ms-animation-delay:1.4s;-o-animation-delay:1.4s;animation-delay:1.4s;}
.wAnimate_delay-15{-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;-ms-animation-delay:1.5s;-o-animation-delay:1.5s;animation-delay:1.5s;}
.wAnimate_delay-16{-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;-ms-animation-delay:1.6s;-o-animation-delay:1.6s;animation-delay:1.6s;}
.wAnimate_delay-17{-webkit-animation-delay:1.7s;-moz-animation-delay:1.7s;-ms-animation-delay:1.7s;-o-animation-delay:1.7s;animation-delay:1.7s;}
.wAnimate_delay-18{-webkit-animation-delay:1.8s;-moz-animation-delay:1.8s;-ms-animation-delay:1.8s;-o-animation-delay:1.8s;animation-delay:1.8s;}
.wAnimate_delay-19{-webkit-animation-delay:1.9s;-moz-animation-delay:1.9s;-ms-animation-delay:1.9s;-o-animation-delay:1.9s;animation-delay:1.9s;}
.wAnimate_delay-20{-webkit-animation-delay:2s;-moz-animation-delay:2s;-ms-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s;}
.wAnimate_delay-21{-webkit-animation-delay:2.1s;-moz-animation-delay:2.1s;-ms-animation-delay:2.1s;-o-animation-delay:2.1s;animation-delay:2.1s;}
.wAnimate_delay-22{-webkit-animation-delay:2.2s;-moz-animation-delay:2.2s;-ms-animation-delay:2.2s;-o-animation-delay:2.2s;animation-delay:2.2s;}
.wAnimate_delay-23{-webkit-animation-delay:2.3s;-moz-animation-delay:2.3s;-ms-animation-delay:2.3s;-o-animation-delay:2.3s;animation-delay:2.3s;}
.wAnimate_delay-24{-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;-ms-animation-delay:2.4s;-o-animation-delay:2.4s;animation-delay:2.4s;}
.wAnimate_delay-25{-webkit-animation-delay:2.5s;-moz-animation-delay:2.5s;-ms-animation-delay:2.5s;-o-animation-delay:2.5s;animation-delay:2.5s;}
.wAnimate_delay-26{-webkit-animation-delay:2.6s;-moz-animation-delay:2.6s;-ms-animation-delay:2.6s;-o-animation-delay:2.6s;animation-delay:2.6s;}
.wAnimate_delay-27{-webkit-animation-delay:2.7s;-moz-animation-delay:2.7s;-ms-animation-delay:2.7s;-o-animation-delay:2.7s;animation-delay:2.7s;}
.wAnimate_delay-28{-webkit-animation-delay:2.8s;-moz-animation-delay:2.8s;-ms-animation-delay:2.8s;-o-animation-delay:2.8s;animation-delay:2.8s;}
.wAnimate_delay-29{-webkit-animation-delay:2.9s;-moz-animation-delay:2.9s;-ms-animation-delay:2.9s;-o-animation-delay:2.9s;animation-delay:2.9s;}
@media screen and (max-width: 1300px) {
    .wPIRShip-titleBox
    {
        top: 15px;
        left: 30px;
    }
    .wPINews-left
    {
        padding: 32px 25px 0 28px;
    }
    .wPIRShipCB-item
    {
        height: 120px;
    }
    
}