body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;

}

.Container {
    width: 100%;
    margin: auto;
}

.Header {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_logo {
    display: flex;
    justify-content: space-between;
    height: 110px;
    position: absolute;
    top: 0;
    z-index: 20;
    width: 100%;
    left: 0;
}

.index_logo1 {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.banner {
    position: relative;
}

.index_logo .logo_img {

    width: 294px;
    height: 100%;
}

.index_nav {
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 20;
}

.index_nav ul {
    width: 1300px;
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    margin: auto;
    line-height: 100px;

}

.index_nav ul li {
    font-size: 18px;
    color: #868686;
    text-align: center;
    height: 100px;
    overflow: hidden;
    width: 120px;
}

.index_nav ul li .smalllogo {
    width: 300px;
}

.index_nav ul li:hover {
    background: linear-gradient(180deg, rgba(28, 119, 226, 0.05) 10%, rgba(28, 119, 226, 0.8) 100%);
    color: #fff;
    height: auto;
}

.index_nav ul li.hover {
    height: 100px;
    overflow: hidden;
}

.index_nav ul li.hover a {
    color: #fff;
}

a.nav_head {
    color: #868686;
}

.index_nav ul li a {
    text-decoration: none;
    color: #fff;
}

.index_nav ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.index_nav li:hover a.nav_body {
    color: #868686;
}

.index_nav .nav_body {
    width: 120px;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #666666;
    position: relative;
    background-color: #fff;
    font-size: 16px;
}

.index_nav .nav_body:last-child {
    border-bottom: #1C77E2 solid 2px;
}

.index_nav > li:hover {
    background-color: #ffffff;
    height: auto;
}

.index_nav a.nav_body:hover {
    color: #1C77E2;
    background-color: #f1f1f1;
}

.index_nav .nav_body:after {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    bottom: -1px;
    width: 60%;
    left: 20%;
    border-bottom: #1C77E2 dashed 1px;
}

.announcement {
    width: 100%;
    height: 100px;
    display: flex;
    position: relative;
}

.announcement_center {
    width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    margin: auto;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px #e5e5e5 solid;
}

.announcement_center img {
    height: 36px;
}

.announcement_center p {
    font-size: 20px;
    font-weight: bold;
    color: #222834;
    line-height: 28px;
    text-align: left;
    margin-bottom: 0;
    padding: 0 10px;
}

.announcement_center .more {
    position: absolute;
    right: 0px;
    color: rgb(28, 119, 226);
    font-size: 16px;
    line-height: 48px;
    right: 10px;
}

.txtMarquee-left {
    width: 1000px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin-left: 60px;
}

.pressCenter {
    width: 100%;
    /*height: 670px;*/
    height: 800px;
    background-color: #cdf0fd;
    position: relative;
}

.positionContent {
    width: 1450px;
    /*height: 530px;*/
    height: 600px;
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    /*width: 1300px;*/
    /*height: 640px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 54%;*/
    /*transform: translate(-50%, -50%);*/
}

.swiperBtn {
    width: 200px;
    height: 100px;
    position: absolute;
    bottom: 80px;
    left: 1035px;
    z-index: 400;
}


#swiper2 .swiper-button-next {
    width: 50px;
    height: 50px;
    right: 1.5%;
    left: auto;
    background: url("https://shanguioss.oss-cn-beijing.aliyuncs.com/images/iconRight.png") no-repeat;

}

.swiper-button-next:after {
    display: none;
}

#swiper2 .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: 1.5%;
    right: auto;
    background: url("https://shanguioss.oss-cn-beijing.aliyuncs.com/images/iconLeft.png") no-repeat;
    background-size: 40px 40px;
}

.swiper-button-prev:after {
    display: none;
}

.pressCenter .pressCenterBg {
    width: 720px;
    height: 100%;
    z-index: 100;
}

.newscenter {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.newscenter_box {
    width: 1450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 30px;*/
}

.newscenter .title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 40px;
}

.announcement a.more {
    float: right;
}

.note {
    height: 40px;
    overflow: hidden;
    margin-left: 10px;
}

