﻿.service-guide-box{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.service-guide-box-list{
    background: url(./service-guide-bg.jpg);
    background-repeat: repeat-y;
    padding-bottom: 100px;
}
/* 顶部视频 */
.service-guide-videobanner{
    width: 100%;
    max-height: 500px;
    min-height: 300px;
    height: 30vw;
    z-index: 0;
    overflow: hidden;
    position: relative;
}
.service-guide-video-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.service-guide-video-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.service-guide-videobanner::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0b3050;
    opacity: 0.7;
    z-index: 10;
}
.service-guide-video-box{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
}
.service-guide-video-box video{
    width: 100%;
}
.service-guide-videoTopTxt{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 45;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    z-index: 50;
}
.service-guide-videoTopTxt h1{
    font-size: 90px;
    text-shadow: 0px 4px 4px rgba(24, 36, 66, 0.6);
}
.service-guide-videoTopTxt h5{
    font-size: 42px;
    margin: 20px 0;
    text-shadow: 0px 4px 4px rgba(24, 36, 66, 0.6);
}
.service-guide-videoTopTxt a{
    display: inline-block;
    color: #fff;
    font-size: 36px;
    padding: 15px 50px;
    background: #20a769;
    border-radius: 10px;
    cursor: default;
}
/* 中间文字 */
.service-guide-centerTxt{
    width: 100%;
    height: 200px;
    margin-bottom: 90px;
    background: url(./service-guide-bg1.jpg) top center no-repeat;
}
.service-guide-centerTxt-box{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 170px 0 200px;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}
.service-guide-centerTxt-box::before{
    content: '';
    width: 51px;
    height: 49px;
    position: absolute;
    top: calc(50% - 25px);
    left: 95px;
    background: url(./service-guide-icon1.png) no-repeat;
}
.service-guide-centerTxt-box p{
    font-size: 32px;
    color: rgb(2, 109, 125);
    line-height: 1.25;
}
.service-guide-centerTxt-box::after{
    content: '';
    width: 116px;
    height: 116px;
    position: absolute;
    right: 10px;
    bottom: -20px;
    background: url(./service-guide-icon2.png) no-repeat;
}
/* 底部列表 */
.service-guide-bottomList{
    width: 1200px;
    margin: 0 auto;
}
.service-guide-bottomList li{
    height: 278px;
    display: flex;
    margin-bottom: 30px;
    background: #cbe8ff;
}
.bottomList-img{
    width: 572px;
    height: 278px;
    position: relative;
}
.bottomList-img a{
    position: relative;
}
.bottomList-img a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0;
    z-index: 10;
    transition: all 0.5s;
    /* display: none; */
}
.bottomList-img a::after{
    content: '';
    width: 104px;
    height: 47px;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 52px);
    transform: translateX(-30%);
    z-index: 20;
    transition: all 0.5s;
    opacity: 0;
    background: url(./service-guide-icon3.png) no-repeat;
}
.bottomList-img a,
.bottomList-img img{
    display: block;
    width: 100%;
    height: 100%;
}
/* .bottomList-img a::before{
    content: '';
    width: 84px;
    height: 84px;
    position: absolute;
    top: calc(50% - 42px);
    left: calc(50% - 42px);
    z-index: 5;
    background: url(./service-guide-icon4.png) no-repeat;
} */
.bottomList-txt{
    width: 628px;
    padding: 25px 80px;
    box-sizing: border-box;
}
.bottomList-txt-tit{
    font-size: 28px;
    min-height: 56px;
    font-weight: bold;
    line-height: 1.071;
}
.bottomList-txt-tit a{
    color: rgb(2, 109, 125);
}
.bottomList-txt-des{
    font-size: 20px;
    line-height: 1.5;
    min-height: 160px;
    display: flex;
    align-items: center;
}
.bottomList-txt-des a{
    color: rgb(51, 51, 51);
}
.service-guide-bottomList li:hover{
    background: #9bc6e8;
}
.service-guide-bottomList li:hover .bottomList-img a::before{
    opacity: 0.659;
}
.service-guide-bottomList li:hover .bottomList-img a::after{
    transform: translateX(0);
    opacity: 1;
}
/* click here */
.service-guide-click-here{
    margin-top: 80px;
    text-align: center;
}
.service-guide-click-here-list{
    display: inline-block;
    background: #026d7d;
    padding: 20px 60px;
}
.service-guide-click-here-list p{
    color: #fff;
    text-align: left;
    font-size: 22px;
}
.service-guide-click-here-list p:first-child{
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
}
.service-guide-click-here-list span{
    width: 24px;
    height: 31px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 18px;
    background: url(./service-guide-icon5.png) no-repeat;
}
/* 重制按钮 */
.Page-turning a{
    color: #000 !important;
    background:#fff !important;
    border: 1px solid #c3c3c3 !important;
}
.Page-turning a.current{
    background: #eb750d !important;
    border: 1px solid #eb750d !important;
}