body{
	background: url(../images/bodybg.jpg) repeat;
	background-position: 0 0;
}

.ft { margin:auto; text-align:center; color: #fff; height: 40px; line-height: 40px; background-color: #105fb1; white-space: nowrap; width: 100%; }
/*.ft { margin:auto; text-align:center; color: #fff; height: 40px; line-height: 40px; background-color: #105fb1; white-space: nowrap; width: 100%; position: fixed; bottom: 0; left: 0; _position: absolute; _bottom: auto; _top: expression(documentElement.scrollTop + (documentElement.clientHeight - this.clientHeight) - 1)  }*/
.ft-ul { width:950px; text-align:center; margin:auto; padding:0 50px; }
.ft a { color:#fff; }

/* 轮播图 */
#slide {
  position: relative;
  min-width: 1400px;
}

.slideBox {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  position: relative;
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 100%;
}


/* 主体 */
.mainbox {
 background:#fff;padding: 0 22px;
}



/*功能菜单*/
.fun {
  display: flex;
  margin: -40px -38px 0;
  padding: 34px 25px 25px;
  background: rgba(255, 255, 255, .85);
  position: relative;
  z-index: 9;
  border-radius: 20px;
}

.fun li {
  position: relative;
  flex-grow: 1;
  margin: 0 12px;
  height: 114px;
  background: #5A70C0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fun li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
}

.fun li i {
  display: inline-block;
  transition: 1s;
}

.fun li:hover a{
  opacity: .8;
}

.fun li a:hover i {
  transform: rotateY(180deg);
}

.fun li:nth-child(2) {
  background: #4BACDB;
}

.fun li:nth-child(3) {
  background: #00C6B1;
}

.fun li:nth-child(4) {
  background: #F1A632;
}

.fun li:nth-child(5) {
  background: #FF7D83;
}

.fun li>img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%) scale(0);
}

.fun li:hover>img {
  /*transform: translate(-50%, -100%) scale(100%);*/
}
.fun li p{
	padding-left: 10px;
}
.fun li p span{
	display: block;
}
.fun li p span:nth-child(1){
	font-size: 20px;
}
.fun li p span:nth-child(2){
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
.consult .title {
  height: 60px;
  line-height: 40px;
  padding: 10px 0;
}

.consult .title>a {
  color: #00A5FF;
  font-size: 22px;
  font-weight: bold;
}

.search {
  position: relative;
   border: 1px solid #dcdcdc;
}

.search input[type='text'] {
  width: 354px;
  height: 40px;
  line-height: 40px;
  padding: 0 74px 0 15px;
  box-sizing: border-box;
}

.search input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: #fff url(icon_seach.png) no-repeat center center;
}

.search input::-webkit-input-placeholder {
  color: #666;
}

.search input::-moz-input-placeholder {
  color: #666;
}

.search input::-ms-input-placeholder {
  color: #666;
}

/*咨询反馈*/
.main1{
	display: flex;
	justify-content: space-between;
    margin-bottom: 20px;
}
.consult {
  width: 60%;
  padding-right: 10px;	
}

.context {
  overflow: hidden;
}

.context .head {
  display: flex;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: rgba(2, 105, 184, 0.12);
  width: 100%;
}

.context .head span {
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.context .head span:first-of-type,
.infoList li span:first-of-type {
  min-width: 80px;
  text-align: center;
}

.context .head span:nth-of-type(2),
.infoList li span:nth-of-type(2) {
  flex-grow: 1;
  text-align: left;
}

.context .head span:nth-of-type(3),
.infoList li span:nth-of-type(3) {
  min-width: 160px;
}

.context .head span:nth-of-type(4),
.infoList li span:nth-of-type(4) {
  min-width: 110px;
}

.context .head span:nth-of-type(5),
.infoList li span:nth-of-type(5) {
  min-width: 100px;
}

.infoList li {
  position: relative;
  display: flex;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
}



.infoList li span {
  position: relative;
  padding: 0 10px;
}

.infoList li span:nth-of-type(2) {
  text-align: left;
}

.infoList li span:last-of-type:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #FA5E5E;
  border-radius: 50%;
}

