body {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    min-width: 1200px;
}

.nationwide {
    min-width: 1200px !important;
    width: 1200px !important;
    margin: 0 auto;
}

.nationwide .con1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 64px;
    background-color: #fff;
}

.nationwide .con1 .left img {
    width: 43px;
    height: 43px;
}

.nationwide .con1 .right {
    width: 1120px;
    font-size: 0;
    word-spacing: 0;
    letter-spacing: 0;
}

.nationwide .con1 .right .item {
    display: inline-block;
    width: 70px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #787878;
}

.nationwide .con1 .right .item:hover {
    color: #E63131;
    background: #F1F6FF;
}

.nationwide .con1 .right .active {
    color: #E63131;
    background: #F1F6FF;
}

.nationwide .con2 {
    margin: 40px 0;
    display: flex;
}

.nationwide .con2 .banner-box {
    width: 888px;
    height: 400px;
}

.nationwide .con2 .banner-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 888px;
    height: 400px;
}

.nationwide .con2 .banner-box .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.nationwide .con2 .banner-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    opacity: 0.4;
    border-radius: 0;
    margin: 0 3px;
}

.nationwide .con2 .banner-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.nnews-container .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 20px;
    background: rgba(0, 0, 0, 0.3) url(/static/sun/images/nationwide/banner-prev.png) no-repeat;
    background-size: 7px 14px;
    background-position: 50% 13px;
}

.nnews-container .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 20px;
    background: rgba(0, 0, 0, 0.3) url(/static/sun/images/nationwide/banner-next.png) no-repeat;
    background-size: 7px 14px;
    background-position: 50% 13px;
}

.nnewsContainer .swiper-wrapper {
    height: 100%;
}

.nnewsContainer .swiper-slide {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.nnewsContainer .swiper-slide img {
    width: 100%;
    max-height: 100%;
    border-radius: 2px
}

.nnewsContainer .swiper-text {
    box-sizing: border-box;
    padding: 5px 20px 0;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0) endColorstr=rgba(0, 0, 0, 0.8));
    z-index: 999;
}

.nationwide .con2 .tool-box {
    position: relative;
    flex: 1;
}

.nationwide .con2 .tool-box .news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 16px 0 20px;
    background: #FEF4F2 url(/static/sun/images/nationwide/news-bg.png) no-repeat;
    background-size: cover;
}

.nationwide .con2 .tool-box .news .right {
    width: 223px;
}

.nationwide .con2 .tool-box .news .right .title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #552d2b;
}

.nationwide .con2 .tool-box .news .right .title img {
    width: 28px;
    height: 18px;
    margin-right: 15px;
}

.nationwide .con2 .tool-box .news .right .desc {
    width: 100%;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nationwide .con2 .tool-box .news .img {
    width: 38px;
    height: 48px;
    margin-left: 15px;
}

.nationwide .con2 .tool-box .tool {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #ECF3FC;
}

.nationwide .con2 .tool-box .tool .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 80px;
    margin: 0 5px;
    border-bottom: 1px solid #DEEAF9;
}

.nationwide .con2 .tool-box .tool .item img {
    width: 24px;
    height: 24px;
    opacity: 0.7;
}

.nationwide .con2 .tool-box .tool .item .title {
    width: 112px;
    height: 20px;
    text-align: center;
    margin-top: 4px;
    color: #6584B2;
}

.nationwide .con2 .tool-box .tool .item:hover {
    cursor: pointer;
}

.nationwide .con2 .tool-box .tool .item:hover img {
    opacity: 1;
}

.nationwide .con2 .tool-box .tool .item:hover .title {
    color: #5291F1;
}

.nationwide .con2 .tool-box .tool .item:nth-of-type(2n)::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 70px;
    opacity: 1;
    background-color: #DEEAF9;
    position: absolute;
    top: 5px;
    left: -5px;
}

.nationwide .con2 .tool-box .tool .item:nth-of-type(7) {
    border: none;
}

.nationwide .con2 .tool-box .tool .item:nth-of-type(8) {
    border: none;
}

    {
    width: 100%;
    margin-bottom: 40px;
}

