﻿@charset "UTF-8";
body{
    font-size: 16px;
    color: #333;
}
a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.hygkzl_container{
    width: 1200px;
    margin: 0 auto;
}

/***** 当前位置 *****/
.location{
    width: 100%;
    min-width: 1200px;
    background-color: #f4f4f4;
    height: 44px;
    line-height: 44px;
}
.location .hygkzl_container{
    background: url("location_ico.png") no-repeat left center;
    padding-left: 22px;
}
.location a:hover{
    color: #115db2;
}

/***** part_1 *****/
.part_1{
    width: 100%;
    padding-top: 220px;
    padding-bottom: 35px;
    background: url("zl_banner.png") no-repeat top center #F7F7F7;
}
.part_1 .cwhy_title{
    text-align: center;
    background: url("cwhy_title_bg.png") no-repeat center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.part_1 .cwhy_con{
    margin-top: 26px;
}
.part_1 .cwhy_con .cwhy_con_left{
    float: left;
    width: 820px;
    height: 416px;
    background: url("cwhy_con_bg.png") no-repeat top center;
}
.cwhy_con_left .cwhy_con_title{
    text-align: center;
    padding-top: 34px;
}
.cwhy_con_left .cwhy_con_title .title_bg{
    display: inline-block;
    width: 420px;
    height: 60px;
    line-height: 60px;
    background: #0063C0;
    border: 2px solid #C3C5F6;
    box-shadow: 2px 2px 1px 0px rgba(30, 93, 199, 0.4);
    border-radius: 8px;
    position: relative;
}
.cwhy_con_left .cwhy_con_title .title_bg .title_dian_left{
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 25px;
}
.cwhy_con_left .cwhy_con_title .title_bg .title_dian_right{
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 25px;
}
.cwhy_con_left .cwhy_con_title .title_bg a{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.cwhy_con_left .cwhy_con_text{
    padding: 0 20px 28px 20px;
    margin-top: 20px;
}
.cwhy_con_left .cwhy_con_text p{
    text-indent: 2em;
    line-height: 24px;
    text-align: justify;
}
.cwhy_con_left .cwhy_con_more{
    text-align: right;
}
.cwhy_con_left .cwhy_con_more a{
    color: #0063C0;
}
.cwhy_con_right{
    width: 350px;
    height: 416px;
    padding: 0 28px;
    background: url(hyrl_bg.png) no-repeat;
    float: left;
    margin-left: 30px;
}
.cwhy_con_right .hyrl_title{
    text-align: center;
    padding-top: 37px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
}
.cwhy_con_right .hyrl_title h1{
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #0063C0;
}
.cwhy_con_right .hyrl_con{
    overflow: hidden;
}

/***** part_2 *****/
.main_box{
    padding: 50px 0 60px 0;
}
.part_2 .part2_left{
    float: left;
    width: 778px;
}
.hy_title{
    border-left: 4px solid #115DB2;
    box-sizing: border-box;
    padding-left: 20px;
    height: 24px;
    line-height: 24px;
}
.hy_title a{
    font-size: 24px;
    font-weight: bold;
}
.part2_left .hytj{
    margin-top: 20px;
}
.part2_left .hytj .hytp{
    width: 100%;
    height: 66px;
    background: url("tjhy_bg.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 66px;
    display:none;
}
.part2_left .hytj .hytp a{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.hytj_con{
    width: 100%;
    margin-top: 20px;
    background: url("hytj_bg.png") no-repeat center;
	background-size: 100% 100%;
}
.hytj_con .con_left{
    float: left;
    
    height: 338px;
    padding-top: 20px;
    
}
.hytj_con .con_left ul li{
    height: 63px;
    line-height: 63px;
    padding-left: 20px;
    transition: all 0.3s ease-out 0s;
}
.hytj_con .con_left ul li a{
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hytj_con .con_left ul li.active{
    
    margin-left: -9px;
    padding-left: 29px;
    background: url("hytj_li_active.png") no-repeat;
}
.hytj_con .con_left ul li.active a{
    font-weight: bold;
}
.hytj_con .con_right{
    float: left;
    width: 437px;
    padding: 20px 30px 0 42px;
    display: none;
}
.hytj_con .con_right .hytj_con_sub{
    display: none;
    color: #fff;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}
.hytj_con .con_right .hytj_con_sub:first-child{
    display: block;
}
.hytj_con .con_right .hytj_con_more{
    text-align: right;
}
.hytj_con .con_right .hytj_con_more a{
    color: #fff;
    line-height: 24px;
}
.part_2 .part2_right{
    float: left;
    width: 382px;
    margin-left: 40px;
}
.part2_right .hyzb_con{
    margin-top: 20px;
}
.part2_right .hyzb_con .con_box{
    height: 250px;
    padding-top: 77px;
    text-align: center;
    background: url("hyzb_bg.png") no-repeat center;
    position: relative;
}
.part2_right .hyzb_con .con_box .zb_title{
    font-size: 30px;
    font-family: "宋体";
    font-weight: bold;
    color: #D7F3F6;
    line-height: 48px;
}
.part2_right .hyzb_con .con_box .zb_play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.part2_right .hyzb_con .hyzb_title{
    text-align: center;
    margin-top: 22px;
}
.part2_right .hyzb_con .hyzb_title a{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
/***** part_3 *****/
.part_3{
    margin-top: 48px;
}
.part_3 .hykf_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: #115db2;
    color: #ffffff;
    line-height: 40px;
}
.part_3 .part3_top{
    margin-top: 30px;
}
.part_3 .part3_left{
    float: left;
    width: 778px;
}
.gzdb_con{
    margin-top: 20px;
}
#zt_old{
    display: none;
}
#zt{
    display: block;
}
#gzdb_lb{
    position: relative;
}
#gzdb_lb .bd{
    width: 680px;
    margin: 0 auto;
    overflow: hidden;
}
#gzdb_lb .bd ul li{
    /*width: 170px;*/
    width: 226px;
    height: 170px;
}
#gzdb_lb .bd ul li a{
    display: block;
    /*width: 140px;*/
    width: 196px;
    margin: 0 15px;
}
#gzdb_lb .bd ul li img{
    display: block;
    width: 100%;
    height: 140px;
}
#gzdb_lb .bd ul li a span{
    display: block;
    text-align: center;
    height: 17px;
    line-height: 17px;
    margin-top: 13px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#gzdb_lb .prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 46px;
    background: url("lb_left.png") no-repeat center;
}
#gzdb_lb .next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 46px;
    background: url("lb_right.png") no-repeat center;
}
.fyqk_box{
    margin-top: 20px;
}
.hy_list{
    margin-top: 3px;
}
.hy_list ul li{
    border-bottom: 1px dashed #8C8B8B;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    background: url("list_ico.png") no-repeat left center;
    padding-left: 18px;
}
.hy_list ul li a{
    float: left;
}
.hy_list ul li .date{
    float: right;
    color: #999;
}
.part3_bottom{
    margin-top: 30px;
}
.szfhy_box .hy_list{
    margin-top: 20px;
}
.szfhy_box .hy_title .szfhy_menu{
    float: left;
    padding-bottom: 10px;
    border-bottom: 4px solid #fff;
}
.szfhy_box .hy_title .szfhy_menu:first-child{
    margin-right: 25px;
}
.szfhy_box .hy_title .szfhy_menu.active{
    border-bottom: 4px solid #1A62D2;
}
.szfhy_box .hy_title .szfhy_menu.active a{
    color: #115DB2;
}
.szfhy_box .hy_list ul{
    display: none;
}
.szfhy_box .hy_list ul:first-child{
    display: block;
}
.szfhy_box .hy_list ul li{
    height: 48px;
    line-height: 48px;
}
.part_3 .part3_right{
    float: left;
    margin-left: 40px;
    width: 382px;
}
.part3_right .lxzd_box .lxzd_con{
    margin-top: 20px;
    padding: 20px;
    height: 243px;
    border: 1px solid #008DDF;
    background: linear-gradient(0deg, #FFFFFF 0%, #C1D3F6 100%);
}
.part3_right .lxzd_box .lxzd_con p{
    line-height: 24px;
    text-indent: 2em;
    text-align: justify;
}
.part3_right .lxzd_box .lxzd_con .lxzd_more{
    text-align: right;
}
.part3_right .lxzd_box .lxzd_con .lxzd_more a{
    color: #0063C0;
}
.part3_right .gzdbk_box{
    margin-top: 24px;
    width: 382px;
    height: 101px;
}
.lyb_box .lyb_con{
    margin-top: 20px;
}
.sp1 {
    margin-right: 50px;
    font-size: 25px;
    font-weight: 800;
    color: #0063C0;
}

element.style {
}
span.sp2 a {
    font-size: 17px;
    font-weight: 400;
    color: #0063C0;

}
.cent_new {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new1 {
    /*float: left;*/
    width: 49%;
}

@media screen and (max-width: 768px){
    .hygkzl_container{
        width: 100%;
        padding: 0 10px;
    }
    .location{
        min-width: auto;
        padding: 0 10px;
    }
    .part_1{
        background-size: 120%;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .part_1 .cwhy_title{
        font-size: 30px;
    }
    .part_1 .cwhy_con{
        margin-top: 16px;
    }
    .part_1 .cwhy_con .cwhy_con_left{
        width: 100%;
        float: none;
        height: auto;
        background: none;
    }
    .cwhy_con_left .cwhy_con_title{
        padding-top: 0;
    }
    .cwhy_con_left .cwhy_con_text{
        border: 1px solid #0063c0;
        border-top: none;
        background: #fff;
        margin-top: 0;
        padding-top: 20px;
    }
    .cwhy_con_right{
        margin-left: 0;
        float: none;
        width: 100%;
        height: 440px;
        margin-top: 30px;
        background-size: 100% 100%;
    }
    .part_2 .part2_left{
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .hytj_con{
        padding-bottom: 20px;
        background-size: cover;
    }
    .hytj_con .con_right{
        display: none;
    }
    .hytj_con .con_left{
        background: none;
        width: 100%;
    }
    .hytj_con .con_left ul li.active{
        width: 100%;
        background-size: 100% 100%;
    }
    .part_2 .part2_right{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    /*.part2_right .hyzb_con .con_box{
        height: auto;
        background-size: cover;
        padding: 70px 0 248px 0;
    }*/
    .new1{
        float: none;
        width: 100%;
    }
    .fyqk_box{
        margin-top: 30px;
    }
    .part_3 .part3_left{
        float: none;
        width: 100%;
    }
    .part_3 .part3_right{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .part3_right .lxzd_box .lxzd_con{
        height: auto;
    }
    .part3_right .gzdbk_box{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .part3_right .gzdbk_box img{
        width: 100%;
    }
    #gzdb_lb .bd{
        width: 100%;
    }
    .hy_list ul li{
        height: auto;
        line-height: 30px;
        padding: 10px 0 10px 18px;
        background-position: left 22px;
        text-align: justify;
    }
    .part2_left .hytj .hytp a{
        font-size: 20px;
    }
    .cwhy_con_left .cwhy_con_title .title_bg{
        width: 100%;
    }
    .cwhy_con_left .cwhy_con_title .title_bg a{
        font-size: 18px;
    }
    .hy_list ul li a{
        float: none;
        background-position: left 13px;
    }
    .part_3 .hykf_title{
        font-size: 32px;
    }
}