

.bt p:nth-child(3) {
	width: 600px;
    margin: 0 auto;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 38px;
	color: #000000;
	margin-top: 40px;
}
/* 背景图 */
.top-pic{
	/*background-image: url("../../images/ljwm/ljwm.png");*/
}
/* 企业文化 */
.enterprise_culture{
	background-color: #fafafa;
}
.enterpris{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	margin-top: 100px;
}
.enterpris .enterpris_introduce{
	width:61%;
	flex-direction:column; 
}
.enterpris span{
	font-family: MicrosoftYaHei;
	line-height: 38px;
	display: block;
}
.enterpris .enterpris_stair{
	font-size: 28px;
	color: #000000;
	font-style:italic;
	margin-top: 49px;
}
.enterpris .enterpris_second{
	font-size: 22px;
	color: #808080;
	margin-top: 10px;
}
.enterpris .enterpris_content{
	font-size: 16px;
	color: #333333;
}
/* 核心竞争力 */
.carrousel-main {
	position: relative;
	width: 1000px;
	height: 400px;
}

.carrousel-btn {
	position: absolute;
	top: 0px;
	cursor: pointer;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: center center;
}

/*左右按钮*/
.carrousel-btn-pre {
	left: 51px;
	top: 114px;
}

.carrousel-btn-next {
	right: 51px;
	top: 114px;
}

/*列表*/
.carrousel-main .carrousel-list .carrousel-item {
	position: absolute;
	top: 0px;
	left: 0px;
}
.carrousel-main{
	margin: 0 auto;
}
.core{
	width: 100%;
	height: 84%;
	text-align: center;
	padding-top: 22%;
}
.core span{
	font-family: MicrosoftYaHei;
	font-size: 28px;
	font-style: italic;
	line-height: 38px;
	color: #ffffff;
}
.core_one{
	background-image: url(../image/xc_core_two.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.core_two{
	background-image: url(../image/xc_core_one.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.core_three{
	background-image: url(../image/xc_core_three.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.cores{
	width: 1000px;
}
.cores .span_title{
	font-size: 22px;
}
.cores span{
	width: auto;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 38px;
	color: #ffffff;
	display: block;
	text-align: center;
}
.cores span:nth-child(2){
	margin-top: 28px;
}
.cores{
	position: absolute;
	left: -57%;
}
.cores img{
	position: absolute;
	margin-left: -47%;
	margin-top:-224px;
	z-index: -1;
}
.roundabout-in-focus .cores img{
	margin-top: -217px;
}
.strategy{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
    margin-top: 40px;
}
.strategy .xc_log_bottom,.strategy .wire{
	display: block;
	margin: 0 auto;
}
.strategy .xc_log_bottom{
	width: 195px;
	height: 54px;
}
.strategy .wire{
	margin-top: 30px;
}
.strategy_second{
	width:1000px;
	display: flex;
	justify-content : space-between;
	margin: 0 auto;
}
.strategy_second .second_img{
	display: inline-block;
	width: 149px;
	margin-top: 21px;
}
.strategy_second .second_img span{
	display: block;
	font-family: MicrosoftYaHei;
	font-size: 22px;
	font-style: italic;
	line-height: 38px;
	color: #000000;
	margin-top: 14px;
}
.strategy_second .second_img p{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin-top: 11px;
}
.cooperation{
	background-color: #fafafa;
	padding-bottom: 60px;
}
.cooperation .bt p:first-child{
	padding-top: 69px;
}
/* 合作伙伴 轮播 */
/* .cooperation .cooperation_img{
	width: 1000px;
	margin: 0 auto;
	margin-top: 55px;
	overflow: hidden;
}
.cooperation_img ul{
	width: max-content;
	overflow: hidden;
	animation: move 15s linear infinite; 
	-moz-animation: move 15s linear infinite;
	-webkit-animation: move 15s linear infinite;
	-o-animation: move 15s linear infinite;
}
.cooperation_img ul div{
	height: 60px;
    line-height: 60px;
}
.cooperation_img ul:hover{
	animation-play-state:paused;
}

@keyframes move {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(-50%);
	}
}
@-moz-animation move {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(-50%);
	}
}
@-webkit-animation move {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(-50%);
	}
}
@-o-animation move {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(-50%);
	}
}
.cooperation_img ul li{
	width: 200px;
	height:150px;
	text-align: center;
	float: left;
	line-height: 150px;
}
.cooperation_img ul li img{
	filter: grayscale(1);
	vertical-align: middle;
	width: auto;  
    height: auto;  
    max-width: 60%;  
    max-height: 60%;     
}
.cooperation_img ul li .active{
	animation: magnify 2s linear;
	-moz-animation: magnify 15s linear;
	-webkit-animation: magnify 15s linear;
	-o-animation: magnify 15s linear;
	animation-fill-mode : forwards;
	filter: grayscale(0);
}
@keyframes magnify {
	0% {
		max-width: 60%;  
    	max-height: 60%;  
	}
	100% {
		max-width: 100%;  
    	max-height: 100%;  
	}
}
.cooperation_img .cooperation_two{
	margin-top: 90px;
	margin-bottom: 90px;
} */

/* 轮播 */
.cooperation .cooperation_img{
	width: 1000px;
	margin: 0 auto;
	margin-top: 100px;
	overflow: hidden;
}
.cooperation_img ul{
	width: 2000px;
	overflow: hidden;
	animation: move 50s linear infinite;
}
.cooperation_img .cooperation_two{
	padding-top: 60px;
}
.cooperation_img ul div{
	height: 60px;
    line-height: 60px;
}
.cooperation_img ul:hover{
	animation-play-state:paused;
}

@keyframes move {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(-50%);
	}
}
.cooperation_img ul li{
	width: 198px;
	height:40px;
	text-align: center;
	border-right: 2px solid #c2c2c2;
	float: left;
}
.cooperation_img .nascent_two{
	padding-top: 60px;
}



