* {
    margin: 0;
    padding: 0;
    transition: all 0.5s;

}
body{
    overflow-y: hidden;
}
img {
    width: 100%;
    height: 100%;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.png {
    width: 100px;
    height: 100px;
    background-image: url(../img/QQ%20微信%20微博图标.png);
    background-position: -155px 0px;
}

.mr10 {
    margin-right: 10px;
}

.ml20 {
    margin-left: 20px;
}

.control {
    margin: 0 20px;
    width: 100px;
    height: 100%;
    background-color: yellow;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
}

#box {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#boxs {
    position: relative;
    top: 0px;
    transition: 1s;
}

#box, .box_body_1, .box_body_2, .box_body_3, .box_body_4 {
    width: 100%;
    /*height: 832px;*/
}
.box_body_height{
    height: 832px;
}
.box_body_1 {
    padding: 10% 0px;
}

.box_body_2, .box_body_3, .box_body_4 {
    padding: 13% 0px;
}

/*.box_body_3 {*/
/*    margin: 20% 0;*/
/*}*/

/*.box_body_4 {*/
/*    margin: 25% 0;*/
/*}*/

.dd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body {
    width: 100%;
    height: 100%;
    background: url("../img/0f81ac98efe2e88a91a01026540f8aa4 (1).png") no-repeat center top fixed;
}

.search {
    display: flex;
    background-color: #007BFF;
    border: 1px solid #007BFF;
    border-radius: 10px;
    width: 50%;
    height: 40px;
}

p {
    font-size: 10px;
    text-align: center;
    font-family: "新宋体";
    color: #fff;
    margin: 0;
    line-height: 40px;
}

.ssyx {
    width: 20%;
}

.searchs {
    border: #fff 10px solid;
    outline: none;
    width: 80%;
    border-radius: 10px 0px 0px 10px;
}

.djss::before {
    content: "点击搜索";
    color: white;
}

.djss:hover {
    text-decoration: none;
}

.left_botton_box {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    margin: 2%;
}

.tbb0, .tbb1, .tbb2, .tbb3, .tbb4, .tbb5 {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .4);
    margin: 40px;
    border-radius: 50%;
    position: relative;
}

.tbb1:before, .tbb0::before,
.tbb2::before, .tbb3::before,
.tbb4::before, .tbb5::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 2px #ffffff solid;
    transition: 0.5s;
}

.tbb0::before {
    transform: translate(-50%, -50%) scale(1);
}

h1 {
    color: #fff;
    font-family: "楷体";
    font-size: 6vw;
}

h2 {
    color: #fff;
    font-family: "新宋体";
    letter-spacing: 12px;
}

h3 {
    font-family: "楷体";
}

h4 {
    font-size: 13px;
    color: #333;
    line-height: 21px;
    margin-top: 5px;
}

#boxs2 {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.box_card {
    width: 100%;
    height: 183px;
    padding: 13px;
    margin: 20px 0;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.box_card_left {
    width: 60%;
    overflow: hidden;
    border-radius: 10px;
}

.box_card_img {
    width: 272px;
    height: 153px;
    border-radius: 10px;
}

.box_card_right {
    width: 40%;
    overflow: hidden;
}

.box_card_text {
    font-size: 20px;
    color: #f73131;
}

.box_card_lbt, .box_card_phb {
    width: 50%;
    height: 505px;
    position: relative;
    overflow: hidden;
}

.box_card_phb {
    width: 30%;
    margin: 0 10%;
}

#Box_card {
    width: 100%;
    height: 1010px;
    position: absolute;
    top: 0;
}

.box_card_up, .box_card_down {
    width: 40px;
    height: 200px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 200px;
    border-radius: 100px;
}

.box_card_up {
    float: left;
}

.box_card_down {
    float: right;
}