.infoList li span.green:before {
  background-color: #62C272;
}

.infoList li span.yellow:before {
  background-color: #FDC426;
}

.side {
  flex: 1;
  overflow: hidden;
  padding-left: 15px;
  padding-top: 15px;
}
.side .notice{
	margin-bottom: 15px;
}

.mainHd {
  height: 47px;
  line-height: 35px;
  padding-bottom: 12px;
  border-bottom: 2px solid #B6BFD8;
}

.mainHd>a {
  color: #00A5FF;
  font-size: 22px;
  font-weight: bold;
}

.mainHd .rt span {
  color: #a9a9a9;
}



.mainHd .rt a {
  color: #999;
  font-size: 14px;
}

.mainHd .rt a:hover {
  color: #2E77DC;
}


.news-list {
  min-height: 190px;
  padding: 4px 0;
  overflow: hidden;
}

.news-list li {
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #eee;
}

.news-list li:last-of-type {
  border-bottom: none;
}

.news-list li span {
  float: right;
  color: #999;
}

.news-list li p a {
  position: relative;
  padding-left: 15px;
}

.news-list li p a:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  border: 5px solid transparent;
  border-left-color: #1440A4;
  transition: .3s;
}

.news-list li p a:hover:before {
  left: 5px;
}
.main2 .mainBd{
	border-top: 0 none;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.main2 .mainBd ul{
	display: flex;
	margin-left: -1px;
}
.main2 .mainBd ul li{
	width: 10%;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-left: 1px solid #e6e6e6;
}
.main2 .mainBd ul li:nth-child(1){
 background-color:#e9efff
}
.main2 .mainBd ul li:nth-child(2){
 background-color:#daedfa
}

.main2 .mainBd ul li:nth-child(3){
 background-color:#daf5f1
}

.main2 .mainBd ul li:nth-child(4){
 background-color:#fbf2e3
}

.main2 .mainBd ul li:nth-child(5){
 background-color:#f8eded
}

.main2 .mainBd ul li:nth-child(6){
 background-color:#e4f6ea
}

.main2 .mainBd ul li:nth-child(7){
 background-color:#faf7ee
}

.main2 .mainBd ul li:nth-child(8){
 background-color:#f8eded
}
.main2 .mainBd ul li:nth-child(9){
 background-color:#daedfa
}
.main2 .mainBd ul li:nth-child(10){
 background-color:#e9efff
}



.main2 .mainBd ul li a span{
	display: block;
	padding-top: 3px;
}
.main3{
	display: flex;
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
    background: #F4F8FF;
}
.main3_1{
	width: 32%;
}
.main3_2{
	width: 44%;
	border-left: 1px solid #e6e6e6;
}
.main3_3{
	width: 24%;
	border-left: 1px solid #e6e6e6;
}
.mainHd2{
	font-size: 16px;
	color: #333;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
}
.mainHd2 span{
	color: #666;
}
.mainHd2 a{color:#00A5FF; font-weight:bold}
.main3_1 .mainBd ul{
	clear: both;
	overflow: hidden;
	margin-top: -1px;
}
.main3_1 .mainBd ul li{
	float: left;
	width: 50%;
	height: 172px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #e6e6e6;
}
.main3_1 .mainBd ul li:nth-child(2n){
	border-left: 1px solid #e6e6e6;
}
.main3_1 .mainBd ul li h2{
	font-size:38px;
	color: #00A5FF;
	font-weight: bold;
}
.main3_1 .mainBd ul li p{
	display: flex;
	align-items: center;
	line-height: 1;
}
.main3_1 .mainBd ul li p img{
	padding-right: 8px;
}
.main3_2 .mainBd{
	padding: 15px 25px;
}
.main3_2 .mainBd ul li{
	display: flex;
	align-items: center;
	padding: 4px 0;
}
.main3_2 .mainBd ul li i{
	display: inline-flex;
	width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center;
	background-color: #e4e3e1;
	font-size: 14px;
	border-radius: 3px;
	color: #666;
	margin-right: 6px;
}
.main3_2 .mainBd ul li:nth-child(1) i{
	background-color: #F75A62;
	color: #fff;
}
.main3_2 .mainBd ul li:nth-child(2) i{
	background-color: #F96800;
	color: #fff;
}
.main3_2 .mainBd ul li:nth-child(3) i{
	background-color: #F6A831;
	color: #fff;
}
.main3_3 .mainBd{
	padding:20px 30px;
}
.main3_3 .mainBd ul li {
  display: flex;
  margin-bottom: 25px;
}

.main3_3 .mainBd ul li p {
  flex-grow: 1;
  margin-right: 8px;
}

.main3_3 .mainBd ul li span {
  color: #e86937;
}

.main3_3 .mainBd::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

.main3_3 .mainBd::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #eee;
}

.main3_3 .mainBd::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
}

