li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #ffffff;
}

p,
ul {
    margin-bottom: 0;
}

.phone{
    font-size: 19px;
    color: #ffffff;
}

@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
    /* ie兼容 */
}

@media screen and (max-width: 1080px) {
    .logo_text{
        display: none;
    }
}


 


.case-switchover {
    animation: case-switchover 1s linear forwards;
}

@keyframes case-switchover {
    0% {
        transform: scale(0.2)
    }
    90% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}




.Details {
    margin-top: 100px;
}

.carousel-indicators {
    position: static;
    margin-left: 0;
    width: 100%;
    text-align: left;
}

.carousel-indicators li {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 0;
    text-indent: 0;
    margin: 0;
    padding-top: 6px;
    padding-right: 6px;
}

.carousel-indicators li:last-of-type {
    padding-right: 0;
}

.carousel-indicators .active {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
}

.carousel-indicators .active>.image>div {
    background: rgba(255, 255, 255, .6);
}

.Details .det-img {
    width: 100%;
}
.Details ol {
    text-align: left;
}
.Details ol li img{
 max-width: 160px;
}
.det-button {
    display: flex;
}

h4 {
    font-weight: 700;
    font-size: 24px;
}

.right p {
    margin-top: 40px;
    font-size: 16px;
}

.image {
    position: relative;
    text-align: center;
}

.image div:last-of-type {
    /* z-index: 9; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* 轮播按钮 */
.button-left{
    position: absolute;
    left: 15px;
    top: 35%;
    padding: 30px 0;
}
.button-right{
    position: absolute;
    right: 15px;
    top: 35%;
    padding: 30px 0;

   
}
.button-left,
.button-right{
    opacity:0;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}
.button-left:hover{
    opacity:1;
}
.button-right:hover{
    opacity:1;
}

#int{
    margin-top:40px;
    /* margin-left:10px ; */
}
#int .int-item{
    margin-top: 20px;
    margin-left: 5px;
}
#int h5{
    font-size: 16px;
    font-weight: 600;
}
#int p{
    color: #5f5f5f;
    font-size: 14px;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.image {
    position: relative;
    text-align: center;
}
.image div:last-of-type {
    /* z-index: 9; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.copyright .right .image{
    text-align: right;
}
.copyright{
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    background-color: #191919;
}
    

.cop-top{
    margin: auto;
}
.cop-top h5{
    margin-top: 40px;
    font-size: 20px;
    color: #ffffff;
}
.cop-top p{
    color: #9f9f9f;
    line-height: 35px;
}
#case_text{
    color: #5f5f5f;
}
.cop-top .right{
    margin-top: 40px;
}
.cop-top .right img{
    width: 130px;
    height: 130px;
}
.right-item{
   width: 130px;
   float: right;
}
.cop-top .right>div p{
    width: 130px;
    text-align: center;
}
.cop-bottom{
    background-color: #000000;
    padding: 20px 0;
}
.cop-bottom p{
    text-align: center;
    font-size: 14px;
    color: #b4b1b1;
}

