
* {
	margin: 0; 
	padding: 0;
	box-sizing: border-box;
}


body {
	font: 12px/1.5 "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:link, a:visited {text-decoration: none;}

.page-container {
	min-width: 960px;
}

.u-text-center {
	text-align: center;
}

.title--large {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
}

.main-container {
	max-width: 1920px;
	margin: 0 auto;
}

.content-container {
	max-width: 1440px;
	margin: 0 auto;
}

.narrow-container {
	max-width: 1024px;
	margin: 0 auto;
}

.narrow-container, 
.main-container,
.content-container {
	min-width: 960px;
}

.website-navbar {
	/* overflow: hidden; */
	height: 90px;

	color: #0e050b;
	background: rgb(211,18,16);
}


.website-logo {
	width: 95px;

	float: left;
	margin-left: 10px;
	margin-top: 16px;
}

.website-log-guoqing {
	float: left;
	margin-left: 32px;
	margin-top: 16px;
}

.website-log-guoqing img {
	width: 360px;
}
@media screen and (max-width:1100px) {
	.website-log-guoqing {
		margin-top: 30px;	
	}
	.website-log-guoqing img {
		width: 220px;
	}	
}

.website-logo img {
	width: 100%;
	display: block;
}

.website-links {
	font-size: 18px;
	margin-top: 10px;
	margin-right: 60px;
	height: 40px;
	line-height: 40px;
	float: left;
}

.website-navbar__links {
	margin-right: 10px;
	margin-top: 15px;
	height: 60px;
	/* overflow: hidden; */
	float: right;
}

.website-links a {
	display: inline-block;
	margin-left: 20px;
	/* color: #0e050b; */
	color: #ffffff;
	font-weight: bold;
	border-bottom: 4px solid transparent;
}

.website-links .active-item {
	/* color: #0052FF; */
	color:  rgb(249,217,11);
	/* border-bottom: 4px solid #ffa408; */
	border-bottom: 4px solid rgb(249,217,11);
}

.login-zone {
	float: right;
}

.login-zone .primary-button {
	margin-top: 10px;
	background: rgb(249,217,11);
	color:#DE2910;
}

.user-profile {
	position: relative;
}

.user-profile__exit {
	display: none;

	width: 100%;
	color: inherit;
	background: #fff;
	text-align: center;
	position: absolute;
	top: 60px;
	z-index: 10;
	/* height: 30px; */
	line-height: 30px;
	left: 0;
	padding-top: 15px;
}

.user-profile:hover .user-profile__exit {
	display: block;
}

.user-profile__avatar {
	vertical-align: middle;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.user-profile__name {
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
}

.banner {
	position: relative;
	overflow: hidden;
	height: 510px;

	/* background: url(/static/images/website/pc/banner_bg.png) left bottom repeat-x; */
	background:  #005bff url(/static/images/website/pc/banner_bg.jpg) left bottom repeat-x;
	/* background: rgb(211,18,16); */
	background-size: auto 100%;
}

.banner__img {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 450px;
	width: 100%;
	/* background: url(/static/images/website/pc/banner_guoqing.png) bottom center no-repeat; */
	background: url(http://s.taou.com/static/images/website/pc/banner4@2x_mini.png) bottom center no-repeat;
	background: url(http://s.taou.com/static/images/website/pc/banner4_mini.png) bottom center no-repeat\9;
	background-size: auto 100%;
}

.maimai-qrcode {
	font-size: 14px;
	position: absolute;
	
	width: 100%;
	bottom: 30px;
	left: 0;

	color: #fff;

	line-height: 1.5em;
  text-align: center;
}

.maimai_qrcode__img {
	display: inline-block;
	width: 120px;
	height: 120px;
	padding: 10px;
}

.maimai-qrcode img {
	max-width: 100%;
}

.img-centered {
	line-height: 0;
}

.img-centered__inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.img-centered__inner img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	height: 100%;
	margin: 0 auto;
}

.slogon {
	overflow: hidden;
	height: 500px;
	background: url(/static/images/website/pc/brack.png) repeat;
	background-size: 8px 8px;
}

.slogon img {
	margin: 0 auto;
	margin-top: 112px;
	width: 914px;
	display: block;
}


#vcr-intro {
	display: none\9; /*IE9及以下不显示*/
	*display: none;
	_display: none;
}

.video {
	background-color: #404241;
	height: 300px;
	position: relative;
}

.video img {height: 100%; width: auto;}

.video__intro {
	line-height: 1.5em;
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 100px;

	font-size: 14px;
	text-align: center;
	color: #dedfdf;
}

.video__tip {
	margin-top: 10px;
}

.video__playBtn {
	display: inline-block;
	width: 60px;
	height: 60px;
	/* opacity: .6; */
}

.video__playBtn:hover {
	opacity: 1;
}

/*播放器*/
.video-container {
	text-align: center;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	vertical-align: middle;
}

.video-player__video {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	position: relative;
	margin: 0 auto;
	text-align: center;
	max-width: 90%;
	width: 80%;
	min-width: 320px;
	display: inline-block;

	text-align: center;	
}

.video__close {
	position: absolute;
	right: -28px;
	width: 28px;
	height: 28px;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	background: #0052ff;	
}

.video-player__video:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.video-player__video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.shallow-block {
	background: #fcfcfc;
}

.brand__title {
	overflow: hidden;
	height: 300px;
	background: #0052ff;
}

.brand__title img {
	width: 393px;
	display: block;
	margin: 0 auto;
	margin-top: 111px;
}

.u-w100 {
	max-width: 100%;
}

.primary-button {
	display: inline-block;
	background: #0052ff;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 100px;

	font-size: 16px;
}



.card {
	height: 500px;
	position: relative;
}

.card__img, .card__intro {
	position: absolute;
}

.card__title {
	font-size: 50px;
}

.card__desc {
	font-size: 30px;
	color: #666;
}

.card__intro {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.card__img {
	width: 350px;
}

.card__img  img {
	display: block;
	width: 100%;
}

.card--main .card__img {
	right: 0;
	bottom: 0;
}	

.card--minor .card__img {
	left: 0;
	bottom: 0;
}

.card--minor .card__intro {
	right: 0;
	text-align: right;
}


/*用户墙*/
.user-wall {
	position: relative;
	background: #0052ff;
	height: 600px;
	overflow: hidden;
}


.user-wall .title {
	margin: 40px 0;
}

.userCardList {
	height: 286px;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.userCardContainer {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.userCard {
	margin: 0 auto;
	position: relative;

	width: 465px;
}

.userCard__main {
	zoom: 1;
	overflow: hidden;
	height: 240px;
	background: #fff;
	border-radius: 6px;
	padding: 0 48px;
}

.userCard__avatar {
	position: relative;
	margin: 0 auto;
	margin-bottom: -45px;
	overflow: hidden;
	width: 90px;
	height: 90px;
	border-radius: 100px;
}

.userCard__avatar img{
	width: 100%;
}

.userCard__comment {
	margin: 0 auto;
	margin-top: 76px;
	font-size: 16px;
	color: #a4a3a3;
}

.userCard__copyright {
	text-align: right;
	margin-top: 20px;
	font-size: 12px;
}

.userCard__author {
	font-size: 14px;
	margin-right: 10px;
}


#slideposition {
	margin-top: 40px;
	text-align: center;
	line-height: 0;
}

#slideposition li {
	list-style: none;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	display: inline-block;
	*display: inline;
	zoom: 1;

	border-radius: 100px;
	background: #fff;
}

#slideposition .active {
	background-color: #FFA408;
}


/*站点信息*/
.website-footer {
	padding-bottom: 48px;
}

.minorLinks {
	font-size: 18px;
	margin-top: 60px;
}

.minorLinks a {
	display: inline-block;
	margin-right: 20px;
	color: #000;
	font-weight: bold;
}

.website-info {
	margin-top: 100px;
	color: #666;
	overflow: hidden;
}

.website-copyright {
	float: left;
}

.website-copyright .license {
	color: #666;
}

.website-authgov {
	float: right;
}

.data-statement {
	position:absolute; 
	bottom: 20px; 
	left: 0;
	width: 100%;

	text-align:center;
	font-size: 12px; 
	color:#5880ff;
}