.h-main {
    height: auto;
    padding-top: 10px;
    width: 100%;
    margin: 45px auto 0;
}
.htmleaf-container{
    width: 95%;
    margin: auto;
}
@media (min-width:1024px){
    .h-main {
        /*width: 88%;*/
        /*margin-top: 10px !important;*/

        padding-top: 0;
        width: 1024px;
        margin: 0 auto 45px;
        /*border: 1px solid #979797;*/
        border-left: 1px solid #979797;
        border-right: 1px solid #979797;
        border-bottom: 1px solid #979797;
        /*box-shadow: 0px 0px 5px #000;*/
        /*-moz-box-shadow: 0px 0px 5px #000;*/
        /*-webkit-box-shadow: 0px 0px 5px #000;*/
    }
    .htmleaf-container{
        width: 100%;
    }
}
@media (min-width:1025px){
    .h-main {
        /*margin: 10px auto 45px;*/
        width: 1023px;
    }
}
/*@media (min-width:1200px){*/
    /*.h-main {*/
        /*!*width: 80%;*!*/
    /*}*/
/*}*/

li {
    list-style: none;
}

.scroll{
    width:100%;
    height:310px;
    position:relative
}
.scroll ul{
    position:relative;
    width:100%;
    height:330px
}

/*智慧芯片*/
#smart-chip{
    width:100%;
    height:700px;
    margin:50px auto;
    margin-top:10px
}
#smart-chip .auto{
    width:97%;
    height:490px;
    margin:auto;
    position:relative;
    top:40px
}
#smart-chip .auto .title{
    width:100%;
    height:85px;
    margin:auto;
    border-bottom:1px solid #ddd
}
#smart-chip .auto .title .more{
    float:right;
    display:inherit;
    padding:4px 7px;
    font-size:12px;
    margin-top:25px;
    width: 60px;
    border-radius: 18px;
    border: 1px solid #DDDDDD;
    color: #000;
}
#smart-chip .list{
    width:680px;
    height:60px;
    margin:10px auto;
    display:none
}
#smart-chip .list span{
    width:165px;
    height:55px;
    background-color:#e5e5e5;
    text-align:center;
    line-height:55px;
    display:block;
    float:left;
    margin-right:6px;
    color:#ea5800
}
#smart-chip .list span.on{
    background-color:#ea5800;
    color:#fff
}
#smart-chip .list span:last-child{
    margin-right:0
}
#smart-chip ul li{
    width:47%;
    height:270px;
    margin-top:20px;
    float:left;
    cursor:pointer;
    border:1px solid #ddd;
    /*margin-right:20px*/
    margin-left: 10px;
}
#smart-chip ul li:nth-child(5n){
    margin-right:0
}
#smart-chip ul li .pic{
    /*width:200px;*/
    height:210px;
    margin-left:10px;
    overflow:hidden;
    margin-top:5px
}
#smart-chip ul li .pic img{
    transition:all linear 200ms;
    /*width:180px;*/
    width: 98%;
    height:200px
}
#smart-chip ul li .pic:hover img{
    transform:scale(1.1,1.1)
}
#smart-chip ul li p{
    text-align: left;
    line-height: 35px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #212E44;
    letter-spacing: 1px;
    padding: 0 5px;
}
#smart-chip .more{
    text-align:center;
    font-size:14px;
    color:#ea5800;
    margin-top:20px
}

@media (min-width:768px){
    #smart-chip ul li{
        width:44%;
        height: 200px;
        margin-left: 20px;
    }
    #smart-chip ul li .pic {
        height: 160px;
        margin-left: 5px;
    }
    #smart-chip ul li .pic img {
        height: 160px;
    }
}

@media (min-width:992px){
    #smart-chip ul li{
        width:46%;
    }
}

@media (min-width:1024px){
    #smart-chip ul li{
        width:46%;
    }
}

/*@media (min-width:1200px){*/
    /*#smart-chip {*/
        /*height: 520px;*/
    /*}*/
    /*#smart-chip ul li{*/
        /*width:30%;*/
    /*}*/
/*}*/

@media (max-width: 767px) {
    .scroll {
        height: 550px;
    }
    .scroll ul {
        height: 550px;
    }

    #smart-chip {
        height: 550px;
    }
    #smart-chip .auto {
        position: initial !important;
        height: 550px;
    }
    #smart-chip ul li{
        width:45%;
        height:150px;
        margin-top:20px;
        float:left;
        cursor:pointer;
        /*border:1px solid #ddd;*/
        /*margin-right:20px*/
        margin-left: 10px;
    }
    #smart-chip ul li p {
        line-height: 1px;
    }
    #smart-chip ul li .pic {
        height: 130px;
    }
    #smart-chip ul li .pic img {
        height: 120px;
    }
}

/* 应用场景 */
#appscenarios{
    width:100%;
    height:380px;
    margin:50px auto;
    margin-top:10px
}
#appscenarios .auto{
    width:97%;
    height:300px;
    margin:auto;
    position:relative;
    top:40px
}
#appscenarios .auto .title{
    width:100%;
    height:75px;
    margin:auto;
    border-bottom:1px solid #ddd
}
#appscenarios .auto .title .more{
    float:right;
    display:inherit;
    padding:4px 7px;
    font-size:12px;
    margin-top:25px;
    width: 60px;
    border-radius: 18px;
    border: 1px solid #DDDDDD;
    color: #000;
}
#appscenarios .list{
    width:680px;
    height:60px;
    margin:10px auto;
    display:none
}
#appscenarios .list span{
    width:165px;
    height:55px;
    background-color:#e5e5e5;
    text-align:center;
    line-height:55px;
    display:block;
    float:left;
    margin-right:6px;
    color:#ea5800
}
#appscenarios .list span.on{
    background-color:#ea5800;
    color:#fff
}
#appscenarios .list span:last-child{
    margin-right:0
}
#appscenarios .more{
    text-align:center;
    font-size:14px;
    color:#ea5800;
    margin-top:20px
}

