@charset "utf-8";
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
html{width:100%;height:100%;}
body{
	font-family:微软雅黑;
	font-size: 1rem;
}

footer, .app-main, .top-bar {
    transition: all .35s ease-out;
}

/*footer*/
.footer {
	position: relative;
	background-color: {
		"r": 43, "g": 97, "b": 179, "a": 1
	}
	;
}

.footer .container {
	max-width: ;
}

.footer {
	background-color: #2b61b3
}

.left-icon {
	margin-top: 0px;
	margin-left: 20px;
}

.copy-right {
	width: 61%;
	min-height: 145px;
	font-size: .875rem;
	color: white;
	text-align: center;
	word-break: normal;
	margin-left: 96px;
}

.copy-right>div {
	position: relative;
}

@media (min-width:768px) {
	.copy-right>div {
		transform: translateY(13%);
	}
}

.copy-right p,
.copy-right span {
	padding: 0 .625rem;
	display: inline-block;
	margin-bottom: .4rem
}

.copy-right span {
	cursor: pointer;
}

.footer-icon {
	flex-grow: unset;
	text-align: center;
	color: #ffffff;
}

.footer-icon img {
	max-height: 100%;
	max-width: 100%;
	position: relative;
}
.footer .container{
    height: 100%;
    padding-top: 1rem;
}

