@import "common.css?20200922";
@import "animation.css";

.GridSet {
    width: 100%;
}

.Section {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    box-sizing: border-box;
}
.Section.lastSection {
    padding: 0;
}

#Contents,
.OptionWideRWD #Contents {
    padding: 0;
}
h2 {
    background-image: none;
}
h2.light {
    background: none;
}
h2 span {
    background-color: transparent;
    font-size: 28px;
    border-bottom: 2px solid #e10026;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}
h2 a:hover {
    text-decoration: none;
}

h2.light span {
    background-color: transparent;
    font-size: 28px;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}
h2.light span a {
    background-image: url("/image/cn/r1/icon/icon_link_right_xl_white_hd.gif");
}
h2.light span a:hover {
    background-position: 101%;
}

h2.light span a:link,
h2.light span a:visited {
    color: #FFF;
}
/******* Top Page Branding Image/Video Area ******/



#headerPart {
    display: block;
    position: relative;
    overflow: hidden;
}



#brandingArea {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 0 !important;
    z-index:1;
    height: 720px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

#brandingArea #TopImg {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    background-image: url("/image/ml_portal/new_version/top/branding/branding_vid_event.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#brandingArea #TopMovie {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 2;
    overflow: hidden;
}
#brandingArea #TopMovie video {
        /*width: 100%;*/
        position: absolute;
        z-index: -1;
        top:50%;
        left:50%;
        height:auto;
        width:auto;
        min-width:100%;
        min-height:100%;
        transform:translate(-50%, -50%);
        object-fit:cover;
}
#brandingArea #TopImg {
    display: block;
}
#brandingArea #StatementArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    width: 100%;
    max-width: 1275px;
    height: 100%;
    margin: 0 auto;
}
#brandingArea #StatementArea .Statement {
    width: 50%;
    box-sizing: border-box;
}
#brandingArea #StatementArea .Statement p.text {
    font-size: 200%;
    line-height: 1.2;
    color: #FFF;
    margin: 20px 0;
    text-shadow: 2px 2px 20px #000 ;
}
#brandingArea #StatementArea .Statement.fullWidth {
    width: 100%;
    margin: 0;
}
.featherlight-content {
    max-width: 1280px;
}
.featherlight-content > video {
    width: 100%;
    height: auto;
}



.HTML5 #TopMovie div,
.Flash #TopMovie div {position: relative;}



/******************* News Area ********************/
#newsArea {
    display: flex;
    align-items: center;
    background: #333;
    z-index:5;
    bottom: 0;
    left: 0;
    right: 0;
}
#newsArea * {
    box-sizing: border-box;
}
#newsArea .Section {
    display: flex;
    padding: 0;
}
#newsArea .header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    width: 200px;
    min-width: 200px;
    background: #AA001D;
    
}
#newsArea .header h2 {
    background: none;
    margin: 0 20px;
    padding: 0;
}
#newsArea .header h2 a {
    color: #FFF;
    font-size: 100%;
    font-weight: 900;
    background:none;
    padding: 0;
    word-break: keep-all;
}
#newsArea .header .controller {
    display: flex;
    align-items: stretch;
    height: 100%;
    
}
#newsArea .header .controller a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: auto;
    background: #AA001D;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
#newsArea .header .controller a::after {
    content: " ";
    width: 15px;
    height: 15px;
}

#newsArea .header .controller a.prev::after {
    transform: rotate(-45deg);
    border-left: 3px solid #FFF;
    border-top: 3px solid #FFF;
    margin-right: -12px;
}
#newsArea .header .controller a.next::after {
    transform: rotate(45deg);
    border-right: 3px solid #FFF;
    border-top: 3px solid #FFF;
    margin-left: -12px;
}
#newsArea .header .controller a:hover {
    background: #E60027;
    cursor: pointer;
}
#newsArea .header .controller a:hover::after {
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}
#newsArea #newsBody {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    height: 50px;
    padding: 0;
    box-sizing: border-box;
}
#newsArea #newsBody .newsBodyInner {
    display: flex;
    align-items: center;
    font-size: 90%;
    white-space: nowrap;
    color: #fff;
    padding: 0;
}
#newsArea #newsBody .newsBodyInner span {
    color: #FFF;
    padding-right: 14px;
    padding-left: 14px;
}
#newsArea #newsBody .newsBodyInner a {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    color: #FFF;
    box-sizing: border-box;
    border-left: 1px solid #EEE;
}
#newsArea #newsBody .newsBodyInner a:link,
#newsArea #newsBody .newsBodyInner a:visited {
    text-decoration: none;
}
#newsArea #newsBody .newsBodyInner a:hover {
    text-decoration: underline;
}
#newsArea #newsBody .newsBodyInner a::after {
    display: none;
    /* content: " ";
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    margin-left: 5px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out; */
}
#newsArea #newsBody .newsBodyInner a:hover::after {
    margin-left: 8px;
}
#newsArea #newsBody .newsBodyInner a img {
    margin: 6px 0 0 5px;
}



