body {
    color: #333;
    font-size: 14px;
    font-family:"微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
    margin:0 auto;
    position:relative;
    overflow-x: hidden;
}
.slick-prev:before, .slick-next:before, .slick-dots li button:before {
    display: none;
}
.img-hide {
    overflow:hidden;
    display: block;
}
.img-hide img {
    transition: 0.3s all;
    transform: scale(1, 1);
}
.img-hide:hover img {
    transform: scale(1.05, 1.05);
}
.txt-elise {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
li {
    list-style:none;
}
a {
    color: #333;
}
.article-p video {
    width:50% !important;
    height:auto !important;
}
ul {
    padding:0;
    margin:0;
}
a:hover, a {
    text-decoration:none !important;
}
a:focus {
    text-decoration:none !important;
    outline: none !important;
}
button:focus, button:hover, input:focus {
    outline: none!important;
}
p {
    margin:0;
}
img {
    max-width:100%;
    display: inline-block;
    vertical-align: middle;
}
.tab-content {
    position: relative;
}
.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: 0.5s all;
}
.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter:alpha(opacity=100);
}
.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}
.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}
.cross {
    margin-top: -8px;
}
.cross .bar {
    margin:13px auto;
}
.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
    opacity: 0;
}
.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}
.container {
    width: 1440px;
}

