﻿.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
}
.col-xs-1-5{
    width: 19%;
    float: left;
    margin-right: 0.5%;
    margin-left: 0.5%;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 19%;
        float: left;
        margin-right: 0.5%;
        margin-left: 0.5%;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 19%;
        float: left;
        margin-right: 0.5%;
        margin-left: 0.5%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 19%;
        float: left;
        margin-right: 0.5%;
        margin-left: 0.5%;
    }
}
body{font-family:Arial, Helvetica, sans-serif;padding: 0}
li{list-style:none;}
a{text-decoration:none; color:inherit;}
a:hover{color:inherit; text-decoration:none;}
a:focus{outline:none;}
img{border:none; max-width:100%;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
ul,li{list-style:none;}
a,a:hover{text-decoration:none;}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border:0;
}
img{
    display: block;
    max-width: 100%;
}
.slide{
    position: relative;
}
#nav{
    width: 100%;
    background:url("../images/nav-bg.png") no-repeat 50% 0;
    position: absolute;
    left:0;
    top:0;
    z-index: 999;
}
#nav .container-fluid{
    padding-left: 15%;
}
#nav .navbar-nav{
    margin-top: 15px;
    margin-left: 15px;
}
#nav .nav a{
    color:#ffffff;
}
#nav ul li.active > a {color: #f9f9f9; background: #1f1f1f;}
#nav ul li > a:hover {color: #f9f9f9; background: #1f1f1f;}
#nav .navbar-brand{
    width: 535px;
    height: 75px;
    background: url("../images/logo.png") no-repeat;
    margin-top: 5px;
}
#nav .navbar ul li{
  padding-right: 15px;
}
#nav .navbar ul li a{
    font-size: 16px;
    color:#6f6f6f;
}
@media screen and (max-width: 768px){
    #nav .navbar-brand{
        width: 200px;
        height: 75px;
        background: url("../images/logo.png") no-repeat;
        margin-top: 5px;
    }
    #nav .navbar-toggle{
        margin-top: 25px;
    }
    #nav .icon-bar{
        background-color: #ffffff;
    }
    #nav .navbar-nav{
        background-color: #1f1f1f;
    }
}
#nav .navbar ul li a:hover{
    color:#337ab7;
}
#nav .navbar-default{
    background-color: #FFFFFF;
    border:0;
}
#text{
    width: 100%;
    padding: 30px 0 50px 0;
    background-color: #f5f5f5;
}
#text .lf h2{
    font-size: 24px;
    font-weight: bold;
    color:#585858;
    line-height: 2;
}
#text .lf p{
    font-size: 16px;
    line-height: 1.8;
}
#text .fr a{
    display: block;
    width:170px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #FFFFFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 25px auto;
    font-size: 20px;
}
#carousel-example-generic{
    z-index: 1;
}
.remmonded{
    margin: 30px auto;
}
.remmonded .product-list-item{
    background-color: #f1f1f1;
    padding: 20px 0;
    color:#000000;
}
.remmonded .product-list-item img{
    display: block;
    margin: 0 auto;
}
.remmonded .product-list-item h3{
    text-align: center;
    line-height: 2;
    font-size: 24px;
}
.remmonded .product-list-item p{
    text-align: center;
}
#product-list{
    width: 100%;
    padding: 35px 0 50px 0;
    background-color: #fbfbfb;
}
#product-list .title{
    text-align: center;
}
#product-list .title h2{
    font-size: 30px;
    line-height: 2;
}
#product-list .title p{
    font-size: 18px;
}
#product-list .container{
    margin-top: 30px;

}
#product-list .product-list-item{
    margin-top:20px; 

}
/*#product-list .first .product-list-item:nth-child(1){
    margin-right: 10px;
}
#product-list .first .product-list-item:nth-child(2){

    margin-right: 10px;
}
#product-list .first .product-list-item:nth-child(3){
    margin-right:0 
}
#product-list .two .product-list-item:nth-child(4){
    margin-right: 10px;
}
#product-list .two .product-list-item:nth-child(5){
    margin-right: 10px;
}
#product-list .two .product-list-item:nth-child(6){
    margin-right:0;
}
*/
#footer{
    width: 100%;
    background: url("../images/footer.jpg") no-repeat 50% 0;
    padding: 70px 0 10px 0;
}
#footer .footer-top{
    color:#FFFFFF;
    margin-bottom: 75px;
}
#footer .footer-top h2{
    line-height: 2;
}
#footer .footer-top p{
    line-height: 1.8;
}
#footer .footer-center{
    color:#FFFFFF;

}
#footer .footer-center h3{
    font-size: 18px;
}
#footer .footer-center p{
    font-size: 16px;
}
#footer .footer-center-item:nth-child(1){
    background: url("../images/icon_01.png") no-repeat left 15px center;
    padding-left: 80px;
}
#footer .footer-center-item:nth-child(2){
    background: url("../images/icon_02.png") no-repeat left 15px center;
    padding-left: 80px;
}
#footer .footer-center-item:nth-child(3){
    background: url("../images/icon_03.png") no-repeat left 15px center;
    padding-left: 90px;
}
#footer .divider{
    width: 100%;
    height: 1px;
    background-color: #626262;
}
.footer-bottom{
    width: 100%;
    line-height: 2;
    margin-top:60px;
    border-top:1px solid #626262;
    color:#FFFFFF;
    text-align: center;
}
@media screen and (max-width: 640px){
    #footer{
        width: 100%;
        background: url("../images/footer.jpg") repeat;
        padding: 30px 0 10px 0;
    }
    #footer .footer-top{
        color:#FFFFFF;
        margin-bottom: 30px;
    }
}

