    .container {
        width: 100%;
        height: 100%;
    }
    
    .con {
        width: 1200px;
        margin: 0 auto;
    }
    
    .index_con_top_left_line {
        width: 4px;
        height: 30px;
        background-color: #009944;
        margin-right: 5px;
    }
    
    .index_con_top {
        display: flex;
        border-bottom: solid 1px #bfbfbf;
        justify-content: space-between;
        align-items: center;
        margin-top: 75px;
        padding-bottom: 10px;
    }
    
    .index_con1 {
        width: 100%;
        /* justify-content: space-between; */
        display: flex;
        align-items: flex-start;
        margin-top: 45px;
    }
    
    .index_con1_left {
        width: 564px;
        position: relative;
        position: relative;
    }
    
    .index_con1_left a>img {
        width: 100%;
        height: 100%;
    }
    
    .mask {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 16px;
        text-align: left;
        color: #ffffff;
        padding: 15px;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: space-between;
    }
    
    .mask-p1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .index_con1_right {
        width: 614px;
        margin-left: 20px;
    }
    
    .index_con1_right_p1 {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
        margin-right: 15px;
        margin-left: 5px;
    }
    
    .index_con1_right_p2 {
        font-size: 14px;
        color: #666666;
    }
    
    .index_con_top_left {
        display: flex;
        align-items: center;
    }
    
    .index_con1_right_list ul li {
        margin-top: 28px;
    }
    
    .index_con1_right_list ul li a {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        color: #333;
        align-items: center;
    }
    
    .index_con1_right_list ul li a p {
        width: 70%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    
    .index_con1_right_list ul li a img {
        width: 4px;
        height: 4px;
        margin-right: 6px;
    }
    
    .index_con1_right_list ul li:hover p {
        color: #009944;
    }
    
    .index_con1_right_list ul li:hover span {
        color: #009944;
    }
    
    .index_con1_right_list ul li a span {
        font-size: 16px;
        color: #999;
        margin-left: auto;
    }
    
    .index_con1_right_list ul li:first-child {
        border-bottom: 1px solid #bfbfbf;
        padding-bottom: 28px;
    }
    
    .index_con1_right_list ul li:first-child a {
        display: block;
    }
    
    .index_con1_right_list ul li:first-child a p {
        width: 98%;
    }
    
    .index_con1_right_list ul li:first-child .p1 {
        font-size: 18px;
        color: #009944;
        font-weight: bold;
    }
    
    .index_con1_right_list ul li:first-child .p2 {
        font-size: 14px;
        color: #666;
        margin-top: 20px;
        line-height: 1.6;
    }
    
    .index_con2>ul {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    
    .index_con2>ul>li {
        width: 289px;
        height: 365px;
        position: relative;
        cursor: pointer;
    }
    
    .index_con2 ul li>img {
        width: 100%;
        height: 100%;
    }
    
    .mask2 {
        background-color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        padding: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    
    .mask3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        text-align: center;
        display: none;
    }
    
    .mask3-list p{
        font-size: 14px;
        color: #ffffff;
        list-style-type: disc;
        text-align: left;
        margin-top: 10px;
    }
    
    .mask3-list {
        /*width: 170px;*/
        width: 251px;
        margin: 20px auto;
        padding-left: 29px;
        margin-top: 35px;
    }
    
    .mask3-list li {
        font-size: 14px;
        color: #ffffff;
        list-style-type: disc;
        text-align: left;
        margin-top: 10px;
    }
    
    .mask3-title {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        margin-top: 60px;
    }
    
    .mask3-more {
        display: block;
        width: 108px;
        height: 41px;
        background-color: #009944;
        border-radius: 5px;
        margin: 0 auto;
        font-size: 14px;
        color: #ffffff;
        line-height: 41px;
        margin-top: 40px;
    }
    
    .index_con2>ul>li:hover .mask3 {
        display: block;
    }
    
    .index_con2>ul>li:hover .mask2 {
        display: none;
    }
    
    .index_con3 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    
    
    
    .index_con3 ul li {
        width: 387px;
        cursor: pointer;
        margin-top: 30px;
        overflow: hidden;
    }
    
    .index_con3 ul li img {
        width: 100%;
        height: 241px;
    }
    
    .index_con2 ul li a>img {
        width: 100%;
        height: 241px;
    }
    
    .index_con3_text {
        background-color: #f1f4f6;
        font-size: 14px;
        color: #333333;
        text-align: center;
        height: 65px;
        padding: 0 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .index_pages {
        display: flex;
        width: 200px;
        margin: 0 auto;
        margin-top: 60px;
    }
    
    .index_pages a {
        display: inline-block;
        width: 53px;
        height: 39px;
        background-color: #e1e1e1;
        text-align: center;
        line-height: 39px;
        margin-left: 15px;
        cursor: pointer;
    }
    
    .index_pages .center {
        width: 64px;
        height: 39px;
    }
    
    .banner-text {
        position: absolute;
        top: 31%;
        left: 41%;
        text-align: center;
    }
    
    .banner-p1 {
        font-size: 36px;
        font-weight: bold;
        color: #ffffff;
    }
    
    .banner-p2 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 10px;
    }
    
    .flex {
        position: relative;
        margin-top: 40px;
    }
    
    .flex:after {
        content: '';
        height: 0;
        line-height: 0;
        display: block;
        visibility: hidden;
        clear: both;
    }
    
    .flex-left {
        width: 253px;
        background-color: #f7f7f7;
        float: left;
    }
    
    .flex-left-top {
        display: flex;
        align-items: center;
        border-bottom: 3px solid #dddddd;
        padding: 15px 5px;
        margin: 0 15px;
    }
    
    .flex-left-top p {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
    }
    
    .flex-left-top span {
        font-size: 14px;
        color: #009944;
        margin-left: 10px;
    }
    
    .flex-left-list {
        padding: 0 15px;
        padding-bottom: 25px;
    }
    
    .flex-left-list li {
        border-bottom: 1px solid #d9d7d7;
        line-height: 54px;
        text-align: center;
    }
    
    .flex-left-list li a {
        display: block;
        font-size: 16px;
        color: #333333;
    }
    
    .flex-left-list .active {
        background-color: #009944;
        color: #fff;
    }
    
    .flex-left-list .active a {
        color: #fff;
    }
    
    .fuwu-rexian {
        padding: 20px 0;
        background-color: #9d9d9d;
        text-align: center;
    }
    
    .fuwu-rexian-phone span {
        margin-left: 10px;
    }
    
    .fuwu-rexian-phone {
        font-size: 14px;
        color: #ffffff;
        margin-right: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .fuwu-rexian-num {
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        margin-top: 10px;
    }
    
    .flex-right {
        float: right;
        width: 895px;
        margin-left: 45px;
    }
    
    .flex-right-top {
        display: flex;
        justify-content: space-between;
        border-bottom: 3px solid #dddddd;
        align-items: center;
        padding: 10px 0;
    }
    
    .flex-right-top p {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
    }
    
    .flex-right-top span {
        font-size: 14px;
        color: #999999;
    }
    
    .flex-right-con {
        position: relative;
        padding-left: 20px;
        padding-top: 55px;
    }
    
    .fzlc-jt {
        margin-left: 111px;
    }
    
    .flex-right-con-top {
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        text-align: center;
        /* margin-top: 50px; */
    }
    
    .gywm-img {
        width: 886px;
        height: 498px;
        margin: 45px auto;
        position: relative;
    }
    
    .gywm-img video {
        outline: none;
    }
    
    .gywm-img>img {
        width: 100%;
        height: 100%;
    }
    
    .gywm-img .bofang {
        position: absolute;
        top: 39%;
        left: 47%;
        width: 54px;
        height: 53px;
        cursor: pointer;
        z-index: 99;
        display: block;
    }
    
    .gywm-text {
        font-size: 16px;
        line-height: 30px;
        color: #333333;
        padding: 0 10px;
    }
    
    .dszjy-text {
        margin-top: 45px;
        font-size: 16px;
        line-height: 30px;
        color: #333333
    }
    
    .dszjy-btm {
        margin-top: 80px;
        text-align: right;
        width: 500px;
        margin-left: auto;
    }
    
    .dszjy-btm p {
        font-size: 16px;
        color: #333333
    }
    
    .dszjy-btm span {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
    }
    
    .fontSize {
        font-size: 16px;
        color: #333333;
    }
    
    .qywh-info {
        margin-left: 45px;
    }
    
    .qywh-info-p1 {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 15px;
    }
    
    .qywh-info-p1 span {
        font-size: 18px;
        font-weight: bold;
        color: #999999;
        margin-left: 30px;
    }
    
    .qywh-list-item {
        display: flex;
        margin-top: 50px;
    }
    
    .qywh-img {
        width: 100%;
        height: 206px;
        margin: 0 auto;
    }
    
    .qywh-img>img {
        width: 100%;
        height: 100%;
    }
    
    .qywh-list {
        margin: 0 23px;
    }
    
    .qyzz-list {
        width: 877px;
        height: 279px;
        background-color: #f4f4f4;
        overflow: auto;
        padding: 30px 20px;
        padding-top: 2px;
    }
    
    .qyzz-list ul li {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    
    .qyzz-list ul li img {
        width: 16px;
        height: 16px;
    }
    
    .qyzz-list ul li p {
        font-size: 14px;
        color: #333333;
        margin-left: 10px;
    }
    
    .qyzz-listImg ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    
    .qyzz-listImg ul li {
        border: solid 1px #bfbfbf;
        width: 275px;
        /* height: 366px; */
        text-align: center;
        /* line-height: 366px; */
        margin-top: 45px;
        padding: 5px;
    }
    
    .fzlc-con {
        display: flex;
        position: relative;
    }
    
    .fzlc-line {
        width: 5px;
        /* height: 1433px; */
        background-color: #cecece;
        position: relative;
        margin-left: 123px;
    }
    
    .fzlc-line img {
        position: absolute;
        top: 0;
        left: -12px;
    }
    
    .fzlc-list-text {
        font-size: 16px;
        color: #333333;
        background-color: #ffffff;
        border: solid 1px #cecece;
        padding: 4px;
        width: 648px;
        height: 88px;
        margin-left: 75px;
        margin-top: 9px;
        cursor: pointer;
    }
    
    .fzlc-list-text p:first-child {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
    }
    
    .fzlc-list-text2 {
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    
    .fzlc-year {
        font-size: 30px;
        font-weight: bold;
        color: #cecece;
        position: absolute;
        top: 65px;
        left: 0;
    }
    
    .fzlc-list {
        position: relative;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    
    .fzlc-icon {
        position: absolute;
        left: -29px;
        top: 24px;
    }
    
    .fzlc-list-text:hover .fzlc-list-text2 {
        background-color: #f0f0f0;
    }
    
    .fzlc-list-text:hover .fzlc-list-text2>.year2 {
        color: #009944;
    }
    
    .qyxw-list {
        margin-top: 30px;
        border-bottom: dashed 1px #bfbfbf;
        padding-bottom: 30px;
    }
    
    .qyxw-list a {
        display: flex;
    }
    
    .qyxw-list:hover .qyxw-list-p1 {
        color: #009944;
    }
    
    .qyxw-list-right {
        margin-left: 18px;
        position: relative;
        width: 690px;
    }
    
    .qyxw-list-left {
        width: 174px;
        height: 117px;
    }
    
    .qyxw-list-left>img {
        width: 100%;
        height: 100%;
    }
    
    .qyxw-list-p1 {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        padding-right: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .qyxw-list-p2 {
        font-size: 14px;
        color: #666666;
        margin-top: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    
    .qyxw-year {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        color: #999999;
    }
    
    .padding0 {
        padding: 0;
        padding-top: 10px;
    }
    
    .xwxq-con {
        margin-top: 25px;
    }
    
    .xwxq-con-top {
        border-bottom: dashed 1px #bfbfbf;
        padding-bottom: 25px;
        text-align: center;
    }
    
    .xwxq-con-top-p1 {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
    }
    
    .xwxq-con-top-p2 {
        font-size: 14px;
        color: #999999;
        margin-top: 10px;
    }
    
    .xwxq-con-info {
        font-size: 16px;
        color: #333333;
        padding-top: 15px;
    }
    
    .xwxq-con-info p {
        text-indent: 18px;
        line-height: 36px;
    }
    
    .xwxq-pages {
        border-top: dashed 1px #bfbfbf;
        padding-left: 25px;
        margin-top: 200px;
        padding-top: 20px;
    }
    
    .xwxq-pages-item {
        align-items: center;
        margin-top: 15px;
        font-size: 16px;
        color: #333333;
    }
    
    .xwxq-pages-item a {
        display: flex;
    }
    
    .xwxq-pages-item p {
        color: #009944;
    }
    
    .ywly-top {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    
    .ywly-top img {
        width: 288px;
        height: 365px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .ywly-center1 {
        display: flex;
        align-items: center;
        margin-top: 80px;
    }
    
    .ywly-center1 p {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
    }
    
    .ywly-center-text {
        font-size: 14px;
        color: #333333;
        margin-top: 20px;
        margin-left: 20px;
    }
    
    .ywly-center {
        border-bottom: dashed 1px #bfbfbf;
        padding-bottom: 80px;
    }
    
    .ywly-list {
        position: relative;
    }
    
    .ywly-list-top-r {
        position: absolute;
        top: 20px;
        right: 0;
    }
    
    .ywly-list-top {
        height: 60px;
        background-color: #f1f4f6;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .ywly-list-top-l {
        margin-left: 18px;
    }
    
    .ywly-list {
        margin-top: 60px;
    }
    
    .ywly-list-top-l {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
    }
    
    .ywly-list-top-r img {
        margin-right: 15px;
        cursor: pointer;
        outline: none;
    }
    
    .ywly-list-con {
        /*height: 900px;*/
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }
    
    .ywly-list-con .ul {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        padding-top: 25px;
        /* flex-direction: row !important; */
        /* width: 100% !important; */
    }
    
    .ywly-list-con .ywly-list-con-item {
        width: 386px !important;
        height: 376px !important;
        border: solid 1px #f1f4f6;
        margin-left: 20px;
        margin-top: 55px;
        /* display: block !important; */
        text-align: left;
        /* margin-bottom: 40px; */
        align-items: flex-start;
        margin-right: 20px;
    }
    
    .ywly-list-con .ywly-list-con-item img {
        width: 100%;
        height: 241px;
    }
    
    .ywly-list-con .ywly-list-con-item p {
        padding: 0px 30px;
        padding-top: 20px;
    }
    
    .ywly-list-con-p1 {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    
    .ywly-list-con-p2 {
        font-size: 14px;
        color: #666666;
    }
    
    .rcln-con {
        padding-top: 30px;
    }
    
    .rcln-info .rcln-info-title {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
    }
    
    .rcln-info p {
        font-size: 16px;
        color: #333333;
        margin-top: 10px;
    }
    
    .rcln-info {
        padding: 20px;
    }
    
    .rcln-img {
        width: 100%;
        height: 262px;
    }
    
    .rcln-img>img {
        width: 100%;
        height: 100%;
    }
    
    .tdjs-con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .tdjs-con ul li {
        width: 287px;
        height: 206px;
        margin-top: 20px;
    }
    
    .tdjs-con ul li img {
        width: 100%;
        height: 100%;
    }
    
    .xlfs-con {
        margin-top: 50px;
    }
    
    .xlfs-con-top {
        display: flex;
    }
    
    .xlfs-con-top>img {
        width: 393px;
        height: 516px;
    }
    
    .xlfs-con-text {
        background-color: #f5f5f5;
        width: 480px;
        height: 516px;
        padding: 15px 35px;
    }
    
    .xlfs-con-text-title {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        margin-top: 40px;
    }
    
    .xlfs-con-text-list p {
        font-size: 14px;
        color: #333333;
        margin-top: 25px;
    }
    
    .xlfs-con-text-list p span {
        font-size: 14px;
        font-weight: bold;
        color: #333333;
    }
    
    .xlfs-con-ewm {
        text-align: center;
        margin-top: 65px;
    }
    
    .xlfs-con-ewm p {
        font-size: 14px;
        font-weight: bold;
        color: #333333;
    }
    
    .xlfs-con-map {
        margin-top: 50px;
        width: 874px;
        height: 516px;
    }
    
    .xlfs-con-map img {
        width: 100%;
        height: 100%;
    }
    
    .zpxx-list {
        width: 883px;
        border: solid 1px #eeeeee;
        margin: 0 auto;
        padding: 30px;
        margin-top: 30px;
    }
    
    .zpxx-list-top {
        display: flex;
        margin-bottom: 20px;
    }
    
    .zpxx-list-top p {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
    }
    
    .zpxx-list-top span {
        font-size: 14px;
        color: #999999;
        margin-left: 20px;
    }
    
    .zpxx-list-item {
        margin-top: 10px;
        font-size: 15px;
        color: #666666;
    }
    
    .zpxx-btn {
        display: flex;
        justify-content: flex-end;
        margin-top: 22px;
    }
    
    .zpxx-btnA,
    .zpxx-btnB {
        width: 127px;
        height: 39px;
        text-align: center;
        line-height: 39px;
        font-size: 15px;
        color: #ffffff;
        margin-left: 15px;
        cursor: pointer;
    }
    
    .zpxx-btnA {
        background-color: #009944;
        color: #ffffff;
    }
    
    .zpxx-btnB {
        border: solid 1px #009944;
        color: #009944;
    }
    
    .sqzw-box-title {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }
    
    .sqzw-box-con-item {
        display: flex;
        font-size: 15px;
        color: #333333;
        align-items: center;
        margin-top: 45px;
    }
    
    .sqzw-box-con-item p {
        width: 97px;
    }
    
    .sqzw-box-con-item input {
        width: 563px;
        height: 53px;
        background-color: #f7f7f7;
        border: none;
        padding: 0 15px;
        margin-left: 20px;
    }
    
    .sqzw-box-con {
        padding: 0 50px;
    }
    
    .sqzw-box-con-item .file {
        width: 190px;
        height: 51px;
        background-color: #ecc557;
        border-radius: 5px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }
    
    .sqzw-box-con-item span {
        margin-left: 20px;
    }
    
    .tishi-p1 {
        font-size: 15px;
        color: #333333;
    }
    
    .tishi-p2 {
        font-size: 15px;
        color: #f50c12;
    }
    
    .tishi {
        margin-left: 112px;
    }
    
    .tishi p {
        margin-top: 15px;
    }
    
    .tijiao {
        width: 740px;
        height: 69px;
        background-color: #009944;
        border-radius: 5px;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        cursor: pointer;
        border: none;
        outline: none;
        margin-top: 80px;
    }
    
    .sex input {
        width: auto;
    }
    
    input[type="radio"]+label::before {
        content: " ";
        /*不换行空格*/
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background: url("../images/ridio.png");
        cursor: pointer;
        margin-right: 8px;
        /*原始按钮图片地址*/
    }
    
    input[type="radio"]:checked+label::before {
        content: " ";
        /*不换行空格*/
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background: url("../images/ridio_check.png");
        /*选中的按钮图片地址*/
        cursor: pointer;
    }
    
    input[type="radio"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }
    
    .sex label {
        margin-left: 30px;
    }
    
    .requirements {
        display: none;
    }
    
    .active {
        display: block;
    }
    
    .none {
        display: none;
    }
    
    .rotate img {
        transform: rotate(180deg);
    }