@keyframes circle{
    0% {
        width: 3000px;
        height: 3000px;
        margin: -1500px 0 0 -1500px;
    }

    40%,
    100% {
        width: 450px;
        height: 450px;
        margin: -225px 0 0 -225px;
    }
}

@keyframes logo{
    0% {
        width: 428px;
    }

    60%,
    100% {
        width: 293px;
    }
}

@keyframes year{
    0% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes FmovefadeInDown{
    0% {
        opacity: 1;
        transform: translate(0px, 0px);
    }

    35% {
        opacity: 0;
        transform: translate(0px, 50%);
    }

    65% {
        opacity: 0;
        transform: translate(0px, -50%);
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

@-webkit-keyframes linedown{
    0% {
        bottom: 30px
    }

    50% {
        bottom: 15px
    }

    100% {
        bottom: 30px
    }
}

/*Public*/
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input{
    margin: 0px;
    padding: 0px;
}

*html{
    background-image: url(about:blank);
    background-attachment: fixed;
}

*,
:after,
:before{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* 璋锋瓕 */
    -moz-box-sizing: border-box;
    /* Firefox */
}

html,
body{
    overflow-x: hidden;
    overflow-y: auto;
}

img{
    border: none;
}

body{
    font-family: "SourceHanSansCN"
}

body{
    color: #666;
    font: 62.5%/1.5 'SourceHanSansCN';
    width: 100%;
    height: 100%;
    background-color: #fff;
}

ul,
ol,
li,
form,
dl{
    list-style: none;
}

p{
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
    color: #434343;
}

a:hover{
    color: #083a81;
    text-decoration: none;
}

input{
    outline: none
}

div{
    margin: 0 auto;
}

::-webkit-scrollbar{
    width: 2px;
    height: 11px;
    border: none;
    background: #00598e !important
}

::-webkit-scrollbar-track-piece{
    border: none;
    position: absolute;
    padding: 0;
    box-shadow: none;
    background-color: #00598e;
    border-radius: 1px
}

::-webkit-scrollbar-thumb:vertical{
    background-color: #00598e;
    border-radius: 0;
    border: none
}

::-webkit-scrollbar-thumb:horizontal{
    background-color: #00598e;
    border-radius: 0;
    border: none
}

::-webkit-scrollbar{
    width: 2px;
    height: 12px
}

::-webkit-scrollbar-button:vertical{
    display: none
}

::-webkit-scrollbar-track:vertical{
    background-color: #00598e
}

::-webkit-scrollbar-track-piece{
    background: #fff
}

::-webkit-scrollbar-thumb:vertical{
    background-color: #00598e;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:vertical:hover{
    background-color: #00598e
}

::-webkit-scrollbar-corner:vertical{
    background-color: #00598e
}

::-webkit-scrollbar-resizer:vertical{
    background-color: #00598e
}

.text-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column
}

.text-center .img-responsive{
    margin: auto;
}

.container{
    padding: 0
}

@media(max-width:760px){
.container{
        padding: 0 15px;
        width: 100% !important;
    }
}

/* Fonts */
@font-face{
    font-family: 'iconfont';
    /* project id 2123315 */
    src: url('//at.alicdn.com/t/font_2123315_e1hwtqtzf87.eot');
    src: url('//at.alicdn.com/t/font_2123315_e1hwtqtzf87.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2123315_e1hwtqtzf87.woff2') format('woff2'), url('//at.alicdn.com/t/font_2123315_e1hwtqtzf87.woff') format('woff'), url('//at.alicdn.com/t/font_2123315_e1hwtqtzf87.ttf') format('truetype'), url('//at.alicdn.com/t/font_2123315_e1hwtqtzf87.svg#iconfont') format('svg');
}

.tc-icon{
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.1px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-biaodan:before{
    content: "\e60d";
}

.icon-dianhua:before{
    content: "\e660";
}

.icon36:before{
    content: "\e70b";
}

.icon32:before{
    content: "\e646";
}

.icon30:before{
    content: "\e608";
}

.icon29:before{
    content: "\e9c2";
}

.icon-arrows-hollow-gotop:before{
    content: "\e601";
}

.icon33:before{
    content: "\e60b";
}

.icon31:before{
    content: "\e606";
}

.icon27:before{
    content: "\e631";
}

.icon28:before{
    content: "\e6ff";
}

/*Banner*/
.banner{
    position: relative;
    width: 100%;
    height: 100vh;
}

.banner img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.banner .swiper-banner{
    width: 100%;
    height: 100%;
}

.banner ul li{
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.banner .banner-prev,
.banner .banner-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    outline: none
}

.banner .banner-prev:after,
.banner .banner-next:after{
    color: #fff;
    font-size: 18px;
}

.banner .banner-prev{
    left: 0
}

.banner .banner-next{
    right: 0
}

.banner-text{
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: calc(100% - 180px);
}

.banner-text h2,
.banner-text .w2{
    font-size: 48px;
    color: #fff;
    line-height: 1
}

.banner-text .w2{
    margin-bottom: 40px;
}

.banner-text .w2 strong{
    font-size: 72px;
    position: relative;
    padding: 0 20px;
    color: var(--color01);
}

.banner-text .w2 strong:after{
    width: 60%;
    height: 2px;
    background: #fff;
    display: inline-block;
    content: "";
    margin-left: -30%;
    position: absolute;
    left: 50%;
    bottom: -15px;
}

.banner-text .w2 i{
    position: absolute;
    right: 5px;
    top: -5px;
    font-style: normal;
    font-size: 24px;
    font-weight: 200;
    color: #fff;
}

.banner-text h2:after{
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    content: "";
    margin: 20px auto
}

.banner-text p{
    font-size: 24px;
    color: #fff;
}

.banner-text p i{
    font-style: normal;
    line-height: 1.8
}

.banner-text p i strong{
    font-size: 26px;
    color: var(--color01);
}

.text-table{
    width: 800px;
    height: 350px;
    display: table;
    background-color: rgba(0, 0, 0, .3);
    /*background-image: linear-gradient(to right,rgb(255,255,255,.33),rgb(255,255,255,0));*/
}

.text-cell{
    display: table-cell;
    vertical-align: middle;
}

.circle{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -225px 0 0 -225px;
    width: 450px;
    height: 450px;
    background: rgba(239, 239, 239, .4);
    border-radius: 50%;
    animation: circle 4s;
}

.year{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -240px 0 0 -134px;
    width: 268px;
    opacity: 1;
    animation: year 4s;
}

.year img{
    width: 100%;
}

.banner .logo{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 293px;
    margin: 0;
    transform: translate(-50%, -50%);
    animation: logo 4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner .logo img{
    width: 100%;
    margin-bottom: 5px
}
.banner .logo p{
    white-space: nowrap;
}

.banner .logo i{
    font-style: normal;
    /*	text-shadow:1px 1px 2px #c1c1c1;*/
    font-size: 18px;
    line-height: 2;
    color: #000;
}

.banner .logo i strong{
    font-size: 26px;
    color: var(--color01);
}

@media screen and (max-width:1500px) and (min-width: 1200px){
.text-table{
        width: 600px;
        height: 262px;
    }
.banner-text h2,
.banner-text .w2{
        font-size: 40px;
    }
.banner-text p{
        font-size: 22px;
    }
.circle{
        margin: -200px 0 0 -200px;
        width: 400px;
        height: 400px;
    }
@keyframes circle{
        0% {
            width: 1200px;
            height: 1200px;
            margin: -600px 0 0 -600px;
        }

        40%,
        100% {
            width: 400px;
            height: 400px;
            margin: -200px 0 0 -200px;
        }
    }
.year{
        margin: -170px 0 0 -90px;
        width: 180px;
    }
.banner .logo{
        width: 260px;
    }
@keyframes logo{
        0% {
            width: 360px;
        }

        60%,
        100% {
            width: 260px;
        }
    }
}

@media screen and (max-width: 1200px){
.circle{
        margin: -180px 0 0 -180px;
        width: 360px;
        height: 360px;
        /*animation: none;*/
    }
.year{
        margin: -140px 0 0 -90px;
        width: 180px;
        /*animation: none;*/
    }
.banner .logo{
        width: 220px;
        /*animation: none;*/
    }
@keyframes circle{
        0% {
            width: 1000px;
            height: 1000px;
            margin: -500px 0 0 -500px;
        }

        40%,
        100% {
            width: 360px;
            height: 360px;
            margin: -180px 0 0 -180px;
        }
    }
@keyframes logo{
        0% {
            width: 368px;
        }

        60%,
        100% {
            width: 220px;
        }
    }
}

@media screen and (max-width: 758px){
.text-table{
        width: 300px;
        height: 160px;
    }
.circle{
        width: 300px;
        height: 300px;
        margin: -150px 0 0 -150px;
    }
.year{
        margin: -100px 0 0 -80px;
        width: 160px;
    }
.banner .logo{
        width: 180px;
    }
.banner .logo img{
        margin-bottom: 15px;
    }
.banner .logo i{
        font-size: 14px;
    }
.banner .logo i strong{
        display: block;
        font-size: 18px;
        line-height: 1
    }
@keyframes circle{
        0% {
            width: 800px;
            height: 800px;
            margin: -400px 0 0 -400px;
        }

        40%,
        100% {
            width: 300px;
            height: 300px;
            margin: -150px 0 0 -150px;
        }
    }
@keyframes logo{
        0% {
            width: 248px;
        }

        60%,
        100% {
            width: 180px;
        }
    }
}

.banner-mouse{
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 10;
    margin-left: -14.5px;
    animation: linedown linear infinite 1.5s;
    -webkit-animation: linedown linear infinite 1.5s;
    -moz-animation: linedown linear infinite 1.5s;
    -ms-animation: linedown linear infinite 1.5s;
    -o-animation: linedown linear infinite 1.5s;
    cursor: pointer
}

.banner-mouse span{
    display: block;
    width: 29px;
    height: 60px;
    border-radius: 14px;
    position: relative;
    background: url(../images/mouse.png) no-repeat top center;
}

.banner-mouse span:after{
    position: absolute;
    left: 50%;
    top: 5px;
    width: 2px;
    height: 16px;
    background: #fff;
    content: "";
    animation: FmovefadeInDown linear infinite 1.5s;
    -webkit-animation: FmovefadeInDown linear infinite 1.5s;
    -moz-animation: FmovefadeInDown linear infinite 1.5s;
    -ms-animation: FmovefadeInDown linear infinite 1.5s;
    -o-animation: FmovefadeInDown linear infinite 1.5s;
    margin-left: -1px;
    border-radius: 2px;
}

@-moz-keyframes FmovefadeInDown{
    0% {
        opacity: 1;
        transform: translate(0px, 0px);
    }

    35% {
        opacity: 0;
        transform: translate(0px, 50%);
    }

    65% {
        opacity: 0;
        transform: translate(0px, -50%);
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

@-moz-keyframes linedown{
    0% {
        bottom: 30px
    }

    50% {
        bottom: 15px
    }

    100% {
        bottom: 30px
    }
}

@media(max-width: 760px){
.banner-text h2,
.banner-text .w2{
        font-size: 2rem
    }
.banner-text .w2 strong{
        font-size: 4rem;
        padding: 0 10px;
    }
.banner-text .w2 i{
        font-size: 1rem;
    }
.banner-text p{
        font-size: 1.2rem
    }
.banner .banner-prev,
.banner .banner-next{
        width: 36px;
        height: 36px;
    }
.banner .banner-prev:after,
.banner .banner-next:after{
        font-size: 16px;
    }
}

/*Main*/
.home-page-block-title{
    position: relative;
    left: -2px;
    font-size: 32px;
    font-weight: 500;
    color: #1f2329;
    line-height: 45px;
    font-family: Gilroy Semi Bold, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.home-page-block-subtitle{
    max-width: 660px;
    font-size: 16px;
    line-height: 1.5;
    color: #dedede;
    margin: 0 auto 0;
    text-transform: uppercase;
}

.mod-content{
    width: 80%;
    margin-top: 35px;
}

.more{
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 5;
}

.more *{
    outline: none;
}

.more>div{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #9f9f9f;
    border-radius: 4px;
}

.more .swiper-button-next,
.more .swiper-button-prev{
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0;
    color: #9a9a9a;
    height: auto;
    padding: 9px 22px 9px 12px;
    background-color: #fff;
}

.more .swiper-button-next:after,
.more .swiper-button-prev:after{
    font-size: 16px;
}

.more-link{
    margin: 0 15px;
    transition: all 0.36s;
    background-color: #fff;
}

.more-link a{
    display: block;
    padding: 6px 20px;
    font-size: 16px;
}

.more-link:hover{
    background: #1b2c43;
    border: 1px solid #1b2c43;
}

.more-link:hover a{
    color: #fff;
}

@media(max-width: 760px){
.home-page-block-title{
        font-size: 24px;
    }
.home-page-block-subtitle{
        font-size: 14px;
    }
}

/*service*/
.service{
    padding: 65px 0;
}

.ser-field-list li{
    width: 18.85% !important;
    height: 520px;
    position: relative;
    border-right: solid 1px #fff;
    overflow: hidden;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s
}

.ser-field-img{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ser-field-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ser-field-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: table;
}

.ser-table-cell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.ser-table-cell img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    object-fit: contain;
}

.ser-field-text i{
    font-size: 50px;
    color: #fff;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.ser-field-list li:nth-child(3) i{
    font-size: 64px;
}

.ser-field-en{
    font-size: 18px;
    color: rgba(255, 255, 255, .65);
    text-transform: uppercase;
    line-height: 46px;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.ser-field-cn{
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.ser-field-more{
    display: block;
    width: 142px;
    height: 47px;
    border: solid 1px #262626;
    margin: 30px auto 0;
    background: #262626;
    line-height: 47px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px)
}

.ser-field-more:hover{
    color: #fff;
}

.ser-field-list li.active{
    width: 24.6% !important
}

.ser-field-list li.active .ser-field-en{
    /*text-indent: -999rem;*/
    text-transform: uppercase;
    font-weight: 300;
    line-height: 46px;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.ser-field-list li.active i{
    display: none;
}

.ser-field-list li.active .ser-field-more{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px)
}

@media(max-width: 760px){
.mod-content{
        width: 100%;
        padding: 0 15px;
        margin-top: 20px;
    }
.service{
        padding: 25px 0;
    }
.ser-field-list li,
.ser-field-list li.active{
        width: 50% !important;
        height: 200px;
    }
.ser-field-text i{
        font-size: 28px;
    }
.ser-field-list li.active i{
        display: block;
    }
.ser-field-list li:nth-child(3) i{
        font-size: 37px;
    }
.ser-field-list li:nth-child(3) .ser-field-cn{
        margin-top: 0;
    }
.ser-field-cn{
        margin-top: 10px;
        font-size: 16px;
        font-weight: 400;
    }
.ser-field-en{
        display: none;
    }
.ser-field-more{
        width: 68%;
        height: 30px;
        font-size: 12px;
        margin-top: 15px;
        line-height: 30px;
    }
}

/*about*/
.about{
    padding: 60px 0;
    background-color: #f5f5f5;
}

.about-titles img{
    height: 50px;
}

.about-titles p{
    position: relative;
    font-size: 18px;
    margin: 12px 0;
}

.about-titles p:before,
.about-titles p:after{
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    margin-top: -1px;
    background-color: rgb(102, 102, 102, .6);
    top: 50%;
}

.about-titles p:before{
    left: 43%;
}

.about-titles p:after{
    right: 43%;
}

.about-content{
    position: relative;
}

.about-content p{
    line-height: 2;
    font-size: 16px;
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

.about-name-bg{
    font-size: 140px;
    color: rgba(234, 234, 234, .4);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 5px;
    position: absolute;
    width: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

@media(max-width: 760px){
.about{
        padding: 30px 0;
    }
.about-titles img{
        width: 68%;
    }
.about-titles p{
        font-size: 13px;
    }
.about-titles p:before{
        left: 28%;
    }
.about-titles p:after{
        right: 28%;
    }
.about-name-bg{
        font-size: 60px;
    }
.about-content p{
        font-size: 14px;
        margin-top: 0;
    }
}

/*cases*/
.cases{
    padding: 65px 0;
}

.cases .container{
    width: 80%;
}

.cases-mod{
    margin-top: 45px;
}

.cs-left{
    padding-left: 0;
}

.cases .home-page-block-subtitle{
    max-width: inherit;
    margin: 0;
}

.cs-right{
    padding-right: 0;
    height: 300px;
}

.cs-right a{
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.cs-right img{
    display: block;
    object-fit: cover;
}

.cases-mod h4.cs-title{
    color: #333;
    font-weight: 800;
    margin-bottom: 12px;
}

.cases-mod p.cs-desc{
    line-height: 2;
    color: #999;
    font-size: 14px;
}

.cases-mod span{
    display: block;
}

.cases-mod span.cs-time{
    line-height: 2;
    color: #666;
    font-size: 14px;
}

.cases-mod span.cs-more{
    margin-top: 10px;
    display: inline-block;
    transition: all 0.36s;
    padding: 5px 15px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
}

.cases-mod span.cs-more:hover{
    background: #1b2c43;
    border: 1px solid #1b2c43;
    color: #fff;
}

.cases-list li a{
    display: block;
    padding: 30px 0;
    position: relative;
}

.cases-list li a img{
    width: auto;
    position: relative;
    overflow: hidden;
    float: none;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-position: center;
}

.cases-list li a .img{
    width: auto;
    position: relative;
    overflow: hidden;
    float: none;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.cases-list li a h4{
    font-size: 18px;
    font-weight: 800;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 15px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 15px;
    color: #2A2E2E
}

.cases-list li a h4:before{
    width: 0%;
    height: 2px;
    background: #333;
    position: absolute;
    display: block;
    content: "";
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cases-list li a h4:after{
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    display: block;
    content: "";
    bottom: 1px;
    left: 0;
}

.cases-list li a:hover h4:before{
    width: 100%;
}

.cases-list li a .img .op{
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cases-list li a:hover .img .op{
    top: 0;
}

.cases-list li a .img .i{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    margin: -25px 0 0 -25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #fff;
}

.cases-list li a p{
    line-height: 1.6;
    height: 44px;
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cases .more{
    margin-top: 0px;
}

@media(max-width: 760px){
.cases{
        padding: 30px 0;
    }
.cases .cs-left .animate{
        text-align: center;
    }
.cs-left{
        padding: 0 15px;
    }
.cases-mod{
        margin-top: 20px;
    }
.cases-mod p.cs-desc{
        height: 88px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
.swiper-cases li a img{
        height: 120px;
    }
.swiper-cases li a h4{
        font-size: 18px;
    }
.swiper-cases li a p{
        height: 44px;
        line-height: 22px;
    }
}

/*news*/
.news{
    padding: 35px 0;
    background-color: #f5f5f5;
    /*background: rgba(0,0,0,.2) url(../images/bg.jpg) no-repeat fixed center 0;*/
}

.news-list{
    padding: 15px 0 20px;
}

.news-list li{
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-list li a{
    display: block;
}

.news-list li .img{
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-list li .img img{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.news-list li .info{
    padding: 0 20px 10px;
}

.news-list li .title{
    font-size: 18px;
    color: #2A2E2E;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: bold;
    width: 100%;
    height: 60px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list li .desc{
    font-size: 16px;
    color: #2A2E2E;
    letter-spacing: 0;
    line-height: 29px;
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 24px;
    height: 58px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list li .date{
    font-size: 16px;
    color: #919797;
    letter-spacing: 0;
    line-height: 28.8px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.home-news-list li:hover{
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(136, 150, 171, .15);
}

.home-news-list li:hover .img img{
    border-radius: 10px 10px 0 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media(max-width: 760px){
.news-list li .img{
        height: 118px;
    }
}

/*Page*/
#Main{
    overflow: hidden;
}

/*backtop*/
.backTop{
    position: fixed;
    z-index: 10;
    right: 50px;
    bottom: -100px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    cursor: pointer;
    line-height: 50px;
    font-size: 24px;
}

.backTop.active{
    bottom: 50px;
}

@media(max-width: 760px){
.backTop{
        right: 15px;
    }
/*fixbar*/
    .navbar-fixed-bottom{
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 50px;
        bottom: constant(safe-area-inset-bottom);
        bottom: env(safe-area-inset-bottom);
        background-color: #fff;
        color: #666;
        z-index: 90;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, .05);
        -moz-box-shadow: 0 0 20px rgba(255, 255, 255, .05);
        box-shadow: 0 0 20px rgba(255, 255, 255, .05)
    }
.navbar-fixed-bottom a{
        color: #333;
        text-align: center;
        font-size: 16px;
        padding: 10px;
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
        position: relative;
        display: block
    }
.navbar-fixed-bottom a+a:after{
        content: '';
        width: 1px;
        height: 60%;
        background-color: #fff;
        left: 0;
        top: 20%;
        position: absolute;
        opacity: .2
    }
.navbar-fixed-bottom a i{
        font-size: 20px;
        margin-right: 5px;
    }
.navbar-fixed-bottom a:last-child{
        background-color: rgb(243, 11, 11);
        color: #fff
    }
}