/* PC */
@media (min-width:600px) {

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        /* margin-bottom: 45px; */
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 32px;
        min-width: 100px;
        margin-bottom: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Next,
    .PageControl_Prev {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;

        height: 30px;
        width: 52px;
        margin-right: 30px;
        border: 1px solid #DDDAD2;
        background-color: #F7F6F3;
    }

    .PageControl_Next a,
    .PageControl_Prev a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        color: #272727;
        text-align: center;
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
    }

    .PageControl_Num ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
        list-style: none;
    }

    .PageControl_Num li {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 32px;
        height: 32px;
        line-height: 32px;

        font-size: 16px;
        text-align: center;
        margin-right: 30px;
        border: 1px solid #DDDAD2;
        background-color: #F7F6F3;
    }

    .PageControl_Num .NumOn {
        background-color: #FA6E16;
        color: #FFF !important;
    }

    .PageControl_Num .NumOn a {
        color: #FFF !important;
    }

    .PageControl_Num a {
        display: inline-block;
        position: relative;
        margin: 0 4px;
        padding: 0;
        border-radius: 16px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        color: #272727;
        background-color: #EEEEEE;
        font-size: 16px;
        text-align: center;
    }

    /* Artical_Content */
    .Artical_Content {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Artical_Content_Title_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 27px;
        font-size: 30px;
        font-weight: bold;
        line-height: 38px;
        color: #1e1e1e;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #1e1e1e;
    }

    .Artical_Content_Info_Div {
        margin: 0 auto;
        width: 100%;
        height: 30px;
        /* background-color: #F3F3F3; */
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        float: left;
        /* margin-top: 10px; */
        width: 50%;
        font-size: 16px;
        color: #636363;
        line-height: 30px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: auto;
        /* padding-left: 10px; */
        padding-right: 20px;
        font-size: 16px;
        line-height: 30px;
        color: #636363;
    }

    .Artical_Content_Info h4 a {
        color: #636363;
    }
    .Artical_Content_Link{
        float: right;
        width: 50%;
        height: 30px;
    }
    .Artical_Content_Link ul{
        float: right;
        width: 200px;
        height: 30px;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    .Artical_Content_Link li{
        float: right;
        width: 200px;
        height: 30px;
        overflow: hidden;
    }
    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 60px;
        /* border-bottom: 2px solid #E7EFFB; */
    }
    
    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;                
        /* padding-bottom: 30px; */
    }
/* 20240417 */
    .Artical_Content_Text p {
        /* padding: 0 5px; */
        font-size: 18px;
        /* text-indent:36px; */
        line-height: 32px;
        color: #1e1e1e;
        margin-bottom: 40px;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        width: 660px;
    }

    .Artical_Content_Text span {
        display: block;
        margin: 0 auto;
        width: 660px;
        text-align: center;
        font-size: 16px;
        line-height: 25px;
        color: #636363;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    



    /* Nav_Div */
    .Nav_Div {
        height: 60px;
        line-height: 60px;
        font-family: 'Arial';
        font-size: 16px;
        color: #000;
    }

    .Nav_Div a {
        color: #000;
    }

}


