.top {
    width: 100%;
    background: url(../images/logo_bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.top_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gb_main{width: 100%;margin: 0 auto;min-width: 1400px;}
.logo {
    margin-top: 32px;
    margin-bottom: 30px;
}

.search {
    /* width: 270px; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* height: 43px; */
    /* margin-top: 60px; */
}

.search_int {
    width: 246px;
    height: 43px;
    vertical-align: top;
    background-color: white;
    outline: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 15px;
    transform: translateX(10px);
}

.search_sub {
    width: 50px;
    height: 43px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: url(../images/search_bg.png) no-repeat 13px;
    background-color: white;
    cursor: pointer;
    vertical-align: top;
}

.nav {
    height: 56px;
    line-height: 55px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.nav>ul {
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11111;
}

.nav ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    /* transform: perspective(50rem); */
    height: 56px;
    line-height: 56px;
    width: 100%;
    z-index: 111111111111111111111111111111111;
}

a:hover {
    /* color: rgb(6, 89, 176); */
    text-decoration: none;
}

.nav ul li>a {
    font-size: 21px;
    display: block;
    position: relative;
    width: 100%;
    color: black;
    /* text-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px; */
    z-index: 11111111;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav li {
    float: left;
    width: 100% !important;
    height: 38px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.subNav li a {
    line-height: 38px;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    position: absolute;
    z-index: 11111111111111111111111111111111111111111;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    top: 65px;
    left: 0rem;
    /* transform: translateY(15%); */
    box-sizing: border-box;
    background-color: white;
    opacity: 0;
}

.nav .subNav li a {
    font-size: 18px;
    color: black;
    text-shadow: none;
    width: 100%;
}

.nav .subNav li:hover {
    background-color: #f8b551;
    color: white;
    width: 100%;
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 56px;
}

.nav-item:hover>a {
    color: white;
}

.nav-item:hover {
    background-color: #f8b551;
}

.nav-item .subNav li:hover a {
    z-index: 1111111111;
    color: white;
}

.phone_nav {
    display: none;
}

.top_box {
    position: relative;
}

.top_nav p {
    font-size: 17px;
    transition: all .3s;
}

.top_nav p:hover {
    font-weight: bold;
}

.dh_bx {
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 1px 9px;
}


/* banner ----------------- 开始 */

.banner,
.banner_bd {
    width: 100%;
}

.banner_bd ul li {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_bd ul li img {
    width: 100%;
    height: 100%;
}

.banner {
    position: relative;
    z-index: 11111;
}

.banner .prev,
.banner .next {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 40%;
    background-size: 100%;
    z-index: 11111111;
    cursor: pointer;
}

.banner .prev {
    background: url(../images/prev.png) no-repeat center;
    right: 20%;
}

.banner .next {
    background: url(../images/next.png) no-repeat center;
    left: 20%;
}

.banner_hd ul {
    display: flex;
    max-width: 300px;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
}

.banner_hd ul li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: white;
    margin: 10px;
}

.banner_hd ul li.on {
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.3);
}


/* section_01 */

.section_tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s09_box {
    margin-top: 30px
}

.section_tit p {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    padding-left: 48px;
}

.section_tit p::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    bottom: 0px;
    background: url(../images/jgxw_tit.png) no-repeat center;
    background-size: 100%;
}

.section_tit a {
    font-size: 14px;
    position: relative;
    padding-right: 15px;
}

.section_tit a::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: url(../images/section_tit_a.png) no-repeat center;
    background-size: 100%;
    top: 4px;
    right: 0px;
}

.section_01 {
    width: 100%;
    background: url(../images/section_01_bg.png) no-repeat center;
    overflow: hidden;
    background-size: cover;
}

.s01_box {
    margin-top: 33px;
}

.s01_list {
    margin-top: 27px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.s01_01,
.s01_02 {
    width: 49%;
}

.s01_01 {
    position: relative;
}

.s01_01_bd ul li a {
    display: block;
    width: 100%;
    height: 401px;
    overflow: hidden;
    position: relative;
}

.s01_01_bd ul li a img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.s01_01_bd ul li a:hover img {
    transform: scale(1.1);
}

.s01_01_info {
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    color: white;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 2;
}

.s01_01_info p {
    font-size: 15.58px;
    font-weight: bold;
    padding-left: 15px;
}

.s01_01_info span {
    font-size: 14px;
    padding-right: 24px;
    position: relative;
    padding-left: 27px;
}

.s01_01_info span::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0px;
    background: url(../images/rl.png) no-repeat center;
    background-size: 100%;
    top: 10px;
}

.s01_mb {
    position: absolute;
    width: 100%;
    background: url(../images/s01_xg.png) no-repeat -47px -8px;
    z-index: 1;
    height: 40%;
    bottom: 0px;
}

.s01_01_hd {
    position: absolute;
    right: 19px;
    bottom: 41px;
    z-index: 1;
}

.s01_01_hd ul li a {
    width: 19px;
    height: 19px;
    background-color: white;
    color: #0068b7 !important;
    border-radius: 100%;
    text-align: center;
    line-height: 19px;
    margin: 6px;
    cursor: pointer;
    display: block;
    font-size: 14px;
}

.s01_01_hd ul li.on a {
    background-color: #f8b551;
    color: white;
}

.s01_01_hd ul {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
}

.s01_02 ul li a {
    display: flex;
    justify-content: space-between;
}

.s01_02_time {
    width: 75px;
    height: 68px;
    background: url(../images/s02_02_time.png) no-repeat center;
    background-size: 100%;
    color: white;
}

.s01_02_time p {
    font-size: 30px;
    text-align: center;
}

.s01_02_time span {
    display: block;
    font-size: 14px;
    text-align: center;
}

.s01_02_info {
    width: 595px;
}

.s01_02_info p {
    font-size: 16px;
    /* font-weight: bold; */
}

.s01_02 ul li:hover .s01_02_info p {
    font-weight: bold;
}

.s01_02_info span {
    font-size: 14px;
    display: block;
    color: #909090;
    margin-top: 11px;
}

.s01_02 ul li {
    margin-top: 43px;
    position: relative;
    transition: all .3s;
}

.s01_02 ul li:first-child {
    margin-top: 0px;
}

.s01_02 ul li::after {
    content: "";
    position: absolute;
    border-top: 1px solid #dcdcdc;
    width: 100%;
    bottom: -24px;
}

.s01_02 ul li:last-child::after {
    display: none;
}

.s01_02 ul li:hover {
    transform: translateY(-4px);
}


/* section_02 */

.section_02 {
    width: 100%;
    background: url(../images/section_02_bg.png) no-repeat center;
    overflow: hidden;
    background-size: cover;
}

.s02 {
    display: flex;
    justify-content: space-between;
}

.s02>div {
    width: 100%;
}

.s02_box {
    margin-top: 43px;
}

.s02_box .section_tit p::before {
    background: url(../images/tzgg.png) no-repeat center;
    width: 42px;
    height: 34px;
    background-size: 100%;
}

.s02 .s02_box:last-child .section_tit p::before {
    background: url(../images/tzgg.png) no-repeat center;
}

.s02_list {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
}

.section_03 .s02_list {
    margin-bottom: 0px;
}

.s02_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s02_list ul li {
    width: 49%;
    position: relative;
    margin-top: 39px;
    transition: all .3s;
}

.s02_list ul li:first-child {
    /* margin-top: 0px; */
}

.s02_list ul li a {
    display: flex;
    justify-content: space-between;
}

.s02_list ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    bottom: -23px;
}

