@font-face {
	font-family: BMWGlobalProReg;
	src: url(../font/BMWGlobal_Pro_reg.ttf), url(../font/BMWGlobal_Pro_reg.eot);
}
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	/*font-family: BMWGlobalProReg, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;*/
	font-family: Microsoft YaHei, BMWGlobalProReg, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}
body {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	color: #262626;
	background-color: #fff;
}
.hide {
	display: none !important;
}
a {
	text-decoration: none;
}
p {
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin: 0 2%;
}
.bmw-name {
	width: 100%;
	/*height: 45px;*/
	line-height: 80px;
	font-size: 2em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #000;
	margin: 0 0 30px 0;
}
.bmw-name-app {
	display: none;
}
.bmw-name-pc {
	display: block;
}
/*分割线*/
.bmw-part {
	width: 100%;
	height: 20px;
	/*margin: 60px auto 38px;*/
	margin: 100px auto 80px;
	overflow: hidden;
}
.part-line {
	display: inline-block;
	width: calc(50% - 30px);
	height: 1px;
	margin: 9px 10px;
	float: left;
}
.line-left {
	float: left;
}
.line-right {
	float: right;
}
.part-line>span {
	display: block;
	/*width: 100%;*/
	height: 1px;
	background-color: #ccc;
}
.part-logo {
	width: 20px;
	height: 20px;
	margin: 0;
	float: left;
}
.logo-img {
	width: 20px;
	height: 20px;
}
.logo-circle {
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(0deg); /*球体向前倾斜0deg*/
	animation: circle 2s; /*球体旋转动画*/
	-webkit-animation: circle 2s; /* Safari and Chrome */
}
@keyframes circle { /*定义旋转动画*/
	0% {transform: rotateX(0deg) rotateZ(0deg) rotateY(0);}
	25% {transform: rotateX(0deg) rotateZ(0deg) rotateY(90deg);}
	50% {transform: rotateX(0deg) rotateZ(0deg) rotateY(180deg);}
	75% {transform: rotateX(0deg) rotateZ(0deg) rotateY(270deg);}
	100% {transform: rotateX(0deg) rotateZ(0deg) rotateY(360deg);}
}
@-webkit-keyframes circle {
	0% {transform: rotateX(0deg) rotateZ(0deg) rotateY(0);}
	25% {transform: rotateX(0deg) rotateZ(0deg) rotateY(90deg);}
	50% {transform: rotateX(0deg) rotateZ(0deg) rotateY(180deg);}
	75% {transform: rotateX(0deg) rotateZ(0deg) rotateY(270deg);}
	100% {transform: rotateX(0deg) rotateZ(0deg) rotateY(360deg);}
}
@keyframes twinkling {
	0% {box-shadow: 0 0 6px 0px rgb(28 105 212 / 30%) inset;}
	/*25% {box-shadow: 0 0 6px 0px rgb(28 105 212 / 50%) inset;}*/
	50% {box-shadow: 0 0 6px 0px rgb(28 105 212 / 100%) inset;}
	/*75% {box-shadow: 0 0 6px 0px rgb(28 105 212 / 50%) inset;}*/
	100% {box-shadow: 0 0 6px 0px rgb(28 105 212 / 30%) inset;}
}
@-webkit-keyframes twinkling {
	0% {box-shadow: 0 0 6px 0px rgb(28 105 212 / 30%) inset;}
	/*25% {box-shadow: 0 0 6px 0px rgb(28 105 212 / 50%) inset;}*/
	50% {box-shadow: 0 0 6px 0px rgb(28 105 212 / 100%) inset;}
	/*75% {box-shadow: 0 0 6px 0px rgb(28 105 212 / 50%) inset;}*/
	100% {box-shadow: 0 0 6px 0px rgb(28 105 212 / 30%) inset;}
}
.main-box {
	background-color: #fff;
}
/*1*/
/*.bmw-head {
	background-image: url("../img/head_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 36px 5%;
	margin: 0 0 40px 0;
}*/
.bmw-head {
	max-width: 1200px;
	height: 360px;
	position: relative;
	margin: 0 auto 45px;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}
