.index-product .index-product-image {
    position: relative;
}

.index-product .index-product-image img {
    display: block;
}

.index-product .index-product-image .index-product-image-mask {
    position: absolute;
    top: 0;
    color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 50px 100px;
}

.index-product .index-product-image .index-product-image-mask span {
    display: block;
    font-size: 24px;
}

.index-product .index-product-image .index-product-image-mask b {
    display: block;
    font-size: 38px;
    padding: 20px 0;
}

.index-product .index-product-image .index-product-image-mask p {
    display: block;
    font-size: 18px;
    padding: 20px 0 40px 0;
}

.index-product .index-product-image .index-product-image-mask a {
    display: block;
    border: 1px solid #ffffff;
    border-radius: 10px 0 10px 0;
    width: 120px;
    text-align: center;
    padding: 8px 8px 8px 0;
    cursor: pointer;
    background: url('../images/icon02.png')no-repeat 90px center;
    transition: all 300ms ease-in-out;
    color: #ffffff;
}

.index-product .index-product-image .index-product-image-mask a:hover {
    background: url('../images/icon02.png')no-repeat 90px center rgba(255, 255, 255, 0.15);
    ;
}

.index-scheme {
    background-color: #E5EFFE;
    padding: 0 0 80px 0;
}

.index-scheme .image-box img {
    display: block;
}

.index-scheme .title-content-a {
    background-color: #ffffff;
    padding: 20px;
}

.index-scheme .title-content-a .title {
    font-size: 24px;
    height: 72px;
}

.index-scheme .title-content-a p {
    font-size: 16px;
    color: #646566;
    padding: 14px 0 30px 0;
}

.index-scheme .title-content-a a {
    display: block;
    background: url('../images/icon03.png')no-repeat 80px center;
    color: #004FA4;
    font-size: 16px;
    width: 110px;
    padding: 8px 16px;
    border-radius: 4px;
}

.index-scheme .title-content-a a:hover {
    color: #ffffff;
    background: url('../images/icon02.png')no-repeat 80px center #004FA4;
}


.index-company {
    padding: 80px 0;
}

.index-company .title-content-number-list .line01 {
    background: url('../images/icon01.png')no-repeat 0 center;
    padding-left: 40px;
    font-size: 42px;
    margin-top: 32px;
}

.index-company .title-content-number-list .line02 {
    font-size: 18px;
    line-height: 32px;
    padding: 30px 0 30px 0;
    text-align: justify;
}

.index-company .title-content-number-list .line03 {
    font-size: 20px;
}

.index-company .title-content-number-list .line03 .number-name b {
    font-size: 56px;
}

.index-company .title-content-number-list .line03 .number-name span {
    line-height: 56px;
    display: block;
}

.index-company .index-company-img-box {
    margin-left: 70px;
}


.index-case {
    width: 100%;
    background: url('../images/index_case_bg.jpg')no-repeat center center;
    padding-bottom: 50px;
    overflow: hidden;
}

.index-case .case-type-list a {
    display: block;
    margin: 0 14px;
    font-size: 16px;
    color: #323233;
    position: relative;
}

.index-case .case-type-list a::after {
    position: absolute;
    bottom: -10px;
    display: block;
    content: "";
    width: 0%;
    height: 2px;
    transition: all 300ms ease-in-out;
}

.index-case .case-type-list a:hover {
    color: #004FA4;
}

.index-case .case-type-list a:hover::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #004FA4;
}

.index-case-list {
    position: relative;
}

.index-case-list .swiper-container01 {
    width: 100%;
    height: 100%;
}

.index-case-list .swiper-slide {
    width: 100%;
    transition: all 300ms ease-in-out;
    transform: translateY(0);
}

.index-case-list .swiper-slide:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

.index-case-list .swiper-slide .index-case-imgbox {
    width: 100%;
}

.index-case-list .swiper-slide .index-case-imgbox img {
    border-radius: 10px 10px 0 0;
}

.index-case-list .swiper-slide .line-list {
    padding: 20px;
    background-color: #ffffff;
}

.index-case-list .swiper-slide .line-list .line01 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-case-list .swiper-slide .line-list .line02 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #DFF4F1;
    color: #29B6A3;
    padding: 0 10px;
    font-size: 16px;
    line-height: 26px;
    max-width: 200px;
    margin: 14px 0 14px 0;
    border-radius: 4px;
}

.index-case-list .swiper-slide .line-list .line03 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    color: #646566;
    font-size: 16px;
    height: 52px;
}


.index-news {
    width: 100%;
    background: url('../images/index_news_bg.jpg')no-repeat center center;
    padding-bottom: 150px;
    overflow: hidden;
}

.index-news .index-common-title a {
    border-radius: 2px;
    color: #ffffff;
    padding: 8px 0 8px 16px;
    width: 110px;
    background: url('../images/icon02.png')no-repeat 80px center #004FA4;
}

