/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    max-height: 40px;
    max-width: 100%;
}

.sp_header {
    height: 50px;
    background: #C10000;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #C10000;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 999;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #C10000
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #C10000 !important;
    background-color: #C10000 !important;
}

/* --------------------------------------- */

.head .container {
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.navigation {
    width: 100%;
    background: #C10000;
    position: relative;
    z-index: 101;
}

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    flex: 1;
    height: 60px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    padding: 0 15px;
}


.nav .nLi h3 {
    height: 60px;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.nav .nLi:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.nav .sub {
    width: 100%;
    top: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    line-height: 60px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.nav .sub li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .li3 .sub {
    width: 160%;
    left: -30%;
}

.nav .li5 .sub {
    width: 120%;
    left: -10%;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.nav .sub a:hover {
    background: #C10000;
}

.nav .on,
.nav .nLi:hover {
    background: #9F080E;
}

.nav .on h3 a,
.nav .nLi:hover h3 a {
    font-weight: bold;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 125px;
    background: rgba(0, 0, 0, .4);
}

.nav .sub li:hover .three-nav {
    display: block;
}

.nav .sub2 {
    width: 60%;
    top: 0px;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    line-height: 60px;
    left: 100%;
    transition: all 0.5s ease-in-out;
    display: none;
}

.nav .sub li:hover .sub2 {
    display: block;
}

.topLink {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 13px;
    color: #CACACA;
}

.topLink a {
    display: flex;
    align-items: center;
    color: #CACACA;
}

.topLink span {
    margin: 0 5px;
    display: inline-block;
}

.header .search {
    width: 230px;
    position: relative;
    float: right;
}

.header .search input {
    border: none;
}

.header .search input.search-in {
    width: 230px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    box-sizing: border-box;
    color: #9E9E9E;
    padding-left: 15px;
    outline: none;
    border: 1px solid #C10000;
    font-size: 16px;
    background: #fff;
}

.header .search input.search-btn {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: url(../img/ss.png) center no-repeat #C10000;
    position: absolute;
    right: 0;
    top: 0;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banBtn {
    width: 100%;
    position: absolute;
    bottom: 42px;
    left: 0;
    z-index: 89;
}

.banBtn .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banBtn .btn {
    display: flex;
    align-items: center;
}

.banBtn .swiper-prev,
.banBtn .swiper-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
}

.banBtn .swiper-prev {
    background: url(../img/prev-ico.svg) center no-repeat;
    background-size: cover;
    margin-right: 36px;
}

.banBtn .swiper-next {
    background: url(../img/next-ico.svg) center no-repeat;
    background-size: cover;
}

.banBtn .swiper-prev:hover {
    background: url(../img/prev-ico2.svg) center no-repeat;
    background-size: cover;
}

.banBtn .swiper-next:hover {
    background: url(../img/next-ico2.svg) center no-repeat;
    background-size: cover;
}

.banBtn .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    background: #fff;
}

.banBtn .swiper-pagination-bullet-active {
    background: #C10000;
}



/* ------------------------------------ */

.footer {
    background: url(../img/footerBg.png) center no-repeat;
    background-size: cover;
}

.footer .banq {
    padding: 22px 0;
    background: #C10000;
}

.footer .banq p {
    line-height: 25px;
}

.footer .banq p,
.footer .banq a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.footer .banq br,
.contact p br {
    display: none;
}

.contact p img {
    height: 20px;
}

.foot {
    width: 100%;
    background: url(../img/footBg.png) center no-repeat;
    background-size: cover;
}

.foot .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 30px 0;
}

.ftlogo img {
    max-width: 100%;
}

.code img {
    width: 110px;
    height: 110px;
}

.code p {
    text-align: center;
    color: rgba(153, 153, 153, 0.8);
    margin-top: 10px;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 35px;
}

.contact p {
    margin-right: 30px;
    line-height: 25px;
    color: rgba(153, 153, 153, 0.8);
}

/* ------------------------------------- */

.column {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 30px 0;
}

.column .title {
    font-size: 30px;
    color: #3D3D3D;
    display: flex;
    align-items: center;
}

.column .title img {
    margin-right: 10px;
}

.column .more {
    color: #999;
    display: flex;
    align-items: center;
}

.column .more::after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/more-ico.svg) center no-repeat;
    margin-left: 5px;
}