.notelist {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
}

a:hover {
    text-decoration: none !important;
}

.seeMore {
    width: 118px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #1C77E2;
    color: #1C77E2;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.pressCenterContent {
    width: 100%;
    height: 600px;
    /*height: 540px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    display: flex;
    align-items: center;
}

.pressCenterContent p {
    text-align: left;
    line-height: 200%;
}

.pressCenterContent a:hover {
    text-decoration: none;
}

.pressCenterContent a:hover h1 {
    color: #1568C9;

}

.pressCenterImg {
    width: 800px;
    height: 610.1333333333333px;
    overflow: hidden;
}

.pressCenterImg img {
    display: block;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    /*transition: all .3s linear;*/
}

.pressCenterImg:hover img {
    /*transform: scale(1.1);*/
}

.headline {
    width: 650px;
    height: 514.0909090909091px;
    background-color: #FFFFFF;
    padding: 10px 25px;
}

.headline h3 {
    height: 47px;
    font-weight: bold;
    font-size: 40px;
    color: #1C77E2;
    line-height: 47px;
    margin-top: 8px;
    text-align: left;
}

.headline h6 {
    font-size: 26px;
    color: #1C77E2;
    line-height: 30px;
    text-align: left;
}

.headline h1 {
    font-size: 30px;
    font-weight: bold;
    color: #222834;
    line-height: 35px;
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.headline p {
    height: 100px;
    font-size: 18px;
    font-weight: 400;
    color: #676a70;
    line-height: 33px;
    margin: 8px 0 10px 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;

}

.news_btn {
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.news_btn img {
    width: 40px;
    height: 40px;
}

.SubsidiaryUnit {
    width: 100%;
    height: 100%;
    background: url("/default/images/2/16.jpg") center bottom no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.xianditie {
    width: 720px;
}

.SubsidiaryUnit_Container {
    height: 100%;
    width: 1450px;
    margin: auto;
}

#show1 {
    display: none;
}

#show2 {
}

#show3 {
}

.selector {
    width: 100%;
    justify-content: flex-end;
    /*height: 80px;*/
    margin-left: auto;
    display: flex;
    /*margin-top: 70px;*/
    margin-bottom: 20px;
    padding-top: 70px;
}

