@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_ff0nn0ctytt.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_ff0nn0ctytt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_ff0nn0ctytt.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_ff0nn0ctytt.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_ff0nn0ctytt.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_ff0nn0ctytt.svg#站酷小薇体') format('svg'); /* iOS 4.1- */
}
.banner .swiper-slide a{
    position: relative;
    display: block;
}
.banner .swiper-slide img{
    width: 100%;
}
.banner .swiper-slide a .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0,0,0,.3);
}
.banner .swiper-slide a .mask{
    color: #fff;
}
.banner .swiper-slide a .mask h1{
    font-size: 60px;
}
.banner .swiper-slide a .mask p{
    font-size: 20px;
    letter-spacing: 5px;
}
#main_nav.fixed {
    display: block;
}

#index-news {
    height: 65px;
    padding-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

#index-news .section-left {
    width: 120px;
    float: left;
    font-size: 18px;
    color: #000;
    line-height: 65px;
}

#index-news .section-right {
    margin-left: 160px;
}

#index-news .section-right ul {

}

#index-news .section-right ul li {
    display: inline-block;
    margin-right: 15px;
    line-height: 65px;
}

#index-1 {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

#index-1 .swiper-container{
    padding: 10px 10px 60px;
    height: auto;
}
.am-panel-group .am-panel+.am-panel{
    margin-top: 0!important;
}
#index-1 .swiper-slide{
    padding: 10px;
    background-color: #fff;
    border-color: #ddd;
    border-radius: 10px;
}
#index-1 .swiper-slide:hover{
    transform: scale(1.05);
    box-shadow: 0 0 10px #ccc;
}
#index-1 .am-panel-bd{
    padding: 20px 5px 0;
}
#index-1 .swiper-slide .picture{
    border-radius: 5px 5px 0 0;
}
#index-1 .swiper-slide .content img{
    width: 100%;
}
#index-1 .swiper-slide .am-panel-hd .mask{
    position: relative;
    display: block;
    font-weight: 300;
    font-size: 18px;
    background-color:#b22164;
    color: #fff;
    border-radius: 0 0 5px 5px;
    transition: all .5s;
    text-align: center;
    padding: 10px 0 5px;
}
#index-1 .swiper-slide .am-panel-hd.am-collapsed .mask{
    background-color:#fff;
    color: #333;
    transition: all .5s;
}
#index-1 .am-panel-hd.am-collapsed i{
    transform:none;
    -ms-transform:none; 	/* IE 9 */
    -moz-transform:none; 	/* Firefox */
    -webkit-transform:none; /* Safari å’Œ Chrome */
    -o-transform:none; 	/* Opera */
    transition: all .5s;
}
#index-1 .am-panel-hd i {
    font-size: 12px;
    display: block;
    line-height: normal;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all .5s;
}
#index-1 .am-panel-hd{
    padding: 0;
}
#index-1 .am-panel-bd p{
    font-size: 14px;
}
#index-1 .swiper-slide .mask h3{
    font-weight: 300;
    line-height: normal;
    margin: 0;
}


#index-2 {
    padding: 100px 0;
    background: #f5f5f5;
    overflow: hidden;
}

#index-2 ul{
    align-items: stretch;
}

#index-2 li{
    background: #fff;
    width: 24%;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
#index-2 li .content{
    padding: 20px 0;
   
}
#index-2 li a{
    color: inherit;
}
#index-2 li h3{
    font-size: 24px;
}
#index-2 li .content p a{
    display: flex;
     padding: 0 20px;
    align-items: center;
    font-size: 16px;
}
#index-2 li .content p{
    transition: all .3s;
}
#index-2 li:hover{
    background-color: #b22164;
    color: #fff;
}
#index-2 li  span{
    font-size: 40px;
    display: block;

}
#index-2 li .content p b{
    display: inline-block;
}
#index-2 li .title{
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #b22164;
}