.news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide {
    width: 49%;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.swiper-slide a {
    display: inline-block;
    width: 100%;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide img {
    width: 100%;
    height: 384px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .swiper-slide .tt {
    width: 100%;
    height: 207px;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/newslide-bg.jpg) center no-repeat #fff;
    background-size: cover;
}

.newSlide .swiper-slide .title {
    font-weight: bold;
    color: #C10000;
    line-height: 25px;
    height: 25px;
}

.newSlide .swiper-slide .desc {
    line-height: 28px;
    color: #999;
    height: 56px;
    margin: 10px 0 20px 0;
}

.newSlide .swiper-slide .dete {
    width: 116px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #C10000;
    color: #fff;
    text-align: center;
}

.newSlide .swiper-slide:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.newSlide .swiper-pagination1 {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 30px;
    bottom: 38px;
    z-index: 99;
}

.newSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #C10000;
    background: none;
    margin: 0 5px;
    opacity: 1;
}

.newSlide .swiper-pagination-bullet-active {
    background: #C10000;
}

.newlist {
    width: calc(51% - 50px);
}

.newlist li.f {
    width: 100%;
    height: 177px;
    background: #fff;
    box-sizing: border-box;
    border-left: 5px solid #C10000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 10px;
}

.newlist li.f a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newlist li.f .title {
    line-height: 25px;
    height: 25px;
    color: #3D3D3D;
}

.newlist li.f .desc {
    line-height: 28px;
    color: #999;
    height: 56px;
    margin: 12px 0;
}

.newlist li.f .deter {
    display: flex;
    align-items: center;
    color: #999;
}

.newlist li.f .deter>div {
    display: flex;
    align-items: center;
}

.newlist li.f .deter img {
    margin-right: 5px;
}

.newlist li.f .dete {
    margin-right: 15px;
}

.newlist li.f:hover .title {
    color: #C10000;
    font-weight: bold;
}

.newlist li.f:hover .desc {
    color: #666;
}

.newlist li.n {
    width: 100%;
    padding: 22.5px 0;
    border-bottom: 1px dashed rgba(193, 0, 0, 0.15);
}

.newlist li.n a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease-in-out;
}

.newlist li.n .title {
    color: #3D3D3D;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    flex: 1;
    line-height: 21px;
    height: 21px;
    padding-right: 15px;
}

.newlist li.n .title::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #C10000;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
}

.newlist li.n .dete {
    color: rgba(153, 153, 153, 0.8);
    width: 80px;
    text-align: right;
}

.newlist li.last {
    border: none;
}

.newlist li.n:hover {
    background: #C10000;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-left: 3px solid #FFC767;
}

.newlist li.n:hover a {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    transition: all 0.5s ease-in-out;
}

.newlist li.n:hover .title {
    color: #fff;
}

.newlist li.n:hover .dete {
    color: rgba(255, 255, 255, 0.8);
}

.content2 {
    width: 100%;
    background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover;
}



