body {
    overflow-x: hidden;
}

.head {
    height: 160px;
}

.headerbg {
    width: 100%;
    background: #ca232b;
    background-size:cover;
    position: relative;
}
.headerbg .w {
    position: relative;
}
.header {
    height: 160px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;   
    transition: all .3s;  
    position: relative;
}

.logo {
    display: inline-block;
}

.top-link {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 0;
    display: flex;
    align-items: center;
}
.top-link a {
    line-height: 1em;
    font-size: 14px;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0 10px;
}

.top-link a:hover {
    text-decoration: underline;
}


.nav {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.nav .w {
    width: auto;
    position: relative;
}
.nav .w::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100vw;
    background: #b3121b;
    transform: skewX(-30deg);
}
.nav ul {
    display:inline-flex;
    justify-content: flex-end;
}
.nav ul li {
    position: relative;
    cursor: pointer;
    margin-left: 49px;
}

.nav ul li::before {
    content: "";
    position: absolute;
    color: #fff;
    left:50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    transform: translateX(-50%);
    transition: all .3s;
    opacity: 0;
}

/* .nav ul li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #ddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} */
/* .nav ul li:last-of-type::after {
    display: none;
} */

.nav ul li .navbox {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    background: rgba(202, 35, 59, .5);
    display: none;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,100%);
   
}
.navbox a {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    transition: all .3s;
    text-align: center;
    border-bottom: 1px dashed rgba(255, 255, 255, .4);
}
.navbox a:last-of-type {
    border-bottom: 0;
}
.navbox a:hover {
    background: #b3121b;
    color: #fff !important;
}
.nav ul li .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .5);
}
.nav ul li>a{
    display: inline-block;
    color: #fff;
    transition: all .3s;
    line-height: 40px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
}
.nav ul li:nth-child(1) a{
    border-left: none;
}
.nav ul li>a span {
    position: relative;
    z-index: 99;
}

.nav ul li:hover a,
.nav ul .selected a,
.nav ul .on a{
    color: #fff;
    /* background: #ca232b; */
}
.nav ul li:hover::before,
.nav ul .selected::before ,
.nav ul .on::before {
    opacity: 1;
}
.main {
    min-height: 527px;
    margin-bottom: 40px;
}
.main>div {
    padding-top: 40px;

}
.section {
    padding: 0 !important;
}

.w300 {
    width: 300px;
    position: relative;
}
.w380 {
    width: 380px;
}
.w440 {
    width: 440px;
}
.w400 {
    width: 400px;
}
.w800 {
    width: 800px;
}


footer {
    background: #ca232b;
    padding: 30px 0;
}
footer .w {
    align-items: center;
}
footer p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 2em;
}

.memu-btn {
width: 40px;
height: 26px;
display: none;
flex-flow: column;
justify-content: space-between;
cursor: pointer;
overflow: hidden;
}
.memu-btn i {
content: '';
display: inline-block;
width: 100%;
height: 3px;
background: #fff;
transition: all 0.3s;
}
.memu-btn-active i:nth-child(2) {
transform: translateX(150%);
}
.memu-btn-active i:nth-child(3) {
transform: rotate(-45deg) translate(3px, -12px);
}
.memu-btn-active i:nth-child(1) {
transform: rotate(45deg) translate(3px, 12px);
}
.y45 {
transform: rotate(45deg);
}
.y-45 {
transform: rotate(-45deg);
}

.flexbw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexcen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexcol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex {
    display: flex;
}
.container {
    padding-top: 40px;
}
.container2 {
    background: #fff;
    padding: 40px 0;
}
.bg-w {
    background: #fff;
}
.banner .img-box-re{
    height: 500px;
}

.contitle {
   position: relative;
   border-bottom: 2px solid #eee;
   margin-bottom: 30px;
   align-items: center;
}

.contitle .ti{
    color: #ca232b;
    position: relative;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: -2px;
}
.contitle .ti::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ca232b;
    left: 0;
    bottom: 0;
    
}

.contitle .ti em {
    color: #000;
}