#index-people{
    padding: 60px 0;
    overflow: hidden;
}
#index-people .swiper-container{
    padding-bottom: 60px;
}
#index-people .swiper-slide{
    text-align: center;
}
#index-3 {
    padding: 100px 0;
    overflow: hidden;
}
#index-3 .content{
    clear: both;
    overflow: hidden;
}
#index-3 .index-left{
    width: 100%;

}
#index-3 .index-left ul{
    overflow: hidden;
}
#index-3 .index-right{
    width: 100%;
}

#index-3 .index-intro p {
    line-height: 2;
    text-align: justify;
    color: #666;
}

#index-3 li .num {
    font-size: 80px;
    font-family: webfont;
    font-weight: 300;
    color: #b22164;
    margin-right: 10px;
}

#index-3 #data {
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
    font-style: italic;
}
#index-3 #data li{
    width: 25%;
    float: left;
    margin-bottom: 0;
}
#index-3 #data li+li{
    border-left: 1px solid #ddd;
    border-radius: 0;
}
#index-3 #data li{
    color: #999;
    font-size: 14px;
}
#index-3 .index-left ul{
    overflow: hidden;
    margin-top: 40px;
}
#index-3 .index-left li {
    position: relative;
    transition: all .5s;
    border-radius: 10px;
}

#index-3 li .picture {
    border-radius: 10px 10px 0 0;
}


#index-3 #item li:hover {
    box-shadow: 0 0 20px #666;
}
#index-3 li .content{
    background-color: #b22164;
    color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
#index-3 li .mask a span {
    border: 1px solid #999;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    transition: all .3s;
}


#index-4 {
    padding: 100px 0;
    background: url("/theme/default/images/team_bg.jpg") no-repeat center fixed;
    overflow: hidden;
    color: #fff;
}
#index-4 .width{
    position: relative;
}
#index-4 .swiper-container{
    padding: 0 0 60px;
}
#index-4 .swiper-slide{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}
#index-4 .content {
    margin-left: 140px;
    height: 120px;
    display: table;
    position: relative;
}
#index-4 .content>div{
    display: table-cell;
    vertical-align: middle;
}
#index-4 img{
    float: left;
    border-radius: 50%;
    width: 120px;
}
#index-4 .content h3{
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 3px;
    color: #b22164;
    font-weight: bold;
}

#index-4 .content .t1{
    font-size: 16px;
    margin-bottom: 0;
    color: #333;
}
#index-4 .content .t2{
    font-size: 12px;
    color: #999;
    margin-top: 6px;
    margin-bottom: 0;
}
#index-4 .swiper-pagination-bullet{
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 1;
}
#index-4 .swiper-pagination-bullet-active{
    background-color: #b260ae;
    width: 32px;
    opacity: 1;
}
#index-4 .swiper-button-next, #index-4 .swiper-button-prev {
    background-size: 20%;
    width: 40px;
    height: 60px;
    opacity: .8;
    background-color: #ccc;
    right: -50px;
    transition: all .3s;
}
#index-4 .swiper-button-next{
    border-radius: 0 5px 5px 0;
}
#index-4 .swiper-button-prev {
    left: -50px;
    right: auto;
    border-radius: 5px 0 0 5px;
}
#index-4 .swiper-button-next:hover,#index-4 .swiper-button-prev:hover{
    opacity: 1;
    background-color: #b22164;
}
#index-5 {
    padding: 100px 0;
    overflow: hidden;
    background-color: #fff;
}

#index-5 .content {

}
#index-5 .pro-nav {
    text-align: center;
    padding: 0 0 40px;
    overflow: hidden;
}
#index-5 .pro-nav li {
    display: inline-block;
    margin: 0 10px;
}
#index-5 .pro-nav li a {
    display: block;
    border-radius: 5px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    border: 1px solid #666;

}
#index-5 .index-left {
    width: 45%;
    float: left;
}

#index-5 .index-right {
    width: calc(55% - 60px);
    float: right;
}


#index-5 .swiper-slide img {
    width: 100%;
}

#index-5 .swiper-slide .picture {
    position: relative;
}



#index-5 .swiper-slide .picture .mask {
    position: absolute;
    width: 100%;
    padding: 15px;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(178, 33, 100, 0.8);
    z-index: 9;
}