/******************* 热门推荐 ********************/
#TopPageNew #mainPart {
    background: url(/image/ml_portal/2020/bg/bg01.png) no-repeat top center;
    background-size: cover;
    padding: 50px 0 0;
}
#hotSpot {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#hotSpot .Column1 {
    display: flex;
    flex-direction: column;
    position: relative;
    float: none;
    margin: 0;
    margin-right: 30px;
    width: 100%;
}
#hotSpot .Column1:last-child {
    margin: 0;
}
#hotSpot .Column1 .img {
    position: relative;
    height: 18vw;
    max-height: 300px;
    overflow: hidden;
    box-shadow: 1px 1px 5px #888888;
}
#hotSpot .Column1 .img > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#hotSpot .Column1 .img img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}
#hotSpot .Column1 .img > a:hover img {
    transform: scale(1.05) translateY(-50%);
}
#hotSpot .Column1 > a {
    display: block;
    position: relative;
    border-top: red 2px solid;
    background-color: #fff;
    padding: 25px;
    margin: -40px 20px 0;
    text-decoration: none;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    z-index: 3;
    box-shadow: 1px 1px 5px #888888;
}


#hotSpot h3 {
    text-align: left;
    font-size: 16px;
    color: #111;
}

#hotSpot h3::after {
    display: inline-block;
    content: " ";
    width: 6px;
    height: 6px;
    margin: 0 0 2px 3px;
    transform: rotate(45deg);
    border-right: 2px solid #e60027;
    border-top: 2px solid #e60027;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}


#hotSpot .Column1 a p {
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    color: #666;
}
#hotSpot .Column1 a:hover {
    box-shadow: 1px 3px 15px #aaa;
}
#hotSpot a:hover h3::after {
    margin-left: 5px;
}



/******************* 关于日立 ********************/
#TopPageNew #about {
    margin: 50px 0;
    padding: 0 15px;
    text-align: center;
}



/******************* 产品服务 ********************/
#TopPageNew #solutionPart {
    background: url(/image/ml_portal/2020/bg/bg03.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0 15px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

#TopPageNew #solutionPart .Section {
    position: relative;
    z-index: 1;
}
#TopPageNew #solutionPart ul {
    display: flex;
    justify-content: space-around;
    margin: 60px auto;
    width: 100%;
    max-width: 1275px;
}
#TopPageNew #solutionPart ul li a {
    display:block;
    width: 150px;
    padding: 10px;
    text-align: center;
}
#TopPageNew #solutionPart ul li a span.icon {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    background-position:  center center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}


#TopPageNew #solutionPart ul li a {
    color: #FFF;
    text-decoration: none;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    border-radius: 10px;
}
#TopPageNew #solutionPart ul li a strong {
    color: #FFF;
    font-size: 110%;
    display: block;
}
#TopPageNew #solutionPart ul li a span {
    color: #aaa;
    font-size: 83%;
}
#TopPageNew #solutionPart ul li a:hover {
    background-color: rgba(255, 255, 255, .25);
    box-shadow: 0 0 25px rgba(0,0,0,.7);
}

#TopPageNew #solutionPart ul li a:hover .icon {
	-webkit-animation: flip-vertical-left 0.5s linear both;
	        animation: flip-vertical-left 0.5s linear both;
}




/******************* SiB ********************/