.s02_list ul li:hover {
    transform: translateY(-4px);
}

.s02_list ul li:hover .s02_time span {
    background-color: #eeeeee;
}

.s02_list ul li:hover .s02_info p {
    font-weight: bold;
}

.s02_time {
    width: 73px;
}

.s02_time p {
    font-size: 14px;
    color: white;
    background-color: #f8b551;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.s02_time span {
    font-size: 30px;
    background-color: white;
    width: 100%;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
}

.s02_info {
    width: 598px;
}

.s02_info p {
    font-size: 18px;
    /* font-weight: bold; */
}

.s02_info span {
    font-size: 14px;
    margin-top: 14px;
    display: block;
    color: #5d5d5d;
}


/* section_03 */

.section_03 {
    background: url(../images/section_03_bg.png) no-repeat center;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.s03_box .s02_box .section_tit p::before {
    background: url(../images/mtcl.png) no-repeat center;
    width: 35px;
    height: 37px;
    background-size: 100%;
    bottom: -2px;
}

.s03_box .section_tit p {
    padding-left: 30px;
}

.s03_box {
    /* margin-top: 30px; */
    display: flex;
    justify-content: space-between;
}

.s03_box .s02_box {
    margin-top: 0px;
}

.s03_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}

.s03_01,
.s03_02 {
    width: 100%;
}

