@import url(glo.css);
.about{
    width: 1000px;
    overflow: hidden;
    margin: 0;
    padding:0;
}
#about-banner,#about-banner img{
    width: 1000px;
    height: 122px;
    margin: 2px 0;
}
.about-left{
    float: left;
    width: 189px;
    margin: 0;
}
.about-left h1{
    display: block;
    height: 55px;
    line-height: 55px;
    background-color: #f1eff0;
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    margin: 0;
}
.about-left .eng-h1{
    line-height: 16px;
}
.about-left .eng-h1 b{
    display: block;
    padding-top: 8px;
}
.about-left ul li{
    background-color: #015488;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    margin-bottom: 1px;
}
.about-left ul li a{
    color: #fff;
}
.about-left ul li:hover{
    background-color: #067ac3;
    cursor: pointer;
}
.about-right{
    float: right;
    width: 797px;
    margin: 0;
}


/*.about-right img{
    width: 797px;
}*/
.about-right .showimg{
	width:194px;
	height:196px;
}
.about-right .ab-rg-title{
    background-color: #f4f2f4;
    height: 39px;
    line-height: 39px;
}
.about-right .ab-rg-title h2{
    display: inline-block;
    background: url("../images/icon-list.png") no-repeat left top;
    color: #0080af;
    font-size: 16px;
    font-weight: bold;
    padding-left: 66px;
}
.about-right p{
    margin: 5px;
    line-height: 27px;
    font-family: "宋体","sans-serif";
    font-size: 15px;

}

/* contact */
.contact-p{
    border: solid 2px #dadada;
    width: 246px;
    height: 164px;
    text-align: center;
}
.contact-p>img{
    padding-top: 10px;
}

/* product */
.product-ul li{
    display: inline-block;
    /*text-align: center;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 191px;
    vertical-align: top;
    margin-right: 4px;
}
.product-ul li:nth-child(4n+4){
    margin-right: 0;
}
.product-ul li a{
    display: inline-block;
    position: relative;
}
.fifle{
    position: absolute;
    left: 0;
    top: 129px;
	width: 193px;
    height: 64px;
    line-height: 64px;
    /*text-align: center;*/
}
.fifle .transparent{
    width: 193px;
    height: 68px;
    background-color: #292929;
    opacity: 0.6;
    filter:Alpha(opacity=60);
    position: absolute;
}
.fifle p{
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    /*margin-left: 32px;*/
    line-height: 18px;
	padding-top:12px;
}

.product-page{
    text-align: center;
    margin: 20px auto;
    overflow: hidden;
    color: #666666;
}
.product-page .one{
    display: inline-block;
    border: solid 1px #dddddd;
    padding: 3px 8px;
    margin: 0 3px;
    background-color: #1e9dd4;
    color: #fff;
}
.product-page a{
    display: inline-block;
    border: solid 1px #dddddd;
    padding: 3px 8px;
    margin: 0 3px;
    color: #666666;
}
.product-page a:hover{
    background-color: #1e9dd4;
    color: #fff;
}