#main{
    width: 100%;
    background-color: #fbfbfb;
    padding: 0 10% 50px 10%;
}
#main .leftMenu{
    margin-top: -170px;
    position: relative;
    z-index: 9;
}
#main .leftMenu .product-menu .title{
    height: 170px;
    background-color: #1f1f1f;
    text-align: center;
    color:#FFFFFF;
    padding-top: 20px;
    opacity: 0.8;
}
#main .leftMenu .product-menu-list ul{
    background-color: #FFFFFF;
    padding: 0;
}
#main .leftMenu .product-menu-list ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: url("../images/jt_about.png") no-repeat right 30px center;
    cursor: pointer;
}
#main .leftMenu .product-menu-list ul li.active{
    background: #eaeaea url("../images/jt_about_a.png") no-repeat right 30px center;
    border-bottom:1px solid #1f1f1f;
}
#main .leftMenu .img{
    overflow: hidden;
    margin: 20px 0;
}
#main .leftMenu .img img{
    display: block;
    width: 100%;
    transition: all 1.2s;
}
#main .leftMenu .img img:hover{
    transform: scale(1.2);
}
#main .lianxiwomen{
    width: 100%;
    background-color: #FFFFFF;
}
#main .lianxiwomen .tit{
    border-bottom:1px solid #1f1f1f;
    padding-top: 5px;
}
#main .lianxiwomen .tit h2{
    height: 20px;
    border-left:3px solid #1f1f1f;
    line-height: 20px;
    padding-left: 16px;
    font-size: 16px;
}
#main .lianxiwomen .contact{
    padding-bottom: 20px;
}
#main .lianxiwomen .contact ul{
    padding: 15px 15px;
}
#main .lianxiwomen .contact ul li{
    padding: 0 15px 0 20px;
    margin-bottom: 12px;
    line-height: 22px;
    clear: both;
}
#main .lianxiwomen .contact ul li span {
    width: 22px;
    height: 22px;
    margin-right: 1px;
    font-size: 0;
    text-align: center;
    vertical-align: top;
    float: left;
}
#main .lianxiwomen .contact ul li em {
    width: 46px;
    vertical-align: top;
    float: left;
}
#main .lianxiwomen .contact ul li p{
    float: left;
}
#main .product-list{
    margin-top: -60px;
    z-index: 99;
}
#main .product-list .pos{
    width: 100%;
    height:60px;
    line-height: 60px;
    background: url("../images/about_r_position.png") no-repeat left center;
    color:#FFFFFF;
    font-size: 16px;
    padding-left: 30px;
}
#main .product-list ul{
    padding: 0;
}
#main .product-list ul li{
    margin-top: 15px;
    padding: 0 5px;
}
#main .product-list ul li:nth-child(4n){
    margin-right: 0;
}
#main .product-list ul li .thumb{
    overflow: hidden;
}
#main .product-list ul li .thumb img{
    display: block;
    width: 100%;
    transition: all 1.2s;
}
#main .product-list ul li p{
    width: 100%;
    height: 40px;
    background: #eaeaea;
    text-align: center;
    line-height: 40px;
}
#main .product-list ul li:hover .thumb img{
    transform: scale(1.1);
}
#main .product-list ul li:hover p{
    background-color: #1f1f1f;
    color:#FFFFFF;
}