.card_button {
    width: 90%;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.jp {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
}

.ul_link {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
}

.pm {
    font-family: DINPro;
    width: 20px;
    line-height: 17px;
    font-size: 17px;
}

.nb {
    color: #ffffff;
    font-family: DINPro;
    width: 24px;
    text-align: center;
}

.sp {
    width: 100%;
    text-align: center;
    opacity: 0.5;
}

.sp0 {
    opacity: 0.7;
}

.gdt::-webkit-scrollbar, .yd_td::-webkit-scrollbar {
    width: 5px;
}

.gdt::-webkit-scrollbar-thumb, .yd_td::-webkit-scrollbar-track { /*滚动条里面小方块*/
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.gdt::-webkit-scrollbar-track, .yd_td::-webkit-scrollbar-thumb { /*滚动条里面轨道*/
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.yd {
    width: 60%;
    height: 100%;
}

.ls, .ls0 {
    position: relative;
    width: 0;
    height: 0;
    padding: 0;
    color: transparent;
    transform: scale(0);
}

.ls0 {
    width: 100%;
    height: 100%;
    padding: 15%;
    color: black;
    transform: scale(1);
    transform-origin: left 0;
    transition: transform 1s;
}

.yd_img {
    height: 60px;
    margin-left: 30px;
    margin-right: 30px;
    width: 60px;
}

.yd_text {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 12px;
    text-align: center;
}

.yd_spl {
    padding-bottom: 20px;
    padding-top: 30px;
}

.tr {
    display: flex;
}

.yd_td {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.td:hover .td_r {
    opacity: 0.3;
    filter: blur(2px);
    transition: 0.5s;
}

.td_r {
    transition: all 0.5s;
}

.td .td_r:hover {
    opacity: 1;
    filter: blur(0px);
}

.ls_text {
    font-size: 2vw;
    font-family: "微软雅黑";
    opacity: 0.3;
}

.ls_text_2 {
    width: 100%;
    padding-bottom: 5%;
    text-indent: 2em;
    opacity: 0.5;
}

.lsm {
    width: 40%;
    height: 100%;
}

.con {
    width: 33%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, .2);
}

.ho {
    display: none;
}

.botton_box {
    width: 100%;
    position: fixed;
    top: 100%;
    transform: translate(0, -100%);
    display: none;
}

.po, .po1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.5s;
    text-align: center;
    opacity: .9;
}

.po1 {
    height: 130px;
}

#le, #ri {
    width: 300px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 20px 20px 0 0;
    border: 1px solid black;
    opacity: .9;
    border-width: 1px 1px 0px 1px;
}

#ri {
    display: none;
}

.ld, .rd {
    width: 30px;
    height: 30px;
    position: relative;
    top: -55%;
    left: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
    background-color: #fff;
    border: 1px solid black;
    border-width: 1px 1px 0 0;
}

.rd {
    top: 100%;
    transform: translate(-50%, -50%) rotate(135deg);
}

ul {
    margin: 0;
    padding: 0;
}

.x {
    padding: 10% 0 5% 0;
}

.ayzx {
    width: 40%;
    background-color: #fff;
    border-radius: 20px;
    padding: 4%;
    box-shadow: 0px 0px 14px 0px #4c4c4c8f;
    display: block;
}

.phb {
    width: 60%;
    height: 100%;
    padding-right: 5%;
    position: relative;
}

.bt1 {
    font-size: 2vw;
}

.wyjz {
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    position: absolute;
    z-index: 10000;
}

.gif {
    width: 100%;
    height: 100%;
    background: url(../img/wyjz.gif) no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .djss::before {
        content: "";
    }

    body {
        background-position: -550px -70px;
    }

    .box_button {
        background-color: rgba(109, 168, 524, .5);
    }

    .box_button:hover {
        background-color: rgba(109, 168, 524, 1);
    }

    .x {
        padding: 25% 0 5% 0;
    }

    .box_body_2, .box_body_3, .box_body_4 {
        width: 100%;
        height: 500px;
        margin: 40% 0;
    }

    .box_body_3 {
        margin: 35% 0;
    }

    .box_body_4 {
        margin: 45% 0;
    }

    .container {
        padding: 0;
    }

    .ayzx {
        display: none;
    }

    .phb {
        width: 100%;
        height: 100%;
        padding-right: 5%;
        position: relative;
        top: -5%;
    }

    .box_card_phb {
        display: none;
    }

    .box_card_lbt {
        width: 100%;
    }

    .bt1 {
        font-size: 4vw;
    }

    .ls_text_2 {
        font-size: 1vw;
    }
}