h1 {
    display: none;
}

button {
    font-size: 20px;
}

#topheader,
.down-menu {
    transition-property: all;
}

#topheader,
.block {
    transition-duration: .5s;
}

.block1:hover a,
.block:hover a {
    color: #000;
}

.guide.active {
    box-shadow: 0 0 20px 5px #dbdbdb;
    background-color: #ffffffc2;
    border-radius: 5px;
}

#header,
.guide,
.guide1 {
    display: flex;
}

.background_gray {
    background-color: #f2f2f2;
}

.block,
.block1,
.pbox {
    cursor: pointer;
}

.box,
.box1,
.box2,
.box3,
.box4,
.down-menu,
.img-box {
    overflow: hidden;
}

#button1,
#button2,
.newstime,
.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;
}

#topheader:hover,
.slide.active {
    opacity: 1;
}

#header {
    width: 100%;
    height: 80px;
    align-items: center;
    transition: 0.5s;
    background-color: #fff;
    box-shadow: 0 0 5px 5px #f2f2f2;
}

.mainlogo {
    width: 17.5%;
    padding: 40px 0;
    padding-bottom: 0;
    margin-left: 10%;
}

.mainlogo img {
    width: 100%;
}

#logo {
    cursor: pointer;
    opacity: 1;
    transition: 1s;
    width: 17.5%;
    z-index: -1;
    margin-right: 3%;
}

#logo.active {
    margin-left: 8%;
    z-index: 100;
}

#logo img {
    width: 100%;
}

#logo p {
    font-size: 13px;
    margin-left: 10px;
    margin-top: 10px;
    color: #535353;
}

.color-block1 {
    flex: 2;
    height: 100%;
}

.block {
    width: 11%;
    height: 100%;
    border-radius: 5px;
}

.guide,
.guide1 {
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.block:hover {
    background-color: #fff;
    box-shadow: 0 0 20px 5px #a5a5a5;
}

.block1 {
    flex: 1;
    height: 100%;
    margin-right: 2px;
    transition: 0.5s;
    z-index: 90;
    border-radius: 15px;
}

.block1.active {
    box-shadow: 0px 0px 20px 5px rgb(219, 219, 219);
    background-color: #ffffff;
}

.block1 a {
    color: #555555;
    font-size: 19px;
}

.block1:hover {
    background-color: #fff;
    box-shadow: 0 0 20px 5px #dbdbdb;
    z-index: 91;
}

.guide {
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgb(3, 3, 3);
}

.guide1 {
    justify-content: center;
    align-items: center;
    color: #fff;
}

.link {
    color: #5c5c5c;
    width: 100%;
    height: 100%;
}

.slideshow-container {
    width: 2050px;
    height: 1150px;
    border-radius: 10px;
    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);
    padding: 20px;
}

.background_gray p {
    font-size: 16px;
    color: #535353;
}

.background_white {
    background-color: #fff;
    background: linear-gradient(to bottom, #fff, 95%, #f2f2f2);
    padding: 20px;
}

.background_white h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.background_white p {
    color: #555;
}

.guidemap p {
    margin-bottom: 40px;
}

footer {
    text-align: center;
    color: #fff;
    background-color: #7e7e7e;
    padding: 20px;
    display: flex;
    justify-content: center;
}

footer li {
    margin-bottom: 40px;
}

.footertable {
    border: 3px solid;
    border-radius: 20px;
    padding: 10px;
    margin-right: 60px;
    display: grid;
    grid-template-columns: 1fr 1.1fr 0.7fr;
    justify-content: center;
}

.footertable p {
    height: fit-content;
    margin: auto;
}

.footertable a {
    color: #fff;
    margin: auto;
    height: fit-content;
}

.beian {
    display: flex;
    justify-content: center;
}

.beian a {
    margin: auto 5px;
}

.beian img {
    margin: auto 0;
    width: 20px;
    height: 20px;
}

.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: 20px;
}

.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;
}

#myBtn,
#myBtn:hover,
.main:hover,
.recruit:hover,
.telephone:hover,
.wx:hover {
    opacity: 0;
}

.down-menu {
    z-index: 9;
    color: #778899;
    visibility: hidden;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px 1px #c5c5c5;
    width: 11%;
    height: auto;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition-duration: .1s;
}

.news {
    box-shadow: 0 0 20px 5px #f2f2f2;
}

