﻿#inbanner{
    width: 100%;
}
#inbanner img{
    max-width: 100%;
}
#inbanner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fc114a;
}
.product_box{
    background: #eeeeee;
    padding: 10px 0;
}
.product_box .product{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
}
html, body {
    position: relative;
}
body {
    margin: 0;
    padding: 0;
}
.product .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.product .swiper-button-prev{
    background: url("../images/prevs.png") no-repeat;
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
    color: transparent;
}
.product .swiper-button-next{
    background: url("../images/nexts.png") no-repeat;
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
    color: transparent;
}
.pro1{
    background: #FFFFFF;
    padding: 35px 20px 25px;
    width: 300px;
    height: 300px;
    box-shadow: 0 0 3px #ebebeb;
}
.pro1 .title{
    font-size: 30px;
    color: #000000;
    text-align: left;
}
.pro1 .alias{
    font-size: 16px;
    color: #585858;
    margin: 15px 0;
    text-align: left;
}
.pro1  .more{
    font-size: 16px;
    display: block;
    color: #000000;
    margin: 15px 0;
    text-align: right;
}
.pro1 .more span{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    margin-left: 10px;
}
.fol_title{
    font-size:36px;
    color: #203863;
    text-align: center;
}
.fol_entitle{
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin: 10px 0;
}
.all_more{
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid;
    margin: 30px auto 0;
    font-size: 16px;
    color: #000000;
}
.solution{
    padding: 30px 0 50px;
}
.w12{
    width: 1200px;
    margin: 0 auto;
}
.solution .solution_topbox{
    margin-top: 30px;
    margin-bottom: 40px;
}
.solution_topbox .solution_left{
    width: 550px;
    height: 400px;
    float: left;
}
.solution_right{
    width: 560px;
    padding: 0 20px;
    float: right;
}
.solution_right .solution_title{
    width: 167px;
    line-height: 40px;
    border-radius: 30px;
    background: #c8161d;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}
.solution_right .solution_smaill_title{
    font-size: 24px;
    margin: 40px 0;
    color: #000000;
}
.solution_right .solution_content{
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    height: 210px;
    overflow: hidden;
}
.solution_right .all_more{
    margin-left: 0;
    margin-top: 50px;
}
.solution ul li{
    width: 23%;
    height: 186px;
    float: left;
    margin-right: 2.5%;
    position: relative;
}
.solution ul li:nth-child(4){
    margin-right:0;
}
.solution ul li img{
    width: 100%;
    height: 100%;
}
.solution ul li div{
    position: absolute;
    bottom: 0;
    background: #c8161d;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    width: 100%;
    line-height: 40px
}
.news_left{
    width: 830px;
    float: left;
}
.news_left_box{
    border-bottom: 1px dashed #d3d3d3;
    padding: 30px 0;
}
.news_left_box img{
    width: 320px;
    height: 180px;
    float: left;
}
.news_left_box .news_left_right{
    width: 460px;
    float: right;
    padding: 0 10px;
}
.news_left_right .news_title{
    font-size: 18px;
    color: #000000;
    margin-bottom: 25px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}
.news_time{
    font-size: 14px;
}
.news_time span{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../images/time.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.news_content{
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_right{
    width: 320px;
    float: right;
    padding-top: 30px;
}
.news_right_box{
    margin-bottom: 10px;
}
.news_right .news_right_box img{
    width: 320px;
    height: 180px;
}
.news_right .news_title {
    font-size: 16px;
    margin: 10px 0;
    color: #000000;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}