h1 {
    display: none;
}

h2 {
    font-size: 10px;
}

p {
    font-size: 8px;
}

a {
    font-size: 8px;
}

#topheader,
.down-menu {
    transition-property: all;
}

.mainlogo {
    display: none;
}

#topheader {
    transition-duration: .5s;
}

.guide.active {
    border-bottom: 1px solid #b70c0c;
}

.guide,
.guide1 {
    display: flex;
}

.background_gray {
    background-color: #f2f2f2;
}

.box,
.box1,
.box2,
.box3,
.box4,
.down-menu {
    overflow: hidden;
}

#button1,
#button2,
.showggh,
.showtel {
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, SimHei, SimSun;
    cursor: url(../image/cursor.png), auto;
}

#topheader {
    position: fixed;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: 99;
    background-color: #f2f2f2;
    box-shadow: 0 0 20px 5px #f2f2f2;
    font-size: 8px;
}

#topheader:hover,
.slide.active {
    opacity: 1;
}

#header {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 5px 5px #f2f2f2;
}

#logo {
    width: 30%;
    margin: auto 3px;
}

#logo img {
    width: 100%;
}

.color-block1 {
    flex: 0.5;
    height: 100%;
}

.block {
    width: 10%;
    margin: 0 1%;
    height: 100%;
    text-align: center;
    border-radius: 5px;
    transition-duration: .5s;
}

