﻿@charset "utf-8";
/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #336dff;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用  开始*/

body {
    overflow-x: hidden;
    font-size: 18px;
    background: #fff url(/material/images/zjt_images/bg_sjfb.jpg) 50% 0px no-repeat;
}

.header{
    height: 260px;
    background:url(/material/images/zjt_images/head_sjfb.png) 50% 0px no-repeat;
}

.header h1 {
    width: 100%;
    height: 80px;
    background: url(/material/images/zjt_images/logo_sjfb.png) 0 0 no-repeat;
}

.header h1 a {
    display: block;
    height: 130px;
}

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    background-color: #333;
    color: #fff;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(/material/images/zjt_images/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
    color: #fff;
}

.footer-map {
    margin-left: 120px;
}

.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}

.grid,
.main,
.side {
    padding:20px 0px;
}

.tab {
    height: 46px;
}

.tab a{
     transition: all .3s;
}

.tab-pane {
     position: relative;
     overflow: hidden;
 }

 .tab-pane .pane>ul,
 .tab-pane .pane>div {
     animation-duration: .3s;
 }


/* 头部、底部、公用  结束*/

/* 首页 开始*/
/* part1开始 */

.category .tab{
    height: 70px;
    display: inline-block;
    background: url(/material/images/zjt_images/t_bg.png) 0 0 repeat-x;
}

.category .tab a {
     display: inline-block;
     position: relative;
     min-width: 100px;
     height: 70px;
     padding: 0 35px;
     line-height: 70px;
     font-size: 20px;
     color: #35446a;
     text-align: center;
 }

 .category .tab a.current {
     background-color: #0e52ff;
     color: #fff;
 }

.category .tab a+a:before {
    content: '';
    position: absolute;
    top: 35%;
    bottom: 0px;
    left: 0;
    width: 1px;
    height: 20px;
    background-color:#35446a;
}

.category .pane>div{
    padding: 20px;
    height: 610px;
    border:1px solid #a0c6ef; 
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(14, 82, 255, 0.2);
}

.plan .tab{
    width: 250px;
    height: auto;
    background:none;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 999;
    background-color: #fff;
}

.plan .tab a {
     display: inline-block;
     position: relative;
     min-width: 100%;
     height: 70px;
     padding: 0;
     line-height: 70px;
     font-size: 18px;
     text-align: center;
     border-top: 1px solid #109afe;
 }

.plan .tab a+a:before{
    display: none;
}

 .plan .tab a.current {
     background-color: #109afe;
     color: #fff;
 }

.plan .tab a i{
    font-size: 32px;
    color: #ffcb67;
    line-height: 70px;
}

.plan .pane{
    width: 50%;
    float: left;
}

.plan .pane>div{
    padding: 20px;
    border:none; 
    box-shadow:none;
    background-color: transparent;
}



/* part1结束 */

/* part2开始 */
.news{
    position: relative;
}

.news h2 b{
    height: 46px;
    font-size: 20px;
    line-height: 46px;
    padding-left: 37px;
    background: url(/material/images/zjt_images/icon.png) 0 50% no-repeat;
}

.news .tab{
    position: absolute;
    top: 0px;
    right: 0px;
}

.news .tab a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    line-height: 46px;
    font-size: 18px;
    font-weight: bold;
}

.news .tab a.current {
    color: #0e52ff;
}

.news .tab a+a:before {
    content: '';
    position: absolute;
    top: 35%;
    bottom: 10px;
    left: 0;
    width: 2px;
    height: 13px;
    background-color:#c7c7c7;
}

.news .pane{
    padding:10px 0px;
}

.news .pane>div{
    width: 1190px;
    padding: 40px 180px;
    background-color: #fff;
    border:1px solid #a0c6ef; 
    box-shadow: 0 3px 10px rgba(14, 82, 255, 0.2);
}

/* part2结束  */

/* part3开始  */
.w560{
    width: 560px;
}

.w560 .tab a {
    position: relative;
    display: inline-block;
    padding: 0 20px 0px 0px ;
    line-height: 46px;
    font-size: 18px;
    font-weight: bold;
}

.w560 .tab a.current {
    color: #333;
    font-size: 22px;
    background: url(/material/images/zjt_images/line_sjfb.jpg) left bottom no-repeat;
}

.list-t li {
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
}

.list-t li:before {
    background-color: #acd5ff;
    border-radius: 0px;
}
/* part3结束  */

.header h1 a{
	  background-color: initial!important;
}