#myBtn,
.wx {
    padding: 15px;
    transition-property: all;
    transition-duration: .5s;
    right: 10px;
    outline: 0;
    background-color: #d1cfcf;
    position: fixed;
}

.down-menu span {
    margin: 25px;
}

.down-menu :hover {
    transition: .3s;
    background-color: #dcdcdc;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #dcdcdc;
}

#myBtn {
    bottom: 110px;
    z-index: -1;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.wx {
    bottom: 178px;
    z-index: 99;
    border: none;
    border-radius: 10px;
    cursor: url(../image/wxcursor.png), auto;
}

.hiddenwx {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    position: fixed;
    bottom: 178px;
    right: 10px;
    z-index: 98;
    border: none;
    color: #fff;
    outline: 0;
    background-color: #d1cfcf;
}

.d5,
.showggh {
    opacity: 0;
    z-index: -1;
    transition-property: all;
    transition-duration: .5s;
}

.showggh {
    border: 3px solid #9c9a9a;
    width: 200px;
    height: 180px;
    border-radius: 10px;
    padding-top: 20px;
    background-color: #f2f2f2;
    position: fixed;
    bottom: 100px;
    right: 80px;
}

.telephone:hover~.showtel,
.wx:hover~.showggh {
    z-index: 1600;
    opacity: 1;
}

.telephone:hover~.d3,
.wx:hover~.d5 {
    z-index: 1500;
    opacity: 1;
}

.d5 {
    bottom: 200px;
    right: 61px;
    position: fixed;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #9c9a9a;
}

.hiddentel,
.telephone {
    position: fixed;
    bottom: 243px;
    right: 10px;
    outline: 0;
    background-color: #d1cfcf;
}

.telephone {
    z-index: 99;
    border: none;
    padding: 10px;
    border-radius: 10px;
    cursor: url(../image/telcursor.png), auto;
    transition-property: all;
    transition-duration: .5s;
}

.hiddentel {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    z-index: 98;
    border: none;
    color: #fff;
}

.d3,
.showtel {
    position: fixed;
    z-index: -1;
    opacity: 0;
}

.showtel,
ul.pagination li a {
    color: #000;
    transition-property: all;
    transition-duration: .5s;
}

.news:hover,
.showtel {
    background-color: #f2f2f2;
}

.showtel {
    border: 3px solid #9c9a9a;
    width: 170px;
    height: 70px;
    border-radius: 10px;
    font-size: 20px;
    padding-top: .7%;
    bottom: 230px;
    right: 80px;
    padding-left: 45px;
}

.d3 {
    bottom: 264px;
    right: 61px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #9c9a9a;
    transition-property: all;
    transition-duration: .5s;
}

.newstime {
    padding: 10px;
    width: 90px;
    height: 85px;
    font-size: 24px;
    color: gray;
    line-height: 2.5rem;
    margin: 0;
}

.news {
    text-align: left;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 15px;
    transition-property: all;
    transition-duration: .5s;
}

.news h3 {
    margin: 10px 20px 10px 20px;
    color: #2b2b2b;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, SimHei, SimSun;
}

.news p {
    margin: 10px 20px 10px 20px;
    line-height: 1.5rem;
    color: #868686;
}

.hiddenmain,
.main {
    position: fixed;
    bottom: 308px;
    right: 10px;
    outline: 0;
    background-color: #d1cfcf;
}

ul li::marker {
    font-size: 20px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin-top: 160px;
    padding-bottom: 60px;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    float: left;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
}

ul.pagination li a.active {
    background-color: #4caf50;
    box-shadow: 0 0 10px 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;
}

#link,
.hiddenmain,
.hiddenrecruit {
    z-index: 98;
    color: #fff;
}

.hiddenrecruit {
    background-color: #d1cfcf;
    border-radius: 10px;
}

#link,
.boxnews div,
.btn,
.changewhite_p,
.line:hover,
.linkc {
    cursor: pointer;
}

.hiddenmain {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 10px;
}

