/* 公共样式 */
*{
    margin:0;
    padding:0; 
}
body{
    color:#000;
    font-size:14px;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color:#5F5F5F;
}
img{
    border:0px;
}
/* 首页 */
.miaov_head{width:100%;}
/* header */
.head_language{
    border-bottom:1px solid #eee;
}
.head_language>p{
    width:1200px;
    height:27px;
    line-height: 27px;
    margin:auto;
}
.head_language>p>a{
    float:right;
    font-size:12px;
    margin-right:43px;
}
/* logo */
.head_logo{
    height:170px;
    width:1200px;
    margin:auto;
    overflow: hidden;
}
.head_logo_left,.head_logo_left>div{
    float:left;
}
.head_logo_right{
    float:right;
}
.head_logo_left>div:first-child{
    margin-top:24px;
}
.head_logo_left>div:nth-child(2){
    margin-top:46px;
    margin-left:12px;
}
.head_logo_left>div:nth-child(2)>p:first-child,
.head_logo_left>div:nth-child(2)>p:nth-child(2){
    font-size:26px;
    color:#004093;
    font-weight:bold;
}
.head_logo_left>div:nth-child(2)>p:last-child{
    font-size:16px;
    color:#004093;
    padding-left:12px;
    padding-top:4px;
}
.head_logo_right{
    margin-top:58px;
    margin-right:43px;
}
.time_start{
    margin-top:10px;
}
.time_start>span:not(:last-child){
    display:inline-block;
    width:34px;
    height:37px;
    color:#ffff;
    background-color:#000;
    border-radius:5px;
    text-align: center;
    line-height:37px;
    font-size:24px;
}
/* nav */
.nav_list{
    width:1200px;
    margin:auto;
    height:44px;
}
.nav_list>li{
    width:13%;
    float:left;
    text-align: center;
    margin-right:1%;
    position: relative;
}
.nav_list>li>a{
    display:inline-block;
    width:140px;
    height:44px;
    line-height:44px;
    font-size:16px;

}
.nav_menu{
    background-color:#fff;
    padding-top:10px;
    display:none;
    position: absolute;
    z-index:2;
    left:0;
}
.nav_menu>li>a{
    display:inline-block;
    width:140px;
    height:44px;
    line-height:44px;
    font-size:16px;
    border:1px solid #ddd;
    margin-bottom:10px;
    margin-left:7px;
    margin-right:7px;
}
.nav_list>li:hover>.nav_menu{
    display:block;
}
.nav_list>li:hover>a{
    color:#fff;
    background-color:#1B3592;
}
.nav_menu>li>a:hover>span{
    color:#1B3592;
}
.active_nav{
    color:#fff;
    background-color:#1B3592;
}
.nav_menu>li>a>img{
    position: relative;
    top:2px;
}
/* banner */
.banner_box{
    height:550px;
    width:100%;
    overflow: hidden;
    margin:auto;
}
.swiper-container.banner_box{
    text-align: center;
}
.swiper-container.banner_box img{
    max-width:100%;
}
/* 展品种类 */
.product_box{
    width:1200px;
    margin:auto;
    margin-top:74px;
    display:flex;
    justify-content: space-between;
}

.product_right{
    margin-top:10px;
    width:808px;
}
.product_left>p{
    text-align: center;
    font-size:20px;
    line-height:30px;
}
.product_left>p>img{
    margin-top:28px;
}
.product_right_circle{
    border-bottom:1px solid #ddd;
    padding-bottom:15px;
    display:flex;
    justify-content: space-around;
}
.product_right_circle>div{
    text-align: center;
}
.product_right_circle>div>a{
    display:inline-block;
}
.product_right_circle>div p{
    font-size:16px;
}
.product_right_border{
    margin-top:33px;
}
.product_right_border h3{
    font-size:16px;
    margin-bottom:30px;
}
.product_right_border>div{
    margin-left:18px;
}
.product_right_border>div>a{
    display:block;float: left;
    width:124px;
    height:27px;
    border:1px solid #6E6E6E;
    margin-right:15px;
    margin-bottom:15px;
    line-height:27px;
    text-align: center;
}
 
