body{
    background: #FAFAFA;
}
.banner-box{
    width: 100%;
    height: 600px;
    background: url(../images/mediaCenter/mc-banner1.png?v=201911111344) no-repeat center;
    background-size: cover;
    position: relative;
}
.banner-around{
    width: 290px;
    height: 290px;
}
.banner-around>div{
    width: 100%;
    height: 100%;
    background:rgba(213,174,135,1);
    opacity:0.6;
    border-radius:50%;
    z-index: 1;
    -webkit-animation: bigMove 1.8s ease-out infinite;
    animation: bigMove 1.8s ease-out infinite;
}
@-webkit-keyframes bigMove {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.75, 0.75);
        -ms-transform: scale(0.75, 0.75);
        transform: scale(0.75, 0.75);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes bigMove {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.75, 0.75);
        -ms-transform: scale(0.75, 0.75);
        transform: scale(0.75, 0.75);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.banner-font{
    width: 215px;
    height: 215px;
    background: #D5AE87;
    color: white;
    border-radius:50%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    z-index: 1;
}
.banner-font>p{
    display: block;
    width: 125px;
    text-align: center;
    margin: 0 auto;
    color: white;
}
.banner-font>p:first-child{
    font-size: 24px;
}
.banner-font>p:last-child{
    font-size: 30px;
}

/*原点控制器*/
.banner-controller{
    margin: 0 auto;
    margin-top: 17px;
    width: 740px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.banner-controller>a{
    width: 200px;
    height: 90px;
    position: relative;
    cursor: pointer;
}
.banner-controller>a>img{
    display: block;
    max-width: 100%;
}
.banner-controller>a>p{
    width:94px;
    height:26px;
    background:rgba(213,174,135,1);
    font-size: 18px;
    color: white;
    text-align: center;
}
.mc-container{
    width: 1232px;
    margin-left: auto;
    margin-right: auto;
}
.dynamic-title{
    margin-top: 93px;
    margin-bottom: 45px;
    color: #666666;
    font-size: 24px;
}
.mc-title{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #999999;
}
.mc-title>div:first-child{
    color: #999999;
    font-size: 18px;
}
.mc-title>div:first-child>span{
    font-weight: bold;
    color: #333333;
    font-size: 24px;
    margin-right: 5px;
}
.url-list{
    color: #999999;
    font-size: 14px;
}
.url-list>a{
    color: #999999;
    font-size: 14px;
}
.mc-list-box{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.brand-Dynamics>a>div{
    padding: 0 !important;
    border: none !important;
    background: none !important;
}
.mc-list-box>a>div{
    width: 385px;
    height: 345px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    padding: 9px;
    margin-bottom: 76px;
    cursor: pointer;
}
.mc-list-box a>div:hover .img-wrap img{
    transform: scale(1.1);
}
.mc-list-box a>div:hover .content{
    color: #D6A27D;
}
.mc-list-box .img-wrap{
    overflow: hidden;
}
.mc-list-box .img-wrap img{
    transition: all .3s;
}
.special-list .title{
     color: #BF8448;
     font-size: 15px;
     margin-top: 19px;
 }

.special-list .content{
    color: #999999;
    font-size: 14px;
    margin-top: 19px;
    transition: all .3s;
}
.special-list .info{
    color: #333333;
    font-size: 13px;
    margin-top: 20px;
}
.brand-Dynamics .normal-list .content{
    font-size: 16px;
    color: #333333;
    margin-top: 22px;
}
.normal-list .content{
    color: #333333;
    font-size: 15px;
    margin-top: 19px;
}
.brand-Dynamics .normal-list .info{
    font-size: 14px;
    color: #999999;
    margin-top: 24px;
}
.normal-list .info{
    color: #999999;
    font-size: 13px;
    margin-top: 35px;
}

/*详情页面*/
.detail-box{
    display: block;
    width: 1143px;
    margin-left: auto;
    margin-right: auto;
    /*outline: 1px solid red;*/
}
.detail-box .title{
    font-size: 40px;
    color: #333333;
    margin-top: 175px;
    text-align: center;
}
.detail-box .url-list{
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 80px;
}
.detail-box .img-title{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.block-list{
    width: 100%;
    display: block;
    margin-bottom: 70px;
}
.block-list .buttons{
    display: inline-block;
    padding-left: 25px;
    padding-right: 32px;
    height:67px;
    background:rgba(35,47,60,1);
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    line-height: 67px;
    margin-bottom: 40px;
}
.block-list>p{
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 65px;
}
.block-list.my-text>p{
    text-indent: 2em;
    margin-bottom: 10px;
}
.block-list.my-text>p.red{
    color: red;
}
.block-list.my-text>img{
    margin-bottom: 30px;
}
.block-list>img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.detail-line{
    width: 100%;
    height:2px;
    background:rgba(229,229,229,1);
    margin-top: 110px;
}
.a-box{
    margin-top: 20px;
    margin-bottom: 25px;
}
.a-box>a{
    display: block;
    color: #999999;
    font-size: 16px;
    margin-bottom: 15px;
}