html {
    width: 100%;
}

body {
    width: 100%;
    position: relative;
}

* {
    font-family: "Adobe 黑体 Std" !important;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

.container_jxy {
    width: 100%;
}

.top_box {
    display: none;
}

.cont_home {
    background: none;
    padding-bottom: 130px;
    box-sizing: border-box;
}

.cont_index {
    background: url("../images/bg_img.png") no-repeat;
    background-size: auto;
    overflow: auto;
    padding-bottom: 130px;
    box-sizing: border-box;
}

.nav_box {
    width: 100%;
    background-color: white;
    padding-top: 30px;
}

.home_nav {
    background-color: #F0E9E9;
    border-bottom: 1px solid white;
}

.nav_ul {
    width: 1100px;
    margin: 0 auto;
    display: flex;
}

.nav_ul li:first-child {
    margin-left: 0;
}

.nav_lis {
    margin-left: 50px;
}

.nav_lis a {
    padding: 0 20px;
    font-size: 16px;
    color: #222222;
    display: block;
}

.nav_lit a {
    color: #c30036;
    font-weight: bold;
}

.nav_lit::after {
    content: '';
    width: 100%;
    display: block;
    margin: 0 auto;
    border-bottom: 3px solid #c30036;
    padding-bottom: 20px;
}

.train_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 700px;
}

.train_banner .banner_images {
    width: 1000%;
}

.train_banner .banner_images li {
    float: left;
    width: 10%;
}

.train_banner .banner_images li a {
    display: block;
    width: 100%
}

.train_banner .banner_images li a img {
    display: block;
    width: 100%;
    height: 700px;
    object-fit: cover;

}

.train_banner .banner_index {
    position: absolute;
    bottom: 55px;
    width: 100%;
    text-align: center
}