.pages{
    width: 80%;
    margin: 20px auto;
}
.pages ul{
    padding: 0;
}
.pages ul li{
    float: left;
    padding: 5px 15px;
    background-color: #cccccc;
    margin: 0 2px;
}
.pages ul li.thisclass{
    background-color: #1f1f1f;
}
.pages ul li.thisclass a{
    color:#FFFFFF;
}

/****************xinwen***************/
#main .news-list{
    margin-top: -60px;
    z-index: 99;
}
#main .news-list .pos{
    width: 100%;
    height:60px;
    line-height: 60px;
    background: url("../images/about_r_position.png") no-repeat left center;
    color:#FFFFFF;
    font-size: 16px;
    padding-left: 30px;
}
#main .news-list-ul ul{
    padding: 0;
}
#main .news-list-ul ul li{
    padding: 15px 0;
    border-bottom:1px dashed #1f1f1f;
}
#main .news-list-ul ul li .thumb{
    overflow: hidden;
}
#main .news-list-ul ul li .thumb img{
    display: block;
    transition: all 1.2s;
}
#main .news-list-ul ul li .thumb img:hover{
    transform: scale(1.1);
}
#main .news-list-ul ul li .info{
    margin: 0;
    padding: 0;
}
#main .news-list-ul ul li .info h2{
    font-size: 24px;
    margin: 0;
    line-height: 1.5;
}
#main .news-list-ul ul li .info i{
    display: block;
    font-size: 12px;
    color:#cccccc;
}
#main .news-list-ul ul li .info p{
    font-size: 14px;
    line-height: 1.8;
}
#main .news-list-ul ul li .info span{
    display: block;
    width: 150px;
    height: 35px;
    border:1px solid #1f1f1f;
    text-align: center;
    line-height: 35px;
}

@media screen and (max-width: 676px){
    #main .leftMenu{
        margin-top:20px;
        position: relative;
        width: 100%;
        padding: 0;
    }

    #main .leftMenu .product-menu .title{
        height:60px;
        background-color: #1f1f1f;
        color:#FFFFFF;
        text-align: left;
        padding-top: 0;
        padding-left: 20px;
    }
    #main .leftMenu .product-menu .title h3{
        font-size: 16px;
        line-height:2;
        padding: 0;
        margin: 0;
    }
    #main .leftMenu .product-menu .title h2{
        font-size: 18px;
        padding: 0;
        margin-top: 0;
    }
    #main .leftMenu .product-menu-list{
        display: none;
    }
    #main .leftMenu .img{
        display: none
    }
    #main .leftMenu .lianxiwomen{
        display: none;
    }
    #main .product-list{
        margin-top: 10px;
    }
    #main .product-list .pos{
        color:#1f1f1f;
        background: url("../images/about_position.png") no-repeat left center;
    }
    #main .news-list{
        margin-top: 10px;
    }
    #main .news-list .pos{
        color:#1f1f1f;
        background: url("../images/about_position.png") no-repeat left center;
    }
}
#article{
    background-color: #FFFFFF;
    padding: 15px 15px;
    margin-top: 25px;
}
#article .article-top{
    padding-bottom: 25px;
    border-bottom:1px solid #1f1f1f;
}
#article .article-top h2{
    margin: 0;
    font-size: 24px;
    line-height: 2;
}
#article .article-top p{
    font-size: 14px;
    line-height: 1.8;
}
#article  .body{
    font-size: 16px;
    line-height:1.8;
    padding: 25px 25px;
}