.s03_02,
.s07_list {
    margin-top: 33px;
    margin-bottom: 30px;
}

.s03_02 {
    margin-top: 0px;
}

.s03_01 ul li a {
    display: flex;
    justify-content: space-between;
}

.s03_01_img {
    width: 271px;
    height: 149px;
    overflow: hidden;
}

.s03_01_img img {
    width: 100%;
    height: 100%;
}

.s03_01_info {
    width: 394px;
}

.s03_01_info p {
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 25px;
}

.s03_01_info span {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    height: 47px;
    line-height: 24px;
}

.s03_01_info i {
    font-style: normal;
    font-size: 14px;
    display: block;
    position: relative;
    width: 100%;
    text-align: right;
    margin-top: 21px;
}

.s03_01_info i::after {
    position: absolute;
    content: "";
    background: url(../images/rl2.png) no-repeat center;
    width: 17px;
    height: 17px;
    background-size: 100%;
    right: 24%;
}

.s03_01 ul li {
    margin-top: 30px;
    position: relative;
    transition: all .3s
}

.s03_01 ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    bottom: -15px;
}

.s03_box>div {
    width: 49%;
}

.s03_01 ul li:first-child {
    margin-top: 0px;
}

.s03_01 ul li:last-child::after {
    display: none;
}

.s03_01 ul li:hover {
    transform: translateY(-4px);
}

.s03_01 ul li img {
    transition: all .5s;
}

.s03_01 ul li:hover img {
    transform: scale(1.1);
}

.s03_01 ul li:hover i::after {
    background: url(../images/rl3.png) no-repeat center;
}

.s03_box .section_tit a::after {
    background: url(../images/more2.png) no-repeat center;
}

.s03_02 ul li a,
.s07_list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s03_02 ul li a p,
.s07_list ul li a p {
    padding-left: 16px;
    position: relative;
    width: 80%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.s03_02 ul li a p::before,
.s07_list ul li a p::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/yuan.png) no-repeat center;
    background-size: 100%;
    left: 0px;
    top: 5px;
}

.s03_02 ul li a span,
.s07_list ul li a span {
    display: block;
    position: relative;
    padding-left: 23px;
}

.s03_02 ul li a span::before,
.s07_list ul li a span::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/rl2.png) no-repeat center;
    left: 0px;
    top: 2px;
}

.s03_02 ul li:hover a p::before,
.s07_list ul li:hover a p::before {
    background: url(../images/yuan2.png) no-repeat center;
}

.s03_02 ul li:hover a span::before,
.s07_list ul li:hover a span::before {
    background: url(../images/rl3.png) no-repeat center;
}

.s03_02 ul li,
.s07_list ul li {
    transition: all .3s;
}

.s03_02 ul li:hover,
.s07_list ul li:hover {
    transform: translateY(-4px);
}

