

/* CSS Document */

/*--初始化CSS--*/

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "微软雅黑";
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 14px;
	margin: 0;
	font-family: "微软雅黑";
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}
html{
	min-width: 1460px;
}
body {
	padding: 0;
	font: 14px "微软雅黑", "宋体", "Arial Narrow", HELVETICA;
	background-color: #ffffff;
	/* overflow-y:scroll;*/
	width: 100%;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.middle {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.top {
	position: relative;
	width: 100%;
	height: 625px;
}

/* .li1:hover{

	background-color: rgba(94,14,35,0.12);

	padding

} */

/*--导航--*/

.nav {
	width: 100%;
	height: 80px;
	background: rgba(4, 14, 35, 0.12);
	/* position: absolute; */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}



.nav_con {
	width: 1200px;
	height: 49px;
	margin: 0 auto;
}

.nav_left {
	width: 299px;
	height: 49px;
	float: left;
	background: url(../image/logo.png) no-repeat;
	margin-top: 14px;
}

.nav_con ul {
	width: 580px;
	height: 55px;
	float: right;
}

.nav_con ul li {
	transition: all 0.5s;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
	float: left;
}

.nav_con ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	transition: all 0.5s;
}

/* .nav_con ul li a:hover{ font-weight:bold; } */



#denglu {

	width: 100px;

	height: 40px;

	margin-left: 20px;

	border: 1px solid #FFFFFF;

	border-radius: 4px;

	cursor: pointer;



}





/*--用户痛点--*/

