
body{
    background-color: #FFFFFF;
}
.nav ul a:first-child{
    background-color: #7f1080;
    color: #FFFFFF;
}
.carousel{
    width: 100%;
    height: 600px;
    position: relative;
}
.carousel img{
    width: 100%;
    height: 600px;
}
.banner-title{
    width: 1920px;
    height: 600px;
    margin: 0 auto;
}
.bg-line{
    width: 90px;
    height: 3px;
    background: #7f1080;
    margin: 21px 0 18px;
}
.index-content{
    width: 100%;
}
.content-margin{
    width: 960px;
    margin: 0 auto;
    height: 100%;
    padding: 45px 0 28px;
}
.content-left{
    width: 324px;
    float: left;
}
.video-div{
    width: 100%;
    height: 191px;
    position: relative;
    margin: 14px 0 0 0;
}
.play{
    position: absolute;
    top: 38%;
    left: 42%;
    opacity: 0.9;
    border-radius: 50%;
}
.index-news{
    width: 100%;
    margin-top: 16px;
}
.index-news li{
    width: 100%;
    height: 25px;
    line-height: 25px;
}
.index-news li p{
    width: 220px;
    float: left;
    overflow: hidden;
    text-align: left;
}
.index-news li p a{
    color: #4c4948;
}
.index-news li span{
    float: right;
}
.content-right{
    width: 960px;
    text-align: justify;
}
.content-right img{
    margin: 14px 0 0 12px;
    float: right;
    width: 278px;
}

.index-core{
    width: 960px;
    margin: 0 auto;
    height: 588px;
    padding: 50px 0;
}
.core_1{
    float: left;
    width: 313px;
    height: 396px;
}
.index-core p{
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
    background-color: #f0f0f0;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.core_2{
    float: left;
    width: 313px;
    margin: 0 10.5px;
}
.core_3{
    width: 313px;
    float: left;
}
.index-core img{
    display: block;
    width: 100%;
}
.bg-change:hover p{
    background-color: #761c78;
    color: #FFF;
}

.index-capa{
    width: 100%;
    height: 575px;
    background-color: #efefef;
}
.index-capa>div{
    width: 960px;
    height: 100%;
    padding: 32px 0;
    margin: 0 auto;
}
.capa-div{
    float: left;
    width: 320px;
    height: 412px;
}
.capa-div p{
    width: 100%;
    height: 206px;
    text-align: center;
    font-size: 21px;
    line-height: 206px;
    background-color: #fff;
    color: #7f1080;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.capa-div p:hover{
    background-color: #7f1080;
    color: #FFF;
}
.capa-div p span{
    font-size: 30px;
}
.capa-div img{
    display: block;
    width: 100%;
    height: 206px;
}

.index-product{
    width: 960px;
    height: 441px;
    margin: 0 auto;
    padding: 41px 0;
}

.product-list{
    width: 234px;
    height: 271px;
    overflow: hidden;
    text-align: center;
    float: left;
}
.product-list:nth-child(3){
    margin: 0 8px;
}
.product-list:nth-child(4){
    margin-right: 8px;
}
.product-list:hover p{
    background-color: #761c78;
    color: #FFFFFF;
}
.product-list p{
    width: 100%;
    height: 55px;
    background-color: #f0f0f0;
    font-size: 20px;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    line-height: 55px;
}
.product-list img{
    width: 234px;
    display: block;
    height: 216px;
}