@charset "utf-8";

body,
h1,
h2,
h3,
p,
ul,
li {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3 {
    font-weight: normal;
}

body {
    font-family: "Microsoft Yahei";
    background-color: #fff;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    /* text-decoration: none; */
    color: #008fff;
}

img {
    border: 0;
}

.gk_all_content{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #F5F5F5;
    margin: auto;
}
.gk_navigation{
    width: 1250px;
    height: 50px;
    margin: auto;
    line-height: 50px;

}
.gk_navigation div{
    display: inline-block;
}
.gk_con{
    width: 1250px;
    margin: auto;
    height: 2300px;
    position: relative;
    padding: 20px 15px;
    background-color: #fff;
    margin-bottom: 20px;
}
.gk_con_hea_you{
    position: relative;
    width: 68%;
    /* background-color: #333; */
    height: 785px;
    display: inline-block;
    margin-right: 1%;
    float: left;
}
.gk_con_hea_zuo{
    position: relative;
    width: 31%;
    background-color:#F5F5F5;
    height: 785px;
    display: inline-block;
}
.gk_con_top{
    width: 100%;
    height: 435px;
    position: relative;
    /* background-color: aquamarine; */
}
.gk_con_top .hd{
    /* height: 50px; */
    position: relative;
    width: 100%;
}
.gk_con_top .hd ul{
    height: 54px;
    border-bottom: 1px solid #09458F;
}
.gk_con_top .hd ul li{
    font-size: 26px;
    color: #09458F;
    font-weight: bold;
    margin-right:40px;
    cursor: pointer;
    width: 170px;
}
.gk_hd_font{
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
}
.gk_hd_icon{
    width: 50px;
    height: 50px;
    background-image: url(http://www.huancui.gov.cn/picture/0/2212051431174279730.png);
    display: inline-block;
    background-repeat: no-repeat;
}
.gk_con_top .hd .on .gk_hd_icon{
    background-image: url(http://www.huancui.gov.cn/picture/0/2212051431174393645.png);
}
.gk_con_top .hd .on .gk_hd_font{
    border-bottom: 5px solid #5A98EE;
}
.gk_con_top ul li{
    display: inline-block;
}
.inHd ul{
    height: 40px;
    background-color: #EDF4FC;
    line-height: 40px;
}
.inHd ul li {
    font-size: 17px;
    color: #09458F;
    margin-left: 10px;
    cursor: pointer;
}

.inHd .on{
    font-size: 17px;
    color: #09458F;
    font-weight: bold;
}
.inBd ul li{
    font-size: 17px;

    width: 100%;
    height: 50px;
    line-height: 50px;
    border-color: #ddd;
    border-style: none none dotted  none;
}
.inBd ul li div{
    width: 10px;
    height: 10px;
    background-color: #5A98EE;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    float: left;
    position: relative;
    top: 20px;
}
.inBd ul li a{
    display: block;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inBd ul li span{
    float: right;
    color: #999;
}
.gk_con_bottom{
    width: 100%;
    height: 350px;
    position: relative;
    /* background-color:azure; */
}
.gk_con_data_hea{
    height: 54px;
    border-bottom: 1px solid #09458F;
}
.gk_con_data_hea_span{
    height: 50px;
    border-bottom: 5px solid #5A98EE;
    font-size: 26px;
    line-height: 50px;
    color: #09458F;
    float: left;
}
.gk_con_data_con{
    /* width: 100%; */
    /* padding: 10px 0; */
    height: 265px;
    /* background-color: #5A98EE; */
}
.gk_con_ul1{
    height: 67px;
    line-height: 67px;
    width: 100%;
    margin: 30px 0 0;
    cursor: pointer;
}
.gk_con_ul1 .gk_con_ul1_li a:hover{
    transform: translateY(-3px);
    transition: .3s;
    
}
.gk_con_ul1 .gk_con_ul1_li{
    height: 65px;
    line-height: 65px;
    width: 30%;
    border: 2px solid #ddd;
    display: inline-block;
    border-radius: 5px;
    position: relative;
}
.gk_con_ul1 img{
    position: relative;
    top: 7px;
    margin: 0 20px;
}
.gk_con_ul1 div{
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: -10px;

}
.gk_con_data_con ul .gk_con_ul1_li a{
    display: block;
    width: 100%;
    height: 68px;
}
.gk_con_ul1 .gk_con_ul1_li:nth-child(2){
    margin: 0 2%;
} 
.gk_con_ul1 .drop {
    width: 259px;
    position: absolute;
    top: 45px;
    left: -2px;
    z-index: 99;
    overflow: hidden;
    padding-top: 20px;
    display: none;
}

.gk_con_ul1  li:hover .drop {
    display: inline-block;
}

.gk_con_data_con .drop li a{
    width: 220px !important;
    display: block;
    float: left;
    color: #fff;
    font-size: 16px;
    height: auto !important;
    line-height: 1.5;
}

.drop ul li:hover a {
    font-weight: bold;
}
.drop ul li{
    padding: 5px 0 ;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}
.drop ul {
    width: 259px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #999;
    z-index: 999;
    /* padding: 5px 0; */
    /* background-color: #4a7ae9; */
}

.drop em {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    margin: 7px 5px 0 5px;
}

.gk_con_zuo_data_hea{
    height: 50px;
    font-size: 26px;
    line-height: 50px;
    color: #09458F;
    margin: 10px 20px;
}

.gk_con_zuo_xz{
    width: 100%;
    height: auto;
}
.gk_con_zuo_xz_ul1{
    height: 70px;
}
.gk_con_zuo_xz .gk_con_zuo_xz_ul1 li{
    /* display: inline-block; */
    width: 66px;
    height: 68px;
    background-color: #0B478F;
    float: left;
    margin: 0 14px;
    text-align: center;
}
.gk_con_zuo_xz_ul1 li:nth-child(1){
    margin-left: 19px;
}
.gk_con_zuo_xz .gk_con_zuo_xz_ul1 li a{
    color: #fff;
    display: inline-block;
    position: relative;
    top: 14px;
}
.gk_con_zuo_xz_ul2 li{
    display: inline-block;
    height: 57px;
    width: 90%;
    background-color: #fff;
    margin: 12px 0;
    margin-left: 5%;
}
.gk_con_zuo_xz_ul2 li:hover{
    transform:translateY(-3px);
    transition: .3s;
}
.gk_con_zuo_xz_ul2 a{
    height: 57px;
    width: 100%;
}
.gk_con_zuo_xz_ul2 img,
.gk_con_zuo_xz_ul2 a,
.gk_con_zuo_xz_ul2 a div{
    display: flex;
    align-items: center;
}
.gk_con_zuo_xz_ul2{
    /* margin: auto; */
    width: 100%;
    /* margin-left: 5%; */
    /* position: relative;
    left: 5%; */
}
.gk_con_zuo_xz_ul2 img{
    /* position: relative;
    top: 10px; */
    margin: 0 20px;
}
.gk_con_zuo_xz_ul2 a div{
    /* height: 70px;
    line-height: 70px; */
    font-size: 18px;
    /* position: relative; */
    top: -8px;
    width: 200px;
    
}
.gk_con_zuo_xz_ul2 a div span{
    border-left: 1px solid #ddd;
    padding-left:30px ;
    /* height: 30px;
    width: 170px;
    display: block; */
}

.gk_con_img{
    width: 100%;
    margin-top: 20px ;
}
.gk_con_img a img:hover{
    transform: translateY(-3px);
    transition: .3s;
}
.gk_con_img a img{
    width: 610px;
    height: 110px;
    max-width: 610px;
    max-height:  110px;
    /* min-width: ; */
}
.gk_con_img a:nth-child(1){
    float: left;
}
.gk_con_img a:nth-child(2){
    float: right;
}
.gk_con_key{
    width: 68%;
    margin-right: 1%;
    float: left;
    position: relative;
    margin-top: 10px;
}
.gk_con_key_you{
    width: 31%;
    float: right;
    margin-top: 10px;
    position: relative;
}
.gk_con_key_con{
    height: 500px;
    width: 100%;
}
.gk_con_key_con ul{
    /* height: 100%; */
}
.gk_con_key_con ul li{
    float: left;
    width: 100px;
    height: 85px;
    margin: 15px 6.5%;
    text-align: center;
}
.gk_con_key_con ul li:hover{
    transform: translateY(-3px);
    transition: .3s;
}

.gk_con_key_you_con1{
    /* height: 200px; */
    background-color: #F5F5F5;
    padding: 15px 10px;
}
.gk_con_key_you_con2{
    background-color: #F5F5F5;
    padding: 20px 15px 10px 15px;
}
.gb_img{
    display: inline-block;
}
.gb_img img{
    width: 130px;
    height: 206px;
    max-width: 130px;
    max-height: 206px;
}
.gb_con_r{
    display: inline-block;
    float: right;
    width: 215px;
    position: relative;
}
.gb_new{
    color: red;
    font-size: 14px;
    font-weight: 100;

}
.gb_new span{
    position: relative;
    left: -37px;
    top: -8px;
}
.gb_con_r_h {
    position: relative;
    top: 10px;
}
.gb_con_r_h a{
    color: #17669F;
    line-height: 1.5;
}
.gb_con_r_h a:hover{
    font-size: 17px;
}
.gb_con_r_t span:nth-child(2){
    color: #17669F;

}
.gb_con_r_t{
    position: relative;
    top:46px ;
}
.gb_con_r_t div{
    margin-bottom: 30px;
}
.gb_con_r_t a{
    padding: 10px 69px;
    border: 1px solid #008fff;
    background-color: #F1F4F9;
}
.cy_bottom{
    margin-top: 15px;
}
.gk_con_key_you_con2 ul li {
    height: 63px;
    width: 162px;
    background-color: #fff;
    /* float: left; */
    display: inline-block;
    margin-bottom: 18px;
    text-align: center;
}
.gk_con_key_you_con2 ul li a {
    height: 65px;
}
.gk_con_key_you_con2 ul li div{
    position: relative;
    top: -13px;
}
.gk_con_key_you_con2 ul li img{
    position:relative;
    top: -4px;
}
.gk_con_key_you_con2 ul li:nth-child(1){
    margin-right: 15px;
    margin-left: 5px;
}
.gk_con_key_you_con2 ul:last-child li{
    margin-bottom: 0;
}
.gk_con_key_you_con2 ul li:hover{
    transform: translateY(-3px);
    transition: .3s;
}
.gk_con_yf .gk_con_data_hea a{
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    float: right;
    color: #17669F;
}
.yf_slideTxtBox .hd{
    height: 110px;
}
.yf_slideTxtBox .bd{
    height: 520px;
    background-color: #F5F5F5;
    overflow: auto;
}
.yf_slideTxtBox .hd ul li img{
    position: relative;
    top: 20px;
    margin-right: 5px;
}
.yf_slideTxtBox .hd ul li div{
    padding: 0 10px;
}
.yf_slideTxtBox .hd ul li .yf_hea_font{
    position: relative;
    top: 10px;
}
.yf_slideTxtBox .hd ul li{
    float: left;
    width: 23%;
    height: 70px;
    margin: 15px 0px 20px 0;
    margin-right: 22px;
    color: #fff;
    cursor: pointer;
}
.yf_slideTxtBox .hd ul li:nth-child(1){
    background-color: #E86949;
}
.yf_slideTxtBox .hd ul li:nth-child(2){
    background-color: #00CBC5;
}
.yf_slideTxtBox .hd ul li:nth-child(3){
    background-color: #FEBC44;
}
.yf_slideTxtBox .hd ul li:nth-child(4){
    background-color: #4A7AE9;
}
.yf_slideTxtBox .hd ul li:nth-child(4){
    margin-right: 0;
}
.yf_slideTxtBox .hd ul .on .yf_icon_sj{
    width: 0;
    height: 0;
    border: 10px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    display: block;
    position: relative;
    top: 36px;
    left: 85px;
}
.yf_slideTxtBox .hd ul .on:nth-child(1) .yf_icon_sj{
    border-top-color:#E86949;
}
.yf_slideTxtBox .hd ul .on:nth-child(2) .yf_icon_sj{
    border-top-color:#00CBC5;
}
.yf_slideTxtBox .hd ul .on:nth-child(3) .yf_icon_sj{
    border-top-color:#FEBC44;
}
.yf_slideTxtBox .hd ul .on:nth-child(4) .yf_icon_sj{
    border-top-color:#4A7AE9;
}
.yf_bd_header {
    padding: 20px 20px;
    color: #E86949;
    border-bottom:1px solid #E86949;
    font-size: 18px;
}
.yf_slideTxtBox .bd ul:nth-child(1) li .yf_bd_header{
    color:#E86949;
    border-bottom:1px solid #E86949;
}
.yf_slideTxtBox .bd ul:nth-child(2) li .yf_bd_header{
    color:#00CBC5;
    border-bottom:1px solid #00CBC5;
}
.yf_slideTxtBox .bd ul:nth-child(3) .yf_bd_header{
    color:#FEBC44;
    border-bottom:1px solid #FEBC44;
}
.yf_slideTxtBox .bd ul:nth-child(4) .yf_bd_header{
    color:#4A7AE9;
    border-bottom:1px solid #4A7AE9;
}
.yf_bd_content{
    padding: 0 30px;
    line-height: 1.5;
}
.yf_bd_content p{
    padding: 15px 0 ;
}
.gk_con_yf{
    width: 68%;
    margin-right: 1%;
    float: left;
    position: relative;
    margin-top: 10px;
}
.gk_con_xwfb{
    width: 31%;
    float: right;
    margin-top: 10px;
    position: relative;
}
.xwfb_con{
    background-color: #F5F5F5;
    height: 370px;
}
.xwfb_con_img{
    text-align: center;
    padding-top: 20px;
    
}
.xwfb_con_img img{
    width: 341px;
    height: 200px;
    max-width: 340px;
    max-height: 200px;
}
.xwfb_con ul li div img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.xwfb_con ul li div{
    float: left;
}
.xwfb_con ul li {
    /* text-align: center; */
    padding: 0 20px;
    margin: 15px 0;
    height: 30px;
}
.xwfb_con ul li a:hover{
    font-weight: bold;
}
.zuo_con_font{
    width: 80px;
    float: left;
    text-align-last: justify
}
.you_con_font{
    color: #17669F;
    float: right;
    display: block;
    width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.gk_con_cycs{
    width: 31%;
    float: right;
    margin-top: 10px;
    position: relative;
}
.cycs_con{
    height: 183px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: space-evenly;
}
.cycs_con ul li{
    padding: 15px 0;
}
.cycs_con ul li a{
    color: #17669F;
}
.cycs_con ul li a:hover{
    font-weight: bold;
}
.gk_con_zt_bottom{
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}
.gk_con_zt_bottom_type{
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.zt_con_img{
    text-align: center;
    padding-top: 15px;
    height: 200px;
    width: 290px;
    background-color: #E7EEF8;
    margin: 20px 30px 20px 0;
}
.zt_con_img img{
    width: 253px;
    height: 125px;
    max-width: 253px;
    max-height: 125px;
}
.gk_con_zt_bottom_type ul li{
    float: left;
}
.gk_con_zt_bottom_type ul li:hover{
    transform: translateY(-3px);
    transition: .3s;
}
.zt_bot_con_font{
    font-size: 17px;
    margin-top: 20px;
}
.gk_con_zt_bottom_type ul li:last-child .zt_con_img{
    margin-right: 0;
}
.gk_con_zt_bottom_type .hd ul {
    display: none;
}
.gk_con_zt_bottom_type .hd span {
    display: block;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 145px;
    z-index: 9;
    cursor: pointer;
}
.gk_con_zt_bottom_type .hd span.prev {
    background-image: url(http://www.huancui.gov.cn/picture/0/2212051431174043328.png);
    width: 60px;
    height: 60px;
    background-size: 100%;
    left: 0px;
}

.gk_con_zt_bottom_type .hd span.next {
    background-image: url(http://www.huancui.gov.cn/picture/0/2212051431174167642.png);
    right: 7px;
    width: 60px;
    height: 60px;
    background-size: 100%;
}

.gk_con_box_item{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.gk_con_yf , .gk_con_cycs,.gk_con_xwfb {
    width: 31%;
    
}
.cycs_con{
    background-color: #fff;
    height: 380px;
    padding: 30px 0px 10px;
    box-sizing: border-box;
}
.cycs_con ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   height: 100%;
}
.cycs_con ul li{ 
    width: 100%;
    background-color: #F5F5F5;
}
.cycs_con ul li a{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.cycs_con ul li a img{
    margin-right: 20px;
    width: 66px;
    height: 66px;
}
.cycs_con ul li a span{
    width: 200px;
    text-align: left;
}

.gk_con_yf_item{
    height: 380px;
    padding: 18px 10px 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.gk_con_yf_item_list{
    width: 45%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.gk_con_yf_item_list:hover{
    transform: translateY(-5px);
    transition: .3s;
}

.yf_item_list{
    border: 1px solid ;
    box-sizing: border-box;
    width: 180px;
    height: 159px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.gk_con_yf_item_list img{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.gk_con_yf_item_list:nth-child(1) .yf_item_list{
    border: 1px solid #0B478F;
    color: #0B478F;
    background-color: #E5F3FE;
}

.gk_con_yf_item_list:nth-child(2) .yf_item_list{
    border: 1px solid #DF9627;
    color: #DF9627;
    background-color: #FBF1E5;
}

.gk_con_yf_item_list:nth-child(3) .yf_item_list{
    border: 1px solid #0FD298;
    color: #0FD298;
    background-color: #E5FBF9;
}

.gk_con_yf_item_list:nth-child(4) .yf_item_list{
    border: 1px solid #A637D3;
    color: #A637D3;
    background-color: #F6EBFB;
}





@media (max-width:760px) {
    .gk_con{
        width: 90%;
        height: 100%;
        padding: 0 3%;
    }
    .gk_con_box_item{flex-direction: column;}
    .yf_item_list{width: 150px;}
    .gk_navigation{
        margin-left: 20px;
    }
    .gk_con_hea_you{
        width: 100%;
        height: auto;
    }
    .gk_con_top .hd ul li{
        font-size: 18px;
        margin-right: 0px;
        width: 32%;
    }
    .gk_hd_icon{
        width: 35px;
        height: 35px;
        position: relative;
        top: 10px;
        background-size: 100%;
    }
    .inHd ul{
        height: 123px;
    }
    .inBd ul li{
        font-size: 15px;
    }
    .inBd ul li a{
        width: 63%;
    }
    .gk_con_top{
        height: 530px;
    }
    .gk_con_ul1 li{
        float: left;
        height: 50px;
        line-height: 50px;
        width: 30%;
    }
    .gk_con_data_con ul li a{
        height: 50px;
    }
    .gk_con_ul1 img{
        width: 35px;
        margin: 0;
    }
    .gk_con_ul1 div{
        font-size: 14px;
        top: 0px;
        display: flex;
        width: 66px;
        line-height: 1;
        float: right;
        height: 50px;
        align-items: center;
    }
    .gk_con_ul1{
        margin: 20px 0;
    }
    .gk_con_data_con{
        height: 340px;
    }
    .gk_con_hea_zuo{
        width: 100%;
    }
    .gk_con_zuo_xz .gk_con_zuo_xz_ul1 li{
        width: 73px;
        height: 73px;
        margin: 0 5px;
    }
    .gk_con_img a img{
        width: 100%;
        height: 70px;
        max-height: 70px;
        margin: 10px 0;
    }
    .gk_con_bottom{
        height: 420px;
    }
    .gk_con_zuo_data_hea{
        margin: 10px 10px;
    }
    .gk_con_key{
        width: 100%;
        height: 860px;
        float: none;
    }
    .gk_con_key_con ul li{
        margin: 15px 4%;
    }
    .gk_con_img{
        height: 190px;
    }
    .gk_con_key_you{
        width: 100%;
        float: none;
    }
    .gk_con_key_you_con1{
        /* display: inline-block; */
    }
    .gb_con_r{
        width: 55%;
    }
    .gb_img img{
        max-width: 130px;
    }
    .gb_con_r{
        font-size: 14px;
    }
    .gb_con_r_t a{
        padding: 10px 31%;
    }
    .gk_con_key_you_con2 ul li{
        width: 45%;
    }
    .gk_con_yf{
        float: none;
        width: 100%;
    }
    .yf_slideTxtBox .hd ul li{
        width: 45%;
        margin: 15px 0px 10px 0;
        margin-right: 5%;
    }
    .yf_slideTxtBox .hd ul .on .yf_icon_sj{
        display: none;
    }
    .yf_slideTxtBox .hd{
        height: 200px;
    }
    .yf_slideTxtBox .hd ul li div{
        padding: 0 ;
        font-size: 15px;
    }
    .yf_slideTxtBox .hd ul li img{
        width: 30px;
        height: 30px;
        top: 20px;
        float: left;
        margin-left: 5px;
    }
    .yf_slideTxtBox .hd ul li .yf_hea_font{
        top: 0;
        line-height: 70px;
    }
    .yf_bd_header{
        width: 90%;
        padding: 10px 5%;
        height: auto;
        line-height: 1.5;
    }
    .yf_slideTxtBox .bd{
        /* height: 100%; */
    }
    .gk_con_xwfb{
        width: 100%;
        float: none;
    }
    .you_con_font{
        width: 60%;
    }
    .gk_con_cycs{
        float: none;
        width: 100%;
    }
    .gk_con_zt_bottom{
        float: none;
    }
    .zt_con_img{
        width: 90%;
        margin: 20px auto;

    }
    .gk_con_zt_bottom_type ul li{
        width: 100%;
    }
    .xwfb_con_img img{
        max-width: 300px;
    }
    .gk_con_key_you_con1{
        height: 215px;
    }
    .xwfb_con ul li{
        padding: 0 13px;
    }
}
@media (max-width:375px) {
    .gk_hd_icon{
        width: 25px;
        height: 25px;
        margin-top: 3.5px;
    }
}
@media (max-width:320px) {
    .inHd ul{
        height: 123px;
    }
    .gk_con_top .hd ul li{
        font-size: 14px;
    }
    .gk_hd_icon{
        width: 20px;
        height: 20px;
        margin-top: 5.5px;
    }
    .gk_con_ul1 img{
        width: 25px;
    }
    .gk_con_ul1 div{
        font-size: 14px;
        top: 0px;
        display: flex;
        width: 60px;
        line-height: 1;
        float: right;
        height: 50px;
        align-items: center;
    }
    .gk_con_zuo_xz .gk_con_zuo_xz_ul1 li{
        width: 60px;
        height: 60px;
        margin: 0 6px;
        font-size: 14px;
    }
    .gk_con_key_con ul li{
        margin: 15px 1%;
    }
    .gb_con_r{
        width: 48%;
    }
    .gb_con_r_t a{
        padding: 10px 25%;
    }
    .gb_con_r_t div{
        margin-bottom: 20px;
    }
    .gb_con_r_t{
        top: 15px;
    }
    .xwfb_con_img img{
        max-width: 260px;
    }
    .you_con_font{
        width: 53%;
    }
    .yf_slideTxtBox .hd ul li div{
        font-size: 14px;
    }
    .yf_slideTxtBox .hd ul li img{
        width: 30px;
        height: 30px;
        top: 20px;
    }
}

/*信息公开*/
.hcpageold .location{
    height: 62px;
    line-height: 62px;
}
.hcpageold .location table td{
    font-size:28px !important;
}
.hcpageold .location table td a{
    font-size:28px !important;
}
.hcpageold .gk_con{
    height: auto;
}
.hcpageold .gk_con_hea_you{
    width: 100%;
    float: none;
}
.hcpageold .gk_con_hea_zuo{
    float:none;
    width: 100%;
    margin-top: 40px;
}
.hcpageold .gk_con_data_hea_span{
    font-size: 48px;
    font-weight: 800;
    display: inline-block;
    padding: 10px 0;
    float: none;
}
.hcpageold .gk_con_data_hea{
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hcpageold .tempWrap{
    width: 100%;
}
.hcpageold .gk_con_top .hd ul{
    height: auto;
}
.hcpageold .gk_con_top .hd ul li{
    width: auto;
}
.hcpageold .gk_con_top .hd .on .gk_hd_font{
    font-size: 48px;
    padding: 10px 20px;
}
.hcpageold .gk_hd_font{
    font-size: 48px;
    padding: 10px 20px;
}
.hcpageold .inHd ul{
    height: auto;
    line-height: 70px;
    padding-top: 10px;
}
.hcpageold .inHd ul li a{
    font-size: 36px;
    padding: 12px 24px;
    border: 1px solid rgba(255,255,255,.9);
    color: #fff;
    background: #008fff;
    border-radius: 8px;
}
.hcpageold .gk_con_top{
    height: auto;
}
.hcpageold .inBd ul li{
    font-size: 36px;
    line-height: 86px;
    height: 86px;
}
.hcpageold .inBd ul li div{
    top: 40px;
    margin-right: 20px;
}
.hcpageold .gk_con_data_con ul{
    clear: both;
    height: auto;
    margin-top: 0;
}
.hcpageold .gk_con_data_con ul li{
    float: none;
    width: 100%;
    margin: 0;
    height: 100%;
    margin-bottom: 20px;
}
.hcpageold .gk_con_ul1 .drop{
    width: 100%;
    height: 100%;
}
.hcpageold .drop em{
    margin: 26px 16px 0 16px;
}
.hcpageold .drop ul{
    width: 100%;
    display: flex;
    height: 100%;
}
.hcpageold .drop ul li{
    flex: 1;
    font-size: 36px;
    height: 100%;
}
.hcpageold .gk_con_data_con .drop li a{
    font-size: 36px;
    height: 100%;
    width: auto !important;
}

.hcpageold .gk_con_ul1 .gk_con_ul1_li:nth-child(2){
    margin: 0;
    margin-bottom: 20px;
}
.hcpageold .gk_con_ul1 img{
    width: 80px;
    margin-top: 14px;
}
.hcpageold .gk_con_data_con ul .gk_con_ul1_li a{
    height: auto;
}
.hcpageold .gk_con_ul1 div{
    font-size: 36px;
    top: -20px;
}
.hcpageold .gk_con_zuo_data_hea{
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.hcpageold .gk_con_zuo_xz_ul1{
    height: auto;
    display: flex;
    margin-bottom: 20px;
}
.hcpageold .gk_con_zuo_xz_ul1 li:nth-child(1){
    height: auto;
    margin-left: 14px;
}
.hcpageold .gk_con_zuo_xz .gk_con_zuo_xz_ul1 li{
    flex: 1;
    height: 128px;
}
.hcpageold .gk_con_zuo_xz .gk_con_zuo_xz_ul1 li a{
    font-size: 36px;
}
.hcpageold .gk_con_hea_zuo{
    height: auto;
}

.hcpageold .gk_con_zuo_xz_ul2 li{
    height: 120px;
}
.hcpageold .gk_con_zuo_xz_ul2 a{
    width: 100%;
    height: 120px;
}
.hcpageold .gk_con_zuo_xz_ul2 a div{
    width: 100%;
    font-size: 36px;
}
.hcpageold .gk_con_img{
    clear: both;
}
.hcpageold .gk_con_img a{
    width: 100%;
    float: none;
}
.hcpageold .gk_con_img a img{
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.hcpageold .gk_con_key{
    width: 100%;
}
.hcpageold .gk_con_key_con{
    height: auto;
}
.hcpageold .gk_con_key_con ul{
    width: 100%;
    display: flex;
}
.hcpageold .gk_con_key_con ul li{
    float: none;
    flex: 1;
    height: auto;
}
.hcpageold .gk_con_key_con ul li img{
    width: 100%;
}
.hcpageold .gk_con_key_con ul li a{
    width: 100%;
}
.hcpageold .gk_con_key_con ul li a div{
    font-size: 36px;
    width: 100%;
}

.hcpageold .gk_con_key_you{
    width: 100%;
}
.hcpageold .gk_con_key_you_con1{
    height: auto;
    display: flex;
}
.hcpageold .gb_img{
    margin-right: 30px;
}
.hcpageold .gb_img img{
    width: 300px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    
}
.hcpageold .gb_con_r{
    flex: 1;
}

.hcpageold .gb_new img{
    width: 120px;
}
.hcpageold .gb_new span{
    font-size: 36px;
    left: -100px;
    top: -29px;
}
.hcpageold .gb_con_r_h a{
    font-size: 36px;
}
.hcpageold .gb_con_r_h a:hover{
    font-size: 36px;
}
.hcpageold .gb_con_r_t div{
    font-size: 36px;
    margin-bottom: 50px;
}
.hcpageold .gb_con_r_t a{
    font-size: 36px;
    padding: 16px 70px;
    transform: translateY(30px);
}

.hcpageold .gk_con_key_you_con2{
    height: auto;
}
.hcpageold .gk_con_key_you_con2 ul{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap:20px;
    width: calc(100% - 20px);
}
.hcpageold .gk_con_key_you_con2 ul li{
    height: auto;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.hcpageold .gk_con_key_you_con2 ul li:nth-child(1){
    margin-left: 0;
    margin-right: 0;
}
.hcpageold .gk_con_key_you_con2 ul li img{
   width: 120px;
}
.hcpageold .gk_con_key_you_con2 ul li div{
    font-size: 36px;
}
.hcpageold .gk_con_box_item{
    display: block;
    clear: both;
}
.hcpageold .gk_con_yf{
    width: 100%;
    float: none;
}
.hcpageold .gk_con_cycs{
    width: 100%;
    float: none;
}
.hcpageold .gk_con_xwfb{
    width: 100%;
    float: none;
}
.hcpageold .gk_con_yf .gk_con_data_hea a{
    font-size: 28px;
}

.hcpageold .gk_con_yf_item{
    height: auto;
    display: flex;
}
.hcpageold .yf_item_list{
    width: 300px;
    height: 260px;
}
.hcpageold .gk_con_yf_item_list{
    flex: 1;
}
.hcpageold .gk_con_yf_item_list img{
    width: 120px;
    height: auto;
}
.hcpageold .gk_con_yf_item_list{
    font-size: 28px;
    margin-bottom: 20px;
}
.hcpageold .cycs_con ul li a span{
    width: 360px;
    font-size: 36px;
}
.hcpageold .xwfb_con_img img{
    width: 600px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.hcpageold .xwfb_con{
    height: auto;
    padding-bottom: 5px;
}
.hcpageold .xwfb_con ul li{
    height: auto;
    font-size: 36px;
    margin: 30px 0;
}
.hcpageold .zuo_con_font{
    width: auto;
}
.hcpageold .you_con_font{
    width: auto;
}
.hcpageold .xwfb_con ul li div img{
    width: 50px;
    height: auto;
}

.hcpageold .gk_con_zt_bottom_type ul li{
    width: 600px !important;
    margin-right: 50px;
}
.hcpageold .gk_con_zt_bottom_type{
    height: auto;
}
.hcpageold .zt_con_img{
    width: 600px !important;
    height: auto !important;
    padding-top: 0px !important;
}
.hcpageold .zt_con_img img{
    width: 600px !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}
.hcpageold .zt_bot_con_font{
    font-size: 36px;
    line-height: 80px;
    margin-top: 0;
}
.hcpageold .gk_con_zt_bottom_type .hd span.next,.hcpageold .gk_con_zt_bottom_type .hd span.prev{
    margin-top: 120px;
}

.gk_con_key_con ul li img{width:60px; height:60px;}
.hcpageold .gk_con_key_con ul li img{width:150px; height:150px;}