/* 通用 */

.index-section {
    padding-top: 80px;
    padding-bottom: 100px;
}

.more a {
    display: inline-block;
    background-color: #013f97;
    padding: 5px 24px;
    margin-top: 30px;
    color: #fff;
}

.index-t h3 {
    font-size: 48px;
    margin-bottom: 25px;
}

.index-t span {
    font-size: 18px
}

/* index-banner */



.index-banner .swiper-slide .banner-bkg {
    display: none;
}

.index-banner .swiper-slide .banner-text .banner-mid span .font-blue:nth-child(2) {
    width: 50%;
    padding-right: 114px;
}

.index-banner .swiper-slide>img {
    width: 100%;
}

.index-banner .swiper-slide .banner-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    
}

.index-banner .swiper-slide .banner-text .banner-mid {
    display: table;
    width: 100%;
    height: 100%;
}

.index-banner .swiper-slide .banner-text .banner-mid span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.index-banner .swiper-slide .banner-text .banner-mid span .c1 h3 {
    font-size: 60px;
    font-weight: 700;
}

.index-banner .swiper-slide .banner-text .banner-mid span .c2 {
    margin-top: 25px;
    font-size: 28px;
    line-height: 60px;
    margin-bottom: 50px;
}

.index-banner .swiper-slide .banner-text .banner-mid span .c3 img {
    margin-right: 20px;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 100%!important;
    transition: width 5s ease-out 0s;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active i {
    transition-duration: .5s;
    opacity: 1!important;
}

.index-banner .banner-footer {
    position: absolute;
    bottom: 14%;
    width: 100%;
}

.index-banner .swiper-pagination {
    max-width: 75em;
    width: auto;
    position: relative;
    margin: 0 auto;
    text-align: left;
    padding: 0 1em;
}

.index-banner .swiper-pagination .swiper-pagination-bullet i {
    color:#ff6c00;
    font-style: normal;
    opacity: 0;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 7em;
    height: 2em;
    border-radius: 0;
    background: none;
    position: relative;
    margin: 0 5px;
}

.index-banner .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background-color:#ff6c00;
    opacity: 1;
}

.index-banner .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 2px;
    background-color: #fff;
    opacity: 0.23;
}

/* index-pro */
.index-pro .swiper-button-prev,
.index-pro .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/img1.png');
    background-size: cover;
    width: 4.6875em;
    height: 4.6875em;
}

.index-pro .swiper-button-next,
.index-pro .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/img2.png');
    width: 4.6875em;
    height: 4.6875em;
    background-size: cover;
}

.index-pro .swiper-slide .more {
    opacity: 0;
    transition: all .5s ease-in-out;
}

.index-pro .swiper-slide>a {
    display: block;
    background-color: #f1f5f8;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 46px 40px;
}

.index-pro .swiper-slide>a .more {
    display: inline-block;
    background-color: #013f97;
    padding: 5px 24px;
    margin-top: 30px;
    color: #fff;
}

.index-pro .swiper-slide>a:hover {
    background-color: #e0e8ef;
}

.index-pro .swiper-slide>a img {
/*    height: 240px;*/
    max-width: 100%;
}

.index-pro .swiper-slide>a:hover .more {
    opacity: 1;
    transform: translateY(-27px);
}

.index-pro .swiper-slide>a:hover .index-pro-box,
.index-pro .swiper-slide>a:hover .pro-text {
    transform: translateY(-27px);
}

.index-pro .index-pro-box {
    text-align: center;
    transition: all .5s;
}

.index-pro .pro-text {
    transition: all .5s;
}

.index-pro .pro-text .pro-t {
    margin-top: 46px
}

