* {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

li {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* 首页 */

.index_ye {
    position: relative;
    width: 100%;
    min-height: 100vh;
    /* background-image: linear-gradient(to bottom, #02336A 10%, #070A11 100%); */
    /* background-color: #070A11; */
}

.head {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
    height: 123px;
    box-sizing: border-box;
    padding: 0 100px;
    /* padding: 0 5.21%; */
}

.logo {
    width: 271.69px;
    height: 62px;
    /* width: 14.15%; */
    margin-top: 31px;
    object-fit: contain;
}

.nav_pc {
    display: block;
}

.nav_pc ul {
    display: flex;
    margin-top: 68px;
}

.nav_pc ul li {
    margin-right: 60px;
    /* margin-right: 5.21%; */
}

.nav_pc ul li:last-child {
    /* margin-right: 0; */
    margin-right: 0;
}

.nav_pc ul li a {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    /* color: #FFFFFF; */
    line-height: 24px;
    letter-spacing: 1px;
    word-break: keep-all;
}
.nav_pc ul li a[href*='wonderful.html'] {
    font-size: 24px;
}

.liner_xian {
    width: 100%;
    height: 3px;
    /* height: calc(100vh / 150 + 100vw  / 150); */
    /* background-image: linear-gradient(to right, #2a82e4 60%, #59cadb 60.0001% 80%, #bedc5a 80.001%); */
}

/* 字体变大 */

/* .nav_pc ul li:nth-child(5n) a {
    font-size: 24px;
} */

.big_tu_div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 63px;
}

.big_tu_div .swiper-container {
    width: 1200px;
    height: 400px;
}

.big_tu_div .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.big_tu {
    width: 1200px;
}

#zhaopian {
    margin-right: 77px;
    cursor: pointer;
}

.nav_jingcai {
    width: 100%;
    margin: 47px 0 45px 0;
}

.nav_jingcai ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_jingcai ul li {
    width: 95px;
    text-align: center;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    /* color: #FFFFFF; */
    line-height: 31px;
    padding-bottom: 7px;
    background: linear-gradient(90deg, #1F96D5 0%, #D1F0E7 51%, #6EBB56 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 5px solid transparent;
    cursor: pointer;
}

.nav_jingcai ul li.active {
    /* border-bottom: 5px solid #1F96D5; */
}

.video_item {
    margin-right: 44px;
    margin-bottom: 20px;
    cursor: pointer;
}

.video_item:nth-child(3n) {
    margin-right: 0;
}

.video_item {
    position: relative;
    width: 324px;
    height: 183px;
}

.video_item>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video_item .play {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .8); */
}

.video_item .play img {
    width: 60px;
}

.zhaopian_list_div {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin: 0 auto;
}

.zhaopian {
    width: 1200px;
}

.title_bg {
    padding: 5px 5px;
    background-image: url(../img/title_bj.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
}

.zhaopian span {
    padding: 0px 6px;
    font-size: 20px;
    font-weight: 600;
    /* background-image: linear-gradient(90deg, #1F96D5 0%, #D1F0E7 51%, #6EBB56 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background-color: #6EBB56; */
}



.zhaopian .zhaopian_list {
    display: flex;
    flex-wrap: wrap;
    flex: none;
    margin: 20px 65px 30px 65px;
}
.jingcai_xian_pc{
    width: 100%;
}
.img_sin {
    width: 200px;
    height: 133px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.img_sin img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* background-color: #000; */
}

.img_sin_video {
    position: relative;
    /* background-color: #000; */
}

.img_sin_video img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 42px;
    height: 42px;
}

.img_sin video {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img_sin:nth-child(5n) {
    margin-right: 0;
}

.video_box {
    display: none;
}

.video_tc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* background-color: rgba(0, 0, 0, .8); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.video_tc .video_xiangqing {
    width: 900px;
    height: 506.25px;
    /* background-color: black; */
}

.video_logo {
    width: 262px;
}

.video_tc .video_xiangqing video {
    width: 100%;
    height: 100%;
}

.video_logo_img .video_quxiao {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.video_logo_img {
    width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.img_box {
    display: none;
}

.img_tc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /* background-color: rgba(0, 0, 0, .8); */
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo_img {
    width: 900px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.img_logo {
    width: 262px;
    height: 62px;
    object-fit: contain;
}

.img_quxiao {
    width: 48px;
    height: 48px;
    flex: none;
    cursor: pointer;
}

.img_xiangqing {
    width: 900px;
    height: 506.25px;
    /* background-color: black; */
}

.img_xiangqing img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.daohang {
    display: none;
}

.href_dizhi {
    display: none;
}


.wonderful_zuo_jiantou img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 40px;
    cursor: pointer;
}
.wonderful_you_jiantou img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 40px;
    margin-left: -12px;
    cursor: pointer;
}
.swiper-button-next{
    background-image: none!important;
}
.swiper-button-prev{
    background-image: none!important;
}
.tc_jiantou_content,.video_jiantou_content{
    position: relative;
    display: flex;
    align-items: center;
    /* width: 900px;
    height: 506.25px; */
}
.img_tc_zuojian,.video_zuo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 80px;
    cursor: pointer;
    /* margin-left: 20px; */
}
.img_tc_youjian,.video_you{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 80px;
    cursor: pointer;
    /* margin-right: 20px; */
}