.line{
    width:1026px;
    height:1px;
    background-color:#DDD;
    margin:0 auto;
    margin-top:45px;
}
/* number */
.number_box{
    height:249px;
    background:url("../bg.png") no-repeat center;
    margin-top:45px;
}
.number_box>div{
    width:1200px;
    height:249px;
    margin:auto;
    display:flex;
    justify-content: space-around;
    align-items: center;
}
.number_box>div>div>p:first-child{
    height:110px;
    width:110px;
    background-color:#fff;
    border-radius:50%;
    text-align: center;
    line-height: 110px;
    font-size:40px;
    color:#004093;
}
.number_box>div>div>p:last-child{
    text-align: center;
    margin-top:15px;
    font-size:20px;
}
/* passageway */
.passageway_box{
    width:1200px;
    margin:auto;
    display:flex;
    justify-content: center;
    margin-top:65px;
}
.passageway_box>div:first-child{
    margin-right:92px;
}
.passageway_box>div{
    width:404px;
    height:277px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pass_1{
    border:2px solid #1B3592;
}
.pass_2{
    border:2px solid #E79A05;
}

.passageway_box>div>h3{
    font-size:22px;
    margin:10px 0;
}
.passageway_box>div>p{
    font-size:16px;
}
/* look_back */
.look_back{
    width:1200px;
    margin:auto;
    margin-top:100px;
}
.look_back>h2{
    width:80px;
    margin:auto;
    border-bottom:4px solid #004093;
    font-size:18px;
    text-align: center;
    padding-bottom:3px;
}

.look_back_news{
    display:flex;
    justify-content: space-between;
    margin-top:45px;
}
.look_back_news>div{
    width:580px;
    overflow: hidden;
}
.title_back{
    border-bottom:1px solid #ddd;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:12px;
}
.title_back>h3{
    font-size:18px;
}
.back_tp{
    margin-top:12px;
    width:564px;
    height:259px;
    overflow: hidden;
    position: relative;
}
.back_tp>p{
    position: absolute;
    z-index:9;
    bottom:0;
    left:0;
    right:0;
    height:58px;
    color:#fff;
    background-color:rgba(0,0,0,0.5);
    display:flex;
    justify-content: space-between;
}

.back_tp>p>span:first-child{
    margin-left:24px;
    margin-top:12px;
}
.back_tp>p>span:last-child{
    margin-top:32px;
    margin-right:24px;
}
.back_list{
    padding-left:25px;
}
.back_list>li>a{
    display:block;
    width:520px;
    overflow: hidden;
    margin:15px 0;
}
.back_list>li>a>span:first-child{
   float:left;
   width:420px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.back_list>li>a>span:nth-child(2){
    float:right;
 }
 .back_list>li>a:hover{
     color:#004093;
 }
/* 参展单位  合作媒体*/
.join_meeting_box,.cooperate_box{
    width:1200px;
    margin:auto;
    margin-top:60px;
    margin-bottom: 110px;
}
.join_meeting_box>h2,.cooperate_box>h2{
    width:80px;
    margin:auto;
    border-bottom:4px solid #004093;
    font-size:18px;
    text-align: center;
    padding-bottom:3px;
}
.box_container,.box_container2{
    position: relative;
    padding-left:32px;
    padding-right:32px;
}
.join_meeting,.cooperate_banner{
    margin-top:35px;
    position: relative;
}
.join_meeting .swiper-slide{
    border:2px solid #ddd;
    width:200px;
    height:150px;
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding:0px;line-height: 150px; vertical-align: middle
}

.join_meeting .swiper-slide img{
	width: 100%;height: 150px; line-height: 150px; vertical-align: middle
}


.cooperate_banner .swiper-slide{
    border:2px solid #ddd;
    width:200px;
    height:92px;
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding:0px;line-height: 92px; vertical-align: middle
}
.cooperate_banner .swiper-slide img{
	width: auto;max-width: 100%; max-height: 92px; line-height: 50px; vertical-align: middle
}



.box_container .swiper-button-prev,.box_container2 .swiper-button-prev{
    left:0px;
    width:21px;
    height:42px;
    background:url("../left.png") no-repeat center;
}
.box_container .swiper-button-next,.box_container2 .swiper-button-next{
    right:0px;
    width:21px;
    height:42px;
    background:url("../right.png") no-repeat center;
}

/* footer */
footer{
    background-color:#1B3592;
    height:425px; overflow: hidden;
}
.foot_container{
    width:1200px;
    height:425px;
    margin:auto;
}
.foot_box{
    display:flex;
    justify-content: space-between;
}
.foot_left{
    margin-left:35px;
    margin-top:60px;
    color:#fff;
}
.foot_left>h3{
    font-size:16px;
}
.foot_left>p{
    margin-top:13px;
    margin-bottom:13px;
}

.foot_right{
    display:flex;
    margin-top:132px;
    margin-right:86px;
}
.foot_right>div{
    text-align: center;
    color:#fff;
}
.foot_right>div:nth-child(2){
    margin-left:30px;
    margin-right:30px;
}
.foot_right>div>p{
    margin-top:15px;
}

.foot_bottom{
    text-align: center;
    color:#fff;
    margin-top:50px;
    border-top:1px solid #3C3E47;
}
.foot_bottom>p{
    padding-top:15px;
}





















