@charset "utf-8"; /*
[MBKFW Template] Copyright (c) 2010-2024 www.mbkfw.com
This is not a free template. Please buy the authentic license.
Author: Xiaohei, QQ:2909458585. Version: S05_v9, time: 2018-2023.
Special note: do not modify this document without permission.
*/
/* CSS Document */
.fl {
    float: left;
}

.fr {
    float: right;
}

.oh {
    overflow: hidden;
}

.input2 {
    width: 80px;
    height: 40px;
    background: #1269d3;
}

.icon_s {
    display: block;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    width: 18px;
    height: 18px;
    background: url(img/index-icon.png) no-repeat;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .9s;
    transition: -webkit-transform .9s;
    transition: transform .9s;
    transition: transform .9s,-webkit-transform .9s;
}

/*AD*/
.tl_gg {
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
}

.tl_gg .tlgg_40 {
    overflow: hidden;
}

.tl_gg .tlgg_40 img {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    ;vertical-align: middle
}

.tl_gg .tlgg_90 {
    overflow: hidden;
}

.tl_gg .tlgg_90 img {
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    width: 100%;
}

.tl_gg .tlgg_40 img,.tl_gg .tlgg_90 img {
    margin-top: 15px;
}

/*通用栏目头*/
.man-xh {
    width: 1220px;
    margin: 15px auto 0;
    overflow: hidden;
    background: #fff;
}

.man-title {
    width: 1160px;
    height: 58px;
    padding: 0 20px;
}

.man-title h2 {
    float: left;
    height: 18px;
    padding-top: 20px;
    line-height: 18px;
    font-size: 20px;
    color: #333;
}

.man-title h2 em {
    background: #1168d2;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
}

.man-title h2 span {
    font-size: 14px;
    margin-left: 10px;
    color: #888888;
    font-weight: 500;
}

.man-title a {
    float: right;
    height: 12px;
    line-height: 12px;
    margin-top: 26px;
    font-size: 14px;
    display: inline-block;
    color: #666666;
}

.man-title a:hover {
    color: #1168d2;
}

.man-title ul {
    float: right;
    overflow: hidden;
    height: 58px;
    line-height: 58px;
    margin-right: 20px;
}

.man-title ul li {
    float: left;
    width: 10px;
    height: 6px;
    overflow: hidden;
    margin-top: 30px;
    margin-right: 5px;
    cursor: pointer;
    background: #dddddd;
    border-radius: 3px
}

.man-title ul li.on {
    background: #3b84ea;
    width: 18px;
}

/*资讯*/
.part01 {
    width: 1220px;
    margin: 0 auto;
}

.part01 .p-news {
    width: 977px;
}

/*品牌厂商*/
.part01 .p-news .brands {
    width: 418px;
}

.part01 .p-news .brands .lab {
    width: 100%;
    height: 42px;
    line-height: 37px;
    border-bottom: 2px solid #1844A7;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.part01 .p-news .brands .lab p span:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.part01 .p-news .brands .lab a {
    font-size: 14px;
    /* color: #888888; */
    line-height: 45px;
    height: 30px;
}

.part01 .p-news .brands .brand-item {
    width: 100%;
    margin-top: 4px;
}

.part01 .p-news .brands .brand-item ul {
    margin-right: -4px;
}

.part01 .p-news .brands .brand-item li {
    width: 80px;
    height: 80px;
    margin-right: 3.5px;
    margin-top: 4px;
    float: left;
}

.part01 .p-news .brands .brand-item li a {
    display: inline-block;
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.part01 .p-news .brands .brand-item li a img {
    width: 100%;
    height: 100%;
}

.part01 .p-news .brands .brand-item li.have a:hover img {
    width: 180px;
    height: 180px;
    position: relative;
    z-index: 1000;
}

// .part01 .p-news .brands .brand-item .img {
    width: 418px;
    height: 105px;
}

// .part01 .p-news .brands .brand-item .img a {
    width: 418px;
    height: 105px;
    display: block;
}

// .part01 .p-news .brands .brand-item .img a img {
    width: 100%;
    height: 100%;
}

.part01 .p-news .dynamic {
    width: 545px;
    background: #ffffff;
}

.part01 .p-news .dynamic .lab h3 {
    display: block;
    float: left;
    width: 175px;
    height: 42px;
    line-height: 42px;
    background: #f6f6f6;
    font-size: 20px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.part01 .p-news .dynamic .lab h3.on {
    background: #ffffff;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    border-top: 4px solid #1844A7;
    line-height: 36px;
}

.part01 .p-news .dynamic .dynamic-con {
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 10px;
}

.part01 .p-news .dynamic .dynamic-con .item {
    display: none;
}

.part01 .p-news .dynamic .dynamic-con .active-block {
    display: block;
}

.part01 .p-news .dynamic .dynamic-con .item .title {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    margin-bottom: 3.5px;
    line-height: 22px;
    height: 44px;
    text-align: left;
}

.part01 .p-news .dynamic .dynamic-con .item .desc {
    font-size: 13px;
    color: #888888;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.part01 .p-news .dynamic .dynamic-con .item .desc a {
    font-size: 14px;
    color: #d7000f;
}

.part01 .p-news .dynamic .dynamic-con .item ul {
    margin-top: 16px;
}

.part01 .p-news .dynamic .dynamic-con .item li {
    margin-bottom: 12.4px;
}

.part01 .p-news .dynamic .dynamic-con .item li:last-child {
    margin-bottom: 0;
}

.part01 .p-news .dynamic .dynamic-con .item li a {
    max-width: 85%;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    float: left;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
}

.part01 .p-news .dynamic .dynamic-con .item li a span {
    color: #666666;
    margin-right: 10px;
}

.part01 .p-news .dynamic .dynamic-con .item li span.time {
    font-size: 14px;
    color: #666666;
    float: right;
}

.part01 .p-news .dynamic .dynamic-con .item .img {
    width: 151px;
    height: 92px;
    text-align: center;
    overflow: hidden;
    margin-right: 10px;
    line-height: 92px;
}

.part01 .p-news .dynamic .dynamic-con .item .img img {
    max-width: 100%;
}

.part01 .p-news .dynamic .dynamic-con .item .det-con {
    width: 320px;
}

/*右侧服务项目*/
.part01 .p-service {
    width: 230px;
}

.part01 .p-service .p-service-brand {
    width: 100%;
    box-sizing: border-box;
}

.part01 .p-service .p-service-brand .img {
    width: 100%;
    height: 97px;
}

.part01 .p-service .p-service-brand .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.part01 .p-service .p-service-brand .img a img {
    width: 100%;
}

.part01 .p-service .p-service-brand .img a:hover img {
    width: 273px;
    height: 100px;
    position: relative;
    z-index: 1000;
    right: 39px;
}

.part01 .p-service .p-service-brand .img:last-child {
    height: 90px;
}

.part01 .p-service .p-service-brand .list {
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
}

.part01 .p-service .p-service-brand .list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 31px;
    line-height: 31px;
}

.part01 .p-service .p-service-brand .list li span {
    font-size: 16px;
    color: #888888;
    margin-right: 5px;
}

.part01 .p-service .p-service-brand .list li a {
    font-size: 14px;
    /* color: #444444; */
}

.part01 .p-service .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.part01 .p-service .item:nth-child(2) {
    margin: 5px 0;
}

.part01 .p-service .item:nth-child(2) a {
    width: 234px;
    height: 78px;
    display: block;
}

.part01 .p-service .item:nth-child(2) a:hover img {
    width: 273px;
    height: 100px;
    position: relative;
    z-index: 1000;
    right: 39px;
}

.part01 .p-service .item:nth-child(3) a {
    width: 234px;
    height: 92px;
    display: block;
}

.part01 .p-service .item:nth-child(3) a:hover img {
    width: 273px;
    height: 100px;
    position: relative;
    z-index: 1000;
    right: 39px;
}

/*自主推荐*/
.sell-zitui {
    padding: 20px;
    overflow: hidden;
    padding-left: 0;
    padding-top: 10px;
    padding-right: 15px;
}

.sell-zitui ul {
}

.sell-zitui li {
    position: relative;
    float: left;
    width: 149px;
    height: 210px;
    padding: 15px 14px 14px 15px;
    border: 1px solid #f5f5f5;
    margin-left: 20px;
}

.sell-zitui li:hover {
    background: #F6F6F6;
    border: 1px solid #ffffff;
}

