@charset "gb2312";

/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
option,
textarea,
optgroup {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	color: inherit;
	outline: none;
}

html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}

@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}

body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 1.8rem;
}

form {
	display: inline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

input,
img {
	vertical-align: middle
}

ol,
ul {
	list-style: none
}

em,
i {
	font-style: normal
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

textarea {
	resize: none
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- header Style ---- */
.header_coat {
	background: url(http://www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 1.5rem;
	overflow: hidden;
	width: 100%;
}

.header {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	height: 1.5rem;
}

.header img {
	height: 100%;
	width: auto;
}

.header .link {
	float: right;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
}

.header .link a {
	color: #333;
	margin: 0 0.3rem;
}

@media (max-width:414px) {
	.header_coat {
		display: none;
	}

	.header .link {
		display: none;
	}
}

/* ---- banner Style ---- */
.bannerBox {
	width: 100%;
	height: auto;
	background: url(../img/banner_bg.jpg) center center repeat-x;
	background-size: 100% 100%;
}

.banner_mar {
	margin-bottom: 5%;
}

.banner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.banner img.b {
	width: 100%;
	height: auto;
}

.banner .time {
	display: none;
	position: absolute;
	left: 0;
	top: 62%;
	width: 100%;
	text-align: center;
	line-height: 1rem;
	font-style: 0.9rem;
	color: #c10000;
	text-shadow: 0 0 0.2rem #fffcf9;
}

.menu {
	background: url(../img/menu_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;
	padding: 1.1rem 14.4rem 1.2rem 4.3rem;
	position: relative;
}

.menu ul {
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.menu ul li {
	width: 35.55%;
	border: 0.2rem solid #c10000;
	background: #fee9b0;
	box-shadow: inset 0 0 0.7rem rgba(234, 177, 77, 0.59);
	height: 5rem;
	position: relative;
}

.menu ul li:first-of-type {
	width: 25.55%;
}

.menu ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 1.1rem;
	color: #b71212;
}

.menu ul li::before,
.menu ul li::after,
.menu ul li a::before,
.menu ul li a::after {
	content: "";
	position: absolute;
	width: 0.9rem;
	height: 0.95rem;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.menu ul li::before {
	background-image: url(../img/menu_lt.png);
	left: 0.3rem;
	top: 0.3rem;
}

.menu ul li::after {
	background-image: url(../img/menu_rt.png);
	right: 0.3rem;
	top: 0.3rem;
}

.menu ul li a::before {
	background-image: url(../img/menu_lb.png);
	left: 0.3rem;
	bottom: 0.3rem;
}

.menu ul li a::after {
	background-image: url(../img/menu_rb.png);
	right: 0.3rem;
	bottom: 0.3rem;
}

.menu ul li a img {
	width: auto;
	height: 1.6rem;
	margin-right: 0.4rem;
}

.menu .time {
	position: absolute;
	right: 4rem;
	top: 1.6rem;
	width: 10rem;
}

.menu .time h1 {
	line-height: 2.1rem;
	height: 2.1rem;
	font-size: 1.4rem;
	color: #bf010a;
	font-weight: normal;
}

.menu .time p {
	border: 0.1rem solid #c10000;
	line-height: 1.4rem;
	text-align: center;
	font-size: 0.9rem;
	color: #bf010a;
}

.menu .time p span {
	display: none;
}

@media (max-width:2000px) {
	.bannerBox {
		background-size: auto 100%;
	}
}

@media (max-width:768px) {
	.banner .time {
		display: block;
	}

	.menu {
		padding: 1rem 5.6% 1.2rem 5.6%;
		margin-top: 2rem;
	}

	.menu ul li {
		height: 3rem;
	}

	.menu ul li a {
		font-size: 1rem;
	}

	.menu .time {
		display: none;
	}
}

@media (max-width:580px) {
	.menu ul li a img {
		display: none;
	}
}

/* ---- mainBox Style ---- */
.mainBox {
	border: 0.1rem solid #154d7b;
	padding: 2.6rem 2.25% 3.5rem;
	background: #fff6e8;
	margin-bottom: 4.3rem;
	position: relative;
}

.mainBox::before,
.mainBox::after,
.mainBox i.bg {
	position: absolute;
}

.mainBox::before,
.mainBox::after {
	content: "";
	top: 0.6rem;
	width: 4.9rem;
	height: 4.9rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.mainBox::before {
	left: 0.6rem;
	background-image: url(../img/main_lt.png);
}

.mainBox::after {
	right: 0.6rem;
	background-image: url(../img/main_rt.png);
}

.mainBox i.bg {
	bottom: 0.4rem;
	left: 0;
	height: 1.9rem;
	width: 100%;
	border-top: 0.1rem solid #2d5e87;
	border-bottom: 0.1rem solid #2d5e87;
	background: url(../img/main_b.png) center center repeat-x;
	background-size: auto 76.47%;
}

@media (max-width:768px) {
	.mainBox {
		padding: 2rem 2.25% 2.6rem;
		margin-bottom: 3rem;
	}

	.mainBox::before,
	.mainBox::after {
		content: "";
		top: 0.6rem;
		width: 3rem;
		height: 3rem;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}

	.mainBox i.bg {
		bottom: 0.3rem;
		height: 1.2rem;
	}
}

@media (max-width:414px) {
	.mainBox {
		margin-bottom: 2.4rem;
	}

}

/* ---- introBox Style ---- */
.introBox {
	overflow: hidden;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: left;
	align-content: center;
	padding: 0 1rem;
}

.introBox img.htit {
	float: left;
	height: 6.5rem;
}

.introBox p {
	line-height: 1.9rem;
	font-style: 0.9rem;
	color: #0e3250;
	text-indent: 2em;
	position: relative;
}

.introBox p a {
	color: #db2120;
}

.introBox p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5rem;
	height: 1rem;
	width: 0.3rem;
	background: #c10000;
}

@media (max-width:768px) {
	.introBox {
		overflow: hidden;
		display: flex;
		justify-content: space-evenly;
		align-items: flex-start;
		align-content: flex-start;
		padding: 0 1rem;
	}

	.introBox img.htit {
		height: 5rem;
	}
}

@media (max-width:580px) {
	.introBox {
		display: block;
		justify-content: unset;
		align-items: unset;
		text-align: left;
		align-content: unset;
		line-height: 0;
	}

	.introBox img.htit {
		float: left;
		height: 4rem;
		margin: 0 1rem 0 0;
	}

	.introBox p {
		line-height: 1.6rem;
		font-style: 1rem;
	}

	.introBox p::before {
		display: none;
	}
}

@media (max-width:414px) {
	.introBox p {
		line-height: 1.8rem;
		font-style: 1.2rem;
	}

}

/* ---- ruleBox Style ---- */
.ruleBox {
	overflow: hidden;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: left;
	align-content: center;
	padding: 1.2rem 1rem;
	border: 0.6rem solid #0e3250;
	background: #fff;
	margin-top: 2rem;
}

.ruleBox img.htit {
	float: right;
	height: 6.7rem;
	margin-left: 2rem;
}

.ruleBox img.htit_yin {
	display: none;
}

.ruleBox p {
	line-height: 1.9rem;
	font-style: 0.9rem;
	color: #0e3250;
	text-indent: 2em;
	position: relative;
}

.ruleBox p a {
	color: #db2120;
}

.ruleBox p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5rem;
	height: 1rem;
	width: 0.3rem;
	background: #c10000;
}

@media (max-width:768px) {
	.ruleBox {
		overflow: hidden;
		display: flex;
		justify-content: space-evenly;
		align-items: flex-start;
		align-content: flex-start;
		padding: 1.2rem 1rem;
		border: 0.2rem solid #0e3250;
		background: #fff;
		margin-top: 1rem;
		border-radius: 0.3rem;
	}

	.ruleBox img.htit {
		height: 5rem;
	}
}

@media (max-width:580px) {
	.ruleBox {
		display: block;
		justify-content: unset;
		align-items: unset;
		text-align: left;
		align-content: unset;
		line-height: 0;
	}

	.ruleBox img.htit {
		display: none;
	}

	.ruleBox img.htit_yin {
		display: inline;
		float: right;
		height: 4.5rem;
		margin-left: 1rem;
	}

	.ruleBox p {
		line-height: 1.6rem;
		font-style: 1rem;
	}
}

@media (max-width:414px) {
	.ruleBox p {
		line-height: 1.8rem;
		font-style: 1.2rem;
	}

}

/* ---- container Style ---- */
.celebrityTitle {
	position: absolute;
	top: -2.15rem;
	left: 0;
	height: 4.2rem;
	width: 100%;
	line-height: 0;
	text-align: center;
}

.celebrityTitle img {
	width: auto;
	height: 100%;
}

.celebrityList {
	padding: 1.6rem 1% 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}

.celebrityList li {
	width: 31.5%;
	padding: 0.45rem 0.45rem 0rem;
	background: #0e3250;
	border-bottom: 0.4rem solid #c10000;
	margin-bottom: 1.2rem;
	position: relative;
	overflow: hidden;
}

.celebrityList li .pic {
	width: 100%;
	background: #154d7b;
	overflow: hidden;
	margin-bottom: 0.2rem;
}

.celebrityList li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.celebrityList li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.celebrityList li h2 {
	height: 2.9rem;
	line-height: 1.3rem;
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.celebrityList li h2 input{
	margin-right: 0.6rem;
}
.celebrityList li h2 span {
	display: inline-block;
	margin: 0 0.6rem;
}

.celebrityList li button.btn {
	display: block;
	margin: 0 auto 0.7rem;
	width: 10rem;
	text-align: center;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.2rem;
	color: #fff;
	border: none;
	outline: none;
	background: url(../img/list_btn.png) no-repeat;
	background-size: 100% 100%;
}

.celebrityList li a.more {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0.45rem;
	left: 1rem;
	width: 3.4rem;
	height: 2.3rem;
	padding-bottom: 0.7rem;
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.79);
	text-align: center;
	text-decoration: underline;
	background: url(../img/list_more.png) no-repeat;
	background-size: 100% 100%;
}
button.total_btn {
	display: block;
	margin: 0 auto 0.7rem;
	width: 14rem;
	text-align: center;
	height: 3rem;
	border-radius: 1.5rem;
	line-height: 3rem;
	font-size: 1.4rem;
	color: #fff;
	border: none;
	outline: none;
	background: url(../img/list_btn.png) no-repeat #0e3250;
	background-size: 100% 100%;
}
@media (max-width:1024px) {
	.celebrityList li a.more {
		width: 4rem;
		font-size: 0.8rem;
	}
}

@media (max-width:768px) {
	.celebrityTitle {
		top: -1.55rem;
		height: 3rem;
	}

	.celebrityList {
		padding-top: 0.8rem;
	}

	.celebrityList li {
		width: 48%;
	}

}

@media (max-width:414px) {
	.celebrityTitle {
		top: -1.25rem;
		height: 2.4rem;
	}

	.celebrityList {
		padding-top: 0.5rem;
	}

	.celebrityList li {
		padding: 0.2rem 0.2rem 0rem;
		border-bottom: 0.2rem solid #c10000;
		margin-bottom: 1rem;
	}

	.celebrityList li a.more {
		display: none;
	}

	.celebrityList li button.btn {
		width: 7.4rem;
		height: 2rem;
		line-height: 2rem;
		font-size: 1rem;
		margin-bottom: 0.4rem;
	}
}
/* ---- container Style ---- */
button.totop{
	position: fixed;
	bottom: 2rem;
	left: 50%;
	margin-left: 620px;
	width: 3em;
	height: 3rem;
	background: url(../img/totop.png) no-repeat #eae6e0;
	background-size: 100% 100%;
	border: none;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
}
@media (max-width:1360px) {
	button.totop{
		left: auto;
		right: 0.6rem;
		margin-left: 0;
		opacity: 0.8;
	}
}
/* ---- content Style ---- */
.conentTitle{
	width: 96%;
	border-bottom:1px dotted #a09f9f;
	padding:0 0 1.2rem;
    margin:0 auto 1.5rem;
}
.conentTitle h1{
	margin-top: 1.5rem;
	line-height:2.3rem;
	font-size:1.9rem;
	padding:0.3rem 0;
	color:#333;
	text-align: center;
	font-weight: normal;
    margin-bottom: 1%;
}
.conentTitle h2{
	min-height:2.2rem;
	line-height:1.4rem;
	font-size:1rem;
	padding:0.4rem 0;
	color:#333;
	font-weight: normal;
    text-align: center;
}
.conentTitle h3{
	margin-top: 1rem;
	min-height:2.1rem;
	line-height:1.5rem;
	font-size:1rem;
	padding:0.3rem 0;
	color:#333;
	font-weight: normal;
    text-align: center;
    margin-bottom: 1%;
}
.conentTitle .else{
    min-height:1.3rem;
    margin-top: 2%;
}
.conentTitle .else h2{
	line-height:1.3rem;
	font-size:0.7rem;
	color:#999;
    float:left;
    font-weight: normal;
}
.conentTitle .else h2 span{
	display:inline-block;
    margin-right:1.4rem;
}
.conentTitle .else h2 span font{
    color: #c10000;
}
.conentTitle .fontstyle{
	height:1.3rem;
    float:right;
    line-height: 1.3rem;
    color: #979797;
}
.conentTitle .fontstyle a{
	height:1.3rem;
	display: inline-block;
	margin:0 0.6rem;
	line-height:0px;
	border-radius:0.1rem;
	text-align:center;
	font-size:0.9rem;
    color:#333;
}
.conentTitle .fontstyle img{
	height: 100%;
	width: auto;
}
.conentTitle .fontstyle a:hover{
    text-decoration:none;
}
.content{
	width: 96%;
    line-height: 200%;
    font-size: 0.9rem;
    color: #333;
    margin: 0 auto 1.8rem;
}
.content img{
    max-width: 100%;
    width: auto!important;
    height: auto!important;
}
.content p{
    font-size: inherit !important;
}
.content p span{
    font-size: inherit !important;
}
.contentToVote h2 {
	height: 2.9rem;
	line-height: 1.3rem;
	text-align: center;
	font-size: 1.1rem;
	color: #c10000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contentToVote h2 span {
	display: inline-block;
	margin: 0 0.6rem;
}

.contentToVote button.btn {
	display: block;
	margin: 0 auto 0.7rem;
	width: 14.4rem;
	text-align: center;
	height: 3.5rem;
	line-height: 3.5rem;
	font-size: 1.8rem;
	color: #c10000;
	border: none;
	outline: none;
	background: url(../img/red_btn.png) no-repeat;
	background-size: 100% 100%;
}
@media (max-width:768px) {
    
    .conentTitle{
        margin:0 auto 12px;
    }
    .conentTitle h1{
		margin-top: 0;;
        min-height:auto;
        line-height:1.9rem;
        font-size:1.5rem;
    }
    .conentTitle .else h2{
        line-height:20px;
		font-size:12px;
		float: none;
    }
    .conentTitle .else h2 span{
        margin-right:16px;
    }
	.conentTitle .fontstyle{
		height:0.9rem;
		float:none;
		line-height: 0.9rem;
		text-align: center;
	}
    .content_btn p{
        display: none;
    }
}
/* ---- container Style ---- */
.bodyBox {
	background: url(../img/bg.jpg) center top repeat;
	background-size: 100% auto;
	padding: 1.5rem 0 0;
	overflow: hidden;
}
.bodyBox88{
	padding-top: 4.4rem;
}
@media (max-width:768px) {
	.bodyBox88 {
		padding-top: 3rem;
	}

}
@media (max-width:414px) {
	.bodyBox88 {
		padding-top: 2.4rem;
	}

}
.container {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5c5c5c none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.8rem;
	height: 1.8rem;
	width: 100%;
}

.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1220px;
	padding: 0 10px;
	line-height: 1.8rem;
}

.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}

.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 0.6rem;
}

@media (max-width:768px) {
	.footer {
		text-align: center;
	}

	.footer p {
		display: none;
	}
}