.banner .slick-dots button {
    background: #ddd;
}

.banner .slick-active button {
    background: #94b965;
}
.banner:before{
    content:'';
    width:100%;
    height:462px;
     background: url(../../../../images/common/color_orange/banner_bg.jpg)center no-repeat;
     position:absolute;
     display:block;
     margin-top:50px;
}
.btn.more {
    color: #D5A71E;
    border: 1px solid #D5A71E;
    padding:10px 25px;
    border-radius: 8px;
}
.btn.more:hover{
    color:#fff;
    background:#D5A71E;
    border-color:#D5A71E;
}

.btn.more:before {
    background: #186ead;
     display: none;
}

.products-sect .sect-title:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10px 0px 10px;
    display: block;
    position: absolute;
    right: 0;
    left: 0px;
    top:0px;
    margin: 10px auto;
    border-color: #F37A01 transparent transparent transparent;
}

.products-sect .sect-title {
    font-weight: bold;
    letter-spacing: 2.5px;
    color:#9F5F17;
    padding-top: 25px;
}

.products-sect .btn.more span {
    background: #B8B9AA;
}

.products-sect .btn.more span:hover {
    background: #7FCAA5;
}

.about-sect {
    background: url(../../../../images/common/color_orange/index/about-bg.jpg)top no-repeat;
    background-size: cover;
    color: #333;
    padding-bottom: 30px;
}

.about-sect .sect-title {
    margin-bottom: 30px;
    padding: 29px 0 19px;
    font-weight: bold;
    letter-spacing: 2.5px;
}

.about-sect .editor {
    max-width: 800px;
    margin: auto;
}

.about-sect .sect-title:after {
    content:'';
     background: url(../../../../images/common/color_orange/index/about-arrow.png)no-repeat;
     width:112px;
     height:10px;
     position:absolute;
     display:block;
     margin:5px auto;
     left:0px;
     right:0px;
}

.about-sect .text-right {
    text-align: center;
    padding: 10px 30px;
    margin-top: 30px;
}
.news-sect .sect-title span,
.album-sect .sect-title span {
    font-weight: bold;
    letter-spacing: 2.5px;
   color:#9F5F17;
}

.news-sect .ibtn.more {
    border-bottom: 1px solid #DBDCD3;
}

.news-sect .ibtn.more span {
    background: url('../../../../images/common/color_orange/index/more.png') no-repeat 0% 0;
}

.news-sect .ibtn.more:hover span {
    background: url('../../../../images/common/color_orange/index/more.png') no-repeat 0 100%;
}
.sect4{
     background: url('../../../../images/common/color_orange/index/sect_bg.jpg')center 100% no-repeat;
     background-size: cover;
     padding:  0;
     margin: 20px 0 80px;
}
.service-sect {
   
}

.service-sect .sect-title {
    color: #000;
    letter-spacing: 2.5px;
    font-weight: bold;
}

.service-sect .sect-title:after {
    content:'';
     background: url(../../../../images/common/color_orange/index/se-arrow.png)no-repeat;
     width:112px;
     height:10px;
     position:absolute;
     display:block;
     margin:5px auto;
     left:0px;
     right:0px;
}

.service-sect .more2 {
    color: #fff;
    font-weight:normal;
    background: #fff;
}

.service-sect .more2:before {
    border: solid 8px #FFFF73;
}
.service-sect .more2:hover:before {
    left: -8px;
    top: -8px;
    bottom: -8px;
    right: -8px;
    width: 106px;
    height: 106px;
}
.service-sect .more2 span,.service-sect .more2 a {
    background: rgb(247,197,66); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(247,197,66,1) 0%, rgba(250,124,31,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(247,197,66,1) 0%,rgba(250,124,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(247,197,66,1) 0%,rgba(250,124,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.service-sect .more2 span:hover,.service-sect .more2 a:hover {
}

.index-service-txt {
    padding: 20px;
    max-width: 700px;
    margin: 10px auto;
    color: #333;
    background: rgba(255, 255, 255, 0.9);
}


.sect2 .btn.more {
    color: #98CA00;
    border:1px solid #98CA00;
    padding:10px 25px;
    border-radius: 8px;
}

.sect2 .btn.more:before {
    display: none;
}

.sect2 .btn.more:hover {
    background: #98CA00;
    border-color: #98CA00;
    color:#fff;
}
@media screen and (max-width: 1220px) {
.banner:before{
    display: none;
}
}
@media screen and (max-width: 1000px) {
.products-sect .btn.more{
    width: 140px;
    margin: 15px auto 0;
    padding: 10px 25px;
}
.sect2 .btn.more{
     width: 140px;
    padding: 10px 25px;
}
.about-sect .sect-title{
    margin-bottom: 10px;
}
.about-sect .text-right{
    margin-top: 5px;
}
}
@media screen and (max-width: 769px) {

    .news-list .item {
     border-bottom: solid 1px #ddd;
    }
   .index-service-txt{
       padding:25px 20px;
   }
   .sect4 {
    margin-top: 15px;
}
.news-sect .sect-title,
.album-sect .sect-title {
    margin-bottom: 20px;
}
.news-sect{
    margin:0px;
}
.news-sect .sect-title, .album-sect .sect-title{
        margin-bottom: 10px;
}
}