.guide,
.guide1 {
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.block1 {
    flex: 1;
    height: 100%;
    margin-right: 2px;
    transition: 0.5s;
    z-index: 90;
    border-radius: 5px;
}

.block1.active {
    box-shadow: 0px 0px 20px 5px rgb(219, 219, 219);
    background-color: #ffffff;
}

.block1 a {
    color: #535353;
    font-size: 8px;
}

.guide {
    justify-content: center;
    align-items: center;
    font-size: 8px;
}

.guide1 {
    justify-content: center;
    align-items: center;
    color: #fff;
}

.link {
    color: #5c5c5c;
    width: 100%;
    height: 100%;
}

.slideshow-container {
    width: 95%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 20px 5px #d1d1d1;
}

.slide,
.slide img {
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 3s;
}

.background_gray {
    background: linear-gradient(to bottom, #f2f2f2, 90%, #fff);
}

.background_gray p {
    font-size: 8px;
    color: #535353;
}

.background_white {
    background-color: #fff;
    background: linear-gradient(to bottom, #fff, 95%, #f2f2f2);
    padding-bottom: 20px;
}

.background_white p {
    font-size: 8px;
    color: #535353;
}

footer {
    background-color: #7e7e7e;
    color: #fff;
    text-align: center;
    padding: 15px 5px;
}

footer ul {
    display: none;
}

.footertable {
    border: 1px solid;
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}

.footertable a {
    color: #fff;
    margin: auto;
    height: fit-content;
}

.beian {
    display: flex;
    justify-content: center;
    margin: 8px 0;
}

.beian a {
    margin: auto 5px;
}

.beian img {
    margin: auto 0;
    width: 10px;
    height: 10px;
}

.pbox {
    background-color: #ececec;
    background: linear-gradient(to bottom, #fff 60%, #f2f2f2);
    box-shadow: 0 0 10px 3px #fff;
    border-radius: 10px;
    margin-right: 90px;
    padding: 0;
    height: 290px;
}

.pbox p {
    font-size: 10px;
}

.box {
    width: 1350px;
    height: 375px;
    margin: 0 auto;
    border: 3px solid #fff;
    box-shadow: 0 0 10px 5px #fff;
    border-radius: 20px;
    position: relative;
    animation-play-state: paused;
}

.down-menu,
.imgList,
.imgList4 {
    position: absolute;
    display: flex;
}

.imgList,
.imgList4 {
    animation: 35s linear infinite rolling;
}

.img {
    margin: 5px 5px 40px;
    width: 320px;
    height: 170px;
    float: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 20px 5px #fff;
}

#header a:hover+.down-menu,
.down-menu:hover {
    visibility: visible;
    opacity: 1;
}

.down-menu {
    z-index: 9;
    color: #778899;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 0 5px 1px #c5c5c5;
    width: 12%;
    top: 31px;
    transform: translate(-10%, 0);
    height: auto;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition-duration: .1s;
    border-radius: 3px;
}

.down-menu span {
    display: block;
    height: fit-content;
    padding: 5px 0;
}

.down-menu :hover {
    transition: .3s;
    background-color: #dcdcdc;
}

#myBtn {
    display: none;
}

.wx {
    display: none;
}

.hiddenwx {
    display: none;
}

.showggh {
    display: none;
}

.d5 {
    display: none;
}

.telephone {
    display: none;
}

.hiddentel {
    display: none;
}

.showtel {
    display: none;
}

.d3 {
    display: none;
}

.newstime {
    width: 30px;
    height: fit-content;
    border-radius: 5px;
    font-size: 8px;
    padding: 5px;
    margin: 0;
    background: linear-gradient(to top left, #fff, #e2e2e2);
    color: gray;
    box-shadow: 0 0 20px 5px #f2f2f2;
    background-color: #f2f2f2;
}

.news {
    width: 100%;
    margin-bottom: 5px;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
}

.news h3 {
    text-align: left;
    color: #2b2b2b;
    margin: 5px;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, SimHei, SimSun;
    ;
    font-size: 8px;
}

.news p {
    text-align: left;
    line-height: 1.1rem;
    color: rgb(124, 124, 124);
    margin: 0 5px;
}

.hiddenmain,
.main {
    display: none;
}

ul li::marker {
    font-size: 10px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    float: left;
    padding: 5px 8px;
    text-decoration: none;
}

ul.pagination li a.active {
    background-color: #4caf50;
    box-shadow: 0 0 5px 0 #3c8a3e;
    color: #fff;
    border-radius: 5px;
    cursor: not-allowed;
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
    box-shadow: 0 0 10px 0 #c2c2c2;
}

.forbid {
    cursor: not-allowed;
}

.main {
    z-index: 99;
    border: none;
    cursor: url(../image/home.png), auto;
    padding: 15px;
    border-radius: 10px;
    transition-property: all;
    transition-duration: .5s;
}

.hiddenrecruit {
    display: none;
}

.hiddenmain {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 10px;
}

.header1 {
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.img-box {
    width: 90%;
}

.img-box img {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    width: 90%;
}

.box1,
.box2,
.box3,
.box4 {
    height: 170px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    animation-play-state: paused;
    width: 90%;
    box-shadow: 0 0 20px 5px #f2f2f2;
}

.box1 li div,
.box2 li div,
.box3 li div,
.box4 li div {
    background-color: #f7f7f7;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
    box-shadow: 0 0 20px 5px #e6e6e6;
}

.box1 li div p,
.box2 li div p,
.box3 li div p,
.box4 li div p {
    padding: 5px;
    color: rgb(83, 83, 83);
    font-size: 8px;
}

#button1,
#button2,
#linka,
.imgList1,
.imgList2,
.imgList3 {
    position: absolute;
}

.imgList1,
.imgList2,
.imgList3 {
    animation: 30s linear infinite rolling;
    display: flex;
}

.boxnews:hover,
ul:hover {
    animation-play-state: paused;
}

.img1 {
    width: 150px;
}

@keyframes rolling {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-70%);
    }

    100% {
        transform: translateX(0);
    }
}

.changewhite_p {
    width: 90%;
    margin-bottom: 10px;
    border-top: 1px solid;
}

.changewhite_p td {
    width: 50%;
}

.changewhite_p h2 {
    font-size: 8px;
    margin: 3px 0;
}

.changewhite_p p {
    margin: 3px 0;
}

.changewhite:hover {
    background: #fff;
}

.changegray:hover {
    background: #f2f2f2;
}

.changewhite {
    transition-property: all;
    transition-duration: .5s;
}

.changegray {
    background: #fff;
    transition-property: all;
    transition-duration: .5s;
}

.boxnewslist {
    width: 360px;
    height: auto;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 10px 0;
    margin-top: 10px;
}

.boxnews {
    width: 1440px;
    height: auto;
    animation: 20s infinite mybox;
}

.boxnews img {
    width: 100%;
}

.boxnewsc {
    color: #535353;
    margin: 5px;
}

.boxnewsdate {
    color: #535353;
}

.boxnews div {
    background-color: #f7f7f7;
    margin: 0 10px;
    width: 100px;
    height: auto;
    float: left;
}

@keyframes mybox {

    0%,
    100%,
    12.5% {
        transform: translate(0);
    }

    25%,
    37.5% {
        transform: translate(-360px);
    }

    50%,
    62.5% {
        transform: translate(-720px);
    }

    75%,
    87.5% {
        transform: translate(-1080px);
    }
}

.hidden {
    opacity: 0;
    z-index: 90;
    transition: opacity .5s ease-in-out;
}

#link,
#switch,
#upimg,
.line:hover,
.linkc:hover,
.movedown,
.moveup {
    transition: .5s;
}

.shown {
    opacity: 1;
    z-index: 91;
}

#button1,
#button2 {
    padding: 3px;
    font-size: 8px;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, SimHei, SimSun;
    ;
    font-weight: 600;
    left: 16%;
    border-radius: 5px;
    transition: .5s;
}

#button1:hover,
#button2:hover {
    box-shadow: 10px 10px 20px 10px #cacaca;
    background-color: #797979;
    color: #fff;
}

.btc {
    z-index: -1;
    opacity: 0;
}

.btn {
    z-index: 92;
    opacity: 1;
}

.moveup {
    transform: translate(0);
}

.movedown {
    transform: translate(0, -100%);
}

.linkc {
    padding: 10px;
    font-size: 10px;
}

.linkc:hover {
    background-color: #e7e7e7;
    color: #333;
}

#link {
    z-index: 96;
    color: #fff;
    background: #f2f2f234;
    border-radius: 5px;
    font-size: 8px;
    border: none;
    width: 110px;
    padding: 4px;
}

