* {
    font-family: "Microsoft YaHei";
    color: #666666;
    font-size: 14px;
}
.main{
    width: 100%;
}
/*ͷ��*/
.top {
    width: 100%;
    height: 77px;
    padding: 28px 0 25px;
}

.content {
    width: 920px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 174px;
    height: 66px;
}
.logo img{
    width: 174px;
    height: 66px;
}

.nav {
    float: right;
}
.topRr{
    margin-bottom:10px;
}
.topRr a{
    margin-left: 12px;
    float: right;
    display: block;
    height: 12px;
    line-height: 12px;
    padding-left: 25px;
    color: #ffffff;
    font-size: 12px;
}
.topRr  a.china{
    background: url("../images/icon1.png") left center no-repeat;
}
.topRr  a.eng{
    background: url("../images/icon2.png") left center no-repeat;
}
#navList {
    position: relative;
    height: 38px;
    margin: 0 auto;
    overflow: hidden;
}

#navList ul {

}

#navList li {
    float: left;
    text-align: center;
    height: 37px;
    line-height: 37px;
    margin-left: 12px;
    display: block;
    padding: 0 5px;
}

#navList li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    z-index: 10;
    float: left;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #000;
}

#navList li a:hover, #navList li a.cur {
    border-bottom: 1px solid #da251d;
}

#buoy {
    position: absolute;
    height: 0;
    width: 58px;
    border-bottom: 1px solid #da251d;
    bottom: 0px;
    left: -58px;
}
/**/
html {
    background: #000000;
}

.layout {
    width: 100%;
}

.slideBox {
    width: 920px;
    height: 640px;
    overflow: hidden;
    position: relative;
}

/*.slideBox .hd {*/
/*height: 15px;*/
/*overflow: hidden;*/
/*position: absolute;*/
/*right: 5px;*/
/*bottom: 5px;*/
/*z-index: 1;*/
/*}*/

/*.slideBox .hd ul {*/
/*overflow: hidden;*/
/*zoom: 1;*/
/*float: left;*/
/*}*/

/*.slideBox .hd ul li {*/
/*float: left;*/
/*margin-right: 2px;*/
/*width: 15px;*/
/*height: 15px;*/
/*line-height: 14px;*/
/*text-align: center;*/
/*background: #fff;*/
/*cursor: pointer;*/
/*}*/

/*.slideBox .hd ul li.on {*/
/*background: #f00;*/
/*color: #fff;*/
/*}*/

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 920px;
    height: 640px;
    display: block;
}
.slideBox.product-slideBox {
    width: 920px;
    height: 537px;
}
.slideBox.product-slideBox .bd img {
    width: 920px;
    height: 537px;
}
/* ������ǰ/��ť���룬�������Ҫɾ������ */
.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 74px;
    bottom: 40px;
    display: block;
    width: 24px;
    height: 33px;
    background: url(../images/btn1.png) 0 0 no-repeat;
}

.slideBox .next {
    left: 120px;
    background-position: -26px 0;
}

.slideBox .prev:hover,
.slideBox .next:hover {

}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
/*�ײ�*/

.foot {
    width: 100%;
    padding: 28px 0 20px;
    text-align: center;
    background: #d3111a;
}
.foot .footNav{
    line-height: 35px;
}
.foot .footNav a{
    padding: 0 13px;
    color: #ffffff;
}
.foot p {
    line-height: 25px;
    color: #ffffff;
}
