﻿a{text-decoration: none;color:#000;} 

.inner{
	width:1000px;
	margin:0 auto;
}
*{box-sizing:border-box;}

.banner{
	position: relative;
	min-width: 1200px;
	height: 766px;
	background: url(../images/banner.jpg) center no-repeat
}
.banner a img{
	display: block;
	width:100%;
}

.banner a.button-1{
	display: block;
	width:296px;
	line-height:49px;
	text-align: center;
	font-size:30px;
	color:#191866;
	background:#ffd300;
	border-radius:30px;
	position: absolute;
	left:50%;
	top:70%;
	margin-left: -560px;
	z-index:999;
	 -moz-transition:.5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.banner a.button-1:hover{
	margin-left:-550px;
}
.banner_video{
	width:521px;
	height:293px;
	position: absolute;
	right:50%;
	top:50%;
	margin-right: -600px;
	z-index:999;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.video_play{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 999;
	background:rgba(0,0,0,0.2);
}
.video_play a{
	display: inline-block;
	width:60px;
	height:60px;
	background:url(../images/video_play.png) no-repeat;
	position: absolute;
	left: 50%;
	top:50%;
	z-index:99;
	 transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
}
.video_play a.close{display: none;}
.main_summit{
	padding:0 0 55px;
}
.summit_title{
	text-align: center;
	padding:45px 0 20px;
}
.summit_title h3{
	font-size:30px;
	color:#262e6e;
	font-weight: bold;
	line-height:38px;
	padding-top:84px;
	background:url(../images/summit_title.png) no-repeat top center;
}
.summit_title p{
	font-size:20px;
	color:#262e6e;
	line-height: 30px;
}
.summit_pages p{
	text-indent:2em;
	font-size:16px;
	color:#333333;
	line-height:26px;
	padding:5px 0;
}
.summit_pages{
	padding:18px 0;
}
.main_lightspot{
	background:#f6f6f6;
	padding:0 0 55px;
}
.lightspot_list ul li{
	float: left;
	width:20%;
	padding:0 6px;
}
.lightspot_list ul{
	margin:0 -6px;
}
.lightspot_iners{
	background:#1d1b6b;
}
.lightspot_botm{
	padding:0 10px;
	height:160px;
}
.lightspot_botm h3{
	color:#fff;
	font-size: 20px;
	line-height:30px;
	padding:15px 0;
}
.lightspot_botm p{
	color:#fff;
	font-size:16px;
}
.lightspot_list ul li:nth-child(1) .lightspot_botm{background:#1d1b6b url(../images/lighticon_1.png) no-repeat bottom center;background-position:0 30px;}
.lightspot_list ul li:nth-child(2) .lightspot_botm{background:#1d1b6b url(../images/lighticon_1.png) no-repeat bottom center;background-position:-180px 30px;}
.lightspot_list ul li:nth-child(3) .lightspot_botm{background:#1d1b6b url(../images/lighticon_1.png) no-repeat bottom center;background-position:-470px 30px;}
.lightspot_list ul li:nth-child(4) .lightspot_botm{background:#1d1b6b url(../images/lighticon_1.png) no-repeat bottom center;background-position:-620px 30px;}
.lightspot_list ul li:nth-child(5) .lightspot_botm{background:#1d1b6b url(../images/lighticon_1.png) no-repeat bottom center;background-position:-820px 30px;}

.pulldown_zl{
	padding:35px 0;
	text-align: center;
}
.pulldown_zl a{
  display: inline-block;
  background-image: -moz-linear-gradient( 92deg, rgb(29,27,107) 0%, rgb(36,35,149) 100%);
  background-image: -webkit-linear-gradient( 92deg, rgb(29,27,107) 0%, rgb(36,35,149) 100%);
  background-image: -ms-linear-gradient( 92deg, rgb(29,27,107) 0%, rgb(36,35,149) 100%);
  width: 317px;
  line-height: 64px;
  border-radius:30px;
  color:#fff;
  font-size:25px;
  letter-spacing:2px;
 -moz-transition:.5s;
-webkit-transition: .5s;
transition: .5s;
}
.pulldown_zl a:hover{
	margin-left:-10px;
}
.Guests_banks{
	padding:10px 58px 60px;
}
.Guests_banks h3{
	font-size:20px;
	color:#333333;
	font-weight: bold;
	line-height:50px;
}
.Guests_banks p{
	font-size:20px;
	color:#333333;
	padding-left:42px;
	background:url(../images/Guests_banks.png) no-repeat left center;
	line-height:50px;
}
.summit_title h3 span{
	display: inline-block;
	font-size:20px;
	font-weight: normal;
}
.lecture_walls{
	max-width:1200px;
	margin:0 auto;
}
.lecture_walls ul li{
	float: left;
	width:25%;
	text-align: center;
	position: relative;
	height:120px;
}
.lecture_walls ul li h3{
	font-size: 22px;
	color:#333333;
	line-height:42px;
}
.lecture_walls ul li p{
	font-size: 16px;
	color:#333333;
	line-height:24px;
}
.lecture_walls ul li:before{
	display: block;
	content:"";
	width:1px;
	height:50%;
	position: absolute;
	left:0;
	top:50%;
	background:#000;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.lecture_walls ul li:nth-child(1):before{visibility: hidden;}
.lecture_walls ul li:nth-child(5):before{visibility: hidden;}
.lecture_walls ul li:nth-child(9):before{visibility: hidden;}


.agenda_clicks ul li{
	float: left;
	width:50%;
	text-align: center;
	background:#1d1b6b;
}
.agenda_clicks ul li a{
	display: block;
	font-size:24px;
	line-height:74px;
	color:#fff;
}
.agenda_clicks ul li.active{
	background:#242395;
}
.agenda_togslide{
	padding:20px 0;
}
.agenda_pages{
	float: left;
	width:50%;
	padding-right:30px;
}
.agenda_items{
	/*padding-top:25px;*/
}
.agenda_items h3{
	font-size:25px;
	color:#1d1b6b;
	line-height:36px;
	padding:20px 0;
	font-weight: bold;
}
.agenda_items h3 span{
	display: inline-block;
	font-size:27px;
	margin-top:10px;
	font-weight: bold;
}
.agenda_items h3 em{
	display: inline-block;
	font-size:23px;
	font-weight: bold;
}
.agenda_items p{
	font-size:17px;
	color:#1d1d1d;
	line-height:30px;
}
.agenda_togslide{display: none;}
.agenda_togslide.active{display:block;}

.main_agenda{
	padding:0 0 50px;
}
.zhubanImg{
	padding:0 65px;
}
.previous_Img{
	width:129px;
	height:129px;
	border-radius:50%;
	overflow: hidden;
	margin:0 auto;
}
.previous_Img img{
	display: block;
	width:100%;
	height:100%;
	border-radius:50%;
	-webkit-transition: -webkit-transform 0.3s;
  	-moz-transition: -moz-transform 0.3s;
  	-o-transition: -o-transform 0.3s;
  	transition: transform 0.3s;
}
.previous_list ul li{
	float: left;
	width:25%;
	text-align: center;
	height:265px;
}
.previous_list ul li:hover .previous_Img img{
  	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	transform: scale(1.1);
}
.previous_botm{
	padding:20px 0 0;
}
.previous_botm h3{
	font-size:20px;
	line-height:34px;
	color:#231815;
	padding:2px 0;
}
.previous_botm p{
	font-size:17px;
	line-height:22px;
	color:#231815;
}

.correlation_swp{
	padding:0 20px;
}
#carousel{position:relative;z-index:2;height:414px;margin-top:120px;}
#carousel img{position:absolute;left:50%;top:50%;width:620px;height:414px;margin-left:-310px;margin-top:-133px;transition:transform .5s ease-in-out;cursor:pointer}
#bannerNav{position:relative;margin-top:20px;height:10px;padding:10px 0;text-align:center}
#bannerNav ul li{cursor:pointer;overflow:hidden;display:inline-block;margin:0 5px}
#bannerNav ul li a{margin:0 auto;display:block;width:10px;height:10px;vertical-align:top;border-radius:50%;background:#bfbfbf;font-size:0}
#bannerNav ul li.on a{background:#1d1b6b}
#bannerNav ul li.on a{width:10px}

.carousel_text{
	width:100%;
	position: absolute;
	left: 0;
	top:-120px;
	z-index:999;
}
.carousel_text ul{
	padding:15px 0;
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.carousel_text ul li{
	margin:0 8px;
	cursor: pointer;
	background:#1d1b6b url(../images/carousel_text.png) no-repeat bottom center;
}
.carousel_text ul li span{
	display: block;
	font-size: 22px;
	color:#fff;
	/*background:#1d1b6b;*/
	height:74px;
	line-height:74px;
	padding:0 12px;
}
.carousel_text ul li.active{
	background:#3f3e9c url(../images/carousel_text.png) no-repeat bottom center;
}

.main_correlation{
	padding-bottom:85px;
}

.meetings_lefts{
	float: left;
	width:372px;
	padding-top:75px;
}
.meetings_lefts ul li{
	text-align: center;
	padding-top:25px;
}
.meetings_lefts ul li p{
	font-size:20px;
	color:#231815;
	line-height:40px;
	padding:10px 0;
}
.meetings_rights{
	float: right;
	width:572px;
}

.meetings_forms ul{
	padding:38px 0;
}
.meetings_forms ul li{
	padding:10px 0;
}
.meetings_forms ul li input[type="text"]{
	display: block;
	width:100%;
	background:#f6f6f6;
	height:59px;
	line-height:55px;
	border: 1px solid #b5b5b5;
	border-radius:5px;
	padding:0 26px;
	font-size: 23px;
	outline: none;
}
.meetings_fmbtn{
	text-align: center;
}
.meetings_fmbtn button{
	display: inline-block;
  border-radius: 10px;
  background-image: -moz-linear-gradient( 92deg, rgb(29,27,107) 0%, rgb(36,35,149) 100%);
  background-image: -webkit-linear-gradient( 92deg, rgb(29,27,107) 0%, rgb(36,35,149) 100%);
  background-image: -ms-linear-gradient( 92deg, rgb(29,27,107) 0%, rgb(36,35,149) 100%);
  width: 396px;
  height: 52px;
  font-size:23px;
  color:#fff;
  line-height:52px;
}
.meetings_bart{
	padding:15px 0 35px;
}
.copyright_nex{
	height:112px;
	background:#1d1b6b;
		display: flex;
		  justify-content: center;
		  align-items: center;
	text-align: center;
}
.copyright_nex p{
	font-size: 20px;
	color:#ffffff;
}