body {
    background: #F5F5F5;
}

.top-wrapper {
    float: left;
    width: 100%;
    background: #fff;
}

.pro-top {
    position: relative;
    float: left;
    width: 100%;
}

#pro-top-flash {
    margin: 40px 80px;
    width: 500px;
    height: 350px;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    position: relative;
}

#pro-top-flash .swiper-slide img {
    width: 500px;
    height: 300px;
}

.pro-top #pro-top-flash-left {
    display: block;
    position: absolute;
    background: url(../images/pro-prev.png) no-repeat center;
    width: 30px;
    z-index: 9;
    top: 175px;
    left: 0;
    height: 21px;
}

.pro-top #pro-top-flash-right {
    display: block;
    position: absolute;
    background: url(../images/pro-next.png) no-repeat center;
    width: 30px;
    z-index: 9;
    top: 175px;
    left: 650px;
    height: 21px;
}

#flash-tips {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.pro-right {
    padding-top: 30px;
    width: 540px;
    float: right;
}

.pro-right h1 {
    font-size: 30px;
    color: #0a499b;
    line-height: 45px;
    padding-bottom: 10px;
    background: url(../images/pro-tit.png) no-repeat left bottom;
}

.pro-right .pro-text {
    line-height: 2;
    color: #8a8a8a;
    font-size: 16px;
    height: 120px;
    margin: 20px 0;
    clear: both;
}

.pro-right .cates a {
    margin-right: 30px;
    display: block;
    float: left;
    line-height: 1;
    font-size: 16px;
    border-radius: 03px;
    color: #8b8b8b;
    border: 1px solid #8b8b8b;
    padding: 5px;
    margin-bottom: 20px;
}

.main-right .pro-right {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    clear: both;
    position: relative;
    background: #fff;
    border-bottom: 50px solid #F5F5F5;
}

.main-right .pro-right .pro-img {
    position: absolute;
    right: 0;
    top: 20px;
}

.main-right .pro-right h1 {
    background: none;
}

.main-right .pro-right .pro-text {
    margin-top: 20px;
    float: left;
}

.main-right .pro-right .pro-img img {
    width: 162px;
    height: 81px;
}

.main-right .pro-right .cates {
    margin-top: 20px;
}

.main-right {
    width: 930px;
    float: right;
    margin-bottom: 80px;
}
.main-right-item{
    width: 100%;
    float: left;
}
.main-right .d1 {
    font-weight: bold;
    color: #0A499B;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin: 40px 0;
}

.main-right .d1 img {
    vertical-align: middle;
    margin-right: 20px;
    max-height: 36px;
    max-width: 36px;
}

.main-right .dc {
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
    line-height: 2;
}