
h6, h5, h4, h3, h2, h1, font,body, p, div,tr,th,td, a,span, dt, li, pre{
    font-family: 'Arial','微软雅黑';
}
html,body{
    position:relative;

}
.header{
    width: 100%;
    height: 80px;
    background:rgba(0,16,85,0.8);
	
    position: fixed;
    top: 0;
    z-index: 10;
}
.currency-screen{
    width: 1300px;
    margin: auto;
    position: relative;
}
.header-logo{
    width: 200px;
    position: absolute;
    left: 5%;
    top: 18px;
}
.header-logo img{
    width: 100%;
    height: auto;
    display: block;
}

.header-nav .cnen{
    position: absolute;
    right: 2px;
    top: 3px;
  
}
.header-nav .cnen a{
    color: white;
    font-size: 12px;
      opacity: 0.5;
}
.header-nav .cnen span{
    font-size: 14px;
    color: white;
    margin: 0 10px;
      opacity: 0.5;
}
.header-nav .cnen .ac{
    opacity: 0.7;
}
.header-nav {
    width: 100%;
    height: auto;
    
}
.header-nav ul{
    float: right;
    padding-top: 35px;
}
.header-nav-min{
	display:none;
}
.header-nav ul li{
    display: inline-block;
}
.header-nav ul li a{
    color: white;
    font-size: 16px;
    display: block;
    padding: 0 25px;
    opacity: 0.8;
    cursor: pointer;
}
.header-nav ul li a:hover{
    opacity: 1;
}
.header-nav ul li:last-child a{
   padding: 0;
    opacity: 1;
}
.header-nav ul li h3{
    width: 130px;
    height: 40px;
    border-radius: 4px;
    background: #23c087;
    line-height: 40px;
    text-align: center;
   font-size: 0;
}
.header-nav ul li h3:hover{
    box-shadow: 0 0 4px gray;
    -webkit-box-shadow: 0 0 4px gray;
    -moz-box-shadow: 0 0 4px gray;
    -ms-box-shadow: 0 0 4px gray;
    -o-box-shadow: 0 0 4px gray;
}
.header-nav ul li h3 img{
    display: inline-block;
    width: 26px;
    position: relative;
    top: 8px;
    left: -4px;
}
.header-nav ul li h3 span{
     font-size: 16px;
}
.nav-min-pop{
	display:none;
}


.banner{
        background:url(../img/banner03.jpg) no-repeat top center;
    height: 400px;
    text-align: center;
}



.information{
    width: 100%;
    height: 600px;
      background:  url(../img/informationbg.jpg) no-repeat top center;   
}

.common-title{
    padding: 80px 0 0 0px;
    text-align: center;
    position: relative;
}
.common-title h4{
    color: #184576;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 26px;
    position: relative;
}
.common-title h4 font{
    position: absolute;
    width: 1.5em;
    height: 8px;
    background: #184576;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.common-title span{
    color:#d1d1d1;
    font-size: 18px;
    display: inline-block;
    padding-top: 4px;
}
.common-title-white h4{
    color: white;
}
.common-title-white h4 font{
    background: white;
}
.information-in-p{
    padding: 50px 70px;
}
.information-in-p p{
    text-indent: 2em;
    font-size: 18px;
    color:#333333;
    line-height: 2em;
}