#TopPageNew #sibPart {
    background: url(/image/ml_portal/2020/bg/bg02.jpg) top center no-repeat;
    background-size:  cover;
    text-align: center;
    padding: 30px 0 15px;
}
#TopPageNew #sibPart .Section {
    box-sizing: border-box;
}

#TopPageNew #sibPart .swiper-container {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

#TopPageNew #sibPart .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #eee; */
    overflow: hidden;
}


#TopPageNew #sibPart .sibBox {
    position: relative;
    margin: 50px 15px 15px;
}
#TopPageNew #sibPart .sibBox .sibImg {
    display: block;
    position: absolute;
    width: 30%;
    top: -50px;
    height: 240px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px #999;
    background: #FFF;
    background-size: cover;
    z-index: 5;
}    
#TopPageNew #sibPart .sibBox .sibImg span {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    opacity: 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
#TopPageNew #sibPart .sibBox .sibImg span.active {
    opacity: 1;
}

#TopPageNew #sibPart .sibBox .sibSlider {
    position: relative;
    width: 75%;
    left: 25%;
    margin-bottom: 30px;
    height: 250px;
    background-color: rgba(255, 255, 255, .9);
    margin-top: 100px;
    padding: 20px 20px 20px 100px;
    border-radius: 10px;
    box-shadow: 0 0 15px #ccc;
    box-sizing: border-box;
}

#TopPageNew #sibPart .sibBox .sibSlider h3 {
    margin: 10px 40px 10px 0;
    font-size: 120%;
    text-align: left;
}

#TopPageNew #sibPart .sibBox .sibSlider .content p {
    padding: 10px 40px 10px 0;
    text-align: left;
    width: 94%;
    font-size: 90%;
    display: inline-block;
}
#TopPageNew #sibPart .sibSlider .tns-outer {
    position: relative;
    height: 250px;
}
#TopPageNew #sibPart .sibSlider .tns-outer > button {
    display: none;
}
#TopPageNew #sibPart .sibSlider .tns-nav {
    position: absolute;
    right: 0;
    top: 35%;
    display: inline-block;
    z-index: 99;
}

#TopPageNew #sibPart .sibSlider .tns-nav button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}
#TopPageNew #sibPart .sibSlider .tns-nav .tns-nav-active {
    background: #C22;
}



/**************************************************/
/******************* Event Part *******************/
/**************************************************/



#TopPageNew #eventPart * {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
#eventPart {
    position: relative;
    height: 400px;
    max-height: 400px;
    padding: 0 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}

#eventPart .defaultStyle::after {
    content: "";
    width: 100%;
    position: absolute;
    left: -50%;
    top: -100%;
    bottom: 0;
    background: #cb0022 url(/image/ml_portal/2020/bg/event_bg.png) right top no-repeat;
    background-size: cover;
    transform: rotate(20deg);
}

#eventPart .style2::after {
    content: "";
    width: 100%;
    position: absolute;
    left: -50%;
    top: -100%;
    bottom: 0;
    background: rgba(255,255,255,.3);
    background-size: cover;
    transform: rotate(20deg);
}
#eventPart .style2.red::after {
    background: #e10026;
    opacity: .5;
}
#eventPart .eventBg .img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#eventPart .eventBg .img img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0s linear;
    -webkit-transition: 0s linear;
}


#eventPart .eventBg .event {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1275px;
    margin: 30px auto;
    box-sizing: border-box;
}
#eventPart .eventBg .event > a {
    display: block;
    text-decoration: none;
    padding: 30px 0;
    width: 50%;
}
#eventPart .eventBg .event > a h3 {
    color: #FFF;
    font-size: 150%;
}
#eventPart .eventBg .event > a p {
    color: #FFF;
    font-size: 120%;
}
#eventPart ul.ButtonStyle1 {
    box-sizing: border-box;
}
#eventPart .defaultStyle ul.ButtonStyle1 li a {
    border: 1px solid #FFF;
}
#eventPart .style2 ul.ButtonStyle1 li a:link,
#eventPart .style2 ul.ButtonStyle1 li a:visited {
    border: 1px solid #FFF;
    background: transparent;
}
#eventPart .style2 ul.ButtonStyle1 li a:hover {
    background: rgba(255, 255, 255, .9);
}

