* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #282828;
}

.clear {
    clear: both;
    line-height: 0;
}

body {
    font-size: 18px !important;
    font-family: '微软雅黑';
    line-height: 32px;
    min-width: 1200px !important;
    background: #eaf3ff url(/material/images/mzt/bg01.png) no-repeat top center;
    background-size: 1920px;
}


.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    overflow: initial
}

.main1 {
    padding: 50px 0 0 0;
}

.main1 .i-header-icons {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main1 .i-header-icons .i-header-icons_box {
    width: 410px;
    display: flex;
    justify-content: space-between;
}

.main1 .i-age-old {}

.i-age-return {
    margin: 0 10px;
}

.main2 {
    margin-top: 16px;
}


.main3 {
    /* margin: 820px 0 0 0; */
    /* margin-top: -24px; */

}

.tit {
    background: url(../images/tit-gzdt.png) no-repeat 0 0;
    height: 64px;
    position: relative;
    text-align: right;
}

.tit2 {
    background: url(../images/tit-zcwj.png) no-repeat 0 0;
}

.tit3 {
    background: url(../images/tit-zcjd.png) no-repeat 0 0;
}

.tit4 {
    position: relative;
    margin-bottom: 30px;
}

.tit .more-n {
    color: #0a5a9a;
    line-height: 70px;
}

.tit4 .more-n2 {
    position: absolute;
    right: 0;
    top: 10px;
    color: #0a5a9a;
    border-radius: 12px;
    border: 1px solid #3c7ef3;
    padding: 0 8px;
    line-height: 30px;
}

.main2 .box {
    margin-bottom: 35px;
    background: #fff;
    box-shadow: 1px 5px 8px rgba(114, 196, 249, 0.4);
    padding-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.main2 .box .age-hot-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 112px;
    background-color: #003f9e;

}

.main2 .box .age-hot-top a {
    color: #fff;
}

.main2 .box .age-hot-top li {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    font-size: 38px;
    font-weight: 700;
}

.main2 .box .age-hot-swiperbox {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 100%;
    height: 647px;
}

/* 轮播图 */
.slider1 {
    margin: 0 auto;
    width: 1090px;
    height: 647px;
}

.flex-direction-nav {
    display: block !important;
}

.flex-direction-nav a {
    width: 47px;
    height: 96px;
}

.flex-direction-nav .flex-prev {
    background: url(/material/images/mzt/swiper_left.png);
    left: -55px;
}

.flex-direction-nav .flex-next {
    background: url(/material/images/mzt/swiper_right.png);
    right: -55px;
}

.flexslider li span {
    height: 63px;
    font-size: 32px;
}

.flex-control-nav {
    display: none;
}

.carousel-mask {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    width: 100%;
    height: 63px;
    font-size: 32px;
    font-weight: 500;
    background: linear-gradient(to bottom, rgb(20 20 20 / 20%), rgba(0, 0, 0, 1));
}

.carousel-mask div {
    width: 1000px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* .carousel-container {
    width: 1090px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.carousel-items {
    display: flex;
    width: 300%;
    transition: transform 0.3s ease;
    height: 100%;
}

.carousel-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    float: left;
    position: relative;
    height: 100%;
}

.carousel-item img {

    max-height: 100%;
}

.carousel-mask {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    width: 100%;
    height: 63px;
    font-size: 32px;
    font-weight: 500;
    background: linear-gradient(to bottom, rgba(77, 186, 161, .2), rgba(0, 0, 0, .7));
}

.carousel-mask div {
    width: 1000px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.carousel-dots {
    margin-top: 10px;
    position: absolute;
    right: 7%;
    bottom: 4.5%;
}

.carousel-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-dot.active {
    background-color: #e5d7bd;
}

.prev-button,
.next-button {
    display: none;
    width: 47px;
    height: 96px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    background-image: url(../images2/swiper_right.png);
    border: none;
}

.prev-button {
    left: 0;
    background-image: url(../images2/swiper_left.png);
} */

.next-button {
    right: 0;
}

.list-n {
    margin-top: -8px;
}

.list-n li {
    background: url(../images/arrow.png) no-repeat 0 center;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding: 0 0 0 20px;
}

.list-n li span {
    float: right;
}

/* 面包屑 */
.crumb-nav {
    margin: 25px 0 0 8px;
    font-size: 20px;
}

/* 内容页标题 */
.nav_title {
    margin: 86px auto 127px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    font-size: 50px;
    color: #065bcb;
    font-weight: 700;
}

.nav_title-left {
    margin-right: 60px;
    width: 323px;
    height: 29px;
    background-image: url(../images2/nav_left.png);
}

.nav_title-right {
    margin-left: 60px;
    width: 323px;
    height: 29px;
    background-image: url(../images2/nav_right.png);
}

.nav-span {
    max-width: 400px;
    min-height: 50px;
    line-height: 55px;
    text-align: center;
}

/* 内容页 */
.bg2 {
    background: url(../images/bg2.png) no-repeat no-repeat top center;
    background-size: 1920px;
    padding: 100px 0;
}

.main3 .box {
    background: #fff;
    box-shadow: 1px 5px 8px rgba(114, 196, 249, 0.4);
    padding-bottom: 23px;
    margin-bottom: 25px;
}

.main3 .box .age-tab-top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 91px;
    background-color: #eaf3ff;
}

.main3 .box .age-tab-top li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 36.65px;
    font-size: 38px;
    font-weight: 700;
    cursor: pointer;

}

.main3 .box .age-tab-top li:hover {
    position: relative;
    color: #1d74e5;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 3px -5px 3px rgba(222, 235, 253, 0.4);
}

.active1 {
    position: relative;
    color: #1d74e5;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 3px -5px 3px rgba(222, 235, 253, 0.4);
}

.active1::after {
    position: absolute;
    bottom: -4%;
    content: '';
    width: 113px;
    height: 7px;
    background-color: #1d74e5;
    border-radius: 30px;
}

li.active1 a {
    color: #1d74e5;
}

.age-tab-list {
    margin-top: 68px;
    padding: 0 23px;
    min-height: 300px;
}

.age-tab-list li {
    position: relative;
    width: 100%;
    min-height: 134px;
    /* padding-bottom: 22px; */
    background-color: #f3faff;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
}

.age-tab-list :hover {
    background-color: #c4e4fb;
}

.age-tab-list li::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 11.4px;
    height: 11.4px;
    background-color: #8ed0ff;
    border-radius: 50%;
}

