.banner {
    margin-bottom:80px;
}
.sect-title {
    color: #FFDF00;
    font-family: 'Chivo';
    font-size: 18px;
    line-height: 1.3;
    display: block;
    position: relative;
}
.sect-title span:before,
.sect-title span:after {
    content: '●';
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    padding: 0 20px;
    color: #555555;
}
.sect1 {
    padding: 20px 0 50px;
    text-align: center;
}
.sect2 {
    padding:0px 0;
    margin: 0 auto 50px;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.news-list .title{
    font-size: 23px;
    line-height: 26px;
    color: #00B2B2;
    font-weight: normal;
    text-overflow:inherit;
    white-space:inherit;
    height: 52px;
}
.news-list .title2 {
    font-size: 17px;
    color: #FFFFFF;
    background: #00B2B2;
    display: block;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.about-sect {
    display: block;
    margin: 0 auto;
}
.about-sect:hover {
    opacity: 0.8;
}
.news-sect,
.about-sect{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.news-sect{
    position: relative;
}
.news-sect .sect-title,
.about-sect .sect-title {
    text-align: center;
}
.news-sect .sect-title:after,
.about-sect .sect-title:after{
    content: '';
    border-top: 3px solid #000;
    position: absolute;
    top: 12px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.news-sect .sect-title span,
.about-sect .sect-title span{
    background: #000;
    padding: 3px 10px; 
    z-index: 10;
    position: relative;
}
.news-sect .ibtn.more,.about-sect .ibtn.more{
    width: 40px;
    height: 41px;
    background: url(../images/icon.svg) -533px -18px;
    position: absolute;
    right:0px;
    top: 0;
    z-index: 6;
}
.about-sect .ibtn.more{
    background-position: -591px -18px;
}
.news-sect .ibtn.more:hover,.about-sect .ibtn.more:hover {
    opacity: 0.8;
}
.news-list {
    padding: 0 ;
}
.news-list .item {
    width: 33.33%;
    padding: 0 14px;
}
.about-sect{
    position: relative;
}
.about-sect .sect-title {
    margin: -15px 0 20px 0;
}
.about-sect .editor{
    background: url(../images/index/about_txt.jpg)left top no-repeat;
}
.about-sect .editor .index-about-txt{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height:100px;
    margin: 0 0 28px 0;
}


.ad-sect .ad-list{
    max-width: 1260px;
    float: left;
    margin: 0 -10px;
    text-align: left;
}
.ad-list .item{
    width: 25%;
    padding: 0 10px;
}
.ad-list .box {
    background: url(../images/bg1.jpg);
    padding-bottom: 20px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    overflow: hidden;
}
.ad-list .pic{
    position: relative;
}
.ad-list .pic:before{
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/icon.svg)-369px -15px;
    position: absolute;
    right: 10px;
    bottom: -45px;
}
.ad-list .box:hover .pic:before{
    background-position: -450px -15px;
}
.ad-list .name{
    background: url(../images/index/ad-name.png)top repeat-x;
    font-size: 17px;
    color: #fff;
    padding: 1.5px 20px;
    margin-top: 5px;
}
.ad-list .item:nth-child(2) .name{
    background-position: 0 -30px;
}
.ad-list .item:nth-child(3) .name{
    background-position: 0 -60px;
}
.ad-list .item:nth-child(4) .name{
    background-position: 0 -90px;
}
.ad-list .description{
    height: 84px;
    overflow: hidden;
    padding: 15px;
    color: #666666;
}

.web-btn{
    width: 120px;
    height: 365px;
    background: url(../images/index/web_btn.png);
    display: block;
    float: right;
    text-indent: -5000px;
}
.web-btn:hover{
    opacity: 0.7;
}
.fancybox-ad{
	    font-size: 16px;
    line-height: 1.8em;
    padding-top: 20px;
}
@media screen and (max-width: 1440px) {
    .ad-sect{
        max-width: 900px;
        margin: 0 auto;
    }
    .ad-sect .ad-list{
        width:calc(100% - 130px);
    }
    .ad-list .item{
        width: 50%;
    }
    .ad-list .box{
        max-width: 300px;
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 1200px) {
    .news-sect{
        float: none;
        width: 100%;
        border-right:none;
    }
    .about-sect{
        padding: 40px 0 0 0;
        margin: 20px auto 0;
        width: 100%;
    }
    .about-sect .sect-title{
        top: 40px;
        position: absolute;
        width: 100%;
    }
    .about-sect .editor {
        padding: 15px;
    }
    .about-sect{
        max-width: 700px;
        float: none;
        margin: 0 auto;
    }
}
@media screen and (max-width: 680px) {
    .ad-list .item{
        width: 100%;
    }
}
@media screen and (max-width: 520px) {
    .products-list .item,
    .news-list .item,
    .cf-list .item,
    .service-list .item {
        width: 100%;
    }
    .service-sect{
        padding: 0;
    }
    .service-sect .sect-title{
        text-align: center;
        top: 10px;
    }
    .service-list li:last-child{
        display: black;
    }
}
@media screen and (max-width: 460px) {
    .ad-sect .ad-list{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .web-btn{
        float: none;
        margin: 0 auto;
    }
}