/*颜色
	蓝色：#2B579A	蓝色选中：#294376
	绿色：#3E9BAF	绿色选中：#00879b
*/
@charset "UTF-8";
a {color: #FFFFFF; text-decoration: none;}
.topDiv {
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	/* left: 120px; */
	position: fixed;
	z-index: 6;
	background: #3E9BAF;
	background: #1d74b2;
	box-shadow:0 0px 10px 0px #004a88;
	-webkit-box-shadow:0 0px 10px 0px #004a88;
	-moz-box-shadow:0 0px 10px 0px #004a88;
	min-width: 1080px;
}
.topDivLeft {
	float: left;
	height: 100%;
	color: #FFF;
}
.topDivLeft div {
	line-height: 24px;
	margin-top: 15px;
	font-size: 15px;
	margin-left: 20px;
}
.topDivLeft ul li {
	float: left;
	height: 70px;
	box-sizing: border-box;
}
/* .topDivLeft ul li:ftopDivRightirst-child {
	padding: 0;
	width: 90px;
} */
.topDivLeft ul li div.logoL {
	float: left;
}
.topDivLeft ul li:first-child img {
	height: 40px;
}
.topDivLeft ul li div.logoT {
	float: left;
	margin-left: 10px;
}
.topDivLeft ul li div.logoT h1 {
	color: #FFF;
    font-size: 15px;
    letter-spacing: 1.8px;
	margin-top: -3px;
}
.topDivLeft ul li div.logoT p{
    color: #FFF;
    font-size: 13px;
    font-weight: lighter;
    margin-top: 0;
    letter-spacing: 0.27px;
}
.topDivCenter {
	text-align: right;
	float: left;
	height: 70px;
	overflow: hidden;
	overflow-y: auto;
	margin-left: 25px;
	color: #FFF;
	box-shadow: 5px 0 10px -5px #004a88;
	/* box-shadow: 5px 0px 5px -5px #004a88, -5px 0px 5px -5px #004a88; */
	box-sizing: border-box;
	padding: 9px 20px;
	position: relative;
}
.warnLink {
	position: absolute;
	top: 8px;
	left: 0;
	text-align: left;
	width: 100%;
	font-size: 20px;
	text-align: center;
}
.warnLink div {float: left;margin-right:4px;}
.warnLink a {
	color: #FF5A5A;
	font-weight: bold;
	margin-left: -180px;
}
@keyframes style3 {
  from {
	transform: scale3d(1, 1, 1);
  }
  10%, 20% {
	transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
	transform: scale3d(1, 1, 1);
  }
}
@keyframes  scratchy {
	0% {
		background-position: 0 0;
	}
	25% {
		background-position: 0 0;
	}
	26% {
		background-position: 70px -70px;
	}
	50% {
		background-position: 140px -140px;
	}
	51% {
		background-position: 210px -210px;
	}
	75% {
		background-position: 280px -280px;
	}
	76% {
		background-position: 350px -350px;
	}
	99% {
		background-position: 420px -420px;
	}
	100% {
		background-position: 0 0;
	}
}
/* 添加兼容性前缀 */
@-webkit-keyframes scratchy {
	0% {
		background-position: 0 0;
	}
	25% {
		background-position: 0 0;
	}
	26% {
		background-position: 70px -70px;
	}
	50% {
		background-position: 140px -140px;
	}
	51% {
		background-position: 210px -210px;
	}
	75% {
		background-position: 280px -280px;
	}
	76% {
		background-position: 350px -350px;
	}
	99% {
		background-position: 420px -420px;
	}
	100% {
		background-position: 0 0;
	}
}
@-moz-keyframes scratchy {
	0% {
		background-position: 0 0;
	}
	25% {
		background-position: 0 0;
	}
	26% {
		background-position: 70px -70px;
	}
	50% {
		background-position: 140px -140px;
	}
	51% {
		background-position: 210px -210px;
	}
	75% {
		background-position: 280px -280px;
	}
	76% {
		background-position: 350px -350px;
	}
	99% {
		background-position: 420px -420px;
	}
	100% {
		background-position: 0 0;
	}
}
@-ms-keyframes scratchy {
	0% {
		background-position: 0 0;
	}
	25% {
		background-position: 0 0;
	}
	26% {
		background-position: 70px -70px;
	}
	50% {
		background-position: 140px -140px;
	}
	51% {
		background-position: 210px -210px;
	}
	75% {
		background-position: 280px -280px;
	}
	76% {
		background-position: 350px -350px;
	}
	99% {
		background-position: 420px -420px;
	}
	100% {
		background-position: 0 0;
	}
}
@-o-keyframes scratchy {
	0% {
		background-position: 0 0;
	}
	25% {
		background-position: 0 0;
	}
	26% {
		background-position: 70px -70px;
	}
	50% {
		background-position: 140px -140px;
	}
	51% {
		background-position: 210px -210px;
	}
	75% {
		background-position: 280px -280px;
	}
	76% {
		background-position: 350px -350px;
	}
	99% {
		background-position: 420px -420px;
	}
	100% {
		background-position: 0 0;
	}
}
.is-animate.style3 > a > div { animation-name: style3; }
.is-animate > a > div {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.is-animate > a > div:nth-child(1) { animation-delay: 0.0s }
.is-animate > a > div:nth-child(2) { animation-delay: 0.1s }
.is-animate > a > div:nth-child(3) { animation-delay: 0.2s }
.is-animate > a > div:nth-child(4) { animation-delay: 0.3s }
.is-animate > a > div:nth-child(5) { animation-delay: 0.4s }
.is-animate > a > div:nth-child(6) { animation-delay: 0.5s }
.is-animate > a > div:nth-child(7) { animation-delay: 0.6s }
.is-animate > a > div:nth-child(8) { animation-delay: 0.7s }
.is-animate > a > div:nth-child(9) { animation-delay: 0.8s }
.is-animate > a > div:nth-child(10) { animation-delay: 0.9s }
.is-animate > a > div:nth-child(11) { animation-delay: 1.0s }
.is-animate > a > div:nth-child(12) { animation-delay: 1.1s }
.is-animate > a > div:nth-child(13) { animation-delay: 1.2s }
.is-animate > a > div:nth-child(14) { animation-delay: 1.3s }
.is-animate > a > div:nth-child(15) { animation-delay: 1.4s }
.is-animate > a > div:nth-child(16) { animation-delay: 1.5s }
.is-animate > a > div:nth-child(17) { animation-delay: 1.6s }
.topDivCenter > div {
	min-height: 26px;
	/* 设置纵向、横向居中时，设置display为flex或inline-flex */
	display: inline-flex;
	/* 纵向居中 */
	align-items: center;
	display: block;
	line-height: 26px;
}
.topDivRight {
	float: right;
	color: #FFF;
	margin-right: 20px;
	position: relative;
}
.topDivRight p.day{
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 13px;
}
.topDivRight ul{
	height: 70px;
	font-size: 12px;
}
.topDivRight ul li {
	text-align: center;
	float: left;
	position: relative;
	height: 100%;
}
.topDivRight ul li a {
	display: block;
	padding: 15px 10px 13px 10px;
	padding: 0 5px 0 5px;
	height: 100%;
}
.topDivRight ul li img {
	width: 20px;
}
.topDivRight ul li .hoverImg {
	width: 200px;
	height: auto;
	padding: 15px;
	position: absolute;
	top: 80px;
	left: -70px;
	box-sizing: border-box;
	background: #FFF;
	font-size: 14px;
	display: none;
	box-shadow: 0 0 8px #DDD;
}
.topDivRight ul li .hoverImg img {
	width: 100%;
}
.topDivRight ul li .hoverImg .text {
	color: #717171;
	margin-bottom: 10px;
}
.topDivRight ul li p {
	margin-top: 5px;
}
/*
.topDivRight ul li:hover a {
	color: rgba(255,255,255,0.6);
	cursor: pointer;
}*/
.topDivRight ul li:hover a{
	background: #00879b;
	cursor: pointer;
	color: #FFF;
	background: #51a0d9;
	background: #0068a6;
}

p.navHide {
	height: 0;
	overflow: hidden;
}
.menuFirst {
	width: 45px;
	width: 120px;
	height: 100%;
	position: fixed;
	top: 70px;
	/* top: 0; */
	left: 0;
	height: 100%;
	/*top: 0;*/
	z-index: 8;
	background: #3E9BAF;
	background: #223142;
	/*-webkit-box-shadow:rgb(0, 106, 129) 0px 0px 10px 0px;
	-moz-box-shadow:rgb(0, 106, 129) 0px 0px 10px 0px;
	box-shadow: rgb(0, 106, 129) 0px 0px 10px 0px;*/
	padding: 0 0 10px 0;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	font-size: 14px;
	/*transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;*/
}
.menuFirst ul li {
	width: 100%;
	color: #FFF;
	text-align: left;
	box-sizing: border-box;
	padding-left: 7px;
}
.menuFirst ul li > a {
	display: block;
	width: 100%;
	padding: 9px 5px;
	box-sizing: border-box;
}
.menuFirst ul li > a span {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 24px;
}
.menuFirst ul li img {
	width: 20px;
}
.menuFirst p {
	margin-top: 5px;
	line-height: 18px;
}
.menuFirst ul li:hover {
	background: rgba(255,255,255,0.3);
	background: rgba(23,50,92,0.7);
	background: #00879b;
	background: #394655;
	cursor: pointer;
}
.menuFirst ul li:hover a {
	color: #FFF;
}
/* .menuFirst .menuIconDiv {
	text-align: center;
	height: 70px;
	background: #1d74b2;
	box-shadow:0 0px 10px 0px #004a88;
	-webkit-box-shadow:0 0px 10px 0px #004a88;
	-moz-box-shadow:0 0px 10px 0px #004a88;
} */
.menuFirst .menuIconDiv {
	text-align: center;
	height: 30px;
	margin-top: 10px;
}
.menuFirst .menuIconDiv a {
	padding: 0;
	width: 100%;
	display:block;
	height: 100%;
	line-height: 30px;
}
.menuFirst .menuIconDiv a:hover {
	color: rgba(255,255,255,0.75);
}
.menuFirst .menuIconDiv a span {
	width: 100%;
}
.menuFirst li.active{
	background: rgba(255,255,255,0.3);
	background: rgba(23,50,92,0.7);
	background: #00879b;
	background: #394655;
	border-left: 2px solid #51a0d9;
	border-left: 2px solid #1d74b2;

}
.menuSec {
	width: 260px;
	position: fixed;
	left: -250px;
	top: 70px;
	height: 100%;
	z-index: 4;
	padding: 0;
	background: #FFF;
	background: #394655;
	box-sizing: border-box;
	/*transition:left 0.5s ease-in-out ;
	-moz-transition:left 0.5s ease-in-out ;
	-webkit-transition:left 0.5s ease-in-out ;
	-o-transition:left 0.5s ease-in-out ;*/
	/*-webkit-box-shadow: 0 0px 10px 0px #DDD;
	-moz-box-shadow: 0 0px 10px 0px #DDD;
	box-shadow: 0 0px 10px 0px #DDD;*/
	border-right: 1px solid #223142;
	overflow-y: auto;
}
.menuThird {
	width: 250px;
	position: fixed;
	left: -250px;
	top: 70px;
	height: 100%;
	z-index: 3;
	padding: 0;
	background: #FFF;
	background: #394655;
	box-sizing: border-box;
	border-right: 1px solid #FAF9F9;
	/*transition:left 0.4s linear;
	-moz-transition:left 0.4s linear;
	-webkit-transition:left 0.4s linear;
	-o-transition:left 0.4s linear;*/
	-webkit-box-shadow: 0 0px 10px 0px #DDD;
	-moz-box-shadow: 0 0px 10px 0px #DDD;
	box-shadow: 0 0px 10px 0px #DDD;
	overflow-y: auto;
}
.menuSec > ul > li,.menuThird > ul > li {
	color: #FFF;
	text-align: left;
	line-height: 18px;
	color: #000;
	position: relative;
	/*border-bottom: 1px solid #F2F2F2;*/
	border-bottom: 1px solid #394655;
}
.menuSec > ul > li:hover,.menuThird > ul > li:hover {
	background: #6A7C9F;
	background: rgba(23,50,92,0.7);
	background: #3E9BAF;
	background: #51a0d9;
	background: #1d74b2;
	cursor: pointer;
}
.menuSec li.active{
	background: #6A7C9F;
	background: rgba(23,50,92,0.7);
	background: #00879b;
	background: #51a0d9;
	background: #1d74b2;
}
.menuSec > ul > li:hover a,.menuThird > ul > li:hover a,.menuSec li.active  a {
	color: #FFF;
}
.menuSec > ul > li > a,.menuThird > ul > li > a {
	color: #000;
	color: #FFF;
	cursor: pointer;
	width: 100%;
	display: block;
	padding: 13px 15px;
	box-sizing: border-box;
}
.menuSec > ul > li > a i,.menuThird > ul > li > a i {
	color: #2B579A;
	cursor: pointer;
}
.topTriangle{
 position: absolute;
 top: -20px;
 left: 94px;
}
.topTriangle:before,.top:after{
 position: absolute;
 content: '';
 border-top: 10px transparent dashed;
 border-left: 10px transparent dashed;
 border-right: 10px transparent dashed;
 border-bottom: 10px #fff solid;
}
.topTriangle:before{
 border-bottom: 10px #FFF solid;
}
.topTriangle:after{
 top: 1px; /*覆盖并错开1px*/
 border-bottom: 10px #fff solid;
}
div.topDivCenter::-webkit-scrollbar{
	width:4px;
	height:4px;
}
div.topDivCenter::-webkit-scrollbar-track{
	background: #f6f6f6;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
div.topDivCenter::-webkit-scrollbar-thumb{
	background: #aaa;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
div.topDivCenter::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
div.topDivCenter::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