.tzggSlide .swiper-slide {
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tzggSlide .swiper-slide {
    width: 100%;
}

.tzgg_box {
    box-sizing: border-box;
    padding-left: 10px;
    width: calc((100% - 60px) / 3);
    height: 166px;
    margin-bottom: 26px;
    position: relative;
    margin-right: 29.5px;
}

.tzgg_box:nth-child(3n) {
    margin-right: 0;
}

.tzgg_box .box {
    background: #fff;
    box-sizing: border-box;
    padding: 25px 25px 25px 70px;

}

.tzgg_box .dete {
    width: 55px;
    height: 60px;
    background: #C10000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 30px;
}

.tzgg_box .dete .d {
    font-size: 18px;
    font-weight: bold;
}

.tzgg_box .dete .y {
    font-size: 12px;
}

.tzgg_box .title {
    line-height: 26px;
    height: 52px;
    color: #3D3D3D;
    margin-bottom: 10px;
}

.tzgg_box .desc {
    line-height: 24px;
    height: 48px;
    color: #999;
}

.tzgg_btn {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.tzgg_box .box:hover .title {
    color: #C10000;
}

.tzgg_btn .swiper-pagination1 {
    margin: 0 40px;
}

.tzgg_btn .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #C10000;
    background: none;
    margin: 0 5px;
    opacity: 1;
}

.tzgg_btn .swiper-pagination-bullet-active {
    background: #C10000;
}

.tzgg_btn .swiper-next,
.tzgg_btn .swiper-prev {
    cursor: pointer;
    opacity: .4;
    z-index: 99;
    position: relative;
}

.tzgg_btn .swiper-next:hover,
.tzgg_btn .swiper-prev:hover {
    opacity: 1;
}

.nydt img {
    width: 100%;
}

.nmain {
    background: #FCFCFC;
}

.nmain .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.subNav {
    width: 260px;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
}

.subNav .name {
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: linear-gradient(90deg, #FB201D 0%, #C10000 100%);
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-bottom: 3px solid #F1A65F;
}

.subNav .list li {
    width: 100%;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
}

.subNav .list li .isSub {
    content: '';
    width: 13px;
    height: 17px;
    display: inline-block;
    background: url(../img/subnav-ico.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.subNav .list li a {
    font-size: 18px;
    color: #333;
}

.subNav .list li.on h3 a,
.subNav .list li:hover h3 a {
    color: #C10000;
}

.subNav .list li .sub {
    box-sizing: border-box;
    border-top: 1px solid #E2E2E2;
    line-height: 35px;
    padding: 10px 0 10px 30px;
    display: none;
}

.subNav .list li .sub a {
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.subNav .list li .sub a.on,
.subNav .list li .sub a:hover {
    color: #C10000;
}

.subNav .list li .sub.show {
    display: block;
}


.navImg {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.navImg img {
    width: 100%;
}

.ncontent {
    width: calc(100% - 300px);
}

.crumbs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 12px;
    margin-bottom: 40px;
}

.crumbs .name {
    font-size: 30px;
    color: #444;
}

.crumbs .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #3D3D3D;
    font-size: 16px;
}

.crumbs .list img {
    margin-right: 5px;
}

.crumbs .list a {
    color: #3D3D3D;
}

.crumbs .list a:last-of-type {
    color: #C10000;
}

.crumbs .list span {
    margin: 0 3px;
}

.crumbs .list span:last-of-type {
    display: none;
}

.textlist .box {
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 20px;

}

.textlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
}

.textlist .box .dete {
    width: 55px;
    height: 60px;
    background: #C10000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -10px;
}

.textlist .box .d {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.textlist .box .y {
    font-size: 12px;
}

.textlist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 0 30px;
}

.textlist .box .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.textlist .box .desc {
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
    color: #999;
}

.textlist .box:hover a {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.textlist .box:hover .title {
    color: #C10000;
}

.textlist .box:hover .desc {
    color: #666;
}

.list-page {
    width: 100%;
    text-align: center;
    height: 30px;
    margin: 40px 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #C10000 !important;
    background-color: #C10000 !important;
}

.piclist .box {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #DBDBDB;
}

.piclist .box a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.piclist .box .img {
    width: 269px;
    overflow: hidden;
}

.piclist .box .img img {
    width: 100%;
    height: 150px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
}

.piclist .box .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.piclist .box .desc {
    line-height: 28px;
    height: 56px;
    color: #999;
    margin: 10px 0 30px 0;
}

.piclist .box .dete {
    width: 116px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #C10000;
}

.piclist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist .box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.piclist .box:hover .title {
    color: #C10000;
}

.piclist .box:hover .desc {
    color: #666;
}

.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 40px) / 3);
    margin-right: 19px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 23px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #DBDBDB;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    height: 172px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .box .title {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    color: #3D3D3D;
    margin-top: 20px;
    text-align: center;
}

.picture .box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.picture .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture .box:hover .title {
    color: #C10000;
}

.tealist .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tealist .box {
    width: calc((100% - 35px) / 2);
    box-sizing: border-box;
    padding: 25px;
    background: #FFFFFF;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
}

.tealist .box a {
    display: flex;
}

.tealist .box .img {
    width: 170px;
}

.tealist .box .img img {
    width: 100%;
    height: 222px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.tealist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tealist .box .title {
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 26px;
    height: 26px;
}

.tealist .box .desc {
    color: #3D3D3D;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 15px 0 30px 0;
    text-align: justify;
}

.tealist .box .more {
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #C10000;
}

.tealist .box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.tealist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.tealist .box:hover .title {
    color: #C10000;
}

.detail {
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 34px 126px;
}

.detail .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.detail .timer {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    color: #999;
    padding: 15px 0 30px 0;
}

.detail .timer>div {
    margin: 0 8px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 23px 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.detail .dtl p,
.detail .dtl span {
    font-size: 16px;
    color: #3D3D3D;
    line-height: 30px;
    /* text-align: justify; */
}

.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail-page .box {
    width: 49%;
    padding-top: 26px;
    display: flex;
    align-items: center;
}


.detail-page .box a {
    color: #999;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.detail-page .box:hover a {
    color: #C10000;
}

.danye .dtl {
    border: none;
    padding: 0;
}

.content3 {
    width: 100%;
    padding-bottom: 106px;
    background: url(../img/content3Bg.png) center no-repeat;
    background-size: cover;
}

.djjy_zcwj,
.xzzx_fwzn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xzzx,
.fwzn,
.djjy,
.zcwj {
    width: calc((100% - 36px) / 2);
}

.fwznlist {
    background: #fff;
}

.fwznlist .box {
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    padding: 0 30px;
}

.fwznlist .box.last a {
    border: none;
}

.fwznlist .box a {
    border-bottom: 1px dashed #D8D8D8;
}

.fwznlist .box .title {
    color: #3D3D3D;
    box-sizing: border-box;
    padding-left: 16px;
    position: relative;
    flex: 1;
    padding-right: 15px;
    line-height: 21px;
    height: 21px;
}

.fwznlist .box .title::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #DBDBDB;
    display: inline-block;
    /* border-radius: 50%; */
    position: absolute;
    left: 0;
    top: 8px;
}

.fwznlist .box .dete {
    color: rgba(153, 153, 153, 0.8);
    width: 80px;
    text-align: right;
}

.fwznlist .box:hover {
    background: #C10000;
}

.fwznlist .box:hover .title {
    color: #fff;
}

.fwznlist .box:hover .dete {
    color: rgba(255, 255, 255, 0.8);
}

.fwznlist .box:hover .title::before {
    background: #fff;
}

.fwznlist .box a,
.zcwjlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zcwjlist .box {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #D8D8D8;
}

.zcwjlist .box.last {
    border: none;
    padding-bottom: 0;
}

.zcwjlist .box .title {
    color: #3D3D3D;
    height: 35px;
    line-height: 35px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
    flex: 1;
    box-sizing: border-box;
    padding-right: 15px;
}

.zcwjlist .box .dete {
    width: 149px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
    font-size: 16px;
    background: url(../img/deteBg.png) center no-repeat;
}

.zcwjlist .box .y {
    color: #C10000;
}

.zcwjlist .box .d {
    color: #fff;
}

.zcwjlist .box:hover .title {
    color: #C10000;
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.djjylist li.n {
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0 30px;
}

.djjylist li.n a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.djjylist li.n .title {
    color: #333;
    box-sizing: border-box;
    width: calc(100% - 90px);
    padding-left: 20px;
    position: relative;
}

.djjylist li.n .title::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #C10000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.djjylist li.n .dete {
    color: #999;
    width: 85px;
    text-align: right;
}

.djjylist li.n:hover {
    background: #C10000;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.djjylist li.n:hover .title {
    color: #fff;
}

.djjylist li.n:hover .dete {
    color: #fff;
}

.djjylist li.n:hover .title::before {
    background: rgba(255, 162, 1, 0.902);
}

.djjylist li.f {
    width: 100%;
}

.djjylist li.f a {
    display: flex;
    flex-wrap: wrap;
}

.djjylist li.f .img {
    width: 269px;
    overflow: hidden;
}

.djjylist li.f .img img {
    width: 100%;
    height: 150px;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.djjylist li.f .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}

.djjylist li.f .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.djjylist li.f .desc {
    line-height: 26px;
    color: #999;
    height: 78px;
    margin: 10px 0 18px 0;
}

.djjylist li.f .dete {
    color: rgba(153, 153, 153, 0.6);
}

.djjylist li.f:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.djjylist li.f:hover .title {
    color: #C10000;
}

.djjylist li.f:hover .dete {
    color: #666;
}

.aboutlink {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 56px 0;
}

.aboutlink .box {
    width: calc((100% - 96px) / 4);
    height: 400px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 23px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.aboutlink .box a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutlink .box1 {
    background: url(../img/bg1.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 0px #ABBFD6;
}

.aboutlink .box1 a {
    background: url(../img/icon1.png) no-repeat;
    background-size: 100% 100%;
}

.aboutlink .box2 {
    background: url(../img/bg2.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 0px #A7CEC5;
}

.aboutlink .box2 a {
    background: url(../img/icon2.png) no-repeat;
    background-size: 100% 100%;
}

.aboutlink .box3 {
    background: url(../img/bg3.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 0px #CEBFA1;
}

.aboutlink .box3 a {
    background: url(../img/icon3.png) no-repeat;
    background-size: 100% 100%;
}

.aboutlink .box4 {
    background: url(../img/bg4.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 0px #EABDC7;
}

.aboutlink .box4 a {
    background: url(../img/icon4.png) no-repeat;
    background-size: 100% 100%;
}

.aboutlink .box .name {
    font-size: 24px;
    font-weight: bold;
    color: #3D3D3D;
    margin: 40px 0 10px 0;
}

.aboutlink .box .xian {
    width: 50px;
    height: 2px;
    margin-bottom: 50px;
}

.aboutlink .box1 .xian {
    background: #1F5182;
}

.aboutlink .box2 .xian {
    background: #469288;
}

.aboutlink .box3 .xian {
    background: #9F856C;
}

.aboutlink .box4 .xian {
    background: #A62527;
}

.aboutlink .box .ico2 {
    width: 5px;
    height: 81px;
    display: inline-block;
    position: absolute;
    left: calc((100% - 5px) / 2);
    bottom: -42px;
    transition: all 0.5s ease-in-out;
}

.aboutlink .box1 .ico2 {
    background: rgba(73, 165, 255, 0.9216);
}

.aboutlink .box2 .ico2 {
    background: #469288;
}

.aboutlink .box3 .ico2 {
    background: #C7B4A3;
}

.aboutlink .box4 .ico2 {
    background: #C10000;
}

.aboutlink .box:hover .ico2 {
    width: 115px;
    height: 115px;
    left: calc((100% - 115px) / 2);
    bottom: -55px;
    transition: all 0.5s ease-in-out;
}

.aboutlink .box1:hover .ico2 {
    background: url(../img/xn-more1-on.svg) no-repeat;
}

.aboutlink .box2:hover .ico2 {
    background: url(../img/xn-more2-on.svg) no-repeat;
}

.aboutlink .box3:hover .ico2 {
    background: url(../img/xn-more3-on.svg) no-repeat;
}

.aboutlink .box4:hover .ico2 {
    background: url(../img/xn-more4-on.svg) no-repeat;
}

.aboutlink .box:hover {
    top: -20px;
    transition: all 0.5s ease-in-out;
}

.aboutlink .box:hover .more {
    opacity: 0;
    transition: transform 0.5s;
}

.aboutlink .box .ico {
    transition: transform 0.5s;
}

.aboutlink .box:hover .ico {
    transform: rotateY(180deg);
}

.xzzxlist {
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xzzxlist .box {
    width: 50%;
    height: 162px;
    box-sizing: border-box;
    padding: 25px 30px;
    position: relative;
    background: url(../img/xzzx-ico.png) right bottom no-repeat;
}

.xzzxlist .box .title {
    line-height: 30px;
    color: #333;
    height: 60px;
    margin-bottom: 20px;
}

.xzzxlist .box .dete {
    color: #333;
    display: flex;
    align-items: center;
}

.xzzxlist .box .dete::before {
    content: '';
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url(../img/dete-ico.png) center no-repeat;
    margin-right: 8px;
}

.xzzxlist .box:hover {
    background: url(../img/xzzx-box-bg.jpg) center no-repeat;
    background-size: 100% 100%;
}

.xzzxlist .box:hover .title {
    color: #fff;
}

.xzzxlist .box:hover .dete {
    color: #fff;
}

.xzzxlist .box:hover .dete::before {
    background: url(../img/dete-ico2.png) center no-repeat;
}

#newskeycode249040 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #aaa;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    border: none;
    outline-color: #3d5adb;
    background: #eee;
}

.searchlist .box {
    width: 100%;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}


.searchlist .box .title {
    color: #3D3D3D;
    line-height: 25px;
}

.searchlist .box .dete {
    color: #C10000;
    margin-top: 10px;
}

.searchlist .box:hover {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.content1 {
    width: 100%;
    background: url(../img/content1Bg.png) center no-repeat;
    background-size: cover;
}