/*—�?�统�?样式—�??*/
p{
    color: #999999;
}
/*顶部导航*/
.content {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.nav .content .icon {
    height: 80px;
    width: 305px;
    background: #ffffff url("../images/logo.png") no-repeat center/100% auto;
    vertical-align: middle;
    float: left;
}

.nav .content ul {
    display: flex;
    float: right;
}

.nav .content ul li {
    padding: 0 20px;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
/*尾部*/
.footer{
    clear: both;
    background-color: #262e41;
    color: #cccccc;
    padding-top: 15px;
    padding-bottom: 35px;
    text-align: center;
}
.footer .links{
    font-size: 14px;
    line-height: 52px;
    border-bottom: 1px solid #3d465b;
}
.footer .links ul{
    display: inline-block;
    vertical-align: top;
}
.footer .links ul li{
    float: left;
    padding: 0 20px;
}
.footer .copy-right{
    margin-top: 12px;
    font-size: 12px;
    line-height: 22px;
    color: #999999;
}
.footer .support{
    line-height: 22px;
    font-size: 12px;
    color: #999999;
}
/*标题*/
.title-en{
    font-size: 16px;
    letter-spacing: 1px;
    color: #999999;
}
.title-center {
    text-align: center;
    line-height: 24px;
}

.title-center h2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    line-height: 56px;
}

.title-center h2:after {
    content: "";
    width: 42px;
    height: 4px;
    background-color: #2574fb;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: calc(50% - 21px);
}

.title-center .title-en {
    line-height: 50px;
}
.title-left{
    border-left: 6px solid #2574fb;
    padding-left: 24px;
}
.title-left h2{
    line-height: 26px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.title-left .title-en{
    line-height: 13px;
}
/*轮播图翻页按�?*/
.page{
    width: 100px;
    position: relative;
    height: 50px;
}
.page .prev:after,.page .next:after{
    content: none;
}
.page .prev,.page .next{
    width: 39px;
    height: 38px;
}
.page .prev{
    background: url("../images/tip_zuo-l.png");
    left: 0;
}
.page .next{
    background: url("../images/tip_you-l.png");
    right: 0;
}
.page .prev.swiper-button-disabled{
    background: url("../images/tip_zuo-h.png");
    opacity: 1;
}
.page .next.swiper-button-disabled{
    background: url("../images/tip_you-h.png");
    opacity: 1;
}

/*分页*/
.list-page{
    display: flex;
    justify-content: center;
    font-size:14px;
    line-height: 32px;
    color: #324658;
}
.list-page .page-btn, .list-page ul,.list-page .page-jump{
    display: flex;
}
.list-page .page-btn li,.list-page .page-btn div,.list-page .page-jump input{
    display: block;
    padding: 0 12px;
    height:32px;
    line-height: 30px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(220,229,236,1);
    border-radius:4px;
    margin-right: 8px;
}
.list-page .page-btn li,.list-page .page-btn div{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}
.list-page .page-total{
    margin-right: 20px;
}
.list-page .page-total span{
    color: #1890FF;
}
.list-page .page-jump{
    margin-left: 12px;
}
.list-page .page-jump input{
    width: 42px;
    margin-left: 8px;
    padding: 0;
    padding-left: 5px;
    outline: none;
}
.list-page .page-btn li.active{
    background: #1890FF;
    border-color: #1890FF;
    color: #ffffff;
}
