﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

body {
    font-family: “微软雅黑”;
}

.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.color_lan{
    color: #2d60b0;
}

/* 主体部分 */

.jcygk_banner{
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    background: url(banner02.jpg) no-repeat center;
    font-size: 16px;
    line-height: 32px;
    padding: 45px 0;
    color: #ffffff;
}
.jcygk_banner p{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    height: 60px;
    line-height: 60px;
}
.jcygk_banner>div>div{
    width: 942px;
    height: auto;
}
.jcygk_banner img{
    width: 39%;
    height: auto;
}
.jcygk_main{
    padding-bottom: 30px;
}
.jcygk_left{
    width: 65%;
    height: auto;
}
.jcygk_right{
    width: 31%;
    height: auto;
}
.jcygk_tit{
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #ededed;
    font-size: 24px;
    color: #2d5fb0;
    font-weight: bold;
    background: url(tit.png) no-repeat top left;
    padding-left: 44px;
    line-height: 20px;
}
.jcygk_yjzj_list{
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
}
.jcygk_yjzj_list .parent_list{
    margin-top: 30px;
}
.jcygk_yjzj_list .parent_list:first-child{
    margin-top: 20px;
}
.jcygk_yjzj_list .parent_list .zj_child li{
    width: 156px;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    color: #333333;
    background: url(list_normal.png) no-repeat center;
    background-size: 100%;
    float: left;
    text-indent: 2.5em;
    margin-left: -10px;

}
.jcygk_yjzj_list .parent_list .zj_child{
    margin-top: 10px;
}
.jcygk_yjzj_list .parent_list .zj_child li:first-child{
    background-image: url(list_01.png);
    width: 140px;
    text-indent: 1.5em;
    margin-left: 0;
}
.jcygk_yjzj_list .parent_list .zj_child .list_04{
    background-image: url(list_04.png);
    width: 200px;
}
.jcygk_yjzj_list .parent_list .zj_child li a{
    color: #333333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.jcygk_yjzj_list .parent_list .zj_child li:hover{
    background-image: url(list_normal_hov.png);
}
.jcygk_yjzj_list .parent_list .zj_child li:first-child:hover{
    background-image: url(list_01_hov.png);
}
.jcygk_yjzj_list .parent_list .zj_child .list_04:hover{
    background-image: url(list_04_hov.png);
}
.jcygk_yjzj_list .parent_list .zj_child li:hover a{
    color: #fff;
}

.jcygk_right_01{
    width: 100%;
    height: auto;
    padding: 20px;
    border-top: 6px solid #3f77be;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    background: #f4f5f5;
}
.jcygk_right_01tit{
    width: 200px;
    height: auto;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #2d62b3;
    margin: 0 auto;
    margin-bottom: 20px;
    
}
.jcygk_right_01content{
    margin-top: 40px;
    line-height: 38px;
    text-align: left;
    padding-bottom: 20px;
}
.jcygk_right_01content span a{
    color: #dd0505;
}
.jcygk_right_02{
    margin-top: 30px;
} 
.jcygk_right_02 ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: url(dian.png) no-repeat left center;
    padding-left: 20px;
}
.jcygk_right_02 ul li a{
    color: #333333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}



/* 自适应 */
@media screen and (max-width: 1200px){
    .w1200{
        width: 100%;
        padding: 0 20px;
    }
    .jcygk_banner>div>div{
        width: 78.5%;
    }
    .jcygk_banner p{
        height: auto;
    }


}
@media screen and (max-width: 976px){
    .jcygk_banner{
        background-size: cover;
        padding-bottom: 0;
    }
    .w1200{
        width: 100%;
        padding: 0 20px;
    }
    .jcygk_banner>div>div{
        width: 78.5%;
    }
    .jcygk_left{
        width: 100%;
    }
    .jcygk_right{
        width: 100%;
        margin-top: 30px;    
    }

}
@media screen and (max-width: 600px){
    .jcygk_banner>div>div{
        width: 100%;
    }
    .jcygk_yjzj_list .parent_list .zj_child li{
        margin-top: 10px;
    }
    .jcygk_banner{
        padding-top: 20px;
    }
}
@media screen and (max-width: 500px){
    .jcygk_banner{
        font-size: 14px;
    }
}
@media screen and (max-width: 420px){
    .jcygk_banner{
        height: 330px;
    }
}