/* PC */
@media (min-width:600px) {
    .TopBar_Box {
        margin: 0 auto;
        width: 100%;
        background-color: #103492;
        height: 40px;
        overflow: hidden;
    }

    .TopBar_Div {
        height: 40px;
    }

    .TopBar_Left_Div {
        margin-top: 10px;
        width: 171px;
        height: 18px;
    }

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

    .TopBanner_Box {
        margin: 0 auto;
        /*margin-left: calc(50% - 965px);   */
        width: 100%;
        max-width:1930px;
        height: 431px;
        background: url(../img/Banner_BK.jpg) top center no-repeat;
        overflow: hidden;
    }

    .TopBanner_Div {
        margin-top: 15px;
        height: 416px;
        overflow: hidden;
    }

    .TopBanner_Div img {
        height: 416px;
    }

    .Menu_Box {
        margin: 0 auto;
        /*margin-left: calc(50% - 965px);   */
        width: 100%;
        max-width:1930px;
        height: 60px;
        background: url(../img/Menu_BK.jpg) center center repeat-x;
        overflow: hidden;
    }

    .Menu_Div {
        height: 60px;
    }

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

    .Menu_Div li {
        float: left;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 52px;
        line-height: 60px;
        font-size: 16px;
        color: #004572;
        /* margin-right: 18px; */
        /* margin:0 22px; */
        text-transform: uppercase;
    }

    .Menu_Div li a {
        color: #004572;
    }

    .Menu_Div li a:hover {
        text-decoration: none;
    }

    .Menu_Div li:hover {
        border-bottom: 8px solid #99D1F9;
    }

    .SFQ_Div {
        margin: 0 auto;
        margin-left: calc(50% - 644px);
        margin-top: 28px;
        width: 1288px;
        height: auto;
        overflow: hidden;
    }

    .Latest_Div {
        margin: 0 auto;
        margin-left: calc(50% - 644px);
        margin-top: 40px;
        width: 1288px;
        height: auto;
        overflow: hidden;
        margin-bottom: 60px;
    }

    .Title_Div {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 35px;
        font-size: 28px;
        font-weight: bold;
        color: #000;
        border-bottom: 7px solid #0078CC;
        text-transform: uppercase;
    }

    .Title_Div a {
        color: #000;
    }

    .Title_Div a:hover {
        text-decoration: none;
    }

    .Latest_Div .Title_Div {
        margin-bottom: 40px;
    }

    .Latest_All {
        width: 100%;
        height: auto;
    }

    .Latest_Block {
        float: left;
        width: 324px;
        height: auto;
        margin-right: 14px;
    }

    .Latest_Block p {
        width: 324px;
        height: 216px;
    }

    .Latest_Block p img {
        width: 324px;
        height: 216px;
    }

    .Latest_Block h4 {
        padding: 15px 15px;
        width: 294px;
        height: 90px;
        background-color: #EFEFEC;
        font-size: 24px;
        line-height: 30px;
        color: #414141;
        overflow: hidden;
    }

    .Latest_Block h4 a {
        color: #414141;
    }

    .Latest_Right {
        float: right;
        width: 588px;
        height: auto;
    }

    .Latest_Right ul {
        width: 588px;
        height: auto;
    }

    .Latest_Right li {
        padding: 28px 0;
        font-size: 24px;
        line-height: 30px;
        color: #414141;
        height: 60px;
        border-bottom: 1px solid #DCDCDC;
        background: url(../img/Latest_Line.png) left bottom no-repeat;
    }

    .Latest_Right li a {
        color: #414141;
    }

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

    /* Thought_Box */
    .Thought_Box {
        width: 100%;
        padding: 50px 0 75px 0;
        height: auto;
        background-color: #F5F5F5;
    }

    .Thought_Div {
        margin: 0 auto;
        margin-left: calc(50% - 644px);
        width: 1288px;
        height: auto;
        overflow: hidden;
    }

    .Thought_Div .Title_Div {
        margin-bottom: 53px;
    }

    .Thought_List {
        width: 100%;
        height: auto;
    }

    .Thought_List ul {
        width: 100%;
        height: auto;
    }

    .Thought_List li {
        float: left;
        width: 316px;
        height: auto;
        margin-right: 8px;
    }

    .Thought_List li:last-child {
        margin-right: 0px;
    }

    .Thought_List li p {
        width: 316px;
        height: 210px;
    }

    .Thought_List li p img {
        width: 316px;
        height: 210px;
    }

    .Thought_List li h4 {
        padding: 18px;
        width: 280px;
        height: 90px;
        background-color: #0077CB;
        font-size: 24px;
        line-height: 30px;
        color: #FFF;
        overflow: hidden;
    }

    .Thought_List li h4 a {
        color: #FFF;
    }

    .Thought_Top {
        background-color: #99D1F9 !important;
        color: #333 !important;
    }

    .Thought_Top a {
        color: #333 !important;
    }

    .Stories_Box {
        width: 100%;
        padding: 47px 0 90px 0;
        height: auto;
        background-color: #E1EEFF;
    }

    .Stories_Div {
        margin: 0 auto;
        margin-left: calc(50% - 644px);
        width: 1288px;
        height: auto;
        overflow: hidden;
    }

    .Stories_Div .Title_Div {
        margin-bottom: 35px;
    }

    .Stories_All {
        width: 100%;
        height: auto;
    }

    .Stories_Left {
        position: relative;
        float: left;
        width: 387px;
        height: 412px;
        background: url(../img/Story_BK1.png) center center no-repeat;
        overflow: hidden;
    }

    .Stories_Left p {
        width: 365px;
        height: 243px;
        overflow: hidden;
    }

    .Stories_Left p img {
        width: 365px;
        height: 243px;
    }

    .Stories_Left em {
        position: absolute;
        right: 22px;
        top: 194px;
        width: 75px;
        height: 49px;
        z-index: 2;
        background: url(../img/Story_BigVideo.jpg) center center no-repeat;
    }

    .Stories_Left h4 {
        padding: 15px;
        width: 335px;
        height: 180px;
        font-size: 24px;
        line-height: 30px;
        color: #333;
        overflow: hidden;
    }

    .Stories_Left h4 a {
        color: #333;
    }

    .Stories_Right {
        float: right;
        width: 876px;
        height: auto;
        overflow: hidden;
    }

    .Stories_List {
        width: 100%;
        height: 290px;
    }

    .Stories_List ul {
        width: 100%;
        height: 290px;
    }

    .Stories_List li {
        position: relative;
        float: left;
        width: 272px;
        height: 289px;
        background: url(../img/Story_BK2.png) center center no-repeat;
        overflow: hidden;
        margin-right: 30px;
    }

    .Stories_List li:last-child {
        margin-right: 0px;
    }

    .Stories_List li p {
        width: 256px;
        height: 170px;
        overflow: hidden;
    }

    .Stories_List li p img {
        width: 256px;
        height: 170px;
        overflow: hidden;
    }

    .Stories_List li em {
        position: absolute;
        right: 16px;
        top: 136px;
        width: 52px;
        height: 34px;
        background: url(../img/Story_SmallVideo.jpg) center center no-repeat;
        z-index: 2;
        overflow: hidden;
    }

    .Stories_List li h4 {
        padding: 15px;
        width: 226px;
        font-size: 20px;
        line-height: 25px;
        color: #333;
        height: 75px;
        overflow: hidden;
    }

    .Stories_List li h4 a {
        color: #333;
    }

    .Stories_Info {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .Stories_Info ul {
        width: 100%;
        height: auto;
    }

    .Stories_Info li {
        padding: 12px 10px;
        font-size: 24px;
        line-height: 30px;
        color: #333;
        border-bottom: 1px solid #DCDCDC;
        background: url(../img/Latest_Line.png) left bottom no-repeat;
    }

    .Stories_Info li a {
        color: #333;
    }

    /* Quotes_Div */
    .Quotes_Box {
        width: 100%;
        padding: 40px 0 60px 0;
        height: auto;
        background-color: #E1EEFF;
    }

    .Quotes_Div {
        position: relative;
        margin: 0 auto;
        margin-left: calc(50% - 644px);
        width: 1288px;
        /* margin-top: 50px; */
        /* margin-bottom: 100px; */
        height: auto;
        /* overflow: hidden; */
    }

    .Quotes_Div .Title_Div {
        margin-bottom: 35px;
    }

    .Quotes_Swiper {
        width: 1288px;
        height: 359px;
        overflow: hidden;
    }

    .Quotes_Swiper ul {
        width: 1288px;
        height: 359px;
        overflow: hidden;
    }

    .Quotes_Swiper li {
        float: left;
        width: 269px;
        height: 359px;
        padding: 0 34px;
        border-right: 1px solid #A9BECA;
        overflow: hidden;
    }

    .Quotes_Swiper li:first-child {
        padding-left: 0;
    }
  .Quotes_Swiper li img{width: 269px;
        height: 359px;}
  
    .Quotes_Swiper li:last-child {
        padding-right: 0;
        border-right: 0px;
    }

    .Quotes_BTPrev {
        position: absolute;
        right: 30px;
        top: 40px;
        width: 17px;
        height: 23px;
        background: url(../img/Quotes_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Quotes_BTNext {
        position: absolute;
        right: 0;
        top: 40px;
        width: 17px;
        height: 23px;
        background: url(../img/Quotes_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    /* Vision_Box */
    .Vision_Box {
        width: 100%;
        padding: 50px 0 90px 0;
        height: auto;
        background-color: #FFF;
    }

    .Vision_Div {
        margin: 0 auto;
        margin-left: calc(50% - 644px);
        width: 1288px;
        height: auto;
        overflow: hidden;
    }

    .Vision_Div .Title_Div {
        margin-bottom: 42px;
    }

    .Inspection_Div {
        position: relative;
        padding: 40px 0 40px 0;
        margin: 0 auto;
        margin-left: calc(50% - 644px);
        width: 1288px;
        height: auto;
        overflow: hidden;
    }

    .Inspection_Div .Title_Div {
        margin-bottom: 52px;
    }

    .Inspection_Swiper {
        margin: 0 auto;
        width: 1200px;
        height: 665px;
        overflow: hidden;
    }

    .Inspection_Swiper .swiper-slide {
        position: relative;
        padding: 25px 30px;
        width: 1050px;
        height: 591px;
        background-color: #99D1F9;
        overflow: hidden;
        border-radius: 12px;
        box-shadow: 0 0 5px #aaa;
        opacity: 0.9;
    }

    .Inspection_Swiper .swiper-slide-active {
        opacity: 1;
    }

    .Inspection_Swiper p {
        width: 1050px;
        height: 591px;
        opacity: 0;
    }

    .Inspection_Swiper p img {
        width: 1050px;
        height: 591px;
    }

    .Inspection_Swiper h4 {
        position: absolute;
        background-color: rgba(11, 54, 108, 0.7);
        bottom: 25px;
        width: calc(100% - 84px);
        padding: 12px;
        text-align: center;
        line-height: 36px;
        font-size: 28px;
        color: #FFF;
        opacity: 0;
    }

    .Inspection_Swiper h4 a {
        color: #FFF;
    }

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

    .Inspection_Swiper .swiper-slide-active p {
        opacity: 1;
    }

    .Inspection_BTPrev {
        position: absolute;
        left: 0;
        top: 50%;
        width: 29px;
        height: 51px;
        background: url(../img/Inspection_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Inspection_BTNext {
        position: absolute;
        left: auto;
        right: 0;
        top: 50%;
        width: 29px;
        height: 51px;
        background: url(../img/Inspection_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    /* Visit_Box */
    .Visit_Box {
        width: 100%;
        padding: 40px 0 30px 0;
        height: auto;
        background-color: #F5F5F5;
    }

    .Visit_Div {
        position: relative;
        margin: 0 auto;
        margin-left: calc(50% - 650px);
        width: 1256px;
        padding: 50px 22px;
        height: 625px;
        background: url(../img/Visit_BK.jpg) center center no-repeat;
        overflow: hidden;
    }

    .Visit_Div .Title_Div {
        margin-bottom: 50px;
    }

    .Vist_Block {
        float: left;
        width: 614px;
    }

    .Vist_Block2 {
        float: right;
    }

    .Vistt_Item {
        width: 302px;
    }

    .Vistt_Item p {
        width: 302px;
        height: 302x;
        margin-bottom: 30px;
    }

    .Vistt_Item p img {
        width: 302px;
        height: 302px;
    }

    .Vistt_Item h4 {
        padding-top: 20px;
        border-top: 4px solid #0078CC;
        width: 302px;
        font-size: 24px;
        line-height: 30px;
        color: #333;
    }

    .Vistt_Item h4 a {
        color: #333;
    }

    /* Letter_Div */
    .Letter_Div {
        margin: 0 auto;
        margin-left: calc(50% - 644px);
        width: 1288px;
        padding: 45px 0;
        height: auto;
        overflow: hidden;
    }

    .Letter_Div .Title_Div {
        margin-bottom: 42px;
    }

    .Letter_Div h4 {
        background-color: #FFF;
    }

    /* SA_Box */
    .SA_Box {
        width: 100%;
        padding: 40px 0 30px 0;
        height: auto;
        background-color: #E1F0FC;
    }

    .SA_Div {
        margin: 0 auto;
        margin-left: calc(50% - 658px);
        width: 1316px;
        height: auto;
        overflow: hidden;
    }

    .SA_Div .Title_Div {
        margin: 0 auto;
        width: 1288px;
        margin-bottom: 30px;
    }

    .SA_Block {
        padding: 97px 54px 57px 65px;
        width: 1197px;
        height: 780px;
        background: url(../img/SA_BK.png) center center no-repeat;
    }
.show {
    display: block;
}
  .yin {
    display: none;
}
    .SA_Left {
        float: left;
        width: 530px;
        height: 780px;
        overflow: hidden;
    }

    .SA_Left ul {
        width: 530px;
        height: 780px;
        overflow-y: scroll;
    }

    .SA_Left li {
        width: 470px;
        line-height: 28px;
        font-size: 22px;
        color: #000;
        padding-top: 38px;
        padding-bottom: 38px;
        border-bottom: 1px dashed #B8B8B8;
    }

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

    .SA_Left li a {
        color: #000;
    }

    .SA_Right {
        float: right;
        width: 530px;
        height: 780px;
        overflow: hidden;
    }

    .SA_Right_Title {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        font-size: 24px;
        line-height: 30px;
        color: #000;
        overflow: hidden;
    }

    .SA_Right_Title a {
        color: #000;
    }

    .SA_Right_Info_Div {
        display: block;
        position: relative;
        padding: 24px 20px;
        width: 484px;
        height: 590px;
        border: 1px solid #59A5BE;
    }

    .SA_Right_Info {
        width: 484px;
        height: 590px;
        overflow-y: scroll;
    }

    .SA_Right_Info p {
        width: 440px;
    }

    .SA_Right_Info p img {
        max-width: 100%;
    }
.SA_Right_Info img{
  max-width:100%;
}
  figure {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.SA_Right_Info figure{
  margin-bottom:15px;
}
.SA_Right_Info p a{

	color: #0078CC;
	cursor: pointer;
}
    .SA_Right_Info p {
        width: 440px;
        font-size: 20px;
        line-height: 28px;
        color: #000;
        margin-bottom: 26px;
    }
  /* say_Div */
    .say_Div {
        margin: 0 auto;
        margin-left: calc(50% - 644px);
        width: 1288px;
        padding: 45px 0;
        height: auto;
        overflow: hidden;
    }

    .say_Div .Title_Div {
        margin-bottom: 42px;
    }

    .say_Div h4 {
        background-color: #FFF;
    }
    /* Special_Div */
    .Special_Div {
        margin: 0 auto;
        margin-left: calc(50% - 658px);
        width: 1316px;
        height: auto;

        overflow: hidden;
    }

    .Special_Div .Title_Div {
        padding-top: 50px;
        margin-bottom: 70px;
    }

    .Special_Block {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 55px;
        overflow: hidden;
    }

    .Special_Swiper {
        margin: 0 auto;
        width: 1170px;
        height: 332px;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .Special_Swiper .swiper-slide {
        width: 590px;
        height: 332px;
        background-color: #000;
    }

    .Special_Swiper p {
        width: 590px;
        height: 332px;
        opacity: 0.8;
    }

    .Special_Swiper .swiper-slide-active p {
        opacity: 1;
    }

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

    .Special_Swiper p img {
        width: 590px;
        height: 332px;
    }

    .Special_Swiper h4 {
        position: absolute;
        bottom: 0;
        padding: 13px;
        width: 564px;
        line-height: 28px;
        font-size: 22px;
        color: #FFF;
        background-color: rgba(2, 160, 218, 1);
        opacity: 0.6;
    }

    .Special_Swiper h4 a {
        color: #FFF;
    }

    .Special_BTPrev {
        position: absolute;
        left: 47px;
        top: 40%;
        width: 50px;
        height: 50px;
        background: url(../img/Special_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Special_BTNext {
        position: absolute;
        left: auto;
        right: 47px;
        top: 40%;
        width: 50px;
        height: 50px;
        background: url(../img/Special_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .Special_pagination {
        font-size: 12px;
        bottom: 0 !important;
        /* width: 90px !important; */
        height: 12px !important;
    }

    .Special_pagination .swiper-pagination-bullet {
        border-radius: 6px;
        width: 12px;
        height: 12px;
        background-color: #80CFEC;
        opacity: 1;
        z-index: 2;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .Special_pagination .swiper-pagination-bullet-active {
        background-color: #02A0DA;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    /* BackTop_Box */
    .BackTop_Box {
        width: 100%;
        height: 60px;
        background-color: #f6f6f6;
    }

    .BackTop {
        position: absolute;
        left: calc(50% - 130px);
        width: 260px;
        height: 60px;
    }

    /* Bottom_Box */
    .Bottom_Box {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #0C66BE;
    }

    .dibu-three {
        padding: 55px 0 105px 0;
        margin: 0 auto;
        width: 1200px;
        font-size: 16px;
        line-height: 38px;
        color: #FFF;
    }

    .dibu-three a {
        color: #FFF;
    }

    .dibu-three-nei {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .three-left {
        float: left;
        width: 730px;
        margin-left: 20px;
        height: auto;
        overflow: hidden;
    }

    .lo-g {
        height: 95px;
    }

    .three-midd {
        padding-top: 95px;
        float: left;
        width: 205px;
        height: auto;
        overflow: hidden;
    }

    .lo-a {
        width: 610px;
        font-size: 16px;
        line-height: 20px;
        color: #FFF;
        height: 123px;
    }

    .lo-c {
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        color: #FFF;
        display: flex;
        align-items: center;
    }

    .lo-c p {
        /* display: inline-block; */
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        color: #FFF;
        padding-right: 20px;
    }

    .lo-c img {
        height: 38px;
    }

    .three-right {
        float: left;
        width: 200px;
        height: auto;
    }

    .right-a {
        height: 50px;
    }

    .right-b span {
        float: left;
        margin-right: 10px;
    }
}


@media (min-width:600px) {
    .mCaidan {
        display: none;
    }

    .caidan {
        display: none;
    }
}