@media (min-width:600px) {
    .mCaidan {
        display: none;
    }

    .caidan {
        display: none;
    }

    .Page_Full {
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Menu_Top_Line_Box {
        width: 100%;
        height: 40px;
        background-color: #EEEEEE;
        overflow: hidden;
    }

    .Menu_Top_Line_Div {
        height: 40px;
        overflow: hidden;
    }

    .Menu_Top_Line_Div a {
        float: right;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-family: "微软雅黑";
        color: #323232;
        overflow: hidden;
    }

    .Menu_Box {
        width: 100%;
        padding-top: 15px;
        height: 70px;
        background-color: #FFF;
        /* overflow: hidden; */
    }

    .Menu_Div {
        height: 70px;

    }

    .Menu_Logo {
        float: left;
        width: 213px;
    }

    .Menu_Logo img {
        width: 110px;
        height: 55px;
    }

    .Menu_List_Div {
        float: left;
        width: 955px;
        height: 70px;
    }

    .Menu_List_Div ul {
        width: 955px;
        height: 70px;
        display: flex;
        justify-content: space-between;
        list-style: none;
    }

    .Menu_List_Div li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 70px;
        line-height: 55px;
        font-size: 16px;
        font-weight: bold;
        color: #323232;
        font-weight: bold;


    }

    .Menu_List_Div li a {
        color: #323232;
        text-decoration: none;
        font-weight: bold;
    }

    .Menu_List_Div li:hover a {
        color: #F96D13;
        font-weight: bold;
    }


    .Menu_Search {
        float: right;
        width: 18px;
        height: 55px;
    }

    .Menu_Search img {
        margin-top: 19px;
        width: 18px;
        height: 16px;
    }

    .Main_Menu_Li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 55px;
        padding-bottom: 15px;
    }

    .Menu_List_Div li:hover .Main_Menu_L2 {
        display: block;
    }

    .Menu_List_Div .Main_Menu_L2 {
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 70px;
        padding: 25px 0px;
        width: auto;

        background-color: #FA6E14;
        z-index: 2;
    }

    .Menu_List_Div .Main_Menu_L2 h4 {
        position: relative;
        display: block;
        line-height: 24px;
        height: 24px;
        padding: 0 20px;
        width: auto;
        /* min-width: 92px; */
        font-size: 16px;
        text-align: left;
        font-weight: normal;
        margin-bottom: 15px;
        cursor: pointer;
        white-space: nowrap;
    }

    .Menu_List_Div .Main_Menu_L2 h4 a {
        position: relative;
        display: block;
        width: auto;
        height: 24px;
        font-weight: normal;
        line-height: 24px;
        font-size: 16px;
        color: #FFF;
    }

    .Main_Menu_L2 h4:hover em {
        display: block;
        position: absolute;
        right: -6px;
        top: 0;
        width: 6px;
        height: 24px;
        background: url(../images/Menu_Arrow.png) center center no-repeat;
        z-index: 10;
    }



    .Menu_List_Div .Main_Menu_L2 a:hover {
        color: #FFF;
        /* font-weight: bold; */
        text-decoration: underline;

    }

    .Main_Menu_L3 {
        display: none;
        /* display: block; */

    }

    .Menu_List_Div .Main_Menu_L2 h4:hover .Main_Menu_L3 {
        display: block;
        position: fixed;
        top: 0;
        left: 100%;
        min-width: 148px;
        height: auto;
        min-height: 120px;
        border-top: 1px solid #FA6E14;
        background-color: #FFF;
        z-index: 3;
        padding: 25px 20px;
        overflow: hidden;
    }

    .Main_Menu_L3 h5 {
        display: block;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        color: #323232;
        margin-bottom: 12px;
        z-index: 3;
    }

    .Main_Menu_L3 h5 a {
        color: #323232 !important;
    }

    .Main_Menu_L3 h5 a:hover {
        text-decoration: underline;
    }

    .Home_Banner {
        margin: 0 auto;
        width: 1600px;
        height: auto;
    }

    .Home_Item_Div {
        padding-top: 44px;
        height: 412px;
        overflow: hidden;
    }

    .Home_Item_Left {
        float: left;
        width: 612px;
        margin-top: 12px;
    }

    .Home_Item_Left h4 {
        /* 20240716 */
        font-family: "MavenMavenPro-Bold";
        line-height: 46px;
        font-size: 34px;
        font-weight: bold;
        color: #1e1e1e;
    }

    .Home_Item_Left h4 a {
        color: #1e1e1e;
    }

    .Home_Item_Right {
        float: left;
        width: 588px;
        height: auto;
        overflow: hidden;
    }

    .Home_Item_Right ul {
        width: 100%;
        height: auto;
        list-style: none;
        overflow: hidden;
    }

    .Home_Item_Right li {
        width: 100%;
        height: 110px;
        border-bottom: 1px solid #C9c9c9;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
    }

    .Home_Item_Right li p {
        width: 55px;
        height: 55px;
        margin-left: 5px;
    }

    .Home_Item_Right li p img {
        width: 55px;
        height: 55px;
    }

    .Home_Item_Right li h4 {
        width: 450px;
        height: auto;
        margin-left: 30px;
        line-height: 25px;
        font-size: 18px;
        font-weight: bold;
        color: #1e1e1e;
    }

    .Home_Item_Right li h4 a {
        color: #1e1e1e;
    }

    .Home_Item_Right li em {
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 20px;
        background: url(../images/Home_Arrow.png) center center no-repeat;
    }

    .Home_Item_Right li:hover {
        cursor: pointer;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(238, 238, 238, 1));
    }

    .Home_Item_Right li:hover em {
        background: url(../images/Home_Arrow_on.png) center center no-repeat;
    }

    .Home_Swiper_Box {
        width: 100%;
        height: 600px;
        overflow: hidden;
        background-image: linear-gradient(to right, #FA6E14, #FBB336);
    }

    .Home_Swiper_Title {
        width: 100%;
        height: 75px;
        margin-top: 75px;
        line-height: 45px;
        font-size: 34px;
        /* 20240716 */
        font-family: "MavenMavenPro-Bold";
        font-weight: bold;
        text-align: center;
        color: #FFF;
    }

    .Home_Swiper_Title a {
        color: #FFF;
    }

    .Home_Swiper {
        margin: 0 auto;
        width: 1200px;
        height: 336px;
        overflow: hidden;
    }

    .Home_Swiper .swiper-slide {
        width: 224px;
        height: 336px;
        overflow: hidden;
    }

    .Home_Swiper p {
        width: 224px;
        height: 336px;
    }

    .Home_Swiper p img {
        width: 224px;
        height: 336px;
    }

    .Home_Swiper h4 {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 110px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    }

    .Home_Swiper h4 a {
        display: block;
        position: absolute;
        left: 5%;
        width: 90%;
        bottom: 25px;
        line-height: 28px;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        z-index: 2;
    }

    .Home_BTPrev {
        position: absolute;
        left: calc(50% - 720px);
        top: 50%;
        width: 35px;
        height: 60px;
        background: url(../images/Home_BTPrev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Home_BTNext {
        position: absolute;
        left: auto;
        right: calc(50% - 720px);
        top: 50%;
        width: 35px;
        height: 60px;
        background: url(../images/Home_BTNext.png);
        z-index: 2;
        cursor: pointer;
    }

    .Home_YinHang_Box {
        width: 100%;
        height: 520px;
        background: url(../images/Home_YinHang_BK.jpg) center center no-repeat;
        overflow: hidden;
    }

    .HomeYinHang_Div {
        margin-top: 96px;
        height: auto;
    }

    .HomeYinHang_Block {
        float: right;
        width: 588px;
        height: auto;
    }

    .HomeYinHang_Title {
        width: 100%;
        height: 78px;
        line-height: 45px;
        color: #FFF;
        /* 20240716 */
        font-family: "MavenMavenPro-Bold";
        font-weight: bold;
        font-size: 34px;
    }

    .HomeYinHang_Title a {
        color: #FFF;
    }

    .HomeYinHang_Item {
        width: 100%;
        height: 270px;
        background-color: #EEE;
        overflow: hidden;
    }

    .HomeYinHang_Item h4 {
        width: 100%;
        height: 70px;
        text-indent: 38px;
        line-height: 70px;
        font-size: 16px;
        font-weight: bold;
        color: #1e1e1e;
        background-color: #FFF;
    }

    .HomeYinHang_Item h4 a {
        color: #1e1e1e;
    }

    .HomeYinHang_Item ul {
        margin-left: 38px;
        padding-top: 24px;
        height: 200px;
        background: url(../images/Home_Arrow_Down_White.png) left top no-repeat;
    }

    .HomeYinHang_Item li {
        font-size: 16px;
        line-height: 21px;
        color: #1e1e1e;
        margin-bottom: 12px;
        padding-left: 15px;
        background: url(../images/Home_Dot_Black.png) left center no-repeat;
    }

    .HomeYinHang_Item li a {
        color: #1e1e1e;
    }

    .Home_AD_Div {
        padding: 80px 0;
        height: 170px;
        display: flex;
        justify-content: space-between;
    }

    .Home_AD_Block {
        width: 585px;
        height: 170px;
        box-shadow: 0 0 3px #aaa;
    }

    .Home_AD_Block_Left {
        float: left;
        width: 255px;
        height: 170px;
    }

    .Home_AD_Block_Left img {
        width: 255px;
        height: 170px;
    }

    .Home_AD_Block_Right {
        float: left;
        width: 330px;
        height: 170px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .Home_AD_Block_Right h4 {

        width: 275px;
        height: auto;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        color: #1e1e1e;
    }

    .Home_AD_Block_Right h4 a {
        color: #1e1e1e;
    }

    .Home_ChuangXin_Box {
        width: 100%;
        height: 785px;
        overflow: hidden;
        background-image: linear-gradient(to right, #FA6E14, #FBB336);
    }

    .Home_ChuangXin_Title {
        width: 100%;
        height: 75px;
        margin-top: 75px;
        line-height: 45px;
        font-size: 36px;
        /* 20240716 */
        font-family: "MavenMavenPro-Bold";
        font-weight: bold;
        text-align: center;
        color: #FFF;
    }

    .Home_ChuangXin_Title a {
        color: #FFF;
    }

    .Home_ChuangXin_Div {
        height: 535px;
        overflow: hidden;
    }

    .Home_ChuangXin_Div ul {
        width: 100%;
        list-style: none;
    }

    .Home_ChuangXin_Div li {
        float: left;
        width: 586px;
        height: 250px;
        margin-right: 28px;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .Home_ChuangXin_Div li:nth-child(2n) {
        margin-right: 0px;
    }

    .Home_ChuangXin_Div li p {
        width: 586px;
        height: 250px;
    }

    .Home_ChuangXin_Div li p img {
        width: 586px;
        height: 250px;
    }

    .Home_ChuangXin_Links {
        position: absolute;
        bottom: 40px;
        width: 100%;
        height: 25px;
        z-index: 2;
        display: flex;
        justify-content: center;
    }

    .Home_ChuangXin_Links h4 {
        padding: 0 20px;
        height: 25px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        line-height: 25px;
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
    }

    .Home_ChuangXin_Links h4 a {
        color: #FFF;
    }

    .Home_Contactus_Div {
        height: 230px;
        padding: 95px 0;
    }
/* 20240716 */
    .Home_Contactus_Mail {
        float: left;
        width: 369px;
        height: 230px;
        border-right: 1px solid #DBDBDB;
    }

    .Home_Contactus_Mail p {
        margin: 0 auto;
        margin-top: 40px;
        width: 64px;
        height: 104px;

    }

    .Home_Contactus_Mail p img {
        width: 64px;
        height: 64px;
    }

    .Home_Contactus_Mail h4 {
        margin: 0 auto;
        width: 134px;
        height: 46px;
        border-radius: 23px;
        background-color: #FA6E14;
        line-height: 46px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #FFF;

    }

    .Home_Contactus_Mail h4 a {
        color: #FFF;
    }
/* 20240716 */
    .Home_Contactus_QR {
        float: left;
        width: 520px;
        padding-left: 80px;
        /* padding-right: 150px; */
    }
/* 20240716 */
    .Home_Contactus_Title {
        /* width: 346px; */
        /* height: 50px; */
        line-height: 26px;
        font-size: 18px;
        text-align: center;
        margin-bottom: 24px;
        color: #1e1e1e;
    }

    .Home_Contactus_Title a {
        color: #1e1e1e;
    }

    .Home_Contactus_QR_Div {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .Home_Contactus_QR_Block {
        width: 148px;

    }

    .Home_Contactus_QR_Block p {
        margin: 0 auto;
        width: 141px;
        height: 141px;
    }

    .Home_Contactus_QR_Block p img {
        width: 141px;
        height: 141px;
    }

    .Home_Contactus_QR_Block h4 {
        width: 100%;
        margin-top: 13px;
        height: 23px;
        line-height: 23px;
        text-align: center;
        font-size: 16px;
        color: #1e1e1e;
    }

    .Home_Contactus_QR_Block h4 a {
        color: #1e1e1e;
    }

    .Home_Links_Div {
        float: right;
        width: 138px;
        height: 138px;
        margin-top: 53px;
        border-left: 1px solid #DCDCDC;
        border-top: 1px solid #DCDCDC;
    }

    .Home_Links_Div ul {
        width: 139px;
        height: 140px;
        list-style: none;
    }

    .Home_Links_Div li {
        float: left;
        width: 69px;
        height: 69px;
    }

    .Home_Links_Div li img {
        width: 69px;
        height: 69px;
    }

    .Bottom_Box {
        width: 100%;
        height: 440px;
        background-color: #eee;
    }

    .Bottom_Div {
        padding-top: 60px;
        height: auto;

    }
/* 20240716 */
    .Bottom_Menu_Div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 260px;
    }

    .Bottom_Item {
        width: 155px;
        height: auto;
    }

    .Bottom_L1 {
        width: 100%;
        line-height: 23px;
        height: 45px;
        color: #1e1e1e;
        font-size: 16px;
    }

    .Bottom_L1 a {
        color: #1e1e1e;
    }

    .Bottom_L2 ul {

        width: 100%;
        height: auto;
        list-style: none;
    }

    .Bottom_L2 li {
        width: 100%;
        line-height: 18px;
        margin-bottom: 12px;
        font-size: 14px;
        color: #323232;
    }

    .Bottom_L2 li a {
        color: #323232;
    }

    .Bottom_L3 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .Bottom_L3 h4 {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 4px;
        color: #636363;
        padding-left: 10px;
        background: url(../images/Bottom_Dot.png) left top no-repeat;
        background-position: 0 0px;
    }

    .Bottom_Info {
        border-top: 1px solid #DCDCDC;
        height: 80px;
        line-height: 80px;
        font-size: 14px;
        color: #959595;
        text-align: center;
    }

    /* Nav_Div */
    .Nav_Div {
        height: 56px;
        line-height: 56px;
        font-size: 14px;
        color: #818181;
    }

    .Nav_Div a {
        color: #818181;
    }

    .Channel_Title {
        /* 20240716 */
        font-family: "MavenMavenPro-Bold";

        height: 80px;
        line-height: 45px;
        font-size: 34px;
        font-weight: bold;
        color: #1e1e1e;
        text-align: center;
    }

    .Channel_Title a {
        color: #1e1e1e;
    }

    .Ch1_ZongTi_Div {
        height: auto;
        margin-top: 20px;
        margin-bottom: 100px;
        overflow: hidden;
    }

    .Ch1_ZongTi_Block {
        width: 100%;
        height: 380px;
        background: url(../images/Ch1_ZongTi_BK.jpg) center center no-repeat;
        overflow: hidden;
    }

    .Ch1_ZongTi_Block ul {
        margin: 0 auto;
        margin-top: 250px;
        width: 1106px;
        height: 100px;
        display: flex;
        justify-content: space-between;
    }

    .Ch1_ZongTi_Block li {
        margin: 0 auto;
        width: 100%;
        /* padding-top: 38px; */
        height: 100px;
        line-height: 24px;
        font-size: 18px;
        /* font-weight: bold; */
        color: #FFF;
        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        background: url(../images/Channel_BT_BK.png) center center no-repeat;

    }

    .Ch1_ZongTi_Block li a {
        display: block;
        padding:0 40px;
        /* width: calc(100% - 80px); */
        color: #FFF;
    }

    .Ch1_ZongTi_Block li a::after {
        position: absolute;
        content: " ";
        display: block;
        width: 24px;
        height: 24px;
        top: 38px;
        right: 20px;
        background: url(../images/Channel_ArrowWhite.png) center center no-repeat;
    }

    .Ch1_GuiHua_Box {
        width: 100%;
        height: 600px;
        background-color: #EEEEEE;
        overflow: hidden;
    }

    .Ch1_GuiHua_Div {
        margin-top: 75px;
        overflow: hidden;
    }

    .Ch1_GuiHua {
        width: 1200px;
        height: 336px;
        /* border: 10px solid #151515; */
        margin: 50px auto;
        background-color: #000;
        border-right: 0;
        overflow: hidden;
    }

    .Ch1_GuiHua_Item {
        float: left;
        width: 240px;
        height: 336px;
        overflow: hidden;
    }

    .Ch1_GuiHua_Item p {
        position: absolute;
        top: 0;
        left: calc(50% - 260px);
        width: 520px;
        height: 336px;
        opacity: .3;
        transition: all 0.5s;
        z-index: 1;
    }

    .Ch1_GuiHua_Item:hover p {
        opacity: 1;
        transition: all 0.5s;
    }

    .Ch1_GuiHua_text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        z-index: 2;
    }

    .Ch1_GuiHua_Item h4 {
        color: #fff;
        width: 100%;
        margin-top: 60px;
        margin-left: 40px;
        margin-right: 10px;
        text-align: left;
        line-height: 28px;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px;
        transition: all 0.5s;
    }

    .Ch1_GuiHua_Item h4 a {
        color: #fff;
    }

    .Ch1_GuiHua_Item h5 {
        transition: all 0.5s;
        opacity: 0;
        width: 134px;
        height: 46px;
        margin-left: 40px;
        border-radius: 23px;
        background-color: #FA6E14;
        line-height: 46px;
        text-align: center;
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
    }

    .Ch1_GuiHua_Item h5 a {
        color: #fff;
    }

    .Ch1_GuiHua_Item:hover h4 {
        margin-top: 0px;
        transition: all 0.5s;
    }

    .Ch1_GuiHua_Item:hover h5 {
        opacity: 1;
        transition: all 0.5s;
    }

    .Ch1_Qita_Box {
        width: 100%;
        height: 590px;
        background-image: linear-gradient(to right, #FA6E14, #FBB336);
        overflow: hidden;
    }

    .Ch1_Qita_Div {
        margin-top: 100px;
        overflow: hidden;
    }

    .Ch1_Qita_Left {
        float: left;
        width: 520px;
        height: auto;
        overflow: hidden;
    }

    .Ch1_Qita_Title {
        text-align: left !important;
    }

    .Ch1_Qita_Title a {
        color: #FFF;
    }

    .Ch1_Qita_Item {
        width: 100%;
        height: 50px;
        padding-bottom: 20px;
        border-bottom: 1px solid #FCA461;
        overflow: hidden;
    }

    .Ch1_Qita_Item_Left {
        float: left;
        width: 56px;
        height: 50px;
        border-right: 1px solid #FFF;
    }

    .Ch1_Qita_Item_Left h4 {
        width: 50px;
        height: 34px;
        font-family: Arial;
        font-size: 34px;
        line-height: 34px;
        text-align: center;
        color: #FFF;
        overflow: hidden;
    }

    .Ch1_Qita_Item_Left h5 {
        width: 50px;
        height: 16px;
        font-family: Arial;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #FFF;
        overflow: hidden;
    }

    .Ch1_Qita_Info {
        width: 100%;
        margin-top: 20px;
        font-size: 16px;
        line-height: 32px;
        color: #FFF;
    }
    .Ch1_Qita_Info ul{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Ch1_Qita_Info li{
        width: 100%;
        font-size: 16px;
        line-height: 32px;
        color: #FFF;
    }
    .Ch1_Qita_Info li a{
        color: #FFF;
    }
    .Ch1_Qita_Item_Right {
        float: right;
        width: calc(100% - 70px);
        font-size: 16px;

        line-height: 25px;
        color: #FFF;
    }

    .Ch1_Qita_Item_Right h6 {
        font-size: 16px;
        font-weight: bold;
        line-height: 25px;
        color: #FFF;
    }
    .Ch1_Qita_Item_Right h6 a{
        color: #FFF;
    }
    .Ch1_Qita_Right {
        float: right;
        width: 630px;
        height: auto;
        overflow: hidden;
    }

    .Ch1_Qita_RTop {
        width: 630px;
        height: 260px;
    }

    .Ch1_Qita_RTop img {
        width: 630px;
        height: 260px;
    }

    .Ch1_Qita_RBottom {
        margin-top: 12px;
        width: 630px;
        height: 120px;
        display: flex;
        justify-content: flex-start;
    }

    .Ch1_Qita_RBottom p {
        width: 239px;
        height: 120px;
        margin-right: 12px;
    }

    .Ch1_Qita_RBottom p img {
        width: 239px;
        height: 120px;
    }

    .Ch1_TeSe_Div {
        margin-top: 75px;
        height: auto;

        margin-bottom: 130px;
    }

    .Ch1_TeSe_Block {
        width: 100%;
        height: 250px;
        display: flex;
        justify-content: space-between;

    }

    .Ch1_TeSe_Item {
        width: 586px;
        height: 250px;
        overflow: hidden;
        box-shadow: 0 0 5px #aaa;
    }

    .Ch1_TeSe_Item p {
        position: absolute;
        width: 586px;
        height: 250px;
        z-index: 1;
    }

    .Ch1_TeSe_Cover {
        position: absolute;
        top: 100px;
        width: 100%;
        height: 80px;
        z-index: 2;
    }

    .Ch1_TeSe_Cover h4 {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        color: #FFF;
    }

    .Ch1_TeSe_Cover h4 a {
        color: #FFF;
    }

    .Ch1_TeSe_Cover ul {
        margin: 0 auto;
        width: 360px;
        height: 26px;
        display: flex;
        justify-content: space-between;

    }

    .Ch1_TeSe_Cover li {
        width:112px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
        color: #F96D13;
        border: 1px solid #F96D13;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .Ch1_TeSe_Cover li a {
        color: #F96D13;
    }

    /* Ch2_Type_Div */
    .Ch2_Type_Div {
        margin-top: 23px;
        margin-bottom: 100px;
        height: auto;
        overflow: hidden;
    }

    .Ch2_Type_Left {
        float: left;
        width: 340px;
    }

    /* 20240717 */
    .Ch2_Type_LTop {
        width: 100%;
        min-height: 620px;
        overflow: hidden;
        background: url(../images/Ch2_Cooper_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .Ch2_Type_Title {
        margin: 0 auto;
        width: 280px;
        margin-top: 28px;
        /* 20240716 */
        font-family: "MavenMavenPro-Bold";
        margin-bottom: 24px;
        min-height: 80px;
        text-align: left;
    }
    .Ch2_Type_Title a{
        line-height: 40px!important;
        font-size: 34px;
        font-weight: bold;

        
    }
    .Ch2_Type_LTop ul {
        margin: 0 auto;
        width: 280px;
        height: auto;
        padding-bottom: 28px;
    }

    .Ch2_Type_LTop li {
        width: 280px;
        height: 150px;
        background-color: rgba(247, 247, 247, 0.7);
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .Ch2_Type_LTop li p {
        width: 59px;
        height: 56px;
        margin-bottom: 15px;

    }

    .Ch2_Type_LTop li h4 {
        width: 100%;
        height: 24px;
        line-height: 24px;
        font-size: 18px;
        text-align: center;
        color: #1e1e1e;
    }

    .Ch2_Type_LTop li h4 a {
        color: #1e1e1e;
    }

    .Ch2_Type_LBottom {
        margin-top: 22px;
        width: 100%;
        height: 190px;
        background: url(../images/Ch2_TouZi_BK.jpg) center center no-repeat;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .Ch2_Type_LBottom a {
        display: block;
        margin: 0 auto;
        width: 280px;
        /* height: 50px; */
        font-size: 36px;
        text-align: left;
        font-weight: bold;
        color: #FFF;
    }

    .Ch2_Type_Right {
        float: right;
        width: 780px;
    }

    .Ch2_Type_Info_Title {
        height: 70px;
    }

    .Ch2_Type_Info {
        width: 100%;
        height: 535px;
        overflow: hidden;
    }
/* 20240417 */
    .Ch2_Type_Info p {
        width: 100%;
        font-size: 16px;
        line-height: 30px;
        /* text-indent: 32px; */
        color: #1e1e1e;
        margin-bottom: 17px;
    }

    .Ch2_Type_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Ch2_Type_List ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

    .Ch2_Type_List li {
        width: 100%;
        height: 56px;
        line-height: 56px;
        border-bottom: 1px solid #eee;
        overflow: hidden;

    }

    .Ch2_Type_List li h4 {
        float: left;
        width: 90%;
        height: 56px;
        line-height: 56px;
        padding-left: 15px;
        font-size: 16px;
        color: #F96D13;
        background: url(../images/Ch2_Dot.png) left center no-repeat;
    }

    .Ch2_Type_List li h4 a {
        color: #F96D13;
    }

    .Ch2_Type_List li em {
        float: right;
        width: 36px;
        height: 56px;
        line-height: 56px;
        background: url(../images/Ch2_BT_Download.png) center center no-repeat;

    }

    .Ch2_Qita_Box {
        width: 100%;
        height: 400px;
        overflow: hidden;
        background: url(../images/Ch2_QiTa_BK.jpg) center center no-repeat;
    }

    .Ch2_Qita_Title {
        margin-top: 77px;
        height: 104px;
    }

    .Ch2_Qita_Title a {
        color: #FFF;
    }

    .Ch2_Qita_List {
        margin: 0 auto;
        width: 900px;
        height: 120px;
    }

    .Ch2_Qita_List ul {
        width: 900px;
        height: 120px;
        list-style: none;
        display: flex;
        justify-content: space-between;
    }

    .Ch2_Qita_List li {
        width: 100px;
        height: 120px;
    }

    .Ch2_Qita_List li p {
        margin: 0 auto;
        width: 72px;
        height: 60px;
        margin-bottom: 30px;
    }

    .Ch2_Qita_List li h4 {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
    }

    .Ch2_Qita_List li h4 a {
        color: #FFF;
    }

    .Ch2_Zaiti_Div {
        margin-top: 75px;
        margin-bottom: 120px;
        height: auto;
        overflow: hidden;
    }

    .Ch2_Zaiti_Title {
        height: 78px;
    }

    .Ch2_Zaiti_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Ch2_Zaiti_Div li {
        float: left;
        margin-right: 40px;
        margin-bottom: 30px;
        width: 580px;
        height: 326px;
        overflow: hidden;
    }

    .Ch2_Zaiti_Div li:nth-child(2n) {
        margin-right: 0;
    }

    .Ch2_Zaiti_Div li p {
        position: absolute;
        width: 580px;
        height: 326px;
        z-index: 1;
    }

    .Ch2_Zaiti_Div li p img {
        width: 580px;
        height: 326px;
    }

    .Ch2_Zaiti_Div li h4 {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 120px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
        z-index: 2;
    }

    .Ch2_Zaiti_Div li h4 a {
        display: block;
        position: absolute;
        bottom: 30px;
        width: 100%;
        height: 28px;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
    }

    /* Ch3_List_Div */
    .Ch3_List_Div {
        margin-top: 25px;
        margin-bottom: 60px;
        height: auto;
        overflow: hidden;
    }

    .Ch3_List_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Ch3_List_Div li {
        float: left;
        margin-right: 40px;
        margin-bottom: 30px;
        width: 580px;
        height: 386px;
        overflow: hidden;
    }

    .Ch3_List_Div li:nth-child(2n) {
        margin-right: 0px;
    }

    .Ch3_List_Div li p {
        position: absolute;
        width: 580px;
        height: 386px;
        z-index: 1;
    }

    .Ch3_List_Div li h4 {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 120px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        z-index: 1;
    }

    .Ch3_List_Div li h4 a {
        position: absolute;
        bottom: 20px;
        width: 100%;
        line-height: 28px;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
    }

    .Ch3_List_Swiper {
        width: 1200px;
        height: 803px;
        overflow: hidden;
    }

    .Ch3_List_Item {
        float: left;
        margin-right: 40px;
        margin-bottom: 30px;
        width: 580px;
        height: 386px;
        overflow: hidden;
    }

    .Ch3_List_Item:nth-child(2n) {
        margin-right: 0px;
    }

    .Ch3_List_Item p {
        position: absolute;
        width: 580px;
        height: 386px;
        z-index: 1;
    }

    .Ch3_List_Item h4 {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 120px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        z-index: 1;
    }

    .Ch3_List_Item h4 a {
        position: absolute;
        bottom: 20px;
        width: 100%;
        line-height: 28px;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
    }
    .Ch3_List2_Div{
        padding-bottom: 140px;
        
    }
    .Ch3_List_pagination {
        font-size: 12px;     
        margin-bottom: 60px;
        height: 20px !important;
    }

    .Ch3_List_pagination .swiper-pagination-bullet {
        border-radius: 5px;
        width: 10px;
        height: 10px;
        background-color: #C9C9C9;
        opacity: 1;
    }

    .Ch3_List_pagination .swiper-pagination-bullet-active {
        background-color: #FA6E16;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px) !important;
    }
    .Ch3_List_More{
        display: none;
    }
    /* Ch4_Info_Div */
    .Ch4_Info_Div{
        margin: 0 auto;
        width: 900px;
        margin-top: 32px;
        margin-bottom: 65px;
    }
    .Ch4_Info_Top{
        margin-top: 70px;
    }
    .Ch4_info{
        margin-top: 32px;
        width: 100%;

    }
    /* 20240417 */
    .Ch4_info h4{
        width: 100%;
        font-size: 16px;
        line-height: 30px;
        color: #1e1e1e;
        /* text-indent: 32px; */
        margin-bottom: 10px;
    }
    .Ch4_info_More{
        font-size: 16px;
        line-height: 30px;
        color: #F96D13;
    }
    .Ch4_info_More a{
        color: #F96D13;
    }
    .Ch4_Title_Div{
        margin-top: 60px;
        width: 100%;
        height: 52px;        
    }
    .Ch4_Title_Div h4{
        float: left;
        width: 65px;
        height: 52px;
        padding-left: 5px;
        line-height: 52px;
        font-size: 34px;
        font-family: "Century Gothic";
        color: #FFF;
        font-weight: bold;
        overflow: hidden;
        background: url(../images/Ch4_Title_BK.png) center center no-repeat;
    }
    .Ch4_Title_Div h5{
        float: left;
        width: calc(100% - 80px);
        height: 52px;
        padding-left: 5px;
        line-height: 52px;
        font-size: 35px;
        font-weight: bold;
        font-family: "微软雅黑";
        color: #1e1e1e;
    }
    /* List_Full_Div */
    .List_Full_Div{
        /* margin-top: 25px; */
        height: auto;
        overflow: hidden;
    }
    .List_Type_Div{
        margin-top: 26px;
        float: left;
        width: 278px;
        height: auto;
    }
    .List_Type_Div ul{        
        width: 278px;
        height: auto;
        list-style: none;
    }
    .List_Type_Div li{        
        width: 278px;
        height: auto;      
        margin-bottom: 3px;
        background: url(../images/List_Type_BK.jpg) center right repeat-y;
        background-color: #F6F6F6;
    }
    /* 20240604 */
    .List_Type_Line{
        padding-left: 28px;
        padding-top:15px;
        padding-bottom:15px;
        line-height: 30px;
        /* height: 60px; */
        font-size: 20px;
        font-weight: bold;
        background: url(../images/List_Type_BK.jpg) center right repeat-y;
        background-color: #F6F6F6;
        color: #1e1e1e;
    }
    .List_Type_Line a{
        color: #1e1e1e;
    }

    .List_Type_Now .List_Type_Line{
        background: url(../images/List_Type_BK_on.jpg) center right repeat-y;
        background-color: #FA6E16;
        color: #FFF;
    }
    .List_Type_L2{
        /* display: none; */
        width: 100%;
        height: auto;
    }
        /* 20240604 */
    .List_Type_L2_Line{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .List_Type_Now .List_Type_Line a{
        color: #FFF;
    }
        /* 20240604 */
    .List_Type_L2_Line em{
        float: left;
        display: block;
        width: 28px;
        height: 50px;
    }
        /* 20240604 */
    .List_Type_L2_Line h4{
        float: left;
        width: 210px;
        /* height: 50px; */
        padding-top:12px;
        padding-bottom:12px;
        line-height: 26px;
        font-size: 18px;
        color: #1B0F0F;
        border-bottom: 1px solid #E5E5E5;
    }
    .List_Type_L2_Line h4 a{
        color: #1B0F0F;
    }
    .List_Type_L2_Now em{
       background: url(../images/List_Arrow.png) left center no-repeat;
    }
    .List_Type_L2_Now h4{
        color: #F96D15;
    }
    .List_Type_L2_Now h4 a{
        color: #F96D15;
    }

    .List_Right_Div{
        float: right;
        width: 880px;
        height: auto;
        overflow: hidden;
    }
    .List_List_Block{
        width: 100%;
        height: auto;
    }
    .List_List_Block ul{
        width: 100%;
        height: auto;
        list-style: none;
    }
    .List_List_Block li{
        margin-top: 26px;
        margin-bottom: 26px;
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #e6e6e6;
    }
    /* .List_List_Block li:first-child{
        margin-top: 0;        
    } */
    .List_List_Block li p{
        float: left;
        width: 310px;
        height: 206px;
        margin-right: 30px;
        margin-bottom: 26px;
    }
    .List_List_Block li p img{
        width: 310px;
        height: 206px;
    }
    .List_List_Block2 ul{
        overflow: hidden;
    }
    .List_List_Block2 li{
        float: left;
        width: 564px;
        margin-right: 72px;
        margin-bottom: 0!important;
    }
    .List_List_Block2 li:nth-child(2n){            
        margin-right: 0;
    }
    .List_List_Block2 .List_Pic_Div{
        display: block;
        float: left;
        min-width: 90px;
        min-height: 232px;
        height: auto;
        overflow: hidden;        
    }
    .List_List_Block2 .List_text_Top1{
        position: absolute;
        top:0;
        right: 0px;
        z-index: 2;
        margin-right: 30px;
    }
    .List_List_Block2 .List_text_Top h4{
        height: 90px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .List_List_Block2 .List_text h5{
        height: 78px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .List_text{
        height: auto;
        overflow: hidden;
        margin-bottom: 26px;
    }
    .List_text h5{
        margin-top: 28px;
        height: auto;
        font-size: 16px;
        color:#818181;
        line-height: 26px;
        overflow: hidden;
    }

    .List_text_Top{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .List_text_Top1{
        float: left;
        display: block;
        width: 60px;
        height: 60px;
        margin-right: 18px;
    }
    .List_text_Top1 h5{
        margin: 0;
        padding: 0;
        width: 60px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 34px;
        color: #1e1e1e;
        background-color: #F6F6F6;
    }
    .List_text_Top1 h6{
        margin: 0;
        padding: 0;
        width: 60px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        color: #FFF;
        background-color: #FA6E16;
    }
    .List_text_Top h4{       
        height: 60px;
        line-height: 30px;
        font-size: 24px;
        color: #1e1e1e;
        overflow: hidden;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .List_text_Top h4 a{
        color: #1e1e1e;        
    }
    .List_text_Top2{
        display: none;
    }
    .ListControl_Div{
        margin-top: 60px;
    }
    .Artical_Full_Div{        
        height: auto;
        overflow: hidden;
    }
    .Artical_Right_Div{
        float: right;
        margin-top: 26px;
        width: 880px;
        height: auto;
    }

    .ArticalControl_Div{
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .Artical_Related_Div{
        width: 100%;
        height: auto;
    }
    .Artical_Related_Title {
        height: 40px;
        line-height: 32px;
        font-size: 26px;
        font-weight: bold;
        color: #1e1e1e;
    }

    .Artical_Related_Title a {

        color: #1e1e1e;
    }

    .Artical_Related_List {
        /* padding: 32px 18px; */
        /* border: 1px solid #E5E5E5; */
        /* background-color: #F6F6F6; */
        margin-bottom: 80px;
    }

    .Artical_Related_List ul {
        width: 100%;
        height: auto;
    }

    .Artical_Related_List li {
        width: 100%;
        height: auto;
        padding: 20px 0;

        border-bottom: 1px solid #EEE;
    }

    .Artical_Related_List li h4 {
        font-size: 18px;
        padding-left: 24px;
        line-height: 30px;
        background: url(../images/Artical_Dot.png) left top no-repeat;
        background-position: 4px 12px;
        color: #fa6e16;

    }

    .Artical_Related_List li h4 a {
        color: #fa6e16;
    }
    /* Search_Div */
    .Search_Div{        
        height: auto;
        overflow: hidden;
        margin-top: 33px;
    }
    .Search_Block{
        padding:40px 60px;
        width: 1080px;
        height: 52px;
        background-color: #F6F6F6;
        margin-bottom: 35px;
    }
    .Search_Left{
        float: left;
        width: 948px;
        height: 50px;
        border: 1px solid #e6e6e6;
        background-color: #FFF;

    }
    .Search_Left input{        
        width: 948px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #818181;
        text-indent: 20px;
        background-color: #FFF;        
    }
    .Search_BT{
        float: left;
        width: 130px;
        height: 52px;
        background-color: #FA6E16;
        text-align: center;
    }
    .Search_BT a{
        display: block;
        margin: 0 auto;
        margin-top: 12px;
        width: 20px;
        height: 29px;
        text-align: center;
    }
    .Search_List{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Search_List ul{
        width: 100%;
        height: auto;
        list-style: none;
    }
    .Search_List li{
        padding-top:26px;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #e6e6e6;
    }
    .List_text h5 span{
        color:#FF1515;
     }
     .SearchControl_Div{
        margin-top: 60px;
        margin-bottom: 120px;
     }
}