.sell-zitui li a.floor_content_img {
    width: 146px;
    height: 146px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.sell-zitui li a.floor_content_img img {
    max-height: 146px;
    max-width: 146px;
    _height: 146px;
    _width: 146px;
    transition: all .3s;
}

.sell-zitui li:hover img {
    transform: scale(1.05);
}

.sell-zitui .floor_content_center_li_p1 {
    width: 146px;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
}

.sell-zitui .floor_content_center_li_p1 a {
    color: #333;
}

.sell-zitui .floor_content_center_li_p2 {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #e60000;
    margin-left: 0;
    float: none;
    width: 100%;
}

.sell-zitui .floor_content_center_li_p2 span {
    font-size: 16px;
    font-weight: bold;
}

.sell-zitui .floor_content_center_li_p3 {
    width: 100%;
    position: absolute;
    bottom: -40px;
    float: initial;
    left: 0;
    text-align: center
}

.sell-zitui .floor_content_center_li_p3 a {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fcae52;
    width: 100%;
    float: initial;
    display: inline-block
}

.sell-zitui li:hover .floor_content_center_li_p3 a {
    background: #ff7730;
    color: #ffffff;
}

.sell-zitui li:hover .floor_content_center_li_p3 {
    display: block;
    bottom: 0;
    height: 35px;
    line-height: 35px;
}

/*brand*/
.brand {
    width: 1220px;
    margin: 15px auto 0;
    overflow: hidden;
    background: #ffffff;
}

.brand_title {
    width: 1170px;
    height: 58px;
    padding: 0 15px;
}

.brand_title ul {
    float: right;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    margin-right: 20px;
}

.brand_title ul li {
    float: left;
    width: 10px;
    height: 6px;
    overflow: hidden;
    margin-top: 28px;
    margin-right: 5px;
    cursor: pointer;
    background: #dddddd;
    border-radius: 3px;
}

.brand_title ul li.on {
    background: #1168d2;
    width: 18px;
}

.brand_title h2 {
    float: left;
    height: 18px;
    padding-top: 20px;
    line-height: 18px;
    font-size: 18px;
    color: #333;
}

.brand_title h2 em {
    background: #1168d2;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
}

.brand_title h2 span {
    font-size: 14px;
    margin-left: 10px;
    color: #888888;
    font-weight: 500;
}

.brand_title a {
    float: right;
    height: 12px;
    line-height: 12px;
    margin-top: 26px;
    font-size: 12px;
    display: inline-block;
    color: #666666;
}

.brand_title a:hover {
    color: #1168d2;
}

.brand_content {
    width: 1220px;
    position: relative;
    overflow: hidden;
    max-height: 225px;
}

.brand_content ul {
    padding: 20px;
    padding-left: 5px;
    padding-top: 0;
    overflow: hidden;
    width: 1190px;
    max-height: 170px;
    margin-bottom: 10px;
}

.brand_content li {
    position: relative;
    width: 185px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 3px;
}

.brand_content li img {
    max-width: 185px;
    max-height: 80px;
    _height: 80px;
    _width: 185px;
    width: 100%;
    height: 100%;
}

.brand_content li .ontexe {
    display: none;
    opacity: 1;
}

.brand_content li:hover .ontexe {
    position: absolute;
    display: block;
    padding: 10px;
    background: url(../images/bg-black2.png);
    left: 0;
    top: 0;
    opacity: 1;
    text-align: center;
    width: 165px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.brand_content li:hover .ontexe p {
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    overflow: hidden;
}

.brand_content li:hover .ontexe p a {
    background: #ffffff;
    padding: 2px 8px 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #e60000;
}

.brand_content li:hover .ontexe p a:hover {
}

.brand_content li:hover .ontexe a {
    color: #000000;
}

/*lou S*/
.floor {
    width: 1220px;
    margin: 15px auto 0;
    overflow: hidden;
}

.floor_title {
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #eee;
}

.floor_title span {
    float: left;
    line-height: 68px;
    padding-right: 8px;
    font-size: 26px;
    color: #1844A7;
    font-family: Arial, Helvetica, sans-serif;
}

.floor_title h2 {
    float: left;
    line-height: 68px;
    font-size: 20px;
    color: #333;
}

.floor_title p {
    float: right;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    text-align: right;
    margin-top: 32px;
}

.floor_title p a {
    margin-left: 20px;
    color: #999;
}

.floor_title p a:hover {
    color: #2277e6;
}

.floor_content {
    width: 1220px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.floor_content_left {
    float: left;
    width: 250px;
    height: 100%;
}

.floor_content_left_ad {
    width: 249px;
    height: 239px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.floor_content_left_ad img {
    width: 249px;
    height: 239px;
}

.floor_content_left_ad:hover img {
    transition: 0.2s;
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}

.floor_content_left ul {
    border-bottom: 1px solid #eee;
    height: 239px;
    overflow: hidden;
}

.floor_content_left ul li {
    width: 124px;
    height: 39px;
    float: left;
    line-height: 39px;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
    text-indent: 15px;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.floor_content_left ul li a {
    width: 94%;
    height: 100%;
    display: block;
    color: #999;
}

.floor_content_left ul li:hover {
    background: #F6F6F6;
}

.floor_content_left ul li:hover a {
    color: #2277e6;
}

.floor_content_center {
    float: left;
    width: 720px;
    height: 100%;
}

.floor_content_center li {
    float: left;
    width: 150px;
    height: 210px;
    padding: 15px 14px 14px 15px;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    overflow: hidden;
}

.floor_content_center li:hover {
    background: #F6F6F6;
}

.floor_content_center li a.floor_content_img {
    width: 150px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.floor_content_center li a.floor_content_img img {
    max-height: 150px;
    max-width: 150px;
    _height: 150px;
    _width: 150px;
}

.floor_content_center_li_p1 {
    width: 150px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-top: 8px;
    overflow: hidden;
}

.floor_content_center_li_p1 a {
    color: #333;
}

.floor_content_center_li_p2 {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #e60000;
    text-align: center;
}

.floor_content_center_li_p2 span {
    font-size: 14px;
}

.floor_content_center_li_p3 {
    height: 38px;
    line-height: 38px;
    background: #ff7730;
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 14px;
    left: 0;
    bottom: -40px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.floor_content_center_li_p3 a {
    color: #ffffff;
    display: block;
}

.floor_content_center li:hover .floor_content_center_li_p3 {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0
}

.floor_content_right {
    float: right;
    width: 230px;
    height: 100%;
}

.floor_content_right .hd_company {
    height: 40px;
    background: #f9f9f9;
    line-height: 40px;
    padding: 0 10px;
    color: #333333;
}

.floor_content_right .hd_company h3 {
    font-size: 15px;
}

.floor_content_right .hd_company .cx_ico {
    display: inline-block;
    width: 24px;
    height: 26px;
    vertical-align: middle;
    background: url("../images/ico-cx-on.png") no-repeat 0 0px;
    padding-right: 5px;
    background-size: 24px 26px;
}

.floor_content_right ul li {
    width: 202px;
    height: 68px;
    line-height: 20px;
    padding: 10px 14px 9px 15px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #999;
}

.floor_content_right ul li:hover {
    background: #f2f2f2;
}

.floor_content_right ul li a {
    color: #555;
    width: 200px;
    display: inline-block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}

.floor_content_right ul li a:hover {
    color: #1269d3;
}

.floor_content_right ul li p:nth-child(n+1) {
    height: 24px;
    line-height: 24px;
}

.floor_content_right ul li p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.floor_content_right ul li p a {
    font-size: 14px
}

.floor_content_right ul li p img {
    padding-right: 2px
}

.floor_content_line {
    width: 1px;
    height: 480px;
    background: #eee;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

/*lou end*/
.quotation {
    width: 1220px;
    height: 270px;
    margin: 20px auto 0;
    background: #fff;
    overflow: hidden;
}

.quotation_title {
    width: 1148px;
    height: 68px;
    padding: 0 25px;
    border: 1px solid #eee;
}

.quotation_title h2 {
    float: left;
    line-height: 68px;
    background: url(img/quotation_title_bg.png) left no-repeat;
    text-indent: 30px;
    font-size: 18px;
    color: #333;
}

.quotation_title p {
    float: right;
    font-size: 14px;
    text-align: right;
    margin-top: 22px;
}

.quotation_title p a {
    height: 28px;
    line-height: 28px;
    display: inline-block;
    float: left;
    margin-left: 20px;
    color: #999;
}

.quotation_title p a:hover {
    color: #2277e6;
    border-bottom: 2px solid #2277e6;
}

.quotation_content {
    width: 1220px;
    height: 200px;
    position: relative;
}

.quotation_content_line {
    width: 1198px;
    height: 199px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}

/*资讯中心*/
.news {
    width: 1220px;
    margin: 15px auto;
    background: #fff;
    overflow: hidden;
}

.news_title {
    width: 1220px;
    height: 68px;
    /* padding:0 25px; */
    border-bottom: 1px solid #eee;
    background: #f2f2f2;
}

.news_title h2 {
    float: left;
    line-height: 68px;
    /* background:url(img/news_title_bg.png) left no-repeat; */
    text-indent: 0;
    font-size: 18px;
    color: #333;
}

.job-title h2 {
    /* background:url(img/icon-title-job.png) no-repeat 0 18px; */
    /* background-size: 26px 27px; */
}

.ext-title h2 {
    background: url(img/icon-title-ext.png) no-repeat 0 18px;
    background-size: 25px 25px;
}

.news_title p {
    float: right;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    text-align: right;
    margin-top: 32px;
}

.news_title p a {
    margin-left: 20px;
    color: #999;
    padding: 2px 4px;
}

.news_title p a:hover {
    color: #2277e6;
}

.news_content {
    width: 1220px;
    height: 570px;
    position: relative;
}

/*news-left*/
.news_content_left {
    float: left;
    width: 389px;
    height: 570px;
    border-right: 1px solid #eee;
}

.news_content_left .news_side {
    padding: 15px;
    width: 360px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.news_content_left .news_side .focus {
    position: relative;
    width: 360px;
    _width: 360px;
    height: 240px;
    background-color: #000;
}

.news_content_left .news_side .focus img {
    width: 360px;
    _width: 360px;
    height: 240px;
}

.news_content_left .news_side .focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
    display: block;
    text-align: left;
}

.news_content_left .news_side .focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.news_content_left .news_side .focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000;
}

.news_content_left .news_side .focus .fcon img {
    display: block;
}

.news_content_left .news_side .prev, .news_content_left .news_side .next {
    position: absolute;
    width: 30px;
    height: 54px;
    background: url(../images/focus_btn.png) no-repeat;
}

.news_content_left .news_side .prev {
    top: 35%;
    background-position: -5px -84px;
    cursor: pointer;
}

.news_content_left .news_side .next {
    top: 35%;
    right: 14px;
    background-position: -43px -84px;
    cursor: pointer;
}

.news_content_left .news_side .prev:hover {
    background-position: -5px -10px;
}

.news_content_left .news_side .next:hover {
    background-position: -43px -10px;
}

.news_tui {
    border-top: 1px solid #eee;
    margin-top: -1px;
    height: 271px;
}

.news_tui h2 {
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 15px;
    color: #555555;
    font-size: 16px
}

.news_tui ul {
    padding: 8px 15px;
}

.news_tui li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.news_tui li a {
    color: #666666
}

.news_tui li i {
    font-size: 16px;
    font-weight: 700;
    color: #ff7730
}

.news_tui li i.no_color {
    color: #333
}

/*news-c*/
.news_content_center {
    float: left;
    width: 500px;
    height: 570px;
}

.news_content_center p {
    width: 460px;
    height: 60px;
    margin-bottom: 15px;
    padding: 19px 20px 10px;
    line-height: 32px;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.news_content_center p i.toutiao {
    background-color: #1269d3;
    color: #fff;
    padding: 0px 8px;
    border-radius: 15px 0;
    margin-right: 10px;
}

.news_content_center p a {
    font-size: 18px;
    color: #555555;
    font-weight: bold;
}

.news_content_center p a:hover {
    color: #1269d3;
}

.news_content_center ul {
    height: 210px;
    padding: 1px 20px 1px;
}

.news_content_center ul li {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
    float: none;
}

.news_content_center ul li i {
    background: url('../image/li_dot.gif') no-repeat 0 7px;
    padding: 0 5px 0 5px;
}

.news_content_center ul li a {
    font-size: 14px;
    padding-right: 10px;
    color: #666;
}

.news_content_center ul li span.fr {
    color: #999;
    float: right;
}

.news_content_center ul li a:hover {
    color: #2277e6;
}

/*news-right*/
.news_content_right {
    float: left;
    width: 309px;
    height: 570px;
    overflow: hidden;
    border-left: 1px solid #eee;
}

.news_content_right_top {
    width: 100%;
    height: 89px;
    border-bottom: 1px solid #eee;
    background: url(img/news_content_right_top_bg.png) no-repeat top right;
}

.news_content_right p {
    width: 270px;
    height: 80px;
    margin: 0 19px;
    padding: 20px 0 19px;
    border-bottom: 1px dashed #eee;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

.news_content_right p i {
    font-weight: 700;
    font-size: 18px
}

.news_content_right p a {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

.news_content_right p a:hover {
    color: #2277e6;
}

.news_content_right p span {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.news_content_right p span a {
    font-size: 12px;
    color: #888888;
    padding-right: 4px;
    font-weight: normal;
}

/*yuanliaohangqing*/
.newquotation {
    width: 1198px;
    height: auto;
    margin: 15px auto 0 auto;
    background: #fff;
    overflow: hidden;
}

.newquotationT {
    width: 1152px;
    height: 68px;
    padding: 0 24px;
    border-bottom: 1px #eee solid;
}

.newquotationT h2 {
    display: block;
    height: 68px;
    line-height: 68px;
    background: url(img/quotation_title_bg.png) left no-repeat;
    text-indent: 30px;
    font-size: 18px;
    color: #333;
}

.newquotationT ul {
    text-align: right;
    margin-top: 18px;
    height: 50px;
    line-height: 50px;
}

.newquotationT ul li {
    width: 80px;
    float: left;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

.newquotationT ul li:hover,.newquotationT ul li.on {
    color: #2277e6;
    background: #fff;
    width: 78px;
    height: 49px;
    line-height: 46px;
    border: 1px solid #eee;
    border-top: 2px solid #2277e6;
    border-bottom: 0;
}

.newquotation_tab {
    width: 1220px;
    height: auto;
    overflow: hidden;
}

.newquotationC {
    width: 1148px;
    margin: 15px 25px 15px 25px;
    overflow: hidden;
}

.newlist {
    width: 1150px;
    height: auto;
    overflow: hidden;
}

.newlist ul {
    width: 1150px;
}

.newlist ul li {
    width: 200px;
    height: auto;
    padding-right: 17px;
    margin-right: 20px;
    float: left;
    /* background:url(img/nle.gif) right center no-repeat; */
    padding-bottom: 5px;
}

.newlist ul li .quan_name {
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    border-bottom: 1px #ddd dashed;
    margin-bottom: 10px
}

.newlist ul li p.quan {
    font-size: 14px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.newlist ul li p.quan i {
    background: url('../image/li_dot.gif') no-repeat 5px 10px;
    padding: 0 5px 0 12px;
}

.newlist ul li p.quan a {
    color: #666;
}

.newlist ul li p.quan img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.newlist ul li.shang {
    height: 251px;
    position: relative;
}

.newlist ul li.oh {
    padding-top: 8px;
    padding-bottom: 10px;
}

.newlist ul li.ho {
    padding-top: 12px;
}

.newlist ul li .heng {
    border-bottom: 1px #ddd solid;
    padding-bottom: 8px;
    display: none;
}

.newlist ul li.no_r {
    background: none;
    margin-right: 0px;
    padding-right: 0px;
}

.newlist ul li .btn-index img,.newquotationC1 li .btn-index img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px
}

.newlist ul li.shang .shang_img {
    width: 200px;
    height: 188px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.newlist ul li.shang .shang_img img {
    max-height: 188px;
    max-width: 200px;
    _height: 188px;
    _width: 200px;
}

.newlist ul li .btn-index {
    position: absolute;
    width: 200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #e60000;
    bottom: -46px;
}

.newquotationC1 {
    width: 205px;
    height: 250px;
    overflow: hidden;
}

.newquotationC1 li {
    background: url(img/nle.gif) left center no-repeat;
    width: 185px;
    height: 260px;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
}

.newquotationC1 li .shang_img {
    width: 185px;
    height: 190px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.newquotationC1 li .shang_img img {
    max-height: 190px;
    max-width: 185px;
    _height: 190px;
    _width: 185px;
}

.newquotationC1 h1 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
}

.newquotationC1 li .quan_name {
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    border-bottom: 1px #ddd dashed;
    margin-bottom: 10px
}

.newquotationC1 li p.quan {
    font-size: 14px;
    overflow: hidden;
    height: 25px;
}

.newquotationC1 li p.quan i {
    background: url('../image/li_dot.gif') no-repeat 5px 10px;
    padding: 0 5px 0 12px;
}

.newquotationC1 li p.quan a {
    color: #666;
}

.newquotationC1 li p.quan span {
    color: #666;
    font-size: 12px;
    margin-top: 2px
}

.newlist .floor_content_center_li_p1,.newquotationC1 .floor_content_center_li_p1 {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 18px;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
}

.newquotationC1 li .btn-index {
    position: absolute;
    width: 190px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #e60000;
    bottom: -46px;
}

.newquotationC1 li:hover .btn-index,.newlist ul li:hover .btn-index {
    bottom: 15px;
    transition: all .5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.newquotationC1 li:hover .btn-index a,.newlist ul li:hover .btn-index a {
    color: #ffffff
}

.newquotationcp1 {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.newquotationcp1 a {
    font-size: 16px;
    color: #333;
    width: 195px;
    height: 30px;
    overflow: hidden;
    font-weight: 600;
}

.newquotationcp1 span {
    color: #999;
    width: 50px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.newquotationcp1 .fenlei-name {
    display: none
}

.newquotationcp2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.newquotationcp2 a , .newquotationcp3 a {
    font-size: 12px;
    color: #999999;
}

.newquotationcp2 span {
    font-size: 14px;
    color: #e60000;
}

.newquotationcp3 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #999999;
}

.newquotationcp3 span a {
    font-size: 12px;
    color: #0983EC;
    border: 1px solid #0983EC;
    border-radius: 3px;
    padding: 1px 2px;
    display: none;
}

.newquotationcp1-1 {
    width: 100%;
    height: 30px;
    /* padding-bottom:6px; */
    /* border-bottom: 1px dashed #dfdfdf; */
    line-height: 30px;
    font-size: 16px;
}

.newquotationcp1-1 a {
    font-size: 16px;
    color: #333;
    width: 200px;
    height: 30px;
    overflow: hidden;
    font-weight: 600;
}

.newquotationcp1-1 span {
    font-size: 12px;
    color: #999;
}

.newquotationcp2-1,.newquotationcp2-2 {
    width: 100%;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    font-size: 12px;
    color: #999999;
}

.newquotationcp2-1 {
    margin-top: 3px
}

.newquotationcp2-2 {
    margin-bottom: 3px
}

.newlist ul li .newquotationcp1:hover a,.newlist ul li:hover .newquotationcp2 span,.newlist ul li:hover .newquotationcp1-1 a {
    color: #e60000;
}

.newlist ul li:hover .newquotationcp3 span a {
    color: #dd2726;
    border: 1px solid #dd2726;
}

/*尾巴*/
.footer_list {
    background: #262626;
    width: 100%;
    color: #999;
    min-width: 1220px;
}

.footer_list .layouts {
    overflow: hidden;
}

.layouts {
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.footer_list .f-top {
    position: relative;
    padding-top: 34px;
    padding-bottom: 25px;
    width: 1220px;
    border-bottom: 1px solid #3a3a3a;
}

.f-top-l {
    float: left;
    width: 22%;
    text-align: center;
    margin-top: 15px;
}

.f-top-l p {
    line-height: 26px;
}

.f-top-c {
    float: left;
    width: 55%;
}

.f-top-r {
    float: left;
    margin-top: 15px;
}

.f-top-r img {
    margin-bottom: 5px
}

.footer_list .f-nav {
    width: 110px;
    margin-right: 50px;
    float: left;
}

.footer_list .f-nav a {
    font-family: "Microsoft YaHei","arial";
}

.tit {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
}

.footer_list .f-lst {
    padding-top: 5px;
}

.footer_list .f-itm {
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    float: none;
}

.footer_list .f-itm a {
    color: #666;
    font-size: 12px
}

.f-btm {
    padding-top: 14px;
    padding-bottom: 15px;
    text-align: center;
}

/*20200823*/
.part5 {
    width: 1220px;
    margin: 20px auto 0;
    background: #ffffff;
}

.exhi_content {
    padding: 15px;
}

.exhiLeft {
    width: 29%;
    float: left;
}

.exhiLeftTop {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.exhiLeftTop ul {
    width: 340px;
}

.exhiLeftTop ul li {
    width: 340px;
    height: 280px;
}

.exhiLeftTop ul li img {
    width: 100%;
    height: 220px;
}

.liText {
    width: 100%;
    height: 60px;
    background: #f5f5f5;
}

.liText p {
    width: 75%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 25px;
    max-height: 55px;
    overflow: hidden;
    padding: 5px 10px 0 15px;
    font-weight: normal;
}

.liText p a {
    color: #333333;
}

.numberBg {
    width: 80px;
    height: 60px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.number {
    position: absolute;
    font: normal 22px microsoft yahei;
    color: #1269d3;
    bottom: 12px;
    right: 20px;
    z-index: 2;
}

.number span {
    font-size: 32px;
    font-weight: normal;
    font-family: arial;
}

.number span {
    font-weight: normal;
    font-family: arial;
    font-style: normal;
}

.exhiLeftTop .prev, .exhiLeftTop .next {
    position: absolute;
    width: 30px;
    height: 54px;
    background: url(../images/focus_btn.png) no-repeat;
}

.exhiLeftTop .prev {
    top: 35%;
    background-position: -5px -84px;
    cursor: pointer;
}

.exhiLeftTop .next {
    top: 35%;
    right: 0px;
    background-position: -43px -84px;
    cursor: pointer;
}

.exhiLeftTop .prev:hover {
    background-position: -5px -10px;
}

.exhiLeftTop .next:hover {
    background-position: -43px -10px;
}

.exhibitionTab {
    position: relative;
    top: 104px;
    z-index: 3;
}

.exhibitionTab a {
    width: 56px;
    height: 80px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
}

.exhibitionTab a.tabLeft {
    left: 0;
}

.exhibitionTab a.tabRight {
    right: 0;
}

.exhiLeftBot {
    margin-top: 20px;
}

.exhiLeftBot ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.exhiLeftBot ul li {
    width: 48%;
}

.exhiLeftBot ul li img {
    width: 100%;
    height: 90px;
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
}

.exhiLeftBot ul li p {
    line-height: 20px;
}

.exhiCenter {
    width: 41%;
    float: left;
    margin-left: 2%;
    height: 449px;
    overflow: hidden;
}

.exhiDate:first-child .dateLeft {
    background: #1269d3;
}

.exhiDate:first-child .dateLeft b,.exhiDate:first-child .dateLeft span {
    color: #fff;
}

.exhiDate {
    overflow: hidden;
    padding: 10px;
}

.exhiDate:hover {
    background: #f5f5f5
}

.dateLeft {
    width: 60px;
    float: left;
    text-align: center;
    height: 55px;
    padding-top: 5px;
    border-radius: 3px;
    background: #f5f5f5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

.dateLeft b {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    display: block;
    color: #999;
}

.dateLeft span {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.dateCenter {
    width: 200px;
    float: left;
    margin-left: 15px;
}

.dateCenter h3 {
    font-size: 15px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: normal;
}

.dateCenter h3 a {
    color: #333;
}

.dateCenter p {
    font-size: 13px;
    line-height: 20px;
    color: #999;
    max-height: 60px;
    overflow: hidden;
}

.dateRight {
    width: 165px;
    float: right;
    border: 1px solid #f5f5f5;
}

.dateRight img {
    width: 100%;
    height: 90px;
    vertical-align: bottom;
}

.exhiDate:hover .dateLeft {
    background: #1269d3;
}

.exhiDate:hover .dateLeft b {
    color: #fff;
}

.exhiDate:hover .dateLeft span {
    color: #fff;
}

.exhiDate:hover .dateCenter h3 a {
    color: #1269d3;
}

.exhiRight {
    width: 27%;
    float: right
}

.exhiRight ul {
    margin-top: 12px;
    margin-left: 7px;
    border-left: 2px solid #F6F6F6;
}

.exhiRight ul li {
    margin-bottom: 13px;
    padding-left: 25px;
    background: url("../images/icon-dian.png") no-repeat 0 7px;
    position: relative;
    left: -7px;
    z-index: 2;
}

.exhiRight ul li p {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 5px;
}

.exhiRight ul li p a {
    color: #333;
}

.exhiRight ul li p a:hover {
    color: #1269d3;
}

.exhiRight ul li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.exhiRight ul li:hover {
    background: url("../images/icon-dian-on.png") no-repeat 0 7px;
    ;}

.techRight {
    height: 30px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.techRight h2 {
    font-size: 16px;
    line-height: 30px;
    padding-left: 5px;
}

.techRight h2 {
    border-bottom: 1px solid #666;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
}

.techRight h2 a {
    color: #333;
}

.techRight a.more {
    font-size: 12px;
    line-height: 30px;
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
}

.techRight a.more:hover {
    color: #1269d3;
}

/*job*/
.m-tit03 {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.m-tit03.nobor {
    border: 0;
}

.m-tit03.mt5 {
    margin-top: 5px;
}

.m-tit03 h3 {
    /*width: 75px;*/
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.m-tit03 h3.bor_b {
    border-bottom: 1px solid #666;
    line-height: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
}

.m-tit03 h3 strong.c1 {
    /* color: #1269d3; */
}

.m-tit03 h3 strong.c2 {
    /* color: #1269d3; */
}

.m-tit03 .m-more {
    width: 50px;
    text-align: right;
    float: right;
    font-size: 14px;
    color: #666;
    margin-right: 15px;
}

.m-tit03 a:hover {
    color: #1269d3;
}

.box890 {
    width: 910px;
    float: left;
    margin-top: 15px;
    padding: 0 0 10px 10px;
}

.box470 {
    width: 470px;
    float: right;
}

.box465 {
    width: 465px;
    float: left;
}

.box405 {
    width: 405px;
    float: right;
}

.box400 {
    width: 400px;
    float: left;
}

.box280 {
    width: 280px;
    float: right;
}

.box280.mt15 {
    margin-top: 15px;
}

.job .box400 {
    float: left;
    width: 380px;
}

.job .ul-fq02 {
}

.ul-fq02 li {
    width: 100%;
    border: 1px solid #f5f5f5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 10px;
}

.ul-fq02 .inner {
    padding: 20px 0 0;
    background: #fff;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ul-fq02 .inner .bottom {
    width: auto;
    margin: 0;
    background: none;
}

.ul-fq02 .tet {
    margin: 0 15px;
    overflow: hidden;
    border-bottom: 1px dashed #f0f0f0;
}

.ul-fq02 .pic {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    float: left
}

.ul-fq02 .pic img {
    width: 100%;
    height: 100%;
    display: block
}

.ul-fq02 .con {
    overflow: hidden
}

.ul-fq02 .con h3 {
    margin-bottom: 9px;
    height: 22px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    font-weight: 400;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ul-fq02 .con h3 a:hover {
}

.ul-fq02 .con h3 a {
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-width: 83%;
    overflow: hidden;
}

.ul-fq02.ul-fq02-01 .inner {
    padding-top: 15px
}

.g-desc01 {
    font-size: 12px;
    line-height: 17px;
    color: #999
}

.g-desc01 p {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.g-desc01 span {
    display: inline-block
}

.g-desc01 span.display0 {
    display: none;
}

.g-desc01 span.display_false_0 {
    display: inline-block;
}

.g-desc01 span.pos {
    padding: 0;
    padding-left: 0px;
    line-height: 38px;
    background: none;
    font-size: 12px;
    height: auto;
}

.g-desc01 span.price {
    color: #ff6142
}

.g-desc01 span.price i {
    font-style: normal;
    font-size: 18px
}

.g-desc01 em {
    margin: -2px 8px 0;
    height: 10px;
    width: 1px;
    background: #eaeaea;
    display: inline-block;
    vertical-align: middle
}

.ul-fq02 .inner:hover {
    -webkit-box-shadow: 0 3px 15px 0 rgba(169,169,169,.3);
    box-shadow: 0 3px 15px 0 rgba(169,169,169,.3);
    z-index: 10
}

.ul-fq02 .time {
    margin-left: 10px;
    float: right;
    font-size: 12px;
    line-height: 22px;
    color: #999
}

.ul-fq02 .tit-bottom {
    padding-top: 2px;
    line-height: 30px
}

.ul-fq02 .tit-bottom .g-tip02,.ul-fq02 .tit-bottom .g-tip02 .item {
    vertical-align: bottom
}

.ul-fq02 .bottom h5 {
    padding: 0 24px;
    font-size: 12px;
    line-height: 42px;
    color: #999;
    font-weight: 400;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ul-fq02 .bottom h5 a {
    color: #999;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ul-fq02 .bottom h5 a:hover {
    color: #e60000
}

.g-bottom01 {
    padding: 0 24px;
    display: block;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.g-bottom01 h4 {
    font-size: 12px;
    color: #666;
    line-height: 44px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle
}

.g-bottom01 h4 span {
    color: #e60000
}

.g-bottom01 .con1 {
    padding-right: 30px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.g-bottom01:hover {
    background: #fcfcfc
}

.g-tip02 {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.g-tip02 .item {
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ef6f26;
    border-radius: 3px;
    border: 1px solid #ef6f26;
    overflow: hidden;
    display: inline-block;
}

.g-tip02 .dots {
    font-size: 12px;
    color: #e60000;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle
}

.g-tip02 .item {
    margin-right: 6px;
    vertical-align: bottom
}

.g-tip02 .item a {
    color: #ef6f26;
}

.g-tip01 {
    margin-right: 5px;
    padding: 1px 3px 0;
    background: rgba(215,195,156,1);
    border-radius: 2px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    line-height: 16px
}

.g-tip01.tip02 {
    background: #e60000
}

/*最新工作*/
.job .box470 {
    width: 510px;
}

.job .ul-fq01 {
    /* padding-left:10px; */
    padding-top: 10px;
    overflow: hidden;
}

.ul-fq01 li {
    width: 242px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #eee;
    padding-top: 0px;
    padding-bottom: 10px;
    height: 88px;
    text-align: left;
    margin: 0 10px 10px 0;
}

.ul-fq01 li:nth-child(2n) {
    padding-right: 0px;
    margin-right: 0;
}

.ul-fq01 li:hover {
    background: #f5f5f5;
}

.ul-fq01 li em {
    position: absolute;
    right: 15px;
    top: 5px;
    background: #e60000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding: 3px;
}

.ul-fq01 .moneyreward li em {
    display: block;
}

.ul-fq01 .moneyreward li em {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    border-radius: 50%;
    color: #ffffff;
    background: #e60000;
    font-size: 14px;
    text-align: center;
}

.ul-fq01 .index_newjobname {
    padding-top: 3px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    width: 226px;
}

.ul-fq01 .index_newjobname a {
    font-size: 16px;
}

.ul-fq01 .index_newjobname a:hover {
}

.ul-fq01 .index_newjob_com {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.ul-fq01 .index_newjob_com a {
    color: #666666
}

.ul-fq01 .index_newjob_com a:hover {
    color: #1269d3;
}

.ul-fq01 .index_newjobtime {
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
    display: none;
}

.ul-fq01 .index_newjob_info {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
    font-size: 12px;
}

.ul-fq01 .index_newjob_info_line {
    padding: 0px 8px;
    font-size: 12px;
    color: #999999
}

.ul-fq01 .index_newjob_info_xz {
    color: #E60000;
    font-weight: bold;
    font-size: 14px;
}

/*最新贤良*/
.job .m-sort {
    margin-top: 0;
    margin-left: 0;
}

.job .m-ilist {
    margin-top: 0
}

.index_recommend_resume_box {
    width: 270px;
    /* padding: 0px 20px;*/
    padding-top: 10px;
}

.index_recommend_resume_box ul li {
    margin: 10px 0;
    background: #f2f2f2;
    padding: 10px 10px 10px 0;
}

.index_recommend_resume_all {
    padding: 0px 0 0px 85px;
    position: relative;
    display: none;
}

.index_recommend_resume_pic {
    width: 55px;
    height: 70px;
    position: absolute;
    left: 15px;
    top: 0;
}

.index_recommend_resume_pic img {
    height: 77px;
}

.index_recommend_resume_zx {
    height: 27px;
    line-height: 27px;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 14px;
    display: inline-block;
    color: #73b7f9;
    background-color: #fff;
    border: 1px solid #b9dbfc;
    border-radius: 30px;
    text-align: center;
    transition: all 0.5s;
    padding: 0 15px;
}

.index_recommend_resume_lvname a {
    display: inline-block;
    width: 65px;
    height: 18px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top ;
    color: #666
}

.index_recommend_resume_job {
    font-size: 12px;
    color: #bebbb9
}

.index_recommend_resume_lvbf {
    color: #999
}

.index_recommend_resume_lvbf_n {
    font-weight: bold;
    font-size: 12px;
    color: #000
}

.index_recommend_resume_hot {
    font-size: 12px;
    z-index: 1;
    position: absolute;
    top: 22px;
    left: 0;
}

.index_recommend_resume_hot1 {
    color: #FFF;
}

.index_recommend_resume_hot {
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0 24px 24px 0;
    color: #fff;
    padding-left: 8px;
    padding-right: 11px;
    margin-left: -4px;
    background: linear-gradient(135deg,rgba(255,221,149,1) 0,rgba(255,185,92,1) 100%);
}

.index_recommend_resume_hot:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 4px 0 0 4px;
    border-style: solid;
    border-color: #039157 transparent transparent;
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.index_recommend_resume_hot:after {
    border-color: #ee981e transparent transparent
}

.index_recommend_resume_list {
    padding-left: 25px;
    position: relative
}

.index_recommend_resume_cs {
    position: absolute;
    right: 0px;
    top: 3px;
    color: #b8b8b8;
    font-size: 12px;
}

.index_recommend_resume_box ul .show {
    border-bottom: 1px dashed #eee
}

.index_recommend_resume_box ul .show .index_recommend_resume_list {
    display: none;
}

.index_recommend_resume_box ul .show .index_recommend_resume_all {
    display: block
}

.index_recommend_resume_all .index_recommend_resume_hot {
    top: 5px;
    /* left: 10px;*/
}

.index_recommend_resume_box ul .index_recommend_resume_cur {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.index_recommend_resume_box ul .index_recommend_resume_cur:hover {
    -webkit-box-shadow: 0 3px 15px 0 rgba(169,169,169,.3);
    box-shadow: 0 3px 15px 0 rgba(169,169,169,.3);
    z-index: 10;
}

.index_recommend_resume_box ul .index_recommend_resume_cur .index_recommend_resume_all {
    display: block
}

.index_recommend_resume_box ul .index_recommend_resume_cur .index_recommend_resume_list {
    display: none;
}

.index_recommend_resume_username {
    font-size: 16px;
}

.index_recommend_resume_username a {
    color: #e60000;
}

.index_recommend_resume_username a:hover {
    color: #f60;
}

.index_recommend_resume_useryx {
    padding: 8px 0;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #999;
    font-size: 12px;
}

.index_recommend_resume_useryx_n {
    color: #ef6f26;
}

.index_recommend_resume_userinfo {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #999
}

.index_recommend_resume_userinfo_line {
    padding: 0px 10px;
    color: #999;
    font-size: 10px;
}

/*2021.8.29*/
.preference-box {
    width: 1232px;
    height: 340px;
    margin: 15px auto 0;
    position: relative;
    overflow: hidden;
}

.preference-box .preference-item {
    width: 394px;
    height: 100%;
    margin-right: 10px;
    background: rgba(255, 255, 255, 1);
}

.preference-box .preference-item2 {
    width: 393px
}

.preference-box .preference-item3 {
    width: 413px;
}

.preference-top {
    margin: 18px 24px 0;
    position: relative;
}

.preference-box span {
    float: none;
}

.preference-top .preference-title {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
}

.preference-top .preference-subtitle {
    font-size: 16px;
    color: #222222;
    margin-left: 16px;
}

.preference-more {
    position: absolute;
    right: -8px;
    top: 5px;
    cursor: pointer;
    display: block;
}

.preference-more .more-text {
    font-size: 16px;
    color: #222222;
}

.preference-more .more-img {
    width: 16px;
    height: 16px;
    margin-left: 2px;
    margin-bottom: -2px;
}

/*l*/
.preference-bottom {
    margin-top: 18px;
}

.preference-item1 {
}

.preference-item2 .preference-bottom {
    margin: 20px 24px 24px;
}

.preference-item2 .preference-bottom a {
    width: 166px;
    height: 75px;
    display: block;
    float: left;
    border-radius: 4px;
    position: relative;
}

.preference-item2 .preference-bottom a img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border-color: #f5f5f5;
    outline: 1px solid #f5f5f5;
}

.preference-item2 .preference-bottom a:hover img {
    opacity: 0.8;
}

.preference-item2 .preference-bottom a:nth-child(1) {
    margin: 0 10px 10px 0;
}

.preference-item2 .preference-bottom a:nth-child(2) {
    margin-bottom: 10px;
}

.preference-item2 .preference-bottom a:nth-child(3) {
    margin-right: 10px;
}

.preference-item2 .preference-bottom a:nth-child(4) {
    margin-bottom: 10px;
}

.preference-item2 .preference-bottom a:nth-child(5) {
    margin-right: 10px;
}

.preference-item2 .preference-bottom a .replace-img {
    border-radius: 4px;
}

.preference-item2 .preference-bottom a.jump-bg .brand-hover-show {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(18 105 211 / 89%);
    border-radius: 4px;
    text-align: center;
    padding: 8px 0 0 0;
    box-sizing: border-box;
    display: none;
}

.preference-item2 .preference-bottom a.jump-bg:hover .brand-hover-show {
    display: block;
}

.brand-hover-show .brand-enter-title {
    width: 128px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    color: white;
    font-size: 16px;
}

.brand-hover-show .brand-enter-btn {
    background: #ffffff;
    width: 88px;
    height: 25px;
    line-height: 25px;
    border-radius: 18px;
    color: #1844A7;
    font-size: 14px;
    display: inline-block;
    margin-top: 12px;
    font-weight: bold;
}

/*r*/
.sort-tab-box-a {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sort-tab-box-a .swiper-container {
    width: 390px;
    padding: 0 16px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
}

.sort-tab-box-a .swiper-container .swiper-slide {
    font-size: 14px;
    width: auto;
    float: none;
    height: 32px;
    line-height: 32px;
    margin: 0 8px;
    padding: 0 16px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    display: inline-block;
    cursor: pointer;
    text-align: center
}

.sort-tab-box-a .swiper-container .swiper-slide-active {
    background: #e1251b;
    color: white;
    text-overflow: ellipsis;
}

.sort-tab-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gradient-left {
    position: absolute;
    top: -8px;
    left: 0;
    width: 24px;
    height: 48px;
    z-index: 10;
}

.gradient-right {
    position: absolute;
    top: -8px;
    right: 0;
    width: 24px;
    height: 48px;
    z-index: 10;
}

ul.sort-tab-list {
    width: 362px;
    padding: 0 16px;
    /* box-sizing: border-box; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /*段落中文本不换行*/
    /* white-space: nowrap; */
    /*阴影*/
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, .2); */
    /*设置横向滚动*/
    /* overflow-x: scroll; */
    /*禁止纵向滚动*/
    /* overflow-y: hidden; */
    /*文本平铺*/
    /* text-align: justify; */
    /*设置边距改变效果为内缩*/
    /* box-sizing: border-box; */
    touch-action: default;
}

ul.sort-tab-list::-webkit-scrollbar {
    /*隐藏滚动条*/
    display: none;
}

ul.sort-tab-list li {
    text-align: center;
    font-size: 14px;
    width: 100px;
    float: none;
    height: 32px;
    line-height: 32px;
    margin: 0 8px;
    padding: 0 16px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    display: inline-block;
    cursor: pointer;
}

ul.sort-tab-list li:hover {
    border: 1px solid #1844A7;
    padding: 0 15px;
    background: #1269d336;
    color: #1844A7;
    line-height: 30px;
}

ul.sort-tab-list li.on {
    background: #1844A7;
    color: white;
    text-overflow: ellipsis;
}

ul.sort-tab-list li.on:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    line-height: 30px;
}

ul.sort-con-list {
    margin-top: 20px;
}

ul.sort-con-list li {
    height: 56px;
    padding-left: 24px;
    margin-bottom: 16px;
    cursor: pointer;
    box-sizing: border-box;
}

ul.sort-con-list li:hover .product-img {
    opacity: 0.8;
}

ul.sort-con-list li > a {
    display: block;
    height: 100%;
}

ul.sort-con-list li:hover .product-desc .product-name {
    color: #1844A7;
}

ul.sort-con-list li .sort-icon {
    width: 28px;
    height: 36px;
    margin-bottom: 10px;
}

img.lazyimg {
    background: #f7f7f7;
    overflow: hidden;
}

ul.sort-con-list li .product-img {
    width: 120px;
    height: 55px;
    margin-left: 8px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

ul.sort-con-list li .product-desc {
    width: 200px;
    margin-left: 8px;
    font-size: 14px;
    color: #262626;
    display: inline-block;
    position: relative;
    top: 10px;
}

ul.sort-con-list li .product-desc .product-name {
    font-size: 14px;
    line-height: 18px;
    color: #262626;
    font-weight: bold;
}

ul.sort-con-list li .product-desc .product-price {
    color: #888888;
    margin-top: 6px;
    line-height: 16px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

em,i {
    font-style: normal;
}

/* 文字省略 */
.clamp2-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.clamp-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.J_preference {
    width: 390px;
    background: white;
}

.J_preference .swiper-wrapper .swiper-slide {
    width: 294px;
    border-radius: 4px;
    position: relative;
    background: #fff;
    box-shadow: 0px 1px 4px #ddd;
    text-align: center;
    margin-top: 5px;
}

.J_preference .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.J_preference .swiper-wrapper .swiper-slide a:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.1;
    top: 0;
    left: 0;
}

.preference-item1 .preference-bottom:hover .new-product-desc .title {
    color: #1844A7;
}

.new-product-desc {
    margin-top: 0px;
    text-align: center;
}

.new-product-desc .title {
    color: #262626;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    font-weight: 600;
}

.new-product-desc .subtitle {
    color: #898989;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.config-area-block {
    width: 1190px;
    margin: 40px auto;
    float: none;
    position: relative;
}

.config-area-block span {
    float: none;
}

/*l*/
#certify {
    position: relative;
    margin: 0 auto;
}

#certify .swiper-container {
    padding-bottom: 13px;
}

#certify .swiper-slide {
}

#certify .swiper-slide img {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin-top: 8px;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 90px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: #d5d5d5;
    width: 5px;
    height: 5px;
    opacity: 1;
    border-radius: 3px
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 15px;
}

#certify .swiper-button-prev {
    left: 0;
    width: 20px;
    height: 40px;
    background: url('../images/left02@2x.png') no-repeat;
    background-size: 100%;
}

#certify .swiper-button-next {
    right: 0px;
    width: 20px;
    height: 40px;
    background: url('../images/right02@2x.png') no-repeat;
    background-size: 100%;
}

#certify .swiper-button-next:after, #certify .swiper-button-prev:after {
    display: none;
    border: 0
}

#certify .swiper-button-next:hover, #certify .swiper-button-prev:hover {
    border: 0;
    outline: none;
}

/*喜欢*/
.new-main {
    position: relative;
}

.J_rechot {
    width: 1220px;
    margin: 20px auto 0;
    overflow: hidden;
}

.block-title {
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    color: #222222;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 87px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    background: url(../images/block-title-left.png) no-repeat left center/71px 34px, url(../images/block-title-right.png) no-repeat right center/71px 34px;
}

.rechot-tab-list-box {
    position: relative;
    margin-top: 20px;
    display: none;
}

ul.rechot-tab-list {
    width: 100%;
    height: 60px;
    background: #ffffff;
    padding: 14px 30px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    float: none;
    position: relative;
}

ul.rechot-tab-list li {
    position: relative;
    box-sizing: border-box;
    width: auto;
    min-width: 180px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #262626;
    font-size: 16px;
    cursor: pointer;
    padding: 0 30px;
    display: inline-block;
    float: none;
}

ul.rechot-tab-list li:hover {
    color: #e1251b;
}

ul.rechot-tab-list li.on span {
    min-width: 96px;
    height: 36px;
    line-height: 36px;
    background: #e1251b;
    border-radius: 18px;
    display: inline-block;
    color: #ffffff;
    margin-top: -2px;
    padding: 0 16px;
    box-sizing: border-box;
    font-weight: 600;
}

ul.rechot-tab-list li.on span:hover {
    background: #c92118;
}

ul.product-list {
    margin-top: 15px;
    padding-top: 10px;
    background: white;
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
}

ul.product-list li {
    width: auto;
    background: white;
    float: left;
    position: relative;
    width: 243px;
    height: 305px;
    padding: 10px 5px;
    box-sizing: border-box;
}

ul.product-list li .product-item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 20px 0;
    display: block;
}

ul.product-list li:nth-child(5n + 1), ul.product-list li:nth-child(5n + 5) {
    width: 245px;
}

ul.product-list li:nth-child(-n + 5)::before {
    height: 297px;
}

ul.product-list li:nth-child(5n + 5)::before {
    width: 0;
}

ul.product-list li:nth-child(5n + 5)::after {
    left: 0;
    right: none;
}

ul.product-list li:nth-child(5n + 1)::after, ul.product-list li:nth-child(5n + 5)::after {
    width: 245px;
}

ul.product-list li::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.06);
}

ul.product-list li::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
}

ul.product-list li .product-item:hover .product-item-img {
    opacity: 0.8;
}

ul.product-list li .product-item:hover .product-item-name {
    color: #1844A7;
}

ul.product-list li .product-item .product-item-img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    display: block;
}

ul.product-list li .product-item .product-item-name {
    color: #262626;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-top: 16px;
    word-break: break-all;
    height: 40px;
}

ul.product-list li .product-item .product-item-price {
    color: #E60000;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 16px;
}

/*采购推荐*/
.wrap {
    margin: 0 auto;
    clear: both;
    width: 1220px;
}

.m-txt h2 {
    font-size: 20px;
    font-weight: bold
}

.m-txt h2 em {
    background: #1844A7;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px
}

.m-txt h2 span {
    font-size: 14px;
    margin-left: 10px;
    color: #666666;
    font-weight: 500
}

.main {
    margin-top: 15px;
    background: #fff;
}

.m-head {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
}

.m-tit02 {
    height: 55px;
    line-height: 55px;
}

.m-tit02 .news_subNav {
    width: 1000px;
    height: 55px;
    line-height: 55px;
    text-align: right;
    font-size: 14px;
    color: #ddd;
    float: right;
    overflow: hidden;
}

.m-tit02 .news_subNav a {
    padding: 0 10px;
    color: #666;
}

.m-tit02 .m-more {
    text-align: right;
    float: right;
    font-size: 14px;
    color: #666;
}

.m-tit02 .m-more.c1 {
    color: #ff7300;
}

.m-tit02 .m-more i {
    padding-left: 5px;
    float: right;
    display: block;
    margin-top: 2px;
}

.m-tit02 a:hover {
    color: #1844A7;
}

.buy {
    background: none;
}

.buy .scroll_f {
    background: #1844A7;
    color: #ffffff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding-right: 0;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    border-radius: 20px 0 20px 20px;
    margin-top: 17px;
    margin-right: 8px;
    font-weight: 600;
}

.floor_buy {
    width: 1235px;
    margin-right: -15px;
}

.floor_buy .box-l {
    float: left;
    width: 296px;
    margin-right: 14px;
}

.floor_buy .floor_title_new {
    width: 100%;
    height: 85px;
    background: #1844A7;
    display: inline-block;
}

.floor_buy .floor_title_new span {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    width: 88%;
    padding-left: 12%;
}

.floor_buy .floor_title_new .p1 {
    padding: 15px 0 0 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 12%;
}

.floor_buy .floor_s {
    float: left;
    margin-left: 20px;
    padding-left: 10px;
    height: 18px;
    border-left: 3px solid #1844A7;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}

.floor_buy .blueborber {
    width: 228px;
    height: 38px;
    border-radius: 5px;
    background: none;
    border: 1px solid #1844A7;
    color: #1844A7;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
}

.floor_buy .blueborber:hover {
    border-color: #1844A7;
    color: #ffffff;
    background: #1844A7;
}

.floor_buy .box-r {
    float: right;
    overflow: hidden;
    width: 919px;
    height: 388px;
    border-left: 1px solid #efefef;
}

.floor_buy .content-n {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    height: 315px;
}

.floor_buy .content-n ul {
    overflow: hidden;
    height: 315px;
}

.floor_buy .content-n li {
    padding: 10px 15px 15px 15px;
    height: 132px;
    border-bottom: 1px solid #f5f5f5;
}

.floor_buy .content-n li.odd {
    padding: 6px 30px 6px 23px;
}

.floor_buy .content-n li.noborder {
    border-bottom: none;
}

.floor_buy .content-n li p {
    line-height: 24px;
    font-size: 14px;
}

.floor_buy .content-n li .p1 {
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.floor_buy .content-n li .p1 a {
}

.floor_buy .content-n li .p2 {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    overflow: hidden;
}

.floor_buy .content-n li .w1 {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #666666;
}

.floor_buy .content-n li .w2 {
    margin: 3px 0
}

.floor_buy .content-n li .price {
    width: 70px;
    text-align: center;
    height: 25px;
    color: #1844A7;
    font-size: 14px;
    margin-top: 10px;
}

.floor_buy .content-n li .price p {
    color: #1844A7;
    line-height: 25px;
}

.floor_buy .content-n li .price .blue_button, #floor3 .box2 .content li .price .gray_button {
    float: left;
    width: 70px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #1844A7;
    color: #1844A7;
    font-size: 12px;
    text-decoration: none;
    border-radius: 3px;
}

.floor_buy .content-n li .price .blue_button:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    background: #1844A7;
    color: #ffffff
}

.floor_buy .content-n li .price .gray_button {
    background: #999;
}

.floor_buy .demands {width: 291px;height: 400px;margin-right: 14px;background: #C7D5DE;padding: 15px;box-sizing: border-box;}
.floor_buy .demands a:hover {color:#333333;}
.floor_buy .demands h3 {height: 61px;font-size: 20px;line-height: 55px;text-align:center;font-weight: 600;}
.floor_buy .demands ul {padding: 0 5px;}
.floor_buy .demands ul li {margin-top: 14px;overflow:hidden;}
.floor_buy .demands ul li span {width: 100%;height: 25px;line-height: 25px;font-size:14px;display: inline-block;}
.floor_buy .demands ul li span b {color:#FF0000;}
.floor_buy .demands ul li input {font-size:14px;width: 100%;height: 38px;padding:0 10px;border:1px solid #ececec;border-radius:2px;box-sizing: border-box;}
.floor_buy .demands ul li input::-webkit-input-placeholder {color:#d9d9d9;}
.floor_buy .demands ul li input:-moz-placeholder {color:#d9d9d9;}
.floor_buy .demands ul li input::-moz-placeholder {color:#d9d9d9;}
.floor_buy .demands ul li input:-ms-input-placeholder{color:#d9d9d9;}
.floor_buy .demands ul li .input-error {border:1px solid #FF0000;}
.floor_buy .demands ul li .input-error::-webkit-input-placeholder {color:#FF0000;}
.floor_buy .demands ul li .input-error::-ms-input-placeholder {color:#FF0000;}
.floor_buy .demands ul li .input-error::-moz-input-placeholder {color:#FF0000;}
.floor_buy .demands .submit{margin-top: 22px;}
.floor_buy .demands .submit .btn-blue{font-size:14px;width: 100%;text-align:center;height: 38px;line-height: 38px;border-radius:20px;color:#FFFFFF;border:0;box-sizing: border-box;}

/* .floor_buy .demands a:hover {
    color: #333333
}

.floor_buy .demands h3 {
    height: 49px;
    background: #c7d5de;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}

.floor_buy .demands ul {
    padding: 10px 20px 20px;
    background-color: #c7d5de;
    height: 321px;
}

.floor_buy .demands ul li {
    margin-top: 10px;
    overflow: hidden;
}

.floor_buy .demands ul li span {
    width: 63px;
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin-right: 10px;
}

.floor_buy .demands ul li span b {
    color: #1844A7;
}

.floor_buy .demands ul li select {
    font-size: 14px;
    width: 202px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #ececec;
    border-radius: 2px;
    padding: 0 10px;
    background: #FFFFFF url("../../images/new_index_1/btn_pulldown2.png") no-repeat 175px 12px!important;
}

.floor_buy .demands ul li select option {
    width: 50px;
}

.floor_buy .demands ul li textarea {
    font-size: 14px;
    width: 145px;
    height: 99px;
    padding: 5px;
    border: 1px solid #ececec;
    border-radius: 2px;
}

.floor_buy .demands ul li textarea::-webkit-input-placeholder {
    color: #d9d9d9;
}

.floor_buy .demands ul li textarea:-moz-placeholder {
    color: #d9d9d9;
}

.floor_buy .demands ul li textarea::-moz-placeholder {
    color: #d9d9d9;
}

.floor_buy .demands ul li textarea:-ms-input-placeholder {
}

{
    color: #d9d9d9;
}

.floor_buy .demands ul li input {
    font-size: 14px;
    width: 135px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #ececec;
    border-radius: 2px;
}

.floor_buy .demands ul li input::-webkit-input-placeholder {
    color: #d9d9d9;
}

.floor_buy .demands ul li input:-moz-placeholder {
    color: #d9d9d9;
}

.floor_buy .demands ul li input::-moz-placeholder {
    color: #d9d9d9;
}

.floor_buy .demands ul li input:-ms-input-placeholder {
}

{
    color: #d9d9d9;
}

.floor_buy .demands ul li input.code1 {
    width: 110px;
    float: left;
}

.floor_buy .demands ul li input.code2 {
    width: 88px;
    float: right;
    background-color: #8cb3f9;
    color: #FFFFFF;
    border: 0;
}

.floor_buy .demands ul li input.bannedClick {
    background-color: #cccccc;
}

.floor_buy .demands ul li button {
    margin-top: 10px;
    font-size: 14px;
    width: 155px;
    text-align: center;
    height: 34px;
    line-height: 31px;
    border-radius: 20px;
    background-color: #1844A7;
    color: #FFFFFF;
    border: 0;
    margin-left: -22px;
}

.floor_buy .demands ul li button {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    cursor: no-drop;
} */

/*展会*/
.ease {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gradual {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{000000}', endColorStr='#{666666}');
}

.slideBox .m-hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 42%;
    bottom: 12px;
    z-index: 1;
}

.slideBox .m-hd ul {
    overflow: hidden;
    zoom:1; float: left;
}

.slideBox .m-hd ul li {
    float: left;
    margin-right: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #2277E6;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    opacity: .2;
    filter: alpha(opacity=20);
}

.slideBox .m-hd ul li.active {
    background: #2277E6;
    opacity: 1;
    filter: alpha(opacity=100);
}

.slideBox .m-bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .m-bd li {
    zoom:1; vertical-align: middle;
}

.slideBox .m-bd li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    opacity: 0.8;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.slideBox .m-bd img {
    width: 630px;
    height: 280px;
    display: block;
}

.slideBox.slideBox3 {
    float: none;
    width: 400px;
    height: 240px;
    margin-left: 0;
    margin-bottom: 11px;
}

.slideBox.slideBox3 .m-bd img {
    width: 400px;
    height: 240px;
}

.slideBox.slideBox3 .icon_prev,.slideBox.slideBox3 .icon_next {
    position: absolute;
    left: 10px;
    top: 100%;
    margin-top: -32px;
    display: block;
    width: 15px;
    height: 30px;
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
}

.slideBox.slideBox3 .icon_prev {
    right: 0;
    background-position: 0 -145px;
}

.slideBox.slideBox3 .icon_next {
    left: auto;
    right: 0px;
    background-position: 0 -178px;
}

.slideBox.slideBox3 a:hover .icon_prev,.slideBox.slideBox3 a:hover .icon_next {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slideBox.slideBox3 i {
    font-size: 22px;
}

.exhibition {
    overflow: hidden;
    padding-bottom: 15px;
}

.exhibition .m-head {
    background: #f2f2f2
}

.exhibition-img {
    width: 400px;
    float: left;
    margin-left: 15px;
}

.exhi-title {
    height: 30px;
    font-size: 0;
    position: relative;
    padding: 12px 0;
}

.exhi-title i {
    font-size: 30px;
    vertical-align: top;
    color: #2277E6;
    margin-right: 7px;
    margin-top: 1px;
}

.exhi-title h2 {
    vertical-align: top;
    line-height: 30px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.exhi-title h2 a {
    color: #333;
}

.exhi-title h2 a:hover {
    color: #2277E6;
}

.exhi-img--big {
    overflow: hidden;
    height: 240px;
    position: relative;
    margin-top: 15px;
}

.exhi-img--big ul {
    width: 100%;
    position: absolute;
    z-index: 8;
}

.exhi-img--big ul li {
    width: 100%;
    float: left;
}

.exhi-img--big ul li .image {
    height: 340px;
    overflow: hidden;
}

.exhi-img--big ul li .image img {
    width: 100%;
    display: block;
    height: 100%;
}

.exhi-img--big .carousel-indicators {
    position: absolute;
    z-index: 9;
    height: 8px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.exhi-img--big .carousel-indicators a {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background-color: #b6bcc8;
    vertical-align: top;
    margin: 0 8px;
    font-size: 0;
}

.exhi-img--big .carousel-indicators a.active {
    width: 20px;
    background-color: #2277E6;
}

.exhi-img--small {
    width: calc(100% + 14px);
    overflow: hidden;
    margin-top: 14px;
}

.exhi-img--small li {
    width: 50%;
    float: left;
}

.exhi-img--small li a {
    display: block;
    color: #fff;
    margin-right: 14px;
    margin-top: 10px;
}

.exhi-img--small li .image {
    overflow: hidden;
    position: relative;
}

.exhi-img--small li .image img {
    width: 100%;
    height: 127px;
    max-height: none;
    display: block;
}

.exhi-img--small li .image span {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding: 10px 8px 8px 12px;
    font-size: 14px;
    overflow: hidden;
    color: #fff;
    font-weight: normal;
}

.exhi-img--small li .image span strong {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    display: block;
    font-weight: normal;
}

.exhi-img--small li a:hover span strong {
    height: 36px;
}

.exhibition-txt {
    width: 455px;
    float: left;
    padding: 0 18px;
    margin-top: 15px;
}

.exhi-tab {
    height: 54px;
    position: relative;
    background-color: #f6f7fb;
    border-top: 1px solid #f6f7fb;
}

.exhi-tab ul {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 54px;
    font-size: 20px;
    line-height: 54px;
}

.exhi-tab ul li {
    width: 33.33%;
    height: 54px;
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    color: #999999;
    float: left;
    cursor: pointer;
}

.exhi-tab ul li.on {
    color: #FFFFFF;
    font-weight: 700;
    background: #1844A7;
}

.exhibition-txt .bd {
    border: 0
}

.exhi-bot {
    display: none;
}

.exhibition-top {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding: 10px 0;
}

.exhibition-top span {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    color: #1844A7;
    margin: 8px 0 16px;
}

.exhibition-top span i {
    font-size: 14px;
    vertical-align: top;
    margin: 0 10px;
    font-weight: 700;
    background: #1844A7;
    color: #ffffff;
    padding: 5px
}

.exhibition-top span a {
    color: #1844A7;
}

.exhibition-top p {
    color: #999;
    font-size: 14px;
    overflow: hidden;
}

.recom-exhibition li {
    margin-top: 14px;
    position: relative;
}

.recom-exhibition li .time {
    width: 58px;
    height: 58px;
    border: 1px solid #f0f0f0;
    text-align: center;
    position: absolute;
}

.recom-exhibition li .time b {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    background-color: #f0f0f0;
    display: block;
}

.recom-exhibition li .time strong {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    display: block;
    font-weight: normal;
}

.recom-exhibition li:hover .time {
    border: 1px solid #1844A7;
    color: #fff;
}

.recom-exhibition li:hover .time b {
    color: #fff;
    background-color: #1844A7;
}

.recom-exhibition li:hover .time strong {
    color: #1844A7;
}

.recom-exhibition li p {
    margin: 0 150px 0 75px;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.recom-exhibition li p a {
}

.recom-exhibition li p a:hover {
}

.recom-exhibition li span {
    display: block;
    margin: 0 0px 0 75px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    color: #999;
    overflow: hidden;
}

.recom-exhibition .city {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 32px;
    color: #999;
}

.recom-exhibition1 li p {
    margin: 0 0 0 75px;
}

.exhibition-list {
    margin-top: 12px;
}

.exhibition-list li {
    font-size: 15px;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    position: relative;
    padding-right: 110px;
}

.exhibition-list li a {
}

.exhibition-list li a:hover {
}

.exhibition-list li p {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999999;
    text-align: right;
}

.exhibition-video {
    width: 300px;
    float: left;
}

.exhibition-video ul {
    position: relative;
}

.exhibition-video ul::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 8px;
    width: 1px;
    height: 100%;
    background-color: #dddddd;
}

.exhibition-video ul li {
    padding: 16px 0 0 28px;
    position: relative;
    z-index: 9;
}

.exhibition-video ul li::after {
    content: '';
    position: absolute;
    top: 23px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #1844A7;
}

.exhibition-video ul li span {
    display: block;
    height: 27px;
}

.exhibition-video ul li span mark {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    background-color: #1844A7;
    font-size: 12px;
    color: #fff;
    padding: 0 8px;
    border-radius: 2px;
    margin-right: 8px;
}

.exhibition-video ul li span mark:nth-child(2) {
    background-color: #eca000;
}

.exhibition-video ul li span b {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    padding: 0 8px;
    border-radius: 2px;
    margin-right: 8px;
    background-color: #ef6f26;
    font-weight: normal;
}

.exhibition-video ul li span b.enroll {
    /* background-color: #795548; */
}

.exhibition-video ul li span b.replay {
    background-color: #f49940;
}

.exhibition-video ul li span b.demand {
    background-color: #588bf3;
}

.exhibition-video ul li span b strong {
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
    -webkit-animation: isLiving .6s steps(6) infinite;
    animation: isLiving .6s steps(6) infinite;
}

.exhibition-video ul li p {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.exhibition-video ul li p a {
}

.exhibition-video ul li p a:hover {
}

.exhibition-video ul li .image {
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    position: relative;
}

.exhibition-video ul li.active .image {
    margin: 9px 0 9px 0;
    height: 180px;
}

.exhibition-video ul li.active .image {
    display: block;
}

.exhibition-video ul li .image img {
    width: 100%;
    max-height: none;
    display: block;
    height: 100%;
}

.exhibition-video ul li .image b {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #f65d4d;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 0 10px;
    z-index: 8;
    font-weight: 400;
    border-radius: 13px;
}

.exhibition-video ul li .image b.replay {
    background-color: #f49940;
}

.exhibition-video ul li .image b.enroll {
    background-color: #1844A7;
}

.exhibition-video ul li .image b.demand {
    background-color: #588bf3;
}

.exhibition-video ul li .image b strong {
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
    -webkit-animation: isLiving .6s steps(6) infinite;
    animation: isLiving .6s steps(6) infinite;
}

/*招商*/
.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 12px;
}

.fb {
    font-weight: 600;
}

.s-oe {
    /* color: #e60000 !important; */
}

a.s-oe:hover {
    text-decoration: underline;
}

.s-c59 {
    color: #595959;
}

.s-c26 {
    color: #262626;
}

.s-8c {
    color: #8c8c8c;
}

.s-c3 {
    color: #333;
}

.s-c9 {
    color: #999;
}

.s-cb {
    color: #bbb;
}

.img-block {
    display: block;
    overflow: hidden
}

.img-block img {
    display: block;
    width: 100%;
    height: 100%
}

.magnify img {
    transition: all .35s linear;
    transform: scale(1)
}

.magnify:hover img {
    transform: scale(1.05)
}

.char-type {
    width: 920px;
}

.char-type dt {
    height: 0;
    line-height: 0;
    margin-bottom: 0;
    display: none;
}

.char-type dt img {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 20px
}

.char-type dt h3 {
    font-size: 24px;
    color: #111319
}

.char-type dd {
    float: left
}

.char-type .img-block {
    overflow: hidden;
    position: relative
}

.char-type .img-block .txt {
    position: absolute;
    left: 0;
    right: 0
}

.char-type .img-block .txt .f18 {
    /* color: #595959; */
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
}

.char-type .img-block .txt .f14 {
    color: #8c8c8c
}

.char-type dd div {
    height: 26px;
    line-height: 26px;
    margin-top: 10px
}

.char-type dd div span {
    float: left;
    color: #E60000;
    font-weight: bold;
}

.char-type dd div .btn {
    float: right;
    width: 68px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    text-align: center;
    border: 0;
    background-color: #ff6600;
    color: #fff;
}

.char-type dd .img-block .txt {
    top: 6px;
    padding: 0 15px
}

.chartlet-h442 .char-type {
    width: 588px
}

.chartlet-h442 .char-type dd {
    width: 180px;
    margin-right: 24px
}

.char-type dd.h442,.char-type dd.h442 .img-block {
    height: 442px
}

.char-type dd.h180 .img-block {
    height: 180px
}

.char-type dd.h442 .img-block .txt {
    top: 95px;
    padding: 0 15px;
    text-align: center
}

.char-type dd {
    width: 210px;
    margin-right: 10px;
    background: #ffffff;
    padding: 6px;
    margin-bottom: 10px;
}

.char-type dd.h442,.char-type dd.h442 .img-block {
    height: 465px;
    padding: 0;
    background: #eaf0ff;
}

.char-type dd.h442 .img-block img {
    width: 170px;
    height: 120px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 5px;
}

.char-type dd.h180 .img-block {
    height: 180px;
    /* background: #F1F1F1; */
}

.char-type dd.h180 .img-block img {
    width: 144px;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 35px;
    border-radius: 5px;
}

.char-type dd.h442 .img-block .txt {
    top: 95px;
    padding: 0 15px;
    text-align: center
}

.i-info .fr {
    width: 270px;
    background: #ffffff;
    padding: 15px;
}

.i-info .fr .nav-h30 {
    height: 30px;
    line-height: 30px
}

.i-info .fr .nav-h30 h3 {
    float: left
}

.i-info .fr .nav-h30 h3.f22 {
    font-size: 18px;
    font-weight: 600;
}

.i-info .fr .nav-h30 h3.f24 {
    font-size: 24px
}

.i-info .fr .nav-h30-line-oe {
    position: relative;
    padding-left: 0;
}

.i-info .fr .nav-h30-line-oe:after {
    position: absolute;
    left: 0;
    top: 8px;
    width: 0;
    height: 18px;
    background-color: #C60A09;
    content: '';
}

.wz-list dt {
    margin-bottom: 21px;
    margin-top: 15px;
}

.wz-list dt .f24 {
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.wz-list dt .f18 {
    height: 24px;
    line-height: 24px;
    overflow: hidden
}

.wz-list dt .f14 {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 5px;
}

.wz-list dd {
    margin: 20px 0 10px;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
}

.wz-list dd .img-block {
    float: left;
    width: 100px;
    height: 72px;
    overflow: hidden;
    margin-right: 15px;
}

.wz-list dd .f16 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 15px;
}

.wz-list dd .f14 {
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin-top: 9px
}

.i-info {
}

.i-info .wz-list dd {
    height: auto;
    line-height: 100%;
}

/*video*/
.ease {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gradual {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{000000}', endColorStr='#{666666}');
}

.part3 {
    margin: 15px auto 0;
}

.part3 i.ico_bf {
    background: url(../images/ico_bf.png) no-repeat 0 0;
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
    z-index: 4;
    float: initial;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 40%;
    top: 30%;
}

.talk {
    width: 410px;
    box-sizing: border-box;
    margin-right: 15px;
    float: left;
}

.talk ul {
    overflow: hidden;
    margin-top: 10px;
    background: #ffffff;
    padding: 10px;
}

.talk ul li {
    float: left;
    margin-bottom: 12px;
}

.talk ul li:last-child {
    margin-bottom: 0;
}

.talk ul li .image {
    width: 140px;
    float: left;
    height: 90px;
    margin-right: 10px;
}

.talk ul li .image a {
}

.talk ul li .image img {
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.talk ul li:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.talk ul li .text {
    font-size: 14px;
    overflow: hidden;
}

.talk ul li .text p {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.talk ul li .text p a {
}

.talk ul li .text p a:hover {
}

.talk ul li .text span {
    margin-top: 22px;
    display: inline-block;
    color: #999;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    font-size: 12px;
}

.talk ul li .text span b {
    font-weight: normal;
    color: #999999;
}

.talk_title span {
    display: inline-block;
    width: 171px;
    height: 39px;
    background-size: contain;
    font-size: 20px;
    font-weight: bold;
}

.liveCore {
    width: 480px;
    float: left;
}

.liveCore_title span {
    display: inline-block;
    width: 192px;
    height: 39px;
    background-size: contain;
    font-size: 20px;
    font-weight: bold;
}

.classroom_title span {
    display: inline-block;
    width: 137px;
    height: 39px;
    background-size: contain;
    font-size: 20px;
    font-weight: bold;
}

.classroom {
    width: 300px;
    float: right;
}

.liveBigImg {
    margin-top: 10px;
}

.liveBigImg .image {
    padding-bottom: 56.5%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.liveBigImg .image i.ico_bf {
    top: 35%;
    left: 45%;
    background-size: 58px 58px;
    width: 58px;
    height: 58px;
}

.liveBigImg .image img {
    max-height: none;
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.liveBigImg a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.liveBigImg .image p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    font-size: 16px;
    line-height: 100px;
    text-indent: 20px;
    overflow: hidden;
    width: 100%;
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    /* 标准的语法（必须放在最后） */
}

.liveBigImg .image p a {
    color: #fff;
}

.liveCore .image mark {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 9;
    line-height: 34px;
    font-size: 14px;
    width: 81px;
    height: 37px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}

.liveCore .image mark.Notice {
    background-color: #e60000;
}

.liveCore .image mark.Live {
    text-indent: 15px;
    background-size: contain;
}

.liveCore .image mark.Replay {
    width: 40px;
    height: 25px;
    background: #1844A7;
    line-height: 25px;
    background-size: contain;
}

.liveSmallImg {
    margin-top: 12px;
}

.liveSmallImg ul {
    margin: -6px;
}

.liveSmallImg ul li {
    float: left;
    box-sizing: border-box;
    padding: 6px;
}

.liveSmallImg ul li .image {
    padding-bottom: 56.5%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.liveSmallImg ul li .image img {
    max-height: none;
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.liveSmallImg ul li:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.liveSmallImg ul li .image p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    font-size: 14px;
    line-height: 60px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
    /* 标准的语法（必须放在最后） */
}

.liveSmallImg ul li .image p a {
    color: #fff;
}

.liveSmallImg .liveSmallImg-two {
    width: 50%;
}

.liveSmallImg .liveSmallImg-three {
    width: 50%;
}

.classroom-main {
    overflow: hidden;
    margin-top: 10px;
}

.classroom-top .image {
    padding-bottom: 56%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.classroom-top .image img {
    max-height: none;
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.classroom-top a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.classroom-top .image span {
    color: #fff;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding: 10px 8px 8px 12px;
    font-size: 14px;
    overflow: hidden;
    color: #fff;
    font-weight: normal;
}

.classroom-top .image span strong {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    font-weight: normal;
}

.classroom-top a:hover span strong {
    height: 40px;
}

.classroom-top {
    border-bottom: 1px solid #e6e6e6;
}

.part3 .classroom-top i.ico_bf {
    top: 35%;
    left: 43%;
}

.classroom-top b {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
    overflow: hidden;
    display: block;
}

.classroom-top b a {
    color: #333;
    float: left;
    max-width: 80%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
}

.classroom-top b a:hover {
    color: #e60000;
}

.classroom-top b i {
    background: #ffe4e0;
    display: inline-block;
    color: #fd664d;
    font-size: 14px;
    font-style: normal;
    padding: 1px 7px;
    margin-left: 5px;
    float: left;
}

.classroom-top p {
    line-height: 26px;
    color: #999;
    height: 52px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 22px;
}

.classroom-main ul {
    margin-top: 12px;
    background: #ffffff;
    padding: 5px;
}

.classroom-main ul li {
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    height: 32px;
    padding-left: 10px;
}

.classroom-main ul li a {
}

.classroom-main ul li a i {
    float: left;
    width: 10px;
    margin-right: 8px;
    font: bold 32px/32px "Arial";
    color: #ccc;
}

.classroom-main ul li a:hover {
}

/*问答*/
.wenda {
}

.wenda .m-head {
    background: #f2f2f2
}

.wenda .consult-list {
    padding: 20px;
    width: 880px;
}

.wenda .tabs {
    border-bottom: 1px solid #eee;
}

.wenda .tabs li {
    float: left;
    position: relative;
}

.wenda .tabs li a {
    display: block;
    padding: 0 15px 10px;
    color: #999;
    font-size: 14px;
}

.wenda .tabs li.active a:before, .wenda .tabs li:hover a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #377bee;
}

.wenda .tabs li.active a:after, .wenda .tabs li:hover a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -6px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid #377bee;
    border-color: transparent transparent #377bee;
}

.wenda .consult-list .content-container {
    min-height: 212px;
}

.wenda .consult-show {
    margin-top: 20px;
}

.wenda .consult-show ul li {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
}

.wenda .consult-show ul li:last-child {
    border-bottom: 0
}

.wenda .consult-show ul li .pre-icon {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    line-height: 30px;
    text-indent: -9999px;
}

.wenda .consult-show .ask .pre-icon {
    background-image: url(../images/home-sprite.png);
    background-repeat: no-repeat;
    background-position: -5px -50px;
    width: 35px;
    height: 36px;
}

.wenda .consult-show .ask .content-d {
    display: inline-block;
    margin-left: 20px;
    margin-top: 5px;
    height: 20px;
    font-size: 14px;
    width: 650px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wenda .consult-show .ask .date {
    float: right;
    margin-top: 4px;
    color: #888;
}

.wenda .consult-show .answer {
    margin-top: 8px;
    display: none;
}

.wenda .consult-show .answer .pre-icon {
    background-image: url(../images/home-sprite.png);
    background-repeat: no-repeat;
    background-position: -5px -5px;
    width: 35px;
    height: 35px;
    display: none;
}

.wenda .consult-show .answer .inner {
    position: relative;
    margin-left: 50px;
    background-color: #f5f5f5;
    padding: 10px;
}

.wenda .consult-show .answer .inner .arrow {
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #f5f5f5;
    border-left: 10px solid transparent;
}

.wenda .wz-list dd {
    margin: 9px 0 10px;
}

.wenda-r-txt {
    width: 280px;
    margin-top: 15px;
    margin-right: 15px;
}

.nav-h30-line-oe {
    position: relative;
    padding-left: 15px;
}

.nav-h30 {
    height: 25px;
    line-height: 25px;
}

.nav-h30 h3.f20 {
    font-size: 18px;
    font-weight: 600;
}

.nav-h30 h3 {
    float: left;
}

.nav-h30-line-oe:after {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 16px;
    background-color: #1844A7;
    content: '';
    border-radius: 3px;
}

/*zhuanti*/
.zhuanti {
}

.zhuanti img {
    vertical-align: middle
}

.zhuanti .i-zhuanti {
    padding: 15px;
    background: #ffffff
}

.zhuanti .special-report {
}

.zhuanti .special-report .retrospect {
    width: 518px;
    height: 308px;
}

.zhuanti .special-report .retrospect a {
    box-sizing: border-box;
    width: 518px;
    height: 308px;
    display: block;
    position: relative;
    transition: transform .3s ease-in-out;
}

.zhuanti .special-report .retrospect a:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.14);
}

.zhuanti .special-report .retrospect p {
    font-size: 15px;
    color: #333333;
    line-height: 22px;
    margin-top: 10px;
}

.zhuanti .special-report .retrospect p a {
    display: inline;
    border: 0;
}

.zhuanti .special-report .retrospect p a:hover {
    box-shadow: none;
    bottom: 0
}

.zhuanti .special-report .special-list-item {
    width: 640px;
}

.zhuanti .special-report .special-list-item ul {
    margin-right: -14px;
}

.zhuanti .special-report .special-list-item li {
    float: left;
    width: 204px !important;
    margin-right: 14px;
    margin-bottom: 6px;
}

.zhuanti .special-report .special-list-item li:hover p {
    color: #d7000f;
}

.zhuanti .special-report .special-list-item a {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    display: block;
    width: 204px;
    height: 126px;
    position: relative;
    transition: transform .3s ease-in-out;
    text-align: left;
}

.zhuanti .special-report .special-list-item a:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.14);
}

.zhuanti .special-report .special-list-item p {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    margin-top: 6px;
    height: 44px;
    overflow: hidden;
}

.zhuanti .special-report .special-list-item p a {
    display: inline;
    border: 0;
}

.zhuanti .special-report .special-list-item p a:hover {
    box-shadow: none;
    bottom: 0
}

/*lou*/
.main-block-content {
    width: 100%;
}

.main-block-content .pro-list-col {
    width: 100%;
    height: 400px;
    position: relative;
    background: #FFF;
}

/*lou-zuo*/
.main-block-content .pro-tab-col {
    width: 140px;
    height: 350px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #FFF;
    float: left;
}

.main-block-content .pro-tab-col .pro-tab {
    width: 80%;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    line-height: 32px;
    height: 32px;
    /* margin: 2px 0; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-block-content .pro-tab-col .pro-tab.active {
    color: #FFF;
}

.main-block-content .pro-tab-col .pro-tab {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: .2s;
}

.floor:nth-child(1) .main-block-content .pro-tab-col .pro-tab {
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.floor .main-block-content .pro-tab-col .pro-tab.active {
    background: #a77e52;
}

.floor .main-block-content .pro-tab-col .pro-tab:hover {
    background-color: #FFF;
}

.louxh:nth-child(1) .main-block-content .pro-tab-col .pro-tab.active {
    background: #e0b375;
}

.louxh:nth-child(1) .main-block-content .pro-tab-col {
    background: #f2e2c6;
}

.louxh:nth-child(2) .main-block-content .pro-tab-col {
    background: #c9e1ec
}

.louxh:nth-child(3) .main-block-content .pro-tab-col {
    background: #d5def6;
}

.louxh:nth-child(4) .main-block-content .pro-tab-col {
    background: #d2ebea
}

.louxh:nth-child(5) .main-block-content .pro-tab-col {
    background: #fddecb;
}

.louxh:nth-child(6) .main-block-content .pro-tab-col {
    background: #d5def6
}

.louxh:nth-child(7) .main-block-content .pro-tab-col {
    background: #f2e2c6;
}

.louxh:nth-child(8) .main-block-content .pro-tab-col {
    background: #d5def6
}

.louxh:nth-child(1) .main-block-content .pro-tab-col .pro-tab.active {
    background: #ec7e58;
}

.louxh:nth-child(2) .main-block-content .pro-tab-col .pro-tab.active {
    background: #69c1ec
}

.louxh:nth-child(3) .main-block-content .pro-tab-col .pro-tab.active {
    background: #7c96d7;
}

.louxh:nth-child(4) .main-block-content .pro-tab-col .pro-tab.active {
    background: #88c9c6;
}

.louxh:nth-child(5) .main-block-content .pro-tab-col .pro-tab.active {
    background: #ec7e58;
}

.floor .main-block-content .pro-tab-col {
    background: #f2e5cb;
}

/*lou-zhong*/
.floor .main-block-content .pro-list-wrap {
    width: 1080px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 140px;
    display: none;
    float: left;
}

.floor .main-block-content .pro-list-ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.floor .main-block-content .pro-list-ul li {
    position: absolute;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid transparent
}

.floor .main-block-content .pro-list-ul li:hover {
    border: 1px solid #1844A7;
}

.floor .main-block-content .pro-list-ul li:hover h2 {
    color: #1844A7;
}

.floor .main-block-content .pro-list-ul li:hover:nth-of-type(1) {
    width: 300px;
    border-right: 1px solid #1844A7
}

.floor .main-block-content .pro-list-ul li:hover:nth-of-type(2) {
    width: 300px;
    border-right: 1px solid #1844A7;
    border-bottom: 1px solid #1844A7;
}

.floor .main-block-content .pro-list-ul li:hover:nth-of-type(3) {
    width: 150px;
    height: 200px;
    top: 0;
    left: 600px;
    border-right: 1px solid #1844A7;
    border-bottom: 1px solid #1844A7
}

.floor .main-block-content .pro-list-ul li:hover:nth-of-type(4) {
    width: 150px;
    height: 200px;
    top: 0;
    left: 750px;
    border-right: 1px solid #1844A7;
    border-bottom: 1px solid #1844A7
}

.floor .main-block-content .pro-list-ul li:hover:nth-of-type(5) {
    width: 150px;
    height: 200px;
    top: 200px;
    left: 300px;
    border-right: 1px solid #1844A7;
}

.floor .main-block-content .pro-list-ul li:hover:nth-of-type(6) {
    width: 150px;
    height: 200px;
    top: 200px;
    left: 450px;
    border-right: 1px solid #1844A7;
}

.floor .main-block-content .pro-list-ul li:hover:nth-of-type(7) {
    width: 300px;
    height: 200px;
    top: 200px;
    left: 600px;
    border-right: 1px solid #1844A7;
    border-bottom: 1px solid #1844A7;
}

.floor .main-block-content .pro-list-ul li:hover .pro-img img {
    transform: scale(1.1);
    transition: .5s;
    z-index: 1
}

.floor .main-block-content .pro-list-ul li .pro-img {
    position: relative;
    margin-bottom: 10px;
    transition: .5s;
    overflow: hidden;
    border-radius: 5px;
    text-align: center
}

.floor .main-block-content .pro-list-ul li .pro-img img {
    transition: .5s;
    width: 100%;
}

.floor .main-block-content .pro-list-ul li .price-col {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 13px 0 6px;
    /* float: left; */
}

.floor .main-block-content .pro-list-ul li .price-col .price-wrap {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: #E60000;
}

.floor .main-block-content .pro-list-ul li .price-col .price-wrap span {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.floor .main-block-content .pro-list-ul li .price-col .price-wrap em,.floor .main-block-content .pro-list-ul li .price-col .price-wrap i {
    font-size: 12px
}

.floor .main-block-content .pro-list-ul li .price-col .tag span {
    display: inline-block;
    font-size: 12px;
    background: #999;
    padding: 0 5px;
    margin: 5px;
    color: #FFF;
    border-radius: 5px
}

.floor .main-block-content .pro-list-ul li h2 {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    margin: 6px 0;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.floor .main-block-content .pro-list-ul li h5 {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    clear: both
}

.floor .main-block-content .pro-logos a:hover span,.floor.theme-recommend .main-block-content .recommend-list-wrap .recommend-list-ul .recommend-list-li:hover .recomm-box .recomm-name {
    color: #1844A7;
}

.floor .main-block-content .pro-list-ul li:nth-of-type(1) {
    width: 300px;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid #e8e8e8;
}

.floor .main-block-content .pro-list-ul li:nth-of-type(1) .pro-img {
    width: 260px;
    height: 260px;
    text-align: center;
    line-height: 260px
}

.floor .main-block-content .pro-list-ul li:nth-of-type(3),.floor .main-block-content .pro-list-ul li:nth-of-type(4),.floor .main-block-content .pro-list-ul li:nth-of-type(5),.floor .main-block-content .pro-list-ul li:nth-of-type(6) {
    width: 150px;
    height: 200px;
    top: 0;
    left: 600px;
    border-right: 1px solid #e8e8e8
}

.floor .main-block-content .pro-list-ul li:nth-of-type(3) .tag,.floor .main-block-content .pro-list-ul li:nth-of-type(3) h5,.floor .main-block-content .pro-list-ul li:nth-of-type(4) .tag,.floor .main-block-content .pro-list-ul li:nth-of-type(4) h5,.floor .main-block-content .pro-list-ul li:nth-of-type(5) .tag,.floor .main-block-content .pro-list-ul li:nth-of-type(5) h5,.floor .main-block-content .pro-list-ul li:nth-of-type(6) .tag,.floor .main-block-content .pro-list-ul li:nth-of-type(6) h5 {
    display: none
}

.floor .main-block-content .pro-list-ul li:nth-of-type(3) .pro-img,.floor .main-block-content .pro-list-ul li:nth-of-type(4) .pro-img,.floor .main-block-content .pro-list-ul li:nth-of-type(5) .pro-img,.floor .main-block-content .pro-list-ul li:nth-of-type(6) .pro-img {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px
}

.floor .main-block-content .pro-list-ul li:nth-of-type(3) {
    border-bottom: 1px solid #e8e8e8
}

.floor .main-block-content .pro-list-ul li:nth-of-type(4) {
    left: 750px;
    border-bottom: 1px solid #e8e8e8
}

.floor .main-block-content .pro-list-ul li:nth-of-type(5) {
    top: 200px;
    left: 300px
}

.floor .main-block-content .pro-list-ul li:nth-of-type(6) {
    top: 200px;
    left: 450px
}

.floor .main-block-content .pro-list-ul li:nth-of-type(2),.floor .main-block-content .pro-list-ul li:nth-of-type(7) {
    width: 300px;
    height: 200px;
    top: 0;
    left: 300px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.floor .main-block-content .pro-list-ul li:nth-of-type(2) .pro-img,.floor .main-block-content .pro-list-ul li:nth-of-type(7) .pro-img {
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 20px;
    text-align: center;
    line-height: 110px
}

.floor .main-block-content .pro-list-ul li:nth-of-type(7) {
    top: 200px;
    left: 600px;
    border-bottom: none
}

/*lou-you*/
.floor .main-block-content .pro-logos {
    width: 180px;
    height: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 900px;
    background-color: #e8e8e8;
    overflow: hidden;
}

.floor .main-block-content .pro-logos a {
    width: 100%;
    height: 120px;
    display: block;
    text-align: center;
}

.floor .main-block-content .pro-logos a:hover .pro-logos-img {
    transform: scale(1.1);
    transition: .5s;
    z-index: 1
}

.floor .main-block-content .pro-logos a .pro-logos-img {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    margin: 8px auto;
    overflow: hidden;
    transition: .5s
}

.floor .main-block-content .pro-logos a .pro-logos-img img {
    border-radius: 50%;
    margin: 0 auto;
    width: 100%;
}

.floor .main-block-content .pro-logos a span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    transition: .5s
}

/**/
.friend-link {
    padding: 15px
}

/*友情链接*/
.zii {
    float: right;
    font-size: 12px;
    margin-right: 15px;
    color: #1844A7;
}

.zii:hover {
    color: #1844A7;
}

.links_tab {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #f5f5f5;
    background: #fff;
}

.links_tab .tab-tit {
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    border-bottom: 1px solid #f5f5f5;
    color: #404040;
    padding-left: 15px;
}

.links_tab .tab-tit li {
    height: 63px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.links_tab .tab-tit li.hover {
    border-bottom: 2px solid #1844A7;
    color: #1844A7;
    font-weight: bold
}

.links_tab .tab-tit li.hover a {
    color: #1844A7;
}

.links_tab .tab-show {
    padding: 15px;
    font-size: 14px;
    color: #e6e6e6;
    line-height: 28px;
}

.links_tab .tab-show .tab-cont-1 {
    display: none;
}

.links_tab .tab-show a {
    color: #696969;
    display: inline-block;
}

.links_tab .tab-show a:hover {
    color: #1844A7;
}

.links_tab .tab-show span {
    padding: 0 10px;
    display: inline-block;
}
