﻿    * {
      box-sizing: border-box;
    }
    ul, ol, li{ list-style:none; margin:0; padding:0;}
    a{ text-decoration:none;}
    html,
    body 
    {
      font-size:14px;
      color:#333;
      margin: 0 0;
      padding: 0;
      font-family:"微软雅黑";
      line-height: 24px;
    }
    .color{ color: #fff;}
    .bg1{ background:rgb(110, 110, 110)}
    .conts_ys a{ color:#08c}
    .padding-b{ padding-bottom:15px;}
    .f-s{ font-size:12px !important; font-weight:normal !important; }
  
/*轮播图   开始*/
		.tempWrap{ width:100%; height:100%;}
		.slideBox{ width:100%; min-height:130px; overflow:hidden; position:relative; }
		.slideBox .hd{ height:15px;  position:absolute; right:50%;   margin-right: -40px;  bottom:15px; z-index:1; }
		.slideBox .hd ul{   zoom:1; float:left; margin:0 !important; padding:0;  }
		.slideBox .hd ul li{ float:left; margin-right:10px; border-radius:50%;  width:10px; height:10px; line-height:14px; text-align:center; background:#57768D; cursor:pointer; }
        .slideBox .hd ul li.on{ background:transparent ;  border:2px solid #fff; margin-top:-1px; width:8px; height:8px; }
		.slideBox .bd{ position:relative; max-height:650px; height:auto; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; min-height:380px; border:0; outline:inherit;  display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;}
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
/*轮播图   结束*/	

 /*第一部分*/
 .mengs{position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.2; z-index:1; }
    .main-content, .siader, .page-content1, .page-container{ width: 100%;
    overflow: hidden;
    position: relative;
    left: 0%;
    transition:left 1s ease-out;
     -webkit-transition:left 1s ease-out;
     -moz-transition:left 1s ease-out;
     -0-transition:left 1s ease-out;
        }
    
    .header { position:relative; top:0; }
    .header1{ background: none;  padding:50px 0px 20px; }
    .con-bt { overflow:hidden; position:absolute; z-index:3; bottom:25px; color:#fff; font-size:16px; padding-top:50px; text-align:center; width:100%;}
    .con-bt a{ margin-top:10px;}

    .bt-jl {
        margin:90px 0 20px;
        font-size: 18px;
        line-height: 40px;
        font-weight:bold;
    }
     .bt-jl2
    {
        margin: 30px 0px 30px 0px;
    }


/*右上角按钮开始*/
    .menuButton.egacy-size {
        width: 100%;
        height: 50px;
        position:absolute; top:0px; right:0px;
        padding-right:10px;
        background:#222;
         
    }
    .menuButton {
       
        position: relative;
        width: 100%;
        height: 100%;
        min-width: 40px;
        min-height: 40px;
        cursor: pointer;
       /* background-color: rgba(0, 0, 0, 1);
        border: solid 1px rgba(255, 255, 255, 1);
        border-radius: 4px;
        box-sizing: border-box;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;*/
    }
    .menuButton > .icons.opens {
        display: block;
        margin-top: 18px;
        float:right;
    }
    .menuButton > .icons {
        width: 20px;
        overflow: visible;
        stroke-width: 4px;
        stroke: #fff;
        height: 17px;
        padding-top: 0px;
        display:none;
        margin-top: 12px;
         float:right;
    }

    .menuOpen
    {
       
        position:fixed;
        top:0px;
        width:61%;
        left: 100%;
        /*top:70px;
        left: 20px;
        right: 20px;*/
        z-index:2;
        height: 100%;
        background: #333;
        transition:left 1s ease-out;
        -webkit-transition:left 1s ease-out;
        -moz-transition:left 1s ease-out;
        -0-transition:left 1s ease-out;
    }
    .menuOpen ul { padding:20px 10px;}
    /* .menuOpen ul .menu-item{background:#fff; color:#555555;}
     .menuOpen ul .menu-item a{color:#555555;}*/
    .menuOpen ul li
    {
        border-bottom:1px solid #474747;
        line-height:35px;
        padding: 0 17px;
        overflow: hidden;
        box-sizing: border-box;
        opacity:0.95;
        margin-top:10px;
       
    }

    .menuOpen ul li a
    {
        color: #fff;
        font-size:14px;
     }

/*右上角按钮结束*/

.expo_logo1{ display:block; margin:0 auto; margin-top:20px;}
.regLeft {
    width: 100%;
    border: 1px solid #089c3c;
    font-family: '微软雅黑';
    
    font-weight: bold;
    text-align: center;
    background-color: #089c3c;
    color: #FFF;
    font-size: 13px;
    letter-spacing: 2px;
    display: block;
    text-decoration: none;
    float:left;
    padding: 7px 20px 7px;
}
.regRight {
    width:100%;
    border: 2px solid #fff;
 
    font-weight: bold;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    letter-spacing: 2px;
    display: block;
    text-decoration: none;
    float:right;
    padding: 6px 20px 6px;
    margin-top: 10px;
}
.regRight2 {
    border: 2px solid #089c3c;
    color: #555;
    margin-top:10px;
    margin-bottom:30px;
}

 /*第二部分--全球规模最大的人力资源行业展会*/
.vc_row  { overflow:hidden;}
.vc_col-sm-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow:hidden;  }
.vc_col-sm-12 .p1{ text-align:center; font-size:20px; font-weight:bold; margin-top:20px; line-height:35px; }
.mk-process-steps { margin-bottom: 30px; text-align: center; width:100%; margin:0 auto; padding: 20px 0px 0px;  }                 
 
.mk-process-steps ul { position: relative; margin: 0; padding: 0; list-style: none; overflow: hidden; }
.mk-process-steps.process-steps-4 li { width: 33.33%; }
li.baifen500{
    width: 50% !important;
}
.mk-process-steps ul li { display: inline-block; float: left; margin: 0; }
.mk-process-steps ul li span{ font-size:14px; font-weight:bold;}
.mk-process-steps.process-steps-4 .mk-process-icon { width: 50px; height: 50px; text-align: center; }
.mk-process-icon { position: relative; display: inline-block; overflow: hidden; }
.mk-process-steps ul li h3 { position: relative; display: inline-block;  margin: 0px auto 20px; font-weight:normal; font-size: 12px !important; line-height:22px; color:#fff;}
.clearboth { overflow: hidden; height: 0; }
 
.mk-process-steps.process-steps-4 ul.last
{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 15px;
}
.mk-process-steps.process-steps-4 ul.last li
{
    width: 100%;
}
.mk-process-steps.process-steps-4 ul.last li span
{
    font-size: 16px;
    font-weight: bold;
    display: table-cell;
}
.mk-process-steps ul.last li h3
{
    color: #a8a8a8;
}
.mk-process-steps.process-steps-4 ul.last li .detail
{
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding-top: 15px;
}
 .mk-process-steps ul.last li h3 { padding:0px 5px;}
.mk-process-steps ul.last-p li h3{ width:100%;}
.mk-process-steps ul.last-p li h3 .d-l{ display: inline-block; color:#fff; width:100%; text-align:center;}
 .mk-process-steps ul.last-p li .mk-process-icon{
      display:table-cell; width:50% !important;
     }
 .mk-process-steps ul.last-p li .detail{  display:table-cell; width:50%; vertical-align: middle !important;}


.mk-process-steps.process-steps-4 ul.first_two li { width: 50%;}
.mk-process-steps.process-steps-4 ul.first_two .mk-process-icon { width: 100px; height: 100px;}

.mk-process-steps.process-steps-4 ul.first_four{
    width:100%;
    overflow: hidden;
    background: #fff;
    padding: 0px 0px;
    border-bottom: #dcdee3 1px solid;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    border: 1px solid #dcdee3;
    border-top:0;
}
.mk-process-steps.process-steps-4 ul.first_four li {
    border-top: 1px solid #dcdee3;
    border-right: 1px solid #dcdee3;
    height:90px;
    text-align: center;
    line-height: 90px;
}
.mk-process-steps.process-steps-4 ul.first_four li img {
    width: 90px;
    display: block;
    margin: 0 auto;
    margin-top:25px;
    border: 0;
}
.mk-process-steps.process-steps-4 ul.first_four li.border-no
{  border-right : 0;
    }




.page4 h2:before, .page5 h2:before {
    width: 30px;
    background: #fff;
    height: 3px;
    content: " ";
    display: block; 
    margin: 0 auto;
    margin-bottom: 3px;
}
.Image{     background: #000;
   
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;}
.Image2{     background: #fff;
   
    opacity: 0.8;
       
   }

/*第三部分*/
	.page5 {
    background: url(../../images/page5.jpg) no-repeat;
    background-size: auto 100%;
    position:relative;
    padding-top:30px;
}	
.page5 ul {
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    position:relative;
}
 
.page5 ul li {
    width: 50%;
    float: left;
    text-align: center;
}
.milestone-number, .milestone-number .num {
    color: #ffffff;
    font-size: 28px;
 
}
.milestone-text {
    letter-spacing: 1px;
    line-height: 100%;
    position: relative;
    margin: 16px 0;
    padding: 16px 0;
    color: #ffffff;
}
.milestone-text:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    background: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


.page4-bg{ background-color: #085EAB;}
.download{ width:100%; margin:0 auto;  overflow:hidden;}
.download .lefts{color:#fff; float:left; line-height:50px; margin:0; width:100%; padding:0px 55px;}
.download .lefts h2{ line-height:35px; margin-bottom:21px; font-size:20px; padding: 20px 0px; text-align:center;}
.download .lefts h5{  font-size:15px; line-height:25px; font-weight:normal;}
.download .rights{ float:right; width:130px; padding-bottom:30px; margin-right:20px;}
.download a{color:#fff; font-size:16px; background:#1783CE; font-weight:bold; display: inline-block; padding: 10px 30px;}






.title1 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 40px;
}




/*底部*/
.contact{ background-color:#515151; color:#fff; padding:20px 30px; border-top: 3px solid #EA5325;}
.contact td{ text-align:left;color:#e5e5e5; padding:3px 0; font-size:12px;}
.contact td a{ color:#e5e5e5; text-decoration:none;}
.contact h3{ font-size:12px; font-weight:bold; margin:0; padding:5px 0;}




/*内页样式*/
.heads{ background-color:#f1f1f1;}
.heads a{ color:#555555; display:block; padding:20px 0;}
.mk-process-ny ul li h3{ height:30px;}
.page-content .bt_n {
    float: right;
    padding:15px 0px;
    padding-right: 3%;
    line-height: 30px;
    color:#fff;
}
.page-content .bt_n a{color:#fff; font-size:18px;}

.table1 {
    font-size: 17px;

}
.table1 strong {
   display: block;
    padding: 20px 0px;
    font-size: 20px;
    line-height: 30px;
}
.vc_col-sm-12 .conts {
    font-size: 12px;
    overflow: hidden;
    line-height: 21px;
    color: #555555;
}
 .vc_col{ padding:0;}
 .guestTitle {
    padding-top: 15px;
    font-size: 18px;
    line-height: 24px;
}
.guestContents a {
    color: #08c;
    display: block;
    text-align: right;
}
 .guestBG2 {
    border: 5px solid #e8e8e8;
}
 .guestBG1 {
    border: 5px solid rgba(255, 255, 255, 1);
    background-color: transparent;
    border-radius: 0;
}

.marginTop strong{
    display: block;
    margin:30px 0 15px;
    font-size: 16px;
    color:#000;
    line-height: 30px;
    text-align: center;
}
.bmagin{
    display: block;
    font-size: 14px;
    margin:10px 0;
}
.opacitybg{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
@media screen and (max-width: 415px){
    .menuOpen ul li a {
        color: #fff;
        font-size: 16px;
    }
    .menuOpen ul li {
        border-bottom: 1px solid #474747;
        line-height: 35px;
        padding: 0 6px;
        overflow: hidden;
        box-sizing: border-box;
        opacity: 0.95;
        margin-top: 10px;
    }
}
@media screen and (max-width:380px)  {
    .mk-process-steps ul li h3 { padding:0px 16px;}
       .bt-jl {
            margin-bottom: 180px;
            margin-top: 80px;
        }
    .bt-jl {
        margin: 50px 0 20px;
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
    }
}
@media screen and (max-width: 376px){
    .menuOpen ul li a {
        color: #fff;
        font-size: 15px;
    }
    .menuOpen ul li {
        border-bottom: 1px solid #474747;
        line-height: 35px;
        padding: 0 2px;
        overflow: hidden;
        box-sizing: border-box;
        opacity: 0.95;
        margin-top: 10px;
    }
    .bt-jl {
        margin-bottom: 0px;
        margin-top: 70px;
    }
    .bt-jl {
        margin: 70px 0 20px;
        font-size: 16px;
        line-height: 40px;
        font-weight: bold;
    }
    .con-bttt{
        padding:0 15px !important;
    }
}
 @media screen and (max-width:360px)  {
 .page2 h2, .page4 h2{ font-size:15px;}
 .siader ul{ padding: 10px 9px 0px;}
 .slides .titles{top:15%; font-size:17px; }
 .vc_col-sm-12 .p1{ font-size:17px;}
 .bt-jl {
            margin-bottom: 100px;
            margin-top: 50px;
        }
    .bt-jl {
        margin: 50px 0 20px;
        font-size: 14px !important;
        line-height: 40px;
        font-weight: bold;
    }
    .con-bttt span{
        font-size: 12px !important;
    }
}
@media screen and (max-width: 321px){
    .menuOpen ul li a {
        color: #fff;
        font-size: 12px;
    }
    .menuOpen ul li {
        border-bottom: 1px solid #474747;
        line-height: 35px;
        padding: 0 3px;
        overflow: hidden;
        box-sizing: border-box;
        opacity: 0.95;
        margin-top: 10px;
    }
    .bt-jl {
        margin: 56px 0 20px;
        font-size: 12px !important;
        line-height: 20px;
        font-weight: bold;
    }
}

.page-header-section img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 1;
}

.detail a{
    display: inline-block;
    font-size: 14px;
    color:#5d5d5d;
    line-height: 24px;
}

.page-header-section {
    overflow: hidden;
    position: relative;
}
.warp li {
    width: 50%;
    position: relative;
    overflow: hidden;
    border: 0;
    float: left;
    display: inline-block;
}
.usertitle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.imgs1:hover .img-bg2, .imgs2:hover .img-bg2, .imgs3:hover .img-bg2, .imgs4:hover .img-bg2 {
    background: #000;
    z-index: 1;
    opacity: 0.5;
}

.home_2, .img-bg2 {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 2;
}
.usertitlebox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.home_2 .titles {
    position: relative;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding-top: 21.5%;
    transition: 1s;
    opacity: 1;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    text-shadow: 5px 5px 8px #000;
    z-index: 10;
}
.warp li:hover .titles, .warp li:hover .titles {
    padding-top: 5%;
    opacity: 0;
}
.homeGuestLogo {
    background: url(../../images/speech-bg.png) repeat;
    background-size: 100%;
    padding: 50px 0 0 0px;
}
.homeGuestLogo .homeGuestLogo_1 {
    color: #555;
    position: relative;
    z-index: 333;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.homeGuestLogo_1 p{
    margin:0;
}
p.splogosp{
    color: #555;
    position: relative;
    z-index: 333;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin:0;
}
.spLogos {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 0px 0px;
    border-bottom: #dcdee3 1px solid;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    border: 1px solid #dcdee3;
    border-top: 0;
    border-right: 0;
}
.spLogos li {
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 0;
    text-align: center;
    float: left;
}
.spLogos li img {
    width: 80%;
    max-width: 120px;
}

@media screen and (max-width: 1024px){
    .warp li {
        width: 100% !important;
    }
    .imgs1 .img-bg2, .imgs2 .img-bg2, .imgs3 .img-bg2, .imgs4 .img-bg2 {
        background: #000;
        z-index: 1;
        opacity: 0.5;
    }
    .warp li:hover .titles, .warp li:hover .titles {
        padding-top: 21.5%;
        opacity: 1;
    }
    .navbar-fixed-top, .homeimg1 {
        display: none;
    }
}
@media screen and (max-width: 800px){
    .page-header-section img {
        width: 100%;
        height: auto;
    }
    .mobileLogs .gLogos p {
        display: none;
    }
    .spLogos {
        width: 100%;
        overflow: hidden;
        background: #fff;
        padding: 0px 0px;
        border-bottom: #dcdee3 1px solid;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
        border: 1px solid #dcdee3;
        border-top: 0;
        border-right: 0;
        margin: 0 0;
        padding: 0 0;
        overflow: hidden;
    }
    .spLogos li {
        width: 25%;
        border-top: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        border-bottom: 0;
        text-align: center;
    }
    .spLogos li img {
        width: 100%;
        max-width: 120px;
    }
}
@media screen and (max-width: 415px) and (min-width: 376px){
    .spaicehide {
        margin: 65px 20px 0 !important;
    }
}

/*2020.03.06添加报名结束*************/
.reg_end .reg_form{
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}
.reg_end .reg_title{
	background: #333;
	color: #fff;text-align: center;font-size: 18px;font-weight: bold;
	padding: 20px;
}
.reg_end .reg_box{
	padding: 80px 0;
	background: #eee;
}
.reg_end .reg_box>img{
	width: 80px;height: auto;display: block;
	margin: 0 auto;
}
.reg_end .reg_box>p{
	text-align: center;color: #666;font-size: 16px;letter-spacing: 1px;
	margin: 10px 0;
	width: 100%;
}
/*2020.03.06添加报名结束-----------*/