.information-in{
    height: 100%;
    position:relative;
}
.meetingdetails{
    width:100%;
    height: 216px;
    background: white;
    box-shadow: 0px 0px 10px #adadad;
    -webkit-box-shadow: 0px 0px 10px #adadad;
    -moz-box-shadow: 0px 0px 10px #adadad;
    -ms-box-shadow: 0px 0px 10px #adadad;
    -o-box-shadow: 0px 0px 10px #adadad;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    z-index: 4;
    border-radius: 8px;
    overflow: hidden;
}
.meetingdetails img{
    width: 100%;
}
.agenda{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.agenda .agenda-one{
    position: absolute;
    top: 0;
    left: 0;
}
.agenda .agenda-one img{
    width:100%;
}
.agenda .agenda-two img{
    width: 100%;
}
.agenda .agenda-two{
    position: absolute;
    bottom: 0;
    left: 0;
}

.agenda-inner{
    width: 100%;
    position: relative;
    z-index: 2;
   
    margin-top:80px;
    margin-bottom: 36px;
   
}
.agenda-inner .agenda-inner-list{
     position: relative;
     height: auto;
     background: white;
    border-radius: 8px;
        box-shadow: 0px 0px 10px #adadad;
        -webkit-box-shadow: 0px 0px 10px #adadad;
        -moz-box-shadow: 0px 0px 10px #adadad;
        -ms-box-shadow: 0px 0px 10px #adadad;
        -o-box-shadow: 0px 0px 10px #adadad;
    padding: 0 90px 80px 90px;
    overflow: hidden;
    display: none;
}
.agenda-inner .agenda-inner-listac{
    display: block;
}
.agenda-inner .agenda-inner-list .agenda-inner-list-one{
    margin-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #999999;
    position: relative;
}
.agenda-inner .agenda-inner-list .agenda-inner-list-one h5{
    text-align: center;
    color: #184576;
    font-size: 24px;
    font-weight: bold;
}
.agenda-inner .agenda-inner-list .agenda-inner-list-one p{
    text-align: center;
    color: #184576;
    font-size: 18px;
    padding: 4px 0 20px 0;
}
.agenda-inner .agenda-inner-list .agenda-inner-list-one span{
    display: block;
    text-indent: 2em;
    color: #999999;
    line-height: 2em;
    font-size: 14px;
    padding: 0 60px;
}

.agenda-inner .agenda-inner-list .agenda-inner-list-one img{
    position: absolute;
    bottom: 0;
    right: 60px;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.agenda-inner .agenda-inner-list .agenda-inner-list-one .imgac{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}


.agenda-table{
    width: 100%;
    position: relative;
    border: 1px solid #184576;
    display: none;
	margin-bottom:40px;
}
.agenda-table table{
    width: 100%;
}

.agenda-table p{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color:white;
    background: #184576;
    border-bottom: 1px solid white;
}
.agenda-table table .firsttr{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
     font-size: 14px;
    font-weight: bold;
    color:white;
    background: #0f3ab9;
}
.agenda-table table tr td{
    text-align: center;
    padding: 30px 0;
    color:#999999;
    font-size: 14px;
}
.agenda-table table tr{
    border-top:1px solid #cccccc;
}





.agenda-datach{
    padding:  30px 0 50px 0;
    text-align: center;
}
.agenda-datach span{
    width: 164px;
    height: 44px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 13px;
   background: rgba(255,255,255,0.5);
    text-align: center;
    line-height: 44px;
    color: white;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
}
.agenda-datach .acs{
     background: #23c087;
    font-weight: bold;
}

/*广告位*/
.advertpos{
    width: 100%;
    
}
.advertpos-swiper{
    position: relative;
}
.swiper-slide{
    height: auto!important;
}
.swiper-wrapper{
      height: auto!important;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
/*广告位*/

/*合作伙伴*/
.partner{
    width: 100%;
    height: auto;
    background: url('../img/partner01.jpg') no-repeat bottom center;
}
.partner-inner ul{
    margin-top: 40px;
    position: relative;
    background: white;
    box-shadow: 0px 0px 10px #adadad;
    -webkit-box-shadow: 0px 0px 10px #adadad;
    -moz-box-shadow: 0px 0px 10px #adadad;
    -o-box-shadow: 0px 0px 10px #adadad;
    -ms-box-shadow: 0px 0px 10px #adadad;
    overflow: hidden;
}
.partner-inner ul li{
    width: 16.6666%;
    float: left;
    height: 160px;
    text-align: center;
    position: relative;
}
.partner-inner ul li img{
    width: 110px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
/*合作伙伴*/

/*地址*/
.address{
    width: 100%;
    height: auto;
    overflow: hidden;
     background: url('../img/address01.jpg') no-repeat top center;
}
.address-map{
    padding: 34px;
    position: relative;
    box-shadow: 0px 0px 10px #adadad;
    -webkit-box-shadow: 0px 0px 10px #adadad;
    -moz-box-shadow: 0px 0px 10px #adadad;
    -o-box-shadow: 0px 0px 10px #adadad;
    -ms-box-shadow: 0px 0px 10px #adadad;
    margin: 40px 0 140px 0;
    background: white;
}
.address-map img{
    width: 100%;
}



/*地址*/

/*尾部*/
.footer{
   width: 100%;
    height: auto;
    overflow: hidden;
    
}
.footer-one{
   background: url('../img/footer01.jpg') no-repeat center center;   
    background-size: cover;
    padding-bottom: 90px;
}
.footer-two{
    height: 52px;
    line-height: 52px;
    width: 100%;
    background: #00113b;
}
.footer-left{
    width: 66%;
    float: left;
}
.footer-right{
    width: 34%;
    float: left;
}
.footer-left .footer-two-ine{
    padding: 0 80px;
}
.footer-right .footer-two-ine{
      padding: 0 80px;
}
.footer-left .footer-two-ine p{
    font-size: 12px;
    color: white;
    opacity: 0.8;
}
.footer-right .footer-two-ine p{
    font-size: 12px;
    color: white;
    opacity: 0.8;
    text-align: right;
}
.footer-right .footer-two-ine p a{
     color: white;
    opacity: 0.8;
}


.footer-left .footer-one-ine{
    padding: 0 80px;
}
.footer-left .footer-one-ine p{
    color: white;
    font-size: 14px;
    line-height: 2.6em;
    opacity: 0.8;
    text-indent: 2em;
    text-align: justify;
    letter-spacing: 1px;
    position: relative;
}
.footer-left .footer-one-ine p b{
    display: block;
    width: 1px;
    height: 120%;
    position: absolute;
    right: -80px;
    bottom: 14%;
    background: white;
    opacity: 0.8;
}

.footer-right .footer-one-ine{
      padding: 0 80px 0 140px;
}


.footer-right .footer-one-ine p{
    color: white;
    font-size: 14px;
    line-height: 2.6em;
    opacity: 0.8;
   
}


.footer-title h4{
    position: relative;
    padding-bottom: 26px;
    margin: 40px 0;
}
.footer-title h4 b{
        font-size: 36px;
    font-weight: bold; 
         color: white; 
}
.footer-title h4 span{
      color: #d1d1d1;
    font-size: 18px;
        
    display: inline-block;
    padding-left: 10px;
}
.footer-title h4 font{
    position: absolute;
    width: 4em;
    height: 6px;
    background: white;
    display: block;
    bottom: 0;
    left: 0;       
}
/*尾部*/


/*报名单页面*/
.banner2{
    background: url(../img/banner03.jpg) no-repeat center center;
    height: 640px;
}
.sign{
    background: white;
    width: 100%;
    position: relative;
    padding-bottom: 0;
}
.sign-in{
    width: 1200px;
    margin: auto;
    height: auto;
    background: white;
    position: relative;
	padding-bottom:80px;
    top: -180px;
    border-radius: 8px;
        box-shadow: 0px 0px 10px #adadad;
    -webkit-box-shadow: 0px 0px 10px #adadad;
    -moz-box-shadow: 0px 0px 10px #adadad;
    -ms-box-shadow: 0px 0px 10px #adadad;
    -o-box-shadow: 0px 0px 10px #adadad;
}

.sign-in>h3{
    
    width:100%;
    text-align: center;
    font-size: 36px;
    color: #184576;
    font-weight: bold;
    padding: 60px 0;
}


.sign-form{
    width: 530px;
    margin: auto;
    
}
.sign-form ul{
    width: 530px;
}
.sign-form ul li{
    width: 100%;
    height: 50px;
    background: #f6f7f7;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}
.sign-form ul li span{
    height: 100%;
    width: 12%;
    display: block;
    float: left;
    text-align: center;
    line-height: 62px;
	box-sizing:border-box;
}
.sign-form ul li span img{
        width: 24px;
    display: inline-block;
}
.sign-form ul li input{
    width: 87.5%;
    height: 100%;
    float: left;
    color: #1c45bd;
    font-weight: bolder;
    background: #f6f7f7;
    text-indent: 10px;
    font-size: 14px;
    line-height: 40px;
}

.sign-form ul li input::placeholder {
    color: #1c45bd;
    font-weight: bolder;
}


.baoming-button {
    width: 100%!important;
}

.sign-form form>div{
    width: 100%;
    position: relative;
}
.sign-form form>div h6{
    margin-top: 50px;
    font-size: 18px;
    color: #1c45bd;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}
.sign-form form>div label{
    width: 50%!important;
    float: left;
     color:#4c4c4c;
    font-size: 14px;
    margin-top: 14px;
}
.sign-form form>div p{
	font-size: 14px;
    color: black;
	font-weight:bold;
	    padding-top: 14px;
		clear:both;
}
.sign-form form>div .ib2{
	 width: 100%!important;
	 clear:both;
}
.sign-form form>div span{
	display:inline-block;
	width:90px;
}

#dosubmit{
    margin-top: 50px;
    width: 160px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    background: #37b34a;
	border-radius:4px;
}

.baoming-button {
    margin-top: 100px;
    text-align: center;
}

.baoming-btn {
    background: url(../images/btn-bg.jpg) repeat-x;
    background: -webkit-linear-gradient(rgba(54,177,201),rgba(3,84,255,1));
    background: -o-linear-gradient(rgba(54,177,201),rgba(3,84,255,1));
    background: -moz-linear-gradient(rgba(54,177,201),rgba(3,84,255,1));
    background: linear-gradient(rgba(54,177,201),rgba(3,84,255,1)) ;
    text-align: center;
    color: #fff;
    padding:20px 30px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 20px;
    width: 140px;
    font-size: 18px;
    transition: all .5s;
    box-shadow: 10px 10px 50px 0px #888;
}

.baoming-btn img {
    vertical-align: middle;
    float: left;
}

.baoming-btn:hover {
    background: rgba(3,84,255);
}

.footer-sign{
    height: 52px;
    line-height: 52px;
    width: 100%;
    background: #142881;
    
}
.footer-sign-in{
    width: 1170px;
    margin: auto;
}
.footer-sign p{
    float: left;
        font-size: 12px;
    color: white;
    opacity: 0.8;
}
.footer-sign span{
    float: right;
      font-size: 12px;
     color: white;
    opacity: 0.8;
}
.footer-sign span a{
       font-size: 12px;
     color: white;
    opacity: 0.8;
}
/*报名单页面*/


.coh5{
	text-align:left;padding:10px 0;font-size: 20px;color: #184576;font-weight:bold
}
.coh6{
	text-align:left;padding:10px 0;font-size: 16px;color: #184576;font-weight:bold
}




@media screen and (min-width:0px) and (max-width:1444px){
	.header-nav ul li a{
		padding:0 16px;
	}
    .currency-screen{
        width: 1200px;
    }
	.sign-in{
        width: 1200px;
    }

    .sign-in>h3 {
        padding:30px 0;
    }
}
@media screen and (min-width:0px) and (max-width:1366px){
    .sign-in{
        width: 1080px;
    }
	 .currency-screen{
        width: 1080px;
    }
	.footer-sign-in{
		 width: 1080px;
	}
}
@media screen and (min-width:0px) and (max-width:1200px){


	.header .currency-screen{
		width:95%;
	}
	.header-nav ul li a{
		padding:0 10px;
	}


	.header-logo{
		left:3%;
	}
}
@media screen and (min-width:0px) and (max-width:1200px){
	.sign-in{
        width: 992px;
    }
	 .currency-screen{
        width: 992px;
    }
	.footer-sign-in{
		 width: 992px;
	}
}

@media screen and (min-width:0px) and (max-width:1080px){
	.sign-in{
        width: 90%;
    }
	 .currency-screen{
        width: 90%;
    }
	.footer-sign-in{
		width: 90%;
	} 
    .sign-form form>div {
        width: 100%!important;
    }
}
@media screen and (min-width:0px) and (max-width:1080px){
	.header-nav{
		display:none;
	}
	
	.header-nav-min{
		display:block;
		float:right;
		margin-top: 20px;
	}
	.header-nav-min>span{
		display:inline-block;
		vertical-align:middle;
		position:relative;
		top:-6px;
		margin-right:10px;
	}
	.header-nav-min>span a{
		color:white;
		font-size:12px;
	}
	.header-nav-min>span b{
		display:inline-block;
		font-size:12px;
		color:white;
	}
	.header-nav-min>font{
		display:inline-block;
		width:30px;
		cursor:pointer;
	}
	.header-nav-min>font img{
		width:100%;
	}
	.nav-min-pop{
		width:100%;
		height:100%;
		position:fixed;
		z-index:102;
		background:white;
		left:100%;
		transition:left 0.3s;
		-webkit-transition:left 0.3s;
		-moz-transition:left 0.3s;
		-ms-transition:left 0.3s;
		-o-transition:left 0.3s;
		display:block;
		background:url('../img/min-bg.jpg') no-repeat center center;
		background-size:cover;
	}
	.nav-min-pop img{
		width:30px;
		position:absolute;
		right:20px;
		top:20px;
		cursor:pointer;
	}
	.nav-min-pop ul{
		position:relative;
		top:10%;
	}
	.nav-min-pop li{
		padding:15px 20px; 
	}
	.nav-min-pop li a{
		color:white;
		font-size:18px;
	}
	.nav-min-pop .min-logo{
		width:150px;
		left:20px;bottom:24px;
		right:auto;
		top:auto;
	}
	
	
	
	.header{
		height:60px;
	}
	.header-logo{
		width:170px;
		   top: 9px;
		left:1%;
	}
	
	
	.popup .popup-in{
		width:80%;
	}
	.popup-close{
		top:20px;
		right:20px;
	}
}

@media screen and (min-width:0px) and (max-width:768px){
	
	input[type="submit"],
 input[type="reset"],
 input[type="button"],
 button {
 -webkit-appearance: none;
 }
 .sign-form ul li{
	height:40px;
	margin-bottom: 16px;
 }
 .sign-form ul li span{
	 line-height:55px;
 }
	#dosubmit{
		margin:auto;
		display:block;
    margin-top: 50px;
    width: 120px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    background: #37b34a;
	border-radius:4px;
}
.sign-form form>div h6{
	padding-left:0;
}
	.sign-form ul li input{
		width:84%;
	}
	.sign-form ul li span{
		width:16%;
	}
	.banner2{
		height:350px;
        background: url(../img/banner04.jpg) no-repeat center center;
        background-size: cover;

	}
	.sign-in{
		top:20px;
	}
	.sign-in>h3{
		font-size:20px;
		padding:16px 0;
	}
    .sign-in>h3 b {

    }
	.sign-form{
		width:90%;
	}
	.sign-form ul{
		width:100%;
	}
	.sign-form form>div label{
		    width: 100%!important;
	}
	.footer-sign{
		height: auto;
    padding: 10px 0;
    line-height: normal;
	margin-top:60px;
	}
	.footer-sign p{
		float:none;
	}
	.footer-sign span{
		float:none;
	}
	.header-logo {
		width: 150px;
		top: 10px;
		left: 1%;
	}
}
@media screen and (min-width:0px) and (max-width:1080px) {
    .baoming-btn {
        background: url("../images/btn-bg.jpg") repeat-x;
    }
}

@media screen and (min-width:0px) and (max-width:640px) {
    .baoming-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
}










.fenghuihuigu {
    position: absolute;
    display: block;
    margin-left: -10px;
    padding-top: 10px!important;
    width: 100px;
    display: none;
    background: rgba(0,16,85,0.8);
    padding: 10px;
}

.fenghuihuigu li {
    padding: 10px 0;
}