﻿* {
    margin: 0;
    padding: 0;
}

a {
    color: #000000;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 0 0.5rem; */
}

.wrapper .main-top {
    width: 20rem;
    background-color: #ffffff;
    display: flex;
    padding: 0.2rem 0;
    justify-content: space-between;
    align-items: center;
}

.wrapper .main-top .main-top-logo {
    display: block;
    width: 3rem;
    height: 1em;
    margin-right: 0.2rem;
}

.wrapper .main-top .main-top-ul {
    height: 0.8rem;
    font-size: 0.28rem;
    display: flex;
    align-items: flex-end;
}

.wrapper .main-top .main-top-ul .main-top-li {
    margin-right: 1rem;
    position: relative;
    text-decoration: none;
}

.wrapper .main-top .main-top-ul .active-bottom {
    position: absolute;
    width: 100%;
    height: 0.02rem;
    border-bottom: 1px solid #f26423;
}

.wrapper .main-top .main-top-ul .active {
    color: #f26423;
    font-weight: bolder;
}
.wrapper .main-top .main-top-phone-logo {
    display: block;
    width: 3.5rem;
    height: 1rem;
}


.wrapper .main-about-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
}

.wrapper .main-about-us .main-about-us-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.wrapper .main-about-us .about-us-title {
    font-size: 0.32rem;
    color: #f26423;
    width: 7.5rem;
    text-align: center;
    margin-bottom: 0.05rem;
    font-weight: 500;
}

.wrapper .main-about-us .about-us-img {
    width: 65%;
}

.wrapper .main-about-us .about-us-content {
    font-size: 0.18rem;
}

.wrapper .main-about-us .main-about-us-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.4rem;
}


.wrapper .main-bottom {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    padding: 0.1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #f2f2f2;
}

.wrapper .main-bottom .bottom-logo {
    display: block;
    width: 4rem;
    height: 1.5rem;
    margin-right: 0.4rem;
}

.wrapper .main-bottom .bottom-middle {
    font-size: 30px;
    color: #f26423;
    font-weight: bold;
}

.wrapper .main-bottom .ewm {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}

.wrapper .main-copyright {
    font-size: 0.3rem;
    padding: 0.1rem 0;
    text-align: center;
    background: #f2f2f2;
    width: 100%;
}

.wrapper .us-banner {
    width: 100%;
    height: 5rem;
    background: url(../img/join_banner.jpg) no-repeat;
    background-size: 100% 100%;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 5rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.wrapper .us-connect {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.wrapper .us-connect .title {
    font-size: 0.5rem;
    color: #cccccc;
    font-weight: bolder;

}

.wrapper .us-connect .about {
    width: 100%;
    font-size: 0.6rem;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.wrapper .us-connect .about img{
    margin-top: 0.35rem;
}

.wrapper .intro-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .intro-wrapper .into-text {
    text-indent: 2em;
    line-height: 25px;
    font-size: 14px;
    color: #898989;
}

.wrapper .intro-wrapper .intro-left {
    width: 12rem;
    font-size: 0.32rem;
    margin-right: .8rem;
}

.wrapper .intro-wrapper .intro-img {
    display: block;
    width: 6rem;
}
.news{
    width: 20rem;
    height: 3rem;
    font-size: 0.3rem;
    border-bottom: 1px dashed #cccccc;
    margin: 10px auto;
    padding-bottom: 10px;
}
.news_left{
    float: left;
    width: 20%;
}
.news_right{
    float: left;
    width: 72%;
    margin-left: 8%;
}
.news_title{
    width: 100%;
}
.news_title a{
    font-size: 0.4rem;
    text-decoration: none;
    line-height: 1rem;
}
.news_title a:hover{
    color: #f26423;
}
.news_content{
    width: 70%;
    float: left;
    color: #888;
}
.news_time{
    width: 25%;
    float: right;
    color: #888;
}
.pagination{
    width: 9rem;
    font-size: 0.3rem;
    margin: 10px auto;
    padding-bottom: 10px;
    margin-top: 1rem;
}
.pagination li{
    margin: 0;
    padding: 0;
    list-style-type:none;
    float: left;
}
/*.pagination ul li{*/
/*    float: left;*/
/*}*/
.pagination  li  span{
    padding: 10px 10px;
    line-height: 30px;
    background-color: #eeeeee;
    margin: 0px 5px;
    text-decoration: none;
    color: #999;
}
.pagination   .active span{
    padding: 10px 10px;
    line-height: 30px;
    background-color: #eeeeee;
    margin: 0px 5px;
    text-decoration: none;
    color: #f26423;
}
.pagination  li a{
    padding: 10px 10px;
    line-height: 30px;
    background-color: #eeeeee;
    margin: 0px 5px;
    text-decoration: none;
    color: #999;
}
.pagination  li a:hover{
    color: #f26423;
}
.biao{
    width: 20rem;
    font-size: 0.32rem;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.at1{
    height: 50px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.at2{
    height: 50px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.at3{
    height: 50px;
    color: #666666;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.at4{
    height: 50px;
    color: #666666;
    text-align: center;
    border-bottom: 1px solid #ccc;
}