body {
    min-width:1200px;
}
.hot-icon {
    position:absolute;
    margin-top: 10px;
    margin-left: 10px;
}
.hot-icon a {
    font-size: 38px;
    color: #ff6a00;
}
.home-container {
    position: relative;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.home-container .banner {
    width: 100vm;
    height: 320px;
    /*background: url('../images/banner.png') no-repeat top center #ff6a00;*/
    /*background-color: #ff6837;*/
    background-color: #ff6a00
}

.home-container .banner .inner-banner {
    /*background: red;*/
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    margin-top: 5px;
    color: #f0ead8;
}

.home-container .banner .inner-banner .inner-banner-title {
    font-size: 36px;
    line-height: 36px;
    padding-top: 100px;
    /*border:1px solid red;*/
}
.home-container .banner .inner-banner .inner-banner-des {
    font-size: 18px;
    /*line-height: 80px;*/
    padding-top: 30px;
}
.home-container .banner .inner-banner .inner-banner-btn {
    display: block;
    width: 220px;
    height: 48px;
    /*margin: 0 auto;*/
    margin-top: 50px;
    border: 2px solid #ff6a00;
    border-radius: 8px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    background: #FFF;
    color: #ff6a00;
    font-weight: bold;
}

.home-container .main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    flex: 1
}

.home-container .main .charge-item {
    width: 100%
}
.home-container .main .charge-item h2 {
    position: relative;
    padding-bottom: 16px;
    font-size: 30px;
    font-weight: 400;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 40px;
}
.home-container .main .charge-item h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background: #ff6a00;
    box-shadow: 0 2px 7px #ff6a00
}
.home-container .main .charge-item .item {
    width: 210px;
    height: 295px;
    /*border-bottom: 2px solid #f0f0f0;*/
    border: 1px solid #ff6a00;
    box-shadow: 0 0 2px #ff6a00;
    border-radius: 6px;
    float: left;
    margin-left: 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom:20px;
}

.home-container .main .charge-item .item-ready {
    border: 1px solid #ddd;
    box-shadow: 0 0 2px #ddd;
}

.home-container .main .charge-item .item.first {
    margin-left: 0
}

.home-container .main .charge-item .item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #3b3b3b;
    text-align: center;
    transition: all .3s;
}

.home-container .main .charge-item .item p {
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    color: #acacac;
    margin-top: 12px;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.home-container .main .charge-item .item .detail {
    display: block;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ff6a00;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    color: #ff6a00;
    position: absolute;
    bottom: 40px;
    left: 54px;
    transition: all .5s
}

.home-container .main .charge-item .item .detail-ready {
    display: block;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #999999;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    position: absolute;
    bottom: 40px;
    left: 54px;
    transition: all .5s
}


.home-container .main .charge-item .item .apply {
    font-size: 14px;
    color: #3b3b3b;
    position: absolute;
    left: 70px;
    bottom: 0;
    transition: all .5s
}

.home-container .main .charge-item .item .apply, .home-container .main .charge-item .item:hover h3, .home-container .main .charge-item .item:hover p {
    opacity: 0;
    filter: alpha(opacity=0)
}

.home-container .main .charge-item .item:hover {
    /*border-bottom: none;*/
    box-shadow: 0 0 20px #eee
}

.home-container .main .charge-item .item:hover .icon {
    transform: scale(1.1) translateY(20px)
}

.home-container .main .charge-item .item:hover .detail {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #ff6a00;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    left: 40px;
    bottom: 77px
}

.home-container .main .charge-item .item:hover .apply {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 50px
}

.home-container .main .charge-item .icon {
    margin: 40px 0 20px;
    color: #ff6a00;
    font-size: 64px;
    transition: all .5s
}

.home-container .main .process {
    padding-top: 105px;
    padding-bottom: 60px;
    position: relative
}

.home-container .main .process h2 {
    position: relative;
    padding-bottom: 16px;
    font-size: 30px;
    font-weight: 400;
    color: #3b3b3b;
    text-align: center
}

.home-container .main .process h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background: #ff6a00;
    box-shadow: 0 2px 7px #ff6a00
}

.home-container .main .process ul {
    margin-top: 60px
}

.home-container .main .process li {
    float: left;
    width: 25%;
    height: 150px;
    margin: 0 auto;
}

.home-container .main .process li h3 {
    font-size: 16px;
    font-weight: 700;
    color: #5b5b5b;
    text-align: center;
    margin: 13px 0
}

.home-container .main .process li .process1, .home-container .main .process li .process2, .home-container .main .process li .process3, .home-container .main .process li .process4 {
    width: 68px;
    height: 67px;
    margin: 0 auto
}

.home-container .main .process li p {
    font-size: 12px;
    color: #999;
    text-align: center;
    padding: 0 30px
}

.home-container .main .process li .process1 {
    background: url('../images/sprite_11.png') -286px -31px no-repeat
}

.home-container .main .process li .process2 {
    background: url('../images/sprite_11.png') -218px -31px no-repeat
}

.home-container .main .process li .process3 {
    background: url('../images/sprite_11.png') -150px -31px no-repeat
}

.home-container .main .process li .process4 {
    background: url('../images/sprite_11.png') -82px -31px no-repeat
}

.home-container .main .process .arrow1, .home-container .main .process .arrow2, .home-container .main .process .arrow3 {
    position: absolute;
    bottom: 170px;
    width: 38px;
    height: 13px;
    background: url('../images/sprite_11.png') -572px -31px no-repeat
}

.home-container .main .process .arrow1 {
    left: 292px
}

.home-container .main .process .arrow2 {
    left: 580px
}

.home-container .main .process .arrow3 {
    right: 291px
}

.home-container .main .advantage {
    padding-top: 105px;
    /*padding-bottom: 60px;*/
    position: relative
}
.home-container .main .advantage h2 {
    position: relative;
    padding-bottom: 16px;
    font-size: 30px;
    font-weight: 400;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 40px;
}
.home-container .main .advantage h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background: #ff6a00;
    box-shadow: 0 2px 7px #ff6a00
}
.home-container .main .advantage .box-left {
    float:left; width:265px; height:500px;
}
.home-container .main .advantage .box-left .top {
    height: 280px;
}
.home-container .main .advantage .box-left .top .name{
    font-size: 22px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 10px;
}
.home-container .main .advantage .box-left .top .des {
    line-height:30px;
    color:#475063;
    font-size: 14px;
}

.home-container .main .advantage .box-left .bottom {

}
.home-container .main .advantage .box-left .bottom .name{
    font-size: 22px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 10px;
}
.home-container .main .advantage .box-left .bottom .des {
    line-height:30px;
    color:#475063;
    font-size: 14px;
}

.home-container .main .advantage .box-mid {
    float:left;
    width:670px;
    height:500px;
    background:url('../images/advantage2.png') center center no-repeat;
    background-size: 85% 85%;
}
.home-container .main .advantage .box-right {
    float:right; width:265px; height:500px;
}

.mini_weihu_tag {
    color:#ffffff;
    font-size: 12px;
    background: #2d2d2d;
    padding:2px 8px 2px 8px;
    border-radius: 2px;
    display: inline-block;
    margin-left: -88px;
    margin-top: 15px;
    line-height: 20px;
    position: absolute;
}

.products_sub_title {
    width:100%;
    margin-bottom:20px;
    /*background: #fcefe4;*/
}
.products_sub_title .pst {
    width: 220px;
    font-size:18px;
    line-height: 35px;
    color: #333;
    /*border-bottom:1px solid #ff6a00;*/
}