.banner_index-frame {
    width: max-content;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.train_banner .banner_index li {
    transition: all 0.3s;
    margin-right: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.train_banner .banner_index li.current {
    transition: all 0.3s;
    background-color: #BD0035;
    width: 50px;
    border-radius: 5px;
}

.train_banner .banner_index li:hover {
    transform: scale(1.5);
}

.train_banner .banner_index li.current:hover {
    transform: scale(1);
}

.cont_home .cont_cent {
    top: -45px;
}

.cont_index .cont_cent {
    top: 0;
}

.cont_cent {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
}

.cont_home .broad_box {
    box-shadow: 0 0 20px #F3F3F3;
}

.broad_box {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
}

.cent_tit {
    width: 100%;
    font-size: 26px;
    color: #333333;
}

.cont_index .cent_tit {
    color: white;
}

.broad_sub {
    width: 100%;
    padding: 20px 35px;
    box-sizing: border-box;
    background: #FCF2F5 url("../images/broad_bg.png") no-repeat right center;
    background-size: auto;
    border-radius: 15px;
    margin-top: 25px;
}

.broad_tit {
    width: 100%;
    font-size: 22px;
    color: #333333;
}

.broad_case {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.broad_cent {
    width: max-content;
    margin-top: 15px;
}

.broad_lit {
    display: flex;
}

.broad_lit img {
    width: auto;
}

.bod_nam {
    font-size: 18px;
    color: #333333;
    margin-top: 5px;
    margin-left: 5px;
}

.bod_p {
    font-size: 18px;
    color: #8e8e8e;
    margin-top: 5px;
}

.ret_btn {
    width: 200px;
    height: 50px;
    background: linear-gradient(to right, #EDB1C2 0%, #EDB1C2 19%, #C40338 100%, #C40338 50%);
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.cent_box {
    width: 100%;
    margin-top: 40px;
}

.cent_box .cent_tit {
    padding-left: 45px;
    box-sizing: border-box;
}

.cont_home .tab_cont {
    box-shadow: 0 0 20px #F3F3F3;
}

.tab_cont {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 40px;
}

.nav_top {
    width: 100%;
    display: flex;
    background: url("../images/ind_nav.png") no-repeat;
    background-size: auto;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 10px #F3F3F3;
}

.cont_home .nav_top {
    background: url("../images/nav_bg.png") no-repeat;
    background-size: auto;
}

.qy_nav_bg {
    background: url("../images/nav_bg.png") no-repeat;
    background-size: auto;
}

.tab_ul {
    width: max-content;
    display: flex;
}

.tab_lis {
    width: 210px;
    height: 70px;
    font-size: 24px;
    color: #c30036;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
}

.tab_lit {
    color: #333333;
    background-color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.more_a {
    width: max-content;
    font-size: 20px;
    color: #8e8e8e;
    margin-right: 48px;
}

.cont_index .tab_box {
    box-shadow: 0 10px 10px #F3F3F3;
}

.tab_box {
    width: 100%;
    padding: 38px;
    box-sizing: border-box;
    background-color: white;
    display: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

ul .tab_cent:first-child {
    margin-top: 0;
}

.tab_cent {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #FCF2F5 url("../images/broad_bg.png") no-repeat right center;
    background-size: auto;
    border-radius: 15px;
    margin-top: 20px;
    display: flex;
    position: relative;
}

.tab_img {
    width: 350px;
    height: 180px;
    border-radius: 10px;
    display: block;
}

.tab_new {
    width: max-content;
    margin-top: 15px;
    margin-left: 45px;
}

.news_box {
    display: flex;
    align-items: center;
}

.news_box p {
    font-size: 22px;
    color: #333333;
}

.news_box p:first-child {
    margin-right: 10px;
}

.tab_time {
    font-size: 18px;
    color: #8e8e8e;
    margin-top: 15px;
}

.tab_cent .ret_btn {
    position: absolute;
    right: 35px;
    bottom: 15px;
}

.chd_box {
    width: 100%;
    display: none;
}

.chd_cent {
    width: 100%;
    margin-top: 20px;
}

.chd_img {
    width: 100%;
    display: block;
}

.chd_ul {
    width: max-content;
    padding: 10px;
    box-sizing: border-box;
    background-color: #FBF1F4;
    border-radius: 30px;
    display: flex;
    margin-left: 50%;
    margin-bottom: 30px;
    transform: translateX(-50%);
}

.chd_lis {
    width: 200px;
    height: 40px;
    font-size: 20px;
    color: #c30036;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

.chd_lit {
    color: #333333;
    background-color: white;
}

.video_sub {
    width: 100%;
    height: 620px;
    object-fit: fill;
}

.tab_sub {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.tab_p {
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.show_img {
    width: auto;
    display: block;
    margin-top: 25px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.news_box .play_tit {
    font-size: 22px;
    color: #c30036;
    margin-left: 0;
}

.news_box .play_icon {
    width: auto;
    display: block;
}

.pub_img {
    width: 100%;
    height: 500px;
    display: block;
    border-radius: 15px;
}

.pub_text {
    width: 100%;
    padding: 30px 45px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px #F3F3F3;
    margin-top: 35px;
}

.pub_text p {
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    text-indent: 2em;
}

.huayi_code {
    width: auto;
    display: block;
    margin-top: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
}


.acted {
    display: block;
}

/*2025-08-08*/
.perfect_cont {
    width: 100%;
    min-height: 100vh;
    background-color: #ECF1F3;
    padding-bottom: 35px;
}

.perfect_box {
    width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
}

.logo_img {
    width: auto;
    display: block;
}

.perfect_cent {
    width: 100%;
    padding: 35px 40px 75px 40px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px #DDE2E4;
    margin-top: 20px;
}

.per_tit {
    width: 100%;
    font-size: 16px;
    color: #3a7884;
}

.per_sub {
    width: 100%;
}

.tips_p {
    width: 100%;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
    box-sizing: border-box;
    margin-top: 50px;
}

.per_case {
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.per_case .per_news:last-child {
    margin-left: 50px;
}

.per_news {
    width: max-content;
}

.news_sub {
    width: max-content;
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.news_tit {
    min-width: 90px;
    font-size: 12px;
    color: #000000;
    line-height: 30px;
}

.news_tit span {
    color: #FF2E3C;
}

.news_p {
    width: 230px;
    height: 30px;
    font-size: 12px;
    color: #666666;
    background-color: #F2F2F2;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 8px;
    box-sizing: border-box;
    margin-left: 10px;
}

.news_inp {
    width: 230px;
    height: 30px;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    padding: 0 8px;
    box-sizing: border-box;
    margin-left: 10px;
}

.upload_sub {
    width: 80px;
    height: 30px;
    background-color: #188AAF;
    position: relative;
    border-radius: 5px;
}

.take_lay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity:0);
}

.upload_cam {
    width: 100%;
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 30px;
    display: block;
}

.news_case {
    width: max-content;
    margin-left: 10px;
}

.news_case .news_inp {
    margin-left: 0;
}

.news_case .mod_btn {
    margin-left: 0;
}

.news_tips {
    width: 100%;
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}

.fect_sub {
    width: 80px;
    height: 30px;
    background-color: #188AAF;
    position: relative;
    border-radius: 5px;
}

.news_upload {
    width: 100%;
    display: flex;
}

.fect_show {
    width: 100px;
    height: 100px;
    background: url("../images/head_bg.png") no-repeat;
    background-size: auto;
    margin-left: 35px;
}

.tips_upload {
    font-size: 12px;
    color: #FF2E3C;
    margin-top: 25px;
}

.mod_btn {
    height: 30px;
    font-size: 12px;
    color: #0073e5;
    background-color: inherit;
    margin-left: 10px;
    cursor: pointer;
}

.news_lab .news_sub:nth-child(2n + 2) {
    margin-left: 35px;
}

.tips_text {
    font-size: 12px;
    color: #e60000;
    margin-left: 8px;
    line-height: 30px;
}

.news_cont {
    width: 230px;
}

.news_cont input {
    margin-top: 10px;
}

.news_cont input:first-child {
    margin-top: 0;
}

.sub_btn {
    width: 320px;
    height: 40px;
    font-size: 14px;
    color: white;
    background-color: #188AAF;
    border-radius: 20px;
    margin-top: 60px;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.inp_display {
    display: none;
}

/*gw 尾部*/
.footer {
    background-color: white;
    border-top: 7px solid #188aae;
}

.footer-drugs {
    width: 1200px;
    margin: 0 auto;
}

.footer-drugs:after {
    content: '';
    display: block;
    clear: both;
}

.footer_box {
    float: left;
    width: 100%;
    padding: 24px 0;

    position: relative;
}

.footer_box p {
    float: left;
    line-height: 28px;
    font-size: 14px;
    width: auto;
    min-width: 50%;
    color: #555;
    padding-left: 224px;
}

.footer_box p a {
    color: #555;
}

.footer_box p img {
    vertical-align: middle;
}

.ewm {
    float: right;
    margin-top: 6px;
}

.bottom_logo {
    position: absolute;
    border-right: 1px solid #ddd;
    width: 200px;
    height: 76px;
    left: 0;
    top: 58px;
}

.bottom_logo img {
    margin-left: 9px;
    margin-top: 12px;
}

/*2025-08-29*/
.nav_head {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.login_btn {
    width: 100px;
    height: 35px;
    font-size: 16px;
    color: white;
    background-color: #C10035;
    border-radius: 5px;
    cursor: pointer;
}

.login_news {
    width: max-content;
}

.login_case {
    width: max-content;
    display: flex;
    align-items: center;
    position: relative;
}

.peo_icon {
    width: 30px;
    display: block;
}

.peo_p {
    font-size: 16px;
    color: #999999;
    margin-left: 20px;
    cursor: pointer;
}

.peo_p:hover {
    border-bottom: 1px solid #CBCBCB;
}

.peo_p:hover + .exit_box, .exit_box:hover {
    display: block;
}

.exit_box {
    width: 200px;
    background: url("../images/exit_bg.png") no-repeat 0 20px;
    background-size: contain;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    align-items: center;
    display: none;
}

.exit_sub{
    width: 200px;
    height: 60px;
    display: flex;
    padding: 11px 43px 0 43px;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
}

.exit_icon {
    width: 18px;
    display: block;
}

.exit_box p {
    font-size: 16px;
    color: #333333;
    margin-left: 15px;
}

.login_display {
    display: none;
}

.exit_hidden{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.exit_layer{
    width: 500px;
    height: 300px;
    background: url("../images/exit_layer.png")no-repeat;
    background-size: contain;
    position: relative;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

.exit_tit{
    width: 100%;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
}

.exit_p{
    width: 100%;
    font-size: 14px;
    color: #333333;
    margin-top: 50px;
    text-align: center;
}

.exit_foot{
    width: max-content;
    margin-top: 75px;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.exit_foot input{
    width: 100px;
    height: 35px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.firm_btn{
    color: white;
    background-color: #C10035;
}

.cel_btn{
    color: #333333;
    background-color: inherit;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    margin-left: 20px;
}