.header1 {
    height: 70px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.img-box {
    width: 400px;
    padding: 20px;
}

.img-box div {
    border-radius: 10px;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    border: 1px solid #f2f2f2;
    transition: all 0.5s;
}


.box1,
.box2,
.box3,
.box4 {
    height: 500px;
    margin: 0px auto 50px;
    border: 5px solid #f2f2f2;
    border-radius: 30px;
    position: relative;
    animation-play-state: paused;
    width: 1350px;
    box-shadow: 0 0 20px 5px #f2f2f2;
}

.box1 li div,
.box2 li div,
.box3 li div,
.box4 li div {
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 20px;
    cursor: pointer;
    margin: 20px 40px 20px 40px;
    box-shadow: 0 0 20px 5px #e6e6e6;
}

.box1 li div p,
.box2 li div p,
.box3 li div p,
.box4 li div p {
    padding: 10px;
    color: rgb(83, 83, 83);
    font-size: 19px;
}

#button1,
#button2,
#linka,
.imgList1,
.imgList2,
.imgList3 {
    position: absolute;
}

@keyframes rolling {
    0% {
        transform: translateX(0%);
    }

    9.99%,
    50% {
        transform: translateX(-100%);
    }

    50.01%,
    100% {
        transform: translateX(0%);
    }
}

.imgList1,
.imgList2,
.imgList3 {
    animation: 28s linear infinite rolling;
    display: flex;
    overflow: hidden;
}

.boxnews:hover,
ul:hover {
    animation-play-state: paused;
}

.img1 {
    width: 450px;
    height: 210px;
    border-radius: 10px;
}

@keyframes rolling {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-70%);
    }

    100% {
        transform: translateX(0);
    }
}

.changewhite_p {
    width: 1300px;
    height: 210px;
    margin-bottom: 60px;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 1);
    transition-property: all;
    transition-duration: .5s;
}

.changewhite_p h2 {
    color: #222226;
}

.changewhite_p:hover {
    box-shadow: 0 0 1px 1px #000000;
}

.changewhite:hover {
    background: #fff;
}

.changegray:hover {
    background: #f2f2f2;
}

.img-box:hover img {
    transform: scale(1.1);
}

.changewhite {
    transition-property: all;
    transition-duration: .5s;
}

.changegray {
    background: #fff;
    transition-property: all;
    transition-duration: .5s;
}

.boxnewslist {
    width: 1350px;
    height: auto;
    overflow: hidden;
    border: 5px solid #f2f2f2;
    border-radius: 20px;
    padding: 30px 10px;
    box-shadow: 0 0 20px 5px #f2f2f2;
    margin-bottom: 100px;
}

.boxnews {
    width: 5400px;
    height: auto;
    animation: 20s infinite mybox;
}

.boxnews img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.boxnewsc {
    color: rgb(92, 92, 92);
    margin: 40px;
    font-size: 20px;
}

.boxnewsdate {
    color: rgb(92, 92, 92);
    margin: 0 40px 20px 40px;
}

.boxnews div {
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px #e6e6e6;
    margin: 0 20px;
    width: 410px;
    height: auto;
    float: left;
}

@keyframes mybox {

    0%,
    100%,
    12.5% {
        transform: translate(0);
    }

    25%,
    37.5% {
        transform: translate(-1350px);
    }

    50%,
    62.5% {
        transform: translate(-2700px);
    }

    75%,
    87.5% {
        transform: translate(-4050px);
    }
}

.hidden {
    opacity: 0;
    z-index: 90;
    transition: opacity .5s ease-in-out;
}

#link,
#upimg,
.line:hover,
.linkc:hover,
.movedown,
.moveup {
    transition: .5s;
}

#switch {
    position: absolute;
    left: 48%;
    transform: translate(-790%, 0);
    font-size: 20px;
    line-height: 6px;
}

.shown {
    opacity: 1;
    z-index: 91;
}

#div1 {
    position: absolute;
    height: 1275px;
    width: 98.5%;
}

#div1 li {
    margin: 20px 20px 30px 20px;
}

#div1 a {
    font-size: 17px;
}

#div2 {
    position: relative;
    height: 1275px;
}

#button1,
#button2 {
    width: 150px;
    height: 50px;
    font-size: 20px;
    left: 48%;
    transform: translate(-400%, 0);
    border-radius: 10px;
    transition: .5s;
    background: 0 0;
    border: 1px solid #b3b3b3;
}

#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: 20px;
}

.linkc:hover {
    background-color: #e7e7e7;
    color: #333;
}

#link {
    z-index: 96;
    width: 184px;
    height: fit-content;
    margin: auto;
    background: #f2f2f234;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    border: none;
}

#link p {
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#link:hover {
    box-shadow: 0 5px 20px 5px #a8a8a8;
}

#linka {
    background-color: #444444c4;
    opacity: 1;
    z-index: -1;
    transform: translate(0%, -100%);
    overflow: hidden;
    width: 184px;
    height: 0;
    border-radius: 5px;
    border-color: #f2f2f2;
}