/* 提示框 */
.reminder {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 510px;
  padding: 20px 15px;
  font-size: 14px;
  border: 1px solid #eee;
  background-image: linear-gradient(#DFF0F8, #FEFAF7);
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}

.reminder>p {
  line-height: 1.75em;
  margin: 0.5em 0;
  text-indent: 2em;
}

.reminder>div {
  padding: 10px 0;
  text-align: center;
}

.reminder>div p {
  color: red;
  font-size: 12px;
  margin-bottom: 5px;
}

.reminder>div div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reminder>div a {
  display: inline;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  background-color: #ddd;
  border-radius: 3px;
}

.reminder>div a.on {
  background-color: #00A7E2;
  cursor: pointer;
}

#close {
  position: absolute;
  top: 0;
  right: 5px;
  color: #00A7E2;
  font-size: 28px;
  line-height: 30px;
  cursor: pointer;
}

/* 工作统计样式 */
.work-stats {
  padding: 0;
}

.work-stats .mainHd {
  border-bottom: 2px solid #B6BFD8;
  padding: 0 0 12px;
}

.work-stats .mainHd a {
  color: #00A5FF;
  font-size: 22px;
  font-weight: bold;
}

.work-stats .mainHd #date {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
  gap: 8px;
}

.stats-item {
  display: flex;
  align-items: center;
  width: calc(50% - 4px);
  padding: 8px 0;
}

.stats-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  flex-shrink: 0;
}

.stats-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stats-info {
  flex: 1;
  min-width: 0;
}

.stats-label {
  font-size: 13px;
  color: #666;
  margin: 0 0 2px 0;
  line-height: 1;
}

.stats-num {
  font-size: 20px;
  font-weight: bold;
  color: #00A5FF;
  margin: 0;
  line-height: 1.2;
}

/* 登录注册弹窗样式 */
.login-box-pop {
  padding: 20px 25px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
}

.login-box-pop .form-group {
  margin-bottom: 18px;
}

.form-input {
  width: 100%;
  height: 42px;
  padding: 0 15px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-input:focus {
  outline: none;
  border-color: #00A5FF;
  box-shadow: 0 0 0 3px rgba(28, 49, 112, 0.1);
}

.form-input::placeholder {
  color: #999;
}

.btn-submit {
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 4px;
  background: linear-gradient(135deg, #00A5FF 0%, #00A5FF 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.2s;
}

.btn-submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.btn-submit:active {
  transform: translateY(0);
}

.form-footer {
  text-align: center;
  margin-top: 15px;
}

.form-footer a {
  color: #00A5FF;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s;
}

.form-footer a:hover {
  color: #00A5FF;
  text-decoration: underline;
}

.form-input.error {
  border-color: #FF5722;
  box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.1);
}

.form-input:focus:invalid,
.form-input.error {
  border-color: #FF5722;
}

.form-input:valid:not(:placeholder-shown) {
  border-color: #dcdcdc;
}

