/*上方轮播*/
.slideBox {
    margin:0 auto;
    width:1920px;
    height:600px;
    position:relative;
    overflow:hidden;
}
.slideBox ul {
    position:relative;
    width:5760px;
}
.slideBox ul li {
    float:left;
    width:1920px;
    height:600px;
    position:relative;
    
}
.spanBox {
    position:absolute;
    width:300px;
    height:20px;
    bottom:10px;
    left:840px;
}
.spanBox span {
    width:67px;
    height:10px;
    margin-left:19px;
    background-color:rgba(255,255,255,0.3);
    float:left;
    line-height:16px;
    text-align:center;
	border-radius: 5px;
   /* text-shadow:2px 2px 2px #C5EBF0; */
    /* font-family:cabin-sketch; */
    font-size:15px;
}
.slideBox .spanBox .active {
    background-color:#FFFFFF;
	border-radius: 5px;
   /* border:solid 1px #BEEBEC;
    border-radius:4px; */
}
.prev {
    position:absolute;
    left:410px;
    top:267px;
    float:left;
    /* opacity:0.5; */
}
.next {
   /* width:46px;
    height:46px; */
    position:absolute;
    right:410px;
    top:267px;
    float:right;
    /* opacity:0.5 */
}

/*内容*/
.products_center, .policy_news, .solution, .implementation_cases, .cooperative_parter {
	text-align: center;
	/* margin-top: 50px; */
	padding-top: 40px;
}
.solution, .implementation_cases, .cooperative_parter {
	padding-bottom: 50px;
}
.describe {
	font-size: 38px;
	font-family: "SIYUAN-MEDIUM";
	color: #195bd5;
	margin-top: 0px;
    text-align: center;
}
.products_center_container {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.products_center_box {
	display: inline-block;
	width: 347px;
	height: 336px;
	background-color: #FFFFFF;
}
.products_center_box img {
	margin: 33PX;
}
.products_center_box p {
	font-size: 14PX;
	font-family: "SIYUAN-MEDIUM";
	color: #787878;
	font-weight: normal;
	margin: 18px 45px;
}
.more {
	font-size: 16PX;
	color: #999999;
	margin-top: 38px;
	margin-bottom: 51px;
	display: inline-block;
	width: 206px;
	height: 40px;
	border: #999999 solid 1px;
	border-radius:20px;
	line-height: 40px;
}
.mobile_pc {
	display: block;
	height: 632px;
}

.policy_news_container {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}
.policy_news_box {
	margin-bottom: 26px;
	display: inline-block;
	width: 533px;
	height: 222px;
}
.policy_news_box_background {
	float: left;
	display: inline-block;
	width: 408px;
	height: 222px;
	background-color: #FFFFFF;
	position: relative;
	/* padding: 30px;
	overflow: visible; */
}
.policy_news_box_background h5 {
	text-align: left;
	margin-top: 30px;
	margin-left: 27px;
	font-size: 16px;
	width: 265px;
}
.policy_news_box_background p {
	text-align: left;
	margin-top: 20px;
	margin-left: 24px;
	font-size: 14px;
	width: 265px;
	color: #747474;
}
.policy_news_box_background .describe_img {
	position: absolute;
	left: 324px;
	top: 17px;
}
.policy_news_box_background div {
	text-align: left;
	padding-top: 50px;
}
.policy_news_box_background div a {
	display: inline-block;
	/* margin-top: 50px; */
	margin-left: 30px;
	font-size: 12px;
	color: #bababa;
}
.policy_news_box_background div img {
	margin-top: 6px;
	margin-left: 110px;
}
.policy_news_box_background div p {
	margin-left: 5px;
	display: inline;
	font-size: 12px;
	color: #bababa;
}
.solution {
	background-color: #FFFFFF;
}
.solution_container {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.solution_box {
	display: inline-block;
	width: 253px;
	height: 214px;
	position: relative;
}
.solution_cover {
	position: absolute;
	width: 100%;
	height: 20%;
	background-color: rgba(0, 0, 0 ,0.5);
	top: 80%;
	color: #FFFFFF;
	line-height: 300%;
	font-size: 14px;
}
.solution_box:hover .solution_cover {
	top: 0;
	height: 100%;
	line-height: 214px;
	font-size: 18px;
	font-weight: 500;
}
.implementation_cases_header {
	display: inline-block;
	width: 700px;
	height: 96px;
	position: relative;
}
.implementation_cases .describe {
	position: absolute;
	margin-top: 0;
	bottom: 0;
	left: 238px;
}
.cooperative_parter {
	background-color: #FFFFFF;
}
.cooperative_parter_box {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.cooperative_parter_box div {
    /*width: 1100px;
	height: 350px;*/
	width: 347px;
	height: 108px;
}
.Qualification_box {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.Qualification {
	background-color: #FFFFFF;
}
.Qualification_box div {
	width: 300px;
	height: 450px;
}
/*下方层叠轮播*/	
.implementation_cases_box{
	margin-top: 48px;
	width: 100%;
	height: 383px;
	position: relative;
}

.implementation_cases_box .list{
	width: 1100px;
	height: 383px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -550px;
}

.implementation_cases_box .list .implementation_cases_btn{
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	z-index: 888;
}
.implementation_cases_box .list .implementation_cases_prev {
	left: 106px;
	background: url(../images/case_left.png);
}
.implementation_cases_box .list .implementation_cases_next{
	right: 106px;
	background: url(../images/case_right.png);
}

.p1, .p2, .p3, .p4, .p5, .p6, .p7{
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.implementation_cases_box .list img{
	width: 858px;
	height: 383px;
	border:none;
	float: left;
}
.p1{
	transform:translate3d(-224px,0,0) scale(0.81);
}
.p2{
	transform:translate3d(0px,0,0) scale(0.81);
	transform-origin:0 50%;
	opacity: 0.8;
	z-index: 2;
}
.p3{
	transform:translate3d(121px,0,0) scale(1);
	z-index: 3;
	opacity: 1;
}
.p4{
	transform:translate3d(449px,0,0) scale(0.81);
	transform-origin:100% 50%;
	opacity: 0.8;
	z-index: 2;
}
.p5{
	transform:translate3d(672px,0,0) scale(0.81);
}
.p6{
	transform:translate3d(896px,0,0) scale(0.81);
}
.p7{
	transform:translate3d(1120px,0,0) scale(0.81);
}
.implementation_cases_introduce {
margin: 0 auto;
display: inline-block;
background-color: #FFFFFF;
width: 568px;
height: 75px;
box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.2);
border-radius: 4px;
font-size: 18px;
line-height: 75px;
position: absolute;
z-index: 999;
bottom: -37px;
left: 50%;
margin-left:-284px;
}