.banner-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

h3 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.float-toast{
    position: fixed;
    left: calc(50% - 50px);
    top: 70%;
    width: 100px;
    text-align: center;
    z-index: 10;
    opacity: 0;
}
.float-toast:hover{
    opacity: 1;
}
.float-toast-icon{
    font-size: 45px;
    color: #df6531;
}
.float-toast-text{
    font-size: 15px;
    color: #FFFFFF;
}



/* 轮播图样式 */

.yh-swiper {
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.yh-swiper-inner {
    width: 400vw;
    position: absolute;
    left: 0;
    top: 0;
}

.yh-swiper-inner .yh-swiper-silde {
    width: 100vw;
    height: 100%;
    list-style: none;
    float: left;
}

.yh-swiper-inner .yh-swiper-silde>img {
    width: 100%;
    height: 100vh;
}

.yh-control-prev,
.yh-control-next {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    color: #fff;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.yh-control-prev {
    left: 16%;
}

.yh-control-next {
    right: 16%;
}

.yh-dosc {
    position: absolute;
    font-family: FZZQJW--GB1-0;
    right: 322px;
    left: auto;
    bottom: 75px;
    font-size: 40px;
    color: #FEFDFD;
    display: flex;
    align-items: baseline;
    line-height: 1;
    margin: 0;
    width: 100px;
}
.yh-dosc-total{
    font-size: 16px;
}
.carousel-indicators-item{
    display: inline;
    display: none;
}
.carousel-indicators-item.active{
    display: inline;
}

.yh-about {
    width: 100%;
    height: 579px;
    background: #EEF6FF;
    padding: 40px 20% 0px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
}

.yh-about-icon span {
    display: block;
    font-size: 70px;
    font-family: Tahoma;
    font-weight: bold;
    color: #AAD2FF;
}

.yh-about h3 {
    font-size: 38px;
    font-weight: bold;
    color: #010101;
    margin: 15px 0 20px;
}

.yh-about p {
    color: #262626;
    line-height: 40px;
    margin-bottom: 20px;
}


/* 业务范围 */

.yh-report {
    width: 100%;
    height: 484px;
    background: #0C48E3;
    padding-top: 34px;
    line-height: 1;
}

.yh-report h3 {
    font-size: 38px;
    font-weight: bold;
    color: #EEF6FF;
    text-align: center;
}

.yh-report .report-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 38px;
}

.yh-report .report-item {
    width: 325px;
    height: 133px;
    cursor: pointer;
    position: relative;
    border: 3px solid #FFFFFF;
    padding: 23px 14px 11px;
    color: #EEF6FF;
    margin-right: 18px;
}

.yh-report .report-item:hover {
    background: #1D2088;
}

.yh-report .report-item>span {
    display: block;
    margin-bottom: 19px;
}

.yh-report .report-item>span:first-child {
    font-size: 18px;
    font-weight: bold;
}

.yh-report .report-item>span:last-child {
    float: right;
}


/* 项目案例 */

.project-wrap {
    width: 100vw;
    /* height: 774px; */
    position: relative;
    overflow: hidden;
    background: url('/static/image/background.png') no-repeat ;
    background-size: cover;
    background-position: center;

}

.project-wrap h3{
    line-height: 100px;
    color: #fff
}
.project-inner{
    padding: 0 260px;
}
.project-item{
    text-align: center;
}
.project-item p{
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 40px;
    color: #fff;
}
.prev-icon-wrap{
    padding-bottom: 60px;
    background: transparent;
    border: none;
    padding-left: 100px;
    box-sizing: border-box;
}
.prev-icon{
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.next-icon-wrap {
    padding-bottom: 60px;
    background: transparent;
    border: none;
    padding-right: 100px;
    box-sizing: border-box;
}

.next-icon {
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
}
/* 新闻咨询 */

.yh-news {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 34px;
}

.yh-news h3 {
    font-size: 38px;
    font-weight: bold;
    color: #175EE7;
    text-align: center;
}

.yh-news .new-wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.yh-news .new-wrap div {
    width: 610px;
    position: relative;
    overflow: hidden;
}

.news-video .video-self {
    width: 592px;
    height: 366px;
}

.news-video .news-about {
    padding: 20px 53px;
}

.news-video .news-about>span:first-child {
    display: block;
    font-weight: bold;
    color: #020202;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.news-video .news-about>span:last-child {
    font-size: 15px;
    color: #343434;
}

.news-list {
    padding-left: 55px;
}

.news-list li {
    font-size: 18px;
    color: #4A4A4A;
    margin-bottom: 26px;
    position: relative;
    padding-left: 24px;
}

.news-list li:last-child {
    margin: 0;
}

.news-list li:hover {
    color: #175EE7;
}

.news-list li::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #175EE7;
}

.yh-link {
    width: 1184px;
    position: relative;
    display: flex;
    border-top: 1px solid #175EE7;
    margin: 74px auto 0;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-left: 93px;
}

.yh-link a {
    display: inline-block;
    width: 25%;
    font-size: 18px;
    font-weight: bold;
    color: #4A4A4A;
    margin-bottom: 43px;
}

.yh-link a:hover {
    color: #175EE7;
}