﻿

#banner {
	text-align: center;
	position: relative;
	margin: 2em 0 0 0;
	height: 600px;
	overflow: hidden;
	display: flex;
	display:-webkit-flex;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	margin-top:0px;
}

#banner .header {
	background-color: rgba(0, 0, 0, 0.7);
	display: inline-block;
	padding: 2.5em 5em;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	position: absolute;
	z-index: 1;
}

#banner .header h2 {
	color: #fff;
	font-weight: 700;
	font-size: 2.5em;
	margin: 0 0 0.65em 0;
	line-height: 1.5;
}

#banner .header p {
	color: #e60012;
	padding: 0;
	font-style: normal;
	margin: 0;
	font-size: 1.5em;
}
#banner .bgVideoMask{width: 100%; height: 100%; background:rgba(0, 0, 0,.3);position: absolute; top: 0;}
#banner video{ width: 100%; position: relative;}


	.col-lg-3 {
		width: 25%;
		width: 33.3%;
	}

/*business_section*/
.business_section {
	text-align: center;
	padding-top: 100px;padding-top: 30px;/*margin-top: 10vh;*/
	width:1200px;margin: 0 auto;
}
.business_warp {
	width: 100%;
	margin: 0 auto;
}
.menu_tit1 {
	margin-bottom: 40px;
	font-size: 45px;font-size:35px;
	font-weight: bold;
	color: #777777;
	line-height: 1;
	opacity: 0;
}
.menu_tit2 {
	font-size: 16px;
	color: #777777;
	margin-bottom: 80px;margin-bottom: 20px;
	line-height: 2;
	opacity: 0;
}
/* **************说的先不用这个样式************* */
/*.business_list ul{margin-left:-2%;margin-right:-2%;}
.business_list ul li{width:20%;float:left;padding-left:2%;padding-right:2%;}*/
/* **************说的先不用这个样式************* */