.contitle .ti img {
    margin-right: 10px;
}
.contitle a{
    color: #ca232b;
    font-size: 14px;
    line-height: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.contitle a em,
.right span em{
    font-family: cursive;
    margin-left: 5px;
}

.contitle a:hover {
    border-bottom: 1px solid #ca232b;
}
.hot {
    display: block;
    flex-wrap: nowrap;
    color: #fff;
    font-size: 14px;
    position: relative;
    border-bottom: 1px  dashed #fff;
    padding-bottom: 10px;
}

.hot .hotti {
    font-size: 18px;
    color: #fff;
}
.hot:hover .hotti{
    text-decoration: underline;
}
.hot p {
    margin: 10px 0;
}
.date {
    font-size: 14px;
    color: #999999;
}
.date em{
    font-size: 16px;
}
.tips-list {
    margin-top: 20px;
    background: #eee;
}
.data .yy-dd{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background: #5ab9c4;
    text-align: center;
}
.data .day {
    color: #e7ab54;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background: #fff;
}
.listleft {
    width: 20%;
}
.listleft p{
    height: 80px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 24px;
    background: #ca232b;
    text-align: center;
    position: relative;
    transition:  all .3s;
    box-sizing:border-box;
    padding-left: 20px;
}

.listleft p span{
    display: inline-block;
    /* padding-bottom: 10px; */
    position: relative;   
}

/* .listleft p span::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #fff;
} */

/* .listleft .p-bor {
    border-radius: 5px;
} */
.listleft p i {
    display: none;
    position: absolute;
    font-family: fangsong;
    font-style: normal;
    font-size: 24px;
    font-weight: 700;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all .3s;
}
.listleft p  .i-trans {
    transform: translateY(-50%) rotate(90deg);
}
.subnav {
    background: #E9F2FC;
    flex: 1;
}
.subnav li {
    position: relative;
    transition:  all .3s;
}
.subnav li>a{
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 15px 30px;
    display: flex;

    align-items: center;
    color: #333;
    position: relative;
}
.subnav li>a::before {
    content: "";
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 5px;
    background: #ca232b;
    transition: all .3s;
}

.subnav li>a span {
    position: relative;
}

.subnav li:hover , 
.subnav .selected{
    background: #fff;
}
.subnav li:hover>a, .subnav .selected>a {
    color: #ca232b;
}
.subnav li:hover>a::before, .subnav .selected>a::before {
   
     height: 100%;
}
.subnav li:hover .arr ,.subnav .selected  .arr,
.subnav .selected .subnav-item {
    display: block;
}
.arr {
    content: '';
    display: none;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(-45deg);
    position: relative;
    z-index: 990;
}
.listright {
    background: #fff;
    padding-bottom: 40px;
    box-sizing: border-box;
    margin-left: 40px;
    flex: 1;
}
.listright .ti {
    align-items: center;
    background: #eee;
}
.bor-t {
    font-size: 18px;
    line-height: 60px;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}
.bor-t::before {
    content: "";
    position: absolute;
    left: -1px;
    height: 40%;
    top: 50%;
    width: 4px;
    background: #ca232b;
    transform: translateY(-50%);
}
.subnav2 {
    font-size: 13px;
    color: #000;
    margin-right: 10px;
}
.subnav2 a {
    margin: 0 5px;
}
.subnav2 a:hover ,.subnav2 .selected{
    color:#ca232b;
}



#search {
    position: relative;
    width: 30px;
    margin-left: 20px;
    text-align: center;
}

.search {
    border-radius: 5px;
    margin-left: 5px;
}
.search form {
    display: flex;
    justify-content:  space-between;
    align-items: center;
    background: #fff;
    padding: 5px 20px;
    border-radius: 60px;
    width: 250px;
}

.search input {
    height: 25px;
    font-size: 14px;
    width: 200px;
    transition: all .3s;
    box-sizing: border-box;
}
.search input::placeholder {
    color: #999;
}
.search_show {
    z-index: 999 !important;
    opacity: 1 !important;
}
/* .search-form {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 10;
    display: none;
} */

#search  button,
.isearch{
	border: none;
	padding: 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(../img/search.png) center no-repeat;
}
.isearch {
    background: url(../img/search-w.png) center no-repeat;
}
#search  button::after {
	border: none;
}

.container3 {
    width: 1280px;
    margin: 0 auto;
}

.subnav3 {
    display: flex;
    margin: 20px 0;
}

.subnav3 a {
    margin-right: 5px;
    padding: 10px 15px;
    transition: all .3s;
    background: #3694eb;
    color: #fff;
    position: relative;
    border-radius: 5px;
    white-space: nowrap;
}
.subnav3 a::before {
   opacity: 0;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    border-left: 10px solid transparent;
    border-top: 10px solid #3694eb;
    border-right: 10px solid transparent;
    transition: all .3s;
}
.subnav3 a:hover, .subnav3 .selected {
    background: #ca232b;
}
.subnav3 a:hover::before,.subnav3 .selected::before {
    border-top: 10px solid #ca232b;
    opacity: 1;
}
.subnav3-box {
    min-height: 700px;
}
.subnav3-box>div {
    display: none;
    margin-top: 40px;
}
.subnav3-box>div:last-of-type {
    display: block;
}
#close {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
    height: 36px;
    width: 36px;
}

.subnnav-item a{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    padding-left: 50px;
    position: relative;
    font-size: 14px;
    transition: all .3s;
}
.subnnav-item a::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ccc;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}
.subnnav-item a:hover ,.subnnav-item .selected{
    color: #ca232b;
    border-bottom: none !important;
}