#upimg {
    width: 20px;
    margin-left: 35px;
}

.policy {
    width: 1200px;
    margin-bottom: 60px;
    border-top: 3px solid rgba(0, 0, 0, 0.452);
}

.policytable p {
    font-size: 20px;
    line-height: 1.9rem;
    text-align: left;
    text-indent: 2rem;
    margin-bottom: 20px;
    color: #5c5c5c;
}

.policytable td {
    width: 560px;
    padding: 0 20px 40px 20px;
}

.policytable li {
    text-align: left;
    font-size: 25px;
    margin: 15px;
    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;
}

.policytable img {
    width: 550px;
    border-radius: 5px;
}

.recruitment {
    width: 2000px;
    box-shadow: 0 0 20px 5px #f2f2f2;
    margin-bottom: 60px;
    text-align: center;
    margin-bottom: 100px;
}

.recruitment td,
.recruitment th {
    padding: 40px 20px;
    border: 0;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 400;
}

.recruitment p {
    margin: 0px;
    font-size: 20px;
}

.line {
    transition-property: all;
    transition-duration: .5s;
}

.line:hover {
    background-color: #f2f2f2;
}

.hiddenrecruit,
.recruit {
    width: 60px;
    right: 10px;
    bottom: 375px;
    position: fixed;
    text-align: center;
}

.recruit {
    background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
    border-radius: 10px;
    cursor: pointer;
    transition-property: all;
    transition-duration: .5s;
    z-index: 99;
}

.background_pw {
    padding: 20px 20px 5px 20px;
}

.background_pw h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.background_pw p {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

button {
    cursor: pointer;
    padding: 8px 15px;
    color: #535353;
    border-radius: 7px;
    border: 1px solid #a8a8a8;
}

#modal-image {
    animation-name: zoom;
    animation-duration: .8s;
}

.modal {
    display: none;
    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: 30px;
}

.modal-image {
    border-radius: 10px;
}

