#index-1 {
    padding: 90px 0;
    background: #f5f5f5 url('/theme/default/images/index1-bg.png') center no-repeat;
    -webkit-background-size: unset !important;
    background-size: unset !important;

}
#index-1 .container {
    position: relative;
}
#index-1 .main-title {
    text-align: center;
    padding-bottom: 50px;
}

#index-1 a {
    display: block;
}

#index-pro {
    padding-bottom: 60px;
}

#index-pro .swiper-slide,
.pro-list li {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    font-weight: normal;
}

#index-pro .swiper-slide,
.pro-list li > a {
    display: block;
}

.pro-list li {
    border: 1px solid #ddd;
    margin-bottom: 35px;
}

#index-pro .swiper-slide img,
.pro-list li img {
    padding-bottom: 20px;
}

#index-pro .swiper-slide img.begin-img,
#index-pro .swiper-slide:hover img.hover-img,
.pro-list li img.begin-img,
.pro-list li:hover img.hover-img {
    display: block;
}


#index-pro .swiper-slide:hover,
.pro-list li:hover {
    box-shadow: 0 0 10px #ccc;
}

#index-pro .swiper-slide .content:before,
.pro-list li .content:before {
    content: '';
    position: absolute;
    left: 35%;
    top: 0;
    width: 30%;
    height: 1px;
    border-bottom: 3px solid #ccc;
    transition: all .3s;
}

#index-pro .swiper-slide .content,
.pro-list li .content {
    padding-top: 20px;
    position: relative;
}

#index-pro .swiper-slide:hover .content:before,
.pro-list li:hover .content:before {
    width: 100%;
    left: 0;
    border-color: #e60012;
}

#index-pro .swiper-slide .content .ax-sign,
.pro-list li .content .ax-sign {
    border-color: #ccc;
    transition: all .3s;
}

#index-pro .swiper-slide:hover .content .ax-sign,
.pro-list li:hover .content .ax-sign {
    border-color: #026954;
    background-color: #026954;
    color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets.my-swiper-pagination {
    width: 300px;
    left: 0;
    top: 0;
    bottom: auto;
    height: auto;
    border-left: 3px solid #026954;
    transform: none;
    position: absolute;
    z-index: 3;
}

.my-swiper-pagination .swiper-pagination-bullet {
    width: 300px;
    height: auto;
    text-align: left;
    padding-left: 20px;
    line-height: 28px;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    opacity: .5;

}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0;
    font-size: 14px;
}

.my-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.pro-grid {
    width: 23%;
    text-align: center;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    margin: 0 0 0 10%;
    float: left;
}

.pro-grid .item {
    width: 160px;
    height: 160px;
    padding-top: 20px;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 1em;
}

.pro-grid .item .item-content {
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    margin: 0 auto;
}

.pro-grid .item .item-content span {
    font-size: 36px;
}




.c-prev {
    left: -53px;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-size: 0 0;
    background-position: left top;
    background-color: #000;
    top: 52%;
}