#index-5 .swiper-slide .intro {
    padding: 13px 20px;
    font-size: 15px;
    text-align: justify;
    background-color: #eee;
}

#index-5 .index-right li {
    line-height: 50px;
    padding: 0 10px;
    border-bottom: 1px dashed #ddd;
    transition: all .5s;
}
#index-5 .index-right li:nth-child(odd){
    background-color: #f7f7f7;
}
#index-5 .index-right li:hover {
    background-color: #eee;
    padding-left: 20px;
}
#index-5 a.more-link{
    margin: 0 auto 10px;
}
#index-6{
    padding: 100px 0;
    overflow: hidden;
}
#index-6 .lc-list li{
    width: calc((100% - 60px)/4);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 5px solid #ccc;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
#index-6 .lc-list li h2{
    font-size: 80px;
    line-height: normal;
    font-weight: normal;
    font-family: webfont;
    color: #b22164;
}
#index-6 .lc-list li h3{
    font-size: 24px;
    margin-bottom: 20px;
}
#index-6 .lc-list li p{
    text-align: justify;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 20px;
}
#index-6 .lc-list li span.iconfont{
    display: none;
}
#index-6 .lc-list li:nth-child(4n){
    margin-right: 0;
}
#index-ad .content .mask h1{
    font-size: 40px;
}
#index-ad .content .mask .more-link{
    margin-bottom: 0;
    background-color: #f5cb23;
    border-color: #f5cb23;
}
#index-ad .content .mask .more-link:hover{
    background-color: #b22164;
    border-color: #b22164;
}
@media screen and (max-width: 1440px) {
    #index-news .section-left {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1366px) {
    #index-1, #index-2, #index-3, #index-4, #index-5 {
        padding: 60px 0;
    }

}
@media only screen and (max-width: 1280px) {
    #index-2 li .content a span, #index-3 li .mask a span {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 992px) {
    #index-ad img{

    }
    #index-ad .mask{


    }
    #index-ad .content .mask h1{
        font-size: 24px;
        letter-spacing: 0;
    }
    #index-6 .lc-list li{
        width: 48%;
        float: left;
        margin:1%;
        padding: 10px;
    }
    #index-6 .lc-list li h2{
        font-size: 50px;
    }
    #index-6 .lc-list li h3{
        font-size: 20px;
    }
    .a-title p{
        font-size: 12px;
        width: 100%;
        margin: 10px auto;
    }
    .banner .swiper-slide a .mask h1{
        font-size: 24px;
        font-weight: 300;
    }
    #index-news {
        height: auto;
        padding: 10px 0;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
    }

    #index-news .section-left {
        width: 100%;
        font-size: 16px;
        line-height: normal;
    }

    #index-news .section-right {
        width: 100%;
        margin-left: 0;

    }

    #index-news .section-right ul li{
        line-height: 30px;
        font-size: 12px;
        margin-right: 2px;
    }

    #index-news span.date {
        margin-right: 5px;
    }

    #index-news .section-right span.am-fr {
        padding-left: 5px;
        color: #999;
    }

    .a-title {
        margin-bottom: 30px;
    }

    .a-title h1, .a-title span.iconfont {
        font-size: 24px;
    }

    #index-1 li .content h3 {
        font-size: 18px;
    }

    #index-1, #index-2, #index-3, #index-4, #index-5 {
        padding: 30px 0;
    }
    #index-2 .index-pro{
        margin-bottom: 0;
    }
    #index-1 li{
        width: 100%;
        margin-right: 0;
        padding: 0;
    }
    #index-2 li {
        width: 24%;
        padding: 5px;
        margin-bottom: 2%;
    }
    #index-2 li b{
        font-size: 12px;
    }
    #index-2 li span{
        color: var(--web-color);
        line-height: 1;
    }
    #index-1 li:nth-child(2n), #index-2 li:nth-child(2n){
        margin-right: 0;
    }

    #index-2 li.end{
        width: 100%;
    }
    #index-2 li.end .wrap img{
        height: 50px;
    }
    #index-2 li.end .mask span{
        font-size: 20px;
        line-height: normal;
    }
    #index-1 li .content {
        padding: 5px;
        overflow: hidden;
    }
    #index-1 li .picture{
        width: 30%;
        float: left;

    }
    #index-1 li .picture img{
        border-radius: 5px;
    }
    #index-1 li .content .mask{
        width: 70%;
        float: right;
        padding-left: 10px;
        text-align: left;
    }
    #index-1 li .content .mask h3{
        background-color: #fff;
        color: #333;
        margin: 0;
        line-height: normal;
        font-size: 20px;
    }
    #index-1 li .content .mask p{
        font-size: 12px;
        text-align: justify!important;
    }
    #index-2 .pro-nav li, #index-2 .list-5 li {
        display: block;
        float: left;
        width: calc((100% - 4%) / 2);
        margin: 0 4% 10px 0;
        line-height: 30px;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 12px;
    }

    #index-1 li .content h3 a {
        border: none;
        font-size: 18px;
    }

    #index-1 li .content a:nth-child(2n), #index-2 .pro-nav li:nth-child(2n), #index-2 .list-5 li:nth-child(2n) {
        margin-right: 0;
    }

    #index-1 li .content .rs-title {
        line-height: 40px;
    }

    #index-1 li .content a span {
        display: none;
    }

    #index-2 .content {
        padding: 6px 10px;
    }

    #index-2 .content p {
        font-size: 12px;
        line-height: normal;
    }

    #index-2 .pro-nav li {
        border-radius: 0;
        border: none;
    }

    #index-2 li .content a span, #index-3 li .mask a span {
        border: none;
        width: auto;
        text-align: right;
        line-height: 24px;
    }
    #index-3 li:hover .mask a span{
        background-color: transparent;
        color: #fff;
    }
    #index-2 .list-5 li:nth-child(5n) {
        display: none;
    }

    #index-2 li .picture .mask {
        padding: 0 5px;
        font-size: 12px;
    }

    #index-3 {
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #index-3 .index-left,#index-3 .index-right{
        width: 100%;
        margin-top: 30px;
    }


    #index-3 .index-intro p {
        text-align: justify;
        font-size: 14px;
    }

    #index-3 .index-right li {
        width: 25%;
        float: left;
    }
    #index-3 .index-left li{
        width: 50%;
        padding: 10px;
        margin: 0 0 10px;
    }
    #index-3 li:nth-child(2n) {
        margin-right: 0;
    }
    #index-3 #data li{
        font-size: 12px;
    }
    #index-3 li .num {
        font-size: 40px;
        display: block;
    }

    #index-3 li #num1:after, #index-3 li #num2:after, #index-3 li #num3:after {
        font-size: 20px;
    }

    #index-3 ul:nth-child(3) li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    #index-3 li .mask {
        width: 100%;
        height: auto;
        padding: 0 20px;
        bottom: 0;
        box-shadow: none;
        background-color: #b22164;
        color: #fff;
    }

    #index-3 li .mask p {
        line-height: 40px;
        font-size: 14px;
    }

    #index-3 li .mask a .iconfont {
        padding-left: 30px;
        color: #fff;
    }

    .plug_service {
        display: none !important;
    }

    #index-5 .content {
        width: 100%;

    }

    #index-5 .index-left, #index-5 .index-right {
        width: 100%;
        margin-top: 10px;
    }

    #index-5 .swiper-slide .picture img {
        height: auto;
    }

    #index-5 .list-4 li {
        width: calc((100% - 15px) / 4);
        margin-right: 5px;
        margin-bottom: 0;
    }
    #index-5 a.more-link{
        margin-top:10px;
    }
    #index-5 .list-4 li:nth-child(2n) {
        margin-right: 5px;
    }

    #index-5 .list-4 li:nth-child(4n) {
        margin-right: 0;
    }

    #index-5 .list-4 li p span {
        display: none;
    }

    #index-5 li span.iconfont {
        font-size: 30px;
        line-height: normal;
    }

    #index-5 li p {
        margin-top: 0;
    }

}