#eventPart .style2 ul.ButtonStyle1 li a:hover span {
    color: #333;
}



/**************************************************/
/******************* e Stroies ********************/
/**************************************************/


#TopPageNew #eStoriesPart {
    margin: 50px auto;
}
#TopPageNew #eStoriesPart h2 {
    background: none;
    text-align: center;

}

#TopPageNew #eStoriesPart .dateNew {
    display: flex;
    padding: 10px 0 30px;
}

#TopPageNew #eStoriesPart .date {
    width: 160px;
    min-width: 130px;
    background-color: #e10026;
    /* height: 200px; */
    color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
#TopPageNew #eStoriesPart .newsList {
    width: auto;
}
#TopPageNew #eStoriesPart .date .number {
    position: relative;
    display: block;
    text-align: left;
    height: 80%;
    border-bottom: 1px solid #FFF;
}
#TopPageNew #eStoriesPart .date .number span {
    display: block;
    position: absolute;
    vertical-align: bottom;
    text-align: center;
    line-height: 1;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 500%;
}

#TopPageNew #eStoriesPart #nowDate {
    margin: 10px 0 20px;
}

#TopPageNew #eStoriesPart .newsList {
    margin: 0 0 0 50px;
    flex-grow: 8
}

#TopPageNew #eStoriesPart .newsList ul {
    margin: 0;
}
#TopPageNew #eStoriesPart .newsList li {
    border-bottom: 1px #646568 dotted;
}
#TopPageNew #eStoriesPart .newsList li a {
    color: #646568;
    line-height: 2.5;
    font-size: 110%;
}






/* ----------------------------------------------------------------------- */
/* -------------------------------mobile---------------------------------- */
/* ----------------------------------------------------------------------- */

@media screen and (max-width: 1304px) {
    .OptionWideRWD .GridSet {
        max-width: none;
    }

    #TopPageNew #StatementArea .Statement {
        margin: 0 20px;
    }

    #TopPageNew #mainPart {
        padding: 40px 0 0;
    }
    #TopPageNew #hotSpot {
        padding: 0 15px;
    }
    #TopPageNew #hotSpot .Column1 > a {
        margin: 0;
        padding: 20px;
    }

    #TopPageNew #about {
        margin-top: 50px;
    }
    
    #TopPageNew #eventPart .eventBg .event{
        padding: 0 35px;
    }

    #TopPageNew #eventPart .eventBg.style2 .img {
        position: absolute;
    }
    #TopPageNew #eventPart .eventBg.style2 .img img {
        width: auto;
        left: 50%;
        top: auto;
        transform: translateX(-50%);
        max-width: none;
    }
    #TopPageNew #eStoriesPart .dateNew {
        padding: 10px 15px 30px;
    }

    #TopPageNew .PageTop {
        margin: 0 15px 20px;
    }

}
@media screen and (max-width: 1276px) {
    #brandingArea #StatementArea .Statement p.text {
        font-size: 200%;
    }
    #brandingArea {
        display: block;
        position: relative;
        overflow: hidden;
        padding-bottom: 0 !important;
        z-index: 1;
        height: 480px;
    }
    #brandingArea {
        height: 40vw;
    }
    #TopPageNew #solutionPart ul li a strong {
        font-size: 90%;
    }
    #TopPageNew #solutionPart ul li a span {
        font-size: 83%;
    }

    #TopPageNew #eventPart .eventBg .event > a h3 {
        font-size: 100%;
    }
    #TopPageNew #eventPart .eventBg .event > a p {
        font-size: 90%;
    }
}