.head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 17px;
}

.head img {
    width: 80px;
    height: 24px;
}

.head .title {
    max-width: 748px;
    margin-left: 10px;
    font-size: 34px;
    font-weight: bold;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.head:hover .title {
    color: #E63131;
}

.info {
    position: relative;
    width: 1200px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info .desc {
    display: inline;
    height: 22px;
    font-size: 16px;
    color: #888888;
}

.info .desc:hover {
    color: #E63131;
}

.info .short-line {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 4px 20px 0;
    background-color: #999999;
}

.news-box {
    display: flex;
    justify-content: space-between;
}

.news-box .head-title {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background: #FAFAFA;
    font-size: 20px;
    font-weight: bold;
    color: #444444;
    margin-bottom: 20px;
}

.news-box .head-title::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #E63131;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news-box .left-box {
    width: 312px;
}

.news-box .left-box .list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}

.news-box .left-box .list .item .img {
    width: 80px;
    height: 80px;
    margin-right: 16px;
}

.news-box .left-box .list .item .img img {
    width: 100%;
    height: 100%;
}

.news-box .left-box .list .item .infos {
    flex: 1;
}

.news-box .left-box .list .item .infos .title {
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-box .left-box .list .item .infos .time {
    line-height: 18px;
    height: 18px;
    font-size: 13px;
    color: #A6A9B8;
}

.news-box .left-box .list .item:last-of-type {
    margin-bottom: 0;
}

.news-box .left-box .list .item:hover .title {
    color: #E63131;
}

.news-box {
    width: 590px;
}

.news-box .swiper-box {
    margin-bottom: 30px;
}

.news-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 590px;
    height: 290px;
}

.news-box .swiper-box .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.news-box .swiper-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 0;
    margin: 0 4px;
}

.news-box .swiper-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.news-box .swiper-box .swiper-container .swiper-button-prev {
    width: 41px;
    height: 57px;
    background: rgba(0, 0, 0, 0.4) url(/static/sun/images/nationwide/banner-prev.png) no-repeat;
    background-size: 12px 23px;
    background-position: 50%;
    left: 0;
}

.news-box .swiper-box .swiper-container .swiper-button-next {
    width: 41px;
    height: 57px;
    background: rgba(0, 0, 0, 0.4) url(/static/sun/images/nationwide/banner-next.png) no-repeat;
    background-size: 12px 23px;
    background-position: 50%;
    right: 0;
}

.news-type .product-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 590px;
    margin-top: 25px;
    padding: 9px 10px;
    background: #FAFAFA;
}

.news-type .product-nav .nav-box {
    display: flex;
}

.news-type .product-nav .nav-box .item {
    width: 85px;
    height: 24px;
    line-height: 24px;
    margin-right: 36px;
    text-align: center;
    color: #E63131;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
}

.yx-gg-item-w2 {
    color: #808080 !important;
}

.yx-gg-item a:hover .yx-gg-item-w4 {
    color: #E60012;
}

.news-type .product-nav .nav-box .active {
    color: #E60012;
    font-weight: bold;
}

.news-type .product-nav .more {
    height: 20px;
    line-height: 20px;
    color: #222;
    display: flex;
    align-items: center;
}

.news-type .product-nav .more img {
    width: 14px;
    height: 14px;
}

.news-type .index-main-box .tab-pane .item {
    position: relative;
    display: inline-block;
    width: 468px;
    height: 22px;
    line-height: 22px;
    padding-left: 12px;
    font-size: 16px;
    color: #444444;
    margin-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-type .index-main-box .tab-pane .item:hover {
    color: #E63131;
}

.news-type .index-main-box .tab-pane .item:hover::before {
    background: #E63131;
}

.news-type .index-main-box .tab-pane .item::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    top: 50%;
}

/* .news-type .index-main-box .tab-pane .item:last-of-type {
  margin-bottom: 0;
} */

.news-box .right-box {
    width: 321px;
}

.news-box .right-box .list-box {
    position: relative;
}

.news-box .right-box .list-box .scrool-box::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.news-box .right-box .list-box .scrool-box {
    height: 260px;
    padding-left: 4px;
    overflow-y: auto;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    margin-bottom: 30px;
}

