@charset "utf-8";


/* banner swiper 焦点样式 */
#banner-swiper > .swiper-pagination-bullets {
    bottom: -4px;
}
#banner-swiper .swiper-pagination-bullet {
    width: 31px;
    height: 30px;
    display: inline-block;
    border-radius: 0;
    background: url(../images/common/whitedot.png) no-repeat center center;
    opacity: 1;
}
#banner-swiper .swiper-pagination-bullet-active {
    background: url(../images/common/reddot.png) no-repeat center center;
}

.ring-img-bg-next.swiper-button-next, .ring-img-bg-prev.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    background-size: 70px 70px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.ring-img-bg-next.swiper-button-next, .swiper-container-rtl .ring-img-bg-next.swiper-button-prev {
    background-image: url(../images/index/righticon.png);
    right: 10px;
    left: auto;
}
.ring-img-bg-prev.swiper-button-prev, .swiper-container-rtl .ring-img-bg-prev.swiper-button-next {
    background-image: url(../images/index/lefticon.png);
    left: 10px;
    right: auto;
}
/* 页面主体 */
.part-title {
    text-align: center;
}
.part-title > h1 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #000;
}
.part-title > h1:before {
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -1px;
    content: '';
    width: 30px;
    height: 2px;
    background: #666;
}
.part-title > h1:after {
    position: absolute;
    top: 50%;
    right: -60px;
    content: '';
    width: 30px;
    height: 2px;
    background: #666;
}
.part-title > h2 {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
}
.part-title.white > h1, .part-title.white > h2 {
    color: #fff;
}
.part-title.white > h1:before, .part-title.white > h1:after {
    background: #9b9fac;
}

#part1 .part-title {
    padding: 40px 0 55px;
}
#part2 .part-title {
    padding: 50px 0 40px;
}
#part3 .part-title {
    padding: 35px 0 30px;
}
#part4 .part-title {
    padding: 55px 0 45px;
}

/* part1 参展范围 */
#part1 {
    padding: 0 0 55px;
}
.czfw {
    position: relative;
}
#czfw-swiper {
    float: right;
    position: relative;
    width: 839px;
    height: 452px;
}
#czfw-swiper .swiper-slide {
    width: 839px;
    height: 452px;
}
#czfw-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
#czfw-swiper .swiper-slide > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#czfw-swiper .swiper-slide > div > p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 35px 20px;
}

.czfw > ul {
    float: left;
    width: 347px;
}
.czfw > ul > li {
    width: 347px;
    height: 80px;
    margin-top: 13px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    background: #07866a;
    cursor: pointer;
    user-select: none;
    transition: all .3s;
}
.czfw > ul > li.active {
    background: #005d48;
}
.czfw > ul > li:first-child {
    margin-top: 0;
}

/* part2 亮点活动  */
#part2 {
    height: 506px;
    background: url(../images/index/item_bg1.png) no-repeat center top;
}
.tqhd_block1 {
    margin-bottom: 20px;
    padding: 14px 30px;
    font-size: 22px;
    color: #000;
    text-align: center;
    background: rgba(255, 255, 255, .85);
    border-radius: 3px;
}
.tqhd_block2 {
    margin-bottom: 20px;
    padding: 25px 30px;
    font-size: 16px;
    color: #000;
    background: rgba(255, 255, 255, .85);
    border-radius: 3px;
}
.tqhd_block2 p {
    float: left;
    line-height: 30px;
}
.tqhd_block2 p:first-child {
    width: 325px;
    padding-left: 255px;
}


/* part3 往届图集 */
#part3 {
    padding-bottom: 47px;
}
.photo-list-wrap > ul {
    position: relative;
    width: 1200px;
	height: 374px;
	overflow: hidden;
}
.photo-list-wrap > ul > li {
    position: relative;
	list-style:none;
	position:absolute;
    overflow:hidden;
    border-left: 1px solid #fff;
}
.photo-list-wrap > ul > li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    transition: opacity .5s;
}
.photo-list-wrap > ul > li.active:after {
    opacity: 0;
    transition: opacity .5s;
}

/* part4 关于展会 */
#part4 {
    height: 520px;
    background: url(../images/index/item_bg2.png) no-repeat center top;
}
.ciai-intro-wrap {
    width: 1000px;
    height: 270px;
    background: url(../images/index/yinhao.png) no-repeat center top;
    margin: 0 auto;
    padding-top: 54px;
}
.ciai-intro-wrap > .ciai-p1 {
    padding: 62px 80px 0;
    font-size: 18px;
    color: #000;
}
.ciai-intro-wrap > .ciai-p2 {
    padding: 0 80px;
    font-size: 14px;
    color: #0e0e0e;
    line-height: 1.5em;
    text-indent: 2em;
}
.ciai-intro-wrap > .ciai-p3 {
    padding: 10px 80px;
    text-align: right;
}
.ciai-intro-wrap > .ciai-p3 > a {
    font-size: 14px;
    color: #e00000;
}


/* 右侧浮层 */
.right_pop {
    display: none;
    position: fixed;
    top: 20%;
    right: 20px;
    width: 106px;
    height: 240px;
    background: url(../images/index/right_side.png) no-repeat;
    z-index: 99;
}
.right_pop li {
    width: 96px;
    height: 34px;
    margin-bottom: 11px;
}
.right_pop li a {
    display: block;
    height: 100%;
}