.header {
    height:120px;
    background: url(../2025_img/header.png) center no-repeat;
    background-size: cover;
}
.logo {
    height: 120px;
    line-height: 120px;
}
.header-a a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    line-height: 34px;
    padding-left: 40px;
    margin-left: 30px;
}
.header-a01 {
    background: url(../2025_img/icon01.png) left center no-repeat;
}
.header-a02 {
    background: url(../2025_img/icon02.png) left center no-repeat;
}
.header-a03 {
    background: url(../2025_img/icon03.png) left center no-repeat;
}
.header-right {
    padding-top: 45px;
}
.search-box-c {
    position: relative;
    width: 220px;
    margin-left: 30px;
}
.search-box-c .form-control {
    width: 100%;
    border:solid 1px #ebc8c2;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    background: none;
    box-shadow: none;

margin-top:3px;
padding:15px;
}
.search-box-c .form-control::-webkit-input-placeholder {
    color:rgba(255, 255, 255, 0.7);
}
.search-box-c .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color:rgba(255, 255, 255, 0.7);
}
.search-box-c .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color:rgba(255, 255, 255, 0.7);
}
.search-box-c .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color:rgba(255, 255, 255, 0.7);
}
.btn-search {
    position: absolute;
    right: 0;
    top: 0;
    top: 0;
    bottom: 0;
    border:solid 1px #ebc8c2;
    background: #ebc8c2;
    border-radius: 30px;
    color: #a01c00!important;
    width: 72px;
padding: 5px 0 25px 0;
margin-top:3px
}
.nav-list li {
    float: left;
    white-space:nowrap;
    width: 9%;
    position: relative;
    z-index: 100;
}
.nav-list li a {
    display: block;
    line-height: 48px;
    font-size: 18px;
    color: #971f06;
    font-weight: bold;
}
.nav-list li:hover a {
    background: #971f06;
    color: #fff;
}
.nav-list .active {
    background: #971f06;
    color: #fff;
}
.nav-down {
    position: absolute;
    display: none;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 100%;
    background: rgba(151, 31, 0, 0.5);
}
.nav-down li {
    float: none;
    width: 100%;
}
.nav-down li a {
    display: block;
    padding:0 10px;
    font-size: 15px;
    color: #fff;
    border-bottom: solid 1px #c66951;
    font-weight: normal;
    background: none!important;
}
.nav-down li a:hover {
    background: #971f06!important;
}
.nav-list li:hover .nav-down {
    display: block;
}
.banner {
    margin:0;
    overflow:hidden;
}
.banner img {
    width: 100%;
    height:616px;
}
.banner .slick-dots {
    bottom: 30px;
}
.banner .slick-dots li, .banner .slick-dots li button {
    width: 39px;
    height: 32px;
}
.banner .slick-dots li button {
    background: url(../2025_img/li01.png) center no-repeat;
}
.banner .slick-dots li.slick-active button {
    background: url(../2025_img/li02.png) center no-repeat;
}
.page-one {
    background: url(../2025_img/back01.png) center no-repeat;
    background-size: cover;
    padding:75px 0;
}
.img-slick {
    width: 50%;
    margin:0;
}
.img-slick a {
    display: block;
    position: relative;
    padding-top: 65%;
}
.img-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.txt-mask {
    position: absolute;
    left: 0;
    padding:50px 110px 0 30px;
    right: 0;
    bottom: 0;
    height: 140px;
    background: url(../2025_img/mask.png) center no-repeat;
    background-size: 100% 100%;
}
.mask-date {
    background: url(../2025_img/icon-date.png) left center no-repeat;
    color: #fff;
    padding-left: 22px;
}
.txt-mask-p {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.img-slick .swiper-pagination {
    right: 40px;
    left: auto;
    width: auto;
    bottom: 30px;
    color: #fff;
    font-size: 14px;
}
.img-slick .swiper-pagination-current {
    font-size: 24px;
}
.title {
    background: #f8e9e6;
    padding-right: 12px;
    line-height: 43px;
    font-size: 20px;
    color: #fff;
}
.news-right {
    width: 46.4%;
}
.title span {
    width: 172px;
    position: relative;
    background: url(../2025_img/tt-back.png) center no-repeat;
    padding-left: 45px;
    display: inline-block;
    line-height: 43px;
}
.title i {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 43px;
}
.title a {
    float: right;
    font-size: 14px;
    color: #ae1c1c;
    line-height: 43px;
    /* padding-left: 65px; */
    padding-right: 64px;
    background: url(../2025_img/more.png) right center no-repeat;
}


.news-ul li a {
    display: block;
    position: relative;
    padding-right: 100px;
    border-bottom: solid 1px #ddd;
    line-height: 60px;
    font-size: 17px;
    color: #333;
    padding-left: 18px;
    background: url(../2025_img/dian.png) left center no-repeat;
}
.news-ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #808080;
    font-size: 14px;
}
.news-ul li a:before {
    display: block;
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-top: solid 1px #b72607;
    transition:0.3s all;
}
.news-ul li a:hover:before {
    width: 100%;
}
.news-ul li a:hover {
    color: #b72607;
    font-weight: bold;
}
.news-ul li a:hover span {
    font-weight: normal;
    color: #b72607;
}
.page-tow {
    background: url(../2025_img/page-tow.png) center no-repeat;
    background-size: cover;
    padding:70px 0 55px 0;
}
.tow-left {
    width: 36%;
    padding-right: 50px;
}
.tz-ul li a {
    display: block;
    position: relative;
    padding-right: 100px;
    font-size: 17px;
    color: #333;
    line-height: 60px;
    background: url(../2025_img/icon-list.png) left center no-repeat;
    padding-left: 25px;
}
.tz-ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #4c4c4c;
    font-size: 14px;
}
.page-tow .title {
    background: #f8f5f1;
    margin-bottom: 15px;
}
.news-top-img img {
    width: 180px;
    height: 117px;
}
.news-top-right {
    margin-left: 200px;
}
.news-top-tt a {
    font-size: 16px;
    color: #b72607;
}
.news-top-tt {
    line-height: 25px;
    height: 50px;
    overflow:hidden;
}
.news-top-p {
    color: #333;
    line-height: 25px;
    height: 50px;
    overflow:hidden;
    margin-top: 15px;
}
.news-top {
    margin-top: 35px;
    padding-bottom: 15px;
}
.tz-ul-sm li a {
    line-height: 50px;
    background: url(../2025_img/dian.png) left center no-repeat;
}
.tow-right {
    width: 28%;
}
.video-img {
    position: relative;
    padding-top: 85%;
}
.video-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-tt {
    background: #fff;
    font-size: 17px;
    color: #333;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 130px;
}
.video-img i {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../2025_img/play.png) center no-repeat;
}
.video-slick {
    margin:14px 0 0 0;
}
.page-three {
    background: url(../2025_img/page-three.png) center no-repeat;
    background-size: cover;
    padding:90px 0 50px 0;
}
.ll-tabs {
    background: #fff;
    margin-bottom: 13px;
}
.ll-tabs li {
    float: left;
    width: 50%;
}
.ll-tabs li a {
    display: inline-block;
    font-size: 17px;
    color: #666;
    line-height: 45px;
    height: 45px;
    position: relative;
}
.ll-tabs li.active a {
    color: #b72607;
    font-weight: bold;
    border-bottom: solid 2px #b72607;
}
.mt-list-label {
    background: #fff;
    height: 78px;
    position: relative;
    background: #fff;
    width: 120px;
}
.mt-list-label span {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    max-height: 50px;
    overflow:hidden;
    transform: translate(0, -50%);
    text-align: center;
    font-size: 15px;
    color: #ae1c1c;
}
.mt-list-right {
    margin-left: 125px;
    background: #fff;
    height: 78px;
    position: relative;
}
.mt-list-right p {
    position: absolute;
    font-size: 17px;
    color: #333;
    left: 0;
    line-height: 25px;
    max-height: 50px;
    overflow:hidden;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding:0 20px;
}
.mt-list {
    margin-top: 25px;
}
.mt-list li {
    margin-bottom: 10px;
}
.title-right {
    background: #b72607;
    color: #fff;
    font-size: 22px;
    line-height: 43px;
}
.title-right i {
    padding-right: 10px;
}
.wh-list li {
    float: left;
    width: 50%;
    padding:0 15px;
    margin-bottom: 15px;
}
.wh-list li a {
    display: block;
    height: 165px;
    line-height: 20px;
    background: #f0e3e0;
    padding-top: 20px;
    font-size: 20px;
    color: #a21c00;
}
.wh-list {
    padding:23px 0 0 0;
    margin:0 -15px;
}
.wh-list li a font {
    font-size: 12px;
}
.wh-list li a span {
    display: inline-block;
    padding-bottom: 10px;
}
.wh-list li:nth-child(2) a {
    background: #eee0f0;
    color: #a057c0;
}
.wh-list li:nth-child(3) a {
    background: #f3ebdb;
    color: #da8d00;
}
.wh-list li:nth-child(4) a {
    background: #f6ddd8;
    color: #b72607;
}
.tz-ul-sm-b li a {
    line-height: 53px;
}
.page-four {
    background: url(../2025_img/back04.png) center no-repeat;
    background-size: cover;
    padding:70px 0;
}
.page-four .title {
    background: rgba(255, 255, 255, 0.15);
}
.page-four .title span {
    background: url(../2025_img/tt-back02.png) center no-repeat;
    color: #b72607;
}
.page-four .title a {
    color: #fff;
    background: url(../2025_img/more02.png) left center no-repeat;
}
.four-list {
    position: relative;
    padding-top: 28%;
    margin-top: 40px;
}
.four-list li:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 36%;
}
.four-list li:nth-child(1) a {
    display: block;
    position: relative;
    height: 100%;
}
.four-list li a div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.four-list li:nth-child(2) {
    position: absolute;
    left: 36%;
    right: 23%;
    padding:0 20px;
    bottom: 0;
    top: 0;
}
.four-list li .four-tow div {
    height: 185px;
    position: static;
}
.four-list li .four-three div {
    height: 185px;
    position: static;
}
.four-list li .row {
    margin:0 -10px;
    margin-top: 22px;
}
.four-list li .col-xs-6 {
    padding:0 10px;
}
.four-list li:nth-child(3) {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 23%;
}
.four-list li:nth-child(3) a {
    display: block;
    position: relative;
    height: 100%;
}
.back-bottom {
    background: url(../2025_img/back-box.png) center no-repeat;
    background-size: cover;
    padding:80px 0;
}
.back-bottom .tz-ul-sm-b {
    padding-top: 10px;
    margin-bottom: 40px;
}
.zt-slick a {
    display: block;
    position: relative;
    padding-top: 41%;
    margin:0px 20px;
}
.zt-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.zt-slick {
    margin:50px -20px 0 -20px;
}
.footer {
    background: url(../2025_img/footer.png) center no-repeat;
    background-size: cover;
    padding-top: 40px;
}
.friends-box {
    position: relative;
    padding-left: 120px;
}
.friends-left {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
}
.friends-list li {
    margin-bottom: 10px;
    float: left;
    margin-right:28px;
}
.friends-list li a {
    display: block;
    border:solid 1px #b16354;
    font-size: 16px;
    color: #feefec;
    border-radius: 6px;
    padding:0 14px;
    line-height: 42px;
}
.friends-list li a:hover {
    background: #fff;
    color: #b72607;
    font-weight: bold;
}
.footer-bottom {
    border-top: solid 1px #ad513e;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.logo-b {
    padding-top: 25px;
}
.footer-p p {
    margin:0;
    line-height: 25px;
    color: #fff;
}
.footer-p {
    padding-left: 50px;
    width: 610px;
    border-left: solid 1px #ad513e;
    /* border-right: solid 1px #ad513e; */
    margin-left: 90px;
}
.footer-p p a {
    color: #fff;
}
.footer-right {
    font-size: 12px;
    color: #feefec;
    line-height: 25px;
}
.footer-right div {
    float: left;
    margin-left: 30px;
}
.footer-right div img {
    height: 104px;
    margin-bottom: 10px;
}
.tz-ul li a:hover {
    color: #ae1c1c;
}
.news-top-tt a:hover {
    font-weight: bold;
}
.mt-list li a:hover .mt-list-label {
    background: #b72607;
}
.mt-list li a:hover .mt-list-label span {
    color: #fff;
}
.mt-list li a:hover .mt-list-right {
    background: #f8e9e6;
}
.mt-list li a:hover .mt-list-right p {
    text-decoration: underline!important;
    color: #b72607;
}
.wh-list li a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.four-list li a div {
    transition:0.3s all;
}
.four-list li a:hover div {
    transform: scale(1.05, 1.05);
}
.search-top, .nav-click {
    display: none;
}
.header-a a:hover {
    color: #fff;
}
/***************标题列表页*****************/
 .banner-list {
    height: 400px;
    position: relative;
    padding-top: 335px;
}
.list-left {
    position: relative;
    width: 295px;
    z-index: 100;
    margin-top: -145px;
}
.list-left-top {
    background: rgba(183, 38, 7, 0.8);
    color: #fff;
    font-size: 34px;
    position: relative;
    line-height: 34px;
    padding-top: 25px;
    height: 110px;
}
.list-left-top:before {
    display: block;
    content:"";
    position: absolute;
    margin-top: 25px;
    margin-left: -15px;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 3px;
    background: #fff;
}
.list-left-nav li a {
    display: block;
    font-size: 20px;
    background: #b72607;
    color: #fff;
    padding-left: 40px;
    position:relative;
    line-height: 70px;
    border-bottom: solid 1px #b73e24;
}
.list-left-nav li a:before {
    display: block;
    content:"";
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    width: 9px;
    background: url(../2025_img/raw.png) center no-repeat;
}
.list-left-nav li a:hover, .list-left-nav li.active a {
    font-weight: bold;
}
.banner-list:before {
    display: block;
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 123px;
    background: url(../2025_img/banner-mask.png) center no-repeat;
    background-size: 100% 100%;
}
.nav-b {
    background: url(../2025_img/nav-b.png) left center no-repeat;
    padding-left: 30px;
    color: #fff;
    position: relative;
    z-index: 10;
    top:-80px;
}
.nav-b a {
    color: #fff;
}
.right-box {
    width: 1070px;
    padding-top: 20px;
    padding-bottom: 70px;
    min-height:450px;
}
.list-date {
    border:solid 1px #c3c3c3;
    padding-top: 17px;
    width: 122px;
    height: 122px;
    font-size: 16px;
    color: #b72607;
}
.list-date span {
    font-size: 40px;
}
.list-right {
    margin-left: 150px;
    padding-top: 10px;
    padding-right: 20px;
}
.list-right-tt {
    font-size: 20px;
    color: #333;
}
.list-right-p {
    color: #808080;
    line-height: 25px;
    height: 50px;
    overflow:hidden;
    margin-top: 10px;
}
.txt-list li {
    margin-bottom: 30px;
}
.txt-list li a {
    display: block;
}
.txt-list li a:hover {
    background: url(../2025_img/li-hover.png) center no-repeat;
    background-size: cover;
}
.txt-list li a:hover .list-date {
    border-color: transparent;
    color: #fff;
}
.txt-list li a:hover .list-right-tt, .txt-list li a:hover .list-right-p {
    color: #fff;
}
.page-box {
    margin-top: 70px;
}
.list-left-top-phone {
    display: none;
}
.lb-list li a {
    display: block;
    border-bottom: solid 1px #ddd;
    line-height: 77px;
    font-size: 18px;
    color: #333;
    position: relative;
    padding-right: 200px;
}
@media (max-width: 820px) {
    .lb-list li a {
        display: block;
        border-bottom: solid 1px #ddd;
        line-height: 77px;
        font-size: 18px;
        color: #333;
        position: relative;
        padding-right: 120px;
    }
}
.lb-list li a span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #333;
    opacity: 0.8;
}
.lb-list li a:before {
    display: block;
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition:0.3s all;
    border-top: solid 1px #b72607;
}
.lb-list li a:hover:before {
    width: 100%;
}
.lb-list li a:hover {
    color: #b72607;
    font-weight: bold;
}
/***************简介页***************/
 .about-box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-top: solid 3px #b72607;
    padding:35px;
}
.article-tt {
    font-size: 24px;
    color: #b72607;
    font-weight: bold;
    margin-bottom: 40px;
}
.article-p p {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 40px;
    margin-bottom: 40px;
}
.right-box-lg {
    width: 100%!important;
}
.about-box-lg {
    background: #f7f7f7;
}
.article-sm {
    color: #808080;
    border-bottom: solid 1px #ddd;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.article-sm span {
    padding:0 10px;
    display: inline-block;
}
.about-box-lg .article-p p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.img-lb img {
    width: 300px;
    height: 190px;
}
.img-list .list-right {
    margin-left: 340px;
}
.list-date-t {
    font-size: 18px;
    color: #b72607;
    margin-bottom: 10px;
}
.img-list .list-right-p {
    height:75px;
    margin-top: 25px;
}
.img-list li a {
    display: block;
    padding:30px 35px;
}
.img-list li a:hover .list-date-t {
    color: #fff;
}
.img-list .list-right {
    padding-right: 0;
}
.img-list li {
    margin-bottom: 0!important;
}
.img-ul li {
    float: left;
    width: 33.333333%;
    padding:0 14px;
    margin-bottom: 45px;
}
.img-ul {
    margin:0 -14px;
}
.img-top {
    position: relative;
    padding-top: 67%;
}
.img-top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.img-ul-tt {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}
.img-ul {
    padding-top: 20px;
}
.video-slick .slick-dots {
    left: auto;
    bottom: 25px;
    right: 15px;
    width: auto;
}
.video-slick .slick-dots li, .video-slick .slick-dots li button {
    padding:0;
    width: 12px;
    height: 12px;
}
.video-slick .slick-dots li button {
    background: url(../2025_img/dian02.png) center no-repeat;
}
.video-slick .slick-dots li.slick-active button {
    background: url(../2025_img/dian03.png) center no-repeat;
}
.title a:hover {
    font-weight: bold;
}
.video-slick a:hover .video-tt {
    color: #b72607;
}
.list-left-lg {
    margin-top: -110px;
}
@media(max-width: 1479px) {
    .container {
        width: 1180px;
    }
    .news-ul li a {
        line-height: 57px;
    }
    .tz-ul li a {
        line-height: 50px;
    }
    .tz-ul-sm li a {
        line-height: 38px;
    }
    .tz-ul-sm-b li a {
        line-height: 53px;
    }
    .four-list li .four-tow div, .four-list li .four-three div {
        height: 157px;
    }
    .footer-p {
        width: 470px;
    }
    .right-box {
        width: 890px;
    }
}
@media(max-width: 1279px) {
    .container {
        width: 970px;
    }
    .news-ul li a {
        line-height: 43px;
    }
    .tz-ul li a {
        line-height: 50px;
    }
    .tz-ul-sm li a {
        line-height: 55px;
    }
    .tz-ul-sm-b li a {
        line-height: 53px;
    }
    .four-list li .four-tow div, .four-list li .four-three div {
        height: 120px;
    }
    .footer-p {
        width: 470px;
    }
    .logo {
        width: 300px;
    }
    .page-tow .tow-left:nth-child(1) {
        width: 100%;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .page-tow .tow-left:nth-child(2) {
        width: 50%;
    }
    .tow-right {
        width: 50%;
    }
    .page-three .tow-left {
        width: 50%;
        padding-right: 30px;
    }
    .page-three .tow-left:nth-child(2) {
        padding-right: 0;
    }
    .page-three .tow-right {
        width: 100%;
        margin-top: 30px;
    }
    .back-bottom .col-xs-4 {
        padding:0 5px;
    }
    .back-bottom .row {
        margin:0 -5px;
    }
    .footer-p {
        width: auto;
        margin-left: 30px;
        padding:0 30px;
    }
    .footer-right div {
        margin-left: 15px;
    }
    .logo-b {
        width: 250px;
    }
    .right-box {
        width: 620px;
    }
}
@media(max-width: 991px) {
    .container {
        width: 100%;
        /* padding: 0 15px; */
    }
    .header-a {
        display: none;
    }
    .nav-list li a {
        font-size: 16px;
    }
    .img-slick {
        width: 100%;
    }
    .news-right {
        width: 100%;
        margin-top: 30px;
    }
    .news-ul li a {
        line-height: 55px;
    }
    .nav-b {
        background: url(../2025_img/nav-b.png) left center no-repeat;
        padding-left: 30px;
        color: #fff;
        position: relative;
        z-index: 10;
        top: -40px;
    }
    .tow-left {
        width: 100%!important;
        padding:0!important;
        margin-bottom: 20px!important;
    }
    .tow-right {
        width: 100%;
    }
    .page-three .tow-right {
        margin-top: 0;
    }
    .four-list li .four-tow div, .four-list li .four-three div {
        height: 89px;
    }
    .back-bottom .col-xs-4 {
        width:100%;
    }
    .logo-b {
        width: 100%;
        text-align: center;
        padding-top: 0;
        float: none!important;
        margin-bottom: 30px;
    }
    .footer-p {
        margin:0;
        border:none;
        padding:0;
    }
    .right-box {
        width: 400px;
    }
    .img-lb img {
        width: 150px;
        height: 95px;
    }
    .img-list .list-right {
        margin-left: 160px;
        padding-top: 0;
    }
    .img-list li a {
        padding:15px;
    }
    .img-list .list-right-p {
        margin-top: 5px;
        height: 25px;
    }
    .img-list .list-right-tt {
        font-size: 18px;
    }
    .friends-list li {
        float: left;
        margin-right: 13px;
        margin-bottom: 10px;
    }
    .banner img {
        width:100%;
        height:300px;
    }
}
@media(max-width: 767px) {
    .container {
        width: 100%;
    }
    .header-box {
        position: relative;
        z-index: 10000;
    }
    .header {
        height: 50px;
    }
    .logo {
        width: 200px;
        line-height: 50px;
        height: 50px;
    }
    .banner .slick-dots {
        bottom: 10px;
    }
    .page-one, .page-tow, .page-three, .page-four, .back-bottom {
        padding:30px 0;
    }
    .tz-ul-sm li a {
        line-height: 45px;
    }
    .four-list {
        padding:0;
    }
    .four-list li {
        position: static!important;
        width: 100%!important;
        height: auto!important;
        margin-bottom: 15px;
    }
    .four-list li a {
        height: auto!important;
    }
    .four-list li:nth-child(1) a div, .four-list li:nth-child(3) a div {
        padding-top: 77%;
        position: relative;
    }
    .four-list li:nth-child(2) {
        padding:0;
    }
    .four-list {
        margin-top: 20px;
    }
    .back-bottom .tz-ul-sm-b {
        margin-bottom: 20px;
    }
    .friends-box {
        padding:0;
    }
    .friends-left {
        position: static;
        font-size: 16px;
    }
    .friends-list li a {
        font-size: 14px;
        line-height: 28px;
        padding:0 5px;
    }
    .footer {
        padding-top: 10px;
    }
    .footer-bottom {
        margin-top: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .logo-b img {
        width: 250px;
    }
    .logo-b {
        margin-bottom: 20px;
    }
    .footer-right {
        width: 100%;
    }
    .footer-right div {
        float: none;
        display: inline-block;
        margin:0 10px;
        padding-top: 20px;
    }
    .zt-slick {
        margin-top: 20px;
    }
    .news-top, .video-slick {
        margin-top: 20px;
    }
    .nav-list {
        position: absolute;
        left: 0;
        display: none;
        border-top: solid 1px #fff;
        right: 0;
        top: 50px;
        background:#9d1b1d;
        width: 100%;
        margin:0;
    }
    .nav-list li {
        float: none;
        margin:0;
        width: 100%;
    }
    .nav-list li a {
        display: block;
        line-height: 40px;
        padding:0 15px;
        color: #fff!important;
        text-align: left;
    }
    .nav-list li a:before {
        display: none!important;
    }
    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
    .nav-click.active {
        transform: rotate(180deg);
    }
    .nav-down {
        position: static;
        margin:0;
        width: 100%;
        padding:0;
        transform: translate(0, 0);
    }
    .nav-down li a {
        text-align: left;
        padding:0 25px;
    }
    .nav-list li:hover .nav-down {
        display: block;
    }
    .menu-button {
        display: block;
    }
    .search-box-c {
        position: fixed;
        left: 15px;
        right: 15px;
        margin:0;
        top: 50%;
        width: auto;
        height: 54px;
        background: #fff;
        padding-right: 115px;
        z-index: 1000010;
    }
    .search-box-c .form-control {
        height: 54px;
        color: #333;
        border-radius: 0;
        font-size: 18px;
        box-shadow: none;
        border:none;
    }
    .modal {
        z-index: 100000001;
    }
    .modal-backdrop {
        z-index: 10000000;
    }
    .modal-box {
        position: fixed;
        display: none;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1000010;
    }
    .btn-search {
        border-radius: 0;
    }
    .btn-search-c, .btn-search-c:hover, .btn-search-c:focus {
        position: absolute;
        border-radius: 0;
        right: 0;
        background: #9b0400;
        top: 0;
        width: 115px;
        height: 54px;
        border:none;
        border-radius: 0;
        padding:0
    }
    .modal-back {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 100000;
        background: rgba(0, 0, 0, 0.5);
    }
    .search-top {
        position: absolute;
        right: 50px;
        top: 0;
        line-height: 50px;
        display: block;
    }
    .search-box-c .form-control::-webkit-input-placeholder {
        color:#333;
    }
    .search-box-c .form-control::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color:#333;
    }
    .search-box-c .form-control:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color:#333;
    }
    .search-box-c .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color:#333;
    }
    .list-left {
        margin-top: 0;
    }
    .banner-list {
        height: auto;
        padding:100px 0 20px 0;
    }
    .list-left-top {
        width: auto;
        display: none;
        background: #b72607;
        text-align: left;
        padding:15px 15px;
        height: auto;
        font-size: 24px;
        line-height: 24px;
    }
    .list-left {
        width: 100%;
        float: none!important;
    }
    .list-left-top:before {
        display: none;
    }
    .list-left-nav li a {
        font-size: 16px;
        line-height: 45px;
        padding:0 15px;
    }
    .list-left-nav {
        border-top: solid 1px #b73e24;
    }
    .list-left-nav li a:before {
        right: 15px;
    }
    .list-left-nav {
        display: none;
    }
    .list-left-top-phone {
        display: block;
    }
    .list-left-top-phone span {
        float: right;
        margin-top: 10px;
    }
    .right-box {
        width: 100%;
    }
    .list-date {
        width: 80px;
        height: 80px;
        font-size: 14px;
        padding-top: 10px;
    }
    .list-date span {
        font-size: 24px;
    }
    .list-right {
        margin-left: 90px;
        padding:0;
    }
    .list-right-p {
        margin-top: 5px;
    }
    .list-right-tt {
        font-size: 18px;
    }
    .txt-list li {
        margin-bottom: 20px;
    }
    .page-box {
        margin-top: 30px;
    }
    .right-box {
        padding-bottom: 30px;
    }
    .lb-list li a {
        font-size: 16px;
        line-height: 45px;
        padding-right: 90px;
    }
    .lb-list li a span {
        font-size: 14px;
    }
    .article-tt {
        font-size: 18px;
        margin:0 0 20px 0;
    }
    .about-box {
        padding:20px 15px;
    }
    .article-p p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .about-box-lg .article-p p {
        font-size: 14px;
        line-height: 25px;
    }
    .article-sm {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .img-ul li {
        width: 50%;
        margin-bottom: 10px;
    }
    .img-ul-tt {
        font-size: 14px;
        margin-top: 5px;
    }
    .img-ul {
        padding-top: 0;
    }
    .nav-b {
        background: url(../2025_img/nav-b.png) left center no-repeat;
        padding-left: 30px;
        color: #fff;
        position: relative;
        z-index: 10;
        top: -40px;
    }
    .friends-list li {
        float: left;
        margin-right: 13px;
        margin-bottom: 10px;
    }
    .banner img {
        width:100%;
        height:143px;
    }
}

