
html body{
    font-family: PingFang SC;
}
body {
    background-color: #002063;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color:#002063;
}

.news-title {
    width: 240px;
    height: 90px;
    position: absolute;
    left: 45px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size:contain;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.match-title-bg {
    background-image: url(../images/layertitle2.png);
    width: 150px;
}

.news-text {
    font-size: 17px;
    width: 50%;
    text-align: center;
    position: relative;
    left: 5px;
    top: -28px;
}

.page-change {
    font-size: 35px;
    font-weight: 400;
    line-height: 400px;
}


#banner {
    position: relative;
    width: 83%;
    height: 600px;
    border: 1px solid #666;
    overflow: hidden;
    margin: 0 auto;
}
#banner_list img {border:0px;}
#banner_bg {position:absolute; bottom:0;background-color:#000;height:30px;filter: Alpha(Opacity=30);opacity:0.3;z-index:1000;
cursor:pointer; width:478px;}
#banner_info{position:absolute; bottom:0; left:5px;height:22px;color:#fff;z-index:1001;cursor:pointer}
#banner_text {position:absolute;width:120px;z-index:1002; right:3px; bottom:3px;}
#banner ul {position:absolute;list-style-type:none;filter: Alpha(Opacity=80);opacity:0.8; border:1px solid #fff;z-index:1002;
margin:0; padding:0; bottom:3px; right:5px;}
#banner ul li { padding:0px 8px;float:left;display:block;color:#FFF;border:#e5eaff 1px solid;background:#6f4f67;cursor:pointer}
#banner ul li.on { background:#002063}
#banner_list a{position:absolute;} 





a:hover,a:active{
    text-decoration: none;
    color: #1C45AE;
}

a:link,a:visited{
    text-decoration: none;
    color: #121212;
}

.more{
    text-align: center;
}
.more a{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1C45AE;
    line-height: 80px;
    height: 80px;
}

.img_100{
    width: 100%;
}

.container-title {
    height: 90px;
    display: flex;
    align-items: center;
}

.container-vertical{
    width: 1px;
    height: 20px;
    background: #1C45AE;
    float: left;
    margin: 4px 9px;
}

.container-vertical-left{
    width: 6px;
    height: 28px;
    background: #1C45AE;
    margin-right: 10px;
}

.container-text {
    color: #1C45AE;
    line-height: 28px;
}

.container-text .text-cn{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    float: left;
}

.container-text .text-en{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    float: left;
}

.hover-scale:hover{
    transform: scale(1.03);
}

.swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 8px;
    padding: 1px 0;
    background: #FFFFFF;
    border-radius:0;
}

.swiper-pagination .swiper-pagination-bullet-active{
    width: 60px;
    height: 8px;
    padding: 1px 0;
    opacity: 0.6;
    background: #014099;
    border-radius:0;
}


.bg_283{
    background: #0E5DFF;
}

.bg_284{
    background: #FFBC08;
}

.bg_285{
    background: #18C672;
}

.bg_286{
    background: #F21CA4;
}

.bg_287{
    background: #5E5E5E;
}

/* 解决img标签底部3像素问题 */
img {
    vertical-align: middle;
}


.arrow{
    position: absolute;
    width: 16px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-left{
    left: -46px;
}

.arrow-right{
    right: -46px;
}