@charset "utf-8";
/*头部*/
.header-con{background-color: #bd2d39;height: 130px;}
.header .logo{width: 594px;padding-top: 25px;}
.header .logo img{width: 100%;height: auto;}
.header .header-r{/* overflow: hidden; */position: relative;padding: 43px 0;}
.header .header-r .hr-l{position: absolute;right: 35px;width: 224px;line-height: 44px;}
.header .header-r .hr-l a{float: left;color: #fff;font-size: 16px;padding: 0px 15px;}
.header .header-r .hr-r{/* position: relative; */overflow: hidden;}
.header .search_on{background: url(2025hnnd_ltx_search_btn.png) no-repeat center;width: 25px;height: 44px;display: block;position: absolute;right: 0;}
.header .search {width: 344px;height: 44px;border-radius: 22px;overflow: hidden;border: 1px solid rgb(255, 255, 255, .4);box-sizing: border-box;right: -350px;position: relative;transition: all ease 1s;top: 0;}
.header .search .search-txt {display:block;float: left;border: 0;width: 270px;height: 44px;background: #bd2d39;padding-left:20px;font-size: 16px;line-height: 42px;outline: none;cursor: text;color: #fff;}
.header .search .search-btn {display:block;float: left;border: 0;width: 50px;height: 42px;background: #bd2d39 url(2025hnnd_ltx_search_btn.png) no-repeat center;outline: none;cursor: pointer;}
.header .search input[name="searchWord"]::-webkit-input-placeholder {color: #fff;}
.header .search input[name="searchWord"]:-moz-placeholder{color: #fff;}
.header .search input[name="searchWord"]::-moz-placeholder{color: #fff;}
.header .search input[name="searchWord"]:-ms-input-placeholder{color: #fff;}
.header .search.search_on_hover{right: 0;position: relative;}

/* 导航条 */
.nav>li{float: left;position: relative;width: 16.66%;line-height: 70px;text-align: center;height: 70px;}
.nav>li.on{background:url(2025hnnd_ltx_sanjiao.png)no-repeat center bottom;}
.nav>li>a{font-size: 24px;}
.nav-sub{position: absolute;margin-top: 8px;top: 62px;display: none;overflow:hidden;box-sizing: border-box;background: #82151e;right: 0;left: 0;width: 75%;margin-left: 12.5%;padding: 20px 45px 35px 35px;z-index: 9;}
.nav-sub li{text-align:center;line-height: 45px;background: #82151e url(2025hnnd_ltx_dian01.png)no-repeat left center;padding-left: 20px;}
.nav-sub li a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom: 1px solid rgb(194, 96, 96);font-size: 18px;color: #fff;}
.nav-sub li:last-child{border-bottom:none;}
.nav-sub li:hover a{color:#d0acac;}

/*手机端头部*/
.app_btn{background: url(app_btn.png) no-repeat center;width: 40px;height: 40px;display: none;position: absolute;background-size:cover !important;}
.app_header{position:fixed;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;right: -100vw;}
.app_btn.on{background: url(app_btn_close.png) no-repeat center;z-index: 1000;top: 50%;margin-top: -20px;}
.app_search form{background-color: #f5f5f5;line-height: 44px;height: 44px;font-size: 14px;border-radius: 20px;}
.app_search{width: 80%;margin:0 auto;margin-top: 30px;}
.app_nav{padding:20px 40px;width:80%;margin:0 auto;margin-top:20px;overflow-y: auto;height: 70%;}
.app_nav::-webkit-scrollbar{width: 2px;}
.app_nav::-webkit-scrollbar-track{border-radius: 2px;background: #f4f4f4;}
.app_nav::-webkit-scrollbar-thumb{border-radius: 2px;background: #b0b0b0;}
.app_nav>ul>li{border-bottom: 1px solid #bd2d39;line-height:50px;position: relative;/* padding-left: 20px; */}
.app_nav>ul>li>span>a{font-size:18px;color:#fff}
.app_nav>ul>li>i{float: right;width: 50px;height: 50px;background-size: 15px 15px !important;background: url(2025hnnd_ltx_arrow_down.png) center no-repeat;position: absolute;right: -17px;}
.app_nav>ul>li.on>i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}
.app_nav_sub{display: none;}
.app_nav_sub li{height: 40px;line-height: 40px;}
.app_nav_sub li a{font-size: 14px;color: #f2a6ad;}

/*banner*/
.banner{height: 480px;}
.banner ul li img{width: 100%;height: 480px;}
.slideBox{position:relative;overflow: hidden;width: 100%;}
.slideBox .bd{position:relative;height:100%;z-index:0;width: 100%;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li a { display: block;position: relative;}
.slideBox .bd li img{ width:100%; display:block;}
.slideBox .prev,.slideBox .next{position: absolute;left: 0px;top: 0;display: none;width: 40px;height: 80px;overflow:hidden;cursor:pointer;background: url(2025hnnd_ltx_prev.png) no-repeat center;z-index: 9;top: 50%;margin-top: -40px;}
.slideBox .next{left: auto;right: 0px;background: url(2025hnnd_ltx_next.png) no-repeat center;}

.con1{margin-top: 15px;overflow: hidden;}
.con-tit{border-bottom: 1px solid #efefef;margin-bottom: 20px;height: 51px;}
.con-tit>a{font-size: 24px;color: #ae0715;border-bottom: 3px solid #ae0715;line-height: 50px;height: 51px;box-sizing: border-box;display: inline-block;font-weight: bold;float: left;}
.con-tit .more{float: right;font-size: 14px;line-height: 50px;}

.con1-l{width: 955px;float: left;width: 68.21%;}
.slideBox01{height: auto;width: 540px;float: left;width: 56.54%;}
.slideBox01 .bd li img{height:360px;}
.slideBox01 .prev,.slideBox01 .next{top: 140px;margin-top: 0px;}
.slideBox01 .bd li .slide-con{background: #f8fbfa;padding: 13px 20px 20px 20px;}
.slideBox01 .bd li .slide-con a{font-size: 16px;line-height: 43px;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.slideBox01 .bd li .slide-con p{font-size: 16px;line-height: 30px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-indent: 2rem;color: #666;}

.con1-list{width: 380px;float: right;width: 39.79%;}
.con1-list ul li{margin-bottom: 20px;}
.con1-list ul li:last-child{margin-bottom:0px;}
.con1-list ul li a{font-size: 18px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;line-height: 18px;}
.con1-list ul li span{font-size: 14px;color: #666666;line-height: 26px;}

.con1-r{width:415px;float:right;width: 29.64%;}
.con1-r-box ul li{margin-bottom: 20px;height: 66px;}
.con1-r-box ul li:last-child{margin-bottom:0px;}
.con1-r-box ul li a{float: right;font-size: 18px;line-height: 25px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;width: calc(100% - 85px);box-sizing: border-box;margin: 8px auto;}
.con1-r-box ul li span{width: 65px;float: left;text-align: center;}
.con1-r-box ul li span .time-01{display: block;background-color: #c01a1e;color: #fff;font-size: 24px;height: 33px;width: 100%;line-height: 33px;}
.con1-r-box ul li span .time-02{display: block;background-color:#f8f8f8;font-size: 14px;height: 33px;width: 100%;line-height: 33px;}

.con2{margin-top: 15px;overflow: hidden;}
.con2-l{width: 955px;float: left;width: 68.21%;}
.con2-l .con-tit{margin-bottom: 10px;}
.con2-l .hd{margin-left: 150px;}
.con2-l .hd ul *{float: left;line-height: 50px;}
.con2-l .hd ul li.on a{color: #ae0715;}
.con2-l .hd ul span{margin: 0 15px;}
.con2-l .bd .bd_new ul li{height: 100px;border-bottom: 1px dashed #d9d9d9;box-sizing: border-box;padding: 20px 0;width: calc(50% - 20px);float: left;margin-right: 20px;}
.con2-l .bd .bd_new ul li:nth-child(2n){margin-right:0px;margin-left:20px;}
.con2-l .bd .bd_new ul li span{text-align: center;width: 78px;float: left;}
.con2-l .bd .bd_new ul li span .time-01{display: block;font-size: 24px;color: #ae0715;font-weight: bold;}
.con2-l .bd .bd_new ul li span .time-02{display: block;font-size: 14px;color: #a4a4a4;}
.con2-l .bd .bd_new ul li a{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;width: calc(100% - 80px);float: right;border-left: 1px solid #d9d9d9;box-sizing: border-box;height: 48px;line-height: 24px;font-size: 18px;padding-left: 25px;margin-top: 4px;}

.con2-r{width:415px;float:right;width: 29.64%;}
.con2-r-box ul li{background-color: #e6e6e6;margin-bottom: 10px;text-align: center;}
.con2-r-box ul li a{font-size: 24px;font-family: "Source Han Serif CN";line-height: 90px;color: #ae7e46;font-weight: bold;}
.con2-r-box ul li a img{margin-right: 20px;}
.con2-r-box ul li:nth-child(2) a{color: #b94b4c;}
.con2-r-box ul li:nth-child(3) a{color: #3f87ac;}

.con3{margin-top: 15px;overflow: hidden;margin-bottom: 20px;}
.con3-l{width: 685px;width: calc(50% - 15px);float: left;}
.con3-r{float: right;}
.slideBox03{width: 340px;height: 250px;position: relative;float: left;width: 49.64%;}
.slideBox03 .hd ul{position: absolute;right: 15px;bottom: 15px;z-index: 2;}
.slideBox03 .hd ul li { width: 7px; height: 7px; overflow: hidden; border-radius: 5px; background-color: #fff;float: left;margin-left: 5px;font-size: 0px;}
.slideBox03 .hd ul li.on{ background:#ab0004; color:#fff; }
.slideBox03 .bd ul li{width: 100%;height: 250px;position: relative;}
.slideBox03 .bd li a{height:100%;}
.slideBox03 .bd ul li img{width: 100%;height: 100%;}
.slideBox03 .bd ul li p{position: absolute;bottom: 0;background: url(2025hnnd_ltx_pbg.png)no-repeat;width: 100%;height: 40px;line-height: 40px;padding: 0px 75px 0px 10px;box-sizing: border-box;background-size: 100%;}
.slideBox03 .bd ul li p a{color: #fff;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;}

.con3-list{float: right;width: 325px;width: 47.45%;}
.con3-list ul li{margin-bottom:10px;}
.con3-list ul li a{font-size: 18px;line-height: 18px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;}
.con3-list ul li span{font-size: 14px;color: #666;line-height: 28px;}

/* 底部 */
.footer{background-color: #bd2d39;padding: 30px 0 35px 0;/* overflow: hidden; */}
.footer .footer-l{width: 46%;float: left;padding-left: 100px;box-sizing: border-box;padding-top: 8px;}
.footer p, .footer a{color: #fff;font-size: 14px;line-height: 30px;}
.footer a:hover{color: #f0959c;}
.footer .footer-c{width: 28.43%;float: left;padding-left: 40px;box-sizing: border-box;}
.footer .footer-c p{font-size: 18px;margin-bottom: 15px;line-height: 20px;}
.footer .footer-c ul li{width: 150px;height: 30px;border: 1px solid #fff;box-sizing: border-box;line-height: 28px;float: left;margin-right: 18px;margin-bottom: 12px;text-align: center;}
.footer .footer-c ul li:nth-child(3),.footer .footer-c ul li:nth-child(4){margin-bottom:0px;}

.footer-r{float: right;padding-right: 15px;padding: 40px 15px;}
.footer-r ul li{float: left;position: relative;height: auto;margin-right: 30px;}
.footer-r ul li:hover .footer-ewm{display: block;}
.footer-r ul li .footer-ewm{display: none;position: absolute;background: url(2025hnnd_ltx_sanjiao01.png)no-repeat center bottom;top: -102px;height: 90px;padding-bottom: 8px;left: 50%;margin-left: -45px;}
.footer-r ul li .footer-ewm img{width:90px;height:90px;}
@media only screen and (max-width: 1400px){
    .footer .footer-l{width: 100%;padding: 0;float: none;text-align: center;}
    .footer .footer-c{float: none;margin: 0 auto;margin-top: 10px;width: 318px;padding-left: 0px;}
    .footer .footer-c ul li:nth-child(2n){margin-right:0px;}
    .footer-r{width: 140px;float: none;margin: 0 auto;padding-top: 20px;}
    .footer-r ul li:last-child{margin-right:0px;}
}
@media only screen and (max-width: 1000px){
    .header{position: fixed;width:100%;background: #bd2d39;height: 101px;z-index: 100;box-sizing: border-box;border-bottom: 1px solid #ce646d;top: 0;padding-top: 0px;}
    .app_btn{position: absolute;right: 10px;top: 50%;margin-top: -20px;display: block;}
    .app_header{top:101px;}
    .app_header.on{right: 0;width:100%;height: calc(100% - 101px);background: #bd2d39;z-index: 0;margin-top: 101px;top: 0;}
    .header-con{height:100px;}
    .header .logo{line-height: 100px;height: 100px;padding-top: 0px;}
    .header .logo img{width: 400px;height: auto;}
    .header .app_search {width: 80%;height: 44px;border-radius: 22px;background-color: rgb(255 255 255 / 10%);overflow: hidden;border: 1px solid rgb(255, 255, 255, .4);box-sizing: border-box;margin-top: 12px;}
    .header .app_search .search-txt {display:block;float: left;border: 0;width: calc(100% - 50px);height: 44px;background:transparent;padding-left:20px;line-height: 44px;outline: none;cursor: text;box-sizing: border-box;}
    .header .app_search .search-btn {display:block;float: left;border: 0;width: 50px;height: 44px;background: url(2025hnnd_ltx_search_appbtn.png) no-repeat center;outline: none;cursor: pointer;}
        

    .header .header-r .hr-l,
    .header .header-r .hr-r,
    .header .menu{display: none;}

    .con1-l{width:100%;}
    .con1-r{width:100%;}
    .con1-r-box ul li{width:calc(50% - 15px);float:left;margin-right:30px;}
    .con1-r-box ul li:nth-child(2n){margin-right:0px;}
    .con2{margin-top:0px;}
    .con2-l{width: 100%;}
    .con2-r{width:100%;}
    .con2-r-box ul li{width:calc(33.33% - 10px);float:left;margin-right:15px;}
    .con2-r-box ul li:last-child{margin-right:0px;}
    .con3-l{width:100%;}

    .banner{height: 400px;margin-top: 101px;}
    .banner .bd li img{height: 400px;}
    .slideBox01 .bd li img{height:300px;}
    .slideBox03, .slideBox03 .bd ul li{height:300px;}

    .con3-l{margin-bottom: 20px;}
}
@media only screen and (max-width: 680px){
    .banner, .banner .bd li img{height: 300px;}
    .slideBox01{width: 100%;margin-bottom: 10px;}
    .con1-list{width: 100%;margin-bottom: 10px;}
    .con1-r-box{margin-bottom: 10px;}
    .con1-r-box ul li{width: 100%;margin-right: 0px;}
    .con2-l .bd .bd_new ul li{width: 100%;margin: 0 auto !important;}
    .con2-r{margin-top: 20px;}
    .slideBox03{width: 100%;margin-bottom: 10px;}
    .con3-list{width: 100%;}
    .con3-l{margin-bottom: 0px;}
    .con3{margin-bottom: 10px;margin-top: 10px;}
}
@media only screen and (max-width: 560px){
  .con2-r-box ul li{width: 100%;}
}
@media only screen and (max-width: 520px){
    .header{height:81px;}
    .header .logo, .header-con{height:80px;line-height: 80px;}
    .banner{margin-top:81px;}
    .header .logo img{width:300px;}
    .app_header{top: 81px;}
    .app_btn{width:30px;height:30px;margin-top: -15px;}
    .app_btn.on{margin-top:-15px;}
    .app_header.on{height: calc(100% - 81px);margin-top: 81px;}

    .banner,.banner .bd li img{height:250px;}
}

@media only screen and (max-width: 420px){
    .banner, .banner .bd li img{height:200px;}
   .slideBox03, .slideBox03 .bd ul li, .slideBox01 .bd li img{height:250px;}
}