

.wrap {
    position: relative;
    width: 1200px;
    margin: 30px auto 0;
}


/* 轮播图 */
.carousel {
    width: 100%;
    position: relative;
}

/* 图片 */
.carousel .carousel_left {
    position: relative;
    width: 640px;
    height: 400px;
    /* border: 1px solid red; */
    overflow: hidden;
    margin-right: 25px;
}

.carousel .carousel_left li {
    float: left;
}

.carousel .carousel_left .carousel_left_img {
    width: 3000px;
    position: absolute;
    left: -640px;
}

.carousel .carousel_left .carousel_left_img img {
    width: 640px;
    height: 400px;
}



.carousel .carousel_left .carousel_left_text {
    /* position: absolute; */
    width: 100%;
    z-index: 99;
    height: 400px;
}

.carousel .carousel_left .carousel_left_text ul {
    /* display: block; */
    display: inline-block;
    right: 20px;
    top: 20px;
    padding: 10px 0;
    /* left: 43%; */
    /* margin-left: 160px; */
    position: absolute;
}

.carousel .carousel_left .carousel_left_text li {
    width: 18px;
    height: 8px;
    border: 1px solid #fefefe;
    border-radius: 5px;
    /* background-color: #FF8000; */
    margin: 0 10px;
    top: 10px;
    left: 10px;
    cursor: pointer;
    /* position: absolute; */
}

.carousel .carousel_left .carousel_left_text .col {
    background-color: #FF8000;
}

.carousel .carousel_left .carousel_left_text i {
    position: absolute;
    font-size: 30px;
    color: #fefefe;
    cursor: pointer;
}

.carousel .carousel_left .carousel_left_text .carousel_left_pre,
.carousel .carousel_left .carousel_left_text .carousel_left_next {
    top: 175px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    /* border: 1px solid red; */
    background: rgba(0, 0, 0, .5);
    text-align: center;
    font-weight: 900;
    transition: left .3s ease-in-out;
    background-image: url("../../global/img/global.png");
}


.carousel .carousel_left .carousel_left_text .carousel_left_pre {

    background-position: -4px 156px;

    left: -40px;
    transition: left .3s ease-in-out;
}

.carousel .carousel_left .carousel_left_text .carousel_left_next {
    background-position: -37px 156px;
    right: -40px;
    transition: right .3s ease-in-out;
}


.carousel .carousel_left:hover .carousel_left_text .carousel_left_pre {
    left: 0px;
}

.carousel .carousel_left:hover .carousel_left_text .carousel_left_next {

    right: 0px;
}

.carousel .carousel_left .carousel_left_text .carousel_left_pre:hover {
    background-position: -4px 207px;

}

.carousel .carousel_left .carousel_left_text .carousel_left_next:hover {
    background-position: -37px 207px;
}

.carousel .carousel_left .carousel_left_bg {
    height: 50px;
    line-height: 50px;
    width: 640px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
}

.carousel .carousel_left .carousel_left_bg ul {
    display: block;
    position: absolute;
    bottom: 7px;
    z-index: 99;
    width: 560px;
    left: 40px;
    /* border: 1px solid red; */
    border-left: 3px solid #f34540;
}

.carousel .carousel_left .carousel_left_bg li {
    width: 96%;
    margin: 0 auto;
    float: none;
}

.carousel .carousel_left .carousel_left_bg li a {
    display: block;
    font-size: 19px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}


/* 右边的文章 */
.carousel_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 530px;
    /* border: 1px solid #ccc; */
    border-radius: 3px;
    padding: 20px 0;
    background: #fff;
    height: 400px;

}


.carousel_right ul {
    /* display: none; */
    width: 90%;
    margin: 0px auto 0;
}

.carousel_right ul li {
    width: 100%;
}

.carousel_right ul li a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    word-break: break-all;
    word-break: break-all;
    font-size: 17px;
    color: #222;
}

.carousel_right h2 {
    width: 100%;
    margin: 0px auto 0;

}

.carousel_right h2 a {
    display: block;
    font-weight: 600;
    width: 100%;
    /*text-align: center;*/
    font-size: 25px;
    line-height: 40px;
    height: 40px;
    color: #000;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;

}

.carousel_right h2 a:hover {
    color: #f34540;
}

.carousel_right ul li a:hover {
    color: #f34540;

}

.carousel_right ul li a::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    vertical-align: middle;
    margin-right: 8px;

}



/* 最新展会 */
.newshow {
     width: 100%;
    /*width: 890px;*/
    margin-top: 30px;
    /* margin: 30px auto 0; */
}

.newshow_tit {
    width: 100%;
    /* border: 1px solid #FF8000; */
    position: relative;
    border-bottom: 1px solid #FF8000;
}

.newshow_tit span {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    /* margin-left: 5px; */
    background: #FF8000;
    /* padding: 1px 10px; */
    height: 35px;
    line-height: 35px;
    width: 120px;
    text-align: center;

}

.newshow_tit a {
    position: absolute;
    bottom: 5px;
    right: 0px;
    color: #fff;
    background: #a5a5a5;
    padding: 1px 20px;
}

.newshow_tit a:hover {
    opacity: .6;
}