.news-box .right-box .list-box .scrool-box .list {
    width: 317px;
    height: 100%;
}

.news-box .right-box .list-box .scrool-box .list .item {
    display: inline-block;
    width: 308px;
    padding: 0 0 20px 20px;
    border-left: 1px solid #E1E3E9;
}

.news-box .right-box .list-box .scrool-box .list .item .top {
    position: relative;
    height: 17px;
    font-size: 12px;
    color: #A6A9B8;
    margin-bottom: 12px;
}

.news-box .right-box .list-box .scrool-box .list .item .top .school {
    display: inline-block;
    max-width: 192px;
    margin-left: 16px;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.news-box .right-box .list-box .scrool-box .list .item .top::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EFEFEF;
    opacity: 1;
    border: 1px solid #A3A3A3;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}

.news-box .right-box .list-box .scrool-box .list .item .title {
    width: 288px;
    height: 44px;
    font-size: 16px;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-box .right-box .list-box .scrool-box .list .item:hover .title {
    color: #E63131;
}

.news-box .right-box .list-box .mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.news-box .right-box .imgs {
    width: 311px;
}

.news-box .right-box .imgs .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.news-box .right-box .imgs .top .img {
    display: inline-block;
    width: 152px;
    height: 102px;
}

.news-box .right-box .imgs .top .img img {
    width: 100%;
    height: 100%;
}

.news-box .right-box .imgs .top .img:first-of-type {
    margin-right: 8px;
}

.news-box .right-box .imgs .bottom img {
    width: 311px;
    height: 102px;
}

.nationwide .head-com {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #FAFAFA;
    margin-bottom: 20px;
}

.nationwide .head-com .head-title {
    line-height: 40px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #444444;
}

.nationwide .head-com .head-title::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #E63131;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nationwide .head-com .head-info {
    margin-left: 48px;
}

.nationwide .head-com .head-info .nav-box {
    display: flex;
    align-items: center;
}

.nationwide .head-com .head-info .nav-box .text {
    height: 24px;
    color: #787878;
    line-height: 24px;
    cursor: pointer;
    font-size: 16px;
    font-family: PingFangBold !important;
}

.nationwide .head-com .head-info .nav-box .active {
    color: #E63131;
}

.nationwide .head-com .head-info .nav-box .text:hover {
    color: #E63131;
}

.nationwide .head-com .head-info .nav-box .short-line {
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 16px;
    background-color: #E9E9E9;
}

.nationwide .head-com .head-swop {
    position: absolute;
    right: 20px;
    color: #222222;
    cursor: pointer;
}

.nationwide .head-com .head-swop img {
    width: 14px;
    height: 14px;
    margin-left: 8px;
}

.nationwide .head-com .head-more {
    position: absolute;
    right: 20px;
    color: #222222;
    display: flex;
    align-items: center;
}

.nationwide .head-com .head-more img {
    width: 5px;
    height: 10px;
    margin-left: 8px;
}

.nationwide .con4 {
    width: 100%;
    margin-bottom: 40px;
}

.nationwide .con4 .school-box .con {
    display: flex;
    justify-content: space-between;
}

.nationwide .con4 .school-box .con .school {
    width: 288px;
    height: 320px;
    padding: 24px 12px 24px;
    margin-right: 16px;
    background: linear-gradient(180deg, #FFF8EE 0%, #FFD0AC 100%);
}

.nationwide .con4 .school-box .con .school .title {
    font-size: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #8A3F0D;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nationwide .con4 .school-box .con .school .img {
    position: relative;
    width: 190px;
    height: 190px;
    padding: 35px;
    margin: 16px auto 0;
    background: #FFFFFF;
    border-radius: 4px;
}

.nationwide .con4 .school-box .con .school .img img {
    width: 100%;
    height: 100%;
}

.nationwide .con4 .school-box .con .school .img::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 142px;
    background: #FFFFFF;
    border-radius: 4px 0 0 4px;
    opacity: 0.45;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

.nationwide .con4 .school-box .con .school .img::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 142px;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0.45;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.nationwide .con4 .school-box .con .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 900px;
    overflow: hidden;
}

.nationwide .con4 .school-box .con .list .item {
    margin-right: 10px;
    display: flex;
    position: relative;
    width: 292px;
    height: 100px;
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 10px;
    border: 1px solid #ECECEC;
}

.nationwide .con4 .school-box .con .list .item:nth-child(3n) {
    margin-right: 0px;
}

.nationwide .con4 .school-box .con .list .item img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.ff-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nationwide .con4 .school-box .con .list .item .name {
    font-size: 16px !important;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    /* color: #222222; */
    text-align: left;
}

.ff-right .title {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #7A808F;
    text-align: left;
    ;
}

.nationwide .con4 .school-box .con .list .item:hover {
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.08);
}

