/*****通用编码******/
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;
}

/*解决IE6下滚动抖动的问题*/
img {
    border: none;
}

body {
    color: #666;
    font: 62.5%/1.5 Arial, "Microsoft Yahei";
    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 {
    text-decoration: none;
}

div {
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 4px;
    height: 11px;
    border: none;
    background: #00499f !important
}

::-webkit-scrollbar-track-piece {
    border: none;
    position: absolute;
    padding: 0;
    box-shadow: none;
    background-color: #00499f;
    border-radius: 1px
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #162333;
    border-radius: 0;
    border: none
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #00499f;
    border-radius: 0;
    border: none
}

::-webkit-scrollbar {
    width: 4px;
    height: 12px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background-color: #000
}

::-webkit-scrollbar-track-piece {
    background: #fff
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #00499f;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #00499f
}

::-webkit-scrollbar-corner:vertical {
    background-color: #00499f
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #00499f
}

/* Fonts */
@font-face {
    font-family: 'iconfont';
    /* project id 1523266 */
    src: url('//at.alicdn.com/t/font_1523266_sjh55l5yqna.eot');
    src: url('//at.alicdn.com/t/font_1523266_sjh55l5yqna.eot?#iefix') format('embedded-opentype'),
        url('//at.alicdn.com/t/font_1523266_sjh55l5yqna.woff2') format('woff2'),
        url('//at.alicdn.com/t/font_1523266_sjh55l5yqna.woff') format('woff'),
        url('//at.alicdn.com/t/font_1523266_sjh55l5yqna.ttf') format('truetype'),
        url('//at.alicdn.com/t/font_1523266_sjh55l5yqna.svg#iconfont') format('svg');
}

.Yc-icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*Public*/
.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
}

.box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.pull-overflow,
.AcUi-overflow {
    overflow: hidden;
}

.text-center .img-responsive {
    margin: auto;
}

.container {
    padding: 0
}

@media(max-width:760px) {
    .container {
        padding: 0 5px
    }
}

/*Header*/
#Header {
    background: rgba(0, 73, 159, .65);
    height: 100px;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s
}

.Header-logo {
    width: 212px;
    height: 60px;
    background: url(../images/logo_1.png) no-repeat left center;
    margin-top: 20px;
    background-size: contain;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s
}

.Header-logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999rem
}

.Header-tel {
    margin-top: 30px;
    height: 40px;
    line-height: 20px;
    width: 200px;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s
}

.Header-tel i {
    font-size: 4rem;
    color: #fff;
    line-height: 1;
    margin-right: 10px;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s
}

.Header-tel p {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s
}

.Header-nav {
    width: calc(96% - 412px);
    margin: auto 2%;
}

.Header-nav li {
    float: left;
    width: 14.28%;
    text-align: center;
    line-height: 100px;
    position: relative;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s
}

.Header-nav li a {
    display: block;
    font-size: 1.6rem;
    color: #fff;
}

.Header-nav li:hover a,
.Header-nav li.active a {
    background: #00499f;
    color: #fff;
}

.Header-nav>li>.submenu {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    padding: 0 12px;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    opacity: 0;
    visibility: hidden;
    background: #00499f;
    backdrop-filter: blur(10px);
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.Header-nav>li>.submenu a {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 4rem;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    height: 4rem;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.Header-nav>li>.submenu a+a::before {
    content: "";
    width: 100%;
    height: 1px;
    margin-left: 0;
    background-color: #00499f;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.Header-nav>li>.submenu a:last-child {
    border-bottom: 0;
}

.Header-nav>li>.submenu a:hover {
    color: #fff;
}

.Header-nav>li>.submenu a:hover:after {
    right: 15px;
    visibility: visible;
}

.Header-nav>li:hover .submenu {
    top: 100px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.Header-button {
    margin-right: 2%;
    margin-top: 5px;
    position: relative;
    height: 50px;
    width: 30px;
    cursor: pointer;
}

.Header-button:after,
.Header-button:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.Header-button:after {
    bottom: 13px;
}

.Header-button:before {
    top: 13px;
}

.Header-button span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 2px;
    margin-top: -1px;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.Header-button.active:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    left: 5px;
    bottom: 13px;
}

.Header-button.active:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    top: 13px;
    left: 5px;
}

.Header-button.active span {
    opacity: 0
}

@media(min-width:768px) {
    #Header.active {
        height: 70px;
        background: rgba(0, 73, 159, .9)
    }

    #Header.active .Header-logo {
        margin-top: 15px;
        height: 40px;
    }

    #Header.active .Header-nav li {
        line-height: 70px
    }

    #Header.active .Header-tel {
        margin-top: 20px;
        height: 30px
    }

    #Header.active .Header-tel i {
        font-size: 2.6rem
    }

    #Header.active .Header-tel p {
        font-size: 1.4rem;
        line-height: 15px
    }
}