.age-tab-list li a {
    display: block;
    padding: 15px 23px 0px 62px;
    /* color: #000000; */
    font-size: 32px;
    line-height: 48px;
    text-decoration: none;
}

.age-tab-list li span {
    margin-top: 30px;
    padding: 0px 23px 20px 62px;
    display: block;
    text-align: right;
    font-size: 26px;
    color: #575757;
}



.main3 .age-tab-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    border-radius: 60px;
    width: 320px;
    height: 50px;
    background: #abdcff;
    color: #0059b5;
    font-size: 26px;
}

.main3 .age-tab-more:hover {
    background: #d8e7f7;
    color: #054490;
}

/* 轮播图2 */
.age-swiper {
    margin-bottom: 24px;
    width: 100%;
    height: 210px;
}

.out {

    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    /* top: 100px; */
}

.out .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.out .inner .img {
    width: 800px;
    height: 162px;
    position: absolute;
    transition: 0.3s;
}

.out .inner .img img {
    width: 100%;
    height: 100%;
}

.out .arrow i {
    position: absolute;
    color: #fff;
    z-index: 9999;
    cursor: pointer;
    width: 70px;
    height: 70px;
    transform: translate(0, -50%);
}

.out .arrow .left {
    left: 0;
    top: 50%;
    background-image: url(/material/images/mzt/btn_left.png);
}

.out .arrow .right {
    right: 0;
    top: 50%;
    background-image: url(/material/images/mzt/btn_right.png);
}


.out #last {
    transform: translateX(0);
    z-index: 9;
    opacity: 0.2;
}

