.buttons {
	box-sizing: border-box;
	padding: 0 0.390625rem;
	width: 10rem;
	/* height: 786px; */
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}

.btn-hover {
	width: 2.083333rem;
	height: 2.083333rem !important;
	/* font-size: 10px; */
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin: 0.260416rem;
	/* height: 55px; */
	text-align: center;
	border: none;
	background-size: 300% 100%;
	border-radius: 50px;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 0.364583rem;}

.btn-hover.color-1 {
	background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
	/*关键代码  用于设置颜色渐变 从左到右从蓝色到绿色 */
	box-shadow: 0 0.052083rem 0.455729rem 0 rgba(49, 196, 190, 0.75);}

.btn-hover.color-2 {
	background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
	/* 这是右下到左上 */
	box-shadow: 0 0.052083rem 0.455729rem 0 rgba(229, 66, 10, 0.75);}

.btn-hover.color-3 {
	background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
	box-shadow: 0 0.052083rem 0.455729rem 0 rgba(116, 79, 168, 0.75);}

.btn-hover.color-4 {
	background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
	box-shadow: 0 0.052083rem 0.455729rem 0 rgba(252, 104, 110, 0.75);}

.btn-hover.color-5 {
	background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
	box-shadow: 0 0.052083rem 0.455729rem 0 rgba(23, 168, 108, 0.75);}

.btn-hover.color-6 {
	background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
	box-shadow: 0 0.052083rem 0.455729rem 0 rgba(83, 176, 57, 0.75);}

.computer {
	box-sizing: border-box;
	padding:0.390625rem;
	width: 10rem;
	/* margin: 0 auto; */
	background: #5a1f23;
	/* height: 840px; */
	padding: 0;}

.computer ul li {
	text-align: center;
	font-size: 0.390625rem;
	margin: 0.390625rem 0;}

.computer ul li a {
	padding: 0.260416rem 0;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;}

.computer_01 {
	/* width: 700px; */
	/* height: 420px; */
	background: #b26032;
	background-repeat: no-repeat;}

.computer_02 {
	/* width: 410px; */
	/* height: 230px; */
	background: #106f44;}

.computer_03 {
	/* width: 410px; */
	/* height: 230px; */
	background: #570654;}

.computer_04 {
	/* width: 560px; */
	/* height: 230px; */
	background: #061957;}


@keyframes bounceIne {

	0% {
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	;}

	20% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	;}

	40% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	;}

	60% {
		-webkit-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03)
	;}

	80% {
		-webkit-transform: scale(.97);
		-ms-transform: scale(.97);
		transform: scale(.97)
	;}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	;}
}

.bounceIne {
	-webkit-animation-name: bounceIne;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
;}

@media (min-width:769px) {
	.buttons {
		width: 1520px;
		height: 786px;
		margin: 0 auto;
		background-image: url(../img/introduce-bg.jpg);
		background-repeat: no-repeat;
		position: relative;
		padding: 0;}

	.btn-hover {
		width: 380px;
		height: 150px !important;
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		cursor: pointer;
		margin: 20px;
		height: 55px;
		text-align: center;
		border: none;
		background-size: 300% 100%;
		border-radius: 50px;
		moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		font-size: 40px;}

	.btn-hover.color-1 {
		background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
		/*关键代码  用于设置颜色渐变 从左到右从蓝色到绿色 */
		box-shadow: 0 4px 35px 0 rgba(49, 196, 190, 0.75);
		position: absolute;
		top: 0px;
		left: 36%;}

	.btn-hover.color-2 {
		background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
		/* 这是右下到左上 */
		box-shadow: 0 4px 35px 0 rgba(229, 66, 10, 0.75);
		position: absolute;
		top: 150px;
		right: 5%;}

	.btn-hover.color-3 {
		background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
		box-shadow: 0 4px 35px 0 rgba(116, 79, 168, 0.75);
		position: absolute;
		bottom: 150px;
		right: 0;}

	.btn-hover.color-4 {
		background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
		box-shadow: 0 4px 35px 0 rgba(252, 104, 110, 0.75);
		position: absolute;
		bottom: 0;
		left: 36%;}

	.btn-hover.color-4 p {}

	.btn-hover.color-5 {
		background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
		box-shadow: 0 4px 35px 0 rgba(23, 168, 108, 0.75);
		position: absolute;
		bottom: 150px;
		left: 0;}

	.btn-hover.color-6 {
		background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
		box-shadow: 0 4px 35px 0 rgba(83, 176, 57, 0.75);
		position: absolute;
		top: 150px;
		left: 5%;}

	.btn-hover:hover {
		background-position: top;
		/*鼠标经过后改变背景位置用来实现流光效果*/
		transition: all 0.4s ease-in-out;
		position: absolute;}

	.computer {
		padding-top: 50px;
		width: 1520px;
		margin: 0 auto;
		height: 840px;
		background: none;}

	.computer ul li {
		float: left;
		text-align: center;
		margin: 0;
		/* height: 700px; */
		font-size: 36px;}

	.computer ul li a {
		color: white;
		display: inline;}

	.computer_01 {
		width: 700px;
		height: 420px;
		background-image: url(../img/dcjd-jsj.jpg);
		background-repeat: no-repeat;
		font-size: 40px;}

	.computer_02 {
		width: 410px;
		height: 230px;
		font-size: 30px;}

	.computer_03 {
		width: 410px;
		height: 230px;
		background-image: url(../img/dcjd-js.jpg);
		background-repeat: no-repeat;
		font-size: 30px;}

	.computer_04 {
		width: 560px;
		height: 230px;
		background-image: url(../img/dcjd-xs.jpg);
		background-repeat: no-repeat;
		font-size: 30px;}

	.computer_01 {
		padding-top: 280px;}

	.computer_02 {
		background-color: rgba(231, 85, 22, 0.7);
		padding-top: 120px;}

	.computer_03 {
		padding-top: 120px;}

	.computer_04 {
		padding-top: 120px;}

	@keyframes bounceIne {

		0% {
			-webkit-transform: scale(.3);
			-ms-transform: scale(.3);
			transform: scale(.3)
		;}

		20% {
			-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1)
		;}

		40% {
			-webkit-transform: scale(.9);
			-ms-transform: scale(.9);
			transform: scale(.9)
		;}

		60% {
			-webkit-transform: scale(1.03);
			-ms-transform: scale(1.03);
			transform: scale(1.03)
		;}

		80% {
			-webkit-transform: scale(.97);
			-ms-transform: scale(.97);
			transform: scale(.97)
		;}

		100% {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1)
		;}
	}

	.bounceIne {
		-webkit-animation-name: bounceIne;
		animation-name: bounceIn;
		-webkit-animation-duration: .75s;
		animation-duration: .75s
	;}


}
