@charset "utf-8";
/* CSS Document */
body,div{
	font-family:"Microsoft YaHei", "微软雅黑";
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-size:12px;
}
html,body{
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    }
img,input,form,dl,p,dd,dt,ul,li,h1,h2,h3,h4,h5,h6,span{
	padding:0px;
	margin:0px;
}

img{
	border:none;
    max-width: 100%;
	max-height: 100%;
}
a:link,a:visited{
	text-decoration:none;
}
li,dd{
	list-style-type:none;
}
.none{
	display:none;
}
.clearfloat{
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
}
/* header */
.headerBox {
    width: 100%;
    height: 90px;
    background: rgba(49, 110, 234,  0.7003);
    box-shadow: 0px 6px 20px 0px rgba(81, 81, 122, 0.08);
    position: relative;
    z-index: 2;
    top: 0
}

.content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.logo {
    float: left;
    margin-top: 18px;
}

.navList {
    height: 100%;
    margin-left: 127px;
    float: left;
}

.navList li {
    width: 90px;
    /* padding: 0 30px; */
    margin-right:15px;
    float: left;
    position: relative;
    height: 100%;
    line-height: 90px;


}
.navList li:hover>a::after{
    content: "";
    background-color: rgba(49,110,234,1);;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 1px;
    
    /* bottom: -35px; */
    bottom: -34.5px;
    display: block;
}
div#login {
    float: right;
}
.navList li a {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.navList li:hover a {
    color: rgba(49,110,234,1);
}
.navList .on:hover a {
    color: rgba(255, 255, 255, 1);
}
ul.code-list img {
    width: 132px;
    height: 132px;
}
ul.code-list span {
    display: inline-block;
    margin-top: 14px;
    width: 80px;
    height: 18px;
    line-height: 18px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: rgba(0,0,0,1);
}
#about:hover{
    background:rgba(255, 255, 255, 1);
}
#about:hover .la{
    color: rgba(50,109,231,1);
}
.bannerBox img {
    margin-top: -2px;
    /* margin-top: 90px; */
}
.navList .on a {
    color: #fff;
}
#indexNews:hover #drop-box{
    display: flex;
    flex-direction: column;
    left: -10px;
}
#about:hover #drop-box{
    display: flex;
    flex-direction: column;
    left: -10px;
}
.logo img{
    width: 323px;
}
/* .la{
    position: relative;
} */
#drop-box{
    display: none;
    position: absolute;
    top: 90px;
    background:  rgba(255,255,255,1);
}
/* li#about {
    position: relative;
} */
.navList li>a{
    position: relative;
}
#about:hover .la::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0px;
    bottom: -35px;
    display: block;
}

#drop-box a:hover{
    color: rgba(50,109,231,1);
    background: rgba(242,242,242,1);
}
#drop-box a{
    width: 110px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color:  rgba(0,0,0,0.8045);
}
.login {
    width: 100px;
    height: 30px;
    float: left;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 15px;
    margin: 30px 0;
    line-height: 30px;
}

