@charset "utf-8";

/*滚动条样式*/

body {
    font-size: 14px;
}

html::-webkit-scrollbar {
    width: 0px;
}

.mid-news-cont {
    width: 100%;
    margin-top: 40px;
}

.mid-news,
.mid-contents {
    width: 1200px;
    margin: 0 auto;
}

.mid-news .mid-title {
    flex-direction: row
}

.mid-news .mid-title h1,
.mid-news .mid-title p {
    text-align: center;
}

.mid-news .mid-title h1 {
    letter-spacing: 3px;
    font-size: 3rem;
}

.mid-news .mid-title p {
    font-size: 2.5rem;
    margin: 0 50px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

.mid-news .mid-title .mid-title-eng {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.mid-news .mid-title span {
    display: inline-block;
    height: 1px;
    width: 100px;
    background-color: #333;
    border-radius: 2px;
}

.mid-contents {
    display: -webkit-flex;
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.mid-contents .mid-con-left .mid-conLeft-img {
    width: 540px;
    height: 260px;
    border-radius: 4px;
}

.mid-contents .mid-con-left .mid-conLeft-img img {
    width: 540px;
    height: 260px;
}

.mid-conLeft-text {
    width: 540px;
}

.mid-conLeft-text h6 {
    margin: 15px 0 10px;
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #333;
}

.mid-conLeft-text .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    font-size: 14px;
}

.mid-conLeft-text p .look {
    color: #1da3e5;
    font-size: 16px;
}

.mid-conLeft-text p .look:hover {
    text-decoration: underline;
}

.mid-con-right li {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.mid-con-right .mid-conRight-date {
    width: 120px;
    height: 120px;
    border-radius: 6px;
}

.mid-con-right .mid-conRight-date .date {
    font-size: 46px;
    color: #999;
    text-align: center;
    height: 80px;
    line-height: 80px;
}

.mid-con-right .mid-conRight-date .moon {
    font-size: 16px;
    color: #999;
    text-align: center;
}

.mid-con-right .split {
    display: block;
    width: 4px;
    height: 100px;
    border-radius: 4px;
    background-color: #999;
    margin: 10px 20px 0 20px;
}

.mid-con-right li .text {
    width: 410px;
    padding: 20px;
    font-size: 18px;
}

.mid-con-right li .text a {
    color: #999;
}

.mid-con-right li:hover {
    cursor: pointer;
}

.mid-con-right li:hover .mid-conRight-date {
    background-color: #1da3e5;
}

.mid-con-right li:hover .mid-conRight-date p {
    color: #fff;
}

.mid-con-right li:hover span {
    background-color: #1da3e5;
}

.mid-con-right li:hover .text a {
    color: #1da3e5;
}

.mid-aboutUs-con {
    width: 100%;
    height: 688px;
    background: url(../images/130121611.jpg) top center no-repeat;
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.mid-aboutUs-con .mid-aboutUs-text {
    width: 624px;
    color: #fff;
    margin-top: 195px;
}

.mid-aboutUs-con .mid-aboutUs-text h2 {
    font-size: 30px;
    letter-spacing: 3px;
}

.mid-aboutUs-con .mid-aboutUs-text p {
    line-height: 36px;
    font-size: 20px;
    letter-spacing: 3px;
}

.mid-us {
    width: 100%;
    padding: 58px 0;
    background-color: #242424;
}

.mid-us-con {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.mid-us-con .logogo {
    width: 285px;
}

.mid-us-con .logogo img {
    width: 230px;
}

.mid-us-con .aboutUs {
    width: 170px;
}

.mid-us-con .aboutUs h2 {
    font-size: 18px;
}

.mid-us-con .aboutUs.lx {
    width: 216px;
}

.mid-us-con .aboutUs span {
    display: block;
    height: 2px;
    width: 46px;
    background-color: #fff;
    margin-bottom: 20px;
}

.mid-us-con .aboutUs .aboutUs-part {
    display: flex;
    flex-wrap: wrap;
}

.mid-us-con .aboutUs .aboutUs-part p {
    width: 85px;
    height: 36px;
    line-height: 36px;
}

.mid-us-con .aboutUs .aboutUs-part p a {
    color: #c7c7c7;
}

.mid-us-con .aboutUs .aboutUs-part p a:hover {
    color: #fff;
    text-decoration: underline;
}

.mid-us-con .aboutUs .aboutUs-part p.call {
    width: 216px;
    line-height: 16px;
}

.mid-us-con .saoM-img {
    width: 95px;
    height: 95px;
    padding: 6px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 5px;
}

.mid-us-con .saoM-img img {
    width: 95px;
}

.mid-us-con .saoM p {
    width: 107px;
    text-align: center;
    margin-top: 10px;
    color: #c7c7c7;
}

.btn-top {
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 10000;
}

.btn-top .btn-scroll-up {
    display: block;
    height: 50px;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url(../images/top1.png);
}

.btn-top .btn-scroll-up:hover {
    background-image: url(../images/top2.png);
}