.c-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/a38.png');
    background-size: 12px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.c-prev:hover {
    background-size: cover;
    background-color: #d92618;
    background-image: linear-gradient(270deg, #d92618 0%, #d92618 100%), linear-gradient(#d92618, #d92618);
}

.c-next {
    transform: rotate(-180deg);
    right: -53px;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-size: 0 0;
    background-position: left top;
    background-color: #000;
    top: 52%;
}

.c-next:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/a38.png');
    background-size: 12px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.c-next:hover {
    background-size: cover;
    background-color: #d92618;
    background-image: linear-gradient(270deg, #d92618 0%, #d92618 100%), linear-gradient(#d92618, #d92618);
}





.main-title h1 {
    font-size: 50px;
    font-weight: bold;
    color: #222222;
    line-height: 70px;
}



















.e-a {
    width: 100%;
    padding: 5% 0 8%;
    background: #f6fafd url("../img/a7_02.jpg") no-repeat top ;

}




.e-main {
    margin: 0 auto;
}

.e-top {
    width: 100%;
    text-align: center;
    margin-bottom: .4rem;
}

.e-titles {
    width: 100%;
    margin-bottom: 12px;
    font-size: 50px;
    font-weight: bold;
    color: #222222;
    line-height: 70px;
}

.e-titles span {
    color: #d92618;
}

.e-en {
    color: #d6d6d6;
    font-size: 28px;
}

.e-bottom {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.e-b {
    position: absolute;
    top: 0;
    left: -1920px;
    width: 100%;
}

.e-b.show {
    position: relative;
    left: 0;
}


.e-link {
    display: block;
    width: 100%;
    cursor: pointer;
}

.e-img {
    width: 100%;
    position: relative;
    padding-top: calc(288/380*100%);
    overflow: hidden;
    border-radius: .1rem;
}

.e-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    transform: scale(1.00);
    transition: all ease .5s;
}

.e-text {
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
}

.e-time {
    color: #888888;
    margin-bottom: 15px;
}

.e-name {
    color: #333333;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.e-intro {
    color: #888888;
    line-height: 1.8;
    height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.e-more {
    position: absolute;
    bottom: 0;
    left: 0;
}

.e-more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/a16.png');
    background-size: .1rem auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.main-title {
    text-align: center;
}
.e-item:hover .e-time {
    color: #d92618;
}

.e-item:hover .e-name {
    color: #d92618;
}

.e-item:hover .e-img img {
    transform: scale(1.05);
}

.e-item .more {
    display: block;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    background-color: #d70d19;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    border: 1px solid #d70d19;
    transition: all .35s;
}
.e-item:hover .more {
    background: #fff;
    color: #d70d19;
}
.e-item .more:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.e-item:hover .more:before {
    animation: btnstyle .75s;
    z-index: 1;
}
@keyframes btnstyle {
    0% {
        background: rgba(0, 0, 0, .25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }
    to {
        background: 0 0;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}
.e-item .more>span {
    position: relative;
    z-index: 10;
}
.e-bottom.teaser {
    margin-top: 45px;
}

@media(max-width: 1584px) {
    .e-item:hover .e-more {
        font-size: 13.2px;
    }
}

.e-b .e-pagination {
    display: none;
    position: relative;
    bottom: 0;
    margin-top: .5rem;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.e-b .e-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    opacity: .5;
    margin: 0 .1rem;
    width: 8px;
    height: 8px;
    background-color: #d92618;
    background-image: linear-gradient(270deg, #d92618 0%, #d92618 100%), linear-gradient(#d92618, #d92618);
}

.e-b .e-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}



.e-navbox {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

.e-nav {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 10px 20px;
    color: #fff;
    padding: 5px;
    min-width: 120px;
    line-height: 28px;
    border-radius: 30px;
    background-color: #000;
}

.e-nav:hover {
    background-color: #d92618;
    background-image: linear-gradient(270deg, #d92618 0%, #d92618 100%), linear-gradient(#d92618, #d92618);
}

.e-nav.active {
    background-color: #d92618;
    background-image: linear-gradient(270deg, #d92618 0%, #d92618 100%), linear-gradient(#d92618, #d92618);
}
.dbnav {
    display: none;
}
@media(max-width:900px) {
    .e-main {
        width: 100%;
        max-width: 500px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .e-item {
        width: 50%;
        padding: 0 5px;
    }

    .e-b .e-pagination {
        display: block;
    }

    .main-title h1 {
        font-size: 25px;
        line-height: 48px;
    }


    #index-1 .main-title {
        padding-bottom: 26px;
    }
    #foot {
        display: none;
    }

    .dbnav {
        display: block;
    }

    .dbnav {
        background: #ffffff;
        padding: 10px 0 6px 0;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    }
    .dbnav ul {
        height: 0px;
    }
    .dbnav ul li {
        float: left;
        width: 25%;
        text-align: center;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
    .dbnav ul li span {
        display: block;
        font-size: 14px;
        font-family: "微软雅黑";
        line-height: 22px;
        color: #333;
    }
    .dbnav ul li span img {
        width: 25px;
        margin-bottom: 3px;
    }
#index-pro .swiper-slide, .pro-list li {
    padding: 8px 8px 15px 8px;
}




}






@import url("../iconfont/iconfont.css");

.social-share {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-share * {
    font-family: "iconfont" !important
}

.social-share a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    outline: none
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    border-radius: 0;
    border: 0;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s
}

.social-share .social-share-icon:hover {
    color: #1ececa;
}

.social-share .icon-mailto {
    color: #34bab8;
}

.social-share .icon-weibo {
    color: #34bab8;
}

.social-share .icon-qq {
    color: #34bab8;
}

.social-share .icon-qzone {
    color: #34bab8;
}

.social-share .icon-douban {
    color: #34bab8;
}

.social-share .icon-linkedin {
    color: #34bab8;
}


.social-share .icon-facebook {
    color: #34bab8;
}


.social-share .icon-google {
    color: #34bab8;
}

.social-share .icon-twitter {
    color: #34bab8;
}

.social-share .icon-wechat {
    position: relative;
    color: #34bab8;
}
img.changfang {
    display: none
}
.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 800;
    top: -195px;
    left: -84px;
    width: 200px;
    height: 182px;
    color: #ccc;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}


@media only screen and (max-width: 860px){

    .social-share .social-share-icon {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 20px;
    }
    #index-1 {
        padding: 32px 0;
        position: relative;
    }
    #index-pro {
        padding-bottom: 22px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 18px;
    }

    img.changfang {
        display: block;
        border-radius: 10px;
        margin-top: 28px;
    }

}

@media only screen and (max-width: 540px){

    .social-share .social-share-icon {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 18px;
    }


}