.con1 {
	width: 100%;
	height: 813px;
	background: url(http://www.niubeiapp.com/images/con1_bg.jpg) no-repeat center;
	overflow: hidden;
}

.con1 .title {
	width: 1200px;
	height: 35px;
	line-height: 35px;
	margin-top: 62px;
}

.con1 .title p {
	font-size: 32px;
	color: #333;
	text-align: center;
}

.con1 .title span {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	padding-right: 33px;
}

.con1 .title i {
	font-style: normal;
	color: #0d1145;
}

.con1 ul li {
	width: 296px;
	height: 133px;
	border-radius: 8px;
	box-sizing: border-box;
}

.con1 ul li dl {
	font-size: 22px;
	color: #fff;
	line-height: 33px;
}

.ul1 {
	float: left;
	margin-left: 29px;
	margin-top: 108px;
	transform: translate(-100px, 0);
	transition: all 1s ease .2s;
}

.ul1 li.one {
	background: #44b088;
	padding: 33px;
}

.ul1 li.two {
	background: #ea3258;
	padding: 33px;
	margin-top: 43px;
}

.ul2 {
	float: right;
	margin-right: 29px;
	margin-top: 108px;
	transform: translate(100px, 0);
	transition: all 1s ease .2s;
}

.ul2 li.one {
	background: #ed8745;
	padding: 33px;
}

.ul2 li.two {
	background: #b473d7;
	padding: 33px;
	margin-top: 43px;
}

.ul3 {
	float: left;
	margin-left: 225px;
	margin-top: 105px;
	transform: translate(0, 100px);
	transition: all 1s ease .2s;
}

.ul3 li.one {
	background: #40b7ee;
	padding: 33px;
	float: left;
}

.ul3 li.two {
	background: #4590b0;
	padding: 33px;
	margin-left: 150px;
	float: left;
}

.con1 ul {
	opacity: 0;
}

.con1 ul.zhi {
	transform: translate(0, 0);
	opacity: 1;
}

/*--方案--*/

.con2 {
	width: 1200px;
	height: 1060px;
}

.con2 .title {
	width: 1200px;
	height: 35px;
	line-height: 35px;
	margin-top: 75px;
}

.con2 .title p {
	font-size: 32px;
	color: #333;
	text-align: center;
}

.con2 .title span {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	padding-right: 33px;
}

.con2 .title i {
	font-style: normal;
	color: #0d1145;
}

.con2_box {
	width: 860px;
	height: 872px;
	margin: 66px auto;
	position: relative;
}

.con2_box img {
	position: absolute;
	opacity: 0;
}

.con2_box .tu0 {
	left: 50%;
	top: 50%;
	margin-left: -140px;
	margin-top: -160px;
	transition: all 1s ease .1s;
	-webkit-transition: all 1s ease .2s;

	-moz-transition: all .1s ease .1s;
}

.con2_box .tu1 {
	top: 0;
	left: 270px;
	transition: all 1s ease .2s;
	-webkit-transition: all 1s ease .2s;

	-moz-transition: all 1s ease .2s;
}

.con2_box .tu2 {
	top: 90px;
	left: 9px;
	transition: all 1s ease .4s;

	-webkit-transition: all 1s ease .4s;

	-moz-transition: all 1s ease .4s;
}

.con2_box .tu3 {
	top: 425px;
	left: 0px;
	transition: all 1s ease .6s;

	-webkit-transition: all 1s ease .6s;

	-moz-transition: all 1s ease .6s;
}

.con2_box .tu4 {
	top: 562px;
	left: 270px;
	transition: all 1s ease .8s;

	-webkit-transition: all 1s ease .8s;

	-moz-transition: all 1s ease .8s;
}

.con2_box .tu5 {
	top: 425px;
	right: 0px;
	transition: all 1s ease 1s;

	-webkit-transition: all 1s ease 1s;

	-moz-transition: all 1s ease 1s;
}

.con2_box .tu6 {
	top: 90px;
	right: 9px;
	transition: all 1s ease 1.2s;

	-webkit-transition: all 1s ease 1.2s;

	-moz-transition: all 1s ease 1.2s;
}

.con2_box.xian img {
	opacity: 1;
}

/*--跨境--*/

.con3 {
	width: 100%;
	height: 869px;
	background: url(http://www.niubeiapp.com/images/niubei.jpg) no-repeat center;
	overflow: hidden;
	position: relative;
}

.con3 h3 {
	text-align: center;
	font-size: 25px;
	color: #fff;
	line-height: 25px;
	margin-top: 215px;
}

.con3 p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	margin: 50px auto;
	width: 920px;
}

.con3 a {
	width: 235px;
	height: 47px;
	background: url(http://www.niubeiapp.com/images/anniu1.png) no-repeat;
	margin: 0 auto;
	margin-top: 410px;
	display: block;
	transition: all 0.5s;
}

.con3 a:hover {
	transform: translate(0, -5px);
}

/*---字体跳跃动效-*/

.bounce {

	display: flex;

	align-items: center;

	justify-content: center;

	white-space: nowrap;

	font-size: 25px;

	color: #fff;

	line-height: 25px;

	margin-top: 215px;

}



.letter {

	animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;

	display: inline-block;

	transform: translate3d(0, 0, 0);

	text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;

}

.letter:nth-child(1) {

	animation-delay: 0s;

}

.letter:nth-child(2) {

	animation-delay: 0.0833333333s;

}

.letter:nth-child(3) {

	animation-delay: 0.1666666667s;

}

.letter:nth-child(4) {

	animation-delay: 0.25s;

}

.letter:nth-child(5) {

	animation-delay: 0.3333333333s;

}

.letter:nth-child(6) {

	animation-delay: 0.4166666667s;

}

.letter:nth-child(7) {

	animation-delay: 0.5166666667s;

}



.letter:nth-child(8) {

	animation-delay: 0.6166666667s;

}



.letter:nth-child(9) {

	animation-delay: 0.7166666667s;

}



.letter:nth-child(10) {

	animation-delay: 0.8166666667s;

}



.letter:nth-child(11) {

	animation-delay: 0.8966666667s;

}



.letter:nth-child(12) {

	animation-delay: 0.9166666667s;

}



.letter:nth-child(13) {

	animation-delay: 0.9966666667s;

}







@keyframes bounce {

	0% {

		transform: translate3d(0, 0, 0);

		text-shadow: rgba(255, 255, 255, 0.8) 0 0 0.05em;

	}

	100% {

		transform: translate3d(0, -1em, 0);

		text-shadow: rgba(255, 255, 255, 0.8) 0 1em 0.35em;

	}

}

/*---功能--*/

.con4 {
	width: 100%;
	height: 820px;
	background: #fbfbfb;
	overflow: hidden;
}

.con4 .title {
	text-align: center;
	font-size: 32px;
	color: #0d1145;
	font-weight: bold;
	margin-top: 81px;
}

.con4 ul {
	width: 1200px;
	height: 550px;
	margin-top: 48px;
}

.con4 ul li {
	overflow: hidden;
	position: relative;
	width: 279px;
	height: 248px;
	background: #fff;
	float: left;
	margin-right: 28px;
	margin-bottom: 28px;
	cursor: pointer;
}

.con4 ul li img {
	width: 71px;
	height: 52px;
	margin: 30px auto 20px;
}

.con4 ul li h3 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	text-align: center;
}

.con4 ul li p {
	font-size: 16px;
	color: #666;
	line-height: 23px;
	text-align: center;
	width: 160px;
	margin: 22px auto;
}

.con4 ul li div {
	width: 100%;
	height: 100%;
	background: #008aff;
	position: absolute;
	top: 248px;
	transition: all 0.5s;
}

.con4 ul li:hover div {
	top: 0;
}

.con4 ul li div {
	padding: 35px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

.con4 a {
	transition: all 0.5s;
	width: 278px;
	height: 56px;
	background: #0f1638;
	border-radius: 5px;
	margin: 20px auto;
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 56px;
}

.con4 a:hover {
	background: #008aff;
}

/*--轮播--*/

.con5 {
	width: 100%;
	height: 740px;
	background: #fbfbfb;
	overflow: hidden;
}

.con5_box {
	width: 1200px;
	height: 712px;
	margin: 0 auto;
	background: url(http://www.niubeiapp.com/images/diannao.jpg) no-repeat;
	overflow: hidden;
}

#divSmallBox {
	overflow: hidden;
	*display: inline;
	*zoom: 1;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #ffffff;
}

#playBox {
	width: 890px;
	height: 600px;
	margin-left: 156px;
	margin-top: 55px;
	position: relative;
	overflow: hidden;
}

#playBox .oUlplay {
	width: 99999px;
	position: absolute;
	left: 0;
	top: 0;
}