.out #first {
    transform: translateX(200px) scale(1.3);
    z-index: 99;
    opacity: 1;
}

.out #second {
    transform: translateX(400px);
    z-index: 9;
    opacity: 0.2;
}

.out #left {
    transform: translateX(-100px);
    z-index: 1;
    opacity: 0;
}

.out #right {
    transform: translateX(500px);
    z-index: 1;
    opacity: 0;
}



/*  */
.linebox1 {
    position: relative;
    height: 360px;
    background-color: #fff;
    margin-bottom: 17px;
}

.bianming img {
    position: relative;
    width: 1200px;
}

.bianming .title-01 {
    position: absolute;
    top: 5px;
    left: 0;
    width: 252px;
    height: 156px;
}

.bianming .title-02 {
    position: absolute;
    left: 400px;
    top: 11px;
    width: 122px;
    height: 41px;
}

.bianming .title-03 {
    position: absolute;
    left: 527px;
    top: 11px;
    width: 123px;
    height: 45px;
}

.bianming .title-07 {
    position: absolute;
    left: 655px;
    top: 11px;
    width: 226px;
    height: 45px;
}

.bianming .title-05 {
    position: absolute;
    left: 400px;
    top: 61px;
    width: 273px;
    height: 44px;
}

.bianming .title-06 {
    position: absolute;
    left: 678px;
    top: 61px;
    width: 273px;
    height: 44px;
}

.bianming .title-08 {
    position: absolute;
    left: 400px;
    top: 114px;
    width: 376px;
    height: 44px;
}

.bianming .title-09 {
    position: absolute;
    left: 782px;
    top: 114px;
    width: 323px;
    height: 44px;
}

.bianming a img {
    width: 100%;
    height: 100%;
}

.container1 {
    width: 100%;
    /* 相对定位 */
    position: relative;
    /* 溢出隐藏 */
    overflow: hidden;
}

.container1 ul {
    width: 100%;
    height: 175px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.container1 li {
    list-style: none;
    height: 100%;
    padding-right: 20px;
}

.container1 li img {
    height: 175px;
    width: 376px;
    /* 保持原有尺寸比例，裁切长边 */
    object-fit: cover;
    /* 图片定位正中间 */
    object-position: center;
}

.container1 .btns {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.container1.btn {
    color: #fff;
    border: 1px solid #ddd;
    padding: 5px 15px;
    margin: 0 15px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

.container1.btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}



/*  */
.linebox2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12.5px 8.5px 10px;
    background-color: #fff;
    margin-bottom: 17px;
}

.linebox2 .picture-jbfs {
    width: 351px;
    height: 144.8px;
}

.linebox2 .picture-jbfs:nth-child(2) {
    width: 455px;
}

.linebox2 .picture-jbfs img {
    width: 100%;
    height: 100%;
}


/* 分页 */
.more-page {
    margin: 45px auto 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 500px;
}

.more-page a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    height: 53.5px;
    width: 55px;
    background-color: #f3faff;
    color: #abdcff;
    font-size: 32px;
    border-radius: 10px;
}

.page-active {
    background-color: #b91c1e !important;
    color: #fff !important;
}

.more-page .btnPage {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 146px;
    height: 53px;
    border: 1px solid #abdcff;
}

/* 尾部 */


.fot {
    min-width: 1200px;
    margin: 0 auto;
    height: 208px;
    background-color: #f2f2f2;

}

.footernav {
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
}

.footer-site {
    color: #414242;
    padding: 40px 0 0 0;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    font-family: SimSun;
    background-color: #f2f2f2;
}

.footer-site ul {
    clear: both;
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
}

.footer-link-wrong {
    float: left;
    width: 110px;
    height: 55px;
    padding-top: 15px;
}

.footer-link-gov {
    float: left;
    width: 80px;
    height: 80px;
}

.footer-txt {
    float: left;
    width: 635px;
    text-align: left;
    padding-left: 15px;
}

.footer-site p img {
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.content {
    display: none;
}