.selector .title {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.selector_btn {
    width: 170px;
    height: 50px;
    background-color: #1C77E2;
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    background: url("https://shanguioss.oss-cn-beijing.aliyuncs.com/images/RectangleBg264.png");
    background-size: 170px 50px;
    color: #000000;
}

.selector_btn:hover,
.selector_btn.hover {
    background: url("https://shanguioss.oss-cn-beijing.aliyuncs.com/images/RectangleBg266.png");
    background-size: 170px 50px;
    color: #FFFFFF;
}

.SubsidiaryUnit_Content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-tab li {
    width: 100%
}

.SubsidiaryUnit_Content_Left {
    width: 680px;
    /*background-color: #FFFFFF;*/
    /*flex: 1;*/
}

.SubsidiaryUnit_Content_Left .item {
    width: 100%;
    /*height: 188px;*/
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.SubsidiaryUnit_Content_Left .item:hover {
    background: linear-gradient(90deg, rgba(28, 119, 226, 0.3) 0%, rgba(28, 119, 226, 0) 100%);
}

.SubsidiaryUnit_Content_Left a:hover {
    text-decoration: none;
}

.item .itemImg {
    display: block;
    width: 80px;
    margin-left: 30px;
}

.item .itemText {
    width: 550px;
    margin-left: 40px;
    margin-right: 40px;
}

.item .itemText h6 {
    font-size: 22px;
    font-weight: bold;
    color: #1C77E2;
    line-height: 33px;
    margin-top: 20px;
    text-decoration: none;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item .itemText p {
    width: 540px;
    height: 66px;
    font-size: 16px;
    font-weight: 400;
    color: #676a70;
    line-height: 26px;
    margin-bottom: 13px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.SubsidiaryUnit_Content_Right {
    width: 720px;
}

.SubsidiaryUnit_Content_Right .textImg {
    width: 100%;
    overflow: hidden;
}

.SubsidiaryUnit_Content_Right .textImg img {
    /*width: 620px;*/
    /*height: 468.97435897435895px;*/
    object-fit: cover;
    width: 100%;
    height: 590px;
}

.SubsidiaryUnit_Content_Right .textImg:hover img {
    transform: scale(1.1);
    transition: all .3s linear;
}

.SubsidiaryUnit_Content_Right .Right_text {
    width: 100%;
    height: 100px;
    background-color: #145ae1;
    overflow: hidden;
    /*display: flex;*/
    align-items: center;
    display: none;
}

.Right_text p {
    height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    margin-bottom: 0;
    margin-left: 40px;
}

.businessIntroduction {
    width: 100%;
    height: 700px;
    position: relative;
    background-color: #FFFFFF;
    color: #FFFFFF;
    margin: 0 auto;
}

.xiekuangbox {
    width: 260px;
    position: absolute;
    left: 85px;
    bottom: 0px;
    z-index: 400;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: unset;
}

.xiekuangbox .xiekuang {
    width: 280px;
}


@media (min-width: 480px) {

}

.gallery-thumbs .swiper-wrapper {
    flex-direction: row;
}

@media (min-width: 480px) {
    .gallery-thumbs .swiper-wrapper {
        flex-direction: column;
    }
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    flex-flow: row nowrap;
    opacity: 0.75;
    cursor: pointer;
}

@media (min-width: 480px) {
    .gallery-thumbs .swiper-slide {
        flex-flow: column nowrap;
        width: 100%;
    }
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active img {
    transform: scale(1.1);
}

.xiekuang h3 {
    width: 100%;
    height: 56px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;

}

#swiper1 .swiper-slide img {
    width: 100%;
}

.xiekuangbox .swiper-slide {
    transition: all 0.3s;
}

.xiekuangbox .swiper-slide-prev {
    /*margin-left: 220px;*/
}

.xiekuangbox .swiper-slide-active {
    /*margin-left: 120px;*/
}

.xiekuangbox .swiper-slide-next {
    /*margin-left: 40px;*/
}

.xiekuangImg {
    width: 320px;
    height: 145.45454545454544px;
}

.xiekuangImg img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.swiperBtn2 {
    display: none;
    width: 250px;
    height: 200px;
    /*display: flex;*/
    position: absolute;
    bottom: 3px;
    /*left: 600px;*/
    right: 30px;
    z-index: 40;
}

#swiper3 .swiper-slide {
    justify-content: flex-end;
}

#swiper3 .swiper-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#swiper3 .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url("https://shanguioss.oss-cn-beijing.aliyuncs.com/images/Frame2.png") no-repeat;
    color: rgba(0, 0, 0, 0) !important;
    background-size: 60px 60px;
    right: 1.5%;
    left: auto;
    color: #FFFFFF;
}

#swiper3 .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url("https://shanguioss.oss-cn-beijing.aliyuncs.com/images/Frame1.png") no-repeat;
    color: rgba(0, 0, 0, 0) !important;
    background-size: 60px 60px;
    left: 1.5%;
    right: auto;

    color: #FFFFFF;
}

#swiper3 .swiper-pagination {
    color: rgba(255, 255, 255, 0);
    bottom: 50px;
}

#swiper3 .swiper-pagination-current {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
    z-index: 100;
    position: absolute;
    /*left: 670px;*/
    right: 185px;
    bottom: 60px;
    z-index: 200;
    opacity: 1;
}


#swiper3 .swiper-pagination-total {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
    position: absolute;
    /*left: 760px;*/
    right: 100px;
    bottom: 60px;
    z-index: 200;
    opacity: 1;
}


#XieGang {
    display: none;
    position: absolute;
    right: 150px;
    bottom: 70px;
    z-index: 200;
    font-size: 40px;
    color: #FFFFFF;
}

