body {
    margin: 0;
    padding: 0;
    background: #f8f8f8;
}

.contents {
    width: 100%;
    height:auto;
    margin-top: 100px;
}

.wrap {
    width: 1200px;
    height: auto;
    min-width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}

.warps {
    width: 1200px;
    height: auto;
    min-width: 1200px;
    overflow: hidden;
}

.main_left {
    width: 850px;
    height: auto;
}

.carousel-inner {
    border-radius: 4px;
}

.carousel-inner .item {
    width: 850px;
    height: 335px;
}

/* tab */
#cont_tab {
    width: 850px;
    margin-top: 10px;
    overflow: hidden;
}

#tits {
    height: 50px;
    width: 850px;
    background: white;
}

#tits span {
    float: left;
    height: 50px;
    line-height: 45px;
    width: 100px;
    font-size: 16px;
    text-align: center;
    background: white;
}

#tits span.select {
    border-top: 2px solid #00AAFF;
    cursor: pointer;
}

#tits span {
    border-top: 2px solid white;
}

#tits span:hover {
    cursor: pointer;
    background: #f1f1f1;
}

#con {
    padding: 0;
    border: 1px solid #f1f1f1;
    border-bottom: 0;
}

:focus {
    outline: 0;
}

#con li.show {
    display: block;
}

#con li {
    display: none;
    height: auto;
    width: 849px;
}

.f_l {
    float: left;
}

.imgs_f {
    margin-right: 20px;
}

.cont_text {
    width: 524px;
    height: 140px;
    font-size: 16px;
}

.cont_text a {
    color: #040000;
}

p {
    margin: 0;
}

.con_item {
    width: 848px;
    height: 180px;
    background: white;
    padding: 20px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.con_item:hover {
    background: #f8f8f8;
    cursor: pointer;

}

.cont_titl {
    font-size: 14px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cont_titl a {
    color: #666666;
}

.footers {
    font-size: 14px;
    color: #ccc;
    width: 100%;
    height: 36px;
    margin-top: 20px;
}

.ft {
    width: 31%;
    margin-right: 10px;
}

/* 右侧 */
.main_right {
    width: 336px;
    height: auto;
    margin-left: 10px;
}

.product {
    width: 336px;
    height: 335px;
    background: #00AAFF;
    border-radius: 4px;
    padding: 20px;
    color: white;
}

.pro_tit {
    width: 296px;
    height: 18px;
    border-left: 3px solid white;
    color: white;
    padding-left: 10px;
    font-size: 16px;
}

.pro_tit a {
    text-decoration: none;
}

.classify {
    width: 296px;
    height: 275px;
    overflow: hidden;
}

.classCon {
    width: 98px;
    height: auto;
    text-align: center;
    float: left;
    margin-top: 20px;
}

.classCon a {
    color: white;
    text-decoration: none;
}

.classCon img{
    box-shadow: 0 0 3px white;
    border-radius: 15px;
}
.classCon img:hover {
    box-shadow: 0 0 10px white;
}

.classCon p {
    margin-top: 5px;
}

.conRights {
    width: 335px;
    height: auto;
    background: white;
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
}

.conRights_tit {
    width: 315px;
    height: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.titls {
    width: 100px;
    height: 30px;
    border-bottom: 2px solid #5079b7;
    overflow: hidden;
}

.conRights_tit p {
    margin-left: 5px;
}

.hotArticle {
    width: 315px;
    height: 75px;
    margin-top: 20px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}

.hotArticle:last-child {
    border: 0;
}

.hotArticle img {
    border-radius: 4px;
}

.hotA_txt {
    width: 200px;
    height: 60px;
    margin-left: 10px;
}

.hotA_txt p:nth-child(2) {
    font-size: 14px;
    color: #9e9d9d;
}

.hotA_txt a {
    text-decoration: none;
    color: black;
}

.hotA_txt p:first-child {
    width: 200px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    line-height: 1.8;
    color: black;
    position: relative;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #dddddd;
    width: 40px;
    margin-left: 10px;
}

/* 咨询详情 */
.details_left {
    width: 850px;
    height: auto;
}

.details_text {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
    text-indent: 30px;
}

.details_header {
    width: 850px;
    height: auto;
    background: white;
    padding: 15px;
}

.inpt {
    width: 850px;
    height: 40px;
    text-align: center;
    margin-top: 20px;

}

.inpt a {
    border: 1px solid #00AAFF;
    border-radius: 20px;
    background: white;
    margin: 50px;
    color: #000;
    padding: 5px 20px;
}

.inpt a:hover {
    font-weight: bold;
}

.intereArtic {
    width: 850px;
    height: 337px;
    background: white;
    padding: 15px;
    overflow: hidden;
}

.mains_cont {
    width: 850px;
    height: 337px;
}

.intereArtic_top {
    width: 820px;
    height: 20px;
    border-left: 3px solid #00AAFF;
    font-size: 18px;
    padding-left: 5px;
}

.conts_imgs {
    width: 220px;
    height: auto;
    margin: 25px;
}

.conts_imgs:hover {
    cursor: pointer;
}

.conts_imgs img {
    border-radius: 10px;
}

.conts_imgs img:hover {
    box-shadow: 0px 0px 10px #ccc;
}

.conts_txt {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
}

.conts_txt a {
    text-decoration: none;
    color: black;
}

.conts_txt a:hover {
    color: #00AAFF;
}