﻿@charset "utf-8";

/* CSS Document */


/*trans*/

.trans {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}



/*字体图标*/

.icon-image:before {
    content: "\e90d";
}
.icon-film:before {
    content: "\e913";
}
.icon-qrcode:before {
    content: "\e938";
}


/*----------------*/

section {
    position: relative;
    display: block;
    overflow: hidden;
}
.full {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}


/*----首页-----*/

.h_item {
    width: 100%;
}
.h_con {
    height: 100%;
    padding: 6% 0;
}
.home_f_item {
    position: relative;
}
.h_add{
    position:relative;
    width: 100%;
    height: 520px;
    margin-top:157px;
}
.h_add .swiper-container{
    height:100%;
}
.h_add .swiper-slide{
    background-size:cover;
    background-position:center center;
}
#add-page{
    position:absolute;
    top:50%;
    right:10px;
    z-index:995;
    bottom: auto;
    left: auto;
    width: auto; 
    text-align: right;
    transform:translate(0,-50%);
}
.h_add .swiper-container-horizontal > .swiper-pagination-bullets.h_add_txt .swiper-pagination-bullet {
    margin:3px 0;
}
.h_add .swiper-pagination-clickable .swiper-pagination-bullet.h_add_txt {
    cursor: pointer;
}
.h_add .h_add_txt .swiper-pagination-bullet {
    width:auto;
    height:auto;
    display: block;
    border-radius: 0;
    background: none;
    opacity: 1;
}
.h_add .h_add_txt li{
    position:relative;
    margin-bottom:10px;
}
.h_add .h_add_txt li:hover em,
.h_add .h_add_txt li:hover i{
    display:block;
}
.h_add .h_add_txt li:hover a{
    color:#dd1d74;
    font-size:32px;
}
.h_add .h_add_txt li.hover em,
.h_add .h_add_txt li.hover i{
    display:block;
}
.h_add .h_add_txt li.hover a{
    color:#dd1d74;
    font-size:32px;
}
.h_add .h_add_txt li em,
.h_add .h_add_txt li i {
    display:none;
    position:absolute;
    left:0;
    width:100%;
    height:1px;
    background-color:#dd1d74;
    /*background-image: -webkit-linear-gradient(to right, #ff0030, #0166fe);
    background-image: linear-gradient(to right, #ff0030, #0166fe);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: left bottom;*/
}
.h_add .h_add_txt li em{
    bottom:2px;
    height:2px;
    
}
.h_add .h_add_txt li i{
    bottom:-2px;
    /*opacity:0.4;*/
}
.h_add .h_add_txt li a{
    display:block;
    color:#fff;
    font-size:16px;
}

