header.header {
    padding: 80px 0 130px;
}
header.header a.logo{
    height: auto;
}
header.header div.navlist{
    width:920px;
    margin-top: 10px;
    text-align: left;
}
header.header div.navlist a{
    font-size: 14px;
    margin: 0 5px;
    padding:0;
    opacity: 0.75;
    filter: alpha(opacity=75);
    border:none;
}
header.header div.navlist a:hover:after{
    left:2px;
    bottom:-2px;
    right:2px;
}
header.header .search_wrapper{
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
}
header.header .search_wrapper .input_box{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
header.header .search_wrapper .search_btn{
    font-size: 18px;
}


section.special_service{
    padding:66px 0 80px;
    background:#f5f8fa;
}

section.special_service .wrapper{
    /*height:144px;*/
    overflow:hidden;
    position:relative;
}

section.special_service .wrapper > a{
    display: block;
    width: 30px;
    height: 144px;
    line-height: 144px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    float: left;
    text-align: center;
    color: #e2e2e2;
    background: #fff;
    font-weight: bold;
}
section.special_service .wrapper > a:hover{
    color: #1080cc;
}
section.special_service .wrapper > a i{
    font-size: 24px;
}

section.special_service .wrapper .bd{
    /*margin: 0 10px;*/
    overflow: hidden;
}
section.special_service .wrapper .bd ul{
    width: 1250px;
    overflow: hidden;
}

section.special_service .wrapper .bd ul li{
    float:left;
    margin:0 7px 7px 0;
    width:232px;
    height:144px;
    text-align:center;
    overflow:hidden;
    border-radius: 5px;
    background: #5b62b6;
    position:relative;
}

section.special_service .wrapper .bd ul li a{
    display: block;
    position:absolute;
    width:100%;
    height:100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
}
section.special_service .wrapper .bd ul li a i.icon{
    display: block;
    width:100%;
    height: 100px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA4BAMAAAC/NuNBAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///////////////////////////////////////////////////////////////9Or7hAAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAJlSURBVDiNnZW9bhNBEMf3/JXESEkKEEUMOtEik9QgOeEFYngA5BSI9hAvYMQLQEtDUB4AgygorYgHOEiR1oKkA3ESikni+/gzu3O3u+dbUzCFtR//++3O7MxYiP+xR8mWa/n2zx0etIATx34twhmPAiDzq4IuAIVoIn2D71XAJHuHUzka4LAeJQ7AiTfJdiQgWRe91AHYItGpAtD0mQPAqoYEOFxQdCnrS0DVbvD9SBc5AXw99vWrC9ApYtRCqgG75iwv5BDRIo706r45TAPqUeprgbkuAR7wqKcAK5/VpKkd7mCaS0MFGMU8G+QIA/Dwm37b+CNKCAMQUeyL2hivRIH4ID8bY68QDJG8DqE9aSEmxEZBJFuCNONKQAgbIMRd2j/oWYhLsawA1wvR1Sf3RcMgRplYxVt5+KWwbFc/CAnW1J2HeG4JCLGeH3EhVpSTbRpZVkQ5wPsiTKMygkNEbuo4XSkjOMoBB4oRYzy1BCrKHKfisTdwPo/gSMt8k+niVRDX9HNzxtohV4hQJwznvBeaalo+liVuUq7LCOPHGh0XWAWi6k4IUxBtuvEqrALpzncMunE/s+Y5IrfWAcUtQ+n9SojNzCenyyVWiyzETeovm5j5pUPvWAhZPv35FlPXiMYe1c+P6GJOQIt539qekdpR5ITgQ7cpBwMk/rxAFLm8hJkYxI5Wy5Vd88VLfIrOq/s5oj+lQgC+uQQKMaT0GiF1NnPVXmSGBvFD576qKMrQx5Ope58rqrPoBgpBSUQZmrdEl8mK2k9eLNyXuXxrcrZ4X+Yy8OVfgmbxt7PQ7v36WF74CwKBbAT7iuypAAAAAElFTkSuQmCC') no-repeat center;
}
section.special_service .wrapper .bd ul li a span{
    display: block;
    width: 90%;
    margin:0 auto;

}


section.service_line{
    padding:50px 0;
}
section.service_line div.wrapper{
    overflow: hidden;
}
section.service_line ul.service-list{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
section.service_line li.service-item{
    float: left;
    font-size: 24px;
    color: #818181;
    margin-right: 30px;
}
section.service_line li.service-item a{
    color: #818181;
}
section.service_line li.service-item.on a,
section.service_line li.service-item:hover a{
    color: #1080cc;
}

section.service_line .more{
    position:absolute;
    top:0;
    right: 0;
    line-height: 32px;
    font-size: 16px;
    color: #1080cc;
}

section.service_line ul.service-list::before {
    float: left;
    content: "";
    width: 4px;
    height: 20px;
    background: #1080cc;
    margin: 6px 10px 0 0 ;
    border-radius: 2px;
}

section.service_line div.service-content-box{
    margin-top: 40px;
}


section.service_line div.service-content-box div.service-content-list{
    display: none;
}
section.service_line div.service-content-box div.service-content-list:first-child{
    display: block;
}



.floor {
    padding-bottom: 80px;
    padding-top: 40px;
    background: #f4f6f8;
}

.service_guide {
    background: #fff;
    width: 398px;
    border: 1px solid #dfebf8;
    height: 382px;
}

.service_guide .top {
    margin-top: 25px;
    height: 53px;
    background: url(../images/colhd3.png) center no-repeat;
}

.service_guide .top h3 {
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 26px;
    color: #1080cc;
}

.service_guide .top p {
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.service_guide .tab_nav {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.service_guide .tab_nav li {
    display: inline-block;
    line-height: 24px;
    border: 1px solid #fff;
    color: #1080cc;
    padding: 0 20px;
    margin: 0 10px;
    border-radius: 500px;
}

.service_guide .tab_nav li a {
    color: #1080cc;
}

.service_guide .tab_nav li.on {
    border-color: #1080cc;
}

.service_guide .tab_content {
    padding: 20px;
}

.service_guide .tab_content .tab_item {
    display: none;
}

.service_guide .tab_content .tab_item:first-child {
    display: block;
}

.service_guide ul.list_wrapper li a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.service_guide ul.list_wrapper li a::after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: #9fc4de;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
}

.service_guide ul.list_wrapper li:hover a::after {
    width: 8px;
    height: 8px;
    background: #03aef4;
}

.service_guide ul.list_wrapper li a span.tit {
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service_guide ul.list_wrapper li a span.date {
    float: right;
    color: #999;
    font-size: 12px;
}

.service_guide ul.pic_wrapper{
	overflow: hidden;
}

.service_guide ul.pic_wrapper li{
	float: left;
	width:265px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}
.service_guide ul.pic_wrapper li span.thumb{
	display: block;
	width: 54px;
	height: 68px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 3px;
}
.service_guide ul.pic_wrapper li span.thumb img{
	display: block;
	width: 100%;
	min-height: 100%;
}
.service_guide ul.pic_wrapper li div.desc{
	width: 200px;
}
.service_guide ul.pic_wrapper li div.desc span{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	margin: 8px 0;
}

/*通知公告*/

.notice {
   
    width: 100%;
   
    height: 182px;
}

.notice .top {
    margin-top: 25px;
    height: 53px;
	 border-bottom: 1px solid #dfebf8;
	padding-bottom:20px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 26px;
    color: #1080cc;
}
.notice ul{
	margin-top:20px;
}
.notice ul.list_wrapper li{
	width:49.5%;
	display:inline-block;
}

.notice ul.list_wrapper li a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.notice ul.list_wrapper li a::after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: #9fc4de;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
}

.notice ul.list_wrapper li:hover a::after {
    width: 8px;
    height: 8px;
    background: #03aef4;
}

.notice ul.list_wrapper li a span.tit {
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice ul.list_wrapper li a span.date {
    float: right;
	margin-right:30px;
    color: #999;
    font-size: 12px;
}