.bg-img {
	width: 100%;
	height: 100%;
	min-width: 1200px;
}
.img-item {
	width: 100%;
	height: 120px;
	float: left;
	overflow: hidden;
	position: relative;
}
.img-ul {
	width: 100%;
	height: 100%;
}
.img-box img {
	position: absolute;
	width: 120%;
	left: -20px;
	bottom: 0;
}
.img-box {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
}
.head-box {
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	box-sizing: border-box;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
}
/*.head-box {
	height: 360px;
	background-color: rgba(255, 255, 255, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff,endcolorstr=#99ffffff);
	text-align: center;
	color: #000;
}*/
/*.head-box */.desc-val {
	font-size: 1em;
	font-weight: 500;
}
.info-item p {
	font-size: .8em;
	font-weight: 500;
}
.desc-val {
	height: 40px;
	line-height: 40px;
}
.info-item {
	height: auto;
	float: left;
}
.info-left, .info-right {
	width: 25%;
}
.info-mid {
	width: 50%;
}
.item-name {
	height: 40px;
	line-height: 40px;
}
.info-item .val-text {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 .2em;
}
.head-desc {
	height: 180px;
	padding: 30px 0;
	margin: 0 10px;
	/*border-bottom: 1px solid #f0f0f0;*/
}
.head-line {
	height: 3px;
	padding: 0;
	margin: 0 8%;
	border: none;
	background-color: #fff;
}
.head-info {
	height: 180px;
	padding: 40px 0;
	margin: 0 10px;
}
.head-desc .desc-name {
	margin: 0;
	color: #fff;
}
/*2*/
.mark-val, .text-shadow {
	/* text-shadow: 0px 0px 6px #797979; */
}
/*3*/
.targ-info {
	overflow: hidden;
	margin: 20px 2% 0 2%;
}
.info-box {
	float: left;
	width: calc(25% - 15px);
	margin: 0 5px;
	text-align: center;
}
.box-name {
	width: 100%;
	height: 60px;
	line-height: 60px;
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: red;
	float: left;
	margin: 0 10px;
	color: #fff;
	background-color: #1c69d4;
	text-align: center;
}
.box-name span {
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	display: inline-block;
	font-size: xx-large;
	font-style: normal;
}
.box-val {
	display: inline-block;
	width: 90%;
	height: auto;
	line-height: 1.4;
	margin: 30px 0 0 0;
	font-weight: 600;
	color: #262626;
}
/*3+*/
.talent-item-left>a {
	display: inline-block;
	width: 4em;
	height: 4em;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: inherit;
	margin: 1.8em 1.5em;
}
.talent-item-left {
	display: inline-block;
}
.talent-item-right {
	text-align: left;
	display: inline-block;
	width: auto;
}
.talent-info {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.talent-info-box {
	width: 100%;
	overflow: hidden;
	margin: 1em 0;
}
.talent-item-right>p {
	text-align: left;
	width: 100%;
	margin: 0;
}
.talent-item-name>a {
	color: #1b69d5;
	font-size: 18px;
}
.talent-best {
	background-image: url(../img/best.png);
}
.talent-elite {
	background-image: url(../img/elite.png);
}
.talent-item-left .talent-elite {
	height: 4em;
	width: 2.58em;
	margin: 1.8em 2em 1.8em 3.5em;
}
.desc-val.talent-best,
.desc-val.talent-elite {
	width: 2.5em;
	height: 2.5em;
	display: inline-block;
	margin: .6em .1em;
}
.desc-val.talent-elite {
	width: 1.5em;
	height: 2.5em;
	margin: .7em;
}
.talent-desc {
	font-size: 10px;
	overflow: hidden;
}
.talent-desc .desc-val {
	display: inline-block;
	float: left;
}
.talent-item-right .talent-val {
	line-height: inherit;
	font-size: 15px;
}
/*4*/
.bmw-desc {
	/*height: 300px;*/
}
.desc-img {
	margin: 24px 1%;
	width: 98%;
	height: 160px;
	line-height: 160px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.desc-img-btn span {
	height: 160px;
	line-height: 160px;
	position: absolute;
	font-size: 60px;
	font-weight: 100;
	color: #fff;
	margin: 0 1%;
	display: inline-block;
	cursor: pointer;
	z-index: 99999999;
}
.desc-img-btn .btn-left {
	left: 0;
}
.desc-img-btn .btn-right {
	right: 0;
}
.img-ul {
	width: 1600px;
	height: 160px;
	/*overflow: hidden;*/
	position: absolute;
	left: 0;
	top: 0;
}
li.img-item {
	display: inline-block;
	float: left;
	width: 228px;
	height: 160px;
	list-style: none;
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	margin: 0 5px;
	overflow: hidden;
}
.img-item img {
	width: 300px;
	height: 160px;
	position: absolute;
	left: -36px;
	display: inline-block;
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}
/*5*/
.bmw-try {
	/*height: 300px;*/
}
.try-box {
	overflow: hidden;
}
.try-item {
	float: left;
	width: 18%;
	height: inherit;
	min-height: 226px;
	margin: 0 1% 10px 1%;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	border-radius: 2px;
}
.try-img {
	/*height: 100px;*/
}
.try-item img {
	width: 100%;
	height: 100%;
}
.try-text {
	padding: 0 5px 10px;
	overflow: hidden;
}
.try-text p {
	color: #1C69D5;
	text-align: left;
}
.try-text span {
	font-size: 12px;
	color: #262626;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	float: left;
	line-height: 2;
	margin: 0 2%;
}
/*6*/
.bmw-trainer {
	/*height: 240px;*/
}
.trainer-box {
	overflow: hidden;
	margin: 0 2%;
}
.trainer-val {
	margin: 0 0 20px;
}
.box-canvas {
	float: left;
	width: 33%;
	text-align: center;
}
.canvas-name {
	line-height: 1.5;
	font-size: 3em;
	font-weight: bolder;
}
.canvas-val {
	line-height: 32px;
	display: block;
	margin: 16px 0 0;
}
/*7*/
.bmw-net {
	/*height: 320px;*/
}
.net-info {
	overflow: hidden;
	margin: 0px 1% 0px 2%;
}
.net-box {
	width: 42%;
	height: auto;
	float: left;
	cursor: pointer;
}
.net-map {
	width: 100%;
	height: auto;
	display: none;
}
.net-map.on {
	display: block;
}
.net-desc {
	width: 54%;
	height: auto;
	position: relative;
	float: left;
	padding: 0 1% 0 3%;
	margin: 4% 0 0 0;
}
.net-last {
	padding: 20% 1%;
	height: 210px;
}
.net-item {
	width: 45%;
	height: 180px;/*132px;*/
	border: 1px solid;
	position: absolute;
	background-color: #fff;
	color: #1171e8;
	margin: 2% 0;
	cursor: pointer;
	overflow: hidden;
}
.net-item.on {
	background-color: #1171e8;
	color: #fff;
	border: 1px solid #1171e8;
}
.net-item p {
	position: absolute;
	bottom: 1em;
	left: 5px;
}
.net-item span {
	position: absolute;
	bottom: -50px;
	right: 27px;
	font-size: 8em;
	word-spacing: normal;
	letter-spacing: -27px;
}
/*8*/
.bmw-contact {
}
.contact-box {
	overflow: hidden;
	margin: 0 5%;
}
.contact-item {
	width: calc(33% - 10px);
	float: left;
	font-size: .9em;
	text-align: center;
	margin: 0 5px;
}
.contact-img {
	width: 100%;
}
.contact-img img {
	width: 100%;
	height: 100%;
}
.contact-item a {
	color: inherit;
}
.contact-item p {
	line-height: 20px;
	margin: 20px 2%;
}
/*9*/
.bmw-email {
	/*margin: 0 5%;*/
}
.email-img {
	width: 33%;
	margin: 0 auto;
}
.email-img img {
	width: 100%;}
/*10*/
.bmw-foot {
	height: 80px;
}
.foot-img {
	width: 120px;
	height: 80px;
	float: right;
}
.foot-img img {
	width: 100%;
	height: 100%;
}
p.email-addr {
	text-align: left;
}
p.email-val {
	text-align: center;
}
/*11-按钮*/
.bmw-float-btn {
	position: fixed;
	width: 108px;
	height: auto;
	bottom: 2em;
	right: 0;
}
.box-btns {
	position: relative;
	width: 120px;
	height: 80px;
	margin: 30px 0;
	z-index: 99999999999999;
}
.table-box {
	border: none;
	width: 40px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 30px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
}
.circle-box {
	width: 80px;
	height: 80px;
	border: none;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	right: 27px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
}
.circle-box>a {
	text-decoration: none;
}
.circle-text {
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
	line-height: 20px;
	border: none;
	border-radius: 50%;
	margin: 8px;
	padding: 12px;
	background-color: #fff;
	color: #000;
	font-size: 1em;
	text-align: center;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5) inset;
	cursor: pointer;
	box-sizing: content-box;
}
.table-box,
.circle-box,
.circle-text {
	animation-name: twinkling;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
.circle-text.mouse-down {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

@media screen and (min-width: 800px) {
	.net-item:nth-child(1) {
		top: 0;
		left: 4%;
	}
	.net-item:nth-child(2) {
		top: 120px;
		left: 4%;
	}
	.net-item:nth-child(3) {
		top: 60px;
		left: 54%;
	}
}
@media screen and (min-width: 900px) {
	.net-item {
		height: 132px;
	}
	.net-item:nth-child(1) {
		top: 0;
		left: 4%;
	}
	.net-item:nth-child(2) {
		top: 160px;
		left: 4%;
	}
	.net-item:nth-child(3) {
		top: 80px;
		left: 54%;
	}
	.try-item {
		min-height: 250px;
	}
}
@media screen and (min-width: 910px) {
	.talent-info-box {
		width: 50%;
		float: left;
	}
}
@media screen and (min-width: 1100px) {
	.net-item {
		height: 180px;
	}
	.net-item span {
		font-size: 10em;
	}
	.net-item:nth-child(1) {
		top: 0;
		left: 4%;
	}
	.net-item:nth-child(2) {
		top: 214px;
		left: 4%;
	}
	.net-item:nth-child(3) {
		top: 80px;
		left: 54%;
	}
	.try-item {
		min-height: 270px;
	}
}
@media screen and (max-width: 900px) {
	.net-item {
		height: 100px;
	}
	.net-item span {
		position: absolute;
		bottom: -36px;
		right: 20px;
		font-size: 6em;
		word-spacing: normal;
		letter-spacing: -20px;
	}
}
@media screen and (max-width: 800px) {
	.net-desc {
		width: 40%;
		height: auto;
		padding: 8% 1% 0 3%;
		margin: 0;
	}
	.net-item {
		width: 100%;
		height: 60px;
		position: relative;
		line-height: 60px;
		margin: 5px 0;
		float: left;
	}
	.net-box {
		width: 56%;
		height: auto;
	}
	.net-item span {
		bottom: 0;
		right: 6%;
		font-size: 3em;
		letter-spacing: -6px;
		display: inline-block;
	}
	.net-item p {
		bottom: 0;
		left: 4%;
		font-size: 1.2em;
	}
}
@media screen and (max-width: 570px) {
	.talent-item-left {
		display: block;
	}
	.talent-item-left .talent-elite {
		margin: 1.8em 0;
	}
	.talent-item-right>p {
		text-align: center;
	}
	span.desc-val {
		float: none;
		text-align: center;
	}
	.talent-desc {
		text-align: center;
	}
	.talent-desc .desc-val {
		float: none;
	}
	.desc-val.talent-best,
	.desc-val.talent-elite {
		margin: -.8em 0;
	}
}
@media screen and (max-width: 480px) {
	body {
		margin: 0;
	}
	p {
		line-height: inherit;
	}
	.bmw-part {
		margin: 60px auto 48px;
	}
	.bmw-head {
		height: 263px;
	}
	.head-desc, .head-info {
		height: 130px;
		padding: 30px 0;
		height: 70px;
		padding: 0;
		margin: 30px 10px;
	}
	.bmw-name {
		font-size: 1.3em;
		line-height: 1.3;
	}
	.bmw-name-app {
		display: block;
	}
	.bmw-name-pc {
		display: none;
	}
	.desc-val, .mark-val, .targ-val, .trainer-val {
		font-size: 13px;
	}
	.info-item .val-text {
		font-size: 1.4em;
	}
	.box-name span {
		font-size: x-large;
	}
	.try-item {
		width: 31%;
		min-height: 200px;
	}
	.try-item.try-over2 {
		margin: 0 1% 10px 18%;
	}
	.try-box {
		margin: 0 1% 0 2%;
	}
	.try-text p {
		font-size: 14px;
	}
	.try-text span {
		font-size: 10px;
	}
	.canvas-name {
		font-size: 1.5em;
	}
	.canvas-val {
		font-size: 12px;
		line-height: inherit;
		margin: 0;
	}
	.box-val, .contact-item p {
		font-size: 12px;
	}
	/*11-按钮*/
	.bmw-float-btn {
		width: 72px;
	}
	.box-btns {
		width: 80px;
		height: 60px;
	}
	.table-box {
		width: 32px;
		height: 16px;
		top: 24px;
	}
	.circle-box {
		width: 60px;
		height: 60px;
		right: 20px;
	}
	.circle-text {
		width: 24px;
		height: 24px;
		line-height: 13px;
		font-size: 10px;
		margin: 6px;
	}

	.net-info {
		position: relative;
		margin: 0 3%;
	}
	.net-box {
		width: 100%;
		height: auto;
	}
	.net-map {
		margin: 0 0 24px 0;
	}
	.net-desc {
		padding: 0;
		width: 50%;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 6%;
	}
	.net-item {
		width: 100%;
		height: 36px;
		position: relative;
		float: left;
		line-height: 36px;
		margin: 5px 0;
	}
	.net-item span {
		font-size: 2em;
		letter-spacing: -6px;
		display: inline-block;
		height: 100%;
		width: 100%;
		bottom: 0px;
		left: -10px;
		text-align: right;
	}
	.net-item p {
		bottom: 0;
		font-size: .9em;
		line-height: 32px;
	}
}