.header{
	    position: relative;
	    background: url(../images/header.jpg) no-repeat center top;
	    background-size: cover;  
  padding: 35px 0;
}
.nav-bg{
	height: 58px;
	background: #2a63cb;
	border-bottom: 0 none;
}

/* 轮播图 */
#slide{
  min-width: 1200px;
}

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

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 48%;
  bottom: 8px;
  z-index: 2;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 9px;
  height: 9px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.slideBox .hd ul li.on {
  background: #F07F14;
}

.slideBox .bd {
  position: relative;
}

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

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

.slideBox .arrow{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: none;
}
.slideBox:hover .arrow{
    display: block;
}
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:2%;
    top:50%;
    margin-top:-50px;
    display:block;
    width:60px;
    height:100px;
    background: rgba(0,0,0,.6) url(../images/arrow_left.png) no-repeat center center;
    border-radius: 5px;
    filter:alpha(opacity=80);
    opacity:0.8;
}
.slideBox .next{
    left:auto;
    right:2%;
    background-image: url(../images/arrow_right.png);
}
.slideBox .prev:hover,
.slideBox .next:hover{
    filter:alpha(opacity=100);
    opacity:1;
}

/* 主体 */
section .container{
  padding: 0 30px;
}

/*功能菜单*/
.fun{
  display: flex;
  margin: -90px -30px 0;
  padding: 25px 18px 0;
  background: rgba(255,255,255,.75);
  border-radius: 20px;
  position: relative;
  z-index: 9;
}
.fun li{
  flex-grow: 1;
  margin: 0 12px;
  background: #1440A4;
  border-radius: 5px;
}
.fun li a{
  display: flex;
  align-items: center;
  padding: 20px 40px;
  color: #fff;
  font-size: 20px;
}
.fun li i{
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  background: #fff;
  border-radius: 50%;
  transition: 1s;
}
.fun li:hover{
  /*opacity: .8;*/
  box-shadow: 0 0 10px rgba(0,0,0,1.5);
}
.fun li a:hover i{
  transform: rotateY(180deg);
}
.fun li:nth-child(2){
  background: #00B154;
}
.fun li:nth-child(3){
  background: #00AEF8;
}
.fun li:nth-child(4){
  background: #7722A4;
}
.fun li:nth-child(5){
  background: #F69F00;
}

.choose_time{
	color: #1c3170 !important;
}

