img {
	max-width: 100%;
}
.p-bn {
	height: 500px; background-size: cover!important;
}
.p-bn.after {
	background-image: url("../images/after-bg.jpg");
}
.bn-box {
	color: #fff;
	height: 500px;
	background-repeat: no-repeat;
	background-position: right center;
}
.bn-box .a {
	padding-top: 150px;
	font-size: 18pt;
	letter-spacing: 15px;
}
.bn-box .a span {
	font-size: 50px;
}
.bn-box .b {
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
.bn-box .c {
	margin-bottom: 20px;
	position: relative;
	z-index: 400;
	font-size: 16px;
}
.bn-box .c input {
	display: inline-block;
	height: 50px;
	padding: 0 20px;
	width: 200px;
	color: #8c8c8c;
	border: none;
}
.bn-box .c a {
	display: inline-block;
	padding: 10px 10px 10px 10px;
	background-color: #ff4200;
	color: #fff;
	font-size: 12pt;
}
@media(min-width: 768px){
	.bn-box .c a {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background-color: #ff4200;
	color: #fff;
	font-size: 18px;
}
}
.bn-box .d {
	font-size: 12pt;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.bn-box .d span {
	margin: 0 20px;
}
.bn-box .e a {
	display: inline-block;
	padding: 10px 40px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.bn-box .a,.bn-box .b,.bn-box .c,.bn-box .d,.bn-box .e{ position: relative; z-index: 2; padding-left: 5%;}
@media (min-width: 768px){
	.bn-box .a {
	padding-top: 150px;
	font-size: 40px;
	letter-spacing: 15px;
}
.bn-box .a span {
	font-size: 80px;
}
.bn-box .b {
	font-size: 20px;
	margin-bottom: 50px;
	letter-spacing: 3px;
}
.bn-box .c {
	margin-bottom: 40px;
	position: relative; white-space: nowrap;
	z-index: 400; display: flex;
}
.bn-box .c input {
	display: inline;
	height: 50px;
	padding: 0 20px;
	width: 350px;
	color: #8c8c8c;
	border: none;
}
.bn-box .c a {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background-color: #ff4200;
	color: #fff;
	font-size: 18px;
}
.bn-box .d {
	font-size: 20px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.bn-box .d span {
	margin: 0 20px;
}
.bn-box .e a {
	display: inline-block;
	width: 220px;
	padding: 10px 40px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
}
/*bn menu*/
.bn-menu {
	position: absolute;
	bottom: 0px;
	left: 5%;
	right: 5%;text-align: center;
}
.bn-menu li {
	display: inline-block;
	margin-bottom: 20px;
	width: 120px;
	text-align: center;
	line-height: 30px;
}
.bn-menu li a {
	display: block;
	color: #bcbcbc;
	background-color: rgba(1, 5, 11, 0.4);
	border-radius: 3px;
}
.bn-menu li a:hover,  .bn-menu li.on a {
	background-color: #ff4200;
	color: #ffffff;
}
@media (min-width: 992px){
.bn-menu {
	position: absolute;
	bottom: auto;
	right: auto;
	top: 80px;
	z-index: 1000;
	left: 0px;
}
	.bn-menu li{display: block;}
}
/*bn card*/

.bn-box .bg {
	display: none;
}
@media (min-width: 992px){
	.bn-box .a,.bn-box .b,.bn-box .c,.bn-box .d,.bn-box .e{ padding-left: 140px;}
	.bn-box .bg {
		display: block;
	position: absolute;
	right: 0;
	top: 100px;
	width: 630px;
	height: 450px;
	/*background: url("img/api-bn-bg.png");*/
	color: #fff;
}
}
@media (min-width: 1600px){
	.bn-menu {left: -140px;}
	.bn-box .a,.bn-box .b,.bn-box .c,.bn-box .d,.bn-box .e{ padding-left: 0px;}
}
.bn-box .bg .layer {
	position: absolute;
	top: 0;
	right: 0;
}
.bn-box .bg .img-a {
	z-index: 10;
	transform: translateZ(50px)
}
.bn-box .bg .img-b {
	z-index: 20;
	transform: translateZ(80px)
}
.bn-box .bg .img-c {
	z-index: 30;
	transform: translateZ(110px)
}
.bn-box .bg .img-d {
	z-index: 40;
	transform: translateZ(140px)
}
.bn-box .bg .img-e {
	z-index: 50;
	transform: translateZ(170px)
}
.bn-box .bg .img-f {
	z-index: 60;
	transform: translateZ(200px)
}
.bn-box .bg .img-g {
	z-index: 70;
	transform: translateZ(230px)
}
.bn-box .card {
	transform: translateZ(0);
	transform-style: preserve-3d;/*transition: all .15s ease-out;*/

}
.bn-box .card .cover {
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 900;
}
.p1.card {
	width: 600px;
	height: 660px;
}
.p2.card {
	width: 640px;
	height: 520px;
}
.p6.card {
	width: 720px;
	height: 500px;
}
.p7.card {
	width: 750px;
	height: 570px;
}
.p8.card {
	width: 810px;
	height: 600px;
}
.p9.card {
	width: 700px;
	height: 572px;
}
/*p a*/

.a-hd {
	margin:40px 0 20px;
	padding-right: 15px;
}
.a-hd:after{content: '';display: table;clear: both;}
.a-hd .a-hd-i{float: left;padding:10px 15px 0 10px;}
.a-hd .a-hd-i img{border:1px solid #ff9976;border-radius: 50%;padding: 10px;}
.a-hd .a-hd-t{overflow: hidden;font-size: 20pt;}
.a-hd .a-hd-p{overflow: hidden;font-size: 12pt;color: #999;}
@media(min-width: 768px){
	.a-hd .a-hd-i{padding:0 15px 0 0;}
}

/*step*/
.after-step{border: 1px solid #ddd;margin: 10px;padding: 15px;}
.after-step ol{position: relative;margin: 0;padding: 0;}
.after-step ol:before{content: '';width: 1px;left: 15px;top: 0;bottom: 30px;position: absolute;background: #ddd;}
.after-step ol li{position: relative;margin-bottom: 10px;padding-left: 40px;}
.after-step ol li i{display: inline-block;font-style: normal; background: #e6e6e6;border-radius: 3px;width: 30px;height: 30px;line-height: 30px;text-align: center;position: absolute;left: 0;right: 0;}
.after-step ol li em{font-size: 14pt;}
.after-step ol li p{font-size: 12pt;color: #999;}

.after-tech{border: 1px solid #ddd;margin: 10px;}
.after-tech .x-12{padding: 20px;height: 450px;position: relative;border-bottom: 1px solid #ddd;}
.after-tech .x-12:last-child{border-bottom: none;}
.after-tech .x-12 dl dt{font-size: 16pt;}
.after-tech .x-12 dl dd{font-size: 12pt;color: #999; padding-bottom: 20px;}
.after-tech .x-12 .info{left:5%;position: absolute; bottom:0;right: 5%;padding: 20px; border-top: 1px dashed #ddd;}
.after-tech .x-12 .info a{display: block;font-size: 14pt;padding: 5px 0;text-align: center;color: #666; border: 1px solid #ddd;}
.after-tech .x-12:hover{background: #f3f3f3;}
.after-tech .x-12:hover .info a{background: #f60; color: #fff;}
.after-tech .x-12:hover .info a:hover{opacity: .9;}

.c-bd{border: 1px solid #ddd;padding: 10px 10px;margin: 10px;}
.c-bd .x-12{padding:5px;}
.c-bd .pic img{max-width: 100%;display:block;margin: 0 auto;}
.c-bd .pic img:hover{opacity: .9;}
.c-bd .txt{padding: 5px 5%;text-align: center;}
.c-bd .txt .a{font-size: 14pt;}
.c-bd .txt .b{font-size: 12pt;color: #999;}


@media(min-width: 768px){
	.a-hd .a-hd-i{padding:0 15px 0 0;}
	.after-step{padding: 30px 0 30px 30px;margin: 0;}
	.after-step ol:before{content: '';width:auto;height: 1px;top: 15px;bottom:auto;right:12.5%;}
	.after-step ol li{float: left;width: 12.5%;margin-bottom: 0;padding: 0;}
	.after-step ol li i{position: relative;margin-bottom: 10px;}
	.after-step ol li:hover i{background: #f60;color: #fff;}
	.after-step ol li em,.after-step ol li p{display: block;}
	.after-tech{margin: 0;}
	.after-tech .x-12{border-bottom: none;}
	.after-tech .x-12:nth-child(-n+2){border-bottom: 1px solid #ddd;}
	.after-tech .x-12:nth-child(2n+1):before{content: '';width: 1px;background: #ddd; top: 20px; bottom: 20px;position: absolute;right: 0;}
	.after-tech .x-12:nth-child(2n+1):hover:before{top: 0; bottom: 0;}
	.after-tech .x-12:nth-child(2n):hover:before{content: '';width: 1px;background: #ddd; top: 0px; bottom: 0px;position: absolute;left: -1px;}
	.c-bd{margin: 0 0 20px;}
	.c-bd .txt{text-align: left;}
}
@media(min-width: 992px){
	.after-tech .x-12:nth-child(-n+2){border-bottom:none;}
	.after-tech .x-12:before{content: '';width: 1px;background: #ddd; top: 20px; bottom: 20px;position: absolute;right: 0;}
	.after-tech .x-12:last-child:before{display: none;}
	.after-tech .x-12:hover:before{content: '';width: 1px;background: #ddd; top: 0px; bottom: 0px;position: absolute;left: -1px;}
	.after-tech .x-12:hover:after{content: '';width: 1px;background: #ddd; top: 0px; bottom: 0px;position: absolute;right: -1px;}
	.after-tech .x-12:last-child:hover:before{display: block;}
}


/*p p*/
.pp-menu {
	position: absolute;
	width: 80px;
	right: -100px;
	top: 60px;display: none;
}
@media(min-width:1200px){
	.pp-menu {display: block;}
}

.pp-menu li a {
	position: relative;
	display: block;
	padding: 6px 10px;
	border: 1px solid #d2d2d2;
	color: #939393;
	margin-bottom: 24px;
	border-radius: 3px;
}
.pp-menu li a:hover {
	background-color: #ff4200;
	color: #fff;
}
.pp-menu li.current a {
	background-color: #ff4200;
	border: 1px solid #ff4200;
	color: #fff;
}
.pp-menu li.current {
	position: relative;
}
.pp-menu li.current:before {
	content: '';
	position: absolute;
	top: 8px;
	left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #ff4200;
}
.pp-menu a:after {
	content: '';
	display: block;
	position: absolute;
	height: 18px;
	bottom: -22px;
	left: 50%;
	border-right: 2px solid #cccccc;
}
.pp-menu li:last-child a:after {
	display: none;
}