/* 列表展会 */
.newshow_cont {
    width: 100%;
    /* margin-top: 10px; */
}

.newshow_cont ul {
    display: block;
    margin-left: -10px;
    /*width: 102.3%;*/
    width: 101.7%;
}

.newshow_cont ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin: 15px 0;
}

.newshow_cont ul li div {
    position: relative;
    background: #fff;
    padding-bottom: 6px;
    border-radius: 2px;
}



.newshow_cont ul li div .newshow_cont_a1 {
    display: block;
}

.newshow_cont ul li div .newshow_cont_a1 img {
    width: 100%;
    height: 130px;
}

.newshow_cont ul li div .newshow_cont_a1 span {
    display: block;
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0
}

.newshow_cont ul li div .newshow_cont_a1:hover span {
    background: rgba(92, 92, 92, 0.2);
    z-index: 99;
}

.newshow_cont .newshow_cont_a2 {
    height: 40px;
    line-height: 20px;
    display: block;
    width: 94%;
    font-size: 15px;
    margin: 15px auto 0px;
    color: #222;
}

.newshow_cont .newshow_cont_a2:hover {
    color: #f34540;
}

.newshow_cont p {
    margin: 10px auto 5px;
    width: 94%
}

.newshow_cont p i {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 7px;
}

.newshow_cont p .newshow_cont_i1 {
    background-image: url("../img/时钟1.png")
}

.newshow_cont p .newshow_cont_i2 {
    background-image: url("../img/地点1.png")
}

.newshow_cont p span {
    font-size: 12px;
    color: #999;
    display: inline-block;
}

.newshow_cont p .newshow_cont_s1 {
    width: 100%;
    height: 18px;
    line-height: 18px;
    color: #555;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;

}



/* 列表资讯 */
.listimg {
    width: 100%;
    margin-top: 30px;
    /* float: left; */
}

.listimg_cont li {
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    /* position: relative; */
    /* float: left; */
}

.listimg_img {
    float: left;
    margin-right: 15px;
    z-index: 99;
}

.listimg_img .topimg_r_a1 {
    z-index: 99;
    display: block;
    cursor: pointer;
}

.listimg_img .topimg_r_a1 img {
    display: block;
    width: 200px;
    height: 120px;
    cursor: pointer;
    float: left;
}

.listimg_img .topimg_r_a1 img:hover {
    box-shadow: 0 0 5px #aab;
}

.listimg_text {
    /* z-index: 0; */
    padding: 0 15px;
}

.listimg_text h3 {
    /* width: 100%; */
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    /* z-index: 99; */
}

.listimg_text h3 a {
    /* white-space: nowrap; */
    font-size: 20px;
    font-weight: bold;
    color: #222;
    height: 30px;
    line-height: 30px;
    z-index: 99;
}

.listimg_text h3 a:hover {
    color: #f34540;
}


.listimg_text P {
    margin-top: 5px;
    /* width: 100%; */
    line-height: 21px;
    max-height: 81px;
    font-size: 14px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.listimg_text .listimg_text_time {
    margin-top: 3px;
    float: left;
}

.listimg_text .listimg_text_time span {
    font-size: 14px;
    color: #999;
}

.listimg_text_eye {
    margin-top: 3px;
    float: right;
    font-size: 14px;
    color: #999;
}

.listimg_text_eye i {
    display: inline-block;
    width: 25px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    /* border: 1px solid red; */
    margin-right: 10px;
    background-image: url("../img/浏览眼睛.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y: -3px;
    vertical-align: -5px;

}



/* 省份 */
.dem {
    width: 1200px;
    /* border: 1px solid rgba(230, 230, 230, 0.5); */
    margin: 30px auto 0;
    padding: 10px 0 15px;
    /* background-color: rgba(242, 242, 242, 0.5); */
    background: #fff;
    border-radius: 3px;
}

.province {
    /* margin-top:20px ; */
    /* padding-top:10px;  */
    margin: 8px auto;
    width: 100%;
    /* border: 1px solid red; */
}

.province a {
    display: block;
}

.province .fl {
    display: inline-block;
}

.province .fl:first-child {
    width: 120px;
    /* height: 100px; */
    /* border: 1px solid red; */
    text-align: right;
}

.province .fl:first-child div {
    margin-top: 5px;
    font-size: 18px;
    color: #666666;
    /* margin-left: 24px; */
}


.province .fl:last-child {
    width: 1080px;
    /* border: 1px solid red; */
}

.province span {
    vertical-align: top;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 30px;
    /* margin-right: 5px; */
    /* padding: 5px; */
    display: inline-block;
    color: #2d2d2d;
}

.province div li {
    float: left;
    padding: 3px 3px;
    /* width: 60px; */
    /* height: 20px; */
    font-size: 14px;
}

.province div li a {
    /* width: 60px; */
    /* height: 25px; */
    padding: 2px 4px;
    text-align: center;
    /* line-height:25px ; */
    color: #353535;
}


.province div li:hover a {
    color: #dc3023;
}



.current {
    background-color: #FF8000;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
}


/* 热门推荐 */
.news_side{
    top: 430px;
}

.show_more_top{
    /* top: 0!important; */
    top: 0;
}


/* 页脚 */
.footer {
    margin-top: 70px;
}




