html,body{
    font-size: 16px;
    font-family:  "Hiragino Sans GB";
    color: #333;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    color: #c00;
}
img{
    display: block;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}
.main1400{
    width: 1400px;
    margin: 0 auto;
}

.add_box{
    position: relative;
}
.add_box span{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 1px 5px;
}
.add_flex{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.logo_box{
    display: flex;
    justify-content: space-between;
    height: 122px;
}
.logo_box_left{
    height: 122px;
    display: flex;
    align-items: center;
}
.logo_box_left span{
    width: 1px;
    height: 64px;
    background-color: #e7e7e7;
    margin: 0 20px;
}

.logo_box_right{
    display: flex;
}
.logo_row{
    padding-top: 32px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.logo_row a{
    margin-right: 12px;
}

.logo_right_text{
    margin-top: 52px;
    display: flex;
    flex-direction: column;
}
.logo_right_text p{
    font-size: 16px;
}
.logo_right_text p a{
    color: #000;
}
.logo_right_text ul{
    display: flex;
    font-size: 14px;
}
.logo_right_text ul a{
    color: #999;
}
.logo_right_text ul a:hover{
    color: #b5b5b5;
}
.logo_right_text ul li+li::before{
    content: "\007C";
    color: #999;
    padding: 0 0 0 5px;
}

.search_lz {
    position: relative;
    width: 142px;
    line-height: 30px;
    height: 30px;
    margin: 62px 0 0 20px;
}
.search_lt {
    width: 142px;
    height: 30px;
    border: 1px solid #cacaca;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.search_lt p {
    float: left;
    line-height: 26px;
    padding: 0 0 0 10px;
}
.search_lt img {
    margin: 0 10px 0 0;
}
ul.search_lb {
    width: 142px;
    border: 1px solid #cacaca;
    border-top: 0px;
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 2;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

ul.search_lb li {
    width: 100%;
    line-height: 30px;
    height: 30px;
    background: #fff;
}
ul.search_lb li a {
    color: #999;
    display: block;
    padding: 0 0 0 10px;
}
ul.search_lb li a:hover {
    background: #ebebeb;
    color: #333;
}
ul.search_lb li.now {
    background: #ebebeb;
}
ul.search_lb li.now a {
    color: #333;
}
ul.search_lb li a:hover {
    background: #ebebeb;
    color: #333;
}
ul.display_block{
    display: block;
}

.nav_box .nav_top{
    height: 60px;
    background-color: #0050a9;
}
.nav_box .nav_top ul{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}
.nav_box .nav_top ul a{
    color: #fff;
}
.nav_box .nav_top ul img{
    width: 28px;
    height: 33px;
}

.nav_bottom{
    display: flex;
    justify-content: space-between;
}
.nav_bottom ul{
    width: 1140px;
    font-size: 18px;
    margin-top: 15px;
}
.nav_bottom ul li{
    float: left;
    line-height: 36px;
    font-size: 18px;
}
.nav_bottom ul li::after{
    content: "|";
    color: #999;
    padding: 0 16px;
}
.nav_bottom ul li:last-child::after{
    content: "";
}

.nav_bottom_img{
    margin-top: 20px;
}
.nav_bottom_img img{
    width: 151px;
    height: 55px;
}

.headline_box{
    margin-top: 30px;
}
.headline_top{
    height: 208px;
    background: url(../images_2025/headline-bg.jpg) right no-repeat;
    position: relative;
    display: flex;
}
.headline_img{
    width: 252px;
    height: 221px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.headline_top_text{
    width: 1080px;
    margin-left: 240px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.headline_top_text h1{
    font-size: 38px;
    font-weight: bold;
    line-height: 46px;
}
.headline_top_text h1 a{
    color: #0050a9;
}
.headline_top_text ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 32px;
    margin-top: 14px;
}
.headline_top_text ul li{
    margin: 0 5px;
}
.headline_more{
    font-size: 16px;
    margin-top: 170px;
}
.headline_more a{
    color: #666;
}
.headline_more a:hover{
    color: #c00;
}

.headline_bottom{
    position: relative;
    margin-top: 20px;
    background-color: #f1f1f1;
    line-height: 40px;
    padding: 0 16px;
}
.headline_bottom .bd .tempWrap{
    width:100% !important;
}
.headline_bottom .bd ul{
    overflow: hidden;
    zoom: 1;
    font-size: 18px;
}
.headline_bottom .bd ul li{
    margin-right: 25px;
    float: left;
    height: 40px;
    text-align: left;
    _display: inline;
    width: auto !important;
}
.headline_bottom .bd ul li a{
    color: #000;
}
.headline_bottom .bd ul li a:hover{
    color: #c00;
}
.headline_bottom .bd ul li::before{
    content: "\00b7";
    color: #000;
}

.tbtj_row{
	margin-top: 30px;
	height: 290px;
	background-color: #f2f2f2;
}
.tbtj_title{
	float: left;
    margin-top: -10px;
}
.tbtj_nr{
    width: 1330px;
    position: relative;
    float: right;
    margin: 30px 0 0 0;
}
.tbtj_nr .hd .prev,
.tbtj_nr .hd .next{
    display: block;
    width: 15px;
    height: 29px;
    cursor: pointer;
    position: absolute;
    top: 60px;
}
.tbtj_nr .hd .prev{
    background: url("../images_2025/tbtj-prov.png") no-repeat;
    left: 0;
}
.tbtj_nr .hd .next{
    background: url("../images_2025/tbtj-next.png") no-repeat;
    right: 0;
}
.tbtj_nr .bd{
    width: 1242px;
    float: left;
    overflow: hidden;
    margin: 0 0 0 45px;
}
.tbtj_nr .bd ul{
    overflow: hidden;
    zoom: 1;
}
.tbtj_nr .bd ul li{
    width: 290px;
    margin: 0 20px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
}
.tbtj_nr .bd ul li img{
    width: 290px;
    height: 163px;
    display: block;
}
.tbtj_nr .bd ul li p{
    font-size: 18px;
    line-height: 28px;
    padding: 10px 10px 0;
    box-sizing: border-box;
	text-align: center;
}

.headline_sheng{
    height: 92px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headline_sheng h1{
    width: 1015px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 38px;
    font-weight: bold;
}
.headline_sheng h1 a{
    color: #0050a9;
}

ul.headline_sheng_right{
    width: 385px;
    height: 92px;
    border-left: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
}
ul.headline_sheng_right li a{
    display: flex;
    align-items: center;
    margin-left: 30px;
}
ul.headline_sheng_right li img{
    width: 81px;
    height: 92px;
}
ul.headline_sheng_right li p{
    font-size: 22px;
    line-height: 28px;
    padding-left: 12px;
}

.focus_row{
    display: flex;
    justify-content: space-between;
}
.focus_left{
    width: 460px;
}
ul.focus_left_text{
    font-size: 18px;
    line-height: 30px;
}
ul.focus_left_text li{
    padding: 5px 0;
}
ul.focus_left_text li:nth-child(1),
ul.focus_left_text li:nth-child(5),
ul.focus_left_text li:nth-child(9),
ul.focus_left_text li:nth-child(13){
    font-weight: bold;
    margin-top: 30px;
    padding-top: 0;
}

.focus_left_bottom{
    width: 460px;
    height: 40px;
    background-color: #f1f1f1;
    margin-top: 10px;
    display: flex;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 40px;
}

.focus_left_bottom_text{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.focus_left_bottom_text .bd .tempWrap{
    width:100% !important;
}
.focus_left_bottom_text .bd ul{
    overflow: hidden;
    zoom: 1;
    font-size: 18px;
}
.focus_left_bottom_text .bd ul li{
    margin-right: 25px;
    float: left;
    height: 40px;
    text-align: left;
    _display: inline;
    width: auto !important;
}
.focus_left_bottom_text .bd ul li::before{
    content: "\00B7";
}

.focus_box{
    width: 900px;
    margin-top: 30px;
}
.focus_box_top{
    width: 900px;
    height: 506px;
    overflow: hidden;
    position: relative;
}
.focus_box_top .hd {
    height: 38px;
    border-radius: 196px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 20px;
    padding: 0 16px;
}
.focus_box_top .hd ul {
    zoom: 1;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.focus_box_top .hd ul li {
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: block;
    background: rgba(255, 255, 255, .5);
    border-radius: 6px;
    margin: 0 3px;
}
.focus_box_top .hd ul li.on {
    width: 24px;
    background: rgba(255, 255, 255, 1);
	margin-top: 0;
}
.focus_box_top .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.focus_box_top .bd li {
    zoom: 1;
}
.focus_box_top .bd img {
    width: 900px;
    height: 506px;
}
.focus_box_top .bd h1 {
    position: absolute;
    bottom: 20px;
    left: 0;
    line-height: 30px;
    width: 710px;
    margin-left: 16px;
    z-index: 111;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.focus_box_top .bd h1 a {
    color: #fff;
}
.focus_box_top .bd div {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    height: 80px;
}

ul.focus_right_bottom{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
ul.focus_right_bottom li{
    width: 286px;
}
ul.focus_right_bottom li span{
    width: 286px;
    height: 161px;
    display: block;
    background-color: #000;
    position: relative;
}
ul.focus_right_bottom li span img{
    width: 286px;
    height: 161px;
    opacity: .7;
}
ul.focus_right_bottom li span i{
    width: 38px;
    height: 38px;
    background: url(../images_2025/video-icon.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
ul.focus_right_bottom li p{
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 10px;
}

.flex_between{
    display: flex;
    justify-content: space-between;
}
.width460{
    width: 460px;
}
.title_box{
    margin-top: 40px;
    align-items: center;
}
.title_box p{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}
.title_box p a{ color: #333; }
.title_box a{
    color: #666;
}
.title_box a:hover{
    color: #c00;
}


ul.ul_text{
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}
ul.ul_text li{
    padding: 5px 0;
    color: #d1d1d1;
}
ul.ul_text li a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.nowrap_box li{
    display: flex;
}
ul.nowrap_box li a:last-child{
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a.title_a{
    color: #db000e;
    font-weight: bold;
}

ul.video_box{
    margin-top: 20px;
}
ul.video_box li{
    width: 220px;
    height: 390px;
    position: relative;
    background-color: #000;
}
ul.video_box li img{
    width: 220px;
    height: 390px;
    opacity: .6;
}
ul.video_box li i{
    width: 38px;
    height: 38px;
    background: url(../images_2025/video-icon.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
ul.video_box li p{
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 2;
    padding: 0 10px;
}

.width430{
    width: 430px;
}
.hsmp_box{
    margin-top: 20px;
    width: 430px;
    height: 272px;
    position: relative;
}
.hsmp_box img{
    width: 430px;
    height: 272px;
}
.hsmp_box p{
    width: 430px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 80%);
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 20px 10px 0;
}

.xw_img{
    margin-top: 40px;
}

ul.ul_text2{
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}
ul.ul_text2 li{
    padding: 5px 0;
    color: #d1d1d1;
    display: flex;
    align-items: center;
}
ul.ul_text2 li img{
    width: 55px;
    height: 22px;
    margin-right: 10px;
}
ul.ul_text2 li a{
    flex: 1;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.h5_box{
    margin-top: 20px;
}
ul.h5_box li{
    width: 220px;
    height: 390px;
    position: relative;
}
ul.h5_box li img{
    width: 220px;
    height: 390px;
}
ul.h5_box li p{
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%);
    height: 70px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.hslt_box{
    width: 430px;
    height: 286px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.hslt_box .hd {
    height: 38px;
    border-radius: 196px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 1;
    bottom: 56px;
    right: 10px;
    padding: 0 16px;
}
.hslt_box .hd ul {
    zoom: 1;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hslt_box .hd ul li {
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: block;
    background: rgba(255, 255, 255, .5);
    border-radius: 6px;
    margin: 0 3px;
}
.hslt_box .hd ul li.on {
    width: 24px;
    background: rgba(255, 255, 255, 1);
	margin-top: 0;
}
.hslt_box .bd {
    height: 100%;
    z-index: 0;
}
.hslt_box .bd li {
    position: relative;
    width: 430px;
    height: 286px;
    zoom: 1;
}
.hslt_box .bd img {
    width: 430px;
    height: 242px;
}
.hslt_box .bd h1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
    z-index: 111;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.pphd_box{
    display: flex;
    flex-direction: column;
}
ul.pphd_box li{
    width: 430px;
    margin: 20px 0 6px;
}
ul.pphd_box li img{
    width: 430px;
    height: 242px;
}
ul.pphd_box li p{
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.healthy_box{
    flex-wrap: wrap;
}
.width440{
    width: 440px;
}
.img_box{
    margin-top: 20px;
    width: 440px;
    height: 249px;
    position: relative;
}
.img_box img{
    width: 440px;
    height: 249px;
}
.img_box p{
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%);
    height: 60px;
    padding: 20px 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer_grey{
    background-color: #f1f1f1;
    margin-top: 30px;
    padding-bottom: 40px;
}
.footer_title{
    font-size: 22px;
    font-weight: bold;
    padding-top: 30px;
}

.hzmt_box{
    font-size: 18px;
    line-height: 36px;
    margin-top: 8px;
}
.hzmt_box a{
    float: left;
    margin-right: 18px;
}

.foot-infor{
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    color: #555;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.aboutus{
    padding-top: 30px;
}
.footer_text{
    font-size: 14px;
}
.footer_img{
    display: flex;
    justify-content: center;
    padding-top: 14px;
    gap: 0 20px;
}

#newAppBox {
    width: 26px;
    top: 50%;
    right: 2px;
    margin: -220px 0 0;
    position: fixed;
    _position: absolute;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    line-height: 18px;
}

#newAppBox p {
    width: 26px;
    background-color: #e0e0e0;
    margin-top: 2px;
    position: relative;
}
#newAppBox p a{
    color: #666;
    padding: 10px 0;
    display: block;
}
#newAppBox p a:hover{
    color: #fff;
    background-color: #a8c1db;
}
#newAppBox p span{
    display: none;
    opacity: 0;
    width: 96px;
    height: 88px;
    background: url("../2021/images/ewm-bg.png") no-repeat;
    position: absolute;
    left: -100px;
    top: 50%;
    z-index: 9999;
    margin-top: -44px;
}
#newAppBox p span img{
    float: left;
    padding: 8px 0 0 8px;
    width: 72px;
    height: 72px;
}
#newAppBox p:hover span{
    display: block;
    opacity: 1;
}