/* PC */
@media (min-width:600px) {
    .PC {
        display: block;
    }

    .Mobile {
        display: none;
    }

    .mCaidan {
        display: none;
    }

    .caidan {
        display: none;
    }

    .TopBar_Box {
        display: block;
        position: relative;
        margin: 0 auto;
        margin-left: calc(50% - 1280px);
        width: 2560px;
        height: 48px;
        background-color: #B02132;
        overflow: hidden;
    }

    .TopBar_Div {
        display: block;
        height: 40px;
    }

    .TopBar_Logo {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 171px;
        height: 18px;
        margin-top: 12px;

    }

    .TopBar_Logo img {
        width: 171px;
        height: 18px;
    }

    .TopBanner_Box {
        display: block;
        position: relative;
        margin-left: calc(50% - 1280px);
        width: 2560px;
        height: 300px;
        overflow: hidden;
    }


    .TopBanner_Box img {
        width: 2560px;
        height: 300px;
    }

    .TopBanner_Bar {
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        bottom: 0;
        width: 2110px;
        height: 44px;
        left: 50%;
        transform: translateX(-1055px);
    }

    .TopBanner_Bar img {
        width: 2110px;
        height: 44px;
    }

    .Menu_Box {
        margin: 0 auto;
        display: block;
        position: relative;
        padding: 15px;
        width: 1200px;
        height: auto;
        background: url(../img/Menu_BK.png) top center repeat-x;
        overflow: hidden;
    }

    .Menu_Div {
        margin: 0 auto;
        width: 1200px;
        height: 22px;
    }

    .Menu_Div ul {
        width: 100%;
        height: 22px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .Menu_Div li {
        padding: 0 6px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 22px;
        font-size: 18px;
        line-height: 22px;
        font-family: "Roboto";
        font-weight: bold;
        color: #AF2132;
        /* border-bottom: 6px solid transparent; */
        text-transform: uppercase;
        cursor: pointer;
    }

    .Menu_Div li:hover {
        background-color: #AF2132;
        /* border-bottom: 6px solid #A70000; */
    }

    .Menu_Div li a {
        color: #AF2132;
        text-decoration: none;
    }

    .Menu_Div li:hover a {
        background-color: #AF2132;
        color: #FFF;
        text-decoration: none;
    }

    .Part1_Box {
        display: block;
        position: relative;
        margin-left: calc(50% - 1280px);
        width: 2560px;
        height: auto;
        background: url(../img/Banner_BK.jpg) top center no-repeat;
        background-color: #FFF0D8;
        overflow: hidden;
    }

    .Part1_Div {
        margin: 0 auto;
        margin-top: 28px;
        width: 1200px;
        height: auto;
        margin-bottom: 84px;
    }

    .Part1_Top_Div {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 390px;
        margin-bottom: 18px;
        /* overflow: hidden; */
    }

    .Part1_Swipper_Div {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 604px;
        height: 390px;
    }

    .Part1_Swiper {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 604px;
        height: 390px;
        overflow: hidden;
    }

    .Part1_Swiper p {
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        width: 604px;
        height: 390px;
        left: 0;
        top: 0;
    }

    .Part1_Swiper img {
        width: 604px;
        height: 390px;
    }

    .Part1_Swiper h4 {
        display: block;
        position: absolute;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        left: 0;
        bottom: 0;
        /* background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.5)); */
        background-color: rgba(176, 33, 50, 0.6);
    }

    .Part1_Swiper h4 a {
        display: block;
        margin: 0;
        padding: 10px;
        width: calc(100% - 20px);
        height: auto;
        font-size: 24px;
        color: #FFF;
        line-height: 30px;
    }

    .Part1_BTPrev {
        position: absolute;
        left: 0px;
        top: calc(50% - 54px);
        width: 17px;
        height: 106px;
        background: url(../img/Part1_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Part1_BTNext {
        position: absolute;
        right: 0px;
        left: auto;
        top: calc(50% - 54px);
        width: 17px;
        height: 106px;
        background: url(../img/Part1_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .Part1_Top_Mid_Div {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        margin-left: 18px;
        width: 261px;
        height: 390px;
        overflow: hidden;
    }

    .Part1_Top_Mid_Div p {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 261px;
        height: 168px;
    }

    .Part1_Top_Mid_Div p img {
        width: 261px;
        height: 168px;
    }

    .Part1_Top_Mid_Div h4 {
        display: block;
        position: relative;
        margin: 0;
        padding-top: 20px;
        width: 100%;
        font-size: 30px;
        line-height: 40px;
        height: 202px;

        color: #333333;
        overflow: hidden;
    }

    .Part1_Top_Mid_Div h4 a {
        height: 202px;
        font-size: 30px;
        line-height: 40px;
        color: #333333;
        overflow: hidden;
    }

    .Part1_Top_Right_Div {
        float: right;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 300px;
        height: 390px;
        overflow: hidden;
    }

    .Part1_Top_Right_Div ul {
        width: 300px;
        height: 390px;
    }

    .Part1_Top_Right_Div li {
        display: block;
        position: relative;
        margin: 0;
        padding: 20px 0;
        width: 100%;
        font-size: 26px;
        line-height: 30px;
        height: 90px;
        border-bottom: 1px solid #FFE9BA;
        /* background-color: #FF8A01; */
        color: #000;
    }

    .Part1_Top_Right_Div li:first-child {
        padding-top: 0;
    }

    .Part1_Top_Right_Div li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .Part1_Top_Right_Div li a {
        height: 90px;
        color: #000;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;

    }

    .Part1_Videos_Div {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }

    .Part1_Videos_Div ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        list-style: none;
    }

    .Part1_Videos_Div li {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 399px;
        height: 113px;
        background-color: #E39B00;
        border-right: 1px solid #FFF;
        overflow: hidden;
    }

    .Part1_Videos_Div li:last-child {
        border-right: 0;
    }

    .Part1_Videos_Div li p {
        float: left;
        width: 170px;
        height: 113px;
        overflow: hidden;
    }

    .Part1_Videos_Div li p img {
        width: 170px;
        height: 113px;
    }

    .Part1_Videos_Div h4 {
        float: left;
        display: block;
        position: relative;
        width: 169px;
        padding: 20px 15px;
        font-size: 20px;
        line-height: 25px;
        height: 73px;
        font-family: "Myriad Pro";
        color: #FFF;

    }

    .Part1_Videos_Div h4 a {
        display: block;
        color: #FFF;
        height: 75px;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Part1_Videos_li2 {
        background-color: #B02132 !important;
    }

    .Part1_Videos_li3 {
        background-color: #E39B00 !important;
    }

    .Part2_Box {
        display: block;
        position: relative;
        margin-left: calc(50% - 1280px);
        width: 2560px;
        height: 776px;
        background: url(../img/BK2.jpg) center center no-repeat;
        /* background-color: #FFF0D8; */
        overflow: hidden;
    }

    .Part2_Div {
        width: 1200px;
        display: block;
        margin-bottom: 75px;
        overflow: hidden;
    }

    .Part2_Title {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 62px;
        width: 762px;
        height: 154px;
    }

    .Part2_Title img {
        width: 762px;
        height: 154px;
    }

    .Part2_Block {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .Part2_Left {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 237px;
        height: 410px;
        background-color: #FFF;
        overflow: hidden;
    }

    .Part2_Left p {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 237px;
        height: 158px;
    }

    .Part2_Left p img {
        width: 237px;
        height: 158px;
    }

    .Part2_Left h4 {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 237px;
        height: 252px;
        background-color: #f6f6f6;
        overflow: hidden;

    }

    .Part2_Left h4 a {
        display: block;
        position: relative;
        margin: 0;
        padding: 20px 13px;
        width: calc(100% - 26px);
        font-size: 24px;
        line-height: 30px;
        height: 210px;
        color: #333;

        /* overflow: hidden; */
    }

    .Part2_Mid {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 465px;
        height: 410px;
        margin-left: 18px;
        overflow: hidden;
    }

    .Part2_Mid1 {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 153px;
        overflow: hidden;
    }

    .Part2_Mid1 p {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 228px;
        height: 153px;
    }

    .Part2_Mid1 p img {
        width: 228px;
        height: 153px;
    }

    .Part2_Mid1 h4 {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 237px;
        height: 153px;
        background-color: #E39B00;
        overflow: hidden;
    }

    .Part2_Mid1 h4 a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100% - 26px);

        margin-left: 13px;
        margin-top: 12px;
        font-size: 24px;
        line-height: 30px;
        color: #F6F6F6;
    }

    .Part2_Mid2 {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 120px;
        background-color: #B02132;
        margin-top: 12px;
        overflow: hidden;
    }

    .Part2_Mid2 a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100% - 26px);
        margin-left: 13px;
        margin-top: 12px;
        font-size: 24px;
        line-height: 30px;
        color: #FFF;

        height: 90px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Part2_Mid3 {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 120px;
        background-color: #f6f6f6;
        margin-top: 15px;
        overflow: hidden;
    }

    .Part2_Mid3 a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100% - 26px);
        margin-left: 13px;
        margin-top: 12px;
        font-size: 24px;
        line-height: 30px;
        color: #333;

        height: 90px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Part3_Mid3 {
        background-color: #8C1119;
        color: #FFF;
    }

    .Part3_Mid3 a {
        color: #FFF;
    }

    .Part2_Right {
        float: right;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 463px;
        height: 410px;
    }

    .Part2_Right p {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 463px;
        height: 303px;
    }

    .Part2_Right p img {
        width: 463px;
        height: 303px;
    }

    .Part2_Right h4 {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 463px;
        height: 107px;
        /* 20250804 */
        background-color: #B02232;
        overflow: hidden;
    }

    .Part2_Right h4 a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100% - 26px);
        margin-left: 13px;
        font-size: 24px;
        line-height: 30px;
        color: #FFF;
        height: 90px;
        margin-top: 12px;
        overflow: hidden;
    }

    .Part3_Box {
        display: block;
        position: relative;
        padding-top: 130px;
        margin-left: calc(50% - 1280px);
        width: 2560px;
        height: 704px;
        background: url(../img/BK3.jpg) center center no-repeat;
        overflow: hidden;
    }

    .Part3_Div {
        width: 1200px;
        display: block;
        overflow: hidden;
        margin-bottom: 55px;
    }

    .Part3_Title {
        display: block;
        position: relative;
        margin-bottom: 24px;

    }

    .Part3_Title img {}

    .Part3_Video_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Part3_Video_List ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .Part3_Video_List li {
        width: 278px;
        height: auto;
        overflow: hidden;
    }

    .Part3_Video_List li p {
        width: 278px;
        height: 184px;
    }

    .Part3_Video_List li p img {
        width: 278px;
        height: 184px;
    }

    .Part3_Video_List li h4 {
        padding: 15px 0;
        width: 278px;
        height: auto;
        font-size: 20px;
        line-height: 25px;
        color: #000;
        overflow: hidden;
    }

    .Part3_Video_List li h4 a {
        color: #000;
    }

    .Part3_Video_List li em {
        position: absolute;
        right: 0px;
        top: 150px;
        width: 57px;
        height: 34px;
        z-index: 2;
        background: url(../img/Icon_Video.jpg) center center no-repeat;
    }

    .Part4_Box {
        display: block;
        position: relative;
        margin-left: calc(50% - 1280px);
        width: 2560px;
        height: 790px;
        background: url(../img/BK4.jpg) top center repeat-x;
        overflow: hidden;
    }

    .Part4_Div {
        width: 1200px;
        display: block;
        overflow: hidden;
        margin-bottom: 90px;
    }

    .Part4_Title {
        display: block;
        position: relative;
        margin: 0 auto;
        margin-bottom: 62px;
        width: 762px;
        height: 154px;
    }

    .Part4_Title img {
        width: 762px;
        height: 154px;
    }

    .Part4_Block {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 482px;

    }

    .Focus_Swiper {
        margin: 0 auto;
        width: 1115px;
        height: auto;
        overflow: hidden;
    }

    .Focus_Swiper .swiper-slide {
        width: 357px;
        height: auto;
        overflow: hidden;
    }

    .Focus_Swiper p {
        padding-bottom: 30px;
        width: 357px;
        height: 357px;
        overflow: hidden;
        border-bottom: 5px solid #B02132;
    }

    .Focus_Swiper p img {
        width: 357px;
        height: 357px;
        overflow: hidden;
    }

    .Focus_Swiper h4 {
        padding-top: 30px;
        width: 357px;
        height: 60px;
        overflow: hidden;
        font-size: 24px;
        line-height: 30px;
        color: #333;
        
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Focus_Swiper h4 a{
        color: #333;    
    }

    .Focus_BTPrev {
        position: absolute;
        left: 0;
        top: 35%;
        width: 27px;
        height: 43px;
        background: url(../img/Part4_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Focus_BTNext {
        position: absolute;
        right: 0;
        top: 35%;
        width: 27px;
        height: 43px;
        background: url(../img/Part4_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .Part5_Div {
        width: 100%;
        display: block;
        overflow: hidden;
        margin-bottom: 80px;
    }
    .Part5_Content{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Part5_Left{
        float: left;
        width: 720px;
        height: 337px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    .Part5_Block{
        width: 227px;
        height: 337px;
        overflow: hidden;
    }
    .Part5_Block p{
        width: 227px;
        height: 152px;
        overflow: hidden;
    }
    .Part5_Block p img{
        width: 227px;
        height: 152px;
        overflow: hidden;
    }
    .Part5_Block h4{
        width: 227px;
        height: 185px;
        background-color: #FFF;
        overflow: hidden;
    }
    .Part5_Block h4 a{        
        margin: 0 auto;
        margin-top: 15px;
        width: 199px;
        height: 150px;        
        font-size: 24px;
        line-height: 30px;
        color: #333;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Opinion_Block2{        
        background-color: #E39B00!important;
    }
    .Opinion_Block2 a{
        color: #FFF!important;
    
    }
    .Part5_Right{
        float: right;
        width: 465px;
        height: 337px;
        overflow: hidden;
    }

    .Part5_Right ul{        
        width: 465px;
        height: 337px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        overflow: hidden;
    }
    .Part5_Right li{
        padding: 7px;
        width: 451px;
        height: 91px;
        font-size: 24px;
        line-height: 30px;
        color: #333;
        background-color: #FFF;
        overflow: hidden;
    }
    .Part5_Right li a{
        padding: 7px;
        width: 451px;
        
        font-size: 24px;
        line-height: 30px;
        color: #333;
        overflow: hidden;

        height: 90px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Opinion_Right_Li{
        background-color: #B02132!important;
    }
    .Opinion_Right_Li a{
        color: #FFF!important;
    }



    .Part6_Box {
        display: block;
        position: relative;
        position: relative;
        margin-left: calc(50% - 1280px);
        width: 2560px;
        background-color: #FFF0D8;
        overflow: hidden;
    }
    .Part6_Div {
        width: 100%;
        display: block;
        overflow: hidden;
        margin-bottom: 90px;
    }
    .Part6_Title {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 1200px;
        margin-bottom: 32px;

    }

    .Part6_Title img {
 
    }

    .Photos_Swiper {
        margin: 0 auto;
        width: 900px;
        height: 600px;

    }

    .Photos_Swiper {
        position: relative;
        margin: 0 auto;
        width: 900px;
        height: 600px;
    }

    .Photos_Swiper p {
        width: 900px;
        height: 600px;
        background-color: #000;
    }

    .Photos_Swiper .swiper-slide-active p img {
        opacity: 1 !important;
    }

    .Photos_Swiper .swiper-slide-active h4 {
        opacity: 1;
    }

    .Photos_Swiper p img {
        display: block;
        width: 900px;
        height: 600px;
        opacity: 0.8;
    }

    .Photos_Swiper h4 {
        opacity: 0;
        position: absolute;
        bottom: 0;
        width: 870px;
        padding: 15px;
        height: 70px;
        font-size: 30px;
        line-height: 35px;
        color: #FFF;
        background-color: rgba(227, 155, 0, 0.9);
    }

    .Photos_Swiper h4 a {
        color: #FFF;
    }

    .Photos_BTPrev {
        position: absolute;
        width: 49px;
        height: 49px;
        top: 45%;
        left: -25px;
        background: url(../img/Part6_Prev.png) center center no-repeat;
        background-image: 49px 49px;
        cursor: pointer;
        z-index: 2;
    }

    .Photos_BTNext {
        position: absolute;
        width: 49px;
        height: 49px;
        top: 45%;
        right: -25px;
        background: url(../img/Part6_Next.png) center center no-repeat;
        background-image: 49px 49px;
        cursor: pointer;
        z-index: 2;
    }

    .BackTop_Box {
        display: block;
        position: relative;
        margin-left: calc(50% - 1280px);
        width: 2560px;
        padding-top: 24px;
        height: 62px;
        overflow: hidden;
        
        background-color: #257488;
    }

    .BackTop_Div {
        margin: 0 auto;
        padding: 0;
        width: 316px;
        height: 62px;
        cursor: pointer;
    }

    .BackTop_Div img {
        width: 316px;
        height: 62px;
    }

    .Bottom_Box {
        display: block;
        position: relative;
        margin-left: calc(50% - 1280px);
        width: 2560px;
        padding-top: 90px;
        padding-bottom: 100px;
        background-color: #B02132;
        overflow: hidden;
    }

    .Bottom_Div {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: 1200px;

    }
    .Bottom_Left{
        float: left;
        padding: 0;
        width: 360px;
        height: 40px;
    }
    .Bottom_Left img{
        width: 360px;
        height: 40px;
    }
    .Bottom_Right{
        float: right;
        padding-left: 19px;
        border-left: 1px solid #FFF;
        width: 788px;
        height: auto;
        font-size: 16px;
        line-height: 20px;
        color: #FFF;
    }
}