@charset "UTF-8";
.col-xs-1, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, 
.col-xs-7, .col-xs-8, .col-xs-9,
 .col-xs-10, .col-xs-11 {
 	float: none !important;
 }
.div_nav .iconfont{
	margin-top: 1%;
}
img{
	vertical-align: inherit;
}
/*解决方案*/
.bt{
	padding-top: 30px;
}
.bt p:nth-child(3) {
	/* width: 90%;
    margin: 0 auto; */
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-style: italic;
	line-height: 30px;
	color: #000000;
	margin-top: 10px;
	text-indent: 2em;
}
/* 企业文化 */
.enterprise_culture{
	background-color: #fafafa;
}
.enterpris{
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}
.enterpris img{
	margin-top: 15px;
}
.enterpris .enterpris_introduce{
	flex-direction:column; 
	margin-left: 10px;
}
.enterpris span{
	font-family: MicrosoftYaHei;
	font-style: italic;
	line-height: 30px;
	display: block;
}
.enterpris .enterpris_stair{
	font-size: 18px;
	color: #000000;
	margin-top: 10px;
}
.enterpris .enterpris_second{
	font-size: 16px;
	color: #808080;
}
.enterpris .enterpris_content{
	font-size: 12px;
	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: 32px;
	top: 46px;
}

.carrousel-btn-next {
	left: 242px;
	top: 46px;
}

/*列表*/
.carrousel-main .carrousel-list .carrousel-item {
	position: absolute;
	top: 0px;
	left: 0px;
}
.carrousel-main{
	margin: 0 auto;
}
.core{
	width: 100%;
    height: 100%;
    text-align: center;
}
.core span{
	display:inline-block;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-style: italic;
	color: #ffffff;
	padding-top: 20%;
}
.core_one{
	background-image: url(../images/index/xc_core_two.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.core_two{
	background-image: url(../images/index/xc_core_one.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.core_three{
	background-image: url(../images/index/xc_core_three.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.cores{
	width: 286%;
}
.cores .span_title{
	font-size: 14px;
	margin-top: 0;
}
.cores span{
	width: auto;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-style: italic;
	color: #ffffff;
	display: block;
	text-align: center;
	margin-top: 5px;
}
.cores span:nth-child(2){
	margin-top: 5px;
}
.cores{
	position: absolute;
	left: -91%;
}
.cores img{
	position: absolute;
	margin-top:-82px;
	z-index: -1;
	height: 106px;
}
.roundabout-in-focus .cores img{
	margin-top: -217px;
}
.strategy{
	width: 100%;
	margin: 0 auto;
	text-align: center;
    margin-top: 40px;
}
.strategy .xc_log_bottom,.strategy .wire{
	display: block;
	margin: 0 auto;
}
.strategy .xc_log_bottom{
	float: none;
}
.strategy .wire{
	margin-top: 30px;
}
.strategy_second{
	display: flex;
	justify-content : space-between;
	flex-wrap: wrap; 
	margin: 0 auto;
	margin-top: 10px;
}
.strategy_second .second_img{
	display: inline-block;
	width: 48%;
	margin-top: 21px;
}
.second_img img{
	width: 20%;
}
.strategy_second .second_img span{
	display: block;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-style: italic;
	line-height: 38px;
	color: #000000;
	margin-top: 14px;
}
.strategy_second .second_img p{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	color: #333333;
}
.cooperation{
	background-color: #fafafa;
}
.cooperation .bt p:first-child{
	padding-top: 20px;
}
/* 合作伙伴 轮播 */
.cooperation .cooperation_img{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.cooperation_img ul{
	width: max-content;
	overflow: hidden;
	animation: move 60s linear infinite;
	-moz-animation: move 60s linear infinite;
	-webkit-animation: move 60s linear infinite;
	-o-animation: move 60s linear infinite;
}
.cooperation_img ul div{
	height: 40px;
    line-height: 40px;
}

@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: 90px;
	height:50px;
	text-align: center;
	float: left;
	line-height: 50px;
}
.cooperation_img ul li img{
	vertical-align: middle;
	width: auto;  
    height: auto;  
    max-width: 70%;  
    max-height: 70%;     
}