.index-news .index-common-title a:hover {
    border-radius: 14px 0 14px 0;
}

.index-news .img-content {
    transition: all 300ms ease-in-out;
}

.index-news .img-content:hover {
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

.index-news .index-news-img-box img {
    width: 100%;
    height: 250px;
    border: 1px solid #F2F6FC;
    border-radius: 12px 12px 0 0;
}

.index-news .index-news-first {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0 0 12px 12px;
}

.index-news .index-news-first a {
    display: block;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    color: #323233;
    margin-bottom: 10px;
}

.index-news .index-news-first a:hover {
    color: #004FA4;
}

.index-news .index-news-first .content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    color: #646566;
    font-size: 16px;
}

.index-news .index-news-list {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: all 300ms ease-in-out;
}

.index-news .index-news-list:hover {
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

.index-news .index-news-list:last-child {
    margin-bottom: 0;
}

.index-news .index-news-list a {
    display: block;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    color: #323233;
}

.index-news .index-news-list a:hover {
    color: #004FA4;
}

.index-news .index-news-list .content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    color: #646566;
    font-size: 16px;
    margin: 10px 0 20px 0;
}

.index-news .index-news-list .time {
    color: #9E9E9E;
    font-size: 16px;
}


@media (min-width: 576px) {}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/*Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1200px) {


    .index-product .index-product-image .index-product-image-mask {
        padding: 40px 80px;
    }

    .index-product .index-product-image .index-product-image-mask b {
        padding: 10px 0;
        font-size: 20px;
    }

    .index-product .index-product-image .index-product-image-mask p {
        font-size: 14px;
        padding: 10px 0 10px 0;
    }

    .index-scheme .title-content-a {
        padding: 10px;
    }

    .index-scheme .title-content-a .title {
        font-size: 18px;
        height: 50px;
    }

    .index-scheme .title-content-a p {
        font-size: 14px;
        padding: 10px 0 10px 0;
    }

    .index-company .title-content-number-list .line01 {
        font-size: 32px;
        margin-top: 0;
    }
    .index-company .title-content-number-list .line02 {
        font-size: 14px;
        line-height: 26px;
        padding: 10px 0 10px 0;
    }

    .index-company .title-content-number-list .line03{
        font-size: 16px;
    }
    .index-company .title-content-number-list .line03 .number-name b{
        font-size: 36px;
    }

    .index-case-list .swiper-slide .line-list{
        padding: 8px;
    }
    .index-case-list .swiper-slide .line-list .line01{
        font-size: 14px;
    }
    .index-case-list .swiper-slide .line-list .line02{
        margin: 6px 0;
    }
    .index-case-list .swiper-slide .line-list .line03{
        line-height: 20px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) and (max-width: 1600px) {


    .index-product .index-product-image .index-product-image-mask {
        padding: 40px 80px;
    }

    .index-product .index-product-image .index-product-image-mask b {
        padding: 10px 0;
        font-size: 30px;
    }

    .index-product .index-product-image .index-product-image-mask p {
        font-size: 16px;
        padding: 10px 0 20px 0;
    }

    .index-scheme .title-content-a {
        padding: 14px;
    }

    .index-scheme .title-content-a .title {
        font-size: 20px;
        height: 60px;
    }

    .index-scheme .title-content-a p {
        font-size: 14px;
        padding: 10px 0 14px 0;
    }

    .index-company .title-content-number-list .line01 {
        font-size: 32px;
        margin-top: 0;
    }

    .index-company .title-content-number-list .line02 {
        font-size: 16px;
        line-height: 28px;
        padding: 20px 0 20px 0;
    }

    .index-company .title-content-number-list .line03{
        font-size: 18px;
    }
    .index-company .title-content-number-list .line03 .number-name b{
        font-size: 46px;
    }
    .index-case-list .swiper-slide .line-list{
        padding: 14px;
    }
    .index-case-list .swiper-slide .line-list .line01{
        font-size: 18px;
    }
    .index-case-list .swiper-slide .line-list .line02{
        margin: 10px 0;
    }
    .index-case-list .swiper-slide .line-list .line03{
        line-height: 24px;
    }
}

@media (min-width: 1600px) {}

.index-case .list{width:1540px;height:410px;margin:50px auto 0 auto;position: relative;z-index:2;overflow:hidden;}
.index-case .list::before{content:'';width:1500px;height:1px;background:#ddd;position:absolute;bottom:27px;left:40px;z-index:-1;}
.index-case .list .swiper-container02 {width:1540px;height:360px;}
.index-case .list .swiper-slide{width:350px;height:410px;overflow: hidden;position: relative;}
.index-case .list .swiper-slide a{display:block;}
.index-case .list .swiper-slide .img{display:block;width:346px;height:246px;border:solid 2px #9dcd52;border-radius:12px;overflow:hidden;}
.index-case .list .swiper-slide .img img{display:block;width:346px;height:246px;object-fit:cover;vertical-align:top;transition: all 1s;}
.index-case .list .swiper-slide:hover .img img{transform: scale(1.1);}
.index-case .list .swiper-slide .name{width:280px;padding:0 10px;font-size:16px;color:#ccc;line-height:20px;margin-top:28px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.index-case .list .swiper-slide .num{width:100%;font-size:70px;color:#ccc;font-weight:bold;font-family:Arial;line-height:54px;position:absolute;left:0;bottom:0;z-index:5;text-align:center;-webkit-transition:all .7s;transition:all .7s;}
.index-case .list .swiper-slide:hover .num{color:#333;-webkit-transition:all .7s;transition:all .7s;}
.index-case .list .swiper-slide .num::before{content:'';width:100%;height:17px;background:url(../images/dian01.png) center center no-repeat;position:absolute;top:0;left:0;opacity:0;-webkit-transition:all .7s;transition:all .7s;}
.index-case .list .swiper-slide:hover .num::before{content:'';width:100%;height:17px;background:url(../images/dian01.png) center center no-repeat;position:absolute;top:17px;left:0;opacity:1;-webkit-transition:all .7s;transition:all .7s;}
.index-case .list .arrow{width:1539px;height:40px;position:absolute;bottom:7px;left:0;z-index:9;}
.index-case .list .swiper-button-prev{width:40px;height:40px;margin-top:0;background:url(../images/fa_jt_01.png) center center no-repeat #9dcd52;border-radius:20px;position:absolute;left:0;top:0;outline:none;-webkit-transition:all .7s;transition:all .7s;}
.index-case .list .swiper-button-next{width:40px;height:40px;margin-top:0;background:url(../images/fa_jt_02.png) center center no-repeat #9dcd52;border-radius:20px;position:absolute;right:0;top:0;outline:none;-webkit-transition:all .7s;transition:all .7s;}
.index-case .list .swiper-button-prev:hover{background:url(../images/fa_jt_01.png) center center no-repeat #4fae46;-webkit-transition:all .7s;transition:all .7s;}
.index-case .list .swiper-button-next:hover{background:url(../images/fa_jt_02.png) center center no-repeat #4fae46;-webkit-transition:all .7s;transition:all .7s;}
/********margin*********/
.m5{margin: 5px 0}
.m10{margin: 10px 0}
.m20{margin: 20px 0}
.m30{margin: 30px 0}
.m40{margin: 40px 0}
.m50{margin: 50px 0}
.m60{margin: 60px 0}
.m70{margin: 80px 0}
/*margin-top*/
.mt3{margin-top: 3px!important;}
.mt2{margin-top: 3px!important;}
.mt5{margin-top: 5px!important;}
.mt8{margin-top: 8px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt50{margin-top: 50px!important;}
.mt60{margin-top: 60px!important;}
.mt70{margin-top: 70px!important;}
.mt75{margin-top: 75px!important;}
.mt80{margin-top: 80px!important;}
.mt100{margin-top: 100px!important;}
.mt150{margin-top: 150px!important;}
/*margin-bottom*/
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.mb70{margin-bottom: 70px!important;}
.container {
    width: 1200px;
    margin: 0 auto;
}
.big-title .bt1{color: #000000;font-size: 48px;}
.big-title .bt2{margin-top: 6px;color: #000000;}

/*banner*/
.banner { width: 100%; height: 720px; }
.banner .flexslider { position: relative; height: 720px; overflow: hidden; }
.banner .slides { position: relative; z-index: 1; }
.banner .slides li { height: 720px; }
.banner .slides li a { display: block; height:720px; }
.flex-control-nav { position: absolute; bottom: 20px; z-index: 2; width: 100%; text-align: center; }
.flex-control-nav li { display: inline-block; width: 20px; height: 20px; margin: 0 5px; *display:inline;
zoom: 1; }
.flex-control-nav a { display: inline-block; width: 20px; height: 20px; line-height: 80px; overflow: hidden; background: url(../images/dot.png) right 0 no-repeat; cursor: pointer; }
.flex-control-nav .flex-active { background-position: 0 0; }
.flex-direction-nav { position: absolute; z-index: 3; width: 100%; top: 45%; }
.flex-direction-nav li a { display: block; width: 50px; height: 50px; overflow: hidden; cursor: pointer; position: absolute; }
.flex-direction-nav li a.flex-prev { left: 40px; background: url(../images/prev.png) center center no-repeat; }
.flex-direction-nav li a.flex-next { right: 40px; background: url(../images/next.png) center center no-repeat; }