#link p {
    margin: auto;
}

#link img {
    display: none;
}

#link:hover {
    box-shadow: 0 5px 20px 5px #dddddd;
}

#linka {
    background-color: #444444c4;
    opacity: 1;
    z-index: -1;
    transform: translate(0%, -100%);
    overflow: hidden;
    height: 0;
    border-radius: 5px;
    border-color: #f2f2f2;
}

#upimg {
    width: 20px;
    margin-left: 35px;
}

.policy {
    width: 90%;
    margin-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.452);
}

.policytable {
    width: 80%;
}

.policytable p {
    font-size: 8px;
    line-height: 1.1rem;
    text-align: left;
    text-indent: 2em;
    color: #5c5c5c;
}

.policytable td {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.policytable li {
    text-align: left;
    font-size: 10px;
    margin: 5px;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, SimHei, SimSun;
    ;
}

.policytable ul {
    list-style-type: circle;
    padding: 0;
    margin: 0;
}

.policytable img {
    width: 90%;
    margin: auto;
    border-radius: 5px;
}

.recruitment {
    width: 95%;
    text-align: center;
    border-spacing: 0;
    border: 1px solid #f2f2f2;
}

.recruitment td,
.recruitment th {
    height: 32px;
    padding: 5px;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 400;
}

.recruitment p {
    margin: 0px;
    font-size: 8px;
}

.line {
    transition-property: all;
    transition-duration: .5s;
}

.line:hover {
    background-color: #f2f2f2;
}

.recruit {
    display: none;
}

.background_pw {
    display: none;
}

button {
    font-size: 8px;
    background-color: #f2f2f2;
    cursor: pointer;
    transition: .5s;
    padding: 8px;
    color: #535353;
    border-radius: 7px;
    border: 1px solid #dddddd;
}

#modal-image {
    animation-name: zoom;
    animation-duration: .8s;
}

.modal {
    display: none;
    align-items: center;
    position: fixed;
    z-index: 97;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
}

.modal p {
    color: #fff;
    text-align: center;
    margin-top: 5%;
    font-size: 15px;
}

.modal-image {
    border-radius: 3px;
}

.pimage {
    cursor: zoom-in;
}

