html,body{
    padding: 0 0;
    margin: 0 0;
}
a{
    text-decoration:none;
    color:#fff;
}

a:hover{
    text-decoration:underline;
}
.index-box{
    width: 100%;
}
.index-top{
    width: 100%;
}
.index-top>img{
    width: 100%;
    display: block;
}
.index-case{
    background: #FAEDED;
    height: 100px;
    width: 100%;

}
.case-list{
    height: 100%;
}
.case-item{

}
.case-item>img{
    max-width: 250px;
}
.index-middle{
    width: 100%;
    margin-top: 60px;
    background-image: url("../img/bg.png");
    background-repeat:no-repeat;
}
.service-box{
    width: 90%;
}
.service-list{
    margin-top: 40px;
}
.service-item{
    border: 0px solid red;
}
.service-item-img{
    border: 0px solid red;
}
.service-item-img>img{
    height: 120px;
    border: 0px solid red;
    display: block;
}
.service-item-content{
    margin-left: 20px;
    border: 0px solid red;
}
.service-item-title{
    font-size: 30px;
}
.service-item-desc{
    margin-top: 14px;
}
.service-item-view{
    line-height: 24px;
}
.product-box{
    width: 90%;
    margin-top: 100px;
    border: 0px solid red;
}
.product-img{
    width: 38%;
}
.product-img>img{
    width:100%;
}
.product-content{
    width: 61%;
    margin-left: 80px;
}
.product-title,.map-title,.model-title,.news-box-title{
    font-size: 30px;
}
.product-desc{
    line-height: 24px;
    margin-top: 40px;
}
.product-btn{
    margin-top: 40px;
}
.model-box{
    width: 90%;
    margin-top: 100px;
}
.model-content{
    width: 60%;
}
.model-list{
    margin-top: 20px;
}
.model-item{
    margin-top: 20px;
}
.model-item-img >img{
    width: 100px;
}
.model-item-list{
    margin-left: 20px;
}
.model-item-list-title{
    font-size: 18px;
    font-weight: bold;
}
.model-item-list-desc{

}
.model-img{
    margin-left: 100px;
    width: 38%;
}
.model-img>img{
    width: 100%;
}
.map-box{
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
}
.map-img{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.map-img>img{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;

}
.map-desc{
    font-size: 26px;
}
.cooperate-box{
    margin-top: 100px;
    background: #EFF1F3;
}
.cooperate-list{
    width: 90%;
}
.cooperate-item{
    width: 30%;
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cooperate-item-top{
    background-image: url("../img/cooperate-bg.png");
    background-repeat:no-repeat;
    background-size: cover;
    width: 100%;
    height: 90px;
}
.cooperate-item-img>img{
    width: 40px;
    margin-left: 20px;
}
.cooperate-item-title{
    margin-left: 10px;
    font-size: 24px;
}
.cooperate-item-content{
    height: 160px;
    font-size: 20px;
}
.cooperate-item-btn{
    background: #BE1A1B;
    width: 100%;
    text-align: center;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
}
.case-box{
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
}
.case-desc{
    color: #C84243;
    font-size: 20px;
}
.case-desc-item{
    margin-left: 20px;
}
.case-img-list{

}
.swiper-slide{

}
.slide-img{
    /*height: 300px;*/
}
.swiper-slide>img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.partner-box{
    width: 90%;
    margin:0 auto;
    background: #F5F5F5;
    margin-top: 100px;
}
.partner-left{
    width: 38%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.partner-left>img{
    width: 100%;
}
.partner-right{
    margin-left: 100px;
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.partner-item{
    margin-top: 20px;
}
.partner-title{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.partner-desc{
    line-height: 30px;
}
.news-box{
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
}
.news-content{
    margin-top: 40px;
    width: 90%;
    height: 450px;
}
.news-left{
     width: 60%;
    height: 100%;
}
.news-list{
    height: 100%;
}
.news-item{
    padding: 10px 0;
    color: #000000;
}
.news-date{
    width: 100%;
    height: 32px;
    overflow: hidden;
}
.news-line{
    margin-left: 10px;
}
.news-title{
    margin-left: 10px;
}
.news-right{
    width: 35%;
    height: 100%;
}
.new-img-list{
    width: 100%;

}
.news-img{
    width: 50%;
    border: 0px solid red;
}
.news-img>img{
    width: 100%;
    /*height: 250px;*/
    display: block;
}

