html {
	font-size: 62.5%;
	/*10 ÷ 16 × 100% = 62.5%*/
}

body {
	font-size: 1.4rem;
	/*1.4 × 10px = 14px */
}

/* 样式覆盖 */
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.to_top_btn {
	width: 79px;
	height: 79px;
	background: url(../img/common/ai-top.png)no-repeat center center;
	background-position: 0px 0px;
	bottom: 536px;
	right: 50px !important;
	color: white;
	z-index: 999;
	cursor: pointer;
	display: none;
	position: fixed;
}
.container{
	padding-left: 0!important;
	padding-right: 0!important;
}
/* flex布局 */

.flex-space-between {
	display: flex;
	justify-content: space-between;
}

.flex-start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.flex-top-start{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;

}
.flex-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-around {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.flex-top-start {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.flex-flex-start {
	display: flex;
	justify-content: flex-start;
}

.flex-items {
	display: flex;
	align-items: center;
}

.flex-flex-center {
	display: flex;
	justify-content: center;
}

.flex-row-center {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.flex-row-center-center {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.flex-column-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 元素超过宽度自动换行 */
.flex-row-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
/* 元素超出省略号显示 */
.overflow-ellipsis{
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-box-orient: vertical;
}
/* 顶部二维码栏 */
.top-header {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
}

.top-header-content {
	max-width: 1128px;
	margin: 0 auto;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	padding: 0 16px;

}

.top-header-con {
	position: relative;
	max-width: 300px;
}

.participation-voting-code,
.registration-code {
	position: absolute;
	top: 40px;
	z-index: 999;
	display: none;
}

.entrance-code-block {
	display: block;
}

.header-registration-code,
.header-participation-voting-code,
.header-line {
	color: rgba(150, 150, 150, 1);
	display: inline-block;
}

.header-registration-code,
.header-participation-voting-code {
	cursor: pointer;
}

.header-registration-code:hover,
.header-participation-voting-code:hover {
	color: #F04038;
	cursor: pointer;
}

.header-registration-code {
	padding-left: 12px;
}

.header-line {
	padding: 0 12px;
}

.container-fluid,
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.pc-banner-panel {
	display: block;
}

.mobile-banner-panel {
	display: none;
}

@media screen and (max-width: 600px) {

	/*当屏幕尺寸小于600px时，应用下面的CSS样式*/
	h1,
	h2 {
		font-size: 20px;
	}

	/*新闻响应式*/
	.mar20 {
		margin-top: 20px;
	}

	#app .left-top-text-tit {
		font-size: 13px;
	}

	#app .news-tit {
		font-size: 12px;
	}
}

.top {
	width: 100%;
	height: 100px;
}

.logo-img {
	margin: 22px 0 0 0;
}

.nav-center {
	width: 100%;
	height: 100%;
}

.nav-center ul {
	height: 100%;
	margin-left: 40px;
}

.nav-center ul li {
	width: 108px;
	height: 100px;
}

.nav-center>ul>li>a {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	padding: 0;
	font-size: 16px;
}

.nav>li>a {
	position: relative;
}

.navbar-nav .active,
.detail-active {
	background-color: #262626;
	border-bottom: 2px #cf2d2d solid;
}

.none-active {
	border-bottom: 2px transparent solid !important;
}

.my-slide {
	position: relative;
}

.activity-countdown {
	width: 800px;
	height: 140px;
	background: rgba(21, 37, 54, 1);
	opacity: 0.82;
	border-radius: 5px;
	margin: 0 auto;
	position: absolute;
	z-index: 100;
	bottom: -75px;
}

.time-subitem {
	font-size: 40px;
	font-weight: 800;
	color: rgba(255, 255, 255, 1);
}

.time-text-subitem {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.time-colon {
	font-size: 30px;
	font-weight: 800;
	color: rgba(255, 255, 255, 1);
	padding: 0 18px;
}

.my-slide .active {
	border: none;
}

.navbar-inverse {
	background-color: #333;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #262626;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #262626;
}

.nav-center>ul>li>.drop-nav {
	position: absolute;
	width: 132px;
	left: -80px;
	display: none;
	z-index: 20;
}

.nav-center>ul>li>.drop-nav li {
	list-style: none;
	height: 45px;
	width: 132px;
}

.nav-center>ul>li>.drop-nav li a {
	background: #fff;
	border-radius: 3px;
	height: 45px;
	width: 132px;
	color: #000;
	display: block;
	text-align: center;
	line-height: 45px;
	margin-top: 2px;
	text-decoration: none;
}

.show {
	display: block;
}

/* 大会板块开始 20190823*/
.vote_banner {
	width: 100%;
	height: 100%;
}

.section-overview-img-panel {
	padding: 57px 0 125px 0;
	background: rgba(252, 251, 251, 1);
	text-align: center;
}

.section-overview-title-img {
	padding-bottom: 82px;
}

.assembly-section-panel {
	padding: 59px 0 170px 0;
}

.assembly-section-img {
	text-align: center;
	padding-bottom: 55px;
}

/* 大会板块 */
.assembly-section-subitem {
	width: auto;
	height: 254px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(229, 229, 229, 1);
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 20px 30px;
}

.assembly-section-subitem .section-subitem-left {
	width: 300px;
	height: 214px;
	border-radius: 5px;
	border: 1px solid #969696;
	margin-right: 29px;
}

.assembly-section-subitem .section-subitem-left img {
	border-radius: 5px;
}

.section-subitem-right {
	width: 690px;
}

.assembly-section-subitem .section-english-name {
	font-size: 14px;
	font-weight: 400;
	color: rgba(157, 28, 31, 1);
}

.assembly-section-subitem .section-china-name {
	font-size: 20px;
	font-weight: 500;
	color: rgba(38, 38, 38, 1);
	padding: 6px 0;
}

.assembly-section-subitem .section-detail {
	font-size: 14px;
	font-weight: 300;
	color: rgba(150, 150, 150, 1);
	line-height: 25px;
	min-height: 75px;
}

.assembly-section-subitem .section-small-title {
	font-size: 14px;
	font-weight: 300;
	color: #262626;
}

.assembly-section-subitem .section-btn-panel {
	padding-top: 20px;
}

.assembly-section-subitem .section-time-address {
	font-size: 14px;
	font-weight: 500;
	color: rgba(106, 106, 106, 1);
	line-height: 28px;

}

.assembly-section-subitem .section-time img {
	padding-right: 13px;
}

.assembly-section-subitem .section-address img {
	padding-right: 9px;
}

.section-btn {
	display: inline-block;
	width: 145px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(157, 28, 31, 1);
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.section-btn:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

/* 大会板块二级页面 */
.plate-detail-panel{
	padding-left: 0;
	padding-right: 0;
}
.plate-detail1{
	text-align: center;
}
.unity-title-img1{
	margin:76px auto 50px auto;
}
.unity-title-img2{
	margin: 200px auto 44px auto;
}
.pc-unity-agenda-panel{
	background:url(../img/plate/secondary/unity_agenda_bg.png)no-repeat top center;
	background-size:100% 100%;
}
.mobile-unity-agenda-panel img,
.mobile-special-lecturer-panel img{
	width: 355px;
	margin: 0 auto;
}
.unity-agenda-title{
	margin: 124px 0 81px 0;
}
.special-lecturer-title{
	margin: 139px 0 67px 0;
}
.paate-unity-text{
	max-width: 927px;
	font-size:16px;
	font-weight:300;
	color:rgba(255,255,255,1);
	line-height:30px;
	text-align: left;
	margin:0 auto;
	
}
.green-paate-unity-text{
	font-size:20px;
	font-weight:bold;
	color:rgba(43,250,211,1);
	padding-bottom: 12px;
}
.unity-code-img-panel{
	margin: 100px auto;
}
.paate-secondary-content {
	min-height: 527px;
	text-align: center;
}

.paate-secondary-content img {
	padding: 56px 0 48px 0;
}

.paate-secondary-text {
	font-size: 14px;
	font-weight: 300;
	color: rgba(150, 150, 150, 1);
	line-height: 25px;
}

/* 大会板块结束 20190823*/
/* 合作伙伴开始20190826 */
.hzhp-panel {
	padding: 0 0 69px 0;
	background-color: #fbfbfb;
}

.partner-title-img {
	text-align: center;
	padding: 56px 0 28px;
}

.partner-title-img img {
	width: 216px;
}
.media-title-img img{
	width: 300px;
}

/* 合作伙伴结束 20190826*/
/*******主会场ABC样式开始 20191102*******/
.venue-bg {
	background: rgba(3, 6, 11, 1);
}

.content-panel1 {
	position: relative;
}

.venue-a,
.venue-b,
.venue-c {
	margin-bottom: 60px;
}

/* 顶部大背景 */
.header-bg-panel {
	width: 100%;
	height: 1170px;
	background-size:100%!important;
}

.venue-a .header-bg-panel {
	background:url(../img/venue/venuea/yx_blcok_bg.png)no-repeat top center;
}

.venue-b .header-bg-panel {
	background:url(../img/venue/venueb/blcok_bg.png)no-repeat top center;
}

.venue-c .header-bg-panel {
	background:url(../img/venue/venuec/vr_block_bg.png)no-repeat top center;
}

/* 免费领取门票 */
.mint-green-btn-bg {
	width: 222px;
	height: 55px;
	line-height: 54px;
	background-size: 100% 100% !important;
	position: absolute;
	bottom: 226px;
	font-size: 24px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	padding: 0 50px 0 20px;
}
.venueb-style{
	padding: 0 54px;
}
.venue-a .mint-green-btn-bg {
	background: url(../img/venue/venuea/yx_mint_green_btn_bg.png)no-repeat center center;
}

.venue-b .mint-green-btn-bg {
	background: url(../img/venue/venueb/mint_green_btn_bg.png)no-repeat center center;
}

.venue-c .mint-green-btn-bg {
	background: url(../img/venue/venuec/vr_mint_green_btn_bg.png)no-repeat center center;
}

/* 倒计时 */
.countdown-panel {
	width: 831px;
	height: 226px;
	background-size: 100% 100% !important;
	position: absolute;
	bottom: -138px;
	box-shadow: 0px 30px 114px 0px rgba(0, 243, 232, 0.3);
}

.venue-a .countdown-panel {
	background: url(../img/venue/venuea/yx_countdown_bg.png)no-repeat center center;
}

.venue-b .countdown-panel {
	background: url(../img/venue/venueb/countdown_bg.png)no-repeat center center;
}

.venue-c .countdown-panel {
	background: url(../img/venue/venuec/vr_countdown_bg.png)no-repeat center center;
}

.countdown-subitem {
	text-align: center;
}

.countdown-num {
	font-size: 53px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.countdown-english {
	font-size: 15px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.countdown-line {
	width: 29px;
	height: 6px;
	margin: 0 46px;
}

.venue-a .countdown-line {
	background: rgba(30, 208, 255, 1);
}

.venue-b .countdown-line {
	background: rgba(0, 243, 232, 1);
}

.venue-c .countdown-line {
	background: rgba(14, 180, 122, 1);
}

/* 分块标题 */
.block-num-long {
	height: 100%;
	margin: 148px 0 102px 0;
}

.venue-a .block-num-long {
	border-bottom: 4px solid #1ED0FF;
}

.venue-b .block-num-long {
	border-bottom: 4px solid #24F9D7;
}

.venue-c .block-num-long {
	border-bottom: 4px solid #9BFFD1;
}

.num-style,
.block-title {
	line-height: 118px;
}

.num-style {
	font-size: 86px;
	font-weight: 400;
}

.block-title {
	font-size: 64px;
	font-weight: 400;
	padding-left: 16px;
}

.venue-a .num-style {
	color: rgba(30, 208, 255, 1);
}

.venue-b .num-style {
	color: rgba(36, 249, 215, 1);
}

.venue-a .block-title,
.venue-b .block-title {
	color: rgba(255, 255, 255, 1);
}

.venue-c .num-style,
.venue-c .block-title {
	color: rgba(14, 180, 122, 1);
	text-shadow: 0px 5px 12px rgba(14, 180, 122, 1);
}

.block-content1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	color: rgba(247, 247, 247, 1);
	margin: 100px 0 189px 0;
}

/* .content-panel2 {
	margin-top: 62px;
} */

.content-panel3 {
	background-size: 100% 100% !important;
	margin: 0 auto;
}

.venue-a .content-panel3 {
	height: 1068px;
	background: url(../img/venue/venuea/yx_invited_guests_img.png)no-repeat center center;
}

.venue-b .content-panel3 {
	height: 1362px;
	background: url(../img/venue/venueb/invited_guests_img.png)no-repeat center center;
}

.venue-c .content-panel3 {
	height: 1364px;
	background: url(../img/venue/venuec/vr_invited_guests_img.png)no-repeat center center;
}

.block-content4 {
	width: 1053px;
	height: 407px;
	background: url(../img/venue/venueb/flow_chart_img.png)no-repeat center center;
	background-size: 100% 100%;
	margin: 0 auto;
}
/* 指导单位 */
	 .directed-by-subitem img {
	 	width: 100%;
	 } 

/* 主办单位 */
	.organizer-subitem img {
		width: 100%;
	}

/* 协办单位 */
	.co-organiser-subitem img {
		width: 100%;
	}

/*******主会场ABC样式结束 20191102*******/
/* 媒体 */
.div-media-subitem:not(:nth-child(5n)){
	margin-right: 45px;
}
/**********日程总览开始20191123**********/
	    	        .schedule-content-panel{
						width: 100%;
	    	        	margin-top: 32px;
	    	        }
	    	
	    	        .schedule-content-panel .schedule-tab .schedule-tab-item{
	    	        	width:340px;
	    	        	height:49px;
	    	        	line-height: 49px;
	    	        	text-align: center;
	    	        	border:1px solid rgba(36,240,250,1);
	    	        	border-radius:4px;
	    	        	font-size:18px;
	    	        	font-weight:500;
	    	        	color:rgba(36,240,250,1);
	    	        	margin-top: 32px;
	    	        	cursor: pointer;
	    	        }
	    	        .schedule-content-panel .schedule-tab .schedule-tab-item.active{
	    	        	background:rgba(36,240,250,1);
	    	        	border:1px solid rgba(36,240,250,1);
	    	        	color:rgba(0,0,0,1);
	    	        }	
					.schedule-tab-item:not(:nth-child(3n)){
						margin-right:30px;
					} 
					.schedule-tab .schedule-tab-item{
						margin-right: 10px;
					}
					.schedule-content{
						width: 900px;
						margin: 0 auto;
					}
					.schedule-title-box{
						margin: 117px 0 83px 0;
					}
					.schedule-title-panel{
						border-bottom: 4px solid rgba(36,240,250,1);
						padding: 0 0 9px 0;
					}
					.schedule-title-panel .schedule-title{
						font-size:40px;
						font-weight:800;
						color:rgba(36,240,250,1);
					}	
					.peacock-blue-text{
						color: #24F0FA;	
						}
					.schedule-products .main-cont{
						font-size:18px;
						font-weight:300;
						color:rgba(255,255,255,1);	
					}
					.schedules-tips{
						font-size:20px;
						font-weight:400;
						color:rgba(255,255,255,1);
						padding-top: 20px;
					}
					.schedule-qr-code-panel{
						margin: 203px 0 108px 0;
						text-align: center;
					}
	    	        .schedule-products .main-cont,
					.schedule-content .main-cont2,
					.schedule-title-block,
					.schedules-tips{ 
	    	        	display: none; 
	    	        } 
	    	        .schedule-products .main-cont.selected,
					.schedule-products .main-cont2.selected,
					.schedule-title-block.selected,
					.schedules-tips.selected{
	    	        	 display: block; 
	    	        } 
			/**********日程总览结束20191123**********/
/* 以下为2018年旧样式 */
.cooperative-media-panel {
	padding: 0 0 181px 0;
}

.vote_about {
	font-size: 16px;
	font-weight: 300;
	color: rgba(68, 68, 68, 1);
	line-height: 30px;
	margin: 138px auto 94px auto;
}

.vote_about_img {
	text-align: center;
	padding-bottom: 40px;
}

.assembly-lineup {
	width: 100%;
	height: 100%;
}

.future-business-ecology {
	margin: 63px 0 58px 0;
}

.future-business-ecology .future-business-ecology-text,
.future-business-ecology .future-business-ecology-code {
	text-align: center;
}

.main-title {
	text-align: center;
	padding-bottom: 53px;
}

.our-client {
	background-color: #fbfbfb;
	padding: 80px 0px;
}

.vote_des {
	padding: 53px 0 67px 0;
}

.conference-schedule-tab {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 16px;
}

.conference-schedule-img {
	text-align: center;
	padding-bottom: 69px;
}

.conference-schedule-text {
	font-size: 26px;
	font-weight: bold;
	color: rgba(157, 28, 31, 1);
	line-height: 30px;
}

.conference-schedule-tab ul {
	width: 90%;
	margin-bottom: 0;
	border-bottom: 1px solid #D8DBE2;
	cursor: pointer;
}

.conference-schedule-tab ul li {

	list-style: none;
	border-bottom: 2px solid transparent;
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	padding: 0 0 6px 0;
}

.conference-schedule-tab ul li {
	margin-left: 59px;
}

.conference-schedule-ul-none {
	padding-bottom: 24px;
}
.schedule-ul-wid88 {
	width: 87% !important;
}
.schedule-ul-wid85 {
	width: 85% !important;
}
.schedule-ul-wid83 {
	width: 83% !important;
}
.schedule-ul-wid80 {
	width: 80% !important;
}
.winners-list{
	display: none;
}
.conference-schedule-picture {
	width: auto;
	height: 540px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 40px 0px rgba(136, 134, 131, 0.06);
	border-radius: 16px;
	padding: 40px 24px 0 24px;
	display: none;
	text-align: center;
	margin: 0 auto;
}

.conference-schedule-picture img {
	width: 100%;
}
.view-full-agenda{
	width:200px;
	height:40px;
	line-height: 40px;
	text-align: center;
	border:1px solid rgba(157,28,31,1);
	border-radius:4px;
	margin: 22px auto 0 auto;
}
.view-full-agenda a{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size:16px;
	font-weight:400;
	color:rgba(157,28,31,1);
	text-decoration: none;
}

.red-right-arrow-icon{
	width: 17px!important;
	height: 16px;
	margin-left: 8px;
}
.the-main-venuea,
.the-main-venueb,
.the-main-venuec{
	width:379px;
	height:76px;
	line-height:76px;
	text-align: center;
	border-radius:4px;
	font-size:30px;
	font-weight:400;
	margin: 61px auto 0 auto;
	cursor: pointer;
}
.the-main-venuea{
	border:3px solid rgba(30,208,255,1);
}
.the-main-venueb{
	border:3px solid rgba(36,249,215,1)
}
.the-main-venuec{
	border:3px solid rgba(14,180,122,1)
}
.the-main-venuea a,
.the-main-venueb a,
.the-main-venuec a{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.the-main-venuea a{
	color:rgba(30,208,255,1);
}
.the-main-venueb a{
	color:rgba(36,249,215,1);
}
.the-main-venuec a{
	color:rgba(14,180,122,1);
}
.venue-right-arrow-icon{
	width: 32px;
	height: 30px;
	margin-left: 16px;
}
.conference-schedule-858 {
	height: 890px;
}

.conference-schedule-content .selected {
	display: block;
}

.conactive {
	border-bottom: 2px solid #9D1C1F !important;

}

.vote_bottom {
	width: 100%;
	height: 100%;
	position: relative;
	border-top: 1px solid rgba(68, 69, 74, 1);
}

.our-client-item {
	margin: 10px auto;
}

.line {
	width: 30px;
	height: 5px;
	background-color: #9d1c1f;
}
/* 各banner背景色 */
.index-pc-banner{
	text-align: center;
}
.index-pc-banner .item{
	background: #081526;
}
.plate-pc-banner{text-align: center;}
.plate-pc-banner .item:nth-child(1){
	background:#4352C7 ;
}
.plate-pc-banner .item:nth-child(2){
	background:#101257;
}
.plate-pc-banner .item:nth-child(3){
	background:#1314D3 ;
	text-align: center;
}
.plate-pc-banner .item:nth-child(1) img,
.plate-pc-banner .item:nth-child(2) img,
.plate-pc-banner .item:nth-child(3) img{
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
.gotal-pc-banner .item{
	background: #040000;
	text-align: center!important;
}
.gotal-pc-banner .item img{
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
/*首页*/


.mobile-index img {
	width: 100%;
	position: relative;
}

.carousel-indicators li {
	width: 8px;
	height: 8px;
	background: rgba(111, 126, 153, 1);
	border-radius: 2px;
	border: 1px solid rgba(111, 126, 153, 1);
}

.carousel-indicators .active {
	width: 24px;
	height: 8px;
	background: rgba(157, 28, 31, 1);
	border: 1px solid rgba(157, 28, 31, 1);
	border-radius: 2px;
}

.pagination-left-icon,
.pagination-right-icon {
	position: absolute;
	top: 50%;
}

.pagination-left-icon {
	left: -62px;
}

.pagination-right-icon {
	right: -62px;
}

/**金陀螺奖**/

.goldtl-top-img {
	width: 100%;
	height: 100%;
}

.goldtl-main-img {
	padding: 35px 0 80px 0;
	background: rgba(252, 251, 251, 1);
}

.registration-vot-img {
	text-align: center;
	padding-bottom: 45px;
}

.registration-vot-btn {
	width: 360px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: rgba(157, 28, 31, 1);
	border-radius: 3px;
	font-size: 18px;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	margin: 0 auto;
}

.selection-process-img img {
	box-shadow: 0px 0px 40px 0px rgba(136, 134, 131, 0.06);
}

/* 往届评审嘉宾 */
.review-guest-panel {
	padding: 58px 0 29px 0;
}

.review-guest-img,.new-review-guest-img {
	text-align: center;
}

.review-guest-mg {
	margin-bottom: 39px;
	width: 20%;
}

.guest-subitem-panel {
	width: 148px;
	height: 148px;
	position: relative;
}

.guest-subitem-bg {
	width: 148px;
	height: 148px;
	background: url(../img/goldtl/avatar_bg.png);
	background-size: 148px 148px;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 8s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 8s;
	-webkit-animation: rotate 5s linear infinite;
	-moz-animation: rotate 5s linear infinite;
	-o-animation: rotate 5s linear infinite;
	animation: rotate 5s linear infinite;
	position: absolute;
	z-index: -1;

}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(359deg)
	}
}

@-o-keyframes rotate {
	from {
		-o-transform: rotate(0deg)
	}

	to {
		-o-transform: rotate(359deg)
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.guest-subitem {
	position: absolute;
	z-index: 10;
	top: 14px;
	left: 14px;
}

.guest-subitem img {
	width: 120px;
	height: 120px;
}

.guest-name {
	font-size: 16px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	padding-top: 22px;
}

.guest-company,
.guest-position {
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	text-align: center;
}

/* 第四届金陀螺奖年度评选 */
.annual-selection-panel {
	padding: 80px 0;
	background: rgba(252, 251, 251, 1);
}

.annual-selection-img {
	text-align: center;
	padding-bottom: 66px;
}

/* 评选规则与评审流程 */
.review-rule-panel {
	padding: 57px 0 222px 0;
}

.review-rule-img {
	text-align: center;
}

.review-rule-text-panel {
	padding: 41px 0 65px 0;
	width: 934px;
	margin: 0 auto;
}

.review-rule-text-mg {
	padding: 18px 0;
	line-height: 20px;
}

.selection-process {
	text-align: center;
}

.selection-process-title-img {
	padding-bottom: 56px;
}

/*奖项分类*/

.prize-panel {
	height: 100%;
}

.goldtl-main-img ul {
	padding: 0;
}

.prize-nav {
	width: 956px;
	margin: 0 auto;
}

.prize-sunitem-panel {
	float: left;
	width: 200px;
	border-bottom: 5px solid transparent;
	padding: 0 0 30px 0;
}

.prize-sunitem-mg {
	margin-left: 52px;
}

.prize-panel .prize-sunitem {
	float: left;
	list-style: none;
	width: 200px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 10px;
	font-size: 26px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.navactive {
	border-bottom: 5px solid #DCA957;
}

.navactive .prize-sunitem {
	color: rgba(0, 0, 0, 1);
	border: 1px solid rgba(220, 169, 87, 1);
	background: rgba(220, 169, 87, 1);
}

.prize-content {
	width: 1080px;
	margin: 0 auto;
}

.prize-content li {
	list-style: none;
	display: none;
}

.prize-content li img {
	width: 100%;
	height: 100%;
}

#btn-div {
	text-align: center;
}

.singbtn,
.gray-singbtn {
	width: 360px;
	height: 48px;
	margin: 0 auto;
	outline-style: none;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 300;

}

.singbtn {

	background: rgba(157, 28, 31, 1);
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(157, 28, 31, 1);
}

.gray-singbtn {
	color: #666;
	border: 1px solid transparent;
}

.singbtn :hover {
	outline-style: none;
}

.plate-img {
	width: 388px;
}


/*合作伙伴*/

.martop20 {
	margin-top: 20px;
}

.martop40 {
	margin-top: 40px;
}

.martop60 {
	margin-top: 60px;
}


.red-start {
	color: #FF3333;
}

.common-center {
	text-align: center;
}

.media-wrap1 {
	display: flex;
	justify-content: space-between;
}

.media-flex-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.media-wrap2 {
	display: flex;
	justify-content: flex-start;
	margin-left: 120px;
}

.media-wrap3 {
	display: flex;
	justify-content: flex-start;
}

.media-wrap4 {
	display: flex;
	justify-content: space-around;
}

.media-flex-center {
	display: flex;
	/*justify-content: center;
	align-items: center;*/
}

.hzhp-pdl30 {
	padding-left: 30px;
}

.media-img {
	width: 180px;
}


/*弹框*/
.modal-lg {
	width: 722px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 4px;
}

.modal-body {
	padding: 0;
}

.common-color {
	min-width: 130px;
	text-align: right;
	color: #666666;
	margin: 0 24px 0 0;
}

.tuoluo-form {
	padding: 30px 74px 40px 32px;
}

.close-panel {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: rgba(235, 235, 235, 1);
	border-radius: 4px 4px 0px 0px;
}

.modal-title {
	font-size: 20px;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: rgba(15, 14, 14, 1);
	padding-left: 24px;
}

.close {
	float: right;
	padding: 15px 17px 15px 0;
}

.close:focus,
.close:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	outline: none;
}

.tuoluo-form2 textarea.form-control {
	width: 100%;
	height: 127px;
	position: relative;
	padding: 6px 12px 17px 12px;
}

.form-control {
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	height: 36px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	-o-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	font-size: 16px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
}

.participation-category {
	width: 100%;
}

.participation-category-subitem {
	width: 96px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid rgba(229, 229, 229, 1);
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	cursor: pointer;
}

.pcsactive {
	background: rgba(35, 116, 249, 1);
	border: 1px solid rgba(35, 116, 249, 1);
	color: #fff;
}

.tuoluo-form2 {
	display: none;
}

.next-step-btn {
	width: 308px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: rgba(240, 240, 245, 1);
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(58, 58, 58, 1);
	cursor: pointer;
}

.main-picture-panel,
.project-logo-panel {
	width: 100%;
}

.main-picture-bg,
.project-logo-bg {
	border: 1px solid rgba(229, 229, 229, 1);
	border-radius: 2px;
}

.main-picture-bg img {
	width: 260px;
	height: 146px;
}

.project-logo-bg img {
	width: 146px;
	height: 146px;
}

.main-picture-text-panel,
.project-logo-text-panel {
	width: 180px;
	margin-left: 22px;
}

.main-picture-text,
.project-logo-text {
	font-size: 14px;
	font-weight: 300;
	color: rgba(119, 119, 119, 1);
}

.main-picture-btn,
.project-logo-btn {
	width: 180px;
	height: 40px;
	text-align: center;
	background: rgba(240, 240, 245, 1);
	border-radius: 2px;
	margin-top: 38px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(58, 58, 58, 1);
	border: none;
}

.voting-rules-panel {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.checkbox-icon {
	vertical-align: -5px;
}

.voting-rules-text {
	color: #960D07;
	cursor: pointer;
}

.voting-rules-text:hover,
.voting-rules-text:active,
.voting-rules-text:focus {
	color: #960D07;
}

.form-btn {
	margin-top: 40px;

}

.sign-btn {
	width: 308px;
	height: 47px;
	background: rgba(240, 240, 245, 1);
	border-radius: 2px;
	border: none;
	font-size: 16px;
	font-weight: 400;
	color: rgba(58, 58, 58, 1);
}

.sign-btn:hover {
	color: rgba(58, 58, 58, 1);
	text-decoration: none;
}

.previous-btn {
	width: 133px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: rgba(240, 240, 245, 1);
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(58, 58, 58, 1);
	margin-left: 16px;
	cursor: pointer;
}

/* 弹框结束 */
/* 协议页面开始 */
/* .voting-rules{
	min-height: 567px;
} */
.voting-rules .voting-rules-title,
.voting-rules .precautions-text {
	color: rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 18px rgba(103, 112, 134, 0.15);
	background: linear-gradient(-90deg, rgba(178, 15, 8, 1) 0%, rgba(150, 13, 7, 1) 68.84765625%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.voting-rules .voting-rules-title {
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 10px;
}

.precautions-text {
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 5px;
	text-align: center;
}

.voting-rules .review-rule {
	margin-top: 100px;
}

.voting-rules .voting-rules-detail {
	font-size: 16px;
	font-weight: 300;
	color: rgba(102, 102, 102, 1);
	line-height: 34px;
}

.voting-rules .precautions {
	margin: 40px 0 100px 0;
}

/* 协议页面结束 */

/*********大会新闻开始(20191202)*********/
.con-news-detail-content,.con-news-panel,.con-news-content a{
	color:rgba(51,51,51,1);
}
.con-news-detail-content a,
.con-news-content a{
	cursor: pointer;
}
.con-news-detail-content a:hover,
.con-news-content a:hover{
	text-decoration: none;
	color:rgba(157,28,31,1);
}
.con-news-title{
	margin: 56px auto 49px auto;
	text-align: center;
}
.con-news-left{
	width:663px;
}
.con-news-right{
	width:384px;
}
.news-left-img-box,.news-right-img-panel{
	position: relative;
}
.news-left-img{
	width:100%;
	height:388px;
}
.news-left-img img{
	width: 100%;
	height: 100%;
}
.news-left-time{
	width:144px;
	height:60px;
	line-height: 60px;
	text-align: center;
	background:rgba(157,28,31,1);
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 24px;
	bottom: -16px;
	z-index: 100;
}
.news-left-content-box{
	width: 528px;
}
.news-left-content-title{
	width: 100%;
	font-size:26px;
	font-weight:bold;
	margin: 53px 0 25px 0;
	-webkit-line-clamp: 2;
}
.news-left-content{
	font-size:14px;
	font-weight:400;
	-webkit-line-clamp: 5;
}
/* 右边 */
.news-right-img{
	width:100%;
	height:226px;
}
.news-right-img img{
	width: 100%;
	height: 100%;
}
.news-right-content{
	font-size:16px;
	font-weight:400;
	margin-top: 35px;
	-webkit-line-clamp: 2;/*最多显示两行*/
}
.con-news-right-bottom{
	margin-top: 30px;
}
/* 查看更多 */
.select-more-content{
	display: block;
	text-align: right;
	font-size:14px;
	font-weight:400;
	color:rgba(157,28,31,1);
	border-bottom: 1px solid #D8DBE2;
	padding: 0 13px 12px 0;
	margin-top: 28px;
}
.select-more-content:hover{
	color:rgba(157,28,31,1);
}
.double-arrow{
	font-size:16px;
}
.golden-gyro-award{
	margin: 41px auto 260px auto;
}
/* 大会新闻详情页 */
.current-page{
	font-size:16px;
	font-weight:400;
	margin: 40px 0 60px 0;
}
.news-detail-page-title{
	font-size:50px;
	font-weight:bold;
	color:rgba(157,28,31,1);
	border-bottom: 1px solid #D8DBE2;
	padding: 0 0 23px 20px;
	margin-bottom: 65px;
}
.news-detail-time-date{
	font-size:50px;
	font-weight:400;
	line-height: 50px;
}
.news-detail-time-years{
	font-size:24px;
	font-weight:400;
}
.news-detail-content-panel{
	margin-left: 29px;
}
.news-detail-content-title{
	font-size:20px;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.news-detail-content{
	font-size:16px;
	font-weight:300;
	color:rgba(102,102,102,1);
	margin-top: 16px;
}
.news-detail-box{
	padding: 0 0 0 30px;
}
.news-detail-box:not(:last-child){
	margin-bottom: 34px;
}
/* 大会新闻分页 */
.news-detail-pagination{
	margin: 124px 0 140px 0;
	font-size:12px;
	font-weight:400;
}
.news-detail-pagination ul{
	display: inline-block;
	margin-bottom: 0;
}
.news-detail-pagination ul li{
	display: inline-block;
	margin-right: 12px;
}
.news-detail-pagination ul li a{
	display: inline-block;
	padding: 0 11px;
	height: 100%;
	color:rgba(51,51,51,1);
}
.news-detail-pagination ul .prev,
.news-detail-pagination ul .next{
	width:60px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border:1px solid rgba(216,219,226,1);
	border-radius:4px;
}
.news-detail-pagination ul .page{
	height: 30px;
	line-height: 30px;
	text-align: center;
	background:rgba(248,248,248,1);
	border:1px solid rgba(216,219,226,1);
	border-radius:4px;
}
#pagination .active a{
	background:rgba(157,28,31,1);
	border-radius:4px;
	color: #fff;
}
.news-detail-pagination #paginator-message{
	color:rgba(102,102,102,1);
}
.page-size-ipt{
	width: 38px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border:1px solid rgba(216,219,226,1);
	border-radius:4px;
	margin: 0 6px 0 12px;
}
.page-size-ipt:active,
.page-size-ipt:focus{
	outline: none;
}
.jump-span{
	display: inline-block;
	width:48px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border:1px solid rgba(216,219,226,1);
	border-radius:4px;
	cursor: pointer;
}
/*********大会新闻结束(20191202)*********/
/* 弹框公共样式 */
.max-pop-up,
.pop-up {
	text-align: center;
	background: rgba(0, 0, 0, 1) url("../img/venue/venue_dialog_bg.png")no-repeat right bottom;
	background-size: 100% 264px;
	border: 2px solid rgba(20, 225, 255, 1);
	border-radius: 8px;
}

.max-pop-up h3,
.pop-up h3 {
	color: rgba(20, 225, 255, 1);
	font-weight: 600
}

.max-pop-up .title p,
.pop-up .title p {
	color: #fff;
	margin: 0;
}

.max-pop-up .qrcode,
.pop-up .qrcode {
	background: #fff;
	border-radius: 8px;
	margin: auto;
	font-size: 10px;
	color: #000;
}

.max-pop-up .pop-up-btn,
.pop-up .pop-up-btn {
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(20, 241, 255, 1);
	border-radius: 4px;
	color: #14E1FF;
}

/* 弹框分离样式 */
.max-pop-up {
	width: 296px;
	height: 381px;
	position: fixed;
	top: 20%;
	left: calc(50% - 148px);
}

.max-pop-up h3 {
	font-size: 23px;
	margin-top: 25px;
}

.max-pop-up .title {
	margin: 20px;
}

.max-pop-up .title p {
	font-size: 14px;
}

.max-pop-up .qrcode {
	width: 150px;
	height: 150px;
}

.max-pop-up .qrcode img {
	width: 100px;
	height: 100x;
	margin: 14px 0;
}

.max-pop-up .pop-up-btn {
	width: 150px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;

	margin: 35px auto;

}

/* 小弹窗 */
.pop-up {
	width: 213px;
	height: 281px;
	border-radius: 4px;
	position: fixed;
	top: 20%;
	left: calc(50% - 106.5px);
}

.pop-up h3 {
	font-size: 18px;
}

.pop-up .title {
	margin-bottom: 12px;
}

.pop-up .title p {
	font-size: 10px;
	line-height: 20px;
}

.pop-up .qrcode {
	width: 118.5px;
	height: 118.5px;

}

.pop-up .qrcode img {
	width: 73px;
	height: 73px;
	margin: 12px 0;
}

.pop-up .pop-up-btn {
	width: 118.5px;
	height: 26px;
	line-height: 26px;
	font-size: 10px;
	margin: 10px auto;
}

/* 三大主会场弹框结束 */
/*手机适配*/

@media screen and (max-width: 767px) {
   .container{
	   width: 96%;
   }
   .win-conference-schedule-content{
	  width: 100%!important; 
   }
   .container-fluid .nav-center ul li{
	   width: 132px;
   }
	/*奖项适配*/
	.prize-nav {
		width: 200px;
		margin: 0 auto;
	}

	.prize-sunitem-panel {
		float: none;
		width: 200px;
		border-bottom: 5px solid transparent;
		padding: 0 0 10px 0;
		margin: 0 auto;
	}

	.navactive {
		border-bottom: 5px solid transparent;
	}

	.prize-sunitem-mg {
		margin-left: 4px;
		margin: 0 auto;
	}

	.prize-panel .prize-sunitem {
		float: none;
		width: 200px;
		height: 44px;
		line-height: 44px;
		font-size: 20px;
	}

	.goldtl-main-img ul {
		padding: 0;
	}

	.prize-content {
		width: 100%;
		margin: 0 auto;
	}

	.prize-content li img {
		width: 100%;
		height: 100%;
	}

	/* 20190828适配 */
	.pc-banner-panel {
		display: none;
	}

	.mobile-banner-panel {
		display: block;
	}

	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	.review-rule-panel {
		padding: 30px 0 80px 0;
	}

	.logo-img {
		padding-top: 3px;
	}

	.conference-schedule-picture {
		padding: 8px 8px 0 8px;
	}

	.to_top_btn {
		width: 40px;
		height: 40px;
		bottom: 124px;
		right: 3px !important;
		background-size: 40px 40px;
	}

	.navbar-inverse {
		position: relative;
	}

	.navbar-inverse .header {
		position: absolute;
		z-index: 999;
		right: 0;
	}

	.navbar-inverse .navbar-nav {
		margin: 0 0;
	}

	.vote_banner img,
	.banner-carousel-inner img {
		width: 100%;
		height: 120px !important;
	}

	/* 顶部二维码 */
	.top-header-con img {
		width: 14px;
		height: 14px;
	}

	.header-registration-code {
		padding-left: 4px;
	}

	.header-line {
		padding: 0 4px;
	}

	.header-registration-code,
	.header-participation-voting-code {
		font-size: 12px;
	}

	/* 首页开始 */

	.navbar-header {
		width: 100%;
	}

	.navbar-inverse .navbar-toggle {
		border-color: #444;
		margin-right: -15px;
	}

	.logo-img {
		width: 100px;
		padding: 10px 0 0 14px;
		margin: 0 0 0 0;
	}

	.vote_des {
		padding: 53px 0 8px 0;
	}

	.activity-countdown {
		width: 96%;
		height: 80px;
		bottom: -42px;
	}

	.time-subitem {
		font-size: 24px;
		font-weight: 500;
	}

	.time-colon {
		font-size: 12px;
		font-weight: 500;
		padding: 0 8px;
	}

	.time-text-subitem {
		font-size: 10px;
		font-weight: 400;
	}

	.vote_about_img img {
		width: 235px;
	}

	.vote_about {
		font-size: 12px;
		margin: 116px auto 20px auto;
	}

	.future-business-ecology .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.future-business-ecology-text img {
		width: 241px;
	}
	.more-bottom{
		bottom: -40px!important;
	}
    .our-client{
		padding: 50px 0;
	}
	.future-business-ecology-code img {
		width: 95px;
	}

	.main-title img {
		width: 172px;
	}

	.conference-schedule-img img {
		width: 83px;
	}
    .partner-title-img img{
		width: 98px;
	}
	.media-title-img img{
		width: 136px;
	}
	.conference-schedule-text {
		font-size: 14px;
	}

	.conference-schedule-tab ul {
		width: 84%;
		padding-inline-start: 0px;
	}

	.conference-schedule-tab ul li {
		font-size: 12px;
		font-weight: 300;
		padding: 0 0 0 0;
	}

	.vote_des .conference-schedule-tab ul li {
		margin-left: 16px;
	}

	.annual-selection-panel .conference-schedule-tab ul li {
		margin-left: 6px;

	}

	.conference-schedule-picture {
		height: 300px;
	}
    .vote_des .conference-schedule-picture{
		height: 216px;
	}
	
	.conference-schedule-picture img {
		width: 100%;

	}
    .view-full-agenda{
    	width:134px;
    	height:30px;
    	line-height: 30px;
    	margin: 12px auto 0 auto;
    }
    .view-full-agenda a{
    	font-size:12px;
    }
	.the-main-venuea,
	.the-main-venueb,
	.the-main-venuec{
		width:152px;
		height:34px;
		line-height:34px;
		font-size:12px;
		margin: 32px auto 0 auto;
	}
	.the-main-venuea{
		border:1px solid rgba(30,208,255,1);
	}
	.the-main-venueb{
		border:1px solid rgba(36,249,215,1)
	}
	.the-main-venuec{
		border:1px solid rgba(14,180,122,1)
	}
    .red-right-arrow-icon,
	.venue-right-arrow-icon{
    	width: 13px!important;
    	height: 12px;
    	margin-left: 4px;
    }
	.my-slide {
		width: 100%;
	}

	.pagination-left-icon,
	.pagination-right-icon {
		top: 62%;
	}

	.pagination-left-icon {
		display: none;
	}

	.pagination-right-icon {
		display: none;
	}

	/* 首页结束 */
	/* 金陀螺奖开始 */
	.registration-vot-img .registration-text-img {
		width: 241px;
	}

	.registration-vot-img .registration-code-img {
		width: 127px;
	}

	.singbtn,
	.gray-singbtn {
		width: 180px;
		height: 30px;
		font-size: 12px;
	}
	.goldtl-schedule-tab {
		float: none;
	}

	.conference-schedule-ul-none {
		padding-bottom: 14px;
	}
	.schedule-ul-wid88 {
		width: 80% !important;
	}
	.schedule-ul-wid85 {
		width: 75% !important;
	}
    .schedule-ul-wid83{
		width: 72% !important;
	}
	.schedule-ul-wid80 {
		width: 72% !important;
	}

	.review-guest-img img {
		width: 219px;
	}
    .new-review-guest-img img{
		width: 113px;
	}
	.guest-subitem-panel {
		width: 60px;
		height: 60px;
	}

	.guest-subitem-bg {
		width: 60px;
		height: 60px;
		background-size: 60px 60px;

	}

	.guest-subitem {
		top: 6px;
		left: 6px;

	}

	.guest-subitem img {
		width: 48px;
		height: 48px;
	}

	.review-guest-mg {
		width: 25%;
	}

	.guest-name {
		font-size: 10px;
	}

	.guest-company,
	.guest-position {
		font-size: 12px;
		font-weight: 300;
	}

	.annual-selection-img img {
		width: 179px;
	}

	.review-rule-text-panel {
		width: 100%;
		font-size: 12px;
	}

	.review-rule-img img,
	.selection-process-title-img img {
		width: 74px;
	}

	.selection-process-img img {
		width: 100%;
	}

	.annual-selection-img {
		padding-bottom: 36px;
	}

	.annual-selection-panel {
		padding: 40px 0 30px 0;
	}
    .annual-selection-panel .container{
		width: 96%;
	}
	/* 弹框 */
	.modal-lg {
		width: 96%;
		margin: 0 auto;
	}

	.tuoluo-form {
		padding: 8px;
	}

	.modal-body {
		margin-top: 8px;
	}

	.common-color {
		min-width: 110px;
		margin: 0 8px 0 0;
		font-weight: 400;
	}

	.form-control {
		font-size: 10px;
		box-shadow: inset 0 0px 0px rgba(0, 0, 0, );
	}

	.main-picture-panel,
	.project-logo-panel {
		display: initial;
	}

	.main-picture-bg img {
		width: 222px;
		height: 120px;
	}

	.project-logo-bg,
	.project-logo-bg img {
		width: 146px;
		height: 146px;
	}

	.main-picture-text-panel,
	.project-logo-text-panel {
		margin-left: 0;
	}

	.main-picture-btn,
	.project-logo-btn {
		margin-top: 10px;
	}

	.goldtl-mobile-sty {
		align-items: flex-start;
	}

	.main-picture-text,
	.project-logo-text {
		margin-top: 8px;
	}

	.voting-rules-panel {
		font-size: 14px;
	}

	.participation-category-subitem {
		width: 50px;
		font-size: 10px;
	}

	/* 协议弹框 */
	.voting-rules .review-rule {
		margin-top: 40px;
	}

	/* 金陀螺奖结束 */
	/* 大会板块开始 */
	.assembly-section-panel {
		padding: 30px 0 100px 0;
	}

	.assembly-section-img img {
		width: 124px;
	}

	.assembly-section-subitem .section-china-name {
		font-size: 16px;
	}

	.assembly-section-subitem .section-detail {
		font-size: 12px;
	}

	.carousel-indicators {
		bottom: -2px;
		margin-bottom: 0;
	}

	.assembly-section-subitem .section-subitem-left {
		width: auto;
		height: 206px;
		text-align: center;
		margin-right: 0;
	}

	.section-subitem-left img,
	.section-subitem-right {
		width: 100%;
	}

	.section-overview-img-panel {
		padding: 57px 0 100px 0;
	}

	.section-overview-title-img {
		padding-bottom: 42px;
	}

	.section-overview-title-img img {
		width: 185px;
	}

	.section-overview-img img {
		width: 100%;
	}

	.assembly-section-subitem {
		padding: 8px 21px;
		display: inherit;
		height: auto;
		
	}

	.section-btn {
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
    /* 大会板块子页面 */
	
	.unity-title-img1 img,
	.unity-title-img2 img{
		width: 103px;
	}
	.unity-title-img1
	{
		margin: 40px auto 26px auto;
	}
	.unity-agenda-title,
	.special-lecturer-title{
		margin: 56px auto 36px auto;
	}
	.unity-agenda-title img{
		width: 79px;
	}
	.special-lecturer-title img{
		width: 203px;
	}
	.unity-title-img2{
		margin: 60px auto 26px auto;
	}
	.mobile-unity-agenda-panel{
		margin-top: 40px;
	}
	.green-paate-unity-text{
		padding: 0 10px;
		font-size: 14px;
		text-align: left;
		
	}
	.paate-unity-text{
		padding: 0 10px;
		font-size: 12px;
		line-height: 24px;
	}
	.unity-code-img-panel{
		margin: 40px 0;
	}
	.unity-code-img-panel img{
		width: 95px;
	}
	/* 大会板块结束 */
	/* 合作伙伴开始 */
	.hzhp-panel {
		padding: 0 0 46px 0;
	}

	.vote_banner img {
		width: 100%;
		height: 84px;
	}

	.media-flex-center {
		display: inherit;
	}

	.media-flex-center img {
		width: 100%;
	}

	.martop40 {
		margin-top: 20px;
	}

	.martop20 {
		margin-top: 0;
	}

	/* 合作媒体 */
	.cooperative-media-panel {
		padding: 0 0 100px 0;
	}

	.martop60 {
		margin-top: 36px;
	}
    .div-media-subitem:not(:nth-child(5n)){
    	margin-right: 11px;
    }
    .div-media-subitem{
    	margin-bottom: 10px;
    }
	/*******主会场ABC样式开始 20191102(手机)*******/
	.venue-a,
	.venue-b,
	.venue-c {
		margin-bottom: 30px;
	}

	.header-bg-panel {
		width: 100%;
		height: 300px;
	}

	.venue-a .header-bg-panel {
		background: url(../img/venue/mobile/mobile_yx_blcok_bg1.png)no-repeat center center;
	}

	.venue-b .header-bg-panel {
		background: url(../img/venue/mobile/mobile_blcok_bg.png)no-repeat center center;
	}

	.venue-c .header-bg-panel {
		background: url(../img/venue/mobile/mobile_vr_blcok_bg.png)no-repeat center center;
	}

	.mint-green-btn-bg {
		width: 110px;
		height: 30px;
		line-height: 30px;
		bottom: 58px;
		font-size: 12px;
		color: rgba(255, 255, 255, 1);
		padding: 0 25px 0 10px;
	}
    .venueb-style{
    	padding: 0 32px 0 28px;
    }
	.countdown-panel {
		width: 360px;
		height: 104px;
		bottom: -72px;
	}

	.countdown-num {
		font-size: 20px;
	}

	.countdown-english {
		font-size: 10px;
	}

	.countdown-line {
		width: 10px;
		height: 2px;
		margin: 0 10px;
	}

	/* 内容块 */
	.block-num-long {
		margin: 62px 0 34px 0;
	}

	.venue-a .block-num-long {
		border-bottom: 1px solid #1ED0FF;
	}

	.venue-b .block-num-long {
		border-bottom: 1px solid #24F9D7;
	}

	.venue-c .block-num-long {
		border-bottom: 1px solid #9BFFD1;
	}

	.num-style,
	.block-title {
		line-height: 38px;
	}

	.num-style {
		font-size: 20px;
	}

	.block-title {
		font-size: 16px;
		padding-left: 4px;
	}

	.block-num-long img {
		width: 18px;
		height: 18px;
	}

	.block-content1 {
		font-size: 12px;
		line-height: 26px;
		margin: 0 0 40px 0;
	}

	.content-panel3 {
		width: 100%;
		height: 248px;
		padding-left: 0;
		padding-right: 0;
	}
	.venue-a .content-panel3{
		width: 100%;
		height: 360px;
	}
	.venue-b .content-panel3{
		width: 100%;
		height: 474px;
	}
    .venue-c .content-panel3{
		width: 100%;
		height: 500px;
	}
	.block-content4 {
		width: 100%;
		height: 164px;
	}

	/*******主会场ABC样式开始 20191102(手机)*******/
	/* 日程总览开始 */
	.schedule-content-panel{
		margin-top: 16px!important;
	}
	.schedule-tab-item:not(:nth-child(3n)){
		margin-right: 0;
	}
	.schedule-content-panel .schedule-tab .schedule-tab-item{
		width: 200px!important;
		font-size: 12px!important;
		height: 30px!important;
		line-height: 30px!important;
		margin: 10px auto 0 auto!important;
	}
	.schedule-content{
		width: 96%!important;
		margin: 0 auto;
	}
	.schedule-title-box{
		    margin: 50px 0 30px 0!important;
	}
	.schedule-title-panel{
		border-bottom: 1px solid rgba(36,240,250,1)!important;
		padding: 0 0 5px 0!important;
	}
	.schedule-title-panel .schedule-title{
		font-size: 16px!important;
		font-weight: 500;
	}
	.schedule-title-img{
		width: 18px;
		height: 18px;
	}
	.schedule-products .main-cont{
		font-size: 12px!important;
	}
	.schedule-qr-code-panel{
		margin: 80px 0 40px 0!important;
	}
	.schedule-qr-code{
		width: 95px;
	}
	.schedules-tips{
		font-size: 14px!important;
		padding-top: 4px!important;
	}
	/* 日程总览 */
	.schedule-content-panel .schedule-tab .schedule-tab-item{
		width: 280px!important;
		height: 40px!important;
		line-height: 40px!important;
	}
	/* 日程总览结束 */
	/***********大会新闻开始(767)(201910203)***********/
	.con-news-title{
		margin: 36px auto 29px auto;
	}
	.con-news-title img{
		width: 95px;
	}
	
	.con-news-content{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.con-news-left{
		width: 100%;
	}
	.news-left-img{
		height:211px;
	}
	.news-left-time{
		width: 110px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		left: 16px;
	}
	.news-left-content-box{
		width: 100%;
	}
	.news-left-content-title{
		font-size: 14px;
		margin: 34px 0 16px 0;
	}
	.news-left-content{
		font-size: 12px;
	}
	.con-news-right,.con-news-right-bottom{
		margin-top: 20px;
	}
	.con-news-right{
		width: 100%;
	}
	.news-right-content{
		font-size: 14px;
	}
	.select-more-content{
		width: 100%;
		margin-top: 18px;
		padding: 0 13px 8px 0;
	}
	.golden-gyro-award{
		margin: 38px auto 60px auto;
	}
	/* 大会新闻详情页 */
	.current-page{
		font-size: 12px;
		margin: 10px 0 20px 0;
	}
	.news-detail-page-title{
		font-size: 18px;
		padding: 0 0 2px 0;
		margin-bottom: 24px;
	}
	.news-detail-box{
		padding: 0 0 0 0px;
	}
	.news-detail-box:not(:last-child){
		margin-bottom: 16px;
	}
	.news-detail-time-date{
		font-size: 18px;
		line-height: 24px;
	}
	.news-detail-time-years{
		font-size:14px;
	}
	.news-detail-content-panel{
		margin-left: 16px;
	}
	.news-detail-content-title{
		font-size: 14px;
	}
	.news-detail-content{
		font-size: 12px;
		margin-top: 6px;
	}
	.news-detail-pagination{
		margin: 24px 0 40px 0;
	}
	/* 分页 */
	.news-detail-pagination{
		display: block;
	}
	.news-detail-pagination ul{
		padding-left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
    .news-detail-pagination ul .prev, 
	.news-detail-pagination ul .next,
	.news-detail-pagination ul .page,
	.news-detail-pagination .page-size-ipt,
	.news-detail-pagination .jump-span{
		height: 26px;
		line-height: 26px;
	}
	.news-detail-pagination ul li{
		margin-right: 10px;
	}
	.page-size-ipt{
		margin: 0 6px 0 10px;
	}
	.news-detail-pagination ul li a{
		padding: 0 9px;
	}
	#paginator-message{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
	}
	
	/***********大会新闻结束(767)(201910203)***********/
}

@media screen and (min-width: 768px) and (max-width: 1320px) {

	/*奖项适配*/
	.prize-nav {
		width: 566px;
		margin: 0 auto;
	}

	.prize-sunitem-panel {
		float: left;
		width: 130px;
		border-bottom: 5px solid transparent;
		padding: 0 0 30px 0;
	}

	.navactive {
		border-bottom: 5px solid #DCA957;
	}

	.prize-sunitem-mg {
		margin-left: 15px;
	}

	.prize-panel .prize-sunitem {
		float: left;
		width: 130px;
		height: 54px;
		font-size: 18px;
		line-height: 54px;
	}

	.goldtl-main-img ul {
		padding: 0;
	}

	.prize-content {
		width: 100%;
		margin: 0 auto;
	}

	.prize-content li img {
		width: 100%;
		height: 100%;
	}

	/*******主会场ABC样式开始 20191102(ipad)*******/
	.venue-a,
	.venue-b,
	.venue-c {
		margin-bottom: 30px;
	}

	.header-bg-panel {
		width: 100%;
		height: 500px;
	}

	.mint-green-btn-bg {
		width: 215px;
		height: 46px;
		line-height: 46px;
		bottom: 70px;
		font-size: 22px;
	}

	.countdown-panel {
		width: 576px;
		height: 160px;
		bottom: -130px;
	}

	.countdown-num {
		font-size: 34px;
	}

	.countdown-english {
		font-size: 20px;
	}

	.countdown-line {
		width: 16px;
		height: 2px;
		margin: 0 14px;
	}

	/* 内容块 */
	.block-num-long {
		margin: 100px 0 60px 0;
	}

	.venue-a .block-num-long {
		border-bottom: 2px solid #1ED0FF;
	}

	.venue-b .block-num-long {
		border-bottom: 2px solid #24F9D7;
	}

	.venue-c .block-num-long {
		border-bottom: 2px solid #9BFFD1;
	}

	.num-style,
	.block-title {
		line-height: 58px;
	}

	.num-style {
		font-size: 36px;
	}

	.block-title {
		font-size: 28px;
		padding-left: 8px;
	}

	.block-num-long img {
		width: 28px;
		height: 28px;
	}

	.block-content1 {
		font-size: 18px;
		line-height: 30px;
		margin: 0 0 40px 0;
	}

	/* .content-panel2 {
		margin-top: 100px;
	} */

	.content-panel3 {
		width: 100%;
		height: 416px;
	}
	.venue-a .content-panel3{
		height: 742px;
	}
	.venue-b .content-panel3{
		height: 962px;
	}
   .venue-c .content-panel3{
	   height: 942px;
   }
	.block-content4 {
		width: 100%;
		height: 236px;
	}

	/*******主会场ABC样式开始 20191102(ipad)*******/
	/* 大会板块子页面 */
	.paate-unity-text{
		max-width: 757px;
	}
	.pc-unity-agenda-panel img,
	.pc-special-lecturer-panel img{
		width: 767px;
		margin: 0 auto;
	}
	/* 合作媒体 */
	.div-media-subitem:not(:nth-child(5n)){
		margin-right: 10px;
	}
	.media-img{
		width: 142px;
		height: 55px;
	}
	/* 日程总览 */
	.schedule-content{
		width: 96%!important;
	}
	.schedule-tab-item:not(:nth-child(3n)){
		margin-right: 0;
	}
	.schedule-tab-item:not(:nth-child(2n)){
		margin-right: 70px;
	}
	/* 大会新闻开始 */
	.news-left-time{
		height: 40px;
		line-height: 40px;
	}
	.con-news-left{
		width: 430px;
	}
	.news-left-img{
		height: 252px;
	}
	.news-left-content-box{
		width: 423px;
	}
	.news-left-content{
		line-height: 24px;
	}
	.con-news-right{
		width: 308px;
	}
	.news-right-img{
		height: 181px;
	}
	
	.news-right-content{
		margin-top: 30px;
	}
	.con-news-right-bottom{
		margin-top: 12px;
	}
	.golden-gyro-award{
		margin: 38px 0 120px 0;
	}
	/* 大会新闻结束 */
}

@media screen and (max-width: 1023px) {

	/*导航*/
	.samll-size_img {
		width: 50px;
	}

	.nav-center ul {
		float: right;
		margin-left: 0;
	}

	.nav-center>ul>li>.drop-nav {
		float: right;
	}

	.nav-center>ul>li>.drop-nav li {
		width: 132px;
	}

	.nav-center>ul>li>.drop-nav {
		width: 132px;
		left: -40px;
	}

	.container-fluid .nav-center ul li {
		height: 40px;
		background-color: rgba(0, 0, 0, 0.80);
	}

	.container-fluid .nav-center>ul>li>a {
		height: 40px;
		line-height: 40px;
	}

	.our-client-item .cus-img {
		height: 157px;
	}

	.nav-center>ul>li>.drop-nav li a {
		width: 132px;
	}

	/* 大会新闻 */
}

/* 20190830更新 */
@media screen and (min-width: 768px)and (max-width: 1200px) {

	/* 导航 */
	.logo-img {
		width: 90px;
		margin: 12px 0 0 0;
	}

	.nav-center ul {
		float: left;
	}

	.nav-center ul li {
		width: 72px;
		height: 60px !important;
	}

	.container-fluid .nav-center>ul>li>a {
		height: 60px;
		line-height: 60px;
	}

	.nav-center>ul>li>.drop-nav li {
		width: 92px;
		height: 45px !important;
	}

	.nav-center>ul>li>.drop-nav li a {
		width: 92px;
		font-size: 10px;
	}

	/* 公共 */
	.to_top_btn {
		right: 10px !important;
	}

	.activity-countdown,
	.review-rule-text-panel,
	.selection-process-img img {
		width: 738px;
	}

	/* 首页 */

	.conference-schedule-text {
		font-size: 18px;
	}

	.vote_des {
		padding: 53px 0 46px 0;
	}

	/* 金陀螺奖 */
	.review-guest-mg {
		width: 25%;
	}

	.review-rule-panel {
		padding: 57px 0 100px 0;
	}

	/* 大会板块 */
	.section-overview-img img {
		width: 768px;
	}

	/* 合作伙伴 */
	.media-flex-center img {
		width: 720px;
	}



}
@media screen and (min-width: 414px)and (max-width: 767px){
	.media-img{
		width: 70px;
		height: 27px;
	}
	
}
@media screen and (min-width: 375px)and (max-width: 413px){

	.media-img{
		width: 63px;
		height: 25px;
	}
    .view-full-agenda{
    	margin: 15px auto 0 auto;
    }
}
@media screen and (min-width: 360px)and (max-width: 374px){
	/* 横线标题 */
	.conference-schedule-tab ul{
		width: 83%;
	}
	.schedule-ul-wid88{
		width: 79%!important;
	}
	.schedule-ul-wid83{
		width: 71%!important;
	}
	/* 合作媒体 */
	.media-img{
		width: 60px;
		height: 23px;
	}
	.view-full-agenda{
		margin: 18px auto 0 auto;
	}
}
@media screen and (min-width: 320px)and (max-width: 359px) {

	/* 20190829更新 */
	.view-full-agenda{
		margin: 30px auto 0 auto;
	}
	.registration-vot-img img {
		width: 310px;
	}

	.conference-schedule-tab ul {
		width: 81%;
	}
    .schedule-ul-wid88{
		width: 77% !important;
	}
	.schedule-ul-wid85 {
		width: 72% !important;
	}
    .schedule-ul-wid83{
		width: 68% !important;
	}
	.schedule-ul-wid80 {
		width: 66% !important;
	}

	.annual-selection-panel .conference-schedule-tab ul li {
		margin-left: 20px;
	}

	.assembly-section-subitem {
		padding: 8px;
	}



	/* 主会场ABC样式开始 */
	.countdown-panel {
		width: 320px;
		height: 104px;
		bottom: -72px;
	}
	.num-style{
		font-size: 18px;
	}
    .block-title{
		font-size: 14px;
	}
	/* 主会场ABC样式结束 */
	/* 媒体 */
	.div-media-subitem:not(:nth-child(5n)){
		margin-right: 1px;
	}
	/* 合作媒体 */
	.media-img{
		width: 60px;
		height: 23px;
	}
	.mobile-unity-agenda-panel img,
	.mobile-special-lecturer-panel img{
		width: 310px;
		margin: 0 auto;
	}
	.conference-schedule-tab ul li{
		font-size: 10px;
	}
	.assembly-section-subitem .section-subitem-left{
		margin: 0 auto;
	}
	.assembly-section-subitem .section-subitem-left {
		width: 275px;
		height: 195px;
	}
	.assembly-section-subitem .section-subitem-left img{
		width: 100%;
		height: 100%;
	}
	/* 日程总览开始 */
	.schedule-tab-item:not(:nth-child(3n)){
		margin-right: 0;
	}
	.schedule-content-panel .schedule-tab .schedule-tab-item{
		margin: 10px auto 0 auto!important;
	}
	/* 日程总览结束 */
}
/* 超大屏适配 */
@media (min-width: 1200px){
    /* 内容 */
	.container{
		width: 1080px;
	}
	/* 导航 */
	.navbar-inverse .container{
		width: 1170px;
	}
}

@media screen and (min-width: 1921px) {
	.mint-green-btn-bg{
		bottom: 200px;
	}
}