.nationwide .con4 .school-box .con .list .item:hover .ff-right .line-clamp {
    color: #0072E2
}

.nationwide .con4 .school-box .con .list .item:hover .ff-right .name-line2 {
    color: #0072E2
}

/* .nationwide .con4 .school-box .con .list .item:nth-of-type(1)::before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 24px;
  background: url(/static/sun/images/nationwide/icon-top1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.nationwide .con4 .school-box .con .list .item:nth-of-type(5)::before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 24px;
  background: url(/static/sun/images/nationwide/icon-top2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
} */

.nationwide .con5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.nationwide .con5 .major-box {
    width: 586px;
}

.nationwide .con5 .major-box .list .major {
    width: 238px;
    height: 320px;
    text-align: center;
    padding: 32px 21px 15px;
    margin-right: 10px;
    color: #FFFFFF;
    background: #5DB9F9;
    float: left;
}

.nationwide .con5 .major-box .list .major .title {
    width: 100%;
    height: 33px;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nationwide .con5 .major-box .list .major .school {
    width: 100%;
    height: 22px;
    font-size: 16px;
    margin: 12px 0 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nationwide .con5 .major-box .list .major img {
    width: 196px;
    height: 158px;
}

.nationwide .con5 .major-box .list .item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 338px;
}

.nationwide .con5 .major-box .list .item-box .item {
    width: 164px;
    height: 100px;
    text-align: center;
    padding: 16px 10px;
    margin-bottom: 10px;
    background: #E3FFF3;
}

.nationwide .con5 .major-box .list .item-box .item img {
    width: 40px;
    height: 40px;
}

.nationwide .con5 .major-box .list .item-box .item .name {
    width: 100%;
    height: 22px;
    font-size: 16px;
    color: #222222;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nationwide .con5 .major-box .list .item-box .item:nth-of-type(2) {
    background: #E9F4FF;
}

.nationwide .con5 .major-box .list .item-box .item:nth-of-type(3) {
    background: #FFFBED;
}

.nationwide .con5 .major-box .list .item-box .item:nth-of-type(4) {
    background: #E3FEFE;
}

.nationwide .con5 .major-box .list .item-box .item:nth-of-type(5) {
    background: #FEF5FF;
}

.nationwide .con5 .major-box .list .item-box .item:nth-of-type(6) {
    background: #FFEFF0;
}

.nationwide .con5 .consult-box {
    position: relative;
    width: 594px;
    height: 390px !important;
}

.nationwide .con5 .consult-box .list {
    width: 594px;
    height: 330px;
    overflow: hidden;
}

.nationwide .con5 .consult-box .list .con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 594px;
    height: 330px;
    overflow: hidden;
}

.nationwide .con5 .consult-box .list .con .item {
    display: flex;
    justify-content: space-between;
    width: 292px;
    height: 100px;
    border: 1px solid #EDEDED;
    padding: 15px 20px;
    margin: 0 10px 10px 0;
}

.nationwide .con5 .consult-box .list .con .item .img {
    width: 70px;
    height: 70px;
}

.nationwide .con5 .consult-box .list .con .item .img img {
    width: 100%;
    height: 100%;
}

.nationwide .con5 .consult-box .list .con .item .desc {
    width: 162px;
}