.bussiness_icon {
	width: 100px;
	height: 100px;
	border: 2px solid #e05154;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 0 auto;
}
.business_list ul li:nth-child(1) .bussiness_icon {
	background: url(https://appshangjia.net/image/menu_icon1.png)no-repeat center;
}
.business_list ul li:nth-child(2) .bussiness_icon {
	background: url(https://appshangjia.net/image/menu_icon2.png)no-repeat center;
}
.business_list ul li:nth-child(3) .bussiness_icon {
	background: url(https://appshangjia.net/image/menu_icon3.png)no-repeat center;
}
.business_list ul li:nth-child(4) .bussiness_icon {
	background: url(https://appshangjia.net/image/menu_icon4.png)no-repeat center;
}
.business_list ul li:nth-child(5) .bussiness_icon {
	background: url(https://appshangjia.net/image/menu_icon5.png)no-repeat center;
}
.business_tit {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #e05154;
	line-height: 1;
}
.business_con {
	font-size: 12px;
	color: #888888;
	line-height: 1.9;
	text-align: left;
}
/* **************说的先用这个样式************* */
		/*business_list*/
.business_section .container9 {
	/*padding-right: 10%;
	padding-left: 10%;*/
}
.business_warp {
	padding-right: 10px;
	padding-left: 10px;
	/*width: auto;*/
}
 @-webkit-keyframes flipInY2 {
 0% {
-webkit-transform:perspective(400px) rotateY(90deg);
 opacity:0
}
 40% {
-webkit-transform:perspective(400px) rotateY(-5deg)
}
 70% {
-webkit-transform:perspective(400px) rotateY(5deg)
}
 100% {
-webkit-transform:perspective(400px) rotateY(0deg);
 opacity:1
}
}
 @-moz-keyframes flipInY2 {
 0% {
-moz-transform:perspective(400px) rotateY(90deg);
 opacity:0
}
 40% {
-moz-transform:perspective(400px) rotateY(-5deg)
}
 70% {
-moz-transform:perspective(400px) rotateY(5deg)
}
 100% {
-moz-transform:perspective(400px) rotateY(0deg);
 opacity:1
}
}
.business_tit {
	text-align: center;
}
.business_tit h2 {
	margin-bottom: 20px
}
.business_list {
	margin-top: 95px;margin-top: 0px;
}
.business_txt h3 {
	color: #8e8e8e
}
.business_txt h2 {
	margin-top: 22px;
	margin-bottom: 11px;
	font-size: 22px;
	color: rgb(102, 102, 102);
	transition: .45s;
}
.business_txt p {
	color: #7c7c7c;
	line-height: 24px;
	text-align: justify;
	ms-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-oz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-oz-transform: scale(0.8);
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
.business_txt.cur p {
	-oz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.business_icon {
	width: 175px;
	height: 175px;
	border-radius: 100%;
	background: #eaeaea;
	margin: 0 auto;
	position: relative;
	display: table;
	border: 8px solid #f3f3f3;
	box-shadow: 0 0 0 30px transparent;
	-webkit-transition: box-shadow .4s ease-in-out;
	-moz-transition: box-shadow .4s ease-in-out;
	-o-transition: box-shadow .4s ease-in-out;
	-ms-transition: box-shadow .4s ease-in-out;
	transition: box-shadow .4s ease-in-out;
	display: flex;
	align-items: center;justify-content: center;
}
.business_icon .red-bak {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-radius: 100%;
	background: #e2373d;
	z-index: 9;
	opacity: 0;
}
.business_list ul li { float:left;
	opacity: 0;
}
.business_list ul li .hui{
	display: block;
	position: relative;
	z-index: 10;
}
.business_list ul li .bai{
	display: none;
	position: relative;
	z-index: 10;
}
.business_list ul li:hover .business_icon .red-bak {
	-webkit-animation: flipInY2 1s .2s ease both;
	-moz-animation: flipInY2 1s .2s ease both;
}
.business_list ul li:hover .hui{
	display: none;
}
.business_list ul li:hover .bai{
	display: block;
}
.icon {
	z-index: 10;
	background: url(https://appshangjia.net/image/icon_list1.png) no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	height: 79px;
	top: 38px;
	vertical-align: middle;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.business_list ul li .icon1 {
	background-position: 0 0;
	width: 80px;
	margin-left: -40px;
}
.business_list ul li .icon2 {
	background-position: -375px 0;
	width: 68px;
	margin-left: -34px;
}
.business_list ul li .icon3 {
	background-position: -730px 0;
	width: 54px;
	margin-left: -27px;
}
.business_list ul li .icon4 {
	background-position: -1064px 0;
	width: 105px;
	margin-left: -52px;
}
.business_list ul li:hover .business_icon {
	box-shadow: 0 0 0 0 #f3f3f3;
	-webkit-transition: box-shadow .4s ease-in-out;
	-moz-transition: box-shadow .4s ease-in-out;
	-o-transition: box-shadow .4s ease-in-out;
	-ms-transition: box-shadow .4s ease-in-out;
	transition: box-shadow .4s ease-in-out;
}
.business_list ul li:hover .business_txt h3, .business_list2 ul li:hover .business_txt h3 {
	color: #e2373d
}
.business_list ul li:hover .icon {
	background: url(https://appshangjia.net/image/icon_list2.png)no-repeat;
}
.business_list ul li:hover .icon1 {
	background-position: 0 0;
	width: 80px;
}
.business_list ul li:hover .icon2 {
	background-position: -375px 0;
	width: 68px;
}
.business_list ul li:hover .icon3 {
	background-position: -730px 0;
	width: 54px;
}
.business_list ul li:hover .icon4 {
	background-position: -1064px 0;
	width: 105px;
}
.business_txt {
	text-align: center;
	width: 60%;
	width: 80%;
	margin: 0 auto;
}
.business_list ul li:hover .business_txt h2 {
	color: #e2373d;
}

/*1200*/
.tit_txt1 {
	font-size: 32px;
}
.tit_txt2 {
	font-size: 14px;
	line-height: 22px;
	margin-top: 25px;
	width: 100%;
}
.q_counter_holder span.counter {
	font-size: 40px;
}
.full_section_inner {
	width: 80%;
	left: 10%;
	bottom: 50px;
}
.q_counter_holder p.counter_text {
	margin-top: 10px;
}
.counters {
	/*max-height: 440px;
	min-height: 365px;
	margin-top: 80px;*/
}
.product_txt {
	margin-top: 55px;
	margin-bottom: 40px;
}
.product_txt1 {
	font-size: 26px;
	margin-bottom: 30px;
}
.product_txt2 {
	font-size: 12px;
}

/*counters*/
.counters {
	width: 100%;
	height: 705px;height: 605px;height: 550px;
	position: relative;
	overflow: hidden;
	margin-top: 125px;
	margin-top: 0px; border:#F00 solid 0px;
	/*width:1200px;margin: 0 auto;*/
}
.box-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 1
}
.counter_con {
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%;
	left: 0;
	z-index: 2;
	top: 16%;
	top: 10%;
}
.con-tit2 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	width:1200px;
}
.tit_txt1 {
	font-size: 45px;font-size:30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.2;
}
.tit_txt2 {
	font-size: 17px;
	color: #858585;
	line-height: 32px;
	margin-top: 40px;
	margin-bottom: 35px;
	width: 78%;
	margin-left: auto;
	margin-right: auto;
}

/*滚动动画*/
.menu_tit1, .menu_tit2, .product_txt1, .product_txt2, .business_list ul li:nth-child(1),  @-webkit-keyframes hvr-ripple-in {
 100% {
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 opacity: 1
}
}
 @-webkit-keyframes hvr-ripple-in {
 100% {
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 opacity: 1
}
}
 @-moz-keyframes hvr-ripple-in {
 100% {
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 opacity: 1
}
}
 @-o-keyframes hvr-ripple-in {
 100% {
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 opacity: 1
}
}
 @keyframes hvr-ripple-in {
 100% {
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 opacity: 1
}
}
.q_counter_holder {
	text-align: center;
	display: block;
}
.unit {
	color: #858585;
	font-size: 20px;
}
.q_counter_holder span.counter {
	font-size: 60px;
	line-height: 1em;
	color: #e00012;
	display: inline-block!important;
	height: 1em;
}
.q_counter_holder p.counter_text {
	font-size: 17px;
	margin-top: 15px;
	color: #ffffff;
}
.full_section_inner {
	position: absolute;
	bottom: 100px;bottom: 60px;
	width: 70%;
	left: 15%;
	z-index: 2
}
video#bgvid {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(https://appshangjia.net/image/propaganda.jpg) no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.counter_list {
	width:1200px;margin: 0 auto;
}
.counter_list ul {
}
.counter_list ul li {float:left;
}
	.col-md-2 {
		width: 20%
	}

/*1200*/
.tit_txt1 {
	/*font-size: 32px;*/
}
.tit_txt2 {
	/*font-size: 14px;
	line-height: 22px;
	margin-top: 25px;
	width: 100%;*/
}
.q_counter_holder span.counter {
	/*font-size: 40px;*/
}
.full_section_inner {
	/*width: 80%;
	left: 10%;
	bottom: 50px;*/
}
.q_counter_holder p.counter_text {
	/*margin-top: 10px;*/
}
.counters {
	/*max-height: 440px;
	min-height: 365px;
	margin-top: 80px;*/
}
.product_txt {
	/*margin-top: 55px;
	margin-bottom: 40px;*/
}
.product_txt1 {
	/*font-size: 26px;
	margin-bottom: 30px;*/
}
.product_txt2 {
	/*font-size: 12px;*/
}