@keyframes zoom {
    from {
        transform: scale(.2);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.listbetween {
    margin: 0;
    justify-content: space-between;
    display: flex;
}

.listbetween p {
    margin: 0;
}

.listbetween span {
    font-size: 17px;
}

a {
    color: #535353;
    text-decoration: none;
}

.listbetween a:hover {
    text-decoration: underline
}

.timeline {
    width: 100%;
    font-size: 18px;
}

.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: 70%;
    padding-bottom: 60px;
    text-align: center;
}

.timeline td {
    max-width: 200px;
}

.middle-border {
    width: 3px;
    background-color: #3d3d3d98;
}

.date {
    cursor: pointer;
    padding: 20px;
    margin: 10px 40px;
    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;
    font-size: 20px;
    text-indent: 2rem;
    margin: 0 5%;
    line-height: 2rem;
    letter-spacing: 0.7px;
}

.brand img {
    width: 1000px;
    border: 5px solid white;
    border-radius: 20px;
    margin-bottom: 100px;
    box-shadow: 0 0 1px 1px #7a7a7a73;
}

.search {
    padding: 0 0 20px 65%;
    height: fit-content;
    width: fit-content;
    position: relative;
}

.search input {
    font-size: 16px;
    padding: 10px;
    width: 250px;
    border-radius: 15px;
    border-color: #b6b6b6;
    border-width: 1px;
    box-shadow: 0 0 1px 1px #b6b6b6;
}

.search input:hover {
    box-shadow: 0 0 5px 1px #b6b6b6;
}

.search input:focus {
    outline: none;
    border-color: #b6b6b6;
}

.search button {
    position: absolute;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.search button img {
    width: 20px;
}

.mainintroduction {
    border: 3px solid white;
    border-radius: 20px;
    width: 1250px;
    cursor: pointer;
    background: linear-gradient(to right, white, #f2f2f2);
    box-shadow: 0 0 20px 5px white;
    display: flex;
}

.mainintroduction div {
    display: grid;
    width: 50%;
}

.mainintroduction img {
    border: 3px solid #f2f2f2;
    border-radius: 10px;
    margin: 20px;
    width: 95%;
}

.mainintroduction p {
    margin: auto 30px;
    text-indent: 2em;
    line-height: 3rem;
    font-size: 19px;
    color: rgb(92, 92, 92);
    text-align: left;
}

.introductionmore {
    width: 1250px;
    margin-bottom: 60px;
}

.introductionmore p {
    padding: 5px;
    width: 100px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 5px white;
    height: 25px;
    margin-top: 35px;
    cursor: pointer;
    border: 5px solid #ffffff;
}

.mainnews {
    display: flex;
    width: 1400px;
    border: 10px;
    margin-bottom: 0px;
}

.mainnews_main {
    border-radius: 15px;
    width: 50%;
    margin-right: 5%;
    height: fit-content;
    text-align: left;
    box-shadow: 0 0 20px 5px #f2f2f2;
    transition: 0.5s;
    cursor: pointer;
}

.mainnews_main:hover {
    background-color: #f2f2f2;
}

.mainnews_main img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mainnews_main h3 {
    margin: 10px 20px 10px 20px;
    font-size: 20px;
    color: #2b2b2b;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, SimHei, SimSun;
}

.mainnews_main p {
    margin: 20px;
    font-size: 17px;
    color: #868686;
    line-height: 1.5rem;
}

.mainnews_item {
    width: 50%;
}

.newsmore {
    width: 1350px;
}

.newsmore p {
    text-align: center;
    padding: 5px;
    width: 100px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 5px #f2f2f2;
    height: 25px;
    margin-top: 35px;
    cursor: pointer;
    border: 5px solid #f2f2f2;
}

.title h2 {
    color: #414141;
    margin-bottom: 0;
}


.title p {
    margin-bottom: 30px;
}

.introduction {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    text-align: left;
    box-shadow: 0 0 1px 1px #7a7a7a73;
    border-radius: 20px;
    width: 60%;
    margin-bottom: 50px;
}

.introduction img {
    width: 90%;
    margin: 5%;
    border-radius: 10px;
    cursor: pointer;
}

.introduction p {
    text-indent: 2em;
    line-height: 2.8rem;
    color: rgb(92, 92, 92);
    font-size: 19px;
    letter-spacing: 0.05rem;
    margin: 5%;
}

.introduction1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
    width: 1400px;
    box-shadow: 0 0 1px 1px #7a7a7a73;
    border-radius: 20px;
    padding: 20px;
}

.qinleft {
    margin-left: 1em;
    margin-bottom: 35px;
    margin-top: 30px;
    display: flex;
}

.qinleft nav {
    padding-left: 20px;
    display: grid;
    align-items: center;
}

.qinleft nav p {
    color: rgb(92, 92, 92);
    margin: auto;
    font-size: 19px;
}

.qinleft div {
    border: 4px solid;
    border-radius: 15px;
    width: 120px;
    background-color: #f2f2f2;
}

.qinleft div p {
    color: rgb(92, 92, 92);
    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: 20px;
}

.qinright {
    margin-left: 3em;
    margin-bottom: 35px;
    display: flex;
}

.qinright nav {
    padding-left: 20px;
    display: grid;
    align-items: center;
}

.qinright nav p {
    color: rgb(92, 92, 92);
    margin: auto;
    font-size: 19px;
}

.qinright div {
    border: 4px solid;
    border-radius: 15px;
    width: 130px;
    background-color: #f2f2f2;
}

.qinright div p {
    color: rgb(92, 92, 92);
    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: 20px;
}

.ti p {
    text-align: left;
    text-indent: 2em;
    line-height: 3rem;
    color: rgb(92, 92, 92);
}

.fontintroduction {
    font-size: 19px;
    margin: 20px 20px 10px 20px;
}

.imnews {
    border: 5px solid white;
    border-radius: 30px;
    margin: 0px 20px 80px 20px;
    box-shadow: 0 0 20px 5px #f2f2f2;
    width: 750px;
}

.ttnews {
    border: 5px solid white;
    border-radius: 30px;
    margin: 0 20px 60px 20px;
    box-shadow: 0 0 20px 5px #f2f2f2;
    width: 550px;
}

.cpnews {
    border: 5px solid white;
    border-radius: 30px;
    margin: 0px 20px 80px 20px;
    box-shadow: 0 0 20px 5px #f2f2f2;
    width: 700px;
}

.pgnews {
    border: 5px solid white;
    border-radius: 30px;
    margin: 0px 20px 60px 20px;
    box-shadow: 0 0 20px 5px #f2f2f2;
}

.contacttable {
    width: 1250px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 5px solid #f2f2f2;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px;
    cursor: url(../image/telcursor.png), auto;
    box-shadow: 0 0 20px 5px #f2f2f2;
}

.contacttable p {
    font-size: 1.4em;
    line-height: 2.5rem;
    margin-left: 20px;
}

.grow {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 5px solid #f2f2f2;
}

.messsage {
    font-size: 20px;
    margin-bottom: 100px;
}

.messsage textarea {
    font-size: 20px;
    box-shadow: 0 0 20px 2px #cacaca;
    outline: 0;
    border-radius: 20px;
    resize: none;
    border: none;
    padding: 15px;
}

#email {
    margin-top: 10px;
    height: 40px;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 0 0 20px 2px #cacaca;
    outline: 0;
    width: 260px;
    margin-right: 20px;
    border: none;
}

#submit,
#submitcode {
    width: 150px;
    height: 50px;
    box-shadow: 0 0 20px 5px #f2f2f2;
    transition: .5s;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

#submit:hover,
#submitcode:hover {
    background-color: #949494;
    color: #fff;
}