.nationwide .con5 .consult-box .list .con .item .desc .school {
    width: 100%;
    height: 42px;
    line-height: 22px;
    font-size: 16px;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nationwide .con5 .consult-box .list .con .item .desc .look {
    width: 100%;
    font-size: 12px;
    margin-top: 11px;
    color: #7A808F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nationwide .con5 .consult-box .list .con .item:nth-of-type(2n) {
    margin-right: 0;
}

.nationwide .con5 .consult-box .list .con .item:hover {
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.08);
}

.nationwide .con6 .scenery {
    width: 100%;
    height: 405px;
}

.nationwide .con6 .scenery .item {
    position: relative;
    width: 288px;
    height: 192px;
    margin: 0 16px 21px 0;
    float: left;
}

.nationwide .con6 .scenery .item img {
    width: 100%;
    height: 100%;
}

.nationwide .con6 .scenery .item .school {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nationwide .con6 .scenery .item:nth-of-type(4n) {
    margin-right: 0;
}

.con7 {
    position: relative;
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
}

.con7 .title {
    height: 42px;
    font-size: 30px;
    font-weight: bold;
    color: #222222;
}

.con7 .flow {
    width: 1200px;
    margin: 0 auto;
}

.con7 .flow .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 5);
    float: left;
}

.con7 .flow .item .img {
    width: 177px;
    height: 151px;
}

.con7 .flow .item .img img {
    width: 177px;
    height: 177px;
}

.con7 .flow a.item:hover {
    position: relative;
}

.con7 .flow a.item:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 177px;
    height: 177px;
    background: url(/static/static/sun/images/nationwide/flow1a.png) 0 0 no-repeat;
    transform: translate(-50%, 0);
}

.con7 .flow .item .num {
    width: 40px;
    height: 29px;
    margin: 0 7px 8px;
    padding: 0 7px;
    background-color: #fff;
    font-size: 24px;
    color: #666666;
    line-height: 34px;
}

.con7 .flow .item .num img {
    width: 100%;
    height: 100%;
}

.con7 .flow .item .name {
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

.con7 .line {
    position: absolute;
    z-index: -1;
    top: 210px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #BFBFBF;
}

.frame {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
}

.frame .exam-box {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 858px;
    height: 314px;
    padding: 24px 32px 0;
    background: #FFFFFF;
    border-radius: 8px;
}

.frame .exam-box .title {
    font-size: 22px;
    color: #222222;
    line-height: 24px;
    margin-bottom: 32px;
}

.frame .exam-box .del {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.frame .exam-box .del img {
    width: 100%;
    height: 100%;
}

.frame .exam-box .province {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
}

.frame .exam-box .province .item {
    display: inline-block;
    padding: 5px 20px;
    color: #787878;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #CFD0D4;
    margin-right: 16px;
    margin-bottom: 20px;
}

.frame .exam-box .province .item:hover {
    color: #fff;
    background: #54A0F3;
    border: 1px solid #54A0F3;
}

.frame .exam-box .province .item:nth-of-type(9n) {
    margin-right: 0;
}

.frame .certificate-box {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 858px;
    height: 718px;
    padding: 24px 32px 0;
    background: #FFFFFF;
    border-radius: 8px;
}

.frame .certificate-box .title {
    font-size: 22px;
    color: #222222;
    line-height: 24px;
    margin-bottom: 32px;
}

.frame .certificate-box .del {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.frame .certificate-box .del img {
    width: 100%;
    height: 100%;
}

.frame .certificate-box .a-item {
    display: flex;
}

.frame .certificate-box .a-item .title {
    position: relative;
    line-height: 36 px;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 18px;
    color: #222222;
    white-space: nowrap;
}

.frame .certificate-box .a-item .title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #54A0F3;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

.frame .certificate-box .a-box a {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 16px;
    margin: 0 16px 20px 0;
    font-size: 16px;
    color: #787878;
    border: 1px solid #CFD0D4;
}

.frame .certificate-box .a-box a:hover {
    color: #fff;
    background: #54A0F3;
    border: 1px solid #54A0F3;
}

.news-type {
    width: 590px;
    margin-right: 20px;
}

.unclick {
    opacity: .3;
}