.mask {
    width: 600px;
    height: 800px;
    /*border-top: 800px solid #1C77E2;*/
    /*border-right: 137px solid transparent;*/
    /*opacity: 0.8;*/
    background: linear-gradient(90deg, rgba(11, 106, 246, 0.7) 10%, rgba(28, 119, 226, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
}

.mask .swiper-container {
    width: 100%;
    height: 100%;
}

.displayBoard {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(https://shanguioss.oss-cn-beijing.aliyuncs.com/images/bg2.png);
    background-repeat: no-repeat;
    background-size: cotain;
}

.displayBoard_center {
    width: 100%;
    margin-top: 25px;
}

.displayBoard_center_title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2265C1;
    line-height: 49px;
    margin-top: 10px;
    text-align: center;
}

.displayBoard_center_Content {
    width: 100%;
    height: 1130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 88px;
}

.content_item {
    width: 650px;
    height: 565px;
    position: relative;
}

.content_item .displayBoard_center_Content_Text {
    height: 515px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 50px;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
}

.Text_title {
    font-size: 30px;
    font-weight: 500;
    color: #222834;
    margin-bottom: 10px;
}

.Title_time {
    font-size: 26px;
    font-weight: 500;
    color: #7D8187;
    line-height: 42px;
    margin-bottom: 10px;
}

.displayBoard_center_Content_Text .zhengwen {
    font-size: 18px;
    color: #676a70;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.displayBoard_center_Content_Text .btn {
    width: 130px;
    height: 40px;
    background: #E4B67A;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    padding: 0;
    /*position: absolute;*/
    /*bottom: 0;*/
}

.displayBoard_center_Content_Text .btn a {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.displayBoard_center_Content_Text .btn p {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
    margin: 0px;
}

.content_item img {
    display: block;
    width: 550px;
    height: 515px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content_item:hover img {
    width: 800px;
    height: 560px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 2px;
    transition: all .5s linear;
}

.metropolitanRegion {
    height: 623px;
}

.metropolitanRegion_title {
    font-size: 42px;
    font-weight: bold;
    color: #2265C1;
    line-height: 49px;
    text-align: center;
}

.metropolitanRegion_content {
    width: 100%;
    height: 500px;
    display: flex;
    margin-top: 70px;
    overflow: hidden;
}

.metropolitanRegion_content_item {
    width: 320px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.metropolitanRegion_content_item img {
    display: flex;
    width: 100%;
    height: 100%;
}

.metropolitanRegion_content_item:hover img {
    width: 340px;
    height: 540px;
}

.metropolitanRegion_content_item .Rmask {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    transition: all .2s linear;
}

.metropolitanRegion_content_item .zhengtu {
    display: block;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-40%, -50%);
}

.metropolitanRegion_content_item .waitu {
    display: none;
}

.metropolitanRegion_content_item p {
    width: 96px;
    height: 36px;
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-40%, -50%);
    z-index: 20;
}

.metropolitanRegion_content_item:hover .Rmask {
    z-index: 20;
    width: 340px;
    height: 540px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 2px;
    border: 2px solid black;
    background-color: #145ae1;

}

.metropolitanRegion_content_item:hover .zhengtu {
    display: none;
}

.metropolitanRegion_content_item:hover .waitu {
    display: block;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-40%, -50%);
}

.metropolitanRegion_content_item:hover p {
    font-weight: bold;
}

.bigData {
    width: 100%;
    /*background: url("../images/1/3.png") center center no-repeat;*/
    background: url("/default/images/2/12.jpg") center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    /*min-width: 1300px;*/
    /*max-width: 1400px;*/
}


.bigData_content {
    width: 50%;
}

.bigData_content .content_Right {
    /*opacity: 0.6;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_Right_Text {
    width: 552px;
    height: 824px;
    display: flex;
    align-items: center;
}

.content_Right_Text_item {
    width: 50%;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.content_Right_Text_item .item_data {
    width: 254px;
    text-align: center;
}

.content_Right_Text_item .item_data #test {
    width: 50px;
    height: 118px;
    font-size: 82px;
    font-weight: 800;
    color: #1568C9;
    line-height: 96px;
}

.content_Right_Text_item .item_data P {
    font-size: 18px;
    font-weight: 400;
    color: #222834;
    line-height: 33px;

}

.content_Right_Text_item .item_data P span {
    font-size: 22px;
    font-weight: 400;
    color: #7D8187;
    line-height: 33px;
}

.relatedWebsite {
    width: 100%;
    background-color: #cbe7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.relatedWebsite_Content {
    width: 1600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.relatedWebsite_Content .RwBox {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.relatedWebsite_Content .RwBox img {
    max-height: 56px;
    height: 56px;
}

.relatedWebsite_Content_Bottom select {
    width: 200px;
    height: 30px;
    border: 1px #e5e5e5 solid;
    padding: 0 10px;
    color: #555;
    font-size: 18px;
}

.relatedWebsite_Content_Bottom option {
    line-height: 150%;
}

.myAniDelay200ms {
    animation-delay: 200ms;
}

.myAniDelay300ms {
    animation-delay: 300ms;
}

.myAniDelay400ms {
    animation-delay: 400ms;
}

.myAniDelay500ms {
    animation-delay: 400ms;
}

.picwarp {
    width: 750px;
    height: 515px;
    overflow: hidden;
}

/*chengfeng*/
.list_gdydl {
    padding: 15px 50px;
}

.list_gdydl h5 {
    font-size: 40px;
    color: #222834;
    line-height: 50px;
}

.list_gdydl .riqi {
    margin-top: 16px;
    font-size: 36px;
    color: #7D8187;
    line-height: 42px;
}

.list_gdydl p {
    margin-top: 32px;
    width: 750px;
    height: 96px;
    font-size: 26px;
    color: #4F5662;
    line-height: 48px;

}

.list_gdydl a.btn {
    display: block;
    width: 176px;
    height: 66px;
    line-height: 66px;
    font-size: 28px;
    background: #E4B67A;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    color: #fff;
    text-align: center;
    margin-top: 62px;
}

.list_gdydl a.btn:hover {
    background: #E4B17A;
}


.item_data h5 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: left;
    overflow: hidden;
    width: 22px;
    height: 30px;
    text-transform: uppercase;
    font-size: 30px;
    color: #333;
}

.mod_txt:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    word-break: break-all;
    background: #FFFFFF;
    font-size: 30px;
    color: #333;
}

/*设置里面第一个数字的动画*/
.item_data h5:nth-child(1):before {
    content: "03456789";
    -webkit-animation-name: item_data;
    animation-name: item_data;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    /* -webkit-animation-delay: 0.3s;
                    animation-delay: 0.3s; */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/*随便写的数，作用就是让这一列数字向上升，形成滚动效果*/
@-webkit-keyframes item_data {
    from {
        margin-top: -648px;
    }

    to {
        margin-top: 110px;
    }
}

/*设置里面第二个数字的动画*/
.item_data h5:nth-child(2):before {
    content: "051341989";
    -webkit-animation-name: item_data;
    animation-name: item_data;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.my-index-pagination {
    margin-bottom: 60px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet:hover {
    cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 70px;
    background: #1C77E2;
    border-radius: 0px 0px 0px 0px;
}

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

.num2 {
    width: 320px;
    height: 62px;
    font-size: 55px;
    line-height: 82px;
    color: #1568C9;
    font-weight: 800;
    text-align: center;
}

.num3 {
    width: 220px;
    height: 82px;
    font-size: 55px;
    line-height: 82px;
    color: #1568C9;
    font-weight: 800;
    text-align: center;
}

.num4 {
    width: 220px;
    height: 82px;
    font-size: 55px;
    line-height: 82px;
    color: #1568C9;
    font-weight: 800;
    text-align: center;
}

.shanguishixun {
    padding: 20px 0 0;
    background-color: #305fb6;
    /*background: url("/default/images/2/10.jpg");*/
    /*background-size: cover;*/

}


.shanguishixun .displayBoard_center_title {
    color: #fff;
}

.shanguishixun .videoinfo {
    width: 16000px;
    margin: 10px auto 0px;
    overflow: hidden;
    /*padding-left: 200px;*/
}

.shanguishixun .videoinfo .list {
    width: 320px;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    margin: 15px;
    position: relative;
    float: left;
}

.shanguishixun .videoinfo .list:hover {
    background: #f1f1f1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.shanguishixun .videoinfo .list:hover a {
    text-decoration: none;
}

.shanguishixun .videoinfo .list .video_icon {
    width: 65px;
    height: 65px;
    background-image: url(https://shanguioss.oss-cn-beijing.aliyuncs.com/images/video.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: -10px;
    z-index: 99;
    display: none;
}

.shanguishixun .videoinfo .list .video_pic {
    width: 300px;
    height: 197.3684210526316px;
    overflow: hidden;
    position: relative;
}

.shanguishixun .videoinfo .list .video_pic .play_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.shanguishixun .videoinfo .list .video_pic:hover .play_icon {
    background: rgba(0, 0, 0, 0.13);
}

.shanguishixun .videoinfo .list .video_pic:hover .play_icon img {
    transform: scale(1.1);
}

.shanguishixun .videoinfo .list .video_pic .play_icon img {
    width: 60px;
    height: 60px;
    display: inline-block;
    transition: all 0.3s;
}

.shanguishixun .videoinfo a img {
}

.shanguishixun .videoinfo .list h5 {
    font-size: 16px;
    /*height: 40px;*/
    line-height: 40px;
    /*margin-top: 10px;*/
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    text-align: left;
}

.ctro {
    clear: both;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 10px;
}

.ctro a {
    margin: 0 20px;
}

.ctro a img {
    height: 30px;
    width: 55px;
}

/*
.search {
    display: flex;
    align-items: center;
}

.search input {
    width: 150px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #e6e7e8;
    background-image: url(https://shanguioss.oss-cn-beijing.aliyuncs.com/images/fdj_ico.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
    border-right: none;
    height: 35px;
    line-height: 35px;
    border-top-left-radius: 17.5px;
    border-bottom-left-radius: 17.5px;
    font-size: 16px;
    padding-left: 40px;
    color: #fff;
    vertical-align: middle;
}

.search .search_btn {
    background-color: #E4B67A;
    color: #fff;
    padding: 6px 20px;
    border: 1px solid #e6e7e8;
    border-left: none;
    border-top-right-radius: 17.5px;
    border-bottom-right-radius: 17.5px;
    font-size: 14px;
    vertical-align: middle;
}

.search .search_btn:hover {
    background-color: #1C77E2;
    text-decoration: none;
    color: #fff;
}*/

.vidbacking-active-body-back {
    position: fixed;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    opacity: 1;
    transition: 2s opacity;
    transform: translateX(-50%) translateY(-50%);
}

.vidbacking-active-block-back {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.vidbacking {
    display: none;
    min-height: 100%;
    min-width: 100%;
}

.vidmask-body-back {
    opacity: 0.4;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -50;
    display: block;

}

.bgvideo {
    position: relative;
}

.vid {
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    overflow: hidden;
    opacity: 1;
    transition: 2s opacity;
}

.video_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.video_text img {
    width: 994px;
    height: 246px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -223px;
    margin-left: -497px;
}

.tongzhigongshi {
    width: 1600px;
    margin: 20px auto;
}

.tongzhigongshi .t_list {
    width: 520px;
    display: inline-block;


}

.tongzhigongshi .t_list .intro {
    z-index: 9;
    margin-left: -50px;
    float: left;
    width: 340px;
    background: #fff;
    border-top: 3px #1568C9 solid;
    border: 1px #e5e5e5 solid;
    margin-top: 5px;
    padding: 15px;
}

.tongzhigongshi .t_list .intro h5 {
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    height: 20px;
    font-weight: bold;
    margin-top: 5px;
}

.tongzhigongshi .t_list .intro p {
    font-size: 18px;
    line-height: 36px;
    color: #777;
    height: 72px;
    overflow: hidden;

}

.tongzhigongshi .t_list img {
    width: 220px;
    float: left;
    z-index: 1;
    height: 165px;
}

.notehot {
    width: 100%;
    /* width: 1920px; */
    height: 824px;
    /*background-image: url(https://shanguioss.oss-cn-beijing.aliyuncs.com/images/note_bg.png);*/
    background-image: url("/default/images/2/9.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-position: center -30px;
}


.note_warp {
    width: 1450px;
    margin: 40px auto 0;
    /*height: 851px;*/
    /*padding: 48px 0;*/
}

.w1600 {
    width: 1600px;
    margin: 0 auto;
}

.tongzhi {
    width: 1450px;
    margin: 0 auto;
    position: relative;

}

.notehot h2 {
    height: 100px;
    font-size: 40px;
    font-weight: bold;
    line-height: 120px;
    text-align: right;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.note_warp .l {
    width: 700px;
    padding: 22px 48px;
    float: left;
    position: relative;
    background-color: #cdebfc;
    margin-top: -105px;
}

.note_warp a.btns {
    width: 120px;
    height: 45px;
    background: #E4B67A;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.note_warp .l img {
    max-width: 664px;
    height: auto;
}

.note_warp .content p, .note_warp .content span, .note_warp .content a {
    font-size: 14px !important;
}

.note_warp .content {
    width: 100%;
    overflow: hidden;
    height: 610px;
}

.note_warp .content p {
    width: 100%;
    line-height: 200%;
    text-indent: 2em;
}

.note_warp .content p img {
    text-indent: -2em;
}

.note_warp .l .n_title {
    /* position:absolute;
    bottom:0px;
    height:120px;
    line-height:45px;
    padding-left:30px;
    
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
    width:100%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; */
    padding-right: 80px;
    font-weight: bold;
    font-size: 32px;
    color: #161d3b;
    margin-bottom: 20px;
}

.note_warp .r {
    width: 730px;
    height: 534px;
    float: left;
    /*border-top: 1px #4878c9 solid;*/
    margin-left: 20px;
    margin-top: -40px;
}

.note_warp .r img {
    width: 300px;
    height: 200px;
    float: left;
    margin-right: 20px;
    object-fit: cover;
}

.note_warp .r .item {
    clear: both;
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
    /*padding: 15px;*/
    /*border-bottom: 1px #4878c9 solid;*/
    /*background: rgba(58, 121, 200, 0.6);*/
    /*box-shadow: 0 10px 14px -3px rgb(0 0 0 / 0.1), 0 0px 0px 0px rgb(0 0 0 / 0.1);*/
}

.note_warp .r .item:last-child {
    border: 0;
}

.note_warp .r .item a {
    color: #fff;
    display: inline-block;
    justify-content: space-between;

}

.n_title_right {

}

.note_warp .r .item a:hover {
    text-decoration: none;
}

.note_warp .r .n_title {
    font-size: 22px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;


}

.note_warp .r .intro {
    font-size: 15px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 30px;
    margin-top: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.displayBoard_center_Content_row {
    width: 1450px;
    /*max-width: 1600px;*/
    margin: 0 auto;
}

.displayBoard_center_Content_row_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #fff;
    transition: all 0.2s;
    padding: 20px 25px;
    box-shadow: 0 10px 14px -3px rgb(0 0 0 / 0.1), 0 0px 0px 0px rgb(0 0 0 / 0.1);
}

.displayBoard_center_Content_row_item:hover {
    box-shadow: 0 10px 14px -3px rgb(0 0 0 / 0.1), 0 0px 0px 0px rgb(0 0 0 / 0.1);
}

.displayBoard_center_Content_row_item_left {
    width: 600px;
    height: 375px;
    overflow: hidden;
}

.displayBoard_center_Content_row_item_left img {
    width: 100%;
    height: 100%;
    transition: all .5s linear;
}

.displayBoard_center_Content_row_item:hover .displayBoard_center_Content_row_item_left img {
    transform: scale(1.15);
}

.displayBoard_center_Content_row_item_right {
    padding: 0 40px;
    width: 650px;
    position: relative;
    flex: 1;

}