.pro-t h3 {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.pro-t span {
    font-size: 12px;
    display: block;
    position: relative;
    padding-bottom: 20px;
    margin: 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.pro-t span::after {
    position: absolute;
    content: "";
    background-color: #013f97;
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 0;
}

.pro-c {
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}

/* index-service */

.index-service {
    background: url('../images/index_img1.jpg') no-repeat center;
    color: #fff;
    background-size: cover;
}

.index-service .c1 {
    width: 52%;
    line-height: 35px;
    font-size: 16px;
}

.index-service .c2 {
    width: 48%;
}

.index-service .c2 ul li:first-child,
.index-service .c2 ul li:nth-child(2) {
    margin-bottom: 40px;
}

.index-service .service-box .service-img {
    width: 110px;
    height: 110px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 110px;
    margin-right: 10px;
}

.index-service .service-box p {
    margin-top: 30px;
}

/* index-news */

.index-news-main ul>li {
    margin-bottom: 45px;
}

.index-news-main ul li .index-news-text {
    padding: 15px 0;
}

.index-news-main ul li .img-box img {
    width: 100%;
}

.index-news-main ul li .index-c {
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-news-main ul li .row>div:first-child {
    padding-right: 0;
}

.index-news-main .index-news-text .index-t {
    font-size: 18px;
}

.index-news-main .index-news-text .index-c {
    font-size: 14px;
    color: #666;
}

/* index-quality */

.index-quality {
    background-color: #f7f7f7;
    overflow: hidden;
}


.index-quality .quality-main .number li:first-child::after {
    background-color: #013f97;
    position: relative;
    z-index: 999;
    height: 60px;
}

.index-quality .quality-main .number li::after {
    content: "";
    background-color: #e5e5e5;
    float: right;
    height: 15px;
    width: 5px;
}

.index-quality .quality-main .quality-text::after {
    position: absolute;
    top: 0;
    left: 11%;
    content: "";
    height: 110%;
    width: 1px;
    background-color: #e5e5e5;
    z-index: -1;
}

.index-quality .quality-main>.row>div:last-child {
    text-align: right;
}

.index-quality .quality-main .row ul li .num {
    width: 49px;
    height: 49px;
    border: 1px solid #074195;
    border-radius: 50%;
    text-align: center;
    line-height: 49px;
    font-size: 30px;
    display: inline-block;
    position: relative;
}

.index-quality .quality-main .quality-text .quality-bd{
 padding-left: 10%;
 padding-right: 5%;
 position: relative;
 transition: all .8s;
}
.index-quality .quality-main .quality-text>ul>li:hover>.row>div:first-child:after{
    height: 56px;
    background-color: #013f97;
}
.index-quality .quality-main .quality-text li:hover .quality-bd{
    transform: translateX(23px);
}
.index-quality .quality-main .quality-text>ul>li>.row>div:first-child:after{
position: absolute;
top: 0;
right:-50.9%;
height: 11px;
width: 5px;
content: "";
background-color: #e5e5e5;
transition: all .8s;
}
.index-quality .quality-main .quality-t h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.index-quality .quality-main .quality-text {
   position: relative;
}

.index-quality .quality-main .quality-text ul {
    margin-top: 60px;
    width:100%
}

.index-quality .quality-main .quality-text ul li {
    margin-bottom: 25px;
}

.index-quality .quality-main .quality-c {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.index-quality .quality-main .number ul li {
    margin-top: 70px;
}

.index-quality .quality-main .row {
    display: flex;
}

.index-quality .quality-main img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.index-quality .quality-main .row ul li .num span {
    /* for Chrome||Safari */
    /* for IE */
    /* for Firefox */
    transform: skew(-8deg);
    display: inline-block;
    color: #074195;
    font-weight: 600;
}

@media(max-width:1800px) {
    .index-news-main .more a {
        margin-top: 15px;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .font-blue:nth-child(2) {
        padding-right: 0;
    }
}

@media(max-width:1550px) {
    .pro-t h3 {
        font-size: 1.47em;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .font-blue:first-child h3 {
        font-size: 3em;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .font-blue:nth-child(2) {
        padding-right: 0;
        font-size: 1.2em;
        margin-bottom: 15px;
    }
}

@media(max-width:1400px) {
    .index-news-main ul li .index-news-text {
        padding: 0;
    }
}

@media(max-width:1300px) {
    .index-news-main ul li .index-c {
        line-height: 25px;
    }
    .index-pro .swiper-slide>a{
        padding: 35px 30px;
    }
}

@media(max-width:1200px) {
    .index-pro .swiper-button-prev,
    .index-pro .swiper-container-rtl .swiper-button-next,
    .index-pro .swiper-button-next,
    .index-pro .swiper-container-rtl .swiper-button-prev {
        width: 3em;
        height: 3em;
    }
    .index-t h3 {
        font-size: 2em;
    }
    .index-quality .quality-img {
        display: none;
    }
    .index-quality .quality-main .row ul li .num {
        margin-right: 40px;
    }
   
    .index-quality .quality-main .number ul li {
        text-align: right;
    }
    .index-news-main ul li .index-news-text {
        padding: 15px 0;
    }
}

@media(max-width:1090px) {
    .index-pro .swiper-slide .more {
        opacity: 1;
    }
    .pro-t h3 {
        font-size: 1.25em;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .c1 h3 {
        font-size: 2.5em;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .c2 {
        font-size: 1em;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .font-blue {
        margin-bottom: 25px;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .c3 img {
        height: 100%;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .c3 {
        height: 70px;
    }
}

@media(max-width:992px) {
   
    .index-service .c1 {
        width: 100%
    }
    .index-service .c2 {
        width: 100%;
        margin-top: 20px;
    }
    .index-service .c2 ul li {
        text-align: center;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .font-blue:first-child {
        width: 50%;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .font-blue:first-child h3 {
        font-size: 2em;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .font-blue:nth-child(2) {
        font-size: 0.875em;
        line-height: 2em;
        padding-right: 5px;
    }
}

@media(max-width:768px) {
    .pro-t h3 {
        font-size: 1.125em;
    }
    .index-pro .swiper-button-prev,
    .index-pro .swiper-container-rtl .swiper-button-next,
    .index-pro .swiper-button-next,
    .index-pro .swiper-container-rtl .swiper-button-prev {
        width: 2em;
        height: 2em;
    }
    .index-pro .swiper-slide>a {
        padding-left: 4%;
        padding-right: 4%;
    }
    .index-news-main ul li .index-news-text {
        padding: 10px 0;
    }
    .index-news-main .more a {
        font-size: 14px;
    }
    .index-quality .quality-main .quality-text {
        padding-right: 5%;
        padding-left: 30px
    }
    .index-section {
        padding: 20px 0;
    }
    .index-news-main ul li .row>div:first-child {
        padding-right: 15px;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .c1 h3 {
        font-size: 1.875em;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .c2 {
        font-size: 0.875em;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .c3 {
        height: 50px;
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet {
        width: 5em;
    }
    .index-banner .banner-footer {
        bottom: 12%;
    }
    .index-quality .quality-main .quality-text::after{
        left: 15%;
        height: 100%;
    }
    .index-quality .quality-main .quality-text>ul>li>.row>div:first-child:after{
        right: -69.9%;
    }
}

@media(max-width:640px) {
    .index-banner .swiper-slide .banner-bkg {
        display: block;
        background-size: cover;
        height: 47vh;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .index-banner .swiper-slide>img {
        display: none;
    }
    .index-banner .swiper-slide {
        height: 48vh;
    }
    .index-t h3 {
        font-size: 1.5em;
    }
    .index-t span {
        font-size: 14px;
    }
    .index-news-main .index-news-text .index-t {
        font-size: 16px;
    }
    .index-news-main .index-news-text .index-c {
        font-size: 12px;
    }
    .index-news-main .more a {
        font-size: 12px;
    }
    .index-quality .quality-main .quality-text {
        padding-right: 0;
        padding-left: 0;
    }
    .index-quality .quality-main .row ul li {
        text-align: left;
    }
    .index-quality .quality-main .row ul li .num {
        margin-right: 0;
    }
    .index-quality .quality-main .number ul li {
        margin-top: 100px;
    }
    .index-service .c1 {
        line-height: 30px;
    }
    .index-service .c1 .index-c {
        font-size: 1em;
    }
    .index-t h3 {
        margin-bottom: 15px;
        font-size: 1.5em;
    }
    .index-service .service-box p {
        margin-top: 15px;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .font-blue:first-child {
        margin-bottom: 10px;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .font-blue:first-child h3 {
        font-size: 1.1em;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .font-blue:nth-child(2) {
        line-height: 1.375em;
        margin-top: 10px;
    }
    .index-quality .quality-main .quality-text::after{
        left: 13%;
    }
    .index-quality .quality-main .quality-text>ul>li>.row>div:first-child:after{
        right: -83.9%;
    }
}

@media(max-width:480px) {
    .index-banner .swiper-slide .banner-text .banner-mid span .c1 h3 {
        font-size: 1.375em;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .c2 {
        line-height: 1.6;
    }
    .index-banner .swiper-slide .banner-text .banner-mid span .c3 {
        display: none;
    }
    .index-banner .swiper-slide .banner-bkg2 {
        width: auto;
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet-active i{
        opacity: 0!important;
    }
  
    .index-quality .quality-main .quality-text li:hover .quality-bd{
        transform: none;
    }
    .index-quality .quality-main .quality-text:after{
        display: none;
    }
    .index-quality .quality-main .quality-text>ul>li>.row>div:first-child:after{
       display: none;
    }
    .index-quality .quality-main .quality-text .quality-bd{
        padding-right: 0%;
    }
}

@media(max-width:375px) {
    .index-quality .quality-main .quality-c {
        line-height: 20px;
    }
    .index-quality .quality-main .quality-t h3 {
        margin-bottom: 15px;
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet {
        width: 4em;
    }
    .index-quality .quality-main .quality-text .quality-bd{
        padding-left: 15%;
    }
}

@media(max-width:325px) {
    .index-pro .swiper-slide>a img {
        height: 170px;
    }
    .index-service .service-box p {
        margin-top: 15px;
    }
    .index-service .service-box .service-img {
        width: 90px;
        height: 90px;
        line-height: 90px;
        margin-right: 0;
    }
    .index-service .service-box p {
        font-size: 12px;
    }
    .index-t h3 {
        font-size: 1.2em;
    }
    .index-service .c1 .index-c {
        font-size: 0.5em;
    }

  
}