/*
-----------------[公用]--------------*/
.g-tit1{
    position: relative;
    padding: 20px 0;
    font-size: 16px;
    color: #ff7300;
    text-align: center;
}
.g-tit1:after{
    position: absolute;
    content: '';
    top: 50%;
    height: 1px;
    left: 0;right: 0px;
    z-index: -1;
    background-color: #000;
}
.g-tit1 span{
    padding: 0 25px;
    background-color: #fff;
}

.pages{text-align: center;padding: 20px 0 25px;}
.pages a{
    font-size: 13px;
    color: #808080;
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    height: 30px;
    line-height: 28px;
    width: 30px;
    margin-bottom: 10px;
}
.pages a.prev,.pages a.next{
    width: 56px;
}
.pages a.last{
    width: 40px;
}
.pages a.on{
    color: #fff;
    background-color: #ff7300;
}

/*
-----------------[首页]--------------*/
.g-more{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ff7300;
    margin: 20px auto 35px;
}
.m-about{
    font-size: 14px;
    color: #4f4f4f;
}
.m-about .img{
    display: block;
    margin: 0 auto 10px;
}
.m-about p{
    text-indent: 2em;
    line-height: 1.7em;
}
.m-about .g-more{
    margin: 25px auto 10px;
}
/*
-----------------[单页]--------------*/
.m-infor{
    font-size: 14px;
    color: #4f4f4f;
    padding-bottom: 50px;
}
.m-infor .img{
    display: block;
    margin: 0 auto 10px;

}
.m-infor p{
    line-height: 1.7em;
    text-indent: 2em;
}

/*
-----------------[产品详细页]--------------*/
.m-pro-det{
    font-size: 14px;
    color: #7b7b7b;
    padding-bottom: 35px;
}
.m-pro-det .name{
    font-size: 16px;
    color: #3a3a3a;
    padding: 10px 0;
    text-align: center;
}
.m-pro-det .pic{
    width: 50%;
    margin: 0 auto 10px;
    border: 1px solid #b4b4b4;
}
.m-pro-det .pic img{
    display: block;
    width: 100%;
}
.m-pro-det p{
    text-indent: 2em;
    line-height: 1.7em;
}

/*
-----------------[新闻列表]--------------*/
.news-list{margin-top: -10px;}
.news-list li{
    padding: 10px 0 10px 15px;
    border-bottom: 1px dashed #bfbfbf;
}
.news-list li:last-child{
    border-bottom: none;
}
.news-list h4{
    position: relative;
    font-size: 14px;
    margin-bottom: 8px;
}
.news-list h4:after{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: -15px;
    top: 50%;
    margin-top: -3px;
    background-color: #ff7300;
}
.news-list h4 .date{
    float: right;
    color: #aaa;
    font-weight: normal;
}
.news-list h4 a{
    color: #4f4f4f;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.news-list p{
    font-size: 12px;
    color: #4f4f4f;
    line-height: 2em;
}

/*
-----------------[新闻详情页]--------------*/
.m-new-det{
    padding: 15px 15px 35px;
    font-size: 14px;
    color: #5d5d5d;
}
.m-new-det .tit{
    font-size: 18px;
    color: #4f4f4f;
    text-align: center;
    margin-bottom: 5px;
}
.m-new-det .subtit{
    font-size: 14px;
    color: #aaa;
    text-align: center;
    margin-bottom: 10px;
}
.m-new-det p{line-height: 1.7em;}

.g-back{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ff7300;
    margin: 30px auto 0;
}

/*
-----------------[产品列表-一级]--------------*/
.sl-list1{
    text-align: center;
}
.sl-list1 li{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.sl-list1 li a{
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #4b4b4b;
    margin: 0 5px;
    border-radius: 5px;
    background-color: #e5e5e5;
}
.sl-list1 li.on a{
    color: #fff;
    background-color: #ff7300;
}

.pro-list{
    overflow: hidden;
    margin: 0 -8px;
}
.pro-list li{
    float: left;
    width: 50%;
    margin-bottom: 5px;
}
.pro-list .con{
    display: block;
    margin: 0 8px;
}
.pro-list .pic{
    position: relative;
    height: 0;
    padding-top: 100%;
    border: 1px solid #afafaf;
    overflow: hidden;
}
.pro-list .pic img{
    position: absolute;
    display: block;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
}
.pro-list h4{
    font-size: 14px;
    color: #3a3a3a;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: normal;
}

/*
-----------------[产品列表-二级]--------------*/
.sl-list2{
    font-size: 12px;
    color: #272727;
    margin-bottom: 20px;
    overflow: hidden;
}
.sl-list2 a{
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #bfbfbf;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.sl-list2 a:nth-child(odd){
    border-right: none;
}
.sl-list2 a.on{
    color: #ff7300;
}







