.s03_02 ul li,
.s07_list ul li {
    margin-top: 19px;
}

.s03_02 ul li:first-child {
    /* margin-top: 0px; */
}

.s03_02 ul li:nth-child(5) {
    /* margin-top: 40px; */
    position: relative;
}

.s03_02 ul li:nth-child(5)::before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid white;
    top: -20px;
}


/* section_04 */

.s04_box .section_tit p::before {
    background: url(../images/zyjj_tit.png) no-repeat center;
    width: 31px;
    height: 28px;
}

.s04_box {
    margin-top: 30px;
    margin-bottom: 70px;
}

.slideGroup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 45px;
}

.parHd {
    width: 457px;
}

.parHd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.parHd ul li {
    width: 210px;
    height: 155px;
    cursor: pointer;
}

.zy1 {
    background: url(../images/s04_par1.png) no-repeat center #84d0f5;
    background-size: 109%;
}

.parHd ul li .zymc img {
    margin-left: 74px;
    margin-top: 28px;
}

.parHd ul li .zymc p {
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-top: 18px;
    padding: 0 29px;
}

.parHd ul li {
    margin-top: 10px;
}

.zy2 {
    background: url(../images/s04_par2.png) no-repeat center #9ad3d1;
    background-size: 171%;
}

.parHd ul .zy2 .zymc img {
    margin-top: 23px;
}

.zy3 {
    background: url(../images/s04_par3.png) no-repeat center #f7b551;
    background-size: 122%;
}

.zy4 {
    background: url(../images/s04_par4.png) no-repeat center #88abda;
    background-size: 138%;
}

.parBd {
    width: 891px;
    margin-top: 10px;
}

.zyjj {
    width: 100%;
    height: 324px;
    background: url(../images/zyjj_bg.png) no-repeat center;
    background-size: 100%;
    overflow: hidden;
}

.zyjj a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.zyjj a p {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 19px;
    margin-right: 50px;
    width: 100%;
}

.zyjj a span {
    font-size: 15px;
    margin-left: 19px;
    margin-right: 50px;
    display: block;
    margin-top: 35px;
    line-height: 27px;
}

.zyjj a div {
    font-size: 14px;
    margin-left: 19px;
    margin-right: 50px;
    width: 111px;
    height: 30px;
    background-color: #0068b7;
    text-align: center;
    line-height: 30px;
    color: white;
    position: absolute;
    bottom: 56px;
    right: 12px;
}


/* section_04 */

.section_05 {
    width: 100%;
    /* background: url(../images/cgzs.png) no-repeat center; */
    overflow: hidden;
    background-size: cover;
}

.s05_box .section_tit p::before {
    background: url(../images/jcxc.png) no-repeat center;
    background-size: 100%;
    width: 38px;
    height: 38px;
    bottom: -4px;
}

.s05_box {
    /* margin-top: 40px; */
}

.section_9 .section_tit p::before {
    background: url(../images/xqhzdw.png) no-repeat center;
    width: 55px;
    height: 33px;
}

.s05_container {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 50px;
    position: relative;
}

.s05_container_box {
    width: 286px;
    height: 179px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.s05_container_box .s05_info {
    transition: all .3s;
}

.s05_container_box:hover .s05_info {
    height: 90px;
}

.s05_box img {
    width: 100%;
    height: 100%;
}

.s05_info {
    width: 245px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.s05_info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3869a3;
    bottom: 0px;
    left: 0px;
    opacity: .6;
}

.s05_info p {
    color: white;
    position: relative;
    z-index: 111;
    padding: 18px;
    line-height: 28px;
    height: 90.97px;
}

.s05_container .swiper-scrollbar {
    width: 100%;
    height: 5px;
    opacity: 1 !important;
    margin-top: 20px;
    background-color: #dcdcdc;
}

.s05_container .swiper-scrollbar-drag {
    background-color: #0068b7;
}


/* footer */

.footer {
    width: 100%;
    background: url(../images/footer.png) no-repeat center #0068b7;
    background-size: cover;
}

.f_link {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    /* position: relative; */
    border-bottom: 1px solid white;
    padding-bottom: 20px;
}

.f_link::after {
    bottom: 0p;
}

.f_link_2,
.f_link_3 {
    width: 178px;
    height: 28px;
    margin-left: 24px;
}

.sel,
#f_l_box2,
#f_l_box3 {
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    border-radius: 20px;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    z-index: 11111;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/link.png) no-repeat 140px #00479d;
    border: none;
}

