.top_menu {
    width: 61%;
    padding-top: 9px;
    float: left;
}

.untns_top_menu p {
    padding-left: 37px;
    height: 50px;
    line-height: 42px;
    float: right;
    background: url(https://statics.untns.com/p/images/ph_logo_01.png) no-repeat left center;
    font-size: 20px;
    color: red;
    font-weight: 500;
    padding-top: 10px;
}

.logo {
    display: block;
    width: 170px;
    padding-top: 7px;
    float: left;
    margin-right: 2%;
}

.top_menu ul {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 26;
}

.top_menu li {
    width: 98px;
    font-size: 16px;
    color: #575757;
    cursor: pointer;
    float: left;
    background: #fff;
    text-align: center;
}

.top_menu li a:hover {
    border: 0;
    font-size: 18px;
    color: #e60012;
}

.top_menu li a {
    color: #575757;
    text-decoration: none;
    cursor: pointer;
}

.untns_top_menu {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.untns_top_ad {
    position: relative;
    width: 100%;
    min-width: 1000px;
    max-width: 1920px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.ad_box_02 {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 88.28%;
    transform: translateX(-50%);
}

.ad_tit {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
}

.ad_tit_01 {
    width: 37.5%;
    margin: 0 6.7%;
    text-align: center;
}

.ad_tit p {
    font-size: 36px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 1px 0 3px rgb(127, 0, 4);
    color: #fff;
}

.ad_tit b {
    color: #ffdb79;
}

.ad_tit p em {
    font-style: normal;
    color: #FFF;
}

.ad_tit span {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding-right: 28px;
}

.ad_tit_02 {
    width: 37.5%;
    margin: 0 6.7%;
    text-align: center;
}


.ad_item {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 2;
    display: flex;
    margin-bottom: 7px;
    justify-content: center;
}

.ad_item li {
    text-align: center;
    transition: transform .5s ease;
    width: 17.18%;
}

.ad_item li:hover {
    transform: translateY(-4px);
}

.ad_item li b {
    font-size: 20px;
    padding-top: 8px;
    line-height: 1;
    margin-bottom: 6px;
    color: #d30107;
    float: left;
    width: 100%;
}

.ad_item li span {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #5e0003;
}

.list_menu {
    width: 100%;
    background: #ef2d36;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.list_menu_ul {
    min-width: 1000px;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

.list_menu_ul li {
    width: 8.8%;
    padding-top: 3px;
    float: left;
    margin-right: 1px;
    margin-top: 5px;
}

.list_menu_ul li a {
    height: 40px;
    line-height: 40px;
    margin-top: -3px;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #fff;
}
.list_menu_ul li a:hover{
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    color: #ef2d36;
    font-weight: bold;
}



.list_menu2 {
    width: 100%;
    position: fixed;
    top: 0;
    background: #ef2d36;
    height: 50px;
    line-height: 50px;
    z-index: 999;
}

.list_menu_ul2 {
    min-width: 1000px;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

.list_menu_ul2 li {
    width: 8.8%;
    padding-top: 3px;
    float: left;
    margin-right: 1px;
    margin-top: 5px;
}

.list_menu_ul2 li a {
    height: 40px;
    line-height: 40px;
    margin-top: -3px;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #fff;
}
.list_menu_ul2 li a:hover{
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    color: #ef2d36;
    font-weight: bold;
}
/*.list_menu_ul li a:hover {*/
/*  background: #d71019;*/
/*  font-weight: bold;*/
/*}*/

.list_menu_sf {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #e3e3e3;
}

.list_menu_sf h4 {
    font: bold 16px / 26px 'microsoft yahei';
    color: #ef2d36;
    width: 71px;
    height: 26px;
    border: 1px solid #ef2d36;
    border-radius: 4px;
    margin-top: 29px;
    padding: 0 15px;
    text-align: center;
    float: left;
}

.list_menu_sf ul {
    height: 100%;
    width: 90%;
    float: right;
}

.list_menu_sf ul li {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    margin-right: 1.6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_menu_sf ul li a:hover {
    color: red;
}

.list_content {
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1920px;
    height: auto;
    padding: 1.5% 0 0;
    position: relative;
}


.list_content_left {
    margin-bottom: 2%;
    width: 66%;
    float: left;
}

.list_menu_Navigation {
    width: 100%;
    margin-bottom: 28px;
}

.menu_Navigation_p {
    font: 12px / 1.2 'Microsoft Yahei';
    color: #999;
    padding-left: 20px;
    background: url(https://statics.untns.com/p/images/spild.png) no-repeat left -80px;
    line-height: 30px;

}


.list_menu_Navigation a {
    margin: 0 4px;
    color: #999;

}

.list_menu_Navigation b:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    text-align: center;
    border-width: 1px 1px 0 0;
    border-color: #999;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    margin-top: 11px;
}

.list_menu_Navigation b.nb {
    padding: 0 10px;
}

.lh_lists h1 {
    margin-bottom: 16px;
    font: bold 20px / 1.2 'microsoft yahei';
    color: #333;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.lh_lists h1 span {
    border-bottom: 2px solid #ef2d36;
    padding-bottom: 10px;
}


.lh_lists_p {
    font: 14px / 1.8 'microsoft yahei';
    color: #333;
}

.lh_lists_p a {
    margin-right: 0;
    width: 7.2%;
    display: inline-block;
    zoom: 1;
    text-align: center;
}

.lh_lists_p a.on {
    color: #e60012;
    font-weight: bold;
}

.lh_lists_p a:hover {
    color: #e60012;
    font-weight: bold;
}

.lh_lists_p span {
    color: #bfbfbf;
    margin: 0 10px 0 15px;
}

.clearboth {
    clear: both;
    height: 2px;
    overflow: hidden;
}

.lh_lists_con {
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    background-color: rgb(246, 246, 246);
    margin: 10px 0 34px 0;
    padding: 26px 0 16px 0;
    float: left;
}

.lh_lists_con a {
    height: 30px;
    font: 14px / 30px 'microsoft yahei';
    color: #333;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 10px;
    display: block;
    float: left;
    text-align: center;
    border-radius: 5px;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    background: #fff;
    padding: 0 5px;
}

.lh_lists_con a:hover {
    color: #ef2d36;
}

.lh_lists_con a.on {
    color: #ef2d36;
}

.lh_lists_content {
    width: 100%;
    margin-top: 25px;
    clear: both;
}

.lh_lists_content a:hover {
    color: #ef2d36;
}

.lh_lists_content_hot {
}

.lh_lists_content_hot li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dashed 1px #E6E6E6;
    height: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}

.lh_lists_content_hot li span {
    float: right;
    font-size: 14px;
    color: #666;
    padding-left: 50px;
    background: #fff;
}

.lh_lists_content_hot li em {
    width: 65px;
    font-size: 14px;
    display: inline-block;
    zoom: 1;
    height: 24px;
    color: #fff;
    text-align: center;
    background: #ef2d36;
    font-style: normal;
    border-radius: 4px;
    margin-right: 7px;
}

.lh_lists_content_hot li a {
    color: #000;
}

.lh_lists_content_list {
}

.lh_lists_content_list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dashed 1px #E6E6E6;
    height: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}


.lh_lists_content_list li span {
    float: right;
    font-size: clamp(14px, 0.9vw, 16px);
    color: #666;
    padding-left: 50px;
    background: #fff;
}

.lh_lists_content_list li em {
    width: 65px;
    font-size: 14px;
    display: inline-block;
    zoom: 1;
    height: 24px;
    color: #fff;
    text-align: center;
    background: #ef2d36;
    font-style: normal;
    border-radius: 4px;
    margin-right: 7px;
}

.lh_lists_content_list li a {
    color: #000;
}

.lh_lists_content_list a.lis_olistCatename:hover {
    color: #e60012;
}

.lh_lists_content_list li a.lis_olistCatename {
    color: #999;
    margin-right: 7px;
}

.hotlv {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.lh_list_pagebox {
    vertical-align: middle;
    text-align: center;
    height: 70px;
    padding-top: 15px;
}

.lh_list_pagebox p {
    display: inline-block;
    vertical-align: middle;
}

.lh_list_pagebox p a {
    display: inline-block;
    font: 14px / 28px "Microsoft YaHei";
    text-indent: 0;
    padding: 0 9px;
    height: 28px;
    border: 1px solid #ddd;
    margin-right: 6px;
    text-align: center;
    color: #666;
    background: #fff;
}

.lh_list_pagebox p span {
    display: inline-block;
    font: 14px / 28px "Microsoft YaHei";
    text-indent: 0;
    padding: 0 9px;
    height: 28px;
    border: 1px solid #f24443;
    margin-right: 6px;
    text-align: center;
    color: #fff;
    background: #f24443;
    border-radius: 3px;
}

.lh_list_pagebox p a:hover {
    background: #f24443;
    color: #fff;
}

.list_content_right {
    width: 30%;
    float: right;
}

.slideBox {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.ad_02 {
    width: 100%;
    font-size: 14px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.ad_box {
    display: block;
    width: 100%;
}

.ad_box ul {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ad_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ad_box ul li {
    width: 100%;
    height: 100%;
    list-style: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ad_box ul li img {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    animation: fadeIn 1s;
}



.ad_title {
    position: absolute;
    bottom: 14px;
    width: 100%;
    text-align: center;
}

.ad_title p {
    width: 100%;
    margin: 0 42%;
}

.ad_title p a:before {
    content: '';
    display: block;
    height: 12px;
    width: 12px;
}

.ad_title p a {
    overflow: hidden;
    margin: 0 5px;
    border-radius: 50%;
    background: #000;
    text-indent: 100px;
    cursor: pointer;
    opacity: 0.3;
    height: 12px;
    width: 12px;
    float: left;
}

.ad_title p a.on {
    background: red;
    opacity: 1;
}

.lcr_zhenti_ad {
    width: 100%;
    float: left;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);

}

.lcr_zhenti_ad h4 {
    font-size: 18px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right, #FF6317, #E60012);
    border-radius: 10px 10px 0 0;
    color: #fff;
    margin-bottom: 10px;
}

.lcr_zhenti_ad h4 span {
    padding: 0 15px;
}

.lcr_zhenti_ad h4 a {
    font-size: 14px;
    color: #fff;
    float: right;
    margin-right: 20px;
}

.lcr_zhenti_ad_ul {
    width: 100%;
    margin: 0;
    padding: 0 10px 20px 10px;
}

.lcr_zhenti_ad_ul li {
    float: left;
    width: 95%;
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px dashed #E6E6E6;
    padding: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lcr_zhenti_ad_ul li:last-child {
    border-bottom: none;
}

.lcr_zhenti_ad_ul li:hover {
    white-space: normal;
}

.lcr_zhenti_ad_ul_sc {
    font-size: 12px;
    background: linear-gradient(to right, #FF6317, #E60012);
    border-radius: 5px;
    color: #FFF;
    padding: 5px;
    margin-right: 5px;
}

.lcr_zhenti_ad_ul li a:hover {
    color: red;
    text-decoration: underline;
}

.lcr_djs {
    max-width: 520px;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    clear: both;
}
.lcr_djs img{
    width: 100%;
    border: none;
}



.lcr_djs_02 {
    max-width: 520px;
    padding-bottom: 30px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    clear: both;
}

.lcr_djs_02 img {
    display: block;
    width: 100%;
    border: 0;
}

.readMore {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    border-radius: 100px;
    background: linear-gradient(to right, #fb5a28, #e60012);
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    clear: both;
}

.fixOut {
    position: fixed;
    top: 50px;
    z-index: 14;
    width: 27%;
}

.infixed {
    position: fixed;
    top: unset;
    z-index: 14;
    width: 27%;
    bottom: 346px;
}

.slide {
    display: none;
}

.active {
    display: block !important;
    opacity: 1;
}


.untns_footer_01 {
    background: #464646;
    height: auto;
    margin-top: 10px;
    clear: both;
}

.untns_footer_01_content {
    color: #fff;
}

.untns_footer_01_content a {
    color: #fff;
}

.untns_footer_01_c_01 {
}

.untns_footer_01_c_01_t {
    padding: 20px 0;
    border-bottom: 2px solid #656565;
    color: #d0d0d0;
}

.untns_footer_01_c_01_t span {
    cursor: pointer;
}

.untns_footer_01_c_01_t span.on {
    color: #FFF;
}

.untns_footer_01_c_01_t span {
    font-size: 18px;
    padding-right: 20px;
}

.untns_footer_01_c_01_c {
}

.untns_footer_01_c_01_c li {
    float: left;
    font-size: 16px;
    padding-right: 20px;
}

.untns_footer_01_c_01_c li a {
    color: #d0d0d0;
}

.untns_footer_01_c_02 {
}

.untns_dbwl {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    padding: 40px 0;
}

.untns_dbwl_l {
    flex: 1;
    background: none;
    width: 11.6%;
    float: left;
}

.l_03 {
    width: 26%;
    float: left;
}

.l_03 dl {
    margin-right: 13%;
    float: left;
}

.l_03 dl.l_03_d {
    margin: 0;
    float: left;
}

.l_03 dl dt {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 6px;
}

.l_03 dl dd {
    width: 120px;
    height: 120px;
}

.l_03 dl img {
    display: block;
    width: 100%;
    height: 100%;
}


.untns_dbwl_l dl {
    width: 100%;
    height: auto;
}

.untns_dbwl_l dt {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
}

.untns_dbwl_l dd {
    line-height: 28px;
    font-size: 14px;
    color: #d0d0d0;
}

.untns_dbwl_l dd a {
    display: block;
    height: 28px;
    font-size: 14px;
    color: #d0d0d0;
}


.untns_footer_02 {
    background: #313030;
    align-items: center;
    height: 60px;
    padding: 10px 0;
}

.untns_footer_02 p {
    text-align: center;
    color: #666;
    padding: 5px;
}

.untns_footer_02 p a {
    color: #666;
    padding: 5px;
}

.number-display {
    counter-reset: number;
    display: inline-block;
    animation: increaseNumber 5s forwards; /* 动画持续5秒，forwards保持结束状态 */
}

.number-display::after {
    content: counter(number);
}


.untns_dbtel {
    padding-left: 57px;
    margin-top: 16px;
    background: url("https://statics.untns.com/p/images/ph_j.png") no-repeat left top;
}

.untns_dbzx {
    background: url("https://statics.untns.com/p/images/kf_l.png") no-repeat left top;
}

.untns_dbtel span {
    display: block;
    line-height: 16px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #d0d0d0;
}

.untns_dbtel p {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
}

.untns_dbtel a {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

.untns_f_advice {
    margin-top: 10px;
    color: #666;
}


@media screen and (max-width: 1300px) {
    .list_content_right {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .list_content_left {
        width: 100%;
    }
    .lh_left{
        width: 96% !important;
    }
}


@keyframes increaseNumber {
    from {
        counter-increment: number 0;
    }
    to {
        counter-increment: number 100;
    }
}

/*图片进场特效*/
@keyframes fadeIn {
    from { opacity: 0.5; }
    to { opacity: 1; }
}