@media(max-width: 992px) and (min-width:768px) {
    .Header-nav {
        width: calc(98% - 212px);
        margin-right: 0
    }
}

@media (max-width:760px) {
    #Header {
        height: 60px;
        background: rgba(0, 73, 159, 1)
    }

    .Header-logo {
        height: 50px;
        margin-top: 5px;
        margin-left: 2%
    }

    #Header.active {
        background: rgba(0, 73, 159, .7)
    }
}

/*Nav*/
#Nav {
    position: fixed;
    left: 0;
    top: -160%;
    background: rgba(1, 95, 198, .8);
    z-index: 9;
    width: 100%;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

#Nav a {
    display: block;
    line-height: 34px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    border-bottom: solid 1px #045cbb;
    border-top: solid 1px #91bae6
}

#Nav a:hover,
#Nav a.active {
    background: #004bb0;
}

#Nav.active {
    top: 60px
}

/*Banner*/
.banner-pagination span {
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 0;
}

.banner-pagination span.swiper-pagination-bullet {
    opacity: .4
}

.banner-pagination span.swiper-pagination-bullet-active {
    opacity: 1
}

@media (max-width:760px) {
    #Banner {
        margin-top: 60px;
    }
}

/*Main*/
.Home-title {}

.Home-title h2 {
    display: inline-block;
    position: relative;
    border: solid 1px rgba(0, 112, 224, .6);
    height: 90px;
    padding: 20px 85px;
    font-size: 3.6rem;
    color: #373737;
    font-weight: bold
}

.Home-title h2:before,
.Home-title h2:after {
    position: absolute;
    top: 50%;
    width: 212px;
    height: 1px;
    background: rgba(0, 112, 224, .6);
    content: ""
}

.Home-title h2:before {
    left: -194px;
}

.Home-title h2:after {
    right: -194px
}

.Home-title h2 span {
    color: #0070e0
}

.Home-title h2 p {
    font-size: 1.4rem;
    color: #626262;
    position: relative;
    bottom: -10px;
    background: #fff;
    font-weight: normal;
    padding: 0 15px;
    line-height: 40px
}

@media (max-width: 1080px) {
    .Home-title {
        position: relative
    }

    .Home-title:before,
    .Home-title:after {
        position: absolute;
        top: 50%;
        width: 10%;
        height: 1px;
        background: rgba(0, 112, 224, .6);
        content: ""
    }

    .Home-title:before {
        left: 0;
    }

    .Home-title:after {
        right: 0
    }

    .Home-title h2:before,
    .Home-title h2:after {
        display: none
    }
}

@media(max-width:992px) {

    .Home-title:before,
    .Home-title:after {
        display: none
    }

    .Home-title h2 {
        border: none;
        padding: 0
    }
}

@media(max-width:760px) {
    .Home-title h2 {
        height: auto;
        font-size: 2.4rem
    }

    .Home-title h2 p {
        font-size: 1.2rem;
        line-height: 1.5;
        bottom: auto;
        margin-top: 10px;
    }
}

/*Home about*/
.Home-about {
    padding: 75px 0 95px;
    position: relative
}

.Home-about-left {
    padding-left: 0;
    padding-right: 20px;
}

.Home-about-title {
    font-size: 1.8rem;
    color: #a6a6a6;
    font-style: normal;
}

.Home-about-title span {
    display: inline-block;
    font-size: 3rem;
    color: #00499f;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative
}

.Home-about-title span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #00499f;
    content: ""
}

.Home-about-title em {
    font-style: normal;
    margin-left: 10px;
}

.Home-about-text {
    margin-top: 30px;
    font-size: 1.8rem;
    color: #686868;
    line-height: 1.8;
    text-indent: 2rem;
}

.Home-about-right {
    padding-right: 0;
    padding-left: 20px;
}

.Home-about-video {
    position: relative;
    cursor: pointer
}

.Home-about-video i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    font-size: 6.6rem;
    color: #fff;
}

.Home-about-more {
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 100%;
    height: 48px;
}

.Home-about-more a {
    display: block;
    width: 200px;
    height: 48px;
    border-radius: 24px;
    background: #00499f;
    line-height: 48px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    margin: auto
}

@media(max-width:1080px) and (min-width:993px) {
    .Home-about-text {
        font-size: 1.4rem
    }
}