@keyframes zoom {
    from {
        transform: scale(.2);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.listbetween {
    justify-content: space-between;
    display: flex;
}

.listbetween p {
    margin: 0;
}

.listbetween span {
    font-size: 8px;
    margin-left: 3px;
}

a {
    color: #535353;
    text-decoration: none;
}

.listbetween a:hover {
    text-decoration: underline
}

.timeline {
    width: 100%;
    font-size: 8px;
}

.timeline h2 {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, SimHei, SimSun;
}

.timeline table {
    width: 100%;
    text-align: center;
}

.timeline td {
    max-width: 200px;
}

.middle-border {
    background-color: #3d3d3d98;
}

.date {
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    box-shadow: 0 0 1px 1px #7a7a7a73;
    transition: opacity 0.5s ease-in-out;
}

.date.hidden {
    opacity: 0;
}

.date.right {
    box-shadow: 0 0 1px 1px #7a7a7a73;
}

.date img {
    margin: 20px;
    width: 90%;
}

.date p {
    text-align: left;
    text-indent: 2em;
    margin: 3px 0;
    line-height: 1.1rem;
}

.brand {
    width: 90%;
}

.brand img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 1px 1px #7a7a7a73;
}

.search {
    height: fit-content;
    width: fit-content;
    position: relative;
    padding: 0 0 15px 70%;
}

.search input {
    border-radius: 3px;
    border-width: 1px;
    font-size: 8px;
}

.search input:hover {
    box-shadow: 0 0 5px 1px #b6b6b6;
}

.search input:focus {
    outline: none;
    border-color: #b6b6b6;
}

.search button {
    position: absolute;
    bottom: 15px;
    transform: translate(-120%, 0);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px;
}

.search button img {
    width: 10px;
}

.mainintroduction {
    margin-top: 10px;
    width: 95%;
    display: flex;
    border-radius: 10px;
    background: linear-gradient(to right, white, #f2f2f2);
    box-shadow: 0 0 20px 5px white;
}

.mainintroduction div {
    display: grid;
    justify-content: center;
    align-content: center;
    width: 50%;
}

.mainintroduction img {
    border: 3px solid #f2f2f2;
    border-radius: 5px;
    width: 95%;
}

.mainintroduction p {
    margin: 5px;
    line-height: 1.1rem;
    text-indent: 2em;
    font-size: 8px;
    color: #535353;
    text-align: left;
}

.introductionmore {
    width: 100%;
}

.introductionmore p {
    margin-right: 2%;
    font-size: 8px;
    padding: 5px;
    width: fit-content;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ffffff;
}

.mainnews {
    margin-top: 10px;
    border: 10px;
    margin-bottom: 0px;
}

.mainnews_main {
    width: 80%;
    margin: 0 auto 10px;
    height: fit-content;
    text-align: left;
}

.mainnews_main:hover {
    background-color: #f2f2f2;
}

.mainnews_main img {
    width: 100%;
    border-radius: 5px;
}

.mainnews_main h3 {
    font-size: 10px;
    color: #2b2b2b;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, SimHei, SimSun;
    margin: 5px;
}

.mainnews_main p {
    margin: 20px;
    font-size: 8px;
    color: #868686;
    line-height: 1.1rem;
    margin: 0 5px;
}

.mainnews_item {
    width: 80%;
}

.newsmore p {
    margin-right: 2%;
    font-size: 8px;
    padding: 5px;
    width: fit-content;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #f2f2f2;
}

.title h2 {
    color: #414141;
    margin-bottom: 0;
}


.title p {
    margin: 0px;
}

.introduction {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 80%;
    border-top: 1px solid rgba(0, 0, 0, 0.452);
    padding: 5px;
}

.introduction img {
    width: 95%;
    margin: 5px auto;
    border-radius: 3px;
}

.introduction p {
    text-indent: 2em;
    line-height: 1.1rem;
    font-size: 8px;
    letter-spacing: 0.05rem;
    margin: 0 3%;
}

.guidemap {
    display: none;
}

.introduction1 {
    display: grid;
    justify-content: center;
    width: 90%;
    box-shadow: 0 0 1px 1px #7a7a7a73;
    border-radius: 10px;
}

.qinleft {
    margin-left: 1em;
    margin-bottom: 15px;
    margin-top: 5px;
    display: flex;
}

.qinleft nav {
    padding-left: 20px;
    display: grid;
    align-items: center;
}

.qinleft nav p {
    color: #535353;
    margin: auto;
    font-size: 8px;
}

.qinleft div {
    border: 1px solid;
    border-radius: 15px;
    width: 120px;
    background-color: #f2f2f2;
}

.qinleft div p {
    color: #535353;
    margin: 5px;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, SimHei, SimSun;
    font-size: 9px;
}

.qinright {
    margin-left: 3em;
    margin-bottom: 15px;
    display: flex;
}

.qinright nav {
    padding-left: 20px;
    display: grid;
    align-items: center;
}

.qinright nav p {
    color: #535353;
    margin: auto;
    font-size: 8px;
}

.qinright div {
    border: 1px solid;
    border-radius: 15px;
    width: 130px;
    background-color: #f2f2f2;
}

.qinright div p {
    color: #535353;
    margin: 5px;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, SimHei, SimSun;
    font-size: 9px;
}

.ti p {
    text-align: left;
    text-indent: 2em;
    line-height: 1.1rem;
    color: #535353;
    font-size: 8px;
}

.fontintroduction {
    font-size: 8px;
    margin: 5px 10px;
}

.imnews {
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0 0 20px 5px #f2f2f2;
}

.ttnews {
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0 0 20px 5px #f2f2f2;
}

.cpnews {
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0 0 20px 5px #f2f2f2;
}

.pgnews {
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0 0 20px 5px #f2f2f2;
}

#div1 {
    position: absolute;
    width: 98.5%;
}

#div1 ul {
    padding-left: 15px;
    margin: 0;
}