@media screen and (max-width: 994px) {
    #TopPageNew #brandingArea #TopMovie > video {
        width: auto;
        height: 100%;
    }
    #TopPageNew #StatementArea .Statement {
        width: auto;
        font-size: 90%;
    }
    #TopPageNew #mainPart {
        padding: 30px 0 0;
    }
    #TopPageNew #hotSpot {
        padding: 0;
    }
    #TopPageNew #hotSpot .Column1 {
        margin-right: 15px;
    }
    #TopPageNew #hotSpot .Column1 > a {
        margin: 0;
        padding: 15px;
    }
    #TopPageNew #hotSpot .Column1 > a h3 {
        font-size: 90%;
        line-height: 1.5;
    }
    #TopPageNew #hotSpot .Column1 > a p {
        font-size: 83%;
    }

    #TopPageNew #solutionPart ul li a {
        width: auto;
        padding: 10px 20px;
    }

    #TopPageNew #sibPart .sibBox .sibImg {
        width: 32%;
    }
    #TopPageNew #sibPart .sibBox h3 a {
        font-size: 83%;
    }
    #TopPageNew #sibPart .sibBox p {
        font-size: 83%;
    }

    #TopPageNew #eventPart .eventBg .event > a {
        width: 40%;
    }

    #TopPageNew #eventPart .eventBg .img {
        width: 100%;
    }
    #TopPageNew #eventPart::after {
        opacity: .7;
        transform: rotate(0);
        width: 100vw;
        height: 100vw;
        top: -50%;
        left: -50%;
    }
    #TopPageNew #eventPart .eventBg .event {
        width: auto;
    }
    
    #TopPageNew #eventPart .eventBg .event > a {
        width: 50%;
    }



    #TopPageNew #eStoriesPart .dateNew {
        padding: 0 15px 30px;
    }
    #TopPageNew #eStoriesPart .newsList {
        margin: 0 0 0 20px;
    }
    #TopPageNew #eStoriesPart .date .number span {
        padding-top: 20px;
    }
    #TopPageNew #eStoriesPart .newsList li {
        padding: 10px 0;
    }
    #TopPageNew #eStoriesPart .newsList li a {
        line-height: 1.5;
        font-size: 100%
    }

}


@media screen and (max-width: 767px) {

    #TopPageNew #brandingArea #TopImg,
    #TopPageNew #brandingArea #TopMovie {
        min-width: auto;
    }

    /* #TopPageNew #brandingArea #StatementArea {
        justify-content: flex-end;
    } */
    #TopPageNew #StatementArea .Statement {
        font-size: 83%;
    }
    #TopPageNew #brandingArea #StatementArea .Statement p.text {
        font-size: 180%;
    }

    #TopPageNew #newsArea > .Section {
        position: relative;
        flex-direction: column;
    }
    #TopPageNew #newsArea .header {
        width: 100%;
        justify-content: left;
    }
    #TopPageNew #newsArea #newsBody {
        width: 100%;
        left: 0;
        position: relative;
    }

    #TopPageNew #mainPart {
        background-color: #fafafa;
        background-position: bottom center;
        background-repeat: repeat-y;
        background-size: 100%;
    }

    #TopPageNew #hotSpot {
        flex-direction: column;
    }
    #TopPageNew #hotSpot .Column1 {
        width: auto;
        margin-bottom: 30px;
    }
    #TopPageNew #hotSpot .Column1:last-child {
        margin-bottom: 0;
    }
    #TopPageNew #hotSpot .Column1 .img {
        height: 60vw;
    }
    #TopPageNew #hotSpot .Column1 a h3 {
        font-size: 120%;
    }
    #TopPageNew #hotSpot .Column1 a p {
        margin-top: 0;
    }

    .JS h2 {
        margin: 0;
    }
    #TopPageNew .PageTop {
        margin: 0 15px 20px;
    }
    #TopPageNew #solutionPart ul li a {
        width: auto;
        padding: 10px 20px;
    }
    #TopPageNew #solutionPart ul li a span.icon {
        width: 60px;
        height: 60px;
    }
    #TopPageNew #solutionPart ul li a {
        font-size: 90%;
    }

    #TopPageNew #eventPart .eventBg .event {
        width: 100%;
    }
    #TopPageNew #eventPart .eventBg .img img {
        height: 100%;
        width: auto;
        max-width: none;
    }
    #eventPart .style2::after {
        left: -40%;
     }
    #TopPageNew #eventPart::after {
        width: 50vw;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }
    #TopPageNew #eStoriesPart .newsList li a {
        line-height: 1.3;
        font-size: 90%
    }

    .JS body {
        background-color: transparent;
    }
}