/*.carousel {*/
    /*position: relative;*/
    /*margin-top: 20px;*/
/*}*/
/*.carousel-inner img {*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/

/*@media (min-width:1200px){*/
    /*#appscenarios {*/
        /*height: 400px;*/
    /*}*/

    /*#appscenarios .auto {*/
        /*height: 400px;*/
    /*}*/
/*}*/

@media (max-width: 767px) {
    #appscenarios {
        height: 280px;
    }

    #appscenarios .auto {
        position: initial !important;
        height: 300px;
    }
}

/*-- 轮播图整体样式-- */
#slideshow{
    width: 100%;
    height: 300px;
    margin: 20px auto;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
/*-- 图片样式 --*/
#slideshow img{
    position: absolute;
    top: 0;
    left: 1000px;  /*图片均位于右侧*/
    transition: left 0.3s linear;  /*改变left值实现动画*/
    width: 100%;
    height: 100%;
}
#slideshow img.active{
    left: 0;
}
#slideshow img.left{
    left: -260px;
}
/*-- 页码样式 --*/
#slideshow div{
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 0;
    text-align: center;
    padding: 5px 0;
    /*background: rgba(0,0,0,0.7);*/
}
#slideshow span{
    display: inline-block;
    width: 15px;
    height: 10px;
    margin: 0 3px;
    border-radius: 5px;
    background: white;
    transition: width 0.3s;
}
#slideshow span.active{
    width: 25px;
    background: rgb(216,83,127);
}
/*-- 图片描述的样式 --*/
#slideshow p{
    position: absolute;
    bottom: 30px;
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    text-indent: 5px;
    color: white;
    /*background: rgba(0,0,0,0.4);*/
    cursor: default;
    opacity: 0;
    transition: opacity 0.3s linear;
    text-align: center;
}
#slideshow p.active{
    opacity: 1;
}

@media (max-width: 767px) {
    #slideshow {
        width: 100%;
        height: 220px;
    }
}

@media (min-width: 768px) {
    .img-left {
        left: -80% !important;
    }

    .img-middle {
        left: 25% !important;
        width: 50% !important;
    }

    .img-right {
        left: 80% !important;
    }
}


/* 新闻资讯 */
#main-news-list{
    width:100%;
    height:380px;
    margin:50px auto;
    margin-top:10px;
}
#main-news-list .auto{
    width:100%;
    height:490px;
    margin:auto;
    position:relative;
    /*top:40px;*/
}
#main-news-list .auto .title{
    width:100%;
    height:75px;
    margin:auto;
    border-bottom:1px solid #ddd;
}
#main-news-list .auto .title .more{
    float:right;
    display:inherit;
    padding:4px 7px;
    font-size:12px;
    margin-top:25px;
    width: 60px;
    border-radius: 18px;
    border: 1px solid #DDDDDD;
    color: #000;
}

.content ul li img:hover{
    transform: scale(1.2);/*当鼠标移动到图片上时实现放大功能*/
}
.content ul li{
    height: 80px !important;
    overflow: hidden;
    border-bottom: 1px solid lavender;
    background: white;
    list-style-type: none;
    transition-duration: 0.5s;
    margin: 10px 10px 5px 0;
    margin-top: 2px !important;
    float: left;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-right: 2px !important;
}

.content ul li:hover{
    background-color: lavender;
    transition-duration: 0.5s;
}

.content .left{
    overflow: hidden;/*隐藏溢出图片内容*/
    transition-duration: 0.5s;
    width: 31%;
    height: 80px;
    /*background: green;*/
    float: left;
    margin-right: 10px;
}

.newsimg {
    width: 100%;
    height: 70px;
}

.content .right{
    width: 63%;
    float: left;
    /*background: pink;*/
}

.right_top{
    height:15px;
}

.right_bottom{
    margin-top:10px !important;
}
@media (min-width: 1024px) {
    .right_bottom{
        /*margin-top:50px !important;*/
    }
}
.right_bottom_left span{
    color: darkgray;
    font-size: 12px;
}
.right_top_h3 {
    font-size: 12px;
    color: black;
    margin-top: 2px !important;
}

.news-remark {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 484px) {
    .content ul li{
        width:100% !important;
        height: 100px !important;
    }

    .content .left{
        width: 33%;
        height: 100px;
    }

    .newsimg {
        width: 100%;
        height: 100px;
    }

    .right_top_h3 {
        font-size: 14px;
    }

    .right_top{
        height:30px;
    }

    .right_bottom_left span{
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .content ul li{
        width:100% !important;
        height: 150px !important;
    }

    .content .left{
        width: 33%;
        height: 140px;
    }

    .newsimg {
        width: 100%;
        height: 130px;
    }

    .right_top_h3 {
        font-size: 20px;
    }

    .right_top{
        height:50px;
    }

    .right_bottom_left span{
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .content ul li{
        width: 31% !important;
        height: 340px !important;
        margin: 15px auto 0 15px;
    }

    .content .left{
        width: 100%;
        height: 200px;
    }

    .newsimg {
        width: 100%;
        height: 200px;
    }

    .right_top_h3 {
        font-size: 20px;
    }

    .right_top{
        height:50px;
    }

    .right_bottom_left span{
        font-size: 18px;
    }

    .content .right{
        width: 100%;
        float: left;
    }
}