.opt {
    color: white;
    width: 100%;
    height: 100%;
}

.f_info {
    width: 100%;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.footer_container {
    padding-top: 30px;
    position: relative;
}

.f_evm_tp {
    width: 76px;
    height: 73px;
    overflow: hidden;
}

.f_evm_tp img {
    width: 100%;
    height: 100%;
}

.f_nr {
    width: 550px;
}

.f_evm_1 {
    width: 76px;
}

.f_evm_1 p {
    font-size: 16px;
    color: white;
    text-align: center;
    margin-top: 10px;
}

.f_evm {
    width: 180px;
    display: flex;
    justify-content: space-between;
}

.f_dz {
    width: 336px;
}

.f_dz p {
    color: white;
    font-size: 15px;
    line-height: 27px;
}

.f_nr {
    display: flex;
    justify-content: space-between;
}

.bq {
    width: 100%;
    height: 48px;
    background-color: #005ab9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bq p {
    font-size: 14px;
    color: white;
}


/* list */

.static-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.static-img img {
    width: 100%;
}

.list-center {
    width: 100%;
    margin: 0 auto;
    background-color: rgb(255, 253, 246);
    padding-top: 35px;
}

.search-left {
    position: relative;
    float: left;
    width: 264px;
    /* background-color: #fff; */
    margin-right: 19px;
    margin-top: -106px;
}

.search-tit {
    position: relative;
    /* background: url(../images/nt-topic.png) no-repeat center; */
    padding-top: 43px;
    background-color: #005b9f;
    /* padding-bottom: 25px; */
    width: 264px;
    height: 126px;
    text-align: center;
    /* padding-left: 130px; */
    background-size: 320px auto;
}

.search-tit p {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.search-tit i {
    font-size: 16px;
    color: #fff;
}

.search-tit span {
    position: absolute;
    right: 55px;
    width: 30px;
    height: 30px;
    top: 25px;
    /* background: url(../images/sub-down.png) no-repeat center; */
}

.nav-item:hover {
    background-color: #f8b551;
    color: white;
}

.l_list_box {
    width: 100%;
}

.nav-item:hover a {
    color: white;
}

.nav-item:hover .hd {
    color: white;
}

.nav-item-li a:hover {
    background-color: #00479d;
    color: white;
    width: 100%;
    margin: 0 auto;
}

.search-right {
    padding-top: 35px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 30px 50px 30px;
    min-height: 300px;
}

.search-nav {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    line-height: 32px;
}

.search-nav h2 {
    float: left;
    font-size: 18px;
    color: #00479d;
    border-left: 5px solid #00479d;
    padding-left: 12px;
}

.position {
    float: right;
    padding-left: 25px;
    background: url(../images/position.png) no-repeat left;
}

.search-list>ul>li {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #dfdfdf;
    /* margin-top: 5px; */
}

.search-list>ul>li>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.search-list li .search-date p {
    font-size: 27px;
    line-height: 38px;
    position: relative;
    background-color: #0068b7;
    color: white;
    font-family: "???’??a????a?????|???’???￠???￠?￠a???????????￠?￠a?????…a?????’?￠a??????a?????1???’??a????a?????|???’?￠a??????a?????-???’?￠a??????a?????￡???’??a????a?????￥???’???￠???￠?￠a??????????a?????|???’?￠a??????a?????°???’??a????a?????¤???’?￠a??????a?????o???’?￠a??????a?????-???’??a????a?????¤???’?￠a??????a?????????’?￠a??????a?????-???’??a????a?????????’?￠a??????a?????????’???￠???￠?￠a??????????a?1?…a??_GBK.TTF";
}

.search-date span {
    font-size: 12px;
    position: relative;
    line-height: 39px;
}

.search-date {
    background-color: rgb(236, 236, 236);
    width: 69px;
    height: 72px;
    text-align: center;
    margin-left: 30px;
    color: black;
    transition: all .3s;
}

.background-images img {
    width: 100%;
    height: 841px;
}

.search-list-tit {
    display: block;
    margin-left: 68px;
    height: 41px;
    font-size: 14px;
    line-height: 25px;
    color: black;
    margin-top: 2px;
    transition: all .3s;
}

.search-last-text {
    overflow: hidden;
    padding-left: 23px;
    padding-top: 6px;
}

.search-last-text h1 {
    font-size: 18px;
    font-weight: normal;
    padding-left: 24px;
    list-style: 1;
    color: #090909;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
}

.search-last-text p {
    font-size: 14px;
    line-height: 22px;
    color: #767676;
    margin-top: 10px;
    text-indent: 2em;
    overflow: hidden;
    height: 44px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-list ul li {
    transition: all .3s;
}

.search-list ul li:hover {
    transform: translateY(-2px);
}

.search-left>ul>li.on a {
    background: #2274bd;
    color: #fff;
    width: 184px;
    height: 22px;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-list ul li:hover .search-last-text h1 {
    font-weight: bold;
}

.value-tit h4 {
    font-size: 20px;
    line-height: 1;
    margin-top: 40px;
    color: #090909;
    text-align: center;
}

.value-tit-p {
    font-size: 14px;
    line-height: 40px;
    background-color: #f4f4f4;
    color: #767676;
    text-align: center;
    text-indent: 2em;
    margin-top: 15px;
}

.value-tit-p span {
    display: inline-block;
    margin: 0 8px;
}

.value-text p {
    font-size: 16px;
    color: #818181;
    margin-top: 30px;
    white-space: normal;
    text-indent: 2em;
    color: black;
    text-align: justify;
    text-indent: 2em;
}

.search-left ul {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: rgb(242, 242, 242);
}

.search-left ul li {
    position: relative;
}

.search-left ul li a {
    display: block;
    padding: 15px 40px;
    font-size: 18px;
    color: #090909;
    width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-left ul li span {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px;
    transition: all .3s;
    background: url(../images/zk.png) no-repeat center;
}

.search-left ul li:hover span {
    width: 51px;
    background: url(../images/zk-other.png) no-repeat center;
}

.value-text-link {
    margin-top: 42px;
}

.value-text-link a {
    margin: 30px 0;
    color: rgb(0, 95, 189);
}

.value-text-link div {
    margin: 15px 0;
}

.value-text-link a:hover {
    color: rgb(0, 95, 189);
}

.s07_box {
    display: flex;
    justify-content: space-between;
}

.s07_box>div {
    width: 100%;
}

.s07_list ul li:first-child a p::before {
    display: none;
}

.s07_list ul li:first-child a span::before {
    display: none;
}

.s07_list ul li:first-child a p {
    width: 100%;
    padding-left: 0px;
}

.s07_list ul li:first-child a span {
    padding-left: 0px;
}

.s07_first {
    margin-bottom: 55px;
    position: relative;
}

.s07_box .s03_02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s07_box .s03_02 ul li {
    width: 49%
}

.s07_first::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #e5e5e5;
    bottom: -31px;
}

.s07_box_2 .s03_box_l .s03_list li:last-child {
    margin-top: 56px;
}

.s07_box_2 .s03_box_l .s03_list li::after {
    bottom: -31px;
}

.s07_box_1 ul li {
    margin-top: 24px;
}

.section_7 {
    margin-top: 39px;
}

.s07_box_1 .section_tit p::before {
    background: url(../images/scjy.png) no-repeat left;
    width: 35px;
}

.s07_box_2 .section_tit p::before {
    background: url(../images/djzd.png) no-repeat left;
    height: 35px;
    width: 29px;
}

.section_03 .section_7 .section_tit p::before {
    background: url(../images/zyjs.png) no-repeat left;
    height: 34px;
    width: 38px;
}

.s07_box_2 .section_tit p {
    padding-left: 38px;
}

.s03_box .s07_box_1 .section_tit p::before {
    background: url(../images/szdw.png) no-repeat left;
    width: 35px;
    height: 35px;
}

.s03_box .s07_box_1 .section_tit p {
    padding-left: 45px;
}

.s07_first:hover .s03_01_info i::after {
    background: url(../images/rl3.png) no-repeat left;
}

.f_lk1_list2,
.f_lk1_list3,
.f_lk1_list4 {
    position: absolute;
    width: 100%;
    height: 50px;
    top: -50px;
    left: 0px;
    background-color: rgb(69, 164, 242);
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.f_link_l_list .on,
.f_link_2 .on,
.f_link_3 .on {
    opacity: 1;
    transform: translateY(0px);
}

.f_lk1_list3 ul,
.f_lk1_list2 ul,
.f_lk1_list4 ul {
    display: flex;
    justify-content: left;
    height: 50px;
    width: 100%;
    align-items: center;
    padding: 0px 20px;
}

.f_lk1_list3 ul li,
.f_lk1_list4 ul li,
.f_lk1_list2 ul li {
    margin: 0px 20px;
}

.f_lk1_list2 ul li a,
.f_lk1_list3 ul li a,
.f_lk1_list4 ul li a {
    display: block;
    font-size: 16px;
    color: white;
}

.s02 .s07_box_2 {
    margin-top: 43px;
    margin-bottom: 46px;
}

.s8_box {
    width: 680px;
    height: 345px;
    margin-top: 25px;
    overflow: hidden;
}

.s8_box a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.s8_box a::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background: url(../images/bf.png) no-repeat center;
    background-size: 100%;
    left: 292px;
    top: 124px;
}

.s8_box a img {
    width: 100%;
    height: 100%;
}

.s8_box a p {
    position: absolute;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    padding-left: 20px;
}

.s03_box .s02_list ul li {
    margin-top: 50px;
}

.s03_box .s02_list ul li::after {
    bottom: -26px;
}

.s03_box .s02_list ul li:first-child {
    margin-top: 0px;
}

.s8_box:hover img {
    transform: scale(1.1);
}

.s8_box img {
    transition: all .5s;
}

.s8_box:hover a::after {
    display: none;
}

.section_9 {
    width: 100%;
    background: url(../images/s09_bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.s09_list {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 50px;
    overflow: hidden;
}

.s09_list ul li a {
    width: 200px;
    height: 100px;
    overflow: hidden;
    display: block;
}

.s09_list ul li a img {
    width: 100%;
    height: 100%;
}

.s09_list ul li:hover {
    transform: translateY(-4px);
}

.s09_list ul li {
    transition: all .3s;
}

.s09_box p {
    padding-left: 67px;
}

.s03_box .s03_box_r .section_tit p::before {
    background: url(../images/xzzq.png) no-repeat center;
    width: 37px;
    height: 32px;
    bottom: -2px;
}

.s03_box .s03_box_r .section_tit p {
    padding-left: 50px;
    /* bottom: -10px; */
}

.s03_box .s02_box .section_tit p {
    padding-left: 44px;
}

.s03_box_r .s03_02 ul li {
    margin-top: 29px;
}
.parHd ul li:first-child {
    background-color: #84d0f5;
}

.parHd ul li:nth-child(2) {
    background-color: #9ad3d1;
}

.parHd ul li:nth-child(3) {
    background-color: #f7b551;
}

.parHd ul li:nth-child(4) {
    background-color: #88abda;
}