@media screen and (max-width: 579px) {
    #brandingArea {
        height: 30vh;
    }

    #TopPageNew #brandingArea #TopImg,
    #TopPageNew #brandingArea #TopMovie {
        min-width: auto;
        height: 100%;
    }
    /* #TopPageNew #brandingArea #TopMovie video {
        width: auto;
        height: 100%;
    } */

    #TopPageNew #mainPart #hotSpot .ColumnSet .Column1 {
        float: none;
    }

    #TopPageNew #mainPart #hotSpot .ColumnSet .Column1 {
        width: 98%;
        margin: 0 1%;
    }

    #TopPageNew #mainPart #hotSpot .ColumnSet .Column1 img {
        width: 100%;
    }

    #TopPageNew #solutionPart ul {
        justify-content: center;
        flex-wrap: wrap;
        margin: 40px auto;
    }
    #TopPageNew #solutionPart ul li {
        width: 30%;
    }
    #TopPageNew #solutionPart ul li a strong {
        font-size: 90%;
        line-height: 1;
    }
    #TopPageNew #solutionPart ul li a span {
        font-size: 83%;
    }
    #TopPageNew #sibPart .sibBox {
        margin: 30px auto;
        padding: 0 15px;
    }
    #TopPageNew #sibPart .sibBox .sibImg {
        position: relative;
        width: 100%;
        height: 250px;
        top: 0;
        border-radius: 10px 10px 0 0;
        box-shadow: none;
    }
    #TopPageNew #sibPart .sibBox .sibSlider {
        width: 100%;
        left: 0;
        margin-top: 0;
        padding: 5px;
        border-radius: 0 0 10px 10px ;
    }
    #TopPageNew #sibPart .sibBox .sibSlider h3 {
        margin-top: 15px;
        margin-right: 0;
        padding: 0 15px;
        font-size: 22px;
    }
    #TopPageNew #sibPart .sibBox .sibSlider .content p {
        width: 100%;
        padding: 10px 15px 40px;
        box-sizing: border-box;
    }
    #TopPageNew #sibPart .sibSlider .tns-nav {
        display: block;
        width: 100%;
        top: 85%;
        bottom: 0;
        left: auto;
        right: auto;
        text-align: center;
    }
    #TopPageNew #sibPart .sibSlider .tns-nav button {
        display: inline;
    }


    #TopPageNew #eventPart {
        height: 320px;
    }
    #TopPageNew #eventPart::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        opacity: .5;
    }
    #TopPageNew #eventPart .event {
        text-align: center;
    }
    #TopPageNew #eventPart .eventBg .event > a {
        width: auto;
    }

    #TopPageNew #eStoriesPart .dateNew {
        flex-direction: column;
    }
    #TopPageNew #eStoriesPart .date {
        display: flex;
        width: 100%;
        margin-top: 30px;
        padding: 10px 20px;
    }
    #TopPageNew #eStoriesPart .date .number {
        width: 50%;
        border-bottom: 0;
        border-right: 1px solid #FFF;
        padding: 0;
    }
    #TopPageNew #eStoriesPart .date .number span {
        display: inline;
        top: 0;
        position: relative;
        font-size: 200%;
    }
    #TopPageNew #eStoriesPart #nowDate {
        width: 50%;
        box-sizing: border-box;
        text-align: center;
        margin:   0 ;
        margin-top: 3px;
    }
    #TopPageNew #eStoriesPart .newsList {
        margin: 20px 0 0 0;
    }
    #TopPageNew #eStoriesPart .newsList li a {
        line-height: 1.3;
        font-size: 83%
    }


    .JS .swiper-container-vertical > .swiper-pagination-bullets {
        transform: rotate(-90deg);
        right: 15px;
        top: 85%;
        z-index: 10;
    }

}

@media screen and (max-width: 500px) {
    #TopPageNew #solutionPart .solutionList div {
        width: 50%;
        margin: 0;
    }

    #TopPageNew #solutionPart .solutionList div img {
        width: 50%;
    }
    #TopPageNew #wechatCenter .wechatItem {
        width: 98%;
    }

    #TopPageNew #StatementArea .Inner {
        height: 80%;
    }


}
@media screen and (max-width: 399px) {
    .JS #StatementArea .Statement .ButtonStyle1 a {
        width: 50%;
        margin: 0 auto;
    }
}
