@charset "UTF-8";
@import "icon/iconfont.css";
/*顶部样式*/
body{
    margin:0;
}
.midBoxCss{
    width: 1200px;
    margin-left:auto;
    margin-right: auto;
    box-sizing: border-box;
}
.logo{
    background: url("img/logo.png") no-repeat center;
    width: 371px;
    background-size: 100% 100%;
    height: 56px;
    display: inline-flex;
}
.phone{
    background: url("img/phone.png") no-repeat center;
    background-position-x: left;
    background-size: 40px 40px;
    height: 40px;
    display: inline-flex;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    align-items: center;
    padding-left:52px;
    margin-right:22px;
}
.btn{
    border:none;
    outline: none;
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}
.btn:visited{
    text-decoration: none;
}
.btn:hover{
    opacity: 0.8;
    text-decoration: none;
}
.topHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:46px;
    padding-bottom:42px;
}
.topHead .rightGroup{
    display: flex;
    align-items: center;
}
.topNav{
    background: #DAECFF;
    height: 52px;
}
.topNav>div{
    height: 100%;
    display: flex;
}
.topNav a{
    display: inline-flex;
    align-items: center;
    padding:0 28px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
}
.topNav a:hover,.topNav a.on{
    text-decoration: none;
    color: white;
    background: #0063CC;
}
.topNav a:visited{
    text-decoration: none;
}
.headerSearch{
    display: flex;
    align-items: center;
    position: relative;
}
.headerSearch #headerSearchBtn{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 100px;
    height: 40px;
    background: #0063CC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.headerSearch #headerSearchBtn i{
    margin-right:10px;
}
.headerSearch input{
    outline: none;
    width: 248px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #0063CC;
    box-sizing: border-box;
    padding-left:20px;
}

/*底部样式*/
.bottomFooter{
    height: 211px;
    background: #165599;
}
.bottomFooter .midBoxCss{
    display: flex;
    justify-content: space-between;
    padding-top:40px;
}
.bottomFooter .qrCode{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color:#F8F8F8;
}
.bottomFooter .qrCode img{
    width: 82px;
    height: 82px;
    margin-bottom:16px;
}
.supportLink,.supportLink a{
    color:#A5B4CD;
    text-decoration: none;
    transition: 0.3s;
}
.supportLink a:hover{
    color:white;
}
.fLeftGroup{
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fLeftGroup>div:first-child,.fLeftGroup>div:first-child a{
    color:#F9F8F8;
    text-decoration: none;
}
.fLeftA>a{
    margin-right: 16px;
    transition: 0.3s;
}
.fLeftA>a:hover{
    opacity: 0.8;
}
.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
    background: #0063CC;
    border-radius: 50%;
    opacity: 1;
}
a:hover,a,a:visited{
    text-decoration: none;
}
.pageIndex span{
    margin-left:6px;
}
.pageIndex span.current{
    display: inline-block;
    padding:4px 10px;
    border: 1px solid #0063CC;
    background: #0063CC;
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-left:6px;
    cursor: default;
    transition: all 0.3s;
}
.pageIndex span.disabled{
    display: inline-block;
    padding:4px 10px;
    border: 1px solid #F4F4F4;
    background: #F4F4F4;
    font-size: 14px;
    font-weight: 400;
    color: #cdcdcd;
    margin-left:6px;
    cursor: not-allowed;
}
.pageIndex>a{
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #F4F4F4;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    margin-left: 6px;
    cursor: pointer;
    background: #F4F4F4;
    transition: all 0.3s;
    text-decoration: none;
}
.pageIndex>a:hover{
    text-decoration: none;
    border: 1px solid #0063CC;
    background: #0063CC;
    color: white;
}
.pageIndex>span:first-child{
    font-size: 14px;
    margin-right:20px;
}
.pageList{
    margin:30px 0;
}