@charset "utf-8";

.banner {
    position: relative;
    width: 100%;
    top: 32px;
}

.banner .bd {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}

.banner .bd ul li {
    width: 1920px;
    height: 632px;
    display: block;
    overflow: hidden;
}

.banner .bd ul li .img-wrap {
    width: 100%;
}

.banner .bd ul li .img-box {
    position: relative;

    padding-bottom: 33%;
    width: 100%;
    height: 0;
}

.banner .bd ul li .img-box .txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.banner .bd ul li .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.banner .bd img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: all 5.5s;
}

.banner .hd {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    bottom: 50px;
    z-index: 3;
    text-align: center;
}

.banner .hd ul {
    display: inline-block;
}

.banner .hd ul li {
    width: 45px;
    height: 3px;
    margin: 0 9px;
    background: #535455;
    border-radius: 20px;
    *display: block;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    list-style: none;
    float: left;
    text-indent: 9999px;
    opacity: 1;
}

.banner .hd ul li.on{
    transition: background 3s;
    -webkit-transition: background 3s; /* Safari */
    background: #fff;
}
.banner .con {
    display: none
}

.banner .prev {
    display: none;
    width: 40px;
    height: 35px;
    background: url(/static/images/prev.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    z-index: 3;
    left: 100px;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
}

.banner:hover .prev {
    display: block;
}

.banner .next {
    display: none;
    width: 40px;
    height: 35px;
    background: url(/static/images/next.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 100px;    z-index: 3;

    top: 50%;
    margin-top: -35px;
    cursor: pointer;
}

.banner:hover .next {
    display: block;
}

.topArea {
    text-align: center;
}

.topArea .h {
    font-size: 48px;
    color: #a3a9a9;
    text-transform: uppercase;
    font-family: STSong, simsun;
    line-height: 1;
    font-weight: bold;
}

.topArea .p {
    font-size: 30px;
    color: #040404;
    margin-top: 10px
}

.topArea .s {
    font-size: 18px;
    color: #727171;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff7d;
}

.s1 .topArea .p ,
.s4 .topArea .p ,
.s5 .topArea .p {
    font-size: 30px;
    line-height: 2;
    color: #272a93 !important;
    border-bottom: 1px solid #272a93;
    margin-top: 10px;
    display: inline-block;
}

.s2 .topArea2 .p ,
.s6 .topArea2 .p ,
.s3 .topArea .p ,
.s8 .topArea2 .p {
    font-size: 30px;
    line-height: 2;
    color: #fff !important;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
    display: inline-block;
}

.s8 .num {
    color: #fff !important;
}

.s1 .topArea .s {
    font-size: 40px;
    letter-spacing: 4px;
    color: #040404;
    margin-top: 20px;
}

.s1 .topArea .t {
    font-size: 13px;
    color: #040404;
    margin-top: 35px;
}

.s1 .topArea .t p {
    margin-bottom: 15px;
}

.s1 .topArea .more {
    display: flex;

    align-items: center;
    justify-content: center;

    margin: 50px auto 70px;
    border-radius: 100%;
    width: 80px;
    height: 80px;

    font-size: 20px;

    color: #fff;
    background-color: #272a93;
}

.topArea2 {
    text-align: center;
}

.topArea2 .h {
    margin-top: 20px;
    font-size: 48px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: STSong, simsun;
    line-height: 1;
    font-weight: bold;
}

.s2 .topArea2 .h {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff7d;
}

.topArea2 .p {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
}

.s1 {
    padding: 60px 0 10px;
}

.s1 .g-in {
    /* border-bottom: 1px solid #a0a0a0 */
}

.s1 .s1-c {
    padding: 2% 3%;
}

.s1 .s1-c ul li {
    display: flex;
    width: 25%;
    float: left;
    padding-left: 1.2%;
    box-sizing: border-box;
    position: relative;
}

/*.s1 .s1-c ul li::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 1px;*/
/*    height: 64px;*/
/*    background: #535353;*/
/*    top: 50%;*/
/*    margin-top: -32px;*/
/*    right: 0*/
/*}*/

.s1 .s1-c ul li:last-child::before {
    display: none
}

.s1 .s1-c ul li .icon {
    width: 66px;
    height: 66px;
    margin-right: 10px;
    position: relative;
    margin: 0 auto;
}

.s1 .s1-c ul li .icon .img1 {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
}

.s1 .s1-c ul li .icon .img2 {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    position: absolute;
    left: 0;
    top: 0
}

.s1 .s1-c ul li:not(:last-of-type) .txt {
    border-right: 1px solid #eeeeee;
}

.s1 .s1-c ul li .txt {
    box-sizing: border-box;
    padding: 0 5%;
}

.s1 .s1-c ul li .txt .h {
    font-size: 1vw;
    color: #3e3a39;
    transition: all .5s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.s1 .s1-c ul li .txt .p {
    font-size: .7vw;
    color: #727171;
    margin-top: 3px;
    transition: all .5s ease;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
}

.s1 .s1-c ul li:hover .icon {
    transform: rotateY(360deg);
    transition: all .5s ease;
}

.s1 .s1-c ul li:hover .icon .img2 {
    opacity: 1;
    visibility: visible;
}

.s1 .s1-c ul li:hover .icon .img1 {
    opacity: 0;
    visibility: hidden;
}

.s1 .s1-c ul li:hover .txt .h {
    color: #272a93
}

.s1 .s1-c ul li:hover .txt .p {
    animation:mymove .3s 1;
    color: #272a93;
}

@keyframes mymove {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.s2 .aArea .cover {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #424242;
    opacity: .87;
}

.s2 .aArea {
    position: relative;

    padding: 45px 0 30px 0;
    background: url(../images/bg_01.jpg) no-repeat center center;
    background-size: cover;
}

.s2 .aArea .hd {
    padding-top: 26px;
    margin-top: 12px;
}

.s2 .aArea .hd ul {
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.s2 .aArea .hd ul li {
    float: left;
    width: 16.666%
}

.s2 .aArea .hd ul li a {
    display: flex;
    flex-direction: column;
    width: 98%;
    justify-content: center;
    height: 70px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    transition: unset;
}
.s2 .aArea .hd ul li a div{
    text-align: center;
}
.s2 .aArea .hd ul li .h {
    color: #fff;
    font-size: 24px;
    line-height: 30px
}

.s2 .aArea .hd ul li .p {
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.s2 .aArea .hd ul li.on a, .s2 .aArea .hd ul li:hover a {
    background: #272a93
}

.s2 .bArea {
    background: #e8e9e9;
    padding: 36px 0 60px
}

.s2 .bArea ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.s2 .bArea .bd ul li {
    float: left;
    margin-bottom: 2.5%;
    width: 31.5%;
    box-sizing: border-box;
    background: #ffffff
}

.s2 .bArea .bd ul li:nth-child(3n) {
    margin-right: 0
}

.s2 .bArea .bd ul li .pic {
    overflow: hidden;
}

.s2 .bArea .bd ul li .pic img {
    display: block;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all .5s;
    width: 100%;
    object-fit: cover;
}

.s2 .bArea .bd ul li .wenzi {
    border: 1px solid #bfbfbf;
    border-top: 1px solid #c9c9c9;
    height: 44px;
    line-height: 44px;
    padding: 0 18px
}

.s2 .bArea .bd ul li .wenzi .name {
    float: left;
    font-size: 15px;
    color: #000;
    transition: all .5s ease;
    width: 210px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.s2 .bArea .bd ul li .wenzi .adds {
    float: right;
    font-size: 12px;
    color: #000;
    transition: all .5s ease;
    display: block;
}

.s2 .bArea .bd ul li:hover .wenzi .name {
    color: #272a93
}

.s2 .bArea .bd ul li:hover .wenzi .adds {
    color: #272a93
}

.s2 .bArea .bd ul li:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.s2 .bArea .more {
    margin-top: 11px;
}

.s2 .bArea .more a {
    display: block;
    font-size: 18px;
    color: #000;
    width: 188px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d2d2d2;
    text-align: center;
    margin: 0 auto
}

.s2 .bArea .more a:hover {
    color: #272a93;
    border: 1px solid #272a93
}

.s3 {
}

.s3 .aArea {
    padding: 62px 0 38px;
}

.s3 .bArea {
    position: relative;

    padding: 85px 0 70px;
    background: url(../images/bg_02.jpg) no-repeat center center;
    background-size: cover;
}

.s3 .bArea .cover {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #4a4b4b;
    opacity: .81;
}

.s3 .bArea .bArea01 {
}

.s3 .bArea .bArea01 ul {
    display: block;
    text-align: center;
}

.s3 .bArea .bArea01 ul li {
    display: inline-block;
    margin: 0 65px;
    padding-left: 66px;
    vertical-align: bottom;
    font-size: 20px;
    color: #ffffff;
}

.s3 .bArea .bArea01 ul li:nth-child(1) {
    background: url(../images/ico_06.png) no-repeat left center;
}

.s3 .bArea .bArea01 ul li:nth-child(2) {
    background: url(../images/ico_07.png) no-repeat left center;
}

.s3 .bArea .bArea01 ul li:nth-child(3) {
    background: url(../images/ico_08.png) no-repeat left center;
}

.s3 .bArea .bArea01 ul li span {
    display: inline-block;
    font-size: 54px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}

.s3 .bArea .bArea01 ul li span:after {
    content: '+';
    font-size: 26px;
    position: absolute;
    top: 5px;
    right: -24px;
    font-weight: normal;
}

.s3 .bArea .bArea02 {
    margin-top: 60px;
}

.s3 .bArea .bArea02 {
    width: 100%;
}

.s3 .bArea .bArea02 ul {
    width: 100%;
    display: block;
    text-align: center;
}

.s3 .bArea .bArea02 ul li {
    display: inline-block;
    width: 25%;
    height: 124px;
    text-align: left;
    margin: 0 15px;
    position: relative;

    transition: all .3s;
}

.s3 .bArea .bArea02 ul li:hover {
    transform: translateY(-15px);
}

.s3 .bArea .bArea02 ul li .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    height: 124px;
    box-sizing: border-box;
    border: 1px solid #a0a0a0;
    border-radius: 6px;
    /* padding: 12px 0 0 40px; */
    /* padding-left: 20px; */
    padding: 0 20px 0 30px;
    overflow: hidden;
    position: absolute;
    transition: all .5s ease;
    top: 0;
    left: 0;
}

.s3 .bArea .bArea02 ul li .txt:hover {
    border: 1px solid #272a93;
    transform: translateY(-10px);
}

.s3 .bArea .bArea02 ul li:hover .txt .p {
    transition: all .3s;
}

.s3 .bArea .bArea02 ul li a {
    display: block;
    z-index: 9;
    position: relative;
    width: 100%;
    height: 124px;
}

.s3 .bArea .bArea02 ul li a:hover {
    animation: mymove .3s 1;
}

.s3 .bArea .bArea02 ul li .h {
    font-size: 24px;
    color: #ffffff;
    padding-left: 70px;
    height: 60px;
    line-height: 60px;
}

.s3 .bArea .bArea02 ul li .p {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}

.s3 .bArea .bArea02 ul li:nth-child(1) .h {
    background: url(../images/icon_1.png) no-repeat left center;
}

.s3 .bArea .bArea02 ul li:nth-child(2) .h {
    background: url(../images/icon_2.png) no-repeat left center;
    padding-left: 65px
}

.s3 .bArea .bArea02 ul li:nth-child(3) .h {
    background: url(../images/icon_3.png) no-repeat left center;
}

.s3 .bArea .bArea02 ul li:nth-child(4) .h {
    background: url(../images/icon_4.png) no-repeat left center;
}

.s3 .bArea .bArea02 ul li:nth-child(5) .h {
    background: url(../images/icon_5.png) no-repeat left center;
    padding-left: 65px
}

.s3 .bArea .bArea02 ul li:nth-child(6) .h {
    background: url(../images/icon_6.png) no-repeat left center;
}


.s3 .bArea .bArea02 ul li .svg {
    stroke-dasharray: 1028; /*314为周长*/
    stroke-dashoffset: 1028;
    fill: #272a93;
    stroke: #272a93;
    stroke-width: 1;
    fill-opacity: 0;
    stroke-opacity: 1;
    z-index: 9
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1028;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.s3 .bArea .bArea02 ul li:hover .svg {
    stroke-dashoffset: 0;
    /*animation: dash 3s linear;*/
    transition: all 1s ease;
}

.s4 .topArea {
    padding: 65px 0 60px;
}

.s4 .s4-c {
    display: flex;
    flex-wrap: wrap;
}

.s4 .s4-c .item {
    display: flex;
    float: left;
    width: 50%
}

.s4 .s4-c .item .img {
    width: 100%;
    height: 100%;
    display: block;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all .5s;
    max-width: 100%;
}

.s4 .s4-c .item .aArea {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.s4 .s4-c .item .aArea .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #424242;
    opacity: .88;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.s4 .s4-c .item .aArea .mask .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    right: 10px;
    text-align: center;
}

.s4 .s4-c .item .aArea .mask .txt .s {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: STSong, simsun;
    transition: all .5s ease;
    line-height: 1.1;
}

.s4 .s4-c .item .aArea .mask .txt .h {
    font-size: 28px;
    color: #ffffff;
    transition: all .5s ease;
    margin-top: 8px;
}

.s4 .s4-c .item .aArea .mask .txt .p {
    font-size: 18px;
    color: #fff;
    margin-top: 13px;
    transition: all .5s ease;
}

.s4 .s4-c .item-a .aArea .mask .m {
    position: absolute;
    bottom: 26px;
    width: 14px;
    height: 14px;
    right: 20px;
    background: url(../images/ico_13.png) no-repeat;
    transition: all .5s ease;
}

.s4 .s4-c .item-a:hover .aArea .mask .m {
    /*background: url(../images/ico_12.png) no-repeat;*/
}

.s4 .s4-c .item-b .aArea .mask .m {
    position: absolute;
    bottom: 26px;
    width: 14px;
    height: 14px;
    left: 20px;
    background: url(../images/ico_15.png) no-repeat;
}

.s4 .s4-c .item-b:hover .aArea .mask .m {
    background: url(../images/ico_14.png) no-repeat;
}

.s4 .s4-c .item .bArea {
    float: left;
    width: 50%;
    overflow: hidden;
}

.s4 .s4-c .item:hover .aArea .mask .txt .s {
    color: #272a93
}

.s4 .s4-c .item:hover .aArea .mask .txt .h {
    color: #272a93
}

.s4 .s4-c .item:hover .aArea > img {
    filter: blur(10px);
}

.s4 .s4-c .item:hover .aArea .mask .txt .p {
    color: #272a93
}

.s4 .s4-c .item:hover .bArea .img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.s5 {
    padding: 66px 0 65px;
}

.s5 .s5-c {
    width: 100%;
    margin-top: 45px;
}

.s5 .s5-c ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s5 .s5-c ul li {
    float: left;
    width: 20%;
    margin-right: 3px;
    position: relative;
    overflow: hidden;
}

.s5 .s5-c ul li:last-child {
    margin-right: 0
}

.s5 .s5-c ul li .img {
    display: block;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all .5s;
    width: 100%;
    object-fit: cover;
}

.s5 .s5-c ul li .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px 0 10px;
    background: url("/static/images/form-bg.png");
    background-size: cover;
}

.s5 .s5-c ul li .mask .icon {
    position: relative;

    float: left;
    width: 50px;
}

.s5 .s5-c ul li .mask .icon img {
    position: absolute;
    top: 0;
    left: 0;

    width: 45px;
    height: auto;
    margin-top: -10px;
}

.s5 .s5-c ul li .mask .icon img {
    position: absolute;
    top: 0;
    left: 0;

    width: 45px;
    height: auto;
    margin-top: -10px;

    transition: all .3s;
}

.s5 .s5-c ul li .mask .icon img:nth-child(2) {
    opacity: 0;
}

.s5 .s5-c ul li:hover  .mask img:nth-child(1) {
    opacity: 0;
}

.s5 .s5-c ul li:hover  .mask img:nth-child(2) {
    opacity: 1;
}


.s5 .s5-c ul li .mask .txt {
    float: right;
    width: calc(100% - 50px);
}

.s5 .s5-c ul li:hover  .mask .txt{
    animation: mymove .3s 1;
}

.s5 .s5-c ul li:hover  .mask .txt .h,
.s5 .s5-c ul li:hover  .mask .txt .p
{
    color: #272a93;
    transition: all .3s;
}

.s5 .s5-c ul li:first-child .txt, .s5 .s5-c ul li:last-child .txt {
    width: calc(100% - 50px);
}

.s5 .s5-c ul li .mask .txt .h {
    font-size: 24px;
    color: #fff;
    line-height: 1
}

.s5 .s5-c ul li .mask .txt .p {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    margin-top: 8px;
    padding-left: 3px;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    word-break: break-all;
}

.s5 .s5-c ul li:hover .img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.s5 .swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.s5 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.s5 .index-case-item {
    float: left;
    width: 26.16%;
    height: 480px;
}

.s5 .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.s6 .aArea {
    position: relative;

    background: url(../images/bg_03.jpg) no-repeat center center;
    background-size: cover;
    padding: 65px 0 20px
}

.s6 .aArea .cover {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #424242;
    opacity: .89;
}

.s6 .topArea2 {
    position: relative;

    padding-bottom: 30px;
}

.s6 .topArea2:after {
    position: absolute;
    bottom: 0;
    left: 0;

    content: "";

    width: 100%;
    height: 1px;
    background-color: #ffffff7d;
}

.s8 .topArea2 .s ,
.s6 .topArea2 .s {
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
}

.s6 .aArea .hd {
    padding-top: 30px;
}

.s6 .aArea .hd ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
}

.s6 .aArea .hd ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #aaaaaa
}

.s6 .aArea .hd ul li:last-child:after {
    display: none
}

.s6 .aArea .hd ul li a {

    align-items: flex-start;
    justify-content: space-between;

    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    line-height: 35px;
    height: 35px;
    border-radius: 5px;
    padding: 10px 15px
}

.s6 .aArea .hd ul li span {
    margin-left: 5px;
    text-transform: uppercase;
}

.s6 .aArea .hd ul li a:hover {
    background: #272a93
}

.s6 .bArea {
    padding: 26px 0 28px;
}

.s6 .bArea .item {
    float: left;
    width: 33.33%
}

.s6 .bArea .item ul {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.s6 .bArea .item ul li {
    border-bottom: 1px dashed #c0c0c0
}

.s6 .bArea .item ul li a {
    font-size: 14px;
    color: #000;
    padding: 7px 32px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.s6 .bArea .item ul li:hover a {
    color: #272a93
}

.s6 .bArea .item .more {
    font-size: 12px;
    color: #000;
    display: block;
    width: 80px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #bfbfbf;
    margin-top: 13px;
    margin-left: 82px;
    text-align: center;
}

.s6 .bArea .item .more:hover {
    color: #272a93;
    border: 1px solid #272a93
}

.s7 {
    padding-bottom: 50px;
}

.s7 img {
    width: 100%;
    height: auto
}

.s8 {
}

.s8 .aArea {
    position: relative;

    padding: 56px 0 43px;
    background: url(../images/bg_04.jpg) no-repeat center center;
    background-size: cover;
}

.s8 .aArea .cover {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #424242;
    opacity: .9;
}

.s8 .aArea .numList {
    position: relative;
    padding-top: 38px;
    margin-top: 30px;
}

.s8 .aArea .numList:before {
    content: "";

    position: absolute;
    top: 0;

    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff7d;
}

.s8 .aArea .numList ul {
    display: block;
    text-align: center;
}

.s8 .aArea .numList ul li {
    display: inline-block;
    margin-right: 220px;
    font-size: 19px;
    color: #fff;
    vertical-align: bottom;
}

.s8 .aArea .numList ul li:last-child {
    margin-right: 0
}

.s8 .aArea .numList ul li span {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-right: 5px
}

.s8 .aArea .numList ul li span:after {
    content: '+';
    font-size: 26px;
    position: absolute;
    top: -8px;
    right: -20px;
    font-weight: normal;
}

.s8 .bArea {
    padding: 50px 0 120px;
}

.s8 .bArea .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.s8 .bArea .swiper-slide {
}

.s8 .bArea .swiper-slide a {
    display: block;
    overflow: hidden;
    border: 1px solid #959595;
}

.s8 .bArea .swiper-slide img {
    width: 100%;
    height: auto;
}

.s8 .bArea .bd ul {
    float: left;
    border-top: 1px solid #959595;
}

.s8 .bArea .bd ul li {
    width: 220px;
    box-sizing: border-box;
}

.s8 .bArea .bd ul li a {
    display: block;
    overflow: hidden;
    border-left: 1px solid #959595;
    border-bottom: 1px solid #959595;
}

.s8 .bArea .bd ul li img {
    width: 100%;
    height: auto;
}



.content{
    margin:0px 50px;
}
.venus-menu{
    margin:30px 0 10px 0;
}
.venus-menu{
    width:100%;
    margin:0;
    padding:0;
    position:relative;
    float:left;
    font-family:'Open Sans', sans-serif;
    list-style:none;
    background:#fff;
    box-shadow:0 1px 3px #dedede;
}
.venus-menu li{
    display:inline-block;
    margin:0;
    padding:0;
    float:left;
    line-height:20px;
    position:relative;
}
.venus-menu > li > a{
    padding:18px 24px;
    font-size:18px;
    color:#777;
    text-decoration:none;
    display:block;
    -webkit-transition:color 0.2s linear, background 0.2s linear;
    -moz-transition:color 0.2s linear, background 0.2s linear;
    -o-transition:color 0.2s linear, background 0.2s linear;
    transition:color 0.2s linear, background 0.2s linear;
}
.venus-menu li:hover > a, .venus-menu li.active a{
    background:#018A00;
    color:#fff;
}
.venus-menu > li > a i{
    color:#bababa;
}
.venus-menu > li:hover > a i, .venus-menu li.active a i{
    color:#fff;
}
.venus-menu ul, .venus-menu ul li ul{
    list-style:none;
    margin:0;
    padding:0;
    display:none;
    position:absolute;
    z-index:99;
    width:140px;
}
.venus-menu ul{
    top:56px;
    left:0;
    padding-top:10px;
}
.venus-menu > li > ul > li:first-child a:before{
    content:'';
    position:absolute;
    bottom:48px;
    left:45%;
    margin-left:-48px;
    width:0;
    height:0;
    border-left:8px solid #fff;
    border-right:8px solid #fff;
    border-bottom:8px solid #8ECB8D;
}
.venus-menu > li > ul > li ul li:first-child a:before{
    content:'';
    position:absolute;
    bottom:16px;
    left:45%;
    margin-left:-71px;
    width:0;
    height:0;
    border-top:8px solid #fff;
    border-right:8px solid #018A00;
    border-bottom:8px solid #fff;
}
.venus-menu ul li ul{
    top:0;
    left:100%;
    padding-left:10px;
}
.venus-menu ul li{
    clear:both;
    width:100%;
    border:none;
}
.venus-menu ul li a{
    padding:14px 20px;
    width:100%;
    color:#fff;
    font-size:14px;
    text-decoration:none;
    display:inline-block;
    float:left;
    clear:both;
    background:#018A00;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{ background-color: #0E560D; }
.venus-menu > li > ul > li:first-child:hover a:before{
    border-bottom-color:#0E560D;
}
.venus-menu > li > ul > li ul li:first-child:hover a:before{
    border-right-color:#0E560D;
}
.venus-menu > li .indicator{
    position:absolute;
    color:#bababa;
    top:19px;
    right:8px;
    font-size:20px;
    -webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}
.venus-menu > li:hover > .indicator{
    color:#fff;
}
.venus-menu ul > li .indicator{
    top:14px;
    right:8px;
    color:#fff;
}
.venus-menu i{
    line-height:20px !important;
    margin-right:6px;
    font-size:20px;
    float:left;
}
.venus-menu > li.showhide{
    display:none;
    width:100%;
    height:46px;
    cursor:pointer;
    color:#777;
    border-bottom:solid 1px #000;
    background:#fff;
}
.venus-menu > li.showhide span.title{
    margin:13px 0 0 20px;
    float:left;
}
.venus-menu > li.showhide span.icon{
    margin:16px 20px;
    float:right;
}
.venus-menu > li.showhide .icon em{
    margin-bottom:3px;
    display:block;
    width:20px;
    height:2px;
    background:#ccc;
}
.venus-menu li.search{
    float:right;
}
.venus-menu li.search form{
    margin:13px 20px 0 0;
}
.venus-menu li.search form input.search{
    height:26px;
    float:right;
    padding-left:5px;
    padding-right:5px;
    color:#777;
    outline:none;
    border:solid 1px #dedede;
    -o-transition:border .3s linear;
    -moz-transition:border .3s linear;
    -webkit-transition:border .3s linear;
    transition:border .3s linear;
}
.venus-menu li.search form input.search:focus{
    border-color:#018A00;
}
.zoom-out{
    -webkit-animation:zoomOut 600ms ease both;
    -moz-animation:zoomOut 600ms ease both;
    -o-animation:zoomOut 600ms ease both;
    animation:zoomOut 600ms ease both;
}

@-webkit-keyframes zoomOut{
    0%{
        -webkit-transform:scale(.6);
    }
    100%{
        -webkit-transform:scale(1);
    }
}
@-moz-keyframes zoomOut{
    0%{
        -moz-transform:scale(.6);
    }
    100%{
        -moz-transform:scale(1);
    }
}
@-o-keyframes zoomOut{
    0%{
        -o-transform:scale(.6);
    }
    100%{
        -o-transform:scale(1);
    }
}
@keyframes zoomOut{
    0%{
        transform:scale(.6);
    }
    100%{
        transform:scale(1);
    }
}

@media only screen and (max-width:768px){
    .venus-menu li{
        display:block;
        width:100%;
    }
    .venus-menu > li > a{
        padding:13px 0 14px 20px;
    }
    .venus-menu > li.brand{
        display:none !important;
    }
    .venus-menu a{
        width:100%;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    .venus-menu ul, .venus-menu ul li ul{
        width:100%;
        padding:0;
        left:0;
        border:none;
        position:static;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    .venus-menu > li > ul > li:first-child a:before, .venus-menu > li > ul > li ul li:first-child a:before{
        border:none;
    }
    .venus-menu ul li{
        border-left:none;
        border-right:none;
    }
    .venus-menu ul li a{
        padding-top:10px;
        padding-bottom:10px;
    }
    .venus-menu ul > li > a{
        padding-left:40px !important;
    }
    .venus-menu > li .indicator{
        top:14px;
        right:20px;
        font-size:20px;
    }
    .venus-menu ul > li .indicator{
        top:10px;
        right:20px;
    }
    .venus-menu li.search form{
        margin:12px 18px 0 18px;
    }
    .venus-menu li.search form input.search{
        width:100%;
        margin-bottom:12px;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    .venus-menu > li > ul > li > a{
        padding-left:40px !important;
    }
    .venus-menu > li > ul > li > ul > li > a{
        padding-left:60px !important;
    }
    .venus-menu > li > ul > li > ul > li > ul > li > a{
        padding-left:80px !important;
    }
}

.title-1 {
    padding-top: 30px;
    text-align: center;

    width: 100%;
}

.title-border {
    padding-top: 40px;
    border-top: 1px solid #272a93;
}

.title-1 .en {
    width: 100%;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    font-size: 48px;
    color: #a3a9a9;
    text-transform: uppercase;
    font-family: STSong, simsun;
}

.title-1 .ch {
    display: inline-block;

    text-align: center;

    margin-top: 10px;
    line-height: 2;
    font-size: 30px;
    color: #272a93;
    border-bottom: 1px solid #272a93;
}

.txt-2 {
    width: 100%;
}

.txt-2 .img-wrap {
    width: 65%;
    text-align: center;
    margin: 0 auto;
}

.txt-2 .img-wrap img {
    width: 100%;

    object-fit: contain;
}

.txt-2 p {
    width: 100%;

    font-size: 18px;
    line-height: 2;
    text-align: center;
}

.txt-2 .big {
    width: 100%;
    text-align: center;
    font-family: 'Conv_AVGARDN', Sans-Serif;
    font-size: 30px;
    font-weight: normal;
    color: #444;
}

.txt-2 .lst-container {
    box-sizing: border-box;
    padding: 2% 5%;
    width: 65%;
    margin: 15px auto 0;
}

.txt-2 .lst-block {
    width: 100%;
}

.txt-2 .lst-block .title {
    margin-bottom: 1.5%;
    font-size: 30px;
    color: #72706f;
}

.txt-2 .lst-container-2 .lst-block .title {
    text-align: right;
}

.txt-2 .lst-container .lst-block .line {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #b7b6b5;
}

.txt-2 .lst-container .lst-block .line >span {
    width: calc(100% - 1px);
    height: 1px;
}

.txt-2 .lst-container .lst-block .col {
    content: "";

    width: 1px;
    height: 20px;
    background-color: #b7b6b5;
}


.txt-2 .lst-container .lst-wrap {
    width: 100%;
}

.txt-2 .lst-container .lst-wrap .lst-box {
    position: relative;
    padding-bottom: 22%;
    width: 100%;
    height: 0;
}

.txt-2 .lst-container .lst-wrap .lst-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
}

.txt-2 .lst-container-2 .lst-wrap .lst-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 25%;
    box-sizing: border-box;
    padding-left: 5%;
    width: 75%;
    height: 100%;
}

.txt-2 .lst-container .lst-wrap .lst-inner .txt {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    line-height: 2.4;
    white-space: nowrap;
    color: #444444;
}

.txt-2 .lst-container .lst-wrap .lst-inner .point {
    margin-right: 1.5%;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #999999;
}

.txt-2 .lst-container .lst-wrap .img-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-color: #272a93;
}

.txt-2 .lst-container-2 .lst-wrap .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background-color: #272a93;
}

.txt-2 .lst-container .lst-wrap .img-inner img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.bg-bottom {
    position: relative;

    width: 100%;
}

.bg-bottom .cover {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    /*background-color: #27938438;*/
}

.bg-bottom img {
    width: 100%;

    object-fit: cover;
}

.service .img-wrap {
    margin-top: 20px;
    width: 100%;
}

.service .img-box {
    position: relative;

    padding-bottom: 40%;
    width: 100%;
    height: 0;
    background: -webkit-linear-gradient(to top left, #1d1c1c08 0, transparent 100%);
    background: -moz-linear-gradient(to top left, #1d1c1c08 0, transparent 100%);
    background: -o-linear-gradient(to top left, #1d1c1c08 0, transparent 100%);
    background: -ms-linear-gradient(to top left, #1d1c1c08 0, transparent 100%);
    background: linear-gradient(to top left, #1d1c1c08 0, transparent 100%);
}

.service .img-box .cover {
    position: absolute;
    z-index: 1;

    width: 100%;
    height: 70%;

    background: -webkit-linear-gradient(to top left, #272a933d 0, transparent 100%);
    background: -moz-linear-gradient(to top left, #272a933d 0, transparent 100%);
    background: -o-linear-gradient(to top left, #272a933d 0, transparent 100%);
    background: -ms-linear-gradient(to top left, #272a933d 0, transparent 100%);
    background: linear-gradient(to top left, #272a933d 0, transparent 100%);
}

.service .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 70%;
}

.service .img-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

#lst-1 {
    position: absolute;
    left: 23%;
    bottom: 5%;
    width: 26%;
    background-color: #fff;
    box-shadow: 0 0 10px 2px #c6c6c6;
}

.service .lst-box {
    display: flex;
    z-index: 2;

    flex-direction: column;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 55px 65px;
}

.service .lst-box .title {
    margin-bottom: 20%;
    border-radius: 40px;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #272a93;
    font-size: 22px;
}

.service .lst-box .txt {
    font-size: .85vw;
    line-height: 2;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#lst-1 .txt {
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

#lst-2 {
    position: absolute;
    right: 13%;
    bottom: 5%;
    padding: 0;
    width: 35%;
    background-color: transparent;
}

#lst-2 .title {
    padding: 1% 0;
    width: 40%;
    margin-left: 20%;
    margin-bottom: 10px;
}

#lst-2:before {
    content: "";
    left: 0;
    top: 20px;
    display: block;
    position: absolute;
    border-radius: 20px;
    width: 18%;
    height: 6px;
    background-color: rgb(41, 42, 147);
}

.service .box-1 {
    display: block;

    width: 100%;

    text-align: center;
}

.service .box-1 img {
    width: 100%;
}

.service .box-2 {
    width: 100%;

    text-align: center;
}

.service .box-2 img {
    width: 100%;

    object-fit: cover;
}

.article p {
    line-height: 1.9;
}