.login a {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.fixed-right {
    width: 48px;
    height: 200px;
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 200px;
}

.fixed-right span {
    width: 48px;
    display: block;
    height: 48px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    box-shadow: 0px 6px 20px 0px rgba(81, 81, 122, 0.14);
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.fixed-right p {
    width: 48px;
    height: 66px;
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    background: rgba(49, 110, 234, 1);
    line-height: 25px;
    border-radius: 2px;
    box-shadow: 0px 6px 20px 0px rgba(81, 81, 122, 0.14);
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.fixed-right p::before{
    content: "";
    display: block;
    background-image: url("../img/app.png");
    width: 28px;
    height: 28px;
    /* background: rgba(49, 110, 234, 1); */
}
.fixed-right i {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    margin-top: 10px;
    display: block;
    box-sizing: border-box;
    box-shadow: 0px 6px 20px 0px rgba(81, 81, 122, 0.14);
    padding: 10px;
    cursor: pointer;
}
.footer-top .right p{
    margin-top: 10px;
}
/* code */
.qr{
    position: fixed;
    display: none;
    background: #fff;
    z-index: 101;
    right: -150px;
    right: 63px;
    bottom: 230px;
    text-align: center;
    padding-bottom: 15px;
    box-shadow: 1px 1px 3px #666;
}
.code-img{
    padding: 15px;
    height: 94px;
    box-sizing: content-box;
}
.code-img img{
    width: 94px;
    height: 94px;
}
.code-text{
    font-size: 14px;
}
.icon{
    position: absolute;
    width: 10px;
    height: 15px;
    overflow: hidden;
    right: -9px;
    top: 64px;
    background: url("../img/icons_layout.png") -140px 0 no-repeat;
}
.qr-code{
    display: none;
    /* width: 666px; */
    height: 280px;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    box-shadow:  0px 4px 20px 0px rgba(81,81,122,0.14);
    position: fixed;
    z-index: 101;
    right: 63px;
    bottom: 276px;
    padding: 24px 63px 36px 63px;
}
.descp{
    width: 96px;
    height: 36px;
    line-height: 36px;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: rgba(24,24,24,1);
}
.code-list{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
/* footer */

.footerBox {
    width: 100%;
    position: relative;
    bottom: 0;
    height: 292px;
    background: rgba(49, 110, 234, 1);
    padding-top: 70px;
    box-sizing: border-box;
}

.footer-top {
    width: 100%;
    height: 150px;

}

.footer-top .left {
    width: 55%;
    height: 140px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.qr-code li{
    width: 140px;
    display: inline-block;
    /* margin-right: 34px; */
    height: 140px;
}
.left-nav {}

.footer-top .left p {
    width: 100%;
    height: 30px;
}
.footer-top .right img{
    position: inherit;
    width: 104px;
}
.footer-top .right li:last-child{
   margin-right: 0px;
}
.left-nav a {
    line-height: 18px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    float: left;
    /* width: 112px; */
    padding-left: 30px;
    height: 18px;
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.left-nav a:first-child,.left-nav a:last-child{
    border-left: none;
}
.left-nav a:first-child{
    cursor:default;
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
    padding-right: 30px;
    padding-left: 18px;
}
.left-nav a:hover{
    color: rgba(255, 255, 255, 1);
    text-decoration: underline !important;
}
.left-nav a:first-child:hover{
    text-decoration: none !important;
    color: rgba(255, 255, 255, .6);
}

.footer-top .left .text {
    font-size: 22px;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 18px;
    font-family:  PingFangSC-Regular;
    line-height: 30px;
    margin-top: 30px;
    
}
#point{
    position: absolute;
    /* bottom: 329px; */
    box-shadow: 0px 4px 20px 0px rgb(81 81 122 / 14%);
    bottom: 0;
    /* top: 97%; */
    left: 99.8%;
    /* margin-left: -5px; */
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #FFF #FFF;
  
}
.footer-top .left .text span {
    font-size: 30px;
    margin-left: 30px;
    font-family: DINAlternate-Bold;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

.footer-top .right {
    width: 45%;
    height: 140px;
    padding-top: 6px;
    padding-left: 110px;
    box-sizing: border-box;
    float: left;
}

.footer-top .right li {
    float: left;
    margin-right: 40px;
}

.footer-top .right li p {
    line-height: 14px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8)
}

.footer-bot {
    line-height: 14px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 30px;
}
/* active标签 */
.on{
    background: rgba(49, 110, 234,1);
}
li.on a{
    color: rgba(49,110,234,1);
}
/* 
ul.pagination a {
    margin-left: 10px;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,1);
    border-radius: 6px;
    box-shadow: 0px 2px 7px 0px rgb(81 81 122 0.04);
    line-height: 24px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.8964);
}
.pagination>.active>a{
    background: rgba(49,110,234,1);
}
li.previous>a,li.nextpage>a{
    width: 80px;
}
li.previous>a:hover,li.nextpage>a:hover{
    background: rgba(49,110,234,1);
    cursor: pointer;
}
li.index>a{
    width: 66px;
} */
/* pageinfo */
.pageinfo {
    background-color: #F9FAFC;
    height: 120px;
}
#pageLimit {
    display: flex;
}
div#example {
    width: 1200px;
}
.pageinfo li {
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    background: #fff;
    color: #fff;
    margin-right: 10px;
    box-shadow:  0px 2px 7px 0px rgba(81,81,122,0.04);
}
.pageinfo li.active {
    background-color: #316EEA;
}
.pageinfo li.active a {
    color: #fff;
}
.pageinfo li:hover{
    background: #e6e6ee;
    cursor: pointer;
}
.pageinfo li a {
    color: #000;
    padding: 0 15px;
}
.pageinfo li:hover a {
    text-decoration-line: none;
    color: #000;
}
.pagination {
    margin-top: 24px !important;
    float: right;
}
#pageLimit .active::after {
    content: none;
}
.prev_month {
    left: 118px !important;
    top: 34px !important;
}
.prev_year {
    left: -112px !important;
    top: 34px !important;
}
.daterangepicker.dropdown-menu {
    display: none;
}
ul.nav-bd li:hover a {
    color: rgba(49, 110, 234,1);
}
#logout {
    border: none;
    width: 110px;
    float: right;
    height: 90px;
    position: relative;
    margin: 0;
    padding: 25px 0;
    box-sizing: border-box;
}
#logout>a,#logout img{
    display: inline-block;
    height: 40px;
    cursor: default;
    width: 40px;
    border-radius: 50%;
    
}
.avator{
    display: inline-block;
    background-image: url('../img/down.png');
    top: 5px;
    left: 10px;
    width: 20px;
    height: 20px;
    transition:transform .6s;
    position: relative;
    
}
.oth .avator{
    background-image: url('../img/down_b.png');
    top: -10px;
}
#logout:hover .showBox{
    display: flex;
    flex-direction: column;
}
#logout:hover .avator{
    transform:rotate(180deg);
}
.login.oth{
    background: rgba(255,255,255,1);
}