
/* banner */

.focus { width: 100%; position: relative; overflow: hidden; background-color: #fff; margin-right: auto; margin-left: auto; z-index: 0}
.focus .hd { width: 100%; height:100%; position: absolute; z-index: 99;text-align: center; }
.focus .hd ul {position: absolute;bottom: 20px;left: 0;right: 0;margin: 0 auto; display: inline-block; height: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: 0; vertical-align: top;}
.focus .hd ul li {display: inline-block; width: 30px; height: 5px; background-color: rgba(255, 0, 0, 0.5); vertical-align: top; overflow: hidden; margin-right: .08rem;  margin-left: .08rem; }
.focus .hd ul .on { background-color: #FFFFFF; }
.focus .bd { position: relative; z-index: 0;margin-top: 80px;margin-bottom: -5px; }
.focus .bd li img { width: 100%;}
.focus .bd li a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */ }

.focus .bd li{
    position: relative;
}
.focus .bd li img{
    padding-top: .98rem;
}
.focus .bd li .one{
    width: 100%;
    position: absolute;
    top: 1.6rem;
    text-align: center;
    color: #fff;
}
.focus .bd li .one>h2{
    font-size: .45rem;
    font-weight: bold;
}
.focus .bd li .one>p{
    font-size: .1rem;
}
.prev{
    position: absolute;
    top: 50%;
    left: 10%;
    display: inline-block;
    font-size: 30px;
    color: #f2963f;
}
.next{
    position: absolute;
    top: 50%;
    right: 10%;
    font-size: 30px;
    color: #f2963f;
}
@media all and (max-width: 768px){
   
    .focus .hd{
        position: absolute;
        bottom: 0!important;
        height: 10px!important;
    }
    .focus .hd ul{
        bottom: 0!important;
    }
    .prev,.next{display: none!important;}
}
/* 关于我们 */
.about{
    background: url(../img//bg.png) no-repeat center,#f5f5f5;
    border-top: 4px solid #F2963F;
}
.about-left{
    padding: 60px 0;
    width: 50%;
}
.about-left>h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: 3px;
    color: #F2963F;
}
.about-left>h3>span{
    color: #333;
}
.about-left>p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    text-indent: 2em;
}
.about-left>a{
    margin-top: 30px;
    padding: 10px 30px;
    background: #F2963F;
    color: #fff;
    border-radius: 5px;
    display:inline-block;
}
.about-left>img{
    display: none;
}

@media all and (max-width:768px) {
    .about-left{
        width: 100%;
    }
    .about{
        background: #f5f5f5;
        padding: 0 10px;
    }
    .about-left>img{
        width: 100%;
        display: block;
    }
    .about-left>h3{
        text-align: center;
        margin: 0;
        padding: 15px 0;
    }
}


/* 产品中心 */
.product{
    padding: 30px 0;
}
.product ul{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.product li{
    width: 31.7%;
    box-shadow: 0 0 13px -2px #999;
    margin: 10px;
}
.product li img{
    width: 100%;
}
.product li p{
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #000;
    line-height: 40px;
}
.title{
    text-align: center;
    margin-bottom: 20px;
}
.title img{
    width: 50px;
}
.title>h3{
    font-size: 26px;
    letter-spacing: 5px;
    color: #F2963F;
}

/* news+隔断 */
.about-important{
    background: url(../img/bg2.jpg) no-repeat center;
    min-height: 200px;
    text-align: center;
    margin: 30px 0
}
.about-important p{
    color: #fff;
    padding: 40px 0;
    font-size: 28px
}
.about-important p>span{
    color: #F2963F;
}
.about-important p>small{
    font-size: 16px;
}

.news{
    padding: 30px 0;
}
.news ul{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.news li{
    width: 31.7%;
    box-shadow: 0 0 13px -2px #999;
    margin: 10px;
}
.news li img{
    width: 100%;
    display: block;
}
.news-content{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 5px 10px;
    transition: 1s;
}
.news-content span{
    font-size: 13px;
    color: #000;
    padding: 5px 0;
}
.news-content i{
    padding-right: 3px;
    font-size: 13px;
    padding-top: -5px;
}
.news-content h3{
    font-size: 20px;
    padding: 5px 0;
    color: #000;
    width: 100%;
}

@media all and (max-width:768px) {
    .product li{
        width: 44%;
    }
    .news li{
        width: 100%;
    }
}

/* TEL+MESSAGE */
.index-tel{
    background: #F2963F;
    min-height: 100px;
    padding-top: 30px;
}

.index-tel>div{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
.index-tel span{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.index-tel span>small{
    font-size: 22px;
    color: #000;
}
.index-tel span>i{
    font-size: 200%;
    padding-right: 10px;
}
.index-tel a{
    background: #333;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    line-height: 30px;
    margin-top: 15px;
}
.message{
    background: #f5f5f5;
    padding-top: 10px;
    
}
.message>div{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
.message-con{
    width: 65%;
    padding: 30px 0;
}
.message-con>form{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}
.message-con>p{
    font-size: 26px;
    font-weight: block;
    text-align: center;
}
.form-group{
    width: 48%;
    margin:15px 0;
    padding: 5px;
}
.form-group input,.form-group1 textarea{
    padding: 5px 10px;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    display: block;
    width: 95%;
    height: 34px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.form-group1{
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}
.form-group1 textarea{
    width: 96%;
    height: auto;
}
.submit{
    background: #EA4335;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    width: 100px;
    margin: 10px auto;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 12px 0;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.message-bd{
    height: 30px;
}
.message-con img{
    height: 35px;
}
.contact{
    width: 30%;
}
.contact>img{
    width: 100%;
}

@media all and (max-width:768px) {
    .index-tel span{
        width: 100%;
        text-align: center;
    }
    .index-tel span>small{
        display: block;
        font-size: 18px;
        margin-top: 15px;
    }
    .index-tel a{
        margin: 10px auto;
        display: block;
    }
    .contact{
        width: 100%;
    }
    .message-con{
        width: 98%;
        padding: 10px 0;
    }
    .form-group{
        width: 100%;
        margin:5px 0;
    }
}