@media(max-width:992px) and (min-width:768px) {
    .Home-about {
        padding: 50px 0 80px
    }

    .Home-about-title span {
        font-size: 2rem;
        padding-bottom: 10px;
    }

    .Home-about-title em {
        font-size: 1.2rem
    }

    .Home-about-text {
        font-size: 1.4rem;
        margin-top: 10px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media(max-width:760px) {
    .Home-about-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 1.4rem
    }

    .Home-about-title span {
        font-size: 2rem;
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .Home-about-title span:after {
        width: 20px;
        height: 3px;
        left: 50%;
        margin-left: -10px;
    }

    .Home-about {
        padding: 40px 0
    }

    .Home-about-left {
        padding: 0
    }

    .Home-about-text {
        font-size: 1.4rem;
        padding: 0
    }

    .Home-about-right {
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .Home-about-more {
        bottom: -20px;
        height: 40px;
    }

    .Home-about-more a {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
}

/*Home digital*/
.Home-digital {
    background: url(../images/backg_1.jpg) no-repeat top center;
    padding-top: 140px;
    padding-bottom: 90px;
}

.Home-digital ul li {
    padding: 0 20px
}

.Home-digital-text span {
    position: relative;
    padding-right: 20px;
    font-size: 4rem;
    color: #fff;
}

.Home-digital-text span:after {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.6rem;
    color: #fff;
    content: "+";
    line-height: 10px
}

.Home-digital-text i {
    font-style: normal;
}

.Home-digital-text p {
    display: block;
    font-size: 2.2rem;
    color: #fff;
    margin-top: 5px;
}

@media(max-width:992px) and (min-width:768px) {
    .Home-digital ul li {
        padding: 0 10px;
        text-align: center
    }

    .Home-digital-text span {
        font-size: 3rem
    }
}

@media(max-width:760px) {
    .Home-digital {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .Home-digital ul li {
        padding: 20px 10px;
        text-align: center;
    }

    .Home-digital-text span {
        font-size: 1.8rem
    }

    .Home-digital-text span:after {
        font-size: 1.4rem
    }

    .Home-digital-text p {
        font-size: 1.6rem
    }
}

/*Home service*/
.Home-service {
    padding-top: 75px;
    padding-bottom: 45px;
}

.Home-service .Home-title {
    margin-bottom: 90px;
}

.Home-serivice-list li {
    padding: 0 10px;
    margin-bottom: 40px;
}

.Home-service-img {
    display: block;
}

.Home-service-text {
    background: #f6f7f7;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s
}

.Home-service-text:before,
.Home-service-text:after {
    position: absolute;
    content: ""
}

.Home-service-text:before {
    position: absolute;
    left: -50px;
    top: 30px;
    width: 38px;
    height: 4px;
    background: #00499f;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s
}

.Home-service-text:after {
    position: absolute;
    right: 30px;
    top: 50%;
    content: ">";
    font-size: 2.4rem;
    color: #8b8b8b;
    font-family: SimSun;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.Home-service-text span {
    font-size: 1.8rem;
    color: #333333;
    margin-bottom: 10px;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s
}

.Home-service-text p {
    font-size: 1.4rem;
    color: #888888;
    line-height: 2
}

.Home-serivice-list li:hover .Home-service-text:before {
    left: 0
}

.Home-serivice-list li:hover .Home-service-text {
    padding-left: 50px
}

.Home-serivice-list li:hover .Home-service-text span,
.Home-serivice-list li:hover .Home-service-text p {
    color: #00499f
}

@media(max-width:992px) and (min-width:768px) {
    .Home-service {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .Home-service .Home-title {
        margin-bottom: 30px;
    }

    .Home-serivice-list li {
        margin-bottom: 20px;
    }
}

@media(max-width:760px) {
    .Home-service {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .Home-service .Home-title {
        margin-bottom: 30px;
        height: auto
    }

    .Home-serivice-list li {
        padding: 0 5px;
        margin-bottom: 20px;
    }

    .Home-service-text {
        padding: 10px 30px 10px 10px
    }

    .Home-service-text:after {
        right: 10px;
        font-size: 1.4rem
    }

    .Home-service-text:before {
        width: 15px;
        top: 20px
    }

    .Home-service-text span {
        font-size: 1.6rem
    }

    .Home-service-text p {
        font-size: 1.2rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .Home-serivice-list li:hover .Home-service-text {
        padding-left: 20px
    }
}

/*Home case*/
.Home-case {
    background: url(../images/backg_2.jpg) no-repeat top center;
    padding: 80px 0 60px
}

.Home-case .Home-title {
    position: relative
}

.Home-case .Home-title h2 {
    border: none;
    background: url(../images/backg_3.png) no-repeat top center;
    width: 816px
}

.Home-case .Home-title h2:before {
    display: none
}

.Home-case .Home-title:before,
.Home-case .Home-title:after {
    position: absolute;
    top: 50%;
    width: calc((100% - 720px)/2);
    height: 1px;
    background: rgba(0, 112, 224, .6);
    content: ""
}

.Home-case .Home-title:before {
    left: 0
}

.Home-case .Home-title:after {
    right: 0
}

.Home-case .Home-title h2:after {
    display: none
}

.Home-case .Home-title p {
    background: transparent
}

.swiper-case {
    margin-top: 45px;
}

.swiper-case li i {
    display: block;
    width: 100%;
    height: 187px;
    border: solid 2px #fff;
    margin-bottom: 5px;
    overflow: hidden
}

.swiper-case li i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    -moz-transition: ease .3s
}

.swiper-case li span {
    display: block;
    line-height: 74px;
    background: #fff;
    text-align: center;
    font-size: 1.8rem;
    color: #454545
}

.swiper-case li:hover span {
    color: #00499f
}

.swiper-case li:hover i img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.Home-case-more {
    margin-top: 45px;
}

.Home-case-more a {
    display: block;
    width: 227px;
    height: 45px;
    background: #1b72f3;
    line-height: 45px;
    text-align: center;
    margin: auto;
    font-size: 1.4rem;
    color: #fff;
    border: solid 1px #1b72f3;
    border-radius: 4px;
}

.Home-case-more a:hover {
    background: #fff;
    color: #1b72f3
}

@media(max-width:992px) and (min-width:768px) {
    .Home-case {
        padding: 50px 0
    }

    .Home-case .Home-title h2 {
        background: none
    }

    .swiper-case li span {
        line-height: 50px;
        font-size: 1.6rem
    }
}

@media(max-width:760px) {
    .Home-case {
        padding-top: 50px;
    }

    .Home-case .Home-title h2 {
        width: auto;
        background: none
    }

    .swiper-case li i {
        width: 100%;
        height: 98px;
    }

    .swiper-case li span {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 32px;
        padding: 0 10px;
        font-size: 14px;
        white-space: nowrap;
    }
}

/*Home news*/
.Home-news {
    padding-top: 50px;
}

.Home-news-title {
    position: relative;
    margin-bottom: 32px;
}

.Home-news-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #dedede;
    content: ""
}

.Home-news-title h2 {
    padding-bottom: 15px;
    font-size: 2.4rem;
    color: #004bb0;
    position: relative;
    font-weight: bold;
    margin-right: 55px;
    line-height: 30px;
}

.Home-news-title h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #004bb0;
    content: ""
}

.Home-news-nav {
    padding-top: 10px;
}

.Home-news-nav a {
    font-size: 1.6rem;
    color: #454545;
    margin-right: 50px;
}

.Home-news-more {
    font-size: 1.4rem;
    color: #ff9500;
    text-transform: uppercase;
    padding-top: 10px;
}

.Home-news-more:hover {
    color: #ff9500
}

.Home-news-one {
    width: 39%;
    padding: 0 20px 0 0;
}

.Home-news-one-img {
    height: 280px;
    overflow: hidden;
}

.Home-news-one-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Home-news-one-text {
    background: #f5f5f5;
    padding: 30px
}

.Home-news-one-title {
    height: 46px;
    overflow: hidden
}

.Home-news-one-time {
    width: 75px;
    text-align: left
}

.Home-news-one-time b {
    font-size: 3.2rem;
    color: #454545;
    line-height: 26px
}

.Home-news-one-time p {
    font-size: 1.2rem;
    color: #454545;
    opacity: .55;
    line-height: 20px;
}

.Home-news-one-title h3 {
    width: calc(100% - 75px);
    text-align: left;
    font-size: 1.6rem;
    color: #454545;
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.Home-news-one-summary {
    font-size: 1.4rem;
    color: #757575;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Home-news-right {
    width: 60%;
    padding-left: 20px;
    margin-left: 1%;
    background: #f5f5f5;
    padding: 16px 30px;
}

.Home-News-list li {
    margin-bottom: 25px;
    overflow: hidden;
}

.Home-News-list li:last-child {
    margin-bottom: 0
}

.Home-News-list li a {
    display: block;
    overflow: hidden;
    position: relative
}

.Home-News-list-text {
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s
}

.Home-News-list-text h2 {
    font-size: 1.6rem;
    color: #3a3a3a;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 18px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.Home-News-list-text h2 span {
    font-size: 1.4rem;
    color: #999999;
}

.Home-News-list-text p {
    font-size: 1.2rem;
    font-family: SimSun;
    line-height: 2;
    display: none;
    color: #727272
}

.Home-News-list-time {
    position: absolute;
    right: 100px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s
}

.Home-News-list-time p {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, .55);
    text-align: center;
}

.Home-News-list-time p b {
    font-size: 2.8rem;
    color: #888888;
    display: block;
    line-height: 1
}

.Home-News-list-time i {
    display: block;
    margin-top: 30px;
    font-size: 1.2rem;
    color: #555555;
    text-align: center
}

.Home-News-list li.active .Home-News-list-text {
    width: calc(100% - 105px);
    float: left
}

.Home-News-list li.active h2 span {
    display: none
}

.Home-News-list li.active .Home-News-list-text p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Home-News-list li.active .Home-News-list-time {
    visibility: visible;
    opacity: 1;
    right: 0
}

.Home-News-list li:hover h2,
.Home-News-list li.active h2 {
    color: #ff9500
}

@media (max-width: 1024px) {
    .Home-News-list-text h2 span {
        display: none
    }

    .Home-News-list-text h2 {
        padding-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .Home-news-one {
        width: 45%;
        padding-left: 0
    }

    .Home-news-right {
        width: 55%;
        margin-left: 0
    }

    .Home-News-list-text h2 {
        margin-bottom: 10px;
    }

    .Home-News-list li.active .Home-News-list-text p {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 760px) {
    .Home-news {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .Home-news-title h2 {
        font-size: 1.8rem
    }

    .Home-news-title h2 span {
        font-size: 1.2rem;
    }

    .Home-news-nav {
        display: none
    }

    .Home-news-one {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }

    .Home-news-right {
        width: 100%;
        padding: 20px 15px 0
    }

    .Home-News-list li {
        margin-bottom: 10px;
    }

    .Home-News-list-text h2 {
        font-size: 1.4rem
    }

    .Home-News-list-text p {
        margin-bottom: 20px;
    }

    .Home-News-list-time i {
        margin-top: 20px;
    }

    .Home-News-list li.active .Home-News-list-text {
        width: calc(100% - 80px)
    }
}

/*Footer*/
#Footer {
    background: #191919;
    padding-top: 45px;
}

.Footer-left {
    width: 65%;
}

.Footer-nav {
    margin-bottom: 25px;
    font-size: 1.6rem;
    color: #d2d2d2
}

.Footer-nav a {
    display: inline-block;
    padding: 0 30px;
    position: relative;
    color: #d2d2d2
}

.Footer-nav a:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background: #3e3e3e;
    content: "";
    margin-top: -8px;
}

.Footer-nav a:first-child {
    padding-left: 0
}

.Footer-left dl dd {
    padding-left: 0;
    font-size: 1.4rem;
    color: #959595;
    line-height: 1.8;
}

.Footer-right div {
    font-size: 1.4rem;
    color: #959595;
}

.Footer-right div span {
    margin-top: 10px;
    display: block
}

.Footer-right div:first-child {
    margin-right: 75px;
}

.Footer-copyright {
    margin-top: 40px;
    background: #0c0c0c;
    padding: 30px 0;
    position: relative;
    font-size: 1.4rem;
    color: #d4d4d4
}

.Footer-copyright a {
    color: #d4d4d4
}

.Footer-copyright i {
    position: absolute;
    left: 50%;
    top: -50px;
    width: 154px;
    height: 51px;
    margin-left: -77px;
    line-height: 51px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    cursor: pointer
}

.Footer-copyright:before {
    position: absolute;
    left: 50%;
    top: -50px;
    width: 154px;
    height: 51px;
    margin-left: -77px;
    background: url(../images/backg_4.png) no-repeat top center;
    content: ""
}

@media(max-width:1080px) and (min-width: 993px) {
    .Footer-nav a {
        padding: 0 20px;
    }
}

@media(max-width:992px) and (min-width:768px) {
    .Footer-left {
        width: 100%;
    }

    .Footer-right {
        width: 100%;
        margin-top: 30px;
        text-align: center
    }

    .Footer-right>div {
        display: inline-block;
        float: none !important;
    }
}

@media(max-width: 760px) {
    #Footer {
        padding-top: 30px;
        margin-bottom: 60px;
    }

    .Footer-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .Footer-tel {
        width: 100%
    }

    .Footer-left dl dd {
        border-bottom: solid 1px #0b0b0b;
        line-height: 40px;
        border-top: solid 1px #242424
    }

    .Footer-left dl dd:first-child {
        border-top: none
    }

    .Footer-right {
        width: 100%;
        margin-top: 30px;
        text-align: center
    }

    .Footer-right>div {
        display: inline-block;
        float: none !important;
    }

    .Footer-copyright {
        padding: 14px;
        font-size: 1.2rem
    }
}

/* Footer Button */
footer {
    height: 60px;
    background: #065ed4;
    border-top: solid 1px #004bb0;
    z-index: 9;
}

footer a {
    border-top: solid 1px #004bb0;
    border-right: solid 1px #467cc5;
    height: 60px;
    border-left: solid 1px #004bb0;
    text-align: center;
    overflow: hidden
}

footer a i.Yc-icon {
    line-height: 30px;
    height: 30px;
    color: #fff;
    font-size: 2.6raa010cem;
    margin-top: 5px;
    display: block
}

footer a span {
    font-size: 14px;
    color: #fff;
}

/*Page channle*/
.Page-channle {
    padding: 50px 0 0
}

.Page-channle li {
    display: inline-block;
    padding: 0 7px;
}

.Page-channle li a {
    display: block;
    width: 174px;
    height: 48px;
    border: solid 1px #b4b4b4;
    line-height: 48px;
    text-align: center;
    font-size: 1.6rem;
    color: #454545
}

.Page-channle li:hover a,
.Page-channle li.active a {
    border-color: #00499f;
    color: #fff;
    background: #00499f
}

.Page-container-top {
    padding-top: 70px;
    padding-bottom: 60px
}

.Page-text {
    font-size: 1.4rem;
    color: #656565;
    line-height: 2
}

.Page-text img {
    max-width: 100%;
    height: auto !important
}

.Page-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px
}

.Page-info {
    border-bottom: dashed 1px #dcdcdc;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 13px;
    font-family: SimSun;
    color: #999
}

.Page-info span {
    font-style: normal;
    margin: auto 20px;
}

@media(max-width:1080px) and (min-width:993px) {
    .Page-channle li {
        padding: 0 3px;
    }

    .Page-channle li a {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
}

@media(max-width:992px) and (min-width:768px) {
    .Page-channle li {
        padding: 0 5px;
        float: left;
        width: 16.66%
    }

    .Page-channle li a {
        width: 100%;
        height: 36px;
        line-height: 36px;
    }
}

@media(max-width:760px) {
    .Page-channle {
        padding-top: 10px;
    }

    .Page-channle li {
        padding: 5px;
        float: left;
        width: 33.33%
    }

    .Page-channle li a {
        width: 100%;
        height: 34px;
        line-height: 34px;
        font-size: 1.4rem
    }

    .Page-container-top {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .Page-text img {
        margin: 0px !important;
    }
}

/*Page about*/
.Page-digital {
    background: url(../images/backg_6.jpg) no-repeat top center
}

.Page-digital .Home-digital-text span {
    color: #00499f;
    font-size: 2.4rem
}

.Page-digital .Home-digital-text span:after {
    font-size: 1.6rem;
    color: #00499f
}

.Page-digital .Home-digital-text p {
    font-size: 1.4rem;
    color: #555555;
}

.Page-about-adds {
    margin: 60px -20px 30px
}

.Page-about-adds li {
    padding: 0 20px;
}

.Page-about-adds-box h3 {
    font-size: 1.8rem;
    color: #00499f;
    margin-bottom: 35px;
}

.Page-about-adds-box p {
    margin-top: 35px;
    font-size: 1.4rem;
    color: #686868;
    min-height: 80px;
    line-height: 2
}

.Page-about-adds-bottom {
    background: url(../images/backg_5.png) no-repeat left top;
    margin-bottom: 50px;
}

.Page-about-adds-left {
    width: 47%
}

.Page-about-adds-right {
    width: 53%;
    padding-left: 4%
}

.Page-about-adds-right li {
    margin-bottom: 20px;
}

.Page-about-adds-right li h3 {
    padding: 8px 0 3px 8px
}

.Page-about-adds-right li h3 span {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 40px;
    background: #00499f;
    border-radius: 4px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.Page-about-adds-right li h3 span:before,
.Page-about-adds-right li h3 span:after {
    position: absolute;
    border: solid 1px #00499f;
    content: ""
}

.Page-about-adds-right li h3 span:before {
    width: 15px;
    height: 15px;
    top: -8px;
    left: -8px
}

.Page-about-adds-right li h3 span:after {
    width: 10px;
    height: 10px;
    bottom: -3px;
    right: -3px
}

.Page-about-adds-right li p {
    margin-top: 10px;
    padding-left: 8px;
    font-size: 1.4rem;
    color: #686868;
    line-height: 2
}

@media(max-width:760px) {
    .Page-about-adds {
        margin: 30px auto 30px;
    }

    .Page-about-adds li {
        padding: 0 5px;
    }

    .Page-about-adds-box h3 {
        margin-bottom: 15px;
        font-size: 1.4rem
    }

    .Page-about-adds-box p {
        font-size: 1.2rem;
        margin-top: 15px;
        min-height: 110px;
    }

    .Page-about-adds-left {
        width: 100%
    }

    .Page-about-adds-right {
        width: 100%;
        padding-left: 0
    }
}

/*Page case*/
.Page-case-list li {
    padding: 5px 10px;
    margin-bottom: 40px;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s
}

.Page-case-list li a {
    display: block;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s
}

.Page-case-img {
    display: block;
    width: 100%;
    height: 142px;
    overflow: hidden
}
.Page-case-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Page-case-title {
    margin: 4px auto;
    padding: 0 12px;
    background: #fff;
    text-align: center;
    line-height: 55px;
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .1);
    display: block;
    font-size: 1.4rem;
    color: #454545;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.Page-case-list li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px)
}

.Page-case-list li:hover .Page-case-title {
    background: #00499f;
    color: #fff;
}

.Page-case-list li:hover a {
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .4);
}

@media(max-width:760px) {
    .Page-case-list {
        margin-bottom: 30px;
    }

    .Page-case-list li {
        padding: 5px;
        margin-bottom: 10px;
    }
    .Page-case-img{
        height: 118px;
    }
}

/*Page news*/
.Page-news-list li {
    margin-bottom: 30px;
}

.Page-news-list li a {
    display: block;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
}

.Page-news-img {
    display: block;
    height: 232px;
    overflow: hidden
}

.Page-news-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.Page-news-text {
    padding-top: 25px;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
}

.Page-news-text h3 {
    font-size: 1.6rem;
    color: #454545;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.Page-news-summary {
    margin-bottom: 30px;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.4rem;
    color: #999999;
	min-height: 56px;
    line-height: 2
}

.Page-news-time:before,
.Page-news-time:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    content: "";
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    width: 0;
}

.Page-news-time:before {
    width: 100%;
    background: #d2d2d2
}

.Page-news-time:after {
    background: #00499f
}

.Page-news-time {
    padding-top: 25px;
    font-size: 1.6rem;
    color: #454545;
    padding-bottom: 15px;
    position: relative
}

.Page-news-list li:hover .Page-news-time:after {
    width: 100%
}

.Page-news-list li:hover a {
    display: block;
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .2);
}

.Page-news-list li:hover .Page-news-text {
    padding: 25px 10px 0;
}

.Page-news-list li:hover h3 {
    color: #00499f
}

.Page-news-list li:hover .Page-news-time {
    color: #00499f
}

@media(max-width:760px) {
    .Page-news-list {
        margin-bottom: 30px;
    }

    .Page-news-list li {
        padding: 0 5px;
        margin-bottom: 20px;
    }

    .Page-news-img {
        height: 114px
    }

    .Page-news-text {
        padding-top: 15px !important
    }

    .Page-news-summary {
        margin-bottom: 10px;
        margin-top: 5px;
        font-size: 1.2rem;
		min-height: 50px
    }

    .Page-news-time {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.4rem
    }
}

/*Page news2*/


/*Page contact*/
.Page-contact {
    padding-left: 4.5%;
    padding-right: 4.5%
}

.Page-contact-box {
    margin-bottom: 50px;
}

.Page-contact-text {
    width: 54%
}

.Page-contact-text h2 {
    font-size: 2.6rem;
    color: #00499f;
    margin-bottom: 20px;
}

.Page-contact-summary {
    font-size: 1.4rem;
    color: #747474;
    padding-right: 10%;
    margin-bottom: 35px;
}

.Page-contact-text table tr td:first-child {
    width: 50%;
    padding-right: 5%;
    font-size: 1.6rem;
    color: #484848;
    line-height: 1.8
}

.Page-contact-text table tr td i {
    margin-right: 10px;
}

.Page-contact-text table tr td:last-child p {
    margin-right: 6%
}

.Page-contact-right {
    width: 42%;
}

.Page-contact-right ul li {
    margin-bottom: 5px;
}

.Page-contact-right ul li input {
    border: solid 1px #cccccc;
    height: 45px;
    width: 100%;
    font-size: 1.4rem;
    padding-left: 10px;
    outline: none
}

.Page-contact-right ul li textarea {
    width: 100%;
    border: solid 1px #ccc;
    height: 95px;
    padding: 10px;
    outline: none
}

.Page-contact-right ul li button {
    width: 204px;
    height: 39px;
    background: #00499f;
    line-height: 39px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 1.6rem;
}

.Page-contact-right ul li button[type="reset"] {
    background: #5189cb
}

.Page-contact-right ul li input:focus,
.Page-contact-right ul li textarea:focus {
    border-color: #004bb0
}

@media (max-width:1080px) and (min-width: 993px) {
    .Page-contact-text table tr td:last-child p {
        width: 44%
    }

    .Page-contact-right ul li button {
        width: 40%
    }
}

@media(max-width:992px) and (min-width:768px) {
    .Page-contact {
        padding-left: 0;
        padding-right: 0
    }

    .Page-contact-text {
        width: 100%;
        margin-bottom: 50px
    }

    .Page-contact-right {
        width: 100%
    }
}

@media(max-width:760px) {
    .Page-contact {
        padding-left: 0;
        padding-right: 0
    }

    .Page-contact-box {
        margin-top: 30px;
    }

    .Page-contact-summary {
        padding-right: 0;
    }

    .Page-contact-text {
        width: 100%;
        margin-bottom: 50px
    }

    .Page-contact-text h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        text-align: center
    }

    .Page-contact-right {
        width: 100%
    }

    .Page-contact-text table tr td:first-child {
        font-size: 1.4rem;
        width: 55%
    }

    .Page-contact-text table tr td:last-child p {
        width: 44%
    }

    .Page-contact-right ul li button {
        width: 40%;
        font-size: 1.4rem
    }
}

@media(max-width:320px) {
    .Page-contact-summary {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .Page-contact-text table tr td:first-child {
        width: 61%;
        padding-right: 0;
        font-size: 1.2rem
    }
}

/*Page*/
.Page {
    margin-bottom: 20px;
}

.Page a,
.Page b {
    display: inline-block;
    border: solid 1px #dedede;
    line-height: 24px;
    font-size: 12px;
    font-family: SimSun;
    padding: 0 8px;
    color: #333;
    font-weight: normal;
}

.Page b {
    background: #3f62fc;
    border-color: #3f62fc;
    color: #fff;
}

.Page a:hover {
    background: #3f62fc;
    color: #fff;
    border-color: #3f62fc
}

/*=====pernext*/
.pernext {
    border-top: dashed 1px #ddd;
    border-bottom: dashed 1px #ddd;
    margin-top: 30px;
    padding: 10px 0
}

.pernext span {
    color: #333;
    line-height: 2;
    width: 50%;
}

.pernext span a {
    color: #333
}

.pernext span.pull-right {
    border-left: dashed 1px #ddd;
    text-align: right
}

.pernext span:hover,
.pernext span:hover a {
    color: #00499f
}

@media(max-width:760px) {
    .pernext span {
        width: 100%;
        float: none;
        display: block;
    }

    .pernext span.pull-right {
        text-align: left;
        margin-top: 10px;
        border-top: dashed 1px #ddd;
        padding-top: 10px;
        border-left: none;
    }
}

.compy-list-box li,
.Page-news-list2 li {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 0;
    overflow: hidden;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.compy-list-box li:hover,
.Page-news-list2 li:hover {
    box-shadow: 0 0 15px 10px #f0f0f0;
}

.compy-list-box li .compy-img,
.Page-news-list2 li .cp-img {
    width: 25%;
    height: 180px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.compy-list-box li .compy-img img,
.Page-news-list2 li .cp-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .9s;
    transition: all .9s;
}

.compy-list-box li .compy-text,
.Page-news-list2 li .cp-text {
    display: block;
    width: 72%;
    text-align: left;
    float: left;
}

.compy-list-box li .compy-text h3,
.Page-news-list2 li .cp-text h3 {
    font-size: 16px;
    line-height: 28px;
    padding: 3px 0 8px;
    color: #333;
    font-weight: 700;
}

.compy-list-box li .compy-text p,
.Page-news-list2 li .cp-text p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 7px;
}

.compy-list-box li .compy-text>span,
.Page-news-list2 li .cp-text>span {
    font-size: 14px;
    color: #888;
}

@media(min-width:300px) and (max-width: 767px) {

    .compy-list-box li,
    .Page-news-list2 li {
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .compy-list-box li .compy-img,
    .Page-news-list2 li .cp-img {
        width: 35%;
        height: 90px;
        margin-right: 4%
    }

    .compy-list-box li .compy-text,
    .Page-news-list2 li .cp-text {
        width: 60%;
    }

    .compy-list-box li .compy-text h3,
    .Page-news-list2 li .cp-text h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .compy-list-box li .compy-text p,
    .Page-news-list2 li .cp-text p {
        height: auto !important;
        -webkit-line-clamp: 5;
    }
}

@media(min-width:768px) {}

@media(min-width:1200px) {}

@media(min-width:1440px) {}
