@charset "utf-8";
/* 公共样式 */
/* CSS Document Yahoo(YUI) CSS Reset*/
html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
p {
	max-height: 999999px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
	padding: 0;
	margin: 0 auto;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
}
/* 通用容器 */
.wrapper {
	clear: both;
	overflow: hidden;
	width: 100%
}
/* CSS Document My CSS Reset*/
body {
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #535353;
    overflow-x: hidden;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.subnavi_d{
	display: block;
	text-align: center;
	overflow: hidden;
}
.subnavi_d a{
    display: inline-block;
    margin: 0 5px;
    padding: 0 25px;
    background: #feed9f;
    color: orangered;
    font-size: 18px;
    line-height: 38px;
    border-radius: 20px;
    text-decoration: none;
    overflow: hidden;
    font-weight: 600;
    height: 40px;
    white-space: nowrap;
}
.subnavi_d a.active{
    background: linear-gradient(45deg, #ff9800, #feed9f);
    color: #19256d;
}
.subnavi{
	display: block;
	position: fixed;
	top:100px;
	right:0;
	width: 41px;
	text-align: center;
	overflow: hidden;
	z-index:999999;
}
.subnavi a{
	float:right;
	display: block;
	margin: 0 0 5px 0;
	padding: 10px;
	width:36px;
    background: url(../images/nav.png) no-repeat -20px;
    color: #feed9f;
	font-size:16px;
	line-height: 20px;
	border-radius: 5px 0 0 5px;
	text-decoration: none;
	overflow: hidden;
	transition: all 0.5s;
	box-shadow: 0 3px 3px #0d271c;
}
.subnavi a:hover{
	padding-right:15px;
	width:41px;
}
.subnavi a.active{
	background:#ff9800;
	color: #fff;
}
/* 常用css定义*/
.clear {
	clear: both;
	height: 0px;
	width: 100%;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
	overflow: hidden;
}
/*浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 颜色*/
.cWhite {
	color: #FFF;
}
.cGray1 {
	color: #562d11;
}
.cGray2 {
	color: #666;
}
.cGray3 {
	color: #999999;
}
.cGray4 {
	color: #cccccc;
}
.cGray5 {
	color: #707070;
}
.cGray6 {
	color: #959595;
}
.cViolet {
	color: #88589e;
}
.cGreen {
	color: #00ff00;
}
.cRed {
	color: #da251c;
}
.cOrange {
	color: #ff4400;
}
.cBlue {
	color: #0e6cae;
}
.cBlack {
	color: #000;
}
.cGreen1 {
	color: #14b12c;
}
/*不能自动换行，超出宽度能变成...，并隐藏*/
.toe {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/* 宽、高 */
.w1100 {
	width: 80vw;
	margin: 0 auto;
}
/* 内/外边距定义*/
.mt50 {
	margin-top: 50px;
}
/*头部*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}
a {
	text-decoration: none;
}
html,body {
	width: 100vw;
	position: relative;
}
.top {
	width: 100vw;
	height: auto;
	position: relative;
	overflow: hidden;
	animation: top .8s ease-out;
	-webkit-animation: top .8s ease-out;
	-moz-animation: top .8s ease-out;
	-o-animation: top .8s ease-out;
    overflow-x: hidden;
}
.topmain {
	position: relative;
	width:100vw;
	margin: 0 auto;
	/* min-height:100vh; */
	background:url(/themes/poll/bc26/images/banner.jpg) no-repeat 0 0;
	background-size:100% 100%;
	z-index: 111;
	overflow: hidden;
}
.topmain h1 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 800px;
	padding: 30px;
	line-height: 50px;
	text-align: center;
	margin-left: -400px;
	color: #fff;
	font-size: 24px;
	overflow: hidden;
}
.topmain .partner_12{
	display: block;
	width:100vw;
	padding: 2vw 0;
	text-align: center;
	white-space: nowrap;
	transition: all 0.5s;
	font-size:16px;
    color: #f9de8a;
}
.topmain .partner_34{
	display: block;
	box-sizing: border-box;
	padding: 2vw 0;
	width:100vw;
	text-align: center;
	white-space: nowrap;
	transition: all 0.5s;
	overflow: hidden;
    color: #f9de8a;
}
.topmain .partner_34 span,
.topmain .partner_34 a{
	margin:0 5px;
}
.topmain .partner_12 img,
.topmain .partner_34 img{
	height: 6vw;
    min-height: 20px;
	max-height: 80px;
}
.topmain .partner_34 .progressing {
	display: block;
	margin:0 auto;
	text-align: center;
	aspect-ratio: 8/1;
	color:#fff;
	background-size: 40vw auto !important;
    box-sizing: border-box;
	padding:0 1.68vw;
}
.topmain .partner_34 .progressing .a{
	color: #ffc107;
}
.topmain .partner_34 .progressing li{
	display: inline-block;
	margin:0 3vw;
	text-align: center;
	white-space: nowrap;
	background:url(../images/nav.png) no-repeat center;
	background-size: 100%;
	width:6.4vw;
	height:8vw;
	overflow: hidden;
}
.topmain .partner_34 .progressing li span{
	display: block;
	font-size: 1vw;
	line-height: 2.5em;
	height:3em;
	text-align: left;
    padding-left: 0.5em;
	white-space: nowrap;
	color: #f9de8a;
}
.topmain .partner_34 .progressing li strong{
	display: block;
	margin:0;
	font-size: 1.2vw;
	line-height: 2em;
	height:2em;
	font-weight: 600;
	white-space: nowrap;
}
#marquee{
	display: block;
	width: 100%;
	height:242px;
	overflow: hidden;
}
.logo h3 {
	width: 96px;
	margin: 0 auto;
}
.logo nav {
	/*width: 700px;*/
	/*width: 585px;*/
	margin-top: 7px;
	text-align: center;
}
.logo a img {
	margin-right: 10px;
	height: 55px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	border-radius: 5px;
}
.theme {
	display: block;
	margin: 0 auto;
	position: relative;
	width:100vw;
	box-sizing: border-box;
	padding: 5vw 0;
	animation: theme .8s ease-out;
	-webkit-animation: theme .8s ease-out;
	-moz-animation: theme .8s ease-out;
	-o-animation: theme .8s ease-out;
	text-align: center;
}
.theme img {
	max-width:100vw;
	max-height: 85vh;
}
#banner{
	z-index: 9999;
}
#light,
#lighter,
#sunshine{
	position: absolute;
	top:0;
	width: 100vw;
	z-index:-1;
}
#light{
	left:0;
	object-fit: cover;
	transition: all 0.3s ease;
	animation: fancyFade 3s ease-in-out infinite;
}
@keyframes fancyFade {
	0% {
		opacity: 1;
		filter: brightness(1);
	}
	38% {
		opacity: 0.3;
		filter: brightness(0.8);
	}
	62% {
		opacity: 1;
		filter: brightness(1);
	}
}
#lighter{
	right:0;
	/* top:calc(100vh - 45vw); */
	bottom:0;
	object-fit: cover;
	rotate: 180deg;
	transition: all 0.3s ease;
	animation: fancyFading 9s ease-in-out infinite;
	opacity: 0.38;
}
@keyframes fancyFading {
	0% {
		opacity: 0.38;
		filter: brightness(0.62);
	}
	38% {
		opacity: 0.8;
		filter: brightness(0.8);
	}
	62% {
		opacity: 0.38;
		filter: brightness(0.62);
	}
}
#sunshine{
	left:0;
	height:100%;
	object-fit: cover;
	transition: all 0.3s ease;
	animation: fancyFader 7s ease-in-out infinite;
}
@keyframes fancyFader {
	0% {
		opacity: 1;
		filter: brightness(1);
	}
	38% {
		opacity: 0.6;
		filter: brightness(0.85);
	}
	62% {
		opacity: 1;
		filter: brightness(1);
	}
}
@keyframes theme {
	from {
		margin-top: -290px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
.m_t{
	margin-top: 8vw !important;
}
.lc {
	display: block;
	height: 60px;
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
	background: #feed9f;
	animation: lc 1.1s ease-out;
	-webkit-animation: lc 1.1s ease-out;
	-moz-animation: lc 1.1s ease-out;
	-o-animation: lc 1.1s ease-out;
	border-radius: 30px;
	overflow: hidden;
	z-index: 9999;
}

.lc_sub {
	width: 96%;
}

@keyframes lc {
	from {
		left: 275px;
		top: 700px;
		opacity: 0;
	}
	to {
		left: 107px;
		top: 600px;
		opacity: 1;
	}
}


/*尾部*/

footer h4 {
	font-size: 21px;
	font-weight: bold;
	color: #feed9f;
	letter-spacing: 1px;
}

footer p {
	color: #feed9f;
	font-size: 14px;
	line-height: 26px;
}

footer h3 {
	margin-top: 15px;
	line-height: 33px;
	color: #feed9f;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
}
/*2017-4-18*/
.partner h4 {
	color: #d29c5d;
	font-size: 30px;
	text-align: center;
	padding-top: 53px;
	line-height: 32px;
	letter-spacing: 1px;
}

.partner {
	position: relative;
	overflow: hidden;
}

.partner-lis {
	margin: 44px auto 0;
}

.partner-lis ul {
	width: 100%;
}

.partner-lis ul li {
	display: block;
	height: 88px;
	float: left;
	margin: 0 15px 15px 0;
}

.partner-lis ul li a {
	height: 88px;
	display: block;
	background: #fff6e3;
	border-radius: 10px;
}

.b-l {
	border-left: 0 !important;
}

.b-r {
	border-right: 0 !important;
}

.z9 {
	position: absolute;
	left: 50%;
	margin-left: -24px;
}
.pollinfo{
	display: block;
	margin:0;
	width:100%;
}
.pollinfo h2{
	color: #fff;
	line-height: 30px;
	margin-bottom: 5px;
}
.pollinfo p{
	color: #999;
	line-height: 25px;
	margin-bottom: 10px;
}
.pollinfo td{
	color: #fff;
	border: #eeeeed;
}
.banner{
	position: relative;
	margin: 0 auto;
	width: 100vw;
	height: auto;

}
.banner ul,.banner ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.banner ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100vw;
	max-width: 1100px;
	max-height: 640px;
	text-align: center;
}
.banner ul li img{
	max-width: 100vw;
	max-height: 100vw;
	height: auto;
}
.banner ol.dots{
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	width:100%;
	height: 30px;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
}
.banner .dots .dot{
	display: inline-block;
	margin: 0 3px;
	width: 6px;
	height: 6px;
	background: #fff;
	line-height: 30px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #789;
	overflow: hidden;
}
.banner .dots .dot.active{
	background: #FF9727;
	width: 30px;
}
#sharetip{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	text-align: center;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
}
#sharetip img{
	width: 100%;
	margin: 0 auto;
}
.qrcode{
	display: block;
	width: 200px;
	height: 200px;
	padding: 10px;
	background: #fff;
}
#sharetip .qrcode{
	position: absolute;
	left: 50vw;
	top: 30vh;
	margin-left:-100px;
}
.panel img {
	max-width: 100%;
}
.boxes{
	display: block;
	background: url(../images/box.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
@media only screen and (min-width: 1680px) {
	.w1100,
	.lc{
		max-width: 62vw;
	}
}
@media only screen and (min-width: 1000px) {
	.w1100,
	.lc{
		max-width: 62vw;
	}
	.top2{
		margin-top:30px;
	}
}
@media only screen and (max-width: 1000px) {
	.topmain .partner_34 .progressing li{
		width: 16vw;
		height:20vw;
    	border-radius: 2vw;
	}
	.topmain .partner_34 .progressing li span{
		font-size:2vw;
	}
	.topmain .partner_34 .progressing li strong{
		font-size:3vw;
	}
	.top2{
		margin:0 4vw;
	}
}
@media only screen and (max-width: 768px) {
	#lighter{
		top: 49vw;
	}
	.w1100{
		width: 94vw !important;
		max-width: 94vw !important;
		min-width: 94vw !important;
	}
	.w1100 .banner li,
	.w1100 .banner li img{
		max-width:94vw;
	}
	.bg_left,.bg_right{
		background-size: 30vw 80vw !important;
	}
	body{
		padding-bottom: 4rem;
		background-size:110% 50vh;
	}
	.topmain h1 {
		position: relative;
		width: 90%;
		left: 0;
		padding: 30px 5%;
		line-height: 2rem;
		text-align: center;
		margin: 0 auto;
		color: #fff;
		font-size: 24px;
		overflow: hidden;
		font-size: 1.5rem;
	}
	.sponsor-content {
		padding: 0 1rem !important;
		overflow: hidden;
	}
	.sponsor-content > div{
		padding: 2rem !important;
	}
	.sponsor-tit-img{
		border-radius: 10px !important;
		margin:-8vw auto 10px 0 !important;
		padding-top:5px;
		float: none !important;
	}
	.lc .navbar-form{
		padding: 5px 5% 10px;
		margin: 0 auto;
		border-bottom: 1px solid #BF9348;
		width: 100%;
	}
	.lc .navbar-form div{
		width: 100% !important;
	}
	.input-group-btn{
		height: 36px !important;
		line-height: 36px;
		width: 40px !important;
	}
	.pollinfo td{
		font-size: 1.6rem;
	}
	.banner,.banner ul li{
		width: 100vw !important;
	}
}
@media only screen and (max-width:550px) {
	.subnavi_d a {
		margin: 0 2px;
		padding: 0 15px;
		font-size: 14px;
		line-height: 28px;
		border-radius: 15px;
		height: 30px;
	}
	.topmain .partner_34 .progressing li span{
		font-size:10px;
	}
	.topmain .partner_34 .progressing li strong{
		font-size: 14px;
	}
	.topmain .partner_34 img{
		max-height:8vw;
        max-width: 62vw;
	}
	.boxes .boxer .info{
		border-radius:0 16px 16px 16px !important;
	}
}