.subnnav-item a:hover::before,.subnnav-item .selected::before{
    background: #ca232b;
    
}

.comtentlist ,.piclist {
    margin-top: 20px;
 }
 .comtentlist li{
     padding-left: 25px;
     position: relative;
     margin-bottom: 14px;
 }
 .comtentlist li:last-of-type {
    margin-bottom: 0;
 }
 .comtentlist li p {
     width: 85%;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     color: #111;
     transition: all .3s;
 }
 .comtentlist li span {
     font-size: 14px;
     color: #999;
 }
 .comtentlist li::before {
     content: '';
     position: absolute;
     border-top: 5px solid transparent;
     border-bottom: 5px solid transparent;
     border-left: 5px solid #ca232b;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
 }
 .comtentlist li:hover p{
     color:#ca232b;
     transform: translateX(5px);
 }

 .nav-pic {
    position: absolute;
    bottom: 0;
    right: -80px;
 }
 #swiper  {
    position: relative;
 }
 #swiper .img-box-re {
    height: 500px;
 }

 .notice-list li {
    margin-bottom: 3px;
 }
 .notice-list li:last-of-type {
    margin-bottom: 0;
 }
 .notice-list a {
    display: flex;
    padding: 20px;
    background: #f8f8f8;
    transition: all .3s;
 }
 
 .notice-list .data {
    width: 60px;
    text-align: center;
 }
 .notice-list .data p {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    background: #ca232b;
 }
 .notice-list .data h3 {
    font-size: 18px;
    line-height: 30px;
    color: #ca232b;
    background: #fff;
 }
 .notice-list a:hover {
    background: #E3F1DA;
 }
 .notice-list .txt {
    color: #222;
    margin-left: 25px;
    width: 315px;
 }
 .notice-list a:hover .txt {
    text-decoration: underline;
 }
 .neast {
    flex-wrap: nowrap;
 }
.neast .left {
    width: 35%;
}
.neast .left  .img-box-re {
    padding-bottom: 66.66%;
}
.neast .left h3 {
    font-size: 30px;
}
.neast .left p {
    font-size: 14px;
}
.neast .right {
    flex: 1;
    margin-left: 30px;
    border-bottom:  1px  dashed #ccc;
    padding-bottom: 40px;
    color: #999;
    font-size: 14px;
}
.neast .right h2 {
    transition: all .3s;
    color: #222;
    font-weight: 500;
    font-size: 24px;
}
.neast .right p {
    height: 48px;
}
.neast .right:hover h2 {
    color: #ca232b;
}

.section3 .comtentlist {
    margin-top: 30px;
}
.link-box {
    position: absolute;
    width: 220px;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.link-box li {
    margin-bottom: 5px;
}
.link-box li:nth-child(2n){
    text-align: right;
}
.link-box p {
    display: inline-block;
    color: #ca232b;
    font-size: 18px;
    font-style: italic;
}
.link-box p em {
    font-style: italic;
    font-size: 20px;
}
.link-box .bg {
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-style: normal;
}
.link-box .bg1 {
    background: #0f7aff;
}
.link-box .bg2 {
    background: #ca232b;
}
.link-box .bg3 {
    background: #fe6000;
}
.link-box .bg4 {
    background: #1babbc;
}

.ny-bg {
    height: 300px;
    background: url(../img/ny-banner.jpg) center center no-repeat;

}

.nymian .comtentlist li{
    line-height: 50px;
    height: 50px;
    margin-bottom: 0;
    border-bottom: 1px dashed #ddd;
}

.comtent {
    min-height: 300px;
}

.search-box {
    position: relative;
    margin-bottom: 60px;
}


.friend {
    background: #eee;
    color: #333;
    padding: 20px 0;
    font-size: 14px;
}
/* .friend  .w {
    align-items: center;
} */
.friend .center {
    flex: 1;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 40px;
}
.friend .center li {
    width: 20%;
}
.friend .center li {
    margin-bottom: 10px;
}
.friend .center li:nth-child(n+5) {
    margin-bottom: 0;
}
.friend .center a {
    font-size: 14px;
    color: #333;
}
.friend .center a:last-of-type {
    border-right: 0;
}
.friend .show-more {
    height: auto;
}
.friend .center a:hover {
    color: #ca232b;
    text-decoration: underline;
}
.friend  .right {
    cursor: pointer;
}
.friend  .right img {
    transition: all .3s ease-in-out;
}
.friend  .right img {
    margin-left: 10px;
    transform: rotate(90deg);
}

.friend h2 {
    font-size: 24px;
    color: #ca232b;
    align-items: center;
    font-weight: 500;
}
.friend h2 img {
    margin-left: 20px;
    margin-top: 2px;
}
.trans img{
    transform: rotate(270deg) !important;
}

.role-list {
    margin-top: 20px;
    flex-wrap: wrap;
}
.role-list li {
    width: 18%;
    background: #eee;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    transition: all .3s;
}
.role-list li:nth-child(5n) {
    margin-right: 0;
}
.role-list li:hover {
    box-shadow: 0 0 10px #999;
}
.role-list li:hover p {
    color: #ca232b;
}
.role-list li a{
    display: block;
    width: 100%;
}
.role-list .img-box-re {
    padding-bottom: 127.66%;
}
.role-list .card {
    width: 67%;
    box-sizing: border-box;
    padding: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.role-list h2 {
    color: #539f1b;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.role-list p {
    color: #999;
    text-align: center;
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    transition: all .3s;
}
.role-list p em {
    margin-left: 5px;
    font-size: 14px;
}
.role-list .seemore {
    font-size: 12px;
    border: 1px solid #539f1b;
    background: #539f1b;
    color: #fff;
    border-radius: 5px;
    line-height: 1.8em;
    padding: 0 10px;
    transition: all .3s;
    display: block;
    margin-left: auto;
}
#swiper2 {
    position: relative;
}

#swiper2 .change {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(202, 35, 59, .8);
    padding: 5px 20px;
    color: #fff;
    z-index: 10;
    align-items: center;
}
#swiper2 .change .left,
#swiper2 .change .right {
    cursor: pointer;
}
#swiper2 .change .left img{
    transform: rotate(180deg);
}
#swiper2 .change .center {
    margin: 0 20px;
    font-size: 14px;
}
#swiper2 .change .center em {
    font-size: 18px;
    margin-right: 5px;
}

