@charset "UTF-8";
.carousel-inner img{
    width: 100%!important;
}
.enter_wrapper{
    padding: 0 40px 100px 40px;
}
.mt30{
    margin-top: 30px;
}
.bg_grey{
    background-color:#f4f4f4;
}
.titles{
    color: #666666;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    line-height: 160px;
    margin: 0;
    padding: 0;
}
.details{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    width: 96px;
    line-height: 36px;
    color: white;
    border-radius: 30px;
    text-align: center;
    background-color: #777;
}
.details:hover,
.more,
.more:hover{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    width: 96px;
    line-height: 36px;
    color: white;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #6b3d98;
}

.enter_wrapper .box{
    padding: 40px 20px;
    width: 95%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #9271b5;
    border-bottom: 8px solid #9271b5;
    cursor: pointer;
}
.enter_wrapper .box img {
    height: 100px;
    margin: 30px 0;
}
.enter_wrapper .box h2{
    margin: 60px 0 20px 0;
    font-weight: normal;
    font-size: 22px;
    color: #9271b5;
}
.enter_wrapper .box p{
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    height: 100px;
    overflow: hidden;
}

.enter_wrapper .box2{
    width: 95%;
    margin: 0 auto;
    padding: 68px 20px;
    color: white;
    text-align: center;
    background: #9271b5;
    display: none;
    border-bottom: 11px solid rgb(146, 113, 181)
}
.enter_wrapper .box2 p{
    font-size: 14px;
    line-height: 28px;
    height: 224px;
    color: white;
    text-align: justify;
}
.news_center .news_box{
    padding: 0 60px;
}
.news_center .news_box h2{
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    margin: 40px 0 20px 0;
}
.news_center .news_box p{
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.img-responsive {
    margin:0 auto;
}
.production_center{
    padding: 0 40px 100px 40px;
    text-align: center;
}
.production_center .box{
    position: relative;
    padding: 20px 0;
    width: 95%;
    margin: auto;
    background-color: #f4f4f4;
}
.production_center .box .img_wrapper{
    height: 320px;
}
.production_center .box img{
    max-height: 240px;
    margin: 40px 0;
}
.production_center .box h3{
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.solution_center{
    padding: 0 0 80px 0;
    text-align: center;
    background-color: #f4f4f4;
}
.solution_center h2{
    font-size: 22px;
    font-weight: normal;
    margin: 30px 0;
}