@font-face {
    font-family: 'PingFang-Regular';
    src: url('../fonts/PingFang Regular.otf');
}

@font-face {
    font-family: 'DIN Condensed Bold';
    src: url('../fonts/DIN Condensed Bold.ttf');
}
html{
    width: 100%;
    min-width: 1500px;
}
body{
    width:100%;
    margin:0;
    font-family: 'PingFang-Regular';
}
ul {
    list-style: none;
}

img {
    border: 0;
    background-color:transparent !important;
}
.header{
    width: 100%;
    height: 80px;
    border-top: rgb(0,61,137) solid 3px;
    display: flex;
    justify-content: center;
}

.header-box{
    width: 65%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title{
    width: 65%;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.title-en{
    color:rgb(223,223,223);
    margin-bottom: 5px;
}

.nav{
    width: 100%;
    height:50px;
    background-color: rgb(0,61,141);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-button{
    width: 200px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size:16px;
    cursor:pointer;
}

.nav-button:hover{
    background-color: rgb(1,82,190);
}

.active{
    background-color: rgba(0, 80, 189, 1);
}

.header-img{
    width: 100%;
    display: block;
}

.crumbs{
    width: 100%;
    height:42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(247,247,247);
    color: rgba(151, 151, 151, 1);
    /*margin-top: -8px;*/
}

.crumbs-box{
    width: 65%;
    height:100%;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.crumbs-text{
    margin-right: 10px;
}

.index-box{
    width: 100%;
    min-width: 1500px;
    display: flex;
    padding: 40px 0;
    justify-content: center;

}

.index{
    width: 65%;
    height: 28vw;
    /*height: 510px;*/
    min-height: 430px;
    display: flex;
    justify-content: center;
}

.about{
    width: 50%;
    /*height: 26vw;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.intro{
    width: 100%;
    /*height: 12vw;*/
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

.index-column{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.index-gird{
    width: 25%;
    /*height:80px;*/
    font-size: 11px;
}

.i-tit{
    margin-bottom: 2px;
    font-size: 14px;
}

.i-data span{
    font-size: 3vw;
    font-weight: bold;
    font-family: 'DIN Condensed Bold';

}
.about-tit{
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
/*.banner{*/
/*    width: 50%;*/
/*}*/

.banner {
    /*margin: 200px auto 0;*/
    width: 50%;
    height:100%;
    overflow: hidden;
}

.large_box {
    /*margin-bottom:10px;*/
    width: 100%;
    height:65%;
    /*height: 16vw;*/
    overflow: hidden;
}
.large_box ul{
    height:100%;
    padding-inline-start: 20px;
}
.large_box ul li{
    height:100%;
}
.large-img{
    width: 100%;
    height:100%;
    /*height: 16vw;*/
}

.small-img{
    width: 50%;
    /*height: 8vw;*/
    height:100%;
}

.large_box img {
    display: block;
}

.small_box {
    width: 100%;
    height:35%;
    /*height: 8vw;*/
    overflow: hidden;
}

.small_list {
    position: relative;
    float: left;
    width: 100%;
    height:100%;
    /*height: 8vw;*/
    overflow: hidden;
}

.small_list ul {
    /*height: 8vw;*/
    height:100%;
    overflow: hidden;
    padding-inline-start: 20px;
}

.small_list ul li {
    position: relative;
    float: left;
    /*margin-right: 10px;*/
    width: 50%;
    height:100%;
}

.small_list ul li img {
    display: block;
    width: 100%;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    /*height: 8vw;*/
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.small_list ul li.on .bun_bg {
    display: block;
}


.cases{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    background-color: rgb(248,248,248);
}

.cases-column{
    /*width: 60vw;*/
    /*height:11.8vw;*/
    width:65%;
    display: flex;
}

.cases-box{
    width: 20%;
    cursor: pointer;
    /*width: 12vw;*/
    /*height:11.8vw;*/
}


.news{
    width: 100%;
    /*height:480px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.top-news{
    width: 65%;
    height:130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    cursor: pointer;
}
.top-news-con{
    height: 120px;
    padding: 0 0 0 15px;
    border-left: 5px solid rgb(0,61,141);
}

.top-news-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 100%;
}
.top-news-img img{
    height: 90%;
}

.news-info{
    font-size: 12px;
    color: rgb(174,174,174);
}

.news-boxes{
    width: 65%;
    height: 320px;
    display: flex;
    border-top: 3px solid rgb(0,61,141);
    position: relative;
}

.news-box{
    width: 33.33%;
    height:100%;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    padding: 15px 20px 0 20px;
    position: relative;
    cursor:pointer;
}
.news-box:hover{
    background-color: rgb(1,59,148);
}
.news-box:hover div{
    color: #ffffff !important;
}

.news-date{
    width: 90%;
    /*height:60px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgb(105,105,105);
    margin-bottom:15px;
}
.news-title{
    height:75px;
    color: black;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
.news-tit{
    font-size: 17px;
    font-weight: bold;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom:15px;
}

.news-con{
    font-size: 12px;
    color: rgb(105,105,105);
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-detail{
    color: rgb(0,61,141);
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.news-mask{
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
}
.news-mask:hover{
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    /*z-index: 1;*/
}

.day{
    font-size: 40px;
    font-weight: bold;
    font-family: 'DIN Condensed Bold';
}

.date{
    font-size: 12px;
}

.top-news-detail{
    color: rgb(0,61,141);
    font-size: 12px;
}

.message{
    width: 100%;
    height: 250px;
    background-color: rgb(248,248,248);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.msg{
    width: 65%;
    height:100px;
    display: flex;
    align-items: center;
    /*margin-top: 20px;*/
    justify-content: space-between;
}
.form-group{
    display: flex;
    width: 100%;
}

.form-button{
    width: 120px;
    height: 40px;
    background: #003A92;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    cursor:pointer;
}
.input-group{
    height:45px;
    /*width:230px;*/
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-right: 20px;
    border-radius: 10px;
}

.input-tit{
    width: 50px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.input-icon{
    height:50%;
}

.input-line{
    width: 1px;
    height:40%;
    background-color: rgba(151, 151, 151, 1);
    flex-shrink: 0;
}
.input-con {
    height: 20px;
    width:100px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    box-shadow: none;
    padding: 10px 20px;
    display: inline-block;
    border: 0 solid #f6f6f6;
    font-family: 'Roboto', sans-serif;
    outline: none;
}

.input-long{
    height: 20px;
    width:200px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    box-shadow: none;
    padding: 10px 20px;
    display: inline-block;
    border: 0 solid #f6f6f6;
    font-family: 'Roboto', sans-serif;
    outline: none;
}
.about-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.about-box-tit{
    width: 65%;
    height:30px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.about-content{
    width: 65%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 18px;
    line-height:36px;
}

.line1{
    width: 150px;
    height: 2px;
    background-color: rgba(151, 151, 151, 1);
}

.line2{
    flex:1;
    height: 2px;
    background-color: rgba(151, 151, 151, 1);
}

.about-tit-text{
    margin: 0 8px;
    font-size: 23px;
    font-weight: bold;
}

.about-tit-text-en{
    margin: 0 8px;
    font-size: 16px;
    color: rgba(151, 151, 151, 1);
    font-weight: bold;
}

.honer-box{
    width: 65%;
    display: flex;
    /*justify-content: center;*/
    flex-flow: row wrap;
}
.honer-img-box{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.honer-image-box{
    width: 100%;
    /*margin-right: 1%;*/
    margin-bottom: 5px;
    display: flex;
    justify-content: center;

    padding: 10px 0;
    background-color: rgb(209,206,189);
    /*background-image: url('../images/loading.gif');*/
}

.honer-image-box2{
    /*width: 24%;*/
    margin-right: 1%;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;

    padding: 10px 0;
    background-color: rgb(209,206,189);
    /*background-image: url('../images/loading.gif');*/
}

.page-choose{
    width: 65%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height:30px;
    border: 1px solid rgba(151, 151, 151, 1);
    margin-right: 10px;
    cursor: pointer;
}

.page-btn-active{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height:30px;
    background-color: rgb(0,58,146);
    color: #FFFFFF;
    margin-right: 10px;
    border: 1px solid rgb(0,58,146);
    cursor: pointer;
}
.honer-title{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.honer-title2{
    width: 100%;
    margin-right: 1%;
    /*margin-bottom: 15px;*/
    display: flex;
    justify-content: center;
}

.honer-title-text{
    max-width: 95%;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.loading{
    width: 24%;
    height:250px;
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center center;
    border: 0;
}

.honer-image-box img{
    width: calc(100% - 20px);
}

.honer-image-box2 img{
    width: calc(100% - 20px);
}

/*父盒子*/
.center-ads-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*margin: 13px 0px;*/
    width: 100%;
    flex-flow: row wrap; /*按照行排列，一行排不下换行。flex-direction属性和flex-wrap属性的简写形式，默认值为row nowrap。*/
    padding-inline-start: 0 !important;
}

.center-ads-list>li{
    /*flex: 0.25;!*一行排列4个*!*/
    height: 300px;
    /*border-radius: 20px;*/
    /*margin-right: 10px;*/
    margin-bottom: 10px;
    list-style-type:none;
    width: 25%;
    flex-shrink: 0;
}

/* 在所有的li中，所有是索引是4（从1开始）的倍数的li元素， 去掉margin-right */
/*.center-ads-list>li:nth-of-type(4n+0){*/
/*    margin-right: 0px;*/
/*}*/

.center-ads-list>li a{
    display: block;
    height: 300px;
}
.center-ads-list>li a img{
    /*height: 200px;*/
    max-width: 100%;
    border-radius: 10px;
}


.footer{
    width: 100%;
    height: 300px;
    background-color: rgb(1,59,148);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    color:#ffffff;
}

.footer-nav{
    width: 65%;
    height:90px;
    border-bottom: rgb(81,136,220) solid 1px;
    display: flex;
}

.footer-nav-button{
    width: 150px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size:15px;
    cursor:pointer;
}


.footer-con-box{
    width: 65%;
    height:180px;
    display: flex;
    font-size: 13px;
}
.footer-image-large{
    /*width:100px;*/
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.footer-text{
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 100px;
}

.footer-con{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-code{
    height:100%;
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.footer-code-text{
    height:20px;
    display: flex;
    align-items: center;
    letter-spacing:3px;
    color: rgba(255, 255, 255, 1);
}

.footer-info{
    width: 65%;
    font-size: 12px;
}

.cases-box:hover .overlay-text {
    opacity: 1;
}

.cases-box:hover .overlay-text:before,
.cases-box:hover .overlay-text:after {
    width: 100%;
    transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    z-index: 1;
}

.cases-box .img-responsive {
    max-width: 100%;
    transition: all .5s ease 0.2s;
}

.cases-box:hover .img-responsive {
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}

.team-data-img {
    width: 100%;
    height:100%;
    overflow: inherit;
}

.single-work {
    width: 100%;
    height:100%;
    /*margin-bottom: 30px;*/
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
}

.single-work img {
    width: 100%;
    height: 100%;
}

/*.single-work .title {*/
/*    width: 80%;*/
/*    font-weight: normal;*/
/*    color: #ffffff;*/
/*    margin: 0 0 15px 0;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    font-family: 'Roboto', sans-serif;*/
/*}*/

.single-work .overlay-text {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: transparent;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.single-work .overlay-text2 {
    width: 100%;
    height: 100%;
    color: #fff;
    /*background-color: transparent;*/
    background: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0.25) 100%);
    opacity: 0.75;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    text-align: center;
    /*opacity: 1;*/
    position: absolute;
    top: 0;
    left: 0;
}

.cases-image-inner {
    position: relative;
    /*padding: 0 15px;*/
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
}
.cases-line {
    position: absolute;
    background: #ffffff;
}

.text-top{
    position: absolute;
    top: 1.5vw;
    left: 1.2vw;
    /*width: 100px;*/
    font-size: 1.2vw;
    height: 2px;
}

.text-top-long{
    position: absolute;
    top: 1.5vw;
    left: 0.5vw;
    right: 0.5vw;
    /*width: 100px;*/
    font-size: 1vw;
    height: 2px;
}

.text-line{
    height:1px;
    width: 2vw;
    position: absolute;
    top: 3.3vw;
    left: 1.3vw;
    background-color: #ffffff;
}

.text-center{
    position: absolute;
    font-size: 0.6vw;
    top: 4vw;
    bottom: 1vw;
    left: 1.2vw;
    right: 1.2vw;
    padding-left: 0;
    text-align: left;
}

.text-center li{
    /*list-style: none;*/
    margin-bottom: 0.5vw;
    display: flex;
    align-items: center;
}
.text-center-dot{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: 8px;
    flex-shrink: 0;
}
.text-center-con{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-bottom{
     position: absolute;
     font-size: 1.2vw;
     bottom: 1.5vw;
     left: 1.2vw;
 }

.text-bottom-long{
     position: absolute;
     font-size: 1vw;
     bottom: 1.5vw;
     left: 0.5vw;
     right: 0.5vw;
 }

.top {
    top: 15px;
    left: 15px;
    width: 100px;
    height: 2px;
}
.top-right {
    top: 15px;
    right: 15px;
    height: 100px;
    width: 2px;
}
.bottom {
    top: unset;
    bottom: 15px;
    left: 15px;
    width: 100px;
    height: 2px;
}
.bottom-left {
    top: unset;
    bottom: 15px;
    left: 15px;
    height: 100px;
    width: 2px;
}

.single-work .overlay-text:before, .single-work .overlay-text:after {
    opacity: 0.6;
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: #032B93;
    -webkit-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.single-work .overlay-text:before {
    right: 0;
}

.single-work .overlay-text:after {
    left: 0;
}

.cases-box:hover .overlay-text {
    opacity: 1;
}

.cases-box:hover .overlay-text2 {
    opacity: 0;
}

.cases-box:hover .overlay-text:before,
.cases-box:hover .overlay-text:after {
    width: 100%;
    transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    z-index: 1;
}

.cases-box .img-responsive {
    max-width: 100%;
    transition: all .5s ease 0.2s;
}

.cases-box:hover .img-responsive {
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}

.text-white {color: #ffffff;}

.cases-page{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.case-page-con{
    width: 65%;
    display: flex;
}
.case-menu{
    width: 250px;
    font-size: 18px;
}

.case-menu-title{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.dot{
    width: 6px;
    height:6px;
    background-color: rgba(0, 60, 142, 1);
    border-radius: 50%;
}
.act{
    font-size: 20px;
    color: rgba(0, 60, 142, 1);
    font-weight: bold;
    border-bottom: rgba(0, 60, 142, 1) solid 2px;
}
.case-menu-con{
    width: 100%;
    /*display: flex;*/
}

.case-menu-column{
    width: 100%;
    height: 45px;
    display: flex;
    margin-bottom: 5px;
    cursor:pointer;
}

.case-menu-left{
    width: 18px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: rgba(0, 60, 142, 1) solid 2px;
    margin-right: 10px;
}

.case-menu-right{
    flex: 1;
    height:100%;
    border-bottom: rgba(225, 225, 225, 1) solid 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-content{
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    padding: 40px 20px;
    /*overflow: scroll;*/

}

.case-box{
    width: 290px;
    height: 280px;
    margin-right:10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.05);
}

.case-box:hover{
    border: rgba(0, 60, 142, 1) solid 3px;
}
.case-image{
    width: 100%;
    height:180px;
}

.case-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-text{
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.case-tit{
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.detail{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 0;
}

.detail-box{
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F8F8F8;
}

.detail-title-box{
    width: 90%;
    height:200px;
    border-bottom: #E1E1E1 solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.detail-title{
    font-size: 34px;
    font-family: 'PingFang SC';
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.detail-type{
    font-size: 24px;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: #333333;
}
.detail-con{
    width: 90%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    margin-bottom: 40px;
}

.detail-img{
    width: 65%;
    height: auto;
    margin-bottom: 50px;
}

.detail-con-text{
    width: 90%;
    font-size: 20px;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: #666666;
}

.page-box{
    width: 90%;
    height: 60px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.page-content{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.last{
    font-size: 18px;
    color: #333333;
    max-width: 30%;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.next{
    color: #003A92;
    font-size: 18px;
    max-width: 30%;
    cursor: pointer;
    display: flex;
    justify-content: right;
}

.next-tit{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.next-i{
    flex-shrink: 0;
}

.case-info{
    width: 90%;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.case-info div{
    width: 45%;
}

.news{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
}

.news-column{
    width: 65%;
    height: 180px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: #F8F8F8;
    cursor: pointer;

}

.news-column:hover{
    border-left: #003C8D solid 5px;
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.05);
    background: #FFFFFF;

}

.news-column:hover div{
    color: #003C8D !important;
}

.news-left{
    width:180px;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news-day{
    font-size: 48px;
    font-family: 'Impact';
}

.news-month{
    font-size: 20px;
    font-family: 'DIN Condensed';
    font-weight: bold;
}

.news-right{
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
}

.news-content{
    font-size: 20px;
    font-family: 'PingFang SC';
    font-weight: 500;
    color: #333333;
    margin-bottom:30px;
}

.news-detail2{
    font-size: 14px;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: #666666;
}

.news-detail2 span{
    margin-left: 15px;
}

.news-images{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 100%;
}

.news-images img{
    max-width: 200px;
    max-height: 90%;
}

.contact{
    width: 100%;
    display: flex;
    justify-content: center;
}

.map-box{
    width: 65%;
    display: flex;
    padding: 80px 0;
}

#map{
    flex: 1;
    height:550px;
}

.contact-info{
    width: 375px;
    height: 550px;
    background: url("/Public/images/card.png");
}