﻿.about {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 3% 0;
}

.con-title {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 4%;
}

.con-title h3 {
    color: #333333;
    font-size: 33px;
    letter-spacing: 4px;
}

.con-title p {
    color: #a4a4a4;
    font-size: 19px;
    letter-spacing: 1px;
}

.ab-one {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}

.abo-left {
    width: 61%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
    padding: 21px 28px;
    position: absolute;
    z-index: 9999999;
    top: 8%;
}

.abo-left h3 {
    font-size: 26px;
    color: #187bb7;
    border-left: 3px solid#187bb7;
    padding-left: 2%;
    margin-bottom: 19px;
}

.abo-left p {
    font-size: 17px;
    line-height: 35px !important;
    color: #333333;
    display: inline-block;
}

.abo-right {
    width: 66%;
    float: right;
}

.abo-right img {
    width: 100%;
}

.abo-nav {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}

.abo-nav ul {
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.abo-nav li {
    width: 25%;
    float: left;
    text-align: center;
}

.abon-left {
}

.abon-left img {
    float: left;
    width: 14%;
}

.abon-right {
    float: left;
    margin-left: 5%;
    width: 74%;
    text-align: left;
}

.abon-right h3 {
    font-size: 30px;
    color: #187bb7;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0px;
}

.abon-right h3 i {
    color: #187bb7;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    margin-left: 2%;
}

.abon-right p {
    color: #a4a4a4;
    font-size: 18px;
    letter-spacing: 2px;
}

.ab-two {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #f0f1f7;
    padding-top: 4%;
    padding-bottom: 3%;
    background-image: url(../images/abb_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.con-titles {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 2%;
}

.con-titles img {
    width: 2%;
    margin-top: -8px;
    margin-right: 6px;
}

.con-titles h3 {
    color: #fff;
    font-size: 39px;
    letter-spacing: 4px;
    margin-bottom: 2%;
}

.con-titles h1 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 16px;
    font-weight: bold;
}

.ab-two p {
    color: #dadada;
    text-align: center;
    font-size: 19px;
    line-height: 42px;
}

.ab-three {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 4% 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@font-face {
    font-family: "iconfont";
    src: url('//at.alicdn.com/t/font_1457575_wc4kbab342e.eot?t=1571103794780'); /* IE9 */
    src: url('../fonts/font_1457575_wc4kbab342e.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ae454a61c8de45f9ae91335bd0ed2741.woff') format('woff2'),
    url('../fonts/font_1457575_wc4kbab342e.woff') format('woff'),
    url('../fonts/font_1457575_wc4kbab342e.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('../fonts/font_1457575_wc4kbab342e.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-jiantouyou:before {
    content: "\e62a";
}

.icon-jiantou-zuo:before {
    content: "\e62d";
}

.icon-zuojiantou:before {
    content: "\e601";
}

.icon-jiantou:before {
    content: "\e605";
}

.button {
    position: absolute;
    cursor: pointer;
    top: 3%;
    font-size: 40px;
    color: #333;
}

.prev {
    left: -20px;
}

.next {
    right: -20px;
    transform: rotate(-180deg);
}

.container {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.slide_wrap {
    overflow: hidden;
    position: relative;
}

.slide_wrap ul {
    position: relative;
    left: 0px;
}

.slide_wrap::after {
    width: 100%;
    height: 1px;
    background-color: #a0a0a0;
    content: '';
    position: absolute;
    top: 48px;
    left: 0px;
}

.slide_items li {
    float: left;
    font-size: 20px;
    width: 20%;
    text-align: center;
}

.slide_items li a {
    display: block;
}

.slide_items li.on {
    color: #187bb7;
    border-radius: 30px;
}

.slide_items li span {
    color: #333333;
    font-size: 18px;
    display: block;
}

.slide_items li div {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #a2a2a2;
    border-radius: 13px;
    padding: 2px;
    box-sizing: border-box;
    margin-top: 11px;
}

.slide_items li i {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #a2a2a2;
    border-radius: 5px;
}

.slide_items li.on div {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    padding: 8px;
    box-sizing: border-box;
    margin-top: -1px;
}

.slide-content {
    margin-top: 4%;
    width: 100%;
    height: auto;
    display: inline-block;
}

.slide-content ul {
    display: none;
}

.slide-content ul.on {
    display: block;
}

.slide-content li {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}

.sc-left {
    width: 77%;
    float: left;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
    padding: 21px 28px;
    height: 458px;
    display: inline-block;
    background-color: #f7f7f9;
}

.sc-left p {
    color: #187bb7;
    font-size: 23px;
    margin-top: 3%;
    margin-bottom: 2%;
}

.sc-left span {
    color: #333333;
    font-size: 19px;
    letter-spacing: 2px;
    margin-bottom: 10%;
    display: inline-block;
    width: 64%;
    line-height: 32px;
}

.sc-left h1 {
    font-size: 132px;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    color: #fff;
}

.sc-right {
    width: 42%;
    float: right;
    position: absolute;
    right: 0px;
    top: 9%;
}

.sc-right img {
    width: 100%;
}

.ab-four {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #f0f1f7;
    padding-top: 5%;
    padding-bottom: 0%;
    background-image: url(../images/abbs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.alSpan {
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.alSpan h4 {
    padding: 20px 0px;
    font-size: 18px;
    text-align: center;
    background: url(../images/altitbr.png) no-repeat center 32px;
}

.alSpan h4 a {
    padding: 0 4px;
    color: #d5242e;
    background-color: #fff;
}

.alSpan h4 div {
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #b8b8b8;
    font-weight: normal;
    background: url(../images/altitd_br.png) no-repeat center bottom;
}

.cgal .alCont {
    position: relative;
}

.cgal .alCont ul {
    margin: 0 auto;
    width: 94% !important;
    overflow: hidden;
}

.cgal .alCont li {
    margin: 0 11px;
    width: 260px;
    float: left;
    text-align: center;
}

.cgal .alCont li img {
    width: 100%;
}

.cgal .alCont li img:hover {
    border-color: #8f8f8f;
}

.cgal .alCont li h5 {
    margin-top: 12px;
    font-weight: normal;
    font-size: 14px;
}

.cgal .alCont li h5 a {
    color: #333;
}

.cgal .alCont .btnLeft,
.cgal .alCont .btnRight {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 34px;
    height: 34px;
}

.cgal .alCont .btnLeft {
    left: 3px;
    background: url(../images/huibtnleft.png) no-repeat center;
}

.cgal .alCont .btnRight {
    right: 0px;
    background: url(../images/huibtnright.png) no-repeat center;
}

.ab-five {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 4% 0;
}

.cooperative {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.cooperative ul {
    overflow-x: auto;
    display: flex;
    width: 413%;
}

.cooperative li {
    width: 25%;
    float: left;
    margin-right: 1%;
    border-radius: 15px;
    padding-bottom: 18px;
}

.cooperative li img {
    width: 100%;
    background: #fff;
    box-shadow: 4px 4px 5px rgb(177 177 177 / 40%);
    max-width: none;
}

.slide_items .on span {
    color: #187bb7;
    font-size: 22px;
    display: block;
}

.slide_items .on div {
    border: 1px solid #187bb7;
}

.slide_items .on i {
    background-color: #187bb7;
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .abo-left {
        width: 100%;
        float: left;
        background: #fff;
        box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
        padding: 21px 11px;
        position: static;
        z-index: 9999999;
        top: 8%;
    }

    .con-title h3 {
        color: #333333;
        letter-spacing: 4px;
        font-size: 23px;
        line-height: 14px;
    }

    .about {
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 10% 0;
        padding-bottom: 0%;
    }

    .con-title p {
        color: #a4a4a4;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .abo-right {
        width: 100%;
        float: right;
        margin-top: 8%;
    }

    .abo-nav {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 12%;
    }
    .abo-nav li {
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 8%;
    }
    .abon-left {
        float: left;
        width:21%%;
    }
    .abon-left img {
        width: 100%;
    }
    .abon-right h3 {
        font-size: 23px;
        color: #187bb7;
        font-weight: bold;
        line-height: normal;
        margin-bottom: 0px;
    }
    .abon-right p {
        color: #a4a4a4;
        font-size: 14px;
        letter-spacing: 2px;
    }
    .con-titles h3 {
        color: #fff;
        font-size: 23px;
        letter-spacing: 4px;
        margin-bottom: 2%;
        padding-top: 6%;
    }
    .con-titles h1 {
        color: #fff;
        font-size: 34px;
        letter-spacing: 9px;
        font-weight: bold;
        margin-bottom:3% !important;
    }
    .ab-two p {
        color: #dadada;
        text-align: center;
        font-size: 14px;
        line-height: 35px;
    }
    .ab-three {
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 10% 0;
    }
    .button {
        position: absolute;
        cursor: pointer;
        top: 3%;
        font-size: 30px;
        color: #333;
    }
    .slide_items .on span {
        color: #187bb7;
        font-size: 16px;
        display: block;
    }
    .slide_items li.on div {
        display: inline-block;
        width: 19px;
        height: 19px;
        border-radius: 13px;
        padding: 8px;
        box-sizing: border-box;
        margin-top: 12px;
    }
    .slide_items li p{
        font-size: 15px;
    }
    .sc-left h1 {
        font-size: 132px;
        font-weight: bold;
        position: absolute;
        bottom: 0px;
        color: #fff;
        display: none;
    }
    .sc-left {
        width: 100%;
        float: left;
        box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
        padding: 21px 28px;
        height: auto;
        display: inline-block;
        background-color: #f7f7f9;
    }
    .sc-left p {
        color: #187bb7;
        font-size: 20px;
        margin-top: -5%;
        margin-bottom: 2%;
    }
    .sc-left span {
        color: #333333;
        font-size: 15px;
        letter-spacing: 2px;
        margin-bottom: 10%;
        display: inline-block;
        width: 60%;
        line-height: 23px;
    }
    .ab-four {
        width: 100%;
        height: auto;
        display: inline-block;
        background-color: #f0f1f7;
        padding-top: 10%;
        padding-bottom: 0%;
        background-image: url(../images/abbs.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ab-five {
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 10% 0;
    }
    .abo-left p {
        font-size: 14px;
        line-height: 28px !important;
        color: #333333;
        display: inline-block;
    }

}