#code {
    margin-top: 10px;
    height: 40px;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 0 0 20px 2px #cacaca;
    outline: 0;
    width: 130px;
    margin-right: 20px;
    border: none;
}

.wxcontent {
    width: 1050px;
    border: 5px solid #f2f2f2;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 430px;
    cursor: url(../image/wxcursor.png), auto;
    box-shadow: 0 0 20px 5px #f2f2f2;
}

.wxcontent p {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.wxqrcode {
    width: 200px;
    cursor: zoom-in;
}

.close {
    width: 50px;
    z-index: 999;
    cursor: pointer;
    margin-left: 20px;
}

#container {
    width: 1250px;
    height: 900px;
    border: 8px solid #f2f2f2;
    border-radius: 20px;
    box-shadow: 0 0 20px 5px #f2f2f2;
    overflow: hidden;
    margin-bottom: 100px;
}

.recruitmenttable {
    width: 1200px;
    box-shadow: 0 0 20px 5px #f2f2f2;
    margin-bottom: 60px;
    text-align: center;
    margin-bottom: 100px;
}

.recruitmenttable td {
    padding: 40px 20px;
    border: 0;
    border-bottom: 1px solid #d3d3d3;
}

.recruitmenttable p {
    margin: auto;
    width: fit-content;
    font-size: 20px;
    line-height: 3rem;
}

.zttable {
    width: 1550px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    margin-top: 0;
    padding-bottom: 100px;
}

.zttable img {
    width: 800px;
    border-radius: 10px;
    margin: 20px;
    margin-top: 0;
}

.zttable p {
    text-align: left;
    text-indent: 2em;
    line-height: 3rem;
    color: rgb(92, 92, 92);
    font-size: 20px;
    letter-spacing: 1px;
    padding: 20px;
    padding-top: 0;
    margin: 0;
}

.ztcontent {
    width: 1200px;
}

.ztcontent p {
    text-indent: 2em;
    line-height: 3rem;
    font-size: 21px;
    letter-spacing: 1px;
    margin: 0;
}

.ztcontent img {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: zoom-in;
}

.ztcontent~div button {
    font-size: 21px;
    margin: 20px;
}

.newscontent {
    width: 1000px;
    padding-bottom: 60px;
}

.newscontent img {
    width: 80%;
    cursor: zoom-in;
}

.newscontent p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    text-indent: 2em;
    margin: 10px 20px;
}

.newscontent video {
    width: 854px;
    cursor: pointer;
}


.changewhite,
.changewhite1 {
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all;
    width: 200px;
    height: 100px;
    text-align: center;
    border-radius: 10px;
}

.changewhite:hover {
    background-color: #fff;
    animation: bounceright 1.5s ease-in-out
}

.changewhite1:hover {
    background-color: #fff;
    animation: bounceleft 1.5s ease-in-out
}

@keyframes bounceright {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-30px)
    }

    60% {
        transform: translateX(-15px)
    }
}

@keyframes bounceleft {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateX(0)
    }

    40% {
        transform: translateX(30px)
    }

    60% {
        transform: translateX(15px)
    }
}

.imgflow {
    width: 800px;
    overflow: auto;
    display: flex;
}

.imgflow img {
    width: 100%;
}

.newshead {
    width: 800px;
}

.newssearch {
    min-height: 700px;
}

.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: 20px;
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
}

.select option {
    background-color: #f9f9f9;
    color: #333;
    font-size: 20px;
    line-height: 2rem;
}