#swiper2 .img-box-re {
    padding-bottom: 300px;
}

.bannertext {
    background: #eee;
}
.bannertext a {
    display: block;
    box-sizing: border-box;
    padding: 10px 20px;
    display: none;
    line-height: 1.8em;
    width:100%;
}
.bannertext a:hover {
    color: #ca232b;
}
.bannertext a img {
    margin-right: 5px;
}
.bannertext a .date {
    font-size: 14px;
}
.bannertext a:nth-child(1) {
    display: block;
}
.bannertext a .flexcen {
    justify-content: flex-start;
}
.card-new  {
    width: 100%;
}
.card-new {
    transition: all .3s;
}
.card-new:hover {
    color: #ca232b;
}
.card-new .left {
    width: 70px;
    height: 70px;
    text-align: center;
    background: #eee;
    position: relative;
}
.card-new .left::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    border-right: 10px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 10px solid #ccc;
}
.card-new .left .flexcol {
    height: 100%;
    justify-content: center;
    align-items: center;
}
.card-new .left .flexcol h2 {
    font-size: 24px;
    color: #ca232b;
    font-style: italic;
    
}

.card-new .right {
    line-height: 1.8em;
    flex: 1;
    margin-left: 30px;
    padding-top: 5px;
    height:60px;
}
.w800 .card-new-list {
    justify-content: space-between;
}
.w800 .card-new-list li{
    width: 48%;
}

.card-new-list li {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.card-new-list .w400 {
    margin-bottom: 20px;
}
.card-new-list .w400:nth-child(n+4) {
    margin-bottom: 0;
}
.section4 ol li{
    width: 31%;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    background: #fafcfd;
    border-top: 2px solid #c8daeb;
    transition: all .3s ease-in-out;
    margin-right:3%;
}   

.section4 ol li:nth-child(3n) {
 margin-right:0;
}


.section4 ol li h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #333;
    transition: all .3s ease-in-out;
    min-height:54px;
}

.section4 ol li p {
    align-items: center;
}
.section4 ol li p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
}
.section4 ol li p img {
    margin-right: 10px;
}

.section4 ol li:hover {
    box-shadow: 0 5px 10px #ccc;
}
.section4 ol li:hover h2 {
    color: #ca232b;
}
#swiper3 {
    position: relative;
}
#swiper3 .img-box-re {
    padding-bottom: 132.66%;
}
#swiper3 a {
    display: block;
    background: #eee;
    color: #333;
    transition: all .3s;
    text-align: center;
    font-size: 0;
}
#swiper3 a:hover {
    color: #fff;
    background: #ca232b;
}
#swiper3 p {
    line-height: 40px;
    font-size: 16px;
}

.roll2 {
    position: relative;
    overflow: hidden;
}

.roll2 li {
    width: 165px;
    margin-right: 20px;   
}

.roll2  .img-box-re {
    padding-bottom: 132.66%;
}
.roll2  a {
    display: block;
    background: #eee;
    color: #333;
    transition: all .3s;
    text-align: center;
    font-size: 0;
}
.roll2  a:hover {
    color: #fff;
    background: #ca232b;
}
.roll2  p {
    line-height: 40px;
    font-size: 16px;
}
