html {
	font-family: "Microsoft YaHei UI","Microsoft YaHei",sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html,body,div,object,iframe,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video,progress {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

li {
	list-style: none;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: none;
	line-height: normal;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th {
	padding: 0;
}
.fl{float: left;}
.fr{float: right;}
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}	
* html .clearfix {
	zoom: 1;
}
/* IE6 */
*+html .clearfix {
	zoom: 1;
}

html, body {
    background-color: #ecf4fb;
}
.binner {
    min-width: 1160px;
    height: 726px;
    background: url('../images/binner.jpg') no-repeat center top;
}
.nav {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    box-shadow: 1px 1.7px 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 999;
}
.nav ul {
    width: 1160px;
    height: 70px;
    margin: 0 auto;
}
.nav li {
    float: left;
    width: 25%;
    height: 70px;
    border-right: 1px solid #005bac;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}
.nav li:first-child {
    border-left: 1px solid #005bac;
}
.nav li a {
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}
.nav li a:hover {
    color: #fff;
    background-color: #005bac;
}

/* 日程表 */
.calendar {
    width: 1160px;
    margin: 35px auto 0;
    background-color: #005bac;
    padding: 20px 0;
}
.calendar img {
    display: block;
    margin: 0 auto;
}
.calendar-box {
    width: 902px;
    height: 520px;
    margin: 15px auto 0;
}
.calendar-title {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    padding: 10px 3px;
}
.calendar-ul {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 480px;
    overflow: auto;
    padding-right: 30px;
}
.calendar-title span,
.calendar-ul span {
    display: inline-block;
    vertical-align: top;
}
.calendar-title .date, 
.calendar-title .time,
.calendar-ul .date,
.calendar-ul .time {
    width: 100px;
}
.calendar-ul li {
    padding: 10px 3px;
    border-bottom: 1px solid #4c8cc5;
}

/* 秀场直击 */
.field {
    width: 1160px;
    margin: 0 auto;
}
.field .title {
    text-align: center;
    padding: 45px 0 30px;
}
.photos ul {
    overflow: hidden;
}
.photos li {
    float: left;
    width: 376px;
    padding: 0 5px 50px 5px;
    overflow: hidden;
}
.photos li img {
    width: 100%;
    display: block;
}
.photos li p {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    padding-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.more {
    text-align: center;
    padding: 10px 0 60px;
}
.more a {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #e4007f;
    line-height: 28px;
    letter-spacing: 1px;
}

/* 秀场动态 */
.trends-box {
    width: 100%;
    min-width: 1160px;
    height: 521px;
    background: url('../images/title-bg.jpg') no-repeat center top;
}
.trends {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
}
.news {
    width: 1000px;
    margin: 0 auto;
    padding-top: 210px; 
}
.news ul {
    width: 100%;
    height: 250px;
    overflow-y: auto;
}
.news li {
    float: left;
    width: 50%;
}
.news li a {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

/* 高端对话 */
.dialog {
    width: 1160px;
    margin: 0 auto;
}
.dialog .title {
    padding: 50px 0 30px;
    text-align: center;
}
.dh-scrol {
    position: relative;
}
.dh-box img{ 
	float: left;
	width: 600px; 
	height: 440px;
}
.dh-box	.ctn{
	width: 400px;
	margin:180px 0 0 90px;
}
.dh-box	.ctn .name{
	font-size: 38px;
    font-weight: bold;
    line-height: 1.5;
}
.dh-box	.ctn .post{
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #959595;
}
.dh-box	.ctn .des{
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
}
.pic-small{
	position: absolute;
	right: 40px;
	top: 0;
    width: 400px;
    padding: 0 40px;
    overflow: hidden;
}
.pic-small .next,.pic-small .prev{ 
    position: absolute;
    top:40px; 
    width:20px;
    height: 30px; 
}
.pic-small .next{
    right: 0;
}
.pic-small .prev{
    left: 0;
}
.dh-pic li{
	float: left;
	width: 116px;
	height:116px;
	padding:7px;	
}
.dh-pic li img{
	width: 116px;
	height:116px;
}
.dh-pic li.active{
	padding: 7px;
	border: 1px solid #f28e1e;
}
.advert {
    padding: 60px 0 50px;
}
.advert .cool {
    font-size: 28px;
    color: #333333;
}
.advert img {
    padding-top: 20px;
}

footer {
    min-width: 1160px;
    background-color: #1e1e1e;
    overflow: hidden;
}
footer .box {
    width: 1100px;
    margin: 25px auto;
    overflow: hidden;
}
footer .team {
    float: left;
    padding-left: 110px;
    background: url(../images/foot_logo.jpg) no-repeat left center;
}
footer .team p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}
footer .follow {
    float: right;
}
footer .follow span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 20px;
}
footer .follow img {
    width: 97px;
    height: 97px;
    display: inline-block;
    vertical-align: bottom;
}
.declare {
    min-width: 1160px;
    background-color: #1e1e1e;
    padding: 14px 0;
    border-top: solid 1px #434343;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #bfbfbf;
}