.score {
    width: 218px;
    height: 44px;
    background: #18388c;
    box-shadow: 0 6px 30px 0 rgba(24,56,140,.3);
    position: fixed;
    right: .6rem;
    bottom: 200px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: 100;
    text-align: center;
    cursor: pointer;
}
.desc-con{
    font-family: SourceHanSansCN-Medium;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    padding: 17px 7px 17px 20px;
    letter-spacing: 0;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.notice {
    width: 208px;
    height: 180px;
    background-color: #fefeff;
    background-image: linear-gradient(0deg,#e7f5ff,#fefeff),linear-gradient(#18388c,#18388c);
    background-blend-mode: normal,normal;
    box-shadow: 0 0 5px 0 rgba(216,236,249,.75);
    border-radius: 10px;
    border: 1px solid #eef2f9;
    position: fixed;
    right: .6rem;
    bottom: 0;
    padding: .6rem .6rem 0;
    z-index: 100;
    text-align: center;
}
.notice i {
    position: absolute;
    right: 10px;
    color: #fff;
    background: #cfe7f8;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 20px;
}
.notice h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #2b61b3;
    line-height: normal;
    display: -webkit-box;
    display: block;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice p {
    text-indent: 2rem;
    margin-top: .6rem;
    font-size: 20px;
    font-weight: 700;
    color: #666;
    text-align: left;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*footer 结束*/

/*top  开始*/
.top-bar {
    top: 0;
    width: 100%;
    z-index: 99999;
    height: 50px;
}
.top_bar_content {
    background: #fafafa;
    z-index: 9999;
    font-size: .625rem;
    border-bottom: 1px solid #ddd;
}
.time-bar .time {
    display: inline-block;
    line-height: 50px;
    color: #666;
    font-size: 1rem;
}
.time-bar .time {
    display: inline-block;
    line-height: 50px;
    color: #666;
    font-size: 1rem;
}
.time-bar .time {
    display: inline-block;
    line-height: 50px;
    color: #666;
    font-size: 1rem;
}
.time-bar .search-input>div{
	float: right;
    width: 240px;
    margin: 8px 0;
    height: 34px;
}
.time-bar .search-input>div input{
	border-radius: 0;
    width: 76.25%;
}
.time-bar .search-input>div>div{
	width: 23.75%;
    display: inline-block;
}
.time-bar .search-input>div>div button{
	border-radius: 0;
    height: 34px;
    background-color: #2b61b3;
    color: #fff;
}
.time-bar .search-input>a{
	float: right;
    line-height: 50px;
    font-size: .875rem;
    margin-right: .5rem;
    color: #337ab7;
}
/*top  结束*/

/*banner 开始*/
#app-header {
    /*display: none;*/
}
.header>div {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    text-align: center;
    background-image: url(head_bg.png);
    background-color: white;
    min-height: 220px;
    max-width: 1920px;
    margin: auto;
}
.header>div>img {
    width: 100%;
    vertical-align: middle;
    position: relative;
}
.header .headerContent.websiteLogo {
    max-width: 600px;
    display: inline-block;
    max-height: 100%;
}
.header .headerContent {
    line-height: normal;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 992px){
	#app-header {
	    display: block;
	}
}
/*banner 结束*/

/*导航  开始*/
.app-topnav{
	height: 50px;
	line-height: 50px;
}
.el-submenu.col{
	position: relative;
	padding-left:0 ;
	padding-right: 0;
}
.popperMenu{
	padding-top: 6px;
	position: absolute;
	left: 0;
	top: 49px;
	z-index: 11;
	min-width: 200px;
	height: 0px;
	overflow: hidden;
}
.popperMenu ul{
	background-color: rgb(24, 56, 140);
}
.el-submenu__title,.app-topnav .el-menu-item{
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	cursor: pointer;
	height: 50px;
}
.popperMenu .el-menu-item{
	font-size: 14px;
	text-align: left;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
}
.el-menu-item:hover{
    background-color: rgba(0,0,0,0.35);
    color: rgba(255,255,255,1);
    background-image: none;
}
.el-menu-item.active:hover{
    background-color: rgba(0,0,0,0.35);
    color: rgba(255,255,255,1);
    background-image: none;
}
.app-topnav .el-submenu__title:hover{
	background-color: rgba(0,0,0,0.35);
}
.el-icon-arrow-down{
	transition: all 0.5s;
}
.el-icon-arrow-down img{
	width: 20px;
	height: 20px;
}
.app-topnav .el-submenu:hover .el-icon-arrow-down{
	display: inline-block;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}

/*导航  结束*/

/*小导航  开始*/
header{
	position: absolute; 
	top: 0px;
}
header>ul>li {
    float: left;
}
header>ul>li:first-child {
    width: 50px;
    height: 50px;
    color: #fff;
    background: rgba(0,0,0,.2);
    text-align: center;
    border-right: 1px solid hsla(0,0%,100%,.15);
}
header>ul>li:first-child img{
	width: 30px;
	height: 30px;
	margin: auto;
	vertical-align: middle;
}
header>ul>li:first-child:hover {
    background-color: #2b61b3;
}
.leftMenu {
    text-align: initial;
    width: 200px;
    position: absolute;
    top: 50px;
    left: -200px;
    background-color: rgba(0,0,0,.7);
    box-sizing: border-box;
    border-right: 1px solid hsla(0,0%,100%,.15);
    z-index: 4;
    opacity: 0;
    overflow: hidden;
    min-height: 600px;
    min-height: calc(100vh - 50px);
    top: 50px;
}
header>ul>li:first-child:hover .leftMenu{
    opacity: 1;
    transform: translateX(200px);
    transition: all .4s;
}
.el-menu {
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
}
.leftMenu .navigation {
    border-right: none;
    background-color: transparent;
}
.el-menu:after, .el-menu:before {
    display: table;
}
.el-menu:after, .el-menu:before, 
.el-radio__inner:after, .el-switch__core:after {
    content: "";
}
.el-menu-item * {
    vertical-align: middle;
}
.navigation .el-submenu__title:hover, .navigation .el-menu-item:hover,
  .popperMenu .el-submenu__title:hover, .popperMenu .el-menu-item:hover {
    background-color: rgba(0,0,0,0.35);
    color: rgba(255,255,255,1);
  }
  .el-menu-item,.el-submenu__title{
  	padding-left: 20px; 
  	color: rgb(255, 255, 255); 
  	background-color: transparent;
  }
  .el-menu--inline .el-menu-item{
  	padding-left: 38px; 
  }
  .el-menu--inline{
  	background-color: transparent; 
  	/*display: none;*/
  	height: 0;
  	overflow: hidden;
  }
  .navigation.el-menu .el-menu-item.is-active,
  .navigation.el-menu .el-menu-item.is-active:hover,
  .navigation.el-menu .el-submenu.is-active>.el-submenu__title,
  .navigation.el-menu .el-submenu.is-active>.el-submenu__title:hover,
  
  .popperMenu .el-menu .el-menu-item.is-active,
  .popperMenu .el-menu .el-menu-item.is-active:hover,
  .popperMenu .el-menu .el-submenu.is-active>.el-submenu__title,
  .popperMenu .el-menu .el-submenu.is-active>.el-submenu__title:hover {
    background-color: rgba(43,97,179,1);
    color: rgba(255,255,255,1);
  }
  .el-icon-menu{
  	height: 50px; 
  	line-height: 50px;
  }
 header .navigation .el-menu-item, header .navigation .el-submenu__title {
    font-size: 20px;
    text-align: left;
}
header .el-icon-arrow-down{
	float: right;
}
head .el-icon-arrow-down img{
	width: 20px;
	height: 20px;
}
.header-bg{
	position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,.3);
    top: 0;
    display: none;
}
/*小导航  结束*/