/*关于我们*/
.about{
    background-color: #f5f5f5;
}
.weizhi{
    line-height: 80px;
}
.weizhi .home-icon{
    display: inline-block;
    width: 18px;
    height: 17px;;
    background: url("../images/home-icon.png") no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
.weizhi span{
    color: #888;
    vertical-align: middle;
    margin:0 2px;
}
.weizhi a{
    color: #888;
    vertical-align: middle;
}
.weizhi em{
    font-style: normal;
    vertical-align: middle;
}
.content{
    background-color: #ffffff;
    margin-bottom: 25px;
}
.com-nav{
    margin-bottom: 40px;
    border-bottom: 1px solid #f5f5f5;
}
.com-nav .clearfix>li{
    float: left;
    position: relative;
}
.com-nav li ul{
    position: absolute;
    top:70px;
    left: 2px;
    /*background: #f5f5f5;*/
    width: 300px;
    display: none;
    background:#e9e9e9;
}

.com-nav .clearfix>li>a{
    display: block;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 20px 10px;
    color: #333;
    transition: .3s;
}
.com-nav .clearfix>li li a{
    color: #666;
    max-width: 300px;
    display: block;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 10px 10px;
    /*color: #333;*/
    transition: .3s;
}
.com-nav .clearfix>li:hover ul{
    display: block;
}
.com-nav li li a:hover {
    color: #ffffff;
}

.com-nav li a:hover{
    background-color: #118cd1;
    color: #ffffff;
}
.com-nav li.hover a{
    background-color: #118cd1;
    color: #ffffff;
}
table{
    text-align: center;
    width: 90%;
    margin: 0 auto ;
    border-color: grey;
}

table th{
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #e9e9e9;
}
table td{
    line-height: 30px;
    padding: 0 20px;
}
.about-main{
    padding: 20px;
    margin-bottom: 30px;
}
.about-main img{
    display:block;
	max-width:100%;
}
.about-main h3{
    font-size: 2.6rem;
    color: #333;
    line-height: 42px;
    text-align: center;
    font-weight: 800;
    margin: 10px 0;
}
.about-main p{
    font-size: 1.2rem;
    color: #333;
    line-height: 24px;
    text-indent: 2em;
    width: 95%;
    margin: 5px auto;
}
.about-main ul li{
    overflow: hidden;
    line-height: 30px;
}
.about-main ul li a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about-main ul li span{
    text-align: right;
}
@media (max-width: 996px){
    .com-nav{
        height:auto;
    }
    .com-nav li{
        width: 50%;
    }
    .com-nav li a{
        padding: 10px;
        margin:  0;
        text-align: center;
    }
}
/*新闻*/
.news-list{
    padding: 25px ;
}
.news-item{
    border: 1px solid #e0e0e0;
    transition: .3s;
    padding: 10px;
    margin-bottom: 20px;
}
.news-item.active{
    background-color:#f7f8f8 ;
}
.news-item:hover{
    background-color:#f7f8f8 ;
}
.news-img{
    float: left;
    width: 20%;
}
.news-text{
    position: relative;
    float: right;
    width: 79%;
    margin-bottom: 15px;
}
.news-text h3{
    font-size: 1.6rem;
    line-height: 32px;
    color: #3d3e3f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-text p{
    font-size: 1.4rem;
    line-height: 28px;
    color: #999999;
}
.news-text span{
    font-size: 1.2rem;
    line-height: 30px;
    color: #999999;
}
.more{
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;;
    border-radius: 50%;
    background-color: #afafaf;
    transition: background-color .3s;
    bottom:0;
    right: 10px;
}
.more:hover{
    background-color: #118cd1;
}
.more i{
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.clear>h1{
    font-size: 2rem;
    line-height: 40px;
    text-align: center;
}
@media (max-width: 768px){
    .news-text p{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news-img{
        width: 100%;
    }
    .news-text{
        width: 100%;
    }
}
/*产品*/
.pro-list{
    padding: 35px;
    margin-bottom: 25px;
}
.thumbnail{
    border-radius: 0;
    border-bottom: 5px solid #e7e6e5;
    transition: .3s;
}
.thumbnail:hover{
    border-bottom: 5px solid #118cd1;
}
.thumbnail img{
    margin: 20px 0;
}
.caption{
    border-top: 1px dashed #e7e6e5 ;
    padding: 5px 0;
}
.caption p{
    text-align: center;
    font-size: 1.4rem;
    line-height: 28px;
}
/*div.row{
    margin-bottom: 30px;
}*/
.xh-text{
    line-height: 30px;
}
.ms-text{
    padding: 15px 0;
}

/*放大镜*/
.middle-img{
    position: relative;
    height: 260px;
    border: 1px solid #d7d7d7;
}
.big-img{
    position: absolute;
    top:0;
    left: 102%;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    z-index: 99;
    display: none;
}
.img-btn{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #454545;
    opacity: 0.5;
    cursor: move;
    display: none;
}
@media (max-width: 1200px){
    .middle-img{
        height: 200px;
    }
}
@media (max-width: 992px){
    .middle-img{
        height: 170px;
    }
}
.middle-img>img{
    position: absolute;
    opacity:0;
    transition:opacity .3s;
    width: 100%;
    height: 100%;
}
.middle-img>img.up{
    opacity:1;
}
.small-img{
    position: relative;
    margin-top: 5px;
}
.small-img>ul{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.small-img>ul>li{
    width: 25%;
    padding: 2px;
}
.small-img>ul>li>img{
    width: 100%;
    height: 65px;
    border: 2px solid #dfdfdf;
    cursor: pointer;
    opacity:.5;
    transition: .3s;
}
.small-img>ul>li>img:hover,.small-img>ul>li>img.on{
    border: 2px solid #666;
    opacity:1;
}