#yd_page .w1200{
    width:auto;
}
#yd_page .header .box .blue_box {
    width: 95%;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#1841f5), to(#62a5ff));
    background: linear-gradient(to bottom, #1841f5, #62a5ff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: .2rem;
    padding-top: .5rem
}

#yd_page .header .box .blue_box .left {
    width: 25%
}

#yd_page .header .box .blue_box .left .white_box {
    margin: 0 auto .2rem;
    width: 2.3rem;
    height: 2.3rem;
    background: #fff;
    border-radius: .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#yd_page .header .box .blue_box .left .white_box img {
    display: block;
    width: 80%
}

#yd_page .header .box .blue_box .left .left_fonts {
    font-size: .5rem;
    color: #fff;
    font-weight: bold;
    text-align: center
}

#yd_page .header .box .blue_box .right {
    width: 68%
}

#yd_page .header .box .blue_box .right .right_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#yd_page .header .box .blue_box .right .right_top .right_left {
    width: 40%
}

#yd_page .header .box .blue_box .right .right_top .right_left span {
    display: block;
    font-size: .32rem;
    color: #fff;
    margin-bottom: .25rem
}

#yd_page .header .box .blue_box .right .right_top .right_left span span {
    display: inline
}

#yd_page .header .box .blue_box .right .right_top .right_right {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#yd_page .header .box .blue_box .right .right_top .right_right .right_right_white_box {
    background-color: #fff;
    padding: .1rem;
    margin: 0 .05rem;
    border-radius: .2rem
}

#yd_page .header .box .blue_box .right .right_top .right_right .right_right_white_box img {
    display: block;
    height: .9rem;
    width: auto;
    margin: 0 auto
}

#yd_page .header .box .blue_box .right .right_top .right_right .right_right_white_box span {
    display: block;
    color: #2b5af8;
    text-align: center;
    font-size: .4rem;
    font-weight: bold
}

#yd_page .header .box .blue_box .right .right_bottom span {
    display: block;
    font-size: .32rem;
    color: #fff;
    margin-bottom: .25rem
}

#yd_page .header .box .blue_box .right .right_bottom span span {
    display: inline
}

#yd_page .blue_navs {
    background: linear-gradient(98deg, #1841f5, #62a5ff);
    margin-bottom: .3rem
}

#yd_page .blue_navs .list {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: .2rem 0px
}

#yd_page .blue_navs .list a {
    margin: .1rem 0;
    width: 25%;
    text-align: center;
    font-size: .45rem;
    font-weight: bold;
    padding: .1rem 0px;
    color: #fff;
    border-radius: .1rem
}

#yd_page .blue_navs .list .active {
    color: #143ce0;
    background: #fff
}

#yd_page ul.nav {
    background: linear-gradient(98deg, #1841f5, #62a5ff);
    margin-bottom: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: .2rem 0px
}

#yd_page ul.nav li {
    width: 20%;
    margin: .1rem .25rem
}

#yd_page ul.nav li a {
    width: 100%;
    text-align: center;
    font-size: .45rem;
    font-weight: bold;
    padding: .1rem 0px;
    color: #fff;
    border-radius: .1rem
}

#yd_page ul.nav li .active {
    color: #143ce0;
    background: #fff
}

