@charset "utf-8";
@font-face {
    src: url("../fonts/1623557993467186.ttf");
    font-family: "hm";
}
@font-face {
    src: url("../fonts/PingFangSCRegular.ttf");
    font-family: "pf";
}
*{
    font-family: 'pf';
}
.content{
	padding-bottom:78px
}
.p1,.p2,.p3{
    transition: .3s;
}
.inner,.grid{
    position: relative;
    width: 1400px;
}
.wrap{
    background: url("../images/cjsfw_bg.png") center top no-repeat;
}
.header h1{
    background: url("../images/cjsfw_logo.png") center top no-repeat;
    width:656px;
    height:90px
}
.header{
    height:240px;
    background: none;
}
.header .inner{
    padding-top:85px;
    background:url("../images/cjsfw_header.png") right bottom no-repeat ;
    height:100%
}
.header .inner span{
    width: 140px;
    line-height:40px;
    background:#1c5cb2 url("../images/cjsfw_return.png") 20px 10px no-repeat;
    border-radius:0px 0px 10px 10px;
    position: absolute;
    top: 0;
    right:0;
    margin-right: 0;
    padding-left:53px;
    text-align: center;
}
.header .inner span a{
    display: block;
    width: 100%;
    height:100%;
    color:#fff;
    text-align: center;
}
.side-menu1{
    position: absolute;
    left: -180px;
    top: 110px;
}
.side-menu1 li{
    line-height:100px;
    height:100px;
    width:180px;
    text-align: center;
    margin-bottom:30px;
    position: relative;
}
.side-menu1 li a{
    color:#fff;
    font-size: 28px;
    font-family: "hm";
    line-height: 100px;
}
.side-menu1 li:hover a{
    border-bottom: 3px solid #fff;
}
.side-menu1 li:nth-child(1){
    background-color: #0052c3;
}
.side-menu1 li:nth-child(2){
    background-color: #e09e47;
}
.side-menu1 li:nth-child(3){
    background-color: #4caf8a;
}
.side-menu1 li a:hover{
    background-color: transparent;
}
.side-menu1 li.current:after{
position: absolute;
    top: 0;
    content: '';
    right: -18px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 19px solid #fff;
    background: #0052c3;
}
/*content*/
.grid{
    padding:40px 20px;
    background-color:#fff
}
.grid>.col-md-4{
    padding-left:20px;
    padding-right:20px;
}
.p1 .fwtp{
    height:660px;
    background: url("../images/cjsfw_sy.png") center left no-repeat;
}
.p1{
    width: 400px;
}
.p2,.p3{
    width:480px
}
/* focus*/

.focus1,
.focus1 .pic {
    position: relative;
    width: 100%;
    height: 248px;
    margin-left:0px;
}
.focus1{
    padding-bottom:20px;
    height:278px;
    padding-bottom:30px
}
.focus1 .pic {
display: flex;
}
.focus1 .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus1 .pic img {
    width: 100%;
    height: 100%;
}

.focus1 .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 10px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.9));
    color: #fff;
    text-align: center;
}

.focus1 .focus-prev,
.focus1 .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -45px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus1 .focus-prev .iconfont,
.focus1 .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus1 .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus1 .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus1:hover .focus-prev,
.focus1:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus1 .navi {
    position: absolute;
    bottom: 0px;
    left: auto;
    right: auto;
    z-index: 9;
    width: 100%;
    margin-bottom: 4px\9;
    padding: 0 10px;
    text-align: center;
}
.focus1 .navi li{
    float: none;
    width: 20px;
    height: 8px;
    margin: 0 5px;
    display:inline-block;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 0px;
    transition: all .3s;
}
.swiper-pagination-bullet{
    border-radius: 0px;
    width: 20px;
    height: 8px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.5px;
}

.focus1 .swiper-pagination-bullet {
    background:#e4e7ec;
    opacity: 1;
}

.focus1 .swiper-pagination-bullet-active {
    background-color: #5bacfd;
    width:30px
}

@media (max-width: 1200px) {
    .news {
        height: auto;
    }
    .focus1,
    .focus1 .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus1 .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }

    .focus1 .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .focus1 {
        margin-bottom: 20px;
    }

}
/*zc*/
.zc h3{
    color:#4b83cf;
    padding-left:30px;
    background:url(../images/cjsfw_zc_before.png) left center no-repeat;
    line-height:34px;
    margin:20px 0;
    font-weight: 600;
    font-size: 28px;
}
.zc h3 a,.p3>h3 a{
color:#4b83cf
}
.p3>h3{
    color:#4b83cf;
    padding-left:40px;
    background:url(../images/cjsfw_bs_before.png) left center no-repeat;
    line-height:40px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 28px;
    margin-top:0px;
    float:left;
    width: 100%;
}
.kk{
    float:left;
}
.kk,.kk>.pane{
    width:100%
}
.kk h3{
    border-bottom:2px solid #e6e6e6;
    margin-bottom:18px
}
.kk .kk_bt{
    position: absolute;
    left: 0;
    display: inline-block;
    margin-top: 0px;
    bottom: 0px;
}

