
.banner {
    height: 550px;
}

.banner .swiper-slide {
    background-size: cover;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 550px;
}

.banner .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.fongzhi{
    padding: 70px 0;
}
.container-title{
    width: 990px;
    margin: 0 auto;
}
.container-title .line{
    display: block;
    width: 300px;
    height: 1px;
    background: linear-gradient(to right,#fff,#ddd);
}
.container-title.title2 .line{
    background: linear-gradient(to right,rgba(255,255,255,0),#fff);
}
.container-title.title2  .line:last-child{
    background: linear-gradient(to left,rgba(255,255,255,0),#fff);
}
.container-title .line:last-child{
    background: linear-gradient(to left,#fff,#ddd);

}
.container-title.title2 .title-warp{
    border-color: #fff;
}
.container-title .title-warp{
    width: 390px;
    height: 72px;
    border: 1px solid ;
    border-left-color: #354ba0;
    border-right-color: #d02922;
    margin: 0 auto;
    position: relative;
    border-top: none;
    border-bottom: none;
}
.container-title .title-warp::before,
.container-title .title-warp::after{
    content: '';
    width: 390px;
    height: 1px;
    left: 0;
    position: absolute;
    background: linear-gradient(to left ,#d02922,#354ba0);
}
.container-title.title2 .title-warp::before,
.container-title.title2 .title-warp::after{
    background: #fff;
}
.container-title .title-warp::before{
    top: 0;
}
.container-title .title-warp::after{
    bottom: 0;
    z-index: 1;
}
.container-title  p{
    width: 100%;
    text-align: center;

}
.container-title .p1{
    font-size: 28px;
    color: #333;
    font-weight: 600;
}
.container-title .p1 span{
    color: #1c60b2;
}
.container-title .p2{
    font-size: 14px;
    color: #999;
}
.container-title.title2 .p3{
    background: #fff;
    color: #1c60b2;
    font-weight: bold;
}
.container-title .p3{
   width: 50px;
   height: 12px;
   line-height: 12px;
   color: #fff;
   background: #cf261f;
   text-align: center;
   position: absolute;
   bottom: -5px;
   left: 50%;
   z-index: 2;
   transform: translateX(-50%);
  }


.fongzhi .content{
    width: 100%;
    margin-top: 40px;
}
.fongzhi .content li a,
.fongzhi .content li{
    width: 286px;
    display: block;
}
.fongzhi .content li a {
    display: block;
    position: relative;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding-bottom: 10px; 
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.fongzhi .content li a::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #cf261f transparent;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.fongzhi .content li a::before{
    content: "+";
    position: absolute;
    right: 2px;
    bottom: 0;
    z-index: 2;
    color: #fff;
    z-index: 3;
}
.fongzhi .content li a.active,
.fongzhi .content li a:hover{
    box-shadow: 0 3px 5px 0px #ddd;
    transform: translateY(-10px);
}

.fongzhi .content li img{
    width: 286px;
    height: 240px;
}
.fongzhi .content li p{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.fongzhi .content li .p1{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    
}
.fongzhi .content li .p2{
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 50px;
    line-height: 21px;
    overflow: hidden;
    font-size: 14px;
}
.shuhai{
    padding: 70px 0;
    /* background: #1c60b2; */
    background: url(../../images/ph/bg.jpg) no-repeat center center;
    background-size: cover;
}

.container-title.title2 .p1{
    color: #fff;
}
.container-title.title2 .p2{
    color: rgba(255,255,255,.7);
}

.shuhai .swiper-container{
    height: 260px;
    margin-top: 40px;

}
.shuhai .swiper-slide a{
    width: 213px;
    height: 213px;
    display: block;
    margin: 0 auto;
    margin-top: 3px;
    border: 5px solid #fff;
    box-sizing: border-box;
   
    border-radius: 50%;
    overflow: hidden;
}
.shuhai .swiper-slide a img{
    width: 203px;
    height: 203px;
    transition: all 0.2s ease-in-out;
}
.shuhai .swiper-slide:hover a {
    box-shadow: 0 0 3px 1px rgba(255,255,255,0.3);
}
.shuhai .swiper-slide:hover a img{
    transform: scale(1.1);
}
.shuhai .swiper-slide p{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
}
.case{
    padding: 70px 0;
}
.case .content{
    margin-top: 40px;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.case .content li{
    margin-right: 50px;
    margin-bottom: 50px;
}
.case .content li:nth-child(3n){
    margin-right: 0;
}
.case .content li a{
    width: 366.5px;
    display: block;
    position: relative;
    height: 280px;
    overflow: hidden;
}
.case .content li a:hover img{
    transform: scale(1.1)
}
.case .content li a img{
    width: 100%;
    height: 280px;
    transition: all 0.2s ease-in-out;
}
.case .content li a p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: rgba(255,255,255,1);
    text-align: center;
    background: rgba(0,0,0,.7);
}
.case .more{
    width: 135px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background: #cf261f;
    margin: 0 auto;
    display: block;
}
.case .more .iconfont{
    font-size: 28px;
}
.sheji{
    padding: 70px 0;
}
.sheji .swiper-container{
    margin-top: 40px;
    height: 280px;
}
.sheji .swiper-slide a{
    width: 366.5px;
    height: 280px;
}
.sheji .swiper-slide a{
    width: 366.5px;
    display: block;
    position: relative;
    height: 280px;
    overflow: hidden;
}
.sheji .swiper-slide:hover img{
    transform: scale(1.1)
}
.sheji .swiper-slide img{
    width: 100%;
    height: 280px;
    transition: all 0.2s ease-in-out;
}
.sheji .swiper-slide p{
    position: absolute; 
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.7);
}
.youshi{
    padding: 70px 0;
    width: 1080px;
    margin: 0 auto;
}
.youshi .title{
    width: 554px;
    margin: 0 auto;
}
.youshi .title .p1{
    background: url('../../images/ph/a-title.jpg') no-repeat center center;
    background-size: cover;
    width: 454px;
    height: 59px;
    padding: 0 50px;
    
}
.youshi .title .p1 p{
    line-height: 49px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.youshi .title .p1 p span{
    font-size: 40px;
}
.youshi .title  .p2,
.youshi .title  .p3{
    color: #33499f;
    width: 100%;
    text-align: center;
}
.youshi .title  .p2{
    font-size: 24px;
    margin-top: 10px;
}
.youshi .title  .p3{
    font-size: 20px;
    margin-top: 5px;
    font-weight: bold;
}
.youshi ul li,
.youshi ul{
    width: 100%;
}
.youshi li{
    margin-bottom: 20px;
}
.youshi li img{
    width: 484px;
    height: 290px;
}
.youshi li:nth-child(even){
    flex-direction: row-reverse;
}
.youshi li  .r{
    width: 486px;
}
.youshi li  .r .no{
    width: 70px;
    height: 70px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background: #1c60b2;
    color: #fff;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    font-style: oblique;
    padding-right: 10px;
}
.youshi li  .r .t-text{
    width: 376px;
}
.youshi .atitle {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;

}
.youshi .atitle::after{
    content: "";
    width: 5px;
    height: 5px;
    background: #1c60b2;
    bottom: -2px;
    right: 0;
    position: absolute;
    border-radius: 5px;
}
.youshi .atitle h1{
    font-size: 26px;
    color: #33499f;
}
.youshi .atitle .p1{
    font-size: 18px;
    color: #333;
}
.youshi .r .text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 2;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-left: 110px;
    margin-top: 20px;
}
.youshi .r  .icon{
    margin-left: 110px;
    font-size: 14px;
    color: #666;
    margin-top: 30px;
    justify-content: flex-start;
}
.youshi .r  .icon .iconfont{
    font-size: 30px;
    color: #cf261f;
    margin-right: 10px;
}
.youshi .r  .icon .s1{
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}
.youshi .r  .icon .s2{
    font-size: 24px;
    color: #cf261f;
}
.phonewarp{
   width: 100%;
   height: 230px;
   background-size: cover;
}
.about{
    background: url(../../images/ph/about-bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 780px;
    padding: 70px 0
    
}
.about .warp{
    position: relative;
}
.about .container{
    margin-top: 50px;
    align-items: flex-start;
}
.about .container img{
    width: 575px;
    height: 375px;
}
.about .container .r{
    width: 580px;
}
.about .container .r h2,
.about .container .r .text{
    color: rgba(255,255,255,.7);
}
.about .container .r h2{
    font-size: 46px;
}
.about .container .r h3{
    font-size: 26px;
    color: #fff;
}
.about .container .r .line{
    width: 30px;
    height: 4px;
    background: #fff;
    margin-top: 20px;
}
.about .container .r .text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 2.2;
    overflow: hidden;
    font-size: 14px;
    margin-top: 30px;
}
.about .container .r a{
    width:80px;
    height: 40px;
    text-align: center;
    border-radius: 40px;
    color: #1c60b2;
    background: #fff;
    padding:0 25px;
    margin-top: 20px;
}
.about .container .r a .iconfont{
    font-size: 20px;
    color: #1c60b2;
}
.about .swiper-container{
    height: 230px;
    margin-top: 50px;
}
.about .swiper-container a{
    width: 275px;
    height: 220px;
    display: block;
    border: 5px solid #034089;
}
.about .swiper-container a img{
    width: 275px;
    height: 220px;
}
.swiper-button-next-about,
.swiper-button-prev-about{
    position: absolute;
    bottom: 90px;
    z-index: 20;
    cursor: pointer;
}
.swiper-button-next-about{
    right: -60px;
}
.swiper-button-prev-about{
    left: -60px;
}
.about .swiper-button-next-about .iconfont,
.about .swiper-button-prev-about .iconfont{
    font-size: 60px;
    color: #fff;
}

.news{
    width: 100%;
    padding-top: 83px;
    padding-bottom: 70px;
}
.news .flex-row{
    align-items: flex-start;
}
.news .l{
    width: 820px;
}

.news  .title p{
    font-size: 24px;
    color: #1c60b2;
    font-weight: bold;
}
.news .title a{
    font-size: 14px;
    color: #1c60b2;
}
.news .l .container{
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}
.news .l .container img{
    width: 160px;
    height: 110px;
}
.news .l .container>div{
    width: 650px;
}
.news .l .container h3{
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.news .l .container .date{
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.news .l .container .text{
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.7;
    overflow: hidden;
    margin-top: 15px;
}
.news .l ul{
    flex-wrap: wrap;
}
.news .l li{
    justify-content: flex-start;
    width: 406px;
    padding: 20px 0;
    border-bottom:  1px dotted #ddd;
}
.news .r li::before,
.news .l li::before{
    content: "";
    width: 5px;
    height: 5px;
    background: #1c60b2;
    margin-right: 10px;
    border-radius: 5px;
}
.news .l li a{
    font-size: 15px;
    color: #666;
}
.news .r{
    width: 290px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.news .r ul{
    margin-top: 20px;
}
.news .r ul li{
    padding: 11px 0;
}
.news .l ul li.flex-row,
.news .r ul li.flex-row{
    justify-content: flex-start;
    align-items: center;
}

.yingdao{
    background: url(../../images/ph/yd-bg.jpg) no-repeat center center;
    background-size: cover;
}
 body.yingdao {
    width:100vw;
    height: 100vh;
    overflow: hidden;
} 
.yingdao-container{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 384px;
}
.yingdao-container .item{
    height: 288px;
    position: absolute;
    width: 50%;
    cursor: pointer;
}
.yingdao-container .item.l{
    background: rgba(36, 76, 161, 0.9);
    left: 0;
    bottom: 0;
    z-index: 1;
}
.yingdao-container .item.r{
    background: rgba(230, 33, 41, 0.9);
    top: 0;
    right: 0;
    z-index: 1;
}
.yingdao-container  .center-bg{
    width: 384px;
    height: 384px;
    border-radius: 384px;
    position: absolute;
    left: calc(50% - 192px);
    background: linear-gradient(45deg,rgba(36, 76, 161, 0.9),rgba(230, 33, 41, 0.9));
    z-index: 2;
    box-sizing: border-box;
    animation: mymove 1s linear 1s infinite, fadeIn 1s ,fadeInDown 0.8s;
    opacity: 1;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
@keyframes mymove{
    from{
        transform: rotate(0deg)
    }
    to{
        transform: rotate(360deg)
    }
}
.yingdao-container .img{
    width: 336px;
    height: 336px;
    border-radius: 50%;
    background: #fff;
    border-radius: 384px;
    position: absolute;
    left: calc(50% - 168px);
    top: 24px;
    z-index: 3;
    justify-content: center;
}
.yingdao-container .img img{
    width: 239px;
    height: 196px;
}
.yingdao-container .content {
    height:168px;
    width: 230px;
    padding: 55px 0;
    justify-content: space-between;
}
.yingdao-container .content h1{
    font-size: 46px;
    color: #fff;
}
.yingdao-container .content p{
    font-size: 16px;
    color: #fff;
}
.yingdao-container .content a{
    width: 163px;
    height: 50px;
    padding: 0 8px 0 20px;
    background: #fff;
    border-radius: 50px;
}
.yingdao-container .content span{
    display: block;
}
.yingdao-container .r .content .sp1{
    color: rgba(230, 33, 41, 1);
}
.yingdao-container .content .sp1{
    font-size: 20px;
    color: #2154a7;
}
.yingdao-container .r .content .sp2{
    background: rgba(230, 33, 41, 1);
}
.yingdao-container .content .sp2{
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 33px;
    text-align: center;
    line-height: 33px;
    background:#2154a7;
    color: #fff;
}
.yingdao-container .text{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    padding: 30px 20px;
    background: rgba(255,255,255,.2);
    transition: all 0.3s ease-in-out;
    width: 295px;
    margin-top: 25px;
    text-align: center;
}
.yingdao-container .l{
    justify-content: flex-end;
}
.yingdao-container .r{
    justify-content: flex-start;
}
.yingdao-container .l .content{
    margin-right: 230px;
    margin-left: 30px;
}
.yingdao-container .r .content{
    margin-left: 230px;
    margin-right: 30px;
}
.yindao-warp{
    width: 700px;
    height: 100%;
}

.yingdao .p-warp{
    width: 335px;
    height: 200px;
    overflow: hidden;
}
.yingdao .l .p-warp p{
    transform: translateX(-100%);
}
.yingdao .r .p-warp p{
    transform: translateX(100%);
}
.yingdao-container .item.r:hover .p-warp p,
.yingdao-container .item.l:hover .p-warp p{
    transform: translateX(0);
}
.yingdao-container .item.r.active .p-warp p,
.yingdao-container .item.r.active .p-warp p{
    transform: translateX(0);
}