.title{
  line-height: 35px;
  margin-top: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #B6BFD8;
}
.title img{
  max-height: 25px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.title>a{
  color: #1c3170;
  font-size: 22px;
  font-weight: bold;
}
.title .rt span{
  color: #a9a9a9;
}
.title .rt span:first-of-type{
  
}
.title .rt span:nth-of-type(2){
  margin: 0 20px;
}
.title .rt a{
  color: #999;
  font-size: 14px;
}
.title .rt a:hover{
  color: #2E77DC;
}
.title .rt .more{
  display: inline-block;
  color: #fff;
  width: 60px;
  text-align: center;
  line-height: 38px;
  border-radius: 2px;
  background: #F78D12;
}
.title .rt .more:hover{
  opacity: 0.8;
}

.title .tab{
  display: inline-block;
}
.title .tab a{
  color: #999;
  font-size: 22px;
  font-weight: bold;
  margin-right: 30px;
}
.title .tab a.on{
  color: #1c3170;
}
.title .search{
    position: relative;
    height: 38px;
    line-height: normal;
    display: inline-block;
}
.title input[type='text'] {
    width: 280px;
    height: 38px;
    line-height: 36px;
    padding: 0 38px 0 15px;
    border: 1px solid #ddd;
}
.title input[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    cursor: pointer;
    border: none;
    background: url(../images/ss.png) no-repeat center center;
}

/*阳光资讯*/
.news{
  float: left;
  width: 65%;
}
.news .title{
  margin-bottom: 20px;
}
.news .slideBox .hd {
  left: auto;
  right: 1%;
}
.news .slideBox .bd li>a{
  display: block;
  overflow: hidden;
}
.news .slideBox .bd li>a:hover img{
  transform: scale(1.1);
}
.news .slideBox .bd img{
  width: 331px;
  height: 221px;
}
.news .slideBox .bd p{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 90px 0 15px;
  color: #fff;
  text-align: left;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
  z-index: 1;
}
.news .slideBox .bd p a{
  color: #fff;
}
.news .slideBox .bd p a:hover{
  color: #e18e30;
  text-decoration: underline;
}
.news .news-list{
  margin-left: 346px;
}
.news-list{
    min-height:200px;
}
.news-list li{
  height:40px;
  line-height: 40px;
  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{
  margin-right: 100px;
}
.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;
}

/*受理统计*/
.statistics{
  float: right;
  width: 33%;
}
.statistics ul{
  margin-top: 20px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  overflow: hidden;
  background: url(../images/statistics/statisticsbg.jpg) no-repeat;
  background-size: cover;
  
}
.statistics ul li{
  float: left;
  width: 50%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.statistics ul li>div{
	padding-left: 60px;
	min-height: 60px;
	background: url(../images/statistics/icon1.png) no-repeat left center;
}

.statistics ul li:nth-of-type(2)>div{
  background-image: url(../images/statistics/icon2.png);
}
.statistics ul li:nth-of-type(3)>div{
  background-image: url(../images/statistics/icon3.png);
}
.statistics ul li:nth-of-type(4)>div{
  background-image: url(../images/statistics/icon4.png);
}

.statistics ul li h1{
  color: #1c3170;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -1px;
}
.statistics ul li:nth-of-type(2) h1{
  color: #FF844F;
}
.statistics ul li:nth-of-type(3) h1{
 color: #EE414C; 
}
.statistics ul li:nth-of-type(4) h1{
  color: #00B154;
}


/*咨询反馈*/
.consult{
  float: left;
  width: 65%;
}
.context .head{
    display: flex;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 10px;
    background: #F4F8FF;
}
.context .head span{
    padding: 0 8px;
    font-weight: bold;
}
.context .head span,.infoList li span{
	display: block;overflow: hidden;
}

.infoList li{
    display: flex;
    text-align: center;
  	height: 38px !important;
  	line-height: 37px;
}
.infoList li span{
    padding: 0 8px;
	font-size: 15px;
}
.infoList li span.flex1{
	text-align: left;
}

.side{
  float: right;
  width: 33%;
}

.notice .news-list{
  margin-top: 10px;
}

.question{
    margin-top: -15px;
}
.question .title .rt a{
  display: none;
}
.question .title .rt a.on{
  display: block;
}
.question .news-list{
  margin-top: 10px;
  display: none;
  height: 280px;
}
.question .news-list.on{
  display: block;
}
.question .news-list li p{
  margin-right: 40px;
}

.img-link li{
 
}
.img-link li a{
    display: block;
    overflow: hidden;
    border: 1px solid transparent;
}
.img-link li img{
    width: 100%;
}
.img-link li a:hover{
    border-color: #DCDCDC;
}
.img-link li a:hover img{
    transform: scale(1.1);
}

.links .tab{
  	display: flex;
    margin: 15px 0 0 0;
    border-bottom: 2px solid #B6BFD8;
}
.links .tab span{
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    color: #1c3170;
    font-size: 20px;
    font-weight: bold;
  	text-align: center;
    cursor: pointer;
  	flex-grow: 1;
}
.links .tab span.on{
    color: #f88d14;
}
.links .tab span.on:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #F08900;
    z-index: 1;
}
.link-txt ul{
    display: none;
    height: 100px;
    background-color: #F4F8FF;
}
.link-txt ul.on{
    display: block;
}
.link-txt ul li{
    float: left;
    width: 16.66%;
    padding: 5px 0 5px 15px;
}
.link-txt ul li a{
    color: #565656;
    font-size:15px;
}
.link-txt ul li a:hover{
    color: #F08900;
    padding-left: 5px;
}
.picMarquee-left{
	overflow: hidden;
	padding: 15px 0 0;
}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:240px; height:60px; display:block; border:1px solid #DCDCDC;  }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }
.fun li:nth-child(6) {
    background: #EE414C;
}