.kk span{
    position: absolute;
    right: 0;
    line-height:40px;
    bottom:0px;
}
.kk span a{
color:#d3d6dc;
    font-size:18px;
}
.kk span.kk_bt a{
    color: #969696;
    line-height: 40px;
    font-size: 22px;
    padding: 0px 6px;
    float: left;
    display: block;
    text-align: center;
    margin-bottom: -2px;
}
.kk span.kk_bt a.current {
    border-bottom: 2px solid #4b83cf;
    color:#333
}
.list::after {
    content: '';
    /*建议加个height:0*/
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.kk>h3,.kk>.row{
    float: left;
    position: relative;
    width: 100%;
}
.kk>h3{
    line-height:48px;
    height: 48px;
}
.list .col-md-6{
    padding-left:10px;
    padding-right:10px;
    margin-bottom:20px;
    min-width: 230px;
}
.list .col-md-6 a{
    color:#333333;
    font-size:18px;
    height:100px;
    padding:11px 22px;
    padding-right:38px;
    border-radius:6px;
    display:block;
    width: 100%;
    line-height:26px;
    background-color:#f2f8ff;
}
.list .col-md-6 h4{
    line-height: 26px;
    z-index: 99;
    position: relative;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list .col-md-6 span{
    position: absolute;
    width: 64px;
    height:64px;
    background: url("../images/cjsfw_li_bg_after.png") right bottom no-repeat;
    right: 10px;
    bottom: 0;
}
.list .col-md-6:hover a{
    background-image:url("../images/cjsfw_li_bg_hover.png");
    color:#fff;
    background-size: 100% 100%;
}
.list .col-md-6:hover span{
    background-image:url("../images/cjsfw_li_bg_after_hover.png");
}
.k2 .list .col-md-6 span{
    background-image: url("../images/cjsfw_li2_bg_after.png");
}
.k2 .list .col-md-6:hover span{
    background-image: url("../images/cjsfw_li2_bg_after_hover.png");
}

.zc .list-t{
    background:url(../images/cjsfw_list_t_bg.png) 10px 20px no-repeat;
}
.zc .list-t li{
    margin-bottom: 14px;
}
.zc .list-t li:before{
    background:#88c3fe;
    width:7px;
    height:7px;
    border-radius: 0px;
    margin-top:4px;
    line-height:34px;
    left: 7px;
}
.zc .list-t li>div{
    width: 80%;
}
.zc .list-t li a{
    font-size: 18px;
    display: inline;

}
.zc .list-t>li>a{
    padding-right:90px
}
.zc .list-t li span.data{
    position: absolute;
    right: 0;
    top: 0;
    color: #8e8e8e;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.jd{
    border-radius:7px 7px 7px 0px;
    padding:0px 12px;
    background:#5eafff;
    margin-left:14px;
    white-space: inherit;
}
.jd a{
    color:#fff;
    white-space: nowrap;
}
.zc .list-t li:hover a{
    color:#1c5cb2
}
.zc .list-t li:hover .jd a{
    color:#fff;
}
.zc .list-t li:hover:before,.zc .list-t li:hover .data{
    color:#1c5cb2
}
.list.row{
    float:left
 }
.content>.inner {
    display:none
}
.grid{
    border-radius: 7px;
}
@media (max-width:1600px) {
    .content>.inner {
        display:block
    }
    .grid>.side-menu1{
        display: none;
    }
    .side-menu1{
        top:-50px;
        left:0px;
    }
    .side-menu1 li{
        float: left;
        line-height:50px;
        height:60px;
        border-radius: 7px;
        margin-right:10px
    }
    .side-menu1 li.current{
        line-height:60px;
        height:70px;
        top: -10px;
    }
    .side-menu1 li a{
        line-height: 50px;
        font-size: 24px;
    }
    .side-menu1 li.current a{
        line-height: 60px;
    }
    .header{
        height:340px
    }
	.side-menu1 li.current:after {
    background: #0052c3;
    bottom: -20px;
    right: 0;
    top: auto;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-bottom: 20px solid #fff;
    border-top: none;
    }
    .content{
        padding-bottom:0px
    }
}
@media(max-width:1400px){
    .inner,.grid{
        width:100%
    }
    .p1{
        width:calc( 100% - 1000px )
    }
    .p1 .fwtp{
        background-size: 100% 100%;
    }
}
@media(max-width:1200px){
    .p1{
        display:none
    }
    .p2, .p3{
        width:50%
    }
    .footer{
        padding-left:40px;
        padding-right:40px
    }
}
@media(max-width:992px){
    .p2, .p3{
        width:100%
    }
    .zc .list-t li span.data{
        top:30%
    }
    .p3{
        margin-top:20px
    }
    .jd{
        display: inline-block;
    }
    .kk{
        width: 100%;
    }
    .kk .list .col-md-6 a{
        background-size: 100% 100%;
    }
    .content .row{
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
    }
    .list .col-md-6{
        padding-left:0px !important;
        padding-right:0px !important;
    }
}
@media (max-width:768px) {
    .side-menu1 li{
        width:33.3%;
        margin-right: 0px;
    }
    .side-menu1{
        width:100%;
        left:0;
        padding-left:40px;
        padding-right:40px
    }
    .header .inner{
        background: none;
        padding-top: 50px;
    }
    .header {
        height: 200px;
    }
    .header h1{
        width:80%;
        background-size: 100%
    }
    .side-menu1 li a{
        font-size:24px
    }
    .zc .list-t li span.data{
        display: none;
    }
    .zc .list-t li>div{
        width:100%
    }
    .side-menu1 li.current:after{

    }
}
@media (max-width:480px) {
    .header {
        height: 150px;
    }
    .grid {
        padding: 20px;
    }
    .p2 .list-t li a {
        white-space: normal;
        font-size:16px
    }
    .grid{
        padding-left:0px;
        padding-right:0px
    }
    .side-menu1{
        padding-left:20px;
        padding-right:20px
    }
    .side-menu1 li a{
        font-size:20px
    }
    .kk h3 span:nth-child(2){
        display: none;
    }
    .footer{
        padding-left:20px;
        padding-right:20px
    }
}
@media (max-width:360px) {
    .side-menu1 li a{
        font-size:18px
    }
}
/*list page*/
.p3 .list-t{
    float: left;
    width: 100%;
}
.p3 .list-t li span{
    top:12px;
    line-height:36px;
    background:transparent;
    right:20px;
    border:1px solid #4b83cf
}
.p3 .list-t li span img{
    margin-right:6px;
    border-radius:0px
}
.p3 .list-t li:hover span{
    background: #4b83cf;
}
.p3 .list-t li:hover span a{
    color:#fff
}
.p3 .list-t li:nth-child(2n-1){
    background-color:#f0f8ff
}
.p3 .list-t li span .ss1{
    display:inline
}
.p3 .list-t li span .ss2{
    display:none
}
.p3 .list-t li:hover span .ss1{
    display:none
}
.p3 .list-t li:hover span .ss2{
    display:inline
}
.p3 .list-t li:before{
    background-color:#88c3fe;
    left:17px
}
.p3 .list-t li{
    padding-left:38px;
    line-height: 60px;
}
.p3 .list-t li a{
    font-size:18px
}
.p3 .list-t li span a{
    font-size:16px;
    color:#4b83cf
}
@media(max-width:768px ){
    .p3 .list-t li{
        padding-left:20px
    }
    .p3 .list-t li span{
        right:0px
    }
}
.zc h3 a:hover, .p3>h3 a:hover{
    font-size: 30px;
}
.kk span.kk_bt a:hover,.kk span a:hover{
    font-weight: bold;
}
.pages {
    font: 0/0 microsoft yahei;
    padding: 20px 0;
    text-align: center;
    margin-top:20px
}

.pages a,
.pages span {
    display: inline-block;
    line-height: 18px;
    margin: 0 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.pages a:hover {
    position: relative;
    background-color: #a3bde2;
    color: #fff;
}

.pages .current {
    background-color: #00a0e9;
    color: #fff;
    position: relative;
}

.pages .disabled {
    color: #ccc;
    cursor: not-allowed;
}

.pages select {
    border: 1px #d2d2d2 solid;
    padding: 4px;
}
.pages {
    padding: 20px 0;
    text-align: center;
    font: 0/0 microsoft yahei;
}

.pages a {
    border: 1px solid #d6d8da;
    font-size: 14px;
    line-height: 36px;
    margin: 6px 3px;
    border-radius: 2px;
    height: 36px;
    display: inline-block;
    padding: 0 9px;
    color: #888888;
    min-width: 40px;
}

.pages a.onhover,
.pages a:hover,
.pages a.current {
    color: #fff;
    border-color: #487bc5;
    background: #487bc5;
}

.pages input[type="text"] {
    text-align: center;
    margin: 0 7px;
    width: 38px !important;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cdd7e0;
    font-size: 16px;
    padding: 0 10px;
    margin-right: 4px;
    border-radius: 2px;
    vertical-align: middle;
    background: transparent;
}

.pages span:hover {
    background: none;
    color: #444;
}

.pages input[type="submit"] {
    height: 36px;
    line-height: 37px;
    border: 1px solid #cdd7e0;
    padding: 0 10px;
    margin-left: 3px;
    border-radius: 2px;
    color: #333;
    vertical-align: middle;
}

.pages .bai12_22h {
    margin-left: 20px;
}