.h_add_dot{
    position:absolute;
    bottom: 10px;
    left: 0;
    z-index:995;
    width: 100%;
    text-align:center;
}
.h_img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(../images/hbk6.png);
    background-repeat:no-repeat;
    background-position:center top;
    background-size:100% 100%;
}
.h_img2{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(../images/hbk7.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    background-size:100% 100%;
}
/*.h_img3{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:100%;
    background-image:url(../images/hbk8.png);
    background-repeat:no-repeat;
    background-position:center top;
    background-size:100% 100%;
}*/
/*.h_item .h_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}*/

.h_item .h_shop {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}
.h_item .h_shop ul {
    width: 100%;
    overflow:hidden;
    padding-left:22px;
    padding-top:22px;
    box-sizing: border-box;
    background-color: Rgba(255, 255, 255, 0.6);
}
.h_item .h_shop ul li {
    float:left;
    width: 25%;
    padding-right:22px;
    padding-bottom:22px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
}
.h_item .h_shop ul li a {
    position:relative;
    display: block;
    width:100%;
    text-align: center;
    color: #000;
    background:#000;
}
.h_item .h_shop ul li a img{
    display: block;
    width:100%;
}
.h_item .h_shop ul li a i.icono-plus {
    position:absolute;
    top:50%;
    left:50%;
    width: 0;
    height: 0;
    overflow:hidden;
    background-color: Rgba(255, 255, 255, 0.4);
     -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.h_item .h_shop ul li a:hover i.icono-plus {
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.h_item .h_shop ul li a i.icono-plus::before,
.h_item .h_shop ul li a i.icono-plus::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    box-shadow: inset 0 0 0 32px;

    color: #fff;
}
.h_item .h_shop ul li a i.icono-plus::before {
    width: 20px;
    height: 2px;
}
.h_item .h_shop ul li a i.icono-plus::after {
    height: 20px;
    width: 2px;
}

/*精选展商*/
.h_selected {
    width: 100%;
    padding: 4% 6% 8%;
    overflow:hidden;
}
.h_selected h2 {
    height: 116px;
    text-align: center;
    color: #000;
    font-size: 36px;
}
.h_selected ul{
    width: 100%;
}
.h_selected ul li{
    float:left;
}
.h_selected a{
    display:block;
    border:1px solid #2f2d2d;
    background-size:100% auto;
    background-position:center center;
    background-repeat:no-repeat;
    box-shadow:0 0 5px #2f2d2d;
}
.h_selected a img{
    width:100%;
    display:block;
}
/*
.h_item .h_shop ul li {
    width: 100%;
    line-height: 48px;
    margin-bottom: 17px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
}
.h_item .h_shop ul li a {
    display: block;
    background-color: Rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #000;
}
.h_item .h_shop ul li a:hover {
    background-color: Rgba(255, 255, 255, 0.6);
    color: #000;
}
.h_item .h_shop ul li a i.icono-plus {
    display: none;
    width: 50px;
    height: 30px;
}
.h_item .h_shop ul li a i.icono-plus::before,
.h_item .h_shop ul li a i.icono-plus::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    box-shadow: inset 0 0 0 32px;

    color: #fff;
}
.h_item .h_shop ul li a i.icono-plus::before {
    width: 20px;
    height: 2px;
}
.h_item .h_shop ul li a i.icono-plus::after {
    height: 20px;
    width: 2px;
}

.h_item .h_shop em {
    position: absolute;
    top: 0;
    right: 0;
    width: 1118px;
}
.h_item .h_shop em img {
    width: 100%;
}*/

.h_item .home_news {
    width: 1488px;
    margin: 0 auto;
}
.h_item .home_news h2 {
    height: 116px;
    text-align: center;
    color: #000;
    font-size: 36px;
}
.h_item .home_news ul {
    width: 100%;
}
.h_item .home_news ul li {
    float: left;
    width: 17.6%;
    overflow: hidden;
    margin-right: 3%;
}
.h_item .home_news ul li:last-child {
    margin-right: 0;
}
.h_item .home_news ul li a {
    display: block;
    position: relative;
    background-color: #000;
}
.h_item .home_news ul li a img {
    display: block;
    width: 100%;
}
.h_item .home_news ul li a div {
    position: absolute;
    bottom: -64px;
    left: 0;
    width: 100%;
    padding: 15px 8px 8px 8px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.h_item .home_news ul li a:hover img {
    opacity: 0.7;
    transform: scale(1.1);
    /*D放大*/
}
.h_item .home_news ul li a:hover div {
    bottom: 0px;
}
.h_item .home_news ul li a:hover div h5 {
    margin-bottom: 0px;
}
.h_item .home_news ul li a div h5 {
    line-height: 30px;
    overflow:hidden;
    margin-bottom: 10px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.h_item .home_news ul li a div p {
    height: 60px;
    line-height: 20px;
    overflow:hidden;
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.h_video {
    width: 100%;
    padding: 0 6%;
}
.h_video h2 {
    height: 106px;
    text-align: center;
    color: #000;
    font-size: 36px;
    font-weight: 200;
}
.h_video ul {
    width: 100%;
}
.h_video ul li {
    float: left;
    position: relative;
    width: 31%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-right: 3%;
}
.h_video ul li:last-child {
    margin-right: 0;
}
.h_video ul li a {
    display: block;
    padding: 15px;
    border: 2px solid #bababa;
}
.h_video ul li a p {
    background-color: #000;
}
.h_video ul li a img {
    display: block;
    width: 100%;
    opacity: 0.6;
}
.h_video ul li a .icono-youtube {}

.h_video ul li a:hover img {
    opacity: 1;
}
.h_video ul li a:hover .icono-youtube {
    color: #fff;
}


/*热点资讯*/
.p_box.news_box {
    width:1434px;
}
.zg4_item {

}
.zg4_item .page {
    margin-top: 0px;
}
.zg4_item .ntit{
    width:510px;
    margin:0 auto;
}
.zg4_item .ntit .nlink a{
    float:left;
    display:inline-block;
    height:46px;
    line-height:46px;
    width:250px;
    background:#000;
    text-align:center;
    color:#f8f8f8;
    font-size:18px;
}
.zg4_item .ntit .nlink a.a1{
    margin-right:10px;
}
.zg4_item .ntit .nlink a:hover,
.zg4_item .ntit .nlink a.hover{
    background:#ad144b;
}
.zg4_item .ntit .search{
    width:100%;
    height:48px;
    margin-top:16px;
    border-left:5px solid #000;
    border-right:5px solid #000;
    border-top:7px solid #000;
    border-bottom:4px solid #000;
    box-shadow:3px 5px 4px #bbb inset;
}
.zg4_item .ntit .search .txtsearch{
    float:left;
    width:396px;
    height:37px;
    line-height:37px;
    border:none;
    text-indent:5px;
}
.zg4_item .ntit .search .btn{
    float:left;
    width:104px;
    height:37px;
    border:1px solid #000;
    background:#000 url(../images/search.png) no-repeat center center;
}

.newbox {
    width: 100%;
    overflow:hidden;
    padding-top:62px;
}
.newbox li {
    float:left;
    position: relative;
    width: 436px;
    overflow: hidden;
    margin:0 21px 48px;
}
.newbox li a {
    color: #000;
}
.newbox li .news_img{
    position:relative;
    display:block;
    width:100%;
    height:276px;
    background:#000;
}
.newbox li em {
    display:block;
    width:100%;
    height:100%;
    background-size:cover;
    background:center center;
}
.newbox li .txt{
    padding:0 14px 15px;
    color:#3d3d3d;
}
.newbox li h5 {
    line-height:48px;
    overflow:hidden;
    text-align:center;
    border-bottom:1px dashed #828383;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newbox li p {
    height:90px;
    line-height: 30px;
    overflow:hidden;
    margin-top: 8px;
    font-size: 14px;
}

.newbox li:hover {
    background: #f9f9f9;
    box-shadow:0 0 10px #666;
}

.nsbox {
    width: 100%;
    margin-top: 48px;
    color: #000;
}
.nsbox h5 {
    height: 38px;
    text-align: center;
    font-size: 24px;
}
.nsbox h6 {
    text-align: center;
    font-size: 12px;
}
.nsbox .msg {
    margin-top: 25px;
    line-height: 30px;
    font-size: 14px;
}
.nsbox .msg p {
    margin-bottom: 16px;
}
.prevnextbox {
    overflow: hidden;
    margin-top: 30px;
}
.prevnextbox a {
    float: left;
    color: #000;
    font-size: 15px;
}
.prevnextbox a.next {
    float: right;
}
.prevnextbox a:hover span {
    color: #ad144b;
}

/*视频*/
.videobox .icono-youtube {
    color: #ccc;
    z-index:10;
}
.newbox.videobox li em {
    opacity:0.5;
}
/*黑色背景*/

.n_bk {
    line-height: 68px;
    background: #000;
    box-shadow: 2px 3px 5px #333;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.n_bk2 {
	width: 99.5%;
    line-height: 46px;
    overflow:hidden;
    background: #000;
    margin-top: 5px;
    box-shadow: 3px -3px 6px #666;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.zs_bk {
    line-height: 46px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.zs_bk a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.zs_bk2 {
    line-height: 46px;
    background-image: url(../images/bk2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.zs_bk2 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.zs_bk3 {
    line-height: 62px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.zs_bk3 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

/*灰色背景*/
.h2_bk {
	width: 100%;
    line-height: 46px;
    overflow:hidden;
    background: #000;
    /*background: #8b8b8b;
    box-shadow: -3px -3px 6px #000 inset;*/
    text-align: center;
    color: #fff;
    font-size: 20px;
}

/*我要参展*/

.zs_item1 {
    border: 1px solid #000;
}

.zs_item1 .zs_time {
    overflow: hidden;
    padding: 26px 3% 32px 3%;
    background-image: url(../images/zs_time_bk.png);
    -webkit-background-size: cover;
    background-size: cover;
}
.zs_item1 .zs_time .item:last-child {
    float: right;
    margin-right: 0;
}
.zs_item1 .zs_time .item {
    float: left;
    position: relative;
    height: 230px;
    margin-right: 5.5%;
    padding: 10px 1% 15px 1%;
    background: #000;
    text-align: center;
    color: #fff;
}
.zs_item1 .zs_time .item:nth-child(1){
    width: 14%;
    background-image: url(../images/zs_bk1.gif);
    -webkit-background-size: cover;
    background-size: cover;
}
.zs_item1 .zs_time .item:nth-child(2){
    width: 18%;
    background-image: url(../images/zs_bk2.gif);
    -webkit-background-size: cover;
    background-size: cover;
}
.zs_item1 .zs_time .item:nth-child(3){
    width: 14%;
    background-image: url(../images/zs_bk3.gif);
    -webkit-background-size: cover;
    background-size: cover;
}
.zs_item1 .zs_time .item:nth-child(4){
    width: 18%;
    background-image: url(../images/zs_bk4.gif);
    -webkit-background-size: cover;
    background-size: cover;
}
.zs_item1 .zs_time .item:nth-child(5){
    width: 14%;
    background-image: url(../images/zs_bk5.gif);
    -webkit-background-size: cover;
    background-size: cover;
}
.zs_item1 .zs_time .item p {
    line-height: 22px;
    font-size: 13px;
}
.zs_item1 .zs_time .item i {
    position: absolute;
    top: 44%;
    right: -20%;
    width: 14px;
    height: 12px;
    background: url(../images/arrow.png) no-repeat;
}
.zs_item1 .zs_time .item:nth-child(1) i,
.zs_item1 .zs_time .item:nth-child(3) i {
    right: -24%;
}
.exhibitorsBox {
    overflow: hidden;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}
.exhibitorsBox  ul{
    overflow:hidden;
}
.exhibitorsBox li {
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-bottom: 1px solid #c3c3c3;
}
.exhibitorsBox li.whole {
    width: 100%;
}
.exhibitorsBox li.whole span,
.exhibitorsBox li.check span {
    width: 10%;
}
.exhibitorsBox li span {
    float: left;
    display: block;
    width: 20%;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    text-align: center;
}
.exhibitorsBox li span em {
    color: #f00;
}
.exhibitorsBox li p {
    float: left;
    width: 80%;
    height: 100%;
}
.exhibitorsBox li p input {
    float: left;
    width: 100%;
    height: 100%;
    border: none;
    text-indent: 15px;
}
.exhibitorsBox li.check,
.exhibitorsBox li.check2 {
    width: 100%;
}

.exhibitorsBox li.check2 .row {
    width: 100%;
    border-left: 1px solid #c3c3c3;
    margin-left: 0;
}
.exhibitorsBox li.check2 .item {
    margin-left: 3%;
}
/*.exhibitorsBox li.check2 .item:first-child {
    margin-left: 5%;
}*/

.exhibitorsBox li.check .row {
    float: left;
    width: 55%;
    margin-left: 5%;
}
.exhibitorsBox li.check .qrow {
    float: left;
    width: 30%;
    height: 100%;
    border-left: 1px solid #c3c3c3;
}
.exhibitorsBox li .item {
    position: relative;
    display: inline-block;
    margin-right: 6%;
}
.exhibitorsBox li .item em {
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/check.png);
    background-size: cover;
}
.exhibitorsBox li .item em.checked {
    background-image: url(../images/checked.png);
}
.exhibitorsBox li .row input[type="checkbox"] {
    width: 0;
    height: 0;
    overflow: hidden;
}
.exhibitorsBox li .item p {
    display: block;
    width: auto;
    margin-left: 24px;
}
.exhibitorsBox li p.yanz {}
.exhibitorsBox li p.yanz input[type="text"] {
    width: 75%;
}
.exhibitorsBox li p.yanz input[type="button"] {
    width: 25%;
    background: #b2b2b2;
    color: #fff;
    cursor: pointer;
}
.exhibitorsBox li.tit {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-left: 1px solid #c3c3c3;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.addcom {
    border-left: 1px solid #c3c3c3;
}
.attachBox {
    width: 422px;
    line-height: 58px;
    margin: 0 auto;
    padding: 22px 0 22px 0;


    text-align: center;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.attachBox .row {
    width: 100%;
    position: relative;
}
.attachBox .row span {
    position: absolute;
    top: 0;
}
.attachBox .row span.sp1 {
    left: 0;
}
.attachBox .row span.sp2 {
    right: 0;
}
.attachBox .row p {
    display: block;
    margin-left: 48px;
    margin-right: 148px;
}
.attachBox .row2 p {
    display: block;
    margin-left: 86px;
    margin-right: 0;
}
.attachBox p input[type="text"] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c3c3c3;
    text-indent: 5px;
}
.attachBox .btnbox {
    margin-top: 36px;
    text-align: center;
}
.attachBox .btnbox input[type="button"],
.attachBox .btnbox input[type="submit"],
.attachBox .btnbox input[type="reset"] {
    display: inline-block;
    width: 30%;
    height: 32px;
    line-height: 26px;
    border-radius: 32px;
    margin: 0 5%;
    background: #000;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 4px;
    word-spacing: 4px;
}

.attachBox .btnbox input[type="reset"].rest {
    background: #ccc;
}
.attachBox .btnbox input[type="button"]:hover,
.attachBox .btnbox input[type="submit"]:hover {
    background: #ad144b;
}


/*展商须知*/

.zs_item {}

.zs_item .zs_time {
    overflow: hidden;
    margin-top: 3px;
}
.zs_item .zs_time .item:last-child {
    float: right;
    margin-right: 0;
}
.zs_item .zs_time .item {
    float: left;
    width: 30%;
    margin-right: 5%;
    padding: 10px 0 15px 0;
    background: #000;
    text-align: center;
    color: #fff;
}
.zs_item .zs_time .item h5 {
    font-size: 17px;
    font-weight: bold;
}
.zs_item .zs_time .item p {
    line-height: 28px;
    font-size: 14px;
}
.zs_item .ft {
    line-height: 32px;
    margin-top: 32px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.zs_item em {
    display: block;
    margin-top: 3px;
}
.zs_item em img {
    display: block;
    width: 100%;
}


/*推广渠道*/

.zs4_item {
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
}
.zs4_item em {
    display: block;
}
.zs4_item em img {
    display: block;
    width: 100%;
}
.zs4_item p {
    width: 80%;
    line-height: 28px;
    margin: 22px auto 26px auto;
    text-align: center;
}
.zs4_item2 {
    border: 1px solid #000;
}
.zs4_item2 ul {
    position: relative;
    overflow: hidden;
}
.zs4_item2 ul li:first-child {
    border-left: none;
}
.zs4_item2 ul li {
    float: left;
    width: 33%;
    padding-bottom: 4%;

    color: #323232;
}
.zs4_item2 ul li.line {
    position: absolute;
    top: 0px;
    left: 33%;
    width: 0px;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid #000;
}
.zs4_item2 ul li:nth-child(4) {
    left: 66%;
}
.zs4_item2 ul li h5 {
    margin-top: 14px;
    padding-top: 44px;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 16px;
}
.zs4_item2 ul li p {
    line-height: 30px;
    margin: 22px 8% 0 8%;
    font-size: 14px;
}
.zs4_item3 {
    border: 1px solid #000;
}
.zs4_item3 ul {
    width: 100%;
    overflow: hidden;
    margin-top: -18px;
}
.zs4_item3 ul li {
    float: left;
    position: relative;
    width: 33.3%;
    padding: 28px 1% 26px 1%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    color: #000;
    font-size: 14px;
}
.zs4_item3 ul li:nth-child(3n) {
    border-right:none;
}
.zs4_item3 ul dt.line {
    width: 98%;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin-left: 1%;
    background: #d5d5d5;
}
.zs4_item3 ul li .msg {}
.zs4_item3 ul li .msg i {
    width: 1px;
    height: 142px;
    background: #d5d5d5;
    position: absolute;
    bottom: 16px;
    right: 0%;
}
.zs4_item3 ul li:nth-child(3n) .msg i {
    width: 0px;
}
.zs4_item3 ul li em {
    display: block;
    width: 100%;
}
.zs4_item3 ul li em img {
    display: block;
    width: 100%;
}
.zs4_item3 ul li p {
    line-height: 30px;
    padding: 5px 12px 0px 12px;
}
.zs4_item3 ul li p span {
    font-size: 15px;
    font-weight: 900;
}
.zs4_item3 ul li em {
    display: block;
    width: 100%;
}

.zs4_item4 {
    border: 1px solid #000;
}
.zs4_item4 .item {
    position:relative;
    overflow:hidden;
    border-bottom:1px solid #000;
}
.zs4_item4 .item .item_line{
    position:absolute;
    top:2%;
    left:50%;
    height:96%;
    width:1px;
    background:#000;
}
.zs4_item4 .item .column{
    float:left;
    width:50%;
    padding:15px 30px;
}
.zs4_item4 .item h6{
    font-size:18px;
}
.zs4_item4 .item h5{
    margin-top:16px;
    font-size:14px;
}
.zs4_item4 .item .item_msg{
    overflow:hidden;
    margin-top:22px;
    font-size:14px;
}
.zs4_item4 .item .item_msg span{
    float:left;
    width:72px;
    margin-top:2px;
}
.zs4_item4 .item .item_msg p{
    float:left;
    width:346px;
    line-height:28px;
}
.zs4_item4 .free_con{
    overflow:hidden;
    padding:36px 45px;
}
.zs4_item4 .free_con h6{
    font-size:22px;
}
.zs4_item4 .free_con p{
    float:left;
    width:49%;
    margin-top:12px;
    line-height:28px;
    letter-spacing:-0.5px;
    word-spacing:-0.5px;
}
.zs4_item4 .free_con p:last-child{
    float:right;
}

.zs4_item5 {
    border: 1px solid #000;
}
.zs4_item5 ul {
    position: relative;
    overflow: hidden;
}
.zs4_item5 ul li:first-child {
    border-left: none;
}
.zs4_item5 ul li {
    float: left;
    width: 33%;
    padding-bottom: 4%;
    padding-top:10px;
    color: #323232;
}
.zs4_item5 ul:nth-child(3) li {
    padding-top:20px;
    border-bottom:1px solid #000;
}
.zs4_item5 ul li .img{
    width:350px;
    margin:0 auto;
}
.zs4_item5 .img img{
    width:100%;
}

.zs4_item5 ul li.line {
    position: absolute;
    top: 0px;
    left: 33%;
    width: 0px;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid #000;
}
.zs4_item5 ul li:nth-child(4) {
    left: 66%;
}
.zs4_item5 ul li h5 {
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
    font-weight:bold;
}
.zs4_item5 ul li p {
    line-height: 30px;
    margin: 22px 8% 0 8%;
    font-size: 14px;
}
.zs4_item5 ul li p span{
   font-weight:bold;
}
.zs4_item5.zs4_item10 ul li {
    width: 50%;
}
.zs4_item5.zs4_item10 ul li.line {
    left: 50%;
    width: 0px;
}

.zs4_item6 {
    border: 1px solid #000;
    border-bottom:none;
}
.zs4_item6 ul {
    position: relative;
    overflow: hidden;
    border-top:1px solid #000;
    
}
.zs4_item6 ul li:first-child {
    border-left: none;
}
.zs4_item6 ul li {
    float: left;
    width: 33%;
    padding-bottom: 3%;
    padding-top:20px;
    border-bottom:1px solid #000;
    color: #323232;
}
.zs4_item6 ul li {
    float: left;
    width: 33%;
    padding-bottom: 3%;
    padding-top:20px;
    border-bottom:1px solid #000;
    color: #323232;
}
.zs4_item6 ul li .img{
    width:270px;
    margin:0 auto;
}
.zs4_item6 .img img{
    width:100%;
}

.zs4_item6 ul div.line {
    position: absolute;
    top: 0px;
    left: 33%;
    width: 0px;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid #000;
}
.zs4_item6 ul div.line:nth-child(4) {
    left: 66%;
}
.zs4_item6 ul li h5 {
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
}
.zs4_item6 ul li p {
    line-height: 30px;
    margin: 22px 8% 0 8%;
    font-size: 14px;
}
.zs4_item6 ul li p span{
    font-weight:bold;
}

.zs4_item7 {
    border: 1px solid #000;
}
.zs4_item7 .msg{
    text-align:center;
}
.zs4_item7 .msg img{
    max-width:100%;
    border:10px solid #d8d8d8;
}
.zs4_item7 .msg p{
    line-height: 30px;
    margin: 15px 8%;
    text-align:left;
    font-size: 14px;
}
/*下载*/
.zs5_item {
    width: 100%;
    border: 1px solid #000;
}

.zs5_item em {
    display: block;
    width: 100%;
    padding: 0 2.5%;
}
.zs5_item em img {
    display: block;
    width: 100%;
}

.zs5_item .zs_bk a:hover .import.icon {
    margin: 13px 0 0 20px;
    color: #fff;
}
.down_con {
    background-image:url(../images/xiabk.png);
    background-repeat:no-repeat;
    background-position:center top;
    background-size:100% auto;
}

.zs5_list {
    overflow:hidden;
}
.zs5_list li{
    float:left;
    width: 33%;
    margin-bottom:62px;
    text-align:center;
    background-image:url(../images/down_bk.gif);
    background-size:153px 36px;
    background-position:center top;
    background-repeat:no-repeat;

}
.zs5_list li a{
    display:inline-block;
    width:153px;
    height:36px;
    line-height:36px;
    background:#000;
    background-image:url(../images/down.png);
    background-size:15px 16px;
    background-position:30px 10px;
    background-repeat:no-repeat;
    box-shadow:0px 0px 5px #666 inset;
    text-align:left;
    color:#fff;
    font-size:16px;
    text-indent:52px;
}
/*.zs5_list li a:hover{
    background-color:#ad144b;
}*/
.zs5_list li h5{
    margin-top:12px;
    color:#3d3d3d;
    font-size:14px;
    font-weight:bold;
}

/*参观预登记*/

.g_item {
	border: 1px solid #000;
}
.g_item .explain {
    line-height: 24px;
    padding: 42px 82px;
}
.g_item .row {
    margin-top: -1px;
}
.vistregBox ul{
    overflow: hidden;
    border: 1px solid #000;
}
.vistregBox li {
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-bottom: 1px solid #c3c3c3;
}
.vistregBox li.tit {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-left: 1px solid #c3c3c3;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.vistregBox li.whole {
    width: 100%;
}
.vistregBox li.whole span, .vistregBox li.check span, .vistregBox li.wholeMulti span {
    width: 15%;
}
.vistregBox li.wholeMulti {
    width: 100%;
    height: 92px;
    line-height: 46px;
}
.vistregBox li.wholeMulti.wholeMultiRaido {
    height: auto;
}
.vistregBox li.wholeMulti.wholeMultiRaido span {
    height: 100%;
    line-height: 36px;
    padding-top: 20px;
    border-right:none;
}
.vistregBox li.check.wholeMulti .row {
    float: left;
    width: 80%;
    margin-left: 0;
    padding-left:5%;
    border-left: 1px solid #c3c3c3;
}
.vistregBox li.wholeMulti .item {
    display: block;
}
.vistregBox li.wholeMulti p textarea {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 26px;
    border: none;
    text-indent: 15px;
    resize: none;
}
.vistregBox li.whole p {
    float: left;
    width: 85%;
    height: 100%;
}
.vistregBox li.check .row {
    float: left;
    width: 80%;
    margin-left: 5%;
}
.vistregBox li.check .row input[type="checkbox"]{
    width:0;
    height:0;
    overflow:hidden;
}
.vistregBox li .item {
    position: relative;
    display: inline-block;
    margin-right: 4%;
}
.vistregBox li .item em {
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/check.png);
    background-size: cover;
}
.vistregBox li .item em.checked {
    background-image: url(../images/checked.png);
}
.vistregBox li .item p,
.vistregBox li.whole .item p
 {
    display: block;
    width: auto;
    margin-left: 24px;
}
.vistregBox li span {
    float: left;
    display: block;
    width: 30%;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    text-align: center;
}
.vistregBox li span em {
    color: #f00;
}
.vistregBox li p {
    float: left;
    width: 70%;
    height: 100%;
}
.vistregBox li p input {
    float: left;
    width: 100%;
    height: 100%;
    border: none;
    text-indent: 5px;
}
.vistregBox li p.yanz {}
.vistregBox li p.yanz input[type="text"] {
    width: 75%;
}
.vistregBox li p.yanz input[type="button"] {
    width: 25%;
    background: #b2b2b2;
    color: #fff;
    cursor: pointer;
}
.vistregBox input.btn {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #000;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 4px;
    word-spacing: 4px;
}
.vistregBox input.btn:hover {
    background: #ad144b;
}
.vistregBox li.wholeMulti.wholeMultiRaido.checkpdt1 span {
    padding-top: 50px;
}
.vistregBox li.wholeMulti.wholeMultiRaido.checkpdt2 span {
    padding-top: 70px;
}
.vistregBox li.wholeMulti.wholeMultiRaido.checkpdt3 span {
    padding-top: 15px;
}
.vistregBox li.wholeMulti.wholeMultiRaido.checkpdt4 span {
    padding-top: 30px;
}
.vistregBox li.wholeMulti.wholeMultiRaido.checkpdt5 span {
    padding-top: 80px;
}
.vistregBox li.wholeMulti.wholeMultiRaido.checkpdt6 span {
    padding-top: 240px;
}
.vistregBox li.wholeMulti.wholeMultiRaido.checkpdt7 span {
    padding-top: 90px;
}

.g_item3 {
    border: 1px solid #000;
}
.regcheckBox {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    color: #323232;
    font-size: 13px;
}
.regcheckBox dt {
    margin-top: 36px;
    color: #000;
    font-size: 14px;
}
.regcheckBox dt span {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 30px;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}
.regcheckBox dt em,
.regcheckBox dl em {
    margin-top: 5px;
    color: #f00;
}

.regcheckBox dl {
    display: block;
    line-height: 34px;
    margin-top: 25px;
    margin-bottom: 10px;
    background: #f2f2f2;
    color: #323232;
    font-size: 16px;
}
.regcheckBox dl span {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 30px;
    background-color: #000;
    border-radius: 5px;
    color: #f00;
}

.regcheckBox li {
    width: 100%;
    overflow: hidden;
    line-height: 46px;
    padding-left: 20px;
}

.regcheckBox li .item {
    float: left;
    position: relative;
    width: 25%;
}
.regcheckBox li .item em {
    position: absolute;
    top: 13px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/check.png);
    background-size: cover;
}
.regcheckBox li .item p {
    margin-left: 30px;
}
.regcheckBox .btnbox {
    margin-top: 36px;
    text-align: center;
}
.regcheckBox .btnbox input[type="button"] {
    display: inline-block;
    width: 20%;
    height: 36px;
    line-height: 32px;
    border-radius: 36px;
    margin: 0 5%;
    background: #000;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 4px;
    word-spacing: 4px;
}
.regcheckBox .btnbox input[type="button"]:hover {
    background: #ad144b;
}


/*登录*/

.loginBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 420px;
    /*height: 360px;验证码*/
    height: 290px;
    padding: 7px;
    margin: -145px 0 0 -210px;
    background-color: Rgba(255, 255, 255, 0.4);
}
.loginBox .loginCon {
    width: 100%;
    height: 100%;
    background-color: Rgba(255, 255, 255, 0.4);
}
.loginBox .loginCon h2 {
    height: 74px;
    padding-top: 15px;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
}
.loginBox .loginCon .row {
    width: 248px;
    height: 70px;
    margin: 0 auto;
}
.loginBox .loginCon .row p {
    width: 100%;
    height: 38px;
}
.loginBox .loginCon .row p input[type="text"],
.loginBox .loginCon .row p input[type="password"] {
    width: 100%;
    height: 100%;
    line-height: 100%;
    border: 1px solid #000;
    background: none;
    text-indent: 5px;
    color: #fff;
}
.loginBox .loginCon .rowyan p input[type="text"] {
    float: left;
    width: 147px;
}
.loginBox .loginCon .rowyan p img {
    float: right;
}
.loginBox .loginCon input[type="button"] {
    width: 100%;
    height: 36px;
    line-height: 32px;
    background: #000;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 4px;
    word-spacing: 4px;
}
.loginBox .loginCon input[type="button"]:hover {
    background: #ad144b;
}
.loginBox .loginCon .row p input[type="text"]::-webkit-input-placeholder,
.loginBox .loginCon .row p input[type="password"]::-webkit-input-placeholder {
    color: #777;
}
.loginBox .loginCon .row p input[type="text"]::-moz-placeholder,
.loginBox .loginCon .row p input[type="password"]::-moz-placeholder {
    color: #777;
}
.loginBox .loginCon .row p input[type="text"]::-moz-placeholder,
.loginBox .loginCon .row p input[type="password"]::-moz-placeholder {
    color: #777;
}
.loginBox .loginCon .row p input[type="text"]::-ms-input-placeholder,
.loginBox .loginCon .row p input[type="password"]::-ms-input-placeholder {
    color: #777;
}



/*参观指南*/

.g2_item {
    position: relative;
    width: 99.5%;
    border: 1px solid #000;
}
.g2_item em {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40%;
    height: 100%;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.g2_item p {
    position: relative;
    z-index: 2;
    width: 60%;
    line-height: 30px;
    padding: 10% 10%;
    margin-left: 40%;
    background: #fff;
    color: #323232;
    font-size: 14px;
}
.g2_item p span {
    font-size: 16px;
    font-weight: bold;
}
.g2_item2 {
	width: 99.5%;
    padding: 2% 0;
    border: 1px solid #000;
    text-align: center;
}
.g2_item2 img {
    max-width: 100%;
}
.g2_item3 {
	width: 99.5%;
    border: 1px solid #000;
}
.g2_item3 em {
    display: block;
    height: 229px;
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.g2_item3 p {
    line-height: 28px;
    padding: 4% 10% 5% 10%;
    text-align: center;
    color: #323232;
}
.g2_item3 p {
    color: #323232;
}


/*交通*/

.traffic_con {
    width: 89%;
    margin: 0 auto;
}
.traffic_con {
    width: 89%;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
}
.traffic_item1 {
    text-align: center;
}
.traffic_item1 em {
    display: inline-block;
    width: 36px;
    height: 3px;
    overflow: hidden;
    background: #002fe7;
}
.traffic_item1 p {
    margin-top: -20px;
    line-height: 32px;
}
.traffic_item2 {
    border: 1px solid #000;
    text-align: center;
}
.traffic_item2 .line {
    height: 0px;
    width: 92%;
    overflow: hidden;
    background-color: #f2f2f2;
    margin: 22px auto;
}
.traffic_item2 .line2 {
    height: 0px;
    width: 62%;
    overflow: hidden;
    border-bottom: 2px dashed #000;
    margin: 32px auto;
}
.traffic_item2 .line3 {
    height: 1px;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    margin: 22px auto 32px auto;
}
.traffic_item2 .item h6 {
    font-size: 18px;
    font-weight: bold;
}
.traffic_item2 .item h5 {
    line-height: 36px;
    font-size: 16px;
    font-weight: 600;
}
.traffic_item2 .item p {
    margin-top: 5px;
    line-height: 20px;
}
.traffic_item3 {
    border: 1px solid #000;
    text-align: center;
}
 .traffic_item3 p {
    line-height: 30px;
    padding: 8px 62px 36px 62px;
    text-align: left;
}

/*展商检索*/

.g4_item {}
.g4_item {}
.g4_search {
    width: 448px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
}
.g4_search input[type="text"] {
    float: left;
    width: 377px;
    height: 48px;
    border: 1px solid #000;
    text-indent: 5px;
    color: #000;
    font-size: 14px;
    box-shadow: 2px 2px 2px #ccc;
}
.g4_search input[type="button"] {
    float: right;
    width: 63px;
    height: 48px;
    background: #000;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.g4_item .s_box {
    position: relative;
    width: 100%;
}
.g4_item .s_box .rowL {
    position: absolute;
    top: 0;
    left: 0;
    width: 157px;
}
.g4_item .s_box .rowL li {
    line-height: 44px;
    margin-bottom: 3px;
    background: #000;
    text-indent: 22px;
    color: #fff;
}
.g4_item .s_box .rowR {
    display: block;
    min-height: 284px;
    margin-left: 163px;
}
.g4_item .s_box .rowR li {
    display: block;
    line-height: 46px;
    text-align: center;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    height: 46px;
}
.g4_item .s_box .rowR li.tit {
    border: none;
    border-bottom: 1px solid #c3c3c3;
}
.g4_item .s_box .rowR li dt:nth-child(1) {
    width: 32%;
}
.g4_item .s_box .rowR li dt:nth-child(2) {
    width: 24%;
}
.g4_item .s_box .rowR li dt:nth-child(3) {
    width: 28%;
}
.g4_item .s_box .rowR li dt:nth-child(4) {
    width: 16%;
}
.g4_item .s_box .rowR li.tit dt:nth-child(1) {
    width: 31.5%;
    margin-right: 0.5%;
}
.g4_item .s_box .rowR li.tit dt:nth-child(2) {
    width: 23%;
    margin: 0 0.5%;
}
.g4_item .s_box .rowR li.tit dt:nth-child(3) {
    width: 27%;
    margin: 0 0.5%;
}
.g4_item .s_box .rowR li.tit dt:nth-child(4) {
    width: 15.5%;
    margin-left: 0.5%;
}
.g4_item .s_box .rowR li.tit dt {
    border-left: none;
    background: #000;
    color: #fff;
}
.g4_item .s_box .rowR li dt {
    float: left;
    height: 100%;
    border-left: 1px solid #c3c3c3;
    color: #000;
    font-size: 14px;
}

/*精选展商推荐*/
.p_box.select_box{
    width:1334px;
}
.g5_item{

}
.g5_box{

}
.g5_box li{
    position:relative;
    height:255px;
    margin-bottom:48px;
    border-top:5px solid #383636;
    border-bottom:5px solid #383636;
    border-left:5px solid #383636;
    border-right:5px solid #383636;
}
.g5_box li:hover{
    border-top:5px solid #dd1d74;
    border-bottom:5px solid #dd1d74;
    border-left:5px solid #dd1d74;
    border-right:5px solid #dd1d74;
}
.g5_box li .rowL{
    float:left;
    width:246px;
    height:100%;
    background:#f8f8f8;
    text-align:center;
}
.g5_box li .rowL .imgbg{
    width:183px;
    height:141px;
    margin:28px auto 0;
    background-color:#fff;
    background-repeat:no-repeat;
    background-size:80% auto;
    background-position:center center;
}
.g5_box li .rowL h5{
    display:inline-block;
    height:20px;
    margin-top:16px;
    border-bottom:1.5px solid #454545;
    font-size:14px;
    color:#454545;
    font-weight:bold;
}
.g5_box li .rowM{
    float:left;
    width:90px;
    height:100%;
    border-left:1px solid #ddd;
    background:#e5e5e5;
}
.g5_box li .rowM h3{
    position:relative;
    height:53px;
    line-height:53px;
    padding-right:5px;
    border-bottom:1px solid #ddd;
    color:#000;
    font-size:16px;
}
.g5_box li .rowM h3::before{
    content:"";
    position:absolute;
    top:18px;
    right:0;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent; 
    border-right: 10px solid #fff; 
    border-bottom: 10px solid transparent; 
}
.g5_box li .rowM h4{
    position:relative;
    height:53px;
    line-height:53px;
    padding-right:10px;
    color:#000;
    font-size:16px;
}
.g5_box li .rowM h4::before{
    content:"";
    position:absolute;
    top:18px;
    right:0;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent; 
    border-right: 10px solid #fff; 
    border-bottom: 10px solid transparent; 
}
.g5_box li .rowR{
    float:left;
    width:648px;
    background:#fff;
}
.g5_box li .rowR h3{
    position:relative;
    height:53px;
    line-height:53px;
    padding-left:16px;
    border-bottom:1px solid #ddd;
    text-align:left;
    color:#bb3a2e;
    font-size:16px;
}
.g5_box li .rowR p{
    position:relative;
    height:171px;
    overflow:hidden;
    line-height:32px;
    padding:10px 16px 5px;
    text-align:left;
    color:#000;
    font-size:14px;
    letter-spacing:-0.5px;
    word-spacing:-0.5px;
}
.g5_box li .rowR p span{
    position:absolute;
    right:15px;
    bottom:0px;
    background:#fff;
    color:#bb3a2e;
    font-size:15px;
    letter-spacing:-0.5px;
    word-spacing:-0.5px;
}
/*活动时装周*/

.hd_item {}
.hd_item h6 {
    margin-top: 3px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.hd_item h6 {
    margin-top: 3px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.hd_item2 {
    padding: 2% 4%;
    border: 1px solid #000;
}
.hd_item2 .item {
    position: relative;
    width: 100%;
}
.hd_item2 em {
    width: 100%;
}
.hd_item2 em img {
    width: 100%;
}
.hd_item2 em img {
    width: 100%;
}
.hd_item2 .row {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 3% 25px 3%;
    background-color: RGBA(255, 255, 255, 0.8);
    text-align: center;
}
.hd_item2 .row h5 {
    font-size: 18px;
    font-weight: 600;
}
.hd_item2 .row p {
    line-height: 30px;
    margin-top: 8px;
}

.hd_item3 {
    border: 1px solid #000;
}
.hd_item3 ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: 28px;
}
.hd_item3 ul li {
    float: left;
    position: relative;
    width: 32%;
    height: 100%;
    margin-right: 2%;
    color: #000;
    font-size: 13px;
}
.hd_item3 ul li:last-child {
    margin-right: 0;
}
.hd_item3 ul li .msg {
    width: 90%;
    margin: 0 auto;
}
.hd_item3 ul li .msg i {
    width: 2px;
    height: 142px;
    background: url(../images/line.png);
    position: absolute;
    bottom: 0px;
    right: -3%;
}
.hd_item3 ul li:first-child .msg i {
    bottom: -74px;
}
.hd_item3 ul li:nth-child(3n) .msg i {
    width: 0px;
}
.hd_item3 ul li em {
    display: block;
    width: 100%;
}
.hd_item3 ul li em img {
    display: block;
    width: 100%;
}
.hd_item3 ul li h5 {
    display: inline-block;
    line-height: 18px;
    margin-top: 28px;
    padding: 0 7px 6px 0;
    border-right: 4px dashed #000;
    border-bottom: 4px dashed #000;
    font-size: 16px;
    font-weight: 500;
}
.hd_item3 ul li p {
    line-height: 24px;
    margin-top: 22px;
    color: #323232;
}
.hd_item3 ul li p span {
    font-size: 15px;
    font-weight: 900;
}
.hd_item3 ul li em {
    display: block;
    width: 100%;
}
.hd_item4 {
    border: 1px solid #000;
}


.hd_item4 ul li img {
    display: block;
    width: 100%;
}
.hd_item4 .swiper-container{
    width:96%;
    margin:0 2%;
}
.hd_item4 .swiper-container li {
    float:left;
    background-size:auto 100%;
    background-position:center center;
    background-repeat:no-repeat;
    overflow: hidden;
}

/*金帛奖*/

.hd_con h5 {
    line-height: 35px;
    border-left: 9px solid #000;
    border-bottom: 1px solid #000;
    text-indent: 12px;
    font-size: 18px;
    font-weight: 600;
}
.hd2_item {
    width: 99%;
    padding-bottom: 20px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    -moz-box-shadow: 4px 4px 10px #999;
    /* 老的 Firefox */
    box-shadow: 4px 4px 10px #999;
}
.hd2_item .row {
    background-image: -webkit-linear-gradient(to right, #cfcfcf, #cfcfcf);
    background-image: linear-gradient(to right, #cfcfcf, #cfcfcf);
    background-size: 100% 200px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.hd2_item em {
    display: block;
    width: 100%;
}
.hd2_item em img {
    display: block;
    width: 100%;
}
.hd2_item .item {
    width: 84%;
    margin: 0 auto;
}
.hd2_item .item p {
    line-height: 30px;
    padding: 0 12px;
}
.hd2_item .item ul {}
.hd2_item .item ul li {
    position: relative;
    line-height: 24px;
    padding: 0 22px;
}
.hd2_item .item ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background: url(../images/arrow.gif);
    font-size: 14px;
    font-weight: 600;
}

.hd2_item2 {
    position: relative;
    width: 99%;
    border: 1px solid #000;
    -moz-box-shadow: 4px 4px 10px #999;
    /* 老的 Firefox */
    box-shadow: 4px 4px 10px #999;
}
.hd2_item2 .bk {
    position: absolute;
    top: 0px;
    left: 32.5%;
    height: 0px;
    width: 35%;
    height: 100%;
    background: #cfcfcf;

    transform: skew(-45deg, 0deg);
    /*D倾斜*/
    -ms-transform: skew(-45deg, 0deg);
    /* Internet Explorer */
    -moz-transform: skew(-45deg, 0deg);
    /* Firefox */
    -webkit-transform: skew(-45deg, 0deg);
    /* Safari 和 Chrome */
    -o-transform: skew(-45deg, 0deg);
    /* Opera */
}
.hd2_item2 .item {
    position: relative;
    width: 84%;
    margin: 0 auto;
}
.hd2_item2 .item i {
    position: absolute;
    top: 6px;
    right: 10px;
}
.hd2_item2 em {
    display: block;
    width: 100%;
}
.hd2_item2 em img {
    display: block;
    width: 100%;
}
.hd2_item2 .item p {
    line-height: 30px;
    padding: 0 12px;
}

.hd2_item3 {
    position: relative;
    width: 99%;
    overflow: hidden;
    border: 1px solid #000;
    -moz-box-shadow: 4px 4px 10px #999;
    /* 老的 Firefox */
    box-shadow: 4px 4px 10px #999;
}
.hd2_item3 .bk {
    position: absolute;
    top: 0px;
    left: 68%;
    width: 70%;
    height: 595px;
    background: #cfcfcf;

    transform: skew(47deg, 0deg);
    /*D倾斜*/
    -ms-transform: skew(45deg, 0deg);
    /* Internet Explorer */
    -moz-transform: skew(45deg, 0deg);
    /* Firefox */
    -webkit-transform: skew(47deg, 0deg);
    /* Safari 和 Chrome */
    -o-transform: skew(45deg, 0deg);
    /* Opera */
}
.hd2_item3 .bk2 {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    height: 79px;
    background: #cfcfcf;
}
.hd2_item3 .item {
    position: relative;
    width: 84%;
    margin: 0 auto;
}
.hd2_item3 .item i {
    position: absolute;
    bottom: 58px;
    right: 7%;
    display: block;
    padding: 6px;
    background: #cfcfcf;
}
.hd2_item3 .item .row {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
}
.hd2_item3 .item .row .rowR {
    float: right;
    width: 443px;
}
.hd2_item3 .item ul {}
.hd2_item3 .item ul li {
    position: relative;
    line-height: 24px;
    padding-left: 22px;
    margin-bottom: 10px;
}
.hd2_item3 .item ul li dt {
    position: absolute;
    top: 8px;
    left: 110px;
    line-height: 36px;
    border-left: 4px solid #000;
    padding-left: 8px;
    font-size: 30px;
}
.hd2_item3 .item ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background: url(../images/arrow.gif);
    font-size: 14px;
    font-weight: 600;
}
.hd2_item3 .item .pinbox {}
.hd2_item3 .item .pinbox dl {
    margin-top: 10px;
}
.hd2_item3 .item .pinbox dl dt {
    display: inline-block;
    width: 38%;
}
.hd2_item3 .item .pinbox dl dt:last-child {
    display: inline-block;
    width: 20%;
}
.hd2_item3 .item .pinbox dl dt span {
    display: inline-block;
    line-height: 1;
    padding: 0 6px 2px 6px;
    border: 6px solid transparent;
    -moz-border-image: url(../images/icon/border.png) 6 6 stretch;
    /* Old Firefox */
    -webkit-border-image: url(../images/icon/border.png) 6 6 stretch;
    /* Safari and Chrome */
    -o-border-image: url(../images/icon/border.png) 6 6 stretch;
    /* Opera */
    border-image: url(../images/icon/border.png) 6 6 stretch;
}

.hd2_item3 .item .pinbox dl dt h6 {
    margin-top: 14px;
}

.hd2_item3 .item .bao_row {}
.hd2_item3 .item .bao_row span {
    position: relative;
    display: inline-block;
    padding-right: 46px;
}
.hd2_item3 .item .bao_row span b {
    margin-left: 12px;
    margin-top: 10px;
}
.hd2_item4 {
    width: 100%;
    height: 254px;
    text-align: center;
}
.hd2_item4 h6 {
    padding: 28px 0 10px 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.hd2_item4 p {
    margin-top: 20px;
}
.hd2_item4 a {
    display: inline-block;
    line-height: 45px;
    width: 226px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}
.hd2_item4 a:hover {
    background-color: Rgba(255, 255, 255, 1);
    color: #000;
}

.hd3_con .line {
    width: 100%;
    margin-top: -18px;
    text-align: center;
}
.hd3_con .line em {
    display: inline-block;
    width: 36px;
    height: 3px;
    background: #002fe7;
    text-align: center;
}
.hd3_con .subtit {
    text-align: center;
    font-size: 14px;
}


/*精准对接会*/

.p_con .hd3_item {
    width: 100%;
    border: 1px solid #000;
}
.p_con .hd3_item em {
    display: block;
    padding: 0 8px;
}
.p_con .hd3_item img {
    width: 100%;
}
.p_con .hd3_item h6 {
    padding: 24px 0 12px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    word-spacing: 3px;
}
.p_con .hd3_item p {
    line-height: 30px;
    padding: 8px 82px 36px 82px;
    text-align: left;
}

.p_con .h3_item2 {
    position: relative;
    height: 300px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid #000;
    color: #323232;
    font-size: 14px;
}
.p_con .h3_item2 em {
    width: 49%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.p_con .h3_item2 .rowR {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 0 3% 0 3%;
}
.p_con .h3_item2 .rowR .item {
    width: 100%;
    height: 100%;
    line-height: 30px;
}
.p_con .h3_item2 .rowR .item span {
    font-size: 16px;
    font-weight: 600;
}
.p_con .h3_item3 {
    border: 1px solid #000;
}
.p_con .h3_item3 ul {
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
}
.p_con .h3_item3 ul li {
    float: left;
    height: 44px;
    line-height: 44px;
}
.p_con .h3_item3 ul li:nth-child(odd) {
    width: 19%;
    background: #000;
    text-align: center;
    color: #fff;
}
.p_con .h3_item3 ul li:nth-child(even) {
    position: relative;
    width: 5%;
    line-height: 44px;
}
.p_con .h3_item3 ul li:last-child {
    width: 28%;
}
.p_con .h3_item3 p {
    line-height: 28px;
    text-align: center;
    color: #323232;
}
.p_con .h3_item3 p span {
    font-size: 16px;
    font-weight: 600;
}

.p_con .h3_item4 {
    position: relative;
    height: 399px;
    overflow: hidden;
    border: 1px solid #000;
    color: #fff;
    font-size: 14px;
}
.p_con .h3_item4 em {
    width: 44%;
    height: 100%;
    margin-left: 56%;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.p_con .h3_item4 .rowR {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    padding: 0 5% 0 5%;
}
.p_con .h3_item4 .rowR .item {
    width: 100%;
    height: 100%;
    line-height: 30px;
}
.p_con .h3_item4 .rowR .item span {
    font-size: 16px;
    font-weight: 600;
}

.hd3_item5 {
    width: 100%;
    height: 148px;
    text-align: center;
}
.hd3_item5 p {
    padding-top: 54px;
}
.hd3_item5 a {
    display: inline-block;
    line-height: 45px;
    width: 226px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}
.hd3_item5 a:hover {
    background-color: Rgba(255, 255, 255, 1);
    color: #000;
}


/*服装设计大赛*/

.p_con .hd4_bk1 {
    width: 100%;
    height: 164px;
    background: url(../images/h4_bk1.png) right top no-repeat;
}
.p_con .hd4_bk1 h2 {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.p_con .hd4_bk1 h5 {
    text-align: center;
    color: #000;
    font-size: 18px;
    letter-spacing: 2px;
    word-spacing: 2px;
}

.p_con .hd4_item {
    width: 100%;
    border: 1px solid #000;
    padding: 0 1.8%;
    color: #323232;
    font-size: 14px;
}
.p_con .hd4_item img {
    width: 100%;
}
.p_con .hd4_item .tit {
    height: 64px;
    line-height: 64px;
    background: url(../images/h4_bk2.png) center center no-repeat;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    word-spacing: 3px;
}
.p_con .hd4_item p {
    line-height: 30px;
    padding: 8px 82px 36px 82px;
    text-align: left;
}

.p_con .h4_item2 {
    position: relative;
    padding: 8px;
    height: 300px;
    overflow: hidden;
    border: 1px solid #000;
    color: #323232;
    font-size: 14px;
}
.p_con .h4_item2 .tit {
    height: 64px;
    line-height: 64px;
    padding-left: 43px;
    background: url(../images/h4_bk2.png) left center no-repeat;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    word-spacing: 3px;
}
.p_con .h4_item2 em {
    width: 49%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.p_con .h4_item2 .rowR {
    position: absolute;
    top: 0;
    right: 0;
    width: 51%;
    height: 100%;
    padding: 0 4% 0 3%;
    text-align: left;
}
.p_con .h4_item2 .rowR .item {
    width: 100%;
    height: 100%;
}
.p_con .h4_item2 .rowR .item h4 {
    margin-bottom: 22px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.p_con .h4_item2 .rowR .item h6 {
    margin-bottom: 8px;
    margin-left: 42px;
}
.p_con .h4_item2 .rowR .item p {
    margin-left: 42px;
    line-height: 32px;
}

.p_con .h4_item3 {
    position: relative;
    height: 300px;
    padding: 8px;
    overflow: hidden;
    border: 1px solid #000;
    color: #323232;
    font-size: 14px;
}
.p_con .h4_item3 em {
    width: 49%;
    height: 100%;
    margin-left: 51%;
    margin-right: 8px;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.p_con .h4_item3 .rowR {
    position: absolute;
    top: 0;
    left: 0;
    width: 51%;
    height: 100%;
    padding: 0 4% 0 2%;
    text-align: left;
}
.p_con .h4_item3 .rowR .item {
    width: 100%;
    height: 100%;
}
.p_con .h4_item3 .rowR .item .tit {
    height: 64px;
    line-height: 64px;
    padding-left: 43px;
    background: url(../images/h4_bk2.png) left center no-repeat;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    word-spacing: 3px;
}
.p_con .h4_item3 .rowR .item h6 {
    margin-bottom: 8px;
    margin-left: 42px;
}
.p_con .h4_item3 .rowR .item p {
    margin-left: 42px;
    line-height: 32px;
}

.p_con .h4_item3 {}

.logolist {
    width: 100%;
    overflow: hidden;
}
.p_con .h4_item4 {
    border: 1px solid #000;
}
.p_con .h4_item4 p {
    line-height: 34px;
    text-align: center;
    color: #000;
    font-size: 14px;
}
.p_con .h4_item4 ul {
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
    margin-left: -1px;
}
.p_con .h4_item4 ul li a {
    display: inline-block;
    vertical-align: middle;
}
.p_con .h4_item4 ul li {
    float: left;
    position: relative;
    width: 16.6%;
    height: 114px;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    text-align: center;
    vertical-align: middle;
}
.p_con .h4_item4 ul li img {
    max-width: 70%;
}
.p_con .h4_item4 ul li a:hover img {
    transform: scale(1.1);
}
.p_con .h4_item4 ul li p {
    padding-top: 5px;
    color: #000;
    font-size: 11px;
}

.p_con .h4_item5 {
    border: 1px solid #000;
    background: url(../images/h5_bk1.png) left center no-repeat;
}
.p_con .h4_item6 {
    background: url(../images/h5_bk2.png) left center no-repeat;
}
.p_con .h4_item5 .tit {
    width: 82%;
    height: 64px;
    margin: 0px auto;
    line-height: 64px;
    padding-left: 43px;
    background: url(../images/h4_bk2.png) left center no-repeat;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    word-spacing: 3px;
}
.p_con .h4_item5 .row {}
.p_con .h4_item5 .row p {
    width: 82%;
    line-height: 32px;
    padding: 0 42px;
    margin: 0px auto;
}
.p_con .h4_item5 .row p span {
    font-size: 16px;
    font-weight: 600;
}

.p_con .h4_item7 {
    border: 1px solid #000;
    background: url(../images/h5_bk3.png) left center no-repeat;
    text-align: center;
}
.p_con .h4_item7 .tit {
    width: 82%;
    height: 64px;
    margin: 0px auto;
    line-height: 64px;
    padding-left: 43px;
    background: url(../images/h4_bk2.png) left center no-repeat;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    word-spacing: 3px;
}

.p_con .h4_item7 em {
    display: block;
    padding: 22px 0;
}
.p_con .h4_item7 em:last-child {
    display: none;
}
.hd4_item5 {
    width: 100%;
    height: 148px;
    text-align: center;
}
.hd4_item5 p {
    padding-top: 54px;
}
.hd4_item5 a {
    display: inline-block;
    line-height: 45px;
    width: 366px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}
.hd4_item5 a:hover {
    background-color: Rgba(255, 255, 255, 1);
    color: #000;
}
.p_con .h4_item8 {
    background: url(../images/h5_bk4.png) left center no-repeat;
    line-height: 26px;
}
.p_con .h4_item8 .row p {
    line-height: 28px;
}

ul.Arrow{
    margin-top:10px;
    overflow:hidden;
}
ul.Arrow li {
    position: relative;
    line-height: 30px;
    padding: 0 16px;
    color:#333333;
}
ul.Arrow li span{
    display:block;
    line-height:36px;
    font-size:18px;
    color:#000;
}
ul.Arrow li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 12px;
    width: 8px;
    height: 13px;
    overflow: hidden;
    background: url(../images/arrow2.gif);
    background-size:8px 13px;
    font-size: 14px;
    font-weight: 600;
}

/*FS SHOW*/
.p_con .hd8_item {
    padding: 2% 4%;
    border: 1px solid #000;
}
.hd8_item .item {
    position: relative;
    width: 100%;
}
.hd8_item em {
    width: 100%;
}
.hd8_item em img {
    width: 100%;
}
.hd8_item .row {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 3%;
    background-color: RGBA(255, 255, 255, 0.8);
    text-align: center;
}
.hd8_item .row p {
    line-height: 30px;
    margin-top: 8px;
}
.hd8_item2 {
    padding: 3% 6%;
    border: 1px solid #000;
    background:url(../images/h8-2.png) no-repeat center center;
}
.hd8_item2 ul li {
    position: relative;
    line-height: 30px;
    padding: 0 22px;
    color:#333333;
}
.hd8_item2 ul li span{
    display:block;
    line-height:36px;
    font-size:18px;
    color:#000;
}
.hd8_item2 ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 14px;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background: url(../images/arrow.gif);
    font-size: 14px;
    font-weight: 600;
}
.hd8_item2.hd8_item3 {
    background:url(../images/h8-3.png) no-repeat center center;
}


/*FS 派对*/
.hd7_item {
    padding: 0 6%;
    border: 1px solid #000;
}
.hd7_item .item {
    position: relative;
    width: 100%;
}
.hd7_item em {
    width: 100%;
}
.hd7_item em img {
    width: 100%;
}
.hd7_item .row {
    width: 100%;
    padding: 15px 3%;
}
.hd7_item .row p {
    line-height: 30px;
}

.hd7_item ul{
    margin-top:10px;
    overflow:hidden;
}
.hd7_item ul li {
    position: relative;
    float:left;
    line-height: 24px;
    padding: 0 16px;
    color:#333333;
}
.hd7_item ul li:nth-child(1) {
    width:60%;
}
.hd7_item ul li:nth-child(2) {
    width:40%;
}
.hd7_item ul li span{
    display:block;
    line-height:36px;
    font-size:18px;
    color:#000;
}
.hd7_item ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 12px;
    width: 8px;
    height: 13px;
    overflow: hidden;
    background: url(../images/arrow2.gif);
    background-size:8px 13px;
    font-size: 14px;
    font-weight: 600;
}

.hd7_item2 {
    padding: 2% 6%;
    border: 1px solid #000;
    background:url(../images/h7-2.png) no-repeat right bottom;
}
.hd7_item2 ul{
    overflow:hidden;
}
.hd7_item2 ul li {
    position: relative;
    line-height: 24px;
    padding: 0 16px;
    color:#333333;
}
.hd7_item2 ul li span{
    display:block;
    line-height:36px;
    font-size:18px;
    color:#000;
}
.hd7_item2 ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 12px;
    width: 8px;
    height: 13px;
    overflow: hidden;
    background: url(../images/arrow2.gif);
    background-size:8px 13px;
    font-size: 14px;
    font-weight: 600;
}

/*商贸配对*/
.hd6_item {
    padding: 0 3%;
    border: 1px solid #000;
}
.hd6_item .item {
    position: relative;
    width: 100%;
    margin-top:2px;
}
.hd6_item em {
    width: 100%;
}
.hd6_item em img {
    width: 100%;
}
.hd6_item .row {
    width: 100%;
    padding: 15px 3%;
}
.hd6_item .row p {
    line-height: 30px;
}

.hd6_item ul{
    margin-top:10px;
    overflow:hidden;
}
.hd6_item ul li {
    position: relative;
    line-height: 30px;
    padding: 0 16px;
    color:#333333;
}
.hd6_item ul li span{
    display:block;
    line-height:36px;
    font-size:18px;
    color:#000;
}
.hd6_item ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 12px;
    width: 8px;
    height: 13px;
    overflow: hidden;
    background: url(../images/arrow2.gif);
    background-size:8px 13px;
    font-size: 14px;
    font-weight: 600;
}
.hd6_item ul li:nth-child(2)::before {
    top: 6px;
}
.hd6_item2 {
    padding: 0 6%;
    border: 1px solid #000;
    background: url(../images/h6-2.png) no-repeat 25% 80%;
    line-height:30px;
}
.hd6_item2 ol {
    width: 96%;
    overflow: hidden;
    margin: 5px auto 0;
}
.hd6_item2 ol li:nth-child(odd) {
    width: 19%;
    background: #000;
    text-align: center;
    color: #fff;
}
.hd6_item2 ol li {
    float: left;
    height: 44px;
    line-height: 44px;
}
.hd6_item2 ol li:nth-child(even) {
    position: relative;
    width: 5%;
    line-height: 44px;
}
.hd6_item2 ol li {
    float: left;
    height: 44px;
    line-height: 44px;
}
.hd6_item2 ul{
    margin-top:10px;
    overflow:hidden;
}
.hd6_item2 ul li {
    position: relative;
    line-height: 30px;
    padding: 0 16px;
    color:#333333;
}
.hd6_item2 ul li span{
    display:block;
    line-height:36px;
    font-size:18px;
    color:#000;
}
.hd6_item2 ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 12px;
    width: 8px;
    height: 13px;
    overflow: hidden;
    background: url(../images/arrow2.gif);
    background-size:8px 13px;
    font-size: 14px;
    font-weight: 600;
}
.hd6_item2 .baobox{
    text-align:center;
}
.hd6_item2 a {
    display: inline-block;
    line-height: 38px;
    width: 146px;
    height:48px;
    border:4px solid #000;
    box-shadow:0px 0px 5px #666 inset;
    /*background-image:url(../images/border2.png);
    background-size:176px 54px;*/
    color: #000;
    font-size: 18px;
    text-shadow:3px 3px 4px #666;
}
.hd6_item2.hd6_item3 {
    background-image: url(../images/h6-3.png);
    background-size:99% 99%;
    background-repeat:no-repeat;
    background-position:center center;
}

.p_con .hd8_item em {
    display: block;
    padding: 0 8px;
}
.p_con .hd8_item img {
    width: 100%;
}
.p_con .hd8_item h6 {
    padding: 24px 0 12px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    word-spacing: 3px;
}
.p_con .hd8_item p {
    line-height: 30px;
    padding: 8px 82px 36px 82px;
    text-align: left;
}

.p_con .h8_item2 {
    position: relative;
    height: 300px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid #000;
    color: #323232;
    font-size: 14px;
}
.p_con .h8_item2 em {
    width: 49%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.p_con .h8_item2 .rowR {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 0 3% 0 3%;
}
.p_con .h8_item2 .rowR .item {
    width: 100%;
    height: 100%;
    line-height: 30px;
}
.p_con .h8_item2 .rowR .item span {
    font-size: 16px;
    font-weight: 600;
}
.baoming1{
    display: inline-block;
    line-height: 38px;
    width: 146px;
    height:48px;
    border:4px solid #000;
    box-shadow:0px 0px 5px #666 inset;
    /*background-image:url(../images/border2.png);
    background-size:176px 54px;*/
    text-align:center;
    color: #000;
    font-size: 18px;
    text-shadow:3px 3px 4px #666;
}
.baoming2{
    display: inline-block;
    line-height: 38px;
    width: 295px;
    height: 48px;
    border:4px solid #000;
    box-shadow:0 0 4px #666 inset;
    /*background-image: url(../images/border3.png);
    background-size: 315px 54px;*/
    text-align:center;
    color: #000;
    font-size: 18px;
    text-shadow: 3px 3px 4px #666;
}

/*论坛*/
.hd9_item {
    padding: 3% 6%;
    line-height:30px;
    border: 1px solid #000;
}
.hd9_item2 {
    background: url(../images/h9-2.png) no-repeat 80% center;
}
.hd9_item3 {
    padding: 3% 6%;
    border: 1px solid #000;
}
.hd9_item3 em{
    display:block;
    width:100%;
}
.hd9_item3 em img{
    display:block;
    width:100%;
}

/*买家俱乐部*/
.hd10_item{
    padding:0 3%;
}
.hd10_item2{
    line-height:30px;
    padding: 3% 6%;
    border: 1px solid #000;
}
.hd10_item2 a {
    
}
.hd10_item3 {
    padding: 3% 6%;
    border: 1px solid #000;
    background:url(../images/h10-3.png) no-repeat bottom center;
}
.hd10_item3 em{
    display:block;
    width:100%;
}
.hd10_item3 em img{
    display:block;
    width:100%;
}

/*买家组团*/
.hd11_item{
    padding: 3% 6%;
    border: 1px solid #000;
    background:url(../images/h11-1.png) no-repeat right center;
}
.hdd11_item .rowbox{
    overflow:hidden;
}
.hd11_item .row{
    float:left;
    width:50%;
}
.hd11_item2{
    padding: 2% 1%;
    border: 1px solid #000;
}
.hd11_item2 .hd11_item2_box {
    position: relative;
    height: 366px;
    overflow: hidden;
    padding: 10px;
}
.hd11_item2 em {
    width: 66%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.hd11_item2 .rowR {
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    padding-right: 3%;
}
.hd11_item2 .rowR .item {
    width: 100%;
    height: 100%;
    line-height:28px;
    padding-left:20px;
}
.hd11_item3{
    padding: 3% 4%;
    border: 1px solid #000;
}
.hd11_item3 em {
    display: block;
    width: 100%;
}
.hd11_item3 em img {
    display: block;
    width: 100%;
}

/*其它活动*/

ul.h5_item {
    width: 99.5%;
    overflow: hidden;
    padding: 5% 3% 1% 3%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
ul.h5_item li {
    float: left;
    position: relative;
    width: 48%;
    background-color: #fff;
    overflow: hidden;
    margin-right: 4%;
    margin-bottom: 4%;
}
ul.h5_item li:nth-child(even) {
    margin-right: 0;
}
ul.h5_item li a {
    display: block;
    padding: 15px;
    border: 1px solid #c4c4c4;
}
ul.h5_item li a p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}
ul.h5_item li a img {
    display: block;
    width: 100%;
}
ul.h5_item li a:hover img {
    opacity: 0.6;
    transform: scale(1.05);
}
ul.h5_item li a h6 {
    margin-top: 10px;
    color: #323232;
    font-size: 14px;
}


/*精准对接会报名*/

.SignUpBox {
    overflow: hidden;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}
.SignUpBox .contactBox {
    overflow: hidden;
}
.SignUpBox .contactBox li {
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-bottom: 1px solid #c3c3c3;
}
.SignUpBox .contactBox li.whole {
    width: 100%;
}
.SignUpBox .contactBox li.whole span,
.SignUpBox .contactBox li.check span {
    width: 10%;
}
.SignUpBox .contactBox li span {
    float: left;
    display: block;
    width: 20%;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    text-align: center;
}
.SignUpBox .contactBox li span em {
    color: #f00;
}
.SignUpBox .contactBox li p {
    float: left;
    width: 80%;
    height: 100%;
}
.SignUpBox .contactBox li p input {
    float: left;
    width: 100%;
    height: 100%;
    border: none;
    text-indent: 15px;
}
.SignUpBox .contactBox li.check,
.SignUpBox .contactBox li.check2 {
    width: 100%;
}

.SignUpBox .contactBox li.check2 .row {
    width: 100%;
    border-left: 1px solid #c3c3c3;
    margin-left: 0;
}
.SignUpBox .contactBox li.check2 .item {
    margin-right: 3%;
}
.SignUpBox .contactBox li.check2 .item:first-child {
    margin-left: 5%;
}

.SignUpBox .contactBox li.check .row {
    float: left;
    width: 55%;
    margin-left: 5%;
}
.SignUpBox .contactBox li.check .qrow {
    float: left;
    width: 30%;
    height: 100%;
    border-left: 1px solid #c3c3c3;
}
.SignUpBox .contactBox li .item {
    position: relative;
    display: inline-block;
    margin-right: 6%;
}
.SignUpBox .contactBox li .item em {
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/check.png);
    background-size: cover;
}
.SignUpBox .contactBox li .item p {
    display: block;
    width: auto;
    margin-left: 24px;
}
.SignUpBox .contactBox li p.yanz {}
.SignUpBox .contactBox li p.yanz input[type="text"] {
    width: 75%;
}
.SignUpBox .contactBox li p.yanz input[type="button"] {
    width: 25%;
    background: #b2b2b2;
    color: #fff;
    cursor: pointer;
}
.SignUpBox .contactBox li.tit {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-left: 1px solid #c3c3c3;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.SignUpBox .contactBox li.tit font {
    color: #000;
    font-size: 13px;
}
.SignUpBox .contactBox li.tit font em {
    color: #f00;
}
.SignUpBox .addcom {
    padding: 20px 0 42px 0;
    border-left: 1px solid #c3c3c3;
    text-align: center;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.SignUpBox .addcom p input[type="text"] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c3c3c3;
    text-indent: 5px;
}
.SignUpBox .addcom .btnbox {
    margin-top: 36px;
    text-align: center;
}
.SignUpBox .addcom .btnbox input[type="submit"],
.SignUpBox .addcom .btnbox input[type="button"],
.SignUpBox .addcom .btnbox input[type="reset"] {
    display: inline-block;
    width: 20%;
    height: 42px;
    line-height: 36px;
    border-radius: 32px;
    margin: 0 5%;
    background: #000;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 4px;
    word-spacing: 4px;
}
.SignUpBox .addcom .btnbox input[type="reset"] {
    background: #ccc;
}
.SignUpBox .addcom .btnbox input[type="submit"]:hover,
.SignUpBox .addcom .btnbox input[type="button"]:hover  {
    background: #ad144b;
}
.SignUpBox .checkBox {

    overflow: hidden;
    margin: 0 auto;
    border-left: 1px solid #c3c3c3;
    color: #323232;
    font-size: 13px;
}

.SignUpBox .checkBox dl {
    display: block;
    line-height: 34px;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0 5%;
    background: #f2f2f2;
    color: #323232;
    font-size: 16px;
}
.SignUpBox .checkBox dl span {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 30px;
    background-color: #000;
    border-radius: 5px;
    color: #f00;
}

.SignUpBox .checkBox li {
    width: 100%;
    overflow: hidden;
    line-height: 46px;
    padding: 0 6%;
}

.SignUpBox .checkBox li .item {
    float: left;
    position: relative;
    width: 25%;
}
.SignUpBox .checkBox li .item em {
    position: absolute;
    top: 13px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/check.png);
    background-size: cover;
}
.SignUpBox .checkBox li .item em.checked {
    background-image: url(../images/checked.png);
}
.SignUpBox .checkBox .item input[type="checkbox"] {
    position:absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.SignUpBox .checkBox li .item p {
    margin-left: 30px;
}
.SignUpBox .checkBox .btnbox {
    margin-top: 36px;
    text-align: center;
}
.SignUpBox .signContactList {}
.SignUpBox .signContactList li {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #c3c3c3;
    text-align: center;
}
.SignUpBox .signContactList li dt {
    float: left;
    width: 12%;
    height: 100%;
    border-left: 1px solid #c3c3c3;
}
.SignUpBox .signContactList li dt:nth-child(5),
.SignUpBox .signContactList li dt:nth-child(6) {
    width: 20%;
}
.SignUpBox .signContactList li.tit {}
.SignUpBox .signContactList li dt input {
    float: left;
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
}
.SignUpBox.ZutuanBox .signContactList li dt {
    width: 20%;
}
.SignUpBox.ZutuanBox .signContactList li dt:nth-child(5) {
    width: 20%;
}

/*内页广告图*/

.p_add_box {
    margin-top: 157px;
}
.p_add {
    width: 100%;
    height: 423px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.login_p_add {
    height: 100%;
}
/*展商登录内页广告图*/
.login_add_box{
    height:100%;
    padding-top: 157px;
}

/*内页*/

.p_box {
    width: 1000px;
    margin: 0 auto;
}
.p_box h1 {
    height: 102px;
    line-height: 92px;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.p_box h2 {
    height: 78px;
    line-height: 86px;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.p_box h3 {
    height: 52px;
    text-align: center;
    color: #000;
    font-size: 14px;
}
.p_box .htit {
    text-align: center;
}
.p_box .htit .tit{
    display: inline-block;
    line-height: 1;
    margin: 45px auto 48px auto;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.p_box .htit .tit p{
    width: 100%;
    height: 9px;
    margin-top: 5px;
    border-top: 5px solid #000;
    border-bottom: 2px solid #000;
}

/*展览*/

.p_con {
    color: #000;
    font-size: 14px;
}
.p_con .p_item_radius {
    background: #f2f2f2;
    border-bottom-right-radius: 32px;
    /*左下角圆角*/
    -webkit-border-bottom-right-radius: 32px;
    /*左下角圆角*/
}
.p_con .p_item {
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
    border-bottom: 1px dotted #000;
}
.p_con .p_item img {
    width: 100%;
}
.p_con .p_item p {
    line-height: 30px;
    padding: 16px 82px 8px 82px;
    text-align: left;
}
.p_con .p_item2 {
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
    border-bottom: 1px dotted #000;
}
.p_con .p_item2 h5 {
    height: 46px;
    line-height: 42px;
    background: #000;
    text-align: center;
    color: #fff;
}
.p_con .p_item2 .row {
    border-left: 1px solid #bbbbbe;
    border-right: 1px solid #bbbbbe;
    border-bottom: 1px solid #bbbbbe;
}
.p_con .p_item2 .row p {
    width: 78%;
    line-height: 28px;
    padding: 42px 0 32px 0;
    margin: 0px auto;
}

.p_con .p_item3 {
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
    border-bottom: 1px dotted #000;
}
.p_con .p_item3 h5 {
    height: 46px;
    line-height: 42px;
    background: #000;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.p_con .p_item3 .p_item3_box {
    position: relative;
    height: 261px;
    overflow: hidden;
    padding: 10px;
}
.p_con .p_item3 em {
    width: 49%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.p_con .p_item3 .rowR {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding-right: 3%;
}
.p_con .p_item3 .rowR .item {
    width: 100%;
    height: 100%;
    text-align: center;
}
.p_con .p_item3 .rowR .item p {
    line-height: 28px;
}
.p_con .p_item4 {
    width: 100%;
    margin: 0 auto;
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
    border-bottom: 1px dotted #000;
}
.p_con .p_item4 p {
    padding: 30px 12% 26px 12%;
}

.p_con .p_item5 {
    position: relative;
    overflow: hidden;
    margin-left:5%;
}
.p_con .p_item5 em {
    display: block;
    width: 33%;
}
.p_con .p_item5 em img {
    width: 100%;
}
.p_con .p_item5 .rowR {
    position: absolute;
    top: 0;
    right: 0;
    width: 64%;
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
}
.p_con .p_item5 .rowR p:first-child {
    border-top: 1px solid #ccc;
}
.p_con .p_item5 .rowR p {
    line-height: 28px;
    padding: 18px 56px;
    border-bottom: 1px solid #ccc;
}


/*展览*/

.exhibitionBox {
    width: 100%;
}
.exhibitionBox em {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.exhibitionBox em img {
    width: 100%;
}
.exhibitionBox em:hover a.icono-plus {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: Rgba(255, 255, 255, 0.3);
}
.exhibitionBox em:hover a.icono-plus::before {
    width: 120px;
    height: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.exhibitionBox em:hover a.icono-plus::after {
    height: 120px;
    width: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.exhibitionBox em a.icono-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: Rgba(255, 255, 255, 0);
}
.exhibitionBox em a.icono-plus::before,
.exhibitionBox em a.icono-plus::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    box-shadow: inset 0 0 0 32px;

    color: #fff;
}
.exhibitionBox em a.icono-plus::before {
    width: 0px;
    height: 2px;
}
.exhibitionBox em a.icono-plus::after {
    height: 0px;
    width: 2px;
}


/*展览详情*/

.p_con .z_item {
    width: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.p_con .z_item img {
    width: 100%;
}
.p_con .z_item h6 {
    padding: 30px 0 22px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    word-spacing: 3px;
}
.p_con .z_item p {
    line-height: 30px;
    padding: 8px 82px 36px 82px;
    text-align: left;
}

.p_con .ebox {
	width: 99.5%;
	overflow: hidden;
	padding:3% 1% 0 1%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.p_con .ebox li {
    float: left;
    width: 23%;
    overflow: hidden;
    margin: 0 1% 4% 1%;
}
.p_con .ebox li:hover img {
    transform: scale(1.05);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}
.p_con .ebox li img {
    width: 100%;
    display: block;
}
.p_con .ebox li p {
    width: 100%;
    line-height: 40px;
    background: #efeff0;
    text-align: center;
}

.p_con .ebox3 li {
    width: 30.3%;
    margin: 0 1.5% 4% 1.5%;
}
.p_con .z9_item {
    width: 99.5%;
    padding:24px 10%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    color:#000;
    
}
.p_con .z9_item ul li {
    position: relative;
    line-height:32px;
    padding: 0 22px;
    font-size:16px;
}
.p_con .z9_item ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 12px;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background: url(../images/arrow.gif);
    font-size: 14px;
    font-weight: 600;
}
.p_con .z9_item ul li p{
    padding:10px 0 20px 0;
}

/*纺织面料展*/

.p_con .zh2_item3 {
    position: relative;
    height: 347px;
    overflow: hidden;
}
.p_con .zh2_item3 em {
    width: 45%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.p_con .zh2_item3 .rowR {
    position: absolute;
    top: 0;
    right: 0;
    width: 53%;
    height: 100%;
    padding-right: 2%;
}
.p_con .zh2_item3 .rowR .item {
    width: 100%;
    height: 100%;
}
.p_con h4 {
    margin-bottom: 26px;
    text-align: center;
    color: #333333;
    font-size: 30px;
}
.p_con .zh2_item3 .rowR .item p {
    line-height: 28px;
}


/*服饰配件展*/

.p_con .zh4_item3 {
    position: relative;
    height: 347px;
    overflow: hidden;
}
.p_con .zh4_item3 em {
    width: 40%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.p_con .zh4_item3 .rowR {
    position: absolute;
    top: 0;
    right: 0;
    width: 56%;
    height: 100%;
    padding-right: 4%;
}
.p_con .zh4_item3 .rowR .item {
    width: 100%;
    height: 100%;
}
.p_con h4 {
    margin-bottom: 20px;
    text-align: center;
    color: #333333;
    font-size: 30px;
}
.p_con .zh4_item3 .rowR .item p {
    line-height: 28px;
}


/*DenimTimes牛仔展*/

.p_con .zh5_item3 {
    position: relative;
    height: 347px;
    overflow: hidden;
}
.p_con .zh5_item3 em {
    width: 50%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.p_con .zh5_item3 .rowR {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    padding-right: 4%;
}
.p_con .zh5_item3 .rowR .item {
    width: 100%;
    height: 100%;
    text-align: center;
}
.p_con h4 {
    margin-bottom: 20px;
    text-align: center;
    color: #333333;
    font-size: 30px;
}
.p_con .zh5_item3 .rowR .item p {
    line-height: 28px;
}


/*D+独立设计师展*/

.p_con .zh6_item2 {
    width: 100%;
}
.p_con .zh6_item2 img {
    width: 100%;
}
.p_con .zh6_item2 h6 {
    padding: 30px 0 22px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    word-spacing: 3px;
}
.p_con .zh6_item2 p {
    line-height: 30px;
    padding: 8px 82px 36px 82px;
    text-align: left;
}
.p_con .zh6_item3 {}
.p_con .zh6_item3 p img {
    width: 100%;
}

/*纱线展*/
.z7_item {
    width: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.p_con .z7_item em {
    display:block;
    width: 100%;
    padding:1%;
}
.p_con .z7_item img {
    width: 100%;
}
.p_con .z7_item h6 {
    padding: 30px 0 22px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    word-spacing: 3px;
}
.p_con .z7_item p {
    line-height: 30px;
    padding: 8px 82px 36px 82px;
    text-align: left;
}

.z7_item2{
    padding: 1% 1%;
    border: 1px solid #000;
}
.z7_item2 .hd11_item2_box {
    position: relative;
    height: 241px;
    overflow: hidden;
    padding: 10px;
}
.z7_item2 em {
    width: 40%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.z7_item2 .rowR {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    padding-right: 3%;
}
.z7_item2 .rowR .item {
    width: 100%;
    height: 100%;
    line-height:28px;
    padding:0 60px 30px;
}
.zh4_item{
    width: 100%;
    line-height:30px;
    border: 1px solid #000;
    padding:2% 4%;
    background-image: url(../images/zh7-4.png);
    background-size:99% 100%;
    background-repeat:no-repeat;
    background-position:center top;
}
.zh4_item.zh4_item8{
    background-image: url(../images/zh8-4.png);
}

/*上届回顾*/

.z3_item {
    width: 100%;
    overflow: hidden;
    border: 1px solid #000;
}
ul.lastvideo {
    width: 100%;
    overflow:hidden;
}
ul.lastvideo li {
    float: left;
    position: relative;
    width: 46%;
    background-color: #fff;
    overflow: hidden;
    margin: 0 2% 4% 2%;
}

/*
ul.lastvideo li:nth-child(even){
	margin-right: 0;
}*/

ul.lastvideo li a {
    display: block;
}
ul.lastvideo li a p {
    background-color: #000;
}
ul.lastvideo li a img {
    display: block;
    width: 100%;
    opacity: 0.6;
}
ul.lastvideo li a:hover img {
    opacity: 1;
    transform: scale(1.05);
}
ul.lastvideo li a:hover .icono-youtube {
    color: #fff;
}
.z3_item .swiper-container{
    width:96%;
    margin:0 2%;
}
.z3_item .swiper-container li {
    float:left;
    background-size:auto 100%;
    background-position:center center;
    background-repeat:no-repeat;
    overflow: hidden;
}


/*合作媒体*/

.mediaBox {
    overflow: hidden;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}
.mediaBox li {
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-bottom: 1px solid #c3c3c3;
}
.mediaBox li.whole {
    width: 100%;
}
.mediaBox li.whole span,
.mediaBox li.check span {
    width: 10%;
}
.mediaBox li span {
    float: left;
    display: block;
    width: 20%;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    text-align: center;
}
.mediaBox li span em {
    color: #f00;
}
.mediaBox li p {
    float: left;
    width: 80%;
    height: 100%;
}
.mediaBox li p input {
    float: left;
    width: 100%;
    height: 100%;
    border: none;
    text-indent: 15px;
}
.mediaBox li.check {
    width: 100%;
}
.mediaBox li.check .row {
    float: left;
    width: 85%;
    margin-left: 5%;
}
.mediaBox li.check .row input[type="checkbox"]{
    width:0;
    height:0;
    overflow:hidden;
}
.mediaBox li .item {
    position: relative;
    display: inline-block;
    margin-right: 6%;
}
.mediaBox li .item em {
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/check.png);
    background-size: cover;
}
.mediaBox li .item em.checked {
    background-image: url(../images/checked.png);
}
.mediaBox li .item p {
    display: block;
    width: auto;
    margin-left: 24px;
}
.mediaBox li p.yanz {}
.mediaBox li p.yanz input[type="text"] {
    width: 75%;
}
.mediaBox li p.yanz input[type="button"] {
    width: 25%;
    background: #b2b2b2;
    color: #fff;
    cursor: pointer;
}
.mediaBox li.tit {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-left: 1px solid #c3c3c3;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.mediaBox input.btn {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #000;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 4px;
    word-spacing: 4px;
}
.mediaBox input.btn:hover {
    background: #ad144b;
}
.p_con .p5_item ul {
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
    margin-left: -1px;
}
.p_con .p5_item ul li a {
    display: inline-block;
    vertical-align: middle;
}
.p_con .p5_item ul li {
    float: left;
    position: relative;
    width: 16.6%;
    height: 114px;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    text-align: center;
    vertical-align: middle;
}
.p_con .p5_item ul li img {
    max-width: 70%;
}
.p_con .p5_item ul li a:hover img {
    transform: scale(1.1);
}
.p_con .p5_item ul li p {
    padding-top: 5px;
    color: #000;
    font-size: 11px;
}


/*联系我们*/

.p6_item {}
.p6_item h6 {
    padding-top: 64px;
    color: #000;
    font-size: 16px;
    background-image: url(../images/tel.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}
.p6_item .msg {
    line-height: 36px;
    margin-top: 12px;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.fedbackCon {
    width: 442px;
    margin: 0 auto;
}

.fedbackCon .row {
    width: 100%;
    margin-bottom: 15px;
}
.fedbackCon .row p {
    width: 100%;
}
.fedbackCon .row p input[type="text"] {
    width: 100%;
    height: 52px;
    line-height: 100%;
    border: 1px solid #858585;
    background: none;
    text-indent: 5px;
    color: #000;
}
.fedbackCon .row p textarea {
    width: 100%;
    height: 192px;
    line-height: 32px;
    border: 1px solid #858585;
    background: none;
    text-indent: 5px;
    box-sizing: border-box;
    color: #000;
}
.fedbackCon input[type="button"] {
    width: 100%;
    height: 50px;
    line-height: 46px;
    background: #000;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.fedbackCon input[type="button"]:hover {
    background: #ad144b;
}

/*企业申报大奖*/

.enterpriseBox {
    overflow: hidden;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}
.enterpriseBox li {
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-bottom: 1px solid #c3c3c3;
}
.enterpriseBox li.whole {
    width: 100%;
}
.enterpriseBox li.whole span,
.enterpriseBox li.check span,
.enterpriseBox li.wholeMulti span {
    width: 16%;
}
.enterpriseBox li.wholeMulti {
    width: 100%;
    height: 96px;
    line-height: 46px;
}
.enterpriseBox li.wholeMulti span {
    height: 100%;
    line-height: 26px;
    padding-top: 15px;
}
.enterpriseBox li.wholeMulti p textarea {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 26px;
    border: none;
    text-indent: 15px;
    resize: none;
}
.enterpriseBox li span {
    float: left;
    display: block;
    width: 32%;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    text-align: center;
}
.enterpriseBox li span em {
    color: #f00;
}
.enterpriseBox li p {
    float: left;
    width: 68%;
    height: 100%;
}
.enterpriseBox li p input {
    float: left;
    width: 100%;
    height: 100%;
    border: none;
    text-indent: 15px;
}
.enterpriseBox li.check,
.enterpriseBox li.check2 {
    width: 100%;
}

.enterpriseBox li.check2 .row {
    width: 100%;
    border-left: 1px solid #c3c3c3;
    margin-left: 0;
}
.enterpriseBox li.check2 .item {
    margin-right: 3%;
}
.enterpriseBox li.check2 .item:first-child {
    margin-left: 5%;
}

.enterpriseBox li.check .row {
    float: left;
    width: 55%;
    margin-left: 5%;
}
.enterpriseBox li.check .qrow {
    float: left;
    width: 30%;
    height: 100%;
    border-left: 1px solid #c3c3c3;
}
.enterpriseBox li .item {
    position: relative;
    display: inline-block;
    margin-right: 6%;
}
.enterpriseBox li .item em {
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/check.png);
    background-size: cover;
}
.enterpriseBox li .item p {
    display: block;
    width: auto;
    margin-left: 24px;
}
.enterpriseBox li p.yanz {}
.enterpriseBox li p.yanz input[type="text"] {
    width: 75%;
}
.enterpriseBox li p.yanz input[type="button"] {
    width: 25%;
    background: #b2b2b2;
    color: #fff;
    cursor: pointer;
}
.enterpriseBox li.tit {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-left: 1px solid #c3c3c3;
    text-align: center;
    color: #000;
    font-size: 18px;
}
input.enterprisebtn {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #000;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 4px;
    word-spacing: 4px;
}
input.btn:hover {
    background: #ad144b;
}

.h3_1_item3 {
    border: 1px solid #000;
}
.h3_1_item3 p {
    padding: 15px 5%;
}

.entriesList {}
.entriesList ul {}
.entriesList ul li {}
.entriesList ul {
    display: block;
}
.entriesList ul li {
    display: block;
    height: 80px;

    overflow: hidden;
    text-align: center;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}
.entriesList ul li.tit {
    height: 46px;
    border: none;
    border-bottom: 1px solid #c3c3c3;
}
.entriesList ul li dt:nth-child(1) {
    width: 32%;
}
.entriesList ul li dt:nth-child(2) {
    width: 24%;
}
.entriesList ul li dt:nth-child(3) {
    width: 28%;
}
.entriesList ul li dt:nth-child(4) {
    width: 16%;
}
.entriesList ul li.tit dt:nth-child(1) {
    width: 31.5%;
    margin-right: 0.5%;
}
.entriesList ul li.tit dt:nth-child(2) {
    width: 23%;
    margin: 0 0.5%;
}
.entriesList ul li.tit dt:nth-child(3) {
    width: 27%;
    margin: 0 0.5%;
}
.entriesList ul li.tit dt:nth-child(4) {
    width: 15.5%;
    margin-left: 0.5%;
}
.entriesList ul li.tit dt {
    line-height: 46px;
    padding: 0;
    border-left: none;
    background: #000;
    color: #fff;
}
.entriesList ul li dt {
    float: left;
    position: relative;
    height: 80px;
    line-height: 60px;
    padding: 10px 0;
    border-left: 1px solid #c3c3c3;
    color: #000;
    font-size: 14px;
}
.entriesList ul li dt img {
    max-width:40%;
    height: 60px;
    margin: 0 2%;
}
.entriesList ul li dt em {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    background-image: url(../images/check.png);
    background-size: cover;
}
.entriesList ul li dt em.checked {
    background-image: url(../images/checked.png);
}
.entriesList .btnbox {
    margin-top: 36px;
    text-align: center;
}
.entriesList .btnbox input[type="button"],
.entriesList .btnbox input[type="submit"] {
    display: inline-block;
    width: 20%;
    height: 36px;
    line-height: 32px;
    border-radius: 36px;
    margin: 0 5%;
    background: #000;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 4px;
    word-spacing: 4px;
}
.entriesList .btnbox input[type="button"]:hover,
.entriesList .btnbox input[type="submit"]:hover {
    background: #ad144b;
}

.addBk {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: Rgba(0, 0, 0, 0.8);
}
.addBk .addCon {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 482px;
    height: 360px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    margin: -210px 0 0 -241px;
}
.addBk .addCon .close {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 43px;
    height: 43px;
    cursor: pointer;
}
.addBk .addCon .close i {
    width: 30px;
    height: 30px;
    margin: 2px;
    color: #000;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.addBk .addCon .close:hover i {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.addBk .addCon .close i::before {
    width: 20px;
    height: 2px;
}
.addBk .addCon .close i::after {
    width: 2px;
    height: 20px;
}
.addBk .addCon .close i::before,
.addBk .addCon .close i::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    box-shadow: inset 0 0 0 32px;
}
.addItem {
    width: 442px;
    margin: 0 auto;
}
.addItem h5 {
    height: 68px;
    text-align: center;
    color: #000;
    font-size: 32px;
}
.addItem .row {
    width: 442px;
    margin-bottom: 15px;
}
.addItem .row p {
    width: 100%;
    margin-top:5px;
}
.addItem .row p input[type="text"] {
    width: 100%;
    height: 46px;
    line-height: 100%;
    border: 1px solid #858585;
    background: none;
    text-indent: 5px;
    color: #000;
}
.addItem .btnimg {
    width: 100%;
    height: 30px;
    line-height: 28px;
    background: #eee;
    border: 1px dashed #3aa4ea;
    border-radius: 5px;
    text-align: center;
    color: #3aa4ea;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.addItem .btnadd {
    width: 100%;
    height: 40px;
    line-height: 36px;
    background: #000;
    border: none;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 1px;
    word-spacing: 1px;
}

/*广告*/
.guanggao{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    background-color:rgba(0,0,0,0.8);
}
.guanggao .gaomain{
    position:absolute;
    top:50%;
    left:50%;
    width:760px;
    height:500px;
    margin:-280px 0 0 -380px;
}
.guanggao .gaomain .addclose{
    position:absolute;
    top:0;
    right:70px;
    cursor:pointer;
}
.guanggao .gaomain .addimg{
    position:absolute;
    top:93px;
    left:0px;
}
/* CSS3 媒体查询 orientation,定义'height'是否大于或等于'width'。值portrait代表是,landscape代表否 */


/*@media screen and (max-width: 414px) and (orientation: portrait) {*/


/**导航**/


/*}*/