#playBox .oUlplay li {
	float: left;
	width: 890px;
	height: 552px;
}

#playBox .pre {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(http://www.niubeiapp.com/images/l.png) no-repeat;
	position: absolute;
	top: 260px;
	left: 10px;
	z-index: 10;
	opacity: 0;
}

#playBox .next {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(http://www.niubeiapp.com/images/r.png) no-repeat;
	position: absolute;
	top: 260px;
	right: 10px;
	z-index: 10;
	opacity: 0;
}

#playBox .smalltitle {
	width: 890px;
	height: 10px;
	position: absolute;
	bottom: 23px;
	z-index: 10
}

#playBox .smalltitle ul {
	width: 120px;
	margin: 0 auto;
}

#playBox .smalltitle ul li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #ffffff;
	float: left;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}

#playBox .smalltitle .thistitle {
	background: #69aaec;
}

#playBox:hover .pre {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(http://www.niubeiapp.com/images/l.png) no-repeat;
	position: absolute;
	top: 260px;
	left: 10px;
	z-index: 10;
	opacity: 1;
}

#playBox:hover .next {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(http://www.niubeiapp.com/images/r.png) no-repeat;
	position: absolute;
	top: 260px;
	right: 10px;
	z-index: 10;
	opacity: 1;
}

.banner_x {
	width: 100%;
	height: 189px;
	background: url(http://www.niubeiapp.com/images/banner_x.jpg) no-repeat center;
}

/**---对比-**/

.qian {
	width: 100%;
	height: 994px;
	background: url(http://www.niubeiapp.com/images/qian.jpg) no-repeat center;
}

.hou {
	width: 100%;
	height: 798px;
	background: url(http://www.niubeiapp.com/images/hou.jpg) no-repeat center;
}

/**--定制--**/

.con6 {
	width: 100%;
	height: 700px;
	background: url(../image/fankui.jpg) no-repeat center;
	overflow: hidden;
}

.con6 .title {
	width: 1000px;
	margin: 68px auto;
}

.con6 .title h3 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	line-height: 32px;
}

.con6 .title p {
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	text-align: center;
	;
}

.con6 ul {
	width: 1275px;
	height: auto;
	padding-top: 70px;
}

.con6 ul li {
	width: 560px;
	height: 157px;
	float: left;
	margin-right: 75px;
	margin-bottom: 53px;
}

.con6 ul li img {
	width: 148px;
	height: 148px;
	float: left;
	transition: all 0.5s;
}

.con6 ul li .txt {
	width: 387px;
	height: 148px;
	float: right;
}

.con6 ul li .txt h3 {
	font-weight: normal;
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	margin: 15px 0;
	transition: all 0.5s;
}

.con6 ul li .txt p {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
}

.con6 ul li:hover img {
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);

	-moz-transform: rotateZ(360deg);

	-o-transform: rotateZ(360deg);

	-ms-transform: rotateZ(360deg);
}



.con6 ul li:hover h3 {
	margin-left: 8px;
}

.con6 ul li:hover {
	cursor: pointer;
}

/**--合作平台--**/

.con7 {
	width: 1200px;
	height: 385px;
	margin: 0 auto;
	overflow: hidden;
}

.con7 h3 { 
	font-size: 32px;
	color: #0d1145;
	text-align: center;
	margin-top: 53px;
}

.con7 .hezuo {
	width: 1200px;
	height: 239px;
	background: url(http://www.niubeiapp.com/images/hezuo.jpg) no-repeat;
	margin-top: 45px;
}

.con8 {
	width: 1200px;
	height: 150px;
	margin: 10px auto;
}

.con8_left {
	width: 469px;
	height: 148px;
	background: #24379c;
	float: left;
	overflow: hidden;
}

.con8_left h3 {
	font-size: 32px;
	color: #fff;
	line-height: 148px;
	margin-left: 50px;
	float: left;
}

.con8_left p {
	font-size: 25px;
	color: #fff;
	float: left;
	line-height: 148px;
	margin-left: 40px;
}

.con8_right {
	overflow: hidden;
	width: 730px;
	height: 148px;
	border: 1px solid #eee;
	border-left: none;
	float: right;
	box-sizing: border-box;
}

.con8_right p {
	font-size: 25px;
	color: #333;
	line-height: 148px;
	margin-left: 62px;
	float: left;
}

.con8_right a {
	width: 165px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #2c3447;
	font-size: 16px;
	color: #fff;
	display: block;
	float: left;
	margin-top: 52px;
	margin-left: 50px;
	border-radius: 5px;
}

/*-底部---*/

.footer {
	width: 100%;
	height: 395px;
	background: #232323;
	overflow: hidden;
}

.footer_con {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	margin-top: 66px;
}

.footer_left {
	float: left;
	width: 273px;
	height: 265px;
	border-right: 1px solid #2b304b;
}

.footer_logo {
	width: 198px;
	height: 63px;
	background: url(../image/foot_logo.jpg) no-repeat;
}

.footer_ma1 {
	width: 96px;
	height: 126px;
	float: left;
	margin-top: 30px;
	margin-right: 30px
}

.footer_ma1 img {
	width: 95px;
	height: 93px;
}

.footer_ma1 span {
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 30px;
}

.footer_ma2 {
	width: 96px;
	height: 126px;
	float: left;
	margin-top: 30px;
}

.footer_ma2 img {
	width: 95px;
	height: 93px;
}

.footer_ma2 span {
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 30px;
}

.footer_mid {
	float: left;
	width: 586px;
	height: 265px;
	margin-left: 46px;
	margin-top: 10px;
	border-right: 1px solid #2b304b;
}

.footer_mid .title {
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 35px;
	width: 73px;
	border-bottom: 1px solid #fff;
}

.footer_mid p {
	font-size: 15px;
	color: #fff;
	line-height: 33px;
	margin-top: 15px;
}

.footer_mid p i {
	font-style: normal;
	font-size: 18px;
}

.footer_right {
	width: 102px;
	height: 265px;
	float: right;
}

.footer_right div {
	width: 80px;
	height: 126px;
	margin-top: 60px;
}

.footer_right div img {
	width: 73px;
	/* height: 96px; */
}

.footer_right div span {
	font-size: 16px;
	color: #fff;
	display: block;
}

.cd-top {
	cursor: pointer;
}



.left_btn {

	width: 180px;

	height: 100%;

	float: left;

}

.left_btn .title {
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 35px;
	width: 83px;
	border-bottom: 1px solid #fff;
	margin: auto;
	margin-top: 10px;
}

.huang1 {

	margin: auto;

	margin-top: 21px;

	width: 88px;

	height: 27px;

	background: #FFCB0F;

	border-radius: 14px;

	text-align: center;

	line-height: 27px;

	font-size: 15px;

	font-family: Source Han Sans CN;

	font-weight: 300;

	color: #FFFFFF;

}



.huang2 {

	margin: auto;

	margin-top: 18px;

	font-size: 15px;

	font-family: Source Han Sans CN;

	font-weight: 300;

	color: #FFFFFF;

	text-align: center;



}