.main {
    width: 1180px;
    margin: 50px auto;
    overflow: hidden;
}

/*下拉*/
.promenu-display{
    position: absolute;
    top: 28px;
    right: -100px;
    background-color: white;
    width: 160px;
    border: 1px solid #00518F;
    /*border: 1px solid rgba(128, 128, 128, 0.63);*/
    color: #00518F;
    z-index: 9999;
    display: none;
    border-radius: 10px;
    overflow: hidden;
}
.promenu-display p{
    border-bottom:2px solid #00518F;
}
.promenu-display p:hover{
    background-color: rgba(0, 164, 215, 0.37);
}

/*左边*/
.sidebar {
    float: left;
    width: 198px;
    padding-top: 30px;
}
.sideMenu, .sidecontact {
    margin-bottom: 12px;
    border: #00518F 1px solid;
    border-radius: 4px;
}
.tit05 {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-indent: 20px;
    font-weight: bold;
    /*background: #d4d4d4;*/
    background: #00518F;
    color: white;
}
.submenu {
    padding: 12px 0 30px 0;
}
.submenu li {
    height: 30px;
    padding-left: 0;
    line-height: 30px;
    color: #00518F;
    width: 166px;
    margin-left: 10px;
    font-weight: bold;
    text-indent: 16px;
    margin-top: 20px;
    border: 1px solid #00518F;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
}
.submenu li span{
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: -7px;
}
.contact-txt {
    padding-left: 8px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.contact-txt h3 {
    padding: 10px 0px;
    padding-left: 60px;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 30% 100%;
}
.contact-txt p {
    font-size: 13px;
}


/*右边*/
.main-right {
    float: right;
    width: 965px;
    padding-top: 30px;
    overflow: hidden;
}
.crumbs {
    height: 34px;
    padding-left: 12px;
    line-height: 34px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    font-size: 15px;
}



.product-list {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
}
.product-list li {
    float: left;
    margin: 0 0 30px 33px;
}
.product-list li a {
    display: block;
    width: 198px;
    line-height: 20px;
    font-size: 13px;
    border: 1px solid #808080;
    text-align: center;
    color: #fff;
    background: #808080;
}
.product-list li a:hover{
    background: #333333;
}
.product-list li a img {
    width: 100%;
    height: 180px;
    border: none;
}







.pageT {
    padding-top: 25px;
    text-align: center;
}
.hotWrap {
    margin-top: 20px;
    border: #d5d5d5 1px solid;
}

.hot-list {
    padding-top: 20px;
    overflow: hidden;
}
.hot-list li {
    float: left;
    margin: 0 0 30px 30px;
}
.hot-list li a {
    display: block;
    width: 198px;
    line-height: 20px;
    border: 1px solid #808080;
    text-align: center;
    font-size: 13px;
    color: #555;
}
.hot-list li a:hover{
    border: 1px solid blue;
}
.hot-list li a img {
    width: 100%;
    height: 146px;
}


/*详情页*/
.detai-title {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    background-color: white;
}
.txt-tit {
    font-size: 20px !important;
    color: #333;
}
.detailTxt {
    background-color: white;
    padding: 20px 20px;
    overflow: hidden;
}
.paging{
    font-size: 13px;
    line-height: 30px;
}