#div1 li {
    margin: 3px;
}

#div1 a {
    width: 200%;
    font-size: 8px;
}

#div1 span {
    margin-left: 10px;
    display: grid;
    text-align: center;
}

#div2 {
    position: relative;
    width: 98.5%;
}

#switch {
    position: absolute;
    left: 5%;
    font-size: 8px;
    margin: 5px 0;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, SimHei, SimSun;
}

.contacttable {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    cursor: url(../image/telcursor.png), auto;
    box-shadow: 0 0 20px 5px #f2f2f2;
}

.contacttable p {
    font-size: 8px;
    line-height: 1.6em;
    margin-left: 5px;
}

.grow {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #f2f2f2;
}

.messsage {
    font-size: 20px;
}

.messsage b {
    font-size: 8px;
}

.messsage textarea {
    font-size: 8px;
    box-shadow: 0 0 20px 5px #f2f2f2;
    outline: 0;
    border-radius: 10px;
    resize: none;
    border: none;
    padding: 15px;
}

#email {
    height: 18px;
    border-radius: 3px;
    font-size: 8px;
    width: 130px;
    border: 1px solid #dddddd;
}

#submit,
#submitcode {
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 8px;
    font-weight: bold;
}

#submit:hover,
#submitcode:hover {
    background-color: #949494;
    color: #fff;
}

#code {
    height: 18px;
    border-radius: 3px;
    font-size: 8px;
    width: 130px;
    border: 1px solid #dddddd;
}

.wxcontent {
    width: 90%;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 20px 5px #f2f2f2;
}

.wxcontent p {
    text-align: center;
    font-size: 8px;
    font-weight: bold;
}

.wxqrcode {
    width: 80px;
    cursor: zoom-in;
}

.close {
    width: 25px;
    z-index: 999;
    cursor: pointer;
    margin-left: 10px;
}

#container {
    width: 90%;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px #f2f2f2;
}

.recruitmenttable {
    width: 90%;
    text-align: center;
}

.recruitmenttable td {
    padding: 5px;
    border: 0;
    border-bottom: 1px solid #d3d3d3;
}

.recruitmenttable p {
    margin: auto;
    line-height: 1.1rem;
    width: fit-content;
    font-size: 8px;
}

.zttable {
    width: 90%;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.zttable img {
    width: 60%;
    border-radius: 3px;
}

.zttable p {
    text-align: left;
    text-indent: 2em;
    line-height: 1.1rem;
    color: #535353;
    font-size: 8px;
    margin: 0;
}

.ztcontent {
    width: 90%;
}

.ztcontent p {
    text-indent: 2em;
    line-height: 1.1rem;
    font-size: 8px;
    margin: 0;
}

.ztcontent img {
    width: 100%;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ztcontent~div button {
    font-size: 8px;
    margin: 10px;
}

.newscontent {
    width: 90%;
}

.newscontent p {
    font-size: 8px;
    line-height: 1.1rem;
    text-indent: 2em;
    margin: 5px;
}

.newscontent img {
    width: 80%;
    border-radius: 3px;
}

.newscontent video {
    width: 90%;
}

.changewhite,
.changewhite1 {
    box-shadow: 1px 1px 1px 1px #e6e6e6;
    font-size: 8px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 3px;
}

.imgflow {
    width: 80%;
    overflow: auto;
    display: flex;
}

.imgflow img {
    width: 90%;
}

.newshead {
    width: 80%;
    border-bottom: 1px solid;
}

.newshead h2 {
    margin-bottom: 0;
}

.newshead p {
    margin-top: 0;
}

.playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    z-index: 11;
    opacity: 1;
}

.playbutton.loading {
    border: 4px solid rgba(255, 255, 255, 0.9);
    animation: spin 1s linear infinite;
    border-left-color: transparent;
}

.select {
    background: none;
    color: #fff;
    border: none;
    font-size: 8px;
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
}

.select option {
    font-size: 12px;
    background-color: #f9f9f9;
    color: #333;
}