/*20250303*/
.h6-t .right {
            position: relative;
            width: 100%;
        }

        body {
            padding: 0;
            margin: 0;
            -webkit-font-smoothing: antialiased;
            line-height: 1;
            font-size: 14px;
            overflow-x: hidden;
        }

        ul {
            list-style: none;
        }

        ul,
        li,
        dl,
        dt,
        dd,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        form,
        p {
            padding: 0;
            margin: 0;
            font-weight: normal;
        }

        .h6-t .right h2 {
            position: absolute;
            padding: .6rem;
            left: 50%;
            top: 50%;
            text-align: center;
            transform: translate(-50%, -50%);
            width: 2.06rem;
            height: 2.06rem;
            border-radius: 50%;
            background-image: -moz-linear-gradient(90deg, rgb(235, 151, 88) 0%, rgb(255, 227, 168) 99%);
            background-image: -webkit-linear-gradient(90deg, rgb(235, 151, 88) 0%, rgb(255, 227, 168) 99%);
            background-image: -ms-linear-gradient(90deg, rgb(235, 151, 88) 0%, rgb(255, 227, 168) 99%);
            box-shadow: 0 0 20px #efa96b;
            font-size: 0.36rem;
            color: #830f12;
            line-height: .45rem;
        }

        .h6-t .right ul {
            position: relative;
            width: 100%;
            height: 100%;
            height: 5.6rem;
        }

        .h6-t .right ul li {
            position: absolute;
            transition: all .6s;
        }

        .h6-t .right ul li a {
            display: block;
            width: 1.0rem;
            height: 1.0rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            border-radius: 50%;
            background: #dcbd9d;
            animation: fd linear infinite;
            transition: all .6s;

        }

        .h6-t .right ul li:hover a {
            animation-play-state: paused;
            background: #eea365;
        }

        @keyframes fd {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.1);
            }

            100% {
                transform: scale(1);
            }
        }



        .h6-t .right ul li:nth-child(1) {
            top: 0;
            left: 50%;
            transform: translatex(-50%);
        }



        .h6-t .right ul li:nth-child(2) {
            left: 10%;
            top: 10%;
        }

        .h6-t .right ul li:nth-child(3) {
            right: 10%;
            top: 10%;
        }

        .h6-t .right ul li:nth-child(4) {
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .h6-t .right ul li:nth-child(5) {
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .h6-t .right ul li:nth-child(6) {
            left: 10%;
            bottom: 10%;
        }

        .h6-t .right ul li:nth-child(7) {
            right: 10%;
            bottom: 10%;
        }

        .h6-t .right ul li:nth-child(8) {
            bottom: 0;
            left: 50%;
            transform: translatex(-50%);
        }

        .h6-t .right ul li:nth-child(1) a {
            animation-duration: 1s;
        }

        .h6-t .right ul li:nth-child(2) a {
            animation-duration: 1.1s;
        }

        .h6-t .right ul li:nth-child(3) a {
            animation-duration: 1.2s;
        }

        .h6-t .right ul li:nth-child(4) a {
            animation-duration: 1.3s;
        }

        .h6-t .right ul li:nth-child(5) a {
            animation-duration: 1.4s;
        }

        .h6-t .right ul li:nth-child(6) a {
            animation-duration: 1.5s;
        }

        .h6-t .right ul li:nth-child(7) a {
            animation-duration: 1s;
        }

        .h6-t .right ul li:nth-child(8) a {
            animation-duration: 1.2s;
        }

        .h6-t .right ul li .icon {
            display: inline-block;
            vertical-align: middle;
            height: .5rem;
        }

        .h6-t .right ul li .icon img {
            max-height: .5rem;
        }

        .h6-t .right ul li p {
            font-size: .14rem;
            color: #6b0001;
        }


        /* @media screen and (max-width:1200px) {
  .h6-t .left {
    width: 54%;
  }


} */

        /* @media screen and (max-width:1024px) {
  .h6-t .left {
    width: 100%;
  }

  .h6-t .right {
    width: 70%;
    margin: 0 auto;
    margin-top: .15rem;
  }
} */

        /* @media screen and (max-width:767px) {
  .h6l-t ul {
    width: 100%;
    margin-bottom: .2rem;
  }

  .h6l-m ul li a {
    line-height: .5rem;
    font-size: .2rem;
  }

  .h6l-m ul li {
    margin-bottom: .15rem;
  }

  .hdl-d {
    margin-top: .15rem;
  }

  .hdl-d>ul>li {
    width: 50%;
  } */

        .h6-t .right {
           margin-top: 35px;
            max-width: 4.5rem;
            width: 100%;
        }

        .h6-t .right ul li .icon img {
            max-height: 3.2rem;
        }

        .h6-t .right h2 {
            width: 1.5rem;
            height: 1.5rem;
            padding: .3rem .3rem;
        }

        .h6-t .right ul {
            height: 4rem;
        }

        /* CSS Document public*/
        * {

            padding: 0;
            margin: 0;
            box-sizing: border-box;
            -webkit-overflow-scrolling: touch;
        }


        /* 跳动 */
        @keyframes bounce {

            0%,
            20%,
            50%,
            80%,
            100% {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

            40% {
                -webkit-transform: translateY(-0.1rem);
                -ms-transform: translateY(-0.1rem);
                transform: translateY(-0.1rem);
            }

            60% {
                -webkit-transform: translateY(-0.05rem);
                -ms-transform: translateY(-0.05rem);
                transform: translateY(-0.05rem);
            }
        }

        .wp {
            width: 14rem;
            padding: 0;
            margin: 0 auto;
            max-width: 94%;
        }

        @media(max-width: 1200px) {
            .wp {
                width: 100%;
                max-width: 94%;
            }
        }

        @media(max-width: 1024px) {
            .wp {
                padding: 0 15px;
                width: 100%;
                max-width: 100%;
            }
        }

        html {
            font-size: 100px !important;
        }

        @media (min-width:2230px) {
            /* .wp{ width: 18rem;} */
        }

        @media (max-width:1940px) {
            html {
                font-size: 100px !important;
            }
        }

        @media (max-width:1800px) {
            html {
                font-size: 95px !important;
            }
        }

        @media (max-width:1600px) {
            html {
                font-size: 90px !important;
            }
        }

        @media (max-width:1400px) {
            html {
                font-size: 90px !important;
            }
        }

        @media (max-width:1024px) {
            html {
                font-size: 85px !important;
            }
        }

        @media (max-width:900px) {
            html {
                font-size: 85px !important;
            }
        }

        @media (max-width:640px) {
            html {
                font-size: 80px !important;
            }
        }

        @media (max-width:480px) {
            html {
                font-size: 80px !important;
            }
        }

        @media (max-width:375px) {
            html {
                font-size: 75px !important;
            }
        }

        @media (max-width:360px) {
            html {
                font-size: 70px !important;
            }
        }

        @media (max-width:350px) {
            html {
                font-size: 65px !important;
            }
        }

        /* @media(min-width: 1200px) {

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 120dpi) {}

@media (-webkit-min-device-pixel-ratio: 1.05) {
    @media (min-width:1920px) {
        html {
            font-size: 100px !important;
        }
    }

    @media (max-width:1920px) {
        html {
            font-size: 95.5px !important;
        }
    }
}

@media (-webkit-min-device-pixel-ratio: 1.1) {
    @media (min-width:1920px) {
        html {
            font-size: 100px !important;
        }
    }

    @media (max-width:1920px) {
        html {
            font-size: 92.5px !important;
        }
    }
}

@media (-webkit-min-device-pixel-ratio: 1.15) {
    @media (min-width:1920px) {
        html {
            font-size: 80px !important;
        }
    }

    @media (max-width:1920px) {
        html {
            font-size: 87px !important;
        }
    }
}

@media (-webkit-min-device-pixel-ratio: 1.20) {
    @media (min-width:1920px) {
        html {
            font-size: 80px !important;
        }
    }

    @media (max-width:1920px) {
        html {
            font-size: 84px !important;
        }
    }
}

/* 屏幕分辨率放大为 125 */
        /* @media (-webkit-min-device-pixel-ratio: 1.25) {
    @media (min-width:1920px) {
        html {
            font-size: 80px !important;
        }
    }

    @media (max-width:1920px) {
        html {
            font-size: 80px !important;
        }
    }
} */

        /* 屏幕分辨率放大为 150 */
        /* @media (-webkit-min-device-pixel-ratio: 1.5) {
    @media (min-width:1920px) {
        html {
            font-size: 80px !important;
        }
    }

    @media (max-width:1920px) {
        html {
            font-size: 70px !important;
        }
    }
}
}  */

        @media (max-width: 1199px) {
            .header_box {
                display: none;
            }

            .m_header_box {
                display: block !important;
                height: .7rem;
            }

            .main-visual-slider p {
                font-size: .4rem;
                line-height: 1.5;
                left: 5%;
                bottom: 5%;
            }

            #nav {
                display: none;
            }

        }